{"bugs":{"url":"https://github.com/deebloo/joist/issues"},"dist":{"shasum":"10d3ad9588e54f8669ca12a21824f6ce19990bb6","tarball":"https://registry.npmjs.org/@joist/styled/-/styled-2.0.0-canary.1650895067.0.tgz","fileCount":9,"integrity":"sha512-vCsaotDVQK/tc37k1lQ4/FNy9nXohyloCWLAWUwDqich8bcAfl6jLM+8uzeYYQ+L4nZJJomzTR1MbX6Srl9vyg==","signatures":[{"sig":"MEUCIQD8jgLKVAbseQ5DslEXXaDfHGWen4EtzSj1kzdwjp/o0QIgeaGfP7f5sckNogPXgq6Zdx8mK6lFbPY23oe9XPSfZbA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24507,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiZqjhACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmodtA/+PmkMOrlq1FKG2ZSSZpNMlT7vkln8KOjMq0cOdiMVn3ERJpQa\r\nh/jgPvLmpfPUbVPVhdptuM93I0V58wj9IVpiaTKHe9mEJwhpVQkFhiEgCErS\r\naUn5NuVR5mI1ifkR5KsjPUUg8y4DK1Lpcc2mnPwzkfltNononfvgr2awUltM\r\nn7Bi/Y/JFJKFC5lnnsLZqZUqtvIV0bebNLaN72s3k/gusPOJKYjFyBtbLoWb\r\nw+v4Ry9Fhx2+6812UbloKQpPDzKOvoNJwNRgv2qKVcw4Vp+dFGgItogRGKwE\r\nh4XGFJJR7pvuWlLhZjU7alQeWIFCDA9aPuOrb/d5vBwpFmaw9unNMlUURbwS\r\nNUt5oIMqqjrD5Doi09WrJAn4BTtuM5rmWf9vLVdvvjPUwhbNSX39VpSeDNTs\r\nRN6yqV/Ys9KbIAgqLkudjyiu8/4wrTOXNAE19hmmJ5dWO5lueJ/JJp5uOr42\r\noVN7y2XxENSZBw66urmLS3ZDjPcfKm4rcpaOEN+d89mUhZu00V3P4uNax72N\r\nRZbzT+ZPtKqv4djIpW9SN1xD74fb2TsneNYz0OuC4UXY7JROq5bjI+c5iatE\r\nrqXBv68Si1A8TjlvTXP0dT1MooTO+QTeMxUMdRBkfWfAnn0gDeuTNxgewj4A\r\n8naBuDU8Hd0LUdIGw5dwS99h/d/f2x9kn/8=\r\n=8znF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./target/build/lib.js","name":"@joist/styled","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@canary\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"},"./observable":{"import":"./target/build/lib/observable.js"}},"gitHead":"c83cae0c4733a4c5d79d52b683ec49001bd2b645","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/4.0.0/node@v16.14.2+x64 (linux)","description":"Intelligently apply styles to WebComponents","directories":{},"maintainers":[{"name":"deebloo","email":"dannybluedesign@gmail.com"}],"sideEffects":false,"_nodeVersion":"16.14.2","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/styled_2.0.0-canary.1650895067.0_1650895073032_0.5307510440488057","host":"s3://npm-registry-packages"},"_id":"@joist/styled@2.0.0-canary.1650895067.0","version":"2.0.0-canary.1650895067.0"}