{"_id":"@stitches/core","_rev":"99-3690ee221ce996cd367e76222d726e21","name":"@stitches/core","dist-tags":{"latest":"1.2.8","canary":"1.3.1-1"},"versions":{"0.0.1":{"name":"@stitches/core","version":"0.0.1","description":"The modern CSS-in-JS library","contributors":[{"name":"Christian Alfoni","email":"christianalfoni@gmail.com"},{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdul Hallak","email":"abdul@modulz.app"}],"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"main":"lib/index.js","module":"es/index.js","publishConfig":{"access":"public"},"scripts":{"build":"npm run build:lib & npm run build:es","build:lib":"tsc -p tsconfig.build.json --outDir lib --module commonjs","build:es":"tsc -p tsconfig.build.json --outDir es --module es2015","clean":"rimraf dist es lib coverage","typecheck":"tsc --noEmit","lint":"tslint --project tsconfig.json --format stylish","format":"prettier '**/*.{md,js,jsx,json,ts,tsx}' --write","test":"jest --env=jsdom --coverage","test:watch":"node ../../node_modules/jest/bin/jest.js --env=jsdom --watch --updateSnapshot","prebuild":"npm run clean","postbuild":"rimraf {lib,es}/**/__tests__ {lib,es}/**/*.{spec,test}.{js,d.ts,js.map}","posttest":"npm run typecheck && npm run lint","preversion":"npm test","postversion":"git push && git push --tags"},"keywords":["typescript","css-in-js","css","library"],"dependencies":{"@types/node":"^13.11.1","tslib":"^1.11.1"},"gitHead":"c3509acc346ab0f9820b61ffb26307ec280ccebf","bugs":{"url":"https://github.com/modulz/stitches/issues"},"homepage":"https://github.com/modulz/stitches#readme","_id":"@stitches/core@0.0.1","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.22.1/node@v10.20.1+x64 (darwin)","dist":{"integrity":"sha512-PcNQsc/88BY97WUYPk7paWqtMxxH/W/WY5yCqHrwMnxw3jVyrZyJqYty6tuC+TzEfE3ZVkDvfayE8Nicg6YoIw==","shasum":"40c10773f9d144cb54ae2d63a9bc42669aa6d2ac","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.0.1.tgz","fileCount":51,"unpackedSize":1827305,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfTjR8CRA9TVsSAnZWagAAPsYP/jSc7vqK7niABi+gqhuh\nRnOVJsfNMSKjz3P4b3MGx6uQwCucHTZgiP10yt4Lqx2ReEot336rPDcNJcPs\nE2/90A07HbzgA6qQg3638MT6yz42BCNCoO+e7Fm+skeOldKDF5G8TKwCitg2\nfa3EhTqVFm3jHy6EEyAcyNBWEKxJm+Gxahi+VE4qhnqYKHaYW3MuTOeEoMd2\n6QKlxIo2n4GBcoXNPSqYzUvrBu6MRwUHg1na8hgh+gjCxtZspq+l4owS+xGu\n9GWAaSxDeETk/WBBSsy5LC01n8WfEiNcagsztK+BQf822j8rANS++FaZ37uG\nHaVNNI0bHeN5zkKYGJAVo+WJYU3WgAhahdYFyO4f006UPaWrhhVvN579aTHT\npoXXYODyinQtEt+fBQywJsf/9dP+Ji4Bt10QYVrVlT8l9zpsTUtz71mN4Nsf\nq97R/AqruObOS/RpzG11K1+1Yz3opYWGNSOma93DEEkkcEKkaw29H+Q7Ex/2\n88UqtSjmt6B4o+RLZlMw9mT7lGcbNU+N784Oqa5WEmuGUZ+XjWFp4doboQum\nY+XG/CxgjSjU3/BQIbY2BXgBgNy0B/alrsPduQoVU6UbJmvix7A/1TKSr0yf\n/xAxWbBMtbeO5vut8w0bGOd3LKgM4eFekbLWOv6YJ9S/jpmG/pHlPD6s9A6J\nkTYj\r\n=RC89\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBrvuLhf7N+qg3rp0Vsd1VB++TbpWLO5G1zJfWBQ+I2uAiEA9WOQRb4B/Ic0c0yuiEmOAa7hXj8JsQ59544DAdvkMIw="}]},"maintainers":[{"name":"peduarte","email":"contact@peduarte.com"},{"name":"christianalfoni","email":"christianalfoni@gmail.com"}],"_npmUser":{"name":"peduarte","email":"contact@peduarte.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.0.1_1598960764484_0.6853460066607209"},"_hasShrinkwrap":false},"0.0.2-canary.0":{"name":"@stitches/core","version":"0.0.2-canary.0","description":"The modern CSS-in-JS library","main":"dist/core.cjs.js","module":"dist/core.esm.js","contributors":[{"name":"Christian Alfoni","email":"christianalfoni@gmail.com"},{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"}],"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"publishConfig":{"access":"public"},"preconstruct":{"source":"src/index.ts"},"lint-staged":{"./**/*.{js,jsx,ts,tsx}":["tslint --fix","prettier --write","git add"],"./**/*.{css,md,json}":["prettier --write","git add"]},"scripts":{"clean":"rimraf dist es lib coverage","typecheck":"tsc --noEmit","lint":"tslint --project tsconfig.json --format stylish","format":"prettier '**/*.{md,js,jsx,json,ts,tsx}' --write","test":"jest --env=jsdom --coverage","test:watch":"node ../../node_modules/jest/bin/jest.js --env=jsdom --watch --updateSnapshot","posttest":"npm run typecheck && npm run lint","preversion":"npm test","postversion":"git push && git push --tags"},"keywords":["typescript","css-in-js","css","library"],"dependencies":{"@types/node":"^13.11.1","tslib":"^1.11.1"},"gitHead":"fcf069d00544c1438a4d2c55669bca2abc338b8b","readme":"## Why\n\n- **Atomic mindset**: Each CSS property is an atomic part of your complete CSS\n- **Reusability**: Each CSS property, given the same screen, pseudo and value is considered the same, giving high degree of reusability\n- **Optimal injection**: You can compose your styles outside of your UI, but no injection happens until it is actually used\n- **Tokenized**: Configure with tokens to give design restrictions\n- **Screens**: Define a set of media queries as screens to easily express CSS active within a screen\n- **Utils**: Create your own CSS properties\n- **Typed**: Fully typed API, even though you are not using Typescript\n- **Specificity solved**: No more specificity issues, as an atomic mindset opens up a more efficient and straight forward way to solve it\n- **Token based theming**: Tokens are CSS variables. Create themes overriding the tokens and expose themes to any parts of your app\n\n[A simple benchmark VS styled-components](https://codesandbox.io/s/benchmark-stitches-vs-styled-components-xi7qh?file=/src/App.js)\n\n## Get started\n\n`npm install @stitches/core`\n\n```ts\nimport { css } from '@stitches/core';\n\nconst button = css({\n  color: 'gray',\n  '&:hover': {\n    color: 'black',\n  },\n  borderColor: 'black',\n  padding: '1rem',\n});\n\nconst alertButton = css(button, {\n  borderColor: 'red',\n});\n\nconst dynamicButton = (disabled = false) =>\n  css(\n    button,\n    disabled && {\n      opacity: 0.5,\n    }\n  );\n```\n\n## Configure an instance\n\n```ts\nimport { createCss } from '@stitches/core';\n\nexport const css = createCss({\n  // Optinally add a prefix to all classnames to avoid crashes\n  prefix: 'my-lib',\n  // Maps tokens to properties. Follows the system-ui theme specification: https://system-ui.com/theme\n  tokens: {\n    colors: {\n      RED: 'tomato',\n    },\n    space: {\n      0: '1rem',\n    },\n    fontSizes: {},\n    fonts: {},\n    fontWeights: {},\n    lineHeights: {},\n    letterSpacings: {},\n    sizes: {},\n    borderWidths: {},\n    borderStyles: {},\n    radii: {},\n    shadows: {},\n    zIndices: {},\n    transitions: {},\n  },\n  // Create screens with media queries. Note that the media queriy with the\n  // highest specificity should go last\n  breakpoints: {\n    tablet: (rule) => `@media (min-width: 700px) { ${rule} }`,\n  },\n  // Create your own custom CSS properties. Here the functional syntax\n  // shines to handle pseudo selectors\n  utils: {\n    marginX: (config) => (value: number | string) => ({\n      marginLeft: value,\n      marginRight: value,\n    }),\n  },\n});\n\ncss({\n  color: 'RED', // Creates \"tomato\"\n  tablet: {\n    color: 'blue', // Color is \"blue\" when media query is active\n  },\n  marginX: 0, // Creates \"1rem\", as it composes margin, using \"space\" from tokens\n  border: '1px solid RED', // creates a \"tomato\" border\n  border: ['1px', 'solid', 'RED'], // You can also use array syntax to get typing\n  boxShadow: ['1px', '1px', '1px', 'RED'], // You can also use array syntax with shadow\n});\n```\n\n## Utility first\n\nStitches also allows you to put your utils at the front. That means you can create your very own CSS abstraction, where the underlying CSS properties are secondary.\n\n```ts\nimport { createCss } from '@stitches/core';\n\nexport const css = createCss({\n  utilityFirst: true,\n  utils: {\n    text: (config) => (value: { color?: string; size?: number }) => ({\n      ...(color ? { color } : {}),\n      ...(size ? { fontSize: size + 'rem' } : {}),\n    }),\n  },\n});\n\ncss({\n  text: {\n    color: 'red',\n    size: 2,\n  },\n  ':hover': {\n    text: {\n      color: 'blue',\n    },\n  },\n  // Override is a property that allows you to override\n  // with specific low level CSS properties\n  override: {\n    padding: '2rem',\n  },\n});\n```\n\n## Themes\n\nYou can create theme instances which overrides tokens:\n\n```ts\nimport { createCss } from '@stitches/core';\n\nexport const css = createCss({\n  tokens: {\n    colors: {\n      primary: 'tomato',\n    },\n  },\n});\n\nexport const funnyTheme = css.theme({\n  colors: {\n    primary: 'pink',\n  },\n});\n```\n\nThis theme represents a classname which can be added at any point in your DOM tree. You can add multiple themes, which overrides each other by the nested level you apply them.\n\n## Server side rendering\n\nThe `createCss` factory automatically detects if you are in a browser or server environment. That means when you this factory on the server it will **hash** the classnames (for rehydration abilities) and allow you to collect the styling to include in the responded html:\n\n```ts\nimport { createCss } from '@stitches/core';\n\nconst css = createCss({});\nconst { result, styles } = css.getStyles(() => renderSomething(css));\n```\n\nNote that server produced CSS does not contain vendor prefixes, as there is no browser environment to look at. If you have a server rendered application you can either manually add the vendor prefixes you need:\n\n```ts\ncss({\n  WebkitFontSmoothing: 'antialiased',\n  MozOsxFontSmoothing: 'grayscale',\n});\n```\n\nOr you can use a [postcss](https://www.npmjs.com/package/postcss) to do the conversion:\n\n```ts\nimport { createCss } from '@stitches/core';\nimport postcss from 'postcss';\nimport autoprefixer from 'autoprefixer';\n\nconst css = createCss({});\nconst { result, styles } = css.getStyles(() => renderSomething(css));\n\nPromise.all(\n  styles.map((style) => postcss([autoprefixer({ browsers: ['> 1%', 'last 2 versions'] })]).process(style))\n).then((styles) => {\n  // styles with vendor prefixes\n});\n```\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/modulz/stitches/issues"},"homepage":"https://github.com/modulz/stitches#readme","_id":"@stitches/core@0.0.2-canary.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.22.1/node@v10.20.1+x64 (darwin)","_npmUser":{"name":"peduarte","email":"contact@peduarte.com"},"dist":{"integrity":"sha512-v8MNt44oiwWFCaBLUSbhSpGgHEQ8jVlFSW4O+QMmdX/I2JcNu9raGSS4r9oI8QCIMZSwJ4H0LAkSxAOyVKYh6w==","shasum":"184c40041e20b7037ebc2a2a3864e3f45b3c5b1f","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.0.2-canary.0.tgz","fileCount":16,"unpackedSize":554875,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfUp53CRA9TVsSAnZWagAAryMP/1rbfsKdODoa70ACgC/8\nrUnvTcp9nNuRIZVSsNZ2FfXcNpAm3dFGTXWU8jKuk5ZBoXs6FDx2nUPpZgEs\nrbOOZQhbeuORSk9EoDBDQdqjRL/fdce2aZpe7yvE97nA8166n/B8F58rx16y\nT5RpxbHAP1rGoYyQ6WydbcOdupELXO7lLyjVE0d8XnENYE7Q3BBLsYXrL6mI\nvJWqTosy1HeSvHmxFFKLrW1auevNUENzRDWPIqRJEWVDBylmaSHEhwUhOz6A\nIJ6XDQRktKh7FOAtocz72C2GstEWR3W+11/s4u9IBvvn1cYMxpPIWgL0GXk5\nBCW0BSC5/ZQ7HJXcaB1RqMy01kO18tUZ+OXBcPLbWKMK4Mq4WKzCETxqhHh/\nX3BhMw0tWnvC4cCFTC8vJLCLXo8sc0bf+xkULNGiUcVB66IC716RBgolGqa0\n5StJybf4DJWrMTFjHP8aGwVCpPInIFKDxkwfhyGPlQ0Q0q3NVbeR1/Q2RKwa\nRNy98nVYKZXneC0rEeuN8ro17w3D1Ts06CVqizJj24TrSIhiyj6ythPdaAgh\nXeT3QJap0Urta8yQPaj51yqhE6geVmKBDBcXxdAhqRRArWdtF2tnCGoQaZiw\nZ1N0VWnIvQAmxlQZUtHm99E917NNgalZgn6SiNiJbiOK6Lf8tyhAXCuomEis\ncAev\r\n=kY9b\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCw7oLmNS1S5Q6PyclLuAAaA4ilXDPyI0ENGkCQUU9/6QIhAKqdg8eIlw5hgsGrATqC/XraNXodlwpKaNh0UJtU4jbz"}]},"maintainers":[{"name":"christianalfoni","email":"christianalfoni@gmail.com"},{"name":"peduarte","email":"contact@peduarte.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.0.2-canary.0_1599250039240_0.16484923826351494"},"_hasShrinkwrap":false},"0.0.3-canary.0":{"name":"@stitches/core","version":"0.0.3-canary.0","description":"The modern CSS-in-JS library","main":"dist/core.cjs.js","module":"dist/core.esm.js","contributors":[{"name":"Christian Alfoni","email":"christianalfoni@gmail.com"},{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"}],"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"publishConfig":{"access":"public"},"preconstruct":{"source":"src/index.ts"},"lint-staged":{"./**/*.{js,jsx,ts,tsx}":["tslint --fix","prettier --write","git add"],"./**/*.{css,md,json}":["prettier --write","git add"]},"scripts":{"clean":"rimraf dist es lib coverage","typecheck":"tsc --noEmit","lint":"tslint --project tsconfig.json --format stylish","format":"prettier '**/*.{md,js,jsx,json,ts,tsx}' --write","test":"jest --env=jsdom --coverage","test:watch":"node ../../node_modules/jest/bin/jest.js --env=jsdom --watch --updateSnapshot","posttest":"npm run typecheck && npm run lint","preversion":"npm test","postversion":"git push && git push --tags"},"keywords":["typescript","css-in-js","css","library"],"dependencies":{"@types/node":"^13.11.1","tslib":"^1.11.1"},"gitHead":"483ad0781514a92f7323df56bfd4948ad781686c","readme":"## Why\n\n- **Atomic mindset**: Each CSS property is an atomic part of your complete CSS\n- **Reusability**: Each CSS property, given the same screen, pseudo and value is considered the same, giving high degree of reusability\n- **Optimal injection**: You can compose your styles outside of your UI, but no injection happens until it is actually used\n- **Tokenized**: Configure with tokens to give design restrictions\n- **Screens**: Define a set of media queries as screens to easily express CSS active within a screen\n- **Utils**: Create your own CSS properties\n- **Typed**: Fully typed API, even though you are not using Typescript\n- **Specificity solved**: No more specificity issues, as an atomic mindset opens up a more efficient and straight forward way to solve it\n- **Token based theming**: Tokens are CSS variables. Create themes overriding the tokens and expose themes to any parts of your app\n\n[A simple benchmark VS styled-components](https://codesandbox.io/s/benchmark-stitches-vs-styled-components-xi7qh?file=/src/App.js)\n\n## Get started\n\n`npm install @stitches/core`\n\n```ts\nimport { css } from '@stitches/core';\n\nconst button = css({\n  color: 'gray',\n  '&:hover': {\n    color: 'black',\n  },\n  borderColor: 'black',\n  padding: '1rem',\n});\n\nconst alertButton = css(button, {\n  borderColor: 'red',\n});\n\nconst dynamicButton = (disabled = false) =>\n  css(\n    button,\n    disabled && {\n      opacity: 0.5,\n    }\n  );\n```\n\n## Configure an instance\n\n```ts\nimport { createCss } from '@stitches/core';\n\nexport const css = createCss({\n  // Optinally add a prefix to all classnames to avoid crashes\n  prefix: 'my-lib',\n  // Maps tokens to properties. Follows the system-ui theme specification: https://system-ui.com/theme\n  tokens: {\n    colors: {\n      RED: 'tomato',\n    },\n    space: {\n      0: '1rem',\n    },\n    fontSizes: {},\n    fonts: {},\n    fontWeights: {},\n    lineHeights: {},\n    letterSpacings: {},\n    sizes: {},\n    borderWidths: {},\n    borderStyles: {},\n    radii: {},\n    shadows: {},\n    zIndices: {},\n    transitions: {},\n  },\n  // Create screens with media queries. Note that the media queriy with the\n  // highest specificity should go last\n  breakpoints: {\n    tablet: (rule) => `@media (min-width: 700px) { ${rule} }`,\n  },\n  // Create your own custom CSS properties. Here the functional syntax\n  // shines to handle pseudo selectors\n  utils: {\n    marginX: (config) => (value: number | string) => ({\n      marginLeft: value,\n      marginRight: value,\n    }),\n  },\n});\n\ncss({\n  color: 'RED', // Creates \"tomato\"\n  tablet: {\n    color: 'blue', // Color is \"blue\" when media query is active\n  },\n  marginX: 0, // Creates \"1rem\", as it composes margin, using \"space\" from tokens\n  border: '1px solid RED', // creates a \"tomato\" border\n  border: ['1px', 'solid', 'RED'], // You can also use array syntax to get typing\n  boxShadow: ['1px', '1px', '1px', 'RED'], // You can also use array syntax with shadow\n});\n```\n\n## Utility first\n\nStitches also allows you to put your utils at the front. That means you can create your very own CSS abstraction, where the underlying CSS properties are secondary.\n\n```ts\nimport { createCss } from '@stitches/core';\n\nexport const css = createCss({\n  utilityFirst: true,\n  utils: {\n    text: (config) => (value: { color?: string; size?: number }) => ({\n      ...(color ? { color } : {}),\n      ...(size ? { fontSize: size + 'rem' } : {}),\n    }),\n  },\n});\n\ncss({\n  text: {\n    color: 'red',\n    size: 2,\n  },\n  ':hover': {\n    text: {\n      color: 'blue',\n    },\n  },\n  // Override is a property that allows you to override\n  // with specific low level CSS properties\n  override: {\n    padding: '2rem',\n  },\n});\n```\n\n## Themes\n\nYou can create theme instances which overrides tokens:\n\n```ts\nimport { createCss } from '@stitches/core';\n\nexport const css = createCss({\n  tokens: {\n    colors: {\n      primary: 'tomato',\n    },\n  },\n});\n\nexport const funnyTheme = css.theme({\n  colors: {\n    primary: 'pink',\n  },\n});\n```\n\nThis theme represents a classname which can be added at any point in your DOM tree. You can add multiple themes, which overrides each other by the nested level you apply them.\n\n## Server side rendering\n\nThe `createCss` factory automatically detects if you are in a browser or server environment. That means when you this factory on the server it will **hash** the classnames (for rehydration abilities) and allow you to collect the styling to include in the responded html:\n\n```ts\nimport { createCss } from '@stitches/core';\n\nconst css = createCss({});\nconst { result, styles } = css.getStyles(() => renderSomething(css));\n```\n\nNote that server produced CSS does not contain vendor prefixes, as there is no browser environment to look at. If you have a server rendered application you can either manually add the vendor prefixes you need:\n\n```ts\ncss({\n  WebkitFontSmoothing: 'antialiased',\n  MozOsxFontSmoothing: 'grayscale',\n});\n```\n\nOr you can use a [postcss](https://www.npmjs.com/package/postcss) to do the conversion:\n\n```ts\nimport { createCss } from '@stitches/core';\nimport postcss from 'postcss';\nimport autoprefixer from 'autoprefixer';\n\nconst css = createCss({});\nconst { result, styles } = css.getStyles(() => renderSomething(css));\n\nPromise.all(\n  styles.map((style) => postcss([autoprefixer({ browsers: ['> 1%', 'last 2 versions'] })]).process(style))\n).then((styles) => {\n  // styles with vendor prefixes\n});\n```\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/modulz/stitches/issues"},"homepage":"https://github.com/modulz/stitches#readme","_id":"@stitches/core@0.0.3-canary.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.22.1/node@v10.20.1+x64 (darwin)","_npmUser":{"name":"peduarte","email":"contact@peduarte.com"},"dist":{"integrity":"sha512-PoD3noqrHLEGyQlP97AUOUn4x0qZiV8Nm7myGhllDfivaxzGRrhrA9QSXT4pnCcjRku7IxsTSqAZWtUAsHyZ7Q==","shasum":"13f0ea127e88856f189556f9bcd932c595f43402","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.0.3-canary.0.tgz","fileCount":16,"unpackedSize":552625,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfViOmCRA9TVsSAnZWagAAxDcP/i4IRWVyLcnHUAxQs+6x\nB1nzUetU9iAzTHgXK2tvkKx6+ez/cD2HMw01jqJdJrt89ulNLw6mkslTpIIW\nZLqr0teJXaNay97NaXli7IsnMoomU+vqFptvWUNJ/I6r5Gcqt/sTtaS6ynw3\n4nvQTDwbpdF4sRV5i9hrGqIZDnQ+wTcMxek/wppqpVEmFWevhfTqgSYpft9n\njksbIN+LYGnteU6jtMpdBCCUagBg7hADfoE62qyAHixbgSU5bgoARTnuiM2m\nOIO/ItCp1cH/zQwq03FqUGU/afkXvapNoX9UeRiM/MaqHpBrCysKHaFQlA6d\nhJIJy9OSc1hKPfL7yJOstwZwudh4ppIAYfl+jBcX8xb1rBO+/81lTUSX4i/R\nv8bviGO7Ok8Dpb1HOCIWyptaFLXUG0jPsBao0svLUgvpqhtEXRhpj3eSqvLX\n5LnYikP2jrl48WjT32pvaX3Yp1k/Sd1on9rix8TYzdEyWJPE045xh9UTT7Qo\nXVlmn6qyPuwUO+tlkJ4JiObDbdXF+qBvr113HBsMVQ4JUCbl3RWWUCoP3fnU\n25d0lUQcsm8RmqhGqCXoHixreDkAiQX9Hn5qbGIx+RaSBM6tYu2LiMrnkrRd\nLJQZZjwUaCEFwkY11xXEuAccza1uKKKtV95OTCJMwe0GODzL7JFer8pGYJzv\nYmgT\r\n=cA0H\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCu4y/whU3LqPLkA0N4ZH2pIESf4NV32fXP3HUeyQLTFgIgRCE8TQ/4ZQ8WDsbCGrvMtP4MJQwC+rTI7T2KeqYxFCk="}]},"maintainers":[{"name":"christianalfoni","email":"christianalfoni@gmail.com"},{"name":"peduarte","email":"contact@peduarte.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.0.3-canary.0_1599480741777_0.06347936037009116"},"_hasShrinkwrap":false},"0.0.2":{"name":"@stitches/core","version":"0.0.2","description":"The modern CSS-in-JS library","main":"dist/core.cjs.js","module":"dist/core.esm.js","contributors":[{"name":"Christian Alfoni","email":"christianalfoni@gmail.com"},{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"}],"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"publishConfig":{"access":"public"},"preconstruct":{"source":"src/index.ts"},"lint-staged":{"./**/*.{js,jsx,ts,tsx}":["tslint --fix","prettier --write","git add"],"./**/*.{css,md,json}":["prettier --write","git add"]},"scripts":{"clean":"rimraf dist es lib coverage","typecheck":"tsc --noEmit","lint":"tslint --project tsconfig.json --format stylish","format":"prettier '**/*.{md,js,jsx,json,ts,tsx}' --write","test":"jest --env=jsdom --coverage","test:watch":"node ../../node_modules/jest/bin/jest.js --env=jsdom --watch --updateSnapshot","posttest":"npm run typecheck && npm run lint","preversion":"npm test","postversion":"git push && git push --tags"},"keywords":["typescript","css-in-js","css","library"],"dependencies":{"@types/node":"^13.11.1","tslib":"^1.11.1"},"gitHead":"6f8c785326b9b786b1715bff9efd0e5a09cb6d89","bugs":{"url":"https://github.com/modulz/stitches/issues"},"homepage":"https://github.com/modulz/stitches#readme","_id":"@stitches/core@0.0.2","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.22.1/node@v10.20.1+x64 (darwin)","_npmUser":{"name":"peduarte","email":"contact@peduarte.com"},"dist":{"integrity":"sha512-fvwZcUbb/cqV52+g+nGbwo8NbLt+Zpz7TSik+EwjtJd5Y3cpPOK0UZ+3hvMLlvqIPIzzcQULgrVuU08XkTdPfw==","shasum":"027b965cd3745ee113094279766d6e7ad777bb3e","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.0.2.tgz","fileCount":16,"unpackedSize":552530,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfVj0uCRA9TVsSAnZWagAAhYcP/jy5ReNOy0yWM20JxDdX\nBETbAOFTR2GYTJNuRUjhf6pDDBDHEc0WWj/K6fVPehOAOLvj41NNQwlfz2fu\n10IIEs8uRWvJAhE6L9WOMuiYuUna9r8HYLdpgHhyS4QizsNuCmkBXHVMnJOV\njS/3Luruj8rIOTK7EmOBVno0FdiQJTWoLmFFuvAZctHWJhJfiC813lkPAa19\n5kBvsA+U1i5wECQ3I+K3Af+BNp9Lq+Ci1USA5mZjI2G25aPiUQcDCvCuD32o\n6LpIJXiAwq7+oTwJIGh7BSBEHqzv99FJAK9WhFo2sExHxFonmRT3FKOaFEtU\nZgMdK5UOnhmVG0qOEam+62y3dML8PP9saXkKXUlSsL6SOrwoMrH9gZEwVaZs\nM0GNKamAaPY0brdsLSKiU62G1lP2E8Bk/y1N4cK5u/rles71z2auBrOTqvwZ\nPYd6pbDR3wRQmz8UfS61iW2irLuKeocyvMgcmapHBMpRqamr0v1Kt3XcaK0P\nvNT5zZ8da07zEte2zOklptSx74cgqLy8ITo6pBgKtrgrRZrekQgivwvPWLNL\nNf27qugEIadXNRwSaFpaU8u73E4GMF5vZ6GB3OX0q6a+lwyF3QJDgs0D4qx8\nmPmawnDM/ZU7lUtcrHWGa2x4cFa4Reymok2vAnRux+I5qSsIFJKvlDJQjgrB\naNMT\r\n=Jm97\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG/5QdbLMuUaA4IbgqlzzfvERFNCaDS7mPf3VGEhuxniAiEA6m0MNvFCAEFsvwkp88TB1v1s6qlvPEBnV3/Ei2kMldM="}]},"maintainers":[{"name":"peduarte","email":"contact@peduarte.com"},{"name":"christianalfoni","email":"christianalfoni@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.0.2_1599487278333_0.32107518783671507"},"_hasShrinkwrap":false},"0.0.3-canary.1":{"name":"@stitches/core","version":"0.0.3-canary.1","description":"The modern CSS-in-JS library","main":"dist/core.cjs.js","module":"dist/core.esm.js","contributors":[{"name":"Christian Alfoni","email":"christianalfoni@gmail.com"},{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"}],"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"publishConfig":{"access":"public"},"preconstruct":{"source":"src/index.ts"},"lint-staged":{"./**/*.{js,jsx,ts,tsx}":["tslint --fix","prettier --write","git add"],"./**/*.{css,md,json}":["prettier --write","git add"]},"scripts":{"clean":"rimraf dist es lib coverage","typecheck":"tsc --noEmit","lint":"tslint --project tsconfig.json --format stylish","format":"prettier '**/*.{md,js,jsx,json,ts,tsx}' --write","test":"jest --env=jsdom --coverage","test:watch":"node ../../node_modules/jest/bin/jest.js --env=jsdom --watch --updateSnapshot","posttest":"npm run typecheck && npm run lint","preversion":"npm test","postversion":"git push && git push --tags"},"keywords":["typescript","css-in-js","css","library"],"dependencies":{"@types/node":"^13.11.1","tslib":"^1.11.1"},"gitHead":"60ef24464cb5d1eef7f4be01add51c5d9d43ed70","readme":"## Why\n\n- **Atomic mindset**: Each CSS property is an atomic part of your complete CSS\n- **Reusability**: Each CSS property, given the same screen, pseudo and value is considered the same, giving high degree of reusability\n- **Optimal injection**: You can compose your styles outside of your UI, but no injection happens until it is actually used\n- **Tokenized**: Configure with tokens to give design restrictions\n- **Screens**: Define a set of media queries as screens to easily express CSS active within a screen\n- **Utils**: Create your own CSS properties\n- **Typed**: Fully typed API, even though you are not using Typescript\n- **Specificity solved**: No more specificity issues, as an atomic mindset opens up a more efficient and straight forward way to solve it\n- **Token based theming**: Tokens are CSS variables. Create themes overriding the tokens and expose themes to any parts of your app\n\n[A simple benchmark VS styled-components](https://codesandbox.io/s/benchmark-stitches-vs-styled-components-xi7qh?file=/src/App.js)\n\n## Get started\n\n`npm install @stitches/core`\n\n```ts\nimport { css } from '@stitches/core';\n\nconst button = css({\n  color: 'gray',\n  '&:hover': {\n    color: 'black',\n  },\n  borderColor: 'black',\n  padding: '1rem',\n});\n\nconst alertButton = css(button, {\n  borderColor: 'red',\n});\n\nconst dynamicButton = (disabled = false) =>\n  css(\n    button,\n    disabled && {\n      opacity: 0.5,\n    }\n  );\n```\n\n## Configure an instance\n\n```ts\nimport { createCss } from '@stitches/core';\n\nexport const css = createCss({\n  // Optinally add a prefix to all classnames to avoid crashes\n  prefix: 'my-lib',\n  // Maps tokens to properties. Follows the system-ui theme specification: https://system-ui.com/theme\n  tokens: {\n    colors: {\n      RED: 'tomato',\n    },\n    space: {\n      0: '1rem',\n    },\n    fontSizes: {},\n    fonts: {},\n    fontWeights: {},\n    lineHeights: {},\n    letterSpacings: {},\n    sizes: {},\n    borderWidths: {},\n    borderStyles: {},\n    radii: {},\n    shadows: {},\n    zIndices: {},\n    transitions: {},\n  },\n  // Create screens with media queries. Note that the media queriy with the\n  // highest specificity should go last\n  breakpoints: {\n    tablet: (rule) => `@media (min-width: 700px) { ${rule} }`,\n  },\n  // Create your own custom CSS properties. Here the functional syntax\n  // shines to handle pseudo selectors\n  utils: {\n    marginX: (config) => (value: number | string) => ({\n      marginLeft: value,\n      marginRight: value,\n    }),\n  },\n});\n\ncss({\n  color: 'RED', // Creates \"tomato\"\n  tablet: {\n    color: 'blue', // Color is \"blue\" when media query is active\n  },\n  marginX: 0, // Creates \"1rem\", as it composes margin, using \"space\" from tokens\n  border: '1px solid RED', // creates a \"tomato\" border\n  border: ['1px', 'solid', 'RED'], // You can also use array syntax to get typing\n  boxShadow: ['1px', '1px', '1px', 'RED'], // You can also use array syntax with shadow\n});\n```\n\n## Utility first\n\nStitches also allows you to put your utils at the front. That means you can create your very own CSS abstraction, where the underlying CSS properties are secondary.\n\n```ts\nimport { createCss } from '@stitches/core';\n\nexport const css = createCss({\n  utilityFirst: true,\n  utils: {\n    text: (config) => (value: { color?: string; size?: number }) => ({\n      ...(color ? { color } : {}),\n      ...(size ? { fontSize: size + 'rem' } : {}),\n    }),\n  },\n});\n\ncss({\n  text: {\n    color: 'red',\n    size: 2,\n  },\n  ':hover': {\n    text: {\n      color: 'blue',\n    },\n  },\n  // Override is a property that allows you to override\n  // with specific low level CSS properties\n  override: {\n    padding: '2rem',\n  },\n});\n```\n\n## Themes\n\nYou can create theme instances which overrides tokens:\n\n```ts\nimport { createCss } from '@stitches/core';\n\nexport const css = createCss({\n  tokens: {\n    colors: {\n      primary: 'tomato',\n    },\n  },\n});\n\nexport const funnyTheme = css.theme({\n  colors: {\n    primary: 'pink',\n  },\n});\n```\n\nThis theme represents a classname which can be added at any point in your DOM tree. You can add multiple themes, which overrides each other by the nested level you apply them.\n\n## Server side rendering\n\nThe `createCss` factory automatically detects if you are in a browser or server environment. That means when you this factory on the server it will **hash** the classnames (for rehydration abilities) and allow you to collect the styling to include in the responded html:\n\n```ts\nimport { createCss } from '@stitches/core';\n\nconst css = createCss({});\nconst { result, styles } = css.getStyles(() => renderSomething(css));\n```\n\nNote that server produced CSS does not contain vendor prefixes, as there is no browser environment to look at. If you have a server rendered application you can either manually add the vendor prefixes you need:\n\n```ts\ncss({\n  WebkitFontSmoothing: 'antialiased',\n  MozOsxFontSmoothing: 'grayscale',\n});\n```\n\nOr you can use a [postcss](https://www.npmjs.com/package/postcss) to do the conversion:\n\n```ts\nimport { createCss } from '@stitches/core';\nimport postcss from 'postcss';\nimport autoprefixer from 'autoprefixer';\n\nconst css = createCss({});\nconst { result, styles } = css.getStyles(() => renderSomething(css));\n\nPromise.all(\n  styles.map((style) => postcss([autoprefixer({ browsers: ['> 1%', 'last 2 versions'] })]).process(style))\n).then((styles) => {\n  // styles with vendor prefixes\n});\n```\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/modulz/stitches/issues"},"homepage":"https://github.com/modulz/stitches#readme","_id":"@stitches/core@0.0.3-canary.1","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.22.1/node@v10.20.1+x64 (darwin)","_npmUser":{"name":"peduarte","email":"contact@peduarte.com"},"dist":{"integrity":"sha512-HhTTkax8Yz6LMDXwVaPk9ZhEA167bUWHABPbIQFpmIIzuYtQ4W8Ju4i/0yR+/kOl2bqaV/zrx11nXEBPDQPj1g==","shasum":"cae76be9388889090df83cab7e7ba90d2233d1ab","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.0.3-canary.1.tgz","fileCount":16,"unpackedSize":561031,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfYzr1CRA9TVsSAnZWagAAis0P/0sXXcW91iirJYoqM9rF\nlzkJMHyxporlDAWokca5qmt25ZQp79pwu47CgWYuwdo0YEG5QBRhpyMjoIDC\nfEo9vcgLHVktt2xnEy1PlXW3i5bLsdqJK2E37v0unUFYGVTn4YN/GJBR1Bww\nXjIpmqLLKlJG75V1Iz6nsPjyo3m/xGlMJjs7kPO1bvxOIr5joQYO9HzEFQf7\nrznq8YUBg8U1qkwcK5cNZbIgz1/w2JDC2ImyB2tN/ilpCH1lWK6WfVOHzXS5\n+d1XY3voXblQ/FBejSoFnNVVmeY4GNOszjFMKKOt7LXUinycvrDmx5FYOGGv\ncy4nrWA5MiTFsw9AB/8+eC6jXDSShl/+kJG3cv/+fgVuNHStFDNx3TpJMn06\nHLUBlfnFQzyGFAs7j7CsQeBlagM9EOj4VSmpxPtpA+we4L4Ajbk4tDS6dmXh\nLA7fizPXdE1+5zPbC/ms15OPxvxrsut6rVTIZ12i511fUOphXt0EVdmbl/e/\n9hPB0yN4IKeY6xmJq3b5aWUOC1RrY1T0kZ/3QIFUclamd89o85F1dh5xykIN\namZujBqLFmh/BORZ+s+VZ15ziIrDLT1OOrS7VAqI40jOmfGjtTCHlgfBKMe2\nvGL+JmppQUIzbyDVnWOkrit4aPpGYmZbFi0QgMqze7HDur5JRzgKja9pL24N\nEGsz\r\n=/59y\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEBTGTdBNXPMO5Uf/hJFtZ7LHsRWbGbkiFCKrtsE2pJIAiEAixgTFTjVyE2f+LtYbW9gy1pdMRC+oasw0p75ra/HIOQ="}]},"maintainers":[{"name":"peduarte","email":"contact@peduarte.com"},{"name":"christianalfoni","email":"christianalfoni@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.0.3-canary.1_1600338677544_0.43699635005050297"},"_hasShrinkwrap":false},"0.0.3-canary.2":{"name":"@stitches/core","version":"0.0.3-canary.2","description":"The modern CSS-in-JS library","main":"dist/core.cjs.js","module":"dist/core.esm.js","contributors":[{"name":"Christian Alfoni","email":"christianalfoni@gmail.com"},{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"}],"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"publishConfig":{"access":"public"},"preconstruct":{"source":"src/index.ts"},"lint-staged":{"./**/*.{js,jsx,ts,tsx}":["tslint --fix","prettier --write","git add"],"./**/*.{css,md,json}":["prettier --write","git add"]},"scripts":{"clean":"rimraf dist es lib coverage","typecheck":"tsc --noEmit","lint":"tslint --project tsconfig.json --format stylish","format":"prettier '**/*.{md,js,jsx,json,ts,tsx}' --write","test":"jest","test:watch":"jest --watch --updateSnapshot","posttest":"npm run typecheck && npm run lint","preversion":"npm test","postversion":"git push && git push --tags"},"keywords":["typescript","css-in-js","css","library"],"devDependencies":{"@types/node":"^13.11.1","tslib":"^1.11.1"},"gitHead":"ee0a38532fc8c5904fc59be9530cf37e17829bf8","readme":"## Why\n\n- **Atomic mindset**: Each CSS property is an atomic part of your complete CSS\n- **Reusability**: Each CSS property, given the same screen, pseudo and value is considered the same, giving high degree of reusability\n- **Optimal injection**: You can compose your styles outside of your UI, but no injection happens until it is actually used\n- **Tokenized**: Configure with tokens to give design restrictions\n- **Screens**: Define a set of media queries as screens to easily express CSS active within a screen\n- **Utils**: Create your own CSS properties\n- **Typed**: Fully typed API, even though you are not using Typescript\n- **Specificity solved**: No more specificity issues, as an atomic mindset opens up a more efficient and straight forward way to solve it\n- **Token based theming**: Tokens are CSS variables. Create themes overriding the tokens and expose themes to any parts of your app\n\n[A simple benchmark VS styled-components](https://codesandbox.io/s/benchmark-stitches-vs-styled-components-xi7qh?file=/src/App.js)\n\n## Get started\n\n`npm install @stitches/core`\n\n```ts\nimport { css } from '@stitches/core';\n\nconst button = css({\n  color: 'gray',\n  '&:hover': {\n    color: 'black',\n  },\n  borderColor: 'black',\n  padding: '1rem',\n});\n\nconst alertButton = css(button, {\n  borderColor: 'red',\n});\n\nconst dynamicButton = (disabled = false) =>\n  css(\n    button,\n    disabled && {\n      opacity: 0.5,\n    }\n  );\n```\n\n## Configure an instance\n\n```ts\nimport { createCss } from '@stitches/core';\n\nexport const css = createCss({\n  // Optinally add a prefix to all classnames to avoid crashes\n  prefix: 'my-lib',\n  // Maps tokens to properties. Follows the system-ui theme specification: https://system-ui.com/theme\n  tokens: {\n    colors: {\n      RED: 'tomato',\n    },\n    space: {\n      0: '1rem',\n    },\n    fontSizes: {},\n    fonts: {},\n    fontWeights: {},\n    lineHeights: {},\n    letterSpacings: {},\n    sizes: {},\n    borderWidths: {},\n    borderStyles: {},\n    radii: {},\n    shadows: {},\n    zIndices: {},\n    transitions: {},\n  },\n  // Create screens with media queries. Note that the media queriy with the\n  // highest specificity should go last\n  breakpoints: {\n    tablet: (rule) => `@media (min-width: 700px) { ${rule} }`,\n  },\n  // Create your own custom CSS properties. Here the functional syntax\n  // shines to handle pseudo selectors\n  utils: {\n    marginX: (config) => (value: number | string) => ({\n      marginLeft: value,\n      marginRight: value,\n    }),\n  },\n});\n\ncss({\n  color: 'RED', // Creates \"tomato\"\n  tablet: {\n    color: 'blue', // Color is \"blue\" when media query is active\n  },\n  marginX: 0, // Creates \"1rem\", as it composes margin, using \"space\" from tokens\n  border: '1px solid RED', // creates a \"tomato\" border\n  border: ['1px', 'solid', 'RED'], // You can also use array syntax to get typing\n  boxShadow: ['1px', '1px', '1px', 'RED'], // You can also use array syntax with shadow\n});\n```\n\n## Utility first\n\nStitches also allows you to put your utils at the front. That means you can create your very own CSS abstraction, where the underlying CSS properties are secondary.\n\n```ts\nimport { createCss } from '@stitches/core';\n\nexport const css = createCss({\n  utilityFirst: true,\n  utils: {\n    text: (config) => (value: { color?: string; size?: number }) => ({\n      ...(color ? { color } : {}),\n      ...(size ? { fontSize: size + 'rem' } : {}),\n    }),\n  },\n});\n\ncss({\n  text: {\n    color: 'red',\n    size: 2,\n  },\n  ':hover': {\n    text: {\n      color: 'blue',\n    },\n  },\n  // Override is a property that allows you to override\n  // with specific low level CSS properties\n  override: {\n    padding: '2rem',\n  },\n});\n```\n\n## Themes\n\nYou can create theme instances which overrides tokens:\n\n```ts\nimport { createCss } from '@stitches/core';\n\nexport const css = createCss({\n  tokens: {\n    colors: {\n      primary: 'tomato',\n    },\n  },\n});\n\nexport const funnyTheme = css.theme({\n  colors: {\n    primary: 'pink',\n  },\n});\n```\n\nThis theme represents a classname which can be added at any point in your DOM tree. You can add multiple themes, which overrides each other by the nested level you apply them.\n\n## Server side rendering\n\nThe `createCss` factory automatically detects if you are in a browser or server environment. That means when you this factory on the server it will **hash** the classnames (for rehydration abilities) and allow you to collect the styling to include in the responded html:\n\n```ts\nimport { createCss } from '@stitches/core';\n\nconst css = createCss({});\nconst { result, styles } = css.getStyles(() => renderSomething(css));\n```\n\nNote that server produced CSS does not contain vendor prefixes, as there is no browser environment to look at. If you have a server rendered application you can either manually add the vendor prefixes you need:\n\n```ts\ncss({\n  WebkitFontSmoothing: 'antialiased',\n  MozOsxFontSmoothing: 'grayscale',\n});\n```\n\nOr you can use a [postcss](https://www.npmjs.com/package/postcss) to do the conversion:\n\n```ts\nimport { createCss } from '@stitches/core';\nimport postcss from 'postcss';\nimport autoprefixer from 'autoprefixer';\n\nconst css = createCss({});\nconst { result, styles } = css.getStyles(() => renderSomething(css));\n\nPromise.all(\n  styles.map((style) => postcss([autoprefixer({ browsers: ['> 1%', 'last 2 versions'] })]).process(style))\n).then((styles) => {\n  // styles with vendor prefixes\n});\n```\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/modulz/stitches/issues"},"homepage":"https://github.com/modulz/stitches#readme","_id":"@stitches/core@0.0.3-canary.2","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.22.1/node@v10.20.1+x64 (darwin)","_npmUser":{"name":"peduarte","email":"contact@peduarte.com"},"dist":{"integrity":"sha512-/XoN4uXxRoIlWoHkr8nRujxjRAIG3zHKGPZtk40Ll+ug5qRIOSHCqDh+DGJfNpApy2W3/MRNG1ILvjKt2hCdug==","shasum":"01949caa1d68766584caae0332577168d9e1bd79","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.0.3-canary.2.tgz","fileCount":16,"unpackedSize":564473,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfde3/CRA9TVsSAnZWagAA7vAP/30JTgLPbeOE1ssP/7TV\nGa4vfA86b5gksmnQuj/44LV7SGXBigNOCKZ59pfR/1Gv96/iID1ak9n9643y\nIBxwYXmXkO3vm4q4eMRCm/yFUKj1OMARqTBT0f8saR1TiE0lgHm0zYIfN3Pb\nxQoA5cI19hPHTRAsDWwa2dSjU65grudPBZ8uH3qX+O9GvJf+0zfVztOGExG9\nbOgDxLSEThMhcZXgKntMhrKfn3UuQ6x12sHu88y7X0RvRM1N9he9OJroS8MP\nPq0GC83ux9lbCpFjyxpTCB6rHYr7X+BFbtgzB/3GwhBHBvXHlKiuCM1K7EiS\njSjNBCJiWc6b0MhrWgxScMbmYapcvwplgWL36IRadWwMV88dMohUcqi5iv03\nnMLCOwAwOWOvH33jtnmwX4kPiMW4/z2+vrvSSmwwu5Ak3FSNmKbLDR02fpPm\nlr1tLuHQHVVP/KVdZKPwfI9pW+i14C49EQdK6cAScqYqYqUXrvREvZb/ZdrG\ngFB03GhMVda3lzhcLmYXOpx7SachqGpvmK9yt0DTsNxaLAr1sFTpWt+gGCfU\nMSb8avWeWr8ipCNZjZL84qqPc59BHpGDi/XlmByhQGHv9W9BHH1rXjMdxe3T\nKuu2ogClW1x8D2iLjG2SBSFEgrc7I7/nHhjorbSDiZaWXCqG4rMS/swA/wET\nY4So\r\n=ZhUY\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFpTIn08DoqHLJvmocoOkhBknbkqYHe+dpm+fePY9Sp+AiAlPP+FsBQyNxtWDXuExp3z5A1smoAvm5dKLwWmMQkqRg=="}]},"maintainers":[{"name":"peduarte","email":"contact@peduarte.com"},{"name":"christianalfoni","email":"christianalfoni@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.0.3-canary.2_1601564159225_0.6647585489405348"},"_hasShrinkwrap":false},"0.0.3-canary.4":{"name":"@stitches/core","version":"0.0.3-canary.4","description":"The modern CSS-in-JS library","main":"dist/core.cjs.js","module":"dist/core.esm.js","contributors":[{"name":"Christian Alfoni","email":"christianalfoni@gmail.com"},{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"}],"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"publishConfig":{"access":"public"},"preconstruct":{"source":"src/index.ts"},"lint-staged":{"./**/*.{js,jsx,ts,tsx}":["tslint --fix","prettier --write","git add"],"./**/*.{css,md,json}":["prettier --write","git add"]},"scripts":{"clean":"rimraf dist es lib coverage","typecheck":"tsc --noEmit","lint":"tslint --project tsconfig.json --format stylish","format":"prettier '**/*.{md,js,jsx,json,ts,tsx}' --write","test":"jest","test:watch":"jest --watch --updateSnapshot","posttest":"npm run typecheck && npm run lint","preversion":"npm test","postversion":"git push && git push --tags"},"keywords":["typescript","css-in-js","css","library"],"devDependencies":{"@types/node":"^13.11.1","tslib":"^1.11.1"},"gitHead":"79dc35cc717de6ef398e667deab887ddb2256973","readme":"## Why\n\n- **Atomic mindset**: Each CSS property is an atomic part of your complete CSS\n- **Reusability**: Each CSS property, given the same screen, pseudo and value is considered the same, giving high degree of reusability\n- **Optimal injection**: You can compose your styles outside of your UI, but no injection happens until it is actually used\n- **Tokenized**: Configure with tokens to give design restrictions\n- **Screens**: Define a set of media queries as screens to easily express CSS active within a screen\n- **Utils**: Create your own CSS properties\n- **Typed**: Fully typed API, even though you are not using Typescript\n- **Specificity solved**: No more specificity issues, as an atomic mindset opens up a more efficient and straight forward way to solve it\n- **Token based theming**: Tokens are CSS variables. Create themes overriding the tokens and expose themes to any parts of your app\n\n[A simple benchmark VS styled-components](https://codesandbox.io/s/benchmark-stitches-vs-styled-components-xi7qh?file=/src/App.js)\n\n## Get started\n\n`npm install @stitches/core`\n\n```ts\nimport { css } from '@stitches/core';\n\nconst button = css({\n  color: 'gray',\n  '&:hover': {\n    color: 'black',\n  },\n  borderColor: 'black',\n  padding: '1rem',\n});\n\nconst alertButton = css(button, {\n  borderColor: 'red',\n});\n\nconst dynamicButton = (disabled = false) =>\n  css(\n    button,\n    disabled && {\n      opacity: 0.5,\n    }\n  );\n```\n\n## Configure an instance\n\n```ts\nimport { createCss } from '@stitches/core';\n\nexport const css = createCss({\n  // Optinally add a prefix to all classnames to avoid crashes\n  prefix: 'my-lib',\n  // Maps tokens to properties. Follows the system-ui theme specification: https://system-ui.com/theme\n  tokens: {\n    colors: {\n      RED: 'tomato',\n    },\n    space: {\n      0: '1rem',\n    },\n    fontSizes: {},\n    fonts: {},\n    fontWeights: {},\n    lineHeights: {},\n    letterSpacings: {},\n    sizes: {},\n    borderWidths: {},\n    borderStyles: {},\n    radii: {},\n    shadows: {},\n    zIndices: {},\n    transitions: {},\n  },\n  // Create screens with media queries. Note that the media queriy with the\n  // highest specificity should go last\n  breakpoints: {\n    tablet: (rule) => `@media (min-width: 700px) { ${rule} }`,\n  },\n  // Create your own custom CSS properties. Here the functional syntax\n  // shines to handle pseudo selectors\n  utils: {\n    marginX: (config) => (value: number | string) => ({\n      marginLeft: value,\n      marginRight: value,\n    }),\n  },\n});\n\ncss({\n  color: 'RED', // Creates \"tomato\"\n  tablet: {\n    color: 'blue', // Color is \"blue\" when media query is active\n  },\n  marginX: 0, // Creates \"1rem\", as it composes margin, using \"space\" from tokens\n  border: '1px solid RED', // creates a \"tomato\" border\n  border: ['1px', 'solid', 'RED'], // You can also use array syntax to get typing\n  boxShadow: ['1px', '1px', '1px', 'RED'], // You can also use array syntax with shadow\n});\n```\n\n## Utility first\n\nStitches also allows you to put your utils at the front. That means you can create your very own CSS abstraction, where the underlying CSS properties are secondary.\n\n```ts\nimport { createCss } from '@stitches/core';\n\nexport const css = createCss({\n  utilityFirst: true,\n  utils: {\n    text: (config) => (value: { color?: string; size?: number }) => ({\n      ...(color ? { color } : {}),\n      ...(size ? { fontSize: size + 'rem' } : {}),\n    }),\n  },\n});\n\ncss({\n  text: {\n    color: 'red',\n    size: 2,\n  },\n  ':hover': {\n    text: {\n      color: 'blue',\n    },\n  },\n  // Override is a property that allows you to override\n  // with specific low level CSS properties\n  override: {\n    padding: '2rem',\n  },\n});\n```\n\n## Themes\n\nYou can create theme instances which overrides tokens:\n\n```ts\nimport { createCss } from '@stitches/core';\n\nexport const css = createCss({\n  tokens: {\n    colors: {\n      primary: 'tomato',\n    },\n  },\n});\n\nexport const funnyTheme = css.theme({\n  colors: {\n    primary: 'pink',\n  },\n});\n```\n\nThis theme represents a classname which can be added at any point in your DOM tree. You can add multiple themes, which overrides each other by the nested level you apply them.\n\n## Server side rendering\n\nThe `createCss` factory automatically detects if you are in a browser or server environment. That means when you this factory on the server it will **hash** the classnames (for rehydration abilities) and allow you to collect the styling to include in the responded html:\n\n```ts\nimport { createCss } from '@stitches/core';\n\nconst css = createCss({});\nconst { result, styles } = css.getStyles(() => renderSomething(css));\n```\n\nNote that server produced CSS does not contain vendor prefixes, as there is no browser environment to look at. If you have a server rendered application you can either manually add the vendor prefixes you need:\n\n```ts\ncss({\n  WebkitFontSmoothing: 'antialiased',\n  MozOsxFontSmoothing: 'grayscale',\n});\n```\n\nOr you can use a [postcss](https://www.npmjs.com/package/postcss) to do the conversion:\n\n```ts\nimport { createCss } from '@stitches/core';\nimport postcss from 'postcss';\nimport autoprefixer from 'autoprefixer';\n\nconst css = createCss({});\nconst { result, styles } = css.getStyles(() => renderSomething(css));\n\nPromise.all(\n  styles.map((style) => postcss([autoprefixer({ browsers: ['> 1%', 'last 2 versions'] })]).process(style))\n).then((styles) => {\n  // styles with vendor prefixes\n});\n```\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/modulz/stitches/issues"},"homepage":"https://github.com/modulz/stitches#readme","_id":"@stitches/core@0.0.3-canary.4","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.22.1/node@v10.20.1+x64 (darwin)","_npmUser":{"name":"peduarte","email":"contact@peduarte.com"},"dist":{"integrity":"sha512-VlDwtJfhWvxItU8ai5i0UQcNx7MRUIMpy2i6ufUVxcINXkrFZDTBxfahdgKQIT5oS3kT0LbUySctRDEMbt79YA==","shasum":"47f5bcf250f5a010218e76510af4ba52e066de6c","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.0.3-canary.4.tgz","fileCount":16,"unpackedSize":564688,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfhwu6CRA9TVsSAnZWagAAxb8P/2SUBRkjzfdIU+zgXFeH\nRFCT0XrLj7onNc/ekgyp7YqeoBURy3Yc5/AeDfWjfaZJoCLEkaPGAd+wLDxr\nwM53eQbuIf3E9Kd6BS9xUE56W8+3HwLQEC+aLDDa1KQuVzu4TD71TlNk0SiS\nq5OJRzX9xdJj6BziW5Eh4/TU19i9hsNlmhJ9bNr8bXZdWUS1fc/8/lCSeZsc\nkqVfUfwL/UcolPSReSC6zkU/x/bMldy6mrjPD6BXNCpdPONloYoxG7AWafw3\nUYwLeALop24xnOIumkgpXOiUu0w1AzrjakoPbOKBPbj+mTYiM0bqL7YBEB2H\n3IY19QVpCd0t7gU/7NK695Pcmx14LG6KolTmg4jcSuF5DqeZRmkhz6WrnWy1\nVCY8GsqRXBA5qN26EELbkp0JhdYbQyNlM4/S+j5N+Frp76z4fQpS3ZCe2gBa\nZ5qxKH5nDNPGmSwosnA83uVJj2Dc9m6+PDIVVNBNWO/PgGczBCQcpQ5AlMuX\ndPEaGM3+EzwCxHu/IxgCCDMLmJkakWToWdEB6UvvOZ4ebcAkodNRuVUX3s/E\n/M6AwGsq5nU99PI/cNbSZbT9b5waJxpd9bMiiwkBogAIfT7bVP0iExUdo4ry\np0E9hxbJsigFnFVqCntrdSOKpSHQidRqybiNaQF3nz10wGAFzxDOZPr2nCB3\nWUye\r\n=pTuX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE6gNe2zPmrgX3qYF6vLJADWVC2z8HHQM7kEJL1AeOemAiAEXjthfQrdHKdqbsID2B7zIs0tsiOpNYf8W5W7BuakRg=="}]},"maintainers":[{"name":"peduarte","email":"contact@peduarte.com"},{"name":"christianalfoni","email":"christianalfoni@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.0.3-canary.4_1602685882429_0.08951726813707417"},"_hasShrinkwrap":false},"0.1.0-canary.0":{"name":"@stitches/core","version":"0.1.0-canary.0","description":"The modern CSS-in-JS library","type":"module","typings":"types/index.d.ts","main":"dist/stitches.core.cjs.cjs","module":"dist/stitches.core.esm.mjs","unpkg":"dist/stitches.core.iife.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://github.com/modulz/stitches#readme","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Christian Alfoni","email":"christianalfoni@gmail.com"},{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"d2d04f083ceaa3eaabe690220799f407993b559c","readme":"# Stitches Core\n\nNear-zero runtime, server-side rendering, multi-variant support, and best-in-class developer experience.\n\n## Get started\n\n```sh\nnpm install @stitches/core\n```\n\n```js\nimport createCss from '@stitches/core'\n\nconst sheet = createCss({\n  theme: {\n    colors: {\n      black: '#2f2f2f',\n      white: '#f3f3f3',\n    },\n  },\n})\n\nconst button = sheet.css({\n  all: 'unset',\n  boxShadow: '0 0 0 1px $black',\n  backgroundColor: '$black',\n  color: '$white',\n  padding: '.5em 1em',\n})\n\nconst alertButton = sheet.css(button, {\n  boxShadow: '0 0 0 1px red',\n})\n\nconsole.log(`<button class=\"${button}\">`) // html will include a unique class name for the button component\nconsole.log(`<style>${sheet}</style>`) // css will include a unique rule for the button component\n```\n\n## Configure an instance\n\n```js\nimport createCss from '@stitches/core'\n\nexport const { css } = createCss({\n  // adds a prefix to all classnames to avoid clashes\n  prefix: 'my-lib',\n\n  // maps tokens to properties\n  theme: {\n    colors: {\n      red: 'tomato',\n    },\n    space: {\n      0: '1rem',\n    },\n  },\n\n  // creates breakpoints with media queries\n  conditions: {\n    tablet: '@media (min-width: 700px)',\n  },\n\n  // creates or configures css properties\n  utils: {\n    mX: (value) => ({\n      marginLeft: value,\n      marginRight: value,\n    }),\n    mY: (value) => ({\n      marginTop: value,\n      marginBottom: value,\n    }),\n  },\n})\n\ncss({\n  // assigns a custom property that resolves `tomato`\n  color: '$red',\n\n  // assigns `0` to `margin-left` and `margin-right`\n  marginX: 0,\n\n  // assign \"blue\" when the breakpoint is matched\n  when: {\n    tablet: {\n      color: 'blue',\n    },\n  },\n})\n```\n\n## Themes\n\nCreate themes to override defaults:\n\n```js\nimport createCss from '@stitches/core'\n\nexport const { css } = createCss({\n  theme: {\n    colors: {\n      primary: 'tomato',\n    },\n  },\n})\n\nexport const curiousTheme = css.theme({\n  colors: {\n    primary: 'pink',\n  },\n})\n```\n","readmeFilename":"README.md","_id":"@stitches/core@0.1.0-canary.0","_nodeVersion":"15.8.0","_npmVersion":"lerna/3.22.1/node@v15.8.0+x64 (darwin)","_npmUser":{"name":"peduarte","email":"contact@peduarte.com"},"dist":{"integrity":"sha512-M5SJYjB+CQsKHukySWWqzOA8lkDaR3rNED2IEQaQiYpg1xo1jyBGlo8giOycqIB1K9WhevhCD2Nl/dJ8bWRbbw==","shasum":"fe9ed7e8b9517794ceeacb66d1439ed1d9ae8990","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.1.0-canary.0.tgz","fileCount":9,"unpackedSize":417392,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgJr8hCRA9TVsSAnZWagAA3lAP/1xsZUWRbiXPE+Zcnq/H\nSH6cGNVdMoXElKu6XR7QcsLWHyuFBqMv81L2Fd5XavlR/D1FcC47r4/UgsIm\n8gub/Opz0YfVUFpKDPLgSydJfu5ZCAr51hIp9uKdnwb4r1yL0qtRdQlFQUUh\n4IJdBn7pkTg6DwFJQr8Id/UD91WHpScQZNU/lD3X5lDUBkecKdnPbHKtXUnU\ni5An4wLbq6n+DwB41+qqSxrqzLjsZwv4b6/TPzWU0FlxnFG2iq0xtxiE/eWv\nWVb3Yo041UbC4dLtCKI2fKwe3CsJpY6HPGQdrcpT1ABJyCQHpFthMlQ0HWMM\nmpg/GCKEH8D94xn1V17Ql86aXFM1V3kkTjC4vPuQxtT/dsZOSh3TR+6tFU3S\npphD0m/ZyoYZ9+cERg3Ojxd7YcT6rK9thl5zHyxzN+xHbOyypoVlHgvl86IP\nmRn0ws+gEJrPV0KLbrbYHaDxYzAXZd5mn9dlae1MmSoi+PP8pwBpV/gweZ2i\nhvmk39zHkQ/xXXaFC3fyOIbm0M07/JBMeOcying2bG/loTac5urtmhHCP0Mb\nZkmEd/Atfp1JQzKYmAVhM6ROlonq+Xffc62g0tfrwqb6JZMn7ia19g48L9Ux\nuINIQg3KAJR4lG3L5Midze3Ra/TqXd8rdmpSorDAitqGjcF8m7me83LzNuNX\n2hcw\r\n=OzkP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIQC6+PbTsumgxTRVyHpewMGy5GAdQ3fonHJxToTqlcoXVgIfBdNU6v6iBhJ89n5fDi1ZZY4wWqGsnV6k1IiTRhhMKQ=="}]},"directories":{},"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"peduarte","email":"contact@peduarte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.1.0-canary.0_1613152033239_0.008275486235556961"},"_hasShrinkwrap":false},"0.1.0-canary.1":{"name":"@stitches/core","version":"0.1.0-canary.1","description":"The modern CSS-in-JS library","type":"module","typings":"types/index.d.ts","main":"dist/stitches.core.cjs.cjs","module":"dist/stitches.core.esm.mjs","unpkg":"dist/stitches.core.iife.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://github.com/modulz/stitches#readme","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Christian Alfoni","email":"christianalfoni@gmail.com"},{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"148ea49a8ae4573d0ed01df7102af7935629bf0e","readme":"# Stitches Core\n\nNear-zero runtime, server-side rendering, multi-variant support, and best-in-class developer experience.\n\n## Get started\n\n```sh\nnpm install @stitches/core\n```\n\n```js\nimport createCss from '@stitches/core'\n\nconst sheet = createCss({\n  theme: {\n    colors: {\n      black: '#2f2f2f',\n      white: '#f3f3f3',\n    },\n  },\n})\n\nconst button = sheet.css({\n  all: 'unset',\n  boxShadow: '0 0 0 1px $black',\n  backgroundColor: '$black',\n  color: '$white',\n  padding: '.5em 1em',\n})\n\nconst alertButton = sheet.css(button, {\n  boxShadow: '0 0 0 1px red',\n})\n\nconsole.log(`<button class=\"${button}\">`) // html will include a unique class name for the button component\nconsole.log(`<style>${sheet}</style>`) // css will include a unique rule for the button component\n```\n\n## Configure an instance\n\n```js\nimport createCss from '@stitches/core'\n\nexport const { css } = createCss({\n  // adds a prefix to all classnames to avoid clashes\n  prefix: 'my-lib',\n\n  // maps tokens to properties\n  theme: {\n    colors: {\n      red: 'tomato',\n    },\n    space: {\n      0: '1rem',\n    },\n  },\n\n  // creates breakpoints with media queries\n  conditions: {\n    tablet: '@media (min-width: 700px)',\n  },\n\n  // creates or configures css properties\n  utils: {\n    mX: (value) => ({\n      marginLeft: value,\n      marginRight: value,\n    }),\n    mY: (value) => ({\n      marginTop: value,\n      marginBottom: value,\n    }),\n  },\n})\n\ncss({\n  // assigns a custom property that resolves `tomato`\n  color: '$red',\n\n  // assigns `0` to `margin-left` and `margin-right`\n  marginX: 0,\n\n  // assign \"blue\" when the breakpoint is matched\n  when: {\n    tablet: {\n      color: 'blue',\n    },\n  },\n})\n```\n\n## Themes\n\nCreate themes to override defaults:\n\n```js\nimport createCss from '@stitches/core'\n\nexport const { css } = createCss({\n  theme: {\n    colors: {\n      primary: 'tomato',\n    },\n  },\n})\n\nexport const curiousTheme = css.theme({\n  colors: {\n    primary: 'pink',\n  },\n})\n```\n","readmeFilename":"README.md","_id":"@stitches/core@0.1.0-canary.1","_nodeVersion":"15.5.0","_npmVersion":"lerna/3.22.1/node@v15.5.0+arm64 (darwin)","dist":{"integrity":"sha512-6vVcGL4L334dIMzOL+4v0nTjPNy+IZ5g4KCVoDa0XZMbl/glWXKHkkIDg9tQ0R3gTkPSZHY+s/uS4fO8HZWR4w==","shasum":"8a87a5f4984659852e85db193a1f32eb328409e0","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.1.0-canary.1.tgz","fileCount":9,"unpackedSize":418326,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgJzuWCRA9TVsSAnZWagAANXEP/iYHbLmKNCyepRBfEm/i\nyWjer2tVz8p//N1ITdcD5+A1UdYcLETJgdQU4le7oeaBF8JcmL9Ge8DMBRvR\n1WWFZkBNl/PoFy85w7KxdSsei6oB/UjqSHb5T4Aj397OOPORHpksa+QlO84G\nXfIWWAoDQLM2kx+m6XDt0fuq0DUoE2OXbWqiDzTKp8COu8s6kSYzAZXkVOrt\nUfuCoIEnC9j9WbVL7RHpG7fLlXsnlXxBSnWFknPdUriIAtTJUdWC7HdYthuG\nD73cpl90AdIyvX2zYGvk1CZLDd4/BZPQrDsRLgFz1LPV9zcTu+VzitkRtwi9\n/O6K7U4KQufK8L9v2D/DUWP3mhoL+61Jp8EfdyfBHVUasw982gY+UOB1zCRv\n1/yx57oZsVl1c7fH6Xt8buYWycuE+zOtNcYt4iCjtDEgGIq/fNt7GrvXtYtV\nJDJMFBJXN2jHgwuVrK9Ye4tIjeH4+ofAdbluretPoKB++T2OS254zalJq3jE\nFNPezg7VBID3bSCDbTqVP2Rze5jvQ90vBbEKlDmXqwuXGCy9qQhjsG+Aoy3Z\nVjgsJNPD1ACJQH5SfmNzHoLeoZnJzT6jbNjZIan767igt/gf7ObRoJFN9fcY\nxsnSHfDQ330d9Ldxi0U1yUbp3VcOHQayl6QVkENKCQy8DlYjG94whVisZJKi\nMM6U\r\n=87Rn\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFY9U0dyW3KO+ceqlSolqzHLfi6C8FiL10JyvJvVIJOxAiA5t4fkx/oKSuQD90lreYjQ2SlPoyEJCjLHHmi2Z1F4KQ=="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"peduarte","email":"contact@peduarte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.1.0-canary.1_1613183893631_0.7206720724834781"},"_hasShrinkwrap":false},"0.1.0-canary.2":{"name":"@stitches/core","version":"0.1.0-canary.2","description":"The modern CSS-in-JS library","type":"module","typings":"types/index.d.ts","main":"dist/stitches.core.cjs.cjs","module":"dist/stitches.core.esm.mjs","unpkg":"dist/stitches.core.iife.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://github.com/modulz/stitches#readme","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Christian Alfoni","email":"christianalfoni@gmail.com"},{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"f8dc4bb75726feaa453c12d2a539a207814349c7","readme":"# Stitches Core\n\nNear-zero runtime, server-side rendering, multi-variant support, and best-in-class developer experience.\n\n## Get started\n\n```sh\nnpm install @stitches/core\n```\n\n```js\nimport createCss from '@stitches/core'\n\nconst sheet = createCss({\n  theme: {\n    colors: {\n      black: '#2f2f2f',\n      white: '#f3f3f3',\n    },\n  },\n})\n\nconst button = sheet.css({\n  all: 'unset',\n  boxShadow: '0 0 0 1px $black',\n  backgroundColor: '$black',\n  color: '$white',\n  padding: '.5em 1em',\n})\n\nconst alertButton = sheet.css(button, {\n  boxShadow: '0 0 0 1px red',\n})\n\nconsole.log(`<button class=\"${button}\">`) // html will include a unique class name for the button component\nconsole.log(`<style>${sheet}</style>`) // css will include a unique rule for the button component\n```\n\n## Configure an instance\n\n```js\nimport createCss from '@stitches/core'\n\nexport const { css } = createCss({\n  // adds a prefix to all classnames to avoid clashes\n  prefix: 'my-lib',\n\n  // maps tokens to properties\n  theme: {\n    colors: {\n      red: 'tomato',\n    },\n    space: {\n      0: '1rem',\n    },\n  },\n\n  // creates breakpoints with media queries\n  conditions: {\n    tablet: '@media (min-width: 700px)',\n  },\n\n  // creates or configures css properties\n  utils: {\n    mX: (value) => ({\n      marginLeft: value,\n      marginRight: value,\n    }),\n    mY: (value) => ({\n      marginTop: value,\n      marginBottom: value,\n    }),\n  },\n})\n\ncss({\n  // assigns a custom property that resolves `tomato`\n  color: '$red',\n\n  // assigns `0` to `margin-left` and `margin-right`\n  marginX: 0,\n\n  // assign \"blue\" when the breakpoint is matched\n  when: {\n    tablet: {\n      color: 'blue',\n    },\n  },\n})\n```\n\n## Themes\n\nCreate themes to override defaults:\n\n```js\nimport createCss from '@stitches/core'\n\nexport const { css } = createCss({\n  theme: {\n    colors: {\n      primary: 'tomato',\n    },\n  },\n})\n\nexport const curiousTheme = css.theme({\n  colors: {\n    primary: 'pink',\n  },\n})\n```\n","readmeFilename":"README.md","_id":"@stitches/core@0.1.0-canary.2","_nodeVersion":"15.5.0","_npmVersion":"lerna/3.22.1/node@v15.5.0+arm64 (darwin)","dist":{"integrity":"sha512-4g7uygwfr+EANx1B0nq4SYIvQQDchKH9l+oqcOLzU4ROGd4f7GSzsKSl4J6cvWuQjYU+geksF/Si/E95bDy/Jg==","shasum":"c0fd3f7a175ff81d9a6c6c057f59a9eaae83ebad","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.1.0-canary.2.tgz","fileCount":9,"unpackedSize":419764,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgKCslCRA9TVsSAnZWagAASO4P/jsIm/OJNj9HclI4Xym8\n5pdTfTTlWgb84iTietRRc9w6LBJzBetBZO2kT5kTGZ8iRHx1lMYojA5xlIAU\nwdg+Lh8ZdKJ+jAEUQlOPtuhFnhio8mrziYQgb1HLC4bEqVc3ubL2D7ygrmpJ\ntGeAxgYAXIPlGL8uV0K/HTRLK5qhkZnzhxq9gnyh2b140FbrjUNiQB5iXUOK\n1lxH/UrznINx2ce9GKlSxD3BtJskkXV3IFw/96YK67v/cPblNecIP+TSqn2e\naQHLZEL0XMKn8XRFtQfqNIaxEQ6jfeAY6Nq9bEfQ9Vk4KZm6TIwwTbMrpYiM\ndS/NPUvkDEjCvssAWX7cGLXJlGFtJgo3BDjdz/uAoDHF8tA6ejt7lPqmqi/J\ntLJROhI9OJ8nGh+nCzNESDTzafwPVSZNWt4ZNcoL/5lxFc0HGPbp6a/g6VwS\naAGB3/Z0+S+LxUopX1u7hS082Gwic8IhGpMQr7mjciFf34N7aulh99ABfhts\nwiafAlwgM70YRJ4X9pL64wo+K1MyAj7f7gNOujLgD2Rs9j4S53fmaVi32r8s\nMdFRZ73o9cu1bKMnV9WZibMmV0mmsh5IBFi12qMSChn6TcIRqj0faw9nrRRr\ntbmWsQCcyqzRNRkWUVLKUigPaNQmKVvThGj0ZwjNFN9sMIbd+dMhTTGt4s/K\neYLk\r\n=rwhj\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCBLg4j+GohEY0u57LQw1jxsoFk/85CWY70U4rU8q87kwIgSxJFNppo2nyhaQqUHmV5E2DpnNjO4redB/a7KL4eDII="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"peduarte","email":"contact@peduarte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.1.0-canary.2_1613245220922_0.33413776989680577"},"_hasShrinkwrap":false},"0.1.0-canary.3":{"name":"@stitches/core","version":"0.1.0-canary.3","description":"The modern CSS-in-JS library","type":"module","typings":"types/index.d.ts","main":"dist/stitches.core.cjs.cjs","module":"dist/stitches.core.esm.mjs","unpkg":"dist/stitches.core.iife.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://github.com/modulz/stitches#readme","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Christian Alfoni","email":"christianalfoni@gmail.com"},{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"4bc2d989d9035ad2b99ff4bd4e74e2b08ce51d19","readme":"# Stitches Core\n\nNear-zero runtime, server-side rendering, multi-variant support, and best-in-class developer experience.\n\n## Get started\n\n```sh\nnpm install @stitches/core\n```\n\n```js\nimport createCss from '@stitches/core'\n\nconst sheet = createCss({\n  theme: {\n    colors: {\n      black: '#2f2f2f',\n      white: '#f3f3f3',\n    },\n  },\n})\n\nconst button = sheet.css({\n  all: 'unset',\n  boxShadow: '0 0 0 1px $black',\n  backgroundColor: '$black',\n  color: '$white',\n  padding: '.5em 1em',\n})\n\nconst alertButton = sheet.css(button, {\n  boxShadow: '0 0 0 1px red',\n})\n\nconsole.log(`<button class=\"${button}\">`) // html will include a unique class name for the button component\nconsole.log(`<style>${sheet}</style>`) // css will include a unique rule for the button component\n```\n\n## Configure an instance\n\n```js\nimport createCss from '@stitches/core'\n\nexport const { css } = createCss({\n  // adds a prefix to all classnames to avoid clashes\n  prefix: 'my-lib',\n\n  // maps tokens to properties\n  theme: {\n    colors: {\n      red: 'tomato',\n    },\n    space: {\n      0: '1rem',\n    },\n  },\n\n  // creates breakpoints with media queries\n  conditions: {\n    tablet: '@media (min-width: 700px)',\n  },\n\n  // creates or configures css properties\n  utils: {\n    mX: (value) => ({\n      marginLeft: value,\n      marginRight: value,\n    }),\n    mY: (value) => ({\n      marginTop: value,\n      marginBottom: value,\n    }),\n  },\n})\n\ncss({\n  // assigns a custom property that resolves `tomato`\n  color: '$red',\n\n  // assigns `0` to `margin-left` and `margin-right`\n  marginX: 0,\n\n  // assign \"blue\" when the breakpoint is matched\n  when: {\n    tablet: {\n      color: 'blue',\n    },\n  },\n})\n```\n\n## Themes\n\nCreate themes to override defaults:\n\n```js\nimport createCss from '@stitches/core'\n\nexport const { css } = createCss({\n  theme: {\n    colors: {\n      primary: 'tomato',\n    },\n  },\n})\n\nexport const curiousTheme = css.theme({\n  colors: {\n    primary: 'pink',\n  },\n})\n```\n","readmeFilename":"README.md","_id":"@stitches/core@0.1.0-canary.3","_nodeVersion":"15.5.0","_npmVersion":"lerna/3.22.1/node@v15.5.0+arm64 (darwin)","dist":{"integrity":"sha512-axvTk7nwIvv9bZvsJ8j/DoUz2pUV/idE7FlERHWApr1llAP6NgRXH45Ez02CKCfL8eNyQQKBortmESufq7sUKA==","shasum":"6431bebfe3c00772fabc6286b3de0f6f37245084","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.1.0-canary.3.tgz","fileCount":9,"unpackedSize":419953,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgKHN1CRA9TVsSAnZWagAARJMP/RjOlB/KNXU0glf2yrBz\ncuFt1xdOpTW/8Uk1J4zQlJ8Wf8aH2DxVJ032j6G9uWKQG/YV5a2xcZCZe8Oq\nZ2HNeSm1Kowe6Bgd4sGaBDA7uoqFQ6Lkvd2ZX8WRIaqnhM3zY4/cJTOd8Ded\nfRRCu6sPQNbaL8Jr3b/3uhmPPR9/K9TRJ7uRSoosEb7x8VqCYF8rg4Cfwc7t\nio6QIk+SS16b+m0YlbXUMiLJRafZNZA3ySAZm6D8rfuVVt0SphWar9vpY6is\nKC21xYJ0VP57KKaVnv6+bIVFWsI8i47U6/c/eHN2e9CvS1mmeWW7GNGgJ721\nbVU3uzQGbLoQhf4UOIYF456UGeSekCdcgbP6ruIqN8orQsu66ixcrIN15S9D\n28iHjOdwbBN5Id0dYOG5byrN7PUmV+00HrFIkG1FA4ICQZ9goPe2FraJLjqU\nffsJU2uqLTdtGutTa3oIxKuN5NGqBeGXnmZPdY3srEv5i70abPe6PSZ+5XTg\nxhdnDx5HazOIuH327e4ZdYtGCxpLj53fJNvMa6ZHaPFXQSL80swRtTm0eWYr\nptBI3jHEtwRT6qQQIx3Keh5OyKtMq3BkjBqY1DpKaoldvDPvNbWXgwSL7jSp\nUe93yEaVINxTnMq1eVfFlaC8zUdMBcwgnQcO9ysgXnXON5sFzBwysMKTsheT\nw+5a\r\n=tfe8\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIADL5/VnpOGaFPUrKbP2ZaIePVkTO9idWGmQIr0QjI7EAiEA6ThV03Tid6QT1KdxV6J6PMQYNmtqaKrqOM4Qx2PellY="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"peduarte","email":"contact@peduarte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.1.0-canary.3_1613263733365_0.9559411662598529"},"_hasShrinkwrap":false},"0.1.0-canary.4":{"name":"@stitches/core","version":"0.1.0-canary.4","description":"The modern CSS-in-JS library","type":"module","typings":"types/index.d.ts","main":"dist/stitches.core.cjs.cjs","module":"dist/stitches.core.esm.mjs","unpkg":"dist/stitches.core.iife.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://github.com/modulz/stitches#readme","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Christian Alfoni","email":"christianalfoni@gmail.com"},{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"9d37eef75fd72577cf3de72f7c4c663be60be135","readme":"# Stitches Core\n\nNear-zero runtime, server-side rendering, multi-variant support, and best-in-class developer experience.\n\n## Get started\n\n```sh\nnpm install @stitches/core\n```\n\n```js\nimport createCss from '@stitches/core'\n\nconst sheet = createCss({\n  theme: {\n    colors: {\n      black: '#2f2f2f',\n      white: '#f3f3f3',\n    },\n  },\n})\n\nconst button = sheet.css({\n  all: 'unset',\n  boxShadow: '0 0 0 1px $black',\n  backgroundColor: '$black',\n  color: '$white',\n  padding: '.5em 1em',\n})\n\nconst alertButton = sheet.css(button, {\n  boxShadow: '0 0 0 1px red',\n})\n\nconsole.log(`<button class=\"${button}\">`) // html will include a unique class name for the button component\nconsole.log(`<style>${sheet}</style>`) // css will include a unique rule for the button component\n```\n\n## Configure an instance\n\n```js\nimport createCss from '@stitches/core'\n\nexport const { css } = createCss({\n  // adds a prefix to all classnames to avoid clashes\n  prefix: 'my-lib',\n\n  // maps tokens to properties\n  theme: {\n    colors: {\n      red: 'tomato',\n    },\n    space: {\n      0: '1rem',\n    },\n  },\n\n  // creates breakpoints with media queries\n  conditions: {\n    tablet: '@media (min-width: 700px)',\n  },\n\n  // creates or configures css properties\n  utils: {\n    mX: (value) => ({\n      marginLeft: value,\n      marginRight: value,\n    }),\n    mY: (value) => ({\n      marginTop: value,\n      marginBottom: value,\n    }),\n  },\n})\n\ncss({\n  // assigns a custom property that resolves `tomato`\n  color: '$red',\n\n  // assigns `0` to `margin-left` and `margin-right`\n  marginX: 0,\n\n  // assign \"blue\" when the breakpoint is matched\n  when: {\n    tablet: {\n      color: 'blue',\n    },\n  },\n})\n```\n\n## Themes\n\nCreate themes to override defaults:\n\n```js\nimport createCss from '@stitches/core'\n\nexport const { css } = createCss({\n  theme: {\n    colors: {\n      primary: 'tomato',\n    },\n  },\n})\n\nexport const curiousTheme = css.theme({\n  colors: {\n    primary: 'pink',\n  },\n})\n```\n","readmeFilename":"README.md","_id":"@stitches/core@0.1.0-canary.4","_nodeVersion":"15.5.0","_npmVersion":"lerna/3.22.1/node@v15.5.0+arm64 (darwin)","dist":{"integrity":"sha512-PlLwerhlPN0nQerOqbj4+A+me4mA3XfTtOaa6nQv5Uo+W/4meNE1Ev7ezePIG2qtUfzMFbQ5EsQSs8VmPCmQkA==","shasum":"b4606ce1061384cddfe5434cadd3a43d97ae2508","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.1.0-canary.4.tgz","fileCount":9,"unpackedSize":419863,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgKvCMCRA9TVsSAnZWagAAn6sQAJnnRia5tu8bCowZnITF\nC7/U/2TKxtmGE/BMPHBGxY05n9nztHdrzVPwVkLrbiOpOUbhK2KYxumEzMeM\n2YrcrHlP6PBJzLDPBzOMtJBunf7qz2xGj3LEphM751mXH601jgD2MfrW6SkF\npwm4icwIMUGYUbSc9oG86tiJAX5xOfKEm3tFeKv11nZNPtZVwJZ2yseyl5U3\nZBx6PlUAxw3N+EDQDcSrDfj4kyL++iscf3WMmDEUARWFBZJAkZ0+17/L7fqe\npbs2W24EvZmGFpAFry7su0G3poXWxtim5NQ8EIhdqei/7NBbTNCQh4Cnxc+x\nWw5ds0e7K6QORUF2YI8GzPQaoET9UXCtKREJKKVbxytV4Mettp+7/Cr+Uu5v\nCotg1ZhnvADeSbcsRPHVcD2K0wx9ZBgFhre+9nRZ6g/2vLJYiS4mPG7U70lR\n2ilPBQ/H4yXDOAe1Gm+QuXvFbSACquelckrlOafuTHawyWaGqVaWX0yAvdKc\nbWimQ1e9PV5ORmqZz7KfMOrILGEOsK8sS5bInFvBbHeGj1EbiZ1d6u2QzdPr\n9dZxv0JnDyRWYtB45CwK2nvqzBNJp5ZvRsZe4tuS8Zl8ff2kw85xBkpQQq9r\nhM7mkjQse5OYGcl1kYRs4uu3mSKzVNWzDVW5pfGaPQqUgeJhFPj2LmGeZ60O\n19bI\r\n=NUnp\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCCU+3pnQCUG+HE3IdvwwWPqzrPA+PLvRvksCmJ0QqeAwIhAM5gNT5qXjqbLJvU8F7yaT4H+yfKVqe1YW9Hd54TI3g8"}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"peduarte","email":"contact@peduarte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.1.0-canary.4_1613426827896_0.7466911700108858"},"_hasShrinkwrap":false},"0.1.0-canary.5":{"name":"@stitches/core","version":"0.1.0-canary.5","description":"The modern CSS-in-JS library","type":"module","typings":"types/index.d.ts","main":"dist/stitches.core.cjs.cjs","module":"dist/stitches.core.esm.mjs","unpkg":"dist/stitches.core.iife.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://github.com/modulz/stitches#readme","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Christian Alfoni","email":"christianalfoni@gmail.com"},{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"1ecaba8af46615e50a529bd91a3cdb1c261530a2","readme":"# Stitches Core\n\nNear-zero runtime, server-side rendering, multi-variant support, and best-in-class developer experience.\n\n## Get started\n\n```sh\nnpm install @stitches/core\n```\n\n```js\nimport createCss from '@stitches/core'\n\nconst sheet = createCss({\n  theme: {\n    colors: {\n      black: '#2f2f2f',\n      white: '#f3f3f3',\n    },\n  },\n})\n\nconst button = sheet.css({\n  all: 'unset',\n  boxShadow: '0 0 0 1px $black',\n  backgroundColor: '$black',\n  color: '$white',\n  padding: '.5em 1em',\n})\n\nconst alertButton = sheet.css(button, {\n  boxShadow: '0 0 0 1px red',\n})\n\nconsole.log(`<button class=\"${button}\">`) // html will include a unique class name for the button component\nconsole.log(`<style>${sheet}</style>`) // css will include a unique rule for the button component\n```\n\n## Configure an instance\n\n```js\nimport createCss from '@stitches/core'\n\nexport const { css } = createCss({\n  // adds a prefix to all classnames to avoid clashes\n  prefix: 'my-lib',\n\n  // maps tokens to properties\n  theme: {\n    colors: {\n      red: 'tomato',\n    },\n    space: {\n      0: '1rem',\n    },\n  },\n\n  // creates breakpoints with media queries\n  conditions: {\n    tablet: '@media (min-width: 700px)',\n  },\n\n  // creates or configures css properties\n  utils: {\n    mX: (value) => ({\n      marginLeft: value,\n      marginRight: value,\n    }),\n    mY: (value) => ({\n      marginTop: value,\n      marginBottom: value,\n    }),\n  },\n})\n\ncss({\n  // assigns a custom property that resolves `tomato`\n  color: '$red',\n\n  // assigns `0` to `margin-left` and `margin-right`\n  marginX: 0,\n\n  // assign \"blue\" when the breakpoint is matched\n  when: {\n    tablet: {\n      color: 'blue',\n    },\n  },\n})\n```\n\n## Themes\n\nCreate themes to override defaults:\n\n```js\nimport createCss from '@stitches/core'\n\nexport const { css } = createCss({\n  theme: {\n    colors: {\n      primary: 'tomato',\n    },\n  },\n})\n\nexport const curiousTheme = css.theme({\n  colors: {\n    primary: 'pink',\n  },\n})\n```\n","readmeFilename":"README.md","_id":"@stitches/core@0.1.0-canary.5","_nodeVersion":"15.5.0","_npmVersion":"lerna/3.22.1/node@v15.5.0+arm64 (darwin)","dist":{"integrity":"sha512-WfAVbKUcqAfg3tzLyZ5JnU1pHCOgHFKbJMhKcvSc/sdQPrQTk6nFs/X3V/FipUNTHXN0Ycw4+zP/VUFGaIPpzg==","shasum":"a0c32e33676606097c4841b3175cd1de7028e60f","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.1.0-canary.5.tgz","fileCount":9,"unpackedSize":420094,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgK9OKCRA9TVsSAnZWagAAPDMP/A3UudVqiOWTCMknKRZH\neo59WyUo3pf/DytXmT1A+BnJLF6VtQXa7/nYtHzBtkGGAe20G4OYEcdGFptJ\nNsZ9n5t4jvO1NZDbOAv6F7IjiOjjCvTlcuBuvOfgjojlgkOofZbKFhuJHfaQ\nqlh45WWQ3yLfRAVcVG2Tf65DvXgq9mL02PqqNdChsRN2f1+BG2VbZfnIHDGc\n/rEjoTVwmxxM0Ri8Xb1jQj/vWsJ5ZvqyWixgtbhAGcbr1x7ZFDUPvsw9JzRC\nYPvBE5MCpU084PcrP64ppaUBeEAf8gt6STlyY69UtvK2VX5gl0eR7PtLILag\n4y10hMVCaOdm6fs0S3N+FG6SDIJT6IBkqbevrhYK3t24ut7UhgR5kf1LMwN9\nLbNGBoKiRa+lkejgmhF9E0/r1p/xYUOaim6wNU/YXy5oQ5xXeKWdxiERQlvZ\n2cPmRkUqGW3LNsveZdnwkgkTvF5wyOETtSmbqcMHlLupEQlgcD3ljSmblf5K\nCbiyrBjBusECvq1+KpDWS28xe28KO+TVhzXOyiuFeO8lkcJ16XoiFuxYkMuL\nPK7CctkDqOTbOVl+KjHDDDtBLs11f/bpk011EVCW4BK2i8b5OZZgPxgXp4kT\nU36A43KIoALnCiLvozv+0dnIMhgxt9MpQEXORN+695n03rgBW6ScK8YQrd2v\nRD5q\r\n=yxL4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIClCxLDUr0FLwJJoltcB1ZmRKwLi9UspQ8LXX+8trRtFAiBD2xMlXfWFnjW65A3OyGmcB4i4DX/w28nF6ZshBp2OPQ=="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"peduarte","email":"contact@peduarte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.1.0-canary.5_1613484937639_0.6225869861865596"},"_hasShrinkwrap":false},"0.1.0-canary.6":{"name":"@stitches/core","version":"0.1.0-canary.6","description":"The modern CSS-in-JS library","type":"module","typings":"types/index.d.ts","main":"dist/stitches.core.cjs.cjs","module":"dist/stitches.core.esm.mjs","unpkg":"dist/stitches.core.iife.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://github.com/modulz/stitches#readme","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Christian Alfoni","email":"christianalfoni@gmail.com"},{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"9feb3917ff33fb653f524fead372234b427af0b2","readme":"# Stitches Core\n\nNear-zero runtime, server-side rendering, multi-variant support, and best-in-class developer experience.\n\n## Get started\n\n```sh\nnpm install @stitches/core\n```\n\n```js\nimport createCss from '@stitches/core'\n\nconst sheet = createCss({\n  theme: {\n    colors: {\n      black: '#2f2f2f',\n      white: '#f3f3f3',\n    },\n  },\n})\n\nconst button = sheet.css({\n  all: 'unset',\n  boxShadow: '0 0 0 1px $black',\n  backgroundColor: '$black',\n  color: '$white',\n  padding: '.5em 1em',\n})\n\nconst alertButton = sheet.css(button, {\n  boxShadow: '0 0 0 1px red',\n})\n\nconsole.log(`<button class=\"${button}\">`) // html will include a unique class name for the button component\nconsole.log(`<style>${sheet}</style>`) // css will include a unique rule for the button component\n```\n\n## Configure an instance\n\n```js\nimport createCss from '@stitches/core'\n\nexport const { css } = createCss({\n  // adds a prefix to all classnames to avoid clashes\n  prefix: 'my-lib',\n\n  // maps tokens to properties\n  theme: {\n    colors: {\n      red: 'tomato',\n    },\n    space: {\n      0: '1rem',\n    },\n  },\n\n  // creates breakpoints with media queries\n  conditions: {\n    tablet: '@media (min-width: 700px)',\n  },\n\n  // creates or configures css properties\n  utils: {\n    mX: (value) => ({\n      marginLeft: value,\n      marginRight: value,\n    }),\n    mY: (value) => ({\n      marginTop: value,\n      marginBottom: value,\n    }),\n  },\n})\n\ncss({\n  // assigns a custom property that resolves `tomato`\n  color: '$red',\n\n  // assigns `0` to `margin-left` and `margin-right`\n  marginX: 0,\n\n  // assign \"blue\" when the breakpoint is matched\n  when: {\n    tablet: {\n      color: 'blue',\n    },\n  },\n})\n```\n\n## Themes\n\nCreate themes to override defaults:\n\n```js\nimport createCss from '@stitches/core'\n\nexport const { css } = createCss({\n  theme: {\n    colors: {\n      primary: 'tomato',\n    },\n  },\n})\n\nexport const curiousTheme = css.theme({\n  colors: {\n    primary: 'pink',\n  },\n})\n```\n","readmeFilename":"README.md","_id":"@stitches/core@0.1.0-canary.6","_nodeVersion":"15.5.0","_npmVersion":"lerna/3.22.1/node@v15.5.0+arm64 (darwin)","dist":{"integrity":"sha512-2X5h8ooIUS+lCPQknPRw2n+Qx1gSXdzkQj0YrN3QGM85r0xeWWD5BgvmeMIh1IWSdnPbXYjd1KcCm4/LOehLHA==","shasum":"c60c0f42caf578ef390b44688a58b39fbc8d9e85","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.1.0-canary.6.tgz","fileCount":9,"unpackedSize":424134,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgLDicCRA9TVsSAnZWagAAr4EP/iCQxbTdO2b7zNwmTqbm\n/pRnylDd+94aHslg1Bif6w/ovX2oTrx7s9g3mxQwNufmquyDR26VfDb9mGXA\n39/CodcsnmChSwgLDd5zhb8InHZkrCGY/H+rz2eKIrxBS2cpToTNR1rhlRir\nzP6sdS/r2wM11M5qPm7+VMCfCo0xVpYjHOCtQxhuWJTWqnhC0J77sHVhbKJx\nUt/gSngpb9nuXOGHuEERvC7hQaEvlg1Dpbu62vkQ9L5TZVYbM7dfEdMkk4gW\nhK/n0YvD4pORE+TnND4uLt4mMVvGkSX8UO3UIE3Tq46fsgWyG0nu7aWKL5aJ\nayye3dv9z0G5Iwcz1MqUfyqpzWjNJMInTTB/VNQ1F95o9HYPwyXT8lkezgIQ\n57iAlZnBMXLjnRS2pFQ00yKybxCZbdcicybPG9QRv1aGo+/knbGpT4TFEmyS\nxnK8oiRiTHuExoQDCVRfIQyYRwQOWpdqFd1IFPRXRtbJrlCc/xP8JaVXq1fd\ndjLWfy14fudicGPpoYIlszICtbjCrhuJhuz5J8VbpMCoflSNf34K3DtoVYhU\nZQH097NXRnm8IZewRW7rGsQ23E+tsI/nmq7ARJKbYqXYJX9ze8l/xg93KUCg\n8jrXboEdNGMHhFv5Js86gh1RoQQ8I3mhXudsHTl8tSwnV9sj7cxiyyyrB5uu\nRsig\r\n=GjBE\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB4BIs7rKAi59+A7fUQJnye8F7OgREPyDXLXzEqmoDvHAiEAntOhx2KZJ7aJB06Z+bkI226yODGu25KUxW3p32WFwvs="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"peduarte","email":"contact@peduarte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.1.0-canary.6_1613510812166_0.9103352003855971"},"_hasShrinkwrap":false},"0.1.0-canary.7":{"name":"@stitches/core","version":"0.1.0-canary.7","description":"The modern CSS-in-JS library","type":"module","typings":"types/index.d.ts","main":"dist/stitches.core.cjs.cjs","module":"dist/stitches.core.esm.mjs","unpkg":"dist/stitches.core.iife.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://github.com/modulz/stitches#readme","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Christian Alfoni","email":"christianalfoni@gmail.com"},{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"22205256ea1f4ea9127c3bf3e6751b5d7d9dd117","readme":"# Stitches Core\n\nNear-zero runtime, server-side rendering, multi-variant support, and best-in-class developer experience.\n\n## Get started\n\n```sh\nnpm install @stitches/core\n```\n\n```js\nimport createCss from '@stitches/core'\n\nconst sheet = createCss({\n  theme: {\n    colors: {\n      black: '#2f2f2f',\n      white: '#f3f3f3',\n    },\n  },\n})\n\nconst button = sheet.css({\n  all: 'unset',\n  boxShadow: '0 0 0 1px $black',\n  backgroundColor: '$black',\n  color: '$white',\n  padding: '.5em 1em',\n})\n\nconst alertButton = sheet.css(button, {\n  boxShadow: '0 0 0 1px red',\n})\n\nconsole.log(`<button class=\"${button}\">`) // html will include a unique class name for the button component\nconsole.log(`<style>${sheet}</style>`) // css will include a unique rule for the button component\n```\n\n## Configure an instance\n\n```js\nimport createCss from '@stitches/core'\n\nexport const { css } = createCss({\n  // adds a prefix to all classnames to avoid clashes\n  prefix: 'my-lib',\n\n  // maps tokens to properties\n  theme: {\n    colors: {\n      red: 'tomato',\n    },\n    space: {\n      0: '1rem',\n    },\n  },\n\n  // creates breakpoints with media queries\n  conditions: {\n    tablet: '@media (min-width: 700px)',\n  },\n\n  // creates or configures css properties\n  utils: {\n    mX: (value) => ({\n      marginLeft: value,\n      marginRight: value,\n    }),\n    mY: (value) => ({\n      marginTop: value,\n      marginBottom: value,\n    }),\n  },\n})\n\ncss({\n  // assigns a custom property that resolves `tomato`\n  color: '$red',\n\n  // assigns `0` to `margin-left` and `margin-right`\n  marginX: 0,\n\n  // assign \"blue\" when the breakpoint is matched\n  when: {\n    tablet: {\n      color: 'blue',\n    },\n  },\n})\n```\n\n## Themes\n\nCreate themes to override defaults:\n\n```js\nimport createCss from '@stitches/core'\n\nexport const { css } = createCss({\n  theme: {\n    colors: {\n      primary: 'tomato',\n    },\n  },\n})\n\nexport const curiousTheme = css.theme({\n  colors: {\n    primary: 'pink',\n  },\n})\n```\n","readmeFilename":"README.md","_id":"@stitches/core@0.1.0-canary.7","_nodeVersion":"15.5.0","_npmVersion":"lerna/3.22.1/node@v15.5.0+arm64 (darwin)","dist":{"integrity":"sha512-99H7c9yMuZ9hzlTPY9h+zDCbJshKFyh5Bc0eUt4dAvZwXPf0lZ9s/NDBO3ivFQgUsa7D0dgjaJNq928MEakRiQ==","shasum":"624b4a7a9c94d3c1cb080e6eed2f6c1757e3bca2","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.1.0-canary.7.tgz","fileCount":9,"unpackedSize":424324,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgLaR2CRA9TVsSAnZWagAAvL4P/1VpQWuL8fbzT38zm30k\nhx5xtXMU8u61SdT4hdTTdYnxhOiTqOOUBctBylPUaJXxXzsujpwn59SdjoJj\nL7P1H54nl6a2ojTd7LTJ23GBrkYzu785m9rtlg+P2jqIAvjoEZAHFzlQJ+5f\njPKtnVCUIpRwYygWFkMjV/FDxoGTl2nOU5Tn/BM8dsQt64IfxOIBbTZw9x06\ngR/NMwUKLblSeN5JvyIRarrPwmxjGhMAg+Ykq29mVCd1AWmLhc8j99IDhqS/\n5tHotUcUpqYvqS3jjKinH4qaedN88HHjAlsOSCQGzfVkOdQo9L6YS5YzNNcF\n1TZH0W5/Vl47L6pLlPlXBGMxVLaLBCIC5V/TtI4HjL5YMKWkgEJFd/bBwyxL\n3fVOOqU7JkBMr485qGikLg5F594HBcExpiPJfRcmy2c2U5oiWRvGfSTjMwrI\n+Cq94BTTOWrrqnIy9VfpW5OY2obkFVNdLTdmTGRA6M8H01yyVCQQcmJ8fjIj\nLbdde4xVSkgW2zJUpph5bUNIA1XVJ3ELoh5etjouyhXj+UEjot7DbMcaMuwF\n6QBdoY7LrJ1gBORURyMNF7e4+oSFLcfFtmQWHhJDKhot+FROjBbgQhoQKTFO\nw0CrN0EAqIySKa19AFlrQ2IlAn88bsvTRdug3dmuggR6RvGEG+JlL3xsbzaq\nrsTp\r\n=/9NY\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDaK+WFoZdX7yzK3jSyJKNoSNwSZ49fRwNAqqr73MQQjwIgJ1iMJbVGOZeSZcydeo2Wxeey3hv+KgEJQAyt4H565Dc="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"peduarte","email":"contact@peduarte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.1.0-canary.7_1613603957644_0.6553441600484575"},"_hasShrinkwrap":false},"0.1.0-canary.8":{"name":"@stitches/core","version":"0.1.0-canary.8","description":"The modern CSS-in-JS library","type":"module","typings":"types/index.d.ts","main":"dist/stitches.core.cjs.cjs","module":"dist/stitches.core.esm.mjs","unpkg":"dist/stitches.core.iife.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://github.com/modulz/stitches#readme","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Christian Alfoni","email":"christianalfoni@gmail.com"},{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"cf7ebc53b8fd9bfc73ee1a7b320254a70b858a67","readme":"# Stitches Core\n\nNear-zero runtime, server-side rendering, multi-variant support, and best-in-class developer experience.\n\n## Get started\n\n```sh\nnpm install @stitches/core\n```\n\n```js\nimport createCss from '@stitches/core'\n\nconst sheet = createCss({\n  theme: {\n    colors: {\n      black: '#2f2f2f',\n      white: '#f3f3f3',\n    },\n  },\n})\n\nconst button = sheet.css({\n  all: 'unset',\n  boxShadow: '0 0 0 1px $black',\n  backgroundColor: '$black',\n  color: '$white',\n  padding: '.5em 1em',\n})\n\nconst alertButton = sheet.css(button, {\n  boxShadow: '0 0 0 1px red',\n})\n\nconsole.log(`<button class=\"${button}\">`) // html will include a unique class name for the button component\nconsole.log(`<style>${sheet}</style>`) // css will include a unique rule for the button component\n```\n\n## Configure an instance\n\n```js\nimport createCss from '@stitches/core'\n\nexport const { css } = createCss({\n  // adds a prefix to all classnames to avoid clashes\n  prefix: 'my-lib',\n\n  // maps tokens to properties\n  theme: {\n    colors: {\n      red: 'tomato',\n    },\n    space: {\n      0: '1rem',\n    },\n  },\n\n  // creates breakpoints with media queries\n  conditions: {\n    tablet: '@media (min-width: 700px)',\n  },\n\n  // creates or configures css properties\n  utils: {\n    mX: (value) => ({\n      marginLeft: value,\n      marginRight: value,\n    }),\n    mY: (value) => ({\n      marginTop: value,\n      marginBottom: value,\n    }),\n  },\n})\n\ncss({\n  // assigns a custom property that resolves `tomato`\n  color: '$red',\n\n  // assigns `0` to `margin-left` and `margin-right`\n  marginX: 0,\n\n  // assign \"blue\" when the breakpoint is matched\n  when: {\n    tablet: {\n      color: 'blue',\n    },\n  },\n})\n```\n\n## Themes\n\nCreate themes to override defaults:\n\n```js\nimport createCss from '@stitches/core'\n\nexport const { css } = createCss({\n  theme: {\n    colors: {\n      primary: 'tomato',\n    },\n  },\n})\n\nexport const curiousTheme = css.theme({\n  colors: {\n    primary: 'pink',\n  },\n})\n```\n","readmeFilename":"README.md","_id":"@stitches/core@0.1.0-canary.8","_nodeVersion":"15.5.0","_npmVersion":"lerna/3.22.1/node@v15.5.0+arm64 (darwin)","dist":{"integrity":"sha512-QckYQXdoQgAp5j4OMpXiIt8bxgSeO6MaMhqt17RUjqtZqYusGXUDmCTX1WCqRR59RUeHE/S32lyBY1xo7eWcuA==","shasum":"f24a36263fdfa660940dbcf894ee3af242ea855c","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.1.0-canary.8.tgz","fileCount":9,"unpackedSize":424735,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgLudFCRA9TVsSAnZWagAAueAQAJ9OjK7Ljmmc2z+M1ihS\njbSHnoUdsLjjcx24bzGsN4HR9EwnVWzgyzUwYn2OIFvZk2DihZhm3QMcjnc0\nbxAGSNjm39t+7rJNwmoUlnB5pj7sNWrW6yP3bTmvYA/tKMRLc1XEEmZDW2PF\nYs2t3wn1WVUBGyW6oGEK5LNtNNpoEgDTQmYRQzDE031dRHwtkemIa2qB2tic\npRFCXW15LMIH5DIfhguOfcSnnNufB0r3imJrS7MxlnCpkC74PG05DHN2oMl6\ndiD1BMWN8heXEyVRGRJjdbiDKdUN80tuBvybsZaxQccUcegnZ1QH7+bJdBOG\nnW1be+eepe1eb05Ppv4EGNZE04Nhtl1w8ZfRu7V7zXuclmMbbrbGY24y+dZk\n3i4FBooIxFHw2T91IbvyPNHEJKaf3Rh2Be5eadrjp5F2U/YO5LBJz+RppbzP\nLcQKP9FYsN4sAFKEO+1P+SVY/q+VtgaZmOm6QTz+RJ1H93t0TUghvOcU2Gik\n48cUwm1BDXnZKhDLsuyOirB2ZADloAJ9EKGYh1FYbdc7Avisvg5kfn64c6ln\ndKehQDyUHjShEBAsjNacrknaU1sEuvmwzDMNMJStG/9doKADbBCU0vlkztYO\n5MU9IraLEG8X06IYvoaQyVSCTwAD+Pc614xHWpQR7ITGJBTGPuHaET+ZMRb8\nk3mN\r\n=OSJa\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAQ7M5XrRkgUpo5IqkLhmOLNA9Q1C7HIJ7pc5Ts4TSAcAiBfHiYKHsdXemoKGuHlc+oRmSlDzkk+OJ/tNaB1Md/uVg=="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"peduarte","email":"contact@peduarte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.1.0-canary.8_1613686597460_0.8936107575074526"},"_hasShrinkwrap":false},"0.1.0-canary.9":{"name":"@stitches/core","version":"0.1.0-canary.9","description":"The modern CSS-in-JS library","type":"module","typings":"types/index.d.ts","main":"dist/stitches.core.cjs.cjs","module":"dist/stitches.core.esm.mjs","unpkg":"dist/stitches.core.iife.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://github.com/modulz/stitches#readme","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Christian Alfoni","email":"christianalfoni@gmail.com"},{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"a941e49b4f5e816573490d3b0d13583e27118795","readme":"# Stitches Core\n\nNear-zero runtime, server-side rendering, multi-variant support, and best-in-class developer experience.\n\n## Get started\n\n```sh\nnpm install @stitches/core\n```\n\n```js\nimport createCss from '@stitches/core'\n\nconst sheet = createCss({\n  theme: {\n    colors: {\n      black: '#2f2f2f',\n      white: '#f3f3f3',\n    },\n  },\n})\n\nconst button = sheet.css({\n  all: 'unset',\n  boxShadow: '0 0 0 1px $black',\n  backgroundColor: '$black',\n  color: '$white',\n  padding: '.5em 1em',\n})\n\nconst alertButton = sheet.css(button, {\n  boxShadow: '0 0 0 1px red',\n})\n\nconsole.log(`<button class=\"${button}\">`) // html will include a unique class name for the button component\nconsole.log(`<style>${sheet}</style>`) // css will include a unique rule for the button component\n```\n\n## Configure an instance\n\n```js\nimport createCss from '@stitches/core'\n\nexport const { css } = createCss({\n  // adds a prefix to all classnames to avoid clashes\n  prefix: 'my-lib',\n\n  // maps tokens to properties\n  theme: {\n    colors: {\n      red: 'tomato',\n    },\n    space: {\n      0: '1rem',\n    },\n  },\n\n  // creates breakpoints with media queries\n  conditions: {\n    tablet: '@media (min-width: 700px)',\n  },\n\n  // creates or configures css properties\n  utils: {\n    mX: (value) => ({\n      marginLeft: value,\n      marginRight: value,\n    }),\n    mY: (value) => ({\n      marginTop: value,\n      marginBottom: value,\n    }),\n  },\n})\n\ncss({\n  // assigns a custom property that resolves `tomato`\n  color: '$red',\n\n  // assigns `0` to `margin-left` and `margin-right`\n  marginX: 0,\n\n  // assign \"blue\" when the breakpoint is matched\n  when: {\n    tablet: {\n      color: 'blue',\n    },\n  },\n})\n```\n\n## Themes\n\nCreate themes to override defaults:\n\n```js\nimport createCss from '@stitches/core'\n\nexport const { css } = createCss({\n  theme: {\n    colors: {\n      primary: 'tomato',\n    },\n  },\n})\n\nexport const curiousTheme = css.theme({\n  colors: {\n    primary: 'pink',\n  },\n})\n```\n","readmeFilename":"README.md","_id":"@stitches/core@0.1.0-canary.9","_nodeVersion":"15.5.0","_npmVersion":"lerna/3.22.1/node@v15.5.0+arm64 (darwin)","dist":{"integrity":"sha512-qyxjy5hg4D0fF6JWaiuuvsoATbnzDtXNiSIJ4/WP/I+OJQ5pMIDLgQB2tp67qSGODdDsyxdGjwSJDj775RSOBA==","shasum":"0991d4a6a1579078613b9d61894cf47c2df8ae84","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.1.0-canary.9.tgz","fileCount":9,"unpackedSize":424717,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgL8vpCRA9TVsSAnZWagAAx3MP/1ski6+6/Fx5er6VOzql\nqvwssxJa4JU2VdBj3akxnrbmJD6a5OclarCQgFcWK2TIIg8bBI6eTX+R4b77\ngjloBEtOgmFgB+dflLHjo6AN0ySaynqGpslQ/Pl4K3IC3WHUw54aQcI7b9wc\n6t4gbbVMfrb3SvDskDH/g/N7E08Y5SNBzc4HD999UHxdcbEXmeGMQkm2fpgC\nkh3xxV/GCyeerEdpv7ryKjf0A5w+EQvNTT4c/9CiAI+pIWgn2I1ZyYivoM+O\nagED8dOAb9f9udDVOOgWz1+gkafzi83Ozg97kB7VCFdYd4ZERi/ropfZZSOD\nI5kyEsMvX/RZVXmEV3VNRrbbqtHGJ22QN/5N2Mijw2XFKlhE2QC2BasgiP6p\n4OK5EPVUTUIOqgXdJcW3vusr20sqsaoUhLM/8EqM0OL2nVXYTbx37etviK0I\nwM4lzV75gPRTKg2M/FHl6sxMKnSpvs8loqrYxRhVQraGaSWWXeHERcEaRbfC\nyB2uclid1Hjum3DF53RH+BEN61DwFl3fMSGpw9W9QsEdnyN+EGBuryfvP5on\ncI6T6fqqbt6B6AoUjQ6rl7J+z57e24NTEoSVZv49SUYY3c/YwwM1o/z8IhP/\nbMJY7y7WZmr3xndI66V1MTv8wYiuBIAZsnPkwSzZKDmROkg5yLM4bAGu1/CY\nKAvb\r\n=AKLA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEkMGDlS4dF/WL6I9CMItLoFb9PY78nNA46fMsQTeu9tAiEApievTfXVZJ7+gRXMxqddMrEq8X+h+WLDooTcsk/nDgU="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"peduarte","email":"contact@peduarte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.1.0-canary.9_1613745128454_0.1403134986012926"},"_hasShrinkwrap":false},"0.1.0-canary.10":{"name":"@stitches/core","version":"0.1.0-canary.10","description":"The modern CSS-in-JS library","type":"module","typings":"types/index.d.ts","main":"dist/stitches.core.cjs.cjs","module":"dist/stitches.core.esm.mjs","unpkg":"dist/stitches.core.iife.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://github.com/modulz/stitches#readme","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Christian Alfoni","email":"christianalfoni@gmail.com"},{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"3bd733186c62cc5dfb13a34f861198a6b420cddd","readme":"# Stitches Core\n\nNear-zero runtime, server-side rendering, multi-variant support, and best-in-class developer experience.\n\n## Get started\n\n```sh\nnpm install @stitches/core\n```\n\n```js\nimport createCss from '@stitches/core'\n\nconst sheet = createCss({\n  theme: {\n    colors: {\n      black: '#2f2f2f',\n      white: '#f3f3f3',\n    },\n  },\n})\n\nconst button = sheet.css({\n  all: 'unset',\n  boxShadow: '0 0 0 1px $black',\n  backgroundColor: '$black',\n  color: '$white',\n  padding: '.5em 1em',\n})\n\nconst alertButton = sheet.css(button, {\n  boxShadow: '0 0 0 1px red',\n})\n\nconsole.log(`<button class=\"${button}\">`) // html will include a unique class name for the button component\nconsole.log(`<style>${sheet}</style>`) // css will include a unique rule for the button component\n```\n\n## Configure an instance\n\n```js\nimport createCss from '@stitches/core'\n\nexport const { css } = createCss({\n  // adds a prefix to all classnames to avoid clashes\n  prefix: 'my-lib',\n\n  // maps tokens to properties\n  theme: {\n    colors: {\n      red: 'tomato',\n    },\n    space: {\n      0: '1rem',\n    },\n  },\n\n  // creates breakpoints with media queries\n  conditions: {\n    tablet: '@media (min-width: 700px)',\n  },\n\n  // creates or configures css properties\n  utils: {\n    mX: (value) => ({\n      marginLeft: value,\n      marginRight: value,\n    }),\n    mY: (value) => ({\n      marginTop: value,\n      marginBottom: value,\n    }),\n  },\n})\n\ncss({\n  // assigns a custom property that resolves `tomato`\n  color: '$red',\n\n  // assigns `0` to `margin-left` and `margin-right`\n  marginX: 0,\n\n  // assign \"blue\" when the breakpoint is matched\n  when: {\n    tablet: {\n      color: 'blue',\n    },\n  },\n})\n```\n\n## Themes\n\nCreate themes to override defaults:\n\n```js\nimport createCss from '@stitches/core'\n\nexport const { css } = createCss({\n  theme: {\n    colors: {\n      primary: 'tomato',\n    },\n  },\n})\n\nexport const curiousTheme = css.theme({\n  colors: {\n    primary: 'pink',\n  },\n})\n```\n","readmeFilename":"README.md","_id":"@stitches/core@0.1.0-canary.10","_nodeVersion":"15.5.0","_npmVersion":"lerna/3.22.1/node@v15.5.0+arm64 (darwin)","dist":{"integrity":"sha512-itN9mJBG0yQB8o7vpPRAC/2SDjeKGY/FSjHw5bUwnkQ5wp2hsYxoVYLDvkDf+eRumSgqTKHtGjqL/s2XRRKnCA==","shasum":"b67bd1a798d457f11dac8e4f26023b2f7311c639","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.1.0-canary.10.tgz","fileCount":9,"unpackedSize":424768,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgL+cPCRA9TVsSAnZWagAAjO8QAIdOFJMdpaPaABWvNFaY\nelue+QjrbrijPF+/3RrM6frvHHk9couhTlidD/g/aLs9EIugEBLu07NXS7Fr\nhqiSYdXWSSBFXLZoGkvPbdmtg2/wc19N0NeWKYBpLmneN5djqmRW7Cm1Hjqz\nHJjU3TxleUfCpZoo89VpBaobZcEbQFblsVlmljOIoaLCqcSUar8dpvnsfX5f\n4UYu3iKiujF/vNKsCsdNdj3Lt4y+2wMU/6KOqXGjsSh+Y+o5GAITfC+3g0Ki\nEKhSwi92REjEsazUpKwPhxLBdDLpOu6MGHTiq4k3jv09ewoC6QVH5nD0+lX4\nBeQiung53jWs05n6P2dLzA1yBVJJk6zSpJzofWFBQi69cT8CcKT0veirf6jT\npmhDTi9PxjetzZqWt4af3ovQoP6jz5Y0aTqPwHsL67tW8PkUjOl/e7YiS8R3\nTEzKE1aXEF/GuUMO4JrutDIZfH8gs0pvu5WRpZ8hCSAhm62BADOkhxxIEzZN\nj1L3fTYHxh29S+d9DRE+pO9bPhfvbFl/d01gladVQ5wEjIV5Uqn7dEZ4ai31\nYsuODAeqiTnDnzvzNlJ+WTNA1taNVvGrc8qReI8uS/ea7/Vn9bynwWU05GlK\njEz3MkSHyciDdayFFayDxcQuYzIwCp3MziKiEjnkPu81I+gpuQSraTY+lFco\nVgq3\r\n=5aTG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDtR35jbAtS35OED0F5MkCL6FUjDjmCV0gFQ+cdvMLzMgIhAJoM/9wHg8JBPH76325wsc4BSVSx+guSAEtexugGtIGq"}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"peduarte","email":"contact@peduarte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.1.0-canary.10_1613752078706_0.46124503046986076"},"_hasShrinkwrap":false},"0.1.0-canary.11":{"name":"@stitches/core","version":"0.1.0-canary.11","description":"The modern CSS-in-JS library","type":"module","typings":"types/index.d.ts","main":"dist/stitches.core.cjs.cjs","module":"dist/stitches.core.esm.mjs","unpkg":"dist/stitches.core.iife.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://github.com/modulz/stitches#readme","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Christian Alfoni","email":"christianalfoni@gmail.com"},{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"a188f820663448e0240c85b0544102040fe5248d","readme":"# Stitches Core\n\nNear-zero runtime, server-side rendering, multi-variant support, and best-in-class developer experience.\n\n## Get started\n\n```sh\nnpm install @stitches/core\n```\n\n```js\nimport createCss from '@stitches/core'\n\nconst sheet = createCss({\n  theme: {\n    colors: {\n      black: '#2f2f2f',\n      white: '#f3f3f3',\n    },\n  },\n})\n\nconst button = sheet.css({\n  all: 'unset',\n  boxShadow: '0 0 0 1px $black',\n  backgroundColor: '$black',\n  color: '$white',\n  padding: '.5em 1em',\n})\n\nconst alertButton = sheet.css(button, {\n  boxShadow: '0 0 0 1px red',\n})\n\nconsole.log(`<button class=\"${button}\">`) // html will include a unique class name for the button component\nconsole.log(`<style>${sheet}</style>`) // css will include a unique rule for the button component\n```\n\n## Configure an instance\n\n```js\nimport createCss from '@stitches/core'\n\nexport const { css } = createCss({\n  // adds a prefix to all classnames to avoid clashes\n  prefix: 'my-lib',\n\n  // maps tokens to properties\n  theme: {\n    colors: {\n      red: 'tomato',\n    },\n    space: {\n      0: '1rem',\n    },\n  },\n\n  // creates breakpoints with media queries\n  conditions: {\n    tablet: '@media (min-width: 700px)',\n  },\n\n  // creates or configures css properties\n  utils: {\n    mX: (value) => ({\n      marginLeft: value,\n      marginRight: value,\n    }),\n    mY: (value) => ({\n      marginTop: value,\n      marginBottom: value,\n    }),\n  },\n})\n\ncss({\n  // assigns a custom property that resolves `tomato`\n  color: '$red',\n\n  // assigns `0` to `margin-left` and `margin-right`\n  marginX: 0,\n\n  // assign \"blue\" when the breakpoint is matched\n  when: {\n    tablet: {\n      color: 'blue',\n    },\n  },\n})\n```\n\n## Themes\n\nCreate themes to override defaults:\n\n```js\nimport createCss from '@stitches/core'\n\nexport const { css } = createCss({\n  theme: {\n    colors: {\n      primary: 'tomato',\n    },\n  },\n})\n\nexport const curiousTheme = css.theme({\n  colors: {\n    primary: 'pink',\n  },\n})\n```\n","readmeFilename":"README.md","_id":"@stitches/core@0.1.0-canary.11","_nodeVersion":"15.5.0","_npmVersion":"lerna/3.22.1/node@v15.5.0+arm64 (darwin)","dist":{"integrity":"sha512-9cFP1La4K9c3ripTksTkpaDSV+uGJ5BDiF2c2Uw7p4rN6MOmCf8lXkPAkXGTsyYoYp7go5mP4j+i/8mNyLe+2A==","shasum":"1aeab77824e137ce306009270517f883f9559fb2","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.1.0-canary.11.tgz","fileCount":9,"unpackedSize":426354,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgMAkhCRA9TVsSAnZWagAA++UP/2gEfaIcVyZ/dvh3etwo\n5lDgVbUNXIkOA5WeaJkEIiFeyR0Wej0H+4ezuF/c6AN0+kI8LrDcULnNL/Jv\nnUy6v1vzJbtjwLonGFZFFYIIKTdefJUeUOCFCORTOF9ZKui6hA6JXI1AVzJU\neV5V7u1eYeydPICqcKZ++VUacUZ/pLC6Sdtf8wOAcTmrI45HEc99gyWY1IfK\nZcVKIhZUEz4d1qBxOPwxuxfDE69MGfTtrxfJOfIrT+ibspExDZRLBZI/qC43\nVeKA82JWCWk393zj7KIQpsJLTOsIEi4UIkiCwR0NVbi+ZjloJmtjDp/rGaPa\nKsbYNNTjkkbcTFybU6vmGZTijG9VFz8v2KpppE3bIqr3DySJoIKAy/kPGeaw\nl80JWzQ4tLu/qJ2zzc0a2lmSVJebKNVdeByOmMmDNi2Nb0ih7UeUVEEdHICR\nfVcpH6GK30WZW/ziYa3y+dKOVii8ZHIcleCW4KCkVeHfwMXdKZy5iMxmuAyK\nod5KbW+wapKuszew7Pfo8aoNaOyEKu8SuqqNVaVA42BwEKFbVAY6gq3K9jT1\n7OhLR1PJ8HMHZ4e5rlP9tIAfOQoGvhaQZWu9uMQXZkVIb5YVx5ifxlc9LKXC\n/D/DB19uApoENsPZb4vFuDIgtDKV/CWirVDt2pXBT7m7isJIM5e3xnMPBcIw\nvYIz\r\n=CqsV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICgy1SS/zYO7QUGCGAmGjYjNsj78L6SwgydSSFfVjaDTAiB8HIv0IUM/1ytn/7mhMwLW0oq1B443wB51Ko/+i9K7dw=="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"peduarte","email":"contact@peduarte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.1.0-canary.11_1613760801459_0.5964475790402939"},"_hasShrinkwrap":false},"0.1.0-canary.12":{"name":"@stitches/core","version":"0.1.0-canary.12","description":"The modern CSS-in-JS library","type":"module","typings":"types/index.d.ts","main":"dist/stitches.core.cjs.cjs","module":"dist/stitches.core.esm.mjs","unpkg":"dist/stitches.core.iife.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://github.com/modulz/stitches#readme","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Christian Alfoni","email":"christianalfoni@gmail.com"},{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"94bf3138c53350a153a8bbaefa0a9db618896267","readme":"# Stitches Core\n\nNear-zero runtime, server-side rendering, multi-variant support, and best-in-class developer experience.\n\n## Get started\n\n```sh\nnpm install @stitches/core\n```\n\n```js\nimport createCss from '@stitches/core'\n\nconst sheet = createCss({\n  theme: {\n    colors: {\n      black: '#2f2f2f',\n      white: '#f3f3f3',\n    },\n  },\n})\n\nconst button = sheet.css({\n  all: 'unset',\n  boxShadow: '0 0 0 1px $black',\n  backgroundColor: '$black',\n  color: '$white',\n  padding: '.5em 1em',\n})\n\nconst alertButton = sheet.css(button, {\n  boxShadow: '0 0 0 1px red',\n})\n\nconsole.log(`<button class=\"${button}\">`) // html will include a unique class name for the button component\nconsole.log(`<style>${sheet}</style>`) // css will include a unique rule for the button component\n```\n\n## Configure an instance\n\n```js\nimport createCss from '@stitches/core'\n\nexport const { css } = createCss({\n  // adds a prefix to all classnames to avoid clashes\n  prefix: 'my-lib',\n\n  // maps tokens to properties\n  theme: {\n    colors: {\n      red: 'tomato',\n    },\n    space: {\n      0: '1rem',\n    },\n  },\n\n  // creates breakpoints with media queries\n  conditions: {\n    tablet: '@media (min-width: 700px)',\n  },\n\n  // creates or configures css properties\n  utils: {\n    mX: (value) => ({\n      marginLeft: value,\n      marginRight: value,\n    }),\n    mY: (value) => ({\n      marginTop: value,\n      marginBottom: value,\n    }),\n  },\n})\n\ncss({\n  // assigns a custom property that resolves `tomato`\n  color: '$red',\n\n  // assigns `0` to `margin-left` and `margin-right`\n  marginX: 0,\n\n  // assign \"blue\" when the breakpoint is matched\n  when: {\n    tablet: {\n      color: 'blue',\n    },\n  },\n})\n```\n\n## Themes\n\nCreate themes to override defaults:\n\n```js\nimport createCss from '@stitches/core'\n\nexport const { css } = createCss({\n  theme: {\n    colors: {\n      primary: 'tomato',\n    },\n  },\n})\n\nexport const curiousTheme = css.theme({\n  colors: {\n    primary: 'pink',\n  },\n})\n```\n","readmeFilename":"README.md","_id":"@stitches/core@0.1.0-canary.12","_nodeVersion":"15.5.0","_npmVersion":"lerna/3.22.1/node@v15.5.0+arm64 (darwin)","dist":{"integrity":"sha512-JP2OVj1yU3TijCkOr9pg0lHeLzJd7LnOeUsSOmp+H9R/LTFCrYKDuFufI71S7zlupJNBQnq76SrJXdov0pdPNA==","shasum":"9254f5372607e57c2563d813907b972c5c411dcd","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.1.0-canary.12.tgz","fileCount":9,"unpackedSize":426340,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgMFPDCRA9TVsSAnZWagAAqUwP/jKBFp5asRWQtrj3N83k\noUPWES4VNsE7PLHUBLkPNYAkPQZ54YLbQvmj7wdxKZHukzfkiroiEb81yYO2\nZLNWLE7IMXGKkTRhGkPUs0+I5xz1FQCxno6S9bnCQnWXRg3N0Pk0VzDPNiCH\nIV9fR51o4JFmp2gH3z2lGSlaCfcRv2Zq46pF5LdjjbyyPbVpWECPNfDSZ2FL\n1D6uskWaGh7xstrHsasLpM9b7M6yjEgvVo8aJKHjZXL3V3RAio2bfb1YIKYX\nNLZU7TRRFMV8tA93TjH/X+ORr+MD3+XY19U1vNfAzK9JBEj3kd/xLVrmL43T\nTpes7ld1DgzlYpr1RwJYpD726HIEhqtRDHlBodrCHGBDfooj3YvH4R7L+WL8\nLGHtAAlD1UXmNuA/UEBmxYkVojrV8j2P8QGu+vzhdDu7UtB1PkqrARVkvtxB\nj3F3dzS7/iigS5Di6PWPbnI4VeGmF7pCQBiWUocYITcYNzG/k8YDxtEz2nKI\nD5WDdJiC0t0hw02A6Q8gXg/nFanrKXlXS1SLOfEmerGeorM8jzF1hBbRWY+c\nKjD86o+ixGtCYtB/UQe45eKt5NCk0Kzg6EGo7E8CcQOAkm8ZjZz19kzgNZRd\nQuMEEVSwSiuwQbpDDBVzhZbb4OBc7AIT8alDVsKa7Q7xhVTqttNaFjgoGCKn\nFNQF\r\n=z1ld\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCOxvyKPIBZ2wmdQYbZJa/MnCTwKWiPMDg//SVwFZVUbwIgEXOJW7gFF8822H8K2T4gOlL7IzfLEwVEsXzMeMH0cw0="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"peduarte","email":"contact@peduarte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.1.0-canary.12_1613779906777_0.2190812858374933"},"_hasShrinkwrap":false},"0.1.0-canary.13":{"name":"@stitches/core","version":"0.1.0-canary.13","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","typings":"types/index.d.ts","jsdelivr":"dist/index.iife.js","unpkg":"dist/index.iife.js","sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://github.com/modulz/stitches#readme","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Christian Alfoni","email":"christianalfoni@gmail.com"},{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"76ebfddea5c6cb3d9f753d19e7d6f14a4e366b00","readme":"# Stitches Core\n\nNear-zero runtime, server-side rendering, multi-variant support, and best-in-class developer experience.\n\n## Get started\n\n```sh\nnpm install @stitches/core\n```\n\n```js\nimport createCss from '@stitches/core'\n\nconst sheet = createCss({\n  theme: {\n    colors: {\n      black: '#2f2f2f',\n      white: '#f3f3f3',\n    },\n  },\n})\n\nconst button = sheet.css({\n  all: 'unset',\n  boxShadow: '0 0 0 1px $black',\n  backgroundColor: '$black',\n  color: '$white',\n  padding: '.5em 1em',\n})\n\nconst alertButton = sheet.css(button, {\n  boxShadow: '0 0 0 1px red',\n})\n\nconsole.log(`<button class=\"${button}\">`) // html will include a unique class name for the button component\nconsole.log(`<style>${sheet}</style>`) // css will include a unique rule for the button component\n```\n\n## Configure an instance\n\n```js\nimport createCss from '@stitches/core'\n\nexport const { css } = createCss({\n  // adds a prefix to all classnames to avoid clashes\n  prefix: 'my-lib',\n\n  // maps tokens to properties\n  theme: {\n    colors: {\n      red: 'tomato',\n    },\n    space: {\n      0: '1rem',\n    },\n  },\n\n  // creates breakpoints with media queries\n  conditions: {\n    tablet: '@media (min-width: 700px)',\n  },\n\n  // creates or configures css properties\n  utils: {\n    mX: (value) => ({\n      marginLeft: value,\n      marginRight: value,\n    }),\n    mY: (value) => ({\n      marginTop: value,\n      marginBottom: value,\n    }),\n  },\n})\n\ncss({\n  // assigns a custom property that resolves `tomato`\n  color: '$red',\n\n  // assigns `0` to `margin-left` and `margin-right`\n  marginX: 0,\n\n  // assign \"blue\" when the breakpoint is matched\n  when: {\n    tablet: {\n      color: 'blue',\n    },\n  },\n})\n```\n\n## Themes\n\nCreate themes to override defaults:\n\n```js\nimport createCss from '@stitches/core'\n\nexport const { css } = createCss({\n  theme: {\n    colors: {\n      primary: 'tomato',\n    },\n  },\n})\n\nexport const curiousTheme = css.theme({\n  colors: {\n    primary: 'pink',\n  },\n})\n```\n","readmeFilename":"README.md","_id":"@stitches/core@0.1.0-canary.13","_nodeVersion":"15.10.0","_npmVersion":"lerna/4.0.0/node@v15.10.0+arm64 (darwin)","dist":{"integrity":"sha512-oEd5Qbivy931c/tkpZjk11N0s/TdLfMN8cFSAdHKno72cfx5Go7UikbIC4jjzK/63A/lgnLS9SYBE90p2O3Y3g==","shasum":"367119ac0d7cfe0d14f0b6597ea6e772dae8e06f","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.1.0-canary.13.tgz","fileCount":24,"unpackedSize":382185,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgRnxsCRA9TVsSAnZWagAAXwQP/i3x7hBeFD61K31G6cu6\n8/SyfRzEuvBWxjcQOXAwG/eAaW6/VJ2XYzvHOjU+aGdjN6V7p0YCGQkcwvo2\nY54ZcwkPiyV6ezXCQnVzOW6bQJwOSHl7BSS2GeqkQZEbvDfgdaDfcON6bxpY\nijvo5W0Na84x56oV4CtibLr1hIo1TZERPfjoYasCBJQnj5sInSpUsuYSgBJ2\n21qyLBh6QDXhPzh3hzgef70hQGVqFN/eUB6hHxI+wIWj0jqFB+lJrq/jtgxz\nkm50fHk74W6HgUBe7HgZS17JJbtLm+IgY879dbimbj3MjALv3IXPguKNqeLv\nqdBS2Fh2oB/x5KS7jlFCRjX0M+2we0PjOC1i4xtuhqDGGz1aFE4r67Rqg7FP\nz6oUlBRkHTD+RE9m7ZOqWabR5xoToydMOpLuMLHz3bzM00JF1S8crDA5tAi+\nnDiuYa4PQiKJzDDu43Ltc/aGL0yBltKm5IL7VuZVBSMMViEovVAqIOnpROic\nJCHdStGo/LcVUWWnJygBeyn5W71ofUcaN5SSZRfjbH35Hl1rISXa4s+FnOWe\nSCOip1cLnQ1OXszCqB6FWInfNNhLyF5uvRnoeA11TzQ8TpkHPJIt9OkHPNn0\nBWc4klNt3dRmdrfT6r4uNU1uAJEb5OCB5Rk0RI+smmn92rM5jYuh+FPilg+m\n/iQ5\r\n=VOQU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD5SKXgbJkVuxPeRD4WW6gRJM4v9lQqgdOUwZM5xGLKRgIgX3AEfsVa4YGyC6Y8PDj2hjVKx4BqZ9VF/xJme56ZwQc="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"peduarte","email":"contact@peduarte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.1.0-canary.13_1615232108124_0.8904921504067143"},"_hasShrinkwrap":false},"0.1.0-canary.14":{"name":"@stitches/core","version":"0.1.0-canary.14","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","typings":"types/index.d.ts","jsdelivr":"dist/index.iife.js","unpkg":"dist/index.iife.js","sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://github.com/modulz/stitches#readme","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Christian Alfoni","email":"christianalfoni@gmail.com"},{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"020eeabd1a1c4f4748a0fa53ea2672a8de0aa355","readme":"# Stitches Core\n\nNear-zero runtime, server-side rendering, multi-variant support, and best-in-class developer experience.\n\n## Get started\n\n```sh\nnpm install @stitches/core\n```\n\n```js\nimport createCss from '@stitches/core'\n\nconst sheet = createCss({\n  theme: {\n    colors: {\n      black: '#2f2f2f',\n      white: '#f3f3f3',\n    },\n  },\n})\n\nconst button = sheet.css({\n  all: 'unset',\n  boxShadow: '0 0 0 1px $black',\n  backgroundColor: '$black',\n  color: '$white',\n  padding: '.5em 1em',\n})\n\nconst alertButton = sheet.css(button, {\n  boxShadow: '0 0 0 1px red',\n})\n\nconsole.log(`<button class=\"${button}\">`) // html will include a unique class name for the button component\nconsole.log(`<style>${sheet}</style>`) // css will include a unique rule for the button component\n```\n\n## Configure an instance\n\n```js\nimport createCss from '@stitches/core'\n\nexport const { css } = createCss({\n  // adds a prefix to all classnames to avoid clashes\n  prefix: 'my-lib',\n\n  // maps tokens to properties\n  theme: {\n    colors: {\n      red: 'tomato',\n    },\n    space: {\n      0: '1rem',\n    },\n  },\n\n  // creates breakpoints with media queries\n  conditions: {\n    tablet: '@media (min-width: 700px)',\n  },\n\n  // creates or configures css properties\n  utils: {\n    mX: (value) => ({\n      marginLeft: value,\n      marginRight: value,\n    }),\n    mY: (value) => ({\n      marginTop: value,\n      marginBottom: value,\n    }),\n  },\n})\n\ncss({\n  // assigns a custom property that resolves `tomato`\n  color: '$red',\n\n  // assigns `0` to `margin-left` and `margin-right`\n  marginX: 0,\n\n  // assign \"blue\" when the breakpoint is matched\n  when: {\n    tablet: {\n      color: 'blue',\n    },\n  },\n})\n```\n\n## Themes\n\nCreate themes to override defaults:\n\n```js\nimport createCss from '@stitches/core'\n\nexport const { css } = createCss({\n  theme: {\n    colors: {\n      primary: 'tomato',\n    },\n  },\n})\n\nexport const curiousTheme = css.theme({\n  colors: {\n    primary: 'pink',\n  },\n})\n```\n","readmeFilename":"README.md","_id":"@stitches/core@0.1.0-canary.14","_nodeVersion":"15.10.0","_npmVersion":"lerna/4.0.0/node@v15.10.0+arm64 (darwin)","dist":{"integrity":"sha512-b5UT0/Z4tJoMP75te6rQyP80S+fvMXhRXZBWBL5SJ75a/EQHXdPImuKhVBJKmpT4Ir+W43YWK8I+1+uykH7ucw==","shasum":"573971b4da9c45478bfeaa15023a52db746b4eb0","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.1.0-canary.14.tgz","fileCount":24,"unpackedSize":382200,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgRn3fCRA9TVsSAnZWagAAo7UP/jt38/xMRbl7puW2dyEb\npkBRe/CbYvL+DNTHe3WC0qTbNKmVbJsO3xnHwcGg8F1RgZLQB5m3dbFsi3rz\nPNMudWvoSFrxz9HbiWGLA+3wdB+8q40NPPO8jth7rvZgAr1eHMMNrg0WTN/V\nixNuTe5ejh5s5/AvCkFNGTIIbVdZcKfcbCupWFEDZuek13R1zdUGboLIezMi\nTRUL5Th+4ykmT7Qz0o/0WsapGdDU87RTND2TOk2RXoPogJaRClOlyPF0Jgbu\n/H3DMrFXEWm4jHB0eqnyObekHAjCzo845AWb3w1Ie6+RJtPTat3DK0AC8fb4\nJsjCtgP6DpeR/lWdIo+cZLrANCWUeUbCvci8RCbkXMkHjks1HOq2HSZ8XL8W\nxWsR65gz1WAc15o0veRuao+ABjxTIjrXxW7IBjyL/zxI5v7CJqVKS6BI7Vd4\nmIZFllGThAt3XRMhLhVu8kBQBfkjx+gtz7/74O9+C8rlqmiJEUopTt4/5k/g\nMydKl9lYaDITriac3mkUiCKRFBzTrQOeJqh6Ej+Ypix9KqlkP+8K3CV4mC15\nD5/D/7h/BPnZGaaAYhBunCdKB+1X8HblUVEssxy97US52Y6zTlbKXhVP5nSx\njJM4dFZJW2zARd58QSMvhVH+d9nduorX1FmuFLHeHEeOUqmM64i4fYW68DEL\nPSr2\r\n=8WM8\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBnIXvyoUUJawOtL+C6pqmWYfVNh/eiXIhaGp8R0199mAiEAjOQTdJH0IF7dG3Ix0hI2oFuFpF+lNztVD8jMYXiu+vk="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"peduarte","email":"contact@peduarte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.1.0-canary.14_1615232479192_0.7017570377584175"},"_hasShrinkwrap":false},"0.1.0-canary.15":{"name":"@stitches/core","version":"0.1.0-canary.15","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","typings":"types/index.d.ts","jsdelivr":"dist/index.iife.js","unpkg":"dist/index.iife.js","sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://github.com/modulz/stitches#readme","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Christian Alfoni","email":"christianalfoni@gmail.com"},{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"4b717fbd4bed9df4c4eb17110d887dac2ba4288e","readme":"# Stitches Core\n\nNear-zero runtime, server-side rendering, multi-variant support, and best-in-class developer experience.\n\n## Get started\n\n```sh\nnpm install @stitches/core\n```\n\n```js\nimport createCss from '@stitches/core'\n\nconst sheet = createCss({\n  theme: {\n    colors: {\n      black: '#2f2f2f',\n      white: '#f3f3f3',\n    },\n  },\n})\n\nconst button = sheet.css({\n  all: 'unset',\n  boxShadow: '0 0 0 1px $black',\n  backgroundColor: '$black',\n  color: '$white',\n  padding: '.5em 1em',\n})\n\nconst alertButton = sheet.css(button, {\n  boxShadow: '0 0 0 1px red',\n})\n\nconsole.log(`<button class=\"${button}\">`) // html will include a unique class name for the button component\nconsole.log(`<style>${sheet}</style>`) // css will include a unique rule for the button component\n```\n\n## Configure an instance\n\n```js\nimport createCss from '@stitches/core'\n\nexport const { css } = createCss({\n  // adds a prefix to all classnames to avoid clashes\n  prefix: 'my-lib',\n\n  // maps tokens to properties\n  theme: {\n    colors: {\n      red: 'tomato',\n    },\n    space: {\n      0: '1rem',\n    },\n  },\n\n  // creates breakpoints with media queries\n  conditions: {\n    tablet: '@media (min-width: 700px)',\n  },\n\n  // creates or configures css properties\n  utils: {\n    mX: (value) => ({\n      marginLeft: value,\n      marginRight: value,\n    }),\n    mY: (value) => ({\n      marginTop: value,\n      marginBottom: value,\n    }),\n  },\n})\n\ncss({\n  // assigns a custom property that resolves `tomato`\n  color: '$red',\n\n  // assigns `0` to `margin-left` and `margin-right`\n  marginX: 0,\n\n  // assign \"blue\" when the breakpoint is matched\n  when: {\n    tablet: {\n      color: 'blue',\n    },\n  },\n})\n```\n\n## Themes\n\nCreate themes to override defaults:\n\n```js\nimport createCss from '@stitches/core'\n\nexport const { css } = createCss({\n  theme: {\n    colors: {\n      primary: 'tomato',\n    },\n  },\n})\n\nexport const curiousTheme = css.theme({\n  colors: {\n    primary: 'pink',\n  },\n})\n```\n","readmeFilename":"README.md","_id":"@stitches/core@0.1.0-canary.15","_nodeVersion":"15.10.0","_npmVersion":"lerna/4.0.0/node@v15.10.0+arm64 (darwin)","dist":{"integrity":"sha512-QYmrpghCeSBzOR9oM7PGFNZdS2nh95+8LIyT5mPbEGY326OOKszUNATAFMjO02l7Pl0ZZAJ3bKb9dWaRuBl6yg==","shasum":"4780d865e4fb92b40ed3a7098ae3bf5cefca68da","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.1.0-canary.15.tgz","fileCount":24,"unpackedSize":382415,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgRtCeCRA9TVsSAnZWagAA9o0P/RTrn8xYf70I1NEsnPDC\n10+a0MWIhxPuNZw9g8qIY6VkpWG87+CsX9dguZrBmWHL6wzYn2J1WJN3mVt4\nRmsuIbAs+OFdfb2u8kJxCa9jowzHAuOn4YWEssEJs9XMSsRpP/ayyjEdhMmg\nm9O5Hx75kz7SlogtnC84bziuZBeYk/+UflRQNIlkd4XAPwO3KMGaJTVJSCcb\nV8vVRjiGu4ngyI99l893s8V9BNC+6il6bKqGarvMoWLOmelsoKLOO6JwID4w\nEhRxkM2KyKd+e1XF80mSih744uuZhDDxBIXJXHPcdChfTTfckCXM9j27f0eE\nAE/IT7zLoXbC18yQ1ZzAes/QgScM1z0uKVXheqXB2JDMx//OmZJOX6sDiyvX\nlf7PbAcv69W5n1zP7ZYfVGf4VTBzzqeHGIpUOBQLCvRbV2v+igg2zauyYr2e\nLEvfsNhTc3sJ4+Zjc4o5Eer8s2bMgLKFGchSiK1Ln2hlY8Ai0pMmBf2/i7cy\nUbQmqAg8putSuyAcybLPWaGNk2j7XCZUdxF93CRn1Ln69DHXc97LbIgC/UGF\nje+/zSi8gmvWsABoh2hLOtvaRuo5q9D233wcqvBh5ZzjIzbiLI1jxm4i0tlh\nYLxwe8NTRUe9O8JKQsRrZ6ja6GpmnUTP+9L8h3/hOLgLpYiwToJuBT7Jeuiw\n0wGo\r\n=FCS0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICjZOOz9znjlRgGcvXKICQxxxESgflJxXF1C1qe/IVtMAiADbyheOfDC8xwt361YPBiApGz2CjUxTGZxtKF1O9ajcA=="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"peduarte","email":"contact@peduarte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.1.0-canary.15_1615253662002_0.26168566699179996"},"_hasShrinkwrap":false},"0.1.0-canary.16":{"name":"@stitches/core","version":"0.1.0-canary.16","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","typings":"types/index.d.ts","jsdelivr":"dist/index.iife.js","unpkg":"dist/index.iife.js","sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://github.com/modulz/stitches#readme","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Christian Alfoni","email":"christianalfoni@gmail.com"},{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"278f8d2053f3b7c12453a7847fcb9dfce82cd764","readme":"# Stitches Core\n\nNear-zero runtime, server-side rendering, multi-variant support, and best-in-class developer experience.\n\n## Get started\n\n```sh\nnpm install @stitches/core\n```\n\n```js\nimport createCss from '@stitches/core'\n\nconst sheet = createCss({\n  theme: {\n    colors: {\n      black: '#2f2f2f',\n      white: '#f3f3f3',\n    },\n  },\n})\n\nconst button = sheet.css({\n  all: 'unset',\n  boxShadow: '0 0 0 1px $black',\n  backgroundColor: '$black',\n  color: '$white',\n  padding: '.5em 1em',\n})\n\nconst alertButton = sheet.css(button, {\n  boxShadow: '0 0 0 1px red',\n})\n\nconsole.log(`<button class=\"${button}\">`) // html will include a unique class name for the button component\nconsole.log(`<style>${sheet}</style>`) // css will include a unique rule for the button component\n```\n\n## Configure an instance\n\n```js\nimport createCss from '@stitches/core'\n\nexport const { css } = createCss({\n  // adds a prefix to all classnames to avoid clashes\n  prefix: 'my-lib',\n\n  // maps tokens to properties\n  theme: {\n    colors: {\n      red: 'tomato',\n    },\n    space: {\n      0: '1rem',\n    },\n  },\n\n  // creates breakpoints with media queries\n  conditions: {\n    tablet: '@media (min-width: 700px)',\n  },\n\n  // creates or configures css properties\n  utils: {\n    mX: (value) => ({\n      marginLeft: value,\n      marginRight: value,\n    }),\n    mY: (value) => ({\n      marginTop: value,\n      marginBottom: value,\n    }),\n  },\n})\n\ncss({\n  // assigns a custom property that resolves `tomato`\n  color: '$red',\n\n  // assigns `0` to `margin-left` and `margin-right`\n  marginX: 0,\n\n  // assign \"blue\" when the breakpoint is matched\n  when: {\n    tablet: {\n      color: 'blue',\n    },\n  },\n})\n```\n\n## Themes\n\nCreate themes to override defaults:\n\n```js\nimport createCss from '@stitches/core'\n\nexport const { css } = createCss({\n  theme: {\n    colors: {\n      primary: 'tomato',\n    },\n  },\n})\n\nexport const curiousTheme = css.theme({\n  colors: {\n    primary: 'pink',\n  },\n})\n```\n","readmeFilename":"README.md","_id":"@stitches/core@0.1.0-canary.16","_nodeVersion":"15.11.0","_npmVersion":"lerna/4.0.0/node@v15.11.0+arm64 (darwin)","dist":{"integrity":"sha512-FFovImjSMlg+0kXuhXifDebUuy6AhuIbF7Vi7AYSpgvnNsQrZjOwnVsTseQAs41IVvWMD3uj6yggXBPQ2S1fNQ==","shasum":"4bc396b475fc36ab356fc23f97e6ab91e41f26eb","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.1.0-canary.16.tgz","fileCount":24,"unpackedSize":381844,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgR/XqCRA9TVsSAnZWagAADnUP/RdsltjGV2H+BzLr0prt\ncX+vJnoSh5puJVzTOrkUczQMohh4yZSLQL0l1VlQzGQOsFLbj9qewoIPSHsL\nxpfTGzOEUby7qxKdWogjTsU9ZPYdcNjSoOK7hCNe/eQPQ4fniLs37/97fraS\nZy1+qXjeE8U5Kw6IYaACj55zGpWGSOvB3/0EUDd+sw7TADzVPKMtO8jgy2lN\nqOzpywpZY07LoGf4fKoQb+sOd1x1BfM9NsO69xOCnc09YdSXA2ZVfmDP5kfp\nWPvrXWMlgt6RIFr5yoOrEMCk0F9uWMFJyFZHGHI2H0le9eKO7BrZ1Xoa7nSm\neKKSFXoYpdAipFesOJyKnX0E4AlJh5byu33WPIbMxCjGof59NMNoRJ4wyTI4\nFIaLhUDL0WC/3VHFJSqv/GQ7AI2SnAkxZ2qyA+74LbzaTWQdR38XSxUY1RrZ\nel3ZJ1Iez81rTMJi2+48c4NanPqHSdsRRpIHCEVlhzmbNBVNugNov+QBV7tx\ndRo4dsWeGoa6v3zh+1rsQT1JJ4fOOoXeWHKjzPmy+ndNIWMPoO1hlAhfJAmq\n3qNevJbpVAZxggr5YQAImZk/+VWxNp3G73l9VGe+30lgN1+E7GawnfNWgKZR\ny76ARrEndRKjNdgh5M/uz4f0AEy5tTEAKObKltWsWCQtTFaixBfx/biJB1HA\njhIM\r\n=FLax\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHtc9G24dtEvjJifO8NaCto4emBC027xFzjzNXKE1OZAAiEAqjYjurp5pDVN9DURcPPV3wnacjjAFzN6NJymrKRcedc="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"peduarte","email":"contact@peduarte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.1.0-canary.16_1615328745943_0.26154387066948526"},"_hasShrinkwrap":false},"0.1.0-canary.17":{"name":"@stitches/core","version":"0.1.0-canary.17","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","typings":"types/index.d.ts","jsdelivr":"dist/index.iife.js","unpkg":"dist/index.iife.js","sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://github.com/modulz/stitches#readme","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Christian Alfoni","email":"christianalfoni@gmail.com"},{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"8ff5f336fca61617497fa1b2d76f5daab774f03e","readme":"# Stitches Core\n\nNear-zero runtime, server-side rendering, multi-variant support, and best-in-class developer experience.\n\n## Get started\n\n```sh\nnpm install @stitches/core\n```\n\n```js\nimport createCss from '@stitches/core'\n\nconst sheet = createCss({\n  theme: {\n    colors: {\n      black: '#2f2f2f',\n      white: '#f3f3f3',\n    },\n  },\n})\n\nconst button = sheet.css({\n  all: 'unset',\n  boxShadow: '0 0 0 1px $black',\n  backgroundColor: '$black',\n  color: '$white',\n  padding: '.5em 1em',\n})\n\nconst alertButton = sheet.css(button, {\n  boxShadow: '0 0 0 1px red',\n})\n\nconsole.log(`<button class=\"${button}\">`) // html will include a unique class name for the button component\nconsole.log(`<style>${sheet}</style>`) // css will include a unique rule for the button component\n```\n\n## Configure an instance\n\n```js\nimport createCss from '@stitches/core'\n\nexport const { css } = createCss({\n  // adds a prefix to all classnames to avoid clashes\n  prefix: 'my-lib',\n\n  // maps tokens to properties\n  theme: {\n    colors: {\n      red: 'tomato',\n    },\n    space: {\n      0: '1rem',\n    },\n  },\n\n  // creates breakpoints with media queries\n  conditions: {\n    tablet: '@media (min-width: 700px)',\n  },\n\n  // creates or configures css properties\n  utils: {\n    mX: (value) => ({\n      marginLeft: value,\n      marginRight: value,\n    }),\n    mY: (value) => ({\n      marginTop: value,\n      marginBottom: value,\n    }),\n  },\n})\n\ncss({\n  // assigns a custom property that resolves `tomato`\n  color: '$red',\n\n  // assigns `0` to `margin-left` and `margin-right`\n  marginX: 0,\n\n  // assign \"blue\" when the breakpoint is matched\n  when: {\n    tablet: {\n      color: 'blue',\n    },\n  },\n})\n```\n\n## Themes\n\nCreate themes to override defaults:\n\n```js\nimport createCss from '@stitches/core'\n\nexport const { css } = createCss({\n  theme: {\n    colors: {\n      primary: 'tomato',\n    },\n  },\n})\n\nexport const curiousTheme = css.theme({\n  colors: {\n    primary: 'pink',\n  },\n})\n```\n","readmeFilename":"README.md","_id":"@stitches/core@0.1.0-canary.17","_nodeVersion":"15.11.0","_npmVersion":"lerna/4.0.0/node@v15.11.0+arm64 (darwin)","dist":{"integrity":"sha512-KWNdHgk8hflXCLLZTnIVqwY7jGHQtGF0yQMrOBGrleOF/rU3t1bSPIjKpW1YH9iRzVFP0p6X9KVlEhh5qCbxJg==","shasum":"9c6514668196a7b92d1dfdfbef756464b4a7dd66","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.1.0-canary.17.tgz","fileCount":24,"unpackedSize":381962,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgSABiCRA9TVsSAnZWagAA4nsP/1ZsV8h/dCuS72zL4pHL\n1yZ7gD5HxOhCD0YPxT2ojJFCpFwpg3hkXaaQCJCfBGGyt/zt8Gmrb3fNM4XZ\nPIO72jZ3+wve2wQDj7BToJCYVeXWn1gOrNlL2AXPtokBu0Zw2DP1X3Cz1GSO\nu+iE7InA5rpIXXIXH/sJgYtKHT8s/z0BtVPhX0NY+O2MnbSXhVwN910t+c5P\nmumNE0Z/NQ3U2CHweXRqk2unAF7ECqT6LfJP83dz/pvtl8rzTejULQU6q4F9\nSqrVc1zZMuNQCd8JSMViiF7sWC5NEAvoUCvMIQx/0UjRalcwFKat1l0XBbRw\n/WRk5UFq6YrFWUfN4AhFMAlD+LLZS+/YGsd8SQ92344vRfsJAwjFbawsegSS\nRo/ooIsk89Tzh99cwm7WdoktZ7A1cONG4dekqSqGtiCIh98CjJR7zLrIaBLv\nknJL10cTq9prioNtJZsxwlx6Irlq3yf9Mh9e+FgKOu7bFgncI8R+vF2tqO8S\nYv0xNnzqNySbXbK2oPRuekrmMSbjw82FvHRUJjHoM2SglzQavtgN0+8DsS72\nAhiEBymwK4VR3j3PF0iXqoAmCGrGZYTRQTVSEsKoEoVhzM+9ER6XEOoPNXnt\nr1U/O7JREBPRzwjqh0JSHUmj+1srDV5+vmFdmiH8qH9PXTMm80fbSJjl7PZ3\nQdqO\r\n=Zcg5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDLRic/Eo8agWIXym9LVs7vBHtrtnPhCTSUuP55Tsc2+AiEAtqDJGsDxxtQtSlDRpKkkFKqH1a6zztdAyKpPARlBUA8="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"peduarte","email":"contact@peduarte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.1.0-canary.17_1615331425645_0.9905437553913838"},"_hasShrinkwrap":false},"0.1.0-canary.18":{"name":"@stitches/core","version":"0.1.0-canary.18","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","typings":"types/index.d.ts","jsdelivr":"dist/index.iife.js","unpkg":"dist/index.iife.js","sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://github.com/modulz/stitches#readme","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Christian Alfoni","email":"christianalfoni@gmail.com"},{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"c614dd87fae1485cef5b5a9488a52f6372495504","readme":"# Stitches Core\n\nNear-zero runtime, server-side rendering, multi-variant support, and best-in-class developer experience.\n\n## Get started\n\n```sh\nnpm install @stitches/core\n```\n\n```js\nimport createCss from '@stitches/core'\n\nconst sheet = createCss({\n  theme: {\n    colors: {\n      black: '#2f2f2f',\n      white: '#f3f3f3',\n    },\n  },\n})\n\nconst button = sheet.css({\n  all: 'unset',\n  boxShadow: '0 0 0 1px $black',\n  backgroundColor: '$black',\n  color: '$white',\n  padding: '.5em 1em',\n})\n\nconst alertButton = sheet.css(button, {\n  boxShadow: '0 0 0 1px red',\n})\n\nconsole.log(`<button class=\"${button}\">`) // html will include a unique class name for the button component\nconsole.log(`<style>${sheet}</style>`) // css will include a unique rule for the button component\n```\n\n## Configure an instance\n\n```js\nimport createCss from '@stitches/core'\n\nexport const { css } = createCss({\n  // adds a prefix to all classnames to avoid clashes\n  prefix: 'my-lib',\n\n  // maps tokens to properties\n  theme: {\n    colors: {\n      red: 'tomato',\n    },\n    space: {\n      0: '1rem',\n    },\n  },\n\n  // creates breakpoints with media queries\n  conditions: {\n    tablet: '@media (min-width: 700px)',\n  },\n\n  // creates or configures css properties\n  utils: {\n    mX: (value) => ({\n      marginLeft: value,\n      marginRight: value,\n    }),\n    mY: (value) => ({\n      marginTop: value,\n      marginBottom: value,\n    }),\n  },\n})\n\ncss({\n  // assigns a custom property that resolves `tomato`\n  color: '$red',\n\n  // assigns `0` to `margin-left` and `margin-right`\n  marginX: 0,\n\n  // assign \"blue\" when the breakpoint is matched\n  when: {\n    tablet: {\n      color: 'blue',\n    },\n  },\n})\n```\n\n## Themes\n\nCreate themes to override defaults:\n\n```js\nimport createCss from '@stitches/core'\n\nexport const { css } = createCss({\n  theme: {\n    colors: {\n      primary: 'tomato',\n    },\n  },\n})\n\nexport const curiousTheme = css.theme({\n  colors: {\n    primary: 'pink',\n  },\n})\n```\n","readmeFilename":"README.md","_id":"@stitches/core@0.1.0-canary.18","_nodeVersion":"15.11.0","_npmVersion":"lerna/4.0.0/node@v15.11.0+arm64 (darwin)","dist":{"integrity":"sha512-SDLzhMRKnTgECRt7javU8z6aiB4nh8aYVHsASF8plMFomuyhfa5sMdHYbR6nO9SQ5ClpqaBw237cs5IMokxMwQ==","shasum":"e1c225835e7e141e9dec817cb806f76aa51e3d94","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.1.0-canary.18.tgz","fileCount":24,"unpackedSize":382973,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgSoQnCRA9TVsSAnZWagAApSYQAJJHD9b3T7C9VeJZ9/Rx\n+CtOEPcZSzjDXV/SdIRifow68AMx01jzAukm55krYGdwF6nc/2udm4xgpWvw\nwAZsddFC9wjAeP+23qkVoNcOmVU6NSzXbuLF9xjv1o3giBd7KR9ZGAGgbd5J\n7b+M3f+AKJhevKSpjQUFz+21CLv5UomPMZAHBR7NcWyb6Fj2WCKL31o1AjJs\nlKlQ1eP6ajMUfijkA+ffLXO/6tqlgcFumWCccq55PW4IaaSCqkPRq6sOAHHX\nBfq5z91Ay+nsTHPvwQ/m1NK+gI+3zaeyix6oE8NBZidFwIkdCs87NWhxEqiO\njJSB7L/SeLc5pqVrHNJnzqZcEPEwtz/Ieo+9wwEK0otynQid9j2W8vDolv7u\nqSlBX4qZKP2lBTN94VV5f6TZrmzsP6UKRvfaKKjKWCjcsG+H9gwy7DH7fXSD\nFtT6aebDdGxWY7Usy9HZH84DDpg9/2EgJfGnBPLJGb3Z9h08mms2KAAVzxSo\nUhGsYVc5SKrDthUZQCRQAq/mdwc9Ose3EWVkNr1gnGUk6uJ1XMLuJI7fBmrk\nikm9Y2QJV4LoLlW8bv4QfiudZkGI+/0cu/C2mn9hVxajQU2XUgb1BNCjWUge\n+ibYiExlxQr2R7sJr3WGtw9FVSRwaPmoZR079YpV07m71ojXS+3BAXm5ET+2\n1u9F\r\n=CHKH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD4fJzBe10wR0kMvE+MCIW8rtVrcZkFv1q5iRVYmXmBQgIhAJZbdvACW+gvDTwmBPJKLfiqP+210VEPaYdNsw2J3Yrp"}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"peduarte","email":"contact@peduarte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.1.0-canary.18_1615496230638_0.04847763273243122"},"_hasShrinkwrap":false},"0.1.0-canary.19":{"name":"@stitches/core","version":"0.1.0-canary.19","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","typings":"types/index.d.ts","jsdelivr":"dist/index.iife.js","unpkg":"dist/index.iife.js","sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://github.com/modulz/stitches#readme","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Christian Alfoni","email":"christianalfoni@gmail.com"},{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"a89841da7a1d119b4e2120d6c0893c0f9368c021","readme":"# Stitches Core\n\nNear-zero runtime, server-side rendering, multi-variant support, and best-in-class developer experience.\n\n## Get started\n\n```sh\nnpm install @stitches/core\n```\n\n```js\nimport createCss from '@stitches/core'\n\nconst sheet = createCss({\n  theme: {\n    colors: {\n      black: '#2f2f2f',\n      white: '#f3f3f3',\n    },\n  },\n})\n\nconst button = sheet.css({\n  all: 'unset',\n  boxShadow: '0 0 0 1px $black',\n  backgroundColor: '$black',\n  color: '$white',\n  padding: '.5em 1em',\n})\n\nconst alertButton = sheet.css(button, {\n  boxShadow: '0 0 0 1px red',\n})\n\nconsole.log(`<button class=\"${button}\">`) // html will include a unique class name for the button component\nconsole.log(`<style>${sheet}</style>`) // css will include a unique rule for the button component\n```\n\n## Configure an instance\n\n```js\nimport createCss from '@stitches/core'\n\nexport const { css } = createCss({\n  // adds a prefix to all classnames to avoid clashes\n  prefix: 'my-lib',\n\n  // maps tokens to properties\n  theme: {\n    colors: {\n      red: 'tomato',\n    },\n    space: {\n      0: '1rem',\n    },\n  },\n\n  // creates breakpoints with media queries\n  conditions: {\n    tablet: '@media (min-width: 700px)',\n  },\n\n  // creates or configures css properties\n  utils: {\n    mX: (value) => ({\n      marginLeft: value,\n      marginRight: value,\n    }),\n    mY: (value) => ({\n      marginTop: value,\n      marginBottom: value,\n    }),\n  },\n})\n\ncss({\n  // assigns a custom property that resolves `tomato`\n  color: '$red',\n\n  // assigns `0` to `margin-left` and `margin-right`\n  marginX: 0,\n\n  // assign \"blue\" when the breakpoint is matched\n  when: {\n    tablet: {\n      color: 'blue',\n    },\n  },\n})\n```\n\n## Themes\n\nCreate themes to override defaults:\n\n```js\nimport createCss from '@stitches/core'\n\nexport const { css } = createCss({\n  theme: {\n    colors: {\n      primary: 'tomato',\n    },\n  },\n})\n\nexport const curiousTheme = css.theme({\n  colors: {\n    primary: 'pink',\n  },\n})\n```\n","readmeFilename":"README.md","_id":"@stitches/core@0.1.0-canary.19","_nodeVersion":"15.11.0","_npmVersion":"lerna/4.0.0/node@v15.11.0+arm64 (darwin)","dist":{"integrity":"sha512-lVh0+ydyabFmHiBVJSyXHud8yDTZJMw09IeZGy1YG2hvmE+ZQufigo/oBN7gY+dYcJdmWLAs6G9sixhqndHWRQ==","shasum":"07323a39acabb35b2430a4581158cfa9fd58f7ab","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.1.0-canary.19.tgz","fileCount":24,"unpackedSize":383099,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgS2DNCRA9TVsSAnZWagAAkVYP/2MwEFseyydg+ODk2Z6m\nFsndRASOkAzhVMtnPx0NmBehMiztoU6t2ATiVbuIkrDvG55KZxla7sqSStBV\n2kaIWwcp+Pe0fOr5iVnIN6os0ow8Mm5BD7MWvwJREICYAfRawuYOAgbSIt2Y\nE00dJhz7ylSVjBqJlQ9e5+3lk+HxStvlP7u8pL/+dlo40q/3BCCoACJKIC5H\nVObwZUfE4IJupgZbTPaiTGB7xkOmv/D9lP/6ul1T13z9ICis+wF1zunKKjtt\novqZ4bkc2akcdIWkQkZjfw99Jco+edLDJUHmEYY2+jnuQa9tbDe8wkLDPToi\ntTN+1teXGI/Ahlz2os0t91enSRJDjtvffttWJ05S5uGx1Y4I+6TisNhK+Nx4\nm2RSO92OxdJC1Q9M0rwaXfVdfxo1TpqkQo/ewg64LHc1R2pZR49edZyE/Q2D\nOFVnA8dfBiZNyUVf8BF7rWbgsjZ6J3ywh+hNV+gjcLBx/7JK+jjJ3FGJBd0S\nSwQoWwvSMmbuyaNiIqyGeddrd2QG6MYHvaGz82/KksCHYmoUX10Cxo1NFHgZ\nLTrmHGM/uDXcbiHlsC/506zDliatjDlgV0NN+tb1kSSsnVTzKnrnt/+3jhE3\nEKKlvIAseL/NUEflkSgNKrWdwTCKuoaA/Nb+eqxw6UUAo0Lse3gO2vi4iMWm\nSWWD\r\n=dPHD\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDCd0kmiJbwFur/rhCZYl/f5ZlW/rT4R1Tlfgrpt2zxGAiBu9NPjDt2Ej3jB3AqUdMpXdbGy4WAUC8oX3gHXCx9qvw=="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"peduarte","email":"contact@peduarte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.1.0-canary.19_1615552717471_0.22227785195344363"},"_hasShrinkwrap":false},"0.1.0-canary.20":{"name":"@stitches/core","version":"0.1.0-canary.20","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","typings":"types/index.d.ts","jsdelivr":"dist/index.iife.js","unpkg":"dist/index.iife.js","sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://github.com/modulz/stitches#readme","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Christian Alfoni","email":"christianalfoni@gmail.com"},{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"d01433fdd5b0cd3eaac83af06edb31231a51dc9e","readme":"# Stitches Core\n\nNear-zero runtime, server-side rendering, multi-variant support, and best-in-class developer experience.\n\n## Get started\n\n```sh\nnpm install @stitches/core\n```\n\n```js\nimport createCss from '@stitches/core'\n\nconst sheet = createCss({\n  theme: {\n    colors: {\n      black: '#2f2f2f',\n      white: '#f3f3f3',\n    },\n  },\n})\n\nconst button = sheet.css({\n  all: 'unset',\n  boxShadow: '0 0 0 1px $black',\n  backgroundColor: '$black',\n  color: '$white',\n  padding: '.5em 1em',\n})\n\nconst alertButton = sheet.css(button, {\n  boxShadow: '0 0 0 1px red',\n})\n\nconsole.log(`<button class=\"${button}\">`) // html will include a unique class name for the button component\nconsole.log(`<style>${sheet}</style>`) // css will include a unique rule for the button component\n```\n\n## Configure an instance\n\n```js\nimport createCss from '@stitches/core'\n\nexport const { css } = createCss({\n  // adds a prefix to all classnames to avoid clashes\n  prefix: 'my-lib',\n\n  // maps tokens to properties\n  theme: {\n    colors: {\n      red: 'tomato',\n    },\n    space: {\n      0: '1rem',\n    },\n  },\n\n  // creates breakpoints with media queries\n  conditions: {\n    tablet: '@media (min-width: 700px)',\n  },\n\n  // creates or configures css properties\n  utils: {\n    mX: (value) => ({\n      marginLeft: value,\n      marginRight: value,\n    }),\n    mY: (value) => ({\n      marginTop: value,\n      marginBottom: value,\n    }),\n  },\n})\n\ncss({\n  // assigns a custom property that resolves `tomato`\n  color: '$red',\n\n  // assigns `0` to `margin-left` and `margin-right`\n  marginX: 0,\n\n  // assign \"blue\" when the breakpoint is matched\n  when: {\n    tablet: {\n      color: 'blue',\n    },\n  },\n})\n```\n\n## Themes\n\nCreate themes to override defaults:\n\n```js\nimport createCss from '@stitches/core'\n\nexport const { css } = createCss({\n  theme: {\n    colors: {\n      primary: 'tomato',\n    },\n  },\n})\n\nexport const curiousTheme = css.theme({\n  colors: {\n    primary: 'pink',\n  },\n})\n```\n","readmeFilename":"README.md","_id":"@stitches/core@0.1.0-canary.20","_nodeVersion":"15.11.0","_npmVersion":"lerna/4.0.0/node@v15.11.0+arm64 (darwin)","dist":{"integrity":"sha512-aWeUlFzCGl1hOa6hb3+OLuA4Z06wTjBjlp9yYHIA9JfN3E/BbjAYJ8i8dtD72t8N/QZcf7vAKpdMw8CrYffEIw==","shasum":"59974393d5e887adda94dc82ca7bb6574bc59cbc","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.1.0-canary.20.tgz","fileCount":24,"unpackedSize":383633,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgS9RnCRA9TVsSAnZWagAASu8P/ih8V2Dxk8p4n44UPB/W\n4ImJ4CErtxxdQk3gs6w7rFql9dSw1xJMdoL+PkrgIrjqZHahXq0IInb4O30s\nzPbXA/J28B2u5nmLtdPeDVYAefbcgCc6u2Tbg8n1c2J4GeTSQmd/MiyXZf+d\n5kogak9ErjahOYGSU3XyXJ2wIMOcYa5VFRdQc2ovyIHSpd/6Rj3VUZ5A4Ah/\ngKSovo3oxlf11XuevLzkTvGGeTtz05F8LrBjhfyXlKot+nZTcWYUiZRewwIV\nmpreFrU4b4uUnteTzeGbQngGZ68PaW0161krhh/i/vWb1z8VwOzXix2cPIkr\noOUKZnprtyxG/dK7pDGszjbCvcHQInzE0+DZvs6exrE43g27kVtV+h+fEew3\nAh4KLUkdkb0ZHe6r11TI3y4R0X+p+AVshHnhqqMCdmB//bAFXO14kpUKDqr4\nZvhsZGQCCQMYSd5JNRL6YdMJs2T6ed1lSMpY2dyD4CEFWgbnFi9witrrXBST\ntv1f2/NlQJvgwPguTaA7cH8CZObOk9ZqOiSNTRe72YmmXCCkRVwjAhErvhrM\ngulP7gxmgd9y6FhlwQE3Bql0ElWJVLVBOm09+NaYMd1HHTBl2eK9rYlJWPwL\nJS89vjshncu+MWj0aWw+MKmowLxVzClC2CsQkBs45i35ti3shHBT8qCGSV+H\nS3OE\r\n=NJ+2\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICKcYG1yH+No5+ZzLBX6aGIkqJjWB01ipiy9hFIgxUVkAiBSdicy6JqsCJKYBjsz971HL/UZVm2Z34JLPR5ao6wZfA=="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"peduarte","email":"contact@peduarte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.1.0-canary.20_1615582310685_0.028353261361743654"},"_hasShrinkwrap":false},"0.1.0-canary.21":{"name":"@stitches/core","version":"0.1.0-canary.21","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","typings":"types/index.d.ts","jsdelivr":"dist/index.iife.js","unpkg":"dist/index.iife.js","sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://github.com/modulz/stitches#readme","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Christian Alfoni","email":"christianalfoni@gmail.com"},{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"78fcad59600237fb52955ae37222b6212e798e0e","readme":"# Stitches Core\n\nNear-zero runtime, server-side rendering, multi-variant support, and best-in-class developer experience.\n\n## Get started\n\n```sh\nnpm install @stitches/core\n```\n\n```js\nimport createCss from '@stitches/core'\n\nconst sheet = createCss({\n  theme: {\n    colors: {\n      black: '#2f2f2f',\n      white: '#f3f3f3',\n    },\n  },\n})\n\nconst button = sheet.css({\n  all: 'unset',\n  boxShadow: '0 0 0 1px $black',\n  backgroundColor: '$black',\n  color: '$white',\n  padding: '.5em 1em',\n})\n\nconst alertButton = sheet.css(button, {\n  boxShadow: '0 0 0 1px red',\n})\n\nconsole.log(`<button class=\"${button}\">`) // html will include a unique class name for the button component\nconsole.log(`<style>${sheet}</style>`) // css will include a unique rule for the button component\n```\n\n## Configure an instance\n\n```js\nimport createCss from '@stitches/core'\n\nexport const { css } = createCss({\n  // adds a prefix to all classnames to avoid clashes\n  prefix: 'my-lib',\n\n  // maps tokens to properties\n  theme: {\n    colors: {\n      red: 'tomato',\n    },\n    space: {\n      0: '1rem',\n    },\n  },\n\n  // creates named media queries\n  media: {\n    tablet: '(min-width: 700px)',\n  },\n\n  // creates css properties\n  utils: {\n    mX: (value) => ({\n      marginLeft: value,\n      marginRight: value,\n    }),\n    mY: (value) => ({\n      marginTop: value,\n      marginBottom: value,\n    }),\n  },\n})\n\nconst colorful = css({\n  // assigns a custom property that resolves `tomato`\n  color: '$red',\n\n  // assigns `0` to `margin-left` and `margin-right`\n  marginX: 0,\n\n  // assign \"blue\" when the breakpoint is matched\n  '@tablet': {\n    color: 'blue',\n  },\n})\n\ndocument.querySelectorAll('section').forEach((el) => el.classList.add(colorful))\n```\n\n## Themes\n\nCreate themes to override defaults:\n\n```js\nimport createCss from '@stitches/core'\n\nexport const { theme } = createCss({\n  theme: {\n    colors: {\n      primary: 'tomato',\n    },\n  },\n})\n\nexport const curiousTheme = theme({\n  colors: {\n    primary: 'pink',\n  },\n})\n\ndocument.querySelectorAll('.curious').forEach((el) => el.classList.add(curiousTheme))\n```\n","readmeFilename":"README.md","_id":"@stitches/core@0.1.0-canary.21","_nodeVersion":"15.11.0","_npmVersion":"lerna/4.0.0/node@v15.11.0+arm64 (darwin)","dist":{"integrity":"sha512-7prkdSrKJiGJ4Z1ot0FJsJLvCrH59vU4QTUcKH5RQrOttlinH3AFldTqq9RKDmS5eHu4f0SqFMO3o7/v5KERrQ==","shasum":"e6196dbf4ef82492f8e80011a919ba81057bea7a","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.1.0-canary.21.tgz","fileCount":9,"unpackedSize":385514,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgVVrMCRA9TVsSAnZWagAAwJoP/2nLtVBe01OekrOljxKk\neyVBA3k224nxGQV/4dbGfnw3yP6V3EwjXTodJMQ18DPKbdpGd85MgfAAFXgG\nWLqBMxA2hbGra/6ehvhpp8gee7Vwdzx4DqTHbCa5NTowWB5nm4XgEZBDCoQG\n4tQ2t3tDN2vP6LWTQ2KpQKd4Vmcj2SpzJ6QMaHFFl97KVyhq7iH9QivvK3C/\ngj/C0VU1Rh3G7jA0vIYs6yP4br3wCVW86yY5XJP4RkVa/fnobuUjI79C5CaK\n9cn5fQ3NN6nc6Vti/SMHvJT4nOoS6TDFU4+SA+CerdMewhguEA9Ke4KhqhCN\noduu5Hu0p1SeelsSRDcmcRszby5YeSzAkelPQel+Ce9mSHq3kI9bfIlPnG1J\nC9/MllE/xM9Tf6x5rE4tk2EqLbCA2HIufEzUENeX36+ZQpgvU7TMbtl+BR8g\ngEGL6gGyhFYIThGDnY92YuQJpjwcI2CezV2Gh5se0LMurww28kInY7wExP9c\nGmeskX+c89PbM6W/mOch0WLfgKJx6GPcgT1pM+8j0gZnxZW5Ueh6BG7vW+ab\nsRzP3TutWx6A6V7eMAE+CMegQWyinMi6iqUB2Q+CswhDXkQAfbPxXseHqN8X\ns6+yfDtim1qbHwp6g1Xa/rEfW1Wl+eMF8SSGzsPj0e3Dv7Yyg8fhFQxeEvuv\nvibb\r\n=bB5g\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDe3Id/TJom8bpxGhmgx6LN4W4GAb23aTSBBulQiTcHSgIhAPElwCuGINnAWMTmcskYfuGHDP/w/yFq9PIT7z0irj65"}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"peduarte","email":"contact@peduarte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.1.0-canary.21_1616206539699_0.565874617375038"},"_hasShrinkwrap":false},"0.1.0":{"name":"@stitches/core","version":"0.1.0","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","typings":"types/index.d.ts","jsdelivr":"dist/index.iife.js","unpkg":"dist/index.iife.js","sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://github.com/modulz/stitches#readme","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"d86f1ddd2c71aab8feb36e3d97e996cbd73b9733","_id":"@stitches/core@0.1.0","_nodeVersion":"15.11.0","_npmVersion":"lerna/4.0.0/node@v15.11.0+arm64 (darwin)","dist":{"integrity":"sha512-3XX86Jc3iDtMEKEg9aCrRIaPOh2Qptp/5J1UH1rB5NtepCc6jXPqK0sxNNEQO6HZlv0AszycKEp8hW2KGL7Xng==","shasum":"9ee10f0eda36a6a7c0a6746aea32d41d41b6c9d2","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.1.0.tgz","fileCount":9,"unpackedSize":384052,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgWLmNCRA9TVsSAnZWagAAST0P/iocUhMJlxz4o1h6XuOa\nEkesutBzreG1wq0VPDh4rVxvHyDxMslyu01HTlthm660+x8cILGq8d1+a8a5\n4GqkJ/rvK2WP+sNnH2qCZ4j6nSt6Gvg4/mJW9jgUqhiSF24n8ru7y3BzjZ/X\n3jm6W11OMQjGCx0THMsuJVQAap0w50c3Yslxze3OLyxHz183VIKmFr4ndHOR\nTLGTv7MT3B6b5EDaREdEiEzTL+9KooRQZFgl+m2/rMOUj3pIdFa0qoPyfIR7\nYkW4kpsCBuZ6IYd6dTBG2Io3eomX5DjAVf7Na9dfwUAiCx394BYqFNmmiBcf\ndtFQnV8gWruUMFSJc3rOwjTb3WVmQW7we65jC/qiHY4gxV43DhMWriF9zNLQ\nek5oTzedJEu5iUq7/oIoHPejitR44yST1rsdxuI8zuHtVS+7eTWyFivLf4Ia\nEt0o6ymgqotK7cX2xPd1kW2FsNNReRu4W/XjOaO3GqTQXsCdh18XJOZdrDUu\nkpsoP6UD+BPtB4jgB+CusinigXkD4gM1rtP8Djx/Rae0ejoyi8pxE87CaUEb\nwsLHU0pxLzltSmPInywOBrIUB5CebKD31s5drJ9EAwgfGh53UwDTe1RdzJh/\nmCtSpAWwbcB+vC8JTPtH5yUPNuWsjhzfNL6CX3qUWmUsOlP4kxitmgNxfEtl\nzeti\r\n=G1iP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH+S6XsVkryHjCOilqcm5yJP4dUSAOeURhvEG2yMDhxkAiASx90hpr5ZM2V5bsM3hyQQRqiY6W2OI1WpgIJjsBTp3A=="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"peduarte","email":"contact@peduarte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.1.0_1616427405052_0.6432521644365383"},"_hasShrinkwrap":false},"0.1.1":{"name":"@stitches/core","version":"0.1.1","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","typings":"types/index.d.ts","jsdelivr":"dist/index.iife.js","unpkg":"dist/index.iife.js","sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://github.com/modulz/stitches#readme","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"bb85b2106de7e0d7ad954079dcc111640d3f0339","_id":"@stitches/core@0.1.1","_nodeVersion":"15.11.0","_npmVersion":"lerna/4.0.0/node@v15.11.0+arm64 (darwin)","dist":{"integrity":"sha512-LYUnEHd4bjFVAzNOrpys9GXbbNqkqUr6jrBCia7t5ap2k3zpTX671gwYpss4myLLZgSQc1ebawrnWaRh6qMhyQ==","shasum":"cfc7bedf4a13d8113cf0577e2bbbe589defd16f2","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.1.1.tgz","fileCount":9,"unpackedSize":386882,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgWiksCRA9TVsSAnZWagAAeYMP/2hgI5e6zuFh9h2FsXMH\naiGxb6u9k0K8wR+7mHuP8CVwnJg7l8V/urw8zVXlGvgxi8DTQRI6Oa0844YI\n8NCYle71ItcsZPCE43rFKzJdVFL8ydJiPNtVNkuOtffiIMuFKj2L3UPJ5ctC\ntq/+D/B90NzdwkUdclbqm0EfO37qfHXruH2/3czV2FGmHvAyaqsz/ZiHilgv\nRnAolBOhftY2jO739Pgl8OWGVi7oNvnHQc07DcuEY+K0CbgEz/mMwVUFVagD\nqP5MEaTSopzSZEyC+a18ukpeB9m7lEOBFbOEbxmxmSQd9cqOmmfKhs8CNuq9\n9ZhvOw8Y1s/ZasT34OAjGH7OcHThUm9EbqTUs7cjbkTFzrRykY6El8A4ue/3\nYZBW4L1e3xVBjhVWbphJ0YNor9H4fnKQMMrlIH118B/5QCm/eHU3Vy72AAnD\nYn7KdE4OPUbAx3hR01xkSYIViDlZKJ7BTXx9y8zs7BTK8G90icEqk18nRC4p\nMBghAh8VCbu5hSy5+h3UWWp/egji0HryGb+BDDwm/MBSA3L8hHIk/KPp2yhM\nSwiWR97x13DTw64PlnWQXQHlqyTytWiAIdY7S4eAxlDHSsCkmhRBbZ3qjoqv\n7fkctk7xmEidOYaQOKtvAlFfp7ddLsZgyBjCsSK99hcfjjZciTaR6Mgt9Iz0\nfEXA\r\n=mIY4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDU9Pv0u3LBIUyInYPwKNJI6osnsIOj9HXBFfDTWxiUPgIhAKsZgsbK+bsNsI6iaPyRhRDojIfUdqawpzIIU2DAhWo1"}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"peduarte","email":"contact@peduarte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.1.1_1616521515659_0.3281576041143097"},"_hasShrinkwrap":false},"0.1.2":{"name":"@stitches/core","version":"0.1.2","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","typings":"types/index.d.ts","jsdelivr":"dist/index.iife.js","unpkg":"dist/index.iife.js","sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://github.com/modulz/stitches#readme","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"f39deeb0f31d952edd68b4f6cca5273b50eeb61e","_id":"@stitches/core@0.1.2","_nodeVersion":"15.11.0","_npmVersion":"lerna/4.0.0/node@v15.11.0+arm64 (darwin)","dist":{"integrity":"sha512-DbWq3gyqWXcpeVN21k7E2gTeIN0vbRfRoBSgDNmuYUVXTeSa58EfwQkaIpwiodORnkN2qMjdrT7FbsTrBIyS3g==","shasum":"c4b7880384e0efb717956de3dc61c70a38a43da1","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.1.2.tgz","fileCount":9,"unpackedSize":386921,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgWixsCRA9TVsSAnZWagAABUkP/i+cU0mkYXCbDlmZychv\nUYdiN/lG5A6gaOCcUxyHjD9c4nlpQy/FNZBBOC6rd+T/Gp6sxA9yW7+G/KDJ\n7vk0NX9okyn3MIJKSpLi+xPm9JMdYrOqjKqBhlh2A4y6NVOsfvvlpcdhqzF5\n4F5/hf0HoD4HPfCk6kva5o5DDTXbL5jRyYAyLXF10CpdRqRpmqoMqlA/Ubho\n0oeea1JelQ6tOM+p9oG9H2D1H0QXmB8i+Fi/1s+FAj1f6QRb/Lr6za8CK4Y0\ndfKqKBAeN/fjRllYaDZz74GZGqtdIBhZ01ED3o82YiPIoPQOZp42/R6jbF6J\nEUe2fKWtZgVMTg8jLrX9/kkHOvbMfkVpOcyl95+x0IaXYmhAru/hglqIF+qM\n9BK6NyCHEd5moIxzSODJIryp9cyChWY5XnF+9x0XZtYPrjxOuuJTlmrn29CU\n/udK7NCXaJPPmm3jK2lxB2AFYyIwmeo1sGnazA1BajAaETM2sni+cwAxWoSX\nDU/Ad5n/SgY1M4Vg/oroTDT4lgbi194e8tl2Foo2ctKa8jYrbJfztMYCLOnU\nt8lZDZ4sn6mRnSIczYZ1WRa7XjLyuQH19hAWP0w3kUyJraZQkU3LbE2FdcAO\noChvI0aAiFjrEHGTTeLtw6n0FU14AlgoaCpqbtZ9jo/Ml/f5Z6W/5Dam4U6n\nru2W\r\n=LyB8\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCR55yrNKmTQwchmzKoPdU5hflXsAmsmudESUSiMZEVRwIhAJ97d+9Y6dKhnFx/s5RjvO3ppVgkNMWshMtcx0m1cslF"}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"peduarte","email":"contact@peduarte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.1.2_1616522347518_0.6195617908907538"},"_hasShrinkwrap":false},"0.1.3":{"name":"@stitches/core","version":"0.1.3","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","typings":"types/index.d.ts","jsdelivr":"dist/index.iife.js","unpkg":"dist/index.iife.js","sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://github.com/modulz/stitches#readme","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"f9217790b30dd060a6e22069ecf5a528a4959a7a","_id":"@stitches/core@0.1.3","_nodeVersion":"15.11.0","_npmVersion":"lerna/4.0.0/node@v15.11.0+arm64 (darwin)","dist":{"integrity":"sha512-QgDHacnRliBnnAAyhdgpeQnOCvCFGlUavNA7I8TQTMv8+hqNq6YEtms7tVRKp9MSbww1vZL8JtghvHKD5Gwehw==","shasum":"11ef21a8b31d6b456f79c80b12c2fd4acbc41dec","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.1.3.tgz","fileCount":9,"unpackedSize":387376,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgWmadCRA9TVsSAnZWagAA3sMQAI0xMR4YrcF26bSfxM3U\nIY7iUKAXAQ2odCRqwwENHBqH0rn7YFE4EiE/lQELCmzRA9ppemIZEzQyN3zv\nKdhbE3eHMeSNmfWHaaxPVR+wmFM9SE9UlVds+qAfXdStkGAzYtsE3uQl5Sd6\nCN9yn24GKY6oAAp/25xyMaa7zTTf1GK73OH9kjfTBq/lJ4khFYzve+wVs66i\nB2chorbzlqK51MxWwmep5nbeLuk9Vz0iFTVrNCC2BMINhUV4LvFcaT3ZJjJt\nn6EdBJKHEUMnn+LkaihdyAxOFQD4/itedRXfrvP/xZHCoRAeCFlLFhIq7z4X\nzRSL161bdaWAPoMWjyg0Et7sOR/D2VggrUisPycQDZw0b8ewhOq6JTR5i71S\ng5uzwNLQxJjy+whSKlWk0/YJKeebX6sGw14W7OxzML51RSb9JFLAKi1ZGuVA\nJklpKFnCERBU8OZwQpFjyJkK4CqqNeEjjMeZGLmhv9nJvdR6E00p6AXxFrev\n3kujnep6iV7Lyfg1N1u9NjhFJR4rYm8v+oAhULbpBftdMganCsETwWqojJiE\ncKTQUZ4p2RmqXQbeAlMsnCSrylSdc6vYwxcukQ9s/IpVylX7EBjZlAyLlmSP\nnmI9eK+FpJSh6YmSvs/jMllxsNuPeao+Cz3P5yKFsrZTGuTyoSYse/OJ0mD7\n7wQN\r\n=/u3v\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCZyrdjpYxWhu5P9gPBI2YvVhgZyjgnu+szSGGpPw6kPgIhALcGrfBdvocjfYke0yLMmz0aEPk8TldaU3EPma+8TQva"}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"peduarte","email":"contact@peduarte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.1.3_1616537244724_0.6753392284225768"},"_hasShrinkwrap":false},"0.1.4":{"name":"@stitches/core","version":"0.1.4","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","typings":"types/index.d.ts","jsdelivr":"dist/index.iife.js","unpkg":"dist/index.iife.js","exports":{"require":"./dist/index.cjs","import":"./dist/index.mjs","default":"./dist/index.mjs"},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://github.com/modulz/stitches#readme","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"cd7f6e8c5783d0122df87298acbd38043ed2c625","_id":"@stitches/core@0.1.4","_nodeVersion":"15.11.0","_npmVersion":"lerna/4.0.0/node@v15.11.0+arm64 (darwin)","dist":{"integrity":"sha512-jFZMpw6uD7BRvkPp3n0JsUlLO6d7oRwBgInEHDB1xlsRLqB4yaepyEyJ1CqMx8HidyW5QeLXH6IYPzERxCUM/Q==","shasum":"1b33c3ef55c044f006049d8310b784720d669798","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.1.4.tgz","fileCount":9,"unpackedSize":388032,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgXM3xCRA9TVsSAnZWagAA3qUP/0Vn03kafh5vhuur49U9\nxZQl9NG7go0tp2ifueivgtZVZKbKy6WWswEhQLgbmTQyasP286Eq3iS0s0SS\n+4SvngHiWk5/e0a8ftJpd9bvGB0+CNMNHRWTz4TMifvSI+WM1+POBD2/21H6\nU7c26B1MFojtjMiKY6mfhMeDTQIWf+u2euKMa5r0vTKqG/gGJh9LjLvS9dhh\n3P+Bf95cuNGuWhaM8Bk4110gQPh9VBiqCRJPlJjYIchIlsNsLqqloEPnzwor\nVdHLLlSkepvfTkR+gyiEHA94BJB7lM9MoxRBVGrM3GGrJRlyOxudM875CHuI\nUv4q9PM5SS1fAn1wE2WaWWaWlDUVkursl9LrZ6IIxOWl5mlUcjOWfv3mXUwf\nt1gsXqlxfCadLUBB+XckI7UOzgFyeFUcp6evQbTi5mKlBBj1F+s5vKVoyfZo\n0uJ3+oENOTZA5wrudmJ7mWdTlZozSdavFHQBFOAa2PnOGABClzjChT9h/nNP\noSOcU4EiJdEdxT15kuk/U+efgKQAmkdG3sCdea3YcA+Z0i/VRZxekDIKtVqx\nyhaP2do1QvUqlUV1s+qgQx7d98MZXhsHlvYDA71iiGds0oB0Tdi2vGqqJ8KB\nzheesdOBRdfupZsid8Ah/+uJorvdX9bMjm4ltLDmk9nOpp6AW84SCRj7n97a\noqDa\r\n=C/KW\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDZsbT3uzlN6gnIFWg0C2jIXuOp1Nv8AfC9x4Vrc0FbvgIhAOTi8/WTFSb0GM1O4sK4cnB67UcTtMJgfcvJJl1lpL4l"}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"peduarte","email":"contact@peduarte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.1.4_1616694768555_0.4094911505773833"},"_hasShrinkwrap":false},"0.1.5":{"name":"@stitches/core","version":"0.1.5","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","typings":"types/index.d.ts","jsdelivr":"dist/index.iife.js","unpkg":"dist/index.iife.js","exports":{"require":"./dist/index.cjs","import":"./dist/index.mjs","default":"./dist/index.mjs"},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://github.com/modulz/stitches#readme","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"969def5aea830339d9d019985bfaa6f997a6e596","_id":"@stitches/core@0.1.5","_nodeVersion":"15.14.0","_npmVersion":"lerna/4.0.0/node@v15.14.0+arm64 (darwin)","dist":{"integrity":"sha512-WNq91AWOvUR8Hly1nIRKSZA0YKnKGY0jKiHghkVTe8UdKj6uMalzblmV1Es4io4Jx6mjUxGdwqw30Lh3dXjJ4A==","shasum":"07c46b5a47ce5dd979c6fe72ac2bb7b1a0575bbd","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.1.5.tgz","fileCount":9,"unpackedSize":388716,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgcbELCRA9TVsSAnZWagAAoIgP/A04xdFdiun7ZmIg93TM\n0N/4GszcJ3skroMoud4xWfQGzgU2qSFRc8e7PPm1ZOMpYeabrSHb7GWiIXxU\nYXVouOLE31Lubp9cE5SugoicFGEJYWOPow9Di7I7y3epPgl69JEUltvTY8aE\n7SaVCSshLh7P/cZ0xnYP+FRLTqyI7yMj5kI/q0IZTRzJQ0qOpR9hhYrFFKlG\nTbkz417mdyArNtCwf9qiAUPumQK+vd/abM7QQWQuJUe9K/sTaHbdTGU+/pHT\nDerQ198FNskTR94ea3DLf0muY/MO1MDAbb6HcF1n98qqSeLrBpwYFc9RJL9L\nUSydjq/r1qwTVCPD4MdY+wyHxeK0FcSlW+MScZJJGcTJgYhAc0eOr4sJYIeQ\njzkjMqHx+/MVyzLvmJo8D4cxNvHqCxmxdi5/K4QrrxpgEdYcoOFCIS7pmreD\nCIYW29SMiwR0LU+qavCEZTjP3LHZ6eVT/4ZIWxJUiw4RBHy3+oswBKrk0DfJ\nzNF/kBEKcXEHs/JjDM1aDaulAk8lr/uRsB/mRruF8NGNfOK0iyn4s8eApRgM\nMsfy1uslZ/khTY+lEpPAjASkeLK+Y6lPTsOuUqkDlZtGgoSogSkBl/6WZ24E\nxsy5JE36nKBNfVrydw5mbS28aHLLUwhbG4ML1GmNbvlMbzlOWRElopMwzhNM\nJZot\r\n=Vn+p\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHagnhWwhQ1CawixamJWO2GufxAFv7ZgyOPRUVsRCoBAAiEAv34ZYVwyPrg0ea1mEEoNbNDug3AcmEcPR3W/cMvCn3U="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"peduarte","email":"contact@peduarte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.1.5_1618063627341_0.5798418888225789"},"_hasShrinkwrap":false},"0.1.6":{"name":"@stitches/core","version":"0.1.6","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","typings":"types/index.d.ts","jsdelivr":"dist/index.iife.js","unpkg":"dist/index.iife.js","exports":{"require":"./dist/index.cjs","import":"./dist/index.mjs","default":"./dist/index.mjs"},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://github.com/modulz/stitches#readme","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"be11e9f498fbe7421f9fdf793c90930959208e16","_id":"@stitches/core@0.1.6","_nodeVersion":"15.14.0","_npmVersion":"lerna/4.0.0/node@v15.14.0+arm64 (darwin)","dist":{"integrity":"sha512-6yWwu89ql6T6aFAa/PCTlxSgdwRZzOVeaqSeqNwLj1HhnrEktdfJS3VN6D/2OcHtqSo4x1GTl8Mcj/ZQSM4kwQ==","shasum":"c476bb165a6307a25df3ee76f45aa2e9f4820780","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.1.6.tgz","fileCount":9,"unpackedSize":389220,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgdJp4CRA9TVsSAnZWagAASqYP/2mNHKk83qpg9XHzLvgW\nAIyZ3pw8JpwRPRlHTkeHuzP8kA18aic0JW+H3uQwQPOY8vcCWvPMZrGg5eWt\nULlxd0qPAfsFmYE8Wer9uH0saEx6/XqbtF/36o/Pu2+DRLMV2TMXm9QOCNQL\nnyGk2ANIBaPZfq6DpMvX25fE5Cw+k89mmwXgFsarmjFRfdgTaiqNpPASnHp3\n1iVw/DwDs5tlQyszSgCN7X+naZpxK3DAq1pWj4jNAP5X2UVr8KgcV3tu39ir\n+h1k2LCvb5og/WIHEbtcfiAHC8Ct1OxknmaVEWXbpUN+Fr8Hq5Vl4CfzPGXS\nvBlLaukILrDu3tG0Dz1UXZ/5dUBauxXiqxmenq5ChGHbxI9koy5B+OwIq7gB\nMnsW9lMpaXWul5Zz9QSugfLKOIzotwHDG+6EXa1HK6gEW3xioQxKEZzEfDf4\no3cn8Ttw4OtGGXsK8xRzGkpO62XyX4P3CG9vEaoNeMD6aIrsd+ReqWiVPWBq\nSQmNRZeSKR4VR7UlqIypqNbeEVHCqRqhf7RlSZa48kMis41P6Uu1PXiPbB2s\nkZXrg6OHfmDWlI/afl+fcKp1amA1iNkYXGNiLfruQZTTNIdpQSjdP5Ham0gW\n5JbFJ8tYJfstM1AN2S+jH9Vvoq72FM6yzJC28AHwUi1jVJyK4VoTrVxsJXCm\nN2sx\r\n=Lsab\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEg25DDrv0ya9DihmD4DTPA5hRTAzCIwJIyVKOjT86YnAiEAyPRMTWnsUhQI+MMxiM0JSv3dwBdGPchY+nigTpsYn14="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"peduarte","email":"contact@peduarte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.1.6_1618254456371_0.6728557494057685"},"_hasShrinkwrap":false},"0.1.7":{"name":"@stitches/core","version":"0.1.7","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","typings":"types/index.d.ts","jsdelivr":"dist/index.iife.js","unpkg":"dist/index.iife.js","exports":{"require":"./dist/index.cjs","import":"./dist/index.mjs","default":"./dist/index.mjs"},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://github.com/modulz/stitches#readme","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"d4ea04d552037f6cfeee780bbc9261d85a6f71b8","_id":"@stitches/core@0.1.7","_nodeVersion":"15.14.0","_npmVersion":"lerna/4.0.0/node@v15.14.0+arm64 (darwin)","dist":{"integrity":"sha512-OSo1qS0QlBJ/Uyc6h2luc8pzFR2qNK7ehWUtRDIegAhq5phvVw9B6oEc9E7HDf6ku8UEzCd/BVwXiUSjknMQDQ==","shasum":"132d6e3bab1b3af44b6c67980d7e2d23b64703d0","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.1.7.tgz","fileCount":9,"unpackedSize":403115,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgdiRpCRA9TVsSAnZWagAA+OEP/RuxVgdQ9qWPKApmNnz8\njQglDyjS8y5hpq9lC5fnv9lGqi0tH2zZ87JOx6tem45TTtJEuldQwBg2G5yR\nsuG0jfrx0lgQJ6EPR+AnnPLxkSYKO7N7Mhyq8UzdjBxYTzckCC9WJvywGgAx\nVD7oRYIB6gd97LcM12atwjr7ISY9iDOQlxEx1w+4lxM7EVXB9EHMNNSAK5xQ\nwgD5u7CVZzRW4nMQAndZ1cTD9UA+K6NUBrMsuFiykQ13iT9MQl2dPDPKCkTF\nr7d2Ly4Hkl+sdhx9PfrLYxGA6nulnbv2ITGWY5M3pmV+uPDWs2HhtCuIP9tX\nrzxYfMNZghgEvak9NMWDoe3tHRZYaCZ4xvb2i0LM264YidDNOg2QjPFkqxk+\nW1v6aox5sItV/3dBG5g7acalogcvWp8nVoQgLOy9pzzmP1htg39zCz3oe/W9\n7Tudetv4Iqz6PCe6CjaJwVgzFp7C/r6vltTFVk/byaALb4DmwAEus255NkfL\n0om/qv2MJVwKE+O7lnXw1/22RLKttn9WteNPRKfK1O4N72tOmStbuH5s0pDF\n32osesEf8Eju0OAIwsiQTi6D/XRYir3cBxpoUzZ8rI1E40syu4IVxRN1tbEa\nz3g/TkSRfhcGa0QLa98Cv/hJQvLs2p2t1j0szG9+lUqLSvpX3o5poL+stpmi\nxfmx\r\n=XBBb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE4PEifMovKuXsf6feN2upKBQK1AG5BNKl7zNoFofwCiAiAcqMJqeEeByppwjAdyevzDhBWcfn+I3M0R9Q7jKR6piA=="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"peduarte","email":"contact@peduarte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.1.7_1618355305157_0.44304168841780234"},"_hasShrinkwrap":false},"0.1.8":{"name":"@stitches/core","version":"0.1.8","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","typings":"types/index.d.ts","jsdelivr":"dist/index.iife.js","unpkg":"dist/index.iife.js","exports":{"require":"./dist/index.cjs","import":"./dist/index.mjs","default":"./dist/index.mjs"},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://github.com/modulz/stitches#readme","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"aba0fccf739946e8773e4a8f30d3291aa3fccc5f","_id":"@stitches/core@0.1.8","_nodeVersion":"15.14.0","_npmVersion":"lerna/4.0.0/node@v15.14.0+arm64 (darwin)","dist":{"integrity":"sha512-SIBYlL8H2k2kk4NpvD17cvf5n2WDRscqpIwHQs66k1l9xnSXISiCaLCgNigaGrZAYlkAI57YAX2WoTmNnGAL+Q==","shasum":"174e109244be3745fc3eb4869a6a3b6c9a38d074","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.1.8.tgz","fileCount":9,"unpackedSize":404497,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJggeRwCRA9TVsSAnZWagAAlPEP/08Qx53SHPHAkAleZTqw\nWv2qb3WSD92GZXA1qvKZ0Z0n61pB6R1FSSTjsUTvgxOCnt6ucvbg/yC176b2\nPZY45ylB6aPlHInO8bxxqduqLzttgfLHYmtWk9DezD68m3ZsR+kPtgddLJJb\nd3a6vpHlC7gdDOiJAYYwoV7gLZbJ360ITrEycX3V7+mYY1j//lbb3fJJVLD1\n1ZG2nttNNV34aOp3zI8arJk84hsnFFqzJvEaZ0lOP9II6b5XWYhgF3I+qWqn\nvrNBYNL76UfRdgqFqtS1e6W8rVFPtf60Ya+k7m7PQobgsyjzPi9BySoBGZg0\nwu/Up2W1DDXdSB/sdiTAhofrv51a4xad85fp+6ApVNsbJSbKb1/MLqMYDYXp\nGqufouHh9c+i+OdsoLATIIebFpCftjjaWrab9lthfMEWp1Lw2w4I5twRLkbU\n7m164KG9FQFxNxXxAPMky+5I7559DwCoFt6M1OVo4L0sL2RgSiS0Lto44QF4\nGiM4Wr+Yp5cA2eSGfH1Oi0TqnMOQ7Ekz0/Fz/odSVcpYJ4j5hJMneXTtbFYo\nCaU3ragMQPD8itUvn/7kYyfmNAHhgR/ajrSwughtLBcRCs7/0EsCDMtUE19a\nBw/g9HAfVauAx2XSBiCxDD7FY9zH8OemKtD7/Qa1lJNnjUw2ghN740Czyyyh\nVBs7\r\n=4uqA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGL0bgWM0OvQxW+LO6bF5nZKcf/Lqek+bP2/hFXlqZIsAiAICPRdSKCo7U3UHsuQCLI9CmPTl0oLuRlIHryln7mheQ=="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"peduarte","email":"contact@peduarte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.1.8_1619125359991_0.11969380177783706"},"_hasShrinkwrap":false},"0.1.9":{"name":"@stitches/core","version":"0.1.9","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","typings":"types/index.d.ts","jsdelivr":"dist/index.iife.js","unpkg":"dist/index.iife.js","exports":{"require":"./dist/index.cjs","import":"./dist/index.mjs","default":"./dist/index.mjs"},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://github.com/modulz/stitches#readme","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"0a355a07ffbdf966f22c1339a2ec1a13ccc63132","_id":"@stitches/core@0.1.9","_nodeVersion":"15.14.0","_npmVersion":"lerna/4.0.0/node@v15.14.0+arm64 (darwin)","dist":{"integrity":"sha512-70gVb0uhgV6BOJmloirWEGZmofk/Hzr5yWlub1rtm4CvimD3Xl5xr9fVkjcTu+REC6ILCJCnlEP4WmilTfXNOA==","shasum":"6cc42ae6052f6900f9add164232449ff8d62c4ba","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.1.9.tgz","fileCount":9,"unpackedSize":404181,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJggwz4CRA9TVsSAnZWagAAZ1UP/1qzFaM5FNn1bcfAt3NG\nIRzFz7HQLOy+41ViETEoBKQAfYqos+5v5luDb3VciQF1yEfVgwsnVoH6LHa9\nXLSWifnrG+ThO7p6wmi1Y3XzTrxFKwOp+xGunuQkq8uQuWUV5errBL5OF2DX\n0xglsiKaKmPh8+DIG8iW/M6eRqgsn1mEg63soSWBibUsei4KJt1erOpce0+I\nV3DFtf3oItOHll5w3yjimzKpgLK2+HwtK1172tWc7YUceoxSY2q3DAk364x+\nja2A8cGdk8y5MP3W2IniJu5vL5psZGqXKiM47VSEFyKDCC+O4I6FcXC299nh\nCJPQtWzsjWrDltgrku+HijNe7OlsCW6fSRxso6aOwEq1mdT3I8s+yVeWBwQm\nmhXnBjwiAkTLnlMammLGWk7h979Ykg5n6xP6YfYHNyJTR/T3rHXYzSBxF5QV\nvUpcFWKRtd1J1HD0WGzhMKlp7mFvQ1gUF84bKIv0g8ljZKK4jobDen9XBtTQ\nyHVzNqBnfaLhH2UGaMqG9vbV42rNUInwUZLQlm0JwQj6XQ0fmULOl+CDJx5C\ngf63OpRTGOSPwSb5bcCMVTddSLEaGlOenq37yYrJK9mzRI2dVlHZFUSPICjF\n1vHdHCVwL20QyxBS5RIbBO55d9LftAnJSFx1SXl7kAdaWRIEXGLFntPfRZL5\nna4k\r\n=rw4D\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIArpkRAwMI/RBBo0x7S6zzj7TMOr6k2WWOPOwUhe5B0ZAiAS2Wz1JQz9QQd8UqAazQsO5wrZVGOFu1QDOm6+FpN1UQ=="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"peduarte","email":"contact@peduarte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.1.9_1619201271998_0.8929112812892479"},"_hasShrinkwrap":false},"0.1.10-0.2.0-canary.0.0":{"name":"@stitches/core","version":"0.1.10-0.2.0-canary.0.0","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","typings":"types/index.d.ts","jsdelivr":"dist/index.iife.js","unpkg":"dist/index.iife.js","exports":{"require":"./dist/index.cjs","import":"./dist/index.mjs","default":"./dist/index.mjs"},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://github.com/modulz/stitches#readme","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"c421bdc2ffaff4990da68f0ab467c08f74381769","readme":"# Stitches Core\n\nFramework-agnostic implementation.\n\n```sh\nnpm install @stitches/core\n```\n\n---\n\n## Documentation\n\nFor full documentation, visit [stitches.dev](https://stitches.dev).\n\n## Contributing\n\nPlease follow our [contributing guidelines](./CONTRIBUTING.md).\n\n## Authors\n\n- Pedro Duarte ([@peduarte](https://twitter.com/peduarte)) - [Modulz](https://modulz.app)\n- Jonathan Neal ([@jon_neal](https://twitter.com/jon_neal)) - [Modulz](https://modulz.app)\n- Abdulhadi Alhallak ([@hadi_hlk](https://twitter.com/hadi_hlk)) - [Modulz](https://modulz.app)\n\n## License\n\nLicensed under the MIT License, Copyright © 2021-present Modulz.\n\nSee [LICENSE](./LICENSE.md) for more information.\n","readmeFilename":"README.md","_id":"@stitches/core@0.1.10-0.2.0-canary.0.0","_nodeVersion":"16.0.0","_npmVersion":"lerna/4.0.0/node@v16.0.0+arm64 (darwin)","dist":{"integrity":"sha512-VsDzusMlsWnmgVMeG9nyAecUrQvV3G0C3g79B1P/62eC/AHlHN0VgZQzSgg+ayGiXzmIBomeB566DmE6EIko5Q==","shasum":"54248ca14c32d7e25bd02677ffce73cee6017634","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.1.10-0.2.0-canary.0.0.tgz","fileCount":10,"unpackedSize":432445,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgtRniCRA9TVsSAnZWagAAjQMP+QHgvwbGAqT6riXLJYwX\ngss2SqnxoOC/Yj/3O8FLzksEvr9K8CqmiO0o3Rxj/c5S+9JolAGBz1tqBMOE\nd/SbINQesVuaeB4G3/she7H8010M/fSfd4CBZkiHUoId3VfpB3PIHBya8tYl\nc9joZYCS8gD9lsLUd5AieCZkTC148DS6cB45Y7wubtEZ/Eud50lKMwP9bfHa\nCxK2vznqKrMGzhGe3mkLa+elkDzdGxVk87H3+HvNyBpBwN1HSVP91cP5uscQ\nxX+VIW4lF8IEnWOiW6ZF/2uYhXZn+0F+hvWu0o9XQv6kwmlaqqs77BdWjWOg\nE9AE667GjpsZqB/efxkUBb0gYB58iLnkIJFvjwJna30aEa/EkWjJ+g7HsIeQ\nR1wGSQHw9ijdJmLXF5DOgcmHovVmJMXwDNBAaN56hvRKarTD+sjw9WxB1xs5\nSqxH+LO4ZG7g+IpOaRQmCifmJc/Iuiwkmmwy8TIlroXQI7pGnFsDX0GcvR6U\nXVroC7hxcofVbE8A4LyxMwruqOE4jQXx4LDsqNQLNMznzpH8vqSQLt1K6Gn7\nDwjpRJhNm25dQQeTLnEmhKMqt8YClY1mBuP00zz1dfmNTlrQn4noYT1t1NCA\nG41fUE+ONvJURtfaMufH3hlCsgWYswZWpau6HU9SLNWZjbObpvgSRbDlSJ+3\ncIZO\r\n=1fHX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA/N7zZkqg924JTkoJmkzyl0qcZWwkr+cUdkT6w1qwvlAiEAkBx0HtHb3JtNgf3Xjcj8eniA7VJhn4ny0OCQWmhm6Dk="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"peduarte","email":"contact@peduarte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.1.10-0.2.0-canary.0.0_1622481378192_0.6612830059377244"},"_hasShrinkwrap":false},"0.2.0-canary.0":{"name":"@stitches/core","version":"0.2.0-canary.0","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","typings":"types/index.d.ts","jsdelivr":"dist/index.iife.js","unpkg":"dist/index.iife.js","exports":{"require":"./dist/index.cjs","import":"./dist/index.mjs","default":"./dist/index.mjs"},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://github.com/modulz/stitches#readme","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"readme":"# Stitches Core\n\nFramework-agnostic implementation.\n\n```sh\nnpm install @stitches/core\n```\n\n---\n\n## Documentation\n\nFor full documentation, visit [stitches.dev](https://stitches.dev).\n\n## Contributing\n\nPlease follow our [contributing guidelines](./CONTRIBUTING.md).\n\n## Authors\n\n- Pedro Duarte ([@peduarte](https://twitter.com/peduarte)) - [Modulz](https://modulz.app)\n- Jonathan Neal ([@jon_neal](https://twitter.com/jon_neal)) - [Modulz](https://modulz.app)\n- Abdulhadi Alhallak ([@hadi_hlk](https://twitter.com/hadi_hlk)) - [Modulz](https://modulz.app)\n\n## License\n\nLicensed under the MIT License, Copyright © 2021-present Modulz.\n\nSee [LICENSE](./LICENSE.md) for more information.\n","readmeFilename":"README.md","_id":"@stitches/core@0.2.0-canary.0","_nodeVersion":"16.0.0","_npmVersion":"7.13.0","dist":{"integrity":"sha512-43evN/Mx54uvM270URpvjn9qJ4J26G9xZZCWUGh2VBQSVj0EnwTX1ieGB04JpaBmHubH2bs1Sh5OlpeRmotV1g==","shasum":"e24f9af46fc82c971180dc116dd97217f7da5d56","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.2.0-canary.0.tgz","fileCount":9,"unpackedSize":431316,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgtR2XCRA9TVsSAnZWagAAxCYP/02fzTEYhP6nkQ+85dOk\noLHpst/r1GFMi49p+z9FQjbO/wi68f/NBwEqoIL+Tn75wWmb1qv3iWSke2EJ\nibc/scoG+wwmDFwIe7nKZv5R5TUWdtioy4zS24mSWm3Fuy7Bsy3TBTDdkwMd\nh7+hCAShmv+QtyTopRY0Z7alseVTwjR1kld88WmHptEY9xT/t6c/U1BHFD2d\n7osJKoPHQ1LW0jNFDN2q9eM6ZW22dIdu48voPxWCiozNNK1cvHSAmhLyhnEl\nzlpc4KCCN5cU8ZlDR+/1gsbxZ24GoWKT8sKZHssR/JpY53LeT88kwOWubzxl\nYqcYa9CStcZ4wjdzP8N2enGHgUxrY9AYb+/ugj8y53uJpDUeJzYJP5Evi1q/\nWSZY5ap2OB/fcNRC3wrT7/Apmgd2Vvla7N4i8AbDvLipcwo2XkMkqM8bz3aC\n1dfxSxB4kapXDjVO20vdrQFy+XN90BwyPcvP3EDEeH7dvESOkaP+cK15wVx4\nc6OOcJkUUO/C09w6NinU0dCmx/Wa+sixYGAlkHGSYkpzEXTzMZd6GEMYpaT6\nEQVZSN2c/9PoxwC0N80hCA8gdwMuQQVAVMgZTLxcnA7qfgUuJjCwq0NOQanm\njvvGKofFQlGjI96UlUrMetpbVf3+sqsZTYuwhTDRYFXCgr41si+9RXUoRqGw\ns806\r\n=0UjL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIETGeTFIBZd2RY8rPzGI0gYiu/u8M9k0jZDVD9G7rKp9AiAqujk1TP5Ko1EHihyaoUKsGrXCpZheKNxMMAhCKcPAiQ=="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"peduarte","email":"contact@peduarte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.2.0-canary.0_1622482327441_0.23068487009967442"},"_hasShrinkwrap":false},"0.2.0-canary.1":{"name":"@stitches/core","version":"0.2.0-canary.1","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","typings":"types/index.d.ts","jsdelivr":"dist/index.iife.js","unpkg":"dist/index.iife.js","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./types/index.d.ts"}},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://github.com/modulz/stitches#readme","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"4c728e198205b1e80d69c7664fc9fbed619a59fb","readme":"# Stitches Core\n\nFramework-agnostic implementation.\n\n```sh\nnpm install @stitches/core\n```\n\n---\n\n## Documentation\n\nFor full documentation, visit [stitches.dev](https://stitches.dev).\n\n## Contributing\n\nPlease follow our [contributing guidelines](./CONTRIBUTING.md).\n\n## Authors\n\n- Pedro Duarte ([@peduarte](https://twitter.com/peduarte)) - [Modulz](https://modulz.app)\n- Jonathan Neal ([@jon_neal](https://twitter.com/jon_neal)) - [Modulz](https://modulz.app)\n- Abdulhadi Alhallak ([@hadi_hlk](https://twitter.com/hadi_hlk)) - [Modulz](https://modulz.app)\n\n## License\n\nLicensed under the MIT License, Copyright © 2021-present Modulz.\n\nSee [LICENSE](./LICENSE.md) for more information.\n","readmeFilename":"README.md","_id":"@stitches/core@0.2.0-canary.1","_nodeVersion":"16.0.0","_npmVersion":"lerna/4.0.0/node@v16.0.0+arm64 (darwin)","dist":{"integrity":"sha512-cJ7mZ64CYhYQL0j/r2gN4V/vz4X56/HPIEJW1j71cQWzRe9/7QX/Nc+WIHbR2TPaDeWSvF3CG+8B22ge72dhxA==","shasum":"896cf169a89d30a7ce778540a62faaae62cbc7d8","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.2.0-canary.1.tgz","fileCount":11,"unpackedSize":433782,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgtmB+CRA9TVsSAnZWagAAUekP/1fDRP1RStpRfttBQPq3\nt9D6OxL7mAq3Y8oRwvQDdA/4sOhQdw66GKqzXJDCj8GIkBoWcwPnUeTxVYlE\noMVTC7b3qdc8cTWAU1x0/FV4wWxTWT8TEENlhPMjKC5OR3CCeMF0oLA+FYxH\nt8+hCU8WaDcfd44jGben2e35FxrhVlT4xvdIbYcF4dvdFa3YqDpuGH925/UQ\n8dtL0MwpC4ACvdTbSw11A0qVk78pnZ9hGQg1tBmHWf3Gco+USs+onS7k4XGz\n/+hhpMH0pS9iILTTuTxKLc4woMycC/dlwkhLQBBymIzaFAUCi3eSN3L68zfr\nVSsUO2wO6TMFCnYyK8X6kOOI1kB2tWdS2uWWqQ3iXY2TDHPQaRA2vbNvGix/\nZA0e2V3MMsOUKrLAde4BkZUjsqgKypOsRXKlIuchIInr7Dq0Teken0LlAE2H\npYFVC6TduhsiSspqTAW8RJIgaK2CEKY/H0rAr29nEi862FDMVqUuSea4u+Cj\ny3s++qREfMZVb/1707ESmh8Va4XlrBY6tBxdorAcKX/pHDRsPmBVGH3GgVkq\njKXg3vy0cCI9E5y4E4hKwZM1ETk1cJ+vEDwtZu6su3gD9vAUId7F7p1c5yp9\n3IaZDaU+shxHvfPY2HieBoFBW6Jpxk/O5+Kpo3k8JzKo6wGwDPTT43gZhrys\nwEDn\r\n=2gzY\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCh3p4iVNVs45o4buWcETF0Ep8L+6vyHmOWG66P9729ngIgJKLiMW/jZymruenjMCteKGeE2Z1N88++/DhRM/n82pw="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"peduarte","email":"contact@peduarte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.2.0-canary.1_1622564990253_0.8566150097440959"},"_hasShrinkwrap":false},"0.2.0-canary.2":{"name":"@stitches/core","version":"0.2.0-canary.2","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","typings":"types/index.d.ts","jsdelivr":"dist/index.iife.js","unpkg":"dist/index.iife.js","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./types/index.d.ts"}},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://github.com/modulz/stitches#readme","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"bf9248a38d3fd1b4a0eb82009062d40f31f8f65e","readme":"# Stitches Core\n\nFramework-agnostic implementation.\n\n```sh\nnpm install @stitches/core\n```\n\n---\n\n## Documentation\n\nFor full documentation, visit [stitches.dev](https://stitches.dev).\n\n## Contributing\n\nPlease follow our [contributing guidelines](./CONTRIBUTING.md).\n\n## Authors\n\n- Pedro Duarte ([@peduarte](https://twitter.com/peduarte)) - [Modulz](https://modulz.app)\n- Jonathan Neal ([@jon_neal](https://twitter.com/jon_neal)) - [Modulz](https://modulz.app)\n- Abdulhadi Alhallak ([@hadi_hlk](https://twitter.com/hadi_hlk)) - [Modulz](https://modulz.app)\n\n## License\n\nLicensed under the MIT License, Copyright © 2021-present Modulz.\n\nSee [LICENSE](./LICENSE.md) for more information.\n","readmeFilename":"README.md","_id":"@stitches/core@0.2.0-canary.2","_nodeVersion":"16.0.0","_npmVersion":"lerna/4.0.0/node@v16.0.0+arm64 (darwin)","dist":{"integrity":"sha512-QS/RhTWusNsu8ibFwt+/rvkcfQYCIOmLte9dq/bvLRo1CoZfq9TmfjjciBt0X7X1BgbB6Gh0CSo4HWwSq5cZIQ==","shasum":"317534954837bd17c1b4e9637e45ecd5e1026b92","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.2.0-canary.2.tgz","fileCount":11,"unpackedSize":434060,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgtqLRCRA9TVsSAnZWagAApbcP/2eTE2U2ZalNDhKF7p6K\nUpGG5zCtvLlPYoErdVDpjxNsa7Aq7y3J2txo8uEGwzpIafPG1111YVwBzj2W\nEl9p5jY3sUFBawqbfKNTJkGb+FssGBMSvLVo5Ebza1Tal6tWm8h4KXAflceN\ntL5IsnuaPOwl3Hx4VBRQg0TF1RcGne64QQpF8rTYGFbxgwyo7dQImxtV5LMh\n1GkydnlSyQ/Bp06OWuG+prse4CpUMvi1cg4Dl5/E8qUgroaJX0MgCEmo4VQj\nm53aOpopKajB2uTSuHElS445J/0kfUedLV7LUmLLT0m6kIxiy7KRuygTYOGw\nwbmXonrbb9Al+0cNUPk9nGePQemDMwhcYidNBH4CPz7gBTPM4e84RGzuYZIL\nHGFWz8WNPNLqa0uXmxqeABbiYjitYttTzyBj97G8KTedzEBl+B/P9xY20g18\n9WOc4RgNqeoMEWv8ta1k6r0UqOwp1kfJ6ZLiQnryq/MwaBm89E2+DstwlvKE\nhtgzBaqtwnZAHdOVeAQafUhVEoZ1XxweV+jZU/aVTuLF9eZuROgBR+qy6O4/\nPxhB3xmUrCoOhJeDn9ff3giezQHPLM9oBaToTjubvlxdLlqI/UgjhyucT5ki\nNtwKXU+NwuVtRn0GLQlpuFJQJhrMZggs3cV7acpTLwWK6YQP/yR7JaCD9VZr\n1k2l\r\n=OPhY\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCep0Dl23/jqILN96EM2kCbn39p4gjwQbw88eQevDM58gIgPfDav8kIBN+xTLCGre3uPq8go9pEumXlAYwzRE4LVl8="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"peduarte","email":"contact@peduarte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.2.0-canary.2_1622581969326_0.45897969971635155"},"_hasShrinkwrap":false},"0.2.0-canary.3":{"name":"@stitches/core","version":"0.2.0-canary.3","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","typings":"types/index.d.ts","jsdelivr":"dist/index.iife.js","unpkg":"dist/index.iife.js","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./types/index.d.ts"}},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://github.com/modulz/stitches#readme","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"e03abac70b64c313a75b901476f5ec2b6dd7ac29","readme":"# Stitches Core\n\nFramework-agnostic implementation.\n\n```sh\nnpm install @stitches/core\n```\n\n---\n\n## Documentation\n\nFor full documentation, visit [stitches.dev](https://stitches.dev).\n\n## Contributing\n\nPlease follow our [contributing guidelines](./CONTRIBUTING.md).\n\n## Authors\n\n- Pedro Duarte ([@peduarte](https://twitter.com/peduarte)) - [Modulz](https://modulz.app)\n- Jonathan Neal ([@jon_neal](https://twitter.com/jon_neal)) - [Modulz](https://modulz.app)\n- Abdulhadi Alhallak ([@hadi_hlk](https://twitter.com/hadi_hlk)) - [Modulz](https://modulz.app)\n\n## License\n\nLicensed under the MIT License, Copyright © 2021-present Modulz.\n\nSee [LICENSE](./LICENSE.md) for more information.\n","readmeFilename":"README.md","_id":"@stitches/core@0.2.0-canary.3","_nodeVersion":"16.0.0","_npmVersion":"lerna/4.0.0/node@v16.0.0+arm64 (darwin)","dist":{"integrity":"sha512-FAl4dPOIJD95u5iyt/5wO5yH46UJjnjR3dhTLSXdlQOcUzd0/bfC5uNX3JQHPI59P6xWjRZAaPNdJ4rz2AwMfA==","shasum":"4666a64b24c73b983c8d287d5e792b4e0c46e038","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.2.0-canary.3.tgz","fileCount":11,"unpackedSize":442372,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgwFVkCRA9TVsSAnZWagAANScQAIDilIXoeRqq+s72af4W\nZrzkX31u4RdoTGEvYHxAn0j9trdWrxdD0Tknv6EpPyNpr21TVcc7mBCqTm5/\n8eaQzaR7kQHtasHQPngvoEqswjrUJcqwYQcQ+bP+S8j380nRHszl4AbJBMzq\n2QsBh7+Nde7ZLVDzL0Ctw+9fR4YDXIBdQo/hypze344KpU8nZKPAho6j01JM\n52vh+OQEWFnslXbx1/HmWtAHA6mexgfp/n036jBGTjLzmJAyEBufyOzrXjw6\nRKtb4ecFaPgO+60XzpzjnQA0AyPmvgUMS709qIuj544dDKCLmSaqgOdrHVq9\n2PP/XNGAFPHr5QYvUUyiDaJ7W6yVAyIc/c7YuWeg+XLCMLdnnX6xnr3XAQYD\nSaR+UMV6d7aq6eSm8eDS1C4WA1N73+Bc5GzEiP9aI/bmgMmPLSvjAo2Z5UNj\nJ0Up2J9H2fa8QZX8tMCQS3wvkbWX5rJou6gJgcOCA+CrNZYAE0yCJAa0yIKM\nGbtyYcvJL2zdBrto+mhKKsGN+Y8D1u2N7xWWej9LvNjYK2eXr7d6pHuGAq4j\nY/7tdzvb618qzSH7J38Cjbic3fCwC3zg/6YZ3nQVa1wOzkYzGXP2ysCmF89b\nHbHxeUQOCzGcqubiCXAUeG18jUcxQi7zpTabrgcKLTyqbkDpgWL8vJZEk5k2\ndp0P\r\n=VdE0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHknlI9Sp7DEmhPgYJTZdDwruNeCS056ikkig0g0R2afAiBYzaOtyDXWBoxGWPKmMyyHXehStZOkkqHY3eicwpRs6w=="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"peduarte","email":"contact@peduarte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.2.0-canary.3_1623217508168_0.5680675984385211"},"_hasShrinkwrap":false},"0.2.0-canary.4":{"name":"@stitches/core","version":"0.2.0-canary.4","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","typings":"types/index.d.ts","jsdelivr":"dist/index.iife.js","unpkg":"dist/index.iife.js","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./types/index.d.ts"}},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://github.com/modulz/stitches#readme","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"c5c706a56746f20a05af44781fbf1580cda1feff","_id":"@stitches/core@0.2.0-canary.4","_nodeVersion":"16.0.0","_npmVersion":"lerna/4.0.0/node@v16.0.0+arm64 (darwin)","dist":{"integrity":"sha512-xFSEqK0z/SkJ66GbnwSlpkHNws7KNvKpN4AtKubXT3O5y+Vmk3wDcU9SUzaqSS2DA3O4EJk3LJ0USkSeuXCKkw==","shasum":"51a0d67bb3abe5b80c324cb11db42aa23fc3de35","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.2.0-canary.4.tgz","fileCount":11,"unpackedSize":442327,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgwK51CRA9TVsSAnZWagAAhEIP/3PWuwWvlPwMt9gHvEQF\ndCKvfW2mvmG+GnkrnHDpD/8o4LZoab4FcaTZxWCZLW0wuYaEm4XQmByczRm+\nX/2F80xtWLn0EuTvZy85022FTwdBubOY782kg9ZG7HjivN/NxDS56b9GvTRo\nNgZyNeI/Lcr9CZK+gHsgNp+POAerQZxPdNNbYyqUtxpJK3zPE49DvxbjX6f8\n6LFpasPpJfUjq7/VhU10L+XXbe3Jv8ySluFdBHphO4XhfjB7zZ+wxYdZShEM\nxvqiEnZLTA8S/WRveQh36XG55ipi4b9yvAukk+TCkoWWsgJrEdg9bYPAyH4U\nOPMRF1CrnD7i2qaycq9eYmkS6S5UBAnZHnMW+idirjHgIYshFziJlxWThe8I\nvF9JW+ZVwgnY0VZVG5ONdSmypL4X9g7XXLkh6YZORKG3LrYusJqm+KlKS+g5\nan4rYgvrPpZnekKYtUK33q26AFt4ure+xM7Kh7PK+urgaW8k0fQxeMt+GMo4\ne/i91VN7bjafPnSsvXHb4FZSsrIUFalBQDgRYh0eNaTk3ldlHJvubGdAZyVq\n/6UTwgymoVk0TIEUCwNIaXxI4asxjTQauSMeJY35+wDAfMl6k9yIkjtbLdKY\n6JeU4LB484lRIeJHp+HKFlEp8V84NiQyDgGjgcT/EM0vZfybHweKl4Yjf6J3\nrYYB\r\n=b+SA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDg8qVU5gIz74gthcfgHAwbBm9Gzjman5Dnzfm/QkuUOAIhAOS/E7uNoE3DATTlGIf6hOJjvnK+ynAfMWs2LYFW7fBj"}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"peduarte","email":"contact@peduarte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.2.0-canary.4_1623240309011_0.48790942917760627"},"_hasShrinkwrap":false},"0.2.0-canary.5":{"name":"@stitches/core","version":"0.2.0-canary.5","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","typings":"types/index.d.ts","jsdelivr":"dist/index.iife.js","unpkg":"dist/index.iife.js","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./types/index.d.ts"}},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://github.com/modulz/stitches#readme","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"1b023c8f1ce016226dcdd1ddf2694cd8d8f34889","_id":"@stitches/core@0.2.0-canary.5","_nodeVersion":"16.0.0","_npmVersion":"lerna/4.0.0/node@v16.0.0+arm64 (darwin)","dist":{"integrity":"sha512-5i28q6+EBdd/T1cqRmcAk9rt6wsbtPIfVQrwmR52EH2kBzhlTHijulxCFVdT0cxe0zTD12+NRjJr82YdKGyN3g==","shasum":"383e2eb38da3847a3db7d23c12e4357ebdf49a78","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.2.0-canary.5.tgz","fileCount":11,"unpackedSize":442367,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgwg5SCRA9TVsSAnZWagAAphkP/3q/LHkONi8fyASPH+99\nFHR9mv0soZ7b4aKYMkWb7fB36ODEYg4/iXMGgXsleEpV247VClBGmT3u+ApW\nha4z7cm9PMLm4lUd7ZN/kiAzGWw7wryc/zzH7HO33Oqy8GJBjXRynACi03LG\n4Umjf/ELK5xraZHO2IroHRpg1kXkRtLuoMk3qJM3osfMAPHke9OSca0UBiln\nu/EIQ8m9x10l3pQ0G9Ml/3dR8ZVk6nIakoShkGxXtAaL6EjBYAQn12joWkAr\nvf8Ir25xr6wrbSATFVvQk3u7+Uimca0aLdgYIHid1tflN2eUqkhvyRo+kpVj\n+SG6E5AlVS3zpQgQVI7bRhXWg3FqnOC+f6rQFGRJ1toPhvV4Rz/dj5shKn2A\nUKUeD3lj8pvNlwMygCespCpoE46jvAMo1fbBQQAhBtJPOha+XcEvLHLif1vU\naWcUTC71/R+WwfJgRWj8HsBZ6BGaV+d2BgCCTDPP+ET1kECJuuECOm8HGOzg\nw8ugrV5ERBLe6KU3Wmwn2xHASSr7s0xQt7sS5TNHsBWZENV7ke+Ct/aD+qrX\nRrFpme45/tlAmETOEgW1HbvrUGRvG1mydmTe0hYfHuhWppiMWvBEUjuuTkra\nacxv/YrR3cW68vr7nATjC3OZqODKwUlGNFhGRgfXZIcoafE/ej7MfAO4x86k\nDEqq\r\n=70bc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGMcI/Ox/zW80dTHFS898BpRWneTuTlrer709PaowqpnAiAn5mPnnCjDwYuz99IdwZczi7CfCBj3hmCSNU/RpCrp2g=="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"peduarte","email":"contact@peduarte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.2.0-canary.5_1623330386402_0.7967217822491306"},"_hasShrinkwrap":false},"0.2.0-canary.6":{"name":"@stitches/core","version":"0.2.0-canary.6","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","typings":"types/index.d.ts","jsdelivr":"dist/index.iife.js","unpkg":"dist/index.iife.js","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./types/index.d.ts"}},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://github.com/modulz/stitches#readme","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"8de695a4f2c02db9bd5e702a527ecc477e0415c0","_id":"@stitches/core@0.2.0-canary.6","_nodeVersion":"16.0.0","_npmVersion":"lerna/4.0.0/node@v16.0.0+arm64 (darwin)","dist":{"integrity":"sha512-ezPqSQvmSU5GyJFTd/tezCqgMxB2o16cugrL2DpzZHgdXoT+gd5ne7O2YQ7zSZhyP973B5T/UMPxmw6QLaT9Vg==","shasum":"257a6fc0f77a267952070c9816536b2a5d21802f","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.2.0-canary.6.tgz","fileCount":10,"unpackedSize":439275,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgw3MHCRA9TVsSAnZWagAAslYP/iq/djVwg5xb1foIpr1q\nW+EZ2uoPmV6+rxq+4fVQ3PZON62xGtpKjmxk8tuSgzjTc1cjGCGkItinlViE\ncasrL/YMLG+JN1wy+3pF5FLLIvE9v30UfXGICxDu4eEl4pgwo+2MwwkrO7Lv\nwMsEbv0X8DdlGcBZcFugC/JZwJWy9mD4YQHia4iXb9ag6+qkEVkFzPiNwBq2\nGsO9UC4SHaASL53DtODbbqV34zs/X87emgn6glxtbKmkhytNGGmVHausv7K7\nvGIBwLyux5pPRaYfviDcchQyY9HMe5IECNMN61fVDJpAyx8KDer3OVr4546a\nlB+jrev76WeesRYCSsWNkLE0z8Xf4+ON+OrEvhWt+owmrBOntLpgYXN7CL2B\nFfHu2Y+Jisb0kyJkdluv4S8sWMZ0H4QBLG3jVLXM41GMiwRfIGyhT4uFaYEC\nR6ovh4l7C5U6xIUusEoxObqv9L9Ulywxgotw/7bJ5apMKuJuGQ7EfIQfjyqm\nKAKu4EnkrYQfrSbXq4epIUvNByoRPWznP4jsU4W+L+kWGUr96nNAdH3phe/s\nrVziusLsdqq+qgP0EgRnMtU3dn0Gz7RR5C14pvV17jJHay0EyAawiXdFrQ2T\nGZY06IQFl1pKEQ8tGqHwNs5LZ6I6pgrb6/i8JNWjQ3zBlYPVS7tNLnPkJzp+\nljZo\r\n=+32D\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC59Dr5bU9s3vPe1x6jgpaLOt2G2iHvPlakT+PszY61XAIgPhJ6YZ7uAZXMQCVHbOURmsDTTG2yIWPHtS5ijNm28uI="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"peduarte","email":"contact@peduarte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.2.0-canary.6_1623421702918_0.06691990810683635"},"_hasShrinkwrap":false},"0.2.0-canary.7":{"name":"@stitches/core","version":"0.2.0-canary.7","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","typings":"types/index.d.ts","jsdelivr":"dist/index.iife.js","unpkg":"dist/index.iife.js","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./types/index.d.ts"}},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://github.com/modulz/stitches#readme","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"494868d44bed3a5477bcc3df0eefa69f312bcf0c","_id":"@stitches/core@0.2.0-canary.7","_nodeVersion":"16.0.0","_npmVersion":"lerna/4.0.0/node@v16.0.0+arm64 (darwin)","dist":{"integrity":"sha512-15/vEUAcv+RSJlSmb1PEM80NANBTWW+kuFJYsXcim7hhlT9Luofho6GS25VHT7h2PPEed0HJmW+aiW32OuWLJA==","shasum":"11547f7ae35ffa6d3f344002aa876bf8b8e447f7","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.2.0-canary.7.tgz","fileCount":10,"unpackedSize":439251,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgw3+kCRA9TVsSAnZWagAAJTUP/i6IGDvhBe2FWghZG6t1\nE2m8+Nnfvx/Hp8LjSbw+N9Lgjk/ZOmzPlz9M+JfM8CBfkgcthejowetYAHT/\nkQx+zBsligbdx+lutpJiTdjTJZLA/1ZmwOLdMXuiRovz4ixy0oFohSE71QdV\n/OqmwI7gwGJmyGWo6HY23H9pZna4JOObOJZRDflbx2qkVcykKuCB9VPUy866\njtAJ9YNQs4RQ8BIAzOaNOeTcmrmZAvOIdmv3W1p9iJEknKPvBAnNZg4nDYuy\nsXd9K7xTKVh+KOTJUcG4xJCjqRY+JFq9xu4ifKc0WetvyvyF1UJhDed2QgX3\nUUWIn2yHbVytbeWS4vx7VOzLw0OyBsdnuAW27weu79OXpdZPw3AqnKXVLGj/\nfvHS7wVzNuU/F3JKEx/xilxS/+sWx8YyBz3zLnsiCE8meaM+p2AIVOUPH3BJ\np8Nyzkl8oUPT7KzEIoeUR8ARg3uiMJPUsQWaxUxESrudaq+SUhjCXVT8/oYP\nDaO1RssdB7kMNgJhEUy113n3GQkgSY3h6iVLXnTHshd1ZYHiXeeJyl2x03rk\n13IqtSAz3s+MYf2HafWfL7THE53A3gVeHDQMf9Ni6cJ7kD42taHgSMiHVFR6\nBmqb9xOMli4RwRCdfie21Lqk9H/w3PTr9nafnjqiCc2b4ctaABTUZPMYQfxF\n3uMQ\r\n=Fnhc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCZTndqyghxOLGZpqc59tJvloANDdBRBbl5HwOrSyo/GgIgQeRvn0OWUXq61w3xx3VXayvKo6ImHxBelOpgVJcA8rQ="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"peduarte","email":"contact@peduarte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.2.0-canary.7_1623424932473_0.8419316316083112"},"_hasShrinkwrap":false},"0.2.0-canary.8":{"name":"@stitches/core","version":"0.2.0-canary.8","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","typings":"types/index.d.ts","jsdelivr":"dist/index.iife.js","unpkg":"dist/index.iife.js","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./types/index.d.ts"}},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://github.com/modulz/stitches#readme","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"e0d52f70495afe67219c501ad58d222c12400e2e","_id":"@stitches/core@0.2.0-canary.8","_nodeVersion":"16.0.0","_npmVersion":"lerna/4.0.0/node@v16.0.0+arm64 (darwin)","dist":{"integrity":"sha512-4a+cUYG8ZfBAPdZCs2o/m5MqF1oTIQL6CgbiL8NWGmFN/0PDqK4t5OXSZ+H1nEMO+DhlaAdpQokGOChn0xvH+A==","shasum":"262d3f5bd1806ae2cbfcbcbabe0725ffdabe5d38","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.2.0-canary.8.tgz","fileCount":10,"unpackedSize":436690,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgx2nYCRA9TVsSAnZWagAAEdoP/2ftq3NbPm0YiysVYBck\na5D9sh+an18PfgZWoGw7sqovFsUzRU/OSMikUwvymOlk5sqjL6XiIv/J86rX\nrDAcQrsePQOUq0grx3vYN9ZIpqWq0GdrTmagHeLLQinEnYHkI39KTwgBZ5IR\nMBSv2040j31vaYSSoQ2haghpfW3Aeq2CzCyfxBMHCMd1Y72Yva/V7+c05Lp9\nyv1Koat6hWQnkVQl28Y/1YbY5wVl8OH4L9LYg6vlHIayQxszqvuSNDDERBLM\nbia2Qnkhy/bqUyOj0SyR7/EauHGx55h4z7TBYbAcjmmtZGPUU+F6uzuMzbHa\n5q6hJ+0Vwn3cu+6Px/YrNz7zJlHdwyEPyBOOv9QK0pdmkno8vyGMT+eXa/jh\nU8L8/VCnsk8REbASnzL9e2Y9ixqfcMDuMWZuX1rnx1mKGgkP9pjYsUKRQKYQ\n2dkK9zqSLvAjRQuuFB7xT299KKN8Q8H7h3Rjq6LwzkMVfxDQ9sjfgti5dTDS\n2021EMQ+gWS3oWXhxhtZJ2DqzrHGhn2KCiO8BgDZsN6/lT6zPFzyc3OV1evp\ndHoKyfy+soX1uZScQXNheJSrjlTP0+Ax1MOaptAPci62ssIxwaiiXOdG0WK2\n9m1KIRZQcojG5UTnEuODwgQa9FRloojQazpQUYOF1Tehf3AGoEUuyJ/maIOm\nhfgY\r\n=80xG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAQGyMuBrE3L8pQzzcX7BKFzszNDHxZ9nZ841uTYHgGFAiBp5MhRM7THEU8SLYYefND10ipDy2B1oAHo+tnJs7ZSQQ=="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"peduarte","email":"contact@peduarte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.2.0-canary.8_1623681496231_0.370255929515932"},"_hasShrinkwrap":false},"0.2.0":{"name":"@stitches/core","version":"0.2.0","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","typings":"types/index.d.ts","jsdelivr":"dist/index.iife.js","unpkg":"dist/index.iife.js","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./types/index.d.ts"}},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://github.com/modulz/stitches#readme","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"627da008f62832dded2b7c09f3f47fbdeea06050","_id":"@stitches/core@0.2.0","_nodeVersion":"16.0.0","_npmVersion":"lerna/4.0.0/node@v16.0.0+arm64 (darwin)","dist":{"integrity":"sha512-mDR7wBk8SsYhscWIhwVRC8JEiOZ5lkDJm9uwe5R2P/ft9Lo/lZ8YrTKcjHbn5ExTCB28NfMsRlC+kknfTYP6bg==","shasum":"ba04c0c460dd49fbf1702c881db6b7b4e425e555","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.2.0.tgz","fileCount":10,"unpackedSize":436681,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgx43xCRA9TVsSAnZWagAAzQEP/iHVR55NT6JFjQOQmmpM\nrjL1Yzp4V9u3UD6FCpUx2EmmS6NJmzHkxLWYDm/SvX95ktRppvBwzvFfBEcJ\nk07fJiqey0SsV5DTwvJIXVnZ6YNYeXoIsyZOFiqDK1Zx/SvUFFo3ifV1a6u+\n6BvFqFfOXpxF+KpqZa0g6DaywA+3GVSVgvXlDAZPsfQJO0PyekJZqrHgxU+a\nzWasxpnIV6ctgkzAaMG8z1qYewjPlwZLQ9xF4lL6TYCGDj6Tc8Opvha+lXz0\nmLazbTFq9VDZZr6cKnwV38wmkrgk5rtTIdwk8OwGiLNryExr/kllvPYM5AfS\nh4Jjy6N5XfxvFkubr+N6Gmo4SQ9U/i666oxbh4C6Aqbmem4dRC0e0gtE7ds1\n8f/YCTTGSUiqVT/60DW/ZcHGMjuU6MBgHLPPiW5eyRiE3UOLdGtzxWZT8d6S\ni6hJYWRjiy4Wp7Wjc8q/i3xuuj2x4UHVEF5xqA/oipO8oqLTzwcgiHt74tSl\nMPQEcWFrw20dToeNeV3CjwnlNew6yl7eaKv3TuBWhQdThZBzHRy3FBCZzuOG\nItoRH+UNm9PIzoTkaVaxc/f32P1IsKDuSooeex2UnoSufjD/SzT+VU0/Fpin\ndrpNX2OxOcVIF5A+UyZ4vC0q/KcoM/asVik8GNBufkFd6DKt4MaGvJTzl2bb\nXx1X\r\n=TPqA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB2t/+p2vmvAuPO3chRCb6d961AJEu8550YRUV6FJQdRAiEA7C1XYrceaXtzhtlxjxa/7wHqsIM3GvwZeS2cxU3ShXI="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"peduarte","email":"contact@peduarte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.2.0_1623690736982_0.009687353986421066"},"_hasShrinkwrap":false},"0.2.1":{"name":"@stitches/core","version":"0.2.1","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","typings":"types/index.d.ts","jsdelivr":"dist/index.iife.js","unpkg":"dist/index.iife.js","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./types/index.d.ts"}},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://github.com/modulz/stitches#readme","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"5ebf57cf99706125c1a1d203d439e80608d8302d","_id":"@stitches/core@0.2.1","_nodeVersion":"16.0.0","_npmVersion":"lerna/4.0.0/node@v16.0.0+arm64 (darwin)","dist":{"integrity":"sha512-SDiuui4rHje7gQIwsw4bTnT4bE8fSGmULKgGDttErnrgU+MRik0mrqVYuImJD9pGrS7LM/vv4RuOTOZzoIYLkg==","shasum":"31da659416265d39675ec2a210fdd1b389e342e8","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.2.1.tgz","fileCount":10,"unpackedSize":435241,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgyMgbCRA9TVsSAnZWagAAyY0P/j+/1eBNjfPbX4k8CPcM\n6oCzLhm6VEXnlKS5cB8ga9OUnZUXl7CaiTUjwBpT5gyw7sjlV6R9kW1q8h9u\nX1oLxM1iNQVnNO5Ts5CUJmltzmrFPWGn+HnVfLnnm56AuaJS3EkbecoHLnY9\nexoRkOP/ryYsvqg1Lmq8BFBIlvLj8NpD2E8kDNXgVIf43XEK1KYWM8cdluSg\ntQ5YB4sMG1BRZDOsYuoZyOUb+s/5Khe8tDiEte7zCWQV2AeE8I5Pa3A33xKh\n+vJcZZD498VDGQ7LMFDAttz37Z0YLkusnjoCLBzJDCL6hEv2/D23cTRa/bFd\nxaVcjGxmwZZrpOPrlHT2BHueCSJeW1kd14qmseekFXPMyLx/cpR+6LTzrO6Z\nEkw2VO6ejS8CLYj4INKr0ZJhg+l9BqMTe4Cdu1fqppKorTrmhLtIhAI/iIN/\n7vREVoUaaU+m5ame4GI12z+FHxfZTK56985BwKnn1Lu9s9g4Zc2EQSqgScr8\ncKx2s3STvC1nrPWvt8mH4OISWjYkHpFmV2S12gx8uRGvpltVtmwvVpdtxk8F\njx075jifKYrUv0nImgMt833YKTyfqBLdnTfE/0/cxYYR0OgdxxI5CoOyVvMh\ncitiQPENQtrFa+rzRYyRqcNlYjD31Kx++er2OEsKjm4gWuPyaj9reSk3rsOE\nTscN\r\n=xBdR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCBsp83/u/kWnJQBK/K3w7HR4eRR6oe/uGyxarh3KQ5MQIhAL0GDEHwvtyMsO5ht+1Di2hwLUIfOLuWcD+RLXs66A2T"}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"peduarte","email":"contact@peduarte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.2.1_1623771163285_0.336255021924206"},"_hasShrinkwrap":false},"0.2.2":{"name":"@stitches/core","version":"0.2.2","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","typings":"types/index.d.ts","jsdelivr":"dist/index.iife.js","unpkg":"dist/index.iife.js","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./types/index.d.ts"}},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://github.com/modulz/stitches#readme","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"676eac2c37f50ec1598c4daba3cfcb35dca92287","_id":"@stitches/core@0.2.2","_nodeVersion":"16.0.0","_npmVersion":"lerna/4.0.0/node@v16.0.0+arm64 (darwin)","dist":{"integrity":"sha512-+k4PcQxaxsJJoDhkglDk1wxXpPCJDsTsXXH6XNPLJcvjNOCTwb5ln7sr5KPkYZ/wDsL7rGnmWgIuXgy0lVgT3w==","shasum":"820928f7120365909afd09d83a5f61fe8a77ccfe","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.2.2.tgz","fileCount":10,"unpackedSize":435179,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgyjFfCRA9TVsSAnZWagAAvmkQAI0ZKmW5VSDPAHJCEhxG\nySKHKr/m5U+Fd3qah3m/ib/hfp4HLulBwELqVR7af326mcpaNbnbo83ddtmS\n1oNKAGOXXxynqP/VqWbHdHWSx0UavWeq70UWw6s3lMmLauODEje4E/fwkCh2\nltHfVhQd4rKvm6ZSAVpZmyW8kStMFJiEncfgmehis/M9ArWfD/Lm3O6Gyeje\nGCgbjqJ0d1SVz1uxdYntwQESFt/2vk9Fc+yoipMyfJq2NiX7hxfeoBBVIUNT\nuYX/VAPCkokteZPoXsctXvRKE5BrMq81OHarLfQwUGUfk9oI6keFTRa+a6N/\nbSHfV4uHP1rcbedfGsErk1oATaHy/+LmccHmz88wLGS7Pd46srnKJvj0q028\nhxM8BjR7sIvtEzF6D9HkvVCskVpIlGmpqr3VgdVQ5IfPjy5t3m1AXh/zHPjr\n1UOV1Caz+LKEEZ38aB740Oyci/c1ZnW1x3KjW+ORvQlVmgy3w2FMYtqHcj0x\nWt2BdWkdVGKLKb0GMW2xcfFc2IcrsEST+zpSvxJhhI9gfDjTHPE1iE7z59ND\ns7DvW3w4KVPeSgLz71KaxNci3sdU8I0n/IJeCl5Yuhwx7j7jhVsO5jSqNyFb\nQQXP8WhjUWpvN7tHDUEtAcrSzpbUXrQqZym5tXIAd5EO78ojdImiSbo0t9W8\ncBRR\r\n=IO4M\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDofpwVm+8UDh8tsby7rhwegpUMDmTgvGXLqZhh51beGQIgb814jg6ydMdMsapI0514l9fHAOxQIrYQFl/wt+1x+D0="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"peduarte","email":"contact@peduarte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.2.2_1623863647153_0.5824554156713224"},"_hasShrinkwrap":false},"0.2.3":{"name":"@stitches/core","version":"0.2.3","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","typings":"types/index.d.ts","jsdelivr":"dist/index.iife.js","unpkg":"dist/index.iife.js","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./types/index.d.ts"}},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://github.com/modulz/stitches#readme","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"087b0a5aeb149ef1dca39bb54d7ee562bd731062","_id":"@stitches/core@0.2.3","_nodeVersion":"16.0.0","_npmVersion":"lerna/4.0.0/node@v16.0.0+arm64 (darwin)","dist":{"integrity":"sha512-Slw1qpezKA0j+AQls3c0cKG8k0OFw0mhWDV8ovFeS3dh6ps9KHWsuz0LLkAcM5mxDOc/7BBvJrFsgo79xzZ12Q==","shasum":"dcacd629e586ec2c0736776a8a76e0c6f8afbe87","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.2.3.tgz","fileCount":10,"unpackedSize":435925,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg+agxCRA9TVsSAnZWagAAwKEP/iXMNS4xnhQnx2KbaE8c\niPZba1odXKqv3lbZ9d6djtIADa37ZEHQld/HpC+XZrCLlqHpAecRlX0zdFAD\nOj01osKxeltuh6r2hAtIfiWlXU4+XNGKpzY3wmIzVJr6QOINHqpn1KabLlKD\nVnWiirM6Mfit/jlyvOrZg2qurolxq4AUixbfFCte4eiOglbMx7aSJuDJz9vY\nr5aJ2BsX3/RKcxbOhPNAi8aunPBYAP3VFDBOCKFRLUZqqSpn6y3uEzsS+puT\n81ezSw6Dox7L+xu3Ud7VirnrEiX6F4UzWpJGt33i6Wb851BH1teQ/WbUmK1p\nAV2aXnf3HbeX4jndMWgMuN//k2/BqkW+XQHBvJU/Pfhbs7gQhRvB1P15wZXo\nJe+PLPD2uixOrHzYUsYsPKw5fVDL8TJt6FTPcewIiBjX7A6QgdxW7p9XjmK6\nt/FQv0YdmMP3Lm1Xcv2Z/kRcr1sua31rOkWkjLM5NWe6G8x+miExTArQYIx0\n4mqAGDnASg2FcAbSApfW7eY4/I/2RgzVTeObjavs6oQ/qx/urqLT0x1bFVQR\ntAx9XNgD5T3NEwPWlhbbez+kGbqKtJ4jYCgC+sQzuL19AXlVWovQe/nsD1GP\nqoXl36C13curdD2RjWje1eRAHpVqBvYQKl5zkNkuP2TGTQSeAGTf+BN5XYNi\nwogA\r\n=WZbz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHsTiVVTyGyBwuMlnp18FTr09WcMDA/kQHwJW8ZHlm/UAiABwOe6pdgEe2YYUHXOdFXV2pvI5aGWNjvJVcfiva9QSw=="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"peduarte","email":"contact@peduarte.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.2.3_1626974256977_0.22826864123522506"},"_hasShrinkwrap":false},"1.0.0-canary.0":{"name":"@stitches/core","version":"1.0.0-canary.0","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","types":"types/index.d.ts","typesVersions":{">= 4.1":{"*":["types/index.d.ts"]}},"jsdelivr":"dist/index.iife.js","unpkg":"dist/index.iife.js","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./types/index.d.ts"}},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://github.com/modulz/stitches#readme","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"3cb55e0d616ff08254ddb2fa5a0deeb12a166f3b","_id":"@stitches/core@1.0.0-canary.0","_nodeVersion":"16.5.0","_npmVersion":"lerna/4.0.0/node@v16.5.0+arm64 (darwin)","dist":{"integrity":"sha512-5UO6Tof49xCkkdIr4vtPgvhh2CubhJp/Eoai3eI3k6ERl+ozLn1/64V0QqwfxvbphW1bn76Bpj9K0iTi8vGLfA==","shasum":"b1992b600edfc8614336bd7dc9df3d7ccc70889b","tarball":"https://registry.npmjs.org/@stitches/core/-/core-1.0.0-canary.0.tgz","fileCount":25,"unpackedSize":522817,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhC+Z2CRA9TVsSAnZWagAAGXYQAJ3c5VIREn1O3Xl9EPMB\nYSBNDrBaegXtfZKhZjjcruW7IXzyricAvu7A6A6DN+2XBINOw1NTzXhy8IHP\nbT6nkaK9csVNPcMfMyKOEycxZgv/Br0Iu3Ar674u3Yqj8ja05S0GUAmcRQvt\nst45hJURYv3tbnc3285lD+4Iq4xc9cRVX1Tfq3vv5ODMVfKWJh8VPnjeRuF3\nW3dONBA3GRR6IKoQgTb63/GRwWf/8DFtNTM82idSqipm8T79WZbhUwimpGVC\nlfK+HmJUFx1qMNygUaExatH9NdUd17Bb+oNiHYOAwFTh6acCANU6KqkI8tEr\nByGrzyTdvAJ7Nc/7ejAMl7+cj80yLGcslMqrq4VZnqxiWq03wMyz+kc+00zM\nZzgy+7LbN2pPXhhmrYou2J7kucRzOCTSCEw4SB+f6KhnyQwRilYy+LlYDlrv\nODSw/8VjtHVAWm+7w3CAtmac5fGHqowZid9Y+S41m8iH2/pWbOJ8G1ZK48wj\n5sbywnlpDk208mRE34JG9auXQdnD8EN16cPb0k/H2Khkww8Zq6uRIngmm17T\nPtyg0Dxw0qB8zH+juDoyGZSqvJm8obbUvnsN6QasYHwKHLyajaaFyjEtIL4E\nVhylGi7T35m0Nur0dr2gVtKORbMh/vmWpsRQumSeacM8xWfKQ+H5kin7wefO\n35V9\r\n=6bFR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGSAd7X9kLOQtWrDnUuBPdLxBcRwr/QiuyN0q+V8BIDVAiEAnP//d0TZI+J+eHUAajx4YnF+AyfQ7OddAUDkTHBDRlM="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"peduarte","email":"contact@peduarte.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_1.0.0-canary.0_1628169846338_0.5222456528974477"},"_hasShrinkwrap":false},"1.0.0-canary.1":{"name":"@stitches/core","version":"1.0.0-canary.1","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","types":"types/index.d.ts","typesVersions":{">= 4.1":{"*":["types/index.d.ts"]}},"jsdelivr":"dist/index.global.js","unpkg":"dist/index.global.js","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./types/index.d.ts"},"./global":"./dist/index.global.js"},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://stitches.dev/","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"d60e8523127af89ac243fd28606b755a263d9c17","_id":"@stitches/core@1.0.0-canary.1","_nodeVersion":"16.5.0","_npmVersion":"lerna/4.0.0/node@v16.5.0+arm64 (darwin)","dist":{"integrity":"sha512-4Iu7yMPTyGZiqs5TkOrXaFFW4zEnOqiDRP+xTBowMFw7lkd9I+9n2btwV+G9zcy9SrQSg7o8H0NdEMvkqtX1fw==","shasum":"de2c72438996126251e3ebc16bdca3f195581054","tarball":"https://registry.npmjs.org/@stitches/core/-/core-1.0.0-canary.1.tgz","fileCount":25,"unpackedSize":518460,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhDHX2CRA9TVsSAnZWagAAonoQAInnx8ZNo25u4LIHNWMi\nGxLD5g4u+oV8djMTsZbkN4oeoDjrpGHPgGETr6p5Yk8r5dFllnzY7PKwpwSQ\nEFDBFHdp9C1tG4zlcp/t1bTjJxJCuJUq8Yl6O5xeykDpxCc2kYRa4jx/EdR9\nSFdQuFcWDUMF7wBAJaZQIk6GZP1FJIlC7dpxxKKjR+ikI8f3oOOzICOSvtJj\nLwEYIpKpGnbwVyAmZT9YtQ3h7KLWFd1KPFdwBEbLIc44iNoXF9OjoXzuOeTV\nZYjJ8H/yvXLwvUNtw4AJ0f1z9r7mSjiK4zvboSiAWh1jGLpPa4qPstFCbH6Q\nGTxXzdrdE4A+7rOFcTetoy2onNrw6G00ut0DZy1wAbRQubdv4NwSHUinWKgt\nyrC0HOUA8JazZo4CnMd4HBsMTFA+GX5+wKuMmTyhhYPZRWVsLBCWz23uMtbb\nx3gThEVI1LxVqFU5SD/i5eNOXid5cnMIIP+UfSMdqqsKAMMOxy5360OUW0k+\nA4Z/VQKvOV8jeh37HA8bmPfc4H8EzaQuvHZ++o22h1XfTO3S1pLMNZrKFM+v\nq756TZVDBzTEmWp6iCr4ZIXG8rNWZOJ1w3PUGBow+QWf5lfLF9vr+zcqXbp1\nuIpVjENa44BfrP8GABL0T/fCic7ymDgMczKVj08g2YSkMqqQOAtdWvLAw3IP\nTepW\r\n=Dter\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGF3IBqIDfqz96HHSSIrObUTr48TYmeXICYagffKFoS7AiA9uSc52DH9HNAdxW5EHmquQlsSY72/1KyBtlze8YV1pA=="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"peduarte","email":"contact@peduarte.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_1.0.0-canary.1_1628206582620_0.6613138260529396"},"_hasShrinkwrap":false},"1.0.0-canary.2":{"name":"@stitches/core","version":"1.0.0-canary.2","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","types":"types/index.d.ts","typesVersions":{">= 4.1":{"*":["types/index.d.ts"]}},"jsdelivr":"dist/index.global.js","unpkg":"dist/index.global.js","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./types/index.d.ts"},"./global":"./dist/index.global.js"},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://stitches.dev/","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"f810d8569f43f81ea35ae9e4cd2d36df3e600de3","_id":"@stitches/core@1.0.0-canary.2","_nodeVersion":"16.5.0","_npmVersion":"lerna/4.0.0/node@v16.5.0+arm64 (darwin)","dist":{"integrity":"sha512-szScrzdd6T4VX0fWiU3veOINM6LGlxJR7euXkSf4vdCy7485owruCsIZbHJp1uiOBrHGszMpfo4BWkjrXicjGw==","shasum":"649a51de8e2fd58f9f40234c6a3ebb0bb177447f","tarball":"https://registry.npmjs.org/@stitches/core/-/core-1.0.0-canary.2.tgz","fileCount":25,"unpackedSize":518415,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhDHrqCRA9TVsSAnZWagAA0N0QAJOBFqjsYe0icOF7/voI\npxaWlUxVQMaPREN+ca0ZcHZ2c/4c3VwPRhqQWvmrSXWqG8mUV/jYtkNTvzf1\nXW/+tFd1/JwDjcHAqLwXqNsu1Y+NqctkZRzeDazWArEAh5ZgjN4lzehISPPy\nx+eDZX2/daAYS1YvAeH1rB6D1fG6tF/gbZUAe5IEb23WYmdtKSh3BOx3lLxU\nyDRHaBaPfWG6TshugoKUOioa9QVVZy/T9cFN2DMNDkiz8eOL55rlSBfpwiWg\nV20p7Ox7kAMHUAolA3IWaZCelxnD8upRloCgWz0CANZ3agXDrIGpHO0sdQLE\nRDqWMKoKpcFA5gO0hmc7plOqpzXYT3XUKS65IVx/kG1l/kzLdERSJoryZdgS\ng/5EVrSxTJnLx6/sxL1oUYF6qZjvEesps+VKOLADXKqrXEy28g2t+uLUBfIF\nthj9kg3ZvFV/lIm6aIDcduzUahXsdj5YfYGlWze1Bp1nO0yd4PtAH1MB4hwd\nfg6DUahvEOGEEJjugjjouP5B3woSdxaUXQlzAqOoZqtX2D0uopJ0PCTbUyr2\n6iNT9V5RyWlag9R5eXb3lgMCedJQmX/8Uej6QZLOBI9GmGbC9me8sM4FR8tU\npp5wGmzsnsuNj9qsfVQ5zmU3f11vmfJVUQ6I14PyFj/vkBZiYfFDF+JcPpcK\n1JSx\r\n=EXCX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQChJr9erbtUjTRCVVwZk67qQvWrGwlPwcvWXqfWV8CtGQIhAN9bHrvm9jUoZCcQXoBWO4YLz35kxPplA4E2KpG0DL/n"}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"peduarte","email":"contact@peduarte.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_1.0.0-canary.2_1628207850439_0.5679256089491613"},"_hasShrinkwrap":false},"0.2.4":{"name":"@stitches/core","version":"0.2.4","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","typings":"types/index.d.ts","jsdelivr":"dist/index.iife.js","unpkg":"dist/index.iife.js","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./types/index.d.ts"}},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://github.com/modulz/stitches#readme","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"0e93936380803ab08b9c2d53c72b329771c740d6","_id":"@stitches/core@0.2.4","_nodeVersion":"16.5.0","_npmVersion":"lerna/4.0.0/node@v16.5.0+arm64 (darwin)","dist":{"integrity":"sha512-UbgwB41jkxAq9L2UJAMQl/PF4p4AFtX0Hpn7V3ydhCuXvhMnMW1x0m35eY1fWdtpC73wuIGw/lEqjB/eX8eZvA==","shasum":"6317058cb58547e19827317f4e89d3723d163e28","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.2.4.tgz","fileCount":20,"unpackedSize":460815,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhDHzuCRA9TVsSAnZWagAAHMEQAKGj/OPOTiw1IkxUtt6+\nMG4Y+up6wRbR8SN93RTlRy5mYZab0As4W6LWUHqhqFX67P5BMYjjBHW9oPG6\noMdNSCVcOROraoG+FDXIJphcdjioWs7v2Bg5ZpZsEdDGSEGmlCK8GxQWd/Jq\n3Lxzt3OXYsQhLz7fgd5KDbMXqDdNwCPjR2t8pZZfA2zP23/uGzFYt5zuM6ix\nXtKfXuvmv1h/tHrtCoFED8RP/csrSJJ7rW8b2vklPKjxOMiYOG8Bm5/mP94y\nBqJuJ4ifE+Awa8ZLDE/vrHLjxtSQog8eSW08oBq+nZe3US+RTsGd3kQf2T9F\nj0MEr8cfbGwYtIcs6rwk/HInstS481wGetjF/gOnNbZLNSirBlWkD3y1XCuY\nnKiJwNYVIluHoHT3JOciiXmGHBjP4aHnntc3sgA5BWK+ZLJCmND1i3lSJLpr\nX1VOoiWWX2cOQwHwdKOHsTR/8/+SVtN1yIpaGlYmRWWiIZPW7lO1JFWM7dSc\neAP9UWOoKzRDUX0cHaTNFjtbRgO84ejBiFYxXX7R0UqEL49uJN/QDJvBozHh\nukh2FGXQiy170Je1J/lDYtGWS09lrm53Eg7JtzHPB28TCcniqXpR/1AOZWvI\nPaQUR6akfP4q4GLZCRWyrYMOuzyjRw54TEaA7D4eSDWWGSblZUwCIPbB1u2t\n1GFr\r\n=XF3t\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDKIXW2PdHCgmv5SHa7En/b3uAuKf1nlVmXeWMjngE4xwIgdkpFuqcw9f82pFA4Pe40qKRZM91zaNcLXG0hLXIqCPI="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"peduarte","email":"contact@peduarte.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.2.4_1628208366302_0.7950853406740985"},"_hasShrinkwrap":false},"1.0.0-canary.3":{"name":"@stitches/core","version":"1.0.0-canary.3","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","types":"types/index.d.ts","typesVersions":{">= 4.1":{"*":["types/index.d.ts"]}},"jsdelivr":"dist/index.global.js","unpkg":"dist/index.global.js","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./types/index.d.ts"},"./global":"./dist/index.global.js"},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://stitches.dev/","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"readme":"# @stitches/core\n\n**@stitches/core** is a framework-agnostic 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/core\n\n# with yarn\nyarn add @stitches/core\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+css+%7D+from+%27https%3A%2F%2Fcdn.skypack.dev%2F%40stitches%2Fcore%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 { css } from 'https://cdn.skypack.dev/@stitches/core'\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+css+%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%2F%40stitches%2Fcore%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/core/dist/index.global.js\"></script>\n<script>\n\nconst { css } = 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](./CONTRIBUTING.md).\n\n## Authors\n\n- Pedro Duarte ([@peduarte](https://twitter.com/peduarte)) - [Modulz](https://modulz.app)\n- Abdulhadi Alhallak ([@hadi_hlk](https://twitter.com/hadi_hlk)) - [Modulz](https://modulz.app)\n- Jonathan Neal ([@jon_neal](https://twitter.com/jon_neal)) - [Modulz](https://modulz.app)\n\n## License\n\nLicensed under the MIT License, Copyright © 2021-present Modulz.\n\nSee [LICENSE](./LICENSE.md) for more information.\n","readmeFilename":"README.md","_id":"@stitches/core@1.0.0-canary.3","_nodeVersion":"16.6.1","_npmVersion":"7.20.3","dist":{"integrity":"sha512-H45A025cBaQRnISKeFmXeIUx+KRBGN9yuN6SVonk9lAEAnpV/X1PmWDgTIrjSVP9EFhVKiCHvQ8nzLiVWEsDNw==","shasum":"8ffbaedf945dffbb6bfcc213786b71e90284ec85","tarball":"https://registry.npmjs.org/@stitches/core/-/core-1.0.0-canary.3.tgz","fileCount":25,"unpackedSize":534104,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhD9qECRA9TVsSAnZWagAABMEP/0pavDyaReFIoDePea1P\nPQMSYSFDhKJEVYFKi2RlX57WtpI5p0oc/bBUjOQEKuaOeBKzKMLv4uEddQgj\nrrbmlUIfZT4rOrmNmLSJQLsKsjtybu0BXO3zCiJcFQ+2/c+wqUfXwK4QBCfr\npaE1V81AHjta+qPzz6pIQAGfUtH6AKtgMsZMjNuaT3mdNlTL5dGEbgJfyjzk\nwbstsCEyP6jnioRUL/t9nVrxhMLlSo7MELeAiompq9MqxzF2vqZ5zp70cAOV\nKwAdLrx4HpZ1/TQ/2nEq2SncfVnOE3VlGRgI7yNiNlpKNHH1e1tbol4dPThC\nCdFDfIvfKwGoPcOvZ4pXgXUI3wHUOHyEdSOLfUcgdJ1o4P38gXSrvuxGIiKN\nUU6B2XGRSFftT39RaqG1e5NkMKZu+VJkMYW85VBG54+n0m0yg8FA6IhDaRpj\n6aQLeqlYkzZ3YVM4eUZf4hQbx2eQWEk/qM9oj7Ow58hg1IL5xO3ZSiQz3Ugr\nq1vO5SJ/w+7vJUeQGuaiJumeMEvqkQpzBhXjkT6Dzwo4gOqDDR4NeY71NUCq\nD47qGbmh0i72xcOvze+sFiQmTY8LeNN0E2aTwdg49R+9L9PnYJRAPRtvWQhL\n+VnHCD88CtbcMPQKR5gGjFDNQTfTsBWfHAx+Tu2yCPYEslNwW0FjIQtc52HN\n94sS\r\n=m5r9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHfCXxOsecilgrvzHSQv7DvTIJiq01/sQeT3DwnUtk3DAiEA65S1MuoNXb32FzV1mIm3Xz+TWuUIwYdWzMBZqt8rlMY="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"peduarte","email":"contact@peduarte.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_1.0.0-canary.3_1628428931687_0.7770422917259445"},"_hasShrinkwrap":false},"1.0.0-canary.4":{"name":"@stitches/core","version":"1.0.0-canary.4","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","types":"types/index.d.ts","typesVersions":{">= 4.1":{"*":["types/index.d.ts"]}},"jsdelivr":"dist/index.global.js","unpkg":"dist/index.global.js","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./types/index.d.ts"},"./global":"./dist/index.global.js"},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://stitches.dev/","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"readme":"# @stitches/core\n\n**@stitches/core** is a framework-agnostic 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/core\n\n# with yarn\nyarn add @stitches/core\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+css+%7D+from+%27https%3A%2F%2Fcdn.skypack.dev%2F%40stitches%2Fcore%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 { css } from 'https://cdn.skypack.dev/@stitches/core'\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+css+%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%2F%40stitches%2Fcore%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/core/dist/index.global.js\"></script>\n<script>\n\nconst { css } = 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](./CONTRIBUTING.md).\n\n## Authors\n\n- Pedro Duarte ([@peduarte](https://twitter.com/peduarte)) - [Modulz](https://modulz.app)\n- Abdulhadi Alhallak ([@hadi_hlk](https://twitter.com/hadi_hlk)) - [Modulz](https://modulz.app)\n- Jonathan Neal ([@jon_neal](https://twitter.com/jon_neal)) - [Modulz](https://modulz.app)\n\n## License\n\nLicensed under the MIT License, Copyright © 2021-present Modulz.\n\nSee [LICENSE](./LICENSE.md) for more information.\n","readmeFilename":"README.md","_id":"@stitches/core@1.0.0-canary.4","_nodeVersion":"16.6.1","_npmVersion":"7.20.3","dist":{"integrity":"sha512-3wUiuzIgwsHN305hWb2mEb0iBARcRtuubarroS3kbpbZVGmEyWc9htSYMdu+pQVGuTwFwG2kLS6NHneysTE38g==","shasum":"43b57c97823eeab56ab1f9a20f20658d362fa240","tarball":"https://registry.npmjs.org/@stitches/core/-/core-1.0.0-canary.4.tgz","fileCount":25,"unpackedSize":534962,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhEVBiCRA9TVsSAnZWagAAezIQAKN1LEmGsfbXy0k1/mbq\nTOMU6p3eJiXXszsoTY4mSLqpEIms5Q1TaavdgLTn6wmypXkf0FkPsTy8Q/na\nqJG9nIfk+RmP/fI2F1edejjZrpks+le3xfsNUPL4ZpKs8BlHPiT+c/dUn5MP\nCKMIdE++kr2pJlBLGXOnO+xOAZmmMpnwCZ0fntaY9jVGuiKs+ZRTVuxzLyx2\n1NWVpmbfz6a1FoBcWULBVVT9RNduLfgZKpIEhGw32x1Avd/ww0QDeCuJdWdy\n7hy5mabDtOPLPLkErI4+oU9QWONusc/Bqx9c7zQtlfpawbXyeU7fQ0XuGTC/\nQIS+RyVnXivs02F4zYUg8MXEsHJpluo4PkNkwLl92/e6xhbcYXVZV0KUGWEu\nFk501qBOb6CleES+dS/OdMUuCIKDLfA2c8EXzuXTFp24Yt6Oz39RM8KJfDIP\n69qPjwi+1FFAEurhkuV+5BUjpSgVrsWfyvYkBHo3fb7G7zosnqMDD/lSuqnM\nyl08+Fsf7GD+j+9XI8rI4Qa3P66r7TbfFFSLU+Qo7RM9KQSGn5aJm5i3Ku6h\niI46gC+MDt+BQwY6Zc1ltgLsUgSFCVSY5A93bjlUXCzgN5xoaGVsZwU8oQWk\nTJw9QImI6pSu5MuVH7AgkaKfdYSt6GDNkKuLFhL7WQ8OOfQKUJpCdgZgWLrb\n6Mjz\r\n=eUuk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCaBOVi95KyLuq4JDULCB0N8LhUAvDfSpiUEWRRzsLBBwIgM5fSUI7/3JKj8WFHTidRtqk0Y88X5HU99z0+pTSdVac="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"peduarte","email":"contact@peduarte.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_1.0.0-canary.4_1628524642648_0.9187790587948872"},"_hasShrinkwrap":false},"1.0.0-canary.5":{"name":"@stitches/core","version":"1.0.0-canary.5","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","types":"types/index.d.ts","typesVersions":{">= 4.1":{"*":["types/index.d.ts"]}},"jsdelivr":"dist/index.global.js","unpkg":"dist/index.global.js","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./types/index.d.ts"},"./global":"./dist/index.global.js"},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://stitches.dev/","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"readme":"# @stitches/core\n\n**@stitches/core** is a framework-agnostic 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/core\n\n# with yarn\nyarn add @stitches/core\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+css+%7D+from+%27https%3A%2F%2Fcdn.skypack.dev%2F%40stitches%2Fcore%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 { css } from 'https://cdn.skypack.dev/@stitches/core'\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+css+%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%2F%40stitches%2Fcore%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/core/dist/index.global.js\"></script>\n<script>\n\nconst { css } = 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](./CONTRIBUTING.md).\n\n## Authors\n\n- Pedro Duarte ([@peduarte](https://twitter.com/peduarte)) - [Modulz](https://modulz.app)\n- Abdulhadi Alhallak ([@hadi_hlk](https://twitter.com/hadi_hlk)) - [Modulz](https://modulz.app)\n- Jonathan Neal ([@jon_neal](https://twitter.com/jon_neal)) - [Modulz](https://modulz.app)\n\n## License\n\nLicensed under the MIT License, Copyright © 2021-present Modulz.\n\nSee [LICENSE](./LICENSE.md) for more information.\n","readmeFilename":"README.md","_id":"@stitches/core@1.0.0-canary.5","_nodeVersion":"16.6.1","_npmVersion":"7.20.3","dist":{"integrity":"sha512-n3Ig0CX8SaZXMd2++JOqXUxuGmKId+Y9dD0JmnTeyV86fEpRCI11DjghVnB/2H2ZAmKcWHkQRPMu9f6B7K+4TQ==","shasum":"4ea64e814b760f5f3b48a0843b51fcf597dca503","tarball":"https://registry.npmjs.org/@stitches/core/-/core-1.0.0-canary.5.tgz","fileCount":15,"unpackedSize":511100,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhEWFUCRA9TVsSAnZWagAAFpAP/RIzwBRVim4z1vwkTvYQ\nRsGYrohJqANHdIDAgtURo18edJtEhM7bbZgoqiseC1SUCCGd/pldlEl4ZwYO\nE1REtl8Brq9PXQ677D7449A3oAdnwhR5poRuN6UA3i128XgPYmB1Ym/thH+q\nA+fbQZz2n2jM4iM0HuLE72FUIHFibJCLlwz+NdD/t2hO3CxB6cC0UO7fM3Q5\n+ookMKRJAcORWC2uHGcwN3vI/qtSrE43cswBKy3sDjCNYZR+VJ9JWO5BBfTo\ns+y/damfza6p3AA1EhJ/INhLa7V1UnjDpZH1lfe5w41auB4mNH5xJngWdDiB\njoeJrIZNoa7NSdo2u/dXV2sfQthsyLCT0m5VH2yi7EEMkrvpzOxEvA8gy/IV\n2MEpdQ1a8zkutDdS+luGCPB3t9iLHl8nZy8SgmzgQwYa0PugnOXm1CbC5Gmr\nL6kzZbY2mWxXMA1kOtTSw6GQ+9ogmipGIe3tvlQdelPlSKcLJrg9nGyGieJB\n2ZTf7nQzIwZp/mXaaQkAvGtLTJbIlrsKXdObLgU/BqvN+uofqiNFrgsU7Bqq\n/keM3Xcg2vwBzBU/vxTwPeqgCq6DfevFfM0zqh0als44cw9WjCCFcGDxWVUA\nBZCHIjYxwOyqisHaG/0vxLeO8XsDKFAvjjcCr7iCmbl4s4VU5ya4mvs+z0PV\nhRCr\r\n=60CQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG/9l3T872NqXMhzP44ks4js5Z9j04aMGQoXPgWOuqcaAiAjH2m2lUh+VkxkC3Wj+YOPdplEDovkwbf0DLR9yElB3w=="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"peduarte","email":"contact@peduarte.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_1.0.0-canary.5_1628528980137_0.4941058908864364"},"_hasShrinkwrap":false},"1.0.0-canary.6":{"name":"@stitches/core","version":"1.0.0-canary.6","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","types":"types/index.d.ts","typesVersions":{">= 4.1":{"*":["types/index.d.ts"]}},"jsdelivr":"dist/index.global.js","unpkg":"dist/index.global.js","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./types/index.d.ts"},"./global":"./dist/index.global.js"},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://stitches.dev/","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"_id":"@stitches/core@1.0.0-canary.6","_nodeVersion":"16.6.1","_npmVersion":"7.20.3","dist":{"integrity":"sha512-ZeqYULwoCAhgCzNkYrBW62CZ/RV7/+0iUuCt/eHl0wV8UFDQPLhVZLrv4urEkQpz9aFW+1gqnYLBFRqmdmSsiA==","shasum":"dd70ae750306a057e77dec3a0493df1d1a4e9c08","tarball":"https://registry.npmjs.org/@stitches/core/-/core-1.0.0-canary.6.tgz","fileCount":15,"unpackedSize":511050,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhEsUYCRA9TVsSAnZWagAAe90QAI13sE+YNSzoPMJI0l6/\ngVbU3+5mlEUJHVDzBcE+g31yEyLfGhk0ru5iTncvK5t4U677xj/3ytJZJ429\nKCEZmVpA6YD9qTax2oDn5TCTsHzT7F6Ac5gOLPuEFi/A0cien+E8537xoMTm\nYjpCNZFwC10lZhpUNZt60gkmXW+WSKij2y+ETx5CtrivyrNbjkY6sJa38L7u\nsYUdJ8fLLE62XplLX/C8IWxUFK/EPi7uWaBKxrS9pdS9BcNBitV6H+uFZ83U\nIw1L936qUdm97R1EANCMj/0VsLgQFBS2MggZw2rhm/RrFIu0ZZUFw7d/kT1Z\nw2Da4CrI2TkJulyVlGxbzYigKUEghnb8fRsjIEKuTK7AVXVbnlcv561WFt6V\nbwk+tiZh4crDtqjTBXsQtiCrxveaiuQK2AX0fKhJIJYMz9xC376Rlv3Vz/UR\nBVs4wvzUbr2eYEWRTdLJCWDdND2k9QYt4jIgoVKXlxOL/AILGnMlLeoUf5mK\nFyvS8oy94JXKsa8atTc1aM3jH/PSEkxBivn4BGuts9H99iV0PkN73+ZQchiS\n+Xvyml+pkDQCqYrsSwE//qMAx4KS/HvCCNQZujHhuljJgvHwPZgzTqz0R9/u\nCT/GUr7jg+hZUeGlaPWBh4FVyETNGSV399jMHzwQdiRUFaCXtFQKvy+LiHwN\nQDsJ\r\n=GlPG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA/60181qJrCPAPF1ykB9mZuCfZ29BNxIEz/EXI4DDrAAiEA+WkS+rXv2BIpXthDKPTn1cNen6kzs+LpEOvAJJZHFPA="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"peduarte","email":"contact@peduarte.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_1.0.0-canary.6_1628620055786_0.5933249960729965"},"_hasShrinkwrap":false},"1.0.0-canary.7":{"name":"@stitches/core","version":"1.0.0-canary.7","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","types":"types/index.d.ts","typesVersions":{">= 4.1":{"*":["types/index.d.ts"]}},"jsdelivr":"dist/index.global.js","unpkg":"dist/index.global.js","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./types/index.d.ts"},"./global":"./dist/index.global.js"},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://stitches.dev/","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"_id":"@stitches/core@1.0.0-canary.7","_nodeVersion":"16.6.1","_npmVersion":"7.20.3","dist":{"integrity":"sha512-EYFlJfvP1X48Tm/tcOq4Q6tIszvnzcR5+OJx2PKTFO5R7gIKv1KPQb249f7yust3bcr7Gcx0kY+V1exHpYOIkQ==","shasum":"be01e512c761fb016aaacbc4329d7f58af97b6cc","tarball":"https://registry.npmjs.org/@stitches/core/-/core-1.0.0-canary.7.tgz","fileCount":15,"unpackedSize":511075,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhEu0iCRA9TVsSAnZWagAAvX4P/jB1qdXh7IohQMsvBSNP\n+sQh+JyOV5SJWxSriJZbPRz2tJdQc5OTzaBUjgL+bxd/OpB4B63uhtD/8myI\nEtFxDwE/f8RpfPS9dV8KYg6UCZ9fwqx+Z10X35OMnD+lq6paxmRYsGfmcLQz\nqsKtUrsUgrEBGNU8OBVCO+SOsls+Rct5UiryLFRhvrVCU0QULt4gVZA7sDaL\nVTI8kzLiHv/Tch6KAnnY2v3eKrs6+mwkXRZz44XF5ZJNijkm6rG2GxV8P2Gw\niz1by54MULjC6OZZX5iPWoPlZ/jSAx2aeXdCytPTZ2f4ES5VffaXLkYMCHLj\nHCupymyp0frLhZ6vS9NZMwiH1yArcUCx8y1NGzw7Z3RTP2YBom9x+aBmhL3L\nTlzfdbqisBTGiooFIVe1DBhgzLrYOLcvlYm59LQfTkKsCibhN7mfPF8pCFHB\nV9xPDd9zg2m7lfQlCrLc5tCVUOkZE8VPhgx7AFdOsnCMG5asPVY5+dVr0od/\nlftyFKFw4ID9logHdPkyI4zsSPGkoWMq7LQBH8PGrqSOtJxcr2/Sp/Dcy7wM\nXOFsKwCih3GyzStVoD9jNL6yOLKHPlJtnpv9g36cS6EUVaZwojWncYCC+wPh\n1Ee9ADoFQhU0gWNeDQrDnERpTBzWapmlOONNX4R0epSgidx3Kl2bVXh6iDdC\nvuut\r\n=Tmxm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCU/el4De3E0LzKMb71os2SrPHbV6qzPEEAxcGb99ak5gIhAIuXL9yCINnx7utIYBlGjpApLeqr1nshYgVeKl32DHdT"}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"peduarte","email":"contact@peduarte.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_1.0.0-canary.7_1628630306019_0.8157297853551708"},"_hasShrinkwrap":false},"1.0.0-canary.8":{"name":"@stitches/core","version":"1.0.0-canary.8","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","types":"types/index.d.ts","typesVersions":{">= 4.1":{"*":["types/index.d.ts"]}},"jsdelivr":"dist/index.global.js","unpkg":"dist/index.global.js","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./types/index.d.ts"},"./global":"./dist/index.global.js"},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://stitches.dev/","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"readme":"# @stitches/core\n\n**@stitches/core** is a framework-agnostic 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/core\n\n# with yarn\nyarn add @stitches/core\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+css+%7D+from+%27https%3A%2F%2Fcdn.skypack.dev%2F%40stitches%2Fcore%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 { css } from 'https://cdn.skypack.dev/@stitches/core'\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+css+%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%2F%40stitches%2Fcore%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/core/dist/index.global.js\"></script>\n<script>\n\nconst { css } = 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](./CONTRIBUTING.md).\n\n## Authors\n\n- Pedro Duarte ([@peduarte](https://twitter.com/peduarte)) - [Modulz](https://modulz.app)\n- Abdulhadi Alhallak ([@hadi_hlk](https://twitter.com/hadi_hlk)) - [Modulz](https://modulz.app)\n- Jonathan Neal ([@jon_neal](https://twitter.com/jon_neal)) - [Modulz](https://modulz.app)\n\n## License\n\nLicensed under the MIT License, Copyright © 2021-present Modulz.\n\nSee [LICENSE](./LICENSE.md) for more information.\n","readmeFilename":"README.md","_id":"@stitches/core@1.0.0-canary.8","_nodeVersion":"16.6.1","_npmVersion":"7.20.3","dist":{"integrity":"sha512-LcFpt9YY2xfM17Mucwa/fHWowNRD2vYk3HkS8nBY5rjVfjzPQufdik3Be2RCj5sDGBCGA/Ol/QilUEx7p3U6UA==","shasum":"1ac948820927c860ae4e76e37b4628ce5790b480","tarball":"https://registry.npmjs.org/@stitches/core/-/core-1.0.0-canary.8.tgz","fileCount":15,"unpackedSize":509190,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhE/qfCRA9TVsSAnZWagAApzIP/ApQpked4vNLZYlhlwlH\nhdKQhW6q2UnZFpNJhpBEW2Zz5SFCr441IFW3AxaSl1sn96th0BHogRUN3N8P\nBDuHJXoSN/3urHyK11DYOgyPUzRVN30XSWBcvdgFUR6L9R0K/HV2u9VRFIIt\n4Gg0JUxQa30+GNnUh4ggyeBkSr65ednINDBjy7cejVAztI2Ek/Insl2f490M\nUR/oO7PcUCPbcolR0N3qDmaBjnFps2aaKNpVruqD1K/BMvaBtZie/r0ExBJK\nETxlnVOishb/dEVTWJsujHvvlXx+BQBEe0hOXjLD6HZgvZ75HBiU8oHM5VeG\nTvLMQ2LfTvAx+6JzI2xWqo/H/rjnfzr9Vn/EOzML9cKcTzUiReR0W9UbU8Yw\nsyHHoYImjIQv1VyB2IyRoK+tzz38mgo5dxEbHZofjyJI1+vpGcbsQPBpuYjz\nk86VLpysIJvXZ7+wIlga191OuC8UeRpoYH9DZBm1hGDo17i4TwlKRpG1xBrA\nFoyU/gTxoeSGJ3FLJ6YGHyOouVWfdKOUHk2H2DZbhKd4t4fgTxtOqYsTsdNX\nh63j0g3mHs85JVZ6tqd192EYAurfFyo5WBtv0tN0e6JhlCqSneg/r718Drw/\n1J90w7fAxBNLSUyhi7ZfGiQksUmiVR7zW2LmsRWnv123lwCvB/9/QpDX/OsM\nyVmD\r\n=NKaZ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHWa1BjLCSJSmEM1WqRPObI+7TVoO+uMO8nvQNFjYn8eAiBGFtGQ3cqKTNfdEdtuil14JPXTsbIl3y+ggIkKvomzKw=="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"peduarte","email":"contact@peduarte.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_1.0.0-canary.8_1628699295781_0.2784239434247635"},"_hasShrinkwrap":false},"1.0.0-canary.9":{"name":"@stitches/core","version":"1.0.0-canary.9","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","types":"types/index.d.ts","typesVersions":{">= 4.1":{"*":["types/index.d.ts"]}},"jsdelivr":"dist/index.global.js","unpkg":"dist/index.global.js","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./types/index.d.ts"},"./global":"./dist/index.global.js"},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://stitches.dev/","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"readme":"# @stitches/core\n\n**@stitches/core** is a framework-agnostic 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/core\n\n# with yarn\nyarn add @stitches/core\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+css+%7D+from+%27https%3A%2F%2Fcdn.skypack.dev%2F%40stitches%2Fcore%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 { css } from 'https://cdn.skypack.dev/@stitches/core'\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+css+%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%2F%40stitches%2Fcore%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/core/dist/index.global.js\"></script>\n<script>\n\nconst { css } = 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](./CONTRIBUTING.md).\n\n## Authors\n\n- Pedro Duarte ([@peduarte](https://twitter.com/peduarte)) - [Modulz](https://modulz.app)\n- Abdulhadi Alhallak ([@hadi_hlk](https://twitter.com/hadi_hlk)) - [Modulz](https://modulz.app)\n- Jonathan Neal ([@jon_neal](https://twitter.com/jon_neal)) - [Modulz](https://modulz.app)\n\n## License\n\nLicensed under the MIT License, Copyright © 2021-present Modulz.\n\nSee [LICENSE](./LICENSE.md) for more information.\n","readmeFilename":"README.md","_id":"@stitches/core@1.0.0-canary.9","_nodeVersion":"16.6.1","_npmVersion":"7.20.3","dist":{"integrity":"sha512-X8yqHXzoTzd9suy/spctIZ2IOKg7FxBsx2lMhtMAwsInD791p+l+c4IuwC4rxKmPnEJt/0qvBNlFM3uP7XLaXw==","shasum":"9cfe58dc5e69e9444324f506031972f526bf632e","tarball":"https://registry.npmjs.org/@stitches/core/-/core-1.0.0-canary.9.tgz","fileCount":15,"unpackedSize":509190,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhE/3/CRA9TVsSAnZWagAAWdQQAKP2+iG/9U1spl+cHPRt\naAPDzbAYDrNV/O30tmwqPMhkSN+4vSHvzjpw/Wa9aatUH+ubWodpWm3xKac9\ndPWXPbQpHRUbIpzOiG0ZxmuxIC5rN0QKmek7tsjhnF9StMQUgRDtvzW6rgfR\nexQVjrhL3ErBm3L2bcwiJoRDWM21ffgeiGGdwNt5OfR602ouM0VCME684iE6\nrS4tJTcDBa+aFHTL/CMD+JXjsF26sKiyK5xhkjZm3rXm/DsZ5+O22HGIlIaK\nEWR9nmr3di9WGAIRnEn9W7KM7AfHBYbKV24Nkok1HeekzJZE/4ONgTAzDekr\n74NQgj/1X1CZMr7mBQCSL0ZWSs+jfQaUDMongwecZAjq1hbUfXuSIwtlHDx/\nywgg67ti2MaVW1P6ZsRVS/vY+wkxlhLxKxaEtw7dxYabK9CV3Pzn4km2xq06\nFxVLhxXKr45qRiUysxvLG73miywJ8q5SQERy+CLDrcEgKT8ghPsnLfAJOW/o\nXZU0dfhQzo4ey+hIcqMycDwsFLT0vRrPPZuI/4AJ/ghxC2T3qmeF7MmmG2qw\n829+YSdMcHfmY5RqKnWMIe8bJoH98T761CNooGHqXdr7JzzwgLUFuez/TRBS\nSw4eKt4CMXYi+7SEwygVFLQl26YlnvLLPcW3IQLgCUrJC3OT206hqc4iYXVc\nuTZe\r\n=isF9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEF4sC2hEFvKjF6JSw+gLjNvqeq+J5v9Kv4+C00U5lQxAiEA0l9A211ZX5r22Hu5N8fwA6AjAhqpWBlCqafk0S242JE="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"peduarte","email":"contact@peduarte.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_1.0.0-canary.9_1628700159672_0.07935832793320619"},"_hasShrinkwrap":false},"0.2.5":{"name":"@stitches/core","version":"0.2.5","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","typings":"types/index.d.ts","jsdelivr":"dist/index.iife.js","unpkg":"dist/index.iife.js","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./types/index.d.ts"}},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://github.com/modulz/stitches#readme","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"6fac21d889e752a3021b8f964f2cfcd062445dd3","_id":"@stitches/core@0.2.5","_nodeVersion":"16.6.1","_npmVersion":"lerna/4.0.0/node@v16.6.1+arm64 (darwin)","dist":{"integrity":"sha512-L84V+1M5fyq32vpp+kpmXuGecqlCQQiOkHoTG/v88UuuZ5LPqM+lRsy4G5f+KozL7jKOZV/D3ejI/CWXfmCJAQ==","shasum":"01576bccbb2f58116679f603ae44a22d3dff2e35","tarball":"https://registry.npmjs.org/@stitches/core/-/core-0.2.5.tgz","fileCount":19,"unpackedSize":444011,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhFDxVCRA9TVsSAnZWagAAQpgP/RRjE3Ni6de0AoAP92J7\nbsZ2sDc4E3rNo/D6Y7SiyC9qP4muBV4w5FDZ51wox7LXV4eLsRoYkXC2ZpHG\nn64E1Wodt53x6eEH8P9t/0gUEESGnDHi7Y7Aa7DpZLE5Z7tAHHzrY15TT5CH\nywwsEveyP+OmjVxw0zRAlOFoNtl4D/m7OS3nXOJWbLz0EqcCGAaBhbC/JN3l\n+5iToAy7GK83Ni/tpTHycWqoKgUYbtV6uUkuFOJrKMSXbQCU8ZJ0u/ubNupn\nAFhattStgtGOcmWKaWZBRe+v2q5rg2fONGgZPgskDrFb6TNuoWgsYbwWldnN\nA4inSP42A8jxpLqsDAShWe6u7aWp1vH+qMpjS+8gJhI6UZi+HI7FZi+Aton7\nMkX6UPZgv6PdpqqZn+t/4kOHkK/ATjOqKBbKp9fNIVuDjc4DsMPuES6BOk8r\nBqBa5ZEG99aTjGmvgsa9f7QWLfBLYdyghIgmbrreWrmc44McyWb/MFzdRCnB\nSN3Y//4+1haaeMFlCB+PIk5ULEfud2jZsJ5iVXInp/zBF6KbOXSyu8D6SnzP\nOqpRH+2ftu2MMTFtqHfpANAlJWxFqGoBxU6dUJj/eRdPuD3I8L4mrATTwTO9\n7k5ewgyftEq9xMKFQIhsoGQoCna2oRU5xyYFOOTce7BdecpvtcY6xBZGny7d\nimFm\r\n=C6rX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCANyxGyp7IrbEXA5VqXOsGP4yxpm/INlZAkc1aB9CTDwIhAPIgExzIlYfI4Kj/ZW+3m8Lt54MfEeM9dXIHKiJCVkaD"}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"peduarte","email":"contact@peduarte.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_0.2.5_1628716117193_0.20462963742035778"},"_hasShrinkwrap":false},"1.0.0-canary.10":{"name":"@stitches/core","version":"1.0.0-canary.10","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","types":"types/index.d.ts","typesVersions":{">= 4.1":{"*":["types/index.d.ts"]}},"jsdelivr":"dist/index.global.js","unpkg":"dist/index.global.js","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./types/index.d.ts"},"./global":"./dist/index.global.js"},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://stitches.dev/","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"readme":"# @stitches/core\n\n**@stitches/core** is a framework-agnostic 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/core\n\n# with yarn\nyarn add @stitches/core\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+css+%7D+from+%27https%3A%2F%2Fcdn.skypack.dev%2F%40stitches%2Fcore%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 { css } from 'https://cdn.skypack.dev/@stitches/core'\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+css+%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%2F%40stitches%2Fcore%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/core/dist/index.global.js\"></script>\n<script>\n\nconst { css } = 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](./CONTRIBUTING.md).\n\n## Authors\n\n- Pedro Duarte ([@peduarte](https://twitter.com/peduarte)) - [Modulz](https://modulz.app)\n- Abdulhadi Alhallak ([@hadi_hlk](https://twitter.com/hadi_hlk)) - [Modulz](https://modulz.app)\n- Jonathan Neal ([@jon_neal](https://twitter.com/jon_neal)) - [Modulz](https://modulz.app)\n\n## License\n\nLicensed under the MIT License, Copyright © 2021-present Modulz.\n\nSee [LICENSE](./LICENSE.md) for more information.\n","readmeFilename":"README.md","_id":"@stitches/core@1.0.0-canary.10","_nodeVersion":"16.6.1","_npmVersion":"7.20.3","dist":{"integrity":"sha512-HzH5tqOmydpXSCyKPjChPUaYIfKH0RC7OaLaUAzbcSgS9SW0hC+GHwe9SQTD2jzgDQz0rbF7H7QcP1mJbNYJ2Q==","shasum":"eab86242b6c4bc4614c573a2a14ecdbca39fe343","tarball":"https://registry.npmjs.org/@stitches/core/-/core-1.0.0-canary.10.tgz","fileCount":14,"unpackedSize":508754,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhGcWbCRA9TVsSAnZWagAA8yYQAJqIVAK8/0C3CwrLIzCm\nR+h1BOEhxNgJ2Xwvwxu/8hSnP8E2+dS/7gLxAkUla5ewVInlBo1TM0PjIexX\nEEvn/yFFIY/Snnu3cw+lOuzsQZPgQnu+pGGpNdXI6lHvpc0jeFMsj7NKEysV\nQDlIzI1MezxhmBolmyEOnkIwJiwXCsI1yfrS6wmMBckSmzK3Z73B8z7Inpsq\nw/9yoeWWasTOqUth7b9RPSdyepT2y+QXVjEl6yuVN/3lwDmDC4PkhRkH5LQc\nDHhKqFQ7U6xJLNxgHLIOYWg1G1ZXHa9cZlR8PgJJ12TM7DODthcZ8yARC2hi\n+hasv30yM9ynKdpBFnGBvNxxfsIB92cuUsxNyJzmJh4lsEXVme/H9ySSgBqA\noHXANPgwSERP9Vj3cIV/UPBw2FY97RmLKflr5EBWmbK0iBYV4QXqzZzPDPAS\n7+GYZNrHRsUbSRgASMRZYbnFcTpGymNzZ6dpWNlRwf+O484+U9lCmcso2mNH\nqV1I9AbUvly6NVpkPAxCn3MJHMFfKEgEgWWTJbb0Zdy6RKy51V5e6jE/vOoh\nogmLTdrQNQZJxeOqYuMab89ONUHZUqfyVfOINR820JFNofyTwbdWHqRmCg1C\nADhdRa4+YCpXHT19iV8/qeaoX//xYQ+lxZABnL2tJULhhlBXNa31KvrI2wSN\n4pnn\r\n=DzFO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD3bCiESNnIAjbWF77ReXQ9poZgNEGztlOO4beXezA36AIgMswiY1mUwBjjGK939DC4AoyYZXYl7cMDFd7ZVTb+ufU="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"peduarte","email":"contact@peduarte.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_1.0.0-canary.10_1629078939398_0.01471504651150446"},"_hasShrinkwrap":false},"1.0.0-canary.11":{"name":"@stitches/core","version":"1.0.0-canary.11","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","types":"types/index.d.ts","typesVersions":{">= 4.1":{"*":["types/index.d.ts"]}},"jsdelivr":"dist/index.global.js","unpkg":"dist/index.global.js","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./types/index.d.ts"},"./global":"./dist/index.global.js"},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://stitches.dev/","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"readme":"# @stitches/core\n\n**@stitches/core** is a framework-agnostic 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/core\n\n# with yarn\nyarn add @stitches/core\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+css+%7D+from+%27https%3A%2F%2Fcdn.skypack.dev%2F%40stitches%2Fcore%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 { css } from 'https://cdn.skypack.dev/@stitches/core'\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+css+%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%2F%40stitches%2Fcore%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/core/dist/index.global.js\"></script>\n<script>\n\nconst { css } = 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](./CONTRIBUTING.md).\n\n## Authors\n\n- Pedro Duarte ([@peduarte](https://twitter.com/peduarte)) - [Modulz](https://modulz.app)\n- Abdulhadi Alhallak ([@hadi_hlk](https://twitter.com/hadi_hlk)) - [Modulz](https://modulz.app)\n- Jonathan Neal ([@jon_neal](https://twitter.com/jon_neal)) - [Modulz](https://modulz.app)\n\n## License\n\nLicensed under the MIT License, Copyright © 2021-present Modulz.\n\nSee [LICENSE](./LICENSE.md) for more information.\n","readmeFilename":"README.md","_id":"@stitches/core@1.0.0-canary.11","_nodeVersion":"16.6.1","_npmVersion":"7.20.3","dist":{"integrity":"sha512-WFA/LvMQ8HdpArix+W5XktjPcQIFVE8WptGAvyvTFox98TSJsywcT3chBoYeQCNSDHaiOfiCUosdk6Vi9pR86w==","shasum":"b7e37c2761f93762683cb44ae324b640eacdd74e","tarball":"https://registry.npmjs.org/@stitches/core/-/core-1.0.0-canary.11.tgz","fileCount":14,"unpackedSize":508772,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhG8iGCRA9TVsSAnZWagAAlt0P/0L3YsybY9yE67Bp+fGm\nKxk2+7ZXEbxfMT1i34L7Itn1W3CMYHMqkUdrkKkwGUk5UNUq5e6H7UyNieGz\n4C6BZPBZMwxIkIvr2xPy/Qsij/TAFqgdqHEKgUUyc9M77gc9qVataqZTde5e\nYFROa8d3gwiJBMJPfUqag3gR1pyB541tOLehuxokxr3eJiXfArcF/r4lUSpO\nBbX10foSR89H18umTUyR2+1wGc/EAQzYYBRMDLNeiWNd2sVsvlxGErkztlHP\nhZ0PB8Go7rCLbCIo6rA7aHzJ9qpFgxOEfZiM6CZYrgYNz1OS1DpypcYzmq0m\nYAfRiWyv95mod4wf81LsK/MjzBqrrmMURV1ahp2X5KNSYgZYcCiF037tnpIS\n3GT/pqxWczBKgLqCn7M9mF5qg9JcTWrk0cdUOsyWpicnDNtfWdu7QVaqwPuc\nj0lftesLM79EhAzCRH3Gyi+MqUwAX9jPq79340FZUVpM88fCtgaJQd4nQiJq\nuSys/U9zcU5rMyXcJc6vae6Ka0tap/s/h4Xbs32F1iiNiT1rnba9ymLuBE/4\n5KpNbGTBy4g/vjJYlnA7INSv1pO6Es/m+te23hBEVTZ/w7NBGDP29Pz/Sqf3\nQYLU6HhiiwgpvSTUekNWsUkDhmCZr8wRwR6T0voBP9vm/K6WiuCb6ibJUrpx\nEUOV\r\n=D+pk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCY33VQ8QdaQQ88/aeuKK4e3H4MHL8AmxASSHHzgsdh6QIgFCYLVGjbQ9mcTM672nUJyqHR9EMRtf1anZf9/tk99BM="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"peduarte","email":"contact@peduarte.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_1.0.0-canary.11_1629210758111_0.3977176094104491"},"_hasShrinkwrap":false},"1.0.0-canary.12":{"name":"@stitches/core","version":"1.0.0-canary.12","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","types":"types/index.d.ts","typesVersions":{">= 4.1":{"*":["types/index.d.ts"]}},"jsdelivr":"dist/index.global.js","unpkg":"dist/index.global.js","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./types/index.d.ts"},"./global":"./dist/index.global.js"},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://stitches.dev/","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"readme":"# @stitches/core\n\n**@stitches/core** is a framework-agnostic 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/core\n\n# with yarn\nyarn add @stitches/core\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+css+%7D+from+%27https%3A%2F%2Fcdn.skypack.dev%2F%40stitches%2Fcore%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 { css } from 'https://cdn.skypack.dev/@stitches/core'\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+css+%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%2F%40stitches%2Fcore%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/core/dist/index.global.js\"></script>\n<script>\n\nconst { css } = 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](./CONTRIBUTING.md).\n\n## Authors\n\n- Pedro Duarte ([@peduarte](https://twitter.com/peduarte)) - [Modulz](https://modulz.app)\n- Abdulhadi Alhallak ([@hadi_hlk](https://twitter.com/hadi_hlk)) - [Modulz](https://modulz.app)\n- Jonathan Neal ([@jon_neal](https://twitter.com/jon_neal)) - [Modulz](https://modulz.app)\n\n## License\n\nLicensed under the MIT License, Copyright © 2021-present Modulz.\n\nSee [LICENSE](./LICENSE.md) for more information.\n","readmeFilename":"README.md","_id":"@stitches/core@1.0.0-canary.12","_nodeVersion":"16.6.1","_npmVersion":"7.20.3","dist":{"integrity":"sha512-77u1sb5g0qjgP1slwgp4/6wC5ufRWqkinYN/CathVzYf2t9xa3gcxyVzKw+IgG5IrMMCzwLWNE1th3xXfHdxGQ==","shasum":"98fcb6af8396a7916312a8b1bf098556cfd28f6a","tarball":"https://registry.npmjs.org/@stitches/core/-/core-1.0.0-canary.12.tgz","fileCount":14,"unpackedSize":508772,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhH7yuCRA9TVsSAnZWagAAKFcQAKA5PbPwtRbCVPXPeQBf\n1KJ0KdDQhXV69o1yALis2wAipAcMNKLe4LBeZ8XB6Wcc3OWXfDIuEaawdre6\njmqmX/OMHFPQ2Q2IzUAB/c1N29bix3Xw2h+G4MEDXupYyL5D4Vox8EzoiK/Z\ncTpA1A9l8jk8//dCGj1dmab6Sb7NBpmZfPq/XkB6iWyNMwh69TYGZoEBBRWA\ni4+/egN3SzOzRANIAXNs8c1mZIK22UBOA3rPse/h92rxF9oc7CRSVf2pSJKT\nC4EzeilDw+mUAC2RBjA6P+l7/eL4LRaRqPkV6dgBmYV4HQrYFEEKPOrdrDaa\nFbRgRRxlFxBKurH30W7zN/uinx+mxNYshfqu8GfctO87ROI0uX83JwYoQ2Ld\nEMdGN4nlna2EvyneX315H+Z903TA+LQy+JPgo5h2MWCutOn9cXf+PulXgWdo\nDuAs28ZqfRzh33vhEimjBRlOsj9Dxa0k+CNduvch2u58/8gq5lm/eRdXkZ3B\nXRKRY9bxm08q7qmldqb0M8kJxwuNb42zd7RfQcdYOxuftGP6WFvlE2PUj6S7\nz8uPymrxG75/pmI5MX5kPE0/SSj2gzBeuXmEoy8uRrgrCz8PeiNYyBTaPG5e\njlBJXTEJo0Q01fWIDMRXw0TTn/vWY7cv+fDxoC0QqjROgaR1Gyz17E+7XqW0\nKLBW\r\n=7pGK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHdGWHL4Q4nGolCjDHjPQWZp7BlM/kNlCSRD+/3HRU4RAiAE2Usb5ccpEKjRDNMMj9cUkANY5PRyfmUH4fd0AIALQA=="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"peduarte","email":"contact@peduarte.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_1.0.0-canary.12_1629469870763_0.9509801932344504"},"_hasShrinkwrap":false},"1.0.0-canary.13":{"name":"@stitches/core","version":"1.0.0-canary.13","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","types":"types/index.d.ts","typesVersions":{">= 4.1":{"*":["types/index.d.ts"]}},"jsdelivr":"dist/index.global.js","unpkg":"dist/index.global.js","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./types/index.d.ts"},"./global":"./dist/index.global.js"},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://stitches.dev/","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"readme":"# @stitches/core\n\n**@stitches/core** is a framework-agnostic 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/core\n\n# with yarn\nyarn add @stitches/core\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+css+%7D+from+%27https%3A%2F%2Fcdn.skypack.dev%2F%40stitches%2Fcore%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 { css } from 'https://cdn.skypack.dev/@stitches/core'\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+css+%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%2F%40stitches%2Fcore%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/core/dist/index.global.js\"></script>\n<script>\n\nconst { css } = 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](./CONTRIBUTING.md).\n\n## Authors\n\n- Pedro Duarte ([@peduarte](https://twitter.com/peduarte)) - [Modulz](https://modulz.app)\n- Abdulhadi Alhallak ([@hadi_hlk](https://twitter.com/hadi_hlk)) - [Modulz](https://modulz.app)\n- Jonathan Neal ([@jon_neal](https://twitter.com/jon_neal)) - [Modulz](https://modulz.app)\n\n## License\n\nLicensed under the MIT License, Copyright © 2021-present Modulz.\n\nSee [LICENSE](./LICENSE.md) for more information.\n","readmeFilename":"README.md","_id":"@stitches/core@1.0.0-canary.13","_nodeVersion":"16.6.1","_npmVersion":"7.20.3","dist":{"integrity":"sha512-EVVVxjzapwcTWT7AGsWZt8wbWjW7vgQu3xjeAvFOMZ9liKblDx4nvK5VlEbrd2YVdDbrCQx6WcN9ELONrtaluQ==","shasum":"9382fd60870b950ca2350fd95c18a274435c13ea","tarball":"https://registry.npmjs.org/@stitches/core/-/core-1.0.0-canary.13.tgz","fileCount":14,"unpackedSize":508971,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhIAZwCRA9TVsSAnZWagAAApQP/06UURpe1J6AZma7wFlH\nkdo0jBz8dday67hVCu29HjTTri1K3hh9JCKJXKDIRBsYl8q+RbZRq+u27fjf\neo2hjFeZu8TAUGsZzCw8qEYGlCnkB+e2EtlBPfBQVHhK3V4hXZBSUebd8oXB\nuEZ1C68GxVsPj4gT0K9KUyz0+7zFKSM/fRUetW/Ju8CpTV4Z5Hi+lSGpLU/S\n65U4+hpD5cSk9eMMCJOdm0e8rsXWFYTXywJyuKQXwZD6UXnfKJcbiXWVpjoo\nDdmTqDot3GVPezbBrjcCOdLN7gKYpLl9KfkTTInG1nYvg4m6X+C+XioBfl/0\not6MZiN57NyyUjFCYWgfponZmfKvSbossCCCPkv5yosR5gD4a5GNHnwJKUQD\n5e3vJM6k/xyE+gXyot5SFuxxIiWwphNR68+wxJ54d0MbXuAXhZ4MFC3ToRS2\nGNOqF7Q9U1SBubyD9CBxhESIaoBzRHb9TxCSyb6H5BLoQDe6dkfiI/EmndnM\nYrXOrh4NDyGM1izfFK9jDLzni1tu9w4Qht6VkgQDTCpJScZQcQJHrl+2yRfe\n/cBkHqQPpOZ+kdjjzMhUyJyy6bgstwhGL9RdP729U6LrSTnmcnBBJ6dTcIHs\nlQBodpVRb9wx5amx4ZRNz7ZD2o8vglZVsCCou9eeOaDA1QTf5Myg7HFu1oUK\ndV5k\r\n=R8zi\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCtUQUK4k+xc7IE7UEokyusJV2HYgE8WymNs7pJ7U/UcgIgAyYiVmboGuEBXi54cbXMznF/AAc3+AZRnmNyGNCgOa4="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"peduarte","email":"contact@peduarte.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_1.0.0-canary.13_1629488752718_0.6862123169542376"},"_hasShrinkwrap":false},"1.0.0-canary.14":{"name":"@stitches/core","version":"1.0.0-canary.14","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","types":"types/index.d.ts","typesVersions":{">= 4.1":{"*":["types/index.d.ts"]}},"jsdelivr":"dist/index.global.js","unpkg":"dist/index.global.js","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./types/index.d.ts"},"./global":"./dist/index.global.js"},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://stitches.dev/","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"readme":"# @stitches/core\n\n**@stitches/core** is a framework-agnostic 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/core\n\n# with yarn\nyarn add @stitches/core\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+css+%7D+from+%27https%3A%2F%2Fcdn.skypack.dev%2F%40stitches%2Fcore%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 { css } from 'https://cdn.skypack.dev/@stitches/core'\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+css+%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%2F%40stitches%2Fcore%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/core/dist/index.global.js\"></script>\n<script>\n\nconst { css } = 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](./CONTRIBUTING.md).\n\n## Authors\n\n- Pedro Duarte ([@peduarte](https://twitter.com/peduarte)) - [Modulz](https://modulz.app)\n- Abdulhadi Alhallak ([@hadi_hlk](https://twitter.com/hadi_hlk)) - [Modulz](https://modulz.app)\n- Jonathan Neal ([@jon_neal](https://twitter.com/jon_neal)) - [Modulz](https://modulz.app)\n\n## License\n\nLicensed under the MIT License, Copyright © 2021-present Modulz.\n\nSee [LICENSE](./LICENSE.md) for more information.\n","readmeFilename":"README.md","_id":"@stitches/core@1.0.0-canary.14","_nodeVersion":"16.6.1","_npmVersion":"7.20.3","dist":{"integrity":"sha512-/E23bLZ04GhnGbEYQMTSZRw4mPlewzK+4dDBISeXBj1dKBbFFn1Y7zpw3ExN0lXgMUCwQp8KaVOPtgbnmutWtg==","shasum":"829901f8cac7966c0637d105d9acb9126b732a0e","tarball":"https://registry.npmjs.org/@stitches/core/-/core-1.0.0-canary.14.tgz","fileCount":14,"unpackedSize":509044,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhICWyCRA9TVsSAnZWagAAc/EP/Rqc11/Q8alYXxDD9vFj\n8GvYDQejjCzrnO6v3vIXNSi5zM+PsVZLaR0/By5WaVtqM9CgzvmW8OARUI2h\nVZ4IfxyWNKlcxKm30hro7x5i5GsORYeplRZktV9FcPyI8uHNVxw8PIoXq5wJ\nq8U75w2B9RPlGUCAGU5od2eMKtEF7PFB64C/ltzjCwWGhqKVjizsqIrdtP8G\nGuWBpxywdkuTBsV/w0LvTuPINCnzbqPa2JNBWK5jyY0qoiqt3PA27aVC9fYo\ndua+9amQwjkB2bj2GAlYzHJz7ckdGETlr+yJxgR4Fd+ImDksBcibfyF+0H/9\n/1v+4lGuSaqmUWSc/c2xopI4WUd7WZ5aHT271xfHZ3ntr4mgBCu6KxzY9NF3\nH5/cTsh5dOuSMFQ8CZ53n7dAelp5IvZpkXZ84PfNry38lVJnoI9yK4GFK3V+\n0YKQTSvuubIHVrslMcwdC+uUtuLr1d0S+axaLtTbDOB9TCZmR4ZoM8SHBaUq\n3fjar7glkheJtSowDO8nSNJDrvEUUFpgYYqVxLblWPuVxrShgGXNxM+Ukz5S\ntvsLSqMQsrj95rhOGagtJptLf6MhwuIFNz+GQXiG0peZXwJrZco+ItV8Nb+V\n85mrSvK4loJatbF+1zMtFLrPVq5MUcZX78uMfyoYMy22x3e2yvbHdeR0N0tz\nCfj2\r\n=tt9P\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD/ecLOycLaZBsmvKPpxY318ylql8utkTtg8Njn6oI+sgIgVNEhwYb+GM1kACR6MV/F57z/j0B5WUaQV35SpMDYh1c="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"peduarte","email":"contact@peduarte.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_1.0.0-canary.14_1629496753899_0.9826999917664758"},"_hasShrinkwrap":false},"1.0.0-canary.15":{"name":"@stitches/core","version":"1.0.0-canary.15","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","types":"types/index.d.ts","typesVersions":{">= 4.1":{"*":["types/index.d.ts"]}},"jsdelivr":"dist/index.global.js","unpkg":"dist/index.global.js","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./types/index.d.ts"},"./global":"./dist/index.global.js"},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://stitches.dev/","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"readme":"# @stitches/core\n\n**@stitches/core** is a framework-agnostic 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/core\n\n# with yarn\nyarn add @stitches/core\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+css+%7D+from+%27https%3A%2F%2Fcdn.skypack.dev%2F%40stitches%2Fcore%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 { css } from 'https://cdn.skypack.dev/@stitches/core'\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+css+%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%2F%40stitches%2Fcore%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/core/dist/index.global.js\"></script>\n<script>\n\nconst { css } = 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](./CONTRIBUTING.md).\n\n## Authors\n\n- Pedro Duarte ([@peduarte](https://twitter.com/peduarte)) - [Modulz](https://modulz.app)\n- Abdulhadi Alhallak ([@hadi_hlk](https://twitter.com/hadi_hlk)) - [Modulz](https://modulz.app)\n- Jonathan Neal ([@jon_neal](https://twitter.com/jon_neal)) - [Modulz](https://modulz.app)\n\n## License\n\nLicensed under the MIT License, Copyright © 2021-present Modulz.\n\nSee [LICENSE](./LICENSE.md) for more information.\n","readmeFilename":"README.md","_id":"@stitches/core@1.0.0-canary.15","_nodeVersion":"16.6.1","_npmVersion":"7.20.3","dist":{"integrity":"sha512-UAu6EUUKL8s/iwVES6NGGdP0Pzr83j2dsXYJhL7nQLT9OLnTdXg4gse1J/CTAh2Z4y6CYse/5EZOuPRqjqIs9A==","shasum":"407c13d54c9aea88cbad09ebe402ef906f53dc8b","tarball":"https://registry.npmjs.org/@stitches/core/-/core-1.0.0-canary.15.tgz","fileCount":14,"unpackedSize":509478,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhICaHCRA9TVsSAnZWagAACZcQAImSLntEcrubj6KkGFfN\nxNF0NivyrSx+w5zSHEyCM91e+Tos/zjiXf7YfMgXzIOKVq/oRZgyOWA5eEwX\nut5E4KeBk1OBPKH84C9c2vArQr3yvhg+sUuEVa/gcSdpCJpq8jBW73kxkHkC\nQ8AdYDdJlL1d8kOOqwHa7ELkq7Kspw58qCUDch//NgrNpJJdJvyrCy7xLKcN\ngzW1n+o4YaIUJH9Z5/x5V8A6biyNThnvm0NWQ/ooSSN+kQ1K6ywyDvo7oBL9\n042HTCQd2RurF7oJgBu9Sahe7WrrxOLyOfDQgA39+HmGbXg2uR7N/0Cb6EtJ\nM8ECSDTxoW6FFyrQnXyrQHaB0DoqSul1s+inwKg7qzBtihF/LkpLCBXGAP38\nWaYwpPQ7roaaqQfJJ7NtCZx026c6bHKLhiz6OelX/4RGRczH9sGS2vOuvCEd\nrGFPrm0mLwBVnsPWGmJaOxkAvkrX83Rq0RbgYJL7zOsqF2N6w97BXTzFwrKx\naNFU/AQON0kxWhR4UFtlYd33XvPRoD9L8vHGryVWF7XDDomAykPLmeYQDQfO\n4b5CI/ERrn68sLzYPdrXkfQDXAc7S8RKOeZTLFHF5f5F6Kf4eluErQvjmcRw\nWHJfgW99rUGfbiH04FWsB26XDbFzH5/rFkZ/rxpv0h8DVOF+Ez/0nez+wEfG\nIUHk\r\n=Dk96\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBOZDkOd7qG++jp3cAHSQQvsCG9g7zOybblh/iF0CRuXAiAjVheTs5L9qxezfVsqzPkLROTOI/rgajRxAuma0OzBhw=="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"peduarte","email":"contact@peduarte.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_1.0.0-canary.15_1629496967302_0.10725418151931376"},"_hasShrinkwrap":false},"1.0.0-canary.16":{"name":"@stitches/core","version":"1.0.0-canary.16","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","types":"types/index.d.ts","typesVersions":{">= 4.1":{"*":["types/index.d.ts"]}},"jsdelivr":"dist/index.global.js","unpkg":"dist/index.global.js","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./types/index.d.ts"},"./global":"./dist/index.global.js"},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://stitches.dev/","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"readme":"# @stitches/core\n\n**@stitches/core** is a framework-agnostic 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/core\n\n# with yarn\nyarn add @stitches/core\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+css+%7D+from+%27https%3A%2F%2Fcdn.skypack.dev%2F%40stitches%2Fcore%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 { css } from 'https://cdn.skypack.dev/@stitches/core'\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+css+%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%2F%40stitches%2Fcore%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/core/dist/index.global.js\"></script>\n<script>\n\nconst { css } = 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](./CONTRIBUTING.md).\n\n## Authors\n\n- Pedro Duarte ([@peduarte](https://twitter.com/peduarte)) - [Modulz](https://modulz.app)\n- Abdulhadi Alhallak ([@hadi_hlk](https://twitter.com/hadi_hlk)) - [Modulz](https://modulz.app)\n- Jonathan Neal ([@jon_neal](https://twitter.com/jon_neal)) - [Modulz](https://modulz.app)\n\n## License\n\nLicensed under the MIT License, Copyright © 2021-present Modulz.\n\nSee [LICENSE](./LICENSE.md) for more information.\n","readmeFilename":"README.md","_id":"@stitches/core@1.0.0-canary.16","_nodeVersion":"16.6.1","_npmVersion":"7.20.3","dist":{"integrity":"sha512-t/bslRCZlQwq0guJyMpHhNdLJ7z0LKw7TFZQJvyo3zbQABFghaq3KNuHaVLx+57IIztO7sndwqd6RsJxK5UuGQ==","shasum":"7d9d094fbc94d949dddcccb6ae23963086bfd297","tarball":"https://registry.npmjs.org/@stitches/core/-/core-1.0.0-canary.16.tgz","fileCount":14,"unpackedSize":509877,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJjl9CRA9TVsSAnZWagAASpUP+wb02uBVapErUJ9jduJQ\nXWAqNuelhLB9Bp0Mkukf1EWvE1nwkctQIstj01lKS/UwaYiUb8LukIszvkH1\n1Hjtoty2nO4tRus+r4902Y3st5tqbzuW2tTrwt426mHtwXMPWyk0kSDgHQey\nflJAru41E6AAodz6psbdeCYDKuJinIPiU2ViuIBN9x3mA32den8hd2tWg1Du\n9rjo/PoBfq1pujtfY8NV+U7O4rVu9lE149/LJXnAQja7cbivF3IoAff4c/pD\n7JFl1LwO3oTXMGOCscp7u+kykTNGEn4e/bt6A5vRXKdtRVjI7qqaXnlYNTyB\nyI5O9OgUrrdJ7UPaJNhY+az2mgEsWTPw6PPA7+4PqctigTCzLJGs5JzBt9A6\nx17/IHUUsVrXtEWqOP9Lr2OYfLrMBO7IHu6TfcUunoo/Jx6qecX8XK3JME/J\nEndC4tHea72u2GXELRHja2xcv1h7GmtrHn9cZxjTXhpZ+ExqcwxMG41Sdj7v\nT46oOoJnYH7ryi/m33ksu+s1mESEoZV2fjRC4F5YfR/Sv4oaxJEGSlEc3krc\nBo2OFUwF7NhBwQnDS60aHZcLGITWC7T/tozXN3QZ/jFa/aHFSUW6+P6dvwvf\nQ0Hp3vy0Hte6e0qncj3hlP9f7Kj46/PzVIfTVGL3fkNjsD21JO86HvZcc43l\nM3oM\r\n=CcHM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDBWtm3uk8HGKIaSx+Od/9+xZxUTb7draBED/fe0j6+AgIgbZcB9XlZkyybq/dS6LOyLXnDh2RvpL5k+ClwJeAFPBo="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"peduarte","email":"contact@peduarte.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_1.0.0-canary.16_1629895037481_0.08043413881987971"},"_hasShrinkwrap":false},"1.0.0-canary.17":{"name":"@stitches/core","version":"1.0.0-canary.17","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","types":"types/index.d.ts","typesVersions":{">= 4.1":{"*":["types/index.d.ts"]}},"jsdelivr":"dist/index.global.js","unpkg":"dist/index.global.js","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./types/index.d.ts"},"./global":"./dist/index.global.js"},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://stitches.dev/","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"readme":"# @stitches/core\n\n**@stitches/core** is a framework-agnostic 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/core\n\n# with yarn\nyarn add @stitches/core\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+css+%7D+from+%27https%3A%2F%2Fcdn.skypack.dev%2F%40stitches%2Fcore%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 { css } from 'https://cdn.skypack.dev/@stitches/core'\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+css+%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%2F%40stitches%2Fcore%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/core/dist/index.global.js\"></script>\n<script>\n\nconst { css } = 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](./CONTRIBUTING.md).\n\n## Authors\n\n- Pedro Duarte ([@peduarte](https://twitter.com/peduarte)) - [Modulz](https://modulz.app)\n- Abdulhadi Alhallak ([@hadi_hlk](https://twitter.com/hadi_hlk)) - [Modulz](https://modulz.app)\n- Jonathan Neal ([@jon_neal](https://twitter.com/jon_neal)) - [Modulz](https://modulz.app)\n\n## License\n\nLicensed under the MIT License, Copyright © 2021-present Modulz.\n\nSee [LICENSE](./LICENSE.md) for more information.\n","readmeFilename":"README.md","_id":"@stitches/core@1.0.0-canary.17","_nodeVersion":"16.6.1","_npmVersion":"7.20.3","dist":{"integrity":"sha512-3xzlB6z+YFIrXTBsd6bCXMIJl1PHx0uaMRnHm4RZd5rpM97Pwh+JJJSPBGm0vNm7v/hXr6mjBMGjgJ4g6JQJzg==","shasum":"448a9418c6be0d210a26bec39cf3e8336ed29818","tarball":"https://registry.npmjs.org/@stitches/core/-/core-1.0.0-canary.17.tgz","fileCount":14,"unpackedSize":509774,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJ917CRA9TVsSAnZWagAAKhIP/3wP7bqjCKk53ZcbaWIo\n0nsQS7zvZZvWkEesW1BuOB9u4CJxxuTeCU0+Cx5a2TNVEO3fuWmZoNH5QT7A\nB36zcJJPzjIodS3fbWPfAWjD3pGvMcW6wQgO3smJtHEOXKBTU1q12CoxOPVU\n193LCvvRgPA/pSoW1pvwgdJmhpmetT3DNyXUW6IexIujpfCc5UxEVyi2VIFo\ncKGq34UWKUQKOpwWY6z9aLo9V4eFUi9GghlRSNERxal0/RfvTyQUMIxXaQe0\nshIzpdPYAB5IaUq/9YvaGc67QFuXF/AraFvR0pCFMfnHzxd+GN9DFMxDWsy8\nSACCe/WUuB8oLMXpMHhpjCIXZWGT8kWPO2tnuG5eR0q0QWTUU9CBU8gsGL8w\nvqNh493KxKmTjO2JYf/bents/zIaOSTXc9SW4ymVYCYYE9/FhYNXgtcD1qjO\nWFXCnDNupLfI+Zaw0dMpET9G3cUI4gv6ASMlor3d53axMnbTkTIAyc6q2eH3\nRR1YeRyH1oRcqqr+13DKYH95hd/3aQG+lI2Wf2O1g/yRnAqPnNtU5RyJYAep\neQDi79+3qakht7gWSSSNp9ItfqRVCA9jNdbAfROC/IWkAy1+GeUi6hlvRSsy\n4bddMcVDNNVLgpxhN2oixowS0DWxdsNKEcKRMpVeeu7QJQ5midzbmijmcv6h\nd4u/\r\n=noGA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBTjLzwUWwvnVsebt8tr9gHzN4FC6/RTkmEKDAEjyK7rAiBTzFUas+qQdYcwkj4Sl3CXPOsKKQtN/qjl7wLY24ZQ4A=="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"peduarte","email":"contact@peduarte.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_1.0.0-canary.17_1630002555594_0.3324819319665182"},"_hasShrinkwrap":false},"1.0.0-canary.18":{"name":"@stitches/core","version":"1.0.0-canary.18","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","types":"types/index.d.ts","typesVersions":{">= 4.1":{"*":["types/index.d.ts"]}},"jsdelivr":"dist/index.global.js","unpkg":"dist/index.global.js","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./types/index.d.ts"},"./global":"./dist/index.global.js"},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://stitches.dev/","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"readme":"# @stitches/core\n\n**@stitches/core** is a framework-agnostic 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/core\n\n# with yarn\nyarn add @stitches/core\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+css+%7D+from+%27https%3A%2F%2Fcdn.skypack.dev%2F%40stitches%2Fcore%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 { css } from 'https://cdn.skypack.dev/@stitches/core'\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+css+%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%2F%40stitches%2Fcore%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/core/dist/index.global.js\"></script>\n<script>\n\nconst { css } = 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](./CONTRIBUTING.md).\n\n## Authors\n\n- Pedro Duarte ([@peduarte](https://twitter.com/peduarte)) - [Modulz](https://modulz.app)\n- Abdulhadi Alhallak ([@hadi_hlk](https://twitter.com/hadi_hlk)) - [Modulz](https://modulz.app)\n- Jonathan Neal ([@jon_neal](https://twitter.com/jon_neal)) - [Modulz](https://modulz.app)\n\n## License\n\nLicensed under the MIT License, Copyright © 2021-present Modulz.\n\nSee [LICENSE](./LICENSE.md) for more information.\n","readmeFilename":"README.md","_id":"@stitches/core@1.0.0-canary.18","_nodeVersion":"16.6.1","_npmVersion":"7.20.3","dist":{"integrity":"sha512-60ci3SYlmh+LCQB9it09zBdhrrxTV2XhUrSjXiYFWhfqt7C0n7qDKFCIP8PHCZVkidSbZHfDcLE3d34+lhRURA==","shasum":"5657394b1032f73a08e5efa4ef02305fdfe22d7e","tarball":"https://registry.npmjs.org/@stitches/core/-/core-1.0.0-canary.18.tgz","fileCount":14,"unpackedSize":509774,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhKQ4sCRA9TVsSAnZWagAA/Q8QAIN3O78L8VH2Ph+XIMEA\n4ZMm/qkJyfFUavWnc3ZBGL4QpPIBLn5xucNvM9PN23lOIuBPZ+6q5H2romzk\nybrQPl6EuD5iewSS5jSr92L/u+ZXm3XaynbCSSv0Xe11Da+ZjINCBZ1F8Sh2\nBMlMK35M5KrV4Ce6WENAt3XtkFo3nBz3sbz8Z7/slC3D2leE438xkEOQ1NzY\noU/IIFrMGBn56t3Xp9YtMkRkVntoA/wEzaIvYSxVMPFuKXIubpTX2JyjW2Y5\njNGL8VCIeR7fK3avv5ruD9UJDHbRrSIMR+7CUIRxlq6sMHb2p0TWei8TRGik\njOEIOjj+SMuH8cwcCzZstLWYPlscIcpX+XKmgL6YMaPDfNDbvv72Y51/g4bX\ny6BdEvDPqzFaYNEHUYSCrdsRDDM0LvIdwcCmduSEtF2e0+WaypoebQs+/ulp\nf2As5zeT/VAatXR+eLmIf/erwUE7IJXzaEaBE/Fcm5RPVReD01vexNcqTUhS\nRBSMCQl7qX//kBIUeWA+ZGOhBJH4pO8ZjbCHsL9Ksz9laXdvfcvnxDMP0Fxc\n+GjqvdoyNkoPVo1hnzYZBy1rY3rUETX7+uG/6uaUFmOm8ThcLrmOWVbea7Da\nXJNXWAkTmp/KVqsjsf+1OXGDTl4ONQV2dN6uaMhbwMzrATEZgqJd9VNxXjte\n81Gs\r\n=TFz0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH1eS5kvoSM01pl9RU0LYfA1LlwrFoA72R+d/tkwzVCNAiEAnB+Lcu9COK8WojF1dkKpW3qccx/SyetXQh1Ok2ROT88="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"peduarte","email":"contact@peduarte.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_1.0.0-canary.18_1630080556722_0.8269912991963628"},"_hasShrinkwrap":false},"1.0.0-canary.19":{"name":"@stitches/core","version":"1.0.0-canary.19","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","types":"types/index.d.ts","typesVersions":{">= 4.1":{"*":["types/index.d.ts"]}},"jsdelivr":"dist/index.global.js","unpkg":"dist/index.global.js","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./types/index.d.ts"},"./global":"./dist/index.global.js"},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://stitches.dev/","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"readme":"# @stitches/core\n\n**@stitches/core** is a framework-agnostic 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/core\n\n# with yarn\nyarn add @stitches/core\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+css+%7D+from+%27https%3A%2F%2Fcdn.skypack.dev%2F%40stitches%2Fcore%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 { css } from 'https://cdn.skypack.dev/@stitches/core'\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+css+%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%2F%40stitches%2Fcore%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/core/dist/index.global.js\"></script>\n<script>\n\nconst { css } = 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](./CONTRIBUTING.md).\n\n## Authors\n\n- Pedro Duarte ([@peduarte](https://twitter.com/peduarte)) - [Modulz](https://modulz.app)\n- Abdulhadi Alhallak ([@hadi_hlk](https://twitter.com/hadi_hlk)) - [Modulz](https://modulz.app)\n- Jonathan Neal ([@jon_neal](https://twitter.com/jon_neal)) - [Modulz](https://modulz.app)\n\n## License\n\nLicensed under the MIT License, Copyright © 2021-present Modulz.\n\nSee [LICENSE](./LICENSE.md) for more information.\n","readmeFilename":"README.md","_id":"@stitches/core@1.0.0-canary.19","_nodeVersion":"16.6.1","_npmVersion":"7.20.3","dist":{"integrity":"sha512-ulQpxrUjI89BubfTv/9q02QTu+9K2g38B5dFypiCYBrQh4QIXjT39AXkeWBq3LuKCV1AzTK1xB0kGSgfa1ijvg==","shasum":"fb9cee99641a5adcd1fa83017d21e75faf4d5449","tarball":"https://registry.npmjs.org/@stitches/core/-/core-1.0.0-canary.19.tgz","fileCount":14,"unpackedSize":509790,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhLN7GCRA9TVsSAnZWagAA6nQQAJduHTEOodjc5Kzc20mv\nV1w4SgKreIhf2zqQunVVAZKsIBOqpfmAYkV89ku62IuHztjvR8LZattFWuXZ\ndGlrl7gmIjtyV1I/jkqmWDzwwwPotJb44HTTU7HL18sn+YWNUi8YM3K+8nOn\n6Nj/Oni9N94Vcq4F2xvjfqtzM2q9T/TGJv8GBKqglWNZ/Fas/Ih3//KWy1M1\nBC+DWuEL2ga913Hk05QNSC5SmGhFlsynpw+v4Ltq8o3m4zaDKZECiC785yL8\n+E9LNQhP0uLsbVH6ebBbfQ1RDXrJtFo5BaaASU2j5yhH2IpwTP6O3uuQaBLl\nA27ZLlrsj5BmZUcG+vBuTLehS5x3B1uRLAEw3y6ndgMDua2QQOfDJeorFSSL\nJ+dmSMaGuaFsOo50fyh6liGHrAIEj7aP77sdNteZfIEN8Q4FDljcXfTVX8BE\nJ37J64bbWyanPzpq0VtH/QGnzmrWHdugKSAsknp46cR/9LdBUuJiz96KB65i\nK5OENZgEmqZqfCMmvynQGIRvmr50OWHEPwHyf429BPO1PM9F/ijm6AFmZgU1\nDKJMX4JXb4lKj1MY9zTGU3jqQffgauE1Kq01TGN+e4js0Q2eUEM6/cXXg4B5\nT/W4Kfi0C7lOb1HEtnATWZeOQ0fUgCfytBRO3Occtc+gOFj8C/P21iKDXg+T\nau5h\r\n=74sA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD2NTeTGgLLFpbWDu9EdUtSdr381IFCeLtuKRVajLrckgIgH8y9rpVm4HyfIBxtHeVP0yvVWtTREjkiV0ZhVpBYmhs="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"peduarte","email":"contact@peduarte.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_1.0.0-canary.19_1630330566406_0.7289123473261205"},"_hasShrinkwrap":false},"1.0.0":{"name":"@stitches/core","version":"1.0.0","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","types":"types/index.d.ts","typesVersions":{">= 4.1":{"*":["types/index.d.ts"]}},"jsdelivr":"dist/index.global.js","unpkg":"dist/index.global.js","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./types/index.d.ts"},"./global":"./dist/index.global.js"},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://stitches.dev/","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"_id":"@stitches/core@1.0.0","_nodeVersion":"16.6.1","_npmVersion":"7.20.3","dist":{"integrity":"sha512-XDlOgiqR+OZ14iBNS0FDZRScHbh23HRBWwy7ZmUB11snQ8dAQ38viH+fXreAVHWZjT4hhSpE5pIDCogLLvdE4A==","shasum":"14dad661b034fb9cc8f570617b0223ca0891ac5d","tarball":"https://registry.npmjs.org/@stitches/core/-/core-1.0.0.tgz","fileCount":14,"unpackedSize":509780,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhLQLvCRA9TVsSAnZWagAA+jkP/1ZF5eO+UYvxPQgJFvIv\n8tQNl9NLOZ08Q5KZTeY2RqUbmPp4dT8cvDaMLNPaThoq/73/6X4JVlnBDQSP\nrj2pnHiNzAsSgY5B7pSKITd1yZtg2rBt5y84lc9+cxMKjUtyTzR8sq7uvzAv\nh6j/6zKi/hhNG4xDnpfqto7NdZ/yvIeC8b+SG0rPz4lAkzk/Zbx+cpTLuEGO\nb50zA3xDWA+4tGUrSuELSshphmvJw3JKPtV4COYuSVCJFgGCcHM9uHkoK6HF\nPPVdRfYtoP78z2WN3e+I53omMhZb5bTFqKXSanhNv+wCqJADpX3SWqumMigR\nhO4/3LmgjUK34bih2i69kxldGzXL6AI3bPxgsE4nWKQ2A+HVkkivkKdZ7XFz\neXd7ysF07FcgGb8rhrssDZ55IMAFwA9hY8qyzCOI3MOgpI47cuqbCxm7uwoX\ndUq1zeGBhHf8nrPmR0NCYpowVqypiza5fCyoX+jq3OUtAUmXR7m6GySbGsk7\ngYsEc6IyZu5JMypl4UYh2kNjxSdFCh/5oFvemnSSBTyXp1X4Cx3RtS3NEazy\ncO/8ESb3nMzpOBGEuJPSad/WcLhCJEOH+SPBLU1WdMqkIRXKK7ox/vJrxHL5\nuB7rPsIOEGkZ41KXVikUJLu621ONBDYgcaPG7hGiI2SckQ+EFsUhbOSdQf30\noGUH\r\n=rJoK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFtNZPkO1dLmTi3lP/lZ+PezNenk7lUY7Tm2pxsIMjkwAiAvVXgNff/4mtzcLXdMLduL15Jy3exa+6CuGGYlEjAXAA=="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"peduarte","email":"contact@peduarte.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_1.0.0_1630339823215_0.795069116509427"},"_hasShrinkwrap":false},"1.1.0":{"name":"@stitches/core","version":"1.1.0","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","types":"types/index.d.ts","typesVersions":{">= 4.1":{"*":["types/index.d.ts"]}},"jsdelivr":"dist/index.global.js","unpkg":"dist/index.global.js","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./types/index.d.ts"},"./global":"./dist/index.global.js"},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://stitches.dev/","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"_id":"@stitches/core@1.1.0","_nodeVersion":"16.6.1","_npmVersion":"7.20.3","dist":{"integrity":"sha512-qKbNVx04ybrhkaPDhEAux6LvlWNjnKGhwum3WakHtyHBWIWoBLM39rGb3JpwkXKECaulS5+wdwldN7OQxaDBvA==","shasum":"c4370638efbdefeb68a5e2d81b0d6158d5711b59","tarball":"https://registry.npmjs.org/@stitches/core/-/core-1.1.0.tgz","fileCount":14,"unpackedSize":509896,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhOfK4CRA9TVsSAnZWagAAXKcP/i8Y2ukEhMOM4PCPQeSb\nGjNf/btIC68KWaO8m5kh81losGyTR4rqpQoOVDosqPvDdUHNeYV1WOohE5hK\n4Pkhs67+7yBttyY5p8XxKFQgkKDfHWXlaqbK1l2AeO7EsXyaL+tepA6iGoCZ\neTQADnlDV1sdE/vZfqanstK+IaYmJtNAEJOiZU414BR+rMRjJPitr+EG7xnu\nHWMblFQ7BIkVWpzDaTq4BzwoxmIR8ZY4TRZjas4TNZHXaKOFMUXjayGZDDnw\nudLb3NkRkcNpd1hhpEXBY/MgnnDYrGBBwnBrOC1bsRkuiF4E5G4PRAFY7kyE\nZDtME/PtmlwZALpA2Vs4gHpmTxPggCnTU7PtV08h97RtaJi5dxl7ydr7ctC9\nT4/O95kCnojy6FfwU61PzT9uTry9mzhGxo5L2nzbXFTrEWpaYq8yGVGQDy5G\nwmZV+j84YV8celycp1FULt+oYi1RIDpjagDXWam0y3VWpc7p4fdVp61vqHbI\nZdKkHBsqbnMRZwNYChgFYHfMMqIuVzF1dYRz9Fo6WaH2CdkFLw5XIfpfZRaV\n6+hSwo7EnbZgTphdUkyS0wsxx+BuiFt6fyQXxwzE1yaMxZu0ys5JNiC5YS/8\nvmN5Jrm/pUNCH/dnmwmLrJr8+fQnRGVzljvxAFYZ+PYs86teraHEMsIvoDAB\n0BB0\r\n=ABJX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHoYxGTGmpu9pdZbxV3q/3NSHWUlpblIf1/hrwaVE5FcAiAkrA8VKet+L8OM+CiR2zfBykWIu1EF1tvBe7bPd6qtoQ=="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"peduarte","email":"contact@peduarte.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_1.1.0_1631187640759_0.7552426478857222"},"_hasShrinkwrap":false},"1.2.0":{"name":"@stitches/core","version":"1.2.0","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","types":"types/index.d.ts","typesVersions":{">= 4.1":{"*":["types/index.d.ts"]}},"jsdelivr":"dist/index.global.js","unpkg":"dist/index.global.js","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./types/index.d.ts"},"./global":"./dist/index.global.js"},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://stitches.dev/","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"_id":"@stitches/core@1.2.0","_nodeVersion":"16.6.1","_npmVersion":"7.20.3","dist":{"integrity":"sha512-UjZHg9aWpqnRGtyewmNFEwtceRAiK7O1CjAGTBtN9bbw2N02SRZFYCTLUMxpFZi4J7juBQJKxbc7yvi+Y4Qg2g==","shasum":"5d507e1d27af1363265dbfdfd419d8e11262efce","tarball":"https://registry.npmjs.org/@stitches/core/-/core-1.2.0.tgz","fileCount":14,"unpackedSize":510228,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDuNOnS9YWQm74JMWh2htk5OLmIvc+xxGEvYXSg/QSG1AiApcbYASWSxMirvS2Dl0xGeyp/dnIv/4Iokw8KuFwGgFA=="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"peduarte","email":"contact@peduarte.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_1.2.0_1631898798868_0.22594472143555389"},"_hasShrinkwrap":false},"1.2.1":{"name":"@stitches/core","version":"1.2.1","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","types":"types/index.d.ts","typesVersions":{">= 4.1":{"*":["types/index.d.ts"]}},"jsdelivr":"dist/index.global.js","unpkg":"dist/index.global.js","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./types/index.d.ts"},"./global":"./dist/index.global.js"},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://stitches.dev/","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"_id":"@stitches/core@1.2.1","_nodeVersion":"16.6.1","_npmVersion":"7.20.3","dist":{"integrity":"sha512-khmA2qkQt+YWMa3PAG5ybLmc6jSGBfXEvOOsRZV6EgxbN0UTMdvOPMqzouPepo9hsUiPeEtqLzQjKktir6hPaw==","shasum":"64dc228d2f6e29708fe25666fcd51f4febcc40bb","tarball":"https://registry.npmjs.org/@stitches/core/-/core-1.2.1.tgz","fileCount":14,"unpackedSize":510236,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGw2r1XU4AuAsyP3fWeT70s/NAjAbQmAY1SqfzBj7VdEAiEA0B8s/F8DzonyN1ShZPNI14gqcSul4g1hAijDmh+oXXg="}]},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"directories":{},"maintainers":[{"name":"peduarte","email":"contact@peduarte.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_1.2.1_1632435579559_0.5182925633938111"},"_hasShrinkwrap":false},"1.2.2":{"name":"@stitches/core","version":"1.2.2","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","types":"types/index.d.ts","typesVersions":{">= 4.1":{"*":["types/index.d.ts"]}},"jsdelivr":"dist/index.global.js","unpkg":"dist/index.global.js","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./types/index.d.ts"},"./global":"./dist/index.global.js"},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://stitches.dev/","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"6e0f066d69fde51e4945358636d90e71445d05e9","_id":"@stitches/core@1.2.2","_nodeVersion":"16.10.0","_npmVersion":"7.24.0","dist":{"integrity":"sha512-afj7bmcTGVvaQgaGo2hXj27+FVlPiBKI182EQhExHrdIsFaHHlhuVpVD4NXW/dM7XianhOw+ZnSCy1EHPX0OtA==","shasum":"bc0de52ce5ef3439994e19c11a8c9332cefc7afb","tarball":"https://registry.npmjs.org/@stitches/core/-/core-1.2.2.tgz","fileCount":14,"unpackedSize":510831,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCFsYQywpOG1zbi+Y2COCde4c0a213iRZV52M8fCe+HIgIhAN77DmH2cTeZR7YxyldRc0/WdFdLK4yqub9/k54ABwb9"}]},"_npmUser":{"name":"peduarte","email":"contact@peduarte.com"},"directories":{},"maintainers":[{"name":"peduarte","email":"contact@peduarte.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_1.2.2_1633447794335_0.879581368633755"},"_hasShrinkwrap":false},"1.2.3":{"name":"@stitches/core","version":"1.2.3","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","types":"types/index.d.ts","typesVersions":{">= 4.1":{"*":["types/index.d.ts"]}},"jsdelivr":"dist/index.global.js","unpkg":"dist/index.global.js","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./types/index.d.ts"},"./global":"./dist/index.global.js"},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://stitches.dev/","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"b095f8f2a6f7b0a93d4df3cfb452423b3515c259","_id":"@stitches/core@1.2.3","_nodeVersion":"16.10.0","_npmVersion":"7.24.0","dist":{"integrity":"sha512-ccduUnfkBX9o1WybNtvaOKQhKcmQGRPUqpRLKNvtwR7fyZnKwv9ZvoMmt41gZxVnVutJAc4mlT0ENFJNF5lwCw==","shasum":"7dd5b45155891e95cd8b5ee1dd15330b5bebe65b","tarball":"https://registry.npmjs.org/@stitches/core/-/core-1.2.3.tgz","fileCount":14,"unpackedSize":510937,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCeO+KNedVQDcQFZxR4QVjxv2YXAt8FW1RfRsnWQOGXxQIgUPa+i3UdqDHGWW9JBfF7j9d48I2zXJrHjj9KNm/AovU="}]},"_npmUser":{"name":"peduarte","email":"contact@peduarte.com"},"directories":{},"maintainers":[{"name":"peduarte","email":"contact@peduarte.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_1.2.3_1633525347522_0.9707313698017959"},"_hasShrinkwrap":false},"1.2.4":{"name":"@stitches/core","version":"1.2.4","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","types":"types/index.d.ts","typesVersions":{">= 4.1":{"*":["types/index.d.ts"]}},"jsdelivr":"dist/index.global.js","unpkg":"dist/index.global.js","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./types/index.d.ts"},"./global":"./dist/index.global.js"},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://stitches.dev/","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"7bbe8b2d175c9772d31a09b9845295cf2bc46a07","_id":"@stitches/core@1.2.4","_nodeVersion":"16.10.0","_npmVersion":"7.24.0","dist":{"integrity":"sha512-SN/PgD5olgjXZRAlxFEqRLxb46bvlkyVhUBAgYa2peDWHp+aOpTAhmfDsTapXEzZJhuEiN9/F5yG1PdstgIn4A==","shasum":"1607192695415164b246fc8a5509ad3f78eb6d73","tarball":"https://registry.npmjs.org/@stitches/core/-/core-1.2.4.tgz","fileCount":14,"unpackedSize":510937,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCVcSWYB4yyDHFNHzqKc46zp4ZuCsqTedhWg05vWUlyhgIhAJhLPoZ2seUKkehwnGIcolbsbCmJ7FD7RxbSinsmmGWe"}]},"_npmUser":{"name":"peduarte","email":"contact@peduarte.com"},"directories":{},"maintainers":[{"name":"peduarte","email":"contact@peduarte.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_1.2.4_1633546396927_0.21710538267246293"},"_hasShrinkwrap":false},"1.2.5":{"name":"@stitches/core","version":"1.2.5","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","types":"types/index.d.ts","typesVersions":{">= 4.1":{"*":["types/index.d.ts"]}},"jsdelivr":"dist/index.global.js","unpkg":"dist/index.global.js","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./types/index.d.ts"},"./global":"./dist/index.global.js"},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://stitches.dev/","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"326ac594e76c972730df41484e195e294d54c05c","_id":"@stitches/core@1.2.5","_nodeVersion":"16.10.0","_npmVersion":"7.24.0","dist":{"integrity":"sha512-E2N+Y2bKK7YS+J0kyORduGSwZMQsztYZAp3G/6Hgl2smA+Zzugwfuhc7sAYscdY3ShRf4gvHueNmO2vX+uLB4Q==","shasum":"6dd8d1aa3d5f437cea7448498e66b2c1e9d7193e","tarball":"https://registry.npmjs.org/@stitches/core/-/core-1.2.5.tgz","fileCount":14,"unpackedSize":510893,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFK3eiAM37xbpYldRKS5hLKUalY+dy4wueqRhzq/h+mdAiAd9MctWXBDtwl2KAEbjsNVQdWPRBGYrIJfGK2dha70xQ=="}]},"_npmUser":{"name":"peduarte","email":"contact@peduarte.com"},"directories":{},"maintainers":[{"name":"peduarte","email":"contact@peduarte.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_1.2.5_1633616234582_0.6628983378317574"},"_hasShrinkwrap":false},"1.2.6-0":{"name":"@stitches/core","version":"1.2.6-0","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","types":"types/index.d.ts","typesVersions":{">= 4.1":{"*":["types/index.d.ts"]}},"jsdelivr":"dist/index.global.js","unpkg":"dist/index.global.js","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./types/index.d.ts"},"./global":"./dist/index.global.js"},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://stitches.dev/","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"readme":"# @stitches/core\n\n**@stitches/core** is a framework-agnostic 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/core\n\n# with yarn\nyarn add @stitches/core\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+css+%7D+from+%27https%3A%2F%2Fcdn.skypack.dev%2F%40stitches%2Fcore%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 { css } from 'https://cdn.skypack.dev/@stitches/core'\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+css+%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%2F%40stitches%2Fcore%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/core/dist/index.global.js\"></script>\n<script>\n\nconst { css } = 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](./CONTRIBUTING.md).\n\n## Authors\n\n- Pedro Duarte ([@peduarte](https://twitter.com/peduarte)) - [Modulz](https://modulz.app)\n- Abdulhadi Alhallak ([@hadi_hlk](https://twitter.com/hadi_hlk)) - [Modulz](https://modulz.app)\n- Jonathan Neal ([@jon_neal](https://twitter.com/jon_neal)) - [Modulz](https://modulz.app)\n\n## License\n\nLicensed under the MIT License, Copyright © 2021-present Modulz.\n\nSee [LICENSE](./LICENSE.md) for more information.\n","readmeFilename":"README.md","gitHead":"bd741dcb47f5367098306fa3ea2ff7ba2ff49c5e","_id":"@stitches/core@1.2.6-0","_nodeVersion":"16.13.0","_npmVersion":"8.1.0","dist":{"integrity":"sha512-dBjNT3F4Y8uFf+Mk+6/bbf/4WCnbIV+3YIVie+k/7RD125BFgWgYWp6K3PPcSbDKjgrdpVU6BxEfKnu+Jm0q+w==","shasum":"5d61b8ca82647d77c2f3b8a9b4dd040f64681f8e","tarball":"https://registry.npmjs.org/@stitches/core/-/core-1.2.6-0.tgz","fileCount":14,"unpackedSize":510369,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhlpsCCRA9TVsSAnZWagAAVGMQAJC7VycLO2KY6wu/8Jph\n7P98efdFnqC7jpLAfZZNQ++oIZzBMSmhgIa+1FvLpNk5rkDjh0e/D3Asg6PX\nNhZ04X6B9bpO9XgyFtdeMc8QN0kQfG50WruwZj7tiXAEveo8jDfWvFdliRc3\nGd++6tK6uXL3VBkrFyzPqQv0J3Nc4mrDqCYrFnQLju3rjjLirlqPfkUEQTTx\nU814r55mf1XTj6o/x4/VtDuK7Kv4W0SddfHnEqPfvVIvtpeAUS3ItJ+wxtQe\nGnNCZBOOeTJbHxytGqIK8/VIIK5AzEF+IafOHQmJGkt5tzhqmWbXG2OIl0wi\nKPuUTsWq+PkxottLywG0HpjXVUe21drC6fNGPWGOZm9WMOOyZZ/soReL6uxR\ne9f96MTkH6a+BwIjXz8qsV+TFvhjW/XzLb2cRUlHEsQHL0go1nTJ6WMT7oze\nn5MyZjKlNcYfKZ0XS6ZAStR49i5B45+5oRuNnEtZ0NiriFYsnV/wsDZR9jtq\nqNoUHmEdYuvLH+hlKvEBXqkz22ACr37qqSXGKOlsBmHY463ACedtwXvBYce0\nBaujMcY6/nOldX/hiIALmk3NoQKIdXCE2aUKd6ofbPGL2HpwrgZkcTLVZ8h8\nKAU3dSbd8LfEPn4HQpT+geTB70Xc4RwjdDu9uGTgQmBbnjeY5plEMGEMAEn8\nQh63\r\n=05YA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCA8hHm0Dd6EqSeUW6flWFhScpX54AsVZ7wpB4t99RCLQIgPwPYGC4P/UMPYC0RhJxm5tGceTgEtT3d57ajX0o+TKo="}]},"_npmUser":{"name":"hadihallak","email":"hallak.aa@gmail.com"},"directories":{},"maintainers":[{"name":"hadihallak","email":"hallak.aa@gmail.com"},{"name":"peduarte","email":"contact@peduarte.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_1.2.6-0_1637260034395_0.4345856221391995"},"_hasShrinkwrap":false},"1.2.6-1":{"name":"@stitches/core","version":"1.2.6-1","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","types":"types/index.d.ts","typesVersions":{">= 4.1":{"*":["types/index.d.ts"]}},"jsdelivr":"dist/index.global.js","unpkg":"dist/index.global.js","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./types/index.d.ts"},"./global":"./dist/index.global.js"},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://stitches.dev/","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"readme":"# @stitches/core\n\n**@stitches/core** is a framework-agnostic 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/core\n\n# with yarn\nyarn add @stitches/core\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+css+%7D+from+%27https%3A%2F%2Fcdn.skypack.dev%2F%40stitches%2Fcore%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 { css } from 'https://cdn.skypack.dev/@stitches/core'\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+css+%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%2F%40stitches%2Fcore%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/core/dist/index.global.js\"></script>\n<script>\n\nconst { css } = 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](./CONTRIBUTING.md).\n\n## Authors\n\n- Pedro Duarte ([@peduarte](https://twitter.com/peduarte)) - [Modulz](https://modulz.app)\n- Abdulhadi Alhallak ([@hadi_hlk](https://twitter.com/hadi_hlk)) - [Modulz](https://modulz.app)\n- Jonathan Neal ([@jon_neal](https://twitter.com/jon_neal)) - [Modulz](https://modulz.app)\n\n## License\n\nLicensed under the MIT License, Copyright © 2021-present Modulz.\n\nSee [LICENSE](./LICENSE.md) for more information.\n","readmeFilename":"README.md","gitHead":"f29e2ee12ea2a52264dfb470e4a90932cbc04806","_id":"@stitches/core@1.2.6-1","_nodeVersion":"16.13.0","_npmVersion":"8.1.0","dist":{"integrity":"sha512-gOI7T+HAJIEI/C0FJ71kOw00q2C4r4lIXRFmDXxJKu1k2Y8UAFjw2zDog9VVsnavjcn7VcUGExQ7Q7MKMCkTsQ==","shasum":"ea3bbe506fe73188362223d2b183f1e14cebff83","tarball":"https://registry.npmjs.org/@stitches/core/-/core-1.2.6-1.tgz","fileCount":14,"unpackedSize":511095,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhqJ3eCRA9TVsSAnZWagAAUiwQAKFMLC5TPAjW3L3GueBe\n+XZlE08qtsuJ2WD4+RV+IF5JkVV7gyTbR5oaOE1b4YrkCldTyE54HibIlFcj\nskYhX6xriNfmrPzdtFqvAY/xLo1/3JfGJOgRtWZgZG1ZwTDth9nZovGl1tTl\nX7PgZjPgdV1nVD6HIpX7gUtZJMHH/NCFXRpMM1PuCyNS1lNtQgrSmlbgrUMb\n8DV1I+/cvbQczPYcqgyEC3X3UMtxZvVHBgnOYkIv1BI0t7MU7EGdNUtrs6xX\nJ4jLHgMIrtjbv251ZQ6KXZSqXOYtImDETR/LDMBVD/CP5WcvnCxBK+M/L/1+\nnmU3iL7rkoZjIxvWeZ4VeDxGC3S1O1lRsyw3+vAqNGiV8KguIkDdjSYQ7q1n\nxsuvTBjFlNjGMVO0i9SGAFvRZiStOdT4+GFRLtKANcPUsCB412wkGUNAJ32V\n/gSJMCYXdHoEP7aXXIw3m/8v6DGrYKXEFU3yOM7isBX6vCPJJi+GTRcfffRX\nlkQYB6bKt+z9STBPpuQ7FJDgjokRJMWwR1wrSHvHqm6aPMrfBCrK+9B7/mEG\nakPJAEqzpLvDLA9KsPiQN1QU0vs7kvFogupqrN/LDi6ndtdXfzShNXDZBFoX\n/ceMDqUsaXD3Bn5pJrcxXM2JWFV0x35xSN52sTSwfvCD8hX0TvS/PhMkdfgR\ntwrB\r\n=RScl\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD/5sT9o9AqKXb3UiMOxCxLAUgEinh29ImqQ19CNXvJpAIgZIsxtHXg4slYKa1Vk3iQx+NGQ9rDSrg5vVvQFm4nt6I="}]},"_npmUser":{"name":"hadihallak","email":"hallak.aa@gmail.com"},"directories":{},"maintainers":[{"name":"hadihallak","email":"hallak.aa@gmail.com"},{"name":"peduarte","email":"contact@peduarte.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_1.2.6-1_1638440414791_0.8949767240371098"},"_hasShrinkwrap":false},"1.2.6":{"name":"@stitches/core","version":"1.2.6","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","types":"types/index.d.ts","typesVersions":{">= 4.1":{"*":["types/index.d.ts"]}},"jsdelivr":"dist/index.global.js","unpkg":"dist/index.global.js","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./types/index.d.ts"},"./global":"./dist/index.global.js"},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://stitches.dev/","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"c48a6532db350093dbd00fa2bace29930c53ba68","_id":"@stitches/core@1.2.6","_nodeVersion":"16.13.0","_npmVersion":"8.1.0","dist":{"integrity":"sha512-nDGhYDZw74uL7D4FYwpya2Sgr1LucsdrF7Nr6Ut4jQD49sBK36S2eC2oCAlfAX0JksH0QVfOrWwUipp3uaID1w==","shasum":"ca464406eb8e5788ed6332548833d5f46e43fa3c","tarball":"https://registry.npmjs.org/@stitches/core/-/core-1.2.6.tgz","fileCount":14,"unpackedSize":511093,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhqORtCRA9TVsSAnZWagAABVAQAJNZYTmDxSqNNHRsgtDC\nlx8HN6/kTAnU+wbxv8AEJQ2l68q+1IDsYbBFNnLYsbceKj1gFlaWsSPgKEc3\n/W3puwB9HT2Vs00Z88Cp3BU7yZpKZgk+ySLZPW3hyj7zXPp7oIdFbzGITB84\npwJPCExI09FyeBB09KXpjg9nJRiFd03X8RssHsn1q45K7RAwcDpteqQkcWlK\nXbLht7sylU5nVc6ieAmKreTDNwi+KvJLmm88syoJrA1fQhJoeCe4ywhI6BcK\ndCeY3Cp1ciDG2P0W5iWyw5BNx5wQZkEuAaKTw3KSPHu7kRvZA3rWdJnZWPyC\nXjBdnvYrM7g4neNU5jQUnNfggueG8sO97ysqDx4OPvQB8PqAcDvX+9qag4Ad\n8kxeWildBbEKRdP2QhADNsON5kV06RuWkxaVMbnB8r6GQpXzKmkOGwBUgOGH\nTorfUK63CK0K773bvnz0oxnHJgDdL9ssRmh20NBmsTS9CO/2sDV+VjaJMZbd\njqbpoEZb2+HCZOwTh64awJmOIPRQtfpomZZYtpTZTo5bIbqkd3yYov6AutQf\nrukVbIlObbAPw6ewLtevEF7ZY/RiTlC4wDM0l0ChfMJiASvRAFZRjVl0LJyo\nGYkKg4zGWVkX1UflhCPbjrXWB7YWBlJOVf1f0NltXFVOE5RDa7olEH7qJq1P\nN1nu\r\n=xMlD\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD+wXQzJrQZW7h9ymPAWVfLB3s1HZo+BH3aU+Lgye7s3AIgGpXrf5UPuAABXcs8PSNE8w4aVLiZjSCxcamq00FznVQ="}]},"_npmUser":{"name":"hadihallak","email":"hallak.aa@gmail.com"},"directories":{},"maintainers":[{"name":"hadihallak","email":"hallak.aa@gmail.com"},{"name":"peduarte","email":"contact@peduarte.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_1.2.6_1638458477331_0.5135252815962073"},"_hasShrinkwrap":false},"1.2.7-0":{"name":"@stitches/core","version":"1.2.7-0","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","types":"types/index.d.ts","typesVersions":{">= 4.1":{"*":["types/index.d.ts"]}},"jsdelivr":"dist/index.global.js","unpkg":"dist/index.global.js","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./types/index.d.ts"},"./global":"./dist/index.global.js"},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://stitches.dev/","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"readme":"# @stitches/core\n\n**@stitches/core** is a framework-agnostic 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/core\n\n# with yarn\nyarn add @stitches/core\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+css+%7D+from+%27https%3A%2F%2Fcdn.skypack.dev%2F%40stitches%2Fcore%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 { css } from 'https://cdn.skypack.dev/@stitches/core'\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+css+%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%2F%40stitches%2Fcore%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/core/dist/index.global.js\"></script>\n<script>\n\nconst { css } = 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](./CONTRIBUTING.md).\n\n## Authors\n\n- Pedro Duarte ([@peduarte](https://twitter.com/peduarte)) - [Modulz](https://modulz.app)\n- Abdulhadi Alhallak ([@hadi_hlk](https://twitter.com/hadi_hlk)) - [Modulz](https://modulz.app)\n- Jonathan Neal ([@jon_neal](https://twitter.com/jon_neal)) - [Modulz](https://modulz.app)\n\n## License\n\nLicensed under the MIT License, Copyright © 2021-present Modulz.\n\nSee [LICENSE](./LICENSE.md) for more information.\n","readmeFilename":"README.md","gitHead":"aee04cd6f5b84163e978b52f04a340e11631d6f3","_id":"@stitches/core@1.2.7-0","_nodeVersion":"16.13.2","_npmVersion":"8.1.2","dist":{"integrity":"sha512-o2zgUZ6PXvH+bZRkBpAb7/kN1v8MPIzaVjnzLpQMj5GRUQDNUBQM5D92EJmeIy08ydiSxaAEMv3bTC/cWzXSEQ==","shasum":"edc3b033b20757f30699c08df1e90024c849db74","tarball":"https://registry.npmjs.org/@stitches/core/-/core-1.2.7-0.tgz","fileCount":14,"unpackedSize":511108,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiCvpPCRA9TVsSAnZWagAA06YP/RKSZveZDoiw8SQ/VWWK\nZylmuWQme1d+IpTpaoal7uN0N/rX5c4JSYDYz4vTMxUG7n3J0+3yAmU7KYI2\nOcywwkf0Fx6XIUiJA4scUhsANjWuuVPiztn8PB09gIQnW4SC7iYMG4OMub48\npuJreIgDx06iTMKP6C/KlI6NKYFCpEaV9oPSpPjvchRon7FGt+b3ihSyeADA\neIFhRnXGUaFNY+XPCvzgA8Fau0faxQXyDopa6NY4ngpukMhGbaZcDN9cc2iJ\nHrR2DNjP6azw/GSGVcB7VSc/YhX+qoGnlDnX7cI+rMstpTLZZ0FmWmjDnQxA\nO4JS/BMXvZ5ZFNKmJa42400ulN2rjo289G8S13Qv28rEqALaRq8LVCs0VX/R\n5a5ZNjIVp67n3SlG9lKGhwmJ8uTIrWxUiliWRdxnjW7mYooRZPm6r8exEQ/G\narx6rNV/NuVeGZKirA0ukIQpplHy+2vwehy01KCXuOlA4YOcfdBSwj6mhuun\ne+nfe/I3r1xGsZnw5zF2cRglord3hBneGENWDFWnMYw4GBfjl1joDSLkNGz0\nFqUjxXKENawj9+X3UZ5fC94pcrfGZsDWMgBu/Tr8qSGt6HIxcufqH7Fa+Oif\n089VC23yhwsqqVG/Z02oGJPLJ+SQW2yYio551iQkl1jPkiPPKckr4+at4WWh\n4+7M\r\n=ntt7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDwU/64dkifkM4O6KGK2csGp4E/Ret32xCW7PP0g0ZeeQIge4S4u7bimtTzz94P57ugugO4O7HZ1wWnWjZ0akLQUXc="}]},"_npmUser":{"name":"hadihallak","email":"hallak.aa@gmail.com"},"directories":{},"maintainers":[{"name":"hadihallak","email":"hallak.aa@gmail.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_1.2.7-0_1644886607204_0.07720941808395554"},"_hasShrinkwrap":false},"1.2.7":{"name":"@stitches/core","version":"1.2.7","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","types":"types/index.d.ts","typesVersions":{">= 4.1":{"*":["types/index.d.ts"]}},"jsdelivr":"dist/index.global.js","unpkg":"dist/index.global.js","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./types/index.d.ts"},"./global":"./dist/index.global.js"},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://stitches.dev/","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"0ebaf9f988871ac0d8d5f2b72f2a8042e0d1b56f","_id":"@stitches/core@1.2.7","_nodeVersion":"16.13.2","_npmVersion":"8.1.2","dist":{"integrity":"sha512-2bSto+jqPjeODcdNvwuXduhUH5b1bROmGNSBj/EVOGk8a8dIdCnoZyXYSxdKlKA9SnedBg94qNO0QQAMvTAz3w==","shasum":"9d421b0635ee2acd65a8f0c078d5f5be8fc81766","tarball":"https://registry.npmjs.org/@stitches/core/-/core-1.2.7.tgz","fileCount":14,"unpackedSize":511106,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiGU8bACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqluQ//QbaaCNM1bmJKCBlTldM9pf25tNGFROd3lrSDK6uu0Femft8v\r\nENA/pGq2VSwGBdOLZSeHkQmJu7vrHrN+I/EFjVHRfllPj5w1XNX/UC7j1+mY\r\npr/u7MuQZ64IYiOSpyeZ8q0NgCx4+XUTxREMxW3CKyrfqm/6YQkwA6ap1xVR\r\n+jwe1+KeHSy7nGAyIY2zGGdQe8aweilZdbrHdUyFDxacPNYA+dPcdcAmr3qn\r\nFS05TULZut+wklJpNfxdGm1BK2kzM61MvZJZtPjcFoBHVCICo12XlRNZ9UkD\r\nzPgRJEINsl/NOQx/zHCdk1ySw9XO6OOxKrGP//QmjP7V1F1JYd9OlOtC27Dd\r\nP30N5wR8+RBYcPbiekYMdvSDaOXnKZmG9s14BmoJXXSEbYV+5ZT8UhV8vtg5\r\nada25ExXCvfuWN3vsnaR0msIZFfc0dFpisQXnAL4A195R9sVtQogq1ulGEa9\r\nCsmA97Tk7mPMYyRi2Pyzop7raqxcqakFAjkjrg6E2276Re0poVutP+GPCJGX\r\nohAo7aT+Sdy7BHk2NehFjFTV7xQ7YJT6WcafH5Qp4BNyO+F2W8YQKHYeY0eN\r\nnY+ZfS/yfYXNQFZOW9WvqN5vMqETz33KvGJABtc9XawbCUXacQ32DExM+p+n\r\nkG/8hrZwCOlIkkQLboChzw0OP++lxN9iO3w=\r\n=jTHt\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDG6EAjz2z61NnMlWGfDh/tRuWzAXZPFWLsvD8FEcJ5IQIhAP77vJdtRxgAzZefXO4IzuQf75lGNuv5cCNJwj8dF3NT"}]},"_npmUser":{"name":"hadihallak","email":"hallak.aa@gmail.com"},"directories":{},"maintainers":[{"name":"hadihallak","email":"hallak.aa@gmail.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_1.2.7_1645825819546_0.9612072168881094"},"_hasShrinkwrap":false},"1.2.8":{"name":"@stitches/core","version":"1.2.8","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","types":"types/index.d.ts","typesVersions":{">= 4.1":{"*":["types/index.d.ts"]}},"jsdelivr":"dist/index.global.js","unpkg":"dist/index.global.js","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./types/index.d.ts"},"./global":"./dist/index.global.js"},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"homepage":"https://stitches.dev/","bugs":{"url":"https://github.com/modulz/stitches/issues"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"publishConfig":{"access":"public"},"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"],"gitHead":"c268db3938e2cf6bdbaa3d30f3ce7b67c0492a41","_id":"@stitches/core@1.2.8","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"integrity":"sha512-Gfkvwk9o9kE9r9XNBmJRfV8zONvXThnm1tcuojL04Uy5uRyqg93DC83lDebl0rocZCfKSjUv+fWYtMQmEDJldg==","shasum":"dce3b8fdc764fbc6dbea30c83b73bfb52cf96173","tarball":"https://registry.npmjs.org/@stitches/core/-/core-1.2.8.tgz","fileCount":14,"unpackedSize":511229,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEzLy9YTg7Q/Rq+jyQo4VhwufGv6UoOPJEBgaBULMj9SAiBy8FjzUevF5vFOv23XmiE/YLKrVdLrKaVC14R+8d/3Fg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiZhkXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrUXw/9FNCaq/KE2SK7rxcBh8knKDq8GzOvDV3AYvF7PnYZ5OqmBptX\r\ns+keVV6NLmBxZGx3AbQmc5HEZjgpA8JvIJBtEQ7RiK6rrWNHFFgOG27epydX\r\nWWX4wsTuGtUCtOr8lZZ7zAC7RGV0op5rRlZ5RZoqP7yKqmbnIGIOvV30vpwo\r\naaYhIU9xPpP583aoDfl4gIysnQ+IkteG7fAdgsat1ylz60XYGqu8Tsz9SOzH\r\nVDCbMr0/jOcOSVhCpo7JOFWetTZMW9rMNW6TbBssrzI+0Ka9unlAYMHahPQX\r\nfnf9ffSAVPQxDvP1kLVoVtWfMY8DRclm+O/TtSeAXA3Od4QytSMlja3tyLzP\r\n9TOxr3h7sIKCwL+q7G3EcTesqQG8cbJKMvrpE13BhTOHGAqBaAd1PMUvqvDp\r\nq24VRue68n21K5333l4JIoe32rIyY8DOwjVs+7BPt0QkjSDpDWO5QQDY6X0B\r\nONFYO5lcXdEm/1oYufWlx3K5471lpixn9R2oFCcmpDk0HABTTHBPmt/w1g1y\r\nahB+jd5mR53/yvyrpHRfdo/J+2xZWEVsdTTeoLWHMzPABFZ/lOb1220bLafv\r\nqh6+MmLISekK7L19YC7PlXtqYLy2jrUSp+PEUQnZsvBj9aE8WGoxcMLyQIPh\r\n4U+6+jtrHDvc51khjvPIxOLJYx7EJzjtN4Q=\r\n=IpwZ\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"hadihallak","email":"hallak.aa@gmail.com"},"directories":{},"maintainers":[{"name":"stephenhaney","email":"stephen.haney@gmail.com"},{"name":"hadihallak","email":"hallak.aa@gmail.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_1.2.8_1650858263257_0.29327249463475824"},"_hasShrinkwrap":false},"1.3.1-0":{"name":"@stitches/core","version":"1.3.1-0","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","types":"types/index.d.ts","typesVersions":{">= 4.1":{"*":["types/*"]}},"jsdelivr":"dist/index.global.js","unpkg":"dist/index.global.js","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./types/index.d.ts"},"./global":"./dist/index.global.js"},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/stitchesjs/stitches.git"},"homepage":"https://stitches.dev/","bugs":{"url":"https://github.com/stitchesjs/stitches/issues"},"contributors":[{"name":"Pedro Duarte"},{"name":"Abdulhadi Alhallak","email":"abdul@workos.com"},{"name":"Jonathan Neal"}],"publishConfig":{"access":"public"},"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"],"readme":"# @stitches/core\n\n**@stitches/core** is a framework-agnostic 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/core\n\n# with yarn\nyarn add @stitches/core\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+css+%7D+from+%27https%3A%2F%2Fcdn.skypack.dev%2F%40stitches%2Fcore%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 { css } from 'https://cdn.skypack.dev/@stitches/core'\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+css+%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%2F%40stitches%2Fcore%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/core/dist/index.global.js\"></script>\n<script>\n\nconst { css } = 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](./CONTRIBUTING.md).\n\n## Authors\n\n- Pedro Duarte ([@peduarte](https://twitter.com/peduarte))\n- Abdulhadi Alhallak ([@hadi_hlk](https://twitter.com/hadi_hlk)) - [WorkOS](https://workos.com)\n- Jonathan Neal ([@jon_neal](https://twitter.com/jon_neal))\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","gitHead":"fabcbd8cabcc2f685d1507214e367fe81416b82e","_id":"@stitches/core@1.3.1-0","_nodeVersion":"16.15.0","_npmVersion":"8.5.5","dist":{"integrity":"sha512-9QruFFesXyjKvkufIljrbVGVYz/K9o7T9eu6OrLT0wg5SbtQZujl7AEib+3RYbzAhBkgRcVCGxY35pR9FqRtTA==","shasum":"8aab88a270e12203f97c7cea4356f6dde6a67316","tarball":"https://registry.npmjs.org/@stitches/core/-/core-1.3.1-0.tgz","fileCount":14,"unpackedSize":504281,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICvJ8jVLpy0DtP3s9FTh64xyx0l0XCmAFOljtLDjI/3ZAiAilff/vpiF6yATqWmaHXBIu9gr6uXAFKREcwTr36X8UQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjSfWmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrEFw/9H2cF1cN1soSN21PS4ONVotBl0wcP8TRT+fHgUG/hFmv0k4BF\r\nGH1Mc5WJfpF6slTVeOie9Yi3P/XDz5z127g3wDyG+Y97CDKqml+ErRvmXNoO\r\nwdVbx8OXhWHFdBjFL6QGY5G2k/fa9+jqZIzHibjs8NmhyLG4W2DcdFU3xFsj\r\n/KPLgWxh8lZeJUjqtVstmODJzaFqBPrmhHsbpYc+b1d3rWdhWQ74bV6ehByH\r\n2QnFoF435jPVL//2cm9BhedFMGZekCAZzeL8DSrYs7zDcsiKwAXCRIjVToPe\r\n0ojytQHk0YLAF8GMN0v75FH5qfqbyySTLJCXnFOMkw2y6lpUDGqNwBxmehRO\r\nw19W+Fio6y0dL9Kpg8wA1w5yMuo2Wc8e13SYn1yCio3fDEqfsSMg2X28trcm\r\nYEBdtAhQ96CeTrUOBstxjPHW2HhB0UEszs38SxsbeXrvbYZZr6W2qOHa8Iq5\r\nJdHEKH9tyWXzz0VkCsV6mznTHYqjNeBTgT6hMvxUzTfRxjc1FqqNfGi6OrmZ\r\nJEAGQTRnh4uhRtEJvajfer2xTLOMhwECDbNf/wOmnUOZGnTuj9wXcYJZrnKy\r\n1lClrI8171kYDn8v83mp6+Ftomp9Cdngv7priuPfCCgjuutlOci4K7JFPY8M\r\nym99ATC04aqG4YDxcx8AjD89uKiCXzaukUE=\r\n=W2NR\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"hadihallak","email":"hallak.aa@gmail.com"},"directories":{},"maintainers":[{"name":"stephenhaney","email":"stephen.haney@gmail.com"},{"name":"hadihallak","email":"hallak.aa@gmail.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_1.3.1-0_1665791398760_0.08787960897387381"},"_hasShrinkwrap":false},"1.3.1-1":{"name":"@stitches/core","version":"1.3.1-1","description":"The modern CSS-in-JS library","type":"module","main":"dist/index.cjs","module":"dist/index.mjs","types":"types/index.d.ts","typesVersions":{">= 4.1":{"*":["types/*"]}},"jsdelivr":"dist/index.global.js","unpkg":"dist/index.global.js","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./types/index.d.ts"},"./global":"./dist/index.global.js"},"sideEffects":false,"license":"MIT","repository":{"type":"git","url":"git+https://github.com/stitchesjs/stitches.git"},"homepage":"https://stitches.dev/","bugs":{"url":"https://github.com/stitchesjs/stitches/issues"},"contributors":[{"name":"Pedro Duarte"},{"name":"Abdulhadi Alhallak","email":"abdul@workos.com"},{"name":"Jonathan Neal"}],"publishConfig":{"access":"public"},"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"],"readme":"# @stitches/core\n\n**@stitches/core** is a framework-agnostic 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/core\n\n# with yarn\nyarn add @stitches/core\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+css+%7D+from+%27https%3A%2F%2Fcdn.skypack.dev%2F%40stitches%2Fcore%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 { css } from 'https://cdn.skypack.dev/@stitches/core'\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+css+%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%2F%40stitches%2Fcore%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/core/dist/index.global.js\"></script>\n<script>\n\nconst { css } = 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](./CONTRIBUTING.md).\n\n## Authors\n\n- Pedro Duarte ([@peduarte](https://twitter.com/peduarte))\n- Abdulhadi Alhallak ([@hadi_hlk](https://twitter.com/hadi_hlk)) - [WorkOS](https://workos.com)\n- Jonathan Neal ([@jon_neal](https://twitter.com/jon_neal))\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","gitHead":"2876c6fe835c4d499e87a8e53a5c586395e40358","_id":"@stitches/core@1.3.1-1","_nodeVersion":"16.15.0","_npmVersion":"8.5.5","dist":{"integrity":"sha512-ueEkDzQAqPV6sZ5l4ljZq34k4u+RJ6Ypf/9Hzqp/J01DmnL4e8vCX6d5PrNcR4VKHwuuX+S2BuTLCWowfUiEVw==","shasum":"7537af149b5520baa66fdf00fa89128f2d386532","tarball":"https://registry.npmjs.org/@stitches/core/-/core-1.3.1-1.tgz","fileCount":14,"unpackedSize":504187,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEIceDQIkpEZKY6vuBGlkPmy6QAMZHPbe/dNlnMs07I6AiEAptbTtEExqE2sgAqfbqxK/Z7PAW0qzkucC5llJqay/dU="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjUXPtACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmolag//fhfL/Yp9YmF5UNoxdMA1wpSjguHmg/tUNpPFT5EvSplFrXS8\r\ns9BpIRL+F44FR9dE+7HdXik8KqNI2TBgGpx2EBdZWJ9JXm9SyH7RF84+f38j\r\n7vg0i1Mi6IuAbSYvWZWWuhdIJZRzcs7yZ66jLtoqEXKAmneo8Nv2bgyb7QmP\r\nhv8+g8dVsNzxEc+kwNEvqkMflOT0uUEZkTDRft7vGXue+W+m0PTC+0V7WTQF\r\n/3FauorgRNELCP+rFqfSsdEE6YA2h8FY0IDYE4z4paNUMz/l8OK8W39NUcTN\r\nUkkcUbV9x9UJTIFeSF1h4Sx8t4S+4+e/uffbbzuRhXicbATZ90E7bv2a7hNr\r\nm32GGsKB09qyTDD2RXAuk6eghS6K+lYIK0CyWszWP3x4xcu9x1wacLuo8U7C\r\nBhQxgmGdF1snwuwxR5IHsgj6EUrwTilPMY1/l4xuugDO0T4hapVO3aqT2jJr\r\nUv/9zs0DhjuASwCND+Mtzi4kHuHRFFCGPBPcGXYczdXmr7o94G8Y1kCoLyfj\r\nFxOrT8b3xgW7u8myOgHAFq/XrF/Z9uExOR/NHzNC4E6cvsuH1y4bV/SxsjMG\r\nT+caYqBQaYY6EiAe24dCIADG5beuTp4qRfDr+i3vILxzZbwHIPgT+lTT7YDC\r\nt6U0gu+RUaDruah98Kpkj8dSRmaUDNVPb2k=\r\n=RxlP\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"hadihallak","email":"hallak.aa@gmail.com"},"directories":{},"maintainers":[{"name":"stephenhaney","email":"stephen.haney@gmail.com"},{"name":"hadihallak","email":"hallak.aa@gmail.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_1.3.1-1_1666282476421_0.9222893429971728"},"_hasShrinkwrap":false}},"time":{"created":"2020-09-01T11:46:04.190Z","0.0.1":"2020-09-01T11:46:04.601Z","modified":"2023-05-21T04:45:18.433Z","0.0.2-canary.0":"2020-09-04T20:07:19.424Z","0.0.3-canary.0":"2020-09-07T12:12:21.902Z","0.0.2":"2020-09-07T14:01:18.455Z","0.0.3-canary.1":"2020-09-17T10:31:17.700Z","0.0.3-canary.2":"2020-10-01T14:55:59.329Z","0.0.3-canary.4":"2020-10-14T14:31:22.584Z","0.1.0-canary.0":"2021-02-12T17:47:13.438Z","0.1.0-canary.1":"2021-02-13T02:38:13.769Z","0.1.0-canary.2":"2021-02-13T19:40:21.075Z","0.1.0-canary.3":"2021-02-14T00:48:53.479Z","0.1.0-canary.4":"2021-02-15T22:07:08.023Z","0.1.0-canary.5":"2021-02-16T14:15:37.798Z","0.1.0-canary.6":"2021-02-16T21:26:52.337Z","0.1.0-canary.7":"2021-02-17T23:19:17.865Z","0.1.0-canary.8":"2021-02-18T22:16:37.591Z","0.1.0-canary.9":"2021-02-19T14:32:08.609Z","0.1.0-canary.10":"2021-02-19T16:27:58.852Z","0.1.0-canary.11":"2021-02-19T18:53:21.583Z","0.1.0-canary.12":"2021-02-20T00:11:46.971Z","0.1.0-canary.13":"2021-03-08T19:35:08.470Z","0.1.0-canary.14":"2021-03-08T19:41:19.346Z","0.1.0-canary.15":"2021-03-09T01:34:22.195Z","0.1.0-canary.16":"2021-03-09T22:25:46.130Z","0.1.0-canary.17":"2021-03-09T23:10:25.833Z","0.1.0-canary.18":"2021-03-11T20:57:10.839Z","0.1.0-canary.19":"2021-03-12T12:38:37.621Z","0.1.0-canary.20":"2021-03-12T20:51:50.891Z","0.1.0-canary.21":"2021-03-20T02:15:39.961Z","0.1.0":"2021-03-22T15:36:45.222Z","0.1.1":"2021-03-23T17:45:15.880Z","0.1.2":"2021-03-23T17:59:07.715Z","0.1.3":"2021-03-23T22:07:24.903Z","0.1.4":"2021-03-25T17:52:48.706Z","0.1.5":"2021-04-10T14:07:07.478Z","0.1.6":"2021-04-12T19:07:36.498Z","0.1.7":"2021-04-13T23:08:25.306Z","0.1.8":"2021-04-22T21:02:40.128Z","0.1.9":"2021-04-23T18:07:52.170Z","0.1.10-0.2.0-canary.0.0":"2021-05-31T17:16:18.356Z","0.2.0-canary.0":"2021-05-31T17:32:07.559Z","0.2.0-canary.1":"2021-06-01T16:29:50.434Z","0.2.0-canary.2":"2021-06-01T21:12:49.590Z","0.2.0-canary.3":"2021-06-09T05:45:08.322Z","0.2.0-canary.4":"2021-06-09T12:05:09.234Z","0.2.0-canary.5":"2021-06-10T13:06:26.645Z","0.2.0-canary.6":"2021-06-11T14:28:23.076Z","0.2.0-canary.7":"2021-06-11T15:22:12.791Z","0.2.0-canary.8":"2021-06-14T14:38:16.589Z","0.2.0":"2021-06-14T17:12:17.181Z","0.2.1":"2021-06-15T15:32:43.468Z","0.2.2":"2021-06-16T17:14:07.280Z","0.2.3":"2021-07-22T17:17:37.099Z","1.0.0-canary.0":"2021-08-05T13:24:06.525Z","1.0.0-canary.1":"2021-08-05T23:36:22.776Z","1.0.0-canary.2":"2021-08-05T23:57:30.581Z","0.2.4":"2021-08-06T00:06:06.441Z","1.0.0-canary.3":"2021-08-08T13:22:12.006Z","1.0.0-canary.4":"2021-08-09T15:57:22.831Z","1.0.0-canary.5":"2021-08-09T17:09:40.307Z","1.0.0-canary.6":"2021-08-10T18:27:36.069Z","1.0.0-canary.7":"2021-08-10T21:18:26.206Z","1.0.0-canary.8":"2021-08-11T16:28:15.966Z","1.0.0-canary.9":"2021-08-11T16:42:39.802Z","0.2.5":"2021-08-11T21:08:37.330Z","1.0.0-canary.10":"2021-08-16T01:55:39.567Z","1.0.0-canary.11":"2021-08-17T14:32:38.251Z","1.0.0-canary.12":"2021-08-20T14:31:10.893Z","1.0.0-canary.13":"2021-08-20T19:45:52.887Z","1.0.0-canary.14":"2021-08-20T21:59:14.069Z","1.0.0-canary.15":"2021-08-20T22:02:47.456Z","1.0.0-canary.16":"2021-08-25T12:37:17.707Z","1.0.0-canary.17":"2021-08-26T18:29:15.796Z","1.0.0-canary.18":"2021-08-27T16:09:16.862Z","1.0.0-canary.19":"2021-08-30T13:36:06.703Z","1.0.0":"2021-08-30T16:10:23.390Z","1.1.0":"2021-09-09T11:40:40.874Z","1.2.0":"2021-09-17T17:13:19.000Z","1.2.1":"2021-09-23T22:19:39.713Z","1.2.2":"2021-10-05T15:29:54.467Z","1.2.3":"2021-10-06T13:02:27.727Z","1.2.4":"2021-10-06T18:53:17.065Z","1.2.5":"2021-10-07T14:17:14.784Z","1.2.6-0":"2021-11-18T18:27:14.559Z","1.2.6-1":"2021-12-02T10:20:14.976Z","1.2.6":"2021-12-02T15:21:17.528Z","1.2.7-0":"2022-02-15T00:56:47.344Z","1.2.7":"2022-02-25T21:50:19.726Z","1.2.8":"2022-04-25T03:44:23.448Z","1.3.1-0":"2022-10-14T23:49:58.949Z","1.3.1-1":"2022-10-20T16:14:37.071Z"},"maintainers":[{"name":"stephenhaney","email":"stephen.haney@gmail.com"},{"name":"hadihallak","email":"hallak.aa@gmail.com"},{"name":"colmtuite","email":"colmtuite@gmail.com"}],"description":"The modern CSS-in-JS library","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"],"repository":{"type":"git","url":"git+https://github.com/modulz/stitches.git"},"contributors":[{"name":"Pedro Duarte","email":"pedro@modulz.app"},{"name":"Abdulhadi Alhallak","email":"abdulhadi@modulz.app"},{"name":"Jonathan Neal","email":"jonathan@modulz.app"}],"bugs":{"url":"https://github.com/modulz/stitches/issues"},"license":"MIT","readme":"","readmeFilename":"","users":{"flumpus-dev":true}}