@sage/design-tokens 14.0.1 → 14.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/frozenproduct/all.css +166 -22
- package/css/frozenproduct/large/components/progress.css +1 -1
- package/css/frozenproduct/large/components/status.css +62 -12
- package/css/frozenproduct/large/components/table.css +1 -1
- package/css/frozenproduct/large/dark.css +51 -4
- package/css/frozenproduct/large/light.css +51 -4
- package/css/frozenproduct/small/components/progress.css +1 -1
- package/css/frozenproduct/small/components/status.css +62 -12
- package/css/frozenproduct/small/components/table.css +1 -1
- package/css/frozenproduct/small/dark.css +51 -4
- package/css/frozenproduct/small/light.css +51 -4
- package/css/marketing/all.css +166 -22
- package/css/marketing/large/components/progress.css +1 -1
- package/css/marketing/large/components/status.css +62 -12
- package/css/marketing/large/components/table.css +1 -1
- package/css/marketing/large/dark.css +51 -4
- package/css/marketing/large/light.css +51 -4
- package/css/marketing/small/components/progress.css +1 -1
- package/css/marketing/small/components/status.css +62 -12
- package/css/marketing/small/components/table.css +1 -1
- package/css/marketing/small/dark.css +51 -4
- package/css/marketing/small/light.css +51 -4
- package/css/product/all.css +166 -22
- package/css/product/large/components/progress.css +1 -1
- package/css/product/large/components/status.css +62 -12
- package/css/product/large/components/table.css +1 -1
- package/css/product/large/dark.css +51 -4
- package/css/product/large/light.css +51 -4
- package/css/product/small/components/progress.css +1 -1
- package/css/product/small/components/status.css +62 -12
- package/css/product/small/components/table.css +1 -1
- package/css/product/small/dark.css +51 -4
- package/css/product/small/light.css +51 -4
- package/ios/frozenproduct/large/dark/components/container.h +1 -1
- package/ios/frozenproduct/large/dark/components/progress.h +1 -1
- package/ios/frozenproduct/large/dark/components/status.h +72 -22
- package/ios/frozenproduct/large/dark/components/table.h +1 -1
- package/ios/frozenproduct/large/dark/mode.h +51 -4
- package/ios/frozenproduct/large/light/components/progress.h +1 -1
- package/ios/frozenproduct/large/light/components/status.h +72 -22
- package/ios/frozenproduct/large/light/components/table.h +1 -1
- package/ios/frozenproduct/large/light/mode.h +51 -4
- package/ios/frozenproduct/small/dark/components/container.h +1 -1
- package/ios/frozenproduct/small/dark/components/progress.h +1 -1
- package/ios/frozenproduct/small/dark/components/status.h +72 -22
- package/ios/frozenproduct/small/dark/components/table.h +1 -1
- package/ios/frozenproduct/small/dark/mode.h +51 -4
- package/ios/frozenproduct/small/light/components/progress.h +1 -1
- package/ios/frozenproduct/small/light/components/status.h +72 -22
- package/ios/frozenproduct/small/light/components/table.h +1 -1
- package/ios/frozenproduct/small/light/mode.h +51 -4
- package/ios/marketing/large/dark/components/container.h +1 -1
- package/ios/marketing/large/dark/components/progress.h +1 -1
- package/ios/marketing/large/dark/components/status.h +72 -22
- package/ios/marketing/large/dark/components/table.h +1 -1
- package/ios/marketing/large/dark/mode.h +51 -4
- package/ios/marketing/large/light/components/progress.h +1 -1
- package/ios/marketing/large/light/components/status.h +72 -22
- package/ios/marketing/large/light/components/table.h +1 -1
- package/ios/marketing/large/light/mode.h +51 -4
- package/ios/marketing/small/dark/components/container.h +1 -1
- package/ios/marketing/small/dark/components/progress.h +1 -1
- package/ios/marketing/small/dark/components/status.h +72 -22
- package/ios/marketing/small/dark/components/table.h +1 -1
- package/ios/marketing/small/dark/mode.h +51 -4
- package/ios/marketing/small/light/components/progress.h +1 -1
- package/ios/marketing/small/light/components/status.h +72 -22
- package/ios/marketing/small/light/components/table.h +1 -1
- package/ios/marketing/small/light/mode.h +51 -4
- package/ios/product/large/dark/components/container.h +1 -1
- package/ios/product/large/dark/components/progress.h +1 -1
- package/ios/product/large/dark/components/status.h +72 -22
- package/ios/product/large/dark/components/table.h +1 -1
- package/ios/product/large/dark/mode.h +51 -4
- package/ios/product/large/light/components/progress.h +1 -1
- package/ios/product/large/light/components/status.h +72 -22
- package/ios/product/large/light/components/table.h +1 -1
- package/ios/product/large/light/mode.h +51 -4
- package/ios/product/small/dark/components/container.h +1 -1
- package/ios/product/small/dark/components/progress.h +1 -1
- package/ios/product/small/dark/components/status.h +72 -22
- package/ios/product/small/dark/components/table.h +1 -1
- package/ios/product/small/dark/mode.h +51 -4
- package/ios/product/small/light/components/progress.h +1 -1
- package/ios/product/small/light/components/status.h +72 -22
- package/ios/product/small/light/components/table.h +1 -1
- package/ios/product/small/light/mode.h +51 -4
- package/js/common/frozenproduct/large/dark/components/container.js +1 -1
- package/js/common/frozenproduct/large/dark/components/progress.js +2 -2
- package/js/common/frozenproduct/large/dark/components/status.d.ts +106 -34
- package/js/common/frozenproduct/large/dark/components/status.js +1248 -325
- package/js/common/frozenproduct/large/dark/components/table.js +2 -2
- package/js/common/frozenproduct/large/dark/mode.d.ts +80 -9
- package/js/common/frozenproduct/large/dark/mode.js +1730 -142
- package/js/common/frozenproduct/large/light/components/progress.js +2 -2
- package/js/common/frozenproduct/large/light/components/status.d.ts +106 -34
- package/js/common/frozenproduct/large/light/components/status.js +1248 -325
- package/js/common/frozenproduct/large/light/components/table.js +2 -2
- package/js/common/frozenproduct/large/light/mode.d.ts +80 -9
- package/js/common/frozenproduct/large/light/mode.js +1741 -151
- package/js/common/frozenproduct/small/dark/components/container.js +1 -1
- package/js/common/frozenproduct/small/dark/components/progress.js +2 -2
- package/js/common/frozenproduct/small/dark/components/status.d.ts +106 -34
- package/js/common/frozenproduct/small/dark/components/status.js +1248 -325
- package/js/common/frozenproduct/small/dark/components/table.js +2 -2
- package/js/common/frozenproduct/small/dark/mode.d.ts +80 -9
- package/js/common/frozenproduct/small/dark/mode.js +1730 -142
- package/js/common/frozenproduct/small/light/components/progress.js +2 -2
- package/js/common/frozenproduct/small/light/components/status.d.ts +106 -34
- package/js/common/frozenproduct/small/light/components/status.js +1248 -325
- package/js/common/frozenproduct/small/light/components/table.js +2 -2
- package/js/common/frozenproduct/small/light/mode.d.ts +80 -9
- package/js/common/frozenproduct/small/light/mode.js +1741 -151
- package/js/common/marketing/large/dark/components/container.js +1 -1
- package/js/common/marketing/large/dark/components/progress.js +2 -2
- package/js/common/marketing/large/dark/components/status.d.ts +106 -34
- package/js/common/marketing/large/dark/components/status.js +1248 -325
- package/js/common/marketing/large/dark/components/table.js +2 -2
- package/js/common/marketing/large/dark/mode.d.ts +80 -9
- package/js/common/marketing/large/dark/mode.js +1730 -142
- package/js/common/marketing/large/light/components/progress.js +2 -2
- package/js/common/marketing/large/light/components/status.d.ts +106 -34
- package/js/common/marketing/large/light/components/status.js +1248 -325
- package/js/common/marketing/large/light/components/table.js +2 -2
- package/js/common/marketing/large/light/mode.d.ts +80 -9
- package/js/common/marketing/large/light/mode.js +1741 -151
- package/js/common/marketing/small/dark/components/container.js +1 -1
- package/js/common/marketing/small/dark/components/progress.js +2 -2
- package/js/common/marketing/small/dark/components/status.d.ts +106 -34
- package/js/common/marketing/small/dark/components/status.js +1248 -325
- package/js/common/marketing/small/dark/components/table.js +2 -2
- package/js/common/marketing/small/dark/mode.d.ts +80 -9
- package/js/common/marketing/small/dark/mode.js +1730 -142
- package/js/common/marketing/small/light/components/progress.js +2 -2
- package/js/common/marketing/small/light/components/status.d.ts +106 -34
- package/js/common/marketing/small/light/components/status.js +1248 -325
- package/js/common/marketing/small/light/components/table.js +2 -2
- package/js/common/marketing/small/light/mode.d.ts +80 -9
- package/js/common/marketing/small/light/mode.js +1741 -151
- package/js/common/product/large/dark/components/container.js +1 -1
- package/js/common/product/large/dark/components/progress.js +2 -2
- package/js/common/product/large/dark/components/status.d.ts +106 -34
- package/js/common/product/large/dark/components/status.js +1248 -325
- package/js/common/product/large/dark/components/table.js +2 -2
- package/js/common/product/large/dark/mode.d.ts +80 -9
- package/js/common/product/large/dark/mode.js +1730 -142
- package/js/common/product/large/light/components/progress.js +2 -2
- package/js/common/product/large/light/components/status.d.ts +106 -34
- package/js/common/product/large/light/components/status.js +1248 -325
- package/js/common/product/large/light/components/table.js +2 -2
- package/js/common/product/large/light/mode.d.ts +80 -9
- package/js/common/product/large/light/mode.js +1741 -151
- package/js/common/product/small/dark/components/container.js +1 -1
- package/js/common/product/small/dark/components/progress.js +2 -2
- package/js/common/product/small/dark/components/status.d.ts +106 -34
- package/js/common/product/small/dark/components/status.js +1248 -325
- package/js/common/product/small/dark/components/table.js +2 -2
- package/js/common/product/small/dark/mode.d.ts +80 -9
- package/js/common/product/small/dark/mode.js +1730 -142
- package/js/common/product/small/light/components/progress.js +2 -2
- package/js/common/product/small/light/components/status.d.ts +106 -34
- package/js/common/product/small/light/components/status.js +1248 -325
- package/js/common/product/small/light/components/table.js +2 -2
- package/js/common/product/small/light/mode.d.ts +80 -9
- package/js/common/product/small/light/mode.js +1741 -151
- package/js/es6/frozenproduct/large/dark/components/container.js +1 -1
- package/js/es6/frozenproduct/large/dark/components/progress.js +1 -1
- package/js/es6/frozenproduct/large/dark/components/status.d.ts +72 -22
- package/js/es6/frozenproduct/large/dark/components/status.js +72 -22
- package/js/es6/frozenproduct/large/dark/components/table.js +1 -1
- package/js/es6/frozenproduct/large/dark/mode.d.ts +51 -4
- package/js/es6/frozenproduct/large/dark/mode.js +51 -4
- package/js/es6/frozenproduct/large/light/components/progress.js +1 -1
- package/js/es6/frozenproduct/large/light/components/status.d.ts +72 -22
- package/js/es6/frozenproduct/large/light/components/status.js +72 -22
- package/js/es6/frozenproduct/large/light/components/table.js +1 -1
- package/js/es6/frozenproduct/large/light/mode.d.ts +51 -4
- package/js/es6/frozenproduct/large/light/mode.js +51 -4
- package/js/es6/frozenproduct/small/dark/components/container.js +1 -1
- package/js/es6/frozenproduct/small/dark/components/progress.js +1 -1
- package/js/es6/frozenproduct/small/dark/components/status.d.ts +72 -22
- package/js/es6/frozenproduct/small/dark/components/status.js +72 -22
- package/js/es6/frozenproduct/small/dark/components/table.js +1 -1
- package/js/es6/frozenproduct/small/dark/mode.d.ts +51 -4
- package/js/es6/frozenproduct/small/dark/mode.js +51 -4
- package/js/es6/frozenproduct/small/light/components/progress.js +1 -1
- package/js/es6/frozenproduct/small/light/components/status.d.ts +72 -22
- package/js/es6/frozenproduct/small/light/components/status.js +72 -22
- package/js/es6/frozenproduct/small/light/components/table.js +1 -1
- package/js/es6/frozenproduct/small/light/mode.d.ts +51 -4
- package/js/es6/frozenproduct/small/light/mode.js +51 -4
- package/js/es6/marketing/large/dark/components/container.js +1 -1
- package/js/es6/marketing/large/dark/components/progress.js +1 -1
- package/js/es6/marketing/large/dark/components/status.d.ts +72 -22
- package/js/es6/marketing/large/dark/components/status.js +72 -22
- package/js/es6/marketing/large/dark/components/table.js +1 -1
- package/js/es6/marketing/large/dark/mode.d.ts +51 -4
- package/js/es6/marketing/large/dark/mode.js +51 -4
- package/js/es6/marketing/large/light/components/progress.js +1 -1
- package/js/es6/marketing/large/light/components/status.d.ts +72 -22
- package/js/es6/marketing/large/light/components/status.js +72 -22
- package/js/es6/marketing/large/light/components/table.js +1 -1
- package/js/es6/marketing/large/light/mode.d.ts +51 -4
- package/js/es6/marketing/large/light/mode.js +51 -4
- package/js/es6/marketing/small/dark/components/container.js +1 -1
- package/js/es6/marketing/small/dark/components/progress.js +1 -1
- package/js/es6/marketing/small/dark/components/status.d.ts +72 -22
- package/js/es6/marketing/small/dark/components/status.js +72 -22
- package/js/es6/marketing/small/dark/components/table.js +1 -1
- package/js/es6/marketing/small/dark/mode.d.ts +51 -4
- package/js/es6/marketing/small/dark/mode.js +51 -4
- package/js/es6/marketing/small/light/components/progress.js +1 -1
- package/js/es6/marketing/small/light/components/status.d.ts +72 -22
- package/js/es6/marketing/small/light/components/status.js +72 -22
- package/js/es6/marketing/small/light/components/table.js +1 -1
- package/js/es6/marketing/small/light/mode.d.ts +51 -4
- package/js/es6/marketing/small/light/mode.js +51 -4
- package/js/es6/product/large/dark/components/container.js +1 -1
- package/js/es6/product/large/dark/components/progress.js +1 -1
- package/js/es6/product/large/dark/components/status.d.ts +72 -22
- package/js/es6/product/large/dark/components/status.js +72 -22
- package/js/es6/product/large/dark/components/table.js +1 -1
- package/js/es6/product/large/dark/mode.d.ts +51 -4
- package/js/es6/product/large/dark/mode.js +51 -4
- package/js/es6/product/large/light/components/progress.js +1 -1
- package/js/es6/product/large/light/components/status.d.ts +72 -22
- package/js/es6/product/large/light/components/status.js +72 -22
- package/js/es6/product/large/light/components/table.js +1 -1
- package/js/es6/product/large/light/mode.d.ts +51 -4
- package/js/es6/product/large/light/mode.js +51 -4
- package/js/es6/product/small/dark/components/container.js +1 -1
- package/js/es6/product/small/dark/components/progress.js +1 -1
- package/js/es6/product/small/dark/components/status.d.ts +72 -22
- package/js/es6/product/small/dark/components/status.js +72 -22
- package/js/es6/product/small/dark/components/table.js +1 -1
- package/js/es6/product/small/dark/mode.d.ts +51 -4
- package/js/es6/product/small/dark/mode.js +51 -4
- package/js/es6/product/small/light/components/progress.js +1 -1
- package/js/es6/product/small/light/components/status.d.ts +72 -22
- package/js/es6/product/small/light/components/status.js +72 -22
- package/js/es6/product/small/light/components/table.js +1 -1
- package/js/es6/product/small/light/mode.d.ts +51 -4
- package/js/es6/product/small/light/mode.js +51 -4
- package/js/umd/frozenproduct/large/dark/components/container.js +1 -1
- package/js/umd/frozenproduct/large/dark/components/progress.js +2 -2
- package/js/umd/frozenproduct/large/dark/components/status.js +1336 -336
- package/js/umd/frozenproduct/large/dark/components/table.js +2 -2
- package/js/umd/frozenproduct/large/dark/mode.js +1814 -142
- package/js/umd/frozenproduct/large/light/components/progress.js +2 -2
- package/js/umd/frozenproduct/large/light/components/status.js +1336 -336
- package/js/umd/frozenproduct/large/light/components/table.js +2 -2
- package/js/umd/frozenproduct/large/light/mode.js +1825 -151
- package/js/umd/frozenproduct/small/dark/components/container.js +1 -1
- package/js/umd/frozenproduct/small/dark/components/progress.js +2 -2
- package/js/umd/frozenproduct/small/dark/components/status.js +1336 -336
- package/js/umd/frozenproduct/small/dark/components/table.js +2 -2
- package/js/umd/frozenproduct/small/dark/mode.js +1814 -142
- package/js/umd/frozenproduct/small/light/components/progress.js +2 -2
- package/js/umd/frozenproduct/small/light/components/status.js +1336 -336
- package/js/umd/frozenproduct/small/light/components/table.js +2 -2
- package/js/umd/frozenproduct/small/light/mode.js +1825 -151
- package/js/umd/marketing/large/dark/components/container.js +1 -1
- package/js/umd/marketing/large/dark/components/progress.js +2 -2
- package/js/umd/marketing/large/dark/components/status.js +1336 -336
- package/js/umd/marketing/large/dark/components/table.js +2 -2
- package/js/umd/marketing/large/dark/mode.js +1814 -142
- package/js/umd/marketing/large/light/components/progress.js +2 -2
- package/js/umd/marketing/large/light/components/status.js +1336 -336
- package/js/umd/marketing/large/light/components/table.js +2 -2
- package/js/umd/marketing/large/light/mode.js +1825 -151
- package/js/umd/marketing/small/dark/components/container.js +1 -1
- package/js/umd/marketing/small/dark/components/progress.js +2 -2
- package/js/umd/marketing/small/dark/components/status.js +1336 -336
- package/js/umd/marketing/small/dark/components/table.js +2 -2
- package/js/umd/marketing/small/dark/mode.js +1814 -142
- package/js/umd/marketing/small/light/components/progress.js +2 -2
- package/js/umd/marketing/small/light/components/status.js +1336 -336
- package/js/umd/marketing/small/light/components/table.js +2 -2
- package/js/umd/marketing/small/light/mode.js +1825 -151
- package/js/umd/product/large/dark/components/container.js +1 -1
- package/js/umd/product/large/dark/components/progress.js +2 -2
- package/js/umd/product/large/dark/components/status.js +1336 -336
- package/js/umd/product/large/dark/components/table.js +2 -2
- package/js/umd/product/large/dark/mode.js +1814 -142
- package/js/umd/product/large/light/components/progress.js +2 -2
- package/js/umd/product/large/light/components/status.js +1336 -336
- package/js/umd/product/large/light/components/table.js +2 -2
- package/js/umd/product/large/light/mode.js +1825 -151
- package/js/umd/product/small/dark/components/container.js +1 -1
- package/js/umd/product/small/dark/components/progress.js +2 -2
- package/js/umd/product/small/dark/components/status.js +1336 -336
- package/js/umd/product/small/dark/components/table.js +2 -2
- package/js/umd/product/small/dark/mode.js +1814 -142
- package/js/umd/product/small/light/components/progress.js +2 -2
- package/js/umd/product/small/light/components/status.js +1336 -336
- package/js/umd/product/small/light/components/table.js +2 -2
- package/js/umd/product/small/light/mode.js +1825 -151
- package/json/flat/frozenproduct/large/dark/components/container.json +1 -1
- package/json/flat/frozenproduct/large/dark/components/progress.json +1 -1
- package/json/flat/frozenproduct/large/dark/components/status.json +72 -22
- package/json/flat/frozenproduct/large/dark/components/table.json +1 -1
- package/json/flat/frozenproduct/large/dark/mode.json +51 -4
- package/json/flat/frozenproduct/large/light/components/progress.json +1 -1
- package/json/flat/frozenproduct/large/light/components/status.json +72 -22
- package/json/flat/frozenproduct/large/light/components/table.json +1 -1
- package/json/flat/frozenproduct/large/light/mode.json +51 -4
- package/json/flat/frozenproduct/small/dark/components/container.json +1 -1
- package/json/flat/frozenproduct/small/dark/components/progress.json +1 -1
- package/json/flat/frozenproduct/small/dark/components/status.json +72 -22
- package/json/flat/frozenproduct/small/dark/components/table.json +1 -1
- package/json/flat/frozenproduct/small/dark/mode.json +51 -4
- package/json/flat/frozenproduct/small/light/components/progress.json +1 -1
- package/json/flat/frozenproduct/small/light/components/status.json +72 -22
- package/json/flat/frozenproduct/small/light/components/table.json +1 -1
- package/json/flat/frozenproduct/small/light/mode.json +51 -4
- package/json/flat/marketing/large/dark/components/container.json +1 -1
- package/json/flat/marketing/large/dark/components/progress.json +1 -1
- package/json/flat/marketing/large/dark/components/status.json +72 -22
- package/json/flat/marketing/large/dark/components/table.json +1 -1
- package/json/flat/marketing/large/dark/mode.json +51 -4
- package/json/flat/marketing/large/light/components/progress.json +1 -1
- package/json/flat/marketing/large/light/components/status.json +72 -22
- package/json/flat/marketing/large/light/components/table.json +1 -1
- package/json/flat/marketing/large/light/mode.json +51 -4
- package/json/flat/marketing/small/dark/components/container.json +1 -1
- package/json/flat/marketing/small/dark/components/progress.json +1 -1
- package/json/flat/marketing/small/dark/components/status.json +72 -22
- package/json/flat/marketing/small/dark/components/table.json +1 -1
- package/json/flat/marketing/small/dark/mode.json +51 -4
- package/json/flat/marketing/small/light/components/progress.json +1 -1
- package/json/flat/marketing/small/light/components/status.json +72 -22
- package/json/flat/marketing/small/light/components/table.json +1 -1
- package/json/flat/marketing/small/light/mode.json +51 -4
- package/json/flat/product/large/dark/components/container.json +1 -1
- package/json/flat/product/large/dark/components/progress.json +1 -1
- package/json/flat/product/large/dark/components/status.json +72 -22
- package/json/flat/product/large/dark/components/table.json +1 -1
- package/json/flat/product/large/dark/mode.json +51 -4
- package/json/flat/product/large/light/components/progress.json +1 -1
- package/json/flat/product/large/light/components/status.json +72 -22
- package/json/flat/product/large/light/components/table.json +1 -1
- package/json/flat/product/large/light/mode.json +51 -4
- package/json/flat/product/small/dark/components/container.json +1 -1
- package/json/flat/product/small/dark/components/progress.json +1 -1
- package/json/flat/product/small/dark/components/status.json +72 -22
- package/json/flat/product/small/dark/components/table.json +1 -1
- package/json/flat/product/small/dark/mode.json +51 -4
- package/json/flat/product/small/light/components/progress.json +1 -1
- package/json/flat/product/small/light/components/status.json +72 -22
- package/json/flat/product/small/light/components/table.json +1 -1
- package/json/flat/product/small/light/mode.json +51 -4
- package/json/nested/frozenproduct/large/dark/components/container.json +1 -1
- package/json/nested/frozenproduct/large/dark/components/progress.json +1 -1
- package/json/nested/frozenproduct/large/dark/components/status.json +106 -34
- package/json/nested/frozenproduct/large/dark/components/table.json +1 -1
- package/json/nested/frozenproduct/large/dark/mode.json +80 -9
- package/json/nested/frozenproduct/large/light/components/progress.json +1 -1
- package/json/nested/frozenproduct/large/light/components/status.json +106 -34
- package/json/nested/frozenproduct/large/light/components/table.json +1 -1
- package/json/nested/frozenproduct/large/light/mode.json +80 -9
- package/json/nested/frozenproduct/small/dark/components/container.json +1 -1
- package/json/nested/frozenproduct/small/dark/components/progress.json +1 -1
- package/json/nested/frozenproduct/small/dark/components/status.json +106 -34
- package/json/nested/frozenproduct/small/dark/components/table.json +1 -1
- package/json/nested/frozenproduct/small/dark/mode.json +80 -9
- package/json/nested/frozenproduct/small/light/components/progress.json +1 -1
- package/json/nested/frozenproduct/small/light/components/status.json +106 -34
- package/json/nested/frozenproduct/small/light/components/table.json +1 -1
- package/json/nested/frozenproduct/small/light/mode.json +80 -9
- package/json/nested/marketing/large/dark/components/container.json +1 -1
- package/json/nested/marketing/large/dark/components/progress.json +1 -1
- package/json/nested/marketing/large/dark/components/status.json +106 -34
- package/json/nested/marketing/large/dark/components/table.json +1 -1
- package/json/nested/marketing/large/dark/mode.json +80 -9
- package/json/nested/marketing/large/light/components/progress.json +1 -1
- package/json/nested/marketing/large/light/components/status.json +106 -34
- package/json/nested/marketing/large/light/components/table.json +1 -1
- package/json/nested/marketing/large/light/mode.json +80 -9
- package/json/nested/marketing/small/dark/components/container.json +1 -1
- package/json/nested/marketing/small/dark/components/progress.json +1 -1
- package/json/nested/marketing/small/dark/components/status.json +106 -34
- package/json/nested/marketing/small/dark/components/table.json +1 -1
- package/json/nested/marketing/small/dark/mode.json +80 -9
- package/json/nested/marketing/small/light/components/progress.json +1 -1
- package/json/nested/marketing/small/light/components/status.json +106 -34
- package/json/nested/marketing/small/light/components/table.json +1 -1
- package/json/nested/marketing/small/light/mode.json +80 -9
- package/json/nested/product/large/dark/components/container.json +1 -1
- package/json/nested/product/large/dark/components/progress.json +1 -1
- package/json/nested/product/large/dark/components/status.json +106 -34
- package/json/nested/product/large/dark/components/table.json +1 -1
- package/json/nested/product/large/dark/mode.json +80 -9
- package/json/nested/product/large/light/components/progress.json +1 -1
- package/json/nested/product/large/light/components/status.json +106 -34
- package/json/nested/product/large/light/components/table.json +1 -1
- package/json/nested/product/large/light/mode.json +80 -9
- package/json/nested/product/small/dark/components/container.json +1 -1
- package/json/nested/product/small/dark/components/progress.json +1 -1
- package/json/nested/product/small/dark/components/status.json +106 -34
- package/json/nested/product/small/dark/components/table.json +1 -1
- package/json/nested/product/small/dark/mode.json +80 -9
- package/json/nested/product/small/light/components/progress.json +1 -1
- package/json/nested/product/small/light/components/status.json +106 -34
- package/json/nested/product/small/light/components/table.json +1 -1
- package/json/nested/product/small/light/mode.json +80 -9
- package/package.json +1 -1
- package/sage-design-tokens-14.1.0.tgz +0 -0
- package/scss/frozenproduct/large/components/button.scss +13 -13
- package/scss/frozenproduct/large/components/container.scss +10 -10
- package/scss/frozenproduct/large/components/form.scss +7 -7
- package/scss/frozenproduct/large/components/link.scss +2 -2
- package/scss/frozenproduct/large/components/nav.scss +5 -5
- package/scss/frozenproduct/large/components/page.scss +1 -1
- package/scss/frozenproduct/large/components/popover.scss +2 -2
- package/scss/frozenproduct/large/components/progress.scss +7 -7
- package/scss/frozenproduct/large/components/status.scss +64 -14
- package/scss/frozenproduct/large/components/tab.scss +7 -7
- package/scss/frozenproduct/large/components/table.scss +11 -11
- package/scss/frozenproduct/large/dark.scss +51 -4
- package/scss/frozenproduct/large/light.scss +51 -4
- package/scss/frozenproduct/small/components/button.scss +13 -13
- package/scss/frozenproduct/small/components/container.scss +10 -10
- package/scss/frozenproduct/small/components/form.scss +7 -7
- package/scss/frozenproduct/small/components/link.scss +2 -2
- package/scss/frozenproduct/small/components/nav.scss +5 -5
- package/scss/frozenproduct/small/components/page.scss +1 -1
- package/scss/frozenproduct/small/components/popover.scss +2 -2
- package/scss/frozenproduct/small/components/progress.scss +7 -7
- package/scss/frozenproduct/small/components/status.scss +64 -14
- package/scss/frozenproduct/small/components/tab.scss +7 -7
- package/scss/frozenproduct/small/components/table.scss +11 -11
- package/scss/frozenproduct/small/dark.scss +51 -4
- package/scss/frozenproduct/small/light.scss +51 -4
- package/scss/marketing/large/components/progress.scss +1 -1
- package/scss/marketing/large/components/status.scss +62 -12
- package/scss/marketing/large/components/table.scss +1 -1
- package/scss/marketing/large/dark.scss +51 -4
- package/scss/marketing/large/light.scss +51 -4
- package/scss/marketing/small/components/progress.scss +1 -1
- package/scss/marketing/small/components/status.scss +62 -12
- package/scss/marketing/small/components/table.scss +1 -1
- package/scss/marketing/small/dark.scss +51 -4
- package/scss/marketing/small/light.scss +51 -4
- package/scss/product/large/components/progress.scss +1 -1
- package/scss/product/large/components/status.scss +62 -12
- package/scss/product/large/components/table.scss +1 -1
- package/scss/product/large/dark.scss +51 -4
- package/scss/product/large/light.scss +51 -4
- package/scss/product/small/components/progress.scss +1 -1
- package/scss/product/small/components/status.scss +62 -12
- package/scss/product/small/components/table.scss +1 -1
- package/scss/product/small/dark.scss +51 -4
- package/scss/product/small/light.scss +51 -4
- package/sage-design-tokens-14.0.1.tgz +0 -0
@@ -286,8 +286,9 @@
|
|
286
286
|
"default-horizontal": "linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
287
287
|
"default-vertical": "linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)"
|
288
288
|
},
|
289
|
-
"
|
290
|
-
"
|
289
|
+
"callout": {
|
290
|
+
"defaultAlt": "#122211",
|
291
|
+
"hoverAlt": "#263525"
|
291
292
|
},
|
292
293
|
"caution": {
|
293
294
|
"default": "#E04500",
|
@@ -320,6 +321,83 @@
|
|
320
321
|
"withHoverAlt": "#000000"
|
321
322
|
}
|
322
323
|
},
|
324
|
+
"custom": {
|
325
|
+
"blue": {
|
326
|
+
"default": "#007FD9",
|
327
|
+
"defaultAlt": "#0d1219",
|
328
|
+
"hover": "#4f91df",
|
329
|
+
"hoverAlt": "#142131"
|
330
|
+
},
|
331
|
+
"teal": {
|
332
|
+
"default": "#008A89",
|
333
|
+
"defaultAlt": "#0a1313",
|
334
|
+
"hover": "#449b9a",
|
335
|
+
"hoverAlt": "#082427"
|
336
|
+
},
|
337
|
+
"green": {
|
338
|
+
"default": "#009023",
|
339
|
+
"defaultAlt": "#0a1408",
|
340
|
+
"hover": "#44a146",
|
341
|
+
"hoverAlt": "#0b2418"
|
342
|
+
},
|
343
|
+
"lime": {
|
344
|
+
"default": "#6E8500",
|
345
|
+
"defaultAlt": "#111205",
|
346
|
+
"hover": "#859635",
|
347
|
+
"hoverAlt": "#162311"
|
348
|
+
},
|
349
|
+
"orange": {
|
350
|
+
"default": "#DB4B00",
|
351
|
+
"defaultAlt": "#1c0e04",
|
352
|
+
"hover": "#e66930",
|
353
|
+
"hoverAlt": "#331816"
|
354
|
+
},
|
355
|
+
"red": {
|
356
|
+
"default": "#F50058",
|
357
|
+
"defaultAlt": "#1e0d0d",
|
358
|
+
"hover": "#fc4e6e",
|
359
|
+
"hoverAlt": "#331720"
|
360
|
+
},
|
361
|
+
"pink": {
|
362
|
+
"default": "#DD2BAB",
|
363
|
+
"defaultAlt": "#1b0d16",
|
364
|
+
"hover": "#e558b7",
|
365
|
+
"hoverAlt": "#2d192b"
|
366
|
+
},
|
367
|
+
"purple": {
|
368
|
+
"default": "#985FDC",
|
369
|
+
"defaultAlt": "#150f19",
|
370
|
+
"hover": "#a977e2",
|
371
|
+
"hoverAlt": "#231c30"
|
372
|
+
},
|
373
|
+
"gray": {
|
374
|
+
"default": "#7C7C7C",
|
375
|
+
"defaultAlt": "#111",
|
376
|
+
"hover": "#8e8e8e",
|
377
|
+
"hoverAlt": "#1a202b"
|
378
|
+
},
|
379
|
+
"slate": {
|
380
|
+
"default": "#5C8196",
|
381
|
+
"defaultAlt": "#0f1214",
|
382
|
+
"hover": "#7493a5",
|
383
|
+
"hoverAlt": "#13222c"
|
384
|
+
}
|
385
|
+
},
|
386
|
+
"generic": {
|
387
|
+
"default": "#F0F"
|
388
|
+
},
|
389
|
+
"important": {
|
390
|
+
"default": "#8F4CD7",
|
391
|
+
"defaultAlt": "#150d19",
|
392
|
+
"hover": "#a267de",
|
393
|
+
"hoverAlt": "#231b30",
|
394
|
+
"inverse": {
|
395
|
+
"default": "#985FDC",
|
396
|
+
"defaultAlt": "#f1e6fa",
|
397
|
+
"hover": "#8051b8",
|
398
|
+
"hoverAlt": "#daceed"
|
399
|
+
}
|
400
|
+
},
|
323
401
|
"inactive": {
|
324
402
|
"default": "#4b4b4b",
|
325
403
|
"withDefault": "#ffffffab",
|
@@ -328,9 +406,6 @@
|
|
328
406
|
"withDefault": "#000000ab"
|
329
407
|
}
|
330
408
|
},
|
331
|
-
"important": {
|
332
|
-
"default": "#985FDC"
|
333
|
-
},
|
334
409
|
"info": {
|
335
410
|
"default": "#007ED9",
|
336
411
|
"defaultAlt": "#111722",
|
@@ -391,10 +466,6 @@
|
|
391
466
|
"hoverAlt": "#cbe1c9"
|
392
467
|
}
|
393
468
|
},
|
394
|
-
"callout": {
|
395
|
-
"defaultAlt": "#122211",
|
396
|
-
"hoverAlt": "#263525"
|
397
|
-
},
|
398
469
|
"reviews": {
|
399
470
|
"default": "#00D639",
|
400
471
|
"defaultAlt": "linear-gradient(90deg, #00D639 0%, #00D639 50%, #282828 50%, #282828 100%)",
|
@@ -3,25 +3,6 @@
|
|
3
3
|
"color": {
|
4
4
|
"none": "#fff0",
|
5
5
|
"message": {
|
6
|
-
"global": {
|
7
|
-
"label-default": "#000000f2",
|
8
|
-
"label-hover": "#000000",
|
9
|
-
"callout": {
|
10
|
-
"bg-default": "#e5fae2",
|
11
|
-
"bg-hover": "#d8ecd5",
|
12
|
-
"icon": "#000000f2"
|
13
|
-
},
|
14
|
-
"info": {
|
15
|
-
"bg-default": "#eaeef6",
|
16
|
-
"bg-hover": "#cdd7ea",
|
17
|
-
"icon": "#0060A7"
|
18
|
-
},
|
19
|
-
"warning": {
|
20
|
-
"bg-default": "#ffede5",
|
21
|
-
"bg-hover": "#fed5c3",
|
22
|
-
"icon": "#D64309"
|
23
|
-
}
|
24
|
-
},
|
25
6
|
"contextual": {
|
26
7
|
"bg": "#FFFFFF",
|
27
8
|
"icon": "#FFFFFF",
|
@@ -60,19 +41,98 @@
|
|
60
41
|
"border-default": "#D64309",
|
61
42
|
"icon": "#D64309"
|
62
43
|
}
|
44
|
+
},
|
45
|
+
"global": {
|
46
|
+
"label-default": "#000000f2",
|
47
|
+
"label-hover": "#000000",
|
48
|
+
"callout": {
|
49
|
+
"bg-default": "#e5fae2",
|
50
|
+
"bg-hover": "#d8ecd5",
|
51
|
+
"icon": "#000000f2"
|
52
|
+
},
|
53
|
+
"info": {
|
54
|
+
"bg-default": "#eaeef6",
|
55
|
+
"bg-hover": "#cdd7ea",
|
56
|
+
"icon": "#0060A7"
|
57
|
+
},
|
58
|
+
"warning": {
|
59
|
+
"bg-default": "#ffede5",
|
60
|
+
"bg-hover": "#fed5c3",
|
61
|
+
"icon": "#D64309"
|
62
|
+
}
|
63
63
|
}
|
64
64
|
},
|
65
65
|
"pill": {
|
66
|
-
"
|
67
|
-
"
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
"
|
73
|
-
|
74
|
-
|
75
|
-
"
|
66
|
+
"custom": {
|
67
|
+
"blue": {
|
68
|
+
"bg-default": "#0071C3",
|
69
|
+
"bgAlt-default": "#ebf0f9",
|
70
|
+
"bgAlt-hover": "#ced9ed",
|
71
|
+
"bg-hover": "#135fa3",
|
72
|
+
"border-default": "#0071C3"
|
73
|
+
},
|
74
|
+
"teal": {
|
75
|
+
"bg-default": "#007C7B",
|
76
|
+
"bgAlt-default": "#e9f1f1",
|
77
|
+
"bgAlt-hover": "#c4dde0",
|
78
|
+
"bg-hover": "#0e6968",
|
79
|
+
"border-default": "#007C7B"
|
80
|
+
},
|
81
|
+
"green": {
|
82
|
+
"bg-default": "#00811F",
|
83
|
+
"bgAlt-default": "#e9f2e8",
|
84
|
+
"bgAlt-hover": "#c4decf",
|
85
|
+
"bg-hover": "#0e6d1d",
|
86
|
+
"border-default": "#00811F"
|
87
|
+
},
|
88
|
+
"lime": {
|
89
|
+
"bg-default": "#637700",
|
90
|
+
"bgAlt-default": "#eff1e6",
|
91
|
+
"bgAlt-hover": "#cdddc9",
|
92
|
+
"bg-hover": "#546408",
|
93
|
+
"border-default": "#637700"
|
94
|
+
},
|
95
|
+
"orange": {
|
96
|
+
"bg-default": "#C54300",
|
97
|
+
"bgAlt-default": "#feece5",
|
98
|
+
"bgAlt-hover": "#f2d0ce",
|
99
|
+
"bg-hover": "#a53a06",
|
100
|
+
"border-default": "#C54300"
|
101
|
+
},
|
102
|
+
"red": {
|
103
|
+
"bg-default": "#DC004E",
|
104
|
+
"bgAlt-default": "#ffebec",
|
105
|
+
"bgAlt-hover": "#f1cfd9",
|
106
|
+
"bg-hover": "#b81242",
|
107
|
+
"border-default": "#DC004E"
|
108
|
+
},
|
109
|
+
"pink": {
|
110
|
+
"bg-default": "#C8269A",
|
111
|
+
"bgAlt-default": "#fcecf5",
|
112
|
+
"bgAlt-hover": "#ead2e5",
|
113
|
+
"bg-hover": "#a82581",
|
114
|
+
"border-default": "#C8269A"
|
115
|
+
},
|
116
|
+
"purple": {
|
117
|
+
"bg-default": "#8F4CD7",
|
118
|
+
"bgAlt-default": "#f5edfc",
|
119
|
+
"bgAlt-hover": "#ded4ee",
|
120
|
+
"bg-hover": "#7941b4",
|
121
|
+
"border-default": "#8F4CD7"
|
122
|
+
},
|
123
|
+
"gray": {
|
124
|
+
"bg-default": "#6F6F6F",
|
125
|
+
"bgAlt-default": "#f0f0f0",
|
126
|
+
"bgAlt-hover": "#d3d9e5",
|
127
|
+
"bg-hover": "#5e5e5e",
|
128
|
+
"border-default": "#6F6F6F"
|
129
|
+
},
|
130
|
+
"slate": {
|
131
|
+
"bg-default": "#527386",
|
132
|
+
"bgAlt-default": "#edf0f2",
|
133
|
+
"bgAlt-hover": "#cbdae6",
|
134
|
+
"bg-hover": "#466171",
|
135
|
+
"border-default": "#527386"
|
76
136
|
}
|
77
137
|
},
|
78
138
|
"error": {
|
@@ -89,6 +149,18 @@
|
|
89
149
|
"border-default": "#E13E53"
|
90
150
|
}
|
91
151
|
},
|
152
|
+
"generic": {
|
153
|
+
"label-default": "#FFFFFF",
|
154
|
+
"label-hover": "#FFFFFF",
|
155
|
+
"labelAlt-default": "#000000f2",
|
156
|
+
"labelAlt-hover": "#000000f2",
|
157
|
+
"inverse": {
|
158
|
+
"label-default": "#000000",
|
159
|
+
"label-hover": "#000000",
|
160
|
+
"labelAlt-default": "#fffffff2",
|
161
|
+
"labelAlt-hover": "#fffffff2"
|
162
|
+
}
|
163
|
+
},
|
92
164
|
"info": {
|
93
165
|
"bg-default": "#0060A7",
|
94
166
|
"bgAlt-default": "#eaeef6",
|
@@ -117,6 +189,11 @@
|
|
117
189
|
"border-default": "#7C7C7C"
|
118
190
|
}
|
119
191
|
},
|
192
|
+
"readonly": {
|
193
|
+
"bg-default": "#a6a6a6",
|
194
|
+
"border-default": "#a6a6a6",
|
195
|
+
"label": "#000000ab"
|
196
|
+
},
|
120
197
|
"success": {
|
121
198
|
"bg-default": "#00811F",
|
122
199
|
"bgAlt-default": "#e9f2e8",
|
@@ -144,11 +221,6 @@
|
|
144
221
|
"bg-hover": "#eb6530",
|
145
222
|
"border-default": "#E04500"
|
146
223
|
}
|
147
|
-
},
|
148
|
-
"readonly": {
|
149
|
-
"bg-default": "#a6a6a6",
|
150
|
-
"border-default": "#a6a6a6",
|
151
|
-
"label": "#000000ab"
|
152
224
|
}
|
153
225
|
},
|
154
226
|
"rating": {
|
@@ -286,8 +286,9 @@
|
|
286
286
|
"default-horizontal": "linear-gradient(90deg, #13A038 0%, #149197 40%, #A87CFB 90%)",
|
287
287
|
"default-vertical": "linear-gradient(180deg, #13A038 0%, #149197 40%, #A87CFB 90%)"
|
288
288
|
},
|
289
|
-
"
|
290
|
-
"
|
289
|
+
"callout": {
|
290
|
+
"defaultAlt": "#e5fae2",
|
291
|
+
"hoverAlt": "#d8ecd5"
|
291
292
|
},
|
292
293
|
"caution": {
|
293
294
|
"default": "#D64309",
|
@@ -320,6 +321,83 @@
|
|
320
321
|
"withHoverAlt": "#FFFFFF"
|
321
322
|
}
|
322
323
|
},
|
324
|
+
"custom": {
|
325
|
+
"blue": {
|
326
|
+
"default": "#0071C3",
|
327
|
+
"defaultAlt": "#ebf0f9",
|
328
|
+
"hover": "#135fa3",
|
329
|
+
"hoverAlt": "#ced9ed"
|
330
|
+
},
|
331
|
+
"teal": {
|
332
|
+
"default": "#007C7B",
|
333
|
+
"defaultAlt": "#e9f1f1",
|
334
|
+
"hover": "#0e6968",
|
335
|
+
"hoverAlt": "#c4dde0"
|
336
|
+
},
|
337
|
+
"green": {
|
338
|
+
"default": "#00811F",
|
339
|
+
"defaultAlt": "#e9f2e8",
|
340
|
+
"hover": "#0e6d1d",
|
341
|
+
"hoverAlt": "#c4decf"
|
342
|
+
},
|
343
|
+
"lime": {
|
344
|
+
"default": "#637700",
|
345
|
+
"defaultAlt": "#eff1e6",
|
346
|
+
"hover": "#546408",
|
347
|
+
"hoverAlt": "#cdddc9"
|
348
|
+
},
|
349
|
+
"orange": {
|
350
|
+
"default": "#C54300",
|
351
|
+
"defaultAlt": "#feece5",
|
352
|
+
"hover": "#a53a06",
|
353
|
+
"hoverAlt": "#f2d0ce"
|
354
|
+
},
|
355
|
+
"red": {
|
356
|
+
"default": "#DC004E",
|
357
|
+
"defaultAlt": "#ffebec",
|
358
|
+
"hover": "#b81242",
|
359
|
+
"hoverAlt": "#f1cfd9"
|
360
|
+
},
|
361
|
+
"pink": {
|
362
|
+
"default": "#C8269A",
|
363
|
+
"defaultAlt": "#fcecf5",
|
364
|
+
"hover": "#a82581",
|
365
|
+
"hoverAlt": "#ead2e5"
|
366
|
+
},
|
367
|
+
"purple": {
|
368
|
+
"default": "#8F4CD7",
|
369
|
+
"defaultAlt": "#f5edfc",
|
370
|
+
"hover": "#7941b4",
|
371
|
+
"hoverAlt": "#ded4ee"
|
372
|
+
},
|
373
|
+
"gray": {
|
374
|
+
"default": "#6F6F6F",
|
375
|
+
"defaultAlt": "#f0f0f0",
|
376
|
+
"hover": "#5e5e5e",
|
377
|
+
"hoverAlt": "#d3d9e5"
|
378
|
+
},
|
379
|
+
"slate": {
|
380
|
+
"default": "#527386",
|
381
|
+
"defaultAlt": "#edf0f2",
|
382
|
+
"hover": "#466171",
|
383
|
+
"hoverAlt": "#cbdae6"
|
384
|
+
}
|
385
|
+
},
|
386
|
+
"generic": {
|
387
|
+
"default": "#F0F"
|
388
|
+
},
|
389
|
+
"important": {
|
390
|
+
"default": "#8F4CD7",
|
391
|
+
"defaultAlt": "#f5edfc",
|
392
|
+
"hover": "#7941b4",
|
393
|
+
"hoverAlt": "#ded4ee",
|
394
|
+
"inverse": {
|
395
|
+
"default": "#985FDC",
|
396
|
+
"defaultAlt": "#1b1422",
|
397
|
+
"hover": "#a977e2",
|
398
|
+
"hoverAlt": "#282039"
|
399
|
+
}
|
400
|
+
},
|
323
401
|
"inactive": {
|
324
402
|
"default": "#a6a6a6",
|
325
403
|
"withDefault": "#000000ab",
|
@@ -328,9 +406,6 @@
|
|
328
406
|
"withDefault": "#ffffffab"
|
329
407
|
}
|
330
408
|
},
|
331
|
-
"important": {
|
332
|
-
"default": "#8F4CD7"
|
333
|
-
},
|
334
409
|
"info": {
|
335
410
|
"default": "#0060A7",
|
336
411
|
"defaultAlt": "#eaeef6",
|
@@ -391,10 +466,6 @@
|
|
391
466
|
"hoverAlt": "#132912"
|
392
467
|
}
|
393
468
|
},
|
394
|
-
"callout": {
|
395
|
-
"defaultAlt": "#e5fae2",
|
396
|
-
"hoverAlt": "#d8ecd5"
|
397
|
-
},
|
398
469
|
"reviews": {
|
399
470
|
"default": "#00811F",
|
400
471
|
"defaultAlt": "linear-gradient(90deg, #00811F 0%, #00811F 50%, #d1d1d1 50%, #d1d1d1 100%)",
|
package/package.json
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
},
|
7
7
|
"description": "Design tokens for the Sage Design System.",
|
8
8
|
"author": "The Sage Group plc",
|
9
|
-
"version": "14.0
|
9
|
+
"version": "14.1.0",
|
10
10
|
"license": "SEE LICENSE IN https://github.com/Sage/design-tokens/blob/master/license",
|
11
11
|
"tags": [
|
12
12
|
"design tokens",
|
Binary file
|
@@ -40,7 +40,6 @@ $button-color-typical-secondary-inverse-label-disabled: $modes-color-interactive
|
|
40
40
|
$button-color-typical-tertiary-inverse-border-disabled: $modes-color-interactive-inactive-inverse-default;
|
41
41
|
$button-color-typical-tertiary-inverse-label-disabled: $modes-color-interactive-inactive-inverse-content;
|
42
42
|
$button-color-typical-subtle-inverse-label-disabled: $modes-color-interactive-inactive-inverse-content;
|
43
|
-
$button-color-typical-toggle-bg-active: $modes-color-interactive-monochrome-active;
|
44
43
|
$button-typography-adaptive-primary-s: $global-typography-adaptive-component-firm-s;
|
45
44
|
$button-typography-adaptive-primary-m: $global-typography-adaptive-component-firm-m;
|
46
45
|
$button-typography-adaptive-primary-l: $global-typography-adaptive-component-firm-l;
|
@@ -72,7 +71,6 @@ $button-typography-responsive-tertiary-s: $global-typography-responsive-componen
|
|
72
71
|
$button-typography-responsive-tertiary-m: $global-typography-responsive-component-firm-m;
|
73
72
|
$button-typography-responsive-tertiary-l: $global-typography-responsive-component-firm-l;
|
74
73
|
$button-color-ai-label-active: $modes-color-interactive-monochrome-with-active-alt;
|
75
|
-
$button-color-ai-label-enabled: $modes-color-interactive-monochrome-default;
|
76
74
|
$button-color-ai-label-hover: $modes-color-interactive-monochrome-with-hover;
|
77
75
|
$button-color-destructive-primary-bg-hover: $modes-color-interactive-danger-hover;
|
78
76
|
$button-color-destructive-secondary-bg-hover: $modes-color-interactive-danger-hover-alt;
|
@@ -81,25 +79,18 @@ $button-color-destructive-secondary-label-hover: $modes-color-interactive-danger
|
|
81
79
|
$button-color-typical-primary-bg-enabled: $modes-color-interactive-primary-default;
|
82
80
|
$button-color-typical-primary-inverse-bg-enabled: $modes-color-interactive-primary-inverse-default;
|
83
81
|
$button-color-typical-secondary-label-active: $modes-color-interactive-monochrome-with-active-alt;
|
84
|
-
$button-color-typical-secondary-label-enabled: $modes-color-interactive-monochrome-default;
|
85
82
|
$button-color-typical-secondary-label-hover: $modes-color-interactive-monochrome-with-hover;
|
86
83
|
$button-color-typical-tertiary-bg-enabled: $button-color-none;
|
87
84
|
$button-color-typical-tertiary-label-active: $modes-color-interactive-monochrome-with-active-alt;
|
88
|
-
$button-color-typical-tertiary-label-enabled: $modes-color-interactive-monochrome-default;
|
89
85
|
$button-color-typical-tertiary-label-hover: $modes-color-interactive-monochrome-with-hover;
|
90
86
|
$button-color-typical-tertiary-inverse-bg-enabled: $button-color-none;
|
91
87
|
$button-color-typical-subtle-bg-hover: $modes-color-interactive-monochrome-hover-alt;
|
92
88
|
$button-color-typical-subtle-label-active: $modes-color-interactive-monochrome-with-active-alt;
|
93
|
-
$button-color-typical-subtle-label-enabled: $modes-color-interactive-monochrome-default;
|
94
89
|
$button-color-typical-subtle-label-hover: $modes-color-interactive-monochrome-with-hover;
|
90
|
+
$button-color-typical-toggle-bg-active: $modes-color-interactive-monochrome-active;
|
95
91
|
$button-color-typical-toggle-bg-hover: $modes-color-interactive-monochrome-hover-alt;
|
96
|
-
$button-color-typical-toggle-border-enabled: $modes-color-interactive-monochrome-default;
|
97
|
-
$button-color-typical-toggle-label-enabled: $modes-color-interactive-monochrome-default-alt;
|
98
92
|
$button-color-typical-toggle-label-hover: $modes-color-interactive-monochrome-with-hover;
|
99
93
|
$button-color-video-bg-blur: $modes-color-interactive-monochrome-hover-alt;
|
100
|
-
$button-color-video-primary-label-enabled: $modes-color-interactive-monochrome-default;
|
101
|
-
$button-color-video-primary-label-hover: $modes-color-interactive-monochrome-default;
|
102
|
-
$button-color-video-secondary-label-hover: $modes-color-interactive-monochrome-default;
|
103
94
|
$button-size-split: $global-size-micro-xxs; // Split button (divider width)
|
104
95
|
$button-size-xs: $global-size-macro-xs; // min-height on XS Buttons
|
105
96
|
$button-size-s: $global-size-macro-s; // min-height on S Buttons
|
@@ -218,6 +209,7 @@ $button-space-video-x-s: $global-space-micro-xs; // Left padding on play icon in
|
|
218
209
|
$button-space-video-x-m: $global-space-micro-xs; // Left padding on play icon in video button
|
219
210
|
$button-space-video-x-l: $global-space-micro-xs; // Left padding on play icon in video button
|
220
211
|
$button-color-ai-label-disabled: $modes-color-interactive-inactive-content;
|
212
|
+
$button-color-ai-label-enabled: $modes-color-interactive-monochrome-default;
|
221
213
|
$button-color-destructive-primary-label-disabled: $modes-color-interactive-inactive-content-alt;
|
222
214
|
$button-color-destructive-secondary-label-disabled: $modes-color-interactive-inactive-content;
|
223
215
|
$button-color-typical-primary-bg-active: $modes-color-interactive-primary-active;
|
@@ -232,8 +224,10 @@ $button-color-typical-secondary-border-active: $modes-color-interactive-primary-
|
|
232
224
|
$button-color-typical-secondary-border-enabled: $modes-color-interactive-primary-default-alt;
|
233
225
|
$button-color-typical-secondary-border-hover: $modes-color-interactive-primary-hover;
|
234
226
|
$button-color-typical-secondary-label-disabled: $modes-color-interactive-inactive-content;
|
227
|
+
$button-color-typical-secondary-label-enabled: $modes-color-interactive-monochrome-default;
|
235
228
|
$button-color-typical-secondary-inverse-bg-active: $modes-color-interactive-primary-inverse-active-alt;
|
236
229
|
$button-color-typical-secondary-inverse-bg-enabled: $modes-color-interactive-primary-inverse-default-alt3;
|
230
|
+
$button-color-typical-secondary-inverse-bg-hover: $modes-color-interactive-primary-inverse-hover-alt;
|
237
231
|
$button-color-typical-secondary-inverse-border-active: $modes-color-interactive-primary-inverse-active;
|
238
232
|
$button-color-typical-secondary-inverse-border-enabled: $modes-color-interactive-primary-inverse-default-alt;
|
239
233
|
$button-color-typical-secondary-inverse-border-hover: $modes-color-interactive-primary-inverse-hover;
|
@@ -246,28 +240,35 @@ $button-color-typical-tertiary-border-active: $modes-color-interactive-primary-a
|
|
246
240
|
$button-color-typical-tertiary-border-enabled: $modes-color-interactive-primary-default-alt;
|
247
241
|
$button-color-typical-tertiary-border-hover: $modes-color-interactive-primary-hover;
|
248
242
|
$button-color-typical-tertiary-label-disabled: $modes-color-interactive-inactive-content;
|
243
|
+
$button-color-typical-tertiary-label-enabled: $modes-color-interactive-monochrome-default;
|
249
244
|
$button-color-typical-tertiary-inverse-bg-active: $modes-color-interactive-primary-inverse-active-alt;
|
245
|
+
$button-color-typical-tertiary-inverse-bg-hover: $modes-color-interactive-primary-inverse-hover-alt;
|
250
246
|
$button-color-typical-tertiary-inverse-border-active: $modes-color-interactive-primary-inverse-active;
|
251
247
|
$button-color-typical-tertiary-inverse-border-enabled: $modes-color-interactive-primary-inverse-default-alt;
|
252
248
|
$button-color-typical-tertiary-inverse-border-hover: $modes-color-interactive-primary-inverse-hover;
|
253
249
|
$button-color-typical-tertiary-inverse-label-active: $modes-color-interactive-monochrome-inverse-with-active-alt;
|
254
250
|
$button-color-typical-tertiary-inverse-label-enabled: $modes-color-interactive-monochrome-inverse-default;
|
255
251
|
$button-color-typical-tertiary-inverse-label-hover: $modes-color-interactive-monochrome-inverse-with-hover;
|
256
|
-
$button-color-typical-subtle-bg-active: $modes-color-interactive-monochrome-active-alt;
|
257
252
|
$button-color-typical-subtle-label-disabled: $modes-color-interactive-inactive-content;
|
253
|
+
$button-color-typical-subtle-label-enabled: $modes-color-interactive-monochrome-default;
|
258
254
|
$button-color-typical-subtle-inverse-bg-hover: $modes-color-interactive-monochrome-inverse-hover-alt;
|
259
255
|
$button-color-typical-subtle-inverse-label-active: $modes-color-interactive-monochrome-inverse-with-active-alt;
|
260
256
|
$button-color-typical-subtle-inverse-label-enabled: $modes-color-interactive-monochrome-inverse-default;
|
261
257
|
$button-color-typical-subtle-inverse-label-hover: $modes-color-interactive-monochrome-inverse-with-hover;
|
262
258
|
$button-color-typical-toggle-label-active-disabled: $modes-color-interactive-inactive-content-alt;
|
259
|
+
$button-color-typical-toggle-border-enabled: $modes-color-interactive-monochrome-default;
|
263
260
|
$button-color-typical-toggle-label-active: $modes-color-interactive-monochrome-with-active;
|
264
261
|
$button-color-typical-toggle-label-disabled: $modes-color-interactive-inactive-content;
|
262
|
+
$button-color-typical-toggle-label-enabled: $modes-color-interactive-monochrome-default-alt;
|
265
263
|
$button-color-video-primary-bg-enabled: $modes-color-interactive-monochrome-with-default;
|
266
264
|
$button-color-video-primary-bg-hover: $modes-color-interactive-monochrome-with-default;
|
265
|
+
$button-color-video-primary-label-enabled: $modes-color-interactive-monochrome-default;
|
266
|
+
$button-color-video-primary-label-hover: $modes-color-interactive-monochrome-default;
|
267
267
|
$button-color-video-secondary-bg-hover: $modes-color-interactive-monochrome-with-default;
|
268
268
|
$button-color-video-secondary-border-enabled: $modes-color-interactive-monochrome-with-default;
|
269
269
|
$button-color-video-secondary-border-hover: $modes-color-interactive-monochrome-with-default;
|
270
270
|
$button-color-video-secondary-label-enabled: $modes-color-interactive-monochrome-with-default;
|
271
|
+
$button-color-video-secondary-label-hover: $modes-color-interactive-monochrome-default;
|
271
272
|
$button-radius-s: $global-radius-interactive-l; // Buttons S (typical and destructive, and inc bar, split and multi), Button toggle M (parent container)
|
272
273
|
$button-radius-m: $global-radius-interactive-xl; // Buttons M (typical and destructive, and inc bar, split and multi), Button toggle L (parent container), Button toggle M (parent container)
|
273
274
|
$button-radius-l: $global-radius-interactive-xxl; // Buttons L (typical and destructive, and inc bar, split and multi), Button toggle L (parent container)
|
@@ -303,9 +304,8 @@ $button-color-destructive-primary-bg-disabled: $modes-color-interactive-inactive
|
|
303
304
|
$button-color-destructive-secondary-border-disabled: $modes-color-interactive-inactive-default;
|
304
305
|
$button-color-typical-primary-bg-disabled: $modes-color-interactive-inactive-default;
|
305
306
|
$button-color-typical-secondary-border-disabled: $modes-color-interactive-inactive-default;
|
306
|
-
$button-color-typical-secondary-inverse-bg-hover: $modes-color-interactive-primary-inverse-hover-alt;
|
307
307
|
$button-color-typical-tertiary-border-disabled: $modes-color-interactive-inactive-default;
|
308
|
-
$button-color-typical-
|
308
|
+
$button-color-typical-subtle-bg-active: $modes-color-interactive-monochrome-active-alt;
|
309
309
|
$button-color-typical-subtle-inverse-bg-active: $modes-color-interactive-monochrome-inverse-active-alt;
|
310
310
|
$button-color-typical-toggle-bg-active-disabled: $modes-color-interactive-inactive-default;
|
311
311
|
$button-color-typical-toggle-border-disabled: $modes-color-interactive-inactive-default;
|
@@ -17,17 +17,12 @@ $container-color-ai-nudge-border-ai-horizontal: $modes-color-status-ai-default-h
|
|
17
17
|
$container-color-ai-nudge-border-ai-vertical: $modes-color-status-ai-default-vertical; // left and right border for AI nudge message component
|
18
18
|
$container-color-ai-tile-bordervertical: $modes-color-status-ai-default-vertical; // left border for AI tiles and bubbles.
|
19
19
|
$container-color-interactive-bg-footer-activated: $modes-color-status-positive-default; //
|
20
|
-
$container-color-interactive-bg-footer-active: $modes-color-interactive-monochrome-active;
|
21
20
|
$container-color-interactive-border-activated: $modes-color-status-positive-default;
|
22
21
|
$container-color-interactive-bg-footer-default: $modes-color-generic-bg-nought; // tile footer bg color
|
23
22
|
$container-color-interactive-bg-enabled: $modes-color-generic-bg-nought;
|
24
|
-
$container-color-interactive-border-active: $modes-color-interactive-monochrome-active;
|
25
|
-
$container-color-interactive-icon-active: $modes-color-interactive-monochrome-active; // Active chevron for any accordion.
|
26
|
-
$container-color-interactive-text-active: $modes-color-interactive-monochrome-active; // Active label for any accordion.
|
27
23
|
$container-color-interactive-detailedicon-bg: $modes-color-custom-default; //
|
28
24
|
$container-color-interactive-droptarget-bg-default: $modes-color-status-info-default; // draggable drop target background color
|
29
25
|
$container-color-standard-bg-default: $modes-color-generic-bg-nought;
|
30
|
-
$container-color-standard-border-active: $modes-color-interactive-monochrome-active;
|
31
26
|
$container-color-standard-statusborder-bg-caution: $modes-color-status-caution-default;
|
32
27
|
$container-color-standard-statusborder-bg-negative: $modes-color-status-negative-default;
|
33
28
|
$container-color-standard-statusborder-bg-important: $modes-color-status-important-default;
|
@@ -54,17 +49,17 @@ $container-typography-responsive-paragraph-s: $global-typography-responsive-comp
|
|
54
49
|
$container-typography-responsive-paragraph-m: $global-typography-responsive-component-moderate-m;
|
55
50
|
$container-typography-responsive-paragraph-l: $global-typography-responsive-component-moderate-l;
|
56
51
|
$container-color-blockquote-border: $modes-color-interactive-primary-default;
|
52
|
+
$container-color-interactive-bg-footer-active: $modes-color-interactive-monochrome-active;
|
57
53
|
$container-color-interactive-bg-hover: $modes-color-interactive-monochrome-hover-alt; // Used for accordion hover backgrounds
|
58
|
-
$container-color-interactive-
|
59
|
-
$container-color-interactive-icon-
|
60
|
-
$container-color-interactive-
|
61
|
-
$container-color-interactive-icon-hover: $modes-color-interactive-monochrome-default; // Hover chevron for any accordion.
|
54
|
+
$container-color-interactive-border-active: $modes-color-interactive-monochrome-active;
|
55
|
+
$container-color-interactive-icon-active: $modes-color-interactive-monochrome-active; // Active chevron for any accordion.
|
56
|
+
$container-color-interactive-text-active: $modes-color-interactive-monochrome-active; // Active label for any accordion.
|
62
57
|
$container-color-interactive-text-enabled: $modes-color-generic-content-harsh; // Enabled label for standard accordion.
|
63
58
|
$container-color-interactive-text-alt-enabled: $modes-color-generic-content-moderate; // Enabled label for subtle accordion.
|
64
|
-
$container-color-interactive-text-hover: $modes-color-interactive-monochrome-default; // Hover label for any accordion.
|
65
59
|
$container-color-scrollbar-bg-default: $modes-color-generic-bg-faint;
|
66
60
|
$container-color-standard-bg-alt: $modes-color-generic-bg-faint;
|
67
61
|
$container-color-standard-bg-footer-default: $modes-color-generic-bg-faint; // tile footer bg color
|
62
|
+
$container-color-standard-border-active: $modes-color-interactive-monochrome-active;
|
68
63
|
$container-color-standard-dimmer: $modes-color-interactive-inactive-mask; // dimmed mask for dialogs
|
69
64
|
$container-color-standard-text-alt: $modes-color-generic-content-moderate; // for subheadings etc
|
70
65
|
$container-color-standard-text-default: $modes-color-generic-content-harsh; // for headings, paragraph text etc
|
@@ -81,11 +76,16 @@ $container-boxshadow-card-hover: $global-boxshadow-interactive-hover; // Card (h
|
|
81
76
|
$container-boxshadow-card-drag: $global-boxshadow-interactive-drag; // Card (drag state)
|
82
77
|
$container-color-interactive-bg-disabled: $modes-color-interactive-inactive-default-alt;
|
83
78
|
$container-color-interactive-border-alt: $modes-color-generic-fg-delicate; // Link preview.
|
79
|
+
$container-color-interactive-borderalt-hover: $modes-color-interactive-monochrome-default; // For hover border on Link preview.
|
84
80
|
$container-color-interactive-border-inactive: $modes-color-generic-fg-soft;
|
85
81
|
$container-color-interactive-border-enabled: $modes-color-generic-fg-moderate;
|
82
|
+
$container-color-interactive-icon-enabled: $modes-color-interactive-monochrome-default; // Enabled chevron for any accordion.
|
83
|
+
$container-color-interactive-icon-alt-enabled: $modes-color-interactive-monochrome-default-alt; // Enabled label for subtle accordion.
|
84
|
+
$container-color-interactive-icon-hover: $modes-color-interactive-monochrome-default; // Hover chevron for any accordion.
|
86
85
|
$container-color-interactive-label-footer-active: $modes-color-interactive-monochrome-with-active;
|
87
86
|
$container-color-interactive-label-footer-activated: $modes-color-interactive-monochrome-with-active;
|
88
87
|
$container-color-interactive-text-disabled: $modes-color-interactive-inactive-content;
|
88
|
+
$container-color-interactive-text-hover: $modes-color-interactive-monochrome-default; // Hover label for any accordion.
|
89
89
|
$container-color-scrollbar-fg-default: $modes-color-generic-fg-moderate;
|
90
90
|
$container-color-standard-border-alt: $modes-color-generic-fg-soft;
|
91
91
|
$container-color-standard-border-default: $modes-color-generic-fg-faint;
|