{"bugs":{"url":"https://github.com/deebloo/joist/issues"},"dist":{"shasum":"75a9d81e29a3ce42b40d1e919044331ed3b50a39","tarball":"https://registry.npmjs.org/@joist/styled/-/styled-2.0.0-canary.1650651593.0.tgz","fileCount":9,"integrity":"sha512-BCdp6q4AEmDEAiKueh2Tcp+HYdeNoXp/YMKAc5RXtizbtfOnt0m3F3E2oFu+PNY1IxRKRCtE//IWBl/Rzwplqw==","signatures":[{"sig":"MEUCIETW5jIPVUUf2ZC5un5Ci/ghD/Ew5r+MU6LZpWTz4nSMAiEA4wosx3NrZS8Tl4QMDiz1iWxsNHqL/HcuFGhkXp3CoeY=","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\nwsFzBAEBCAAGBQJiYvHOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpTrg//b7NEUJx3tWT6sRVlcS3poEoGIm3EaJo+Oi/U0IbaK/2wM6mZ\r\nIn+LR/hYaczE2GMorMAi1kY5O/VHP1CnTwmzM9K8vMHFvcO3D8Zv/ZfgaWhT\r\nde1VTFaejRdANwn95P7RqitnjxLco+nr4BEk/vrChXTIVfiCbBQctCOmeC1h\r\nnZxRvk5PA8yshLSBh/t6qW5ySShFlKIU1X0w7LY07CQEsg0i4+zFx1uRRcuR\r\n7Gy5RPXuKIWUX8VEfAyaHgOnJdJMGme+sFl0ITNJlkEPauMDtQfrj8P+mqJF\r\n8UQ1SqL4XmU1aavsAwA+zU6/Fjg95hy/NSSRmk2/CsaxGaCN3IzCL2BQHpyt\r\nW/lTIryqz3IplBCPsPwXUdiLP4vlRJ98E/RvSeRR/ty8gcfAV56m+A5m6fn8\r\n647ABQ6St73ALdHKTt4u4ruf4iq/JQeL2Kxi/KJyEio2vqBOGzH6Q0I3cuKV\r\nxQbDP00GN6isN7c/heUmKxbkDISsc7efW5qj8zBR8kD4f5w9j8ZClvzMvfad\r\n/zX9KRdDn0nzpe30/S3Xb3F6TDORUPEg8uhuQ5Ni0+OhEk34FRenHbdpiqVw\r\nPHNztqu1wfhj1H82zvACQeKDlNarxS+MCiOHwiQ8YRONJ6ynTiQSnWqcJI3v\r\nyoTvFRCQE/9nNpjdWjEaq7cAbNnVrLYJMS0=\r\n=GJ4C\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":"39314bfec366b9b3b3d855bfe43fe19f542086d3","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.1650651593.0_1650651597981_0.6449531789125846","host":"s3://npm-registry-packages"},"_id":"@joist/styled@2.0.0-canary.1650651593.0","version":"2.0.0-canary.1650651593.0"}