@sage/design-tokens 5.2.0 → 6.0.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 +87 -77
- package/css/frozenproduct/large/components/logo.css +1 -6
- package/css/frozenproduct/large/components/status.css +67 -48
- package/css/frozenproduct/large/dark.css +12 -14
- package/css/frozenproduct/large/light.css +7 -9
- package/css/frozenproduct/small/components/logo.css +1 -6
- package/css/frozenproduct/small/components/status.css +67 -48
- package/css/frozenproduct/small/dark.css +12 -14
- package/css/frozenproduct/small/light.css +7 -9
- package/css/marketing/all.css +118 -108
- package/css/marketing/large/components/logo.css +1 -6
- package/css/marketing/large/components/status.css +67 -48
- package/css/marketing/large/dark.css +12 -14
- package/css/marketing/large/light.css +7 -9
- package/css/marketing/small/components/button.css +22 -22
- package/css/marketing/small/components/container.css +9 -9
- package/css/marketing/small/components/logo.css +1 -6
- package/css/marketing/small/components/status.css +67 -48
- package/css/marketing/small/dark.css +12 -14
- package/css/marketing/small/light.css +7 -9
- package/css/product/all.css +87 -77
- package/css/product/large/components/logo.css +1 -6
- package/css/product/large/components/status.css +67 -48
- package/css/product/large/dark.css +12 -14
- package/css/product/large/light.css +7 -9
- package/css/product/small/components/logo.css +1 -6
- package/css/product/small/components/status.css +67 -48
- package/css/product/small/dark.css +12 -14
- package/css/product/small/light.css +7 -9
- package/ios/frozenproduct/large/dark/components/logo.h +0 -5
- package/ios/frozenproduct/large/dark/components/status.h +67 -48
- package/ios/frozenproduct/large/dark/mode.h +12 -14
- package/ios/frozenproduct/large/light/components/logo.h +0 -5
- package/ios/frozenproduct/large/light/components/status.h +67 -48
- package/ios/frozenproduct/large/light/mode.h +7 -9
- package/ios/frozenproduct/small/dark/components/logo.h +0 -5
- package/ios/frozenproduct/small/dark/components/status.h +67 -48
- package/ios/frozenproduct/small/dark/mode.h +12 -14
- package/ios/frozenproduct/small/light/components/logo.h +0 -5
- package/ios/frozenproduct/small/light/components/status.h +67 -48
- package/ios/frozenproduct/small/light/mode.h +7 -9
- package/ios/marketing/large/dark/components/logo.h +0 -5
- package/ios/marketing/large/dark/components/status.h +67 -48
- package/ios/marketing/large/dark/mode.h +12 -14
- package/ios/marketing/large/light/components/logo.h +0 -5
- package/ios/marketing/large/light/components/status.h +67 -48
- package/ios/marketing/large/light/mode.h +7 -9
- package/ios/marketing/small/dark/components/logo.h +0 -5
- package/ios/marketing/small/dark/components/status.h +67 -48
- package/ios/marketing/small/dark/mode.h +12 -14
- package/ios/marketing/small/light/components/logo.h +0 -5
- package/ios/marketing/small/light/components/status.h +67 -48
- package/ios/marketing/small/light/mode.h +7 -9
- package/ios/product/large/dark/components/logo.h +0 -5
- package/ios/product/large/dark/components/status.h +67 -48
- package/ios/product/large/dark/mode.h +12 -14
- package/ios/product/large/light/components/logo.h +0 -5
- package/ios/product/large/light/components/status.h +67 -48
- package/ios/product/large/light/mode.h +7 -9
- package/ios/product/small/dark/components/logo.h +0 -5
- package/ios/product/small/dark/components/status.h +67 -48
- package/ios/product/small/dark/mode.h +12 -14
- package/ios/product/small/light/components/logo.h +0 -5
- package/ios/product/small/light/components/status.h +67 -48
- package/ios/product/small/light/mode.h +7 -9
- package/js/common/frozenproduct/large/dark/components/logo.d.ts +0 -7
- package/js/common/frozenproduct/large/dark/components/logo.js +1 -70
- package/js/common/frozenproduct/large/dark/components/status.d.ts +103 -60
- package/js/common/frozenproduct/large/dark/components/status.js +1534 -892
- package/js/common/frozenproduct/large/dark/mode.d.ts +16 -20
- package/js/common/frozenproduct/large/dark/mode.js +410 -193
- package/js/common/frozenproduct/large/light/components/logo.d.ts +0 -7
- package/js/common/frozenproduct/large/light/components/logo.js +1 -70
- package/js/common/frozenproduct/large/light/components/status.d.ts +103 -60
- package/js/common/frozenproduct/large/light/components/status.js +1534 -892
- package/js/common/frozenproduct/large/light/mode.d.ts +7 -11
- package/js/common/frozenproduct/large/light/mode.js +416 -99
- package/js/common/frozenproduct/small/dark/components/logo.d.ts +0 -7
- package/js/common/frozenproduct/small/dark/components/logo.js +1 -70
- package/js/common/frozenproduct/small/dark/components/status.d.ts +103 -60
- package/js/common/frozenproduct/small/dark/components/status.js +1534 -892
- package/js/common/frozenproduct/small/dark/mode.d.ts +16 -20
- package/js/common/frozenproduct/small/dark/mode.js +410 -193
- package/js/common/frozenproduct/small/light/components/logo.d.ts +0 -7
- package/js/common/frozenproduct/small/light/components/logo.js +1 -70
- package/js/common/frozenproduct/small/light/components/status.d.ts +103 -60
- package/js/common/frozenproduct/small/light/components/status.js +1534 -892
- package/js/common/frozenproduct/small/light/mode.d.ts +7 -11
- package/js/common/frozenproduct/small/light/mode.js +416 -99
- package/js/common/marketing/large/dark/components/logo.d.ts +0 -7
- package/js/common/marketing/large/dark/components/logo.js +1 -70
- package/js/common/marketing/large/dark/components/status.d.ts +103 -60
- package/js/common/marketing/large/dark/components/status.js +1534 -892
- package/js/common/marketing/large/dark/mode.d.ts +16 -20
- package/js/common/marketing/large/dark/mode.js +410 -193
- package/js/common/marketing/large/light/components/logo.d.ts +0 -7
- package/js/common/marketing/large/light/components/logo.js +1 -70
- package/js/common/marketing/large/light/components/status.d.ts +103 -60
- package/js/common/marketing/large/light/components/status.js +1534 -892
- package/js/common/marketing/large/light/mode.d.ts +7 -11
- package/js/common/marketing/large/light/mode.js +416 -99
- package/js/common/marketing/small/dark/components/logo.d.ts +0 -7
- package/js/common/marketing/small/dark/components/logo.js +1 -70
- package/js/common/marketing/small/dark/components/status.d.ts +103 -60
- package/js/common/marketing/small/dark/components/status.js +1534 -892
- package/js/common/marketing/small/dark/mode.d.ts +16 -20
- package/js/common/marketing/small/dark/mode.js +410 -193
- package/js/common/marketing/small/light/components/logo.d.ts +0 -7
- package/js/common/marketing/small/light/components/logo.js +1 -70
- package/js/common/marketing/small/light/components/status.d.ts +103 -60
- package/js/common/marketing/small/light/components/status.js +1534 -892
- package/js/common/marketing/small/light/mode.d.ts +7 -11
- package/js/common/marketing/small/light/mode.js +416 -99
- package/js/common/product/large/dark/components/logo.d.ts +0 -7
- package/js/common/product/large/dark/components/logo.js +1 -70
- package/js/common/product/large/dark/components/status.d.ts +103 -60
- package/js/common/product/large/dark/components/status.js +1534 -892
- package/js/common/product/large/dark/mode.d.ts +16 -20
- package/js/common/product/large/dark/mode.js +410 -193
- package/js/common/product/large/light/components/logo.d.ts +0 -7
- package/js/common/product/large/light/components/logo.js +1 -70
- package/js/common/product/large/light/components/status.d.ts +103 -60
- package/js/common/product/large/light/components/status.js +1534 -892
- package/js/common/product/large/light/mode.d.ts +7 -11
- package/js/common/product/large/light/mode.js +416 -99
- package/js/common/product/small/dark/components/logo.d.ts +0 -7
- package/js/common/product/small/dark/components/logo.js +1 -70
- package/js/common/product/small/dark/components/status.d.ts +103 -60
- package/js/common/product/small/dark/components/status.js +1534 -892
- package/js/common/product/small/dark/mode.d.ts +16 -20
- package/js/common/product/small/dark/mode.js +410 -193
- package/js/common/product/small/light/components/logo.d.ts +0 -7
- package/js/common/product/small/light/components/logo.js +1 -70
- package/js/common/product/small/light/components/status.d.ts +103 -60
- package/js/common/product/small/light/components/status.js +1534 -892
- package/js/common/product/small/light/mode.d.ts +7 -11
- package/js/common/product/small/light/mode.js +416 -99
- package/js/es6/frozenproduct/large/dark/components/logo.d.ts +0 -5
- package/js/es6/frozenproduct/large/dark/components/logo.js +0 -7
- package/js/es6/frozenproduct/large/dark/components/status.d.ts +84 -60
- package/js/es6/frozenproduct/large/dark/components/status.js +67 -48
- package/js/es6/frozenproduct/large/dark/mode.d.ts +17 -15
- package/js/es6/frozenproduct/large/dark/mode.js +12 -16
- package/js/es6/frozenproduct/large/light/components/logo.d.ts +0 -5
- package/js/es6/frozenproduct/large/light/components/logo.js +0 -7
- package/js/es6/frozenproduct/large/light/components/status.d.ts +84 -60
- package/js/es6/frozenproduct/large/light/components/status.js +67 -48
- package/js/es6/frozenproduct/large/light/mode.d.ts +11 -9
- package/js/es6/frozenproduct/large/light/mode.js +7 -11
- package/js/es6/frozenproduct/small/dark/components/logo.d.ts +0 -5
- package/js/es6/frozenproduct/small/dark/components/logo.js +0 -7
- package/js/es6/frozenproduct/small/dark/components/status.d.ts +84 -60
- package/js/es6/frozenproduct/small/dark/components/status.js +67 -48
- package/js/es6/frozenproduct/small/dark/mode.d.ts +17 -15
- package/js/es6/frozenproduct/small/dark/mode.js +12 -16
- package/js/es6/frozenproduct/small/light/components/logo.d.ts +0 -5
- package/js/es6/frozenproduct/small/light/components/logo.js +0 -7
- package/js/es6/frozenproduct/small/light/components/status.d.ts +84 -60
- package/js/es6/frozenproduct/small/light/components/status.js +67 -48
- package/js/es6/frozenproduct/small/light/mode.d.ts +11 -9
- package/js/es6/frozenproduct/small/light/mode.js +7 -11
- package/js/es6/marketing/large/dark/components/logo.d.ts +0 -5
- package/js/es6/marketing/large/dark/components/logo.js +0 -7
- package/js/es6/marketing/large/dark/components/status.d.ts +84 -60
- package/js/es6/marketing/large/dark/components/status.js +67 -48
- package/js/es6/marketing/large/dark/mode.d.ts +17 -15
- package/js/es6/marketing/large/dark/mode.js +12 -16
- package/js/es6/marketing/large/light/components/logo.d.ts +0 -5
- package/js/es6/marketing/large/light/components/logo.js +0 -7
- package/js/es6/marketing/large/light/components/status.d.ts +84 -60
- package/js/es6/marketing/large/light/components/status.js +67 -48
- package/js/es6/marketing/large/light/mode.d.ts +11 -9
- package/js/es6/marketing/large/light/mode.js +7 -11
- package/js/es6/marketing/small/dark/components/logo.d.ts +0 -5
- package/js/es6/marketing/small/dark/components/logo.js +0 -7
- package/js/es6/marketing/small/dark/components/status.d.ts +84 -60
- package/js/es6/marketing/small/dark/components/status.js +67 -48
- package/js/es6/marketing/small/dark/mode.d.ts +17 -15
- package/js/es6/marketing/small/dark/mode.js +12 -16
- package/js/es6/marketing/small/light/components/logo.d.ts +0 -5
- package/js/es6/marketing/small/light/components/logo.js +0 -7
- package/js/es6/marketing/small/light/components/status.d.ts +84 -60
- package/js/es6/marketing/small/light/components/status.js +67 -48
- package/js/es6/marketing/small/light/mode.d.ts +11 -9
- package/js/es6/marketing/small/light/mode.js +7 -11
- package/js/es6/product/large/dark/components/logo.d.ts +0 -5
- package/js/es6/product/large/dark/components/logo.js +0 -7
- package/js/es6/product/large/dark/components/status.d.ts +84 -60
- package/js/es6/product/large/dark/components/status.js +67 -48
- package/js/es6/product/large/dark/mode.d.ts +17 -15
- package/js/es6/product/large/dark/mode.js +12 -16
- package/js/es6/product/large/light/components/logo.d.ts +0 -5
- package/js/es6/product/large/light/components/logo.js +0 -7
- package/js/es6/product/large/light/components/status.d.ts +84 -60
- package/js/es6/product/large/light/components/status.js +67 -48
- package/js/es6/product/large/light/mode.d.ts +11 -9
- package/js/es6/product/large/light/mode.js +7 -11
- package/js/es6/product/small/dark/components/logo.d.ts +0 -5
- package/js/es6/product/small/dark/components/logo.js +0 -7
- package/js/es6/product/small/dark/components/status.d.ts +84 -60
- package/js/es6/product/small/dark/components/status.js +67 -48
- package/js/es6/product/small/dark/mode.d.ts +17 -15
- package/js/es6/product/small/dark/mode.js +12 -16
- package/js/es6/product/small/light/components/logo.d.ts +0 -5
- package/js/es6/product/small/light/components/logo.js +0 -7
- package/js/es6/product/small/light/components/status.d.ts +84 -60
- package/js/es6/product/small/light/components/status.js +67 -48
- package/js/es6/product/small/light/mode.d.ts +11 -9
- package/js/es6/product/small/light/mode.js +7 -11
- package/js/umd/frozenproduct/large/dark/components/logo.js +1 -70
- package/js/umd/frozenproduct/large/dark/components/status.js +1554 -883
- package/js/umd/frozenproduct/large/dark/mode.js +403 -193
- package/js/umd/frozenproduct/large/light/components/logo.js +1 -70
- package/js/umd/frozenproduct/large/light/components/status.js +1554 -883
- package/js/umd/frozenproduct/large/light/mode.js +409 -99
- package/js/umd/frozenproduct/small/dark/components/logo.js +1 -70
- package/js/umd/frozenproduct/small/dark/components/status.js +1554 -883
- package/js/umd/frozenproduct/small/dark/mode.js +403 -193
- package/js/umd/frozenproduct/small/light/components/logo.js +1 -70
- package/js/umd/frozenproduct/small/light/components/status.js +1554 -883
- package/js/umd/frozenproduct/small/light/mode.js +409 -99
- package/js/umd/marketing/large/dark/components/logo.js +1 -70
- package/js/umd/marketing/large/dark/components/status.js +1554 -883
- package/js/umd/marketing/large/dark/mode.js +403 -193
- package/js/umd/marketing/large/light/components/logo.js +1 -70
- package/js/umd/marketing/large/light/components/status.js +1554 -883
- package/js/umd/marketing/large/light/mode.js +409 -99
- package/js/umd/marketing/small/dark/components/logo.js +1 -70
- package/js/umd/marketing/small/dark/components/status.js +1554 -883
- package/js/umd/marketing/small/dark/mode.js +403 -193
- package/js/umd/marketing/small/light/components/logo.js +1 -70
- package/js/umd/marketing/small/light/components/status.js +1554 -883
- package/js/umd/marketing/small/light/mode.js +409 -99
- package/js/umd/product/large/dark/components/logo.js +1 -70
- package/js/umd/product/large/dark/components/status.js +1554 -883
- package/js/umd/product/large/dark/mode.js +403 -193
- package/js/umd/product/large/light/components/logo.js +1 -70
- package/js/umd/product/large/light/components/status.js +1554 -883
- package/js/umd/product/large/light/mode.js +409 -99
- package/js/umd/product/small/dark/components/logo.js +1 -70
- package/js/umd/product/small/dark/components/status.js +1554 -883
- package/js/umd/product/small/dark/mode.js +403 -193
- package/js/umd/product/small/light/components/logo.js +1 -70
- package/js/umd/product/small/light/components/status.js +1554 -883
- package/js/umd/product/small/light/mode.js +409 -99
- package/json/flat/frozenproduct/large/dark/components/logo.json +0 -5
- package/json/flat/frozenproduct/large/dark/components/status.json +67 -48
- package/json/flat/frozenproduct/large/dark/mode.json +12 -14
- package/json/flat/frozenproduct/large/light/components/logo.json +0 -5
- package/json/flat/frozenproduct/large/light/components/status.json +67 -48
- package/json/flat/frozenproduct/large/light/mode.json +7 -9
- package/json/flat/frozenproduct/small/dark/components/logo.json +0 -5
- package/json/flat/frozenproduct/small/dark/components/status.json +67 -48
- package/json/flat/frozenproduct/small/dark/mode.json +12 -14
- package/json/flat/frozenproduct/small/light/components/logo.json +0 -5
- package/json/flat/frozenproduct/small/light/components/status.json +67 -48
- package/json/flat/frozenproduct/small/light/mode.json +7 -9
- package/json/flat/marketing/large/dark/components/logo.json +0 -5
- package/json/flat/marketing/large/dark/components/status.json +67 -48
- package/json/flat/marketing/large/dark/mode.json +12 -14
- package/json/flat/marketing/large/light/components/logo.json +0 -5
- package/json/flat/marketing/large/light/components/status.json +67 -48
- package/json/flat/marketing/large/light/mode.json +7 -9
- package/json/flat/marketing/small/dark/components/logo.json +0 -5
- package/json/flat/marketing/small/dark/components/status.json +67 -48
- package/json/flat/marketing/small/dark/mode.json +12 -14
- package/json/flat/marketing/small/light/components/logo.json +0 -5
- package/json/flat/marketing/small/light/components/status.json +67 -48
- package/json/flat/marketing/small/light/mode.json +7 -9
- package/json/flat/product/large/dark/components/logo.json +0 -5
- package/json/flat/product/large/dark/components/status.json +67 -48
- package/json/flat/product/large/dark/mode.json +12 -14
- package/json/flat/product/large/light/components/logo.json +0 -5
- package/json/flat/product/large/light/components/status.json +67 -48
- package/json/flat/product/large/light/mode.json +7 -9
- package/json/flat/product/small/dark/components/logo.json +0 -5
- package/json/flat/product/small/dark/components/status.json +67 -48
- package/json/flat/product/small/dark/mode.json +12 -14
- package/json/flat/product/small/light/components/logo.json +0 -5
- package/json/flat/product/small/light/components/status.json +67 -48
- package/json/flat/product/small/light/mode.json +7 -9
- package/json/nested/frozenproduct/large/dark/components/logo.json +0 -7
- package/json/nested/frozenproduct/large/dark/components/status.json +103 -60
- package/json/nested/frozenproduct/large/dark/mode.json +18 -22
- package/json/nested/frozenproduct/large/light/components/logo.json +0 -7
- package/json/nested/frozenproduct/large/light/components/status.json +103 -60
- package/json/nested/frozenproduct/large/light/mode.json +10 -14
- package/json/nested/frozenproduct/small/dark/components/logo.json +0 -7
- package/json/nested/frozenproduct/small/dark/components/status.json +103 -60
- package/json/nested/frozenproduct/small/dark/mode.json +18 -22
- package/json/nested/frozenproduct/small/light/components/logo.json +0 -7
- package/json/nested/frozenproduct/small/light/components/status.json +103 -60
- package/json/nested/frozenproduct/small/light/mode.json +10 -14
- package/json/nested/marketing/large/dark/components/logo.json +0 -7
- package/json/nested/marketing/large/dark/components/status.json +103 -60
- package/json/nested/marketing/large/dark/mode.json +18 -22
- package/json/nested/marketing/large/light/components/logo.json +0 -7
- package/json/nested/marketing/large/light/components/status.json +103 -60
- package/json/nested/marketing/large/light/mode.json +10 -14
- package/json/nested/marketing/small/dark/components/logo.json +0 -7
- package/json/nested/marketing/small/dark/components/status.json +103 -60
- package/json/nested/marketing/small/dark/mode.json +18 -22
- package/json/nested/marketing/small/light/components/logo.json +0 -7
- package/json/nested/marketing/small/light/components/status.json +103 -60
- package/json/nested/marketing/small/light/mode.json +10 -14
- package/json/nested/product/large/dark/components/logo.json +0 -7
- package/json/nested/product/large/dark/components/status.json +103 -60
- package/json/nested/product/large/dark/mode.json +18 -22
- package/json/nested/product/large/light/components/logo.json +0 -7
- package/json/nested/product/large/light/components/status.json +103 -60
- package/json/nested/product/large/light/mode.json +10 -14
- package/json/nested/product/small/dark/components/logo.json +0 -7
- package/json/nested/product/small/dark/components/status.json +103 -60
- package/json/nested/product/small/dark/mode.json +18 -22
- package/json/nested/product/small/light/components/logo.json +0 -7
- package/json/nested/product/small/light/components/status.json +103 -60
- package/json/nested/product/small/light/mode.json +10 -14
- package/package.json +1 -1
- package/sage-design-tokens-6.0.0.tgz +0 -0
- package/scss/frozenproduct/large/components/button.scss +22 -22
- package/scss/frozenproduct/large/components/container.scss +9 -9
- package/scss/frozenproduct/large/components/form.scss +7 -7
- package/scss/frozenproduct/large/components/link.scss +2 -2
- package/scss/frozenproduct/large/components/logo.scss +1 -6
- package/scss/frozenproduct/large/components/nav.scss +3 -3
- package/scss/frozenproduct/large/components/page.scss +1 -1
- package/scss/frozenproduct/large/components/popover.scss +2 -2
- package/scss/frozenproduct/large/components/progress.scss +6 -6
- package/scss/frozenproduct/large/components/status.scss +67 -48
- package/scss/frozenproduct/large/components/tab.scss +7 -7
- package/scss/frozenproduct/large/components/table.scss +11 -11
- package/scss/frozenproduct/large/dark.scss +12 -14
- package/scss/frozenproduct/large/light.scss +7 -9
- package/scss/frozenproduct/small/components/logo.scss +1 -6
- package/scss/frozenproduct/small/components/status.scss +67 -48
- package/scss/frozenproduct/small/dark.scss +12 -14
- package/scss/frozenproduct/small/light.scss +7 -9
- package/scss/marketing/large/components/button.scss +22 -22
- package/scss/marketing/large/components/container.scss +9 -9
- package/scss/marketing/large/components/form.scss +7 -7
- package/scss/marketing/large/components/link.scss +2 -2
- package/scss/marketing/large/components/logo.scss +1 -6
- package/scss/marketing/large/components/nav.scss +3 -3
- 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 +6 -6
- package/scss/marketing/large/components/status.scss +67 -48
- package/scss/marketing/large/components/tab.scss +7 -7
- package/scss/marketing/large/components/table.scss +11 -11
- package/scss/marketing/large/dark.scss +12 -14
- package/scss/marketing/large/light.scss +7 -9
- package/scss/marketing/small/components/logo.scss +1 -6
- package/scss/marketing/small/components/status.scss +67 -48
- package/scss/marketing/small/dark.scss +12 -14
- package/scss/marketing/small/light.scss +7 -9
- package/scss/product/large/components/button.scss +22 -22
- package/scss/product/large/components/container.scss +9 -9
- package/scss/product/large/components/form.scss +7 -7
- package/scss/product/large/components/link.scss +2 -2
- package/scss/product/large/components/logo.scss +1 -6
- package/scss/product/large/components/nav.scss +3 -3
- package/scss/product/large/components/page.scss +1 -1
- package/scss/product/large/components/popover.scss +2 -2
- package/scss/product/large/components/progress.scss +6 -6
- package/scss/product/large/components/status.scss +67 -48
- package/scss/product/large/components/tab.scss +7 -7
- package/scss/product/large/components/table.scss +11 -11
- package/scss/product/large/dark.scss +12 -14
- package/scss/product/large/light.scss +7 -9
- package/scss/product/small/components/logo.scss +1 -6
- package/scss/product/small/components/status.scss +67 -48
- package/scss/product/small/dark.scss +12 -14
- package/scss/product/small/light.scss +7 -9
- package/sage-design-tokens-5.2.0.tgz +0 -0
|
@@ -8,79 +8,103 @@
|
|
|
8
8
|
|
|
9
9
|
/** transparent override used for hiding colors when needed. */
|
|
10
10
|
export const statusColorNone: string;
|
|
11
|
-
export const
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
export const
|
|
19
|
-
/**
|
|
20
|
-
export const
|
|
21
|
-
export const
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
export const
|
|
11
|
+
export const statusColorMessageGlobalLabelDefault: string;
|
|
12
|
+
export const statusColorMessageGlobalLabelHover: string;
|
|
13
|
+
/** Global message bg */
|
|
14
|
+
export const statusColorMessageGlobalCalloutBgDefault: string;
|
|
15
|
+
/** global message bg hover */
|
|
16
|
+
export const statusColorMessageGlobalCalloutBgHover: string;
|
|
17
|
+
/** Icon on tinted bgs */
|
|
18
|
+
export const statusColorMessageGlobalCalloutIcon: string;
|
|
19
|
+
/** Global message bg */
|
|
20
|
+
export const statusColorMessageGlobalInfoBgDefault: string;
|
|
21
|
+
export const statusColorMessageGlobalInfoBgHover: string;
|
|
22
|
+
/** Icon on tinted bgs */
|
|
23
|
+
export const statusColorMessageGlobalInfoIcon: string;
|
|
24
|
+
/** Global message bg */
|
|
25
|
+
export const statusColorMessageGlobalWarningBgDefault: string;
|
|
26
|
+
export const statusColorMessageGlobalWarningBgHover: string;
|
|
27
|
+
/** Icon on tinted bgs */
|
|
28
|
+
export const statusColorMessageGlobalWarningIcon: string;
|
|
29
|
+
export const statusColorMessageContextualBg: string;
|
|
30
|
+
/** decorative icon on standard contextual messages */
|
|
31
|
+
export const statusColorMessageContextualIcon: string;
|
|
26
32
|
/** Message text. */
|
|
27
|
-
export const
|
|
28
|
-
export const
|
|
29
|
-
export const
|
|
33
|
+
export const statusColorMessageContextualText: string;
|
|
34
|
+
export const statusColorMessageContextualAiBgDefault: string;
|
|
35
|
+
export const statusColorMessageContextualAiBgAlt: string;
|
|
36
|
+
export const statusColorMessageContextualAiBorderDefault: string;
|
|
30
37
|
/** Subtle message bg */
|
|
31
|
-
export const
|
|
32
|
-
|
|
33
|
-
export const
|
|
38
|
+
export const statusColorMessageContextualCalloutBgAlt: string;
|
|
39
|
+
export const statusColorMessageContextualCalloutIcon: string;
|
|
40
|
+
export const statusColorMessageContextualErrorBgDefault: string;
|
|
34
41
|
/** Subtle message bg */
|
|
35
|
-
export const
|
|
36
|
-
export const
|
|
42
|
+
export const statusColorMessageContextualErrorBgAlt: string;
|
|
43
|
+
export const statusColorMessageContextualErrorBorderDefault: string;
|
|
44
|
+
/** Icon on tinted bgs */
|
|
45
|
+
export const statusColorMessageContextualErrorIcon: string;
|
|
46
|
+
export const statusColorMessageContextualInfoBgDefault: string;
|
|
37
47
|
/** Subtle message bg */
|
|
38
|
-
export const
|
|
39
|
-
export const
|
|
40
|
-
export const statusColorErrorBgHover: string;
|
|
41
|
-
export const statusColorErrorBorderDefault: string;
|
|
48
|
+
export const statusColorMessageContextualInfoBgAlt: string;
|
|
49
|
+
export const statusColorMessageContextualInfoBorderDefault: string;
|
|
42
50
|
/** Icon on tinted bgs */
|
|
43
|
-
export const
|
|
44
|
-
export const
|
|
51
|
+
export const statusColorMessageContextualInfoIcon: string;
|
|
52
|
+
export const statusColorMessageContextualSuccessBgDefault: string;
|
|
45
53
|
/** Subtle message bg */
|
|
46
|
-
export const
|
|
47
|
-
|
|
48
|
-
export const statusColorInfoBgAltDefault: string;
|
|
49
|
-
export const statusColorInfoBgAltHover: string;
|
|
50
|
-
export const statusColorInfoBgHover: string;
|
|
51
|
-
export const statusColorInfoBorderDefault: string;
|
|
54
|
+
export const statusColorMessageContextualSuccessBgAlt: string;
|
|
55
|
+
export const statusColorMessageContextualSuccessBorderDefault: string;
|
|
52
56
|
/** Icon on tinted bgs */
|
|
53
|
-
export const
|
|
54
|
-
export const
|
|
57
|
+
export const statusColorMessageContextualSuccessIcon: string;
|
|
58
|
+
export const statusColorMessageContextualWarningBgDefault: string;
|
|
55
59
|
/** Subtle message bg */
|
|
56
|
-
export const
|
|
57
|
-
export const
|
|
58
|
-
export const statusColorNeutralBgHover: string;
|
|
59
|
-
export const statusColorNeutralBorderDefault: string;
|
|
60
|
+
export const statusColorMessageContextualWarningBgAlt: string;
|
|
61
|
+
export const statusColorMessageContextualWarningBorderDefault: string;
|
|
60
62
|
/** Icon on tinted bgs */
|
|
61
|
-
export const
|
|
63
|
+
export const statusColorMessageContextualWarningIcon: string;
|
|
64
|
+
export const statusColorPillLabelDefault: string;
|
|
65
|
+
export const statusColorPillLabelHover: string;
|
|
66
|
+
export const statusColorPillLabelAltDefault: string;
|
|
67
|
+
export const statusColorPillLabelAltHover: string;
|
|
68
|
+
export const statusColorPillErrorBgDefault: string;
|
|
69
|
+
/** outline pill bg */
|
|
70
|
+
export const statusColorPillErrorBgAltDefault: string;
|
|
71
|
+
export const statusColorPillErrorBgAltHover: string;
|
|
72
|
+
export const statusColorPillErrorBgHover: string;
|
|
73
|
+
export const statusColorPillErrorBorderDefault: string;
|
|
74
|
+
export const statusColorPillInfoBgDefault: string;
|
|
75
|
+
/** outline pill bg */
|
|
76
|
+
export const statusColorPillInfoBgAltDefault: string;
|
|
77
|
+
export const statusColorPillInfoBgAltHover: string;
|
|
78
|
+
export const statusColorPillInfoBgHover: string;
|
|
79
|
+
export const statusColorPillInfoBorderDefault: string;
|
|
80
|
+
export const statusColorPillNeutralBgDefault: string;
|
|
81
|
+
/** outline pill bg */
|
|
82
|
+
export const statusColorPillNeutralBgAltDefault: string;
|
|
83
|
+
export const statusColorPillNeutralBgAltHover: string;
|
|
84
|
+
export const statusColorPillNeutralBgHover: string;
|
|
85
|
+
export const statusColorPillNeutralBorderDefault: string;
|
|
86
|
+
export const statusColorPillSuccessBgDefault: string;
|
|
87
|
+
/** outline pill bg */
|
|
88
|
+
export const statusColorPillSuccessBgAltDefault: string;
|
|
89
|
+
export const statusColorPillSuccessBgAltHover: string;
|
|
90
|
+
export const statusColorPillSuccessBgHover: string;
|
|
91
|
+
export const statusColorPillSuccessBorderDefault: string;
|
|
92
|
+
export const statusColorPillWarningBgDefault: string;
|
|
93
|
+
/** Global message bg */
|
|
94
|
+
export const statusColorPillWarningBgAltDefault: string;
|
|
95
|
+
export const statusColorPillWarningBgAltHover: string;
|
|
96
|
+
export const statusColorPillWarningBgHover: string;
|
|
97
|
+
export const statusColorPillWarningBorderDefault: string;
|
|
98
|
+
/** Pill (all types, readonly, when nested in disabled parent components) */
|
|
99
|
+
export const statusColorPillReadonlyBgDefault: string;
|
|
100
|
+
/** Pill (all types, readonly, when nested in disabled parent components) */
|
|
101
|
+
export const statusColorPillReadonlyBorderDefault: string;
|
|
102
|
+
/** Pill (all types, readonly, when nested in disabled parent components) */
|
|
103
|
+
export const statusColorPillReadonlyLabel: string;
|
|
62
104
|
export const statusColorRatingBgDefault: string;
|
|
63
105
|
export const statusColorRatingBgDefaultAlt: string;
|
|
64
106
|
export const statusColorRatingBgHover: string;
|
|
65
107
|
export const statusColorRatingBorderDefault: string;
|
|
66
|
-
export const statusColorSuccessBgDefault: string;
|
|
67
|
-
/** Subtle message bg */
|
|
68
|
-
export const statusColorSuccessBgAlt: string;
|
|
69
|
-
export const statusColorSuccessBgAltHover: string;
|
|
70
|
-
export const statusColorSuccessBgHover: string;
|
|
71
|
-
export const statusColorSuccessBorderDefault: string;
|
|
72
|
-
/** Icon on tinted bgs */
|
|
73
|
-
export const statusColorSuccessIcon: string;
|
|
74
|
-
export const statusColorWarningBgDefault: string;
|
|
75
|
-
/** Subtle message bg */
|
|
76
|
-
export const statusColorWarningBgAlt: string;
|
|
77
|
-
/** Global message bg */
|
|
78
|
-
export const statusColorWarningBgAltDefault: string;
|
|
79
|
-
export const statusColorWarningBgAltHover: string;
|
|
80
|
-
export const statusColorWarningBgHover: string;
|
|
81
|
-
export const statusColorWarningBorderDefault: string;
|
|
82
|
-
/** Icon on tinted bgs */
|
|
83
|
-
export const statusColorWarningIcon: string;
|
|
84
108
|
/** Min height */
|
|
85
109
|
export const statusSizePillS: number;
|
|
86
110
|
/** Min height and removable button. */
|
|
@@ -7,59 +7,78 @@
|
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
export const statusColorNone = "#fff0"; // transparent override used for hiding colors when needed.
|
|
10
|
-
export const
|
|
11
|
-
export const
|
|
12
|
-
export const
|
|
13
|
-
export const
|
|
14
|
-
export const
|
|
15
|
-
export const
|
|
16
|
-
export const
|
|
17
|
-
export const
|
|
18
|
-
export const
|
|
19
|
-
export const
|
|
20
|
-
export const
|
|
21
|
-
export const
|
|
22
|
-
export const
|
|
23
|
-
export const
|
|
24
|
-
export const
|
|
25
|
-
export const
|
|
26
|
-
export const
|
|
27
|
-
export const
|
|
28
|
-
export const
|
|
29
|
-
export const
|
|
30
|
-
export const
|
|
31
|
-
export const
|
|
32
|
-
export const
|
|
33
|
-
export const
|
|
34
|
-
export const
|
|
35
|
-
export const
|
|
36
|
-
export const
|
|
37
|
-
export const
|
|
38
|
-
export const
|
|
39
|
-
export const
|
|
40
|
-
export const
|
|
41
|
-
export const
|
|
42
|
-
export const
|
|
43
|
-
export const
|
|
44
|
-
export const
|
|
10
|
+
export const statusColorMessageGlobalLabelDefault = "#fffffff2";
|
|
11
|
+
export const statusColorMessageGlobalLabelHover = "#fffffff2";
|
|
12
|
+
export const statusColorMessageGlobalCalloutBgDefault = "#122211"; // Global message bg
|
|
13
|
+
export const statusColorMessageGlobalCalloutBgHover = "#223121"; // global message bg hover
|
|
14
|
+
export const statusColorMessageGlobalCalloutIcon = "#fffffff2"; // Icon on tinted bgs
|
|
15
|
+
export const statusColorMessageGlobalInfoBgDefault = "#111722"; // Global message bg
|
|
16
|
+
export const statusColorMessageGlobalInfoBgHover = "#212631";
|
|
17
|
+
export const statusColorMessageGlobalInfoIcon = "#007ED9"; // Icon on tinted bgs
|
|
18
|
+
export const statusColorMessageGlobalWarningBgDefault = "#251206"; // Global message bg
|
|
19
|
+
export const statusColorMessageGlobalWarningBgHover = "#34211a";
|
|
20
|
+
export const statusColorMessageGlobalWarningIcon = "#E04500"; // Icon on tinted bgs
|
|
21
|
+
export const statusColorMessageContextualBg = "#000000";
|
|
22
|
+
export const statusColorMessageContextualIcon = "#000000"; // decorative icon on standard contextual messages
|
|
23
|
+
export const statusColorMessageContextualText = "#FFFFFF"; // Message text.
|
|
24
|
+
export const statusColorMessageContextualAiBgDefault = "#FFFFFF";
|
|
25
|
+
export const statusColorMessageContextualAiBgAlt = "#171717";
|
|
26
|
+
export const statusColorMessageContextualAiBorderDefault = "#FFFFFF";
|
|
27
|
+
export const statusColorMessageContextualCalloutBgAlt = "#122211"; // Subtle message bg
|
|
28
|
+
export const statusColorMessageContextualCalloutIcon = "#fffffff2";
|
|
29
|
+
export const statusColorMessageContextualErrorBgDefault = "#E13E53";
|
|
30
|
+
export const statusColorMessageContextualErrorBgAlt = "#241212"; // Subtle message bg
|
|
31
|
+
export const statusColorMessageContextualErrorBorderDefault = "#E13E53";
|
|
32
|
+
export const statusColorMessageContextualErrorIcon = "#E13E53"; // Icon on tinted bgs
|
|
33
|
+
export const statusColorMessageContextualInfoBgDefault = "#007ED9";
|
|
34
|
+
export const statusColorMessageContextualInfoBgAlt = "#111722"; // Subtle message bg
|
|
35
|
+
export const statusColorMessageContextualInfoBorderDefault = "#007ED9";
|
|
36
|
+
export const statusColorMessageContextualInfoIcon = "#007ED9"; // Icon on tinted bgs
|
|
37
|
+
export const statusColorMessageContextualSuccessBgDefault = "#009023";
|
|
38
|
+
export const statusColorMessageContextualSuccessBgAlt = "#0e1a0b"; // Subtle message bg
|
|
39
|
+
export const statusColorMessageContextualSuccessBorderDefault = "#009023";
|
|
40
|
+
export const statusColorMessageContextualSuccessIcon = "#009023"; // Icon on tinted bgs
|
|
41
|
+
export const statusColorMessageContextualWarningBgDefault = "#E04500";
|
|
42
|
+
export const statusColorMessageContextualWarningBgAlt = "#251206"; // Subtle message bg
|
|
43
|
+
export const statusColorMessageContextualWarningBorderDefault = "#E04500";
|
|
44
|
+
export const statusColorMessageContextualWarningIcon = "#E04500"; // Icon on tinted bgs
|
|
45
|
+
export const statusColorPillLabelDefault = "#000000";
|
|
46
|
+
export const statusColorPillLabelHover = "#000000";
|
|
47
|
+
export const statusColorPillLabelAltDefault = "#fffffff2";
|
|
48
|
+
export const statusColorPillLabelAltHover = "#fffffff2";
|
|
49
|
+
export const statusColorPillErrorBgDefault = "#E13E53";
|
|
50
|
+
export const statusColorPillErrorBgAltDefault = "#241212"; // outline pill bg
|
|
51
|
+
export const statusColorPillErrorBgAltHover = "#332122";
|
|
52
|
+
export const statusColorPillErrorBgHover = "#eb646c";
|
|
53
|
+
export const statusColorPillErrorBorderDefault = "#E13E53";
|
|
54
|
+
export const statusColorPillInfoBgDefault = "#007ED9";
|
|
55
|
+
export const statusColorPillInfoBgAltDefault = "#111722"; // outline pill bg
|
|
56
|
+
export const statusColorPillInfoBgAltHover = "#212631";
|
|
57
|
+
export const statusColorPillInfoBgHover = "#5291e0";
|
|
58
|
+
export const statusColorPillInfoBorderDefault = "#007ED9";
|
|
59
|
+
export const statusColorPillNeutralBgDefault = "#7C7C7C";
|
|
60
|
+
export const statusColorPillNeutralBgAltDefault = "#171717"; // outline pill bg
|
|
61
|
+
export const statusColorPillNeutralBgAltHover = "#262626";
|
|
62
|
+
export const statusColorPillNeutralBgHover = "#909090";
|
|
63
|
+
export const statusColorPillNeutralBorderDefault = "#7C7C7C";
|
|
64
|
+
export const statusColorPillSuccessBgDefault = "#009023";
|
|
65
|
+
export const statusColorPillSuccessBgAltDefault = "#0e1a0b"; // outline pill bg
|
|
66
|
+
export const statusColorPillSuccessBgAltHover = "#1e291d";
|
|
67
|
+
export const statusColorPillSuccessBgHover = "#2e9936";
|
|
68
|
+
export const statusColorPillSuccessBorderDefault = "#009023";
|
|
69
|
+
export const statusColorPillWarningBgDefault = "#E04500";
|
|
70
|
+
export const statusColorPillWarningBgAltDefault = "#251206"; // Global message bg
|
|
71
|
+
export const statusColorPillWarningBgAltHover = "#34211a";
|
|
72
|
+
export const statusColorPillWarningBgHover = "#eb6732";
|
|
73
|
+
export const statusColorPillWarningBorderDefault = "#E04500";
|
|
74
|
+
export const statusColorPillReadonlyBgDefault = "#4b4b4b"; // Pill (all types, readonly, when nested in disabled parent components)
|
|
75
|
+
export const statusColorPillReadonlyBorderDefault = "#4b4b4b"; // Pill (all types, readonly, when nested in disabled parent components)
|
|
76
|
+
export const statusColorPillReadonlyLabel = "#ffffffab"; // Pill (all types, readonly, when nested in disabled parent components)
|
|
45
77
|
export const statusColorRatingBgDefault = "#00D639";
|
|
46
78
|
export const statusColorRatingBgDefaultAlt =
|
|
47
79
|
"linear-gradient(90deg, #00D639 0%, #00D639 50%, #282828 50%, #282828 100%)";
|
|
48
80
|
export const statusColorRatingBgHover = "#18b032";
|
|
49
81
|
export const statusColorRatingBorderDefault = "#00D639";
|
|
50
|
-
export const statusColorSuccessBgDefault = "#009023";
|
|
51
|
-
export const statusColorSuccessBgAlt = "#0e1a0b"; // Subtle message bg
|
|
52
|
-
export const statusColorSuccessBgAltHover = "#1e291d";
|
|
53
|
-
export const statusColorSuccessBgHover = "#2e9936";
|
|
54
|
-
export const statusColorSuccessBorderDefault = "#009023";
|
|
55
|
-
export const statusColorSuccessIcon = "#009023"; // Icon on tinted bgs
|
|
56
|
-
export const statusColorWarningBgDefault = "#E04500";
|
|
57
|
-
export const statusColorWarningBgAlt = "#251206"; // Subtle message bg
|
|
58
|
-
export const statusColorWarningBgAltDefault = "#251206"; // Global message bg
|
|
59
|
-
export const statusColorWarningBgAltHover = "#34211a";
|
|
60
|
-
export const statusColorWarningBgHover = "#eb6732";
|
|
61
|
-
export const statusColorWarningBorderDefault = "#E04500";
|
|
62
|
-
export const statusColorWarningIcon = "#E04500"; // Icon on tinted bgs
|
|
63
82
|
export const statusSizePillS = 20; // Min height
|
|
64
83
|
export const statusSizePillM = 24; // Min height and removable button.
|
|
65
84
|
export const statusSizePillL = 28; // Min height and removable button
|
|
@@ -12,12 +12,7 @@ export const modesColorBrandDefaultAlt: string;
|
|
|
12
12
|
export const modesColorBrandWithDefaultAlt: string;
|
|
13
13
|
export const modesColorBrandCopilotAiIdentifierDefault: string;
|
|
14
14
|
export const modesColorBrandCopilotAiIdentifierWithDefault: string;
|
|
15
|
-
export const
|
|
16
|
-
export const modesColorBrandCopilotNoBgStar: string;
|
|
17
|
-
export const modesColorBrandCopilotNoBgMono: string;
|
|
18
|
-
export const modesColorBrandCopilotWithBgS: string;
|
|
19
|
-
export const modesColorBrandCopilotWithBgStar: string;
|
|
20
|
-
export const modesColorBrandCopilotWithBgBg: string;
|
|
15
|
+
export const modesColorBrandCopilotNoBgMonochrome: string;
|
|
21
16
|
/** This is the color to replace in white label products. Dark mode recommended luminosity for SAGE is 75.1 (tested), but above 51.9 should be ok. See hsluv.org to be AAA text on 000000 bgs. */
|
|
22
17
|
export const modesColorCustomDefault: string;
|
|
23
18
|
/** Replace this color in white label products that use the FROZEN theme. Ensure luminousity of custom color = 46.8 (see hsluv.org). AAA against FFFFFF bg. */
|
|
@@ -163,12 +158,6 @@ export const modesColorInteractivePrimaryFrozenTableDefault: string;
|
|
|
163
158
|
export const modesColorInteractiveProgressBg: string;
|
|
164
159
|
export const modesColorInteractiveProgressBgAlt: string;
|
|
165
160
|
export const modesColorInteractiveProgressFrozenBg: string;
|
|
166
|
-
export const modesColorStatusAiDefault: string;
|
|
167
|
-
/** bg for contextual message comp */
|
|
168
|
-
export const modesColorStatusAiDefaultAlt: string;
|
|
169
|
-
export const modesColorStatusAiDefaultHorizontal: string;
|
|
170
|
-
export const modesColorStatusAiDefaultVertical: string;
|
|
171
|
-
export const modesColorStatusGenericDefault: string;
|
|
172
161
|
export const modesColorStatusCautionDefault: string;
|
|
173
162
|
/** Subtle message bg */
|
|
174
163
|
export const modesColorStatusCautionDefaultAlt: string;
|
|
@@ -178,7 +167,15 @@ export const modesColorStatusCautionHover: string;
|
|
|
178
167
|
export const modesColorStatusCautionHoverAlt: string;
|
|
179
168
|
export const modesColorStatusCautionText: string;
|
|
180
169
|
/** Global message bg */
|
|
181
|
-
export const
|
|
170
|
+
export const modesColorStatusCautionFrozenglobalDefault: string;
|
|
171
|
+
/** used on global message bg */
|
|
172
|
+
export const modesColorStatusCautionFrozenglobalHover: string;
|
|
173
|
+
export const modesColorStatusAiDefault: string;
|
|
174
|
+
/** bg for contextual message comp */
|
|
175
|
+
export const modesColorStatusAiDefaultAlt: string;
|
|
176
|
+
export const modesColorStatusAiDefaultHorizontal: string;
|
|
177
|
+
export const modesColorStatusAiDefaultVertical: string;
|
|
178
|
+
export const modesColorStatusGenericDefault: string;
|
|
182
179
|
export const modesColorStatusContentWithDefault: string;
|
|
183
180
|
export const modesColorStatusContentWithDefaultAlt: string;
|
|
184
181
|
export const modesColorStatusContentWithHover: string;
|
|
@@ -197,7 +194,9 @@ export const modesColorStatusInfoHover: string;
|
|
|
197
194
|
/** used on pill hover states and message bg */
|
|
198
195
|
export const modesColorStatusInfoHoverAlt: string;
|
|
199
196
|
/** Global message bg */
|
|
200
|
-
export const
|
|
197
|
+
export const modesColorStatusInfoFrozenglobalDefault: string;
|
|
198
|
+
/** used on global message bg */
|
|
199
|
+
export const modesColorStatusInfoFrozenglobalHover: string;
|
|
201
200
|
export const modesColorStatusNegativeDefault: string;
|
|
202
201
|
/** Subtle message bg */
|
|
203
202
|
export const modesColorStatusNegativeDefaultAlt: string;
|
|
@@ -206,7 +205,6 @@ export const modesColorStatusNegativeHover: string;
|
|
|
206
205
|
/** used on pill hover states and message bg */
|
|
207
206
|
export const modesColorStatusNegativeHoverAlt: string;
|
|
208
207
|
export const modesColorStatusNegativeText: string;
|
|
209
|
-
export const modesColorStatusNeutralAlt: string;
|
|
210
208
|
export const modesColorStatusNeutralDefault: string;
|
|
211
209
|
/** Subtle message bg */
|
|
212
210
|
export const modesColorStatusNeutralDefaultAlt: string;
|
|
@@ -215,7 +213,11 @@ export const modesColorStatusNeutralHover: string;
|
|
|
215
213
|
/** used on pill hover states and message bg */
|
|
216
214
|
export const modesColorStatusNeutralHoverAlt: string;
|
|
217
215
|
export const modesColorStatusNeutralFrozenDefault: string;
|
|
216
|
+
/** Subtle message bg */
|
|
217
|
+
export const modesColorStatusNeutralFrozenDefaultAlt: string;
|
|
218
218
|
export const modesColorStatusNeutralFrozenHover: string;
|
|
219
|
+
/** used on pill hover states and message bg */
|
|
220
|
+
export const modesColorStatusNeutralFrozenHoverAlt: string;
|
|
219
221
|
export const modesColorStatusPositiveDefault: string;
|
|
220
222
|
/** Subtle message bg */
|
|
221
223
|
export const modesColorStatusPositiveDefaultAlt: string;
|
|
@@ -12,14 +12,7 @@ export const modesColorBrandDefaultAlt = "#FFFFFF";
|
|
|
12
12
|
export const modesColorBrandWithDefaultAlt = "#000000";
|
|
13
13
|
export const modesColorBrandCopilotAiIdentifierDefault = "#FFFFFF";
|
|
14
14
|
export const modesColorBrandCopilotAiIdentifierWithDefault = "#00D639";
|
|
15
|
-
export const
|
|
16
|
-
"linear-gradient(191deg, #9D60FF 28.12%, #7C78F8 33.5%, #29B7E6 46.96%, #00D6DE 52.34%, #00D6DA 55.03%, #00D6D0 56.83%, #00D6C0 57.73%, #00D6A8 59.52%, #00D68A 60.42%, #00D665 62.21%, #00D639 63.11%)";
|
|
17
|
-
export const modesColorBrandCopilotNoBgStar =
|
|
18
|
-
"radial-gradient(99.94% 104.1% at 8.01% 0.98%, #9D60FF 34%, #5A99F1 52%, #32B3E8 59%, #0DCCE0 68%, #00D6DE 72%, #00D6D7 74%, #00D6C6 77%, #00D6AA 81%, #00D682 84%, #00D650 88%, #00D639 90%)";
|
|
19
|
-
export const modesColorBrandCopilotNoBgMono = "#FFFFFF";
|
|
20
|
-
export const modesColorBrandCopilotWithBgS = "#000000";
|
|
21
|
-
export const modesColorBrandCopilotWithBgStar = "#000000";
|
|
22
|
-
export const modesColorBrandCopilotWithBgBg = "#FFFFFF";
|
|
15
|
+
export const modesColorBrandCopilotNoBgMonochrome = "#FFFFFF";
|
|
23
16
|
export const modesColorCustomDefault = "#00D639"; // This is the color to replace in white label products. Dark mode recommended luminosity for SAGE is 75.1 (tested), but above 51.9 should be ok. See hsluv.org to be AAA text on 000000 bgs.
|
|
24
17
|
export const modesColorCustomFrozen = "#00D639"; // Replace this color in white label products that use the FROZEN theme. Ensure luminousity of custom color = 46.8 (see hsluv.org). AAA against FFFFFF bg.
|
|
25
18
|
export const modesColorGenericBgNought = "#000000";
|
|
@@ -125,6 +118,13 @@ export const modesColorInteractivePrimaryFrozenTableDefault = "#18232a";
|
|
|
125
118
|
export const modesColorInteractiveProgressBg = "#ffffff14";
|
|
126
119
|
export const modesColorInteractiveProgressBgAlt = "#00000014";
|
|
127
120
|
export const modesColorInteractiveProgressFrozenBg = "#ffffff14";
|
|
121
|
+
export const modesColorStatusCautionDefault = "#E04500";
|
|
122
|
+
export const modesColorStatusCautionDefaultAlt = "#251206"; // Subtle message bg
|
|
123
|
+
export const modesColorStatusCautionHover = "#eb6732"; // used on pill hover states
|
|
124
|
+
export const modesColorStatusCautionHoverAlt = "#34211a"; // used on pill hover states and message bg
|
|
125
|
+
export const modesColorStatusCautionText = "#e75b23";
|
|
126
|
+
export const modesColorStatusCautionFrozenglobalDefault = "#E04500"; // Global message bg
|
|
127
|
+
export const modesColorStatusCautionFrozenglobalHover = "#eb6732"; // used on global message bg
|
|
128
128
|
export const modesColorStatusAiDefault = "#000000";
|
|
129
129
|
export const modesColorStatusAiDefaultAlt = "#FFFFFF"; // bg for contextual message comp
|
|
130
130
|
export const modesColorStatusAiDefaultHorizontal =
|
|
@@ -132,12 +132,6 @@ export const modesColorStatusAiDefaultHorizontal =
|
|
|
132
132
|
export const modesColorStatusAiDefaultVertical =
|
|
133
133
|
"linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)";
|
|
134
134
|
export const modesColorStatusGenericDefault = "#008a89";
|
|
135
|
-
export const modesColorStatusCautionDefault = "#E04500";
|
|
136
|
-
export const modesColorStatusCautionDefaultAlt = "#251206"; // Subtle message bg
|
|
137
|
-
export const modesColorStatusCautionHover = "#eb6732"; // used on pill hover states
|
|
138
|
-
export const modesColorStatusCautionHoverAlt = "#34211a"; // used on pill hover states and message bg
|
|
139
|
-
export const modesColorStatusCautionText = "#e75b23";
|
|
140
|
-
export const modesColorStatusCautionFrozenDefault = "#251206"; // Global message bg
|
|
141
135
|
export const modesColorStatusContentWithDefault = "#000000";
|
|
142
136
|
export const modesColorStatusContentWithDefaultAlt = "#fffffff2";
|
|
143
137
|
export const modesColorStatusContentWithHover = "#000000";
|
|
@@ -150,19 +144,21 @@ export const modesColorStatusInfoDefault = "#007ED9";
|
|
|
150
144
|
export const modesColorStatusInfoDefaultAlt = "#111722"; // Subtle message bg
|
|
151
145
|
export const modesColorStatusInfoHover = "#5291e0"; // used on pill hover states
|
|
152
146
|
export const modesColorStatusInfoHoverAlt = "#212631"; // used on pill hover states and message bg
|
|
153
|
-
export const
|
|
147
|
+
export const modesColorStatusInfoFrozenglobalDefault = "#007ED9"; // Global message bg
|
|
148
|
+
export const modesColorStatusInfoFrozenglobalHover = "#5291e0"; // used on global message bg
|
|
154
149
|
export const modesColorStatusNegativeDefault = "#E13E53";
|
|
155
150
|
export const modesColorStatusNegativeDefaultAlt = "#241212"; // Subtle message bg
|
|
156
151
|
export const modesColorStatusNegativeHover = "#eb646c"; // used on pill hover states
|
|
157
152
|
export const modesColorStatusNegativeHoverAlt = "#332122"; // used on pill hover states and message bg
|
|
158
153
|
export const modesColorStatusNegativeText = "#E13E53";
|
|
159
|
-
export const modesColorStatusNeutralAlt = "#7C7C7C";
|
|
160
154
|
export const modesColorStatusNeutralDefault = "#7C7C7C";
|
|
161
155
|
export const modesColorStatusNeutralDefaultAlt = "#171717"; // Subtle message bg
|
|
162
156
|
export const modesColorStatusNeutralHover = "#909090"; // used on pill hover states
|
|
163
157
|
export const modesColorStatusNeutralHoverAlt = "#262626"; // used on pill hover states and message bg
|
|
164
158
|
export const modesColorStatusNeutralFrozenDefault = "#9e9e9e";
|
|
159
|
+
export const modesColorStatusNeutralFrozenDefaultAlt = "#171717"; // Subtle message bg
|
|
165
160
|
export const modesColorStatusNeutralFrozenHover = "#909090";
|
|
161
|
+
export const modesColorStatusNeutralFrozenHoverAlt = "#262626"; // used on pill hover states and message bg
|
|
166
162
|
export const modesColorStatusPositiveDefault = "#009023";
|
|
167
163
|
export const modesColorStatusPositiveDefaultAlt = "#0e1a0b"; // Subtle message bg
|
|
168
164
|
export const modesColorStatusPositiveHover = "#2e9936"; // used on pill hover states
|
|
@@ -12,12 +12,7 @@ export const logoColorSageBgAlt: string;
|
|
|
12
12
|
/** filled */
|
|
13
13
|
export const logoColorTrustBgDefault: string;
|
|
14
14
|
export const logoColorTrustOutline: string;
|
|
15
|
-
export const logoColorCopilotNoBgBgS: string;
|
|
16
|
-
export const logoColorCopilotNoBgBgStar: string;
|
|
17
15
|
export const logoColorCopilotNoBgFgDefault: string;
|
|
18
|
-
export const logoColorCopilotWithBgBgS: string;
|
|
19
|
-
export const logoColorCopilotWithBgBgStar: string;
|
|
20
|
-
export const logoColorCopilotWithBgBgDefault: string;
|
|
21
16
|
/** star bg color */
|
|
22
17
|
export const logoColorAiIdentifierBgStar: string;
|
|
23
18
|
export const logoColorAiIdentifierBgDot: string;
|
|
@@ -10,14 +10,7 @@ export const logoColorSageBgDefault = "#000000"; // sage logo
|
|
|
10
10
|
export const logoColorSageBgAlt = "#000000";
|
|
11
11
|
export const logoColorTrustBgDefault = "#008A21"; // filled
|
|
12
12
|
export const logoColorTrustOutline = "#000000";
|
|
13
|
-
export const logoColorCopilotNoBgBgS = "#000000";
|
|
14
|
-
export const logoColorCopilotNoBgBgStar = "#000000";
|
|
15
13
|
export const logoColorCopilotNoBgFgDefault = "#000000";
|
|
16
|
-
export const logoColorCopilotWithBgBgS =
|
|
17
|
-
"linear-gradient(191deg, #9D60FF 28.12%, #7C78F8 33.5%, #29B7E6 46.96%, #00D6DE 52.34%, #00D6DA 55.03%, #00D6D0 56.83%, #00D6C0 57.73%, #00D6A8 59.52%, #00D68A 60.42%, #00D665 62.21%, #00D639 63.11%)";
|
|
18
|
-
export const logoColorCopilotWithBgBgStar =
|
|
19
|
-
"radial-gradient(99.94% 104.1% at 8.01% 0.98%, #9D60FF 34%, #5A99F1 52%, #32B3E8 59%, #0DCCE0 68%, #00D6DE 72%, #00D6D7 74%, #00D6C6 77%, #00D6AA 81%, #00D682 84%, #00D650 88%, #00D639 90%)";
|
|
20
|
-
export const logoColorCopilotWithBgBgDefault = "#000000";
|
|
21
14
|
export const logoColorAiIdentifierBgStar = "#000000"; // star bg color
|
|
22
15
|
export const logoColorAiIdentifierBgDot = "#00D639";
|
|
23
16
|
export const logoColorAiIdentifierOutline = "#000000"; // star outline variant
|
|
@@ -8,79 +8,103 @@
|
|
|
8
8
|
|
|
9
9
|
/** transparent override used for hiding colors when needed. */
|
|
10
10
|
export const statusColorNone: string;
|
|
11
|
-
export const
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
export const
|
|
19
|
-
/**
|
|
20
|
-
export const
|
|
21
|
-
export const
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
export const
|
|
11
|
+
export const statusColorMessageGlobalLabelDefault: string;
|
|
12
|
+
export const statusColorMessageGlobalLabelHover: string;
|
|
13
|
+
/** Global message bg */
|
|
14
|
+
export const statusColorMessageGlobalCalloutBgDefault: string;
|
|
15
|
+
/** global message bg hover */
|
|
16
|
+
export const statusColorMessageGlobalCalloutBgHover: string;
|
|
17
|
+
/** Icon on tinted bgs */
|
|
18
|
+
export const statusColorMessageGlobalCalloutIcon: string;
|
|
19
|
+
/** Global message bg */
|
|
20
|
+
export const statusColorMessageGlobalInfoBgDefault: string;
|
|
21
|
+
export const statusColorMessageGlobalInfoBgHover: string;
|
|
22
|
+
/** Icon on tinted bgs */
|
|
23
|
+
export const statusColorMessageGlobalInfoIcon: string;
|
|
24
|
+
/** Global message bg */
|
|
25
|
+
export const statusColorMessageGlobalWarningBgDefault: string;
|
|
26
|
+
export const statusColorMessageGlobalWarningBgHover: string;
|
|
27
|
+
/** Icon on tinted bgs */
|
|
28
|
+
export const statusColorMessageGlobalWarningIcon: string;
|
|
29
|
+
export const statusColorMessageContextualBg: string;
|
|
30
|
+
/** decorative icon on standard contextual messages */
|
|
31
|
+
export const statusColorMessageContextualIcon: string;
|
|
26
32
|
/** Message text. */
|
|
27
|
-
export const
|
|
28
|
-
export const
|
|
29
|
-
export const
|
|
33
|
+
export const statusColorMessageContextualText: string;
|
|
34
|
+
export const statusColorMessageContextualAiBgDefault: string;
|
|
35
|
+
export const statusColorMessageContextualAiBgAlt: string;
|
|
36
|
+
export const statusColorMessageContextualAiBorderDefault: string;
|
|
30
37
|
/** Subtle message bg */
|
|
31
|
-
export const
|
|
32
|
-
|
|
33
|
-
export const
|
|
38
|
+
export const statusColorMessageContextualCalloutBgAlt: string;
|
|
39
|
+
export const statusColorMessageContextualCalloutIcon: string;
|
|
40
|
+
export const statusColorMessageContextualErrorBgDefault: string;
|
|
34
41
|
/** Subtle message bg */
|
|
35
|
-
export const
|
|
36
|
-
export const
|
|
42
|
+
export const statusColorMessageContextualErrorBgAlt: string;
|
|
43
|
+
export const statusColorMessageContextualErrorBorderDefault: string;
|
|
44
|
+
/** Icon on tinted bgs */
|
|
45
|
+
export const statusColorMessageContextualErrorIcon: string;
|
|
46
|
+
export const statusColorMessageContextualInfoBgDefault: string;
|
|
37
47
|
/** Subtle message bg */
|
|
38
|
-
export const
|
|
39
|
-
export const
|
|
40
|
-
export const statusColorErrorBgHover: string;
|
|
41
|
-
export const statusColorErrorBorderDefault: string;
|
|
48
|
+
export const statusColorMessageContextualInfoBgAlt: string;
|
|
49
|
+
export const statusColorMessageContextualInfoBorderDefault: string;
|
|
42
50
|
/** Icon on tinted bgs */
|
|
43
|
-
export const
|
|
44
|
-
export const
|
|
51
|
+
export const statusColorMessageContextualInfoIcon: string;
|
|
52
|
+
export const statusColorMessageContextualSuccessBgDefault: string;
|
|
45
53
|
/** Subtle message bg */
|
|
46
|
-
export const
|
|
47
|
-
|
|
48
|
-
export const statusColorInfoBgAltDefault: string;
|
|
49
|
-
export const statusColorInfoBgAltHover: string;
|
|
50
|
-
export const statusColorInfoBgHover: string;
|
|
51
|
-
export const statusColorInfoBorderDefault: string;
|
|
54
|
+
export const statusColorMessageContextualSuccessBgAlt: string;
|
|
55
|
+
export const statusColorMessageContextualSuccessBorderDefault: string;
|
|
52
56
|
/** Icon on tinted bgs */
|
|
53
|
-
export const
|
|
54
|
-
export const
|
|
57
|
+
export const statusColorMessageContextualSuccessIcon: string;
|
|
58
|
+
export const statusColorMessageContextualWarningBgDefault: string;
|
|
55
59
|
/** Subtle message bg */
|
|
56
|
-
export const
|
|
57
|
-
export const
|
|
58
|
-
export const statusColorNeutralBgHover: string;
|
|
59
|
-
export const statusColorNeutralBorderDefault: string;
|
|
60
|
+
export const statusColorMessageContextualWarningBgAlt: string;
|
|
61
|
+
export const statusColorMessageContextualWarningBorderDefault: string;
|
|
60
62
|
/** Icon on tinted bgs */
|
|
61
|
-
export const
|
|
63
|
+
export const statusColorMessageContextualWarningIcon: string;
|
|
64
|
+
export const statusColorPillLabelDefault: string;
|
|
65
|
+
export const statusColorPillLabelHover: string;
|
|
66
|
+
export const statusColorPillLabelAltDefault: string;
|
|
67
|
+
export const statusColorPillLabelAltHover: string;
|
|
68
|
+
export const statusColorPillErrorBgDefault: string;
|
|
69
|
+
/** outline pill bg */
|
|
70
|
+
export const statusColorPillErrorBgAltDefault: string;
|
|
71
|
+
export const statusColorPillErrorBgAltHover: string;
|
|
72
|
+
export const statusColorPillErrorBgHover: string;
|
|
73
|
+
export const statusColorPillErrorBorderDefault: string;
|
|
74
|
+
export const statusColorPillInfoBgDefault: string;
|
|
75
|
+
/** outline pill bg */
|
|
76
|
+
export const statusColorPillInfoBgAltDefault: string;
|
|
77
|
+
export const statusColorPillInfoBgAltHover: string;
|
|
78
|
+
export const statusColorPillInfoBgHover: string;
|
|
79
|
+
export const statusColorPillInfoBorderDefault: string;
|
|
80
|
+
export const statusColorPillNeutralBgDefault: string;
|
|
81
|
+
/** outline pill bg */
|
|
82
|
+
export const statusColorPillNeutralBgAltDefault: string;
|
|
83
|
+
export const statusColorPillNeutralBgAltHover: string;
|
|
84
|
+
export const statusColorPillNeutralBgHover: string;
|
|
85
|
+
export const statusColorPillNeutralBorderDefault: string;
|
|
86
|
+
export const statusColorPillSuccessBgDefault: string;
|
|
87
|
+
/** outline pill bg */
|
|
88
|
+
export const statusColorPillSuccessBgAltDefault: string;
|
|
89
|
+
export const statusColorPillSuccessBgAltHover: string;
|
|
90
|
+
export const statusColorPillSuccessBgHover: string;
|
|
91
|
+
export const statusColorPillSuccessBorderDefault: string;
|
|
92
|
+
export const statusColorPillWarningBgDefault: string;
|
|
93
|
+
/** Global message bg */
|
|
94
|
+
export const statusColorPillWarningBgAltDefault: string;
|
|
95
|
+
export const statusColorPillWarningBgAltHover: string;
|
|
96
|
+
export const statusColorPillWarningBgHover: string;
|
|
97
|
+
export const statusColorPillWarningBorderDefault: string;
|
|
98
|
+
/** Pill (all types, readonly, when nested in disabled parent components) */
|
|
99
|
+
export const statusColorPillReadonlyBgDefault: string;
|
|
100
|
+
/** Pill (all types, readonly, when nested in disabled parent components) */
|
|
101
|
+
export const statusColorPillReadonlyBorderDefault: string;
|
|
102
|
+
/** Pill (all types, readonly, when nested in disabled parent components) */
|
|
103
|
+
export const statusColorPillReadonlyLabel: string;
|
|
62
104
|
export const statusColorRatingBgDefault: string;
|
|
63
105
|
export const statusColorRatingBgDefaultAlt: string;
|
|
64
106
|
export const statusColorRatingBgHover: string;
|
|
65
107
|
export const statusColorRatingBorderDefault: string;
|
|
66
|
-
export const statusColorSuccessBgDefault: string;
|
|
67
|
-
/** Subtle message bg */
|
|
68
|
-
export const statusColorSuccessBgAlt: string;
|
|
69
|
-
export const statusColorSuccessBgAltHover: string;
|
|
70
|
-
export const statusColorSuccessBgHover: string;
|
|
71
|
-
export const statusColorSuccessBorderDefault: string;
|
|
72
|
-
/** Icon on tinted bgs */
|
|
73
|
-
export const statusColorSuccessIcon: string;
|
|
74
|
-
export const statusColorWarningBgDefault: string;
|
|
75
|
-
/** Subtle message bg */
|
|
76
|
-
export const statusColorWarningBgAlt: string;
|
|
77
|
-
/** Global message bg */
|
|
78
|
-
export const statusColorWarningBgAltDefault: string;
|
|
79
|
-
export const statusColorWarningBgAltHover: string;
|
|
80
|
-
export const statusColorWarningBgHover: string;
|
|
81
|
-
export const statusColorWarningBorderDefault: string;
|
|
82
|
-
/** Icon on tinted bgs */
|
|
83
|
-
export const statusColorWarningIcon: string;
|
|
84
108
|
/** Min height */
|
|
85
109
|
export const statusSizePillS: number;
|
|
86
110
|
/** Min height and removable button. */
|