{"bugs":{"url":"https://github.com/deebloo/joist/issues"},"dist":{"shasum":"f8b4de8a807d2e6c1e034ffa6a3695e255ccf44c","tarball":"https://registry.npmjs.org/@joist/styled/-/styled-2.0.0-beta.13.tgz","fileCount":9,"integrity":"sha512-CHe1FWmMfNs1MQ46U0cS8PNJqltmkF6P6sP4wHK2jH9uvR+v9mOzljkSz3ZsClTOqgki3lvww6QP8npyB73hIA==","signatures":[{"sig":"MEUCIQClAgoe8eb7nPtSGrWlZEP4d6KzjlJPuhPJIs0dUyl/8AIgRBrTakGUuWOjuWYOzBVVENOnzcqqqvFxM7dC7CCMsHA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24485,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiliJ2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq1yRAAnV2XsC8ryT5S8ekfj97R/wsWnKlF0bVfMG5TPFyyKI4SnrV/\r\nnuZxklwJOBauD21VdcMBUVjMagEdQkCqV3ABK+urpa/mVogb1vPzFWLK8egr\r\nbNh4aOw53wdZ/deCrG/iWssa/fKci/4G7gUQ+cFL8wagMpls9uG2xlZ4/Eng\r\nYgnL8hG/DX2+gLJ5T7AP7V7fpa3GJJBjnO5si5UNtySW0gh4AV2fljG21J1g\r\nQLCBKUmoyNAoKR5oD4/0Cym5DWPPA19eygDlO10W1nwiVkFlihKqIH21H/qM\r\nDuzdmcmi8j3a/EoeGEtmDcoqMnJWcQKT0zfg+ZeP9AVe+/TZ1MGLkI17veNj\r\ncx6AETJRsrucDkxdgTzgBS+an0Bx6lycpompCH/42FNvohR/1d28vWV/+3Ul\r\nnW3mYFXdShVxieDC5fKmcMfTf4zqwdaRCaV0LhYBX2GnMQQluzf9c2f7vOZs\r\n5K2xLURhvGxbYUCZM5/gtb0+lKxViASX5+bczf15aErMxoqNLmYM+uOvGNOu\r\na+rd4rokZ6Mv427s5pxBVW558Kj/rSTwJ+DZ5guwIVIlDtz8M9Hm3unEGlCD\r\n3pc5AoRkDkNoiz9mc+oq0DrtO8vD/xgB19VZrcwmBcYzPlquLn9HMqZ/DmVn\r\n7Ve+Q+EAC2U0jW/dLt56+z5OS6trSzabrgk=\r\n=9uaN\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@beta\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":"045b15e31e5f2c9d2b32af3d93400bbbcdabc6ea","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.0.0/node@v16.14.0+x64 (darwin)","description":"Intelligently apply styles to WebComponents","directories":{},"maintainers":[{"name":"deebloo","email":"dannybluedesign@gmail.com"}],"sideEffects":false,"_nodeVersion":"16.14.0","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/styled_2.0.0-beta.13_1654006390691_0.5621581892280956","host":"s3://npm-registry-packages"},"_id":"@joist/styled@2.0.0-beta.13","version":"2.0.0-beta.13"}