@sage/design-tokens 5.2.0 → 5.3.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 +7 -5
- package/css/frozenproduct/large/dark.css +6 -5
- package/css/frozenproduct/large/light.css +1 -0
- package/css/frozenproduct/small/dark.css +6 -5
- package/css/frozenproduct/small/light.css +1 -0
- package/css/marketing/all.css +38 -36
- package/css/marketing/large/dark.css +6 -5
- package/css/marketing/large/light.css +1 -0
- package/css/marketing/small/components/button.css +22 -22
- package/css/marketing/small/components/container.css +9 -9
- package/css/marketing/small/dark.css +6 -5
- package/css/marketing/small/light.css +1 -0
- package/css/product/all.css +7 -5
- package/css/product/large/components/status.css +3 -3
- package/css/product/large/dark.css +6 -5
- package/css/product/large/light.css +1 -0
- package/css/product/small/dark.css +6 -5
- package/css/product/small/light.css +1 -0
- package/ios/frozenproduct/large/dark/mode.h +6 -5
- package/ios/frozenproduct/large/light/mode.h +1 -0
- package/ios/frozenproduct/small/dark/mode.h +6 -5
- package/ios/frozenproduct/small/light/mode.h +1 -0
- package/ios/marketing/large/dark/mode.h +6 -5
- package/ios/marketing/large/light/mode.h +1 -0
- package/ios/marketing/small/dark/mode.h +6 -5
- package/ios/marketing/small/light/mode.h +1 -0
- package/ios/product/large/dark/mode.h +6 -5
- package/ios/product/large/light/mode.h +1 -0
- package/ios/product/small/dark/mode.h +6 -5
- package/ios/product/small/light/mode.h +1 -0
- package/js/common/frozenproduct/large/dark/mode.d.ts +10 -9
- package/js/common/frozenproduct/large/dark/mode.js +170 -89
- package/js/common/frozenproduct/large/light/mode.d.ts +1 -0
- package/js/common/frozenproduct/large/light/mode.js +31 -0
- package/js/common/frozenproduct/small/dark/mode.d.ts +10 -9
- package/js/common/frozenproduct/small/dark/mode.js +170 -89
- package/js/common/frozenproduct/small/light/mode.d.ts +1 -0
- package/js/common/frozenproduct/small/light/mode.js +31 -0
- package/js/common/marketing/large/dark/mode.d.ts +10 -9
- package/js/common/marketing/large/dark/mode.js +170 -89
- package/js/common/marketing/large/light/mode.d.ts +1 -0
- package/js/common/marketing/large/light/mode.js +31 -0
- package/js/common/marketing/small/dark/mode.d.ts +10 -9
- package/js/common/marketing/small/dark/mode.js +170 -89
- package/js/common/marketing/small/light/mode.d.ts +1 -0
- package/js/common/marketing/small/light/mode.js +31 -0
- package/js/common/product/large/dark/mode.d.ts +10 -9
- package/js/common/product/large/dark/mode.js +170 -89
- package/js/common/product/large/light/mode.d.ts +1 -0
- package/js/common/product/large/light/mode.js +31 -0
- package/js/common/product/small/dark/mode.d.ts +10 -9
- package/js/common/product/small/dark/mode.js +170 -89
- package/js/common/product/small/light/mode.d.ts +1 -0
- package/js/common/product/small/light/mode.js +31 -0
- package/js/es6/frozenproduct/large/dark/mode.d.ts +8 -6
- package/js/es6/frozenproduct/large/dark/mode.js +7 -6
- package/js/es6/frozenproduct/large/light/mode.d.ts +2 -0
- package/js/es6/frozenproduct/large/light/mode.js +1 -0
- package/js/es6/frozenproduct/small/dark/mode.d.ts +8 -6
- package/js/es6/frozenproduct/small/dark/mode.js +7 -6
- package/js/es6/frozenproduct/small/light/mode.d.ts +2 -0
- package/js/es6/frozenproduct/small/light/mode.js +1 -0
- package/js/es6/marketing/large/dark/mode.d.ts +8 -6
- package/js/es6/marketing/large/dark/mode.js +7 -6
- package/js/es6/marketing/large/light/mode.d.ts +2 -0
- package/js/es6/marketing/large/light/mode.js +1 -0
- package/js/es6/marketing/small/dark/mode.d.ts +8 -6
- package/js/es6/marketing/small/dark/mode.js +7 -6
- package/js/es6/marketing/small/light/mode.d.ts +2 -0
- package/js/es6/marketing/small/light/mode.js +1 -0
- package/js/es6/product/large/dark/mode.d.ts +8 -6
- package/js/es6/product/large/dark/mode.js +7 -6
- package/js/es6/product/large/light/mode.d.ts +2 -0
- package/js/es6/product/large/light/mode.js +1 -0
- package/js/es6/product/small/dark/mode.d.ts +8 -6
- package/js/es6/product/small/dark/mode.js +7 -6
- package/js/es6/product/small/light/mode.d.ts +2 -0
- package/js/es6/product/small/light/mode.js +1 -0
- package/js/umd/frozenproduct/large/dark/mode.js +177 -89
- package/js/umd/frozenproduct/large/light/mode.js +38 -0
- package/js/umd/frozenproduct/small/dark/mode.js +177 -89
- package/js/umd/frozenproduct/small/light/mode.js +38 -0
- package/js/umd/marketing/large/dark/mode.js +177 -89
- package/js/umd/marketing/large/light/mode.js +38 -0
- package/js/umd/marketing/small/dark/mode.js +177 -89
- package/js/umd/marketing/small/light/mode.js +38 -0
- package/js/umd/product/large/dark/mode.js +177 -89
- package/js/umd/product/large/light/mode.js +38 -0
- package/js/umd/product/small/dark/mode.js +177 -89
- package/js/umd/product/small/light/mode.js +38 -0
- package/json/flat/frozenproduct/large/dark/mode.json +6 -5
- package/json/flat/frozenproduct/large/light/mode.json +1 -0
- package/json/flat/frozenproduct/small/dark/mode.json +6 -5
- package/json/flat/frozenproduct/small/light/mode.json +1 -0
- package/json/flat/marketing/large/dark/mode.json +6 -5
- package/json/flat/marketing/large/light/mode.json +1 -0
- package/json/flat/marketing/small/dark/mode.json +6 -5
- package/json/flat/marketing/small/light/mode.json +1 -0
- package/json/flat/product/large/dark/mode.json +6 -5
- package/json/flat/product/large/light/mode.json +1 -0
- package/json/flat/product/small/dark/mode.json +6 -5
- package/json/flat/product/small/light/mode.json +1 -0
- package/json/nested/frozenproduct/large/dark/mode.json +11 -10
- package/json/nested/frozenproduct/large/light/mode.json +2 -1
- package/json/nested/frozenproduct/small/dark/mode.json +11 -10
- package/json/nested/frozenproduct/small/light/mode.json +2 -1
- package/json/nested/marketing/large/dark/mode.json +11 -10
- package/json/nested/marketing/large/light/mode.json +2 -1
- package/json/nested/marketing/small/dark/mode.json +11 -10
- package/json/nested/marketing/small/light/mode.json +2 -1
- package/json/nested/product/large/dark/mode.json +11 -10
- package/json/nested/product/large/light/mode.json +2 -1
- package/json/nested/product/small/dark/mode.json +11 -10
- package/json/nested/product/small/light/mode.json +2 -1
- package/package.json +1 -1
- package/sage-design-tokens-5.3.0.tgz +0 -0
- package/scss/frozenproduct/large/dark.scss +6 -5
- package/scss/frozenproduct/large/light.scss +1 -0
- package/scss/frozenproduct/small/components/button.scss +22 -22
- package/scss/frozenproduct/small/components/container.scss +9 -9
- package/scss/frozenproduct/small/components/form.scss +7 -7
- package/scss/frozenproduct/small/components/link.scss +2 -2
- package/scss/frozenproduct/small/components/logo.scss +4 -4
- package/scss/frozenproduct/small/components/nav.scss +3 -3
- package/scss/frozenproduct/small/components/page.scss +1 -1
- package/scss/frozenproduct/small/components/popover.scss +2 -2
- package/scss/frozenproduct/small/components/progress.scss +6 -6
- package/scss/frozenproduct/small/components/status.scss +3 -3
- package/scss/frozenproduct/small/components/tab.scss +7 -7
- package/scss/frozenproduct/small/components/table.scss +11 -11
- package/scss/frozenproduct/small/dark.scss +6 -5
- package/scss/frozenproduct/small/light.scss +1 -0
- package/scss/marketing/large/dark.scss +6 -5
- package/scss/marketing/large/light.scss +1 -0
- package/scss/marketing/small/dark.scss +6 -5
- package/scss/marketing/small/light.scss +1 -0
- 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 +4 -4
- 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 +3 -3
- package/scss/product/large/components/tab.scss +7 -7
- package/scss/product/large/components/table.scss +11 -11
- package/scss/product/large/dark.scss +6 -5
- package/scss/product/large/light.scss +1 -0
- package/scss/product/small/components/button.scss +22 -22
- package/scss/product/small/components/container.scss +9 -9
- package/scss/product/small/components/form.scss +7 -7
- package/scss/product/small/components/link.scss +2 -2
- package/scss/product/small/components/logo.scss +4 -4
- package/scss/product/small/components/nav.scss +3 -3
- package/scss/product/small/components/page.scss +1 -1
- package/scss/product/small/components/popover.scss +2 -2
- package/scss/product/small/components/progress.scss +6 -6
- package/scss/product/small/components/status.scss +3 -3
- package/scss/product/small/components/tab.scss +7 -7
- package/scss/product/small/components/table.scss +11 -11
- package/scss/product/small/dark.scss +6 -5
- package/scss/product/small/light.scss +1 -0
- package/sage-design-tokens-5.2.0.tgz +0 -0
|
@@ -113,17 +113,18 @@
|
|
|
113
113
|
"modesColorInteractiveProgressBg": "#ffffff14",
|
|
114
114
|
"modesColorInteractiveProgressBgAlt": "#00000014",
|
|
115
115
|
"modesColorInteractiveProgressFrozenBg": "#ffffff14",
|
|
116
|
-
"modesColorStatusAiDefault": "#000000",
|
|
117
|
-
"modesColorStatusAiDefaultAlt": "#FFFFFF",
|
|
118
|
-
"modesColorStatusAiDefaultHorizontal": "linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
119
|
-
"modesColorStatusAiDefaultVertical": "linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
120
|
-
"modesColorStatusGenericDefault": "#008a89",
|
|
121
116
|
"modesColorStatusCautionDefault": "#E04500",
|
|
122
117
|
"modesColorStatusCautionDefaultAlt": "#251206",
|
|
123
118
|
"modesColorStatusCautionHover": "#eb6732",
|
|
124
119
|
"modesColorStatusCautionHoverAlt": "#34211a",
|
|
125
120
|
"modesColorStatusCautionText": "#e75b23",
|
|
126
121
|
"modesColorStatusCautionFrozenDefault": "#251206",
|
|
122
|
+
"modesColorStatusCautionFrozenIcon": "#e75b23",
|
|
123
|
+
"modesColorStatusAiDefault": "#000000",
|
|
124
|
+
"modesColorStatusAiDefaultAlt": "#FFFFFF",
|
|
125
|
+
"modesColorStatusAiDefaultHorizontal": "linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
126
|
+
"modesColorStatusAiDefaultVertical": "linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
127
|
+
"modesColorStatusGenericDefault": "#008a89",
|
|
127
128
|
"modesColorStatusContentWithDefault": "#000000",
|
|
128
129
|
"modesColorStatusContentWithDefaultAlt": "#fffffff2",
|
|
129
130
|
"modesColorStatusContentWithHover": "#000000",
|
|
@@ -124,6 +124,7 @@
|
|
|
124
124
|
"modesColorStatusCautionHoverAlt": "#f1e0d8",
|
|
125
125
|
"modesColorStatusCautionText": "#bf3e0c",
|
|
126
126
|
"modesColorStatusCautionFrozenDefault": "#FF8629",
|
|
127
|
+
"modesColorStatusCautionFrozenIcon": "#000000",
|
|
127
128
|
"modesColorStatusContentWithDefault": "#FFFFFF",
|
|
128
129
|
"modesColorStatusContentWithDefaultAlt": "#000000f2",
|
|
129
130
|
"modesColorStatusContentWithHover": "#FFFFFF",
|
|
@@ -113,17 +113,18 @@
|
|
|
113
113
|
"modesColorInteractiveProgressBg": "#ffffff14",
|
|
114
114
|
"modesColorInteractiveProgressBgAlt": "#00000014",
|
|
115
115
|
"modesColorInteractiveProgressFrozenBg": "#ffffff14",
|
|
116
|
-
"modesColorStatusAiDefault": "#000000",
|
|
117
|
-
"modesColorStatusAiDefaultAlt": "#FFFFFF",
|
|
118
|
-
"modesColorStatusAiDefaultHorizontal": "linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
119
|
-
"modesColorStatusAiDefaultVertical": "linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
120
|
-
"modesColorStatusGenericDefault": "#008a89",
|
|
121
116
|
"modesColorStatusCautionDefault": "#E04500",
|
|
122
117
|
"modesColorStatusCautionDefaultAlt": "#251206",
|
|
123
118
|
"modesColorStatusCautionHover": "#eb6732",
|
|
124
119
|
"modesColorStatusCautionHoverAlt": "#34211a",
|
|
125
120
|
"modesColorStatusCautionText": "#e75b23",
|
|
126
121
|
"modesColorStatusCautionFrozenDefault": "#251206",
|
|
122
|
+
"modesColorStatusCautionFrozenIcon": "#e75b23",
|
|
123
|
+
"modesColorStatusAiDefault": "#000000",
|
|
124
|
+
"modesColorStatusAiDefaultAlt": "#FFFFFF",
|
|
125
|
+
"modesColorStatusAiDefaultHorizontal": "linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
126
|
+
"modesColorStatusAiDefaultVertical": "linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
127
|
+
"modesColorStatusGenericDefault": "#008a89",
|
|
127
128
|
"modesColorStatusContentWithDefault": "#000000",
|
|
128
129
|
"modesColorStatusContentWithDefaultAlt": "#fffffff2",
|
|
129
130
|
"modesColorStatusContentWithHover": "#000000",
|
|
@@ -124,6 +124,7 @@
|
|
|
124
124
|
"modesColorStatusCautionHoverAlt": "#f1e0d8",
|
|
125
125
|
"modesColorStatusCautionText": "#bf3e0c",
|
|
126
126
|
"modesColorStatusCautionFrozenDefault": "#FF8629",
|
|
127
|
+
"modesColorStatusCautionFrozenIcon": "#000000",
|
|
127
128
|
"modesColorStatusContentWithDefault": "#FFFFFF",
|
|
128
129
|
"modesColorStatusContentWithDefaultAlt": "#000000f2",
|
|
129
130
|
"modesColorStatusContentWithHover": "#FFFFFF",
|
|
@@ -113,17 +113,18 @@
|
|
|
113
113
|
"modesColorInteractiveProgressBg": "#ffffff14",
|
|
114
114
|
"modesColorInteractiveProgressBgAlt": "#00000014",
|
|
115
115
|
"modesColorInteractiveProgressFrozenBg": "#ffffff14",
|
|
116
|
-
"modesColorStatusAiDefault": "#000000",
|
|
117
|
-
"modesColorStatusAiDefaultAlt": "#FFFFFF",
|
|
118
|
-
"modesColorStatusAiDefaultHorizontal": "linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
119
|
-
"modesColorStatusAiDefaultVertical": "linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
120
|
-
"modesColorStatusGenericDefault": "#008a89",
|
|
121
116
|
"modesColorStatusCautionDefault": "#E04500",
|
|
122
117
|
"modesColorStatusCautionDefaultAlt": "#251206",
|
|
123
118
|
"modesColorStatusCautionHover": "#eb6732",
|
|
124
119
|
"modesColorStatusCautionHoverAlt": "#34211a",
|
|
125
120
|
"modesColorStatusCautionText": "#e75b23",
|
|
126
121
|
"modesColorStatusCautionFrozenDefault": "#251206",
|
|
122
|
+
"modesColorStatusCautionFrozenIcon": "#e75b23",
|
|
123
|
+
"modesColorStatusAiDefault": "#000000",
|
|
124
|
+
"modesColorStatusAiDefaultAlt": "#FFFFFF",
|
|
125
|
+
"modesColorStatusAiDefaultHorizontal": "linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
126
|
+
"modesColorStatusAiDefaultVertical": "linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
127
|
+
"modesColorStatusGenericDefault": "#008a89",
|
|
127
128
|
"modesColorStatusContentWithDefault": "#000000",
|
|
128
129
|
"modesColorStatusContentWithDefaultAlt": "#fffffff2",
|
|
129
130
|
"modesColorStatusContentWithHover": "#000000",
|
|
@@ -124,6 +124,7 @@
|
|
|
124
124
|
"modesColorStatusCautionHoverAlt": "#f1e0d8",
|
|
125
125
|
"modesColorStatusCautionText": "#bf3e0c",
|
|
126
126
|
"modesColorStatusCautionFrozenDefault": "#FF8629",
|
|
127
|
+
"modesColorStatusCautionFrozenIcon": "#000000",
|
|
127
128
|
"modesColorStatusContentWithDefault": "#FFFFFF",
|
|
128
129
|
"modesColorStatusContentWithDefaultAlt": "#000000f2",
|
|
129
130
|
"modesColorStatusContentWithHover": "#FFFFFF",
|
|
@@ -113,17 +113,18 @@
|
|
|
113
113
|
"modesColorInteractiveProgressBg": "#ffffff14",
|
|
114
114
|
"modesColorInteractiveProgressBgAlt": "#00000014",
|
|
115
115
|
"modesColorInteractiveProgressFrozenBg": "#ffffff14",
|
|
116
|
-
"modesColorStatusAiDefault": "#000000",
|
|
117
|
-
"modesColorStatusAiDefaultAlt": "#FFFFFF",
|
|
118
|
-
"modesColorStatusAiDefaultHorizontal": "linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
119
|
-
"modesColorStatusAiDefaultVertical": "linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
120
|
-
"modesColorStatusGenericDefault": "#008a89",
|
|
121
116
|
"modesColorStatusCautionDefault": "#E04500",
|
|
122
117
|
"modesColorStatusCautionDefaultAlt": "#251206",
|
|
123
118
|
"modesColorStatusCautionHover": "#eb6732",
|
|
124
119
|
"modesColorStatusCautionHoverAlt": "#34211a",
|
|
125
120
|
"modesColorStatusCautionText": "#e75b23",
|
|
126
121
|
"modesColorStatusCautionFrozenDefault": "#251206",
|
|
122
|
+
"modesColorStatusCautionFrozenIcon": "#e75b23",
|
|
123
|
+
"modesColorStatusAiDefault": "#000000",
|
|
124
|
+
"modesColorStatusAiDefaultAlt": "#FFFFFF",
|
|
125
|
+
"modesColorStatusAiDefaultHorizontal": "linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
126
|
+
"modesColorStatusAiDefaultVertical": "linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
127
|
+
"modesColorStatusGenericDefault": "#008a89",
|
|
127
128
|
"modesColorStatusContentWithDefault": "#000000",
|
|
128
129
|
"modesColorStatusContentWithDefaultAlt": "#fffffff2",
|
|
129
130
|
"modesColorStatusContentWithHover": "#000000",
|
|
@@ -124,6 +124,7 @@
|
|
|
124
124
|
"modesColorStatusCautionHoverAlt": "#f1e0d8",
|
|
125
125
|
"modesColorStatusCautionText": "#bf3e0c",
|
|
126
126
|
"modesColorStatusCautionFrozenDefault": "#FF8629",
|
|
127
|
+
"modesColorStatusCautionFrozenIcon": "#000000",
|
|
127
128
|
"modesColorStatusContentWithDefault": "#FFFFFF",
|
|
128
129
|
"modesColorStatusContentWithDefaultAlt": "#000000f2",
|
|
129
130
|
"modesColorStatusContentWithHover": "#FFFFFF",
|
|
@@ -113,17 +113,18 @@
|
|
|
113
113
|
"modesColorInteractiveProgressBg": "#ffffff14",
|
|
114
114
|
"modesColorInteractiveProgressBgAlt": "#00000014",
|
|
115
115
|
"modesColorInteractiveProgressFrozenBg": "#ffffff14",
|
|
116
|
-
"modesColorStatusAiDefault": "#000000",
|
|
117
|
-
"modesColorStatusAiDefaultAlt": "#FFFFFF",
|
|
118
|
-
"modesColorStatusAiDefaultHorizontal": "linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
119
|
-
"modesColorStatusAiDefaultVertical": "linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
120
|
-
"modesColorStatusGenericDefault": "#008a89",
|
|
121
116
|
"modesColorStatusCautionDefault": "#E04500",
|
|
122
117
|
"modesColorStatusCautionDefaultAlt": "#251206",
|
|
123
118
|
"modesColorStatusCautionHover": "#eb6732",
|
|
124
119
|
"modesColorStatusCautionHoverAlt": "#34211a",
|
|
125
120
|
"modesColorStatusCautionText": "#e75b23",
|
|
126
121
|
"modesColorStatusCautionFrozenDefault": "#251206",
|
|
122
|
+
"modesColorStatusCautionFrozenIcon": "#e75b23",
|
|
123
|
+
"modesColorStatusAiDefault": "#000000",
|
|
124
|
+
"modesColorStatusAiDefaultAlt": "#FFFFFF",
|
|
125
|
+
"modesColorStatusAiDefaultHorizontal": "linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
126
|
+
"modesColorStatusAiDefaultVertical": "linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
127
|
+
"modesColorStatusGenericDefault": "#008a89",
|
|
127
128
|
"modesColorStatusContentWithDefault": "#000000",
|
|
128
129
|
"modesColorStatusContentWithDefaultAlt": "#fffffff2",
|
|
129
130
|
"modesColorStatusContentWithHover": "#000000",
|
|
@@ -124,6 +124,7 @@
|
|
|
124
124
|
"modesColorStatusCautionHoverAlt": "#f1e0d8",
|
|
125
125
|
"modesColorStatusCautionText": "#bf3e0c",
|
|
126
126
|
"modesColorStatusCautionFrozenDefault": "#FF8629",
|
|
127
|
+
"modesColorStatusCautionFrozenIcon": "#000000",
|
|
127
128
|
"modesColorStatusContentWithDefault": "#FFFFFF",
|
|
128
129
|
"modesColorStatusContentWithDefaultAlt": "#000000f2",
|
|
129
130
|
"modesColorStatusContentWithHover": "#FFFFFF",
|
|
@@ -180,15 +180,6 @@
|
|
|
180
180
|
}
|
|
181
181
|
},
|
|
182
182
|
"status": {
|
|
183
|
-
"ai": {
|
|
184
|
-
"default": "#000000",
|
|
185
|
-
"defaultAlt": "#FFFFFF",
|
|
186
|
-
"default-horizontal": "linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
187
|
-
"default-vertical": "linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)"
|
|
188
|
-
},
|
|
189
|
-
"generic": {
|
|
190
|
-
"default": "#008a89"
|
|
191
|
-
},
|
|
192
183
|
"caution": {
|
|
193
184
|
"default": "#E04500",
|
|
194
185
|
"defaultAlt": "#251206",
|
|
@@ -196,9 +187,19 @@
|
|
|
196
187
|
"hoverAlt": "#34211a",
|
|
197
188
|
"text": "#e75b23",
|
|
198
189
|
"frozen": {
|
|
199
|
-
"default": "#251206"
|
|
190
|
+
"default": "#251206",
|
|
191
|
+
"icon": "#e75b23"
|
|
200
192
|
}
|
|
201
193
|
},
|
|
194
|
+
"ai": {
|
|
195
|
+
"default": "#000000",
|
|
196
|
+
"defaultAlt": "#FFFFFF",
|
|
197
|
+
"default-horizontal": "linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
198
|
+
"default-vertical": "linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)"
|
|
199
|
+
},
|
|
200
|
+
"generic": {
|
|
201
|
+
"default": "#008a89"
|
|
202
|
+
},
|
|
202
203
|
"content": {
|
|
203
204
|
"withDefault": "#000000",
|
|
204
205
|
"withDefaultAlt": "#fffffff2",
|
|
@@ -180,15 +180,6 @@
|
|
|
180
180
|
}
|
|
181
181
|
},
|
|
182
182
|
"status": {
|
|
183
|
-
"ai": {
|
|
184
|
-
"default": "#000000",
|
|
185
|
-
"defaultAlt": "#FFFFFF",
|
|
186
|
-
"default-horizontal": "linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
187
|
-
"default-vertical": "linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)"
|
|
188
|
-
},
|
|
189
|
-
"generic": {
|
|
190
|
-
"default": "#008a89"
|
|
191
|
-
},
|
|
192
183
|
"caution": {
|
|
193
184
|
"default": "#E04500",
|
|
194
185
|
"defaultAlt": "#251206",
|
|
@@ -196,9 +187,19 @@
|
|
|
196
187
|
"hoverAlt": "#34211a",
|
|
197
188
|
"text": "#e75b23",
|
|
198
189
|
"frozen": {
|
|
199
|
-
"default": "#251206"
|
|
190
|
+
"default": "#251206",
|
|
191
|
+
"icon": "#e75b23"
|
|
200
192
|
}
|
|
201
193
|
},
|
|
194
|
+
"ai": {
|
|
195
|
+
"default": "#000000",
|
|
196
|
+
"defaultAlt": "#FFFFFF",
|
|
197
|
+
"default-horizontal": "linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
198
|
+
"default-vertical": "linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)"
|
|
199
|
+
},
|
|
200
|
+
"generic": {
|
|
201
|
+
"default": "#008a89"
|
|
202
|
+
},
|
|
202
203
|
"content": {
|
|
203
204
|
"withDefault": "#000000",
|
|
204
205
|
"withDefaultAlt": "#fffffff2",
|
|
@@ -180,15 +180,6 @@
|
|
|
180
180
|
}
|
|
181
181
|
},
|
|
182
182
|
"status": {
|
|
183
|
-
"ai": {
|
|
184
|
-
"default": "#000000",
|
|
185
|
-
"defaultAlt": "#FFFFFF",
|
|
186
|
-
"default-horizontal": "linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
187
|
-
"default-vertical": "linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)"
|
|
188
|
-
},
|
|
189
|
-
"generic": {
|
|
190
|
-
"default": "#008a89"
|
|
191
|
-
},
|
|
192
183
|
"caution": {
|
|
193
184
|
"default": "#E04500",
|
|
194
185
|
"defaultAlt": "#251206",
|
|
@@ -196,9 +187,19 @@
|
|
|
196
187
|
"hoverAlt": "#34211a",
|
|
197
188
|
"text": "#e75b23",
|
|
198
189
|
"frozen": {
|
|
199
|
-
"default": "#251206"
|
|
190
|
+
"default": "#251206",
|
|
191
|
+
"icon": "#e75b23"
|
|
200
192
|
}
|
|
201
193
|
},
|
|
194
|
+
"ai": {
|
|
195
|
+
"default": "#000000",
|
|
196
|
+
"defaultAlt": "#FFFFFF",
|
|
197
|
+
"default-horizontal": "linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
198
|
+
"default-vertical": "linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)"
|
|
199
|
+
},
|
|
200
|
+
"generic": {
|
|
201
|
+
"default": "#008a89"
|
|
202
|
+
},
|
|
202
203
|
"content": {
|
|
203
204
|
"withDefault": "#000000",
|
|
204
205
|
"withDefaultAlt": "#fffffff2",
|
|
@@ -180,15 +180,6 @@
|
|
|
180
180
|
}
|
|
181
181
|
},
|
|
182
182
|
"status": {
|
|
183
|
-
"ai": {
|
|
184
|
-
"default": "#000000",
|
|
185
|
-
"defaultAlt": "#FFFFFF",
|
|
186
|
-
"default-horizontal": "linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
187
|
-
"default-vertical": "linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)"
|
|
188
|
-
},
|
|
189
|
-
"generic": {
|
|
190
|
-
"default": "#008a89"
|
|
191
|
-
},
|
|
192
183
|
"caution": {
|
|
193
184
|
"default": "#E04500",
|
|
194
185
|
"defaultAlt": "#251206",
|
|
@@ -196,9 +187,19 @@
|
|
|
196
187
|
"hoverAlt": "#34211a",
|
|
197
188
|
"text": "#e75b23",
|
|
198
189
|
"frozen": {
|
|
199
|
-
"default": "#251206"
|
|
190
|
+
"default": "#251206",
|
|
191
|
+
"icon": "#e75b23"
|
|
200
192
|
}
|
|
201
193
|
},
|
|
194
|
+
"ai": {
|
|
195
|
+
"default": "#000000",
|
|
196
|
+
"defaultAlt": "#FFFFFF",
|
|
197
|
+
"default-horizontal": "linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
198
|
+
"default-vertical": "linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)"
|
|
199
|
+
},
|
|
200
|
+
"generic": {
|
|
201
|
+
"default": "#008a89"
|
|
202
|
+
},
|
|
202
203
|
"content": {
|
|
203
204
|
"withDefault": "#000000",
|
|
204
205
|
"withDefaultAlt": "#fffffff2",
|
|
@@ -180,15 +180,6 @@
|
|
|
180
180
|
}
|
|
181
181
|
},
|
|
182
182
|
"status": {
|
|
183
|
-
"ai": {
|
|
184
|
-
"default": "#000000",
|
|
185
|
-
"defaultAlt": "#FFFFFF",
|
|
186
|
-
"default-horizontal": "linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
187
|
-
"default-vertical": "linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)"
|
|
188
|
-
},
|
|
189
|
-
"generic": {
|
|
190
|
-
"default": "#008a89"
|
|
191
|
-
},
|
|
192
183
|
"caution": {
|
|
193
184
|
"default": "#E04500",
|
|
194
185
|
"defaultAlt": "#251206",
|
|
@@ -196,9 +187,19 @@
|
|
|
196
187
|
"hoverAlt": "#34211a",
|
|
197
188
|
"text": "#e75b23",
|
|
198
189
|
"frozen": {
|
|
199
|
-
"default": "#251206"
|
|
190
|
+
"default": "#251206",
|
|
191
|
+
"icon": "#e75b23"
|
|
200
192
|
}
|
|
201
193
|
},
|
|
194
|
+
"ai": {
|
|
195
|
+
"default": "#000000",
|
|
196
|
+
"defaultAlt": "#FFFFFF",
|
|
197
|
+
"default-horizontal": "linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
198
|
+
"default-vertical": "linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)"
|
|
199
|
+
},
|
|
200
|
+
"generic": {
|
|
201
|
+
"default": "#008a89"
|
|
202
|
+
},
|
|
202
203
|
"content": {
|
|
203
204
|
"withDefault": "#000000",
|
|
204
205
|
"withDefaultAlt": "#fffffff2",
|
|
@@ -180,15 +180,6 @@
|
|
|
180
180
|
}
|
|
181
181
|
},
|
|
182
182
|
"status": {
|
|
183
|
-
"ai": {
|
|
184
|
-
"default": "#000000",
|
|
185
|
-
"defaultAlt": "#FFFFFF",
|
|
186
|
-
"default-horizontal": "linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
187
|
-
"default-vertical": "linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)"
|
|
188
|
-
},
|
|
189
|
-
"generic": {
|
|
190
|
-
"default": "#008a89"
|
|
191
|
-
},
|
|
192
183
|
"caution": {
|
|
193
184
|
"default": "#E04500",
|
|
194
185
|
"defaultAlt": "#251206",
|
|
@@ -196,9 +187,19 @@
|
|
|
196
187
|
"hoverAlt": "#34211a",
|
|
197
188
|
"text": "#e75b23",
|
|
198
189
|
"frozen": {
|
|
199
|
-
"default": "#251206"
|
|
190
|
+
"default": "#251206",
|
|
191
|
+
"icon": "#e75b23"
|
|
200
192
|
}
|
|
201
193
|
},
|
|
194
|
+
"ai": {
|
|
195
|
+
"default": "#000000",
|
|
196
|
+
"defaultAlt": "#FFFFFF",
|
|
197
|
+
"default-horizontal": "linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
198
|
+
"default-vertical": "linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)"
|
|
199
|
+
},
|
|
200
|
+
"generic": {
|
|
201
|
+
"default": "#008a89"
|
|
202
|
+
},
|
|
202
203
|
"content": {
|
|
203
204
|
"withDefault": "#000000",
|
|
204
205
|
"withDefaultAlt": "#fffffff2",
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
},
|
|
7
7
|
"description": "Design tokens for the Sage Design System.",
|
|
8
8
|
"author": "The Sage Group plc",
|
|
9
|
-
"version": "5.
|
|
9
|
+
"version": "5.3.0",
|
|
10
10
|
"license": "SEE LICENSE IN https://github.com/Sage/design-tokens/blob/master/license",
|
|
11
11
|
"tags": [
|
|
12
12
|
"design tokens",
|
|
Binary file
|
|
@@ -119,17 +119,18 @@ $modes-color-interactive-primary-frozen-table-default: #18232a;
|
|
|
119
119
|
$modes-color-interactive-progress-bg: #ffffff14;
|
|
120
120
|
$modes-color-interactive-progress-bg-alt: #00000014;
|
|
121
121
|
$modes-color-interactive-progress-frozen-bg: #ffffff14;
|
|
122
|
-
$modes-color-status-ai-default: #000000;
|
|
123
|
-
$modes-color-status-ai-default-alt: #FFFFFF; // bg for contextual message comp
|
|
124
|
-
$modes-color-status-ai-default-horizontal: linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%);
|
|
125
|
-
$modes-color-status-ai-default-vertical: linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%);
|
|
126
|
-
$modes-color-status-generic-default: #008a89;
|
|
127
122
|
$modes-color-status-caution-default: #E04500;
|
|
128
123
|
$modes-color-status-caution-default-alt: #251206; // Subtle message bg
|
|
129
124
|
$modes-color-status-caution-hover: #eb6732; // used on pill hover states
|
|
130
125
|
$modes-color-status-caution-hover-alt: #34211a; // used on pill hover states and message bg
|
|
131
126
|
$modes-color-status-caution-text: #e75b23;
|
|
132
127
|
$modes-color-status-caution-frozen-default: #251206; // Global message bg
|
|
128
|
+
$modes-color-status-caution-frozen-icon: #e75b23; // Global message icon.
|
|
129
|
+
$modes-color-status-ai-default: #000000;
|
|
130
|
+
$modes-color-status-ai-default-alt: #FFFFFF; // bg for contextual message comp
|
|
131
|
+
$modes-color-status-ai-default-horizontal: linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%);
|
|
132
|
+
$modes-color-status-ai-default-vertical: linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%);
|
|
133
|
+
$modes-color-status-generic-default: #008a89;
|
|
133
134
|
$modes-color-status-content-with-default: #000000;
|
|
134
135
|
$modes-color-status-content-with-default-alt: #fffffff2;
|
|
135
136
|
$modes-color-status-content-with-hover: #000000;
|
|
@@ -130,6 +130,7 @@ $modes-color-status-caution-hover: #b13a0d; // used on pill hover states
|
|
|
130
130
|
$modes-color-status-caution-hover-alt: #f1e0d8; // used on pill hover states and message bg
|
|
131
131
|
$modes-color-status-caution-text: #bf3e0c;
|
|
132
132
|
$modes-color-status-caution-frozen-default: #FF8629; // used on global message bg
|
|
133
|
+
$modes-color-status-caution-frozen-icon: #000000; // used on global message icon
|
|
133
134
|
$modes-color-status-content-with-default: #FFFFFF;
|
|
134
135
|
$modes-color-status-content-with-default-alt: #000000f2;
|
|
135
136
|
$modes-color-status-content-with-hover: #FFFFFF; // for pill hover X
|
|
@@ -23,9 +23,6 @@ $button-color-ai-border-hover: $modes-color-interactive-ai-default;
|
|
|
23
23
|
$button-color-destructive-primary-bg-enabled: $modes-color-interactive-danger-default;
|
|
24
24
|
$button-color-destructive-secondary-border-enabled: $modes-color-interactive-danger-default;
|
|
25
25
|
$button-color-destructive-secondary-label-enabled: $modes-color-interactive-danger-default;
|
|
26
|
-
$button-color-typical-secondary-border-active: $modes-color-interactive-monochrome-generic-active;
|
|
27
|
-
$button-color-typical-tertiary-border-active: $modes-color-interactive-monochrome-generic-active;
|
|
28
|
-
$button-color-typical-toggle-bg-active: $modes-color-interactive-monochrome-generic-active;
|
|
29
26
|
$button-typography-adaptive-primary-s: $global-typography-adaptive-component-firm-s;
|
|
30
27
|
$button-typography-adaptive-primary-m: $global-typography-adaptive-component-firm-m;
|
|
31
28
|
$button-typography-adaptive-primary-l: $global-typography-adaptive-component-firm-l;
|
|
@@ -50,7 +47,6 @@ $button-typography-responsive-tertiary-l: $global-typography-responsive-componen
|
|
|
50
47
|
$button-typography-responsive-subtle-s: $global-typography-responsive-component-firm-s;
|
|
51
48
|
$button-typography-responsive-subtle-m: $global-typography-responsive-component-firm-m;
|
|
52
49
|
$button-typography-responsive-subtle-l: $global-typography-responsive-component-firm-l;
|
|
53
|
-
$button-color-ai-label-enabled: $modes-color-interactive-monochrome-generic-default;
|
|
54
50
|
$button-color-ai-label-hover: $modes-color-interactive-monochrome-generic-with-hover;
|
|
55
51
|
$button-color-destructive-primary-bg-hover: $modes-color-interactive-danger-hover;
|
|
56
52
|
$button-color-destructive-secondary-bg-hover: $modes-color-interactive-danger-hover-alt;
|
|
@@ -58,25 +54,17 @@ $button-color-destructive-secondary-border-hover: $modes-color-interactive-dange
|
|
|
58
54
|
$button-color-destructive-secondary-label-hover: $modes-color-interactive-danger-hover;
|
|
59
55
|
$button-color-typical-primary-bg-enabled: $modes-color-interactive-primary-default;
|
|
60
56
|
$button-color-typical-secondary-bg-hover: $modes-color-interactive-monochrome-generic-hover-alt;
|
|
61
|
-
$button-color-typical-secondary-border-
|
|
62
|
-
$button-color-typical-secondary-border-hover: $modes-color-interactive-monochrome-generic-default;
|
|
63
|
-
$button-color-typical-secondary-label-enabled: $modes-color-interactive-monochrome-generic-default;
|
|
57
|
+
$button-color-typical-secondary-border-active: $modes-color-interactive-monochrome-generic-active;
|
|
64
58
|
$button-color-typical-secondary-label-hover: $modes-color-interactive-monochrome-generic-with-hover;
|
|
65
59
|
$button-color-typical-subtle-bg-hover: $modes-color-interactive-monochrome-generic-hover-alt;
|
|
66
|
-
$button-color-typical-subtle-label-enabled: $modes-color-interactive-monochrome-generic-default-alt;
|
|
67
60
|
$button-color-typical-subtle-label-hover: $modes-color-interactive-monochrome-generic-with-hover;
|
|
68
|
-
$button-color-typical-tertiary-bg-enabled: $modes-color-interactive-monochrome-subtle-default;
|
|
69
61
|
$button-color-typical-tertiary-bg-hover: $modes-color-interactive-monochrome-generic-hover-alt;
|
|
70
|
-
$button-color-typical-tertiary-
|
|
62
|
+
$button-color-typical-tertiary-border-active: $modes-color-interactive-monochrome-generic-active;
|
|
71
63
|
$button-color-typical-tertiary-label-hover: $modes-color-interactive-monochrome-generic-with-hover;
|
|
64
|
+
$button-color-typical-toggle-bg-active: $modes-color-interactive-monochrome-generic-active;
|
|
72
65
|
$button-color-typical-toggle-bg-hover: $modes-color-interactive-monochrome-generic-hover-alt;
|
|
73
|
-
$button-color-typical-toggle-border-enabled: $modes-color-interactive-monochrome-generic-default;
|
|
74
|
-
$button-color-typical-toggle-label-enabled: $modes-color-interactive-monochrome-generic-default-alt;
|
|
75
66
|
$button-color-typical-toggle-label-hover: $modes-color-interactive-monochrome-generic-with-hover;
|
|
76
67
|
$button-color-video-bg-blur: $modes-color-interactive-monochrome-generic-hover-alt;
|
|
77
|
-
$button-color-video-primary-label-enabled: $modes-color-interactive-monochrome-generic-default;
|
|
78
|
-
$button-color-video-primary-label-hover: $modes-color-interactive-monochrome-generic-default;
|
|
79
|
-
$button-color-video-secondary-label-hover: $modes-color-interactive-monochrome-generic-default;
|
|
80
68
|
$button-size-split: $global-size-micro-xxs; // Split button (divider width)
|
|
81
69
|
$button-size-s: $global-size-macro-s; // min-height on S Buttons
|
|
82
70
|
$button-size-m: $global-size-macro-m; // min-height on M Buttons
|
|
@@ -166,8 +154,8 @@ $button-space-toggle-container-y-l: $global-space-micro-s; // Vertical padding
|
|
|
166
154
|
$button-space-video-x-s: $global-space-micro-xs; // Left padding on play icon in video button
|
|
167
155
|
$button-space-video-x-m: $global-space-micro-xs; // Left padding on play icon in video button
|
|
168
156
|
$button-space-video-x-l: $global-space-micro-xs; // Left padding on play icon in video button
|
|
169
|
-
$button-color-ai-label-active: $modes-color-interactive-monochrome-generic-with-active-alt;
|
|
170
157
|
$button-color-ai-label-disabled: $modes-color-interactive-inactive-content;
|
|
158
|
+
$button-color-ai-label-enabled: $modes-color-interactive-monochrome-generic-default;
|
|
171
159
|
$button-color-destructive-primary-label-disabled: $modes-color-interactive-inactive-content-alt;
|
|
172
160
|
$button-color-destructive-primary-label-enabled: $modes-color-interactive-danger-with-default;
|
|
173
161
|
$button-color-destructive-primary-label-hover: $modes-color-interactive-danger-with-default;
|
|
@@ -179,25 +167,30 @@ $button-color-typical-primary-label-active: $modes-color-interactive-primary-wit
|
|
|
179
167
|
$button-color-typical-primary-label-disabled: $modes-color-interactive-inactive-content-alt;
|
|
180
168
|
$button-color-typical-primary-label-enabled: $modes-color-interactive-primary-with-default;
|
|
181
169
|
$button-color-typical-primary-label-hover: $modes-color-interactive-primary-with-default;
|
|
182
|
-
$button-color-typical-secondary-
|
|
183
|
-
$button-color-typical-secondary-
|
|
170
|
+
$button-color-typical-secondary-border-enabled: $modes-color-interactive-monochrome-generic-default;
|
|
171
|
+
$button-color-typical-secondary-border-hover: $modes-color-interactive-monochrome-generic-default;
|
|
184
172
|
$button-color-typical-secondary-label-disabled: $modes-color-interactive-inactive-content;
|
|
185
|
-
$button-color-typical-
|
|
186
|
-
$button-color-typical-subtle-label-active: $modes-color-interactive-monochrome-generic-with-active-alt;
|
|
173
|
+
$button-color-typical-secondary-label-enabled: $modes-color-interactive-monochrome-generic-default;
|
|
187
174
|
$button-color-typical-subtle-label-disabled: $modes-color-interactive-inactive-content;
|
|
188
|
-
$button-color-typical-
|
|
189
|
-
$button-color-typical-tertiary-
|
|
175
|
+
$button-color-typical-subtle-label-enabled: $modes-color-interactive-monochrome-generic-default-alt;
|
|
176
|
+
$button-color-typical-tertiary-bg-enabled: $modes-color-interactive-monochrome-subtle-default;
|
|
190
177
|
$button-color-typical-tertiary-label-active-copy: $modes-color-interactive-monochrome-frozen-with-active;
|
|
191
178
|
$button-color-typical-tertiary-label-disabled: $modes-color-interactive-inactive-content;
|
|
179
|
+
$button-color-typical-tertiary-label-enabled: $modes-color-interactive-monochrome-generic-default;
|
|
192
180
|
$button-color-typical-toggle-label-active-disabled: $modes-color-interactive-inactive-content-alt;
|
|
181
|
+
$button-color-typical-toggle-border-enabled: $modes-color-interactive-monochrome-generic-default;
|
|
193
182
|
$button-color-typical-toggle-label-active: $modes-color-interactive-monochrome-generic-with-active;
|
|
194
183
|
$button-color-typical-toggle-label-disabled: $modes-color-interactive-inactive-content;
|
|
184
|
+
$button-color-typical-toggle-label-enabled: $modes-color-interactive-monochrome-generic-default-alt;
|
|
195
185
|
$button-color-video-primary-bg-enabled: $modes-color-interactive-monochrome-generic-with-default;
|
|
196
186
|
$button-color-video-primary-bg-hover: $modes-color-interactive-monochrome-generic-with-default;
|
|
187
|
+
$button-color-video-primary-label-enabled: $modes-color-interactive-monochrome-generic-default;
|
|
188
|
+
$button-color-video-primary-label-hover: $modes-color-interactive-monochrome-generic-default;
|
|
197
189
|
$button-color-video-secondary-bg-hover: $modes-color-interactive-monochrome-generic-with-default;
|
|
198
190
|
$button-color-video-secondary-border-enabled: $modes-color-interactive-monochrome-generic-with-default;
|
|
199
191
|
$button-color-video-secondary-border-hover: $modes-color-interactive-monochrome-generic-with-default;
|
|
200
192
|
$button-color-video-secondary-label-enabled: $modes-color-interactive-monochrome-generic-with-default;
|
|
193
|
+
$button-color-video-secondary-label-hover: $modes-color-interactive-monochrome-generic-default;
|
|
201
194
|
$button-radius-s: $global-radius-interactive-l; // Buttons S (typical and destructive, and inc bar, split and multi), Button toggle M (parent container)
|
|
202
195
|
$button-radius-m: $global-radius-interactive-xl; // Buttons M (typical and destructive, and inc bar, split and multi), Button toggle L (parent container), Button toggle M (parent container)
|
|
203
196
|
$button-radius-l: $global-radius-interactive-xxl; // Buttons L (typical and destructive, and inc bar, split and multi), Button toggle L (parent container)
|
|
@@ -218,10 +211,17 @@ $button-borderwidth-chip: $global-borderwidth-xs; // chip button border width
|
|
|
218
211
|
$button-borderwidth-secondary: $global-borderwidth-s; // Secondary button.
|
|
219
212
|
$button-borderwidth-togglecontainer: $global-borderwidth-xs; // Toggle container
|
|
220
213
|
$button-color-ai-border-disabled: $modes-color-interactive-inactive-default;
|
|
214
|
+
$button-color-ai-label-active: $modes-color-interactive-monochrome-generic-with-active-alt;
|
|
221
215
|
$button-color-destructive-primary-bg-disabled: $modes-color-interactive-inactive-default;
|
|
222
216
|
$button-color-destructive-secondary-border-disabled: $modes-color-interactive-inactive-default;
|
|
223
217
|
$button-color-typical-primary-bg-disabled: $modes-color-interactive-inactive-default;
|
|
218
|
+
$button-color-typical-secondary-bg-active: $modes-color-interactive-monochrome-generic-active-alt;
|
|
224
219
|
$button-color-typical-secondary-border-disabled: $modes-color-interactive-inactive-default;
|
|
220
|
+
$button-color-typical-secondary-label-active: $modes-color-interactive-monochrome-generic-with-active-alt;
|
|
221
|
+
$button-color-typical-subtle-bg-active: $modes-color-interactive-monochrome-generic-active-alt;
|
|
222
|
+
$button-color-typical-subtle-label-active: $modes-color-interactive-monochrome-generic-with-active-alt;
|
|
223
|
+
$button-color-typical-tertiary-bg-active: $modes-color-interactive-monochrome-generic-active-alt;
|
|
225
224
|
$button-color-typical-tertiary-bg-active-disabled: $modes-color-interactive-inactive-default;
|
|
226
225
|
$button-color-typical-tertiary-border-disabled: $modes-color-interactive-inactive-default;
|
|
226
|
+
$button-color-typical-tertiary-label-active: $modes-color-interactive-monochrome-generic-with-active-alt;
|
|
227
227
|
$button-color-typical-toggle-bg-active-disabled: $modes-color-interactive-inactive-default;
|