From 289a9fed524d53c2ffde69dfc7b2299782d051b4 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 18 Dec 2024 10:23:52 -0500 Subject: [PATCH] fix: rename value to , conforming to DTCG spec --- .nvmrc | 1 + package-lock.json | 2131 ++++++++++++++--- package.json | 2 +- paragon/css/core/custom-media-breakpoints.css | 5 +- paragon/css/core/index.css | 2 +- paragon/css/core/variables.css | 83 +- paragon/css/themes/light/index.css | 1 - paragon/css/themes/light/utility-classes.css | 0 paragon/css/themes/light/variables.css | 677 +++--- tokens/src/core/alias/size.json | 6 +- tokens/src/core/components/Badge.json | 4 +- tokens/src/core/components/Button/core.json | 12 +- tokens/src/core/components/Card.json | 4 +- tokens/src/core/components/Dropdown.json | 6 +- tokens/src/core/components/Form/size.json | 6 +- tokens/src/core/components/Image.json | 2 +- tokens/src/core/components/Nav.json | 2 +- tokens/src/core/components/Popover.json | 2 +- tokens/src/core/components/general/caret.json | 4 +- .../src/core/components/general/headings.json | 2 +- tokens/src/core/components/general/input.json | 2 +- tokens/src/core/global/display.json | 8 +- tokens/src/core/global/spacing.json | 2 +- tokens/src/core/global/typography.json | 16 +- tokens/src/themes/light/alias/color.json | 32 +- tokens/src/themes/light/components/Badge.json | 2 +- .../themes/light/components/Button/brand.json | 54 +- .../themes/light/components/Button/core.json | 2 +- .../light/components/Button/danger.json | 40 +- .../themes/light/components/Button/dark.json | 32 +- .../themes/light/components/Button/info.json | 44 +- .../themes/light/components/Button/light.json | 52 +- .../light/components/Button/primary.json | 62 +- .../light/components/Button/secondary.json | 34 +- .../light/components/Button/success.json | 40 +- .../light/components/Button/tertiary.json | 6 +- .../light/components/Button/warning.json | 46 +- .../src/themes/light/components/Dropdown.json | 2 +- .../themes/light/components/Form/color.json | 8 +- .../light/components/Form/elevation.json | 2 +- .../themes/light/components/Form/other.json | 4 +- tokens/src/themes/light/components/Image.json | 2 +- tokens/src/themes/light/components/Modal.json | 2 +- .../themes/light/components/Pagination.json | 2 +- .../src/themes/light/components/Popover.json | 4 +- tokens/src/themes/light/components/Toast.json | 2 +- .../src/themes/light/components/Tooltip.json | 4 +- .../themes/light/components/general/body.json | 2 +- .../light/components/general/headings.json | 2 +- .../light/components/general/input.json | 2 +- .../themes/light/components/general/link.json | 4 +- tokens/src/themes/light/global/color.json | 90 +- tokens/src/themes/light/global/elevation.json | 14 +- 53 files changed, 2621 insertions(+), 951 deletions(-) create mode 100644 .nvmrc delete mode 100644 paragon/css/themes/light/utility-classes.css diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 00000000..209e3ef4 --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +20 diff --git a/package-lock.json b/package-lock.json index 6beca709..bea97fc1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "UNLICENSED", "devDependencies": { - "@edx/paragon": "22.0.0-alpha.13" + "@openedx/paragon": "^23.1.0" } }, "node_modules/@babel/runtime": { @@ -24,6 +24,197 @@ "node": ">=6.9.0" } }, + "node_modules/@babel/runtime-corejs3": { + "version": "7.24.8", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.24.8.tgz", + "integrity": "sha512-DXG/BhegtMHhnN7YPIvxWd303/9aXvYFD1TjNL3CD6tUrhI2LVsg3Lck0aql5TRH29n4sj3emcROypkZVUfSuA==", + "dev": true, + "dependencies": { + "core-js-pure": "^3.30.2", + "regenerator-runtime": "^0.14.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/runtime-corejs3/node_modules/regenerator-runtime": { + "version": "0.14.1", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", + "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==", + "dev": true + }, + "node_modules/@bundled-es-modules/deepmerge": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/@bundled-es-modules/deepmerge/-/deepmerge-4.3.1.tgz", + "integrity": "sha512-Rk453EklPUPC3NRWc3VUNI/SSUjdBaFoaQvFRmNBNtMHVtOFD5AntiWg5kEE1hqcPqedYFDzxE3ZcMYPcA195w==", + "dev": true, + "dependencies": { + "deepmerge": "^4.3.1" + } + }, + "node_modules/@bundled-es-modules/glob": { + "version": "10.4.2", + "resolved": "https://registry.npmjs.org/@bundled-es-modules/glob/-/glob-10.4.2.tgz", + "integrity": "sha512-740y5ofkzydsFao5EXJrGilcIL6EFEw/cmPf2uhTw9J6G1YOhiIFjNFCHdpgEiiH5VlU3G0SARSjlFlimRRSMA==", + "dev": true, + "hasInstallScript": true, + "dependencies": { + "buffer": "^6.0.3", + "events": "^3.3.0", + "glob": "^10.4.2", + "patch-package": "^8.0.0", + "path": "^0.12.7", + "stream": "^0.0.3", + "string_decoder": "^1.3.0", + "url": "^0.11.3" + } + }, + "node_modules/@bundled-es-modules/glob/node_modules/buffer": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz", + "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "dependencies": { + "base64-js": "^1.3.1", + "ieee754": "^1.2.1" + } + }, + "node_modules/@bundled-es-modules/glob/node_modules/glob": { + "version": "10.4.5", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", + "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", + "dev": true, + "dependencies": { + "foreground-child": "^3.1.0", + "jackspeak": "^3.1.2", + "minimatch": "^9.0.4", + "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", + "path-scurry": "^1.11.1" + }, + "bin": { + "glob": "dist/esm/bin.mjs" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/@bundled-es-modules/glob/node_modules/minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/@bundled-es-modules/memfs": { + "version": "4.9.4", + "resolved": "https://registry.npmjs.org/@bundled-es-modules/memfs/-/memfs-4.9.4.tgz", + "integrity": "sha512-1XyYPUaIHwEOdF19wYVLBtHJRr42Do+3ctht17cZOHwHf67vkmRNPlYDGY2kJps4RgE5+c7nEZmEzxxvb1NZWA==", + "dev": true, + "dependencies": { + "assert": "^2.0.0", + "buffer": "^6.0.3", + "events": "^3.3.0", + "memfs": "^4.9.3", + "path": "^0.12.7", + "stream": "^0.0.3", + "util": "^0.12.5" + } + }, + "node_modules/@bundled-es-modules/memfs/node_modules/buffer": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz", + "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "dependencies": { + "base64-js": "^1.3.1", + "ieee754": "^1.2.1" + } + }, + "node_modules/@bundled-es-modules/postcss-calc-ast-parser": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/@bundled-es-modules/postcss-calc-ast-parser/-/postcss-calc-ast-parser-0.1.6.tgz", + "integrity": "sha512-y65TM5zF+uaxo9OeekJ3rxwTINlQvrkbZLogYvQYVoLtxm4xEiHfZ7e/MyiWbStYyWZVZkVqsaVU6F4SUK5XUA==", + "dev": true, + "dependencies": { + "postcss-calc-ast-parser": "^0.1.4" + } + }, + "node_modules/@chevrotain/cst-dts-gen": { + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/@chevrotain/cst-dts-gen/-/cst-dts-gen-11.0.3.tgz", + "integrity": "sha512-BvIKpRLeS/8UbfxXxgC33xOumsacaeCKAjAeLyOn7Pcp95HiRbrpl14S+9vaZLolnbssPIUuiUd8IvgkRyt6NQ==", + "dev": true, + "dependencies": { + "@chevrotain/gast": "11.0.3", + "@chevrotain/types": "11.0.3", + "lodash-es": "4.17.21" + } + }, + "node_modules/@chevrotain/gast": { + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/@chevrotain/gast/-/gast-11.0.3.tgz", + "integrity": "sha512-+qNfcoNk70PyS/uxmj3li5NiECO+2YKZZQMbmjTqRI3Qchu8Hig/Q9vgkHpI3alNjr7M+a2St5pw5w5F6NL5/Q==", + "dev": true, + "dependencies": { + "@chevrotain/types": "11.0.3", + "lodash-es": "4.17.21" + } + }, + "node_modules/@chevrotain/regexp-to-ast": { + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/@chevrotain/regexp-to-ast/-/regexp-to-ast-11.0.3.tgz", + "integrity": "sha512-1fMHaBZxLFvWI067AVbGJav1eRY7N8DDvYCTwGBiE/ytKBgP8azTdgyrKyWZ9Mfh09eHWb5PgTSO8wi7U824RA==", + "dev": true + }, + "node_modules/@chevrotain/types": { + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/@chevrotain/types/-/types-11.0.3.tgz", + "integrity": "sha512-gsiM3G8b58kZC2HaWR50gu6Y1440cHiJ+i3JUvcp/35JchYejb2+5MVeJK0iKThYpAa/P2PYFV4hoi44HD+aHQ==", + "dev": true + }, + "node_modules/@chevrotain/utils": { + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/@chevrotain/utils/-/utils-11.0.3.tgz", + "integrity": "sha512-YslZMgtJUyuMbZ+aKvfF3x1f5liK4mWNxghFRv7jqRR9C3R3fAOGTTKvxXDa2Y1s9zSbcpuO0cAxDYsc9SrXoQ==", + "dev": true + }, "node_modules/@csstools/cascade-layer-name-parser": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/@csstools/cascade-layer-name-parser/-/cascade-layer-name-parser-1.0.2.tgz", @@ -99,68 +290,6 @@ "@csstools/css-tokenizer": "^2.1.1" } }, - "node_modules/@edx/paragon": { - "version": "22.0.0-alpha.13", - "resolved": "https://registry.npmjs.org/@edx/paragon/-/paragon-22.0.0-alpha.13.tgz", - "integrity": "sha512-v0gj8E4X6PbHtcX4/ZQi5+ZmyYOStkvKsLpE+uwq2xXXaZa5LCaqpHQljq4/v5YX5XeveuerscEN/D/evbNLwQ==", - "dev": true, - "workspaces": [ - "example", - "component-generator", - "www", - "icons", - "dependent-usage-analyzer" - ], - "dependencies": { - "@popperjs/core": "^2.11.4", - "bootstrap": "^4.6.2", - "chalk": "^4.1.2", - "child_process": "^1.0.2", - "chroma-js": "^2.4.2", - "classnames": "^2.3.1", - "cli-progress": "^3.12.0", - "commander": "^9.4.1", - "email-prop-type": "^3.0.0", - "file-selector": "^0.6.0", - "glob": "^8.0.3", - "inquirer": "^8.2.5", - "lodash.uniqby": "^4.7.0", - "log-update": "^4.0.0", - "mailto-link": "^2.0.0", - "minimist": "^1.2.8", - "ora": "^5.4.1", - "postcss": "^8.4.21", - "postcss-combine-duplicated-selectors": "^10.0.3", - "postcss-custom-media": "^9.1.2", - "postcss-import": "^15.1.0", - "postcss-map": "^0.11.0", - "postcss-minify": "^1.1.0", - "prop-types": "^15.8.1", - "react-bootstrap": "^1.6.5", - "react-colorful": "^5.6.1", - "react-dropzone": "^14.2.1", - "react-focus-on": "^3.5.4", - "react-loading-skeleton": "^3.1.0", - "react-popper": "^2.2.5", - "react-proptype-conditional-require": "^1.0.4", - "react-responsive": "^8.2.0", - "react-table": "^7.7.0", - "react-transition-group": "^4.4.2", - "sass": "^1.58.3", - "style-dictionary": "^3.7.1", - "tabbable": "^5.3.3", - "uncontrollable": "^7.2.1", - "uuid": "^9.0.0" - }, - "bin": { - "paragon": "bin/paragon-scripts.js" - }, - "peerDependencies": { - "react": "^16.8.6 || ^17.0.0", - "react-dom": "^16.8.6 || ^17.0.0", - "react-intl": "^5.25.1 || ^6.4.0" - } - }, "node_modules/@formatjs/ecma402-abstract": { "version": "1.11.4", "resolved": "https://registry.npmjs.org/@formatjs/ecma402-abstract/-/ecma402-abstract-1.11.4.tgz", @@ -263,6 +392,233 @@ "tslib": "^2.1.0" } }, + "node_modules/@isaacs/cliui": { + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", + "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", + "dev": true, + "dependencies": { + "string-width": "^5.1.2", + "string-width-cjs": "npm:string-width@^4.2.0", + "strip-ansi": "^7.0.1", + "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", + "wrap-ansi": "^8.1.0", + "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/@isaacs/cliui/node_modules/ansi-regex": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", + "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/@isaacs/cliui/node_modules/ansi-styles": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@isaacs/cliui/node_modules/emoji-regex": { + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", + "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", + "dev": true + }, + "node_modules/@isaacs/cliui/node_modules/string-width": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", + "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", + "dev": true, + "dependencies": { + "eastasianwidth": "^0.2.0", + "emoji-regex": "^9.2.2", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@isaacs/cliui/node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dev": true, + "dependencies": { + "ansi-regex": "^6.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + } + }, + "node_modules/@isaacs/cliui/node_modules/wrap-ansi": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", + "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", + "dev": true, + "dependencies": { + "ansi-styles": "^6.1.0", + "string-width": "^5.0.1", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/@jsonjoy.com/base64": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@jsonjoy.com/base64/-/base64-1.1.2.tgz", + "integrity": "sha512-q6XAnWQDIMA3+FTiOYajoYqySkO+JSat0ytXGSuRdq9uXE7o92gzuQwQM14xaCRlBLGq3v5miDGC4vkVTn54xA==", + "dev": true, + "engines": { + "node": ">=10.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/streamich" + }, + "peerDependencies": { + "tslib": "2" + } + }, + "node_modules/@jsonjoy.com/json-pack": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@jsonjoy.com/json-pack/-/json-pack-1.1.1.tgz", + "integrity": "sha512-osjeBqMJ2lb/j/M8NCPjs1ylqWIcTRTycIhVB5pt6LgzgeRSb0YRZ7j9RfA8wIUrsr/medIuhVyonXRZWLyfdw==", + "dev": true, + "dependencies": { + "@jsonjoy.com/base64": "^1.1.1", + "@jsonjoy.com/util": "^1.1.2", + "hyperdyperid": "^1.2.0", + "thingies": "^1.20.0" + }, + "engines": { + "node": ">=10.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/streamich" + }, + "peerDependencies": { + "tslib": "2" + } + }, + "node_modules/@jsonjoy.com/util": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@jsonjoy.com/util/-/util-1.5.0.tgz", + "integrity": "sha512-ojoNsrIuPI9g6o8UxhraZQSyF2ByJanAY4cTFbc8Mf2AXEF4aQRGY1dJxyJpuyav8r9FGflEt/Ff3u5Nt6YMPA==", + "dev": true, + "engines": { + "node": ">=10.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/streamich" + }, + "peerDependencies": { + "tslib": "2" + } + }, + "node_modules/@openedx/paragon": { + "version": "23.1.0", + "resolved": "https://registry.npmjs.org/@openedx/paragon/-/paragon-23.1.0.tgz", + "integrity": "sha512-pvNx8XumweNuSF4JWg/qG+/AQkFdeTRCRJYvErbR7tgHAGbnYbC1FoIVkYzRBw+Ed8lbhYjgFuDH+pJIG1MkTw==", + "dev": true, + "license": "Apache-2.0", + "workspaces": [ + "example", + "component-generator", + "www", + "icons", + "dependent-usage-analyzer" + ], + "dependencies": { + "@popperjs/core": "^2.11.4", + "@tokens-studio/sd-transforms": "^1.2.4", + "axios": "^0.27.2", + "bootstrap": "^4.6.2", + "chalk": "^4.1.2", + "child_process": "^1.0.2", + "chroma-js": "^2.4.2", + "classnames": "^2.3.1", + "cli-progress": "^3.12.0", + "commander": "^9.4.1", + "email-prop-type": "^3.0.0", + "file-selector": "^0.6.0", + "glob": "^8.0.3", + "inquirer": "^8.2.5", + "js-toml": "^1.0.0", + "lodash.uniqby": "^4.7.0", + "log-update": "^4.0.0", + "mailto-link": "^2.0.0", + "minimist": "^1.2.8", + "ora": "^5.4.1", + "postcss": "^8.4.21", + "postcss-combine-duplicated-selectors": "^10.0.3", + "postcss-custom-media": "^9.1.2", + "postcss-import": "^15.1.0", + "postcss-map": "^0.11.0", + "postcss-minify": "^1.1.0", + "prop-types": "^15.8.1", + "react-bootstrap": "^1.6.5", + "react-colorful": "^5.6.1", + "react-dropzone": "^14.2.1", + "react-focus-on": "^3.5.4", + "react-imask": "^7.1.3", + "react-loading-skeleton": "^3.1.0", + "react-popper": "^2.2.5", + "react-proptype-conditional-require": "^1.0.4", + "react-responsive": "^8.2.0", + "react-table": "^7.7.0", + "react-transition-group": "^4.4.2", + "sass": "^1.58.3", + "style-dictionary": "^4.0.1", + "tabbable": "^5.3.3", + "uncontrollable": "^7.2.1", + "uuid": "^9.0.0" + }, + "bin": { + "paragon": "bin/paragon-scripts.js" + }, + "peerDependencies": { + "react": "^16.8.6 || ^17.0.0", + "react-dom": "^16.8.6 || ^17.0.0", + "react-intl": "^5.25.1 || ^6.4.0" + } + }, + "node_modules/@pkgjs/parseargs": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", + "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", + "dev": true, + "optional": true, + "engines": { + "node": ">=14" + } + }, "node_modules/@popperjs/core": { "version": "2.11.7", "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.7.tgz", @@ -294,6 +650,32 @@ "react": ">=16.8.0" } }, + "node_modules/@tokens-studio/sd-transforms": { + "version": "1.2.9", + "resolved": "https://registry.npmjs.org/@tokens-studio/sd-transforms/-/sd-transforms-1.2.9.tgz", + "integrity": "sha512-doRL3tjhwmSck/9fH0X1mlBA6derw+8wpmi5hbG2vhAmvc8F89MxIN6JCKSIbVIJNvaprDVlQqSzXLG7Ug7F9A==", + "dev": true, + "dependencies": { + "@bundled-es-modules/deepmerge": "^4.3.1", + "@bundled-es-modules/postcss-calc-ast-parser": "^0.1.6", + "@tokens-studio/types": "^0.5.1", + "colorjs.io": "^0.4.3", + "expr-eval-fork": "^2.0.2", + "is-mergeable-object": "^1.1.1" + }, + "engines": { + "node": ">=18.0.0" + }, + "peerDependencies": { + "style-dictionary": "^4.1.4" + } + }, + "node_modules/@tokens-studio/types": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/@tokens-studio/types/-/types-0.5.1.tgz", + "integrity": "sha512-LdCF9ZH5ej4Gb6n58x5fTkhstxjXDZc1SWteMWY6EiddLQJVONMIgYOrWrf1extlkSLjagX8WS0B63bAqeltnA==", + "dev": true + }, "node_modules/@types/hoist-non-react-statics": { "version": "3.3.1", "resolved": "https://registry.npmjs.org/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz", @@ -349,6 +731,23 @@ "integrity": "sha512-t/Tvs5qR47OLOr+4E9ckN8AmP2Tf16gWq+/qA4iUGS/OOyHVO8wv2vjJuX8SNOUTJyWb+2t7wJm6cXILFnOROA==", "dev": true }, + "node_modules/@yarnpkg/lockfile": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz", + "integrity": "sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==", + "dev": true + }, + "node_modules/@zip.js/zip.js": { + "version": "2.7.54", + "resolved": "https://registry.npmjs.org/@zip.js/zip.js/-/zip.js-2.7.54.tgz", + "integrity": "sha512-qMrJVg2hoEsZJjMJez9yI2+nZlBUxgYzGV3mqcb2B/6T1ihXp0fWBDYlVHlHquuorgNUQP5a8qSmX6HF5rFJNg==", + "dev": true, + "engines": { + "bun": ">=0.7.0", + "deno": ">=1.0.0", + "node": ">=16.5.0" + } + }, "node_modules/ansi-escapes": { "version": "4.3.2", "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", @@ -422,6 +821,19 @@ "node": ">=10" } }, + "node_modules/assert": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/assert/-/assert-2.1.0.tgz", + "integrity": "sha512-eLHpSK/Y4nhMJ07gDaAzoX/XAKS8PSaojml3M0DM4JpV1LAi5JOJ/p6H/XWrl8L+DzVEvVCW1z3vWAaB9oTsQw==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "is-nan": "^1.3.2", + "object-is": "^1.1.5", + "object.assign": "^4.1.4", + "util": "^0.12.5" + } + }, "node_modules/assert-ok": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/assert-ok/-/assert-ok-1.0.0.tgz", @@ -437,6 +849,21 @@ "node": ">=8" } }, + "node_modules/asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", + "dev": true + }, + "node_modules/at-least-node": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz", + "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==", + "dev": true, + "engines": { + "node": ">= 4.0.0" + } + }, "node_modules/attr-accept": { "version": "2.2.2", "resolved": "https://registry.npmjs.org/attr-accept/-/attr-accept-2.2.2.tgz", @@ -446,6 +873,31 @@ "node": ">=4" } }, + "node_modules/available-typed-arrays": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz", + "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==", + "dev": true, + "dependencies": { + "possible-typed-array-names": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/axios": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.27.2.tgz", + "integrity": "sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==", + "dev": true, + "dependencies": { + "follow-redirects": "^1.14.9", + "form-data": "^4.0.0" + } + }, "node_modules/balanced-match": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", @@ -522,12 +974,12 @@ } }, "node_modules/braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", "dev": true, "dependencies": { - "fill-range": "^7.0.1" + "fill-range": "^7.1.1" }, "engines": { "node": ">=8" @@ -557,25 +1009,51 @@ "ieee754": "^1.1.13" } }, - "node_modules/camel-case": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz", - "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==", + "node_modules/call-bind": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz", + "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==", "dev": true, "dependencies": { - "pascal-case": "^3.1.2", - "tslib": "^2.0.3" + "call-bind-apply-helpers": "^1.0.0", + "es-define-property": "^1.0.0", + "get-intrinsic": "^1.2.4", + "set-function-length": "^1.2.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/capital-case": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/capital-case/-/capital-case-1.0.4.tgz", - "integrity": "sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==", + "node_modules/call-bind-apply-helpers": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.1.tgz", + "integrity": "sha512-BhYE+WDaywFg2TBWYNXAE+8B1ATnThNBqXHP5nQu0jWJdVvY2hvkpyB3qOmtmDePiS5/BDQ8wASEWGMWRG148g==", "dev": true, "dependencies": { - "no-case": "^3.0.4", - "tslib": "^2.0.3", - "upper-case-first": "^2.0.2" + "es-errors": "^1.3.0", + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/call-bound": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.3.tgz", + "integrity": "sha512-YTd+6wGlNlPxSuri7Y6X8tY2dmm12UMH66RpKMhiX6rsk5wXXnYgbUcOt8kiS31/AjfoTOvCsE+w8nZQLQnzHA==", + "dev": true, + "dependencies": { + "call-bind-apply-helpers": "^1.0.1", + "get-intrinsic": "^1.2.6" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, "node_modules/cast-array": { @@ -604,24 +1082,10 @@ } }, "node_modules/change-case": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/change-case/-/change-case-4.1.2.tgz", - "integrity": "sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==", - "dev": true, - "dependencies": { - "camel-case": "^4.1.2", - "capital-case": "^1.0.4", - "constant-case": "^3.0.4", - "dot-case": "^3.0.4", - "header-case": "^2.0.4", - "no-case": "^3.0.4", - "param-case": "^3.0.4", - "pascal-case": "^3.1.2", - "path-case": "^3.0.4", - "sentence-case": "^3.0.4", - "snake-case": "^3.0.4", - "tslib": "^2.0.3" - } + "version": "5.4.4", + "resolved": "https://registry.npmjs.org/change-case/-/change-case-5.4.4.tgz", + "integrity": "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==", + "dev": true }, "node_modules/chardet": { "version": "0.7.0", @@ -629,6 +1093,20 @@ "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==", "dev": true }, + "node_modules/chevrotain": { + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/chevrotain/-/chevrotain-11.0.3.tgz", + "integrity": "sha512-ci2iJH6LeIkvP9eJW6gpueU8cnZhv85ELY8w8WiFtNjMHA5ad6pQLaJo9mEly/9qUyCpvqX8/POVUTf18/HFdw==", + "dev": true, + "dependencies": { + "@chevrotain/cst-dts-gen": "11.0.3", + "@chevrotain/gast": "11.0.3", + "@chevrotain/regexp-to-ast": "11.0.3", + "@chevrotain/types": "11.0.3", + "@chevrotain/utils": "11.0.3", + "lodash-es": "4.17.21" + } + }, "node_modules/child_process": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/child_process/-/child_process-1.0.2.tgz", @@ -668,6 +1146,21 @@ "integrity": "sha512-U9eDw6+wt7V8z5NncY2jJfZa+hUH8XEj8FQHgFJTrUFnJfXYf4Ml4adI2vXZOjqRDpFWtYVWypDfZwnJ+HIR4A==", "dev": true }, + "node_modules/ci-info": { + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz", + "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/sibiraj-s" + } + ], + "engines": { + "node": ">=8" + } + }, "node_modules/classnames": { "version": "2.3.2", "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.3.2.tgz", @@ -746,6 +1239,24 @@ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true }, + "node_modules/colorjs.io": { + "version": "0.4.5", + "resolved": "https://registry.npmjs.org/colorjs.io/-/colorjs.io-0.4.5.tgz", + "integrity": "sha512-yCtUNCmge7llyfd/Wou19PMAcf5yC3XXhgFoAh6zsO2pGswhUPBaaUh8jzgHnXtXuZyFKzXZNAnyF5i+apICow==", + "dev": true + }, + "node_modules/combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "dev": true, + "dependencies": { + "delayed-stream": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, "node_modules/commander": { "version": "9.5.0", "resolved": "https://registry.npmjs.org/commander/-/commander-9.5.0.tgz", @@ -755,21 +1266,47 @@ "node": "^12.20.0 || >=14" } }, + "node_modules/component-emitter": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-2.0.0.tgz", + "integrity": "sha512-4m5s3Me2xxlVKG9PkZpQqHQR7bgpnN7joDMJ4yvVkVXngjoITG76IaZmzmywSeRTeTpc6N6r3H3+KyUurV8OYw==", + "dev": true, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/concat-map": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", "dev": true }, - "node_modules/constant-case": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/constant-case/-/constant-case-3.0.4.tgz", - "integrity": "sha512-I2hSBi7Vvs7BEuJDr5dDHfzb/Ruj3FyvFyh7KLilAjNQw3Be+xgqUBA2W6scVEcL0hL1dwPRtIqEPVUCKkSsyQ==", + "node_modules/core-js-pure": { + "version": "3.37.1", + "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.37.1.tgz", + "integrity": "sha512-J/r5JTHSmzTxbiYYrzXg9w1VpqrYt+gexenBE9pugeyhwPZTAEJddyiReJWsLO6uNQ8xJZFbod6XC7KKwatCiA==", + "dev": true, + "hasInstallScript": true, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/core-js" + } + }, + "node_modules/cross-spawn": { + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", "dev": true, "dependencies": { - "no-case": "^3.0.4", - "tslib": "^2.0.3", - "upper-case": "^2.0.2" + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, + "engines": { + "node": ">= 8" } }, "node_modules/css-mediaquery": { @@ -805,6 +1342,15 @@ "node": ">=0.10" } }, + "node_modules/deepmerge": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz", + "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/defaults": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz", @@ -814,7 +1360,50 @@ "clone": "^1.0.2" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/define-data-property": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", + "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", + "dev": true, + "dependencies": { + "es-define-property": "^1.0.0", + "es-errors": "^1.3.0", + "gopd": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/define-properties": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", + "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", + "dev": true, + "dependencies": { + "define-data-property": "^1.0.1", + "has-property-descriptors": "^1.0.0", + "object-keys": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", + "dev": true, + "engines": { + "node": ">=0.4.0" } }, "node_modules/dequal": { @@ -842,16 +1431,26 @@ "csstype": "^3.0.2" } }, - "node_modules/dot-case": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz", - "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==", + "node_modules/dunder-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", + "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==", "dev": true, "dependencies": { - "no-case": "^3.0.4", - "tslib": "^2.0.3" + "call-bind-apply-helpers": "^1.0.1", + "es-errors": "^1.3.0", + "gopd": "^1.2.0" + }, + "engines": { + "node": ">= 0.4" } }, + "node_modules/eastasianwidth": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", + "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", + "dev": true + }, "node_modules/email-prop-type": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/email-prop-type/-/email-prop-type-3.0.1.tgz", @@ -876,6 +1475,36 @@ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", "dev": true }, + "node_modules/es-define-property": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", + "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==", + "dev": true, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-errors": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", + "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", + "dev": true, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-object-atoms": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.0.0.tgz", + "integrity": "sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==", + "dev": true, + "dependencies": { + "es-errors": "^1.3.0" + }, + "engines": { + "node": ">= 0.4" + } + }, "node_modules/escape-string-regexp": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", @@ -898,6 +1527,21 @@ "node": ">=4" } }, + "node_modules/events": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", + "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", + "dev": true, + "engines": { + "node": ">=0.8.x" + } + }, + "node_modules/expr-eval-fork": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/expr-eval-fork/-/expr-eval-fork-2.0.2.tgz", + "integrity": "sha512-NaAnObPVwHEYrODd7Jzp3zzT9pgTAlUUL4MZiZu9XAYPDpx89cPsfyEImFb2XY0vQNbrqg2CG7CLiI+Rs3seaQ==", + "dev": true + }, "node_modules/external-editor": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz", @@ -940,9 +1584,9 @@ } }, "node_modules/fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", "dev": true, "dependencies": { "to-regex-range": "^5.0.1" @@ -960,6 +1604,15 @@ "node": ">=0.10.0" } }, + "node_modules/find-yarn-workspace-root": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/find-yarn-workspace-root/-/find-yarn-workspace-root-2.0.0.tgz", + "integrity": "sha512-1IMnbjt4KzsQfnhnzNd8wUEgXZ44IzZaZmnLYx7D5FZlaHt2gW20Cri8Q+E/t5tIj4+epTBub+2Zxu/vNILzqQ==", + "dev": true, + "dependencies": { + "micromatch": "^4.0.2" + } + }, "node_modules/focus-lock": { "version": "0.11.6", "resolved": "https://registry.npmjs.org/focus-lock/-/focus-lock-0.11.6.tgz", @@ -972,18 +1625,90 @@ "node": ">=10" } }, + "node_modules/follow-redirects": { + "version": "1.15.6", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz", + "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==", + "dev": true, + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/RubenVerborgh" + } + ], + "engines": { + "node": ">=4.0" + }, + "peerDependenciesMeta": { + "debug": { + "optional": true + } + } + }, + "node_modules/for-each": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz", + "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==", + "dev": true, + "dependencies": { + "is-callable": "^1.1.3" + } + }, + "node_modules/foreground-child": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.0.tgz", + "integrity": "sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==", + "dev": true, + "dependencies": { + "cross-spawn": "^7.0.0", + "signal-exit": "^4.0.1" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/foreground-child/node_modules/signal-exit": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", + "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", + "dev": true, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/form-data": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", + "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", + "dev": true, + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 6" + } + }, "node_modules/fs-extra": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", - "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", "dev": true, "dependencies": { + "at-least-node": "^1.0.0", "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", "universalify": "^2.0.0" }, "engines": { - "node": ">=12" + "node": ">=10" } }, "node_modules/fs.realpath": { @@ -1007,10 +1732,37 @@ } }, "node_modules/function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", - "dev": true + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/get-intrinsic": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.6.tgz", + "integrity": "sha512-qxsEs+9A+u85HhllWJJFicJfPDhRmjzoYdl64aMWW9yRIJmSyxdn8IEkuIM530/7T+lv0TIHd8L6Q/ra0tEoeA==", + "dev": true, + "dependencies": { + "call-bind-apply-helpers": "^1.0.1", + "dunder-proto": "^1.0.0", + "es-define-property": "^1.0.1", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.0.0", + "function-bind": "^1.1.2", + "gopd": "^1.2.0", + "has-symbols": "^1.1.0", + "hasown": "^2.0.2", + "math-intrinsics": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } }, "node_modules/get-nonce": { "version": "1.0.1", @@ -1052,6 +1804,18 @@ "node": ">= 6" } }, + "node_modules/gopd": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", + "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/graceful-fs": { "version": "4.2.11", "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", @@ -1079,14 +1843,55 @@ "node": ">=8" } }, - "node_modules/header-case": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/header-case/-/header-case-2.0.4.tgz", - "integrity": "sha512-H/vuk5TEEVZwrR0lp2zed9OCo1uAILMlx0JEMgC26rzyJJ3N1v6XkwHHXJQdR2doSjcGPM6OKPYoJgf0plJ11Q==", + "node_modules/has-property-descriptors": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", + "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", "dev": true, "dependencies": { - "capital-case": "^1.0.4", - "tslib": "^2.0.3" + "es-define-property": "^1.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-symbols": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", + "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-tostringtag": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", + "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", + "dev": true, + "dependencies": { + "has-symbols": "^1.0.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/hasown": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", + "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", + "dev": true, + "dependencies": { + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" } }, "node_modules/hoist-non-react-statics": { @@ -1099,6 +1904,15 @@ "react-is": "^16.7.0" } }, + "node_modules/hyperdyperid": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/hyperdyperid/-/hyperdyperid-1.2.0.tgz", + "integrity": "sha512-Y93lCzHYgGWdrJ66yIktxiaGULYc6oGiABxhcO5AufBeOyoIdZF7bIfLaOrbM0iGIOXQQgxxRrFEnb+Y6w1n4A==", + "dev": true, + "engines": { + "node": ">=10.18" + } + }, "node_modules/hyphenate-style-name": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/hyphenate-style-name/-/hyphenate-style-name-1.0.4.tgz", @@ -1137,6 +1951,18 @@ } ] }, + "node_modules/imask": { + "version": "7.6.1", + "resolved": "https://registry.npmjs.org/imask/-/imask-7.6.1.tgz", + "integrity": "sha512-sJlIFM7eathUEMChTh9Mrfw/IgiWgJqBKq2VNbyXvBZ7ev/IlO6/KQTKlV/Fm+viQMLrFLG/zCuudrLIwgK2dg==", + "dev": true, + "dependencies": { + "@babel/runtime-corejs3": "^7.24.4" + }, + "engines": { + "npm": ">=4.0.0" + } + }, "node_modules/immutable": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.0.tgz", @@ -1207,6 +2033,22 @@ "loose-envify": "^1.0.0" } }, + "node_modules/is-arguments": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.2.0.tgz", + "integrity": "sha512-7bVbi0huj/wrIAOzb8U1aszg9kdi3KN/CyU19CTI7tAoZYEZoL9yCDXpbXN+uPsuWnP02cyug1gleqq+TU+YCA==", + "dev": true, + "dependencies": { + "call-bound": "^1.0.2", + "has-tostringtag": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/is-binary-path": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", @@ -1219,6 +2061,18 @@ "node": ">=8" } }, + "node_modules/is-callable": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", + "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/is-core-module": { "version": "2.12.1", "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.12.1.tgz", @@ -1231,6 +2085,21 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/is-docker": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", + "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", + "dev": true, + "bin": { + "is-docker": "cli.js" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/is-extglob": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", @@ -1249,6 +2118,21 @@ "node": ">=8" } }, + "node_modules/is-generator-function": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.10.tgz", + "integrity": "sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==", + "dev": true, + "dependencies": { + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/is-glob": { "version": "4.0.3", "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", @@ -1270,6 +2154,28 @@ "node": ">=8" } }, + "node_modules/is-mergeable-object": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-mergeable-object/-/is-mergeable-object-1.1.1.tgz", + "integrity": "sha512-CPduJfuGg8h8vW74WOxHtHmtQutyQBzR+3MjQ6iDHIYdbOnm1YC7jv43SqCoU8OPGTJD4nibmiryA4kmogbGrA==", + "dev": true + }, + "node_modules/is-nan": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/is-nan/-/is-nan-1.3.2.tgz", + "integrity": "sha512-E+zBKpQ2t6MEo1VsonYmluk9NxGrbzpeeLC2xIViuO2EjU2xsXsBPwTr3Ykv9l08UYEVEdWeRZNouaZqF6RN0w==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.0", + "define-properties": "^1.1.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/is-number": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", @@ -1279,6 +2185,33 @@ "node": ">=0.12.0" } }, + "node_modules/is-plain-obj": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz", + "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-typed-array": { + "version": "1.1.14", + "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.14.tgz", + "integrity": "sha512-lQUsHzcTb7rH57dajbOuZEuMDXjs9f04ZloER4QOpjpKcaw4f98BRUrs8aiO9Z4G7i7B0Xhgarg6SCgYcYi8Nw==", + "dev": true, + "dependencies": { + "which-typed-array": "^1.1.16" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/is-unicode-supported": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", @@ -1291,12 +2224,45 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/is-wsl": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", + "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", + "dev": true, + "dependencies": { + "is-docker": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/isarray": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", "integrity": "sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==", "dev": true }, + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", + "dev": true + }, + "node_modules/jackspeak": { + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz", + "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==", + "dev": true, + "dependencies": { + "@isaacs/cliui": "^8.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + }, + "optionalDependencies": { + "@pkgjs/parseargs": "^0.11.0" + } + }, "node_modules/jquery": { "version": "3.6.4", "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.4.tgz", @@ -1310,6 +2276,16 @@ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", "dev": true }, + "node_modules/js-toml": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/js-toml/-/js-toml-1.0.0.tgz", + "integrity": "sha512-G757004huuG5Cjg8KUoVTS4zNRR4449KG8kjtFQS0yyQnceq3KfxcArThcqUV2cwdpd0C9I+e1WciK3Xm4cWJw==", + "dev": true, + "dependencies": { + "chevrotain": "^11.0.3", + "xregexp": "^5.1.1" + } + }, "node_modules/js-yaml": { "version": "3.14.1", "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", @@ -1323,6 +2299,31 @@ "js-yaml": "bin/js-yaml.js" } }, + "node_modules/json-stable-stringify": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.2.0.tgz", + "integrity": "sha512-ex8jk9BZHBolvbd5cRnAgwyaYcYB0qZldy1e+LCOdcF6+AUmVZ6LcGUMzsRTW83QMeu+GxZGrcLqxqrgfXGvIw==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.8", + "call-bound": "^1.0.3", + "isarray": "^2.0.5", + "jsonify": "^0.0.1", + "object-keys": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/json-stable-stringify/node_modules/isarray": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", + "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", + "dev": true + }, "node_modules/json5": { "version": "2.2.3", "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", @@ -1335,12 +2336,6 @@ "node": ">=6" } }, - "node_modules/jsonc-parser": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.0.tgz", - "integrity": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==", - "dev": true - }, "node_modules/jsonfile": { "version": "6.1.0", "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", @@ -1353,12 +2348,36 @@ "graceful-fs": "^4.1.6" } }, + "node_modules/jsonify": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.1.tgz", + "integrity": "sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/klaw-sync": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/klaw-sync/-/klaw-sync-6.0.0.tgz", + "integrity": "sha512-nIeuVSzdCCs6TDPTqI8w1Yre34sSq7AkZ4B3sfOBbI2CgVSB4Du4aLQijFU2+lhAFCwt9+42Hel6lQNIv6AntQ==", + "dev": true, + "dependencies": { + "graceful-fs": "^4.1.11" + } + }, "node_modules/lodash": { "version": "4.17.21", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", "dev": true }, + "node_modules/lodash-es": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz", + "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==", + "dev": true + }, "node_modules/lodash.uniqby": { "version": "4.7.0", "resolved": "https://registry.npmjs.org/lodash.uniqby/-/lodash.uniqby-4.7.0.tgz", @@ -1411,14 +2430,11 @@ "loose-envify": "cli.js" } }, - "node_modules/lower-case": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz", - "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==", - "dev": true, - "dependencies": { - "tslib": "^2.0.3" - } + "node_modules/lru-cache": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", + "dev": true }, "node_modules/mailto-link": { "version": "2.0.0", @@ -1444,6 +2460,68 @@ "css-mediaquery": "^0.1.2" } }, + "node_modules/math-intrinsics": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.0.0.tgz", + "integrity": "sha512-4MqMiKP90ybymYvsut0CH2g4XWbfLtmlCkXmtmdcDCxNB+mQcu1w/1+L/VD7vi/PSv7X2JYV7SCcR+jiPXnQtA==", + "dev": true, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/memfs": { + "version": "4.15.0", + "resolved": "https://registry.npmjs.org/memfs/-/memfs-4.15.0.tgz", + "integrity": "sha512-q9MmZXd2rRWHS6GU3WEm3HyiXZyyoA1DqdOhEq0lxPBmKb5S7IAOwX0RgUCwJfqjelDCySa5h8ujOy24LqsWcw==", + "dev": true, + "dependencies": { + "@jsonjoy.com/json-pack": "^1.0.3", + "@jsonjoy.com/util": "^1.3.0", + "tree-dump": "^1.0.1", + "tslib": "^2.0.0" + }, + "engines": { + "node": ">= 4.0.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/streamich" + } + }, + "node_modules/micromatch": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", + "dev": true, + "dependencies": { + "braces": "^3.0.3", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "dev": true, + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, "node_modules/mimic-fn": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", @@ -1474,6 +2552,15 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/minipass": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", + "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", + "dev": true, + "engines": { + "node": ">=16 || 14 >=14.17" + } + }, "node_modules/mute-stream": { "version": "0.0.8", "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz", @@ -1498,16 +2585,6 @@ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" } }, - "node_modules/no-case": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", - "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", - "dev": true, - "dependencies": { - "lower-case": "^2.0.2", - "tslib": "^2.0.3" - } - }, "node_modules/normalize-path": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", @@ -1532,6 +2609,61 @@ "integrity": "sha512-NahvP2vZcy1ZiiYah30CEPw0FpDcSkSePJBMpzl5EQgCmISijiGuJm3SPYp7U+Lf2TljyaIw3E5EgkEx/TNEVA==", "dev": true }, + "node_modules/object-inspect": { + "version": "1.13.3", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.3.tgz", + "integrity": "sha512-kDCGIbxkDSXE3euJZZXzc6to7fCrKHNI/hSRQnRuQ+BWjFNzZwiFF8fj/6o2t2G9/jTj8PSIYTfCLelLZEeRpA==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/object-is": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.6.tgz", + "integrity": "sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.7", + "define-properties": "^1.2.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", + "dev": true, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/object.assign": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.5.tgz", + "integrity": "sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.5", + "define-properties": "^1.2.1", + "has-symbols": "^1.0.3", + "object-keys": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/once": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", @@ -1556,6 +2688,22 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/open": { + "version": "7.4.2", + "resolved": "https://registry.npmjs.org/open/-/open-7.4.2.tgz", + "integrity": "sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==", + "dev": true, + "dependencies": { + "is-docker": "^2.0.0", + "is-wsl": "^2.1.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/ora": { "version": "5.4.1", "resolved": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz", @@ -1588,34 +2736,50 @@ "node": ">=0.10.0" } }, - "node_modules/param-case": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz", - "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==", - "dev": true, - "dependencies": { - "dot-case": "^3.0.4", - "tslib": "^2.0.3" - } + "node_modules/package-json-from-dist": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz", + "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==", + "dev": true }, - "node_modules/pascal-case": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz", - "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==", + "node_modules/patch-package": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/patch-package/-/patch-package-8.0.0.tgz", + "integrity": "sha512-da8BVIhzjtgScwDJ2TtKsfT5JFWz1hYoBl9rUQ1f38MC2HwnEIkK8VN3dKMKcP7P7bvvgzNDbfNHtx3MsQb5vA==", "dev": true, "dependencies": { - "no-case": "^3.0.4", - "tslib": "^2.0.3" + "@yarnpkg/lockfile": "^1.1.0", + "chalk": "^4.1.2", + "ci-info": "^3.7.0", + "cross-spawn": "^7.0.3", + "find-yarn-workspace-root": "^2.0.0", + "fs-extra": "^9.0.0", + "json-stable-stringify": "^1.0.2", + "klaw-sync": "^6.0.0", + "minimist": "^1.2.6", + "open": "^7.4.2", + "rimraf": "^2.6.3", + "semver": "^7.5.3", + "slash": "^2.0.0", + "tmp": "^0.0.33", + "yaml": "^2.2.2" + }, + "bin": { + "patch-package": "index.js" + }, + "engines": { + "node": ">=14", + "npm": ">5" } }, - "node_modules/path-case": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/path-case/-/path-case-3.0.4.tgz", - "integrity": "sha512-qO4qCFjXqVTrcbPt/hQfhTQ+VhFsqNKOPtytgNKkKxSoEp3XPUQ8ObFuePylOIok5gjn69ry8XiULxCwot3Wfg==", + "node_modules/path": { + "version": "0.12.7", + "resolved": "https://registry.npmjs.org/path/-/path-0.12.7.tgz", + "integrity": "sha512-aXXC6s+1w7otVF9UletFkFcDsJeO7lSZBPUQhtb5O0xJe8LtYhj/GxldoL09bBj9+ZmE2hNoHqQSFMN5fikh4Q==", "dev": true, "dependencies": { - "dot-case": "^3.0.4", - "tslib": "^2.0.3" + "process": "^0.11.1", + "util": "^0.10.3" } }, "node_modules/path-is-absolute": { @@ -1627,12 +2791,58 @@ "node": ">=0.10.0" } }, + "node_modules/path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "dev": true, + "engines": { + "node": ">=8" + } + }, "node_modules/path-parse": { "version": "1.0.7", "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", "dev": true }, + "node_modules/path-scurry": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", + "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", + "dev": true, + "dependencies": { + "lru-cache": "^10.2.0", + "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" + }, + "engines": { + "node": ">=16 || 14 >=14.18" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/path-unified": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/path-unified/-/path-unified-0.2.0.tgz", + "integrity": "sha512-MNKqvrKbbbb5p7XHXV6ZAsf/1f/yJQa13S/fcX0uua8ew58Tgc6jXV+16JyAbnR/clgCH+euKDxrF2STxMHdrg==", + "dev": true + }, + "node_modules/path/node_modules/inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==", + "dev": true + }, + "node_modules/path/node_modules/util": { + "version": "0.10.4", + "resolved": "https://registry.npmjs.org/util/-/util-0.10.4.tgz", + "integrity": "sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==", + "dev": true, + "dependencies": { + "inherits": "2.0.3" + } + }, "node_modules/picocolors": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", @@ -1672,6 +2882,15 @@ "url": "https://opencollective.com/popperjs" } }, + "node_modules/possible-typed-array-names": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz", + "integrity": "sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==", + "dev": true, + "engines": { + "node": ">= 0.4" + } + }, "node_modules/postcss": { "version": "8.4.24", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.24.tgz", @@ -1700,6 +2919,24 @@ "node": "^10 || ^12 || >=14" } }, + "node_modules/postcss-calc-ast-parser": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/postcss-calc-ast-parser/-/postcss-calc-ast-parser-0.1.4.tgz", + "integrity": "sha512-CebpbHc96zgFjGgdQ6BqBy6XIUgRx1xXWCAAk6oke02RZ5nxwo9KQejTg8y7uYEeI9kv8jKQPYjoe6REsY23vw==", + "dev": true, + "dependencies": { + "postcss-value-parser": "^3.3.1" + }, + "engines": { + "node": ">=6.5" + } + }, + "node_modules/postcss-calc-ast-parser/node_modules/postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", + "dev": true + }, "node_modules/postcss-combine-duplicated-selectors": { "version": "10.0.3", "resolved": "https://registry.npmjs.org/postcss-combine-duplicated-selectors/-/postcss-combine-duplicated-selectors-10.0.3.tgz", @@ -1829,6 +3066,30 @@ "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", "dev": true }, + "node_modules/prettier": { + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.2.tgz", + "integrity": "sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==", + "dev": true, + "bin": { + "prettier": "bin/prettier.cjs" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/prettier/prettier?sponsor=1" + } + }, + "node_modules/process": { + "version": "0.11.10", + "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", + "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==", + "dev": true, + "engines": { + "node": ">= 0.6.0" + } + }, "node_modules/prop-types": { "version": "15.8.1", "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", @@ -1853,6 +3114,27 @@ "react": ">=0.14.0" } }, + "node_modules/punycode": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", + "integrity": "sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==", + "dev": true + }, + "node_modules/qs": { + "version": "6.13.1", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.1.tgz", + "integrity": "sha512-EJPeIn0CYrGu+hli1xilKAPXODtJ12T0sP63Ijx2/khC2JtuaN3JyNIpvmnkmaEtha9ocbG4A4cMcr+TvqvwQg==", + "dev": true, + "dependencies": { + "side-channel": "^1.0.6" + }, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/query-string": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/query-string/-/query-string-7.0.1.tgz", @@ -2024,6 +3306,22 @@ } } }, + "node_modules/react-imask": { + "version": "7.6.1", + "resolved": "https://registry.npmjs.org/react-imask/-/react-imask-7.6.1.tgz", + "integrity": "sha512-vLNfzcCz62Yzx/GRGh5tiCph9Gbh2cZu+Tz8OiO5it2eNuuhpA0DWhhSlOtVtSJ80+Bx+vFK5De8eQ9AmbkXzA==", + "dev": true, + "dependencies": { + "imask": "^7.6.1", + "prop-types": "^15.8.1" + }, + "engines": { + "npm": ">=4.0.0" + }, + "peerDependencies": { + "react": ">=0.14.0" + } + }, "node_modules/react-intl": { "version": "5.25.1", "resolved": "https://registry.npmjs.org/react-intl/-/react-intl-5.25.1.tgz", @@ -2287,28 +3585,84 @@ "integrity": "sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==", "dev": true, "dependencies": { - "is-core-module": "^2.11.0", - "path-parse": "^1.0.7", - "supports-preserve-symlinks-flag": "^1.0.0" + "is-core-module": "^2.11.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/restore-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", + "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", + "dev": true, + "dependencies": { + "onetime": "^5.1.0", + "signal-exit": "^3.0.2" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/rimraf": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "deprecated": "Rimraf versions prior to v4 are no longer supported", + "dev": true, + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + } + }, + "node_modules/rimraf/node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/rimraf/node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "deprecated": "Glob versions prior to v9 are no longer supported", + "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" }, - "bin": { - "resolve": "bin/resolve" + "engines": { + "node": "*" }, "funding": { - "url": "https://github.com/sponsors/ljharb" + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/restore-cursor": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", - "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", + "node_modules/rimraf/node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, "dependencies": { - "onetime": "^5.1.0", - "signal-exit": "^3.0.2" + "brace-expansion": "^1.1.7" }, "engines": { - "node": ">=8" + "node": "*" } }, "node_modules/run-async": { @@ -2383,15 +3737,33 @@ "object-assign": "^4.1.1" } }, - "node_modules/sentence-case": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/sentence-case/-/sentence-case-3.0.4.tgz", - "integrity": "sha512-8LS0JInaQMCRoQ7YUytAo/xUu5W2XnQxV2HI/6uM6U7CITS1RqPElr30V6uIqyMKM9lJGRVFy5/4CuzcixNYSg==", + "node_modules/semver": { + "version": "7.6.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", + "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/set-function-length": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", + "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", "dev": true, "dependencies": { - "no-case": "^3.0.4", - "tslib": "^2.0.3", - "upper-case-first": "^2.0.2" + "define-data-property": "^1.1.4", + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.4", + "gopd": "^1.0.1", + "has-property-descriptors": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" } }, "node_modules/shallow-equal": { @@ -2400,12 +3772,114 @@ "integrity": "sha512-S4vJDjHHMBaiZuT9NPb616CSmLf618jawtv3sufLl6ivK8WocjAo58cXwbRV1cgqxH0Qbv+iUt6m05eqEa2IRA==", "dev": true }, + "node_modules/shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "dev": true, + "dependencies": { + "shebang-regex": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/side-channel": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz", + "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==", + "dev": true, + "dependencies": { + "es-errors": "^1.3.0", + "object-inspect": "^1.13.3", + "side-channel-list": "^1.0.0", + "side-channel-map": "^1.0.1", + "side-channel-weakmap": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/side-channel-list": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz", + "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==", + "dev": true, + "dependencies": { + "es-errors": "^1.3.0", + "object-inspect": "^1.13.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/side-channel-map": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz", + "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==", + "dev": true, + "dependencies": { + "call-bound": "^1.0.2", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.5", + "object-inspect": "^1.13.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/side-channel-weakmap": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz", + "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==", + "dev": true, + "dependencies": { + "call-bound": "^1.0.2", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.5", + "object-inspect": "^1.13.3", + "side-channel-map": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/signal-exit": { "version": "3.0.7", "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", "dev": true }, + "node_modules/slash": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", + "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==", + "dev": true, + "engines": { + "node": ">=6" + } + }, "node_modules/slice-ansi": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz", @@ -2423,16 +3897,6 @@ "url": "https://github.com/chalk/slice-ansi?sponsor=1" } }, - "node_modules/snake-case": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/snake-case/-/snake-case-3.0.4.tgz", - "integrity": "sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==", - "dev": true, - "dependencies": { - "dot-case": "^3.0.4", - "tslib": "^2.0.3" - } - }, "node_modules/source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", @@ -2466,6 +3930,15 @@ "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", "dev": true }, + "node_modules/stream": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/stream/-/stream-0.0.3.tgz", + "integrity": "sha512-aMsbn7VKrl4A2T7QAQQbzgN7NVc70vgF5INQrBXqn4dCXN1zy3L9HGgLO5s7PExmdrzTJ8uR/27aviW8or8/+A==", + "dev": true, + "dependencies": { + "component-emitter": "^2.0.0" + } + }, "node_modules/strict-uri-encode": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz", @@ -2498,6 +3971,21 @@ "node": ">=8" } }, + "node_modules/string-width-cjs": { + "name": "string-width", + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/strip-ansi": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", @@ -2510,37 +3998,57 @@ "node": ">=8" } }, + "node_modules/strip-ansi-cjs": { + "name": "strip-ansi", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/style-dictionary": { - "version": "3.7.2", - "resolved": "https://registry.npmjs.org/style-dictionary/-/style-dictionary-3.7.2.tgz", - "integrity": "sha512-Nd/qrPj1ikYX+sL/8PofMgfaJLRvGgT96Ty3dJLGNqtZmecVr3Xs+OZivMQEYmSCTiap/UyeV5SqwmAgn3/KKA==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/style-dictionary/-/style-dictionary-4.3.0.tgz", + "integrity": "sha512-bwasoBSGzIUzeZKR9HKD+qaTFzcVc3SAx+ziD41DAbDZ8OGFnfXfU3Nb3xdZb8VhxNKT21MowR5jOFvdJE9ayQ==", "dev": true, + "hasInstallScript": true, "dependencies": { - "chalk": "^4.0.0", - "change-case": "^4.1.2", + "@bundled-es-modules/deepmerge": "^4.3.1", + "@bundled-es-modules/glob": "^10.4.2", + "@bundled-es-modules/memfs": "^4.9.4", + "@zip.js/zip.js": "^2.7.44", + "chalk": "^5.3.0", + "change-case": "^5.3.0", "commander": "^8.3.0", - "fs-extra": "^10.0.0", - "glob": "^7.2.0", - "json5": "^2.2.0", - "jsonc-parser": "^3.0.0", - "lodash": "^4.17.15", - "tinycolor2": "^1.4.1" + "is-plain-obj": "^4.1.0", + "json5": "^2.2.2", + "patch-package": "^8.0.0", + "path-unified": "^0.2.0", + "prettier": "^3.3.3", + "tinycolor2": "^1.6.0" }, "bin": { - "style-dictionary": "bin/style-dictionary" + "style-dictionary": "bin/style-dictionary.js" }, "engines": { - "node": ">=12.0.0" + "node": ">=18.0.0" } }, - "node_modules/style-dictionary/node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "node_modules/style-dictionary/node_modules/chalk": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz", + "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==", "dev": true, - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" + "engines": { + "node": "^12.17.0 || ^14.13 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" } }, "node_modules/style-dictionary/node_modules/commander": { @@ -2552,38 +4060,6 @@ "node": ">= 12" } }, - "node_modules/style-dictionary/node_modules/glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "dev": true, - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/style-dictionary/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dev": true, - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, "node_modules/supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", @@ -2614,6 +4090,18 @@ "integrity": "sha512-QD9qKY3StfbZqWOPLp0++pOrAVb/HbUi5xCc8cUo4XjP19808oaMiDzn0leBY5mCespIBM0CIZePzZjgzR83kA==", "dev": true }, + "node_modules/thingies": { + "version": "1.21.0", + "resolved": "https://registry.npmjs.org/thingies/-/thingies-1.21.0.tgz", + "integrity": "sha512-hsqsJsFMsV+aD4s3CWKk85ep/3I9XzYV/IXaSouJMYIoDlgyi11cBhsqYe9/geRfB0YIikBQg6raRaM+nIMP9g==", + "dev": true, + "engines": { + "node": ">=10.18" + }, + "peerDependencies": { + "tslib": "^2" + } + }, "node_modules/through": { "version": "2.3.8", "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", @@ -2650,6 +4138,22 @@ "node": ">=8.0" } }, + "node_modules/tree-dump": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/tree-dump/-/tree-dump-1.0.2.tgz", + "integrity": "sha512-dpev9ABuLWdEubk+cIaI9cHwRNNDjkBBLXTwI4UCUFdQ5xXKqNXoK4FEciw/vxf+NQ7Cb7sGUyeUtORvHIdRXQ==", + "dev": true, + "engines": { + "node": ">=10.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/streamich" + }, + "peerDependencies": { + "tslib": "2" + } + }, "node_modules/tslib": { "version": "2.5.0", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz", @@ -2684,30 +4188,25 @@ } }, "node_modules/universalify": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", - "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", + "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", "dev": true, "engines": { "node": ">= 10.0.0" } }, - "node_modules/upper-case": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/upper-case/-/upper-case-2.0.2.tgz", - "integrity": "sha512-KgdgDGJt2TpuwBUIjgG6lzw2GWFRCW9Qkfkiv0DxqHHLYJHmtmdUIKcZd8rHgFSjopVTlw6ggzCm1b8MFQwikg==", - "dev": true, - "dependencies": { - "tslib": "^2.0.3" - } - }, - "node_modules/upper-case-first": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/upper-case-first/-/upper-case-first-2.0.2.tgz", - "integrity": "sha512-514ppYHBaKwfJRK/pNC6c/OxfGa0obSnAl106u97Ed0I625Nin96KAjttZF6ZL3e1XLtphxnqrOi9iWgm+u+bg==", + "node_modules/url": { + "version": "0.11.4", + "resolved": "https://registry.npmjs.org/url/-/url-0.11.4.tgz", + "integrity": "sha512-oCwdVC7mTuWiPyjLUz/COz5TLk6wgp0RCsN+wHZ2Ekneac9w8uuV0njcbbie2ME+Vs+d6duwmYuR3HgQXs1fOg==", "dev": true, "dependencies": { - "tslib": "^2.0.3" + "punycode": "^1.4.1", + "qs": "^6.12.3" + }, + "engines": { + "node": ">= 0.4" } }, "node_modules/use-callback-ref": { @@ -2753,6 +4252,19 @@ } } }, + "node_modules/util": { + "version": "0.12.5", + "resolved": "https://registry.npmjs.org/util/-/util-0.12.5.tgz", + "integrity": "sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==", + "dev": true, + "dependencies": { + "inherits": "^2.0.3", + "is-arguments": "^1.0.4", + "is-generator-function": "^1.0.7", + "is-typed-array": "^1.1.3", + "which-typed-array": "^1.1.2" + } + }, "node_modules/util-deprecate": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", @@ -2786,6 +4298,40 @@ "defaults": "^1.0.3" } }, + "node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/which-typed-array": { + "version": "1.1.16", + "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.16.tgz", + "integrity": "sha512-g+N+GAWiRj66DngFwHvISJd+ITsyphZvD1vChfVg6cEdnzy53GzB3oy0fUNlvhz7H7+MiqhYr26qxQShCpKTTQ==", + "dev": true, + "dependencies": { + "available-typed-arrays": "^1.0.7", + "call-bind": "^1.0.7", + "for-each": "^0.3.3", + "gopd": "^1.0.1", + "has-tostringtag": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/wrap-ansi": { "version": "6.2.0", "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", @@ -2800,11 +4346,50 @@ "node": ">=8" } }, + "node_modules/wrap-ansi-cjs": { + "name": "wrap-ansi", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, "node_modules/wrappy": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", "dev": true + }, + "node_modules/xregexp": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/xregexp/-/xregexp-5.1.1.tgz", + "integrity": "sha512-fKXeVorD+CzWvFs7VBuKTYIW63YD1e1osxwQ8caZ6o1jg6pDAbABDG54LCIq0j5cy7PjRvGIq6sef9DYPXpncg==", + "dev": true, + "dependencies": { + "@babel/runtime-corejs3": "^7.16.5" + } + }, + "node_modules/yaml": { + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.6.1.tgz", + "integrity": "sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg==", + "dev": true, + "bin": { + "yaml": "bin.mjs" + }, + "engines": { + "node": ">= 14" + } } } } diff --git a/package.json b/package.json index 27406c8d..2317caed 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,6 @@ "paragon:help": "paragon help" }, "devDependencies": { - "@edx/paragon": "22.0.0-alpha.13" + "@openedx/paragon": "^23.1.0" } } diff --git a/paragon/css/core/custom-media-breakpoints.css b/paragon/css/core/custom-media-breakpoints.css index 98d25f13..6e5037d7 100644 --- a/paragon/css/core/custom-media-breakpoints.css +++ b/paragon/css/core/custom-media-breakpoints.css @@ -1,6 +1,5 @@ /** - * IMPORTANT: This file is the result of assembling design tokens - * Do not edit directly - * Generated on Wed, 27 Mar 2024 14:31:16 GMT + * Do not edit directly, this file was auto-generated. while transforming design tokens. + * See /tokens/README.md for more details. */ diff --git a/paragon/css/core/index.css b/paragon/css/core/index.css index 4a993a98..c96dd6b4 100644 --- a/paragon/css/core/index.css +++ b/paragon/css/core/index.css @@ -1,2 +1,2 @@ -@import "custom-media-breakpoints.css"; @import "variables.css"; +@import "custom-media-breakpoints.css"; diff --git a/paragon/css/core/variables.css b/paragon/css/core/variables.css index df75dfd4..088a6b90 100644 --- a/paragon/css/core/variables.css +++ b/paragon/css/core/variables.css @@ -1,47 +1,50 @@ /** - * IMPORTANT: This file is the result of assembling design tokens - * Do not edit directly - * Generated on Wed, 27 Mar 2024 14:31:16 GMT + * Do not edit directly, this file was auto-generated. while transforming design tokens. + * See /tokens/README.md for more details. */ :root { - --pgn-typography-font-weight-lead: 400; - --pgn-typography-font-size-lead: 1.375rem; - --pgn-typography-font-size-small-x: 0.75rem; - --pgn-typography-font-size-small-base: 0.875rem; - --pgn-typography-font-family-monospace: "Roboto Mono", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; - --pgn-typography-font-family-sans-serif: "Inter", "Helvetica Neue", Arial, sans-serif; - --pgn-typography-display-weight-4: 700; - --pgn-typography-display-weight-3: 700; - --pgn-typography-display-weight-2: 700; - --pgn-typography-display-weight-1: 700; - --pgn-typography-headings-font-weight: 700; - --pgn-typography-btn-font-weight: 500; - --pgn-typography-badge-font-weight: 400; - --pgn-typography-badge-font-size: 0.75rem; - --pgn-spacing-grid-gutter-width: 64px; - --pgn-spacing-dropdown-padding-y-item: .625rem; - --pgn-spacing-dropdown-padding-y-base: .5rem; - --pgn-spacing-card-spacer-y: 1rem; - --pgn-spacing-card-spacer-x: 1.5rem; - --pgn-spacing-btn-focus-gap: 2px; - --pgn-size-popover-border-width: 0px; - --pgn-size-nav-pills-border-radius: 0; + --pgn-size-border-radius-base: 0.375rem; /* Default border radius. */ + --pgn-size-border-radius-lg: 0.375rem; /* Large border radius. */ + --pgn-size-border-radius-sm: 0.375rem; /* Small border radius. */ + --pgn-size-btn-border-radius-base: 0px; + --pgn-size-btn-border-radius-lg: 0px; + --pgn-size-btn-border-radius-sm: 0px; + --pgn-size-btn-focus-width: 2px; + --pgn-size-btn-focus-border-radius: 0px; + --pgn-size-dropdown-border-width: 0; + --pgn-size-form-input-radius-border-base: 0; + --pgn-size-form-input-radius-border-lg: 0; + --pgn-size-form-input-radius-border-sm: 0; --pgn-size-image-thumbnail-border-radius: 0; + --pgn-size-nav-pills-border-radius: 0; + --pgn-size-popover-border-width: 0px; + --pgn-size-caret-width: 0.3em; --pgn-size-input-btn-border-width: 1px; - --pgn-size-form-input-radius-border-sm: 0; - --pgn-size-form-input-radius-border-lg: 0; - --pgn-size-form-input-radius-border-base: 0; - --pgn-size-dropdown-border-width: 0; - --pgn-size-btn-focus-border-radius: 0px; - --pgn-size-btn-border-radius-sm: 0px; - --pgn-size-btn-border-radius-lg: 0px; - --pgn-size-btn-border-radius-base: 0px; - --pgn-size-border-radius-sm: .375rem; - --pgn-size-border-radius-lg: .375rem; - --pgn-size-border-radius-base: .375rem; - --pgn-typography-font-size-lg: calc(1.125rem * 1.25); - --pgn-typography-font-family-serif: "Inter", "Helvetica Neue", Arial, sans-serif; - --pgn-spacing-caret-vertical-align: calc(.3em * .67); - --pgn-spacing-caret-base: calc(.3em * 1); + --pgn-spacing-btn-focus-gap: 2px; + --pgn-spacing-card-spacer-x: 1.5rem; + --pgn-spacing-card-spacer-y: 1rem; + --pgn-spacing-dropdown-padding-y-base: 0.5rem; + --pgn-spacing-dropdown-padding-y-item: 0.625rem; + --pgn-spacing-grid-gutter-width: 64px; /* Grid gutter width value. */ + --pgn-typography-badge-font-size: 0.75rem; + --pgn-typography-badge-font-weight: 400; + --pgn-typography-btn-font-weight: 500; + --pgn-typography-headings-font-weight: 700; + --pgn-typography-font-family-sans-serif: "Inter", '"Helvetica Neue"', Arial, sans-serif; /* Sans-serif font family. */ + --pgn-typography-font-family-monospace: '"Roboto Mono"', SFMono-Regular, Menlo, Monaco, Consolas, '"Liberation Mono"', '"Courier New"', monospace; /* Monospace font family. */ + --pgn-typography-font-size-base: 1.125rem; /* Base font size. */ + --pgn-typography-font-size-small-base: 0.875rem; + --pgn-typography-font-size-small-x: 0.75rem; + --pgn-typography-font-size-lead: 1.375rem; + --pgn-typography-font-weight-lead: 400; /* Lead text font weight. */ + --pgn-typography-display-weight-1: 700px; + --pgn-typography-display-weight-2: 700px; + --pgn-typography-display-weight-3: 700px; + --pgn-typography-display-weight-4: 700px; + --pgn-spacing-btn-focus-border-gap: calc(var(--pgn-size-btn-focus-width) + var(--pgn-spacing-btn-focus-gap)); + --pgn-spacing-caret-base: calc(var(--pgn-size-caret-width) * 1); + --pgn-spacing-caret-vertical-align: calc(var(--pgn-size-caret-width) * .67); + --pgn-typography-font-family-serif: var(--pgn-typography-font-family-sans-serif); /* Serif font family. */ + --pgn-typography-font-size-lg: calc(var(--pgn-typography-font-size-base) * 1.25); /* Lead text font size. */ } diff --git a/paragon/css/themes/light/index.css b/paragon/css/themes/light/index.css index 0b94ebd1..2c8a9d31 100644 --- a/paragon/css/themes/light/index.css +++ b/paragon/css/themes/light/index.css @@ -1,2 +1 @@ @import "variables.css"; -@import "utility-classes.css"; diff --git a/paragon/css/themes/light/utility-classes.css b/paragon/css/themes/light/utility-classes.css deleted file mode 100644 index e69de29b..00000000 diff --git a/paragon/css/themes/light/variables.css b/paragon/css/themes/light/variables.css index 2e53263e..08f70617 100644 --- a/paragon/css/themes/light/variables.css +++ b/paragon/css/themes/light/variables.css @@ -1,304 +1,387 @@ /** - * IMPORTANT: This file is the result of assembling design tokens - * Do not edit directly - * Generated on Wed, 27 Mar 2024 14:31:16 GMT + * Do not edit directly, this file was auto-generated. while transforming design tokens. + * See /tokens/README.md for more details. */ :root { - --pgn-color-dark-base: #00262BFF; - --pgn-color-dark-700: #002121FF; - --pgn-color-dark-600: #002326FF; - --pgn-color-dark-400: #0E3639FF; - --pgn-color-dark-300: #2D494EFF; - --pgn-color-dark-200: #475B65FF; - --pgn-color-light-700: #D7D3D1FF; - --pgn-color-light-400: #EAE6E5FF; - --pgn-color-light-300: #F2F0EFFF; - --pgn-color-light-200: #FBFAF9FF; - --pgn-color-danger-900: #690E07FF; - --pgn-color-danger-700: #951C13FF; - --pgn-color-danger-300: #CA3A2FFF; - --pgn-color-danger-200: #F3AEA9FF; - --pgn-color-danger-100: #FCF1F4FF; - --pgn-color-warning-900: #7A6800FF; - --pgn-color-warning-700: #998200FF; - --pgn-color-warning-300: #F0CC00FF; - --pgn-color-warning-200: #FFEA75FF; - --pgn-color-warning-100: #FFFADBFF; - --pgn-color-info-900: #002F4AFF; - --pgn-color-info-700: #004972FF; - --pgn-color-info-300: #1C8DBEFF; - --pgn-color-info-200: #9CD2E6FF; - --pgn-color-info-100: #EFF8FAFF; - --pgn-color-success-900: #0F4D0FFF; - --pgn-color-success-700: #175B3CFF; - --pgn-color-success-300: #30A171FF; - --pgn-color-success-200: #BBE6D7FF; - --pgn-color-success-100: #F2FAF7FF; - --pgn-color-brand-base: #D23228FF; - --pgn-color-brand-700: #921108FF; - --pgn-color-primary-base: #00262BFF; - --pgn-color-primary-700: #002121FF; - --pgn-color-primary-600: #002326FF; - --pgn-color-primary-500: #00262BFF; - --pgn-color-primary-400: #0E3639FF; - --pgn-color-primary-300: #2D494EFF; - --pgn-color-accent-b: #F0CC00FF; - --pgn-color-accent-a: #03C7E8FF; - --pgn-color-yellow: #D6B600FF; - --pgn-color-green: #0D7D4DFF; - --pgn-color-red: #AB0D02FF; - --pgn-color-blue: #00688DFF; - --pgn-color-popover-header-bg: #00000000; - --pgn-color-btn-disabled-border-inverse-success: #00000000; - --pgn-color-btn-disabled-border-inverse-light: #00000000; - --pgn-color-btn-disabled-border-inverse-dark: #00000000; - --pgn-color-btn-border-warning: #00000000; - --pgn-color-btn-border-secondary: #00000000; - --pgn-color-btn-border-info: #00000000; - --pgn-color-btn-border-danger: #00000000; - --pgn-color-btn-border-brand: #00000000; - --pgn-other-btn-disabled-opacity: .4; - --pgn-elevation-box-shadow-level-4: 0px 8px 48px 0px rgba(0,0,0,0.15), 0px 20px 40px 0px rgba(0,0,0,0.15); - --pgn-elevation-box-shadow-level-3: 0px 8px 20px 0px rgba(0,0,0,0.15), 0px 10px 20px 0px rgba(0,0,0,0.15); - --pgn-elevation-box-shadow-level-2: 0px 4px 10px 0px rgba(0,0,0,0.15), 0px 8px 16px 0px rgba(0,0,0,0.15); - --pgn-elevation-box-shadow-level-1: 0px 2px 8px 0px rgba(0,0,0,0.15), 0px 2px 4px 0px rgba(0,0,0,0.15); - --pgn-elevation-image-thumbnail-box-shadow: none; + --pgn-size-btn-focus-width: 2px; + --pgn-size-input-btn-focus-width: 1px; + --pgn-spacing-input-btn-padding-y: 0.5625rem; --pgn-elevation-form-input-base: none; - --pgn-color-info-base: #00688DFF; - --pgn-color-tooltip-bg-base: #00262BFF; - --pgn-color-tooltip-light: #00262BFF; - --pgn-color-pagination-text-base: #00262BFF; - --pgn-color-link-hover: #004972FF; - --pgn-color-body-bg: #FFFFFFFF; - --pgn-color-form-input-focus-bg: #FFFFFFFF; - --pgn-color-form-input-bg-base: #FFFFFFFF; - --pgn-color-btn-disabled-border-inverse-outline-warning: #F2F0EFFF; - --pgn-color-btn-disabled-border-outline-warning: #F2F0EFFF; - --pgn-color-btn-disabled-border-inverse-outline-success: #F2F0EFFF; - --pgn-color-btn-disabled-border-outline-success: #F2F0EFFF; - --pgn-color-btn-disabled-border-inverse-outline-secondary: #F2F0EFFF; - --pgn-color-btn-disabled-border-outline-secondary: #F2F0EFFF; - --pgn-color-btn-disabled-border-inverse-outline-light: #FFFFFFFF; - --pgn-color-btn-disabled-border-inverse-outline-info: #F2F0EFFF; - --pgn-color-btn-disabled-border-outline-info: #F2F0EFFF; - --pgn-color-btn-disabled-border-inverse-outline-dark: #F2F0EFFF; - --pgn-color-btn-disabled-border-outline-dark: #F2F0EFFF; - --pgn-color-btn-disabled-border-inverse-outline-danger: #F2F0EFFF; - --pgn-color-btn-disabled-border-outline-danger: #F2F0EFFF; - --pgn-color-btn-disabled-border-outline-brand: #F2F0EFFF; - --pgn-color-btn-disabled-bg-outline-dark: #FFFFFFFF; - --pgn-color-btn-disabled-text-outline-secondary: #454545FF; - --pgn-color-btn-disabled-text-outline-primary: #00262BFF; - --pgn-color-btn-disabled-text-outline-info: #03C7E8FF; - --pgn-color-btn-disabled-text-outline-dark: #00262BFF; - --pgn-color-btn-disabled-text-inverse-danger: #AB0D02FF; - --pgn-color-btn-disabled-text-outline-danger: #AB0D02FF; - --pgn-color-btn-disabled-text-inverse-outline-brand: #F2F0EFFF; - --pgn-color-btn-disabled-text-outline-brand: #D23228FF; - --pgn-color-btn-focus-outline-inverse-outline-primary: #FFFFFFFF; - --pgn-color-btn-focus-outline-inverse-primary: #FFFFFFFF; - --pgn-color-btn-focus-outline-inverse-outline-brand: #FFFFFFFF; - --pgn-color-btn-focus-outline-inverse-brand: #FFFFFFFF; - --pgn-color-btn-focus-bg-inverse-success: #FFFFFFFF; - --pgn-color-btn-focus-bg-inverse-secondary: #FFFFFFFF; - --pgn-color-btn-focus-bg-secondary: #454545FF; - --pgn-color-btn-focus-bg-inverse-primary: #2D494EFF; - --pgn-color-btn-focus-bg-outline-primary: #00262BFF; - --pgn-color-btn-focus-bg-inverse-info: #FFFFFFFF; - --pgn-color-btn-focus-bg-inverse-dark: #FFFFFFFF; - --pgn-color-btn-focus-bg-dark: #00262BFF; - --pgn-color-btn-focus-bg-inverse-danger: #EBEBEBFF; - --pgn-color-btn-focus-bg-danger: #AB0D02FF; - --pgn-color-btn-focus-bg-inverse-outline-brand: #D23228FF; - --pgn-color-btn-focus-bg-outline-brand: #D23228FF; - --pgn-color-btn-focus-bg-inverse-brand: #921108FF; - --pgn-color-btn-focus-bg-brand: #D23228FF; - --pgn-color-btn-focus-border-inverse-primary: #2D494EFF; - --pgn-color-btn-focus-border-outline-primary: #00262BFF; - --pgn-color-btn-focus-text-outline-warning: #FFFFFFFF; - --pgn-color-btn-focus-text-outline-success: #FFFFFFFF; - --pgn-color-btn-focus-text-outline-secondary: #FFFFFFFF; - --pgn-color-btn-focus-text-inverse-secondary: #454545FF; - --pgn-color-btn-focus-text-inverse-outline-primary: #00262BFF; - --pgn-color-btn-focus-text-inverse-primary: #FFFFFFFF; - --pgn-color-btn-focus-text-outline-primary: #FFFFFFFF; - --pgn-color-btn-focus-text-outline-light: #FFFFFFFF; - --pgn-color-btn-focus-text-inverse-outline-info: #FFFFFFFF; - --pgn-color-btn-focus-text-outline-info: #FFFFFFFF; - --pgn-color-btn-focus-text-outline-dark: #FFFFFFFF; - --pgn-color-btn-focus-text-inverse-dark: #00262BFF; - --pgn-color-btn-focus-text-outline-danger: #FFFFFFFF; - --pgn-color-btn-focus-text-inverse-danger: #AB0D02FF; - --pgn-color-btn-focus-text-outline-brand: #FFFFFFFF; - --pgn-color-btn-focus-text-inverse-brand: #FFFFFFFF; - --pgn-color-btn-active-border-outline-warning: #F0CC00FF; - --pgn-color-btn-active-border-outline-info: #03C7E8FF; - --pgn-color-btn-active-border-outline-danger: #AB0D02FF; - --pgn-color-btn-active-border-outline-brand: #D23228FF; - --pgn-color-btn-active-bg-outline-warning: #F0CC00FF; - --pgn-color-btn-active-bg-inverse-tertiary: #2D494EFF; - --pgn-color-btn-active-bg-outline-secondary: #454545FF; - --pgn-color-btn-active-bg-inverse-primary: #2D494EFF; - --pgn-color-btn-active-bg-inverse-outline-primary: #FFFFFFFF; - --pgn-color-btn-active-bg-outline-info: #03C7E8FF; - --pgn-color-btn-active-bg-inverse-outline-dark: #FFFFFFFF; - --pgn-color-btn-active-bg-outline-danger: #AB0D02FF; - --pgn-color-btn-active-bg-danger: #690E07FF; - --pgn-color-btn-active-bg-inverse-brand: #921108FF; - --pgn-color-btn-active-text-inverse-outline-warning: #000000FF; - --pgn-color-btn-active-text-outline-warning: #FFFFFFFF; - --pgn-color-btn-active-text-inverse-outline-success: #00262BFF; - --pgn-color-btn-active-text-outline-secondary: #FFFFFFFF; - --pgn-color-btn-active-text-inverse-outline-primary: #00262BFF; - --pgn-color-btn-active-text-inverse-primary: #FFFFFFFF; - --pgn-color-btn-active-text-inverse-outline-light: #00262BFF; - --pgn-color-btn-active-text-outline-light: #FFFFFFFF; - --pgn-color-btn-active-text-inverse-outline-info: #00262BFF; - --pgn-color-btn-active-text-inverse-outline-dark: #00262BFF; - --pgn-color-btn-active-text-inverse-outline-danger: #00262BFF; - --pgn-color-btn-hover-border-outline-warning: #F0CC00FF; - --pgn-color-btn-hover-border-outline-primary: #00262BFF; - --pgn-color-btn-hover-border-primary: #2D494EFF; - --pgn-color-btn-hover-border-outline-info: #03C7E8FF; - --pgn-color-btn-hover-border-outline-danger: #AB0D02FF; - --pgn-color-btn-hover-border-outline-brand: #D23228FF; - --pgn-color-btn-hover-border-brand: #921108FF; - --pgn-color-btn-hover-bg-outline-warning: #F0CC00FF; - --pgn-color-btn-hover-bg-inverse-tertiary: #2D494EFF; - --pgn-color-btn-hover-bg-outline-secondary: #454545FF; - --pgn-color-btn-hover-bg-inverse-primary: #2D494EFF; - --pgn-color-btn-hover-bg-outline-primary: #00262BFF; - --pgn-color-btn-hover-bg-primary: #2D494EFF; - --pgn-color-btn-hover-bg-outline-info: #03C7E8FF; - --pgn-color-btn-hover-bg-outline-dark: #00262BFF; - --pgn-color-btn-hover-bg-outline-danger: #AB0D02FF; - --pgn-color-btn-hover-bg-inverse-outline-brand: #D23228FF; - --pgn-color-btn-hover-bg-outline-brand: #D23228FF; - --pgn-color-btn-hover-text-outline-warning: #FFFFFFFF; - --pgn-color-btn-hover-text-outline-success: #FFFFFFFF; - --pgn-color-btn-hover-text-outline-secondary: #FFFFFFFF; - --pgn-color-btn-hover-text-inverse-primary: #FFFFFFFF; - --pgn-color-btn-hover-text-outline-primary: #FFFFFFFF; - --pgn-color-btn-hover-text-outline-light: #FFFFFFFF; - --pgn-color-btn-hover-text-outline-info: #FFFFFFFF; - --pgn-color-btn-hover-text-outline-dark: #FFFFFFFF; - --pgn-color-btn-hover-text-outline-danger: #FFFFFFFF; - --pgn-color-btn-hover-text-inverse-outline-brand: #FFFFFFFF; - --pgn-color-btn-hover-text-outline-brand: #FFFFFFFF; - --pgn-color-btn-border-outline-warning: #F2F0EFFF; - --pgn-color-btn-border-outline-success: #F2F0EFFF; - --pgn-color-btn-border-success: #F2F0EFFF; - --pgn-color-btn-border-outline-secondary: #F2F0EFFF; - --pgn-color-btn-border-outline-primary: #F2F0EFFF; - --pgn-color-btn-border-outline-light: #F2F0EFFF; - --pgn-color-btn-border-outline-info: #F2F0EFFF; - --pgn-color-btn-border-outline-dark: #F2F0EFFF; - --pgn-color-btn-border-outline-danger: #F2F0EFFF; - --pgn-color-btn-border-inverse-outline-brand: #FFFFFFFF; - --pgn-color-btn-border-outline-brand: #F2F0EFFF; - --pgn-color-btn-bg-inverse-warning: #000000FF; - --pgn-color-btn-bg-warning: #F0CC00FF; - --pgn-color-btn-bg-outline-secondary: #FFFFFFFF; - --pgn-color-btn-bg-inverse-primary: #FFFFFFFF; - --pgn-color-btn-bg-outline-light: #FFFFFFFF; - --pgn-color-btn-bg-inverse-light: #000000FF; - --pgn-color-btn-bg-outline-info: #FFFFFFFF; - --pgn-color-btn-bg-info: #03C7E8FF; - --pgn-color-btn-bg-inverse-brand: #D23228FF; - --pgn-color-btn-text-warning: #000000FF; - --pgn-color-btn-text-light: #000000FF; - --pgn-color-btn-text-inverse-info: #03C7E8FF; - --pgn-color-btn-text-outline-info: #03C7E8FF; - --pgn-color-btn-text-inverse-brand: #FFFFFFFF; - --pgn-color-badge-bg-info: #03C7E8FF; - --pgn-color-theme-active-primary: #2D494EFF; - --pgn-color-theme-focus-gray: #454545FF; - --pgn-color-theme-focus-dark: #002121FF; - --pgn-color-theme-focus-light: #D7D3D1FF; - --pgn-color-theme-focus-danger: #951C13FF; - --pgn-color-theme-focus-warning: #998200FF; - --pgn-color-theme-focus-info: #004972FF; - --pgn-color-theme-focus-success: #175B3CFF; - --pgn-color-theme-focus-brand: #921108FF; - --pgn-color-theme-focus-primary: #002121FF; - --pgn-color-theme-bg-dark: #00262BFF; - --pgn-color-theme-bg-light: #E1DDDBFF; - --pgn-color-theme-bg-brand: #D23228FF; - --pgn-color-theme-bg-primary: #00262BFF; - --pgn-color-bg-active: #00262BFF; - --pgn-elevation-box-shadow-lg: 0px 8px 20px 0px rgba(0,0,0,0.15), 0px 10px 20px 0px rgba(0,0,0,0.15); - --pgn-elevation-box-shadow-sm: 0px 2px 8px 0px rgba(0,0,0,0.15), 0px 2px 4px 0px rgba(0,0,0,0.15); - --pgn-elevation-box-shadow-base: 0px 4px 10px 0px rgba(0,0,0,0.15), 0px 8px 16px 0px rgba(0,0,0,0.15); - --pgn-elevation-toast-box-shadow: 0px 8px 48px 0px rgba(0,0,0,0.15), 0px 20px 40px 0px rgba(0,0,0,0.15); - --pgn-elevation-popover-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.15), 0px 8px 16px 0px rgba(0,0,0,0.15); - --pgn-elevation-modal-content-box-shadow-sm-up: 0px 8px 20px 0px rgba(0,0,0,0.15), 0px 10px 20px 0px rgba(0,0,0,0.15); - --pgn-elevation-dropdown-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.15), 0px 8px 16px 0px rgba(0,0,0,0.15); - --pgn-color-link-base: #00688DFF; - --pgn-color-headings-base: #00262BFF; - --pgn-color-form-input-focus-border: #454545FF; - --pgn-color-form-input-base: #454545FF; - --pgn-color-btn-disabled-border-outline-primary: #F2F0EFFF; - --pgn-color-btn-disabled-border-outline-light: #F2F0EFFF; - --pgn-color-btn-disabled-bg-light: #E1DDDBFF; - --pgn-color-btn-disabled-text-outline-light: #E1DDDBFF; - --pgn-color-btn-disabled-text-inverse-info: #03C7E8FF; - --pgn-color-btn-focus-bg-inverse-warning: #000000FF; - --pgn-color-btn-focus-bg-outline-warning: #F0CC00FF; - --pgn-color-btn-focus-bg-warning: #F0CC00FF; - --pgn-color-btn-focus-bg-outline-secondary: #454545FF; - --pgn-color-btn-focus-bg-inverse-outline-primary: #FFFFFFFF; - --pgn-color-btn-focus-bg-primary: #2D494EFF; - --pgn-color-btn-focus-bg-inverse-light: #000000FF; - --pgn-color-btn-focus-bg-outline-light: #E1DDDBFF; - --pgn-color-btn-focus-bg-light: #E1DDDBFF; - --pgn-color-btn-focus-bg-outline-info: #03C7E8FF; - --pgn-color-btn-focus-bg-info: #03C7E8FF; - --pgn-color-btn-focus-bg-outline-dark: #00262BFF; - --pgn-color-btn-focus-bg-outline-danger: #AB0D02FF; - --pgn-color-btn-focus-border-outline-secondary: #454545FF; - --pgn-color-btn-focus-border-inverse-outline-primary: #FFFFFFFF; - --pgn-color-btn-focus-border-primary: #2D494EFF; - --pgn-color-btn-focus-border-inverse-outline-brand: #D23228FF; - --pgn-color-btn-focus-border-inverse-brand: #921108FF; - --pgn-color-btn-focus-border-outline-brand: #D23228FF; - --pgn-color-btn-focus-text-warning: #000000FF; - --pgn-color-btn-focus-text-tertiary: #454545FF; - --pgn-color-btn-focus-text-light: #000000FF; - --pgn-color-btn-active-border-outline-success: #0D7D4DFF; - --pgn-color-btn-active-border-outline-secondary: #454545FF; - --pgn-color-btn-active-border-outline-light: #E1DDDBFF; - --pgn-color-btn-active-border-danger: #690E07FF; - --pgn-color-btn-active-bg-outline-success: #0D7D4DFF; - --pgn-color-btn-active-bg-inverse-outline-light: #FDFDFDFF; - --pgn-color-btn-active-text-light: #000000FF; - --pgn-color-btn-hover-border-outline-success: #0D7D4DFF; - --pgn-color-btn-hover-border-outline-light: #E1DDDBFF; - --pgn-color-btn-hover-bg-outline-success: #0D7D4DFF; - --pgn-color-btn-hover-bg-inverse-outline-primary: #FFFFFFFF; - --pgn-color-btn-hover-bg-outline-light: #E1DDDBFF; - --pgn-color-btn-hover-text-light: #000000FF; - --pgn-color-btn-border-inverse-outline-primary: #707070FF; - --pgn-color-input-btn-focus: #00262BFF; - --pgn-color-btn-disabled-border-inverse-outline-primary: #707070FF; - --pgn-color-btn-disabled-text-inverse-warning: #D6B600FF; - --pgn-color-btn-disabled-text-outline-warning: #D6B600FF; - --pgn-color-btn-disabled-text-inverse-success: #0D7D4DFF; - --pgn-color-btn-disabled-text-outline-success: #0D7D4DFF; - --pgn-color-btn-focus-outline-outline-light: #E1DDDBFF; - --pgn-color-btn-focus-bg-outline-success: #0D7D4DFF; - --pgn-color-btn-focus-bg-success: #0D7D4DFF; - --pgn-color-btn-focus-border-outline-warning: #F0CC00FF; - --pgn-color-btn-focus-border-outline-light: #E1DDDBFF; - --pgn-color-btn-focus-border-light: #E1DDDBFF; - --pgn-color-btn-focus-border-outline-info: #03C7E8FF; - --pgn-color-btn-focus-border-outline-dark: #00262BFF; - --pgn-color-btn-focus-border-outline-danger: #AB0D02FF; - --pgn-color-btn-focus-text-inverse-warning: #D6B600FF; - --pgn-color-btn-focus-text-inverse-success: #0D7D4DFF; - --pgn-color-theme-focus-secondary: #373737FF; - --pgn-color-btn-focus-border-outline-success: #0D7D4DFF; - --pgn-color-btn-focus-border-success: #0D7D4DFF; - --pgn-other-content-form-feedback-icon-invalid: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23AB0D02FF' viewBox='2 2 20 20'%3e%3cpath d='M12,2 C17.5228475,2 22,6.4771525 22,12 C22,17.5228475 17.5228475,22 12,22 C6.4771525,22 2,17.5228475 2,12 C2,6.4771525 6.4771525,2 12,2 Z M13.25,15.5 L10.75,15.5 C10.6119288,15.5 10.5,15.6119288 10.5,15.75 L10.5,15.75 L10.5,18.25 C10.5,18.3880712 10.6119288,18.5 10.75,18.5 L10.75,18.5 L13.25,18.5 C13.3880712,18.5 13.5,18.3880712 13.5,18.25 L13.5,18.25 L13.5,15.75 C13.5,15.6119288 13.3880712,15.5 13.25,15.5 L13.25,15.5 Z M13.492539,5.5 L10.5001113,5.50010806 C10.3620998,5.50416722 10.2535099,5.61933826 10.2575691,5.75734976 L10.2575691,5.75734976 L10.4928632,13.7573498 C10.4968382,13.8925005 10.607546,14 10.7427552,14 L10.7427552,14 L13.2572448,14 C13.392454,14 13.5031618,13.8925005 13.5071368,13.7573498 L13.5071368,13.7573498 L13.7424309,5.75734976 L13.7424309,5.75734976 C13.742539,5.61192881 13.6306101,5.5 13.492539,5.5 L13.492539,5.5 Z' /%3e%3c/svg%3E"); + --pgn-elevation-image-thumbnail-box-shadow: none; + --pgn-elevation-box-shadow-level-1: 0px 2px 8px 0px rgba(0,0,0,0.15), 0px 2px 4px 0px rgba(0,0,0,0.15); /* Basic box shadow of level 1. */ + --pgn-elevation-box-shadow-level-2: 0px 4px 10px 0px rgba(0,0,0,0.15), 0px 8px 16px 0px rgba(0,0,0,0.15); /* Basic box shadow of level 2. */ + --pgn-elevation-box-shadow-level-3: 0px 8px 20px 0px rgba(0,0,0,0.15), 0px 10px 20px 0px rgba(0,0,0,0.15); /* Basic box shadow of level 3. */ + --pgn-elevation-box-shadow-level-4: 0px 8px 48px 0px rgba(0,0,0,0.15), 0px 20px 40px 0px rgba(0,0,0,0.15); /* Basic box shadow of level 4. */ + --pgn-other-btn-disabled-opacity: .4; + --pgn-color-btn-border-brand: #00000000; + --pgn-color-btn-border-danger: #00000000; + --pgn-color-btn-border-info: #00000000; + --pgn-color-btn-border-secondary: #00000000; + --pgn-color-btn-border-warning: #00000000; + --pgn-color-btn-disabled-border-inverse-dark: #00000000; + --pgn-color-btn-disabled-border-inverse-light: #00000000; + --pgn-color-btn-disabled-border-inverse-success: #00000000; + --pgn-color-popover-header-bg: #00000000; + --pgn-color-white: #FFFFFFFF; /* White color. */ + --pgn-color-black: #000000FF; /* Black color. */ + --pgn-color-blue: #00688DFF; /* Blue color. */ + --pgn-color-red: #AB0D02FF; /* Red color. */ + --pgn-color-green: #0D7D4DFF; /* Green color. */ + --pgn-color-yellow: #D6B600FF; /* Yellow color. */ + --pgn-color-accent-a: #03C7E8FF; /* Accent-A color. */ + --pgn-color-accent-b: #F0CC00FF; /* Accent-B color. */ + --pgn-color-gray-100: #EBEBEBFF; /* Gray color of level 100. */ + --pgn-color-gray-700: #454545FF; /* Gray color of level 700. */ + --pgn-color-gray-base: #707070FF; /* Basic gray color. */ + --pgn-color-primary-300: #2D494EFF; /* Primary color of level 300. */ + --pgn-color-primary-400: #0E3639FF; /* Primary color of level 400. */ + --pgn-color-primary-500: #00262BFF; /* Primary color of level 500. */ + --pgn-color-primary-600: #002326FF; /* Primary color of level 600. */ + --pgn-color-primary-700: #002121FF; /* Primary color of level 700. */ + --pgn-color-primary-base: #00262BFF; /* Basic primary color. */ + --pgn-color-brand-700: #921108FF; /* Brand color of level 700. */ + --pgn-color-brand-base: #D23228FF; /* Basic brand color. */ + --pgn-color-success-100: #F2FAF7FF; /* Success color of level 100. */ + --pgn-color-success-200: #BBE6D7FF; /* Success color of level 200. */ + --pgn-color-success-300: #30A171FF; /* Success color of level 300. */ + --pgn-color-success-700: #175B3CFF; /* Success color of level 700. */ + --pgn-color-success-900: #0F4D0FFF; /* Success color of level 900. */ + --pgn-color-info-100: #EFF8FAFF; /* Info color of level 100. */ + --pgn-color-info-200: #9CD2E6FF; /* Info color of level 200. */ + --pgn-color-info-300: #1C8DBEFF; /* Info color of level 300. */ + --pgn-color-info-700: #004972FF; /* Info color of level 700. */ + --pgn-color-info-900: #002F4AFF; /* Info color of level 900. */ + --pgn-color-warning-100: #FFFADBFF; /* Warning color of level 100. */ + --pgn-color-warning-200: #FFEA75FF; /* Warning color of level 200. */ + --pgn-color-warning-300: #F0CC00FF; /* Warning color of level 300. */ + --pgn-color-warning-700: #998200FF; /* Warning color of level 700. */ + --pgn-color-warning-900: #7A6800FF; /* Warning color of level 900. */ + --pgn-color-danger-100: #FCF1F4FF; /* Danger color of level 100. */ + --pgn-color-danger-200: #F3AEA9FF; /* Danger color of level 200. */ + --pgn-color-danger-300: #CA3A2FFF; /* Danger color of level 300. */ + --pgn-color-danger-700: #951C13FF; /* Danger color of level 700. */ + --pgn-color-danger-900: #690E07FF; /* Danger color of level 900. */ + --pgn-color-light-200: #FBFAF9FF; /* Light color of level 200. */ + --pgn-color-light-300: #F2F0EFFF; /* Light color of level 300. */ + --pgn-color-light-400: #EAE6E5FF; /* Light color of level 400. */ + --pgn-color-light-700: #D7D3D1FF; /* Light color of level 700. */ + --pgn-color-light-base: #E1DDDBFF; /* Basic light color. */ + --pgn-color-dark-200: #475B65FF; /* Dark color of level 200. */ + --pgn-color-dark-300: #2D494EFF; /* Dark color of level 300. */ + --pgn-color-dark-400: #0E3639FF; /* Dark color of level 400. */ + --pgn-color-dark-600: #002326FF; /* Dark color of level 600. */ + --pgn-color-dark-700: #002121FF; /* Info color of level 700. */ + --pgn-color-dark-base: #00262BFF; /* Basic dark color. */ + --pgn-spacing-form-input-padding-y-base: var(--pgn-spacing-input-btn-padding-y); + --pgn-elevation-dropdown-box-shadow: var(--pgn-elevation-box-shadow-level-2); + --pgn-elevation-modal-content-box-shadow-sm-up: var(--pgn-elevation-box-shadow-level-3); + --pgn-elevation-popover-box-shadow: var(--pgn-elevation-box-shadow-level-2); + --pgn-elevation-toast-box-shadow: var(--pgn-elevation-box-shadow-level-4); + --pgn-elevation-box-shadow-base: var(--pgn-elevation-box-shadow-level-2); /* Default box shadow. */ + --pgn-elevation-box-shadow-sm: var(--pgn-elevation-box-shadow-level-1); /* Small box shadow. */ + --pgn-elevation-box-shadow-lg: var(--pgn-elevation-box-shadow-level-3); /* Large box shadow. */ + --pgn-color-bg-active: var(--pgn-color-primary-base); /* Active background color. */ + --pgn-color-theme-bg-primary: var(--pgn-color-primary-base); /* Theme-specific primary background color. */ + --pgn-color-theme-bg-brand: var(--pgn-color-brand-base); /* Theme-specific brand background color. */ + --pgn-color-theme-bg-light: var(--pgn-color-light-base); /* Theme-specific light background color. */ + --pgn-color-theme-bg-dark: var(--pgn-color-dark-base); /* Theme-specific dark background color. */ + --pgn-color-theme-focus-primary: var(--pgn-color-primary-700); /* Theme-specific primary focus color. */ + --pgn-color-theme-focus-brand: var(--pgn-color-brand-700); /* Theme-specific brand focus color. */ + --pgn-color-theme-focus-success: var(--pgn-color-success-700); /* Theme-specific success focus color. */ + --pgn-color-theme-focus-info: var(--pgn-color-info-700); /* Theme-specific info focus color. */ + --pgn-color-theme-focus-warning: var(--pgn-color-warning-700); /* Theme-specific warning focus color. */ + --pgn-color-theme-focus-danger: var(--pgn-color-danger-700); /* Theme-specific danger focus color. */ + --pgn-color-theme-focus-light: var(--pgn-color-light-700); /* Theme-specific light focus color. */ + --pgn-color-theme-focus-dark: var(--pgn-color-dark-700); /* Theme-specific dark focus color. */ + --pgn-color-theme-focus-gray: var(--pgn-color-gray-700); /* Theme-specific gray focus color. */ + --pgn-color-theme-active-primary: var(--pgn-color-primary-300); /* Theme-specific primary active color. */ + --pgn-color-badge-bg-info: var(--pgn-color-accent-a); + --pgn-color-btn-text-inverse-brand: var(--pgn-color-white); + --pgn-color-btn-text-outline-info: var(--pgn-color-accent-a); + --pgn-color-btn-text-inverse-info: var(--pgn-color-accent-a); + --pgn-color-btn-text-light: var(--pgn-color-black); + --pgn-color-btn-text-tertiary: var(--pgn-color-gray-700); + --pgn-color-btn-text-warning: var(--pgn-color-black); + --pgn-color-btn-bg-inverse-brand: var(--pgn-color-brand-base); + --pgn-color-btn-bg-info: var(--pgn-color-accent-a); + --pgn-color-btn-bg-outline-info: var(--pgn-color-white); + --pgn-color-btn-bg-inverse-light: var(--pgn-color-black); + --pgn-color-btn-bg-outline-light: var(--pgn-color-white); + --pgn-color-btn-bg-inverse-primary: var(--pgn-color-white); + --pgn-color-btn-bg-outline-secondary: var(--pgn-color-white); + --pgn-color-btn-bg-warning: var(--pgn-color-accent-b); + --pgn-color-btn-bg-inverse-warning: var(--pgn-color-black); + --pgn-color-btn-border-outline-brand: var(--pgn-color-light-300); + --pgn-color-btn-border-inverse-outline-brand: var(--pgn-color-white); + --pgn-color-btn-border-outline-danger: var(--pgn-color-light-300); + --pgn-color-btn-border-outline-dark: var(--pgn-color-light-300); + --pgn-color-btn-border-outline-info: var(--pgn-color-light-300); + --pgn-color-btn-border-outline-light: var(--pgn-color-light-300); + --pgn-color-btn-border-outline-primary: var(--pgn-color-light-300); + --pgn-color-btn-border-outline-secondary: var(--pgn-color-light-300); + --pgn-color-btn-border-success: var(--pgn-color-light-300); + --pgn-color-btn-border-outline-success: var(--pgn-color-light-300); + --pgn-color-btn-border-outline-warning: var(--pgn-color-light-300); + --pgn-color-btn-hover-text-outline-brand: var(--pgn-color-white); + --pgn-color-btn-hover-text-inverse-outline-brand: var(--pgn-color-white); + --pgn-color-btn-hover-text-outline-danger: var(--pgn-color-white); + --pgn-color-btn-hover-text-outline-dark: var(--pgn-color-white); + --pgn-color-btn-hover-text-outline-info: var(--pgn-color-white); + --pgn-color-btn-hover-text-outline-light: var(--pgn-color-white); + --pgn-color-btn-hover-text-outline-primary: var(--pgn-color-white); + --pgn-color-btn-hover-text-inverse-primary: var(--pgn-color-white); + --pgn-color-btn-hover-text-outline-secondary: var(--pgn-color-white); + --pgn-color-btn-hover-text-outline-success: var(--pgn-color-white); + --pgn-color-btn-hover-text-outline-warning: var(--pgn-color-white); + --pgn-color-btn-hover-bg-outline-brand: var(--pgn-color-brand-base); + --pgn-color-btn-hover-bg-inverse-outline-brand: var(--pgn-color-brand-base); + --pgn-color-btn-hover-bg-outline-danger: var(--pgn-color-red); + --pgn-color-btn-hover-bg-outline-dark: var(--pgn-color-dark-base); + --pgn-color-btn-hover-bg-outline-info: var(--pgn-color-accent-a); + --pgn-color-btn-hover-bg-primary: var(--pgn-color-primary-300); + --pgn-color-btn-hover-bg-outline-primary: var(--pgn-color-primary-base); + --pgn-color-btn-hover-bg-inverse-primary: var(--pgn-color-primary-300); + --pgn-color-btn-hover-bg-outline-secondary: var(--pgn-color-gray-700); + --pgn-color-btn-hover-bg-inverse-tertiary: var(--pgn-color-primary-300); + --pgn-color-btn-hover-bg-outline-warning: var(--pgn-color-accent-b); + --pgn-color-btn-hover-border-brand: var(--pgn-color-brand-700); + --pgn-color-btn-hover-border-outline-brand: var(--pgn-color-brand-base); + --pgn-color-btn-hover-border-outline-danger: var(--pgn-color-red); + --pgn-color-btn-hover-border-outline-info: var(--pgn-color-accent-a); + --pgn-color-btn-hover-border-primary: var(--pgn-color-primary-300); + --pgn-color-btn-hover-border-outline-primary: var(--pgn-color-primary-base); + --pgn-color-btn-hover-border-outline-warning: var(--pgn-color-accent-b); + --pgn-color-btn-active-text-inverse-outline-danger: var(--pgn-color-primary-base); + --pgn-color-btn-active-text-inverse-outline-dark: var(--pgn-color-primary-base); + --pgn-color-btn-active-text-inverse-outline-info: var(--pgn-color-primary-base); + --pgn-color-btn-active-text-outline-light: var(--pgn-color-white); + --pgn-color-btn-active-text-inverse-outline-light: var(--pgn-color-primary-base); + --pgn-color-btn-active-text-inverse-primary: var(--pgn-color-white); + --pgn-color-btn-active-text-inverse-outline-primary: var(--pgn-color-primary-base); + --pgn-color-btn-active-text-outline-secondary: var(--pgn-color-white); + --pgn-color-btn-active-text-inverse-outline-success: var(--pgn-color-primary-base); + --pgn-color-btn-active-text-outline-warning: var(--pgn-color-white); + --pgn-color-btn-active-text-inverse-outline-warning: var(--pgn-color-black); + --pgn-color-btn-active-bg-inverse-brand: var(--pgn-color-brand-700); + --pgn-color-btn-active-bg-danger: var(--pgn-color-danger-900); + --pgn-color-btn-active-bg-outline-danger: var(--pgn-color-red); + --pgn-color-btn-active-bg-inverse-outline-dark: var(--pgn-color-white); + --pgn-color-btn-active-bg-outline-info: var(--pgn-color-accent-a); + --pgn-color-btn-active-bg-inverse-outline-primary: var(--pgn-color-white); + --pgn-color-btn-active-bg-inverse-primary: var(--pgn-color-primary-300); + --pgn-color-btn-active-bg-outline-secondary: var(--pgn-color-gray-700); + --pgn-color-btn-active-bg-inverse-tertiary: var(--pgn-color-primary-300); + --pgn-color-btn-active-bg-outline-warning: var(--pgn-color-accent-b); + --pgn-color-btn-active-border-outline-brand: var(--pgn-color-brand-base); + --pgn-color-btn-active-border-outline-danger: var(--pgn-color-red); + --pgn-color-btn-active-border-outline-info: var(--pgn-color-accent-a); + --pgn-color-btn-active-border-outline-warning: var(--pgn-color-accent-b); + --pgn-color-btn-focus-text-inverse-brand: var(--pgn-color-white); + --pgn-color-btn-focus-text-outline-brand: var(--pgn-color-white); + --pgn-color-btn-focus-text-inverse-danger: var(--pgn-color-red); + --pgn-color-btn-focus-text-outline-danger: var(--pgn-color-white); + --pgn-color-btn-focus-text-inverse-dark: var(--pgn-color-dark-base); + --pgn-color-btn-focus-text-outline-dark: var(--pgn-color-white); + --pgn-color-btn-focus-text-outline-info: var(--pgn-color-white); + --pgn-color-btn-focus-text-inverse-outline-info: var(--pgn-color-white); + --pgn-color-btn-focus-text-outline-light: var(--pgn-color-white); + --pgn-color-btn-focus-text-outline-primary: var(--pgn-color-white); + --pgn-color-btn-focus-text-inverse-primary: var(--pgn-color-white); + --pgn-color-btn-focus-text-inverse-outline-primary: var(--pgn-color-primary-base); + --pgn-color-btn-focus-text-inverse-secondary: var(--pgn-color-gray-700); + --pgn-color-btn-focus-text-outline-secondary: var(--pgn-color-white); + --pgn-color-btn-focus-text-outline-success: var(--pgn-color-white); + --pgn-color-btn-focus-text-outline-warning: var(--pgn-color-white); + --pgn-color-btn-focus-border-outline-primary: var(--pgn-color-primary-base); + --pgn-color-btn-focus-border-inverse-primary: var(--pgn-color-primary-300); + --pgn-color-btn-focus-bg-brand: var(--pgn-color-brand-base); + --pgn-color-btn-focus-bg-inverse-brand: var(--pgn-color-brand-700); + --pgn-color-btn-focus-bg-outline-brand: var(--pgn-color-brand-base); + --pgn-color-btn-focus-bg-inverse-outline-brand: var(--pgn-color-brand-base); + --pgn-color-btn-focus-bg-danger: var(--pgn-color-red); + --pgn-color-btn-focus-bg-inverse-danger: var(--pgn-color-gray-100); + --pgn-color-btn-focus-bg-dark: var(--pgn-color-dark-base); + --pgn-color-btn-focus-bg-inverse-dark: var(--pgn-color-white); + --pgn-color-btn-focus-bg-inverse-info: var(--pgn-color-white); + --pgn-color-btn-focus-bg-outline-primary: var(--pgn-color-primary-base); + --pgn-color-btn-focus-bg-inverse-primary: var(--pgn-color-primary-300); + --pgn-color-btn-focus-bg-secondary: var(--pgn-color-gray-700); + --pgn-color-btn-focus-bg-inverse-secondary: var(--pgn-color-white); + --pgn-color-btn-focus-bg-inverse-success: var(--pgn-color-white); + --pgn-color-btn-focus-outline-inverse-brand: var(--pgn-color-white); + --pgn-color-btn-focus-outline-inverse-outline-brand: var(--pgn-color-white); + --pgn-color-btn-focus-outline-inverse-primary: var(--pgn-color-white); + --pgn-color-btn-focus-outline-inverse-outline-primary: var(--pgn-color-white); + --pgn-color-btn-disabled-text-outline-brand: var(--pgn-color-brand-base); + --pgn-color-btn-disabled-text-inverse-outline-brand: var(--pgn-color-light-300); + --pgn-color-btn-disabled-text-outline-danger: var(--pgn-color-red); + --pgn-color-btn-disabled-text-inverse-danger: var(--pgn-color-red); + --pgn-color-btn-disabled-text-outline-dark: var(--pgn-color-primary-500); + --pgn-color-btn-disabled-text-outline-info: var(--pgn-color-accent-a); + --pgn-color-btn-disabled-text-outline-primary: var(--pgn-color-primary-base); + --pgn-color-btn-disabled-text-outline-secondary: var(--pgn-color-gray-700); + --pgn-color-btn-disabled-bg-outline-dark: var(--pgn-color-white); + --pgn-color-btn-disabled-border-outline-brand: var(--pgn-color-light-300); + --pgn-color-btn-disabled-border-outline-danger: var(--pgn-color-light-300); + --pgn-color-btn-disabled-border-inverse-outline-danger: var(--pgn-color-light-300); + --pgn-color-btn-disabled-border-outline-dark: var(--pgn-color-light-300); + --pgn-color-btn-disabled-border-inverse-outline-dark: var(--pgn-color-light-300); + --pgn-color-btn-disabled-border-outline-info: var(--pgn-color-light-300); + --pgn-color-btn-disabled-border-inverse-outline-info: var(--pgn-color-light-300); + --pgn-color-btn-disabled-border-inverse-outline-light: var(--pgn-color-white); + --pgn-color-btn-disabled-border-outline-secondary: var(--pgn-color-light-300); + --pgn-color-btn-disabled-border-inverse-outline-secondary: var(--pgn-color-light-300); + --pgn-color-btn-disabled-border-outline-success: var(--pgn-color-light-300); + --pgn-color-btn-disabled-border-inverse-outline-success: var(--pgn-color-light-300); + --pgn-color-btn-disabled-border-outline-warning: var(--pgn-color-light-300); + --pgn-color-btn-disabled-border-inverse-outline-warning: var(--pgn-color-light-300); + --pgn-color-form-input-bg-base: var(--pgn-color-white); + --pgn-color-form-input-focus-bg: var(--pgn-color-white); + --pgn-color-pagination-text-base: var(--pgn-color-primary-base); + --pgn-color-tooltip-light: var(--pgn-color-primary-base); + --pgn-color-tooltip-bg-base: var(--pgn-color-primary-base); + --pgn-color-body-base: var(--pgn-color-gray-700); + --pgn-color-body-bg: var(--pgn-color-white); + --pgn-color-link-hover: var(--pgn-color-info-700); + --pgn-color-gray-500: var(--pgn-color-gray-base); /* Gray color of level 500. */ + --pgn-color-secondary-base: var(--pgn-color-gray-700); /* Basic secondary color. */ + --pgn-color-success-base: var(--pgn-color-green); /* Basic success color. */ + --pgn-color-info-base: var(--pgn-color-blue); /* Basic info color. */ + --pgn-color-warning-base: var(--pgn-color-yellow); /* Basic warning color. */ + --pgn-color-danger-base: var(--pgn-color-red); /* Basic danger color. */ + --pgn-color-light-100: #FDFDFDFF; /* Light color of level 100. */ + --pgn-color-dark-500: var(--pgn-color-dark-base); /* Dark color of level 500. */ + --pgn-color-action-default-gray-100: #D2D2D2FF; + --pgn-color-action-default-gray-700: #2B2B2BFF; + --pgn-color-action-default-gray-base: #575757FF; + --pgn-color-action-default-primary-300: #1A2B2EFF; + --pgn-color-action-default-primary-400: #040F10FF; + --pgn-color-action-default-primary-500: #000000FF; + --pgn-color-action-default-primary-600: #000000FF; + --pgn-color-action-default-primary-700: #000000FF; + --pgn-color-action-default-primary-base: #000000FF; + --pgn-color-action-default-brand-700: #620B05FF; + --pgn-color-action-default-brand-base: #A72820FF; + --pgn-color-action-default-success-100: #CDECE0FF; + --pgn-color-action-default-success-200: #96D8C1FF; + --pgn-color-action-default-success-300: #247A55FF; + --pgn-color-action-default-success-700: #0D3221FF; + --pgn-color-action-default-success-900: #072207FF; + --pgn-color-action-default-info-100: #C8E7EEFF; + --pgn-color-action-default-info-200: #73BFDCFF; + --pgn-color-action-default-info-300: #156C92FF; + --pgn-color-action-default-info-700: #00283FFF; + --pgn-color-action-default-info-900: #000F17FF; + --pgn-color-action-default-warning-100: #FFF3A8FF; + --pgn-color-action-default-warning-200: #FFE242FF; + --pgn-color-action-default-warning-300: #BDA100FF; + --pgn-color-action-default-warning-700: #665700FF; + --pgn-color-action-default-warning-900: #473D00FF; + --pgn-color-action-default-danger-100: #F3C7D3FF; + --pgn-color-action-default-danger-200: #ED847CFF; + --pgn-color-action-default-danger-300: #A12E25FF; + --pgn-color-action-default-danger-700: #68130DFF; + --pgn-color-action-default-danger-900: #390804FF; + --pgn-color-action-default-light-200: #E7E1DAFF; + --pgn-color-action-default-light-300: #DBD6D3FF; + --pgn-color-action-default-light-400: #D3CBC9FF; + --pgn-color-action-default-light-700: #BFB9B6FF; + --pgn-color-action-default-light-base: #CAC3BFFF; + --pgn-color-action-default-dark-200: #324047FF; + --pgn-color-action-default-dark-300: #1A2B2EFF; + --pgn-color-action-default-dark-400: #040F10FF; + --pgn-color-action-default-dark-600: #000000FF; + --pgn-color-action-default-dark-700: #000000FF; + --pgn-color-action-default-dark-base: #000000FF; + --pgn-color-action-default-accent-a: #029CB6FF; + --pgn-color-action-default-accent-b: #BDA100FF; + --pgn-color-input-btn-focus: var(--pgn-color-bg-active); + --pgn-color-btn-text-inverse-success: var(--pgn-color-success-base); + --pgn-color-btn-text-inverse-warning: var(--pgn-color-warning-base); + --pgn-color-btn-bg-success: var(--pgn-color-success-base); + --pgn-color-btn-border-inverse-outline-primary: var(--pgn-color-gray-500); + --pgn-color-btn-hover-text-light: var(--pgn-color-btn-text-light); + --pgn-color-btn-hover-bg-outline-light: var(--pgn-color-theme-bg-light); + --pgn-color-btn-hover-bg-inverse-outline-primary: var(--pgn-color-btn-active-bg-inverse-outline-primary); + --pgn-color-btn-hover-bg-outline-success: var(--pgn-color-success-base); + --pgn-color-btn-hover-border-outline-light: var(--pgn-color-theme-bg-light); + --pgn-color-btn-hover-border-outline-success: var(--pgn-color-success-base); + --pgn-color-btn-active-text-light: var(--pgn-color-btn-text-light); + --pgn-color-btn-active-bg-inverse-outline-light: var(--pgn-color-light-100); + --pgn-color-btn-active-bg-outline-success: var(--pgn-color-success-base); + --pgn-color-btn-active-border-danger: var(--pgn-color-btn-active-bg-danger); + --pgn-color-btn-active-border-outline-light: var(--pgn-color-theme-bg-light); + --pgn-color-btn-active-border-outline-secondary: var(--pgn-color-btn-active-bg-outline-secondary); + --pgn-color-btn-active-border-outline-success: var(--pgn-color-success-base); + --pgn-color-btn-focus-text-light: var(--pgn-color-btn-text-light); + --pgn-color-btn-focus-text-tertiary: var(--pgn-color-btn-text-tertiary); + --pgn-color-btn-focus-text-warning: var(--pgn-color-btn-text-warning); + --pgn-color-btn-focus-border-outline-brand: var(--pgn-color-btn-focus-bg-outline-brand); + --pgn-color-btn-focus-border-inverse-brand: var(--pgn-color-btn-focus-bg-inverse-brand); + --pgn-color-btn-focus-border-inverse-outline-brand: var(--pgn-color-btn-focus-bg-inverse-outline-brand); + --pgn-color-btn-focus-border-primary: var(--pgn-color-btn-hover-bg-primary); + --pgn-color-btn-focus-border-inverse-outline-primary: var(--pgn-color-btn-active-bg-inverse-outline-primary); + --pgn-color-btn-focus-border-outline-secondary: var(--pgn-color-btn-active-bg-outline-secondary); + --pgn-color-btn-focus-bg-outline-danger: var(--pgn-color-btn-active-bg-outline-danger); + --pgn-color-btn-focus-bg-outline-dark: var(--pgn-color-btn-hover-bg-outline-dark); + --pgn-color-btn-focus-bg-info: var(--pgn-color-btn-bg-info); + --pgn-color-btn-focus-bg-outline-info: var(--pgn-color-btn-active-bg-outline-info); + --pgn-color-btn-focus-bg-light: var(--pgn-color-theme-bg-light); + --pgn-color-btn-focus-bg-outline-light: var(--pgn-color-theme-bg-light); + --pgn-color-btn-focus-bg-inverse-light: var(--pgn-color-btn-bg-inverse-light); + --pgn-color-btn-focus-bg-primary: var(--pgn-color-btn-hover-bg-primary); + --pgn-color-btn-focus-bg-inverse-outline-primary: var(--pgn-color-btn-active-bg-inverse-outline-primary); + --pgn-color-btn-focus-bg-outline-secondary: var(--pgn-color-btn-active-bg-outline-secondary); + --pgn-color-btn-focus-bg-warning: var(--pgn-color-btn-bg-warning); + --pgn-color-btn-focus-bg-outline-warning: var(--pgn-color-btn-hover-bg-outline-warning); + --pgn-color-btn-focus-bg-inverse-warning: var(--pgn-color-btn-bg-inverse-warning); + --pgn-color-btn-disabled-text-inverse-info: var(--pgn-color-btn-text-inverse-info); + --pgn-color-btn-disabled-text-outline-light: var(--pgn-color-theme-bg-light); + --pgn-color-btn-disabled-bg-light: var(--pgn-color-theme-bg-light); + --pgn-color-btn-disabled-border-outline-light: var(--pgn-color-btn-border-outline-light); + --pgn-color-btn-disabled-border-outline-primary: var(--pgn-color-btn-border-outline-primary); + --pgn-color-form-input-base: var(--pgn-color-body-base); + --pgn-color-form-input-focus-border: var(--pgn-color-body-base); + --pgn-color-form-feedback-valid: var(--pgn-color-success-base); + --pgn-color-form-feedback-invalid: var(--pgn-color-danger-base); + --pgn-color-headings-base: var(--pgn-color-dark-500); + --pgn-color-link-base: var(--pgn-color-info-base); + --pgn-color-secondary-700: #373737FF; /* Secondary color of level 700. */ + --pgn-color-success-500: var(--pgn-color-success-base); /* Success color of level 500. */ + --pgn-color-warning-500: var(--pgn-color-warning-base); /* Warning color of level 500. */ + --pgn-color-action-default-gray-500: #575757FF; + --pgn-color-action-default-secondary-base: #2B2B2BFF; + --pgn-color-action-default-success-base: #084F31FF; + --pgn-color-action-default-info-base: #00425AFF; + --pgn-color-action-default-warning-base: #A38B00FF; + --pgn-color-action-default-danger-base: #790901FF; + --pgn-color-action-default-light-100: #E4E4E4FF; + --pgn-color-action-default-dark-500: #000000FF; + --pgn-color-theme-focus-secondary: var(--pgn-color-secondary-700); /* Theme-specific secondary focus color. */ + --pgn-color-btn-focus-text-inverse-success: var(--pgn-color-btn-text-inverse-success); + --pgn-color-btn-focus-text-inverse-warning: var(--pgn-color-btn-text-inverse-warning); + --pgn-color-btn-focus-border-outline-danger: var(--pgn-color-btn-focus-bg-outline-danger); + --pgn-color-btn-focus-border-outline-dark: var(--pgn-color-btn-focus-bg-outline-dark); + --pgn-color-btn-focus-border-outline-info: var(--pgn-color-btn-focus-bg-outline-info); + --pgn-color-btn-focus-border-light: var(--pgn-color-btn-focus-bg-light); + --pgn-color-btn-focus-border-outline-light: var(--pgn-color-btn-focus-bg-outline-light); + --pgn-color-btn-focus-border-outline-warning: var(--pgn-color-btn-focus-bg-outline-warning); + --pgn-color-btn-focus-bg-success: var(--pgn-color-btn-bg-success); + --pgn-color-btn-focus-bg-outline-success: var(--pgn-color-btn-bg-success); + --pgn-color-btn-focus-outline-outline-light: var(--pgn-color-btn-focus-bg-outline-light); + --pgn-color-btn-disabled-text-outline-success: var(--pgn-color-success-500); + --pgn-color-btn-disabled-text-inverse-success: var(--pgn-color-success-500); + --pgn-color-btn-disabled-text-outline-warning: var(--pgn-color-warning-500); + --pgn-color-btn-disabled-text-inverse-warning: var(--pgn-color-btn-text-inverse-warning); + --pgn-color-btn-disabled-border-inverse-outline-primary: var(--pgn-color-btn-border-inverse-outline-primary); + --pgn-color-form-feedback-icon-valid: var(--pgn-color-form-feedback-valid); + --pgn-color-form-feedback-icon-invalid: var(--pgn-color-form-feedback-invalid); + --pgn-color-action-default-secondary-700: #1E1E1EFF; + --pgn-color-action-default-success-500: #084F31FF; + --pgn-color-action-default-warning-500: #A38B00FF; --pgn-other-content-form-feedback-icon-valid: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='2 2 20 20'%3e%3cpath fill='%230D7D4DFF' d='M12,2 C17.5228475,2 22,6.4771525 22,12 C22,17.5228475 17.5228475,22 12,22 C6.4771525,22 2,17.5228475 2,12 C2,6.4771525 6.4771525,2 12,2 Z M17.5208153,8.03553391 L10.4497475,15.1066017 L6.91421356,11.5710678 L5.5,12.9852814 L10.4497475,17.9350288 L18.9350288,9.44974747 L17.5208153,8.03553391 Z'/%3e%3c/svg%3e"); + --pgn-other-content-form-feedback-icon-invalid: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23AB0D02FF' viewBox='2 2 20 20'%3e%3cpath d='M12,2 C17.5228475,2 22,6.4771525 22,12 C22,17.5228475 17.5228475,22 12,22 C6.4771525,22 2,17.5228475 2,12 C2,6.4771525 6.4771525,2 12,2 Z M13.25,15.5 L10.75,15.5 C10.6119288,15.5 10.5,15.6119288 10.5,15.75 L10.5,15.75 L10.5,18.25 C10.5,18.3880712 10.6119288,18.5 10.75,18.5 L10.75,18.5 L13.25,18.5 C13.3880712,18.5 13.5,18.3880712 13.5,18.25 L13.5,18.25 L13.5,15.75 C13.5,15.6119288 13.3880712,15.5 13.25,15.5 L13.25,15.5 Z M13.492539,5.5 L10.5001113,5.50010806 C10.3620998,5.50416722 10.2535099,5.61933826 10.2575691,5.75734976 L10.2575691,5.75734976 L10.4928632,13.7573498 C10.4968382,13.8925005 10.607546,14 10.7427552,14 L10.7427552,14 L13.2572448,14 C13.392454,14 13.5031618,13.8925005 13.5071368,13.7573498 L13.5071368,13.7573498 L13.7424309,5.75734976 L13.7424309,5.75734976 C13.742539,5.61192881 13.6306101,5.5 13.492539,5.5 L13.492539,5.5 Z' /%3e%3c/svg%3E"); + --pgn-color-btn-focus-border-success: var(--pgn-color-btn-focus-bg-success); + --pgn-color-btn-focus-border-outline-success: var(--pgn-color-btn-focus-bg-outline-success); } diff --git a/tokens/src/core/alias/size.json b/tokens/src/core/alias/size.json index 4606f296..74b7c96c 100644 --- a/tokens/src/core/alias/size.json +++ b/tokens/src/core/alias/size.json @@ -2,9 +2,9 @@ "size": { "border": { "radius": { - "base": { "value": ".375rem" }, - "lg": { "value": ".375rem" }, - "sm": { "value": ".375rem" } + "base": { "$value": ".375rem" }, + "lg": { "$value": ".375rem" }, + "sm": { "$value": ".375rem" } } } } diff --git a/tokens/src/core/components/Badge.json b/tokens/src/core/components/Badge.json index f1fe100e..4b79eb7f 100644 --- a/tokens/src/core/components/Badge.json +++ b/tokens/src/core/components/Badge.json @@ -2,8 +2,8 @@ "typography": { "badge": { "font": { - "size": { "value": "0.75rem" }, - "weight": { "value": "400" } + "size": { "$value": "0.75rem" }, + "weight": { "$value": "400" } } } } diff --git a/tokens/src/core/components/Button/core.json b/tokens/src/core/components/Button/core.json index f60c0d13..ec3abea0 100644 --- a/tokens/src/core/components/Button/core.json +++ b/tokens/src/core/components/Button/core.json @@ -2,14 +2,14 @@ "spacing": { "btn": { "focus": { - "gap": { "value": "2px" } + "gap": { "$value": "2px" } } } }, "typography": { "btn": { "font": { - "weight": { "value": "500" } + "weight": { "$value": "500" } } } }, @@ -17,14 +17,14 @@ "btn": { "border": { "radius": { - "base": { "value": "0px" }, - "lg": { "value": "0px" }, - "sm": { "value": "0px" } + "base": { "$value": "0px" }, + "lg": { "$value": "0px" }, + "sm": { "$value": "0px" } } }, "focus": { "border-radius": { - "value": "0px" + "$value": "0px" } } } diff --git a/tokens/src/core/components/Card.json b/tokens/src/core/components/Card.json index 2aa8520f..d67dc64e 100644 --- a/tokens/src/core/components/Card.json +++ b/tokens/src/core/components/Card.json @@ -2,8 +2,8 @@ "spacing": { "card": { "spacer": { - "x": { "value": "1.5rem" }, - "y": { "value": "1rem" } + "x": { "$value": "1.5rem" }, + "y": { "$value": "1rem" } } } } diff --git a/tokens/src/core/components/Dropdown.json b/tokens/src/core/components/Dropdown.json index ef550374..7d8f7264 100644 --- a/tokens/src/core/components/Dropdown.json +++ b/tokens/src/core/components/Dropdown.json @@ -2,7 +2,7 @@ "size": { "dropdown": { "border": { - "width": { "value": "0" } + "width": { "$value": "0" } } } }, @@ -10,8 +10,8 @@ "dropdown": { "padding": { "y": { - "base": { "value": ".5rem" }, - "item": { "value": ".625rem" } + "base": { "$value": ".5rem" }, + "item": { "$value": ".625rem" } } } } diff --git a/tokens/src/core/components/Form/size.json b/tokens/src/core/components/Form/size.json index c004602e..4c1dba58 100644 --- a/tokens/src/core/components/Form/size.json +++ b/tokens/src/core/components/Form/size.json @@ -4,9 +4,9 @@ "input": { "radius": { "border": { - "base": { "value": "0" }, - "lg": { "value": "0" }, - "sm": { "value": "0" } + "base": { "$value": "0" }, + "lg": { "$value": "0" }, + "sm": { "$value": "0" } } } } diff --git a/tokens/src/core/components/Image.json b/tokens/src/core/components/Image.json index 3c2966c0..59f65b76 100644 --- a/tokens/src/core/components/Image.json +++ b/tokens/src/core/components/Image.json @@ -3,7 +3,7 @@ "image": { "thumbnail": { "border": { - "radius": { "value": "0" } + "radius": { "$value": "0" } } } } diff --git a/tokens/src/core/components/Nav.json b/tokens/src/core/components/Nav.json index 14774124..5cd48dfe 100644 --- a/tokens/src/core/components/Nav.json +++ b/tokens/src/core/components/Nav.json @@ -2,7 +2,7 @@ "size": { "nav": { "pills": { - "border-radius": { "value": "0" } + "border-radius": { "$value": "0" } } } } diff --git a/tokens/src/core/components/Popover.json b/tokens/src/core/components/Popover.json index ded38247..9abda306 100644 --- a/tokens/src/core/components/Popover.json +++ b/tokens/src/core/components/Popover.json @@ -2,7 +2,7 @@ "size": { "popover": { "border": { - "width": { "value": "0px", "_comment": "A pixel next to zero is necessary for correct display Popover arrow." } + "width": { "$value": "0px", "_comment": "A pixel next to zero is necessary for correct display Popover arrow." } } } } diff --git a/tokens/src/core/components/general/caret.json b/tokens/src/core/components/general/caret.json index ec43a91f..c8d30215 100644 --- a/tokens/src/core/components/general/caret.json +++ b/tokens/src/core/components/general/caret.json @@ -1,8 +1,8 @@ { "spacing": { "caret": { - "base": { "value": "calc({size.caret.width} * 1)" }, - "vertical-align": { "value": "calc({size.caret.width} * .67)" } + "base": { "$value": "calc({size.caret.width} * 1)" }, + "vertical-align": { "$value": "calc({size.caret.width} * .67)" } } } } diff --git a/tokens/src/core/components/general/headings.json b/tokens/src/core/components/general/headings.json index 5146228c..eb015257 100644 --- a/tokens/src/core/components/general/headings.json +++ b/tokens/src/core/components/general/headings.json @@ -2,7 +2,7 @@ "typography": { "headings": { "font": { - "weight": { "value": "700" } + "weight": { "$value": "700" } } } } diff --git a/tokens/src/core/components/general/input.json b/tokens/src/core/components/general/input.json index eeab8b29..9d04b31a 100644 --- a/tokens/src/core/components/general/input.json +++ b/tokens/src/core/components/general/input.json @@ -2,7 +2,7 @@ "size": { "input": { "btn": { - "border-width": { "value": "1px" } + "border-width": { "$value": "1px" } } } } diff --git a/tokens/src/core/global/display.json b/tokens/src/core/global/display.json index f55b511f..faaf1567 100644 --- a/tokens/src/core/global/display.json +++ b/tokens/src/core/global/display.json @@ -2,10 +2,10 @@ "typography": { "display": { "weight": { - "1": { "value": "700" }, - "2": { "value": "700" }, - "3": { "value": "700" }, - "4": { "value": "700" } + "1": { "$value": "700" }, + "2": { "$value": "700" }, + "3": { "$value": "700" }, + "4": { "$value": "700" } } } } diff --git a/tokens/src/core/global/spacing.json b/tokens/src/core/global/spacing.json index 7f85f5d7..11e1688e 100644 --- a/tokens/src/core/global/spacing.json +++ b/tokens/src/core/global/spacing.json @@ -1,7 +1,7 @@ { "spacing": { "grid": { - "gutter-width": { "value": "64px" } + "gutter-width": { "$value": "64px" } } } } diff --git a/tokens/src/core/global/typography.json b/tokens/src/core/global/typography.json index 4dd288f3..0d4d39cd 100644 --- a/tokens/src/core/global/typography.json +++ b/tokens/src/core/global/typography.json @@ -3,23 +3,23 @@ "font": { "family": { "sans": { - "serif": { "value": "\"Inter\", \"Helvetica Neue\", Arial, sans-serif" } + "serif": { "$value": "\"Inter\", \"Helvetica Neue\", Arial, sans-serif" } }, - "serif": { "value": "{typography.font.family.sans.serif}" }, + "serif": { "$value": "{typography.font.family.sans.serif}" }, "monospace": { - "value": "\"Roboto Mono\", SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace" + "$value": "\"Roboto Mono\", SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace" } }, "size": { - "lg": { "value": "calc({typography.font.size.base} * 1.25)" }, + "lg": { "$value": "calc({typography.font.size.base} * 1.25)" }, "small": { - "base": { "value": "0.875rem" }, - "x": { "value": "0.75rem" } + "base": { "$value": "0.875rem" }, + "x": { "$value": "0.75rem" } }, - "lead": { "value": "1.375rem" } + "lead": { "$value": "1.375rem" } }, "weight": { - "lead": { "value": "400" } + "lead": { "$value": "400" } } } } diff --git a/tokens/src/themes/light/alias/color.json b/tokens/src/themes/light/alias/color.json index 624bc4bc..4bbec2e3 100644 --- a/tokens/src/themes/light/alias/color.json +++ b/tokens/src/themes/light/alias/color.json @@ -1,29 +1,29 @@ { "color": { "bg": { - "active": { "value": "{color.primary.base}" } + "active": { "$value": "{color.primary.base}" } }, "theme": { "bg": { - "primary": { "value": "{color.primary.base}" }, - "brand": { "value": "{color.brand.base}" }, - "light": { "value": "{color.light.base}" }, - "dark": { "value": "{color.dark.base}" } + "primary": { "$value": "{color.primary.base}" }, + "brand": { "$value": "{color.brand.base}" }, + "light": { "$value": "{color.light.base}" }, + "dark": { "$value": "{color.dark.base}" } }, "focus": { - "primary": { "value": "{color.primary.700}" }, - "secondary": { "value": "{color.secondary.700}" }, - "brand": { "value": "{color.brand.700}" }, - "success": { "value": "{color.success.700}" }, - "info": { "value": "{color.info.700}" }, - "warning": { "value": "{color.warning.700}" }, - "danger": { "value": "{color.danger.700}" }, - "light": { "value": "{color.light.700}" }, - "dark": { "value": "{color.dark.700}" }, - "gray": { "value": "{color.gray.700}" } + "primary": { "$value": "{color.primary.700}" }, + "secondary": { "$value": "{color.secondary.700}" }, + "brand": { "$value": "{color.brand.700}" }, + "success": { "$value": "{color.success.700}" }, + "info": { "$value": "{color.info.700}" }, + "warning": { "$value": "{color.warning.700}" }, + "danger": { "$value": "{color.danger.700}" }, + "light": { "$value": "{color.light.700}" }, + "dark": { "$value": "{color.dark.700}" }, + "gray": { "$value": "{color.gray.700}" } }, "active": { - "primary": { "value": "{color.primary.300}" } + "primary": { "$value": "{color.primary.300}" } } } } diff --git a/tokens/src/themes/light/components/Badge.json b/tokens/src/themes/light/components/Badge.json index bd49b689..6ff2231c 100644 --- a/tokens/src/themes/light/components/Badge.json +++ b/tokens/src/themes/light/components/Badge.json @@ -2,7 +2,7 @@ "color": { "badge": { "bg": { - "info": { "value": "{color.accent.a}" } + "info": { "$value": "{color.accent.a}" } } } } diff --git a/tokens/src/themes/light/components/Button/brand.json b/tokens/src/themes/light/components/Button/brand.json index 3532728c..c60c244d 100644 --- a/tokens/src/themes/light/components/Button/brand.json +++ b/tokens/src/themes/light/components/Button/brand.json @@ -2,28 +2,28 @@ "color": { "btn": { "text": { - "inverse-brand": { "value": "{color.white}" } + "inverse-brand": { "$value": "{color.white}" } }, "bg": { - "inverse-brand": { "value": "{color.brand.base}", "modify": null } + "inverse-brand": { "$value": "{color.brand.base}", "modify": null } }, "border": { - "brand": { "value": "transparent" }, - "outline-brand": { "value": "{color.light.300}" }, - "inverse-outline-brand": { "value": "{color.white}" } + "brand": { "$value": "transparent" }, + "outline-brand": { "$value": "{color.light.300}" }, + "inverse-outline-brand": { "$value": "{color.white}" } }, "hover": { "text": { - "outline-brand": { "value": "{color.white}" }, - "inverse-outline-brand": { "value": "{color.white}" } + "outline-brand": { "$value": "{color.white}" }, + "inverse-outline-brand": { "$value": "{color.white}" } }, "bg": { - "outline-brand": { "value": "{color.brand.base}" }, - "inverse-outline-brand": { "value": "{color.brand.base}" } + "outline-brand": { "$value": "{color.brand.base}" }, + "inverse-outline-brand": { "$value": "{color.brand.base}" } }, "border": { - "brand": { "value": "{color.brand.700}" }, - "outline-brand": { "value": "{color.brand.base}" } + "brand": { "$value": "{color.brand.700}" }, + "outline-brand": { "$value": "{color.brand.base}" } } }, "active": { @@ -31,40 +31,40 @@ "inverse-brand": { "modify": null } }, "border": { - "outline-brand": { "value": "{color.brand.base}" } + "outline-brand": { "$value": "{color.brand.base}" } }, "bg": { - "inverse-brand": { "value": "{color.brand.700}" } + "inverse-brand": { "$value": "{color.brand.700}" } } }, "focus": { "text": { - "inverse-brand": { "value": "{color.white}" }, - "outline-brand": { "value": "{color.white}" } + "inverse-brand": { "$value": "{color.white}" }, + "outline-brand": { "$value": "{color.white}" } }, "bg": { - "brand": { "value": "{color.brand.base}" }, - "inverse-brand": { "value": "{color.brand.700}" }, - "outline-brand": { "value": "{color.brand.base}" }, - "inverse-outline-brand": { "value": "{color.brand.base}" } + "brand": { "$value": "{color.brand.base}" }, + "inverse-brand": { "$value": "{color.brand.700}" }, + "outline-brand": { "$value": "{color.brand.base}" }, + "inverse-outline-brand": { "$value": "{color.brand.base}" } }, "border": { - "outline-brand": { "value": "{color.btn.focus.bg.outline-brand}" }, - "inverse-brand": { "value": "{color.btn.focus.bg.inverse-brand}" }, - "inverse-outline-brand": { "value": "{color.btn.focus.bg.inverse-outline-brand}" } + "outline-brand": { "$value": "{color.btn.focus.bg.outline-brand}" }, + "inverse-brand": { "$value": "{color.btn.focus.bg.inverse-brand}" }, + "inverse-outline-brand": { "$value": "{color.btn.focus.bg.inverse-outline-brand}" } }, "outline": { - "inverse-brand": { "value": "{color.white}" }, - "inverse-outline-brand": { "value": "{color.white}" } + "inverse-brand": { "$value": "{color.white}" }, + "inverse-outline-brand": { "$value": "{color.white}" } } }, "disabled": { "text": { - "outline-brand": { "value": "{color.brand.base}" }, - "inverse-outline-brand": { "value": "{color.light.300}" } + "outline-brand": { "$value": "{color.brand.base}" }, + "inverse-outline-brand": { "$value": "{color.light.300}" } }, "border": { - "outline-brand": { "value": "{color.light.300}" } + "outline-brand": { "$value": "{color.light.300}" } } } } diff --git a/tokens/src/themes/light/components/Button/core.json b/tokens/src/themes/light/components/Button/core.json index e5e3bf5c..d3035ba0 100644 --- a/tokens/src/themes/light/components/Button/core.json +++ b/tokens/src/themes/light/components/Button/core.json @@ -1,7 +1,7 @@ { "other": { "btn": { - "disabled-opacity": { "value": ".4" } + "disabled-opacity": { "$value": ".4" } } } } diff --git a/tokens/src/themes/light/components/Button/danger.json b/tokens/src/themes/light/components/Button/danger.json index 4c674362..cbdcc498 100644 --- a/tokens/src/themes/light/components/Button/danger.json +++ b/tokens/src/themes/light/components/Button/danger.json @@ -2,55 +2,55 @@ "color": { "btn": { "border": { - "danger": { "value": "transparent" }, - "outline-danger": { "value": "{color.light.300}" } + "danger": { "$value": "transparent" }, + "outline-danger": { "$value": "{color.light.300}" } }, "hover": { "text": { - "outline-danger": { "value": "{color.white}" } + "outline-danger": { "$value": "{color.white}" } }, "bg": { - "outline-danger": { "value": "{color.red}" } + "outline-danger": { "$value": "{color.red}" } }, "border": { - "outline-danger": { "value": "{color.red}" } + "outline-danger": { "$value": "{color.red}" } } }, "active": { "text": { - "inverse-outline-danger": { "value": "{color.primary.base}", "modify": null } + "inverse-outline-danger": { "$value": "{color.primary.base}", "modify": null } }, "bg": { - "danger": { "value": "{color.danger.900}" }, - "outline-danger": { "value": "{color.red}" } + "danger": { "$value": "{color.danger.900}" }, + "outline-danger": { "$value": "{color.red}" } }, "border": { - "danger": { "value": "{color.btn.active.bg.danger}" }, - "outline-danger": { "value": "{color.red}" } + "danger": { "$value": "{color.btn.active.bg.danger}" }, + "outline-danger": { "$value": "{color.red}" } } }, "focus": { "text": { - "inverse-danger": { "value": "{color.red}" }, - "outline-danger": { "value": "{color.white}" } + "inverse-danger": { "$value": "{color.red}" }, + "outline-danger": { "$value": "{color.white}" } }, "bg": { - "danger": { "value": "{color.red}" }, - "outline-danger": { "value": "{color.btn.active.bg.outline-danger}" }, - "inverse-danger": { "value": "{color.gray.100}" } + "danger": { "$value": "{color.red}" }, + "outline-danger": { "$value": "{color.btn.active.bg.outline-danger}" }, + "inverse-danger": { "$value": "{color.gray.100}" } }, "border": { - "outline-danger": { "value": "{color.btn.focus.bg.outline-danger}" } + "outline-danger": { "$value": "{color.btn.focus.bg.outline-danger}" } } }, "disabled": { "text": { - "outline-danger": { "value": "{color.red}" }, - "inverse-danger": { "value": "{color.red}" } + "outline-danger": { "$value": "{color.red}" }, + "inverse-danger": { "$value": "{color.red}" } }, "border": { - "outline-danger": { "value": "{color.light.300}" }, - "inverse-outline-danger": { "value": "{color.light.300}" } + "outline-danger": { "$value": "{color.light.300}" }, + "inverse-outline-danger": { "$value": "{color.light.300}" } } } } diff --git a/tokens/src/themes/light/components/Button/dark.json b/tokens/src/themes/light/components/Button/dark.json index daf2e7b8..150418f1 100644 --- a/tokens/src/themes/light/components/Button/dark.json +++ b/tokens/src/themes/light/components/Button/dark.json @@ -3,48 +3,48 @@ "btn": { "active": { "bg": { - "inverse-outline-dark": { "value": "{color.white}" } + "inverse-outline-dark": { "$value": "{color.white}" } }, "text": { - "inverse-outline-dark": { "value": "{color.primary.base}", "modify": null } + "inverse-outline-dark": { "$value": "{color.primary.base}", "modify": null } } }, "border": { - "outline-dark": { "value": "{color.light.300}" } + "outline-dark": { "$value": "{color.light.300}" } }, "hover": { "text": { - "outline-dark": { "value": "{color.white}" } + "outline-dark": { "$value": "{color.white}" } }, "bg": { - "outline-dark": { "value": "{color.dark.base}" } + "outline-dark": { "$value": "{color.dark.base}" } } }, "focus": { "text": { - "inverse-dark": { "value": "{color.dark.base}" }, - "outline-dark": { "value": "{color.white}" } + "inverse-dark": { "$value": "{color.dark.base}" }, + "outline-dark": { "$value": "{color.white}" } }, "bg": { - "dark": { "value": "{color.dark.base}" }, - "outline-dark": { "value": "{color.btn.hover.bg.outline-dark}" }, - "inverse-dark": { "value": "{color.white}" } + "dark": { "$value": "{color.dark.base}" }, + "outline-dark": { "$value": "{color.btn.hover.bg.outline-dark}" }, + "inverse-dark": { "$value": "{color.white}" } }, "border": { - "outline-dark": { "value": "{color.btn.focus.bg.outline-dark}" } + "outline-dark": { "$value": "{color.btn.focus.bg.outline-dark}" } } }, "disabled": { "text": { - "outline-dark": { "value": "{color.primary.500}" } + "outline-dark": { "$value": "{color.primary.500}" } }, "bg": { - "outline-dark": { "value": "{color.white}" } + "outline-dark": { "$value": "{color.white}" } }, "border": { - "outline-dark": { "value": "{color.light.300}" }, - "inverse-dark": { "value": "transparent" }, - "inverse-outline-dark": { "value": "{color.light.300}" } + "outline-dark": { "$value": "{color.light.300}" }, + "inverse-dark": { "$value": "transparent" }, + "inverse-outline-dark": { "$value": "{color.light.300}" } } } } diff --git a/tokens/src/themes/light/components/Button/info.json b/tokens/src/themes/light/components/Button/info.json index 0d1de29e..63f910a4 100644 --- a/tokens/src/themes/light/components/Button/info.json +++ b/tokens/src/themes/light/components/Button/info.json @@ -2,61 +2,61 @@ "color": { "btn": { "text": { - "outline-info": { "value": "{color.accent.a}" }, - "inverse-info": { "value": "{color.accent.a}" } + "outline-info": { "$value": "{color.accent.a}" }, + "inverse-info": { "$value": "{color.accent.a}" } }, "bg": { - "info": { "value": "{color.accent.a}" }, - "outline-info": { "value": "{color.white}" } + "info": { "$value": "{color.accent.a}" }, + "outline-info": { "$value": "{color.white}" } }, "border": { - "info": { "value": "transparent" }, - "outline-info": { "value": "{color.light.300}" } + "info": { "$value": "transparent" }, + "outline-info": { "$value": "{color.light.300}" } }, "hover": { "text": { - "outline-info": { "value": "{color.white}" } + "outline-info": { "$value": "{color.white}" } }, "bg": { - "outline-info": { "value": "{color.accent.a}" } + "outline-info": { "$value": "{color.accent.a}" } }, "border": { - "outline-info": { "value": "{color.accent.a}" } + "outline-info": { "$value": "{color.accent.a}" } } }, "active": { "text": { - "inverse-outline-info": { "value": "{color.primary.base}", "modify": null } + "inverse-outline-info": { "$value": "{color.primary.base}", "modify": null } }, "bg": { - "outline-info": { "value": "{color.accent.a}" } + "outline-info": { "$value": "{color.accent.a}" } }, "border": { - "outline-info": { "value": "{color.accent.a}" } + "outline-info": { "$value": "{color.accent.a}" } } }, "focus": { "text": { - "inverse-outline-info": { "value": "{color.white}" }, - "outline-info": { "value": "{color.white}" } + "inverse-outline-info": { "$value": "{color.white}" }, + "outline-info": { "$value": "{color.white}" } }, "bg": { - "info": { "value": "{color.btn.bg.info}" }, - "outline-info": { "value": "{color.btn.active.bg.outline-info}" }, - "inverse-info": { "value": "{color.white}" } + "info": { "$value": "{color.btn.bg.info}" }, + "outline-info": { "$value": "{color.btn.active.bg.outline-info}" }, + "inverse-info": { "$value": "{color.white}" } }, "border": { - "outline-info": { "value": "{color.btn.focus.bg.outline-info}" } + "outline-info": { "$value": "{color.btn.focus.bg.outline-info}" } } }, "disabled": { "text": { - "outline-info": { "value": "{color.accent.a}" }, - "inverse-info": { "value": "{color.btn.text.inverse-info}" } + "outline-info": { "$value": "{color.accent.a}" }, + "inverse-info": { "$value": "{color.btn.text.inverse-info}" } }, "border": { - "outline-info": { "value": "{color.light.300}" }, - "inverse-outline-info": { "value": "{color.light.300}" } + "outline-info": { "$value": "{color.light.300}" }, + "inverse-outline-info": { "$value": "{color.light.300}" } } } } diff --git a/tokens/src/themes/light/components/Button/light.json b/tokens/src/themes/light/components/Button/light.json index d91497e4..fe60e267 100644 --- a/tokens/src/themes/light/components/Button/light.json +++ b/tokens/src/themes/light/components/Button/light.json @@ -2,69 +2,69 @@ "color": { "btn": { "text": { - "light": { "value": "{color.black}", "modify": null } + "light": { "$value": "{color.black}", "modify": null } }, "bg": { - "inverse-light": { "value": "{color.black}", "modify": null }, - "outline-light": { "value": "{color.white}" } + "inverse-light": { "$value": "{color.black}", "modify": null }, + "outline-light": { "$value": "{color.white}" } }, "border": { - "outline-light": { "value": "{color.light.300}" } + "outline-light": { "$value": "{color.light.300}" } }, "hover": { "text": { - "light": { "value": "{color.btn.text.light}", "modify": null }, - "outline-light": { "value": "{color.white}" } + "light": { "$value": "{color.btn.text.light}", "modify": null }, + "outline-light": { "$value": "{color.white}" } }, "bg": { - "outline-light": { "value": "{color.theme.bg.light}" } + "outline-light": { "$value": "{color.theme.bg.light}" } }, "border": { - "outline-light": { "value": "{color.theme.bg.light}" } + "outline-light": { "$value": "{color.theme.bg.light}" } } }, "active": { "text": { - "light": { "value": "{color.btn.text.light}", "modify": null }, - "inverse-outline-light": { "value": "{color.primary.base}", "modify": null }, - "outline-light": { "value": "{color.white}", "modify": null } + "light": { "$value": "{color.btn.text.light}", "modify": null }, + "inverse-outline-light": { "$value": "{color.primary.base}", "modify": null }, + "outline-light": { "$value": "{color.white}", "modify": null } }, "border": { - "outline-light": { "value": "{color.theme.bg.light}" } + "outline-light": { "$value": "{color.theme.bg.light}" } }, "bg": { - "inverse-outline-light": { "value": "{color.light.100}" } + "inverse-outline-light": { "$value": "{color.light.100}" } } }, "focus": { "text": { - "light": { "value": "{color.btn.text.light}", "modify": null }, - "outline-light": { "value": "{color.white}" } + "light": { "$value": "{color.btn.text.light}", "modify": null }, + "outline-light": { "$value": "{color.white}" } }, "border": { - "light": { "value": "{color.btn.focus.bg.light}" }, - "outline-light": { "value": "{color.btn.focus.bg.outline-light}" } + "light": { "$value": "{color.btn.focus.bg.light}" }, + "outline-light": { "$value": "{color.btn.focus.bg.outline-light}" } }, "bg": { - "light": { "value": "{color.theme.bg.light}" }, - "outline-light": { "value": "{color.theme.bg.light}" }, - "inverse-light": { "value": "{color.btn.bg.inverse-light}" } + "light": { "$value": "{color.theme.bg.light}" }, + "outline-light": { "$value": "{color.theme.bg.light}" }, + "inverse-light": { "$value": "{color.btn.bg.inverse-light}" } }, "outline": { - "outline-light": { "value": "{color.btn.focus.bg.outline-light}" } + "outline-light": { "$value": "{color.btn.focus.bg.outline-light}" } } }, "disabled": { "text": { - "outline-light": { "value": "{color.theme.bg.light}" } + "outline-light": { "$value": "{color.theme.bg.light}" } }, "bg": { - "light": { "value": "{color.theme.bg.light}" } + "light": { "$value": "{color.theme.bg.light}" } }, "border": { - "outline-light": { "value": "{color.btn.border.outline-light}" }, - "inverse-light": { "value": "transparent" }, - "inverse-outline-light": { "value": "{color.white}" } + "outline-light": { "$value": "{color.btn.border.outline-light}" }, + "inverse-light": { "$value": "transparent" }, + "inverse-outline-light": { "$value": "{color.white}" } } } } diff --git a/tokens/src/themes/light/components/Button/primary.json b/tokens/src/themes/light/components/Button/primary.json index 484e8846..d8e1c45e 100644 --- a/tokens/src/themes/light/components/Button/primary.json +++ b/tokens/src/themes/light/components/Button/primary.json @@ -2,68 +2,68 @@ "color": { "btn": { "bg": { - "inverse-primary": { "value": "{color.white}", "modify": null } + "inverse-primary": { "$value": "{color.white}", "modify": null } }, "border": { - "outline-primary": { "value": "{color.light.300}" }, - "inverse-outline-primary": { "value": "{color.gray.500}" } + "outline-primary": { "$value": "{color.light.300}" }, + "inverse-outline-primary": { "$value": "{color.gray.500}" } }, "hover": { "text": { - "outline-primary": { "value": "{color.white}" }, - "inverse-primary": { "value": "{color.white}", "modify": null } + "outline-primary": { "$value": "{color.white}" }, + "inverse-primary": { "$value": "{color.white}", "modify": null } }, "bg": { - "primary": { "value": "{color.primary.300}" }, - "outline-primary": { "value": "{color.primary.base}" }, - "inverse-primary": { "value": "{color.primary.300}", "modify": null }, - "inverse-outline-primary": { "value": "{color.btn.active.bg.inverse-outline-primary}" } + "primary": { "$value": "{color.primary.300}" }, + "outline-primary": { "$value": "{color.primary.base}" }, + "inverse-primary": { "$value": "{color.primary.300}", "modify": null }, + "inverse-outline-primary": { "$value": "{color.btn.active.bg.inverse-outline-primary}" } }, "border": { - "primary": { "value": "{color.primary.300}" }, - "outline-primary": { "value": "{color.primary.base}" } + "primary": { "$value": "{color.primary.300}" }, + "outline-primary": { "$value": "{color.primary.base}" } } }, "active": { "text": { - "inverse-primary": { "value": "{color.white}", "modify": null }, - "inverse-outline-primary": { "value": "{color.primary.base}", "modify": null } + "inverse-primary": { "$value": "{color.white}", "modify": null }, + "inverse-outline-primary": { "$value": "{color.primary.base}", "modify": null } }, "bg": { - "inverse-outline-primary": { "value": "{color.white}" }, - "inverse-primary": { "value": "{color.primary.300}" } + "inverse-outline-primary": { "$value": "{color.white}" }, + "inverse-primary": { "$value": "{color.primary.300}" } } }, "focus": { "text": { - "outline-primary": { "value": "{color.white}" }, - "inverse-primary": { "value": "{color.white}" }, - "inverse-outline-primary": { "value": "{color.primary.base}" } + "outline-primary": { "$value": "{color.white}" }, + "inverse-primary": { "$value": "{color.white}" }, + "inverse-outline-primary": { "$value": "{color.primary.base}" } }, "bg": { - "primary": { "value": "{color.btn.hover.bg.primary}" }, - "outline-primary": { "value": "{color.primary.base}" }, - "inverse-primary": { "value": "{color.primary.300}" }, - "inverse-outline-primary": { "value": "{color.btn.active.bg.inverse-outline-primary}" } + "primary": { "$value": "{color.btn.hover.bg.primary}" }, + "outline-primary": { "$value": "{color.primary.base}" }, + "inverse-primary": { "$value": "{color.primary.300}" }, + "inverse-outline-primary": { "$value": "{color.btn.active.bg.inverse-outline-primary}" } }, "border": { - "primary": { "value": "{color.btn.hover.bg.primary}" }, - "outline-primary": { "value": "{color.primary.base}" }, - "inverse-primary": { "value": "{color.primary.300}" }, - "inverse-outline-primary": { "value": "{color.btn.active.bg.inverse-outline-primary}" } + "primary": { "$value": "{color.btn.hover.bg.primary}" }, + "outline-primary": { "$value": "{color.primary.base}" }, + "inverse-primary": { "$value": "{color.primary.300}" }, + "inverse-outline-primary": { "$value": "{color.btn.active.bg.inverse-outline-primary}" } }, "outline": { - "inverse-primary": { "value": "{color.white}" }, - "inverse-outline-primary": { "value": "{color.white}" } + "inverse-primary": { "$value": "{color.white}" }, + "inverse-outline-primary": { "$value": "{color.white}" } } }, "disabled": { "text": { - "outline-primary": { "value": "{color.primary.base}" } + "outline-primary": { "$value": "{color.primary.base}" } }, "border": { - "outline-primary": { "value": "{color.btn.border.outline-primary}" }, - "inverse-outline-primary": { "value": "{color.btn.border.inverse-outline-primary}" } + "outline-primary": { "$value": "{color.btn.border.outline-primary}" }, + "inverse-outline-primary": { "$value": "{color.btn.border.inverse-outline-primary}" } } } } diff --git a/tokens/src/themes/light/components/Button/secondary.json b/tokens/src/themes/light/components/Button/secondary.json index b1d1c287..0645e5e1 100644 --- a/tokens/src/themes/light/components/Button/secondary.json +++ b/tokens/src/themes/light/components/Button/secondary.json @@ -2,52 +2,52 @@ "color": { "btn": { "bg": { - "outline-secondary": { "value": "{color.white}" } + "outline-secondary": { "$value": "{color.white}" } }, "border": { - "secondary": { "value": "transparent" }, - "outline-secondary": { "value": "{color.light.300}" } + "secondary": { "$value": "transparent" }, + "outline-secondary": { "$value": "{color.light.300}" } }, "hover": { "text": { - "outline-secondary": { "value": "{color.white}" } + "outline-secondary": { "$value": "{color.white}" } }, "bg": { - "outline-secondary": { "value": "{color.gray.700}" } + "outline-secondary": { "$value": "{color.gray.700}" } } }, "active": { "text": { - "outline-secondary": { "value": "{color.white}", "modify": null } + "outline-secondary": { "$value": "{color.white}", "modify": null } }, "bg": { - "outline-secondary": { "value": "{color.gray.700}" } + "outline-secondary": { "$value": "{color.gray.700}" } }, "border": { - "outline-secondary": { "value": "{color.btn.active.bg.outline-secondary}" } + "outline-secondary": { "$value": "{color.btn.active.bg.outline-secondary}" } } }, "focus": { "text": { - "inverse-secondary": { "value": "{color.gray.700}" }, - "outline-secondary": { "value": "{color.white}" } + "inverse-secondary": { "$value": "{color.gray.700}" }, + "outline-secondary": { "$value": "{color.white}" } }, "bg": { - "secondary": { "value": "{color.gray.700}" }, - "outline-secondary": { "value": "{color.btn.active.bg.outline-secondary}" }, - "inverse-secondary": { "value": "{color.white}", "modify": null } + "secondary": { "$value": "{color.gray.700}" }, + "outline-secondary": { "$value": "{color.btn.active.bg.outline-secondary}" }, + "inverse-secondary": { "$value": "{color.white}", "modify": null } }, "border": { - "outline-secondary": { "value": "{color.btn.active.bg.outline-secondary}" } + "outline-secondary": { "$value": "{color.btn.active.bg.outline-secondary}" } } }, "disabled": { "text": { - "outline-secondary": { "value": "{color.gray.700}" } + "outline-secondary": { "$value": "{color.gray.700}" } }, "border": { - "outline-secondary": { "value": "{color.light.300}" }, - "inverse-outline-secondary": { "value": "{color.light.300}" } + "outline-secondary": { "$value": "{color.light.300}" }, + "inverse-outline-secondary": { "$value": "{color.light.300}" } } } } diff --git a/tokens/src/themes/light/components/Button/success.json b/tokens/src/themes/light/components/Button/success.json index f6ca4539..dd1033a4 100644 --- a/tokens/src/themes/light/components/Button/success.json +++ b/tokens/src/themes/light/components/Button/success.json @@ -2,55 +2,55 @@ "color": { "btn": { "border": { - "success": { "value": "{color.light.300}" }, - "outline-success": { "value": "{color.light.300}" } + "success": { "$value": "{color.light.300}" }, + "outline-success": { "$value": "{color.light.300}" } }, "hover": { "text": { - "outline-success": { "value": "{color.white}" } + "outline-success": { "$value": "{color.white}" } }, "bg": { - "outline-success": { "value": "{color.success.base}" } + "outline-success": { "$value": "{color.success.base}" } }, "border": { - "outline-success": { "value": "{color.success.base}" } + "outline-success": { "$value": "{color.success.base}" } } }, "active": { "bg": { - "outline-success": { "value": "{color.success.base}" } + "outline-success": { "$value": "{color.success.base}" } }, "border": { - "outline-success": { "value": "{color.success.base}" } + "outline-success": { "$value": "{color.success.base}" } }, "text": { - "inverse-outline-success": { "value": "{color.primary.base}", "modify": null } + "inverse-outline-success": { "$value": "{color.primary.base}", "modify": null } } }, "focus": { "text": { - "outline-success": { "value": "{color.white}" }, - "inverse-success": { "value": "{color.btn.text.inverse-success}" } + "outline-success": { "$value": "{color.white}" }, + "inverse-success": { "$value": "{color.btn.text.inverse-success}" } }, "bg": { - "success": { "value": "{color.btn.bg.success}" }, - "outline-success": { "value": "{color.btn.bg.success}" }, - "inverse-success": { "value": "{color.white}" } + "success": { "$value": "{color.btn.bg.success}" }, + "outline-success": { "$value": "{color.btn.bg.success}" }, + "inverse-success": { "$value": "{color.white}" } }, "border": { - "success": { "value": "{color.btn.focus.bg.success}" }, - "outline-success": { "value": "{color.btn.focus.bg.outline-success}" } + "success": { "$value": "{color.btn.focus.bg.success}" }, + "outline-success": { "$value": "{color.btn.focus.bg.outline-success}" } } }, "disabled": { "text": { - "outline-success": { "value": "{color.success.500}" }, - "inverse-success": { "value": "{color.success.500}" } + "outline-success": { "$value": "{color.success.500}" }, + "inverse-success": { "$value": "{color.success.500}" } }, "border": { - "outline-success": { "value": "{color.light.300}" }, - "inverse-success": { "value": "transparent" }, - "inverse-outline-success": { "value": "{color.light.300}" } + "outline-success": { "$value": "{color.light.300}" }, + "inverse-success": { "$value": "transparent" }, + "inverse-outline-success": { "$value": "{color.light.300}" } } } } diff --git a/tokens/src/themes/light/components/Button/tertiary.json b/tokens/src/themes/light/components/Button/tertiary.json index 84e5b70d..7a4ae3b9 100644 --- a/tokens/src/themes/light/components/Button/tertiary.json +++ b/tokens/src/themes/light/components/Button/tertiary.json @@ -3,17 +3,17 @@ "btn": { "hover": { "bg": { - "inverse-tertiary": { "value": "{color.primary.300}", "modify": null } + "inverse-tertiary": { "$value": "{color.primary.300}", "modify": null } } }, "active": { "bg": { - "inverse-tertiary": { "value": "{color.primary.300}" } + "inverse-tertiary": { "$value": "{color.primary.300}" } } }, "focus": { "text": { - "tertiary": { "value": "{color.btn.text.tertiary}" } + "tertiary": { "$value": "{color.btn.text.tertiary}" } } } } diff --git a/tokens/src/themes/light/components/Button/warning.json b/tokens/src/themes/light/components/Button/warning.json index 4088382f..ed283962 100644 --- a/tokens/src/themes/light/components/Button/warning.json +++ b/tokens/src/themes/light/components/Button/warning.json @@ -2,62 +2,62 @@ "color": { "btn": { "text": { - "warning": { "value": "{color.black}", "modify": null } + "warning": { "$value": "{color.black}", "modify": null } }, "bg": { - "warning": { "value": "{color.accent.b}" }, - "inverse-warning": { "value": "{color.black}", "modify": null } + "warning": { "$value": "{color.accent.b}" }, + "inverse-warning": { "$value": "{color.black}", "modify": null } }, "border": { - "warning": { "value": "transparent" }, - "outline-warning": { "value": "{color.light.300}" } + "warning": { "$value": "transparent" }, + "outline-warning": { "$value": "{color.light.300}" } }, "hover": { "text": { - "outline-warning": { "value": "{color.white}" } + "outline-warning": { "$value": "{color.white}" } }, "bg": { - "outline-warning": { "value": "{color.accent.b}" } + "outline-warning": { "$value": "{color.accent.b}" } }, "border": { - "outline-warning": { "value": "{color.accent.b}" } + "outline-warning": { "$value": "{color.accent.b}" } } }, "active": { "text": { - "outline-warning": { "value": "{color.white}", "modify": null }, - "inverse-outline-warning": { "value": "{color.black}", "modify": null } + "outline-warning": { "$value": "{color.white}", "modify": null }, + "inverse-outline-warning": { "$value": "{color.black}", "modify": null } }, "bg": { - "outline-warning": { "value": "{color.accent.b}" } + "outline-warning": { "$value": "{color.accent.b}" } }, "border": { - "outline-warning": { "value": "{color.accent.b}" } + "outline-warning": { "$value": "{color.accent.b}" } } }, "focus": { "text": { - "warning": { "value": "{color.btn.text.warning}" }, - "outline-warning": { "value": "{color.white}" }, - "inverse-warning": { "value": "{color.btn.text.inverse-warning}" } + "warning": { "$value": "{color.btn.text.warning}" }, + "outline-warning": { "$value": "{color.white}" }, + "inverse-warning": { "$value": "{color.btn.text.inverse-warning}" } }, "bg": { - "warning": { "value": "{color.btn.bg.warning}" }, - "outline-warning": { "value": "{color.btn.hover.bg.outline-warning}" }, - "inverse-warning": { "value": "{color.btn.bg.inverse-warning}" } + "warning": { "$value": "{color.btn.bg.warning}" }, + "outline-warning": { "$value": "{color.btn.hover.bg.outline-warning}" }, + "inverse-warning": { "$value": "{color.btn.bg.inverse-warning}" } }, "border": { - "outline-warning": { "value": "{color.btn.focus.bg.outline-warning}" } + "outline-warning": { "$value": "{color.btn.focus.bg.outline-warning}" } } }, "disabled": { "text": { - "outline-warning": { "value": "{color.warning.500}" }, - "inverse-warning": { "value": "{color.btn.text.inverse-warning}" } + "outline-warning": { "$value": "{color.warning.500}" }, + "inverse-warning": { "$value": "{color.btn.text.inverse-warning}" } }, "border": { - "outline-warning": { "value": "{color.light.300}" }, - "inverse-outline-warning": { "value": "{color.light.300}" } + "outline-warning": { "$value": "{color.light.300}" }, + "inverse-outline-warning": { "$value": "{color.light.300}" } } } } diff --git a/tokens/src/themes/light/components/Dropdown.json b/tokens/src/themes/light/components/Dropdown.json index 7545964d..b594fb0b 100644 --- a/tokens/src/themes/light/components/Dropdown.json +++ b/tokens/src/themes/light/components/Dropdown.json @@ -1,7 +1,7 @@ { "elevation": { "dropdown": { - "box-shadow": { "value": "{elevation.box-shadow.level.2}" } + "box-shadow": { "$value": "{elevation.box-shadow.level.2}" } } } } diff --git a/tokens/src/themes/light/components/Form/color.json b/tokens/src/themes/light/components/Form/color.json index be0368bc..103c3236 100644 --- a/tokens/src/themes/light/components/Form/color.json +++ b/tokens/src/themes/light/components/Form/color.json @@ -2,13 +2,13 @@ "color": { "form": { "input": { - "base": { "value": "{color.body.base}" }, + "base": { "$value": "{color.body.base}" }, "bg": { - "base": { "value": "{color.white}" } + "base": { "$value": "{color.white}" } }, "focus": { - "border": { "value": "{color.body.base}" }, - "bg": { "value": "{color.white}" } + "border": { "$value": "{color.body.base}" }, + "bg": { "$value": "{color.white}" } } } } diff --git a/tokens/src/themes/light/components/Form/elevation.json b/tokens/src/themes/light/components/Form/elevation.json index f42060ad..b4cee32b 100644 --- a/tokens/src/themes/light/components/Form/elevation.json +++ b/tokens/src/themes/light/components/Form/elevation.json @@ -2,7 +2,7 @@ "elevation": { "form": { "input": { - "base": { "value": "none" } + "base": { "$value": "none" } } } } diff --git a/tokens/src/themes/light/components/Form/other.json b/tokens/src/themes/light/components/Form/other.json index 5a5e1838..636fa2b8 100644 --- a/tokens/src/themes/light/components/Form/other.json +++ b/tokens/src/themes/light/components/Form/other.json @@ -5,12 +5,12 @@ "feedback": { "icon": { "valid": { - "value": "url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='2 2 20 20'%3e%3cpath fill='{color.form.feedback.icon.valid}' d='M12,2 C17.5228475,2 22,6.4771525 22,12 C22,17.5228475 17.5228475,22 12,22 C6.4771525,22 2,17.5228475 2,12 C2,6.4771525 6.4771525,2 12,2 Z M17.5208153,8.03553391 L10.4497475,15.1066017 L6.91421356,11.5710678 L5.5,12.9852814 L10.4497475,17.9350288 L18.9350288,9.44974747 L17.5208153,8.03553391 Z'/%3e%3c/svg%3e\")", + "$value": "url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='2 2 20 20'%3e%3cpath fill='{color.form.feedback.icon.valid}' d='M12,2 C17.5228475,2 22,6.4771525 22,12 C22,17.5228475 17.5228475,22 12,22 C6.4771525,22 2,17.5228475 2,12 C2,6.4771525 6.4771525,2 12,2 Z M17.5208153,8.03553391 L10.4497475,15.1066017 L6.91421356,11.5710678 L5.5,12.9852814 L10.4497475,17.9350288 L18.9350288,9.44974747 L17.5208153,8.03553391 Z'/%3e%3c/svg%3e\")", "outputReferences": false, "modify": [{ "type": "str-replace", "toReplace": "#", "replaceWith": "%23" }] }, "invalid": { - "value": "url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='{color.form.feedback.icon.invalid}' viewBox='2 2 20 20'%3e%3cpath d='M12,2 C17.5228475,2 22,6.4771525 22,12 C22,17.5228475 17.5228475,22 12,22 C6.4771525,22 2,17.5228475 2,12 C2,6.4771525 6.4771525,2 12,2 Z M13.25,15.5 L10.75,15.5 C10.6119288,15.5 10.5,15.6119288 10.5,15.75 L10.5,15.75 L10.5,18.25 C10.5,18.3880712 10.6119288,18.5 10.75,18.5 L10.75,18.5 L13.25,18.5 C13.3880712,18.5 13.5,18.3880712 13.5,18.25 L13.5,18.25 L13.5,15.75 C13.5,15.6119288 13.3880712,15.5 13.25,15.5 L13.25,15.5 Z M13.492539,5.5 L10.5001113,5.50010806 C10.3620998,5.50416722 10.2535099,5.61933826 10.2575691,5.75734976 L10.2575691,5.75734976 L10.4928632,13.7573498 C10.4968382,13.8925005 10.607546,14 10.7427552,14 L10.7427552,14 L13.2572448,14 C13.392454,14 13.5031618,13.8925005 13.5071368,13.7573498 L13.5071368,13.7573498 L13.7424309,5.75734976 L13.7424309,5.75734976 C13.742539,5.61192881 13.6306101,5.5 13.492539,5.5 L13.492539,5.5 Z' /%3e%3c/svg%3E\")", + "$value": "url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='{color.form.feedback.icon.invalid}' viewBox='2 2 20 20'%3e%3cpath d='M12,2 C17.5228475,2 22,6.4771525 22,12 C22,17.5228475 17.5228475,22 12,22 C6.4771525,22 2,17.5228475 2,12 C2,6.4771525 6.4771525,2 12,2 Z M13.25,15.5 L10.75,15.5 C10.6119288,15.5 10.5,15.6119288 10.5,15.75 L10.5,15.75 L10.5,18.25 C10.5,18.3880712 10.6119288,18.5 10.75,18.5 L10.75,18.5 L13.25,18.5 C13.3880712,18.5 13.5,18.3880712 13.5,18.25 L13.5,18.25 L13.5,15.75 C13.5,15.6119288 13.3880712,15.5 13.25,15.5 L13.25,15.5 Z M13.492539,5.5 L10.5001113,5.50010806 C10.3620998,5.50416722 10.2535099,5.61933826 10.2575691,5.75734976 L10.2575691,5.75734976 L10.4928632,13.7573498 C10.4968382,13.8925005 10.607546,14 10.7427552,14 L10.7427552,14 L13.2572448,14 C13.392454,14 13.5031618,13.8925005 13.5071368,13.7573498 L13.5071368,13.7573498 L13.7424309,5.75734976 L13.7424309,5.75734976 C13.742539,5.61192881 13.6306101,5.5 13.492539,5.5 L13.492539,5.5 Z' /%3e%3c/svg%3E\")", "outputReferences": false, "modify": [{ "type": "str-replace", "toReplace": "#", "replaceWith": "%23" }] } diff --git a/tokens/src/themes/light/components/Image.json b/tokens/src/themes/light/components/Image.json index 232da44e..00dc65c5 100644 --- a/tokens/src/themes/light/components/Image.json +++ b/tokens/src/themes/light/components/Image.json @@ -2,7 +2,7 @@ "elevation": { "image": { "thumbnail": { - "box-shadow": { "value": "none" } + "box-shadow": { "$value": "none" } } } } diff --git a/tokens/src/themes/light/components/Modal.json b/tokens/src/themes/light/components/Modal.json index 41362493..2da8b574 100644 --- a/tokens/src/themes/light/components/Modal.json +++ b/tokens/src/themes/light/components/Modal.json @@ -3,7 +3,7 @@ "modal": { "content": { "box-shadow": { - "sm-up": { "value": "{elevation.box-shadow.level.3}" } + "sm-up": { "$value": "{elevation.box-shadow.level.3}" } } } } diff --git a/tokens/src/themes/light/components/Pagination.json b/tokens/src/themes/light/components/Pagination.json index dd0a8fad..c6644443 100644 --- a/tokens/src/themes/light/components/Pagination.json +++ b/tokens/src/themes/light/components/Pagination.json @@ -2,7 +2,7 @@ "color": { "pagination": { "text": { - "base": { "value": "{color.primary.base}" } + "base": { "$value": "{color.primary.base}" } } } } diff --git a/tokens/src/themes/light/components/Popover.json b/tokens/src/themes/light/components/Popover.json index 2b12c245..0445e473 100644 --- a/tokens/src/themes/light/components/Popover.json +++ b/tokens/src/themes/light/components/Popover.json @@ -2,13 +2,13 @@ "color": { "popover": { "header": { - "bg": { "value": "transparent" } + "bg": { "$value": "transparent" } } } }, "elevation": { "popover": { - "box-shadow": { "value": "{elevation.box-shadow.level.2}" } + "box-shadow": { "$value": "{elevation.box-shadow.level.2}" } } } } diff --git a/tokens/src/themes/light/components/Toast.json b/tokens/src/themes/light/components/Toast.json index 694b3bb6..4dacc798 100644 --- a/tokens/src/themes/light/components/Toast.json +++ b/tokens/src/themes/light/components/Toast.json @@ -1,7 +1,7 @@ { "elevation": { "toast": { - "box-shadow": { "value": "{elevation.box-shadow.level.4}" } + "box-shadow": { "$value": "{elevation.box-shadow.level.4}" } } } } diff --git a/tokens/src/themes/light/components/Tooltip.json b/tokens/src/themes/light/components/Tooltip.json index 52e096df..3391db68 100644 --- a/tokens/src/themes/light/components/Tooltip.json +++ b/tokens/src/themes/light/components/Tooltip.json @@ -1,9 +1,9 @@ { "color": { "tooltip": { - "light": { "value": "{color.primary.base}" }, + "light": { "$value": "{color.primary.base}" }, "bg": { - "base": { "value": "{color.primary.base}" } + "base": { "$value": "{color.primary.base}" } } } } diff --git a/tokens/src/themes/light/components/general/body.json b/tokens/src/themes/light/components/general/body.json index 9af42173..e81790dc 100644 --- a/tokens/src/themes/light/components/general/body.json +++ b/tokens/src/themes/light/components/general/body.json @@ -1,7 +1,7 @@ { "color": { "body": { - "bg": { "value": "{color.white}" } + "bg": { "$value": "{color.white}" } } } } diff --git a/tokens/src/themes/light/components/general/headings.json b/tokens/src/themes/light/components/general/headings.json index fce41e2b..a9a3237f 100644 --- a/tokens/src/themes/light/components/general/headings.json +++ b/tokens/src/themes/light/components/general/headings.json @@ -1,7 +1,7 @@ { "color": { "headings": { - "base": { "value": "{color.dark.500}" } + "base": { "$value": "{color.dark.500}" } } } } diff --git a/tokens/src/themes/light/components/general/input.json b/tokens/src/themes/light/components/general/input.json index 58bf158e..4f7aeced 100644 --- a/tokens/src/themes/light/components/general/input.json +++ b/tokens/src/themes/light/components/general/input.json @@ -1,7 +1,7 @@ { "color": { "input": { - "btn-focus": { "value": "{color.bg.active}" } + "btn-focus": { "$value": "{color.bg.active}" } } } } diff --git a/tokens/src/themes/light/components/general/link.json b/tokens/src/themes/light/components/general/link.json index c6d269ec..09a27c82 100644 --- a/tokens/src/themes/light/components/general/link.json +++ b/tokens/src/themes/light/components/general/link.json @@ -1,8 +1,8 @@ { "color": { "link": { - "base": { "value": "{color.info.base}" }, - "hover": { "value": "{color.info.700}", "modify": null } + "base": { "$value": "{color.info.base}" }, + "hover": { "$value": "{color.info.700}", "modify": null } } } } diff --git a/tokens/src/themes/light/global/color.json b/tokens/src/themes/light/global/color.json index 31624c5a..47eddfe7 100644 --- a/tokens/src/themes/light/global/color.json +++ b/tokens/src/themes/light/global/color.json @@ -1,67 +1,67 @@ { "color": { - "blue": { "value": "#00688D" }, - "red": { "value": "#AB0D02" }, - "green": { "value": "#0D7D4D" }, - "yellow": { "value": "#D6B600" }, + "blue": { "$value": "#00688D" }, + "red": { "$value": "#AB0D02" }, + "green": { "$value": "#0D7D4D" }, + "yellow": { "$value": "#D6B600" }, "accent": { - "a": { "value": "#03C7E8" }, - "b": { "value": "#F0CC00" } + "a": { "$value": "#03C7E8" }, + "b": { "$value": "#F0CC00" } }, "primary": { - "base": { "value": "#00262B" }, - "300": { "value": "#2D494E", "modify": null }, - "400": { "value": "#0E3639", "modify": null }, - "500": { "value": "#00262B", "modify": null }, - "600": { "value": "#002326", "modify": null }, - "700": { "value": "#002121", "modify": null } + "base": { "$value": "#00262B" }, + "300": { "$value": "#2D494E", "modify": null }, + "400": { "$value": "#0E3639", "modify": null }, + "500": { "$value": "#00262B", "modify": null }, + "600": { "$value": "#002326", "modify": null }, + "700": { "$value": "#002121", "modify": null } }, "brand": { - "base": { "value": "#D23228" }, - "700": { "value": "#921108", "modify": null } + "base": { "$value": "#D23228" }, + "700": { "$value": "#921108", "modify": null } }, "success": { - "100": { "value": "#F2FAF7", "modify": null }, - "200": { "value": "#BBE6D7", "modify": null }, - "300": { "value": "#30A171", "modify": null }, - "700": { "value": "#175B3C", "modify": null }, - "900": { "value": "#0F4D0F", "modify": null } + "100": { "$value": "#F2FAF7", "modify": null }, + "200": { "$value": "#BBE6D7", "modify": null }, + "300": { "$value": "#30A171", "modify": null }, + "700": { "$value": "#175B3C", "modify": null }, + "900": { "$value": "#0F4D0F", "modify": null } }, "info": { - "base": { "value": "{color.blue}" }, - "100": { "value": "#EFF8FA", "modify": null }, - "200": { "value": "#9CD2E6", "modify": null }, - "300": { "value": "#1C8DBE", "modify": null }, - "700": { "value": "#004972", "modify": null }, - "900": { "value": "#002F4A", "modify": null } + "base": { "$value": "{color.blue}" }, + "100": { "$value": "#EFF8FA", "modify": null }, + "200": { "$value": "#9CD2E6", "modify": null }, + "300": { "$value": "#1C8DBE", "modify": null }, + "700": { "$value": "#004972", "modify": null }, + "900": { "$value": "#002F4A", "modify": null } }, "warning": { - "100": { "value": "#FFFADB", "modify": null }, - "200": { "value": "#FFEA75", "modify": null }, - "300": { "value": "#F0CC00", "modify": null }, - "700": { "value": "#998200", "modify": null }, - "900": { "value": "#7A6800", "modify": null } + "100": { "$value": "#FFFADB", "modify": null }, + "200": { "$value": "#FFEA75", "modify": null }, + "300": { "$value": "#F0CC00", "modify": null }, + "700": { "$value": "#998200", "modify": null }, + "900": { "$value": "#7A6800", "modify": null } }, "danger": { - "100": { "value": "#FCF1F4", "modify": null }, - "200": { "value": "#F3AEA9", "modify": null }, - "300": { "value": "#CA3A2F", "modify": null }, - "700": { "value": "#951C13", "modify": null }, - "900": { "value": "#690E07", "modify": null } + "100": { "$value": "#FCF1F4", "modify": null }, + "200": { "$value": "#F3AEA9", "modify": null }, + "300": { "$value": "#CA3A2F", "modify": null }, + "700": { "$value": "#951C13", "modify": null }, + "900": { "$value": "#690E07", "modify": null } }, "light": { - "200": { "value": "#FBFAF9", "modify": null }, - "300": { "value": "#F2F0EF", "modify": null }, - "400": { "value": "#EAE6E5", "modify": null }, - "700": { "value": "#D7D3D1", "modify": null } + "200": { "$value": "#FBFAF9", "modify": null }, + "300": { "$value": "#F2F0EF", "modify": null }, + "400": { "$value": "#EAE6E5", "modify": null }, + "700": { "$value": "#D7D3D1", "modify": null } }, "dark": { - "base": { "value": "#00262B" }, - "200": { "value": "#475B65", "modify": null }, - "300": { "value": "#2D494E", "modify": null }, - "400": { "value": "#0E3639", "modify": null }, - "600": { "value": "#002326", "modify": null }, - "700": { "value": "#002121", "modify": null } + "base": { "$value": "#00262B" }, + "200": { "$value": "#475B65", "modify": null }, + "300": { "$value": "#2D494E", "modify": null }, + "400": { "$value": "#0E3639", "modify": null }, + "600": { "$value": "#002326", "modify": null }, + "700": { "$value": "#002121", "modify": null } } } } diff --git a/tokens/src/themes/light/global/elevation.json b/tokens/src/themes/light/global/elevation.json index e251a939..cf8f341c 100644 --- a/tokens/src/themes/light/global/elevation.json +++ b/tokens/src/themes/light/global/elevation.json @@ -2,14 +2,14 @@ "elevation": { "box-shadow": { "level": { - "1": { "value": "0px 2px 8px 0px rgba(0,0,0,0.15), 0px 2px 4px 0px rgba(0,0,0,0.15)" }, - "2": { "value": "0px 4px 10px 0px rgba(0,0,0,0.15), 0px 8px 16px 0px rgba(0,0,0,0.15)" }, - "3": { "value": "0px 8px 20px 0px rgba(0,0,0,0.15), 0px 10px 20px 0px rgba(0,0,0,0.15)" }, - "4": { "value": "0px 8px 48px 0px rgba(0,0,0,0.15), 0px 20px 40px 0px rgba(0,0,0,0.15)" } + "1": { "$value": "0px 2px 8px 0px rgba(0,0,0,0.15), 0px 2px 4px 0px rgba(0,0,0,0.15)" }, + "2": { "$value": "0px 4px 10px 0px rgba(0,0,0,0.15), 0px 8px 16px 0px rgba(0,0,0,0.15)" }, + "3": { "$value": "0px 8px 20px 0px rgba(0,0,0,0.15), 0px 10px 20px 0px rgba(0,0,0,0.15)" }, + "4": { "$value": "0px 8px 48px 0px rgba(0,0,0,0.15), 0px 20px 40px 0px rgba(0,0,0,0.15)" } }, - "base": { "value": "{elevation.box-shadow.level.2}" }, - "sm": { "value": "{elevation.box-shadow.level.1}" }, - "lg": { "value": "{elevation.box-shadow.level.3}" } + "base": { "$value": "{elevation.box-shadow.level.2}" }, + "sm": { "$value": "{elevation.box-shadow.level.1}" }, + "lg": { "$value": "{elevation.box-shadow.level.3}" } } } }