{"bugs":{"url":"https://github.com/deebloo/joist/issues"},"dist":{"shasum":"3edfdb5c1906e485a6e567358f90294d9ab3bc52","tarball":"https://registry.npmjs.org/@joist/styled/-/styled-2.0.2-canary.1661439479.0.tgz","fileCount":9,"integrity":"sha512-tBPhu8H1iqOfEoRKGnR0/YfnbGYGtpQFz+eCY4tax/IidFzdCdQzvd94QSaKMukkGDruopMko/fS7ZvLmRpeWw==","signatures":[{"sig":"MEUCICtE1V4L35ZuECWSZVg1evFZN/fnngAA7NtPzhxFF4FCAiEAiqaoWutQm4pjcL03jaZjvg3TKT07BsiThMehNW63Jb8=","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\nwsFzBAEBCAAGBQJjB438ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp/mQ//WNB6Zn2LRHP3rRt1MJs6VDP9ZpTHuQgZsPLZr7MWioFZ5QXe\r\n4qPxdwox0BMRZlQcYpjzRkSe3cFGh6/F0c0KBr6SO5t4RrZz6wtUB5vfuNK7\r\njOVQA51m3u+d1CSUnB8X6HDBwxPk4E60G2Ysk27Dn2bSIDbwhihETOQtWxro\r\n1r/l//dRyw6ealda1gG2MixGAzBKK19/SwlUaXX3wchGRLmZYg9cpFij0JL+\r\n3xXzWT2Mfs4AAabzxoF9RDUs+OzIi/YaZ8rF+dw8Kq1CODfeKOexND4Eww8/\r\nx22bGHGB/AK0jNn5RSsFY3MCLpahupviwznEnGHEZVjzUTX2n4Eieke7GB/W\r\nQqIvjoEFLhiL9HHwIyTNb73AuFCZs/T7YGHYvGJ3/5s04HJqt0RNbTeuaEWq\r\nyZcDkRQDFYJt0KJ6YSVa5E4GqN9ERH38vL5QCfKELlsgoQB27XcdnR/SBfO6\r\nYbfVZ6+Vy8qwsDJNaxJElsrh2IAcJMW7oXzHaeiIxzVbMkh1MxR8VNMxH11I\r\n4Q0gkBpxRalp3Q2vSDTfxbHcNV5knGDdx2cbLz9jVv7lotkkn6dHHPlDQBn4\r\n5azclsQsF7xCaE+icg5Km9wVXrY1W5pRVNJtP8LqzRWMydu9OnAxCsGSceXj\r\n3qiCmf34zBWvksSp9I81lfFnxk31XLNC/6w=\r\n=1fas\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":"8e0ad9c2d1ff7d6d76f942ff826b088a43b4aadc","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.1661439479.0_1661439483853_0.14004972315383957","host":"s3://npm-registry-packages"},"_id":"@joist/styled@2.0.2-canary.1661439479.0","version":"2.0.2-canary.1661439479.0"}