{"bugs":{"url":"https://github.com/deebloo/joist/issues"},"dist":{"shasum":"e3f3913cbbd8e99471007230fae422e6c3e4ca71","tarball":"https://registry.npmjs.org/@joist/styled/-/styled-2.0.2-canary.1669611110.0.tgz","fileCount":9,"integrity":"sha512-UaKigC+mC/Awj9oOKvhX1SSyOcUFHr/sUJSQq5sl2HRYqe4cis/ovKylfTOodE1yKterBBzhw/fbhMc1Ypne1w==","signatures":[{"sig":"MEUCIA7uAcmQbKQBtPOJyv9Ok2BiANY3fhcQpOX7kBlnHN8XAiEAsVGlUXMrAmfHedyQnNef/J7N08N7FNItLWC/f/MSclY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5639,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjhD5qACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoufg//fd9s3nENKlL9MugwriCi0rJIwzbaiJfB57++GN5UKVVHgeK/\r\nrNRwnX1UJkNPeZAAdycbHa7+iySbi9l2lE0/IlWBu9YttHMEXP5JwEmdpNSz\r\nkacWCSxfGpXUoqI0j4iJCYajfxurGOkaTaLwc8Y3wRpG8sRYebF89Ty6Zx08\r\ne1ZuwjMS6ipO4YVH6m04LbfL2vaMy1llkQ0SL2OHx6chtTXQsV8zWw0MMRXY\r\nkEJRucVPW7wMaE8Le5TK+ijXy7sgEQ/YigW4sYxT304E/6azdMzq9Kr1dZ49\r\nq3TMVLFjrIDY0YCq02v6HHXXPE8LjkhEd5jdYjdNuQ7F7WSmHA78/swTqhEa\r\nOpMTLsO3rcdsecDurA6szte4OPZZlgm1I8NzTJP/p5ZhH/F6rXIXAH+64sFs\r\nOcWU6ALW3uYJc3U+TqGerxBaQRRkHG3DLgmv0JEE5A3DdczxYkBZWLltwUxz\r\nBPn9n91j1XxeJJIN+CxbXQgMEWwp4lz/L5mu8lXbYFqCP8NYiWQ0u/HGPNcB\r\nxL1Ba+mH/8maz7ZIGqW1yUqXJhBIjeLLRMtDFy9n6SvNjdsmiiWhd03vy2+4\r\nWb/Lg2RUOqdpNMOaswTIVwPMufNGjfFUaRA/4zAGaBzKM2kE7AXYDrSDibxV\r\nAIGvG+XLsLPExzcDZ8ujdiVZMjnkcyk83sU=\r\n=MQDN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./target/build/lib.js","name":"@joist/styled","types":"./target/build/lib.d.ts","author":{"name":"deebloo"},"module":"./target/build/lib.js","readme":"# Styled\n\nApply css to a shadow root. Will apply constructable stylesheets if available and fallback to `<style>` elements if not.\n\n#### Installation:\n\n```BASH\nnpm i @joist/styled\n```\n\n#### Example:\n\n```TS\nimport { styled, css } from '@joist/styled';\n\n@styled\nexport class MyElement extends HTMLElement {\n  static styles = [\n    css`\n      :host {\n        display: block;\n        color: red;\n      }\n    `\n  ]\n  constructor() {\n    this.attachShadow({ mode: 'open' });\n  }\n}\n```\n","exports":{".":{"import":"./target/build/lib.js"},"./styled":{"import":"./target/build/lib/styled.js"}},"gitHead":"15d4e81d78e274465d0dc824062387e6ea697eb0","license":"MIT","scripts":{"test":"tsc -p tsconfig.test.json && wtr --config ../../wtr.config.mjs --port 8000","build":"tsc -p tsconfig.build.json"},"_npmUser":{"name":"deebloo","email":"dannybluedesign@gmail.com"},"homepage":"https://github.com/deebloo/joist#readme","keywords":["TypeScript","WebComponents","CSS","ShadowDOM"],"repository":{"url":"git+https://github.com/deebloo/joist.git","type":"git"},"_npmVersion":"lerna/5.6.2/node@v16.18.1+x64 (linux)","description":"Intelligently apply styles to WebComponents","directories":{},"maintainers":[{"name":"deebloo","email":"dannybluedesign@gmail.com"}],"sideEffects":false,"_nodeVersion":"16.18.1","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/styled_2.0.2-canary.1669611110.0_1669611114233_0.12525481867084487","host":"s3://npm-registry-packages"},"_id":"@joist/styled@2.0.2-canary.1669611110.0","version":"2.0.2-canary.1669611110.0"}