{"bugs":{"url":"https://github.com/deebloo/joist/issues"},"dist":{"shasum":"b75759320cbdd5bf0c1d051693caa28e7077dd9b","tarball":"https://registry.npmjs.org/@joist/styled/-/styled-2.0.0-canary.1650646709.0.tgz","fileCount":9,"integrity":"sha512-DPh0Xboi4EAlB24rfjh4JUowz+/8cDfu+sul3cIJHhRxXw6M5Qjr4AEuu4NAXp0sL2sFZM/DfECHpKl+LGgLiw==","signatures":[{"sig":"MEUCIByGTfaX3xZrB1e1A3OKsbI/xYg7lm36ZYx7rHFPjbc6AiEAheJrHOJSLM7oztfY0EV61NO/kbGNNEznB+F98r7Rc3o=","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\nwsFzBAEBCAAGBQJiYt66ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpwQBAAnFsGSiJSfeQQVm3/Km6FA1uL3kKK6bnqceRbOqChkds+b+X7\r\nFgLg6vbXEcbjpYhdyBkl/Daj20srguwJ85gX0VtPxT1ZuyPqtzwABquDN8zU\r\nyVpEjp5HYnFox7DUyE/ygxShNL+WUUR8TRppc/xafepFaDnAyd5JDT9zRBz/\r\nCX+vPojB8+OEehwZmxMHR/F0MDpspuCuOAEoL8t9i+EkNrF6dbH7/4dKb/kE\r\n5GDbM+jgSnD7bQkGLLafzlf9mCIYWt4hqpwJuX6fvGMK0BnankJ8OdeUfFYh\r\np29aKsdNZ0DppRfrv5A08CU+9e6dnX6QNNBumCuFgh1oCKfZ1HuuIS0iv4s2\r\nJu6WHLfa+7c61edUr3uRUebY3yFRXQJGfDXG5jbM3FmQ0PoGL1n7KpfCfol/\r\nHBzbkRRUau5wm03kpmt/9trRDbD3AalTC2MyMW6s9qp2k+WHIdOjKd4SpUNE\r\nSeUfFyNKq/MB3NwjFD7U1XcCimBpNP75zu/hZUkgE8W+PphcNUPOEusi/w9k\r\nKsSxe5TDp5KFKeZwMw6aliDzdh9EggVBKB3EsVhFU91oC+oZnR171aeSPXUt\r\nzos7L0Y3tTbeWxsyWz5dEuhJPDrPZ2qCcF5By78XmBmaE2WhadIZwfzcg5a5\r\nk9t7X8xkAAzqUPEsKGrYItM+d63yX36kdnE=\r\n=AJ9q\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":"7c45a4ac13fea68884dd88ec089c3e6f4dc371a2","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.1650646709.0_1650646714119_0.571828045818449","host":"s3://npm-registry-packages"},"_id":"@joist/styled@2.0.0-canary.1650646709.0","version":"2.0.0-canary.1650646709.0"}