{"_id":"@alphaai/tokens","_rev":"2-d93636c25a7cdf334dde4066346be641","name":"@alphaai/tokens","dist-tags":{"latest":"0.2.0"},"versions":{"0.1.0":{"name":"@alphaai/tokens","version":"0.1.0","license":"MIT","_id":"@alphaai/tokens@0.1.0","maintainers":[{"name":"alphaai","email":"info@alphaaiservice.com"}],"dist":{"shasum":"67861024284030dfad0088261dd4128ea2263a20","tarball":"https://registry.npmjs.org/@alphaai/tokens/-/tokens-0.1.0.tgz","fileCount":10,"integrity":"sha512-UVfsHrTCddoDwI/yf5SaVIoviG04nF8+UNHPiuslI/tB5Mwg46gr8jJYfPW9qsiM002ykMLeZ1PliVQkX34Ipw==","signatures":[{"sig":"MEUCIA551R9VQNcQvxsG6wT6L+qxiqSXAjWtiapX24ygE5AXAiEAp8wJDeVr5SVyPCG9z3V8C1an79GWegMcIytTrNgZkoE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8828},"main":"./dist/index.js","type":"module","_from":"file:alphaai-tokens-0.1.0.tgz","types":"./dist/index.d.ts","module":"./dist/index.js","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"./tokens.css":"./src/tokens.css","./themes/rewriter.css":"./src/themes/rewriter.css","./themes/voicemint.css":"./src/themes/voicemint.css","./themes/framecraft.css":"./src/themes/framecraft.css"},"scripts":{"lint":"echo 'no lint'","build":"tsc -p tsconfig.json","typecheck":"tsc -p tsconfig.json --noEmit"},"_npmUser":{"name":"alphaai","email":"info@alphaaiservice.com"},"_resolved":"/tmp/770b821680c25f73157debe4e2cff2b2/alphaai-tokens-0.1.0.tgz","_integrity":"sha512-UVfsHrTCddoDwI/yf5SaVIoviG04nF8+UNHPiuslI/tB5Mwg46gr8jJYfPW9qsiM002ykMLeZ1PliVQkX34Ipw==","_npmVersion":"11.11.0","description":"Design tokens for AlphaAI products — colors, spacing, typography, motion. Source of truth for @alphaai/ui and consuming apps.","directories":{},"_nodeVersion":"24.14.1","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"typescript":"^5.7.2"},"_npmOperationalInternal":{"tmp":"tmp/tokens_0.1.0_1777123968365_0.4841935569555782","host":"s3://npm-registry-packages-npm-production"}},"0.2.0":{"name":"@alphaai/tokens","version":"0.2.0","description":"Design tokens for AlphaAI products — colors, spacing, typography, motion. Source of truth for @alphaai/ui and consuming apps.","license":"MIT","type":"module","main":"./dist/index.js","module":"./dist/index.js","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js"},"./tokens.css":"./src/tokens.css","./themes/voicemint.css":"./src/themes/voicemint.css","./themes/framecraft.css":"./src/themes/framecraft.css","./themes/rewriter.css":"./src/themes/rewriter.css"},"publishConfig":{"access":"public"},"scripts":{"build":"tsc -p tsconfig.json","typecheck":"tsc -p tsconfig.json --noEmit","lint":"echo 'no lint'"},"devDependencies":{"typescript":"^5.7.2"},"gitHead":"c86167c87eb155971f55819c0f309044004ef9c4","_id":"@alphaai/tokens@0.2.0","_nodeVersion":"24.14.1","_npmVersion":"11.11.0","dist":{"integrity":"sha512-5Rc1yzZcdhF7wTLPPOO6i8a8RtLox/JjW3TWGZ1ltx5f9ADGORjTMNHp/NufHJD1XZ+zgdqztHR6nzIrRf+CdQ==","shasum":"5b963af57ebd3e7f76b95095b2e791c933539267","tarball":"https://registry.npmjs.org/@alphaai/tokens/-/tokens-0.2.0.tgz","fileCount":10,"unpackedSize":10272,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIFxH/ub3OfgPnpeh3HtY2BnuFRvM2XTVGwhZjV/Ve03kAiEAwHWXyC+zqofc1MrgDa+EN/tUOoD1NrhY/LzBHbPaioc="}]},"_npmUser":{"name":"alphaai","email":"info@alphaaiservice.com"},"directories":{},"maintainers":[{"name":"alphaai","email":"info@alphaaiservice.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/tokens_0.2.0_1779990840131_0.8212389751348075"},"_hasShrinkwrap":false}},"time":{"created":"2026-04-25T13:32:48.268Z","modified":"2026-05-28T17:54:00.393Z","0.1.0":"2026-04-25T13:32:48.533Z","0.2.0":"2026-05-28T17:54:00.288Z"},"license":"MIT","description":"Design tokens for AlphaAI products — colors, spacing, typography, motion. Source of truth for @alphaai/ui and consuming apps.","maintainers":[{"name":"alphaai","email":"info@alphaaiservice.com"}],"readme":"# @alphaai/tokens\n\nDesign tokens for AlphaAI products — colors, spacing, typography, motion. Source of truth for `@alphaai/ui` and consuming apps.\n\n## Install\n\n```bash\nnpm i @alphaai/tokens\n```\n\n## Usage\n\nIn your app's `src/index.css`:\n\n```css\n@import \"@alphaai/tokens/tokens.css\";\n@import \"@alphaai/tokens/themes/framecraft.css\"; /* or voicemint, rewriter */\n```\n\nThis sets up all HSL CSS variables (`--background`, `--foreground`, `--primary`, etc.) for `:root` (light mode) and `.dark`. Per-product theme files only override `--primary`, `--secondary`, `--ring`.\n\nFor non-CSS consumers (SVG generation, email templates), the package also exports JS constants:\n\n```ts\nimport { fontFamily, motion, radius, shadow } from \"@alphaai/tokens\";\n```\n","readmeFilename":"README.md"}