@sage/design-tokens 14.0.1 → 14.2.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 +176 -22
- package/css/frozenproduct/large/components/progress.css +1 -1
- package/css/frozenproduct/large/components/status.css +72 -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 +72 -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 +176 -22
- package/css/marketing/large/components/progress.css +1 -1
- package/css/marketing/large/components/status.css +72 -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 +72 -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 +176 -22
- package/css/product/large/components/progress.css +1 -1
- package/css/product/large/components/status.css +72 -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 +72 -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 +82 -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 +82 -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 +82 -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 +82 -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 +82 -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 +82 -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 +82 -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 +82 -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 +82 -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 +82 -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 +82 -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 +82 -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 +111 -25
- package/js/common/frozenproduct/large/dark/components/status.js +1451 -355
- 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 +111 -25
- package/js/common/frozenproduct/large/light/components/status.js +1451 -355
- 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 +111 -25
- package/js/common/frozenproduct/small/dark/components/status.js +1451 -355
- 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 +111 -25
- package/js/common/frozenproduct/small/light/components/status.js +1451 -355
- 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 +111 -25
- package/js/common/marketing/large/dark/components/status.js +1451 -355
- 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 +111 -25
- package/js/common/marketing/large/light/components/status.js +1451 -355
- 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 +111 -25
- package/js/common/marketing/small/dark/components/status.js +1451 -355
- 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 +111 -25
- package/js/common/marketing/small/light/components/status.js +1451 -355
- 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 +111 -25
- package/js/common/product/large/dark/components/status.js +1451 -355
- 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 +111 -25
- package/js/common/product/large/light/components/status.js +1451 -355
- 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 +111 -25
- package/js/common/product/small/dark/components/status.js +1451 -355
- 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 +111 -25
- package/js/common/product/small/light/components/status.js +1451 -355
- 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 +82 -22
- package/js/es6/frozenproduct/large/dark/components/status.js +82 -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 +82 -22
- package/js/es6/frozenproduct/large/light/components/status.js +82 -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 +82 -22
- package/js/es6/frozenproduct/small/dark/components/status.js +82 -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 +82 -22
- package/js/es6/frozenproduct/small/light/components/status.js +82 -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 +82 -22
- package/js/es6/marketing/large/dark/components/status.js +82 -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 +82 -22
- package/js/es6/marketing/large/light/components/status.js +82 -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 +82 -22
- package/js/es6/marketing/small/dark/components/status.js +82 -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 +82 -22
- package/js/es6/marketing/small/light/components/status.js +82 -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 +82 -22
- package/js/es6/product/large/dark/components/status.js +82 -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 +82 -22
- package/js/es6/product/large/light/components/status.js +82 -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 +82 -22
- package/js/es6/product/small/dark/components/status.js +82 -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 +82 -22
- package/js/es6/product/small/light/components/status.js +82 -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 +1555 -382
- 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 +1555 -382
- 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 +1555 -382
- 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 +1555 -382
- 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 +1555 -382
- 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 +1555 -382
- 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 +1555 -382
- 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 +1555 -382
- 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 +1555 -382
- 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 +1555 -382
- 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 +1555 -382
- 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 +1555 -382
- 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 +82 -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 +82 -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 +82 -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 +82 -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 +82 -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 +82 -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 +82 -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 +82 -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 +82 -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 +82 -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 +82 -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 +82 -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 +120 -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 +120 -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 +120 -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 +120 -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 +120 -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 +120 -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 +120 -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 +120 -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 +120 -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 +120 -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 +120 -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 +120 -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.2.0.tgz +0 -0
- package/scss/frozenproduct/large/components/progress.scss +1 -1
- package/scss/frozenproduct/large/components/status.scss +72 -12
- package/scss/frozenproduct/large/components/table.scss +1 -1
- package/scss/frozenproduct/large/dark.scss +51 -4
- package/scss/frozenproduct/large/light.scss +51 -4
- package/scss/frozenproduct/small/components/progress.scss +1 -1
- package/scss/frozenproduct/small/components/status.scss +72 -12
- package/scss/frozenproduct/small/components/table.scss +1 -1
- package/scss/frozenproduct/small/dark.scss +51 -4
- package/scss/frozenproduct/small/light.scss +51 -4
- package/scss/marketing/large/components/button.scss +13 -13
- package/scss/marketing/large/components/container.scss +10 -10
- package/scss/marketing/large/components/form.scss +7 -7
- package/scss/marketing/large/components/link.scss +2 -2
- package/scss/marketing/large/components/nav.scss +5 -5
- package/scss/marketing/large/components/page.scss +1 -1
- package/scss/marketing/large/components/popover.scss +2 -2
- package/scss/marketing/large/components/progress.scss +7 -7
- package/scss/marketing/large/components/status.scss +74 -14
- package/scss/marketing/large/components/tab.scss +7 -7
- package/scss/marketing/large/components/table.scss +11 -11
- 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 +72 -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 +72 -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 +72 -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
@@ -338,7 +338,8 @@
|
|
338
338
|
--modes-color-status-ai-default-alt-light: #000000; /* bg for contextual message comp */
|
339
339
|
--modes-color-status-ai-default-horizontal-light: linear-gradient(90deg, #13A038 0%, #149197 40%, #A87CFB 90%);
|
340
340
|
--modes-color-status-ai-default-vertical-light: linear-gradient(180deg, #13A038 0%, #149197 40%, #A87CFB 90%);
|
341
|
-
--modes-color-status-
|
341
|
+
--modes-color-status-callout-default-alt-light: #e5fae2; /* used for marketing banners */
|
342
|
+
--modes-color-status-callout-hover-alt-light: #d8ecd5; /* used for marketing banners */
|
342
343
|
--modes-color-status-caution-default-light: #D64309; /* For pills and messages. Not accessible with white TEXT. */
|
343
344
|
--modes-color-status-caution-default-alt-light: #ffede5; /* Subtle message bg */
|
344
345
|
--modes-color-status-caution-hover-light: #b33b0d; /* used on pill hover states */
|
@@ -360,11 +361,59 @@
|
|
360
361
|
--modes-color-status-content-inverse-with-default-alt-light: #fffffff2;
|
361
362
|
--modes-color-status-content-inverse-with-hover-light: #000000; /* for pill hover X */
|
362
363
|
--modes-color-status-content-inverse-with-hover-alt-light: #FFFFFF; /* for message text */
|
364
|
+
--modes-color-status-custom-blue-default-light: #0071C3; /* For pills. Not accessible with white TEXT. */
|
365
|
+
--modes-color-status-custom-blue-default-alt-light: #ebf0f9; /* Pill bg */
|
366
|
+
--modes-color-status-custom-blue-hover-light: #135fa3; /* used on pill hover states */
|
367
|
+
--modes-color-status-custom-blue-hover-alt-light: #ced9ed; /* used on pill hover states */
|
368
|
+
--modes-color-status-custom-teal-default-light: #007C7B; /* For pills. Not accessible with white TEXT. */
|
369
|
+
--modes-color-status-custom-teal-default-alt-light: #e9f1f1; /* Pill bg */
|
370
|
+
--modes-color-status-custom-teal-hover-light: #0e6968; /* used on pill hover states */
|
371
|
+
--modes-color-status-custom-teal-hover-alt-light: #c4dde0; /* used on pill hover states */
|
372
|
+
--modes-color-status-custom-green-default-light: #00811F; /* For pills. Not accessible with white TEXT. */
|
373
|
+
--modes-color-status-custom-green-default-alt-light: #e9f2e8; /* Pill bg */
|
374
|
+
--modes-color-status-custom-green-hover-light: #0e6d1d; /* used on pill hover states */
|
375
|
+
--modes-color-status-custom-green-hover-alt-light: #c4decf; /* used on pill hover states */
|
376
|
+
--modes-color-status-custom-lime-default-light: #637700; /* For pills. Not accessible with white TEXT. */
|
377
|
+
--modes-color-status-custom-lime-default-alt-light: #eff1e6; /* Pill bg */
|
378
|
+
--modes-color-status-custom-lime-hover-light: #546408; /* used on pill hover states */
|
379
|
+
--modes-color-status-custom-lime-hover-alt-light: #cdddc9; /* used on pill hover states */
|
380
|
+
--modes-color-status-custom-orange-default-light: #C54300; /* For pills. Not accessible with white TEXT. */
|
381
|
+
--modes-color-status-custom-orange-default-alt-light: #feece5; /* Pill bg */
|
382
|
+
--modes-color-status-custom-orange-hover-light: #a53a06; /* used on pill hover states */
|
383
|
+
--modes-color-status-custom-orange-hover-alt-light: #f2d0ce; /* used on pill hover states */
|
384
|
+
--modes-color-status-custom-red-default-light: #DC004E; /* For pills. Not accessible with white TEXT. */
|
385
|
+
--modes-color-status-custom-red-default-alt-light: #ffebec; /* Pill bg */
|
386
|
+
--modes-color-status-custom-red-hover-light: #b81242; /* used on pill hover states */
|
387
|
+
--modes-color-status-custom-red-hover-alt-light: #f1cfd9; /* used on pill hover states */
|
388
|
+
--modes-color-status-custom-pink-default-light: #C8269A; /* For pills. Not accessible with white TEXT. */
|
389
|
+
--modes-color-status-custom-pink-default-alt-light: #fcecf5; /* Pill bg */
|
390
|
+
--modes-color-status-custom-pink-hover-light: #a82581; /* used on pill hover states */
|
391
|
+
--modes-color-status-custom-pink-hover-alt-light: #ead2e5; /* used on pill hover states */
|
392
|
+
--modes-color-status-custom-purple-default-light: #8F4CD7; /* For pills. Not accessible with white TEXT. */
|
393
|
+
--modes-color-status-custom-purple-default-alt-light: #f5edfc; /* Pill bg */
|
394
|
+
--modes-color-status-custom-purple-hover-light: #7941b4; /* used on pill hover states */
|
395
|
+
--modes-color-status-custom-purple-hover-alt-light: #ded4ee; /* used on pill hover states */
|
396
|
+
--modes-color-status-custom-gray-default-light: #6F6F6F; /* For pills. Not accessible with white TEXT. */
|
397
|
+
--modes-color-status-custom-gray-default-alt-light: #f0f0f0; /* Pill bg */
|
398
|
+
--modes-color-status-custom-gray-hover-light: #5e5e5e; /* used on pill hover states */
|
399
|
+
--modes-color-status-custom-gray-hover-alt-light: #d3d9e5; /* used on pill hover states */
|
400
|
+
--modes-color-status-custom-slate-default-light: #527386; /* For pills. Not accessible with white TEXT. */
|
401
|
+
--modes-color-status-custom-slate-default-alt-light: #edf0f2; /* Pill bg */
|
402
|
+
--modes-color-status-custom-slate-hover-light: #466171; /* used on pill hover states */
|
403
|
+
--modes-color-status-custom-slate-hover-alt-light: #cbdae6; /* used on pill hover states */
|
404
|
+
--modes-color-status-generic-default-light: #F0F; /* TO BE DETLETED: Was #007c7b and used in Progress bar, dataVis colour. */
|
405
|
+
--modes-color-status-important-default-light: #8F4CD7; /* For tile status keylines to show if something is of high importance. */
|
406
|
+
--modes-color-status-important-default-alt-light: #f5edfc; /* Subtle message bg */
|
407
|
+
--modes-color-status-important-hover-light: #7941b4; /* used on pill hover states */
|
408
|
+
--modes-color-status-important-hover-alt-light: #ded4ee; /* used on pill hover states and message bg */
|
409
|
+
--modes-color-status-important-inverse-default-light: #985FDC;
|
410
|
+
--modes-color-status-important-inverse-default-alt-light: #1b1422; /* Subtle message bg */
|
411
|
+
--modes-color-status-important-inverse-hover-light: #a977e2; /* used on pill hover states */
|
412
|
+
--modes-color-status-important-inverse-hover-alt-light: #282039; /* used on pill hover states and message bg */
|
363
413
|
--modes-color-status-inactive-default-light: #a6a6a6; /* For readonly pill bg and border */
|
364
414
|
--modes-color-status-inactive-with-default-light: #000000ab; /* For readonly filled pill text */
|
365
415
|
--modes-color-status-inactive-inverse-default-light: #4b4b4b; /* For readonly pill bg and border */
|
366
416
|
--modes-color-status-inactive-inverse-with-default-light: #ffffffab; /* For readonly filled pill text */
|
367
|
-
--modes-color-status-important-default-light: #8F4CD7; /* For tile status keylines to show if something is of high importance. */
|
368
417
|
--modes-color-status-info-default-light: #0060A7; /* For pills and messages. Not accessible with white TEXT. */
|
369
418
|
--modes-color-status-info-default-alt-light: #eaeef6; /* Subtle message bg */
|
370
419
|
--modes-color-status-info-hover-light: #10518c; /* used on pill hover states */
|
@@ -405,8 +454,6 @@
|
|
405
454
|
--modes-color-status-positive-inverse-default-alt-light: #0e1a0b; /* Subtle message bg */
|
406
455
|
--modes-color-status-positive-inverse-hover-light: #328e37; /* used on pill hover states */
|
407
456
|
--modes-color-status-positive-inverse-hover-alt-light: #132912; /* used on pill hover states and message bg */
|
408
|
-
--modes-color-status-callout-default-alt-light: #e5fae2; /* used for marketing banners */
|
409
|
-
--modes-color-status-callout-hover-alt-light: #d8ecd5; /* used for marketing banners */
|
410
457
|
--modes-color-status-reviews-default-light: #00811F;
|
411
458
|
--modes-color-status-reviews-default-alt-light: linear-gradient(90deg, #00811F 0%, #00811F 50%, #d1d1d1 50%, #d1d1d1 100%); /* half fill */
|
412
459
|
--modes-color-status-reviews-hover-light: #0e6d1d;
|
@@ -603,7 +650,8 @@
|
|
603
650
|
--modes-color-status-ai-default-alt-dark: #FFFFFF; /* bg for contextual message comp */
|
604
651
|
--modes-color-status-ai-default-horizontal-dark: linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%);
|
605
652
|
--modes-color-status-ai-default-vertical-dark: linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%);
|
606
|
-
--modes-color-status-
|
653
|
+
--modes-color-status-callout-default-alt-dark: #122211; /* used for marketing banners */
|
654
|
+
--modes-color-status-callout-hover-alt-dark: #263525; /* marketing banner hover */
|
607
655
|
--modes-color-status-caution-default-dark: #E04500;
|
608
656
|
--modes-color-status-caution-default-alt-dark: #251206; /* Subtle message bg */
|
609
657
|
--modes-color-status-caution-hover-dark: #eb6530; /* used on pill hover states */
|
@@ -625,11 +673,59 @@
|
|
625
673
|
--modes-color-status-content-inverse-with-default-alt-dark: #000000f2;
|
626
674
|
--modes-color-status-content-inverse-with-hover-dark: #FFFFFF;
|
627
675
|
--modes-color-status-content-inverse-with-hover-alt-dark: #000000;
|
676
|
+
--modes-color-status-custom-blue-default-dark: #007FD9; /* For pills. Not accessible with white TEXT. */
|
677
|
+
--modes-color-status-custom-blue-default-alt-dark: #0d1219; /* Pill bg */
|
678
|
+
--modes-color-status-custom-blue-hover-dark: #4f91df; /* used on pill hover states */
|
679
|
+
--modes-color-status-custom-blue-hover-alt-dark: #142131; /* used on pill hover states */
|
680
|
+
--modes-color-status-custom-teal-default-dark: #008A89; /* For pills. Not accessible with white TEXT. */
|
681
|
+
--modes-color-status-custom-teal-default-alt-dark: #0a1313; /* Pill bg */
|
682
|
+
--modes-color-status-custom-teal-hover-dark: #449b9a; /* used on pill hover states */
|
683
|
+
--modes-color-status-custom-teal-hover-alt-dark: #082427; /* used on pill hover states */
|
684
|
+
--modes-color-status-custom-green-default-dark: #009023; /* For pills. Not accessible with white TEXT. */
|
685
|
+
--modes-color-status-custom-green-default-alt-dark: #0a1408; /* Pill bg */
|
686
|
+
--modes-color-status-custom-green-hover-dark: #44a146; /* used on pill hover states */
|
687
|
+
--modes-color-status-custom-green-hover-alt-dark: #0b2418; /* used on pill hover states */
|
688
|
+
--modes-color-status-custom-lime-default-dark: #6E8500; /* For pills. Not accessible with white TEXT. */
|
689
|
+
--modes-color-status-custom-lime-default-alt-dark: #111205; /* Pill bg */
|
690
|
+
--modes-color-status-custom-lime-hover-dark: #859635; /* used on pill hover states */
|
691
|
+
--modes-color-status-custom-lime-hover-alt-dark: #162311; /* used on pill hover states */
|
692
|
+
--modes-color-status-custom-orange-default-dark: #DB4B00; /* For pills. Not accessible with white TEXT. */
|
693
|
+
--modes-color-status-custom-orange-default-alt-dark: #1c0e04; /* Pill bg */
|
694
|
+
--modes-color-status-custom-orange-hover-dark: #e66930; /* used on pill hover states */
|
695
|
+
--modes-color-status-custom-orange-hover-alt-dark: #331816; /* used on pill hover states */
|
696
|
+
--modes-color-status-custom-red-default-dark: #F50058; /* For pills. Not accessible with white TEXT. */
|
697
|
+
--modes-color-status-custom-red-default-alt-dark: #1e0d0d; /* Pill bg */
|
698
|
+
--modes-color-status-custom-red-hover-dark: #fc4e6e; /* used on pill hover states */
|
699
|
+
--modes-color-status-custom-red-hover-alt-dark: #331720; /* used on pill hover states */
|
700
|
+
--modes-color-status-custom-pink-default-dark: #DD2BAB; /* For pills. Not accessible with white TEXT. */
|
701
|
+
--modes-color-status-custom-pink-default-alt-dark: #1b0d16; /* Pill bg */
|
702
|
+
--modes-color-status-custom-pink-hover-dark: #e558b7; /* used on pill hover states */
|
703
|
+
--modes-color-status-custom-pink-hover-alt-dark: #2d192b; /* used on pill hover states */
|
704
|
+
--modes-color-status-custom-purple-default-dark: #985FDC; /* For pills. Not accessible with white TEXT. */
|
705
|
+
--modes-color-status-custom-purple-default-alt-dark: #150f19; /* Pill bg */
|
706
|
+
--modes-color-status-custom-purple-hover-dark: #a977e2; /* used on pill hover states */
|
707
|
+
--modes-color-status-custom-purple-hover-alt-dark: #231c30; /* used on pill hover states */
|
708
|
+
--modes-color-status-custom-gray-default-dark: #7C7C7C; /* For pills. Not accessible with white TEXT. */
|
709
|
+
--modes-color-status-custom-gray-default-alt-dark: #111; /* Pill bg */
|
710
|
+
--modes-color-status-custom-gray-hover-dark: #8e8e8e; /* used on pill hover states */
|
711
|
+
--modes-color-status-custom-gray-hover-alt-dark: #1a202b; /* used on pill hover states */
|
712
|
+
--modes-color-status-custom-slate-default-dark: #5C8196; /* For pills. Not accessible with white TEXT. */
|
713
|
+
--modes-color-status-custom-slate-default-alt-dark: #0f1214; /* Pill bg */
|
714
|
+
--modes-color-status-custom-slate-hover-dark: #7493a5; /* used on pill hover states */
|
715
|
+
--modes-color-status-custom-slate-hover-alt-dark: #13222c; /* used on pill hover states */
|
716
|
+
--modes-color-status-generic-default-dark: #F0F;
|
717
|
+
--modes-color-status-important-default-dark: #8F4CD7; /* For tile status keylines to show if something is of high importance. */
|
718
|
+
--modes-color-status-important-default-alt-dark: #150d19; /* Subtle message bg */
|
719
|
+
--modes-color-status-important-hover-dark: #a267de; /* used on pill hover states */
|
720
|
+
--modes-color-status-important-hover-alt-dark: #231b30; /* used on pill hover states and message bg */
|
721
|
+
--modes-color-status-important-inverse-default-dark: #985FDC;
|
722
|
+
--modes-color-status-important-inverse-default-alt-dark: #f1e6fa; /* Subtle message bg */
|
723
|
+
--modes-color-status-important-inverse-hover-dark: #8051b8; /* used on pill hover states */
|
724
|
+
--modes-color-status-important-inverse-hover-alt-dark: #daceed; /* used on pill hover states and message bg */
|
628
725
|
--modes-color-status-inactive-default-dark: #4b4b4b; /* For readonly pill bg and border */
|
629
726
|
--modes-color-status-inactive-with-default-dark: #ffffffab; /* For readonly filled pill text */
|
630
727
|
--modes-color-status-inactive-inverse-default-dark: #a6a6a6; /* For readonly pill bg and border */
|
631
728
|
--modes-color-status-inactive-inverse-with-default-dark: #000000ab; /* For readonly filled pill text */
|
632
|
-
--modes-color-status-important-default-dark: #985FDC; /* For tile status keylines to show if something is of high importance. */
|
633
729
|
--modes-color-status-info-default-dark: #007ED9;
|
634
730
|
--modes-color-status-info-default-alt-dark: #111722; /* Subtle message bg */
|
635
731
|
--modes-color-status-info-hover-dark: #4f90df; /* used on pill hover states */
|
@@ -670,8 +766,6 @@
|
|
670
766
|
--modes-color-status-positive-inverse-default-alt-dark: #e9f2e8; /* Subtle message bg */
|
671
767
|
--modes-color-status-positive-inverse-hover-dark: #0e6d1d; /* used on pill hover states */
|
672
768
|
--modes-color-status-positive-inverse-hover-alt-dark: #cbe1c9; /* used on pill hover states and message bg */
|
673
|
-
--modes-color-status-callout-default-alt-dark: #122211; /* used for marketing banners */
|
674
|
-
--modes-color-status-callout-hover-alt-dark: #263525; /* marketing banner hover */
|
675
769
|
--modes-color-status-reviews-default-dark: #00D639;
|
676
770
|
--modes-color-status-reviews-default-alt-dark: linear-gradient(90deg, #00D639 0%, #00D639 50%, #282828 50%, #282828 100%);
|
677
771
|
--modes-color-status-reviews-hover-dark: #17b333; /* used on pill hover states */
|
@@ -1980,7 +2074,7 @@
|
|
1980
2074
|
--progress-color-fg-caution: light-dark(var(--modes-color-status-caution-default-light), var(--modes-color-status-caution-default-dark));
|
1981
2075
|
--progress-color-fg-error: light-dark(var(--modes-color-status-negative-default-light), var(--modes-color-status-negative-default-dark));
|
1982
2076
|
--progress-color-fg-info: light-dark(var(--modes-color-status-info-default-light), var(--modes-color-status-info-default-dark));
|
1983
|
-
--progress-color-datavis-fg-default: light-dark(var(--modes-color-status-
|
2077
|
+
--progress-color-datavis-fg-default: light-dark(var(--modes-color-status-custom-teal-default-light), var(--modes-color-status-custom-teal-default-dark));
|
1984
2078
|
--progress-color-loader-fg-error: light-dark(var(--modes-color-status-negative-default-light), var(--modes-color-status-negative-default-dark));
|
1985
2079
|
--progress-color-loader-fg-complete: light-dark(var(--modes-color-status-positive-default-light), var(--modes-color-status-positive-default-dark));
|
1986
2080
|
--progress-color-stepflow-bg-complete: light-dark(var(--modes-color-status-positive-default-light), var(--modes-color-status-positive-default-dark));
|
@@ -2095,11 +2189,6 @@
|
|
2095
2189
|
/* status component tokens */
|
2096
2190
|
--status-radius-none: var(--global-radius-none); /* Pill (embedded element inner corners) */
|
2097
2191
|
--status-color-none: light-dark(var(--modes-color-none-light), var(--modes-color-none-dark)); /* transparent override used for hiding colors when needed. */
|
2098
|
-
--status-color-message-global-callout-bg-default: light-dark(var(--modes-color-status-callout-default-alt-light), var(--modes-color-status-callout-default-alt-dark)); /* Global message bg */
|
2099
|
-
--status-color-message-global-info-bg-default: light-dark(var(--modes-color-status-info-default-alt-light), var(--modes-color-status-info-default-alt-dark)); /* Global message bg */
|
2100
|
-
--status-color-message-global-info-icon: light-dark(var(--modes-color-status-info-default-light), var(--modes-color-status-info-default-dark)); /* Icon on tinted bgs */
|
2101
|
-
--status-color-message-global-warning-bg-default: light-dark(var(--modes-color-status-caution-default-alt-light), var(--modes-color-status-caution-default-alt-dark)); /* Global message bg */
|
2102
|
-
--status-color-message-global-warning-icon: light-dark(var(--modes-color-status-caution-default-light), var(--modes-color-status-caution-default-dark)); /* Icon on tinted bgs */
|
2103
2192
|
--status-color-message-contextual-bg: light-dark(var(--modes-color-generic-bg-nought-light), var(--modes-color-generic-bg-nought-dark));
|
2104
2193
|
--status-color-message-contextual-icon: light-dark(var(--modes-color-generic-bg-nought-light), var(--modes-color-generic-bg-nought-dark)); /* decorative icon on standard contextual messages */
|
2105
2194
|
--status-color-message-contextual-icon-alt: light-dark(var(--modes-color-status-neutral-default-light), var(--modes-color-status-neutral-default-dark)); /* icon on neutral status dialogs */
|
@@ -2121,12 +2210,53 @@
|
|
2121
2210
|
--status-color-message-contextual-warning-bg-alt: light-dark(var(--modes-color-status-caution-default-alt-light), var(--modes-color-status-caution-default-alt-dark)); /* Subtle message bg */
|
2122
2211
|
--status-color-message-contextual-warning-border-default: light-dark(var(--modes-color-status-caution-default-light), var(--modes-color-status-caution-default-dark));
|
2123
2212
|
--status-color-message-contextual-warning-icon: light-dark(var(--modes-color-status-caution-default-light), var(--modes-color-status-caution-default-dark)); /* Icon on tinted bgs */
|
2213
|
+
--status-color-message-global-callout-bg-default: light-dark(var(--modes-color-status-callout-default-alt-light), var(--modes-color-status-callout-default-alt-dark)); /* Global message bg */
|
2214
|
+
--status-color-message-global-info-bg-default: light-dark(var(--modes-color-status-info-default-alt-light), var(--modes-color-status-info-default-alt-dark)); /* Global message bg */
|
2215
|
+
--status-color-message-global-info-icon: light-dark(var(--modes-color-status-info-default-light), var(--modes-color-status-info-default-dark)); /* Icon on tinted bgs */
|
2216
|
+
--status-color-message-global-warning-bg-default: light-dark(var(--modes-color-status-caution-default-alt-light), var(--modes-color-status-caution-default-alt-dark)); /* Global message bg */
|
2217
|
+
--status-color-message-global-warning-icon: light-dark(var(--modes-color-status-caution-default-light), var(--modes-color-status-caution-default-dark)); /* Icon on tinted bgs */
|
2218
|
+
--status-color-pill-custom-blue-bg-default: light-dark(var(--modes-color-status-custom-blue-default-light), var(--modes-color-status-custom-blue-default-dark));
|
2219
|
+
--status-color-pill-custom-blue-bg-alt-default: light-dark(var(--modes-color-status-custom-blue-default-alt-light), var(--modes-color-status-custom-blue-default-alt-dark)); /* outline pill bg */
|
2220
|
+
--status-color-pill-custom-blue-border-default: light-dark(var(--modes-color-status-custom-blue-default-light), var(--modes-color-status-custom-blue-default-dark));
|
2221
|
+
--status-color-pill-custom-teal-bg-default: light-dark(var(--modes-color-status-custom-teal-default-light), var(--modes-color-status-custom-teal-default-dark));
|
2222
|
+
--status-color-pill-custom-teal-bg-alt-default: light-dark(var(--modes-color-status-custom-teal-default-alt-light), var(--modes-color-status-custom-teal-default-alt-dark)); /* outline pill bg */
|
2223
|
+
--status-color-pill-custom-teal-border-default: light-dark(var(--modes-color-status-custom-teal-default-light), var(--modes-color-status-custom-teal-default-dark));
|
2224
|
+
--status-color-pill-custom-green-bg-default: light-dark(var(--modes-color-status-custom-green-default-light), var(--modes-color-status-custom-green-default-dark));
|
2225
|
+
--status-color-pill-custom-green-bg-alt-default: light-dark(var(--modes-color-status-custom-green-default-alt-light), var(--modes-color-status-custom-green-default-alt-dark)); /* outline pill bg */
|
2226
|
+
--status-color-pill-custom-green-border-default: light-dark(var(--modes-color-status-custom-green-default-light), var(--modes-color-status-custom-green-default-dark));
|
2227
|
+
--status-color-pill-custom-lime-bg-default: light-dark(var(--modes-color-status-custom-lime-default-light), var(--modes-color-status-custom-lime-default-dark));
|
2228
|
+
--status-color-pill-custom-lime-bg-alt-default: light-dark(var(--modes-color-status-custom-lime-default-alt-light), var(--modes-color-status-custom-lime-default-alt-dark)); /* outline pill bg */
|
2229
|
+
--status-color-pill-custom-lime-border-default: light-dark(var(--modes-color-status-custom-lime-default-light), var(--modes-color-status-custom-lime-default-dark));
|
2230
|
+
--status-color-pill-custom-orange-bg-default: light-dark(var(--modes-color-status-custom-orange-default-light), var(--modes-color-status-custom-orange-default-dark));
|
2231
|
+
--status-color-pill-custom-orange-bg-alt-default: light-dark(var(--modes-color-status-custom-orange-default-alt-light), var(--modes-color-status-custom-orange-default-alt-dark)); /* outline pill bg */
|
2232
|
+
--status-color-pill-custom-orange-border-default: light-dark(var(--modes-color-status-custom-orange-default-light), var(--modes-color-status-custom-orange-default-dark));
|
2233
|
+
--status-color-pill-custom-red-bg-default: light-dark(var(--modes-color-status-custom-red-default-light), var(--modes-color-status-custom-red-default-dark));
|
2234
|
+
--status-color-pill-custom-red-bg-alt-default: light-dark(var(--modes-color-status-custom-red-default-alt-light), var(--modes-color-status-custom-red-default-alt-dark)); /* outline pill bg */
|
2235
|
+
--status-color-pill-custom-red-border-default: light-dark(var(--modes-color-status-custom-red-default-light), var(--modes-color-status-custom-red-default-dark));
|
2236
|
+
--status-color-pill-custom-pink-bg-default: light-dark(var(--modes-color-status-custom-pink-default-light), var(--modes-color-status-custom-pink-default-dark));
|
2237
|
+
--status-color-pill-custom-pink-bg-alt-default: light-dark(var(--modes-color-status-custom-pink-default-alt-light), var(--modes-color-status-custom-pink-default-alt-dark)); /* outline pill bg */
|
2238
|
+
--status-color-pill-custom-pink-border-default: light-dark(var(--modes-color-status-custom-pink-default-light), var(--modes-color-status-custom-pink-default-dark));
|
2239
|
+
--status-color-pill-custom-purple-bg-default: light-dark(var(--modes-color-status-custom-purple-default-light), var(--modes-color-status-custom-purple-default-dark));
|
2240
|
+
--status-color-pill-custom-purple-bg-alt-default: light-dark(var(--modes-color-status-custom-purple-default-alt-light), var(--modes-color-status-custom-purple-default-alt-dark)); /* outline pill bg */
|
2241
|
+
--status-color-pill-custom-purple-border-default: light-dark(var(--modes-color-status-custom-purple-default-light), var(--modes-color-status-custom-purple-default-dark));
|
2242
|
+
--status-color-pill-custom-gray-bg-default: light-dark(var(--modes-color-status-custom-gray-default-light), var(--modes-color-status-custom-gray-default-dark));
|
2243
|
+
--status-color-pill-custom-gray-bg-alt-default: light-dark(var(--modes-color-status-custom-gray-default-alt-light), var(--modes-color-status-custom-gray-default-alt-dark)); /* outline pill bg */
|
2244
|
+
--status-color-pill-custom-gray-border-default: light-dark(var(--modes-color-status-custom-gray-default-light), var(--modes-color-status-custom-gray-default-dark));
|
2245
|
+
--status-color-pill-custom-slate-bg-default: light-dark(var(--modes-color-status-custom-slate-default-light), var(--modes-color-status-custom-slate-default-dark));
|
2246
|
+
--status-color-pill-custom-slate-bg-alt-default: light-dark(var(--modes-color-status-custom-slate-default-alt-light), var(--modes-color-status-custom-slate-default-alt-dark)); /* outline pill bg */
|
2247
|
+
--status-color-pill-custom-slate-border-default: light-dark(var(--modes-color-status-custom-slate-default-light), var(--modes-color-status-custom-slate-default-dark));
|
2124
2248
|
--status-color-pill-error-bg-default: light-dark(var(--modes-color-status-negative-default-light), var(--modes-color-status-negative-default-dark));
|
2125
2249
|
--status-color-pill-error-bg-alt-default: light-dark(var(--modes-color-status-negative-default-alt-light), var(--modes-color-status-negative-default-alt-dark)); /* outline pill bg */
|
2126
2250
|
--status-color-pill-error-border-default: light-dark(var(--modes-color-status-negative-default-light), var(--modes-color-status-negative-default-dark));
|
2127
2251
|
--status-color-pill-error-inverse-bg-default: light-dark(var(--modes-color-status-negative-inverse-default-light), var(--modes-color-status-negative-inverse-default-dark));
|
2128
2252
|
--status-color-pill-error-inverse-bg-alt-default: light-dark(var(--modes-color-status-negative-inverse-default-alt-light), var(--modes-color-status-negative-inverse-default-alt-dark)); /* outline pill bg */
|
2129
2253
|
--status-color-pill-error-inverse-border-default: light-dark(var(--modes-color-status-negative-inverse-default-light), var(--modes-color-status-negative-inverse-default-dark));
|
2254
|
+
--status-color-pill-important-bg-default: light-dark(var(--modes-color-status-important-default-light), var(--modes-color-status-important-default-dark));
|
2255
|
+
--status-color-pill-important-bg-alt-default: light-dark(var(--modes-color-status-important-default-alt-light), var(--modes-color-status-important-default-alt-dark)); /* outline pill bg */
|
2256
|
+
--status-color-pill-important-border-default: light-dark(var(--modes-color-status-important-default-light), var(--modes-color-status-important-default-dark));
|
2257
|
+
--status-color-pill-important-inverse-bg-default: light-dark(var(--modes-color-status-important-inverse-default-light), var(--modes-color-status-important-inverse-default-dark));
|
2258
|
+
--status-color-pill-important-inverse-bg-alt-default: light-dark(var(--modes-color-status-important-inverse-default-alt-light), var(--modes-color-status-important-inverse-default-alt-dark)); /* outline pill bg */
|
2259
|
+
--status-color-pill-important-inverse-border-default: light-dark(var(--modes-color-status-important-inverse-default-light), var(--modes-color-status-important-inverse-default-dark));
|
2130
2260
|
--status-color-pill-info-bg-default: light-dark(var(--modes-color-status-info-default-light), var(--modes-color-status-info-default-dark));
|
2131
2261
|
--status-color-pill-info-bg-alt-default: light-dark(var(--modes-color-status-info-default-alt-light), var(--modes-color-status-info-default-alt-dark)); /* outline pill bg */
|
2132
2262
|
--status-color-pill-info-border-default: light-dark(var(--modes-color-status-info-default-light), var(--modes-color-status-info-default-dark));
|
@@ -2160,19 +2290,43 @@
|
|
2160
2290
|
--status-typography-heading-s: var(--global-typography-component-firm-s);
|
2161
2291
|
--status-typography-heading-m: var(--global-typography-component-firm-m);
|
2162
2292
|
--status-typography-heading-l: var(--global-typography-component-firm-l);
|
2293
|
+
--status-color-message-contextual-text: light-dark(var(--modes-color-status-content-with-hover-alt-light), var(--modes-color-status-content-with-hover-alt-dark)); /* Message text. */
|
2294
|
+
--status-color-message-contextual-ai-bg-default: light-dark(var(--modes-color-status-ai-default-alt-light), var(--modes-color-status-ai-default-alt-dark));
|
2295
|
+
--status-color-message-contextual-ai-border-default: light-dark(var(--modes-color-status-ai-default-alt-light), var(--modes-color-status-ai-default-alt-dark));
|
2163
2296
|
--status-color-message-global-label-hover: light-dark(var(--modes-color-interactive-monochrome-with-hover-light), var(--modes-color-interactive-monochrome-with-hover-dark));
|
2164
2297
|
--status-color-message-global-callout-bg-hover: light-dark(var(--modes-color-status-callout-hover-alt-light), var(--modes-color-status-callout-hover-alt-dark)); /* global message bg hover */
|
2165
2298
|
--status-color-message-global-info-bg-hover: light-dark(var(--modes-color-status-info-hover-alt-light), var(--modes-color-status-info-hover-alt-dark));
|
2166
2299
|
--status-color-message-global-warning-bg-hover: light-dark(var(--modes-color-status-caution-hover-alt-light), var(--modes-color-status-caution-hover-alt-dark));
|
2167
|
-
--status-color-
|
2168
|
-
--status-color-
|
2169
|
-
--status-color-
|
2170
|
-
--status-color-pill-
|
2171
|
-
--status-color-pill-
|
2300
|
+
--status-color-pill-custom-blue-bg-alt-hover: light-dark(var(--modes-color-status-custom-blue-hover-alt-light), var(--modes-color-status-custom-blue-hover-alt-dark));
|
2301
|
+
--status-color-pill-custom-blue-bg-hover: light-dark(var(--modes-color-status-custom-blue-hover-light), var(--modes-color-status-custom-blue-hover-dark));
|
2302
|
+
--status-color-pill-custom-teal-bg-alt-hover: light-dark(var(--modes-color-status-custom-teal-hover-alt-light), var(--modes-color-status-custom-teal-hover-alt-dark));
|
2303
|
+
--status-color-pill-custom-teal-bg-hover: light-dark(var(--modes-color-status-custom-teal-hover-light), var(--modes-color-status-custom-teal-hover-dark));
|
2304
|
+
--status-color-pill-custom-green-bg-alt-hover: light-dark(var(--modes-color-status-custom-green-hover-alt-light), var(--modes-color-status-custom-green-hover-alt-dark));
|
2305
|
+
--status-color-pill-custom-green-bg-hover: light-dark(var(--modes-color-status-custom-green-hover-light), var(--modes-color-status-custom-green-hover-dark));
|
2306
|
+
--status-color-pill-custom-lime-bg-alt-hover: light-dark(var(--modes-color-status-custom-lime-hover-alt-light), var(--modes-color-status-custom-lime-hover-alt-dark));
|
2307
|
+
--status-color-pill-custom-lime-bg-hover: light-dark(var(--modes-color-status-custom-lime-hover-light), var(--modes-color-status-custom-lime-hover-dark));
|
2308
|
+
--status-color-pill-custom-orange-bg-alt-hover: light-dark(var(--modes-color-status-custom-orange-hover-alt-light), var(--modes-color-status-custom-orange-hover-alt-dark));
|
2309
|
+
--status-color-pill-custom-orange-bg-hover: light-dark(var(--modes-color-status-custom-orange-hover-light), var(--modes-color-status-custom-orange-hover-dark));
|
2310
|
+
--status-color-pill-custom-red-bg-alt-hover: light-dark(var(--modes-color-status-custom-red-hover-alt-light), var(--modes-color-status-custom-red-hover-alt-dark));
|
2311
|
+
--status-color-pill-custom-red-bg-hover: light-dark(var(--modes-color-status-custom-red-hover-light), var(--modes-color-status-custom-red-hover-dark));
|
2312
|
+
--status-color-pill-custom-pink-bg-alt-hover: light-dark(var(--modes-color-status-custom-pink-hover-alt-light), var(--modes-color-status-custom-pink-hover-alt-dark));
|
2313
|
+
--status-color-pill-custom-pink-bg-hover: light-dark(var(--modes-color-status-custom-pink-hover-light), var(--modes-color-status-custom-pink-hover-dark));
|
2314
|
+
--status-color-pill-custom-purple-bg-alt-hover: light-dark(var(--modes-color-status-custom-purple-hover-alt-light), var(--modes-color-status-custom-purple-hover-alt-dark));
|
2315
|
+
--status-color-pill-custom-purple-bg-hover: light-dark(var(--modes-color-status-custom-purple-hover-light), var(--modes-color-status-custom-purple-hover-dark));
|
2316
|
+
--status-color-pill-custom-gray-bg-alt-hover: light-dark(var(--modes-color-status-custom-gray-hover-alt-light), var(--modes-color-status-custom-gray-hover-alt-dark));
|
2317
|
+
--status-color-pill-custom-gray-bg-hover: light-dark(var(--modes-color-status-custom-gray-hover-light), var(--modes-color-status-custom-gray-hover-dark));
|
2318
|
+
--status-color-pill-custom-slate-bg-alt-hover: light-dark(var(--modes-color-status-custom-slate-hover-alt-light), var(--modes-color-status-custom-slate-hover-alt-dark));
|
2319
|
+
--status-color-pill-custom-slate-bg-hover: light-dark(var(--modes-color-status-custom-slate-hover-light), var(--modes-color-status-custom-slate-hover-dark));
|
2172
2320
|
--status-color-pill-error-bg-alt-hover: light-dark(var(--modes-color-status-negative-hover-alt-light), var(--modes-color-status-negative-hover-alt-dark));
|
2173
2321
|
--status-color-pill-error-bg-hover: light-dark(var(--modes-color-status-negative-hover-light), var(--modes-color-status-negative-hover-dark));
|
2174
2322
|
--status-color-pill-error-inverse-bg-alt-hover: light-dark(var(--modes-color-status-negative-inverse-hover-alt-light), var(--modes-color-status-negative-inverse-hover-alt-dark));
|
2175
2323
|
--status-color-pill-error-inverse-bg-hover: light-dark(var(--modes-color-status-negative-inverse-hover-light), var(--modes-color-status-negative-inverse-hover-dark));
|
2324
|
+
--status-color-pill-generic-inverse-label-default: light-dark(var(--modes-color-status-content-inverse-with-default-light), var(--modes-color-status-content-inverse-with-default-dark));
|
2325
|
+
--status-color-pill-generic-inverse-label-hover: light-dark(var(--modes-color-status-content-inverse-with-hover-light), var(--modes-color-status-content-inverse-with-hover-dark));
|
2326
|
+
--status-color-pill-important-bg-alt-hover: light-dark(var(--modes-color-status-important-hover-alt-light), var(--modes-color-status-important-hover-alt-dark));
|
2327
|
+
--status-color-pill-important-bg-hover: light-dark(var(--modes-color-status-important-hover-light), var(--modes-color-status-important-hover-dark));
|
2328
|
+
--status-color-pill-important-inverse-bg-alt-hover: light-dark(var(--modes-color-status-important-inverse-hover-alt-light), var(--modes-color-status-important-inverse-hover-alt-dark));
|
2329
|
+
--status-color-pill-important-inverse-bg-hover: light-dark(var(--modes-color-status-important-inverse-hover-light), var(--modes-color-status-important-inverse-hover-dark));
|
2176
2330
|
--status-color-pill-info-bg-alt-hover: light-dark(var(--modes-color-status-info-hover-alt-light), var(--modes-color-status-info-hover-alt-dark));
|
2177
2331
|
--status-color-pill-info-bg-hover: light-dark(var(--modes-color-status-info-hover-light), var(--modes-color-status-info-hover-dark));
|
2178
2332
|
--status-color-pill-info-inverse-bg-alt-hover: light-dark(var(--modes-color-status-info-inverse-hover-alt-light), var(--modes-color-status-info-inverse-hover-alt-dark));
|
@@ -2181,6 +2335,7 @@
|
|
2181
2335
|
--status-color-pill-neutral-bg-hover: light-dark(var(--modes-color-status-neutral-hover-light), var(--modes-color-status-neutral-hover-dark));
|
2182
2336
|
--status-color-pill-neutral-inverse-bg-alt-hover: light-dark(var(--modes-color-status-neutral-inverse-hover-alt-light), var(--modes-color-status-neutral-inverse-hover-alt-dark));
|
2183
2337
|
--status-color-pill-neutral-inverse-bg-hover: light-dark(var(--modes-color-status-neutral-inverse-hover-light), var(--modes-color-status-neutral-inverse-hover-dark));
|
2338
|
+
--status-color-pill-readonly-label: light-dark(var(--modes-color-generic-content-firm-light), var(--modes-color-generic-content-firm-dark)); /* Pill (all types, readonly, when nested in disabled parent components) */
|
2184
2339
|
--status-color-pill-success-bg-alt-hover: light-dark(var(--modes-color-status-positive-hover-alt-light), var(--modes-color-status-positive-hover-alt-dark));
|
2185
2340
|
--status-color-pill-success-bg-hover: light-dark(var(--modes-color-status-positive-hover-light), var(--modes-color-status-positive-hover-dark));
|
2186
2341
|
--status-color-pill-success-inverse-bg-alt-hover: light-dark(var(--modes-color-status-positive-inverse-hover-alt-light), var(--modes-color-status-positive-inverse-hover-alt-dark));
|
@@ -2189,14 +2344,13 @@
|
|
2189
2344
|
--status-color-pill-warning-bg-hover: light-dark(var(--modes-color-status-caution-hover-light), var(--modes-color-status-caution-hover-dark));
|
2190
2345
|
--status-color-pill-warning-inverse-bg-alt-hover: light-dark(var(--modes-color-status-caution-inverse-hover-alt-light), var(--modes-color-status-caution-inverse-hover-alt-dark));
|
2191
2346
|
--status-color-pill-warning-inverse-bg-hover: light-dark(var(--modes-color-status-caution-inverse-hover-light), var(--modes-color-status-caution-inverse-hover-dark));
|
2192
|
-
--status-color-pill-readonly-label: light-dark(var(--modes-color-generic-content-firm-light), var(--modes-color-generic-content-firm-dark)); /* Pill (all types, readonly, when nested in disabled parent components) */
|
2193
2347
|
--status-color-rating-bg-default: light-dark(var(--modes-color-status-reviews-default-light), var(--modes-color-status-reviews-default-dark));
|
2194
2348
|
--status-color-rating-bg-default-alt: light-dark(var(--modes-color-status-reviews-default-alt-light), var(--modes-color-status-reviews-default-alt-dark));
|
2195
2349
|
--status-color-rating-bg-hover: light-dark(var(--modes-color-status-reviews-hover-light), var(--modes-color-status-reviews-hover-dark));
|
2196
2350
|
--status-color-rating-border-default: light-dark(var(--modes-color-status-reviews-default-light), var(--modes-color-status-reviews-default-dark));
|
2351
|
+
--status-color-message-contextual-callout-icon: light-dark(var(--modes-color-status-content-with-default-alt-light), var(--modes-color-status-content-with-default-alt-dark));
|
2197
2352
|
--status-color-message-global-label-default: light-dark(var(--modes-color-status-content-with-default-alt-light), var(--modes-color-status-content-with-default-alt-dark));
|
2198
2353
|
--status-color-message-global-callout-icon: light-dark(var(--modes-color-status-content-with-default-alt-light), var(--modes-color-status-content-with-default-alt-dark)); /* Icon on tinted bgs */
|
2199
|
-
--status-color-message-contextual-callout-icon: light-dark(var(--modes-color-status-content-with-default-alt-light), var(--modes-color-status-content-with-default-alt-dark));
|
2200
2354
|
--status-color-pill-generic-label-default: light-dark(var(--modes-color-status-content-with-default-light), var(--modes-color-status-content-with-default-dark));
|
2201
2355
|
--status-color-pill-generic-label-hover: light-dark(var(--modes-color-status-content-with-hover-light), var(--modes-color-status-content-with-hover-dark));
|
2202
2356
|
--status-color-pill-generic-label-alt-default: light-dark(var(--modes-color-status-content-with-default-alt-light), var(--modes-color-status-content-with-default-alt-dark));
|
@@ -2359,7 +2513,7 @@
|
|
2359
2513
|
--table-size-row-standard-l: var(--global-size-macro-l);
|
2360
2514
|
--table-size-row-standard-xl: calc(var(--global-size-macro-xl) + var(--global-size-micro-m));
|
2361
2515
|
--table-size-icon-xs: var(--global-size-icon-s);
|
2362
|
-
--table-size-icon-s: var(--global-size-icon-
|
2516
|
+
--table-size-icon-s: var(--global-size-icon-m);
|
2363
2517
|
--table-size-icon-m: var(--global-size-icon-m);
|
2364
2518
|
--table-size-icon-l: var(--global-size-icon-l);
|
2365
2519
|
--table-size-icon-xl: var(--global-size-icon-xl);
|
@@ -25,7 +25,7 @@
|
|
25
25
|
--progress-color-fg-caution: var(--modes-color-status-caution-default);
|
26
26
|
--progress-color-fg-error: var(--modes-color-status-negative-default);
|
27
27
|
--progress-color-fg-info: var(--modes-color-status-info-default);
|
28
|
-
--progress-color-datavis-fg-default: var(--modes-color-status-
|
28
|
+
--progress-color-datavis-fg-default: var(--modes-color-status-custom-teal-default);
|
29
29
|
--progress-color-loader-fg-error: var(--modes-color-status-negative-default);
|
30
30
|
--progress-color-loader-fg-complete: var(--modes-color-status-positive-default);
|
31
31
|
--progress-color-stepflow-bg-complete: var(--modes-color-status-positive-default);
|
@@ -5,11 +5,6 @@
|
|
5
5
|
:root {
|
6
6
|
--status-radius-none: var(--global-radius-none); /* Pill (embedded element inner corners) */
|
7
7
|
--status-color-none: var(--modes-color-none); /* transparent override used for hiding colors when needed. */
|
8
|
-
--status-color-message-global-callout-bg-default: var(--modes-color-status-callout-default-alt); /* Global message bg */
|
9
|
-
--status-color-message-global-info-bg-default: var(--modes-color-status-info-default-alt); /* Global message bg */
|
10
|
-
--status-color-message-global-info-icon: var(--modes-color-status-info-default); /* Icon on tinted bgs */
|
11
|
-
--status-color-message-global-warning-bg-default: var(--modes-color-status-caution-default-alt); /* Global message bg */
|
12
|
-
--status-color-message-global-warning-icon: var(--modes-color-status-caution-default); /* Icon on tinted bgs */
|
13
8
|
--status-color-message-contextual-bg: var(--modes-color-generic-bg-nought);
|
14
9
|
--status-color-message-contextual-icon: var(--modes-color-generic-bg-nought); /* decorative icon on standard contextual messages */
|
15
10
|
--status-color-message-contextual-icon-alt: var(--modes-color-status-neutral-default); /* icon on neutral status dialogs */
|
@@ -31,12 +26,53 @@
|
|
31
26
|
--status-color-message-contextual-warning-bg-alt: var(--modes-color-status-caution-default-alt); /* Subtle message bg */
|
32
27
|
--status-color-message-contextual-warning-border-default: var(--modes-color-status-caution-default);
|
33
28
|
--status-color-message-contextual-warning-icon: var(--modes-color-status-caution-default); /* Icon on tinted bgs */
|
29
|
+
--status-color-message-global-callout-bg-default: var(--modes-color-status-callout-default-alt); /* Global message bg */
|
30
|
+
--status-color-message-global-info-bg-default: var(--modes-color-status-info-default-alt); /* Global message bg */
|
31
|
+
--status-color-message-global-info-icon: var(--modes-color-status-info-default); /* Icon on tinted bgs */
|
32
|
+
--status-color-message-global-warning-bg-default: var(--modes-color-status-caution-default-alt); /* Global message bg */
|
33
|
+
--status-color-message-global-warning-icon: var(--modes-color-status-caution-default); /* Icon on tinted bgs */
|
34
|
+
--status-color-pill-custom-blue-bg-default: var(--modes-color-status-custom-blue-default);
|
35
|
+
--status-color-pill-custom-blue-bg-alt-default: var(--modes-color-status-custom-blue-default-alt); /* outline pill bg */
|
36
|
+
--status-color-pill-custom-blue-border-default: var(--modes-color-status-custom-blue-default);
|
37
|
+
--status-color-pill-custom-teal-bg-default: var(--modes-color-status-custom-teal-default);
|
38
|
+
--status-color-pill-custom-teal-bg-alt-default: var(--modes-color-status-custom-teal-default-alt); /* outline pill bg */
|
39
|
+
--status-color-pill-custom-teal-border-default: var(--modes-color-status-custom-teal-default);
|
40
|
+
--status-color-pill-custom-green-bg-default: var(--modes-color-status-custom-green-default);
|
41
|
+
--status-color-pill-custom-green-bg-alt-default: var(--modes-color-status-custom-green-default-alt); /* outline pill bg */
|
42
|
+
--status-color-pill-custom-green-border-default: var(--modes-color-status-custom-green-default);
|
43
|
+
--status-color-pill-custom-lime-bg-default: var(--modes-color-status-custom-lime-default);
|
44
|
+
--status-color-pill-custom-lime-bg-alt-default: var(--modes-color-status-custom-lime-default-alt); /* outline pill bg */
|
45
|
+
--status-color-pill-custom-lime-border-default: var(--modes-color-status-custom-lime-default);
|
46
|
+
--status-color-pill-custom-orange-bg-default: var(--modes-color-status-custom-orange-default);
|
47
|
+
--status-color-pill-custom-orange-bg-alt-default: var(--modes-color-status-custom-orange-default-alt); /* outline pill bg */
|
48
|
+
--status-color-pill-custom-orange-border-default: var(--modes-color-status-custom-orange-default);
|
49
|
+
--status-color-pill-custom-red-bg-default: var(--modes-color-status-custom-red-default);
|
50
|
+
--status-color-pill-custom-red-bg-alt-default: var(--modes-color-status-custom-red-default-alt); /* outline pill bg */
|
51
|
+
--status-color-pill-custom-red-border-default: var(--modes-color-status-custom-red-default);
|
52
|
+
--status-color-pill-custom-pink-bg-default: var(--modes-color-status-custom-pink-default);
|
53
|
+
--status-color-pill-custom-pink-bg-alt-default: var(--modes-color-status-custom-pink-default-alt); /* outline pill bg */
|
54
|
+
--status-color-pill-custom-pink-border-default: var(--modes-color-status-custom-pink-default);
|
55
|
+
--status-color-pill-custom-purple-bg-default: var(--modes-color-status-custom-purple-default);
|
56
|
+
--status-color-pill-custom-purple-bg-alt-default: var(--modes-color-status-custom-purple-default-alt); /* outline pill bg */
|
57
|
+
--status-color-pill-custom-purple-border-default: var(--modes-color-status-custom-purple-default);
|
58
|
+
--status-color-pill-custom-gray-bg-default: var(--modes-color-status-custom-gray-default);
|
59
|
+
--status-color-pill-custom-gray-bg-alt-default: var(--modes-color-status-custom-gray-default-alt); /* outline pill bg */
|
60
|
+
--status-color-pill-custom-gray-border-default: var(--modes-color-status-custom-gray-default);
|
61
|
+
--status-color-pill-custom-slate-bg-default: var(--modes-color-status-custom-slate-default);
|
62
|
+
--status-color-pill-custom-slate-bg-alt-default: var(--modes-color-status-custom-slate-default-alt); /* outline pill bg */
|
63
|
+
--status-color-pill-custom-slate-border-default: var(--modes-color-status-custom-slate-default);
|
34
64
|
--status-color-pill-error-bg-default: var(--modes-color-status-negative-default);
|
35
65
|
--status-color-pill-error-bg-alt-default: var(--modes-color-status-negative-default-alt); /* outline pill bg */
|
36
66
|
--status-color-pill-error-border-default: var(--modes-color-status-negative-default);
|
37
67
|
--status-color-pill-error-inverse-bg-default: var(--modes-color-status-negative-inverse-default);
|
38
68
|
--status-color-pill-error-inverse-bg-alt-default: var(--modes-color-status-negative-inverse-default-alt); /* outline pill bg */
|
39
69
|
--status-color-pill-error-inverse-border-default: var(--modes-color-status-negative-inverse-default);
|
70
|
+
--status-color-pill-important-bg-default: var(--modes-color-status-important-default);
|
71
|
+
--status-color-pill-important-bg-alt-default: var(--modes-color-status-important-default-alt); /* outline pill bg */
|
72
|
+
--status-color-pill-important-border-default: var(--modes-color-status-important-default);
|
73
|
+
--status-color-pill-important-inverse-bg-default: var(--modes-color-status-important-inverse-default);
|
74
|
+
--status-color-pill-important-inverse-bg-alt-default: var(--modes-color-status-important-inverse-default-alt); /* outline pill bg */
|
75
|
+
--status-color-pill-important-inverse-border-default: var(--modes-color-status-important-inverse-default);
|
40
76
|
--status-color-pill-info-bg-default: var(--modes-color-status-info-default);
|
41
77
|
--status-color-pill-info-bg-alt-default: var(--modes-color-status-info-default-alt); /* outline pill bg */
|
42
78
|
--status-color-pill-info-border-default: var(--modes-color-status-info-default);
|
@@ -79,19 +115,43 @@
|
|
79
115
|
--status-typography-responsive-heading-s: var(--global-typography-responsive-component-firm-s);
|
80
116
|
--status-typography-responsive-heading-m: var(--global-typography-responsive-component-firm-m);
|
81
117
|
--status-typography-responsive-heading-l: var(--global-typography-responsive-component-firm-l);
|
118
|
+
--status-color-message-contextual-text: var(--modes-color-status-content-with-hover-alt); /* Message text. */
|
119
|
+
--status-color-message-contextual-ai-bg-default: var(--modes-color-status-ai-default-alt);
|
120
|
+
--status-color-message-contextual-ai-border-default: var(--modes-color-status-ai-default-alt);
|
82
121
|
--status-color-message-global-label-hover: var(--modes-color-interactive-monochrome-with-hover);
|
83
122
|
--status-color-message-global-callout-bg-hover: var(--modes-color-status-callout-hover-alt); /* global message bg hover */
|
84
123
|
--status-color-message-global-info-bg-hover: var(--modes-color-status-info-hover-alt);
|
85
124
|
--status-color-message-global-warning-bg-hover: var(--modes-color-status-caution-hover-alt);
|
86
|
-
--status-color-
|
87
|
-
--status-color-
|
88
|
-
--status-color-
|
89
|
-
--status-color-pill-
|
90
|
-
--status-color-pill-
|
125
|
+
--status-color-pill-custom-blue-bg-alt-hover: var(--modes-color-status-custom-blue-hover-alt);
|
126
|
+
--status-color-pill-custom-blue-bg-hover: var(--modes-color-status-custom-blue-hover);
|
127
|
+
--status-color-pill-custom-teal-bg-alt-hover: var(--modes-color-status-custom-teal-hover-alt);
|
128
|
+
--status-color-pill-custom-teal-bg-hover: var(--modes-color-status-custom-teal-hover);
|
129
|
+
--status-color-pill-custom-green-bg-alt-hover: var(--modes-color-status-custom-green-hover-alt);
|
130
|
+
--status-color-pill-custom-green-bg-hover: var(--modes-color-status-custom-green-hover);
|
131
|
+
--status-color-pill-custom-lime-bg-alt-hover: var(--modes-color-status-custom-lime-hover-alt);
|
132
|
+
--status-color-pill-custom-lime-bg-hover: var(--modes-color-status-custom-lime-hover);
|
133
|
+
--status-color-pill-custom-orange-bg-alt-hover: var(--modes-color-status-custom-orange-hover-alt);
|
134
|
+
--status-color-pill-custom-orange-bg-hover: var(--modes-color-status-custom-orange-hover);
|
135
|
+
--status-color-pill-custom-red-bg-alt-hover: var(--modes-color-status-custom-red-hover-alt);
|
136
|
+
--status-color-pill-custom-red-bg-hover: var(--modes-color-status-custom-red-hover);
|
137
|
+
--status-color-pill-custom-pink-bg-alt-hover: var(--modes-color-status-custom-pink-hover-alt);
|
138
|
+
--status-color-pill-custom-pink-bg-hover: var(--modes-color-status-custom-pink-hover);
|
139
|
+
--status-color-pill-custom-purple-bg-alt-hover: var(--modes-color-status-custom-purple-hover-alt);
|
140
|
+
--status-color-pill-custom-purple-bg-hover: var(--modes-color-status-custom-purple-hover);
|
141
|
+
--status-color-pill-custom-gray-bg-alt-hover: var(--modes-color-status-custom-gray-hover-alt);
|
142
|
+
--status-color-pill-custom-gray-bg-hover: var(--modes-color-status-custom-gray-hover);
|
143
|
+
--status-color-pill-custom-slate-bg-alt-hover: var(--modes-color-status-custom-slate-hover-alt);
|
144
|
+
--status-color-pill-custom-slate-bg-hover: var(--modes-color-status-custom-slate-hover);
|
91
145
|
--status-color-pill-error-bg-alt-hover: var(--modes-color-status-negative-hover-alt);
|
92
146
|
--status-color-pill-error-bg-hover: var(--modes-color-status-negative-hover);
|
93
147
|
--status-color-pill-error-inverse-bg-alt-hover: var(--modes-color-status-negative-inverse-hover-alt);
|
94
148
|
--status-color-pill-error-inverse-bg-hover: var(--modes-color-status-negative-inverse-hover);
|
149
|
+
--status-color-pill-generic-inverse-label-default: var(--modes-color-status-content-inverse-with-default);
|
150
|
+
--status-color-pill-generic-inverse-label-hover: var(--modes-color-status-content-inverse-with-hover);
|
151
|
+
--status-color-pill-important-bg-alt-hover: var(--modes-color-status-important-hover-alt);
|
152
|
+
--status-color-pill-important-bg-hover: var(--modes-color-status-important-hover);
|
153
|
+
--status-color-pill-important-inverse-bg-alt-hover: var(--modes-color-status-important-inverse-hover-alt);
|
154
|
+
--status-color-pill-important-inverse-bg-hover: var(--modes-color-status-important-inverse-hover);
|
95
155
|
--status-color-pill-info-bg-alt-hover: var(--modes-color-status-info-hover-alt);
|
96
156
|
--status-color-pill-info-bg-hover: var(--modes-color-status-info-hover);
|
97
157
|
--status-color-pill-info-inverse-bg-alt-hover: var(--modes-color-status-info-inverse-hover-alt);
|
@@ -100,6 +160,7 @@
|
|
100
160
|
--status-color-pill-neutral-bg-hover: var(--modes-color-status-neutral-hover);
|
101
161
|
--status-color-pill-neutral-inverse-bg-alt-hover: var(--modes-color-status-neutral-inverse-hover-alt);
|
102
162
|
--status-color-pill-neutral-inverse-bg-hover: var(--modes-color-status-neutral-inverse-hover);
|
163
|
+
--status-color-pill-readonly-label: var(--modes-color-generic-content-firm); /* Pill (all types, readonly, when nested in disabled parent components) */
|
103
164
|
--status-color-pill-success-bg-alt-hover: var(--modes-color-status-positive-hover-alt);
|
104
165
|
--status-color-pill-success-bg-hover: var(--modes-color-status-positive-hover);
|
105
166
|
--status-color-pill-success-inverse-bg-alt-hover: var(--modes-color-status-positive-inverse-hover-alt);
|
@@ -108,14 +169,13 @@
|
|
108
169
|
--status-color-pill-warning-bg-hover: var(--modes-color-status-caution-hover);
|
109
170
|
--status-color-pill-warning-inverse-bg-alt-hover: var(--modes-color-status-caution-inverse-hover-alt);
|
110
171
|
--status-color-pill-warning-inverse-bg-hover: var(--modes-color-status-caution-inverse-hover);
|
111
|
-
--status-color-pill-readonly-label: var(--modes-color-generic-content-firm); /* Pill (all types, readonly, when nested in disabled parent components) */
|
112
172
|
--status-color-rating-bg-default: var(--modes-color-status-reviews-default);
|
113
173
|
--status-color-rating-bg-default-alt: var(--modes-color-status-reviews-default-alt);
|
114
174
|
--status-color-rating-bg-hover: var(--modes-color-status-reviews-hover);
|
115
175
|
--status-color-rating-border-default: var(--modes-color-status-reviews-default);
|
176
|
+
--status-color-message-contextual-callout-icon: var(--modes-color-status-content-with-default-alt);
|
116
177
|
--status-color-message-global-label-default: var(--modes-color-status-content-with-default-alt);
|
117
178
|
--status-color-message-global-callout-icon: var(--modes-color-status-content-with-default-alt); /* Icon on tinted bgs */
|
118
|
-
--status-color-message-contextual-callout-icon: var(--modes-color-status-content-with-default-alt);
|
119
179
|
--status-color-pill-generic-label-default: var(--modes-color-status-content-with-default);
|
120
180
|
--status-color-pill-generic-label-hover: var(--modes-color-status-content-with-hover);
|
121
181
|
--status-color-pill-generic-label-alt-default: var(--modes-color-status-content-with-default-alt);
|
@@ -78,7 +78,7 @@
|
|
78
78
|
--table-size-row-standard-l: var(--global-size-macro-l);
|
79
79
|
--table-size-row-standard-xl: calc(var(--global-size-macro-xl) + var(--global-size-micro-m));
|
80
80
|
--table-size-icon-xs: var(--global-size-icon-s);
|
81
|
-
--table-size-icon-s: var(--global-size-icon-
|
81
|
+
--table-size-icon-s: var(--global-size-icon-m);
|
82
82
|
--table-size-icon-m: var(--global-size-icon-m);
|
83
83
|
--table-size-icon-l: var(--global-size-icon-l);
|
84
84
|
--table-size-icon-xl: var(--global-size-icon-xl);
|
@@ -189,7 +189,8 @@
|
|
189
189
|
--modes-color-status-ai-default-alt: #FFFFFF; /* bg for contextual message comp */
|
190
190
|
--modes-color-status-ai-default-horizontal: linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%);
|
191
191
|
--modes-color-status-ai-default-vertical: linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%);
|
192
|
-
--modes-color-status-
|
192
|
+
--modes-color-status-callout-default-alt: #122211; /* used for marketing banners */
|
193
|
+
--modes-color-status-callout-hover-alt: #263525; /* marketing banner hover */
|
193
194
|
--modes-color-status-caution-default: #E04500;
|
194
195
|
--modes-color-status-caution-default-alt: #251206; /* Subtle message bg */
|
195
196
|
--modes-color-status-caution-hover: #eb6530; /* used on pill hover states */
|
@@ -211,11 +212,59 @@
|
|
211
212
|
--modes-color-status-content-inverse-with-default-alt: #000000f2;
|
212
213
|
--modes-color-status-content-inverse-with-hover: #FFFFFF;
|
213
214
|
--modes-color-status-content-inverse-with-hover-alt: #000000;
|
215
|
+
--modes-color-status-custom-blue-default: #007FD9; /* For pills. Not accessible with white TEXT. */
|
216
|
+
--modes-color-status-custom-blue-default-alt: #0d1219; /* Pill bg */
|
217
|
+
--modes-color-status-custom-blue-hover: #4f91df; /* used on pill hover states */
|
218
|
+
--modes-color-status-custom-blue-hover-alt: #142131; /* used on pill hover states */
|
219
|
+
--modes-color-status-custom-teal-default: #008A89; /* For pills. Not accessible with white TEXT. */
|
220
|
+
--modes-color-status-custom-teal-default-alt: #0a1313; /* Pill bg */
|
221
|
+
--modes-color-status-custom-teal-hover: #449b9a; /* used on pill hover states */
|
222
|
+
--modes-color-status-custom-teal-hover-alt: #082427; /* used on pill hover states */
|
223
|
+
--modes-color-status-custom-green-default: #009023; /* For pills. Not accessible with white TEXT. */
|
224
|
+
--modes-color-status-custom-green-default-alt: #0a1408; /* Pill bg */
|
225
|
+
--modes-color-status-custom-green-hover: #44a146; /* used on pill hover states */
|
226
|
+
--modes-color-status-custom-green-hover-alt: #0b2418; /* used on pill hover states */
|
227
|
+
--modes-color-status-custom-lime-default: #6E8500; /* For pills. Not accessible with white TEXT. */
|
228
|
+
--modes-color-status-custom-lime-default-alt: #111205; /* Pill bg */
|
229
|
+
--modes-color-status-custom-lime-hover: #859635; /* used on pill hover states */
|
230
|
+
--modes-color-status-custom-lime-hover-alt: #162311; /* used on pill hover states */
|
231
|
+
--modes-color-status-custom-orange-default: #DB4B00; /* For pills. Not accessible with white TEXT. */
|
232
|
+
--modes-color-status-custom-orange-default-alt: #1c0e04; /* Pill bg */
|
233
|
+
--modes-color-status-custom-orange-hover: #e66930; /* used on pill hover states */
|
234
|
+
--modes-color-status-custom-orange-hover-alt: #331816; /* used on pill hover states */
|
235
|
+
--modes-color-status-custom-red-default: #F50058; /* For pills. Not accessible with white TEXT. */
|
236
|
+
--modes-color-status-custom-red-default-alt: #1e0d0d; /* Pill bg */
|
237
|
+
--modes-color-status-custom-red-hover: #fc4e6e; /* used on pill hover states */
|
238
|
+
--modes-color-status-custom-red-hover-alt: #331720; /* used on pill hover states */
|
239
|
+
--modes-color-status-custom-pink-default: #DD2BAB; /* For pills. Not accessible with white TEXT. */
|
240
|
+
--modes-color-status-custom-pink-default-alt: #1b0d16; /* Pill bg */
|
241
|
+
--modes-color-status-custom-pink-hover: #e558b7; /* used on pill hover states */
|
242
|
+
--modes-color-status-custom-pink-hover-alt: #2d192b; /* used on pill hover states */
|
243
|
+
--modes-color-status-custom-purple-default: #985FDC; /* For pills. Not accessible with white TEXT. */
|
244
|
+
--modes-color-status-custom-purple-default-alt: #150f19; /* Pill bg */
|
245
|
+
--modes-color-status-custom-purple-hover: #a977e2; /* used on pill hover states */
|
246
|
+
--modes-color-status-custom-purple-hover-alt: #231c30; /* used on pill hover states */
|
247
|
+
--modes-color-status-custom-gray-default: #7C7C7C; /* For pills. Not accessible with white TEXT. */
|
248
|
+
--modes-color-status-custom-gray-default-alt: #111; /* Pill bg */
|
249
|
+
--modes-color-status-custom-gray-hover: #8e8e8e; /* used on pill hover states */
|
250
|
+
--modes-color-status-custom-gray-hover-alt: #1a202b; /* used on pill hover states */
|
251
|
+
--modes-color-status-custom-slate-default: #5C8196; /* For pills. Not accessible with white TEXT. */
|
252
|
+
--modes-color-status-custom-slate-default-alt: #0f1214; /* Pill bg */
|
253
|
+
--modes-color-status-custom-slate-hover: #7493a5; /* used on pill hover states */
|
254
|
+
--modes-color-status-custom-slate-hover-alt: #13222c; /* used on pill hover states */
|
255
|
+
--modes-color-status-generic-default: #F0F;
|
256
|
+
--modes-color-status-important-default: #8F4CD7; /* For tile status keylines to show if something is of high importance. */
|
257
|
+
--modes-color-status-important-default-alt: #150d19; /* Subtle message bg */
|
258
|
+
--modes-color-status-important-hover: #a267de; /* used on pill hover states */
|
259
|
+
--modes-color-status-important-hover-alt: #231b30; /* used on pill hover states and message bg */
|
260
|
+
--modes-color-status-important-inverse-default: #985FDC;
|
261
|
+
--modes-color-status-important-inverse-default-alt: #f1e6fa; /* Subtle message bg */
|
262
|
+
--modes-color-status-important-inverse-hover: #8051b8; /* used on pill hover states */
|
263
|
+
--modes-color-status-important-inverse-hover-alt: #daceed; /* used on pill hover states and message bg */
|
214
264
|
--modes-color-status-inactive-default: #4b4b4b; /* For readonly pill bg and border */
|
215
265
|
--modes-color-status-inactive-with-default: #ffffffab; /* For readonly filled pill text */
|
216
266
|
--modes-color-status-inactive-inverse-default: #a6a6a6; /* For readonly pill bg and border */
|
217
267
|
--modes-color-status-inactive-inverse-with-default: #000000ab; /* For readonly filled pill text */
|
218
|
-
--modes-color-status-important-default: #985FDC; /* For tile status keylines to show if something is of high importance. */
|
219
268
|
--modes-color-status-info-default: #007ED9;
|
220
269
|
--modes-color-status-info-default-alt: #111722; /* Subtle message bg */
|
221
270
|
--modes-color-status-info-hover: #4f90df; /* used on pill hover states */
|
@@ -256,8 +305,6 @@
|
|
256
305
|
--modes-color-status-positive-inverse-default-alt: #e9f2e8; /* Subtle message bg */
|
257
306
|
--modes-color-status-positive-inverse-hover: #0e6d1d; /* used on pill hover states */
|
258
307
|
--modes-color-status-positive-inverse-hover-alt: #cbe1c9; /* used on pill hover states and message bg */
|
259
|
-
--modes-color-status-callout-default-alt: #122211; /* used for marketing banners */
|
260
|
-
--modes-color-status-callout-hover-alt: #263525; /* marketing banner hover */
|
261
308
|
--modes-color-status-reviews-default: #00D639;
|
262
309
|
--modes-color-status-reviews-default-alt: linear-gradient(90deg, #00D639 0%, #00D639 50%, #282828 50%, #282828 100%);
|
263
310
|
--modes-color-status-reviews-hover: #17b333; /* used on pill hover states */
|