{"_id":"@atom-learning/stitches-react","_rev":"2-ae154419be4f6171ad4c4d0c51474520","name":"@atom-learning/stitches-react","dist-tags":{"latest":"1.4.1"},"versions":{"1.4.1":{"name":"@atom-learning/stitches-react","version":"1.4.1","keywords":["component","components","create","css","css-in-js","global","globals","javascript","js","nesting","object","object-oriented","oo","oocss","oriented","scope","scoped","style","styled","styles","stylesheet","stylesheets","theme","themes","theming","token","tokens","type","typed","types","transform","ts","variable","variables","jsx","next","nextjs","preact","react","tsx"],"license":"MIT","_id":"@atom-learning/stitches-react@1.4.1","maintainers":[{"name":"mhoog","email":"martijnhoogerland@gmail.com"},{"name":"thomasdigby","email":"thomas.digby@hey.com"},{"name":"m.a.s","email":"m.a.stylianou@hotmail.com"}],"contributors":[{"name":"Pedro Duarte"},{"name":"Abdulhadi Alhallak","email":"abdul@workos.com"},{"name":"Jonathan Neal"}],"homepage":"https://stitches.dev/","bugs":{"url":"https://github.com/stitchesjs/stitches/issues"},"dist":{"shasum":"e77be6cb138eaf2f025ac5c2606ad512153d9514","tarball":"https://registry.npmjs.org/@atom-learning/stitches-react/-/stitches-react-1.4.1.tgz","fileCount":14,"integrity":"sha512-G10fKf5nv9OPIJA5prvH9vNSa3J1Pb/1sv/nvEwrlX+Tvlh9foa/aDYKPB7DTaSGQiILcznQ/VON1QSBCW50Hw==","signatures":[{"sig":"MEUCIFMBd6gPkNGxwSdrKNX5s2gck+5XHvSNlpqY+joGUs/GAiEAoe+uGYA+xPIMLxHIv+qbKepuYUwmlPh2uz6D8DEnSp4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":514754},"main":"dist/index.cjs","type":"module","types":"types/index.d.ts","unpkg":"dist/index.global.js","module":"dist/index.mjs","exports":{".":{"types":"./types/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.cjs"},"./global":"./dist/index.global.js"},"gitHead":"b1616094f8c8135f02a52d2d6b0e5a84f0cd0d5e","_npmUser":{"name":"mhoog","email":"martijnhoogerland@gmail.com"},"jsdelivr":"dist/index.global.js","repository":{"url":"git+https://github.com/stitchesjs/stitches.git","type":"git"},"_npmVersion":"10.2.4","description":"The modern CSS-in-JS library","directories":{},"sideEffects":false,"_nodeVersion":"20.11.1","publishConfig":{"access":"public"},"typesVersions":{">= 4.1":{"*":["types/*"]}},"_hasShrinkwrap":false,"devDependencies":{"react":"17.0.2"},"peerDependencies":{"react":">= 16.3.0"},"_npmOperationalInternal":{"tmp":"tmp/stitches-react_1.4.1_1724831909944_0.12092889055957201","host":"s3://npm-registry-packages"}}},"time":{"created":"2024-08-28T07:58:29.871Z","modified":"2026-06-10T18:08:09.266Z","1.4.1":"2024-08-28T07:58:30.115Z"},"bugs":{"url":"https://github.com/stitchesjs/stitches/issues"},"license":"MIT","homepage":"https://stitches.dev/","keywords":["component","components","create","css","css-in-js","global","globals","javascript","js","nesting","object","object-oriented","oo","oocss","oriented","scope","scoped","style","styled","styles","stylesheet","stylesheets","theme","themes","theming","token","tokens","type","typed","types","transform","ts","variable","variables","jsx","next","nextjs","preact","react","tsx"],"repository":{"url":"git+https://github.com/stitchesjs/stitches.git","type":"git"},"description":"The modern CSS-in-JS library","contributors":[{"name":"Pedro Duarte"},{"name":"Abdulhadi Alhallak","email":"abdul@workos.com"},{"name":"Jonathan Neal"}],"maintainers":[{"email":"thomas.digby@hey.com","name":"thomasdigby"},{"email":"martijnhoogerland@gmail.com","name":"mhoog"}],"readme":"# @stitches/react\n\n**@stitches/react** is a react implementation of [stitches](https://stitches.dev), a CSS-in-JS library with a best-in-class developer experience.\n\n<p><br /></p>\n\n```sh\n# with npm\nnpm install @stitches/react\n\n# with yarn\nyarn add @stitches/react\n```\n\n<p><br /></p>\n\n<a href=\"https://codepen.io/embed/prefill?editable=true&default-tab=js%2Cresult&data=%7B%22js%22%3A%22import+%7B+styled+%7D+from+%27https%3A%2F%2Fcdn.skypack.dev%2F%40stitches%2Freact%27%3B%5Cn%5Cn%2F%2F+add+your+code+here%21%5Cn%2F%2F+see+https%3A%2F%2Fstitches.dev+for+documentation%22%7D\"><img src=\"https://img.shields.io/badge/-open_in_codepen-2b354f?logo=codepen&style=flat-square\" alt=\"open in codepen\" valign=\"middle\" align=\"right\"></a>\n\n<br />\n\n```html\n<script type=\"module\">\n\nimport { styled } from 'https://cdn.skypack.dev/@stitches/react'\n\n</script>\n```\n\n<p><br /></p>\n\n<a href=\"https://codepen.io/embed/prefill?editable=true&default-tab=js%2Cresult&data=%7B%22js%22%3A%22const+%7B+styled+%7D+%3D+stitches%5Cn%5Cn%2F%2F+add+your+code+here%21%5Cn%2F%2F+see+https%3A%2F%2Fstitches.dev+for+documentation%22%2C%22js_external%22%3A%22https%3A%2F%2Funpkg.com%2Freact%2Fumd%2Freact.development.js%3Bhttps%3A%2F%2Funpkg.com%2Freact-dom%2Fumd%2Freact-dom.development.js%3Bhttps%3A%2F%2Funpkg.com%2F%40stitches%2Freact%2Fdist%2Findex.global.js%22%7D\"><img src=\"https://img.shields.io/badge/-open_in_codepen-2b354f?logo=codepen&style=flat-square\" alt=\"open in codepen\" valign=\"middle\" align=\"right\"></a>\n\n<br />\n\n```js\n<script src=\"https://unpkg.com/@stitches/react/dist/index.global.js\"></script>\n<script>\n\nconst { styled } = stitches\n\n</script>\n```\n\n<p><br /></p>\n\n## Documentation\n\nFor full documentation, visit [stitches.dev](https://stitches.dev).\n\n## Contributing\n\nPlease follow our [contributing guidelines](https://github.com/stitchesjs/stitches/blob/canary/CONTRIBUTING.md).\n\n## Authors\n\n- Pedro Duarte ([@peduarte](https://twitter.com/peduarte))\n- Jonathan Neal ([@jon_neal](https://twitter.com/jon_neal))\n- Abdulhadi Alhallak ([@hadi_hlk](https://twitter.com/hadi_hlk)) - [WorkOS](https://workos.com)\n\n## License\n\nLicensed under the MIT License, Copyright © 2022-present WorkOS.\n\nSee [LICENSE](./LICENSE.md) for more information.\n","readmeFilename":"README.md"}