diff --git a/examples/README.md b/examples/README.md index 74573ab..7268dfe 100644 --- a/examples/README.md +++ b/examples/README.md @@ -3,11 +3,11 @@ ## セットアップ ``` -sh setup.sh +$ npm install ``` ## 実行 ``` -npm run dev +$ npm run dev ``` diff --git a/examples/package-lock.json b/examples/package-lock.json index 364e2f7..c8f5cda 100644 --- a/examples/package-lock.json +++ b/examples/package-lock.json @@ -15,12 +15,12 @@ "@biomejs/biome": "^1.9.4", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", - "@vitejs/plugin-react": "^4.3.1", + "@vitejs/plugin-react": "^4.3.3", "autoprefixer": "^10.4.20", - "postcss": "^8.4.47", - "tailwindcss": "^3.4.14", + "postcss": "^8.4.49", + "tailwindcss": "^3.4.15", "typescript": "^5.6.3", - "vite": "^5.4.10" + "vite": "^5.4.11" } }, "node_modules/@alloc/quick-lru": { @@ -49,12 +49,14 @@ } }, "node_modules/@babel/code-frame": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz", - "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==", + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz", + "integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/highlight": "^7.24.7", + "@babel/helper-validator-identifier": "^7.25.9", + "js-tokens": "^4.0.0", "picocolors": "^1.0.0" }, "engines": { @@ -62,30 +64,32 @@ } }, "node_modules/@babel/compat-data": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.7.tgz", - "integrity": "sha512-qJzAIcv03PyaWqxRgO4mSU3lihncDT296vnyuE2O8uA4w3UHWI4S3hgeZd1L8W1Bft40w9JxJ2b412iDUFFRhw==", + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.26.2.tgz", + "integrity": "sha512-Z0WgzSEa+aUcdiJuCIqgujCshpMWgUpgOxXotrYPSA53hA3qopNaqcJpyr0hVb1FeWdnqFA35/fUtXgBK8srQg==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/core": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.7.tgz", - "integrity": "sha512-nykK+LEK86ahTkX/3TgauT0ikKoNCfKHEaZYTUVupJdTLzGNvrblu4u6fa7DhZONAltdf8e662t/abY8idrd/g==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.26.0.tgz", + "integrity": "sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==", "dev": true, + "license": "MIT", "dependencies": { "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.24.7", - "@babel/generator": "^7.24.7", - "@babel/helper-compilation-targets": "^7.24.7", - "@babel/helper-module-transforms": "^7.24.7", - "@babel/helpers": "^7.24.7", - "@babel/parser": "^7.24.7", - "@babel/template": "^7.24.7", - "@babel/traverse": "^7.24.7", - "@babel/types": "^7.24.7", + "@babel/code-frame": "^7.26.0", + "@babel/generator": "^7.26.0", + "@babel/helper-compilation-targets": "^7.25.9", + "@babel/helper-module-transforms": "^7.26.0", + "@babel/helpers": "^7.26.0", + "@babel/parser": "^7.26.0", + "@babel/template": "^7.25.9", + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.26.0", "convert-source-map": "^2.0.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -101,29 +105,32 @@ } }, "node_modules/@babel/generator": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.7.tgz", - "integrity": "sha512-oipXieGC3i45Y1A41t4tAqpnEZWgB/lC6Ehh6+rOviR5XWpTtMmLN+fGjz9vOiNRt0p6RtO6DtD0pdU3vpqdSA==", + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.26.2.tgz", + "integrity": "sha512-zevQbhbau95nkoxSq3f/DC/SC+EEOUZd3DYqfSkMhY2/wfSeaHV1Ew4vk8e+x8lja31IbyuUa2uQ3JONqKbysw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/types": "^7.24.7", + "@babel/parser": "^7.26.2", + "@babel/types": "^7.26.0", "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25", - "jsesc": "^2.5.1" + "jsesc": "^3.0.2" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-compilation-targets": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.7.tgz", - "integrity": "sha512-ctSdRHBi20qWOfy27RUb4Fhp07KSJ3sXcuSvTrXrc4aG8NSYDo1ici3Vhg9bg69y5bj0Mr1lh0aeEgTvc12rMg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.9.tgz", + "integrity": "sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/compat-data": "^7.24.7", - "@babel/helper-validator-option": "^7.24.7", - "browserslist": "^4.22.2", + "@babel/compat-data": "^7.25.9", + "@babel/helper-validator-option": "^7.25.9", + "browserslist": "^4.24.0", "lru-cache": "^5.1.1", "semver": "^6.3.1" }, @@ -131,67 +138,30 @@ "node": ">=6.9.0" } }, - "node_modules/@babel/helper-environment-visitor": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.7.tgz", - "integrity": "sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==", - "dev": true, - "dependencies": { - "@babel/types": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-function-name": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.24.7.tgz", - "integrity": "sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA==", - "dev": true, - "dependencies": { - "@babel/template": "^7.24.7", - "@babel/types": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-hoist-variables": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.7.tgz", - "integrity": "sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==", - "dev": true, - "dependencies": { - "@babel/types": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, "node_modules/@babel/helper-module-imports": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz", - "integrity": "sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz", + "integrity": "sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/traverse": "^7.24.7", - "@babel/types": "^7.24.7" + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-transforms": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.24.7.tgz", - "integrity": "sha512-1fuJEwIrp+97rM4RWdO+qrRsZlAeL1lQJoPqtCYWv0NL115XM93hIH4CSRln2w52SqvmY5hqdtauB6QFCDiZNQ==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz", + "integrity": "sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-module-imports": "^7.24.7", - "@babel/helper-simple-access": "^7.24.7", - "@babel/helper-split-export-declaration": "^7.24.7", - "@babel/helper-validator-identifier": "^7.24.7" + "@babel/helper-module-imports": "^7.25.9", + "@babel/helper-validator-identifier": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -209,91 +179,59 @@ "node": ">=6.9.0" } }, - "node_modules/@babel/helper-simple-access": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz", - "integrity": "sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==", - "dev": true, - "dependencies": { - "@babel/traverse": "^7.24.7", - "@babel/types": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-split-export-declaration": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz", - "integrity": "sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==", - "dev": true, - "dependencies": { - "@babel/types": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, "node_modules/@babel/helper-string-parser": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.7.tgz", - "integrity": "sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz", + "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-identifier": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz", - "integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz", + "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-option": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.7.tgz", - "integrity": "sha512-yy1/KvjhV/ZCL+SM7hBrvnZJ3ZuT9OuZgIJAGpPEToANvc3iM6iDvBnRjtElWibHU6n8/LPR/EjX9EtIEYO3pw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz", + "integrity": "sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helpers": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.7.tgz", - "integrity": "sha512-NlmJJtvcw72yRJRcnCmGvSi+3jDEg8qFu3z0AFoymmzLx5ERVWyzd9kVXr7Th9/8yIJi2Zc6av4Tqz3wFs8QWg==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.0.tgz", + "integrity": "sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/template": "^7.24.7", - "@babel/types": "^7.24.7" + "@babel/template": "^7.25.9", + "@babel/types": "^7.26.0" }, "engines": { "node": ">=6.9.0" } }, - "node_modules/@babel/highlight": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz", - "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==", + "node_modules/@babel/parser": { + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.2.tgz", + "integrity": "sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-validator-identifier": "^7.24.7", - "chalk": "^2.4.2", - "js-tokens": "^4.0.0", - "picocolors": "^1.0.0" + "@babel/types": "^7.26.0" }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/parser": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.7.tgz", - "integrity": "sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==", - "dev": true, "bin": { "parser": "bin/babel-parser.js" }, @@ -332,33 +270,32 @@ } }, "node_modules/@babel/template": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.7.tgz", - "integrity": "sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.9.tgz", + "integrity": "sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/code-frame": "^7.24.7", - "@babel/parser": "^7.24.7", - "@babel/types": "^7.24.7" + "@babel/code-frame": "^7.25.9", + "@babel/parser": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/traverse": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.7.tgz", - "integrity": "sha512-yb65Ed5S/QAcewNPh0nZczy9JdYXkkAbIsEo+P7BE7yO3txAY30Y/oPa3QkQ5It3xVG2kpKMg9MsdxZaO31uKA==", - "dev": true, - "dependencies": { - "@babel/code-frame": "^7.24.7", - "@babel/generator": "^7.24.7", - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-function-name": "^7.24.7", - "@babel/helper-hoist-variables": "^7.24.7", - "@babel/helper-split-export-declaration": "^7.24.7", - "@babel/parser": "^7.24.7", - "@babel/types": "^7.24.7", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.9.tgz", + "integrity": "sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.25.9", + "@babel/generator": "^7.25.9", + "@babel/parser": "^7.25.9", + "@babel/template": "^7.25.9", + "@babel/types": "^7.25.9", "debug": "^4.3.1", "globals": "^11.1.0" }, @@ -367,14 +304,14 @@ } }, "node_modules/@babel/types": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.7.tgz", - "integrity": "sha512-XEFXSlxiG5td2EJRe8vOmRbaXVgfcBlszKujvVmWIK/UpywWljQCfzAv3RQCGujWQ1RD4YYWEAqDXfuJiy8f5Q==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.0.tgz", + "integrity": "sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-string-parser": "^7.24.7", - "@babel/helper-validator-identifier": "^7.24.7", - "to-fast-properties": "^2.0.0" + "@babel/helper-string-parser": "^7.25.9", + "@babel/helper-validator-identifier": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1322,14 +1259,15 @@ } }, "node_modules/@vitejs/plugin-react": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.3.1.tgz", - "integrity": "sha512-m/V2syj5CuVnaxcUJOQRel/Wr31FFXRFlnOoq1TVtkCxsY5veGMTEmpWHndrhB2U8ScHtCQB1e+4hWYExQc6Lg==", + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.3.3.tgz", + "integrity": "sha512-NooDe9GpHGqNns1i8XDERg0Vsg5SSYRhRxxyTGogUdkdNt47jal+fbuYi+Yfq6pzRCKXyoPcWisfxE6RIM3GKA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/core": "^7.24.5", - "@babel/plugin-transform-react-jsx-self": "^7.24.5", - "@babel/plugin-transform-react-jsx-source": "^7.24.1", + "@babel/core": "^7.25.2", + "@babel/plugin-transform-react-jsx-self": "^7.24.7", + "@babel/plugin-transform-react-jsx-source": "^7.24.7", "@types/babel__core": "^7.20.5", "react-refresh": "^0.14.2" }, @@ -1352,18 +1290,6 @@ "url": "https://github.com/chalk/ansi-regex?sponsor=1" } }, - "node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" - } - }, "node_modules/any-promise": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz", @@ -1467,9 +1393,9 @@ } }, "node_modules/browserslist": { - "version": "4.23.3", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.3.tgz", - "integrity": "sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==", + "version": "4.24.2", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.24.2.tgz", + "integrity": "sha512-ZIc+Q62revdMcqC6aChtW4jz3My3klmCO1fEmINZY/8J3EpBg5/A/D0AKmBveUh6pgoeycoMkVMko84tuYS+Gg==", "dev": true, "funding": [ { @@ -1487,10 +1413,10 @@ ], "license": "MIT", "dependencies": { - "caniuse-lite": "^1.0.30001646", - "electron-to-chromium": "^1.5.4", + "caniuse-lite": "^1.0.30001669", + "electron-to-chromium": "^1.5.41", "node-releases": "^2.0.18", - "update-browserslist-db": "^1.1.0" + "update-browserslist-db": "^1.1.1" }, "bin": { "browserslist": "cli.js" @@ -1509,9 +1435,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001653", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001653.tgz", - "integrity": "sha512-XGWQVB8wFQ2+9NZwZ10GxTYC5hk0Fa+q8cSkr0tgvMhYhMHP/QC+WTgrePMDBWiWc/pV+1ik82Al20XOK25Gcw==", + "version": "1.0.30001680", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001680.tgz", + "integrity": "sha512-rPQy70G6AGUMnbwS1z6Xg+RkHYPAi18ihs47GH0jcxIG7wArmPgY3XbS2sRdBbxJljp3thdT8BIqv9ccCypiPA==", "dev": true, "funding": [ { @@ -1529,20 +1455,6 @@ ], "license": "CC-BY-4.0" }, - "node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "engines": { - "node": ">=4" - } - }, "node_modules/chokidar": { "version": "3.6.0", "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", @@ -1579,21 +1491,6 @@ "node": ">= 6" } }, - "node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dev": true, - "dependencies": { - "color-name": "1.1.3" - } - }, - "node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", - "dev": true - }, "node_modules/commander": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", @@ -1610,10 +1507,11 @@ "dev": true }, "node_modules/cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", "dev": true, + "license": "MIT", "dependencies": { "path-key": "^3.1.0", "shebang-command": "^2.0.0", @@ -1628,6 +1526,7 @@ "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", "dev": true, + "license": "MIT", "bin": { "cssesc": "bin/cssesc" }, @@ -1642,12 +1541,13 @@ "dev": true }, "node_modules/debug": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz", - "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==", + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", + "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", "dev": true, + "license": "MIT", "dependencies": { - "ms": "2.1.2" + "ms": "^2.1.3" }, "engines": { "node": ">=6.0" @@ -1677,9 +1577,9 @@ "dev": true }, "node_modules/electron-to-chromium": { - "version": "1.5.13", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.13.tgz", - "integrity": "sha512-lbBcvtIJ4J6sS4tb5TLp1b4LyfCdMkwStzXPyAgVgTRAsep4bvrAGaBOP7ZJtQMNJpSQ9SqG4brWOroNaQtm7Q==", + "version": "1.5.63", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.63.tgz", + "integrity": "sha512-ddeXKuY9BHo/mw145axlyWjlJ1UBt4WK3AlvkT7W2AbqfRQoacVoRUCF6wL3uIx/8wT9oLKXzI+rFqHHscByaA==", "dev": true, "license": "ISC" }, @@ -1728,24 +1628,15 @@ } }, "node_modules/escalade": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz", - "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", + "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", "dev": true, "license": "MIT", "engines": { "node": ">=6" } }, - "node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", - "dev": true, - "engines": { - "node": ">=0.8.0" - } - }, "node_modules/fast-glob": { "version": "3.3.2", "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", @@ -1896,15 +1787,7 @@ "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", - "dev": true, + "license": "MIT", "engines": { "node": ">=4" } @@ -2026,15 +1909,16 @@ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" }, "node_modules/jsesc": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", - "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz", + "integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==", "dev": true, + "license": "MIT", "bin": { "jsesc": "bin/jsesc" }, "engines": { - "node": ">=4" + "node": ">=6" } }, "node_modules/json5": { @@ -2080,6 +1964,7 @@ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", "dev": true, + "license": "ISC", "dependencies": { "yallist": "^3.0.2" } @@ -2132,10 +2017,11 @@ } }, "node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "dev": true, + "license": "MIT" }, "node_modules/mz": { "version": "2.7.0", @@ -2256,9 +2142,9 @@ } }, "node_modules/picocolors": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz", - "integrity": "sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", "dev": true, "license": "ISC" }, @@ -2293,9 +2179,9 @@ } }, "node_modules/postcss": { - "version": "8.4.47", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.47.tgz", - "integrity": "sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==", + "version": "8.4.49", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz", + "integrity": "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==", "dev": true, "funding": [ { @@ -2314,7 +2200,7 @@ "license": "MIT", "dependencies": { "nanoid": "^3.3.7", - "picocolors": "^1.1.0", + "picocolors": "^1.1.1", "source-map-js": "^1.2.1" }, "engines": { @@ -2405,29 +2291,37 @@ } }, "node_modules/postcss-nested": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.0.1.tgz", - "integrity": "sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.2.0.tgz", + "integrity": "sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==", "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", "dependencies": { - "postcss-selector-parser": "^6.0.11" + "postcss-selector-parser": "^6.1.1" }, "engines": { "node": ">=12.0" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, "peerDependencies": { "postcss": "^8.2.14" } }, "node_modules/postcss-selector-parser": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.0.tgz", - "integrity": "sha512-UMz42UD0UY0EApS0ZL9o1XnLhSTtvvvLe5Dc2H2O56fvRZi+KulDyf5ctDhhtYJBGKStV2FL1fy6253cmLgqVQ==", + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", + "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==", "dev": true, + "license": "MIT", "dependencies": { "cssesc": "^3.0.0", "util-deprecate": "^1.0.2" @@ -2614,6 +2508,7 @@ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true, + "license": "ISC", "bin": { "semver": "bin/semver.js" } @@ -2779,18 +2674,6 @@ "node": ">=16 || 14 >=14.17" } }, - "node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, "node_modules/supports-preserve-symlinks-flag": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", @@ -2804,34 +2687,34 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.14", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.14.tgz", - "integrity": "sha512-IcSvOcTRcUtQQ7ILQL5quRDg7Xs93PdJEk1ZLbhhvJc7uj/OAhYOnruEiwnGgBvUtaUAJ8/mhSw1o8L2jCiENA==", + "version": "3.4.15", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.15.tgz", + "integrity": "sha512-r4MeXnfBmSOuKUWmXe6h2CcyfzJCEk4F0pptO5jlnYSIViUkVmsawj80N5h2lO3gwcmSb4n3PuN+e+GC1Guylw==", "dev": true, "license": "MIT", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", - "chokidar": "^3.5.3", + "chokidar": "^3.6.0", "didyoumean": "^1.2.2", "dlv": "^1.1.3", - "fast-glob": "^3.3.0", + "fast-glob": "^3.3.2", "glob-parent": "^6.0.2", "is-glob": "^4.0.3", - "jiti": "^1.21.0", + "jiti": "^1.21.6", "lilconfig": "^2.1.0", - "micromatch": "^4.0.5", + "micromatch": "^4.0.8", "normalize-path": "^3.0.0", "object-hash": "^3.0.0", - "picocolors": "^1.0.0", - "postcss": "^8.4.23", + "picocolors": "^1.1.1", + "postcss": "^8.4.47", "postcss-import": "^15.1.0", "postcss-js": "^4.0.1", - "postcss-load-config": "^4.0.1", - "postcss-nested": "^6.0.1", - "postcss-selector-parser": "^6.0.11", - "resolve": "^1.22.2", - "sucrase": "^3.32.0" + "postcss-load-config": "^4.0.2", + "postcss-nested": "^6.2.0", + "postcss-selector-parser": "^6.1.2", + "resolve": "^1.22.8", + "sucrase": "^3.35.0" }, "bin": { "tailwind": "lib/cli.js", @@ -2862,15 +2745,6 @@ "node": ">=0.8" } }, - "node_modules/to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", - "dev": true, - "engines": { - "node": ">=4" - } - }, "node_modules/to-regex-range": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", @@ -2904,9 +2778,9 @@ } }, "node_modules/update-browserslist-db": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz", - "integrity": "sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.1.tgz", + "integrity": "sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==", "dev": true, "funding": [ { @@ -2924,8 +2798,8 @@ ], "license": "MIT", "dependencies": { - "escalade": "^3.1.2", - "picocolors": "^1.0.1" + "escalade": "^3.2.0", + "picocolors": "^1.1.0" }, "bin": { "update-browserslist-db": "cli.js" @@ -2938,12 +2812,13 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/vite": { - "version": "5.4.10", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.10.tgz", - "integrity": "sha512-1hvaPshuPUtxeQ0hsVH3Mud0ZanOLwVTneA1EgbAM5LhaZEqyPWGRQ7BtaMvUrTDeEaC8pxtj6a6jku3x4z6SQ==", + "version": "5.4.11", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.11.tgz", + "integrity": "sha512-c7jFQRklXua0mTzneGW9QVyxFjUgwcihC4bXEtujIo2ouWCe1Ajt/amn2PCxYnhYfd5k09JX3SB7OYWFKYqj8Q==", "dev": true, "license": "MIT", "dependencies": { @@ -3140,7 +3015,8 @@ "version": "3.1.1", "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/yaml": { "version": "2.4.5", diff --git a/examples/package.json b/examples/package.json index 79c73e9..1ef73c2 100644 --- a/examples/package.json +++ b/examples/package.json @@ -19,11 +19,11 @@ "@biomejs/biome": "^1.9.4", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", - "@vitejs/plugin-react": "^4.3.1", + "@vitejs/plugin-react": "^4.3.3", "autoprefixer": "^10.4.20", - "postcss": "^8.4.47", - "tailwindcss": "^3.4.14", + "postcss": "^8.4.49", + "tailwindcss": "^3.4.15", "typescript": "^5.6.3", - "vite": "^5.4.10" + "vite": "^5.4.11" } } diff --git a/examples/setup.sh b/examples/setup.sh deleted file mode 100644 index 3078696..0000000 --- a/examples/setup.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -set -eu - -SCRIPT_DIR=$(cd $(dirname $0); pwd) - -cd ${SCRIPT_DIR}/../ - -npm run build - -cd examples - -npm install \ No newline at end of file diff --git a/examples/tailwind-theme-plugin/index.cjs.js b/examples/tailwind-theme-plugin/index.cjs.js new file mode 100644 index 0000000..98c8d9d --- /dev/null +++ b/examples/tailwind-theme-plugin/index.cjs.js @@ -0,0 +1 @@ +"use strict";function s(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var v={Color:{Neutral:{White:{value:"#ffffff",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#ffffff",type:"color"},name:"ColorNeutralWhite",attributes:{category:"Color",type:"Neutral",item:"White"},path:["Color","Neutral","White"]},Black:{value:"#000000",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#000000",type:"color"},name:"ColorNeutralBlack",attributes:{category:"Color",type:"Neutral",item:"Black"},path:["Color","Neutral","Black"]},SolidGrey:{50:{value:"#f2f2f2",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#f2f2f2",type:"color"},name:"ColorNeutralSolidGrey50",attributes:{category:"Color",type:"Neutral",item:"SolidGrey",subitem:"50"},path:["Color","Neutral","SolidGrey","50"]},100:{value:"#e6e6e6",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#e6e6e6",type:"color"},name:"ColorNeutralSolidGrey100",attributes:{category:"Color",type:"Neutral",item:"SolidGrey",subitem:"100"},path:["Color","Neutral","SolidGrey","100"]},200:{value:"#cccccc",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#cccccc",type:"color"},name:"ColorNeutralSolidGrey200",attributes:{category:"Color",type:"Neutral",item:"SolidGrey",subitem:"200"},path:["Color","Neutral","SolidGrey","200"]},300:{value:"#b3b3b3",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#b3b3b3",type:"color"},name:"ColorNeutralSolidGrey300",attributes:{category:"Color",type:"Neutral",item:"SolidGrey",subitem:"300"},path:["Color","Neutral","SolidGrey","300"]},400:{value:"#999999",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#999999",type:"color"},name:"ColorNeutralSolidGrey400",attributes:{category:"Color",type:"Neutral",item:"SolidGrey",subitem:"400"},path:["Color","Neutral","SolidGrey","400"]},420:{value:"#949494",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#949494",type:"color"},name:"ColorNeutralSolidGrey420",attributes:{category:"Color",type:"Neutral",item:"SolidGrey",subitem:"420"},path:["Color","Neutral","SolidGrey","420"]},500:{value:"#7f7f7f",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#7f7f7f",type:"color"},name:"ColorNeutralSolidGrey500",attributes:{category:"Color",type:"Neutral",item:"SolidGrey",subitem:"500"},path:["Color","Neutral","SolidGrey","500"]},536:{value:"#767676",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#767676",type:"color"},name:"ColorNeutralSolidGrey536",attributes:{category:"Color",type:"Neutral",item:"SolidGrey",subitem:"536"},path:["Color","Neutral","SolidGrey","536"]},600:{value:"#666666",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#666666",type:"color"},name:"ColorNeutralSolidGrey600",attributes:{category:"Color",type:"Neutral",item:"SolidGrey",subitem:"600"},path:["Color","Neutral","SolidGrey","600"]},700:{value:"#4d4d4d",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#4d4d4d",type:"color"},name:"ColorNeutralSolidGrey700",attributes:{category:"Color",type:"Neutral",item:"SolidGrey",subitem:"700"},path:["Color","Neutral","SolidGrey","700"]},800:{value:"#333333",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#333333",type:"color"},name:"ColorNeutralSolidGrey800",attributes:{category:"Color",type:"Neutral",item:"SolidGrey",subitem:"800"},path:["Color","Neutral","SolidGrey","800"]},900:{value:"#1a1a1a",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#1a1a1a",type:"color"},name:"ColorNeutralSolidGrey900",attributes:{category:"Color",type:"Neutral",item:"SolidGrey",subitem:"900"},path:["Color","Neutral","SolidGrey","900"]}},SolidGray:{50:{value:"#f2f2f2",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#f2f2f2",type:"color"},name:"ColorNeutralSolidGray50",attributes:{category:"Color",type:"Neutral",item:"SolidGray",subitem:"50"},path:["Color","Neutral","SolidGray","50"]},100:{value:"#e6e6e6",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#e6e6e6",type:"color"},name:"ColorNeutralSolidGray100",attributes:{category:"Color",type:"Neutral",item:"SolidGray",subitem:"100"},path:["Color","Neutral","SolidGray","100"]},200:{value:"#cccccc",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#cccccc",type:"color"},name:"ColorNeutralSolidGray200",attributes:{category:"Color",type:"Neutral",item:"SolidGray",subitem:"200"},path:["Color","Neutral","SolidGray","200"]},300:{value:"#b3b3b3",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#b3b3b3",type:"color"},name:"ColorNeutralSolidGray300",attributes:{category:"Color",type:"Neutral",item:"SolidGray",subitem:"300"},path:["Color","Neutral","SolidGray","300"]},400:{value:"#999999",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#999999",type:"color"},name:"ColorNeutralSolidGray400",attributes:{category:"Color",type:"Neutral",item:"SolidGray",subitem:"400"},path:["Color","Neutral","SolidGray","400"]},420:{value:"#949494",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#949494",type:"color"},name:"ColorNeutralSolidGray420",attributes:{category:"Color",type:"Neutral",item:"SolidGray",subitem:"420"},path:["Color","Neutral","SolidGray","420"]},500:{value:"#7f7f7f",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#7f7f7f",type:"color"},name:"ColorNeutralSolidGray500",attributes:{category:"Color",type:"Neutral",item:"SolidGray",subitem:"500"},path:["Color","Neutral","SolidGray","500"]},536:{value:"#767676",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#767676",type:"color"},name:"ColorNeutralSolidGray536",attributes:{category:"Color",type:"Neutral",item:"SolidGray",subitem:"536"},path:["Color","Neutral","SolidGray","536"]},600:{value:"#666666",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#666666",type:"color"},name:"ColorNeutralSolidGray600",attributes:{category:"Color",type:"Neutral",item:"SolidGray",subitem:"600"},path:["Color","Neutral","SolidGray","600"]},700:{value:"#4d4d4d",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#4d4d4d",type:"color"},name:"ColorNeutralSolidGray700",attributes:{category:"Color",type:"Neutral",item:"SolidGray",subitem:"700"},path:["Color","Neutral","SolidGray","700"]},800:{value:"#333333",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#333333",type:"color"},name:"ColorNeutralSolidGray800",attributes:{category:"Color",type:"Neutral",item:"SolidGray",subitem:"800"},path:["Color","Neutral","SolidGray","800"]},900:{value:"#1a1a1a",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#1a1a1a",type:"color"},name:"ColorNeutralSolidGray900",attributes:{category:"Color",type:"Neutral",item:"SolidGray",subitem:"900"},path:["Color","Neutral","SolidGray","900"]}}},Success:{1:{value:"#259d63",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#259D63",type:"color"},name:"ColorSuccess1",attributes:{category:"Color",type:"Success",item:"1"},path:["Color","Success","1"]},2:{value:"#197a4b",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#197A4B",type:"color"},name:"ColorSuccess2",attributes:{category:"Color",type:"Success",item:"2"},path:["Color","Success","2"]}},Error:{1:{value:"#ec0000",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#EC0000",type:"color"},name:"ColorError1",attributes:{category:"Color",type:"Error",item:"1"},path:["Color","Error","1"]},2:{value:"#ce0000",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#CE0000",type:"color"},name:"ColorError2",attributes:{category:"Color",type:"Error",item:"2"},path:["Color","Error","2"]}},Warning:{Yellow:{1:{value:"#b78f00",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#B78F00",type:"color"},name:"ColorWarningYellow1",attributes:{category:"Color",type:"Warning",item:"Yellow",subitem:"1"},path:["Color","Warning","Yellow","1"]},2:{value:"#927200",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#927200",type:"color"},name:"ColorWarningYellow2",attributes:{category:"Color",type:"Warning",item:"Yellow",subitem:"2"},path:["Color","Warning","Yellow","2"]}},Orange:{1:{value:"#fb5b01",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#FB5B01",type:"color"},name:"ColorWarningOrange1",attributes:{category:"Color",type:"Warning",item:"Orange",subitem:"1"},path:["Color","Warning","Orange","1"]},2:{value:"#c74700",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#C74700",type:"color"},name:"ColorWarningOrange2",attributes:{category:"Color",type:"Warning",item:"Orange",subitem:"2"},path:["Color","Warning","Orange","2"]}}},Focus:{Blue:{value:"#0877d7",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#0877D7",type:"color"},name:"ColorFocusBlue",attributes:{category:"Color",type:"Focus",item:"Blue"},path:["Color","Focus","Blue"]},Yellow:{value:"#b78f00",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#B78F00",type:"color"},name:"ColorFocusYellow",attributes:{category:"Color",type:"Focus",item:"Yellow"},path:["Color","Focus","Yellow"]}},Primitive:{Sea:{50:{value:"#e8f1fe",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#e8f1fe",type:"color"},name:"ColorPrimitiveSea50",attributes:{category:"Color",type:"Primitive",item:"Sea",subitem:"50"},path:["Color","Primitive","Sea","50"]},100:{value:"#c5d7fb",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#c5d7fb",type:"color"},name:"ColorPrimitiveSea100",attributes:{category:"Color",type:"Primitive",item:"Sea",subitem:"100"},path:["Color","Primitive","Sea","100"]},200:{value:"#9db7f9",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#9db7f9",type:"color"},name:"ColorPrimitiveSea200",attributes:{category:"Color",type:"Primitive",item:"Sea",subitem:"200"},path:["Color","Primitive","Sea","200"]},300:{value:"#7096f8",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#7096f8",type:"color"},name:"ColorPrimitiveSea300",attributes:{category:"Color",type:"Primitive",item:"Sea",subitem:"300"},path:["Color","Primitive","Sea","300"]},400:{value:"#4979f5",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#4979f5",type:"color"},name:"ColorPrimitiveSea400",attributes:{category:"Color",type:"Primitive",item:"Sea",subitem:"400"},path:["Color","Primitive","Sea","400"]},500:{value:"#264af4",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#264af4",type:"color"},name:"ColorPrimitiveSea500",attributes:{category:"Color",type:"Primitive",item:"Sea",subitem:"500"},path:["Color","Primitive","Sea","500"]},600:{value:"#1a3ee8",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#1a3ee8",type:"color"},name:"ColorPrimitiveSea600",attributes:{category:"Color",type:"Primitive",item:"Sea",subitem:"600"},path:["Color","Primitive","Sea","600"]},700:{value:"#0031d8",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#0031d8",type:"color"},name:"ColorPrimitiveSea700",attributes:{category:"Color",type:"Primitive",item:"Sea",subitem:"700"},path:["Color","Primitive","Sea","700"]},800:{value:"#0017c1",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#0017c1",type:"color"},name:"ColorPrimitiveSea800",attributes:{category:"Color",type:"Primitive",item:"Sea",subitem:"800"},path:["Color","Primitive","Sea","800"]},900:{value:"#000082",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#000082",type:"color"},name:"ColorPrimitiveSea900",attributes:{category:"Color",type:"Primitive",item:"Sea",subitem:"900"},path:["Color","Primitive","Sea","900"]},1e3:{value:"#000071",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#000071",type:"color"},name:"ColorPrimitiveSea1000",attributes:{category:"Color",type:"Primitive",item:"Sea",subitem:"1000"},path:["Color","Primitive","Sea","1000"]},1100:{value:"#000060",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#000060",type:"color"},name:"ColorPrimitiveSea1100",attributes:{category:"Color",type:"Primitive",item:"Sea",subitem:"1100"},path:["Color","Primitive","Sea","1100"]},1200:{value:"#00004f",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#00004f",type:"color"},name:"ColorPrimitiveSea1200",attributes:{category:"Color",type:"Primitive",item:"Sea",subitem:"1200"},path:["Color","Primitive","Sea","1200"]}},Sumi:{50:{value:"#f8f8fb",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#f8f8fb",type:"color"},name:"ColorPrimitiveSumi50",attributes:{category:"Color",type:"Primitive",item:"Sumi",subitem:"50"},path:["Color","Primitive","Sumi","50"]},100:{value:"#f1f1f4",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#f1f1f4",type:"color"},name:"ColorPrimitiveSumi100",attributes:{category:"Color",type:"Primitive",item:"Sumi",subitem:"100"},path:["Color","Primitive","Sumi","100"]},200:{value:"#e8e8eb",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#e8e8eb",type:"color"},name:"ColorPrimitiveSumi200",attributes:{category:"Color",type:"Primitive",item:"Sumi",subitem:"200"},path:["Color","Primitive","Sumi","200"]},300:{value:"#d8d8db",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#d8d8db",type:"color"},name:"ColorPrimitiveSumi300",attributes:{category:"Color",type:"Primitive",item:"Sumi",subitem:"300"},path:["Color","Primitive","Sumi","300"]},400:{value:"#b4b4b7",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#b4b4b7",type:"color"},name:"ColorPrimitiveSumi400",attributes:{category:"Color",type:"Primitive",item:"Sumi",subitem:"400"},path:["Color","Primitive","Sumi","400"]},500:{value:"#949497",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#949497",type:"color"},name:"ColorPrimitiveSumi500",attributes:{category:"Color",type:"Primitive",item:"Sumi",subitem:"500"},path:["Color","Primitive","Sumi","500"]},600:{value:"#757578",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#757578",type:"color"},name:"ColorPrimitiveSumi600",attributes:{category:"Color",type:"Primitive",item:"Sumi",subitem:"600"},path:["Color","Primitive","Sumi","600"]},700:{value:"#626264",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#626264",type:"color"},name:"ColorPrimitiveSumi700",attributes:{category:"Color",type:"Primitive",item:"Sumi",subitem:"700"},path:["Color","Primitive","Sumi","700"]},800:{value:"#414143",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#414143",type:"color"},name:"ColorPrimitiveSumi800",attributes:{category:"Color",type:"Primitive",item:"Sumi",subitem:"800"},path:["Color","Primitive","Sumi","800"]},900:{value:"#1a1a1c",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#1a1a1c",type:"color"},name:"ColorPrimitiveSumi900",attributes:{category:"Color",type:"Primitive",item:"Sumi",subitem:"900"},path:["Color","Primitive","Sumi","900"]},1e3:{value:"#111111",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#111111",type:"color"},name:"ColorPrimitiveSumi1000",attributes:{category:"Color",type:"Primitive",item:"Sumi",subitem:"1000"},path:["Color","Primitive","Sumi","1000"]},1100:{value:"#080808",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#080808",type:"color"},name:"ColorPrimitiveSumi1100",attributes:{category:"Color",type:"Primitive",item:"Sumi",subitem:"1100"},path:["Color","Primitive","Sumi","1100"]},1200:{value:"#000000",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#000000",type:"color"},name:"ColorPrimitiveSumi1200",attributes:{category:"Color",type:"Primitive",item:"Sumi",subitem:"1200"},path:["Color","Primitive","Sumi","1200"]}},Forest:{50:{value:"#e6f5ec",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#e6f5ec",type:"color"},name:"ColorPrimitiveForest50",attributes:{category:"Color",type:"Primitive",item:"Forest",subitem:"50"},path:["Color","Primitive","Forest","50"]},100:{value:"#c2e5d1",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#c2e5d1",type:"color"},name:"ColorPrimitiveForest100",attributes:{category:"Color",type:"Primitive",item:"Forest",subitem:"100"},path:["Color","Primitive","Forest","100"]},200:{value:"#9bd4b5",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#9bd4b5",type:"color"},name:"ColorPrimitiveForest200",attributes:{category:"Color",type:"Primitive",item:"Forest",subitem:"200"},path:["Color","Primitive","Forest","200"]},300:{value:"#71c598",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#71c598",type:"color"},name:"ColorPrimitiveForest300",attributes:{category:"Color",type:"Primitive",item:"Forest",subitem:"300"},path:["Color","Primitive","Forest","300"]},400:{value:"#51b883",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#51b883",type:"color"},name:"ColorPrimitiveForest400",attributes:{category:"Color",type:"Primitive",item:"Forest",subitem:"400"},path:["Color","Primitive","Forest","400"]},500:{value:"#2cac6e",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#2cac6e",type:"color"},name:"ColorPrimitiveForest500",attributes:{category:"Color",type:"Primitive",item:"Forest",subitem:"500"},path:["Color","Primitive","Forest","500"]},600:{value:"#259d63",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#259d63",type:"color"},name:"ColorPrimitiveForest600",attributes:{category:"Color",type:"Primitive",item:"Forest",subitem:"600"},path:["Color","Primitive","Forest","600"]},700:{value:"#1d8b56",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#1d8b56",type:"color"},name:"ColorPrimitiveForest700",attributes:{category:"Color",type:"Primitive",item:"Forest",subitem:"700"},path:["Color","Primitive","Forest","700"]},800:{value:"#197a4b",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#197a4b",type:"color"},name:"ColorPrimitiveForest800",attributes:{category:"Color",type:"Primitive",item:"Forest",subitem:"800"},path:["Color","Primitive","Forest","800"]},900:{value:"#115a36",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#115a36",type:"color"},name:"ColorPrimitiveForest900",attributes:{category:"Color",type:"Primitive",item:"Forest",subitem:"900"},path:["Color","Primitive","Forest","900"]},1e3:{value:"#0c472a",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#0c472a",type:"color"},name:"ColorPrimitiveForest1000",attributes:{category:"Color",type:"Primitive",item:"Forest",subitem:"1000"},path:["Color","Primitive","Forest","1000"]},1100:{value:"#08351f",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#08351f",type:"color"},name:"ColorPrimitiveForest1100",attributes:{category:"Color",type:"Primitive",item:"Forest",subitem:"1100"},path:["Color","Primitive","Forest","1100"]},1200:{value:"#032213",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#032213",type:"color"},name:"ColorPrimitiveForest1200",attributes:{category:"Color",type:"Primitive",item:"Forest",subitem:"1200"},path:["Color","Primitive","Forest","1200"]}},Wood:{50:{value:"#f3eee5",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#f3eee5",type:"color"},name:"ColorPrimitiveWood50",attributes:{category:"Color",type:"Primitive",item:"Wood",subitem:"50"},path:["Color","Primitive","Wood","50"]},100:{value:"#e7d8b9",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#e7d8b9",type:"color"},name:"ColorPrimitiveWood100",attributes:{category:"Color",type:"Primitive",item:"Wood",subitem:"100"},path:["Color","Primitive","Wood","100"]},200:{value:"#e1c383",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#e1c383",type:"color"},name:"ColorPrimitiveWood200",attributes:{category:"Color",type:"Primitive",item:"Wood",subitem:"200"},path:["Color","Primitive","Wood","200"]},300:{value:"#dcac4d",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#dcac4d",type:"color"},name:"ColorPrimitiveWood300",attributes:{category:"Color",type:"Primitive",item:"Wood",subitem:"300"},path:["Color","Primitive","Wood","300"]},400:{value:"#d69c2b",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#d69c2b",type:"color"},name:"ColorPrimitiveWood400",attributes:{category:"Color",type:"Primitive",item:"Wood",subitem:"400"},path:["Color","Primitive","Wood","400"]},500:{value:"#d18d0f",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#d18d0f",type:"color"},name:"ColorPrimitiveWood500",attributes:{category:"Color",type:"Primitive",item:"Wood",subitem:"500"},path:["Color","Primitive","Wood","500"]},600:{value:"#cd820a",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#cd820a",type:"color"},name:"ColorPrimitiveWood600",attributes:{category:"Color",type:"Primitive",item:"Wood",subitem:"600"},path:["Color","Primitive","Wood","600"]},700:{value:"#c87504",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#c87504",type:"color"},name:"ColorPrimitiveWood700",attributes:{category:"Color",type:"Primitive",item:"Wood",subitem:"700"},path:["Color","Primitive","Wood","700"]},800:{value:"#c16800",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#c16800",type:"color"},name:"ColorPrimitiveWood800",attributes:{category:"Color",type:"Primitive",item:"Wood",subitem:"800"},path:["Color","Primitive","Wood","800"]},900:{value:"#b65200",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#b65200",type:"color"},name:"ColorPrimitiveWood900",attributes:{category:"Color",type:"Primitive",item:"Wood",subitem:"900"},path:["Color","Primitive","Wood","900"]},1e3:{value:"#9c4600",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#9c4600",type:"color"},name:"ColorPrimitiveWood1000",attributes:{category:"Color",type:"Primitive",item:"Wood",subitem:"1000"},path:["Color","Primitive","Wood","1000"]},1100:{value:"#833b00",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#833b00",type:"color"},name:"ColorPrimitiveWood1100",attributes:{category:"Color",type:"Primitive",item:"Wood",subitem:"1100"},path:["Color","Primitive","Wood","1100"]},1200:{value:"#662e00",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#662e00",type:"color"},name:"ColorPrimitiveWood1200",attributes:{category:"Color",type:"Primitive",item:"Wood",subitem:"1200"},path:["Color","Primitive","Wood","1200"]}},Sun:{50:{value:"#ffe7e6",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#ffe7e6",type:"color"},name:"ColorPrimitiveSun50",attributes:{category:"Color",type:"Primitive",item:"Sun",subitem:"50"},path:["Color","Primitive","Sun","50"]},100:{value:"#ffc8b8",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#ffc8b8",type:"color"},name:"ColorPrimitiveSun100",attributes:{category:"Color",type:"Primitive",item:"Sun",subitem:"100"},path:["Color","Primitive","Sun","100"]},200:{value:"#ffa28b",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#ffa28b",type:"color"},name:"ColorPrimitiveSun200",attributes:{category:"Color",type:"Primitive",item:"Sun",subitem:"200"},path:["Color","Primitive","Sun","200"]},300:{value:"#ff7b5c",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#ff7b5c",type:"color"},name:"ColorPrimitiveSun300",attributes:{category:"Color",type:"Primitive",item:"Sun",subitem:"300"},path:["Color","Primitive","Sun","300"]},400:{value:"#ff5838",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#ff5838",type:"color"},name:"ColorPrimitiveSun400",attributes:{category:"Color",type:"Primitive",item:"Sun",subitem:"400"},path:["Color","Primitive","Sun","400"]},500:{value:"#ff4b36",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#ff4b36",type:"color"},name:"ColorPrimitiveSun500",attributes:{category:"Color",type:"Primitive",item:"Sun",subitem:"500"},path:["Color","Primitive","Sun","500"]},600:{value:"#ff220d",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#ff220d",type:"color"},name:"ColorPrimitiveSun600",attributes:{category:"Color",type:"Primitive",item:"Sun",subitem:"600"},path:["Color","Primitive","Sun","600"]},700:{value:"#fa1606",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#fa1606",type:"color"},name:"ColorPrimitiveSun700",attributes:{category:"Color",type:"Primitive",item:"Sun",subitem:"700"},path:["Color","Primitive","Sun","700"]},800:{value:"#ec0000",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#ec0000",type:"color"},name:"ColorPrimitiveSun800",attributes:{category:"Color",type:"Primitive",item:"Sun",subitem:"800"},path:["Color","Primitive","Sun","800"]},900:{value:"#d50000",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#d50000",type:"color"},name:"ColorPrimitiveSun900",attributes:{category:"Color",type:"Primitive",item:"Sun",subitem:"900"},path:["Color","Primitive","Sun","900"]},1e3:{value:"#af0000",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#af0000",type:"color"},name:"ColorPrimitiveSun1000",attributes:{category:"Color",type:"Primitive",item:"Sun",subitem:"1000"},path:["Color","Primitive","Sun","1000"]},1100:{value:"#890101",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#890101",type:"color"},name:"ColorPrimitiveSun1100",attributes:{category:"Color",type:"Primitive",item:"Sun",subitem:"1100"},path:["Color","Primitive","Sun","1100"]},1200:{value:"#640101",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#640101",type:"color"},name:"ColorPrimitiveSun1200",attributes:{category:"Color",type:"Primitive",item:"Sun",subitem:"1200"},path:["Color","Primitive","Sun","1200"]}},Blue:{50:{value:"#e8f1fe",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#e8f1fe",type:"color"},name:"ColorPrimitiveBlue50",attributes:{category:"Color",type:"Primitive",item:"Blue",subitem:"50"},path:["Color","Primitive","Blue","50"]},100:{value:"#d9e6ff",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#d9e6ff",type:"color"},name:"ColorPrimitiveBlue100",attributes:{category:"Color",type:"Primitive",item:"Blue",subitem:"100"},path:["Color","Primitive","Blue","100"]},200:{value:"#c5d7fb",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#c5d7fb",type:"color"},name:"ColorPrimitiveBlue200",attributes:{category:"Color",type:"Primitive",item:"Blue",subitem:"200"},path:["Color","Primitive","Blue","200"]},300:{value:"#9db7f9",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#9db7f9",type:"color"},name:"ColorPrimitiveBlue300",attributes:{category:"Color",type:"Primitive",item:"Blue",subitem:"300"},path:["Color","Primitive","Blue","300"]},400:{value:"#7096f8",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#7096f8",type:"color"},name:"ColorPrimitiveBlue400",attributes:{category:"Color",type:"Primitive",item:"Blue",subitem:"400"},path:["Color","Primitive","Blue","400"]},500:{value:"#4979f5",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#4979f5",type:"color"},name:"ColorPrimitiveBlue500",attributes:{category:"Color",type:"Primitive",item:"Blue",subitem:"500"},path:["Color","Primitive","Blue","500"]},600:{value:"#3460fb",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#3460fb",type:"color"},name:"ColorPrimitiveBlue600",attributes:{category:"Color",type:"Primitive",item:"Blue",subitem:"600"},path:["Color","Primitive","Blue","600"]},700:{value:"#264af4",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#264af4",type:"color"},name:"ColorPrimitiveBlue700",attributes:{category:"Color",type:"Primitive",item:"Blue",subitem:"700"},path:["Color","Primitive","Blue","700"]},800:{value:"#0031d8",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#0031d8",type:"color"},name:"ColorPrimitiveBlue800",attributes:{category:"Color",type:"Primitive",item:"Blue",subitem:"800"},path:["Color","Primitive","Blue","800"]},900:{value:"#0017c1",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#0017c1",type:"color"},name:"ColorPrimitiveBlue900",attributes:{category:"Color",type:"Primitive",item:"Blue",subitem:"900"},path:["Color","Primitive","Blue","900"]},1e3:{value:"#00118f",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#00118f",type:"color"},name:"ColorPrimitiveBlue1000",attributes:{category:"Color",type:"Primitive",item:"Blue",subitem:"1000"},path:["Color","Primitive","Blue","1000"]},1100:{value:"#000071",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#000071",type:"color"},name:"ColorPrimitiveBlue1100",attributes:{category:"Color",type:"Primitive",item:"Blue",subitem:"1100"},path:["Color","Primitive","Blue","1100"]},1200:{value:"#000060",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#000060",type:"color"},name:"ColorPrimitiveBlue1200",attributes:{category:"Color",type:"Primitive",item:"Blue",subitem:"1200"},path:["Color","Primitive","Blue","1200"]}},LightBlue:{50:{value:"#f0f9ff",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#f0f9ff",type:"color"},name:"ColorPrimitiveLightBlue50",attributes:{category:"Color",type:"Primitive",item:"LightBlue",subitem:"50"},path:["Color","Primitive","LightBlue","50"]},100:{value:"#dcf0ff",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#dcf0ff",type:"color"},name:"ColorPrimitiveLightBlue100",attributes:{category:"Color",type:"Primitive",item:"LightBlue",subitem:"100"},path:["Color","Primitive","LightBlue","100"]},200:{value:"#c0e4ff",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#c0e4ff",type:"color"},name:"ColorPrimitiveLightBlue200",attributes:{category:"Color",type:"Primitive",item:"LightBlue",subitem:"200"},path:["Color","Primitive","LightBlue","200"]},300:{value:"#97d3ff",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#97d3ff",type:"color"},name:"ColorPrimitiveLightBlue300",attributes:{category:"Color",type:"Primitive",item:"LightBlue",subitem:"300"},path:["Color","Primitive","LightBlue","300"]},400:{value:"#57b8ff",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#57b8ff",type:"color"},name:"ColorPrimitiveLightBlue400",attributes:{category:"Color",type:"Primitive",item:"LightBlue",subitem:"400"},path:["Color","Primitive","LightBlue","400"]},500:{value:"#39abff",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#39abff",type:"color"},name:"ColorPrimitiveLightBlue500",attributes:{category:"Color",type:"Primitive",item:"LightBlue",subitem:"500"},path:["Color","Primitive","LightBlue","500"]},600:{value:"#008bf2",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#008bf2",type:"color"},name:"ColorPrimitiveLightBlue600",attributes:{category:"Color",type:"Primitive",item:"LightBlue",subitem:"600"},path:["Color","Primitive","LightBlue","600"]},700:{value:"#0877d7",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#0877d7",type:"color"},name:"ColorPrimitiveLightBlue700",attributes:{category:"Color",type:"Primitive",item:"LightBlue",subitem:"700"},path:["Color","Primitive","LightBlue","700"]},800:{value:"#0066be",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#0066be",type:"color"},name:"ColorPrimitiveLightBlue800",attributes:{category:"Color",type:"Primitive",item:"LightBlue",subitem:"800"},path:["Color","Primitive","LightBlue","800"]},900:{value:"#0055ad",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#0055ad",type:"color"},name:"ColorPrimitiveLightBlue900",attributes:{category:"Color",type:"Primitive",item:"LightBlue",subitem:"900"},path:["Color","Primitive","LightBlue","900"]},1e3:{value:"#00428c",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#00428c",type:"color"},name:"ColorPrimitiveLightBlue1000",attributes:{category:"Color",type:"Primitive",item:"LightBlue",subitem:"1000"},path:["Color","Primitive","LightBlue","1000"]},1100:{value:"#00316a",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#00316a",type:"color"},name:"ColorPrimitiveLightBlue1100",attributes:{category:"Color",type:"Primitive",item:"LightBlue",subitem:"1100"},path:["Color","Primitive","LightBlue","1100"]},1200:{value:"#00234b",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#00234b",type:"color"},name:"ColorPrimitiveLightBlue1200",attributes:{category:"Color",type:"Primitive",item:"LightBlue",subitem:"1200"},path:["Color","Primitive","LightBlue","1200"]}},Cyan:{50:{value:"#e9f7f9",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#e9f7f9",type:"color"},name:"ColorPrimitiveCyan50",attributes:{category:"Color",type:"Primitive",item:"Cyan",subitem:"50"},path:["Color","Primitive","Cyan","50"]},100:{value:"#c8f8ff",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#c8f8ff",type:"color"},name:"ColorPrimitiveCyan100",attributes:{category:"Color",type:"Primitive",item:"Cyan",subitem:"100"},path:["Color","Primitive","Cyan","100"]},200:{value:"#99f2ff",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#99f2ff",type:"color"},name:"ColorPrimitiveCyan200",attributes:{category:"Color",type:"Primitive",item:"Cyan",subitem:"200"},path:["Color","Primitive","Cyan","200"]},300:{value:"#79e2f2",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#79e2f2",type:"color"},name:"ColorPrimitiveCyan300",attributes:{category:"Color",type:"Primitive",item:"Cyan",subitem:"300"},path:["Color","Primitive","Cyan","300"]},400:{value:"#2bc8e4",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#2bc8e4",type:"color"},name:"ColorPrimitiveCyan400",attributes:{category:"Color",type:"Primitive",item:"Cyan",subitem:"400"},path:["Color","Primitive","Cyan","400"]},500:{value:"#01b7d6",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#01b7d6",type:"color"},name:"ColorPrimitiveCyan500",attributes:{category:"Color",type:"Primitive",item:"Cyan",subitem:"500"},path:["Color","Primitive","Cyan","500"]},600:{value:"#00a3bf",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#00a3bf",type:"color"},name:"ColorPrimitiveCyan600",attributes:{category:"Color",type:"Primitive",item:"Cyan",subitem:"600"},path:["Color","Primitive","Cyan","600"]},700:{value:"#008da6",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#008da6",type:"color"},name:"ColorPrimitiveCyan700",attributes:{category:"Color",type:"Primitive",item:"Cyan",subitem:"700"},path:["Color","Primitive","Cyan","700"]},800:{value:"#008299",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#008299",type:"color"},name:"ColorPrimitiveCyan800",attributes:{category:"Color",type:"Primitive",item:"Cyan",subitem:"800"},path:["Color","Primitive","Cyan","800"]},900:{value:"#006f83",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#006f83",type:"color"},name:"ColorPrimitiveCyan900",attributes:{category:"Color",type:"Primitive",item:"Cyan",subitem:"900"},path:["Color","Primitive","Cyan","900"]},1e3:{value:"#006173",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#006173",type:"color"},name:"ColorPrimitiveCyan1000",attributes:{category:"Color",type:"Primitive",item:"Cyan",subitem:"1000"},path:["Color","Primitive","Cyan","1000"]},1100:{value:"#004c59",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#004c59",type:"color"},name:"ColorPrimitiveCyan1100",attributes:{category:"Color",type:"Primitive",item:"Cyan",subitem:"1100"},path:["Color","Primitive","Cyan","1100"]},1200:{value:"#003741",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#003741",type:"color"},name:"ColorPrimitiveCyan1200",attributes:{category:"Color",type:"Primitive",item:"Cyan",subitem:"1200"},path:["Color","Primitive","Cyan","1200"]}},Green:{50:{value:"#e6f5ec",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#e6f5ec",type:"color"},name:"ColorPrimitiveGreen50",attributes:{category:"Color",type:"Primitive",item:"Green",subitem:"50"},path:["Color","Primitive","Green","50"]},100:{value:"#c2e5d1",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#c2e5d1",type:"color"},name:"ColorPrimitiveGreen100",attributes:{category:"Color",type:"Primitive",item:"Green",subitem:"100"},path:["Color","Primitive","Green","100"]},200:{value:"#9bd4b5",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#9bd4b5",type:"color"},name:"ColorPrimitiveGreen200",attributes:{category:"Color",type:"Primitive",item:"Green",subitem:"200"},path:["Color","Primitive","Green","200"]},300:{value:"#71c598",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#71c598",type:"color"},name:"ColorPrimitiveGreen300",attributes:{category:"Color",type:"Primitive",item:"Green",subitem:"300"},path:["Color","Primitive","Green","300"]},400:{value:"#51b883",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#51b883",type:"color"},name:"ColorPrimitiveGreen400",attributes:{category:"Color",type:"Primitive",item:"Green",subitem:"400"},path:["Color","Primitive","Green","400"]},500:{value:"#2cac6e",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#2cac6e",type:"color"},name:"ColorPrimitiveGreen500",attributes:{category:"Color",type:"Primitive",item:"Green",subitem:"500"},path:["Color","Primitive","Green","500"]},600:{value:"#259d63",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#259d63",type:"color"},name:"ColorPrimitiveGreen600",attributes:{category:"Color",type:"Primitive",item:"Green",subitem:"600"},path:["Color","Primitive","Green","600"]},700:{value:"#1d8b56",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#1d8b56",type:"color"},name:"ColorPrimitiveGreen700",attributes:{category:"Color",type:"Primitive",item:"Green",subitem:"700"},path:["Color","Primitive","Green","700"]},800:{value:"#197a4b",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#197a4b",type:"color"},name:"ColorPrimitiveGreen800",attributes:{category:"Color",type:"Primitive",item:"Green",subitem:"800"},path:["Color","Primitive","Green","800"]},900:{value:"#115a36",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#115a36",type:"color"},name:"ColorPrimitiveGreen900",attributes:{category:"Color",type:"Primitive",item:"Green",subitem:"900"},path:["Color","Primitive","Green","900"]},1e3:{value:"#0c472a",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#0c472a",type:"color"},name:"ColorPrimitiveGreen1000",attributes:{category:"Color",type:"Primitive",item:"Green",subitem:"1000"},path:["Color","Primitive","Green","1000"]},1100:{value:"#08351f",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#08351f",type:"color"},name:"ColorPrimitiveGreen1100",attributes:{category:"Color",type:"Primitive",item:"Green",subitem:"1100"},path:["Color","Primitive","Green","1100"]},1200:{value:"#032213",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#032213",type:"color"},name:"ColorPrimitiveGreen1200",attributes:{category:"Color",type:"Primitive",item:"Green",subitem:"1200"},path:["Color","Primitive","Green","1200"]}},Lime:{50:{value:"#ebfad9",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#ebfad9",type:"color"},name:"ColorPrimitiveLime50",attributes:{category:"Color",type:"Primitive",item:"Lime",subitem:"50"},path:["Color","Primitive","Lime","50"]},100:{value:"#d0f5a2",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#d0f5a2",type:"color"},name:"ColorPrimitiveLime100",attributes:{category:"Color",type:"Primitive",item:"Lime",subitem:"100"},path:["Color","Primitive","Lime","100"]},200:{value:"#c0f354",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#c0f354",type:"color"},name:"ColorPrimitiveLime200",attributes:{category:"Color",type:"Primitive",item:"Lime",subitem:"200"},path:["Color","Primitive","Lime","200"]},300:{value:"#ade830",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#ade830",type:"color"},name:"ColorPrimitiveLime300",attributes:{category:"Color",type:"Primitive",item:"Lime",subitem:"300"},path:["Color","Primitive","Lime","300"]},400:{value:"#9ddd15",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#9ddd15",type:"color"},name:"ColorPrimitiveLime400",attributes:{category:"Color",type:"Primitive",item:"Lime",subitem:"400"},path:["Color","Primitive","Lime","400"]},500:{value:"#8cc80c",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#8cc80c",type:"color"},name:"ColorPrimitiveLime500",attributes:{category:"Color",type:"Primitive",item:"Lime",subitem:"500"},path:["Color","Primitive","Lime","500"]},600:{value:"#7eb40d",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#7eb40d",type:"color"},name:"ColorPrimitiveLime600",attributes:{category:"Color",type:"Primitive",item:"Lime",subitem:"600"},path:["Color","Primitive","Lime","600"]},700:{value:"#6fa104",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#6fa104",type:"color"},name:"ColorPrimitiveLime700",attributes:{category:"Color",type:"Primitive",item:"Lime",subitem:"700"},path:["Color","Primitive","Lime","700"]},800:{value:"#618e00",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#618e00",type:"color"},name:"ColorPrimitiveLime800",attributes:{category:"Color",type:"Primitive",item:"Lime",subitem:"800"},path:["Color","Primitive","Lime","800"]},900:{value:"#507500",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#507500",type:"color"},name:"ColorPrimitiveLime900",attributes:{category:"Color",type:"Primitive",item:"Lime",subitem:"900"},path:["Color","Primitive","Lime","900"]},1e3:{value:"#3e5a00",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#3e5a00",type:"color"},name:"ColorPrimitiveLime1000",attributes:{category:"Color",type:"Primitive",item:"Lime",subitem:"1000"},path:["Color","Primitive","Lime","1000"]},1100:{value:"#2c4100",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#2c4100",type:"color"},name:"ColorPrimitiveLime1100",attributes:{category:"Color",type:"Primitive",item:"Lime",subitem:"1100"},path:["Color","Primitive","Lime","1100"]},1200:{value:"#1e2d00",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#1e2d00",type:"color"},name:"ColorPrimitiveLime1200",attributes:{category:"Color",type:"Primitive",item:"Lime",subitem:"1200"},path:["Color","Primitive","Lime","1200"]}},Yellow:{50:{value:"#fbf5e0",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#fbf5e0",type:"color"},name:"ColorPrimitiveYellow50",attributes:{category:"Color",type:"Primitive",item:"Yellow",subitem:"50"},path:["Color","Primitive","Yellow","50"]},100:{value:"#fff0b3",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#fff0b3",type:"color"},name:"ColorPrimitiveYellow100",attributes:{category:"Color",type:"Primitive",item:"Yellow",subitem:"100"},path:["Color","Primitive","Yellow","100"]},200:{value:"#ffe380",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#ffe380",type:"color"},name:"ColorPrimitiveYellow200",attributes:{category:"Color",type:"Primitive",item:"Yellow",subitem:"200"},path:["Color","Primitive","Yellow","200"]},300:{value:"#ffd43d",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#ffd43d",type:"color"},name:"ColorPrimitiveYellow300",attributes:{category:"Color",type:"Primitive",item:"Yellow",subitem:"300"},path:["Color","Primitive","Yellow","300"]},400:{value:"#ffc700",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#ffc700",type:"color"},name:"ColorPrimitiveYellow400",attributes:{category:"Color",type:"Primitive",item:"Yellow",subitem:"400"},path:["Color","Primitive","Yellow","400"]},500:{value:"#ebb700",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#ebb700",type:"color"},name:"ColorPrimitiveYellow500",attributes:{category:"Color",type:"Primitive",item:"Yellow",subitem:"500"},path:["Color","Primitive","Yellow","500"]},600:{value:"#d2a400",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#d2a400",type:"color"},name:"ColorPrimitiveYellow600",attributes:{category:"Color",type:"Primitive",item:"Yellow",subitem:"600"},path:["Color","Primitive","Yellow","600"]},700:{value:"#b78f00",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#b78f00",type:"color"},name:"ColorPrimitiveYellow700",attributes:{category:"Color",type:"Primitive",item:"Yellow",subitem:"700"},path:["Color","Primitive","Yellow","700"]},800:{value:"#a58000",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#a58000",type:"color"},name:"ColorPrimitiveYellow800",attributes:{category:"Color",type:"Primitive",item:"Yellow",subitem:"800"},path:["Color","Primitive","Yellow","800"]},900:{value:"#927200",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#927200",type:"color"},name:"ColorPrimitiveYellow900",attributes:{category:"Color",type:"Primitive",item:"Yellow",subitem:"900"},path:["Color","Primitive","Yellow","900"]},1e3:{value:"#806300",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#806300",type:"color"},name:"ColorPrimitiveYellow1000",attributes:{category:"Color",type:"Primitive",item:"Yellow",subitem:"1000"},path:["Color","Primitive","Yellow","1000"]},1100:{value:"#6e5600",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#6e5600",type:"color"},name:"ColorPrimitiveYellow1100",attributes:{category:"Color",type:"Primitive",item:"Yellow",subitem:"1100"},path:["Color","Primitive","Yellow","1100"]},1200:{value:"#604b00",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#604b00",type:"color"},name:"ColorPrimitiveYellow1200",attributes:{category:"Color",type:"Primitive",item:"Yellow",subitem:"1200"},path:["Color","Primitive","Yellow","1200"]}},Orange:{50:{value:"#ffeee2",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#ffeee2",type:"color"},name:"ColorPrimitiveOrange50",attributes:{category:"Color",type:"Primitive",item:"Orange",subitem:"50"},path:["Color","Primitive","Orange","50"]},100:{value:"#ffdfca",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#ffdfca",type:"color"},name:"ColorPrimitiveOrange100",attributes:{category:"Color",type:"Primitive",item:"Orange",subitem:"100"},path:["Color","Primitive","Orange","100"]},200:{value:"#ffc199",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#ffc199",type:"color"},name:"ColorPrimitiveOrange200",attributes:{category:"Color",type:"Primitive",item:"Orange",subitem:"200"},path:["Color","Primitive","Orange","200"]},300:{value:"#ffa66d",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#ffa66d",type:"color"},name:"ColorPrimitiveOrange300",attributes:{category:"Color",type:"Primitive",item:"Orange",subitem:"300"},path:["Color","Primitive","Orange","300"]},400:{value:"#ff8d44",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#ff8d44",type:"color"},name:"ColorPrimitiveOrange400",attributes:{category:"Color",type:"Primitive",item:"Orange",subitem:"400"},path:["Color","Primitive","Orange","400"]},500:{value:"#ff7628",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#ff7628",type:"color"},name:"ColorPrimitiveOrange500",attributes:{category:"Color",type:"Primitive",item:"Orange",subitem:"500"},path:["Color","Primitive","Orange","500"]},600:{value:"#fb5b01",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#fb5b01",type:"color"},name:"ColorPrimitiveOrange600",attributes:{category:"Color",type:"Primitive",item:"Orange",subitem:"600"},path:["Color","Primitive","Orange","600"]},700:{value:"#e25100",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#e25100",type:"color"},name:"ColorPrimitiveOrange700",attributes:{category:"Color",type:"Primitive",item:"Orange",subitem:"700"},path:["Color","Primitive","Orange","700"]},800:{value:"#c74700",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#c74700",type:"color"},name:"ColorPrimitiveOrange800",attributes:{category:"Color",type:"Primitive",item:"Orange",subitem:"800"},path:["Color","Primitive","Orange","800"]},900:{value:"#ac3e00",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#ac3e00",type:"color"},name:"ColorPrimitiveOrange900",attributes:{category:"Color",type:"Primitive",item:"Orange",subitem:"900"},path:["Color","Primitive","Orange","900"]},1e3:{value:"#8b3200",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#8b3200",type:"color"},name:"ColorPrimitiveOrange1000",attributes:{category:"Color",type:"Primitive",item:"Orange",subitem:"1000"},path:["Color","Primitive","Orange","1000"]},1100:{value:"#6d2700",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#6d2700",type:"color"},name:"ColorPrimitiveOrange1100",attributes:{category:"Color",type:"Primitive",item:"Orange",subitem:"1100"},path:["Color","Primitive","Orange","1100"]},1200:{value:"#541e00",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#541e00",type:"color"},name:"ColorPrimitiveOrange1200",attributes:{category:"Color",type:"Primitive",item:"Orange",subitem:"1200"},path:["Color","Primitive","Orange","1200"]}},Red:{50:{value:"#fdeeee",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#fdeeee",type:"color"},name:"ColorPrimitiveRed50",attributes:{category:"Color",type:"Primitive",item:"Red",subitem:"50"},path:["Color","Primitive","Red","50"]},100:{value:"#ffdada",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#ffdada",type:"color"},name:"ColorPrimitiveRed100",attributes:{category:"Color",type:"Primitive",item:"Red",subitem:"100"},path:["Color","Primitive","Red","100"]},200:{value:"#ffbbbb",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#ffbbbb",type:"color"},name:"ColorPrimitiveRed200",attributes:{category:"Color",type:"Primitive",item:"Red",subitem:"200"},path:["Color","Primitive","Red","200"]},300:{value:"#ff9696",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#ff9696",type:"color"},name:"ColorPrimitiveRed300",attributes:{category:"Color",type:"Primitive",item:"Red",subitem:"300"},path:["Color","Primitive","Red","300"]},400:{value:"#ff7171",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#ff7171",type:"color"},name:"ColorPrimitiveRed400",attributes:{category:"Color",type:"Primitive",item:"Red",subitem:"400"},path:["Color","Primitive","Red","400"]},500:{value:"#ff5454",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#ff5454",type:"color"},name:"ColorPrimitiveRed500",attributes:{category:"Color",type:"Primitive",item:"Red",subitem:"500"},path:["Color","Primitive","Red","500"]},600:{value:"#fe3939",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#fe3939",type:"color"},name:"ColorPrimitiveRed600",attributes:{category:"Color",type:"Primitive",item:"Red",subitem:"600"},path:["Color","Primitive","Red","600"]},700:{value:"#fa0000",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#fa0000",type:"color"},name:"ColorPrimitiveRed700",attributes:{category:"Color",type:"Primitive",item:"Red",subitem:"700"},path:["Color","Primitive","Red","700"]},800:{value:"#ec0000",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#ec0000",type:"color"},name:"ColorPrimitiveRed800",attributes:{category:"Color",type:"Primitive",item:"Red",subitem:"800"},path:["Color","Primitive","Red","800"]},900:{value:"#ce0000",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#ce0000",type:"color"},name:"ColorPrimitiveRed900",attributes:{category:"Color",type:"Primitive",item:"Red",subitem:"900"},path:["Color","Primitive","Red","900"]},1e3:{value:"#a90000",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#a90000",type:"color"},name:"ColorPrimitiveRed1000",attributes:{category:"Color",type:"Primitive",item:"Red",subitem:"1000"},path:["Color","Primitive","Red","1000"]},1100:{value:"#850000",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#850000",type:"color"},name:"ColorPrimitiveRed1100",attributes:{category:"Color",type:"Primitive",item:"Red",subitem:"1100"},path:["Color","Primitive","Red","1100"]},1200:{value:"#620000",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#620000",type:"color"},name:"ColorPrimitiveRed1200",attributes:{category:"Color",type:"Primitive",item:"Red",subitem:"1200"},path:["Color","Primitive","Red","1200"]}},Magenta:{50:{value:"#f3e5f4",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#f3e5f4",type:"color"},name:"ColorPrimitiveMagenta50",attributes:{category:"Color",type:"Primitive",item:"Magenta",subitem:"50"},path:["Color","Primitive","Magenta","50"]},100:{value:"#ffd0ff",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#ffd0ff",type:"color"},name:"ColorPrimitiveMagenta100",attributes:{category:"Color",type:"Primitive",item:"Magenta",subitem:"100"},path:["Color","Primitive","Magenta","100"]},200:{value:"#ffaeff",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#ffaeff",type:"color"},name:"ColorPrimitiveMagenta200",attributes:{category:"Color",type:"Primitive",item:"Magenta",subitem:"200"},path:["Color","Primitive","Magenta","200"]},300:{value:"#ff8eff",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#ff8eff",type:"color"},name:"ColorPrimitiveMagenta300",attributes:{category:"Color",type:"Primitive",item:"Magenta",subitem:"300"},path:["Color","Primitive","Magenta","300"]},400:{value:"#f661f6",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#f661f6",type:"color"},name:"ColorPrimitiveMagenta400",attributes:{category:"Color",type:"Primitive",item:"Magenta",subitem:"400"},path:["Color","Primitive","Magenta","400"]},500:{value:"#f137f1",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#f137f1",type:"color"},name:"ColorPrimitiveMagenta500",attributes:{category:"Color",type:"Primitive",item:"Magenta",subitem:"500"},path:["Color","Primitive","Magenta","500"]},600:{value:"#db00db",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#db00db",type:"color"},name:"ColorPrimitiveMagenta600",attributes:{category:"Color",type:"Primitive",item:"Magenta",subitem:"600"},path:["Color","Primitive","Magenta","600"]},700:{value:"#c000c0",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#c000c0",type:"color"},name:"ColorPrimitiveMagenta700",attributes:{category:"Color",type:"Primitive",item:"Magenta",subitem:"700"},path:["Color","Primitive","Magenta","700"]},800:{value:"#aa00aa",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#aa00aa",type:"color"},name:"ColorPrimitiveMagenta800",attributes:{category:"Color",type:"Primitive",item:"Magenta",subitem:"800"},path:["Color","Primitive","Magenta","800"]},900:{value:"#8b008b",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#8b008b",type:"color"},name:"ColorPrimitiveMagenta900",attributes:{category:"Color",type:"Primitive",item:"Magenta",subitem:"900"},path:["Color","Primitive","Magenta","900"]},1e3:{value:"#6c006c",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#6c006c",type:"color"},name:"ColorPrimitiveMagenta1000",attributes:{category:"Color",type:"Primitive",item:"Magenta",subitem:"1000"},path:["Color","Primitive","Magenta","1000"]},1100:{value:"#500050",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#500050",type:"color"},name:"ColorPrimitiveMagenta1100",attributes:{category:"Color",type:"Primitive",item:"Magenta",subitem:"1100"},path:["Color","Primitive","Magenta","1100"]},1200:{value:"#3b003b",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#3b003b",type:"color"},name:"ColorPrimitiveMagenta1200",attributes:{category:"Color",type:"Primitive",item:"Magenta",subitem:"1200"},path:["Color","Primitive","Magenta","1200"]}},Purple:{50:{value:"#f1eafa",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#f1eafa",type:"color"},name:"ColorPrimitivePurple50",attributes:{category:"Color",type:"Primitive",item:"Purple",subitem:"50"},path:["Color","Primitive","Purple","50"]},100:{value:"#ecddff",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#ecddff",type:"color"},name:"ColorPrimitivePurple100",attributes:{category:"Color",type:"Primitive",item:"Purple",subitem:"100"},path:["Color","Primitive","Purple","100"]},200:{value:"#ddc2ff",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#ddc2ff",type:"color"},name:"ColorPrimitivePurple200",attributes:{category:"Color",type:"Primitive",item:"Purple",subitem:"200"},path:["Color","Primitive","Purple","200"]},300:{value:"#cda6ff",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#cda6ff",type:"color"},name:"ColorPrimitivePurple300",attributes:{category:"Color",type:"Primitive",item:"Purple",subitem:"300"},path:["Color","Primitive","Purple","300"]},400:{value:"#bb87ff",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#bb87ff",type:"color"},name:"ColorPrimitivePurple400",attributes:{category:"Color",type:"Primitive",item:"Purple",subitem:"400"},path:["Color","Primitive","Purple","400"]},500:{value:"#a565f8",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#a565f8",type:"color"},name:"ColorPrimitivePurple500",attributes:{category:"Color",type:"Primitive",item:"Purple",subitem:"500"},path:["Color","Primitive","Purple","500"]},600:{value:"#8843e1",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#8843e1",type:"color"},name:"ColorPrimitivePurple600",attributes:{category:"Color",type:"Primitive",item:"Purple",subitem:"600"},path:["Color","Primitive","Purple","600"]},700:{value:"#6f23d0",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#6f23d0",type:"color"},name:"ColorPrimitivePurple700",attributes:{category:"Color",type:"Primitive",item:"Purple",subitem:"700"},path:["Color","Primitive","Purple","700"]},800:{value:"#5c10be",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#5c10be",type:"color"},name:"ColorPrimitivePurple800",attributes:{category:"Color",type:"Primitive",item:"Purple",subitem:"800"},path:["Color","Primitive","Purple","800"]},900:{value:"#5109ad",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#5109ad",type:"color"},name:"ColorPrimitivePurple900",attributes:{category:"Color",type:"Primitive",item:"Purple",subitem:"900"},path:["Color","Primitive","Purple","900"]},1e3:{value:"#41048e",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#41048e",type:"color"},name:"ColorPrimitivePurple1000",attributes:{category:"Color",type:"Primitive",item:"Purple",subitem:"1000"},path:["Color","Primitive","Purple","1000"]},1100:{value:"#30016c",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#30016c",type:"color"},name:"ColorPrimitivePurple1100",attributes:{category:"Color",type:"Primitive",item:"Purple",subitem:"1100"},path:["Color","Primitive","Purple","1100"]},1200:{value:"#21004b",type:"color",filePath:"style-dictionary/tokens.json",isSource:!0,original:{value:"#21004b",type:"color"},name:"ColorPrimitivePurple1200",attributes:{category:"Color",type:"Primitive",item:"Purple",subitem:"1200"},path:["Color","Primitive","Purple","1200"]}}}},FontWeight:{400:{value:"400",type:"fontWeight",filePath:"style-dictionary/tokens.json",isSource:!0,$extensions:{"studio.tokens":{originalType:"fontWeights"}},original:{value:400,type:"fontWeight",$extensions:{"studio.tokens":{originalType:"fontWeights"}}},name:"FontWeight400",attributes:{category:"FontWeight",type:"400"},path:["FontWeight","400"]},500:{value:"500",type:"fontWeight",filePath:"style-dictionary/tokens.json",isSource:!0,$extensions:{"studio.tokens":{originalType:"fontWeights"}},original:{value:500,type:"fontWeight",$extensions:{"studio.tokens":{originalType:"fontWeights"}}},name:"FontWeight500",attributes:{category:"FontWeight",type:"500"},path:["FontWeight","500"]},700:{value:"700",type:"fontWeight",filePath:"style-dictionary/tokens.json",isSource:!0,$extensions:{"studio.tokens":{originalType:"fontWeights"}},original:{value:700,type:"fontWeight",$extensions:{"studio.tokens":{originalType:"fontWeights"}}},name:"FontWeight700",attributes:{category:"FontWeight",type:"700"},path:["FontWeight","700"]}},FontSize:{14:{value:"0.875rem",type:"fontSize",filePath:"style-dictionary/tokens.json",isSource:!0,$extensions:{"studio.tokens":{originalType:"fontSizes"}},original:{value:"14px",type:"fontSize",$extensions:{"studio.tokens":{originalType:"fontSizes"}}},name:"FontSize14",attributes:{category:"FontSize",type:"14"},path:["FontSize","14"]},16:{value:"1rem",type:"fontSize",filePath:"style-dictionary/tokens.json",isSource:!0,$extensions:{"studio.tokens":{originalType:"fontSizes"}},original:{value:"16px",type:"fontSize",$extensions:{"studio.tokens":{originalType:"fontSizes"}}},name:"FontSize16",attributes:{category:"FontSize",type:"16"},path:["FontSize","16"]},17:{value:"1.0625rem",type:"fontSize",filePath:"style-dictionary/tokens.json",isSource:!0,$extensions:{"studio.tokens":{originalType:"fontSizes"}},original:{value:"17px",type:"fontSize",$extensions:{"studio.tokens":{originalType:"fontSizes"}}},name:"FontSize17",attributes:{category:"FontSize",type:"17"},path:["FontSize","17"]},18:{value:"1.125rem",type:"fontSize",filePath:"style-dictionary/tokens.json",isSource:!0,$extensions:{"studio.tokens":{originalType:"fontSizes"}},original:{value:"18px",type:"fontSize",$extensions:{"studio.tokens":{originalType:"fontSizes"}}},name:"FontSize18",attributes:{category:"FontSize",type:"18"},path:["FontSize","18"]},20:{value:"1.25rem",type:"fontSize",filePath:"style-dictionary/tokens.json",isSource:!0,$extensions:{"studio.tokens":{originalType:"fontSizes"}},original:{value:"20px",type:"fontSize",$extensions:{"studio.tokens":{originalType:"fontSizes"}}},name:"FontSize20",attributes:{category:"FontSize",type:"20"},path:["FontSize","20"]},22:{value:"1.375rem",type:"fontSize",filePath:"style-dictionary/tokens.json",isSource:!0,$extensions:{"studio.tokens":{originalType:"fontSizes"}},original:{value:"22px",type:"fontSize",$extensions:{"studio.tokens":{originalType:"fontSizes"}}},name:"FontSize22",attributes:{category:"FontSize",type:"22"},path:["FontSize","22"]},24:{value:"1.5rem",type:"fontSize",filePath:"style-dictionary/tokens.json",isSource:!0,$extensions:{"studio.tokens":{originalType:"fontSizes"}},original:{value:"24px",type:"fontSize",$extensions:{"studio.tokens":{originalType:"fontSizes"}}},name:"FontSize24",attributes:{category:"FontSize",type:"24"},path:["FontSize","24"]},26:{value:"1.625rem",type:"fontSize",filePath:"style-dictionary/tokens.json",isSource:!0,$extensions:{"studio.tokens":{originalType:"fontSizes"}},original:{value:"26px",type:"fontSize",$extensions:{"studio.tokens":{originalType:"fontSizes"}}},name:"FontSize26",attributes:{category:"FontSize",type:"26"},path:["FontSize","26"]},28:{value:"1.75rem",type:"fontSize",filePath:"style-dictionary/tokens.json",isSource:!0,$extensions:{"studio.tokens":{originalType:"fontSizes"}},original:{value:"28px",type:"fontSize",$extensions:{"studio.tokens":{originalType:"fontSizes"}}},name:"FontSize28",attributes:{category:"FontSize",type:"28"},path:["FontSize","28"]},32:{value:"2rem",type:"fontSize",filePath:"style-dictionary/tokens.json",isSource:!0,$extensions:{"studio.tokens":{originalType:"fontSizes"}},original:{value:"32px",type:"fontSize",$extensions:{"studio.tokens":{originalType:"fontSizes"}}},name:"FontSize32",attributes:{category:"FontSize",type:"32"},path:["FontSize","32"]},36:{value:"2.25rem",type:"fontSize",filePath:"style-dictionary/tokens.json",isSource:!0,$extensions:{"studio.tokens":{originalType:"fontSizes"}},original:{value:"36px",type:"fontSize",$extensions:{"studio.tokens":{originalType:"fontSizes"}}},name:"FontSize36",attributes:{category:"FontSize",type:"36"},path:["FontSize","36"]},45:{value:"2.8125rem",type:"fontSize",filePath:"style-dictionary/tokens.json",isSource:!0,$extensions:{"studio.tokens":{originalType:"fontSizes"}},original:{value:"45px",type:"fontSize",$extensions:{"studio.tokens":{originalType:"fontSizes"}}},name:"FontSize45",attributes:{category:"FontSize",type:"45"},path:["FontSize","45"]},48:{value:"3rem",type:"fontSize",filePath:"style-dictionary/tokens.json",isSource:!0,$extensions:{"studio.tokens":{originalType:"fontSizes"}},original:{value:"48px",type:"fontSize",$extensions:{"studio.tokens":{originalType:"fontSizes"}}},name:"FontSize48",attributes:{category:"FontSize",type:"48"},path:["FontSize","48"]},57:{value:"3.5625rem",type:"fontSize",filePath:"style-dictionary/tokens.json",isSource:!0,$extensions:{"studio.tokens":{originalType:"fontSizes"}},original:{value:"57px",type:"fontSize",$extensions:{"studio.tokens":{originalType:"fontSizes"}}},name:"FontSize57",attributes:{category:"FontSize",type:"57"},path:["FontSize","57"]},64:{value:"4rem",type:"fontSize",filePath:"style-dictionary/tokens.json",isSource:!0,$extensions:{"studio.tokens":{originalType:"fontSizes"}},original:{value:"64px",type:"fontSize",$extensions:{"studio.tokens":{originalType:"fontSizes"}}},name:"FontSize64",attributes:{category:"FontSize",type:"64"},path:["FontSize","64"]}},LineHeight:{"1_0":{value:"1.0",type:"lineHeight",filePath:"style-dictionary/tokens.json",isSource:!0,$extensions:{"studio.tokens":{originalType:"lineHeights"}},original:{value:"1.0",type:"lineHeight",$extensions:{"studio.tokens":{originalType:"lineHeights"}}},name:"LineHeight10",attributes:{category:"LineHeight",type:"1_0"},path:["LineHeight","1_0"]},"1_1":{value:1.1,type:"lineHeight",filePath:"style-dictionary/tokens.json",isSource:!0,$extensions:{"studio.tokens":{originalType:"lineHeights"}},original:{value:1.1,type:"lineHeight",$extensions:{"studio.tokens":{originalType:"lineHeights"}}},name:"LineHeight11",attributes:{category:"LineHeight",type:"1_1"},path:["LineHeight","1_1"]},"1_2":{value:1.2,type:"lineHeight",filePath:"style-dictionary/tokens.json",isSource:!0,$extensions:{"studio.tokens":{originalType:"lineHeights"}},original:{value:1.2,type:"lineHeight",$extensions:{"studio.tokens":{originalType:"lineHeights"}}},name:"LineHeight12",attributes:{category:"LineHeight",type:"1_2"},path:["LineHeight","1_2"]},"1_3":{value:1.3,type:"lineHeight",filePath:"style-dictionary/tokens.json",isSource:!0,$extensions:{"studio.tokens":{originalType:"lineHeights"}},original:{value:1.3,type:"lineHeight",$extensions:{"studio.tokens":{originalType:"lineHeights"}}},name:"LineHeight13",attributes:{category:"LineHeight",type:"1_3"},path:["LineHeight","1_3"]},"1_4":{value:1.4,type:"lineHeight",filePath:"style-dictionary/tokens.json",isSource:!0,$extensions:{"studio.tokens":{originalType:"lineHeights"}},original:{value:1.4,type:"lineHeight",$extensions:{"studio.tokens":{originalType:"lineHeights"}}},name:"LineHeight14",attributes:{category:"LineHeight",type:"1_4"},path:["LineHeight","1_4"]},"1_5":{value:1.5,type:"lineHeight",filePath:"style-dictionary/tokens.json",isSource:!0,$extensions:{"studio.tokens":{originalType:"lineHeights"}},original:{value:1.5,type:"lineHeight",$extensions:{"studio.tokens":{originalType:"lineHeights"}}},name:"LineHeight15",attributes:{category:"LineHeight",type:"1_5"},path:["LineHeight","1_5"]},"1_6":{value:1.6,type:"lineHeight",filePath:"style-dictionary/tokens.json",isSource:!0,$extensions:{"studio.tokens":{originalType:"lineHeights"}},original:{value:1.6,type:"lineHeight",$extensions:{"studio.tokens":{originalType:"lineHeights"}}},name:"LineHeight16",attributes:{category:"LineHeight",type:"1_6"},path:["LineHeight","1_6"]},"1_7":{value:1.7,type:"lineHeight",filePath:"style-dictionary/tokens.json",isSource:!0,$extensions:{"studio.tokens":{originalType:"lineHeights"}},original:{value:1.7,type:"lineHeight",$extensions:{"studio.tokens":{originalType:"lineHeights"}}},name:"LineHeight17",attributes:{category:"LineHeight",type:"1_7"},path:["LineHeight","1_7"]},"1_75":{value:1.75,type:"lineHeight",filePath:"style-dictionary/tokens.json",isSource:!0,$extensions:{"studio.tokens":{originalType:"lineHeights"}},original:{value:1.75,type:"lineHeight",$extensions:{"studio.tokens":{originalType:"lineHeights"}}},name:"LineHeight175",attributes:{category:"LineHeight",type:"1_75"},path:["LineHeight","1_75"]}},BorderRadius:{8:{value:"0.5rem",type:"dimension",filePath:"style-dictionary/tokens.json",isSource:!0,$extensions:{"studio.tokens":{originalType:"borderRadius"}},original:{value:"8px",type:"dimension",$extensions:{"studio.tokens":{originalType:"borderRadius"}}},name:"BorderRadius8",attributes:{category:"BorderRadius",type:"8"},path:["BorderRadius","8"]},16:{value:"1rem",type:"dimension",filePath:"style-dictionary/tokens.json",isSource:!0,$extensions:{"studio.tokens":{originalType:"borderRadius"}},original:{value:"16px",type:"dimension",$extensions:{"studio.tokens":{originalType:"borderRadius"}}},name:"BorderRadius16",attributes:{category:"BorderRadius",type:"16"},path:["BorderRadius","16"]},32:{value:"2rem",type:"dimension",filePath:"style-dictionary/tokens.json",isSource:!0,$extensions:{"studio.tokens":{originalType:"borderRadius"}},original:{value:"32px",type:"dimension",$extensions:{"studio.tokens":{originalType:"borderRadius"}}},name:"BorderRadius32",attributes:{category:"BorderRadius",type:"32"},path:["BorderRadius","32"]}},Shadow:{1:{value:"0 2px 8px 1px rgba(0,0,0,0.1), 0 1px 5px 0 rgba(0,0,0,0.3)",type:"shadow",filePath:"style-dictionary/tokens.json",isSource:!0,$extensions:{"studio.tokens":{originalType:"boxShadow"}},original:{value:[{blur:"8px",spread:"1px",color:"rgba(0,0,0,0.1)",type:"dropShadow",offsetX:0,offsetY:"2px"},{blur:"5px",spread:0,color:"rgba(0,0,0,0.3)",type:"dropShadow",offsetX:0,offsetY:"1px"}],type:"shadow",$extensions:{"studio.tokens":{originalType:"boxShadow"}}},name:"Shadow1",attributes:{category:"Shadow",type:"1"},path:["Shadow","1"]},2:{value:"0 2px 12px 2px rgba(0,0,0,0.1), 0 1px 6px 0 rgba(0,0,0,0.3)",type:"shadow",filePath:"style-dictionary/tokens.json",isSource:!0,$extensions:{"studio.tokens":{originalType:"boxShadow"}},original:{value:[{blur:"12px",spread:"2px",color:"rgba(0,0,0,0.1)",type:"dropShadow",offsetX:0,offsetY:"2px"},{blur:"6px",spread:0,color:"rgba(0,0,0,0.3)",type:"dropShadow",offsetX:0,offsetY:"1px"}],type:"shadow",$extensions:{"studio.tokens":{originalType:"boxShadow"}}},name:"Shadow2",attributes:{category:"Shadow",type:"2"},path:["Shadow","2"]},3:{value:"0 4px 16px 3px rgba(0,0,0,0.1), 0 1px 6px 0 rgba(0,0,0,0.3)",type:"shadow",filePath:"style-dictionary/tokens.json",isSource:!0,$extensions:{"studio.tokens":{originalType:"boxShadow"}},original:{value:[{blur:"16px",spread:"3px",color:"rgba(0,0,0,0.1)",type:"dropShadow",offsetX:0,offsetY:"4px"},{blur:"6px",spread:0,color:"rgba(0,0,0,0.3)",type:"dropShadow",offsetX:0,offsetY:"1px"}],type:"shadow",$extensions:{"studio.tokens":{originalType:"boxShadow"}}},name:"Shadow3",attributes:{category:"Shadow",type:"3"},path:["Shadow","3"]},4:{value:"0 6px 20px 4px rgba(0,0,0,0.1), 0 2px 6px 0 rgba(0,0,0,0.3)",type:"shadow",filePath:"style-dictionary/tokens.json",isSource:!0,$extensions:{"studio.tokens":{originalType:"boxShadow"}},original:{value:[{blur:"20px",spread:"4px",color:"rgba(0,0,0,0.1)",type:"dropShadow",offsetX:0,offsetY:"6px"},{blur:"6px",spread:0,color:"rgba(0,0,0,0.3)",type:"dropShadow",offsetX:0,offsetY:"2px"}],type:"shadow",$extensions:{"studio.tokens":{originalType:"boxShadow"}}},name:"Shadow4",attributes:{category:"Shadow",type:"4"},path:["Shadow","4"]},5:{value:"0 8px 24px 5px rgba(0,0,0,0.1), 0 2px 10px 0 rgba(0,0,0,0.3)",type:"shadow",filePath:"style-dictionary/tokens.json",isSource:!0,$extensions:{"studio.tokens":{originalType:"boxShadow"}},original:{value:[{blur:"24px",spread:"5px",color:"rgba(0,0,0,0.1)",type:"dropShadow",offsetX:0,offsetY:"8px"},{blur:"10px",spread:0,color:"rgba(0,0,0,0.3)",type:"dropShadow",offsetX:0,offsetY:"2px"}],type:"shadow",$extensions:{"studio.tokens":{originalType:"boxShadow"}}},name:"Shadow5",attributes:{category:"Shadow",type:"5"},path:["Shadow","5"]},6:{value:"0 10px 30px 6px rgba(0,0,0,0.1), 0 3px 12px 0 rgba(0,0,0,0.3)",type:"shadow",filePath:"style-dictionary/tokens.json",isSource:!0,$extensions:{"studio.tokens":{originalType:"boxShadow"}},original:{value:[{blur:"30px",spread:"6px",color:"rgba(0,0,0,0.1)",type:"dropShadow",offsetX:0,offsetY:"10px"},{blur:"12px",spread:0,color:"rgba(0,0,0,0.3)",type:"dropShadow",offsetX:0,offsetY:"3px"}],type:"shadow",$extensions:{"studio.tokens":{originalType:"boxShadow"}}},name:"Shadow6",attributes:{category:"Shadow",type:"6"},path:["Shadow","6"]},7:{value:"0 12px 36px 7px rgba(0,0,0,0.1), 0 3px 14px 0 rgba(0,0,0,0.3)",type:"shadow",filePath:"style-dictionary/tokens.json",isSource:!0,$extensions:{"studio.tokens":{originalType:"boxShadow"}},original:{value:[{blur:"36px",spread:"7px",color:"rgba(0,0,0,0.1)",type:"dropShadow",offsetX:0,offsetY:"12px"},{blur:"14px",spread:0,color:"rgba(0,0,0,0.3)",type:"dropShadow",offsetX:0,offsetY:"3px"}],type:"shadow",$extensions:{"studio.tokens":{originalType:"boxShadow"}}},name:"Shadow7",attributes:{category:"Shadow",type:"7"},path:["Shadow","7"]},8:{value:"0 14px 40px 7px rgba(0,0,0,0.1), 0 3px 16px 0 rgba(0,0,0,0.3)",type:"shadow",filePath:"style-dictionary/tokens.json",isSource:!0,$extensions:{"studio.tokens":{originalType:"boxShadow"}},original:{value:[{blur:"40px",spread:"7px",color:"rgba(0,0,0,0.1)",type:"dropShadow",offsetX:0,offsetY:"14px"},{blur:"16px",spread:0,color:"rgba(0,0,0,0.3)",type:"dropShadow",offsetX:0,offsetY:"3px"}],type:"shadow",$extensions:{"studio.tokens":{originalType:"boxShadow"}}},name:"Shadow8",attributes:{category:"Shadow",type:"8"},path:["Shadow","8"]}}};const e=s(v);var y={},m={};(function(t){Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"default",{enumerable:!0,get:function(){return a}});function r(o,i){return{handler:o,config:i}}r.withOptions=function(o,i=()=>({})){const l=function(n){return{__options:n,handler:o(n),config:i(n)}};return l.__isOptionsFunction=!0,l.__pluginFunction=o,l.__configFunction=i,l};const a=r})(m);(function(t){Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"default",{enumerable:!0,get:function(){return o}});const r=a(m);function a(i){return i&&i.__esModule?i:{default:i}}const o=r.default})(y);let u=y;var c=(u.__esModule?u:{default:u}).default;const p=s(c),g=p(()=>{},{theme:{extend:{colors:{white:e.Color.Neutral.White.value,black:e.Color.Neutral.Black.value,blue:{50:e.Color.Primitive.Blue[50].value,100:e.Color.Primitive.Blue[100].value,200:e.Color.Primitive.Blue[200].value,300:e.Color.Primitive.Blue[300].value,400:e.Color.Primitive.Blue[400].value,500:e.Color.Primitive.Blue[500].value,600:e.Color.Primitive.Blue[600].value,700:e.Color.Primitive.Blue[700].value,800:e.Color.Primitive.Blue[800].value,900:e.Color.Primitive.Blue[900].value,1e3:e.Color.Primitive.Blue[1e3].value,1100:e.Color.Primitive.Blue[1100].value,1200:e.Color.Primitive.Blue[1200].value},"light-blue":{50:e.Color.Primitive.LightBlue[50].value,100:e.Color.Primitive.LightBlue[100].value,200:e.Color.Primitive.LightBlue[200].value,300:e.Color.Primitive.LightBlue[300].value,400:e.Color.Primitive.LightBlue[400].value,500:e.Color.Primitive.LightBlue[500].value,600:e.Color.Primitive.LightBlue[600].value,700:e.Color.Primitive.LightBlue[700].value,800:e.Color.Primitive.LightBlue[800].value,900:e.Color.Primitive.LightBlue[900].value,1e3:e.Color.Primitive.LightBlue[1e3].value,1100:e.Color.Primitive.LightBlue[1100].value,1200:e.Color.Primitive.LightBlue[1200].value},cyan:{50:e.Color.Primitive.Cyan[50].value,100:e.Color.Primitive.Cyan[100].value,200:e.Color.Primitive.Cyan[200].value,300:e.Color.Primitive.Cyan[300].value,400:e.Color.Primitive.Cyan[400].value,500:e.Color.Primitive.Cyan[500].value,600:e.Color.Primitive.Cyan[600].value,700:e.Color.Primitive.Cyan[700].value,800:e.Color.Primitive.Cyan[800].value,900:e.Color.Primitive.Cyan[900].value,1e3:e.Color.Primitive.Cyan[1e3].value,1100:e.Color.Primitive.Cyan[1100].value,1200:e.Color.Primitive.Cyan[1200].value},green:{50:e.Color.Primitive.Green[50].value,100:e.Color.Primitive.Green[100].value,200:e.Color.Primitive.Green[200].value,300:e.Color.Primitive.Green[300].value,400:e.Color.Primitive.Green[400].value,500:e.Color.Primitive.Green[500].value,600:e.Color.Primitive.Green[600].value,700:e.Color.Primitive.Green[700].value,800:e.Color.Primitive.Green[800].value,900:e.Color.Primitive.Green[900].value,1e3:e.Color.Primitive.Green[1e3].value,1100:e.Color.Primitive.Green[1100].value,1200:e.Color.Primitive.Green[1200].value},lime:{50:e.Color.Primitive.Lime[50].value,100:e.Color.Primitive.Lime[100].value,200:e.Color.Primitive.Lime[200].value,300:e.Color.Primitive.Lime[300].value,400:e.Color.Primitive.Lime[400].value,500:e.Color.Primitive.Lime[500].value,600:e.Color.Primitive.Lime[600].value,700:e.Color.Primitive.Lime[700].value,800:e.Color.Primitive.Lime[800].value,900:e.Color.Primitive.Lime[900].value,1e3:e.Color.Primitive.Lime[1e3].value,1100:e.Color.Primitive.Lime[1100].value,1200:e.Color.Primitive.Lime[1200].value},yellow:{50:e.Color.Primitive.Yellow[50].value,100:e.Color.Primitive.Yellow[100].value,200:e.Color.Primitive.Yellow[200].value,300:e.Color.Primitive.Yellow[300].value,400:e.Color.Primitive.Yellow[400].value,500:e.Color.Primitive.Yellow[500].value,600:e.Color.Primitive.Yellow[600].value,700:e.Color.Primitive.Yellow[700].value,800:e.Color.Primitive.Yellow[800].value,900:e.Color.Primitive.Yellow[900].value,1e3:e.Color.Primitive.Yellow[1e3].value,1100:e.Color.Primitive.Yellow[1100].value,1200:e.Color.Primitive.Yellow[1200].value},orange:{50:e.Color.Primitive.Orange[50].value,100:e.Color.Primitive.Orange[100].value,200:e.Color.Primitive.Orange[200].value,300:e.Color.Primitive.Orange[300].value,400:e.Color.Primitive.Orange[400].value,500:e.Color.Primitive.Orange[500].value,600:e.Color.Primitive.Orange[600].value,700:e.Color.Primitive.Orange[700].value,800:e.Color.Primitive.Orange[800].value,900:e.Color.Primitive.Orange[900].value,1e3:e.Color.Primitive.Orange[1e3].value,1100:e.Color.Primitive.Orange[1100].value,1200:e.Color.Primitive.Orange[1200].value},red:{50:e.Color.Primitive.Red[50].value,100:e.Color.Primitive.Red[100].value,200:e.Color.Primitive.Red[200].value,300:e.Color.Primitive.Red[300].value,400:e.Color.Primitive.Red[400].value,500:e.Color.Primitive.Red[500].value,600:e.Color.Primitive.Red[600].value,700:e.Color.Primitive.Red[700].value,800:e.Color.Primitive.Red[800].value,900:e.Color.Primitive.Red[900].value,1e3:e.Color.Primitive.Red[1e3].value,1100:e.Color.Primitive.Red[1100].value,1200:e.Color.Primitive.Red[1200].value},magenta:{50:e.Color.Primitive.Magenta[50].value,100:e.Color.Primitive.Magenta[100].value,200:e.Color.Primitive.Magenta[200].value,300:e.Color.Primitive.Magenta[300].value,400:e.Color.Primitive.Magenta[400].value,500:e.Color.Primitive.Magenta[500].value,600:e.Color.Primitive.Magenta[600].value,700:e.Color.Primitive.Magenta[700].value,800:e.Color.Primitive.Magenta[800].value,900:e.Color.Primitive.Magenta[900].value,1e3:e.Color.Primitive.Magenta[1e3].value,1100:e.Color.Primitive.Magenta[1100].value,1200:e.Color.Primitive.Magenta[1200].value},purple:{50:e.Color.Primitive.Purple[50].value,100:e.Color.Primitive.Purple[100].value,200:e.Color.Primitive.Purple[200].value,300:e.Color.Primitive.Purple[300].value,400:e.Color.Primitive.Purple[400].value,500:e.Color.Primitive.Purple[500].value,600:e.Color.Primitive.Purple[600].value,700:e.Color.Primitive.Purple[700].value,800:e.Color.Primitive.Purple[800].value,900:e.Color.Primitive.Purple[900].value,1e3:e.Color.Primitive.Purple[1e3].value,1100:e.Color.Primitive.Purple[1100].value,1200:e.Color.Primitive.Purple[1200].value},"solid-gray":{50:e.Color.Neutral.SolidGray[50].value,100:e.Color.Neutral.SolidGray[100].value,200:e.Color.Neutral.SolidGray[200].value,300:e.Color.Neutral.SolidGray[300].value,400:e.Color.Neutral.SolidGray[400].value,420:e.Color.Neutral.SolidGray[420].value,500:e.Color.Neutral.SolidGray[500].value,536:e.Color.Neutral.SolidGray[536].value,600:e.Color.Neutral.SolidGray[600].value,700:e.Color.Neutral.SolidGray[700].value,800:e.Color.Neutral.SolidGray[800].value,900:e.Color.Neutral.SolidGray[900].value},"success-1":e.Color.Success[1].value,"success-2":e.Color.Success[2].value,"error-1":e.Color.Error[1].value,"error-2":e.Color.Error[2].value,"warning-yellow-1":e.Color.Warning.Yellow[1].value,"warning-yellow-2":e.Color.Warning.Yellow[2].value,"warning-orange-1":e.Color.Warning.Orange[1].value,"warning-orange-2":e.Color.Warning.Orange[2].value,"focus-yellow":e.Color.Primitive.Yellow[700].value,"focus-blue":e.Color.Primitive.LightBlue[700].value},fontSize:{"dsp-64N-140":[e.FontSize[64].value,{fontWeight:e.FontWeight[400].value,lineHeight:e.LineHeight["1_4"].value}],"dsp-57N-140":[e.FontSize[57].value,{fontWeight:e.FontWeight[400].value,lineHeight:e.LineHeight["1_4"].value}],"dsp-48N-140":[e.FontSize[48].value,{fontWeight:e.FontWeight[400].value,lineHeight:e.LineHeight["1_4"].value}],"std-45B-140":[e.FontSize[45].value,{fontWeight:e.FontWeight[700].value,lineHeight:e.LineHeight["1_4"].value}],"std-36B-140":[e.FontSize[36].value,{fontWeight:e.FontWeight[700].value,lineHeight:e.LineHeight["1_4"].value,letterSpacing:"0.01em"}],"std-32B-150":[e.FontSize[32].value,{fontWeight:e.FontWeight[700].value,lineHeight:e.LineHeight["1_5"].value,letterSpacing:"0.01em"}],"std-28B-150":[e.FontSize[28].value,{fontWeight:e.FontWeight[700].value,lineHeight:e.LineHeight["1_5"].value,letterSpacing:"0.01em"}],"std-26B-150":[e.FontSize[26].value,{fontWeight:e.FontWeight[700].value,lineHeight:e.LineHeight["1_5"].value,letterSpacing:"0.02em"}],"std-24B-150":[e.FontSize[24].value,{fontWeight:e.FontWeight[700].value,lineHeight:e.LineHeight["1_5"].value,letterSpacing:"0.02em"}],"std-22B-150":[e.FontSize[22].value,{fontWeight:e.FontWeight[700].value,lineHeight:e.LineHeight["1_5"].value,letterSpacing:"0.02em"}],"std-20B-160":[e.FontSize[20].value,{fontWeight:e.FontWeight[700].value,lineHeight:e.LineHeight["1_6"].value,letterSpacing:"0.02em"}],"std-20B-150":[e.FontSize[20].value,{fontWeight:e.FontWeight[700].value,lineHeight:e.LineHeight["1_5"].value,letterSpacing:"0.02em"}],"std-18B-160":[e.FontSize[18].value,{fontWeight:e.FontWeight[700].value,lineHeight:e.LineHeight["1_6"].value,letterSpacing:"0.02em"}],"std-17B-170":[e.FontSize[17].value,{fontWeight:e.FontWeight[700].value,lineHeight:e.LineHeight["1_7"].value,letterSpacing:"0.02em"}],"std-16B-170":[e.FontSize[16].value,{fontWeight:e.FontWeight[700].value,lineHeight:e.LineHeight["1_7"].value,letterSpacing:"0.02em"}],"std-16B-175":[e.FontSize[16].value,{fontWeight:e.FontWeight[700].value,lineHeight:e.LineHeight["1_75"].value,letterSpacing:"0.02em"}],"std-45N-140":[e.FontSize[45].value,{fontWeight:e.FontWeight[400].value,lineHeight:e.LineHeight["1_4"].value}],"std-36N-140":[e.FontSize[36].value,{fontWeight:e.FontWeight[400].value,lineHeight:e.LineHeight["1_4"].value,letterSpacing:"0.01em"}],"std-32N-150":[e.FontSize[32].value,{fontWeight:e.FontWeight[400].value,lineHeight:e.LineHeight["1_5"].value,letterSpacing:"0.01em"}],"std-28N-150":[e.FontSize[28].value,{fontWeight:e.FontWeight[400].value,lineHeight:e.LineHeight["1_5"].value,letterSpacing:"0.01em"}],"std-26N-150":[e.FontSize[26].value,{fontWeight:e.FontWeight[400].value,lineHeight:e.LineHeight["1_5"].value,letterSpacing:"0.02em"}],"std-24N-150":[e.FontSize[24].value,{fontWeight:e.FontWeight[400].value,lineHeight:e.LineHeight["1_5"].value,letterSpacing:"0.02em"}],"std-22N-150":[e.FontSize[22].value,{fontWeight:e.FontWeight[400].value,lineHeight:e.LineHeight["1_5"].value,letterSpacing:"0.02em"}],"std-20N-150":[e.FontSize[20].value,{fontWeight:e.FontWeight[400].value,lineHeight:e.LineHeight["1_5"].value,letterSpacing:"0.02em"}],"std-18N-160":[e.FontSize[18].value,{fontWeight:e.FontWeight[400].value,lineHeight:e.LineHeight["1_6"].value,letterSpacing:"0.02em"}],"std-17N-170":[e.FontSize[17].value,{fontWeight:e.FontWeight[400].value,lineHeight:e.LineHeight["1_7"].value,letterSpacing:"0.02em"}],"std-16N-170":[e.FontSize[16].value,{fontWeight:e.FontWeight[400].value,lineHeight:e.LineHeight["1_7"].value,letterSpacing:"0.02em"}],"std-16N-175":[e.FontSize[16].value,{fontWeight:e.FontWeight[400].value,lineHeight:e.LineHeight["1_75"].value,letterSpacing:"0.02em"}],"dns-17B-130":[e.FontSize[17].value,{fontWeight:e.FontWeight[700].value,lineHeight:e.LineHeight["1_3"].value}],"dns-17B-120":[e.FontSize[17].value,{fontWeight:e.FontWeight[700].value,lineHeight:e.LineHeight["1_2"].value}],"dns-16B-130":[e.FontSize[16].value,{fontWeight:e.FontWeight[700].value,lineHeight:e.LineHeight["1_3"].value}],"dns-16B-120":[e.FontSize[16].value,{fontWeight:e.FontWeight[700].value,lineHeight:e.LineHeight["1_2"].value}],"dns-14B-130":[e.FontSize[14].value,{fontWeight:e.FontWeight[700].value,lineHeight:e.LineHeight["1_3"].value}],"dns-14B-120":[e.FontSize[14].value,{fontWeight:e.FontWeight[700].value,lineHeight:e.LineHeight["1_2"].value}],"dns-17N-130":[e.FontSize[17].value,{fontWeight:e.FontWeight[400].value,lineHeight:e.LineHeight["1_3"].value}],"dns-17N-120":[e.FontSize[17].value,{fontWeight:e.FontWeight[400].value,lineHeight:e.LineHeight["1_2"].value}],"dns-16N-130":[e.FontSize[16].value,{fontWeight:e.FontWeight[400].value,lineHeight:e.LineHeight["1_3"].value}],"dns-16N-120":[e.FontSize[16].value,{fontWeight:e.FontWeight[400].value,lineHeight:e.LineHeight["1_2"].value}],"dns-14N-130":[e.FontSize[14].value,{fontWeight:e.FontWeight[400].value,lineHeight:e.LineHeight["1_3"].value}],"dns-14N-120":[e.FontSize[14].value,{fontWeight:e.FontWeight[400].value,lineHeight:e.LineHeight["1_2"].value}],"oln-17B-100":[e.FontSize[17].value,{fontWeight:e.FontWeight[700].value,lineHeight:e.LineHeight["1_0"].value,letterSpacing:"0.02em"}],"oln-16B-100":[e.FontSize[16].value,{fontWeight:e.FontWeight[700].value,lineHeight:e.LineHeight["1_0"].value,letterSpacing:"0.02em"}],"oln-14B-100":[e.FontSize[14].value,{fontWeight:e.FontWeight[700].value,lineHeight:e.LineHeight["1_0"].value,letterSpacing:"0.02em"}],"oln-17N-100":[e.FontSize[17].value,{fontWeight:e.FontWeight[400].value,lineHeight:e.LineHeight["1_0"].value,letterSpacing:"0.02em"}],"oln-16N-100":[e.FontSize[16].value,{fontWeight:e.FontWeight[400].value,lineHeight:e.LineHeight["1_0"].value,letterSpacing:"0.02em"}],"oln-14N-100":[e.FontSize[14].value,{fontWeight:e.FontWeight[400].value,lineHeight:e.LineHeight["1_0"].value,letterSpacing:"0.02em"}],"mono-17B-150":[e.FontSize[17].value,{fontWeight:e.FontWeight[700].value,lineHeight:e.LineHeight["1_5"].value}],"mono-16B-150":[e.FontSize[16].value,{fontWeight:e.FontWeight[700].value,lineHeight:e.LineHeight["1_5"].value}],"mono-14B-150":[e.FontSize[14].value,{fontWeight:e.FontWeight[700].value,lineHeight:e.LineHeight["1_5"].value}],"mono-17N-150":[e.FontSize[17].value,{fontWeight:e.FontWeight[400].value,lineHeight:e.LineHeight["1_5"].value}],"mono-16N-150":[e.FontSize[16].value,{fontWeight:e.FontWeight[400].value,lineHeight:e.LineHeight["1_5"].value}],"mono-14N-150":[e.FontSize[14].value,{fontWeight:e.FontWeight[400].value,lineHeight:e.LineHeight["1_5"].value}]},fontWeight:{400:e.FontWeight[400].value,500:e.FontWeight[500].value,700:e.FontWeight[700].value},lineHeight:{"1-0":e.LineHeight["1_0"].value,"1-2":e.LineHeight["1_2"].value,"1-3":e.LineHeight["1_3"].value,"1-4":e.LineHeight["1_4"].value,"1-5":e.LineHeight["1_5"].value,"1-6":e.LineHeight["1_6"].value,"1-7":e.LineHeight["1_7"].value,"1-75":e.LineHeight["1_75"].value},borderRadius:{8:e.BorderRadius[8].value,16:e.BorderRadius[16].value,32:e.BorderRadius[32].value},screens:{desktop:"48em","desktop-admin":"62em"},listStyleType:{"lower-latin":"lower-latin",circle:"circle",square:"square"},aspectRatio:{"1/1":"1 / 1","3/2":"3 / 2","16/9":"16 / 9"},boxShadow:{1:e.Shadow[1].value,2:e.Shadow[2].value,3:e.Shadow[3].value,4:e.Shadow[4].value,5:e.Shadow[5].value,6:e.Shadow[6].value,7:e.Shadow[7].value,8:e.Shadow[8].value}}}});module.exports=g; diff --git a/examples/tailwind-theme-plugin/index.d.ts b/examples/tailwind-theme-plugin/index.d.ts new file mode 100644 index 0000000..3d435f3 --- /dev/null +++ b/examples/tailwind-theme-plugin/index.d.ts @@ -0,0 +1,5 @@ +declare const daPlugin: { + handler: import("tailwindcss/types/config").PluginCreator; + config?: Partial; +}; +export default daPlugin; diff --git a/examples/tailwind-theme-plugin/index.es.js b/examples/tailwind-theme-plugin/index.es.js new file mode 100644 index 0000000..68c15ce --- /dev/null +++ b/examples/tailwind-theme-plugin/index.es.js @@ -0,0 +1,7277 @@ +function s(t) { + return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t; +} +var v = { + Color: { + Neutral: { + White: { + value: "#ffffff", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#ffffff", + type: "color" + }, + name: "ColorNeutralWhite", + attributes: { + category: "Color", + type: "Neutral", + item: "White" + }, + path: [ + "Color", + "Neutral", + "White" + ] + }, + Black: { + value: "#000000", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#000000", + type: "color" + }, + name: "ColorNeutralBlack", + attributes: { + category: "Color", + type: "Neutral", + item: "Black" + }, + path: [ + "Color", + "Neutral", + "Black" + ] + }, + SolidGrey: { + 50: { + value: "#f2f2f2", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#f2f2f2", + type: "color" + }, + name: "ColorNeutralSolidGrey50", + attributes: { + category: "Color", + type: "Neutral", + item: "SolidGrey", + subitem: "50" + }, + path: [ + "Color", + "Neutral", + "SolidGrey", + "50" + ] + }, + 100: { + value: "#e6e6e6", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#e6e6e6", + type: "color" + }, + name: "ColorNeutralSolidGrey100", + attributes: { + category: "Color", + type: "Neutral", + item: "SolidGrey", + subitem: "100" + }, + path: [ + "Color", + "Neutral", + "SolidGrey", + "100" + ] + }, + 200: { + value: "#cccccc", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#cccccc", + type: "color" + }, + name: "ColorNeutralSolidGrey200", + attributes: { + category: "Color", + type: "Neutral", + item: "SolidGrey", + subitem: "200" + }, + path: [ + "Color", + "Neutral", + "SolidGrey", + "200" + ] + }, + 300: { + value: "#b3b3b3", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#b3b3b3", + type: "color" + }, + name: "ColorNeutralSolidGrey300", + attributes: { + category: "Color", + type: "Neutral", + item: "SolidGrey", + subitem: "300" + }, + path: [ + "Color", + "Neutral", + "SolidGrey", + "300" + ] + }, + 400: { + value: "#999999", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#999999", + type: "color" + }, + name: "ColorNeutralSolidGrey400", + attributes: { + category: "Color", + type: "Neutral", + item: "SolidGrey", + subitem: "400" + }, + path: [ + "Color", + "Neutral", + "SolidGrey", + "400" + ] + }, + 420: { + value: "#949494", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#949494", + type: "color" + }, + name: "ColorNeutralSolidGrey420", + attributes: { + category: "Color", + type: "Neutral", + item: "SolidGrey", + subitem: "420" + }, + path: [ + "Color", + "Neutral", + "SolidGrey", + "420" + ] + }, + 500: { + value: "#7f7f7f", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#7f7f7f", + type: "color" + }, + name: "ColorNeutralSolidGrey500", + attributes: { + category: "Color", + type: "Neutral", + item: "SolidGrey", + subitem: "500" + }, + path: [ + "Color", + "Neutral", + "SolidGrey", + "500" + ] + }, + 536: { + value: "#767676", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#767676", + type: "color" + }, + name: "ColorNeutralSolidGrey536", + attributes: { + category: "Color", + type: "Neutral", + item: "SolidGrey", + subitem: "536" + }, + path: [ + "Color", + "Neutral", + "SolidGrey", + "536" + ] + }, + 600: { + value: "#666666", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#666666", + type: "color" + }, + name: "ColorNeutralSolidGrey600", + attributes: { + category: "Color", + type: "Neutral", + item: "SolidGrey", + subitem: "600" + }, + path: [ + "Color", + "Neutral", + "SolidGrey", + "600" + ] + }, + 700: { + value: "#4d4d4d", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#4d4d4d", + type: "color" + }, + name: "ColorNeutralSolidGrey700", + attributes: { + category: "Color", + type: "Neutral", + item: "SolidGrey", + subitem: "700" + }, + path: [ + "Color", + "Neutral", + "SolidGrey", + "700" + ] + }, + 800: { + value: "#333333", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#333333", + type: "color" + }, + name: "ColorNeutralSolidGrey800", + attributes: { + category: "Color", + type: "Neutral", + item: "SolidGrey", + subitem: "800" + }, + path: [ + "Color", + "Neutral", + "SolidGrey", + "800" + ] + }, + 900: { + value: "#1a1a1a", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#1a1a1a", + type: "color" + }, + name: "ColorNeutralSolidGrey900", + attributes: { + category: "Color", + type: "Neutral", + item: "SolidGrey", + subitem: "900" + }, + path: [ + "Color", + "Neutral", + "SolidGrey", + "900" + ] + } + }, + SolidGray: { + 50: { + value: "#f2f2f2", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#f2f2f2", + type: "color" + }, + name: "ColorNeutralSolidGray50", + attributes: { + category: "Color", + type: "Neutral", + item: "SolidGray", + subitem: "50" + }, + path: [ + "Color", + "Neutral", + "SolidGray", + "50" + ] + }, + 100: { + value: "#e6e6e6", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#e6e6e6", + type: "color" + }, + name: "ColorNeutralSolidGray100", + attributes: { + category: "Color", + type: "Neutral", + item: "SolidGray", + subitem: "100" + }, + path: [ + "Color", + "Neutral", + "SolidGray", + "100" + ] + }, + 200: { + value: "#cccccc", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#cccccc", + type: "color" + }, + name: "ColorNeutralSolidGray200", + attributes: { + category: "Color", + type: "Neutral", + item: "SolidGray", + subitem: "200" + }, + path: [ + "Color", + "Neutral", + "SolidGray", + "200" + ] + }, + 300: { + value: "#b3b3b3", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#b3b3b3", + type: "color" + }, + name: "ColorNeutralSolidGray300", + attributes: { + category: "Color", + type: "Neutral", + item: "SolidGray", + subitem: "300" + }, + path: [ + "Color", + "Neutral", + "SolidGray", + "300" + ] + }, + 400: { + value: "#999999", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#999999", + type: "color" + }, + name: "ColorNeutralSolidGray400", + attributes: { + category: "Color", + type: "Neutral", + item: "SolidGray", + subitem: "400" + }, + path: [ + "Color", + "Neutral", + "SolidGray", + "400" + ] + }, + 420: { + value: "#949494", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#949494", + type: "color" + }, + name: "ColorNeutralSolidGray420", + attributes: { + category: "Color", + type: "Neutral", + item: "SolidGray", + subitem: "420" + }, + path: [ + "Color", + "Neutral", + "SolidGray", + "420" + ] + }, + 500: { + value: "#7f7f7f", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#7f7f7f", + type: "color" + }, + name: "ColorNeutralSolidGray500", + attributes: { + category: "Color", + type: "Neutral", + item: "SolidGray", + subitem: "500" + }, + path: [ + "Color", + "Neutral", + "SolidGray", + "500" + ] + }, + 536: { + value: "#767676", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#767676", + type: "color" + }, + name: "ColorNeutralSolidGray536", + attributes: { + category: "Color", + type: "Neutral", + item: "SolidGray", + subitem: "536" + }, + path: [ + "Color", + "Neutral", + "SolidGray", + "536" + ] + }, + 600: { + value: "#666666", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#666666", + type: "color" + }, + name: "ColorNeutralSolidGray600", + attributes: { + category: "Color", + type: "Neutral", + item: "SolidGray", + subitem: "600" + }, + path: [ + "Color", + "Neutral", + "SolidGray", + "600" + ] + }, + 700: { + value: "#4d4d4d", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#4d4d4d", + type: "color" + }, + name: "ColorNeutralSolidGray700", + attributes: { + category: "Color", + type: "Neutral", + item: "SolidGray", + subitem: "700" + }, + path: [ + "Color", + "Neutral", + "SolidGray", + "700" + ] + }, + 800: { + value: "#333333", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#333333", + type: "color" + }, + name: "ColorNeutralSolidGray800", + attributes: { + category: "Color", + type: "Neutral", + item: "SolidGray", + subitem: "800" + }, + path: [ + "Color", + "Neutral", + "SolidGray", + "800" + ] + }, + 900: { + value: "#1a1a1a", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#1a1a1a", + type: "color" + }, + name: "ColorNeutralSolidGray900", + attributes: { + category: "Color", + type: "Neutral", + item: "SolidGray", + subitem: "900" + }, + path: [ + "Color", + "Neutral", + "SolidGray", + "900" + ] + } + } + }, + Success: { + 1: { + value: "#259d63", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#259D63", + type: "color" + }, + name: "ColorSuccess1", + attributes: { + category: "Color", + type: "Success", + item: "1" + }, + path: [ + "Color", + "Success", + "1" + ] + }, + 2: { + value: "#197a4b", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#197A4B", + type: "color" + }, + name: "ColorSuccess2", + attributes: { + category: "Color", + type: "Success", + item: "2" + }, + path: [ + "Color", + "Success", + "2" + ] + } + }, + Error: { + 1: { + value: "#ec0000", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#EC0000", + type: "color" + }, + name: "ColorError1", + attributes: { + category: "Color", + type: "Error", + item: "1" + }, + path: [ + "Color", + "Error", + "1" + ] + }, + 2: { + value: "#ce0000", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#CE0000", + type: "color" + }, + name: "ColorError2", + attributes: { + category: "Color", + type: "Error", + item: "2" + }, + path: [ + "Color", + "Error", + "2" + ] + } + }, + Warning: { + Yellow: { + 1: { + value: "#b78f00", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#B78F00", + type: "color" + }, + name: "ColorWarningYellow1", + attributes: { + category: "Color", + type: "Warning", + item: "Yellow", + subitem: "1" + }, + path: [ + "Color", + "Warning", + "Yellow", + "1" + ] + }, + 2: { + value: "#927200", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#927200", + type: "color" + }, + name: "ColorWarningYellow2", + attributes: { + category: "Color", + type: "Warning", + item: "Yellow", + subitem: "2" + }, + path: [ + "Color", + "Warning", + "Yellow", + "2" + ] + } + }, + Orange: { + 1: { + value: "#fb5b01", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#FB5B01", + type: "color" + }, + name: "ColorWarningOrange1", + attributes: { + category: "Color", + type: "Warning", + item: "Orange", + subitem: "1" + }, + path: [ + "Color", + "Warning", + "Orange", + "1" + ] + }, + 2: { + value: "#c74700", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#C74700", + type: "color" + }, + name: "ColorWarningOrange2", + attributes: { + category: "Color", + type: "Warning", + item: "Orange", + subitem: "2" + }, + path: [ + "Color", + "Warning", + "Orange", + "2" + ] + } + } + }, + Focus: { + Blue: { + value: "#0877d7", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#0877D7", + type: "color" + }, + name: "ColorFocusBlue", + attributes: { + category: "Color", + type: "Focus", + item: "Blue" + }, + path: [ + "Color", + "Focus", + "Blue" + ] + }, + Yellow: { + value: "#b78f00", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#B78F00", + type: "color" + }, + name: "ColorFocusYellow", + attributes: { + category: "Color", + type: "Focus", + item: "Yellow" + }, + path: [ + "Color", + "Focus", + "Yellow" + ] + } + }, + Primitive: { + Sea: { + 50: { + value: "#e8f1fe", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#e8f1fe", + type: "color" + }, + name: "ColorPrimitiveSea50", + attributes: { + category: "Color", + type: "Primitive", + item: "Sea", + subitem: "50" + }, + path: [ + "Color", + "Primitive", + "Sea", + "50" + ] + }, + 100: { + value: "#c5d7fb", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#c5d7fb", + type: "color" + }, + name: "ColorPrimitiveSea100", + attributes: { + category: "Color", + type: "Primitive", + item: "Sea", + subitem: "100" + }, + path: [ + "Color", + "Primitive", + "Sea", + "100" + ] + }, + 200: { + value: "#9db7f9", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#9db7f9", + type: "color" + }, + name: "ColorPrimitiveSea200", + attributes: { + category: "Color", + type: "Primitive", + item: "Sea", + subitem: "200" + }, + path: [ + "Color", + "Primitive", + "Sea", + "200" + ] + }, + 300: { + value: "#7096f8", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#7096f8", + type: "color" + }, + name: "ColorPrimitiveSea300", + attributes: { + category: "Color", + type: "Primitive", + item: "Sea", + subitem: "300" + }, + path: [ + "Color", + "Primitive", + "Sea", + "300" + ] + }, + 400: { + value: "#4979f5", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#4979f5", + type: "color" + }, + name: "ColorPrimitiveSea400", + attributes: { + category: "Color", + type: "Primitive", + item: "Sea", + subitem: "400" + }, + path: [ + "Color", + "Primitive", + "Sea", + "400" + ] + }, + 500: { + value: "#264af4", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#264af4", + type: "color" + }, + name: "ColorPrimitiveSea500", + attributes: { + category: "Color", + type: "Primitive", + item: "Sea", + subitem: "500" + }, + path: [ + "Color", + "Primitive", + "Sea", + "500" + ] + }, + 600: { + value: "#1a3ee8", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#1a3ee8", + type: "color" + }, + name: "ColorPrimitiveSea600", + attributes: { + category: "Color", + type: "Primitive", + item: "Sea", + subitem: "600" + }, + path: [ + "Color", + "Primitive", + "Sea", + "600" + ] + }, + 700: { + value: "#0031d8", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#0031d8", + type: "color" + }, + name: "ColorPrimitiveSea700", + attributes: { + category: "Color", + type: "Primitive", + item: "Sea", + subitem: "700" + }, + path: [ + "Color", + "Primitive", + "Sea", + "700" + ] + }, + 800: { + value: "#0017c1", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#0017c1", + type: "color" + }, + name: "ColorPrimitiveSea800", + attributes: { + category: "Color", + type: "Primitive", + item: "Sea", + subitem: "800" + }, + path: [ + "Color", + "Primitive", + "Sea", + "800" + ] + }, + 900: { + value: "#000082", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#000082", + type: "color" + }, + name: "ColorPrimitiveSea900", + attributes: { + category: "Color", + type: "Primitive", + item: "Sea", + subitem: "900" + }, + path: [ + "Color", + "Primitive", + "Sea", + "900" + ] + }, + 1e3: { + value: "#000071", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#000071", + type: "color" + }, + name: "ColorPrimitiveSea1000", + attributes: { + category: "Color", + type: "Primitive", + item: "Sea", + subitem: "1000" + }, + path: [ + "Color", + "Primitive", + "Sea", + "1000" + ] + }, + 1100: { + value: "#000060", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#000060", + type: "color" + }, + name: "ColorPrimitiveSea1100", + attributes: { + category: "Color", + type: "Primitive", + item: "Sea", + subitem: "1100" + }, + path: [ + "Color", + "Primitive", + "Sea", + "1100" + ] + }, + 1200: { + value: "#00004f", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#00004f", + type: "color" + }, + name: "ColorPrimitiveSea1200", + attributes: { + category: "Color", + type: "Primitive", + item: "Sea", + subitem: "1200" + }, + path: [ + "Color", + "Primitive", + "Sea", + "1200" + ] + } + }, + Sumi: { + 50: { + value: "#f8f8fb", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#f8f8fb", + type: "color" + }, + name: "ColorPrimitiveSumi50", + attributes: { + category: "Color", + type: "Primitive", + item: "Sumi", + subitem: "50" + }, + path: [ + "Color", + "Primitive", + "Sumi", + "50" + ] + }, + 100: { + value: "#f1f1f4", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#f1f1f4", + type: "color" + }, + name: "ColorPrimitiveSumi100", + attributes: { + category: "Color", + type: "Primitive", + item: "Sumi", + subitem: "100" + }, + path: [ + "Color", + "Primitive", + "Sumi", + "100" + ] + }, + 200: { + value: "#e8e8eb", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#e8e8eb", + type: "color" + }, + name: "ColorPrimitiveSumi200", + attributes: { + category: "Color", + type: "Primitive", + item: "Sumi", + subitem: "200" + }, + path: [ + "Color", + "Primitive", + "Sumi", + "200" + ] + }, + 300: { + value: "#d8d8db", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#d8d8db", + type: "color" + }, + name: "ColorPrimitiveSumi300", + attributes: { + category: "Color", + type: "Primitive", + item: "Sumi", + subitem: "300" + }, + path: [ + "Color", + "Primitive", + "Sumi", + "300" + ] + }, + 400: { + value: "#b4b4b7", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#b4b4b7", + type: "color" + }, + name: "ColorPrimitiveSumi400", + attributes: { + category: "Color", + type: "Primitive", + item: "Sumi", + subitem: "400" + }, + path: [ + "Color", + "Primitive", + "Sumi", + "400" + ] + }, + 500: { + value: "#949497", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#949497", + type: "color" + }, + name: "ColorPrimitiveSumi500", + attributes: { + category: "Color", + type: "Primitive", + item: "Sumi", + subitem: "500" + }, + path: [ + "Color", + "Primitive", + "Sumi", + "500" + ] + }, + 600: { + value: "#757578", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#757578", + type: "color" + }, + name: "ColorPrimitiveSumi600", + attributes: { + category: "Color", + type: "Primitive", + item: "Sumi", + subitem: "600" + }, + path: [ + "Color", + "Primitive", + "Sumi", + "600" + ] + }, + 700: { + value: "#626264", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#626264", + type: "color" + }, + name: "ColorPrimitiveSumi700", + attributes: { + category: "Color", + type: "Primitive", + item: "Sumi", + subitem: "700" + }, + path: [ + "Color", + "Primitive", + "Sumi", + "700" + ] + }, + 800: { + value: "#414143", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#414143", + type: "color" + }, + name: "ColorPrimitiveSumi800", + attributes: { + category: "Color", + type: "Primitive", + item: "Sumi", + subitem: "800" + }, + path: [ + "Color", + "Primitive", + "Sumi", + "800" + ] + }, + 900: { + value: "#1a1a1c", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#1a1a1c", + type: "color" + }, + name: "ColorPrimitiveSumi900", + attributes: { + category: "Color", + type: "Primitive", + item: "Sumi", + subitem: "900" + }, + path: [ + "Color", + "Primitive", + "Sumi", + "900" + ] + }, + 1e3: { + value: "#111111", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#111111", + type: "color" + }, + name: "ColorPrimitiveSumi1000", + attributes: { + category: "Color", + type: "Primitive", + item: "Sumi", + subitem: "1000" + }, + path: [ + "Color", + "Primitive", + "Sumi", + "1000" + ] + }, + 1100: { + value: "#080808", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#080808", + type: "color" + }, + name: "ColorPrimitiveSumi1100", + attributes: { + category: "Color", + type: "Primitive", + item: "Sumi", + subitem: "1100" + }, + path: [ + "Color", + "Primitive", + "Sumi", + "1100" + ] + }, + 1200: { + value: "#000000", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#000000", + type: "color" + }, + name: "ColorPrimitiveSumi1200", + attributes: { + category: "Color", + type: "Primitive", + item: "Sumi", + subitem: "1200" + }, + path: [ + "Color", + "Primitive", + "Sumi", + "1200" + ] + } + }, + Forest: { + 50: { + value: "#e6f5ec", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#e6f5ec", + type: "color" + }, + name: "ColorPrimitiveForest50", + attributes: { + category: "Color", + type: "Primitive", + item: "Forest", + subitem: "50" + }, + path: [ + "Color", + "Primitive", + "Forest", + "50" + ] + }, + 100: { + value: "#c2e5d1", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#c2e5d1", + type: "color" + }, + name: "ColorPrimitiveForest100", + attributes: { + category: "Color", + type: "Primitive", + item: "Forest", + subitem: "100" + }, + path: [ + "Color", + "Primitive", + "Forest", + "100" + ] + }, + 200: { + value: "#9bd4b5", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#9bd4b5", + type: "color" + }, + name: "ColorPrimitiveForest200", + attributes: { + category: "Color", + type: "Primitive", + item: "Forest", + subitem: "200" + }, + path: [ + "Color", + "Primitive", + "Forest", + "200" + ] + }, + 300: { + value: "#71c598", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#71c598", + type: "color" + }, + name: "ColorPrimitiveForest300", + attributes: { + category: "Color", + type: "Primitive", + item: "Forest", + subitem: "300" + }, + path: [ + "Color", + "Primitive", + "Forest", + "300" + ] + }, + 400: { + value: "#51b883", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#51b883", + type: "color" + }, + name: "ColorPrimitiveForest400", + attributes: { + category: "Color", + type: "Primitive", + item: "Forest", + subitem: "400" + }, + path: [ + "Color", + "Primitive", + "Forest", + "400" + ] + }, + 500: { + value: "#2cac6e", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#2cac6e", + type: "color" + }, + name: "ColorPrimitiveForest500", + attributes: { + category: "Color", + type: "Primitive", + item: "Forest", + subitem: "500" + }, + path: [ + "Color", + "Primitive", + "Forest", + "500" + ] + }, + 600: { + value: "#259d63", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#259d63", + type: "color" + }, + name: "ColorPrimitiveForest600", + attributes: { + category: "Color", + type: "Primitive", + item: "Forest", + subitem: "600" + }, + path: [ + "Color", + "Primitive", + "Forest", + "600" + ] + }, + 700: { + value: "#1d8b56", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#1d8b56", + type: "color" + }, + name: "ColorPrimitiveForest700", + attributes: { + category: "Color", + type: "Primitive", + item: "Forest", + subitem: "700" + }, + path: [ + "Color", + "Primitive", + "Forest", + "700" + ] + }, + 800: { + value: "#197a4b", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#197a4b", + type: "color" + }, + name: "ColorPrimitiveForest800", + attributes: { + category: "Color", + type: "Primitive", + item: "Forest", + subitem: "800" + }, + path: [ + "Color", + "Primitive", + "Forest", + "800" + ] + }, + 900: { + value: "#115a36", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#115a36", + type: "color" + }, + name: "ColorPrimitiveForest900", + attributes: { + category: "Color", + type: "Primitive", + item: "Forest", + subitem: "900" + }, + path: [ + "Color", + "Primitive", + "Forest", + "900" + ] + }, + 1e3: { + value: "#0c472a", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#0c472a", + type: "color" + }, + name: "ColorPrimitiveForest1000", + attributes: { + category: "Color", + type: "Primitive", + item: "Forest", + subitem: "1000" + }, + path: [ + "Color", + "Primitive", + "Forest", + "1000" + ] + }, + 1100: { + value: "#08351f", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#08351f", + type: "color" + }, + name: "ColorPrimitiveForest1100", + attributes: { + category: "Color", + type: "Primitive", + item: "Forest", + subitem: "1100" + }, + path: [ + "Color", + "Primitive", + "Forest", + "1100" + ] + }, + 1200: { + value: "#032213", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#032213", + type: "color" + }, + name: "ColorPrimitiveForest1200", + attributes: { + category: "Color", + type: "Primitive", + item: "Forest", + subitem: "1200" + }, + path: [ + "Color", + "Primitive", + "Forest", + "1200" + ] + } + }, + Wood: { + 50: { + value: "#f3eee5", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#f3eee5", + type: "color" + }, + name: "ColorPrimitiveWood50", + attributes: { + category: "Color", + type: "Primitive", + item: "Wood", + subitem: "50" + }, + path: [ + "Color", + "Primitive", + "Wood", + "50" + ] + }, + 100: { + value: "#e7d8b9", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#e7d8b9", + type: "color" + }, + name: "ColorPrimitiveWood100", + attributes: { + category: "Color", + type: "Primitive", + item: "Wood", + subitem: "100" + }, + path: [ + "Color", + "Primitive", + "Wood", + "100" + ] + }, + 200: { + value: "#e1c383", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#e1c383", + type: "color" + }, + name: "ColorPrimitiveWood200", + attributes: { + category: "Color", + type: "Primitive", + item: "Wood", + subitem: "200" + }, + path: [ + "Color", + "Primitive", + "Wood", + "200" + ] + }, + 300: { + value: "#dcac4d", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#dcac4d", + type: "color" + }, + name: "ColorPrimitiveWood300", + attributes: { + category: "Color", + type: "Primitive", + item: "Wood", + subitem: "300" + }, + path: [ + "Color", + "Primitive", + "Wood", + "300" + ] + }, + 400: { + value: "#d69c2b", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#d69c2b", + type: "color" + }, + name: "ColorPrimitiveWood400", + attributes: { + category: "Color", + type: "Primitive", + item: "Wood", + subitem: "400" + }, + path: [ + "Color", + "Primitive", + "Wood", + "400" + ] + }, + 500: { + value: "#d18d0f", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#d18d0f", + type: "color" + }, + name: "ColorPrimitiveWood500", + attributes: { + category: "Color", + type: "Primitive", + item: "Wood", + subitem: "500" + }, + path: [ + "Color", + "Primitive", + "Wood", + "500" + ] + }, + 600: { + value: "#cd820a", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#cd820a", + type: "color" + }, + name: "ColorPrimitiveWood600", + attributes: { + category: "Color", + type: "Primitive", + item: "Wood", + subitem: "600" + }, + path: [ + "Color", + "Primitive", + "Wood", + "600" + ] + }, + 700: { + value: "#c87504", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#c87504", + type: "color" + }, + name: "ColorPrimitiveWood700", + attributes: { + category: "Color", + type: "Primitive", + item: "Wood", + subitem: "700" + }, + path: [ + "Color", + "Primitive", + "Wood", + "700" + ] + }, + 800: { + value: "#c16800", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#c16800", + type: "color" + }, + name: "ColorPrimitiveWood800", + attributes: { + category: "Color", + type: "Primitive", + item: "Wood", + subitem: "800" + }, + path: [ + "Color", + "Primitive", + "Wood", + "800" + ] + }, + 900: { + value: "#b65200", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#b65200", + type: "color" + }, + name: "ColorPrimitiveWood900", + attributes: { + category: "Color", + type: "Primitive", + item: "Wood", + subitem: "900" + }, + path: [ + "Color", + "Primitive", + "Wood", + "900" + ] + }, + 1e3: { + value: "#9c4600", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#9c4600", + type: "color" + }, + name: "ColorPrimitiveWood1000", + attributes: { + category: "Color", + type: "Primitive", + item: "Wood", + subitem: "1000" + }, + path: [ + "Color", + "Primitive", + "Wood", + "1000" + ] + }, + 1100: { + value: "#833b00", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#833b00", + type: "color" + }, + name: "ColorPrimitiveWood1100", + attributes: { + category: "Color", + type: "Primitive", + item: "Wood", + subitem: "1100" + }, + path: [ + "Color", + "Primitive", + "Wood", + "1100" + ] + }, + 1200: { + value: "#662e00", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#662e00", + type: "color" + }, + name: "ColorPrimitiveWood1200", + attributes: { + category: "Color", + type: "Primitive", + item: "Wood", + subitem: "1200" + }, + path: [ + "Color", + "Primitive", + "Wood", + "1200" + ] + } + }, + Sun: { + 50: { + value: "#ffe7e6", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#ffe7e6", + type: "color" + }, + name: "ColorPrimitiveSun50", + attributes: { + category: "Color", + type: "Primitive", + item: "Sun", + subitem: "50" + }, + path: [ + "Color", + "Primitive", + "Sun", + "50" + ] + }, + 100: { + value: "#ffc8b8", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#ffc8b8", + type: "color" + }, + name: "ColorPrimitiveSun100", + attributes: { + category: "Color", + type: "Primitive", + item: "Sun", + subitem: "100" + }, + path: [ + "Color", + "Primitive", + "Sun", + "100" + ] + }, + 200: { + value: "#ffa28b", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#ffa28b", + type: "color" + }, + name: "ColorPrimitiveSun200", + attributes: { + category: "Color", + type: "Primitive", + item: "Sun", + subitem: "200" + }, + path: [ + "Color", + "Primitive", + "Sun", + "200" + ] + }, + 300: { + value: "#ff7b5c", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#ff7b5c", + type: "color" + }, + name: "ColorPrimitiveSun300", + attributes: { + category: "Color", + type: "Primitive", + item: "Sun", + subitem: "300" + }, + path: [ + "Color", + "Primitive", + "Sun", + "300" + ] + }, + 400: { + value: "#ff5838", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#ff5838", + type: "color" + }, + name: "ColorPrimitiveSun400", + attributes: { + category: "Color", + type: "Primitive", + item: "Sun", + subitem: "400" + }, + path: [ + "Color", + "Primitive", + "Sun", + "400" + ] + }, + 500: { + value: "#ff4b36", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#ff4b36", + type: "color" + }, + name: "ColorPrimitiveSun500", + attributes: { + category: "Color", + type: "Primitive", + item: "Sun", + subitem: "500" + }, + path: [ + "Color", + "Primitive", + "Sun", + "500" + ] + }, + 600: { + value: "#ff220d", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#ff220d", + type: "color" + }, + name: "ColorPrimitiveSun600", + attributes: { + category: "Color", + type: "Primitive", + item: "Sun", + subitem: "600" + }, + path: [ + "Color", + "Primitive", + "Sun", + "600" + ] + }, + 700: { + value: "#fa1606", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#fa1606", + type: "color" + }, + name: "ColorPrimitiveSun700", + attributes: { + category: "Color", + type: "Primitive", + item: "Sun", + subitem: "700" + }, + path: [ + "Color", + "Primitive", + "Sun", + "700" + ] + }, + 800: { + value: "#ec0000", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#ec0000", + type: "color" + }, + name: "ColorPrimitiveSun800", + attributes: { + category: "Color", + type: "Primitive", + item: "Sun", + subitem: "800" + }, + path: [ + "Color", + "Primitive", + "Sun", + "800" + ] + }, + 900: { + value: "#d50000", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#d50000", + type: "color" + }, + name: "ColorPrimitiveSun900", + attributes: { + category: "Color", + type: "Primitive", + item: "Sun", + subitem: "900" + }, + path: [ + "Color", + "Primitive", + "Sun", + "900" + ] + }, + 1e3: { + value: "#af0000", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#af0000", + type: "color" + }, + name: "ColorPrimitiveSun1000", + attributes: { + category: "Color", + type: "Primitive", + item: "Sun", + subitem: "1000" + }, + path: [ + "Color", + "Primitive", + "Sun", + "1000" + ] + }, + 1100: { + value: "#890101", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#890101", + type: "color" + }, + name: "ColorPrimitiveSun1100", + attributes: { + category: "Color", + type: "Primitive", + item: "Sun", + subitem: "1100" + }, + path: [ + "Color", + "Primitive", + "Sun", + "1100" + ] + }, + 1200: { + value: "#640101", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#640101", + type: "color" + }, + name: "ColorPrimitiveSun1200", + attributes: { + category: "Color", + type: "Primitive", + item: "Sun", + subitem: "1200" + }, + path: [ + "Color", + "Primitive", + "Sun", + "1200" + ] + } + }, + Blue: { + 50: { + value: "#e8f1fe", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#e8f1fe", + type: "color" + }, + name: "ColorPrimitiveBlue50", + attributes: { + category: "Color", + type: "Primitive", + item: "Blue", + subitem: "50" + }, + path: [ + "Color", + "Primitive", + "Blue", + "50" + ] + }, + 100: { + value: "#d9e6ff", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#d9e6ff", + type: "color" + }, + name: "ColorPrimitiveBlue100", + attributes: { + category: "Color", + type: "Primitive", + item: "Blue", + subitem: "100" + }, + path: [ + "Color", + "Primitive", + "Blue", + "100" + ] + }, + 200: { + value: "#c5d7fb", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#c5d7fb", + type: "color" + }, + name: "ColorPrimitiveBlue200", + attributes: { + category: "Color", + type: "Primitive", + item: "Blue", + subitem: "200" + }, + path: [ + "Color", + "Primitive", + "Blue", + "200" + ] + }, + 300: { + value: "#9db7f9", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#9db7f9", + type: "color" + }, + name: "ColorPrimitiveBlue300", + attributes: { + category: "Color", + type: "Primitive", + item: "Blue", + subitem: "300" + }, + path: [ + "Color", + "Primitive", + "Blue", + "300" + ] + }, + 400: { + value: "#7096f8", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#7096f8", + type: "color" + }, + name: "ColorPrimitiveBlue400", + attributes: { + category: "Color", + type: "Primitive", + item: "Blue", + subitem: "400" + }, + path: [ + "Color", + "Primitive", + "Blue", + "400" + ] + }, + 500: { + value: "#4979f5", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#4979f5", + type: "color" + }, + name: "ColorPrimitiveBlue500", + attributes: { + category: "Color", + type: "Primitive", + item: "Blue", + subitem: "500" + }, + path: [ + "Color", + "Primitive", + "Blue", + "500" + ] + }, + 600: { + value: "#3460fb", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#3460fb", + type: "color" + }, + name: "ColorPrimitiveBlue600", + attributes: { + category: "Color", + type: "Primitive", + item: "Blue", + subitem: "600" + }, + path: [ + "Color", + "Primitive", + "Blue", + "600" + ] + }, + 700: { + value: "#264af4", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#264af4", + type: "color" + }, + name: "ColorPrimitiveBlue700", + attributes: { + category: "Color", + type: "Primitive", + item: "Blue", + subitem: "700" + }, + path: [ + "Color", + "Primitive", + "Blue", + "700" + ] + }, + 800: { + value: "#0031d8", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#0031d8", + type: "color" + }, + name: "ColorPrimitiveBlue800", + attributes: { + category: "Color", + type: "Primitive", + item: "Blue", + subitem: "800" + }, + path: [ + "Color", + "Primitive", + "Blue", + "800" + ] + }, + 900: { + value: "#0017c1", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#0017c1", + type: "color" + }, + name: "ColorPrimitiveBlue900", + attributes: { + category: "Color", + type: "Primitive", + item: "Blue", + subitem: "900" + }, + path: [ + "Color", + "Primitive", + "Blue", + "900" + ] + }, + 1e3: { + value: "#00118f", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#00118f", + type: "color" + }, + name: "ColorPrimitiveBlue1000", + attributes: { + category: "Color", + type: "Primitive", + item: "Blue", + subitem: "1000" + }, + path: [ + "Color", + "Primitive", + "Blue", + "1000" + ] + }, + 1100: { + value: "#000071", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#000071", + type: "color" + }, + name: "ColorPrimitiveBlue1100", + attributes: { + category: "Color", + type: "Primitive", + item: "Blue", + subitem: "1100" + }, + path: [ + "Color", + "Primitive", + "Blue", + "1100" + ] + }, + 1200: { + value: "#000060", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#000060", + type: "color" + }, + name: "ColorPrimitiveBlue1200", + attributes: { + category: "Color", + type: "Primitive", + item: "Blue", + subitem: "1200" + }, + path: [ + "Color", + "Primitive", + "Blue", + "1200" + ] + } + }, + LightBlue: { + 50: { + value: "#f0f9ff", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#f0f9ff", + type: "color" + }, + name: "ColorPrimitiveLightBlue50", + attributes: { + category: "Color", + type: "Primitive", + item: "LightBlue", + subitem: "50" + }, + path: [ + "Color", + "Primitive", + "LightBlue", + "50" + ] + }, + 100: { + value: "#dcf0ff", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#dcf0ff", + type: "color" + }, + name: "ColorPrimitiveLightBlue100", + attributes: { + category: "Color", + type: "Primitive", + item: "LightBlue", + subitem: "100" + }, + path: [ + "Color", + "Primitive", + "LightBlue", + "100" + ] + }, + 200: { + value: "#c0e4ff", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#c0e4ff", + type: "color" + }, + name: "ColorPrimitiveLightBlue200", + attributes: { + category: "Color", + type: "Primitive", + item: "LightBlue", + subitem: "200" + }, + path: [ + "Color", + "Primitive", + "LightBlue", + "200" + ] + }, + 300: { + value: "#97d3ff", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#97d3ff", + type: "color" + }, + name: "ColorPrimitiveLightBlue300", + attributes: { + category: "Color", + type: "Primitive", + item: "LightBlue", + subitem: "300" + }, + path: [ + "Color", + "Primitive", + "LightBlue", + "300" + ] + }, + 400: { + value: "#57b8ff", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#57b8ff", + type: "color" + }, + name: "ColorPrimitiveLightBlue400", + attributes: { + category: "Color", + type: "Primitive", + item: "LightBlue", + subitem: "400" + }, + path: [ + "Color", + "Primitive", + "LightBlue", + "400" + ] + }, + 500: { + value: "#39abff", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#39abff", + type: "color" + }, + name: "ColorPrimitiveLightBlue500", + attributes: { + category: "Color", + type: "Primitive", + item: "LightBlue", + subitem: "500" + }, + path: [ + "Color", + "Primitive", + "LightBlue", + "500" + ] + }, + 600: { + value: "#008bf2", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#008bf2", + type: "color" + }, + name: "ColorPrimitiveLightBlue600", + attributes: { + category: "Color", + type: "Primitive", + item: "LightBlue", + subitem: "600" + }, + path: [ + "Color", + "Primitive", + "LightBlue", + "600" + ] + }, + 700: { + value: "#0877d7", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#0877d7", + type: "color" + }, + name: "ColorPrimitiveLightBlue700", + attributes: { + category: "Color", + type: "Primitive", + item: "LightBlue", + subitem: "700" + }, + path: [ + "Color", + "Primitive", + "LightBlue", + "700" + ] + }, + 800: { + value: "#0066be", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#0066be", + type: "color" + }, + name: "ColorPrimitiveLightBlue800", + attributes: { + category: "Color", + type: "Primitive", + item: "LightBlue", + subitem: "800" + }, + path: [ + "Color", + "Primitive", + "LightBlue", + "800" + ] + }, + 900: { + value: "#0055ad", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#0055ad", + type: "color" + }, + name: "ColorPrimitiveLightBlue900", + attributes: { + category: "Color", + type: "Primitive", + item: "LightBlue", + subitem: "900" + }, + path: [ + "Color", + "Primitive", + "LightBlue", + "900" + ] + }, + 1e3: { + value: "#00428c", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#00428c", + type: "color" + }, + name: "ColorPrimitiveLightBlue1000", + attributes: { + category: "Color", + type: "Primitive", + item: "LightBlue", + subitem: "1000" + }, + path: [ + "Color", + "Primitive", + "LightBlue", + "1000" + ] + }, + 1100: { + value: "#00316a", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#00316a", + type: "color" + }, + name: "ColorPrimitiveLightBlue1100", + attributes: { + category: "Color", + type: "Primitive", + item: "LightBlue", + subitem: "1100" + }, + path: [ + "Color", + "Primitive", + "LightBlue", + "1100" + ] + }, + 1200: { + value: "#00234b", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#00234b", + type: "color" + }, + name: "ColorPrimitiveLightBlue1200", + attributes: { + category: "Color", + type: "Primitive", + item: "LightBlue", + subitem: "1200" + }, + path: [ + "Color", + "Primitive", + "LightBlue", + "1200" + ] + } + }, + Cyan: { + 50: { + value: "#e9f7f9", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#e9f7f9", + type: "color" + }, + name: "ColorPrimitiveCyan50", + attributes: { + category: "Color", + type: "Primitive", + item: "Cyan", + subitem: "50" + }, + path: [ + "Color", + "Primitive", + "Cyan", + "50" + ] + }, + 100: { + value: "#c8f8ff", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#c8f8ff", + type: "color" + }, + name: "ColorPrimitiveCyan100", + attributes: { + category: "Color", + type: "Primitive", + item: "Cyan", + subitem: "100" + }, + path: [ + "Color", + "Primitive", + "Cyan", + "100" + ] + }, + 200: { + value: "#99f2ff", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#99f2ff", + type: "color" + }, + name: "ColorPrimitiveCyan200", + attributes: { + category: "Color", + type: "Primitive", + item: "Cyan", + subitem: "200" + }, + path: [ + "Color", + "Primitive", + "Cyan", + "200" + ] + }, + 300: { + value: "#79e2f2", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#79e2f2", + type: "color" + }, + name: "ColorPrimitiveCyan300", + attributes: { + category: "Color", + type: "Primitive", + item: "Cyan", + subitem: "300" + }, + path: [ + "Color", + "Primitive", + "Cyan", + "300" + ] + }, + 400: { + value: "#2bc8e4", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#2bc8e4", + type: "color" + }, + name: "ColorPrimitiveCyan400", + attributes: { + category: "Color", + type: "Primitive", + item: "Cyan", + subitem: "400" + }, + path: [ + "Color", + "Primitive", + "Cyan", + "400" + ] + }, + 500: { + value: "#01b7d6", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#01b7d6", + type: "color" + }, + name: "ColorPrimitiveCyan500", + attributes: { + category: "Color", + type: "Primitive", + item: "Cyan", + subitem: "500" + }, + path: [ + "Color", + "Primitive", + "Cyan", + "500" + ] + }, + 600: { + value: "#00a3bf", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#00a3bf", + type: "color" + }, + name: "ColorPrimitiveCyan600", + attributes: { + category: "Color", + type: "Primitive", + item: "Cyan", + subitem: "600" + }, + path: [ + "Color", + "Primitive", + "Cyan", + "600" + ] + }, + 700: { + value: "#008da6", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#008da6", + type: "color" + }, + name: "ColorPrimitiveCyan700", + attributes: { + category: "Color", + type: "Primitive", + item: "Cyan", + subitem: "700" + }, + path: [ + "Color", + "Primitive", + "Cyan", + "700" + ] + }, + 800: { + value: "#008299", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#008299", + type: "color" + }, + name: "ColorPrimitiveCyan800", + attributes: { + category: "Color", + type: "Primitive", + item: "Cyan", + subitem: "800" + }, + path: [ + "Color", + "Primitive", + "Cyan", + "800" + ] + }, + 900: { + value: "#006f83", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#006f83", + type: "color" + }, + name: "ColorPrimitiveCyan900", + attributes: { + category: "Color", + type: "Primitive", + item: "Cyan", + subitem: "900" + }, + path: [ + "Color", + "Primitive", + "Cyan", + "900" + ] + }, + 1e3: { + value: "#006173", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#006173", + type: "color" + }, + name: "ColorPrimitiveCyan1000", + attributes: { + category: "Color", + type: "Primitive", + item: "Cyan", + subitem: "1000" + }, + path: [ + "Color", + "Primitive", + "Cyan", + "1000" + ] + }, + 1100: { + value: "#004c59", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#004c59", + type: "color" + }, + name: "ColorPrimitiveCyan1100", + attributes: { + category: "Color", + type: "Primitive", + item: "Cyan", + subitem: "1100" + }, + path: [ + "Color", + "Primitive", + "Cyan", + "1100" + ] + }, + 1200: { + value: "#003741", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#003741", + type: "color" + }, + name: "ColorPrimitiveCyan1200", + attributes: { + category: "Color", + type: "Primitive", + item: "Cyan", + subitem: "1200" + }, + path: [ + "Color", + "Primitive", + "Cyan", + "1200" + ] + } + }, + Green: { + 50: { + value: "#e6f5ec", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#e6f5ec", + type: "color" + }, + name: "ColorPrimitiveGreen50", + attributes: { + category: "Color", + type: "Primitive", + item: "Green", + subitem: "50" + }, + path: [ + "Color", + "Primitive", + "Green", + "50" + ] + }, + 100: { + value: "#c2e5d1", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#c2e5d1", + type: "color" + }, + name: "ColorPrimitiveGreen100", + attributes: { + category: "Color", + type: "Primitive", + item: "Green", + subitem: "100" + }, + path: [ + "Color", + "Primitive", + "Green", + "100" + ] + }, + 200: { + value: "#9bd4b5", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#9bd4b5", + type: "color" + }, + name: "ColorPrimitiveGreen200", + attributes: { + category: "Color", + type: "Primitive", + item: "Green", + subitem: "200" + }, + path: [ + "Color", + "Primitive", + "Green", + "200" + ] + }, + 300: { + value: "#71c598", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#71c598", + type: "color" + }, + name: "ColorPrimitiveGreen300", + attributes: { + category: "Color", + type: "Primitive", + item: "Green", + subitem: "300" + }, + path: [ + "Color", + "Primitive", + "Green", + "300" + ] + }, + 400: { + value: "#51b883", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#51b883", + type: "color" + }, + name: "ColorPrimitiveGreen400", + attributes: { + category: "Color", + type: "Primitive", + item: "Green", + subitem: "400" + }, + path: [ + "Color", + "Primitive", + "Green", + "400" + ] + }, + 500: { + value: "#2cac6e", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#2cac6e", + type: "color" + }, + name: "ColorPrimitiveGreen500", + attributes: { + category: "Color", + type: "Primitive", + item: "Green", + subitem: "500" + }, + path: [ + "Color", + "Primitive", + "Green", + "500" + ] + }, + 600: { + value: "#259d63", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#259d63", + type: "color" + }, + name: "ColorPrimitiveGreen600", + attributes: { + category: "Color", + type: "Primitive", + item: "Green", + subitem: "600" + }, + path: [ + "Color", + "Primitive", + "Green", + "600" + ] + }, + 700: { + value: "#1d8b56", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#1d8b56", + type: "color" + }, + name: "ColorPrimitiveGreen700", + attributes: { + category: "Color", + type: "Primitive", + item: "Green", + subitem: "700" + }, + path: [ + "Color", + "Primitive", + "Green", + "700" + ] + }, + 800: { + value: "#197a4b", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#197a4b", + type: "color" + }, + name: "ColorPrimitiveGreen800", + attributes: { + category: "Color", + type: "Primitive", + item: "Green", + subitem: "800" + }, + path: [ + "Color", + "Primitive", + "Green", + "800" + ] + }, + 900: { + value: "#115a36", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#115a36", + type: "color" + }, + name: "ColorPrimitiveGreen900", + attributes: { + category: "Color", + type: "Primitive", + item: "Green", + subitem: "900" + }, + path: [ + "Color", + "Primitive", + "Green", + "900" + ] + }, + 1e3: { + value: "#0c472a", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#0c472a", + type: "color" + }, + name: "ColorPrimitiveGreen1000", + attributes: { + category: "Color", + type: "Primitive", + item: "Green", + subitem: "1000" + }, + path: [ + "Color", + "Primitive", + "Green", + "1000" + ] + }, + 1100: { + value: "#08351f", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#08351f", + type: "color" + }, + name: "ColorPrimitiveGreen1100", + attributes: { + category: "Color", + type: "Primitive", + item: "Green", + subitem: "1100" + }, + path: [ + "Color", + "Primitive", + "Green", + "1100" + ] + }, + 1200: { + value: "#032213", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#032213", + type: "color" + }, + name: "ColorPrimitiveGreen1200", + attributes: { + category: "Color", + type: "Primitive", + item: "Green", + subitem: "1200" + }, + path: [ + "Color", + "Primitive", + "Green", + "1200" + ] + } + }, + Lime: { + 50: { + value: "#ebfad9", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#ebfad9", + type: "color" + }, + name: "ColorPrimitiveLime50", + attributes: { + category: "Color", + type: "Primitive", + item: "Lime", + subitem: "50" + }, + path: [ + "Color", + "Primitive", + "Lime", + "50" + ] + }, + 100: { + value: "#d0f5a2", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#d0f5a2", + type: "color" + }, + name: "ColorPrimitiveLime100", + attributes: { + category: "Color", + type: "Primitive", + item: "Lime", + subitem: "100" + }, + path: [ + "Color", + "Primitive", + "Lime", + "100" + ] + }, + 200: { + value: "#c0f354", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#c0f354", + type: "color" + }, + name: "ColorPrimitiveLime200", + attributes: { + category: "Color", + type: "Primitive", + item: "Lime", + subitem: "200" + }, + path: [ + "Color", + "Primitive", + "Lime", + "200" + ] + }, + 300: { + value: "#ade830", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#ade830", + type: "color" + }, + name: "ColorPrimitiveLime300", + attributes: { + category: "Color", + type: "Primitive", + item: "Lime", + subitem: "300" + }, + path: [ + "Color", + "Primitive", + "Lime", + "300" + ] + }, + 400: { + value: "#9ddd15", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#9ddd15", + type: "color" + }, + name: "ColorPrimitiveLime400", + attributes: { + category: "Color", + type: "Primitive", + item: "Lime", + subitem: "400" + }, + path: [ + "Color", + "Primitive", + "Lime", + "400" + ] + }, + 500: { + value: "#8cc80c", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#8cc80c", + type: "color" + }, + name: "ColorPrimitiveLime500", + attributes: { + category: "Color", + type: "Primitive", + item: "Lime", + subitem: "500" + }, + path: [ + "Color", + "Primitive", + "Lime", + "500" + ] + }, + 600: { + value: "#7eb40d", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#7eb40d", + type: "color" + }, + name: "ColorPrimitiveLime600", + attributes: { + category: "Color", + type: "Primitive", + item: "Lime", + subitem: "600" + }, + path: [ + "Color", + "Primitive", + "Lime", + "600" + ] + }, + 700: { + value: "#6fa104", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#6fa104", + type: "color" + }, + name: "ColorPrimitiveLime700", + attributes: { + category: "Color", + type: "Primitive", + item: "Lime", + subitem: "700" + }, + path: [ + "Color", + "Primitive", + "Lime", + "700" + ] + }, + 800: { + value: "#618e00", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#618e00", + type: "color" + }, + name: "ColorPrimitiveLime800", + attributes: { + category: "Color", + type: "Primitive", + item: "Lime", + subitem: "800" + }, + path: [ + "Color", + "Primitive", + "Lime", + "800" + ] + }, + 900: { + value: "#507500", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#507500", + type: "color" + }, + name: "ColorPrimitiveLime900", + attributes: { + category: "Color", + type: "Primitive", + item: "Lime", + subitem: "900" + }, + path: [ + "Color", + "Primitive", + "Lime", + "900" + ] + }, + 1e3: { + value: "#3e5a00", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#3e5a00", + type: "color" + }, + name: "ColorPrimitiveLime1000", + attributes: { + category: "Color", + type: "Primitive", + item: "Lime", + subitem: "1000" + }, + path: [ + "Color", + "Primitive", + "Lime", + "1000" + ] + }, + 1100: { + value: "#2c4100", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#2c4100", + type: "color" + }, + name: "ColorPrimitiveLime1100", + attributes: { + category: "Color", + type: "Primitive", + item: "Lime", + subitem: "1100" + }, + path: [ + "Color", + "Primitive", + "Lime", + "1100" + ] + }, + 1200: { + value: "#1e2d00", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#1e2d00", + type: "color" + }, + name: "ColorPrimitiveLime1200", + attributes: { + category: "Color", + type: "Primitive", + item: "Lime", + subitem: "1200" + }, + path: [ + "Color", + "Primitive", + "Lime", + "1200" + ] + } + }, + Yellow: { + 50: { + value: "#fbf5e0", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#fbf5e0", + type: "color" + }, + name: "ColorPrimitiveYellow50", + attributes: { + category: "Color", + type: "Primitive", + item: "Yellow", + subitem: "50" + }, + path: [ + "Color", + "Primitive", + "Yellow", + "50" + ] + }, + 100: { + value: "#fff0b3", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#fff0b3", + type: "color" + }, + name: "ColorPrimitiveYellow100", + attributes: { + category: "Color", + type: "Primitive", + item: "Yellow", + subitem: "100" + }, + path: [ + "Color", + "Primitive", + "Yellow", + "100" + ] + }, + 200: { + value: "#ffe380", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#ffe380", + type: "color" + }, + name: "ColorPrimitiveYellow200", + attributes: { + category: "Color", + type: "Primitive", + item: "Yellow", + subitem: "200" + }, + path: [ + "Color", + "Primitive", + "Yellow", + "200" + ] + }, + 300: { + value: "#ffd43d", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#ffd43d", + type: "color" + }, + name: "ColorPrimitiveYellow300", + attributes: { + category: "Color", + type: "Primitive", + item: "Yellow", + subitem: "300" + }, + path: [ + "Color", + "Primitive", + "Yellow", + "300" + ] + }, + 400: { + value: "#ffc700", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#ffc700", + type: "color" + }, + name: "ColorPrimitiveYellow400", + attributes: { + category: "Color", + type: "Primitive", + item: "Yellow", + subitem: "400" + }, + path: [ + "Color", + "Primitive", + "Yellow", + "400" + ] + }, + 500: { + value: "#ebb700", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#ebb700", + type: "color" + }, + name: "ColorPrimitiveYellow500", + attributes: { + category: "Color", + type: "Primitive", + item: "Yellow", + subitem: "500" + }, + path: [ + "Color", + "Primitive", + "Yellow", + "500" + ] + }, + 600: { + value: "#d2a400", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#d2a400", + type: "color" + }, + name: "ColorPrimitiveYellow600", + attributes: { + category: "Color", + type: "Primitive", + item: "Yellow", + subitem: "600" + }, + path: [ + "Color", + "Primitive", + "Yellow", + "600" + ] + }, + 700: { + value: "#b78f00", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#b78f00", + type: "color" + }, + name: "ColorPrimitiveYellow700", + attributes: { + category: "Color", + type: "Primitive", + item: "Yellow", + subitem: "700" + }, + path: [ + "Color", + "Primitive", + "Yellow", + "700" + ] + }, + 800: { + value: "#a58000", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#a58000", + type: "color" + }, + name: "ColorPrimitiveYellow800", + attributes: { + category: "Color", + type: "Primitive", + item: "Yellow", + subitem: "800" + }, + path: [ + "Color", + "Primitive", + "Yellow", + "800" + ] + }, + 900: { + value: "#927200", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#927200", + type: "color" + }, + name: "ColorPrimitiveYellow900", + attributes: { + category: "Color", + type: "Primitive", + item: "Yellow", + subitem: "900" + }, + path: [ + "Color", + "Primitive", + "Yellow", + "900" + ] + }, + 1e3: { + value: "#806300", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#806300", + type: "color" + }, + name: "ColorPrimitiveYellow1000", + attributes: { + category: "Color", + type: "Primitive", + item: "Yellow", + subitem: "1000" + }, + path: [ + "Color", + "Primitive", + "Yellow", + "1000" + ] + }, + 1100: { + value: "#6e5600", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#6e5600", + type: "color" + }, + name: "ColorPrimitiveYellow1100", + attributes: { + category: "Color", + type: "Primitive", + item: "Yellow", + subitem: "1100" + }, + path: [ + "Color", + "Primitive", + "Yellow", + "1100" + ] + }, + 1200: { + value: "#604b00", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#604b00", + type: "color" + }, + name: "ColorPrimitiveYellow1200", + attributes: { + category: "Color", + type: "Primitive", + item: "Yellow", + subitem: "1200" + }, + path: [ + "Color", + "Primitive", + "Yellow", + "1200" + ] + } + }, + Orange: { + 50: { + value: "#ffeee2", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#ffeee2", + type: "color" + }, + name: "ColorPrimitiveOrange50", + attributes: { + category: "Color", + type: "Primitive", + item: "Orange", + subitem: "50" + }, + path: [ + "Color", + "Primitive", + "Orange", + "50" + ] + }, + 100: { + value: "#ffdfca", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#ffdfca", + type: "color" + }, + name: "ColorPrimitiveOrange100", + attributes: { + category: "Color", + type: "Primitive", + item: "Orange", + subitem: "100" + }, + path: [ + "Color", + "Primitive", + "Orange", + "100" + ] + }, + 200: { + value: "#ffc199", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#ffc199", + type: "color" + }, + name: "ColorPrimitiveOrange200", + attributes: { + category: "Color", + type: "Primitive", + item: "Orange", + subitem: "200" + }, + path: [ + "Color", + "Primitive", + "Orange", + "200" + ] + }, + 300: { + value: "#ffa66d", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#ffa66d", + type: "color" + }, + name: "ColorPrimitiveOrange300", + attributes: { + category: "Color", + type: "Primitive", + item: "Orange", + subitem: "300" + }, + path: [ + "Color", + "Primitive", + "Orange", + "300" + ] + }, + 400: { + value: "#ff8d44", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#ff8d44", + type: "color" + }, + name: "ColorPrimitiveOrange400", + attributes: { + category: "Color", + type: "Primitive", + item: "Orange", + subitem: "400" + }, + path: [ + "Color", + "Primitive", + "Orange", + "400" + ] + }, + 500: { + value: "#ff7628", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#ff7628", + type: "color" + }, + name: "ColorPrimitiveOrange500", + attributes: { + category: "Color", + type: "Primitive", + item: "Orange", + subitem: "500" + }, + path: [ + "Color", + "Primitive", + "Orange", + "500" + ] + }, + 600: { + value: "#fb5b01", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#fb5b01", + type: "color" + }, + name: "ColorPrimitiveOrange600", + attributes: { + category: "Color", + type: "Primitive", + item: "Orange", + subitem: "600" + }, + path: [ + "Color", + "Primitive", + "Orange", + "600" + ] + }, + 700: { + value: "#e25100", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#e25100", + type: "color" + }, + name: "ColorPrimitiveOrange700", + attributes: { + category: "Color", + type: "Primitive", + item: "Orange", + subitem: "700" + }, + path: [ + "Color", + "Primitive", + "Orange", + "700" + ] + }, + 800: { + value: "#c74700", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#c74700", + type: "color" + }, + name: "ColorPrimitiveOrange800", + attributes: { + category: "Color", + type: "Primitive", + item: "Orange", + subitem: "800" + }, + path: [ + "Color", + "Primitive", + "Orange", + "800" + ] + }, + 900: { + value: "#ac3e00", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#ac3e00", + type: "color" + }, + name: "ColorPrimitiveOrange900", + attributes: { + category: "Color", + type: "Primitive", + item: "Orange", + subitem: "900" + }, + path: [ + "Color", + "Primitive", + "Orange", + "900" + ] + }, + 1e3: { + value: "#8b3200", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#8b3200", + type: "color" + }, + name: "ColorPrimitiveOrange1000", + attributes: { + category: "Color", + type: "Primitive", + item: "Orange", + subitem: "1000" + }, + path: [ + "Color", + "Primitive", + "Orange", + "1000" + ] + }, + 1100: { + value: "#6d2700", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#6d2700", + type: "color" + }, + name: "ColorPrimitiveOrange1100", + attributes: { + category: "Color", + type: "Primitive", + item: "Orange", + subitem: "1100" + }, + path: [ + "Color", + "Primitive", + "Orange", + "1100" + ] + }, + 1200: { + value: "#541e00", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#541e00", + type: "color" + }, + name: "ColorPrimitiveOrange1200", + attributes: { + category: "Color", + type: "Primitive", + item: "Orange", + subitem: "1200" + }, + path: [ + "Color", + "Primitive", + "Orange", + "1200" + ] + } + }, + Red: { + 50: { + value: "#fdeeee", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#fdeeee", + type: "color" + }, + name: "ColorPrimitiveRed50", + attributes: { + category: "Color", + type: "Primitive", + item: "Red", + subitem: "50" + }, + path: [ + "Color", + "Primitive", + "Red", + "50" + ] + }, + 100: { + value: "#ffdada", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#ffdada", + type: "color" + }, + name: "ColorPrimitiveRed100", + attributes: { + category: "Color", + type: "Primitive", + item: "Red", + subitem: "100" + }, + path: [ + "Color", + "Primitive", + "Red", + "100" + ] + }, + 200: { + value: "#ffbbbb", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#ffbbbb", + type: "color" + }, + name: "ColorPrimitiveRed200", + attributes: { + category: "Color", + type: "Primitive", + item: "Red", + subitem: "200" + }, + path: [ + "Color", + "Primitive", + "Red", + "200" + ] + }, + 300: { + value: "#ff9696", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#ff9696", + type: "color" + }, + name: "ColorPrimitiveRed300", + attributes: { + category: "Color", + type: "Primitive", + item: "Red", + subitem: "300" + }, + path: [ + "Color", + "Primitive", + "Red", + "300" + ] + }, + 400: { + value: "#ff7171", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#ff7171", + type: "color" + }, + name: "ColorPrimitiveRed400", + attributes: { + category: "Color", + type: "Primitive", + item: "Red", + subitem: "400" + }, + path: [ + "Color", + "Primitive", + "Red", + "400" + ] + }, + 500: { + value: "#ff5454", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#ff5454", + type: "color" + }, + name: "ColorPrimitiveRed500", + attributes: { + category: "Color", + type: "Primitive", + item: "Red", + subitem: "500" + }, + path: [ + "Color", + "Primitive", + "Red", + "500" + ] + }, + 600: { + value: "#fe3939", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#fe3939", + type: "color" + }, + name: "ColorPrimitiveRed600", + attributes: { + category: "Color", + type: "Primitive", + item: "Red", + subitem: "600" + }, + path: [ + "Color", + "Primitive", + "Red", + "600" + ] + }, + 700: { + value: "#fa0000", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#fa0000", + type: "color" + }, + name: "ColorPrimitiveRed700", + attributes: { + category: "Color", + type: "Primitive", + item: "Red", + subitem: "700" + }, + path: [ + "Color", + "Primitive", + "Red", + "700" + ] + }, + 800: { + value: "#ec0000", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#ec0000", + type: "color" + }, + name: "ColorPrimitiveRed800", + attributes: { + category: "Color", + type: "Primitive", + item: "Red", + subitem: "800" + }, + path: [ + "Color", + "Primitive", + "Red", + "800" + ] + }, + 900: { + value: "#ce0000", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#ce0000", + type: "color" + }, + name: "ColorPrimitiveRed900", + attributes: { + category: "Color", + type: "Primitive", + item: "Red", + subitem: "900" + }, + path: [ + "Color", + "Primitive", + "Red", + "900" + ] + }, + 1e3: { + value: "#a90000", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#a90000", + type: "color" + }, + name: "ColorPrimitiveRed1000", + attributes: { + category: "Color", + type: "Primitive", + item: "Red", + subitem: "1000" + }, + path: [ + "Color", + "Primitive", + "Red", + "1000" + ] + }, + 1100: { + value: "#850000", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#850000", + type: "color" + }, + name: "ColorPrimitiveRed1100", + attributes: { + category: "Color", + type: "Primitive", + item: "Red", + subitem: "1100" + }, + path: [ + "Color", + "Primitive", + "Red", + "1100" + ] + }, + 1200: { + value: "#620000", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#620000", + type: "color" + }, + name: "ColorPrimitiveRed1200", + attributes: { + category: "Color", + type: "Primitive", + item: "Red", + subitem: "1200" + }, + path: [ + "Color", + "Primitive", + "Red", + "1200" + ] + } + }, + Magenta: { + 50: { + value: "#f3e5f4", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#f3e5f4", + type: "color" + }, + name: "ColorPrimitiveMagenta50", + attributes: { + category: "Color", + type: "Primitive", + item: "Magenta", + subitem: "50" + }, + path: [ + "Color", + "Primitive", + "Magenta", + "50" + ] + }, + 100: { + value: "#ffd0ff", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#ffd0ff", + type: "color" + }, + name: "ColorPrimitiveMagenta100", + attributes: { + category: "Color", + type: "Primitive", + item: "Magenta", + subitem: "100" + }, + path: [ + "Color", + "Primitive", + "Magenta", + "100" + ] + }, + 200: { + value: "#ffaeff", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#ffaeff", + type: "color" + }, + name: "ColorPrimitiveMagenta200", + attributes: { + category: "Color", + type: "Primitive", + item: "Magenta", + subitem: "200" + }, + path: [ + "Color", + "Primitive", + "Magenta", + "200" + ] + }, + 300: { + value: "#ff8eff", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#ff8eff", + type: "color" + }, + name: "ColorPrimitiveMagenta300", + attributes: { + category: "Color", + type: "Primitive", + item: "Magenta", + subitem: "300" + }, + path: [ + "Color", + "Primitive", + "Magenta", + "300" + ] + }, + 400: { + value: "#f661f6", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#f661f6", + type: "color" + }, + name: "ColorPrimitiveMagenta400", + attributes: { + category: "Color", + type: "Primitive", + item: "Magenta", + subitem: "400" + }, + path: [ + "Color", + "Primitive", + "Magenta", + "400" + ] + }, + 500: { + value: "#f137f1", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#f137f1", + type: "color" + }, + name: "ColorPrimitiveMagenta500", + attributes: { + category: "Color", + type: "Primitive", + item: "Magenta", + subitem: "500" + }, + path: [ + "Color", + "Primitive", + "Magenta", + "500" + ] + }, + 600: { + value: "#db00db", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#db00db", + type: "color" + }, + name: "ColorPrimitiveMagenta600", + attributes: { + category: "Color", + type: "Primitive", + item: "Magenta", + subitem: "600" + }, + path: [ + "Color", + "Primitive", + "Magenta", + "600" + ] + }, + 700: { + value: "#c000c0", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#c000c0", + type: "color" + }, + name: "ColorPrimitiveMagenta700", + attributes: { + category: "Color", + type: "Primitive", + item: "Magenta", + subitem: "700" + }, + path: [ + "Color", + "Primitive", + "Magenta", + "700" + ] + }, + 800: { + value: "#aa00aa", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#aa00aa", + type: "color" + }, + name: "ColorPrimitiveMagenta800", + attributes: { + category: "Color", + type: "Primitive", + item: "Magenta", + subitem: "800" + }, + path: [ + "Color", + "Primitive", + "Magenta", + "800" + ] + }, + 900: { + value: "#8b008b", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#8b008b", + type: "color" + }, + name: "ColorPrimitiveMagenta900", + attributes: { + category: "Color", + type: "Primitive", + item: "Magenta", + subitem: "900" + }, + path: [ + "Color", + "Primitive", + "Magenta", + "900" + ] + }, + 1e3: { + value: "#6c006c", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#6c006c", + type: "color" + }, + name: "ColorPrimitiveMagenta1000", + attributes: { + category: "Color", + type: "Primitive", + item: "Magenta", + subitem: "1000" + }, + path: [ + "Color", + "Primitive", + "Magenta", + "1000" + ] + }, + 1100: { + value: "#500050", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#500050", + type: "color" + }, + name: "ColorPrimitiveMagenta1100", + attributes: { + category: "Color", + type: "Primitive", + item: "Magenta", + subitem: "1100" + }, + path: [ + "Color", + "Primitive", + "Magenta", + "1100" + ] + }, + 1200: { + value: "#3b003b", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#3b003b", + type: "color" + }, + name: "ColorPrimitiveMagenta1200", + attributes: { + category: "Color", + type: "Primitive", + item: "Magenta", + subitem: "1200" + }, + path: [ + "Color", + "Primitive", + "Magenta", + "1200" + ] + } + }, + Purple: { + 50: { + value: "#f1eafa", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#f1eafa", + type: "color" + }, + name: "ColorPrimitivePurple50", + attributes: { + category: "Color", + type: "Primitive", + item: "Purple", + subitem: "50" + }, + path: [ + "Color", + "Primitive", + "Purple", + "50" + ] + }, + 100: { + value: "#ecddff", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#ecddff", + type: "color" + }, + name: "ColorPrimitivePurple100", + attributes: { + category: "Color", + type: "Primitive", + item: "Purple", + subitem: "100" + }, + path: [ + "Color", + "Primitive", + "Purple", + "100" + ] + }, + 200: { + value: "#ddc2ff", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#ddc2ff", + type: "color" + }, + name: "ColorPrimitivePurple200", + attributes: { + category: "Color", + type: "Primitive", + item: "Purple", + subitem: "200" + }, + path: [ + "Color", + "Primitive", + "Purple", + "200" + ] + }, + 300: { + value: "#cda6ff", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#cda6ff", + type: "color" + }, + name: "ColorPrimitivePurple300", + attributes: { + category: "Color", + type: "Primitive", + item: "Purple", + subitem: "300" + }, + path: [ + "Color", + "Primitive", + "Purple", + "300" + ] + }, + 400: { + value: "#bb87ff", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#bb87ff", + type: "color" + }, + name: "ColorPrimitivePurple400", + attributes: { + category: "Color", + type: "Primitive", + item: "Purple", + subitem: "400" + }, + path: [ + "Color", + "Primitive", + "Purple", + "400" + ] + }, + 500: { + value: "#a565f8", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#a565f8", + type: "color" + }, + name: "ColorPrimitivePurple500", + attributes: { + category: "Color", + type: "Primitive", + item: "Purple", + subitem: "500" + }, + path: [ + "Color", + "Primitive", + "Purple", + "500" + ] + }, + 600: { + value: "#8843e1", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#8843e1", + type: "color" + }, + name: "ColorPrimitivePurple600", + attributes: { + category: "Color", + type: "Primitive", + item: "Purple", + subitem: "600" + }, + path: [ + "Color", + "Primitive", + "Purple", + "600" + ] + }, + 700: { + value: "#6f23d0", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#6f23d0", + type: "color" + }, + name: "ColorPrimitivePurple700", + attributes: { + category: "Color", + type: "Primitive", + item: "Purple", + subitem: "700" + }, + path: [ + "Color", + "Primitive", + "Purple", + "700" + ] + }, + 800: { + value: "#5c10be", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#5c10be", + type: "color" + }, + name: "ColorPrimitivePurple800", + attributes: { + category: "Color", + type: "Primitive", + item: "Purple", + subitem: "800" + }, + path: [ + "Color", + "Primitive", + "Purple", + "800" + ] + }, + 900: { + value: "#5109ad", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#5109ad", + type: "color" + }, + name: "ColorPrimitivePurple900", + attributes: { + category: "Color", + type: "Primitive", + item: "Purple", + subitem: "900" + }, + path: [ + "Color", + "Primitive", + "Purple", + "900" + ] + }, + 1e3: { + value: "#41048e", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#41048e", + type: "color" + }, + name: "ColorPrimitivePurple1000", + attributes: { + category: "Color", + type: "Primitive", + item: "Purple", + subitem: "1000" + }, + path: [ + "Color", + "Primitive", + "Purple", + "1000" + ] + }, + 1100: { + value: "#30016c", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#30016c", + type: "color" + }, + name: "ColorPrimitivePurple1100", + attributes: { + category: "Color", + type: "Primitive", + item: "Purple", + subitem: "1100" + }, + path: [ + "Color", + "Primitive", + "Purple", + "1100" + ] + }, + 1200: { + value: "#21004b", + type: "color", + filePath: "style-dictionary/tokens.json", + isSource: !0, + original: { + value: "#21004b", + type: "color" + }, + name: "ColorPrimitivePurple1200", + attributes: { + category: "Color", + type: "Primitive", + item: "Purple", + subitem: "1200" + }, + path: [ + "Color", + "Primitive", + "Purple", + "1200" + ] + } + } + } + }, + FontWeight: { + 400: { + value: "400", + type: "fontWeight", + filePath: "style-dictionary/tokens.json", + isSource: !0, + $extensions: { + "studio.tokens": { + originalType: "fontWeights" + } + }, + original: { + value: 400, + type: "fontWeight", + $extensions: { + "studio.tokens": { + originalType: "fontWeights" + } + } + }, + name: "FontWeight400", + attributes: { + category: "FontWeight", + type: "400" + }, + path: [ + "FontWeight", + "400" + ] + }, + 500: { + value: "500", + type: "fontWeight", + filePath: "style-dictionary/tokens.json", + isSource: !0, + $extensions: { + "studio.tokens": { + originalType: "fontWeights" + } + }, + original: { + value: 500, + type: "fontWeight", + $extensions: { + "studio.tokens": { + originalType: "fontWeights" + } + } + }, + name: "FontWeight500", + attributes: { + category: "FontWeight", + type: "500" + }, + path: [ + "FontWeight", + "500" + ] + }, + 700: { + value: "700", + type: "fontWeight", + filePath: "style-dictionary/tokens.json", + isSource: !0, + $extensions: { + "studio.tokens": { + originalType: "fontWeights" + } + }, + original: { + value: 700, + type: "fontWeight", + $extensions: { + "studio.tokens": { + originalType: "fontWeights" + } + } + }, + name: "FontWeight700", + attributes: { + category: "FontWeight", + type: "700" + }, + path: [ + "FontWeight", + "700" + ] + } + }, + FontSize: { + 14: { + value: "0.875rem", + type: "fontSize", + filePath: "style-dictionary/tokens.json", + isSource: !0, + $extensions: { + "studio.tokens": { + originalType: "fontSizes" + } + }, + original: { + value: "14px", + type: "fontSize", + $extensions: { + "studio.tokens": { + originalType: "fontSizes" + } + } + }, + name: "FontSize14", + attributes: { + category: "FontSize", + type: "14" + }, + path: [ + "FontSize", + "14" + ] + }, + 16: { + value: "1rem", + type: "fontSize", + filePath: "style-dictionary/tokens.json", + isSource: !0, + $extensions: { + "studio.tokens": { + originalType: "fontSizes" + } + }, + original: { + value: "16px", + type: "fontSize", + $extensions: { + "studio.tokens": { + originalType: "fontSizes" + } + } + }, + name: "FontSize16", + attributes: { + category: "FontSize", + type: "16" + }, + path: [ + "FontSize", + "16" + ] + }, + 17: { + value: "1.0625rem", + type: "fontSize", + filePath: "style-dictionary/tokens.json", + isSource: !0, + $extensions: { + "studio.tokens": { + originalType: "fontSizes" + } + }, + original: { + value: "17px", + type: "fontSize", + $extensions: { + "studio.tokens": { + originalType: "fontSizes" + } + } + }, + name: "FontSize17", + attributes: { + category: "FontSize", + type: "17" + }, + path: [ + "FontSize", + "17" + ] + }, + 18: { + value: "1.125rem", + type: "fontSize", + filePath: "style-dictionary/tokens.json", + isSource: !0, + $extensions: { + "studio.tokens": { + originalType: "fontSizes" + } + }, + original: { + value: "18px", + type: "fontSize", + $extensions: { + "studio.tokens": { + originalType: "fontSizes" + } + } + }, + name: "FontSize18", + attributes: { + category: "FontSize", + type: "18" + }, + path: [ + "FontSize", + "18" + ] + }, + 20: { + value: "1.25rem", + type: "fontSize", + filePath: "style-dictionary/tokens.json", + isSource: !0, + $extensions: { + "studio.tokens": { + originalType: "fontSizes" + } + }, + original: { + value: "20px", + type: "fontSize", + $extensions: { + "studio.tokens": { + originalType: "fontSizes" + } + } + }, + name: "FontSize20", + attributes: { + category: "FontSize", + type: "20" + }, + path: [ + "FontSize", + "20" + ] + }, + 22: { + value: "1.375rem", + type: "fontSize", + filePath: "style-dictionary/tokens.json", + isSource: !0, + $extensions: { + "studio.tokens": { + originalType: "fontSizes" + } + }, + original: { + value: "22px", + type: "fontSize", + $extensions: { + "studio.tokens": { + originalType: "fontSizes" + } + } + }, + name: "FontSize22", + attributes: { + category: "FontSize", + type: "22" + }, + path: [ + "FontSize", + "22" + ] + }, + 24: { + value: "1.5rem", + type: "fontSize", + filePath: "style-dictionary/tokens.json", + isSource: !0, + $extensions: { + "studio.tokens": { + originalType: "fontSizes" + } + }, + original: { + value: "24px", + type: "fontSize", + $extensions: { + "studio.tokens": { + originalType: "fontSizes" + } + } + }, + name: "FontSize24", + attributes: { + category: "FontSize", + type: "24" + }, + path: [ + "FontSize", + "24" + ] + }, + 26: { + value: "1.625rem", + type: "fontSize", + filePath: "style-dictionary/tokens.json", + isSource: !0, + $extensions: { + "studio.tokens": { + originalType: "fontSizes" + } + }, + original: { + value: "26px", + type: "fontSize", + $extensions: { + "studio.tokens": { + originalType: "fontSizes" + } + } + }, + name: "FontSize26", + attributes: { + category: "FontSize", + type: "26" + }, + path: [ + "FontSize", + "26" + ] + }, + 28: { + value: "1.75rem", + type: "fontSize", + filePath: "style-dictionary/tokens.json", + isSource: !0, + $extensions: { + "studio.tokens": { + originalType: "fontSizes" + } + }, + original: { + value: "28px", + type: "fontSize", + $extensions: { + "studio.tokens": { + originalType: "fontSizes" + } + } + }, + name: "FontSize28", + attributes: { + category: "FontSize", + type: "28" + }, + path: [ + "FontSize", + "28" + ] + }, + 32: { + value: "2rem", + type: "fontSize", + filePath: "style-dictionary/tokens.json", + isSource: !0, + $extensions: { + "studio.tokens": { + originalType: "fontSizes" + } + }, + original: { + value: "32px", + type: "fontSize", + $extensions: { + "studio.tokens": { + originalType: "fontSizes" + } + } + }, + name: "FontSize32", + attributes: { + category: "FontSize", + type: "32" + }, + path: [ + "FontSize", + "32" + ] + }, + 36: { + value: "2.25rem", + type: "fontSize", + filePath: "style-dictionary/tokens.json", + isSource: !0, + $extensions: { + "studio.tokens": { + originalType: "fontSizes" + } + }, + original: { + value: "36px", + type: "fontSize", + $extensions: { + "studio.tokens": { + originalType: "fontSizes" + } + } + }, + name: "FontSize36", + attributes: { + category: "FontSize", + type: "36" + }, + path: [ + "FontSize", + "36" + ] + }, + 45: { + value: "2.8125rem", + type: "fontSize", + filePath: "style-dictionary/tokens.json", + isSource: !0, + $extensions: { + "studio.tokens": { + originalType: "fontSizes" + } + }, + original: { + value: "45px", + type: "fontSize", + $extensions: { + "studio.tokens": { + originalType: "fontSizes" + } + } + }, + name: "FontSize45", + attributes: { + category: "FontSize", + type: "45" + }, + path: [ + "FontSize", + "45" + ] + }, + 48: { + value: "3rem", + type: "fontSize", + filePath: "style-dictionary/tokens.json", + isSource: !0, + $extensions: { + "studio.tokens": { + originalType: "fontSizes" + } + }, + original: { + value: "48px", + type: "fontSize", + $extensions: { + "studio.tokens": { + originalType: "fontSizes" + } + } + }, + name: "FontSize48", + attributes: { + category: "FontSize", + type: "48" + }, + path: [ + "FontSize", + "48" + ] + }, + 57: { + value: "3.5625rem", + type: "fontSize", + filePath: "style-dictionary/tokens.json", + isSource: !0, + $extensions: { + "studio.tokens": { + originalType: "fontSizes" + } + }, + original: { + value: "57px", + type: "fontSize", + $extensions: { + "studio.tokens": { + originalType: "fontSizes" + } + } + }, + name: "FontSize57", + attributes: { + category: "FontSize", + type: "57" + }, + path: [ + "FontSize", + "57" + ] + }, + 64: { + value: "4rem", + type: "fontSize", + filePath: "style-dictionary/tokens.json", + isSource: !0, + $extensions: { + "studio.tokens": { + originalType: "fontSizes" + } + }, + original: { + value: "64px", + type: "fontSize", + $extensions: { + "studio.tokens": { + originalType: "fontSizes" + } + } + }, + name: "FontSize64", + attributes: { + category: "FontSize", + type: "64" + }, + path: [ + "FontSize", + "64" + ] + } + }, + LineHeight: { + "1_0": { + value: "1.0", + type: "lineHeight", + filePath: "style-dictionary/tokens.json", + isSource: !0, + $extensions: { + "studio.tokens": { + originalType: "lineHeights" + } + }, + original: { + value: "1.0", + type: "lineHeight", + $extensions: { + "studio.tokens": { + originalType: "lineHeights" + } + } + }, + name: "LineHeight10", + attributes: { + category: "LineHeight", + type: "1_0" + }, + path: [ + "LineHeight", + "1_0" + ] + }, + "1_1": { + value: 1.1, + type: "lineHeight", + filePath: "style-dictionary/tokens.json", + isSource: !0, + $extensions: { + "studio.tokens": { + originalType: "lineHeights" + } + }, + original: { + value: 1.1, + type: "lineHeight", + $extensions: { + "studio.tokens": { + originalType: "lineHeights" + } + } + }, + name: "LineHeight11", + attributes: { + category: "LineHeight", + type: "1_1" + }, + path: [ + "LineHeight", + "1_1" + ] + }, + "1_2": { + value: 1.2, + type: "lineHeight", + filePath: "style-dictionary/tokens.json", + isSource: !0, + $extensions: { + "studio.tokens": { + originalType: "lineHeights" + } + }, + original: { + value: 1.2, + type: "lineHeight", + $extensions: { + "studio.tokens": { + originalType: "lineHeights" + } + } + }, + name: "LineHeight12", + attributes: { + category: "LineHeight", + type: "1_2" + }, + path: [ + "LineHeight", + "1_2" + ] + }, + "1_3": { + value: 1.3, + type: "lineHeight", + filePath: "style-dictionary/tokens.json", + isSource: !0, + $extensions: { + "studio.tokens": { + originalType: "lineHeights" + } + }, + original: { + value: 1.3, + type: "lineHeight", + $extensions: { + "studio.tokens": { + originalType: "lineHeights" + } + } + }, + name: "LineHeight13", + attributes: { + category: "LineHeight", + type: "1_3" + }, + path: [ + "LineHeight", + "1_3" + ] + }, + "1_4": { + value: 1.4, + type: "lineHeight", + filePath: "style-dictionary/tokens.json", + isSource: !0, + $extensions: { + "studio.tokens": { + originalType: "lineHeights" + } + }, + original: { + value: 1.4, + type: "lineHeight", + $extensions: { + "studio.tokens": { + originalType: "lineHeights" + } + } + }, + name: "LineHeight14", + attributes: { + category: "LineHeight", + type: "1_4" + }, + path: [ + "LineHeight", + "1_4" + ] + }, + "1_5": { + value: 1.5, + type: "lineHeight", + filePath: "style-dictionary/tokens.json", + isSource: !0, + $extensions: { + "studio.tokens": { + originalType: "lineHeights" + } + }, + original: { + value: 1.5, + type: "lineHeight", + $extensions: { + "studio.tokens": { + originalType: "lineHeights" + } + } + }, + name: "LineHeight15", + attributes: { + category: "LineHeight", + type: "1_5" + }, + path: [ + "LineHeight", + "1_5" + ] + }, + "1_6": { + value: 1.6, + type: "lineHeight", + filePath: "style-dictionary/tokens.json", + isSource: !0, + $extensions: { + "studio.tokens": { + originalType: "lineHeights" + } + }, + original: { + value: 1.6, + type: "lineHeight", + $extensions: { + "studio.tokens": { + originalType: "lineHeights" + } + } + }, + name: "LineHeight16", + attributes: { + category: "LineHeight", + type: "1_6" + }, + path: [ + "LineHeight", + "1_6" + ] + }, + "1_7": { + value: 1.7, + type: "lineHeight", + filePath: "style-dictionary/tokens.json", + isSource: !0, + $extensions: { + "studio.tokens": { + originalType: "lineHeights" + } + }, + original: { + value: 1.7, + type: "lineHeight", + $extensions: { + "studio.tokens": { + originalType: "lineHeights" + } + } + }, + name: "LineHeight17", + attributes: { + category: "LineHeight", + type: "1_7" + }, + path: [ + "LineHeight", + "1_7" + ] + }, + "1_75": { + value: 1.75, + type: "lineHeight", + filePath: "style-dictionary/tokens.json", + isSource: !0, + $extensions: { + "studio.tokens": { + originalType: "lineHeights" + } + }, + original: { + value: 1.75, + type: "lineHeight", + $extensions: { + "studio.tokens": { + originalType: "lineHeights" + } + } + }, + name: "LineHeight175", + attributes: { + category: "LineHeight", + type: "1_75" + }, + path: [ + "LineHeight", + "1_75" + ] + } + }, + BorderRadius: { + 8: { + value: "0.5rem", + type: "dimension", + filePath: "style-dictionary/tokens.json", + isSource: !0, + $extensions: { + "studio.tokens": { + originalType: "borderRadius" + } + }, + original: { + value: "8px", + type: "dimension", + $extensions: { + "studio.tokens": { + originalType: "borderRadius" + } + } + }, + name: "BorderRadius8", + attributes: { + category: "BorderRadius", + type: "8" + }, + path: [ + "BorderRadius", + "8" + ] + }, + 16: { + value: "1rem", + type: "dimension", + filePath: "style-dictionary/tokens.json", + isSource: !0, + $extensions: { + "studio.tokens": { + originalType: "borderRadius" + } + }, + original: { + value: "16px", + type: "dimension", + $extensions: { + "studio.tokens": { + originalType: "borderRadius" + } + } + }, + name: "BorderRadius16", + attributes: { + category: "BorderRadius", + type: "16" + }, + path: [ + "BorderRadius", + "16" + ] + }, + 32: { + value: "2rem", + type: "dimension", + filePath: "style-dictionary/tokens.json", + isSource: !0, + $extensions: { + "studio.tokens": { + originalType: "borderRadius" + } + }, + original: { + value: "32px", + type: "dimension", + $extensions: { + "studio.tokens": { + originalType: "borderRadius" + } + } + }, + name: "BorderRadius32", + attributes: { + category: "BorderRadius", + type: "32" + }, + path: [ + "BorderRadius", + "32" + ] + } + }, + Shadow: { + 1: { + value: "0 2px 8px 1px rgba(0,0,0,0.1), 0 1px 5px 0 rgba(0,0,0,0.3)", + type: "shadow", + filePath: "style-dictionary/tokens.json", + isSource: !0, + $extensions: { + "studio.tokens": { + originalType: "boxShadow" + } + }, + original: { + value: [ + { + blur: "8px", + spread: "1px", + color: "rgba(0,0,0,0.1)", + type: "dropShadow", + offsetX: 0, + offsetY: "2px" + }, + { + blur: "5px", + spread: 0, + color: "rgba(0,0,0,0.3)", + type: "dropShadow", + offsetX: 0, + offsetY: "1px" + } + ], + type: "shadow", + $extensions: { + "studio.tokens": { + originalType: "boxShadow" + } + } + }, + name: "Shadow1", + attributes: { + category: "Shadow", + type: "1" + }, + path: [ + "Shadow", + "1" + ] + }, + 2: { + value: "0 2px 12px 2px rgba(0,0,0,0.1), 0 1px 6px 0 rgba(0,0,0,0.3)", + type: "shadow", + filePath: "style-dictionary/tokens.json", + isSource: !0, + $extensions: { + "studio.tokens": { + originalType: "boxShadow" + } + }, + original: { + value: [ + { + blur: "12px", + spread: "2px", + color: "rgba(0,0,0,0.1)", + type: "dropShadow", + offsetX: 0, + offsetY: "2px" + }, + { + blur: "6px", + spread: 0, + color: "rgba(0,0,0,0.3)", + type: "dropShadow", + offsetX: 0, + offsetY: "1px" + } + ], + type: "shadow", + $extensions: { + "studio.tokens": { + originalType: "boxShadow" + } + } + }, + name: "Shadow2", + attributes: { + category: "Shadow", + type: "2" + }, + path: [ + "Shadow", + "2" + ] + }, + 3: { + value: "0 4px 16px 3px rgba(0,0,0,0.1), 0 1px 6px 0 rgba(0,0,0,0.3)", + type: "shadow", + filePath: "style-dictionary/tokens.json", + isSource: !0, + $extensions: { + "studio.tokens": { + originalType: "boxShadow" + } + }, + original: { + value: [ + { + blur: "16px", + spread: "3px", + color: "rgba(0,0,0,0.1)", + type: "dropShadow", + offsetX: 0, + offsetY: "4px" + }, + { + blur: "6px", + spread: 0, + color: "rgba(0,0,0,0.3)", + type: "dropShadow", + offsetX: 0, + offsetY: "1px" + } + ], + type: "shadow", + $extensions: { + "studio.tokens": { + originalType: "boxShadow" + } + } + }, + name: "Shadow3", + attributes: { + category: "Shadow", + type: "3" + }, + path: [ + "Shadow", + "3" + ] + }, + 4: { + value: "0 6px 20px 4px rgba(0,0,0,0.1), 0 2px 6px 0 rgba(0,0,0,0.3)", + type: "shadow", + filePath: "style-dictionary/tokens.json", + isSource: !0, + $extensions: { + "studio.tokens": { + originalType: "boxShadow" + } + }, + original: { + value: [ + { + blur: "20px", + spread: "4px", + color: "rgba(0,0,0,0.1)", + type: "dropShadow", + offsetX: 0, + offsetY: "6px" + }, + { + blur: "6px", + spread: 0, + color: "rgba(0,0,0,0.3)", + type: "dropShadow", + offsetX: 0, + offsetY: "2px" + } + ], + type: "shadow", + $extensions: { + "studio.tokens": { + originalType: "boxShadow" + } + } + }, + name: "Shadow4", + attributes: { + category: "Shadow", + type: "4" + }, + path: [ + "Shadow", + "4" + ] + }, + 5: { + value: "0 8px 24px 5px rgba(0,0,0,0.1), 0 2px 10px 0 rgba(0,0,0,0.3)", + type: "shadow", + filePath: "style-dictionary/tokens.json", + isSource: !0, + $extensions: { + "studio.tokens": { + originalType: "boxShadow" + } + }, + original: { + value: [ + { + blur: "24px", + spread: "5px", + color: "rgba(0,0,0,0.1)", + type: "dropShadow", + offsetX: 0, + offsetY: "8px" + }, + { + blur: "10px", + spread: 0, + color: "rgba(0,0,0,0.3)", + type: "dropShadow", + offsetX: 0, + offsetY: "2px" + } + ], + type: "shadow", + $extensions: { + "studio.tokens": { + originalType: "boxShadow" + } + } + }, + name: "Shadow5", + attributes: { + category: "Shadow", + type: "5" + }, + path: [ + "Shadow", + "5" + ] + }, + 6: { + value: "0 10px 30px 6px rgba(0,0,0,0.1), 0 3px 12px 0 rgba(0,0,0,0.3)", + type: "shadow", + filePath: "style-dictionary/tokens.json", + isSource: !0, + $extensions: { + "studio.tokens": { + originalType: "boxShadow" + } + }, + original: { + value: [ + { + blur: "30px", + spread: "6px", + color: "rgba(0,0,0,0.1)", + type: "dropShadow", + offsetX: 0, + offsetY: "10px" + }, + { + blur: "12px", + spread: 0, + color: "rgba(0,0,0,0.3)", + type: "dropShadow", + offsetX: 0, + offsetY: "3px" + } + ], + type: "shadow", + $extensions: { + "studio.tokens": { + originalType: "boxShadow" + } + } + }, + name: "Shadow6", + attributes: { + category: "Shadow", + type: "6" + }, + path: [ + "Shadow", + "6" + ] + }, + 7: { + value: "0 12px 36px 7px rgba(0,0,0,0.1), 0 3px 14px 0 rgba(0,0,0,0.3)", + type: "shadow", + filePath: "style-dictionary/tokens.json", + isSource: !0, + $extensions: { + "studio.tokens": { + originalType: "boxShadow" + } + }, + original: { + value: [ + { + blur: "36px", + spread: "7px", + color: "rgba(0,0,0,0.1)", + type: "dropShadow", + offsetX: 0, + offsetY: "12px" + }, + { + blur: "14px", + spread: 0, + color: "rgba(0,0,0,0.3)", + type: "dropShadow", + offsetX: 0, + offsetY: "3px" + } + ], + type: "shadow", + $extensions: { + "studio.tokens": { + originalType: "boxShadow" + } + } + }, + name: "Shadow7", + attributes: { + category: "Shadow", + type: "7" + }, + path: [ + "Shadow", + "7" + ] + }, + 8: { + value: "0 14px 40px 7px rgba(0,0,0,0.1), 0 3px 16px 0 rgba(0,0,0,0.3)", + type: "shadow", + filePath: "style-dictionary/tokens.json", + isSource: !0, + $extensions: { + "studio.tokens": { + originalType: "boxShadow" + } + }, + original: { + value: [ + { + blur: "40px", + spread: "7px", + color: "rgba(0,0,0,0.1)", + type: "dropShadow", + offsetX: 0, + offsetY: "14px" + }, + { + blur: "16px", + spread: 0, + color: "rgba(0,0,0,0.3)", + type: "dropShadow", + offsetX: 0, + offsetY: "3px" + } + ], + type: "shadow", + $extensions: { + "studio.tokens": { + originalType: "boxShadow" + } + } + }, + name: "Shadow8", + attributes: { + category: "Shadow", + type: "8" + }, + path: [ + "Shadow", + "8" + ] + } + } +}; +const e = /* @__PURE__ */ s(v); +var y = {}, m = {}; +(function(t) { + Object.defineProperty(t, "__esModule", { + value: !0 + }), Object.defineProperty(t, "default", { + enumerable: !0, + get: function() { + return a; + } + }); + function r(o, i) { + return { + handler: o, + config: i + }; + } + r.withOptions = function(o, i = () => ({})) { + const l = function(n) { + return { + __options: n, + handler: o(n), + config: i(n) + }; + }; + return l.__isOptionsFunction = !0, l.__pluginFunction = o, l.__configFunction = i, l; + }; + const a = r; +})(m); +(function(t) { + Object.defineProperty(t, "__esModule", { + value: !0 + }), Object.defineProperty(t, "default", { + enumerable: !0, + get: function() { + return o; + } + }); + const r = /* @__PURE__ */ a(m); + function a(i) { + return i && i.__esModule ? i : { + default: i + }; + } + const o = r.default; +})(y); +let u = y; +var c = (u.__esModule ? u : { default: u }).default; +const p = /* @__PURE__ */ s(c), g = p(() => { +}, { + theme: { + extend: { + colors: { + white: e.Color.Neutral.White.value, + black: e.Color.Neutral.Black.value, + blue: { + 50: e.Color.Primitive.Blue[50].value, + 100: e.Color.Primitive.Blue[100].value, + 200: e.Color.Primitive.Blue[200].value, + 300: e.Color.Primitive.Blue[300].value, + 400: e.Color.Primitive.Blue[400].value, + 500: e.Color.Primitive.Blue[500].value, + 600: e.Color.Primitive.Blue[600].value, + 700: e.Color.Primitive.Blue[700].value, + 800: e.Color.Primitive.Blue[800].value, + 900: e.Color.Primitive.Blue[900].value, + 1e3: e.Color.Primitive.Blue[1e3].value, + 1100: e.Color.Primitive.Blue[1100].value, + 1200: e.Color.Primitive.Blue[1200].value + }, + "light-blue": { + 50: e.Color.Primitive.LightBlue[50].value, + 100: e.Color.Primitive.LightBlue[100].value, + 200: e.Color.Primitive.LightBlue[200].value, + 300: e.Color.Primitive.LightBlue[300].value, + 400: e.Color.Primitive.LightBlue[400].value, + 500: e.Color.Primitive.LightBlue[500].value, + 600: e.Color.Primitive.LightBlue[600].value, + 700: e.Color.Primitive.LightBlue[700].value, + 800: e.Color.Primitive.LightBlue[800].value, + 900: e.Color.Primitive.LightBlue[900].value, + 1e3: e.Color.Primitive.LightBlue[1e3].value, + 1100: e.Color.Primitive.LightBlue[1100].value, + 1200: e.Color.Primitive.LightBlue[1200].value + }, + cyan: { + 50: e.Color.Primitive.Cyan[50].value, + 100: e.Color.Primitive.Cyan[100].value, + 200: e.Color.Primitive.Cyan[200].value, + 300: e.Color.Primitive.Cyan[300].value, + 400: e.Color.Primitive.Cyan[400].value, + 500: e.Color.Primitive.Cyan[500].value, + 600: e.Color.Primitive.Cyan[600].value, + 700: e.Color.Primitive.Cyan[700].value, + 800: e.Color.Primitive.Cyan[800].value, + 900: e.Color.Primitive.Cyan[900].value, + 1e3: e.Color.Primitive.Cyan[1e3].value, + 1100: e.Color.Primitive.Cyan[1100].value, + 1200: e.Color.Primitive.Cyan[1200].value + }, + green: { + 50: e.Color.Primitive.Green[50].value, + 100: e.Color.Primitive.Green[100].value, + 200: e.Color.Primitive.Green[200].value, + 300: e.Color.Primitive.Green[300].value, + 400: e.Color.Primitive.Green[400].value, + 500: e.Color.Primitive.Green[500].value, + 600: e.Color.Primitive.Green[600].value, + 700: e.Color.Primitive.Green[700].value, + 800: e.Color.Primitive.Green[800].value, + 900: e.Color.Primitive.Green[900].value, + 1e3: e.Color.Primitive.Green[1e3].value, + 1100: e.Color.Primitive.Green[1100].value, + 1200: e.Color.Primitive.Green[1200].value + }, + lime: { + 50: e.Color.Primitive.Lime[50].value, + 100: e.Color.Primitive.Lime[100].value, + 200: e.Color.Primitive.Lime[200].value, + 300: e.Color.Primitive.Lime[300].value, + 400: e.Color.Primitive.Lime[400].value, + 500: e.Color.Primitive.Lime[500].value, + 600: e.Color.Primitive.Lime[600].value, + 700: e.Color.Primitive.Lime[700].value, + 800: e.Color.Primitive.Lime[800].value, + 900: e.Color.Primitive.Lime[900].value, + 1e3: e.Color.Primitive.Lime[1e3].value, + 1100: e.Color.Primitive.Lime[1100].value, + 1200: e.Color.Primitive.Lime[1200].value + }, + yellow: { + 50: e.Color.Primitive.Yellow[50].value, + 100: e.Color.Primitive.Yellow[100].value, + 200: e.Color.Primitive.Yellow[200].value, + 300: e.Color.Primitive.Yellow[300].value, + 400: e.Color.Primitive.Yellow[400].value, + 500: e.Color.Primitive.Yellow[500].value, + 600: e.Color.Primitive.Yellow[600].value, + 700: e.Color.Primitive.Yellow[700].value, + 800: e.Color.Primitive.Yellow[800].value, + 900: e.Color.Primitive.Yellow[900].value, + 1e3: e.Color.Primitive.Yellow[1e3].value, + 1100: e.Color.Primitive.Yellow[1100].value, + 1200: e.Color.Primitive.Yellow[1200].value + }, + orange: { + 50: e.Color.Primitive.Orange[50].value, + 100: e.Color.Primitive.Orange[100].value, + 200: e.Color.Primitive.Orange[200].value, + 300: e.Color.Primitive.Orange[300].value, + 400: e.Color.Primitive.Orange[400].value, + 500: e.Color.Primitive.Orange[500].value, + 600: e.Color.Primitive.Orange[600].value, + 700: e.Color.Primitive.Orange[700].value, + 800: e.Color.Primitive.Orange[800].value, + 900: e.Color.Primitive.Orange[900].value, + 1e3: e.Color.Primitive.Orange[1e3].value, + 1100: e.Color.Primitive.Orange[1100].value, + 1200: e.Color.Primitive.Orange[1200].value + }, + red: { + 50: e.Color.Primitive.Red[50].value, + 100: e.Color.Primitive.Red[100].value, + 200: e.Color.Primitive.Red[200].value, + 300: e.Color.Primitive.Red[300].value, + 400: e.Color.Primitive.Red[400].value, + 500: e.Color.Primitive.Red[500].value, + 600: e.Color.Primitive.Red[600].value, + 700: e.Color.Primitive.Red[700].value, + 800: e.Color.Primitive.Red[800].value, + 900: e.Color.Primitive.Red[900].value, + 1e3: e.Color.Primitive.Red[1e3].value, + 1100: e.Color.Primitive.Red[1100].value, + 1200: e.Color.Primitive.Red[1200].value + }, + magenta: { + 50: e.Color.Primitive.Magenta[50].value, + 100: e.Color.Primitive.Magenta[100].value, + 200: e.Color.Primitive.Magenta[200].value, + 300: e.Color.Primitive.Magenta[300].value, + 400: e.Color.Primitive.Magenta[400].value, + 500: e.Color.Primitive.Magenta[500].value, + 600: e.Color.Primitive.Magenta[600].value, + 700: e.Color.Primitive.Magenta[700].value, + 800: e.Color.Primitive.Magenta[800].value, + 900: e.Color.Primitive.Magenta[900].value, + 1e3: e.Color.Primitive.Magenta[1e3].value, + 1100: e.Color.Primitive.Magenta[1100].value, + 1200: e.Color.Primitive.Magenta[1200].value + }, + purple: { + 50: e.Color.Primitive.Purple[50].value, + 100: e.Color.Primitive.Purple[100].value, + 200: e.Color.Primitive.Purple[200].value, + 300: e.Color.Primitive.Purple[300].value, + 400: e.Color.Primitive.Purple[400].value, + 500: e.Color.Primitive.Purple[500].value, + 600: e.Color.Primitive.Purple[600].value, + 700: e.Color.Primitive.Purple[700].value, + 800: e.Color.Primitive.Purple[800].value, + 900: e.Color.Primitive.Purple[900].value, + 1e3: e.Color.Primitive.Purple[1e3].value, + 1100: e.Color.Primitive.Purple[1100].value, + 1200: e.Color.Primitive.Purple[1200].value + }, + "solid-gray": { + 50: e.Color.Neutral.SolidGray[50].value, + 100: e.Color.Neutral.SolidGray[100].value, + 200: e.Color.Neutral.SolidGray[200].value, + 300: e.Color.Neutral.SolidGray[300].value, + 400: e.Color.Neutral.SolidGray[400].value, + 420: e.Color.Neutral.SolidGray[420].value, + 500: e.Color.Neutral.SolidGray[500].value, + 536: e.Color.Neutral.SolidGray[536].value, + 600: e.Color.Neutral.SolidGray[600].value, + 700: e.Color.Neutral.SolidGray[700].value, + 800: e.Color.Neutral.SolidGray[800].value, + 900: e.Color.Neutral.SolidGray[900].value + }, + "success-1": e.Color.Success[1].value, + "success-2": e.Color.Success[2].value, + "error-1": e.Color.Error[1].value, + "error-2": e.Color.Error[2].value, + "warning-yellow-1": e.Color.Warning.Yellow[1].value, + "warning-yellow-2": e.Color.Warning.Yellow[2].value, + "warning-orange-1": e.Color.Warning.Orange[1].value, + "warning-orange-2": e.Color.Warning.Orange[2].value, + "focus-yellow": e.Color.Primitive.Yellow[700].value, + "focus-blue": e.Color.Primitive.LightBlue[700].value + }, + fontSize: { + "dsp-64N-140": [ + e.FontSize[64].value, + { + fontWeight: e.FontWeight[400].value, + lineHeight: e.LineHeight["1_4"].value + } + ], + "dsp-57N-140": [ + e.FontSize[57].value, + { + fontWeight: e.FontWeight[400].value, + lineHeight: e.LineHeight["1_4"].value + } + ], + "dsp-48N-140": [ + e.FontSize[48].value, + { + fontWeight: e.FontWeight[400].value, + lineHeight: e.LineHeight["1_4"].value + } + ], + "std-45B-140": [ + e.FontSize[45].value, + { + fontWeight: e.FontWeight[700].value, + lineHeight: e.LineHeight["1_4"].value + } + ], + "std-36B-140": [ + e.FontSize[36].value, + { + fontWeight: e.FontWeight[700].value, + lineHeight: e.LineHeight["1_4"].value, + letterSpacing: "0.01em" + } + ], + "std-32B-150": [ + e.FontSize[32].value, + { + fontWeight: e.FontWeight[700].value, + lineHeight: e.LineHeight["1_5"].value, + letterSpacing: "0.01em" + } + ], + "std-28B-150": [ + e.FontSize[28].value, + { + fontWeight: e.FontWeight[700].value, + lineHeight: e.LineHeight["1_5"].value, + letterSpacing: "0.01em" + } + ], + "std-26B-150": [ + e.FontSize[26].value, + { + fontWeight: e.FontWeight[700].value, + lineHeight: e.LineHeight["1_5"].value, + letterSpacing: "0.02em" + } + ], + "std-24B-150": [ + e.FontSize[24].value, + { + fontWeight: e.FontWeight[700].value, + lineHeight: e.LineHeight["1_5"].value, + letterSpacing: "0.02em" + } + ], + "std-22B-150": [ + e.FontSize[22].value, + { + fontWeight: e.FontWeight[700].value, + lineHeight: e.LineHeight["1_5"].value, + letterSpacing: "0.02em" + } + ], + "std-20B-160": [ + e.FontSize[20].value, + { + fontWeight: e.FontWeight[700].value, + lineHeight: e.LineHeight["1_6"].value, + letterSpacing: "0.02em" + } + ], + "std-20B-150": [ + e.FontSize[20].value, + { + fontWeight: e.FontWeight[700].value, + lineHeight: e.LineHeight["1_5"].value, + letterSpacing: "0.02em" + } + ], + "std-18B-160": [ + e.FontSize[18].value, + { + fontWeight: e.FontWeight[700].value, + lineHeight: e.LineHeight["1_6"].value, + letterSpacing: "0.02em" + } + ], + "std-17B-170": [ + e.FontSize[17].value, + { + fontWeight: e.FontWeight[700].value, + lineHeight: e.LineHeight["1_7"].value, + letterSpacing: "0.02em" + } + ], + "std-16B-170": [ + e.FontSize[16].value, + { + fontWeight: e.FontWeight[700].value, + lineHeight: e.LineHeight["1_7"].value, + letterSpacing: "0.02em" + } + ], + "std-16B-175": [ + e.FontSize[16].value, + { + fontWeight: e.FontWeight[700].value, + lineHeight: e.LineHeight["1_75"].value, + letterSpacing: "0.02em" + } + ], + "std-45N-140": [ + e.FontSize[45].value, + { + fontWeight: e.FontWeight[400].value, + lineHeight: e.LineHeight["1_4"].value + } + ], + "std-36N-140": [ + e.FontSize[36].value, + { + fontWeight: e.FontWeight[400].value, + lineHeight: e.LineHeight["1_4"].value, + letterSpacing: "0.01em" + } + ], + "std-32N-150": [ + e.FontSize[32].value, + { + fontWeight: e.FontWeight[400].value, + lineHeight: e.LineHeight["1_5"].value, + letterSpacing: "0.01em" + } + ], + "std-28N-150": [ + e.FontSize[28].value, + { + fontWeight: e.FontWeight[400].value, + lineHeight: e.LineHeight["1_5"].value, + letterSpacing: "0.01em" + } + ], + "std-26N-150": [ + e.FontSize[26].value, + { + fontWeight: e.FontWeight[400].value, + lineHeight: e.LineHeight["1_5"].value, + letterSpacing: "0.02em" + } + ], + "std-24N-150": [ + e.FontSize[24].value, + { + fontWeight: e.FontWeight[400].value, + lineHeight: e.LineHeight["1_5"].value, + letterSpacing: "0.02em" + } + ], + "std-22N-150": [ + e.FontSize[22].value, + { + fontWeight: e.FontWeight[400].value, + lineHeight: e.LineHeight["1_5"].value, + letterSpacing: "0.02em" + } + ], + "std-20N-150": [ + e.FontSize[20].value, + { + fontWeight: e.FontWeight[400].value, + lineHeight: e.LineHeight["1_5"].value, + letterSpacing: "0.02em" + } + ], + "std-18N-160": [ + e.FontSize[18].value, + { + fontWeight: e.FontWeight[400].value, + lineHeight: e.LineHeight["1_6"].value, + letterSpacing: "0.02em" + } + ], + "std-17N-170": [ + e.FontSize[17].value, + { + fontWeight: e.FontWeight[400].value, + lineHeight: e.LineHeight["1_7"].value, + letterSpacing: "0.02em" + } + ], + "std-16N-170": [ + e.FontSize[16].value, + { + fontWeight: e.FontWeight[400].value, + lineHeight: e.LineHeight["1_7"].value, + letterSpacing: "0.02em" + } + ], + "std-16N-175": [ + e.FontSize[16].value, + { + fontWeight: e.FontWeight[400].value, + lineHeight: e.LineHeight["1_75"].value, + letterSpacing: "0.02em" + } + ], + "dns-17B-130": [ + e.FontSize[17].value, + { + fontWeight: e.FontWeight[700].value, + lineHeight: e.LineHeight["1_3"].value + } + ], + "dns-17B-120": [ + e.FontSize[17].value, + { + fontWeight: e.FontWeight[700].value, + lineHeight: e.LineHeight["1_2"].value + } + ], + "dns-16B-130": [ + e.FontSize[16].value, + { + fontWeight: e.FontWeight[700].value, + lineHeight: e.LineHeight["1_3"].value + } + ], + "dns-16B-120": [ + e.FontSize[16].value, + { + fontWeight: e.FontWeight[700].value, + lineHeight: e.LineHeight["1_2"].value + } + ], + "dns-14B-130": [ + e.FontSize[14].value, + { + fontWeight: e.FontWeight[700].value, + lineHeight: e.LineHeight["1_3"].value + } + ], + "dns-14B-120": [ + e.FontSize[14].value, + { + fontWeight: e.FontWeight[700].value, + lineHeight: e.LineHeight["1_2"].value + } + ], + "dns-17N-130": [ + e.FontSize[17].value, + { + fontWeight: e.FontWeight[400].value, + lineHeight: e.LineHeight["1_3"].value + } + ], + "dns-17N-120": [ + e.FontSize[17].value, + { + fontWeight: e.FontWeight[400].value, + lineHeight: e.LineHeight["1_2"].value + } + ], + "dns-16N-130": [ + e.FontSize[16].value, + { + fontWeight: e.FontWeight[400].value, + lineHeight: e.LineHeight["1_3"].value + } + ], + "dns-16N-120": [ + e.FontSize[16].value, + { + fontWeight: e.FontWeight[400].value, + lineHeight: e.LineHeight["1_2"].value + } + ], + "dns-14N-130": [ + e.FontSize[14].value, + { + fontWeight: e.FontWeight[400].value, + lineHeight: e.LineHeight["1_3"].value + } + ], + "dns-14N-120": [ + e.FontSize[14].value, + { + fontWeight: e.FontWeight[400].value, + lineHeight: e.LineHeight["1_2"].value + } + ], + "oln-17B-100": [ + e.FontSize[17].value, + { + fontWeight: e.FontWeight[700].value, + lineHeight: e.LineHeight["1_0"].value, + letterSpacing: "0.02em" + } + ], + "oln-16B-100": [ + e.FontSize[16].value, + { + fontWeight: e.FontWeight[700].value, + lineHeight: e.LineHeight["1_0"].value, + letterSpacing: "0.02em" + } + ], + "oln-14B-100": [ + e.FontSize[14].value, + { + fontWeight: e.FontWeight[700].value, + lineHeight: e.LineHeight["1_0"].value, + letterSpacing: "0.02em" + } + ], + "oln-17N-100": [ + e.FontSize[17].value, + { + fontWeight: e.FontWeight[400].value, + lineHeight: e.LineHeight["1_0"].value, + letterSpacing: "0.02em" + } + ], + "oln-16N-100": [ + e.FontSize[16].value, + { + fontWeight: e.FontWeight[400].value, + lineHeight: e.LineHeight["1_0"].value, + letterSpacing: "0.02em" + } + ], + "oln-14N-100": [ + e.FontSize[14].value, + { + fontWeight: e.FontWeight[400].value, + lineHeight: e.LineHeight["1_0"].value, + letterSpacing: "0.02em" + } + ], + "mono-17B-150": [ + e.FontSize[17].value, + { + fontWeight: e.FontWeight[700].value, + lineHeight: e.LineHeight["1_5"].value + } + ], + "mono-16B-150": [ + e.FontSize[16].value, + { + fontWeight: e.FontWeight[700].value, + lineHeight: e.LineHeight["1_5"].value + } + ], + "mono-14B-150": [ + e.FontSize[14].value, + { + fontWeight: e.FontWeight[700].value, + lineHeight: e.LineHeight["1_5"].value + } + ], + "mono-17N-150": [ + e.FontSize[17].value, + { + fontWeight: e.FontWeight[400].value, + lineHeight: e.LineHeight["1_5"].value + } + ], + "mono-16N-150": [ + e.FontSize[16].value, + { + fontWeight: e.FontWeight[400].value, + lineHeight: e.LineHeight["1_5"].value + } + ], + "mono-14N-150": [ + e.FontSize[14].value, + { + fontWeight: e.FontWeight[400].value, + lineHeight: e.LineHeight["1_5"].value + } + ] + }, + fontWeight: { + 400: e.FontWeight[400].value, + 500: e.FontWeight[500].value, + 700: e.FontWeight[700].value + }, + lineHeight: { + "1-0": e.LineHeight["1_0"].value, + "1-2": e.LineHeight["1_2"].value, + "1-3": e.LineHeight["1_3"].value, + "1-4": e.LineHeight["1_4"].value, + "1-5": e.LineHeight["1_5"].value, + "1-6": e.LineHeight["1_6"].value, + "1-7": e.LineHeight["1_7"].value, + "1-75": e.LineHeight["1_75"].value + }, + borderRadius: { + 8: e.BorderRadius[8].value, + 16: e.BorderRadius[16].value, + 32: e.BorderRadius[32].value + }, + screens: { + desktop: "48em", + "desktop-admin": "62em" + }, + listStyleType: { + "lower-latin": "lower-latin", + circle: "circle", + square: "square" + }, + aspectRatio: { + "1/1": "1 / 1", + "3/2": "3 / 2", + "16/9": "16 / 9" + }, + boxShadow: { + 1: e.Shadow[1].value, + 2: e.Shadow[2].value, + 3: e.Shadow[3].value, + 4: e.Shadow[4].value, + 5: e.Shadow[5].value, + 6: e.Shadow[6].value, + 7: e.Shadow[7].value, + 8: e.Shadow[8].value + } + } + } +}); +export { + g as default +}; diff --git a/examples/tailwind.config.js b/examples/tailwind.config.js index 653ae19..364b5c7 100644 --- a/examples/tailwind.config.js +++ b/examples/tailwind.config.js @@ -11,6 +11,9 @@ export default { } }, }, - plugins: [require("../dist/index")], + // NOTE: 実際に使用する際は @digital-go-jp/tailwind-theme-plugin パッケージをインストールしてお使いください + // plugins: [require('@digital-go-jp/tailwind-theme-plugin')], + plugins: [require("./tailwind-theme-plugin/index")], + }