{"bugs":{"url":"https://github.com/deebloo/joist/issues"},"dist":{"shasum":"6a6d2ddacecf612235fea086ed78729c96b1f50c","tarball":"https://registry.npmjs.org/@joist/styled/-/styled-2.0.2-canary.1665455088.0.tgz","fileCount":9,"integrity":"sha512-aUqG2LXLu7fuTDaru5FFxTSCsUVUoYFSMS12SYqvnhO1fM1JPyDgTXrO+C1A8TCGvPf4HKuOTPA8f1fd0+xfnQ==","signatures":[{"sig":"MEYCIQDETff8a82nlME7usegeatmEhZf8LUHOuomfe88laFeKAIhANE1e6YmcxZ/N2eT4th0wc7D+PJK4Kc/zL38N+E4W8Gi","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\nwsFzBAEBCAAGBQJjRNP1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo9+g/+PnG4LnVC65wvdIUqgBBUZLX1/2vaRGBlHLszeqFkj87838ch\r\nxYDDUCtk6SFDNxfzTBOvkvbXhEK73X1+5rEpZpVwBzeR/Uy0lqRxP+gAv8jN\r\nRjXtXyCeZyiH2cD0GwCD//X+7XzOe8bcTg7rb/NDNF5MjlZgowG7WErTnptI\r\n3rgObPm22XPJ70Q68W6C7mJyj2RDAc0VnxO9sZQ10XzVdRH/lie5yQpk+iYX\r\nDF8AgDboIY1/zweyB/jvoACNAuNrqtklcjIRDnTGzb4skzqsQmjEYNlxGaTw\r\nL6hKtMHHBfr5PmKNqQ2ou4N/q2W7kJnWF7I4owwFTVdyNupYPbZAyBXScZ2U\r\nQ2NQCaUDEY1uXGaYCtl4RczJ3VvozEku7xvNjP/80u1Cj/tEo7D1GsKuUEya\r\nsVqyCw6OiaCRSuan2UKr4PNAXz9w7kzhGuUOBrc5g7Fl0IKqA/tqTkfs2sgm\r\n/Jox4V2OPsx9GO4pm/h4NVAIkotlqi5L/hfu+zeqew/AoWKRFALGW2Aq7TXY\r\n7Wy0jkg63cezmKGU1dh/EKzWmPWfYfd6M5QUR+iUQfrZeHa3HPIc8CvcHXgR\r\nBv2pwdeFas+hoRyAXheR7FQuUTZ9pdYZKSh+pK/2GeSG2LCRm629x8llQitl\r\nwVnZWBueJbTJuNNiwyvEnvs4OUkmg3GCcmo=\r\n=0ipp\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":"a08b26821fb05739927d9d7b510da38168504b53","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.17.1+x64 (linux)","description":"Intelligently apply styles to WebComponents","directories":{},"maintainers":[{"name":"deebloo","email":"dannybluedesign@gmail.com"}],"sideEffects":false,"_nodeVersion":"16.17.1","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/styled_2.0.2-canary.1665455088.0_1665455093015_0.390692107533523","host":"s3://npm-registry-packages"},"_id":"@joist/styled@2.0.2-canary.1665455088.0","version":"2.0.2-canary.1665455088.0"}