{"bugs":{"url":"https://github.com/deebloo/joist/issues"},"dist":{"shasum":"2df91077bf6cac507e973b2810d7b288fe3153d6","tarball":"https://registry.npmjs.org/@joist/styled/-/styled-2.0.2-canary.1669611927.0.tgz","fileCount":9,"integrity":"sha512-gpbqC/6Eyk7OL8VGPWjlyXDJiCk3yuCu+mBMm/dyLawUphSm0mkP6yIsN8lBpXLxeTVIY2x+KsrSPDBv/qiSRQ==","signatures":[{"sig":"MEUCIFHuNviNv26y5BJk6NgZE0lyuok0tr0AjXbnFbL05OycAiEA8b3XNpTgUVRI8afFXyaNZ0FDs025NWtUB914IvbEcp0=","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\nwsFzBAEBCAAGBQJjhEGcACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqvoQ/+Jv1x4hJxFXiey+RqeUzs/Jcz8+bW8QDP8dUj7Zi337Cy1Q6H\r\nqS9Db8bX432fc4duLsFmp+w+yWYMrPl0KpuNfIYt6qKZjfGb1dd6uxhSAD75\r\nzmykkip/c8hwfUQnTZXPh1YUczPdHol+rg/q9Uc0TDKxiQwOf0MtVi1McetF\r\n6ONqXFfuBPVsckBDmneUTY77+fmXWzOuui7DjR7k2CYhJD8LpKSl0GNnHUiQ\r\nQdEKrGzjQ2Rs+8nS9sMiHmIiBcz/lOEd4J8eWW2zDZAX30tqRxmuJ6D0DlwB\r\nqRxxNTHotdlV5rrgwjKYPENwMsGbUbdWzRqplmQ4hIJiKCaZ4B8ycOMU9Zbq\r\nPAMuQmDIzT8tp00fJBTcbA+4p0DVi9tlCZDgAKpENOSO9UGZQULzkamILElN\r\n7YqGY8c7gaspDjCWFaVhO9gU2Ulskn3RKpRBa+k4U0eZyBy/QpIKc8dK2+ca\r\nKTG/qvp0C4SAWgx5mHvofdx2+jYkjaFrFPni3t3RhK19SaUzdhdqpNntF5eo\r\n3hxXAQuUtWIFgPr/CmOhqUbW1IvFCO7+hnFtaAL45aGovgE1M0+YYs3f9fXO\r\ndcP4cG3NdrD6zQOCg7mLs79nKlJTEpqawKYXiBuIZI8QqjBkuNfmJrcEJeXM\r\nM4U7mVIvJqJ8tAjirvrC/4POp0I4hceUVxg=\r\n=8ol2\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":"ea5480518ad2227a8fb53873800373410366153d","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.6.2/node@v16.18.1+x64 (linux)","description":"Intelligently apply styles to WebComponents","directories":{},"maintainers":[{"name":"deebloo","email":"dannybluedesign@gmail.com"}],"sideEffects":false,"_nodeVersion":"16.18.1","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/styled_2.0.2-canary.1669611927.0_1669611932115_0.8781930978314825","host":"s3://npm-registry-packages"},"_id":"@joist/styled@2.0.2-canary.1669611927.0","version":"2.0.2-canary.1669611927.0"}