{"bugs":{"url":"https://github.com/deebloo/joist/issues"},"dist":{"shasum":"51710971815dd81f920b21fdbab9977e25997491","tarball":"https://registry.npmjs.org/@joist/styled/-/styled-2.0.0-canary.1650940272.0.tgz","fileCount":9,"integrity":"sha512-uL1qIp+t4Z71HW27PXFqCeOgYHSr3Omrz3UT6eYNLWMcMLgyd1E657j2z68kdrogNk0NidecyPQVvZ4CNHRA8A==","signatures":[{"sig":"MEQCIENc2P/1G6D6a3wQgiUHb84ADC+wftCzh2gRrcUGt/EaAiAMFqGA+Orac+wCvq0iNK3/0obZDaSlp9ClVQx0YPNcwA==","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\nwsFzBAEBCAAGBQJiZ1l1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrd6g/+JNdqpD8d6BwIHS6uK1NUemUDoXzUIoZ9CAwesVBcF32CVw2W\r\nRDahHe5chRQ1I5z4WO27cBADMtEdzCmohNBSFatzp7L8g3WcAK6F/DEOo0nK\r\nS7d/ub4Krf4xJZ7P24Tav/vOPPG88mnhBXhKpcia1UO8vVNYzzEL37QFm37b\r\nF28FlOYyCCqvbt8BR/fh0IIKLOquy/u3HJcGSRAdrMR+RQzkc56oo67PU0R/\r\nnSyc4tcN9dPcuRxpVXZbif8ZlBS/8z6wUwfuhxJOSO43droeOk412IRqWMFq\r\n3U/dDHdq2SvMIhz9aeDKkSL/Bdx03QOSyXi+HpgHB2yM06nJOYXxj/gUVsOX\r\nDVobh9y2GcOvcNw5dxVVGhCWw2/cmy2RwIy/f+YqzJ7kExKrdfTkmFAwKIkN\r\ntfiJadqsYIZkKtdiDbVnKTF+445Q3dnIJoIOXb3Id4i07fzt95Zl31RM6h7L\r\nfJShr7KEWeOISd851Ds0zMRBHoRiTihI027hlUj63Cav8RxjgQTTdNXohrDA\r\nx8o/Sq4rXXqQIrEjRZLfIrtEUOOBKYUW3J7XNeMks+rRr6LSSaVhSS9rrYeR\r\nsaaV6xCt23Af+AFkKRr1yKTAlTppDOnL3z48oLAdxObF3vZBBvxZD8u+FIF2\r\nRXcr9JTJzSoygTdN3vDkEqY20gxMCn9d2nc=\r\n=qGQ3\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":"89e92d06945ac3df86da37bc0bd05d738c747c3a","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.1650940272.0_1650940277124_0.4794753777711891","host":"s3://npm-registry-packages"},"_id":"@joist/styled@2.0.0-canary.1650940272.0","version":"2.0.0-canary.1650940272.0"}