{"bugs":{"url":"https://github.com/deebloo/joist/issues"},"dist":{"shasum":"2a2dd2e4f02c1122d7b25cef60c49a2753b9d529","tarball":"https://registry.npmjs.org/@joist/styled/-/styled-2.0.0-canary.1650895006.0.tgz","fileCount":9,"integrity":"sha512-Cxa9K/V5i6PYQPNRa8WHWxohzDJymCWn+QB0D3VjKblyr9Zfub0WFdizRm8Q9PSr2gxiwmDQ/1r4u7ONOmUBxg==","signatures":[{"sig":"MEUCIQDSabzihPS20CCc697SmL6mKqt40do4KWG0xJOT+USHKAIgGcSVNjPQ2pSwp3emJsJ+15r4jjTsXlq3Gh8xz9KmFFM=","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\nwsFzBAEBCAAGBQJiZqijACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqysQ/9EIQ18VQbqomrWJVhfLcCAY/m3qC0w8JrBr7arazdmjouP6bO\r\nvKVKzVYeFeZiWkpjFC1tCq4TH+gC8qNtZtJgFPSfvTO6bj/FUtFu+vO3LVHP\r\nNl9IGdJkpce+6ezLxLpciRubz5ooCiqpTEgCUWWuwiieWIu/2ZMBfTEJd7Gb\r\nOUxOyEL/Uqj9C5zjKEZoaseo7mMCJC+qvOqwsQZhrY0j2em9FjWc6jmnCUjo\r\npX4y90VqlS69BJU8d/sx+nngp5ZsweRRX3fBiqFoIbQuXvCq1AQeLlCa/Drs\r\nM3yPndRidJReF7AYUMWzA3XOK58KMLNGPrHvf+FgGdHlI5mAhtBvYO8yrBx/\r\nnIaFnhQHeuG7gOC0S0mRNDMuEx32dZtWrJIqeMfU8B4gnxcKIlrogO2nLVyn\r\nbli8ei7uu8xHysjyAGYRhMiAFLxy8q1wEJ3o/il41yhNZi5qloXQ+FvBzRxV\r\nsQCaeiTu+WjVg1K22PPtqynTcTXk2oqro32dtaG6DtRmE9ohd2BBShqgYXEi\r\ne9PT04SFOlMplFccS5MEa/J5PDoxoPPXL9ePnSlgTkBREenPaj8tRtbMQtPB\r\nsLRLghIioMumMgS3qhy4a8B3kSFUgxOLOtC97bW3RO0yT+Z1uvNqrpgVFIIO\r\nEFtvHoRqQ1mjyioNaR9xwNc7jpFnHZRcSdA=\r\n=Btcc\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":"3bffcac369d241c3aa76b5831c7ea51499b12277","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.1650895006.0_1650895011450_0.43556900528180953","host":"s3://npm-registry-packages"},"_id":"@joist/styled@2.0.0-canary.1650895006.0","version":"2.0.0-canary.1650895006.0"}