{"bugs":{"url":"https://github.com/deebloo/joist/issues"},"dist":{"shasum":"53cee2e9d4c51634a63bf33cacf717334d99e46c","tarball":"https://registry.npmjs.org/@joist/styled/-/styled-2.0.2-canary.1661371297.0.tgz","fileCount":9,"integrity":"sha512-MhsUJ3opnnEenjEVNfuLISFsLPbY7U6CK/R4fh3YJJ/p2WRQvkGxWp1cIqRR9qhS3Idc4CepA9YiOuftE1pZkw==","signatures":[{"sig":"MEUCIBJ2iwhUaP9LnNOSYAgLI1e3wKldbbuVjF/+kdxIjTS6AiEAkeCL3VrS+2ECElitIB2ls/g2Y6blveTcdyMh+52uAug=","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\nwsFzBAEBCAAGBQJjBoOmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpFbQ/+IENdyJJfHCuU8N7NRsmoZL0LsN2vQ1ym4TQ/RArGxd0kyjHE\r\nHnFmYZK/MRdmdKom1e7E0UgWx2OdKCjJt6f6AvI/RpkNQpLtBzunhf6N+F6Z\r\nZUtYVkr04xnMGRKzLX03e+Q1p4N0kHR9hBqifEUpMVyYzY9xJFsvjKRRYLhY\r\nIdD9sWZ1FvNmhQ/ArymbvLXDNdEItqT5Y2ODuXCOeas7Hl3Gnnadk06Mzanh\r\n5kzEcLh2DWlorCahnHUY5lw3vqwVAP8Ejb+KNsuL7e0YlaQdLcbG2L0itQQb\r\niUvY4tOxaVblM05tptxJINWfkY1pbWeggPjxa4s0LmrfG/t4OsgO5CdxKjyh\r\n1QXInJCeqDHZ+8ODitx1JL8xPS4kwalr/AF5ee2EBSCAb31BaVU/4bZha/KW\r\nG/X1GvaqNZgoXFr4675QE5s9T9pHuFDe1NQCz9zZY9O/lqhECqbUVitx1ao2\r\nen+ehC3KV/Dw1d3Z3qAKdBkZeWz1/1COKWdBMLCNXvHjW7dRvp+v/lfI1sMq\r\nMskGFJkkT/+osVv2dhq9emuDMGWJrGoBP3LYxeUUfgZwOEr6FXBF356VHI2u\r\npuLCWpP48dtFEWNla1lWUBLgDPRwj66ejc4zCQLT2ICx4+YMxcDOayB58N/D\r\nv3VtLIOeqw1wlgpKnbRhoQ5E713p+wBgvus=\r\n=tS6b\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":"a9a36eee1c262dcd812261f50799b0f3165f6519","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.4.3/node@v16.17.0+x64 (linux)","description":"Intelligently apply styles to WebComponents","directories":{},"maintainers":[{"name":"deebloo","email":"dannybluedesign@gmail.com"}],"sideEffects":false,"_nodeVersion":"16.17.0","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/styled_2.0.2-canary.1661371297.0_1661371301877_0.7405799824471688","host":"s3://npm-registry-packages"},"_id":"@joist/styled@2.0.2-canary.1661371297.0","version":"2.0.2-canary.1661371297.0"}