{"bugs":{"url":"https://github.com/deebloo/joist/issues"},"dist":{"shasum":"79d846fc5f85abd5aa132713dbf5b33a36c0a7aa","tarball":"https://registry.npmjs.org/@joist/styled/-/styled-2.0.2-canary.1661358010.0.tgz","fileCount":9,"integrity":"sha512-K5tsBgS4ld+I341jPFU3ciwNNvjdbzWKbYGoTj3+nWDC8liqNY2d5KzPdg8RwrIOqIGcpYJL88SRgYt+s0GUpQ==","signatures":[{"sig":"MEUCIEFGnM72qoiOOvDzszVw7rHhkRonBR+Flt41pzuyUMpTAiEA0++dB5SDqPGyzlsK+Frr8eri07zVbj/Zy1TCoTByJC4=","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\nwsFzBAEBCAAGBQJjBk/FACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoCaw//UfUX2PKM0qNY+aq2KeIuXFpeAb25CDymnE5z9gLln5gkk21/\r\n7qJ8F+c+BZBZebqCrcfA6F0pFSMJuZm3XqqEUdrWnylgfOcp9uqPOBxXINqh\r\nWs1nCkUPBoHdcrre/QdPIijkYGFAF8PO021B1q47piY0hYIKcS02wlL96/kv\r\n7q8FyzI/m24ZL2dNnIhrPUZTxenGuxoRzOatGW6J5ixLrvq7/e1YgHG/p72o\r\nZWMIplulci9iLucDwg2YS8ZvXXqgR+UTjOY7FADXiRHKKbKnl9Hrb68zyd00\r\nnyiDEFMPogRcC1rDLcHN2EhyvhDdEusKdr6QRAvk1cii0LBlrxMNFaXg6rlD\r\nUqOo50ROaterhgYtN9UynoZnLp6hSHYmyGgywI4AeTnwPsAFTskgqnrBYm/l\r\nXxnhGKyfKp+BfdJ1h+4tAMgLK5wfihbS4tFxhCOJo2VDN3xYAk9GnXYHfyMQ\r\ne7fLuvMzwlGaVdAm5A3wyfC+b1EO2GxFUiOplF++pXAKx+unjhzSSZU2+s7J\r\npnoSJQoo6JP8ruWtYudPLukiGnrP1Q4UbRJAkYfNer5ioJii+wLhmXJA6xYf\r\nuOFNb4GCYPbWyEZUTR4nrav3uLO0NA+ij2v0PsEglSwc1FBfgs7gAyltPzJM\r\n9e+DppjI25Vqdvvl5EHTaAJMvjAk2zO6DGY=\r\n=LYiU\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":"04fb94e7899532420939359d21b81877d7b3258d","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.1661358010.0_1661358021601_0.4804506533088617","host":"s3://npm-registry-packages"},"_id":"@joist/styled@2.0.2-canary.1661358010.0","version":"2.0.2-canary.1661358010.0"}