@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%)",
|
@@ -66,7 +66,7 @@
|
|
66
66
|
"bg-ai": "linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
67
67
|
"bg-caution": "#E04500",
|
68
68
|
"bg-negative": "#E13E53",
|
69
|
-
"bg-important": "#
|
69
|
+
"bg-important": "#8F4CD7",
|
70
70
|
"bg-info": "#007ED9",
|
71
71
|
"bg-neutral": "#7C7C7C",
|
72
72
|
"bg-positive": "#009023"
|
@@ -3,25 +3,6 @@
|
|
3
3
|
"color": {
|
4
4
|
"none": "#fff0",
|
5
5
|
"message": {
|
6
|
-
"global": {
|
7
|
-
"label-default": "#fffffff2",
|
8
|
-
"label-hover": "#FFFFFF",
|
9
|
-
"callout": {
|
10
|
-
"bg-default": "#122211",
|
11
|
-
"bg-hover": "#263525",
|
12
|
-
"icon": "#fffffff2"
|
13
|
-
},
|
14
|
-
"info": {
|
15
|
-
"bg-default": "#111722",
|
16
|
-
"bg-hover": "#17253a",
|
17
|
-
"icon": "#007ED9"
|
18
|
-
},
|
19
|
-
"warning": {
|
20
|
-
"bg-default": "#251206",
|
21
|
-
"bg-hover": "#3e1a0b",
|
22
|
-
"icon": "#E04500"
|
23
|
-
}
|
24
|
-
},
|
25
6
|
"contextual": {
|
26
7
|
"bg": "#000000",
|
27
8
|
"icon": "#000000",
|
@@ -60,19 +41,98 @@
|
|
60
41
|
"border-default": "#E04500",
|
61
42
|
"icon": "#E04500"
|
62
43
|
}
|
44
|
+
},
|
45
|
+
"global": {
|
46
|
+
"label-default": "#fffffff2",
|
47
|
+
"label-hover": "#FFFFFF",
|
48
|
+
"callout": {
|
49
|
+
"bg-default": "#122211",
|
50
|
+
"bg-hover": "#263525",
|
51
|
+
"icon": "#fffffff2"
|
52
|
+
},
|
53
|
+
"info": {
|
54
|
+
"bg-default": "#111722",
|
55
|
+
"bg-hover": "#17253a",
|
56
|
+
"icon": "#007ED9"
|
57
|
+
},
|
58
|
+
"warning": {
|
59
|
+
"bg-default": "#251206",
|
60
|
+
"bg-hover": "#3e1a0b",
|
61
|
+
"icon": "#E04500"
|
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": "#007FD9",
|
69
|
+
"bgAlt-default": "#0d1219",
|
70
|
+
"bgAlt-hover": "#142131",
|
71
|
+
"bg-hover": "#4f91df",
|
72
|
+
"border-default": "#007FD9"
|
73
|
+
},
|
74
|
+
"teal": {
|
75
|
+
"bg-default": "#008A89",
|
76
|
+
"bgAlt-default": "#0a1313",
|
77
|
+
"bgAlt-hover": "#082427",
|
78
|
+
"bg-hover": "#449b9a",
|
79
|
+
"border-default": "#008A89"
|
80
|
+
},
|
81
|
+
"green": {
|
82
|
+
"bg-default": "#009023",
|
83
|
+
"bgAlt-default": "#0a1408",
|
84
|
+
"bgAlt-hover": "#0b2418",
|
85
|
+
"bg-hover": "#44a146",
|
86
|
+
"border-default": "#009023"
|
87
|
+
},
|
88
|
+
"lime": {
|
89
|
+
"bg-default": "#6E8500",
|
90
|
+
"bgAlt-default": "#111205",
|
91
|
+
"bgAlt-hover": "#162311",
|
92
|
+
"bg-hover": "#859635",
|
93
|
+
"border-default": "#6E8500"
|
94
|
+
},
|
95
|
+
"orange": {
|
96
|
+
"bg-default": "#DB4B00",
|
97
|
+
"bgAlt-default": "#1c0e04",
|
98
|
+
"bgAlt-hover": "#331816",
|
99
|
+
"bg-hover": "#e66930",
|
100
|
+
"border-default": "#DB4B00"
|
101
|
+
},
|
102
|
+
"red": {
|
103
|
+
"bg-default": "#F50058",
|
104
|
+
"bgAlt-default": "#1e0d0d",
|
105
|
+
"bgAlt-hover": "#331720",
|
106
|
+
"bg-hover": "#fc4e6e",
|
107
|
+
"border-default": "#F50058"
|
108
|
+
},
|
109
|
+
"pink": {
|
110
|
+
"bg-default": "#DD2BAB",
|
111
|
+
"bgAlt-default": "#1b0d16",
|
112
|
+
"bgAlt-hover": "#2d192b",
|
113
|
+
"bg-hover": "#e558b7",
|
114
|
+
"border-default": "#DD2BAB"
|
115
|
+
},
|
116
|
+
"purple": {
|
117
|
+
"bg-default": "#985FDC",
|
118
|
+
"bgAlt-default": "#150f19",
|
119
|
+
"bgAlt-hover": "#231c30",
|
120
|
+
"bg-hover": "#a977e2",
|
121
|
+
"border-default": "#985FDC"
|
122
|
+
},
|
123
|
+
"gray": {
|
124
|
+
"bg-default": "#7C7C7C",
|
125
|
+
"bgAlt-default": "#111",
|
126
|
+
"bgAlt-hover": "#1a202b",
|
127
|
+
"bg-hover": "#8e8e8e",
|
128
|
+
"border-default": "#7C7C7C"
|
129
|
+
},
|
130
|
+
"slate": {
|
131
|
+
"bg-default": "#5C8196",
|
132
|
+
"bgAlt-default": "#0f1214",
|
133
|
+
"bgAlt-hover": "#13222c",
|
134
|
+
"bg-hover": "#7493a5",
|
135
|
+
"border-default": "#5C8196"
|
76
136
|
}
|
77
137
|
},
|
78
138
|
"error": {
|
@@ -89,6 +149,18 @@
|
|
89
149
|
"border-default": "#CD384B"
|
90
150
|
}
|
91
151
|
},
|
152
|
+
"generic": {
|
153
|
+
"label-default": "#000000",
|
154
|
+
"label-hover": "#000000",
|
155
|
+
"labelAlt-default": "#fffffff2",
|
156
|
+
"labelAlt-hover": "#fffffff2",
|
157
|
+
"inverse": {
|
158
|
+
"label-default": "#FFFFFF",
|
159
|
+
"label-hover": "#FFFFFF",
|
160
|
+
"labelAlt-default": "#000000f2",
|
161
|
+
"labelAlt-hover": "#000000f2"
|
162
|
+
}
|
163
|
+
},
|
92
164
|
"info": {
|
93
165
|
"bg-default": "#007ED9",
|
94
166
|
"bgAlt-default": "#111722",
|
@@ -117,6 +189,11 @@
|
|
117
189
|
"border-default": "#656565"
|
118
190
|
}
|
119
191
|
},
|
192
|
+
"readonly": {
|
193
|
+
"bg-default": "#4b4b4b",
|
194
|
+
"border-default": "#4b4b4b",
|
195
|
+
"label": "#ffffffab"
|
196
|
+
},
|
120
197
|
"success": {
|
121
198
|
"bg-default": "#009023",
|
122
199
|
"bgAlt-default": "#0e1a0b",
|
@@ -144,11 +221,6 @@
|
|
144
221
|
"bg-hover": "#b33b0d",
|
145
222
|
"border-default": "#D64309"
|
146
223
|
}
|
147
|
-
},
|
148
|
-
"readonly": {
|
149
|
-
"bg-default": "#4b4b4b",
|
150
|
-
"border-default": "#4b4b4b",
|
151
|
-
"label": "#ffffffab"
|
152
224
|
}
|
153
225
|
},
|
154
226
|
"rating": {
|