{"bugs":{"url":"https://github.com/deebloo/joist/issues"},"dist":{"shasum":"fddd0e7bdd108fc5828478a9d4a46441c6ee9286","tarball":"https://registry.npmjs.org/@joist/styled/-/styled-2.0.2-canary.1669646473.0.tgz","fileCount":9,"integrity":"sha512-Tlq6ejgvhZrVRUyqB/sV/Yr2EurSjghPRBidJrtGhCG2Zl40yLjJ+fcJeHWZ9pwL3dMQmwzPtldYYURQ9VDjOQ==","signatures":[{"sig":"MEUCIBTtleix5JMG7tDPvjBRbRKOeljCSUzPnSzj4WBXrSG5AiEAjSMpX1jKH08vylIMv1/ylOdrWdQUrywKqgrjyXgvCp8=","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\nwsFzBAEBCAAGBQJjhMiOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrMQQ/+J/AdHqPTFWhnNE2kZnvt8qKwyMubz1XWmI6GZwjBTUukxtci\r\nNd6NI3rC9F+AGWCqs2HGRQoiRrkCzYgYeWJ9rKbYr4vJFziBVJbeL0GVcZaN\r\nAa0bgd+gv8Xs4LUR17zpHwYTxpFeYxuSP2WYduO1i/qo/SUxWF78oVkV+tNK\r\nd16zydKLqw1elPPiIUBeYhGOCUf+eMskHMREmGXhW1udueZT3jzEPiQKmVDO\r\n/DQav2JBSj+rKNKy9D3y7xQmZRMHOleYymc3DAfIfbfWDbR65fve4HGUgfTk\r\nXgyIK3l2BqrFd9/mhBIfQwrQvk1Cmw2CZlXkk413h2ki5zrpRkYdUwkZISmo\r\nScCZxvSnbp22ix/P2zAMKSE6jhu6omjU7EF6G156Y21mEfjuYz9U4/9m1dHh\r\nWImFr6OSrY62DRsjSnnnwes7rftZTuEBiZr4/4mmNEBanfGLlh8v7r/obF62\r\nWEQb0Ej3ioEn/Xa8k9ksEujtZPzZdnm3EYXNsM+2z/dsVYo3TrZkHL/inKJH\r\n2/EtmwReL06RIN67eZ8B/jw/I7GH4VqpQ1beInJfV+yrysyiKELp8Ut2iKrE\r\nbBXVGHwCM0ORGanhB0yKPtpGW4Jp8XPPBHK49hLiwDNdSstLUxf2mRVzFUoC\r\nRoh1MbbGMzvoU5bfBKGPTT0mxWok9RPR4qI=\r\n=gn1t\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":"35ebd0d4db5d0a9c80293e6a204355d1be230d22","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/6.0.3/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.1669646473.0_1669646478395_0.7856003396551887","host":"s3://npm-registry-packages"},"_id":"@joist/styled@2.0.2-canary.1669646473.0","version":"2.0.2-canary.1669646473.0"}