@sage/design-tokens 17.0.1 → 17.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/components/profile.css +20 -0
- package/css/dark.css +1 -0
- package/css/light.css +1 -0
- package/js/common/components/button.js +58 -58
- package/js/common/components/container.js +5 -5
- package/js/common/components/focus.js +4 -4
- package/js/common/components/input.js +47 -47
- package/js/common/components/link.js +8 -8
- package/js/common/components/logo.js +4 -4
- package/js/common/components/message.js +19 -19
- package/js/common/components/nav.js +10 -10
- package/js/common/components/pill.js +52 -52
- package/js/common/components/popover.js +12 -12
- package/js/common/components/profile.d.ts +42 -0
- package/js/common/components/profile.js +73 -53
- package/js/common/components/progress.js +2 -2
- package/js/common/components/tab.js +5 -5
- package/js/common/components/table.js +1 -1
- package/js/common/dark.d.ts +1 -0
- package/js/common/dark.js +1 -0
- package/js/common/light.d.ts +1 -0
- package/js/common/light.js +1 -0
- package/js/es6/components/button.js +58 -58
- package/js/es6/components/container.js +5 -5
- package/js/es6/components/focus.js +4 -4
- package/js/es6/components/input.js +47 -47
- package/js/es6/components/link.js +8 -8
- package/js/es6/components/logo.js +4 -4
- package/js/es6/components/message.js +19 -19
- package/js/es6/components/nav.js +10 -10
- package/js/es6/components/pill.js +52 -52
- package/js/es6/components/popover.js +12 -12
- package/js/es6/components/profile.d.ts +21 -0
- package/js/es6/components/profile.js +73 -53
- package/js/es6/components/progress.js +2 -2
- package/js/es6/components/tab.js +5 -5
- package/js/es6/components/table.js +1 -1
- package/js/es6/dark.d.ts +2 -0
- package/js/es6/dark.js +1 -0
- package/js/es6/light.d.ts +2 -0
- package/js/es6/light.js +1 -0
- package/json/components/button.json +58 -58
- package/json/components/container.json +5 -5
- package/json/components/focus.json +4 -4
- package/json/components/input.json +47 -47
- package/json/components/link.json +8 -8
- package/json/components/logo.json +4 -4
- package/json/components/message.json +19 -19
- package/json/components/nav.json +10 -10
- package/json/components/pill.json +52 -52
- package/json/components/popover.json +12 -12
- package/json/components/profile.json +73 -53
- package/json/components/progress.json +2 -2
- package/json/components/tab.json +5 -5
- package/json/components/table.json +1 -1
- package/json/dark.json +1 -0
- package/json/light.json +1 -0
- package/package.json +1 -1
- package/scss/components/profile.scss +20 -0
- package/scss/dark.scss +1 -0
- package/scss/light.scss +1 -0
|
@@ -12,6 +12,26 @@
|
|
|
12
12
|
--profile-size-outside-xxl: 128px;
|
|
13
13
|
--profile-bg-def: var(--mode-color-generic-bg-nought);
|
|
14
14
|
--profile-border-default: var(--mode-color-generic-fg-moderate);
|
|
15
|
+
--profile-swatches-blue-bg-default: var(--mode-color-status-custom-blue-default-alt);
|
|
16
|
+
--profile-swatches-blue-label-default: var(--mode-color-status-custom-blue-default);
|
|
17
|
+
--profile-swatches-teal-bg-default: var(--mode-color-status-custom-teal-default-alt);
|
|
18
|
+
--profile-swatches-teal-label-default: var(--mode-color-status-custom-teal-default);
|
|
19
|
+
--profile-swatches-green-bg-default: var(--mode-color-status-custom-green-default-alt);
|
|
20
|
+
--profile-swatches-green-label-default: var(--mode-color-status-custom-green-default);
|
|
21
|
+
--profile-swatches-lime-bg-default: var(--mode-color-status-custom-lime-default-alt);
|
|
22
|
+
--profile-swatches-lime-label-default: var(--mode-color-status-custom-lime-default);
|
|
23
|
+
--profile-swatches-orange-bg-default: var(--mode-color-status-custom-orange-default-alt);
|
|
24
|
+
--profile-swatches-orange-label-default: var(--mode-color-status-custom-orange-txt);
|
|
25
|
+
--profile-swatches-red-bg-default: var(--mode-color-status-custom-red-default-alt);
|
|
26
|
+
--profile-swatches-red-label-default: var(--mode-color-status-custom-red-default);
|
|
27
|
+
--profile-swatches-pink-bg-default: var(--mode-color-status-custom-pink-default-alt);
|
|
28
|
+
--profile-swatches-pink-label-default: var(--mode-color-status-custom-pink-default);
|
|
29
|
+
--profile-swatches-purple-bg-default: var(--mode-color-status-custom-purple-default-alt);
|
|
30
|
+
--profile-swatches-purple-label-default: var(--mode-color-status-custom-purple-default);
|
|
31
|
+
--profile-swatches-slate-bg-default: var(--mode-color-status-custom-slate-default-alt);
|
|
32
|
+
--profile-swatches-slate-label-default: var(--mode-color-status-custom-slate-default);
|
|
33
|
+
--profile-swatches-gray-bg-default: var(--mode-color-status-custom-gray-default-alt);
|
|
34
|
+
--profile-swatches-gray-label-default: var(--mode-color-status-custom-gray-default);
|
|
15
35
|
--profile-font-initials-xs: var(--global-font-static-comp-placeholder-xs);
|
|
16
36
|
--profile-font-initials-s: var(--global-font-static-comp-placeholder-s);
|
|
17
37
|
--profile-font-initials-m: var(--global-font-static-comp-placeholder-m);
|
package/css/dark.css
CHANGED
|
@@ -255,6 +255,7 @@
|
|
|
255
255
|
--mode-color-status-custom-orange-default-alt: #1d0300;
|
|
256
256
|
--mode-color-status-custom-orange-hover: #e5631c;
|
|
257
257
|
--mode-color-status-custom-orange-hover-alt: #360900;
|
|
258
|
+
--mode-color-status-custom-orange-txt: #e24300;
|
|
258
259
|
--mode-color-status-custom-red-default: #f50059;
|
|
259
260
|
--mode-color-status-custom-red-default-alt: #1e0005;
|
|
260
261
|
--mode-color-status-custom-red-hover: #ff3e6a;
|
package/css/light.css
CHANGED
|
@@ -255,6 +255,7 @@
|
|
|
255
255
|
--mode-color-status-custom-orange-default-alt: #fff7eb;
|
|
256
256
|
--mode-color-status-custom-orange-hover: #b33400;
|
|
257
257
|
--mode-color-status-custom-orange-hover-alt: #ffeaca;
|
|
258
|
+
--mode-color-status-custom-orange-txt: #b33400;
|
|
258
259
|
--mode-color-status-custom-red-default: #db004e;
|
|
259
260
|
--mode-color-status-custom-red-default-alt: #fff5f6;
|
|
260
261
|
--mode-color-status-custom-red-hover: #c40044;
|
|
@@ -9,17 +9,17 @@ module.exports.buttonAiBorderActive = "linear-gradient(90deg, var(--mode-color-a
|
|
|
9
9
|
module.exports.buttonAiBorderDisabled = "var(--mode-color-action-inactive-default)";
|
|
10
10
|
module.exports.buttonAiBorderDefault = "linear-gradient(90deg, var(--mode-color-ai-stop-1) 0%, var(--mode-color-ai-stop-2) 40%, var(--mode-color-ai-stop-3) 90%)";
|
|
11
11
|
module.exports.buttonAiBorderHover = "linear-gradient(90deg, var(--mode-color-ai-stop-1) 0%, var(--mode-color-ai-stop-2) 40%, var(--mode-color-ai-stop-3) 90%)";
|
|
12
|
-
module.exports.buttonAiLabelActive = "var(--mode-color-action-grayscale-
|
|
12
|
+
module.exports.buttonAiLabelActive = "var(--mode-color-action-grayscale-with-active-alt)";
|
|
13
13
|
module.exports.buttonAiLabelDisabled = "var(--mode-color-action-inactive-txt)";
|
|
14
14
|
module.exports.buttonAiLabelDefault = "var(--mode-color-action-grayscale-default)";
|
|
15
|
-
module.exports.buttonAiLabelHover = "var(--mode-color-action-grayscale-
|
|
15
|
+
module.exports.buttonAiLabelHover = "var(--mode-color-action-grayscale-with-hover)";
|
|
16
16
|
module.exports.buttonDestructivePrimaryBgDisabled = "var(--mode-color-action-inactive-default)";
|
|
17
17
|
module.exports.buttonDestructivePrimaryBgDefault = "var(--mode-color-action-danger-default)";
|
|
18
18
|
module.exports.buttonDestructivePrimaryBgHover = "var(--mode-color-action-danger-hover)";
|
|
19
|
-
module.exports.buttonDestructivePrimaryLabelDisabled = "var(--mode-color-action-inactive-
|
|
20
|
-
module.exports.buttonDestructivePrimaryLabelDefault = "var(--mode-color-action-danger-
|
|
21
|
-
module.exports.buttonDestructivePrimaryLabelHover = "var(--mode-color-action-danger-
|
|
22
|
-
module.exports.buttonDestructiveSecondaryBgHover = "var(--mode-color-action-danger-
|
|
19
|
+
module.exports.buttonDestructivePrimaryLabelDisabled = "var(--mode-color-action-inactive-txt-alt)";
|
|
20
|
+
module.exports.buttonDestructivePrimaryLabelDefault = "var(--mode-color-action-danger-with-default)";
|
|
21
|
+
module.exports.buttonDestructivePrimaryLabelHover = "var(--mode-color-action-danger-with-default)";
|
|
22
|
+
module.exports.buttonDestructiveSecondaryBgHover = "var(--mode-color-action-danger-hover-alt)";
|
|
23
23
|
module.exports.buttonDestructiveSecondaryBorderDisabled = "var(--mode-color-action-inactive-default)";
|
|
24
24
|
module.exports.buttonDestructiveSecondaryBorderDefault = "var(--mode-color-action-danger-default)";
|
|
25
25
|
module.exports.buttonDestructiveSecondaryBorderHover = "var(--mode-color-action-danger-hover)";
|
|
@@ -27,96 +27,96 @@ module.exports.buttonDestructiveSecondaryLabelDisabled = "var(--mode-color-actio
|
|
|
27
27
|
module.exports.buttonDestructiveSecondaryLabelDefault = "var(--mode-color-action-danger-default)";
|
|
28
28
|
module.exports.buttonDestructiveSecondaryLabelHover = "var(--mode-color-action-danger-hover)";
|
|
29
29
|
module.exports.buttonTypicalPrimaryBgActive = "var(--mode-color-action-main-active)";
|
|
30
|
-
module.exports.buttonTypicalPrimaryBorderDefault = "var(--mode-color-action-main-
|
|
30
|
+
module.exports.buttonTypicalPrimaryBorderDefault = "var(--mode-color-action-main-with-default)";
|
|
31
31
|
module.exports.buttonTypicalPrimaryBgDisabled = "var(--mode-color-action-inactive-default)";
|
|
32
32
|
module.exports.buttonTypicalPrimaryBgDefault = "var(--mode-color-action-main-default)";
|
|
33
33
|
module.exports.buttonTypicalPrimaryBgHover = "var(--mode-color-action-main-hover)";
|
|
34
|
-
module.exports.buttonTypicalPrimaryLabelActive = "var(--mode-color-action-main-
|
|
35
|
-
module.exports.buttonTypicalPrimaryLabelDisabled = "var(--mode-color-action-inactive-
|
|
36
|
-
module.exports.buttonTypicalPrimaryLabelDefault = "var(--mode-color-action-main-
|
|
37
|
-
module.exports.buttonTypicalPrimaryLabelHover = "var(--mode-color-action-main-
|
|
34
|
+
module.exports.buttonTypicalPrimaryLabelActive = "var(--mode-color-action-main-with-active)";
|
|
35
|
+
module.exports.buttonTypicalPrimaryLabelDisabled = "var(--mode-color-action-inactive-txt-alt)";
|
|
36
|
+
module.exports.buttonTypicalPrimaryLabelDefault = "var(--mode-color-action-main-with-default)";
|
|
37
|
+
module.exports.buttonTypicalPrimaryLabelHover = "var(--mode-color-action-main-with-default)";
|
|
38
38
|
module.exports.buttonTypicalPrimaryInverseBgActive = "var(--mode-color-action-main-inverse-active)";
|
|
39
|
-
module.exports.buttonTypicalPrimaryInverseBorderDefault = "var(--mode-color-action-main-inverse-
|
|
39
|
+
module.exports.buttonTypicalPrimaryInverseBorderDefault = "var(--mode-color-action-main-inverse-with-default)";
|
|
40
40
|
module.exports.buttonTypicalPrimaryInverseBgDisabled = "var(--mode-color-action-inactive-inverse-default)";
|
|
41
41
|
module.exports.buttonTypicalPrimaryInverseBgDefault = "var(--mode-color-action-main-inverse-default)";
|
|
42
42
|
module.exports.buttonTypicalPrimaryInverseBgHover = "var(--mode-color-action-main-inverse-hover)";
|
|
43
|
-
module.exports.buttonTypicalPrimaryInverseLabelActive = "var(--mode-color-action-main-inverse-
|
|
44
|
-
module.exports.buttonTypicalPrimaryInverseLabelDisabled = "var(--mode-color-action-inactive-inverse-
|
|
45
|
-
module.exports.buttonTypicalPrimaryInverseLabelDefault = "var(--mode-color-action-main-inverse-
|
|
46
|
-
module.exports.buttonTypicalPrimaryInverseLabelHover = "var(--mode-color-action-main-inverse-
|
|
47
|
-
module.exports.buttonTypicalSecondaryBgActive = "var(--mode-color-action-main-
|
|
48
|
-
module.exports.buttonTypicalSecondaryBgDefault = "var(--mode-color-action-main-
|
|
49
|
-
module.exports.buttonTypicalSecondaryBgHover = "var(--mode-color-action-main-
|
|
43
|
+
module.exports.buttonTypicalPrimaryInverseLabelActive = "var(--mode-color-action-main-inverse-with-active)";
|
|
44
|
+
module.exports.buttonTypicalPrimaryInverseLabelDisabled = "var(--mode-color-action-inactive-inverse-txt-alt)";
|
|
45
|
+
module.exports.buttonTypicalPrimaryInverseLabelDefault = "var(--mode-color-action-main-inverse-with-default)";
|
|
46
|
+
module.exports.buttonTypicalPrimaryInverseLabelHover = "var(--mode-color-action-main-inverse-with-default)";
|
|
47
|
+
module.exports.buttonTypicalSecondaryBgActive = "var(--mode-color-action-main-active-alt)";
|
|
48
|
+
module.exports.buttonTypicalSecondaryBgDefault = "var(--mode-color-action-main-default-alt3)";
|
|
49
|
+
module.exports.buttonTypicalSecondaryBgHover = "var(--mode-color-action-main-hover-alt)";
|
|
50
50
|
module.exports.buttonTypicalSecondaryBorderActive = "var(--mode-color-action-main-active)";
|
|
51
51
|
module.exports.buttonTypicalSecondaryBorderDisabled = "var(--mode-color-action-inactive-default)";
|
|
52
|
-
module.exports.buttonTypicalSecondaryBorderDefault = "var(--mode-color-action-main-
|
|
52
|
+
module.exports.buttonTypicalSecondaryBorderDefault = "var(--mode-color-action-main-default-alt)";
|
|
53
53
|
module.exports.buttonTypicalSecondaryBorderHover = "var(--mode-color-action-main-hover)";
|
|
54
|
-
module.exports.buttonTypicalSecondaryLabelActive = "var(--mode-color-action-grayscale-
|
|
54
|
+
module.exports.buttonTypicalSecondaryLabelActive = "var(--mode-color-action-grayscale-with-active-alt)";
|
|
55
55
|
module.exports.buttonTypicalSecondaryLabelDisabled = "var(--mode-color-action-inactive-txt)";
|
|
56
56
|
module.exports.buttonTypicalSecondaryLabelDefault = "var(--mode-color-action-grayscale-default)";
|
|
57
|
-
module.exports.buttonTypicalSecondaryLabelHover = "var(--mode-color-action-grayscale-
|
|
58
|
-
module.exports.buttonTypicalSecondaryInverseBgActive = "var(--mode-color-action-main-inverse-
|
|
59
|
-
module.exports.buttonTypicalSecondaryInverseBgDefault = "var(--mode-color-action-main-inverse-
|
|
60
|
-
module.exports.buttonTypicalSecondaryInverseBgHover = "var(--mode-color-action-main-inverse-
|
|
57
|
+
module.exports.buttonTypicalSecondaryLabelHover = "var(--mode-color-action-grayscale-with-hover)";
|
|
58
|
+
module.exports.buttonTypicalSecondaryInverseBgActive = "var(--mode-color-action-main-inverse-active-alt)";
|
|
59
|
+
module.exports.buttonTypicalSecondaryInverseBgDefault = "var(--mode-color-action-main-inverse-default-alt3)";
|
|
60
|
+
module.exports.buttonTypicalSecondaryInverseBgHover = "var(--mode-color-action-main-inverse-hover-alt)";
|
|
61
61
|
module.exports.buttonTypicalSecondaryInverseBorderActive = "var(--mode-color-action-main-inverse-active)";
|
|
62
62
|
module.exports.buttonTypicalSecondaryInverseBorderDisabled = "var(--mode-color-action-inactive-inverse-default)";
|
|
63
|
-
module.exports.buttonTypicalSecondaryInverseBorderDefault = "var(--mode-color-action-main-inverse-
|
|
63
|
+
module.exports.buttonTypicalSecondaryInverseBorderDefault = "var(--mode-color-action-main-inverse-default-alt)";
|
|
64
64
|
module.exports.buttonTypicalSecondaryInverseBorderHover = "var(--mode-color-action-main-inverse-hover)";
|
|
65
|
-
module.exports.buttonTypicalSecondaryInverseLabelActive = "var(--mode-color-action-grayscale-inverse-
|
|
65
|
+
module.exports.buttonTypicalSecondaryInverseLabelActive = "var(--mode-color-action-grayscale-inverse-with-active-alt)";
|
|
66
66
|
module.exports.buttonTypicalSecondaryInverseLabelDisabled = "var(--mode-color-action-inactive-inverse-txt)";
|
|
67
67
|
module.exports.buttonTypicalSecondaryInverseLabelDefault = "var(--mode-color-action-grayscale-inverse-default)";
|
|
68
|
-
module.exports.buttonTypicalSecondaryInverseLabelHover = "var(--mode-color-action-grayscale-inverse-
|
|
69
|
-
module.exports.buttonTypicalTertiaryBgActive = "var(--mode-color-action-main-
|
|
68
|
+
module.exports.buttonTypicalSecondaryInverseLabelHover = "var(--mode-color-action-grayscale-inverse-with-hover)";
|
|
69
|
+
module.exports.buttonTypicalTertiaryBgActive = "var(--mode-color-action-main-active-alt)";
|
|
70
70
|
module.exports.buttonTypicalTertiaryBgDefault = "var(--button-none)";
|
|
71
|
-
module.exports.buttonTypicalTertiaryBgHover = "var(--mode-color-action-main-
|
|
71
|
+
module.exports.buttonTypicalTertiaryBgHover = "var(--mode-color-action-main-hover-alt)";
|
|
72
72
|
module.exports.buttonTypicalTertiaryBorderActive = "var(--mode-color-action-main-active)";
|
|
73
73
|
module.exports.buttonTypicalTertiaryBorderDisabled = "var(--mode-color-action-inactive-default)";
|
|
74
|
-
module.exports.buttonTypicalTertiaryBorderDefault = "var(--mode-color-action-main-
|
|
74
|
+
module.exports.buttonTypicalTertiaryBorderDefault = "var(--mode-color-action-main-default-alt)";
|
|
75
75
|
module.exports.buttonTypicalTertiaryBorderHover = "var(--mode-color-action-main-hover)";
|
|
76
|
-
module.exports.buttonTypicalTertiaryLabelActive = "var(--mode-color-action-grayscale-
|
|
76
|
+
module.exports.buttonTypicalTertiaryLabelActive = "var(--mode-color-action-grayscale-with-active-alt)";
|
|
77
77
|
module.exports.buttonTypicalTertiaryLabelDisabled = "var(--mode-color-action-inactive-txt)";
|
|
78
78
|
module.exports.buttonTypicalTertiaryLabelDefault = "var(--mode-color-action-grayscale-default)";
|
|
79
|
-
module.exports.buttonTypicalTertiaryLabelHover = "var(--mode-color-action-grayscale-
|
|
80
|
-
module.exports.buttonTypicalTertiaryInverseBgActive = "var(--mode-color-action-main-inverse-
|
|
79
|
+
module.exports.buttonTypicalTertiaryLabelHover = "var(--mode-color-action-grayscale-with-hover)";
|
|
80
|
+
module.exports.buttonTypicalTertiaryInverseBgActive = "var(--mode-color-action-main-inverse-active-alt)";
|
|
81
81
|
module.exports.buttonTypicalTertiaryInverseBgDefault = "var(--button-none)";
|
|
82
|
-
module.exports.buttonTypicalTertiaryInverseBgHover = "var(--mode-color-action-main-inverse-
|
|
82
|
+
module.exports.buttonTypicalTertiaryInverseBgHover = "var(--mode-color-action-main-inverse-hover-alt)";
|
|
83
83
|
module.exports.buttonTypicalTertiaryInverseBorderActive = "var(--mode-color-action-main-inverse-active)";
|
|
84
84
|
module.exports.buttonTypicalTertiaryInverseBorderDisabled = "var(--mode-color-action-inactive-inverse-default)";
|
|
85
|
-
module.exports.buttonTypicalTertiaryInverseBorderDefault = "var(--mode-color-action-main-inverse-
|
|
85
|
+
module.exports.buttonTypicalTertiaryInverseBorderDefault = "var(--mode-color-action-main-inverse-default-alt)";
|
|
86
86
|
module.exports.buttonTypicalTertiaryInverseBorderHover = "var(--mode-color-action-main-inverse-hover)";
|
|
87
|
-
module.exports.buttonTypicalTertiaryInverseLabelActive = "var(--mode-color-action-grayscale-inverse-
|
|
87
|
+
module.exports.buttonTypicalTertiaryInverseLabelActive = "var(--mode-color-action-grayscale-inverse-with-active-alt)";
|
|
88
88
|
module.exports.buttonTypicalTertiaryInverseLabelDisabled = "var(--mode-color-action-inactive-inverse-txt)";
|
|
89
89
|
module.exports.buttonTypicalTertiaryInverseLabelDefault = "var(--mode-color-action-grayscale-inverse-default)";
|
|
90
|
-
module.exports.buttonTypicalTertiaryInverseLabelHover = "var(--mode-color-action-grayscale-inverse-
|
|
91
|
-
module.exports.buttonTypicalSubtleBgActive = "var(--mode-color-action-grayscale-
|
|
92
|
-
module.exports.buttonTypicalSubtleBgHover = "var(--mode-color-action-grayscale-
|
|
93
|
-
module.exports.buttonTypicalSubtleLabelActive = "var(--mode-color-action-grayscale-
|
|
90
|
+
module.exports.buttonTypicalTertiaryInverseLabelHover = "var(--mode-color-action-grayscale-inverse-with-hover)";
|
|
91
|
+
module.exports.buttonTypicalSubtleBgActive = "var(--mode-color-action-grayscale-active-alt)";
|
|
92
|
+
module.exports.buttonTypicalSubtleBgHover = "var(--mode-color-action-grayscale-hover-alt)";
|
|
93
|
+
module.exports.buttonTypicalSubtleLabelActive = "var(--mode-color-action-grayscale-with-active-alt)";
|
|
94
94
|
module.exports.buttonTypicalSubtleLabelDisabled = "var(--mode-color-action-inactive-txt)";
|
|
95
95
|
module.exports.buttonTypicalSubtleLabelDefault = "var(--mode-color-action-grayscale-default)";
|
|
96
|
-
module.exports.buttonTypicalSubtleLabelHover = "var(--mode-color-action-grayscale-
|
|
97
|
-
module.exports.buttonTypicalSubtleInverseBgActive = "var(--mode-color-action-grayscale-inverse-
|
|
98
|
-
module.exports.buttonTypicalSubtleInverseBgHover = "var(--mode-color-action-grayscale-inverse-
|
|
99
|
-
module.exports.buttonTypicalSubtleInverseLabelActive = "var(--mode-color-action-grayscale-inverse-
|
|
96
|
+
module.exports.buttonTypicalSubtleLabelHover = "var(--mode-color-action-grayscale-with-hover)";
|
|
97
|
+
module.exports.buttonTypicalSubtleInverseBgActive = "var(--mode-color-action-grayscale-inverse-active-alt)";
|
|
98
|
+
module.exports.buttonTypicalSubtleInverseBgHover = "var(--mode-color-action-grayscale-inverse-hover-alt)";
|
|
99
|
+
module.exports.buttonTypicalSubtleInverseLabelActive = "var(--mode-color-action-grayscale-inverse-with-active-alt)";
|
|
100
100
|
module.exports.buttonTypicalSubtleInverseLabelDisabled = "var(--mode-color-action-inactive-inverse-txt)";
|
|
101
101
|
module.exports.buttonTypicalSubtleInverseLabelDefault = "var(--mode-color-action-grayscale-inverse-default)";
|
|
102
|
-
module.exports.buttonTypicalSubtleInverseLabelHover = "var(--mode-color-action-grayscale-inverse-
|
|
102
|
+
module.exports.buttonTypicalSubtleInverseLabelHover = "var(--mode-color-action-grayscale-inverse-with-hover)";
|
|
103
103
|
module.exports.buttonTypicalToggleBgActiveDisabled = "var(--mode-color-action-inactive-default)";
|
|
104
|
-
module.exports.buttonTypicalToggleLabelActiveDisabled = "var(--mode-color-action-inactive-
|
|
104
|
+
module.exports.buttonTypicalToggleLabelActiveDisabled = "var(--mode-color-action-inactive-txt-alt)";
|
|
105
105
|
module.exports.buttonTypicalToggleBgActive = "var(--mode-color-action-grayscale-active)";
|
|
106
|
-
module.exports.buttonTypicalToggleBgHover = "var(--mode-color-action-grayscale-
|
|
106
|
+
module.exports.buttonTypicalToggleBgHover = "var(--mode-color-action-grayscale-hover-alt)";
|
|
107
107
|
module.exports.buttonTypicalToggleBorderDefault = "var(--mode-color-action-grayscale-default)";
|
|
108
108
|
module.exports.buttonTypicalToggleBorderDisabled = "var(--mode-color-action-inactive-default)";
|
|
109
|
-
module.exports.buttonTypicalToggleLabelActive = "var(--mode-color-action-grayscale-
|
|
109
|
+
module.exports.buttonTypicalToggleLabelActive = "var(--mode-color-action-grayscale-with-active)";
|
|
110
110
|
module.exports.buttonTypicalToggleLabelDisabled = "var(--mode-color-action-inactive-txt)";
|
|
111
|
-
module.exports.buttonTypicalToggleLabelDefault = "var(--mode-color-action-grayscale-
|
|
112
|
-
module.exports.buttonTypicalToggleLabelHover = "var(--mode-color-action-grayscale-
|
|
113
|
-
module.exports.buttonVideoBgBlur = "var(--mode-color-action-grayscale-
|
|
114
|
-
module.exports.buttonVideoPrimaryBgDefault = "var(--mode-color-action-grayscale-
|
|
115
|
-
module.exports.buttonVideoPrimaryBgHover = "var(--mode-color-action-grayscale-
|
|
111
|
+
module.exports.buttonTypicalToggleLabelDefault = "var(--mode-color-action-grayscale-default-alt)";
|
|
112
|
+
module.exports.buttonTypicalToggleLabelHover = "var(--mode-color-action-grayscale-with-hover)";
|
|
113
|
+
module.exports.buttonVideoBgBlur = "var(--mode-color-action-grayscale-hover-alt)";
|
|
114
|
+
module.exports.buttonVideoPrimaryBgDefault = "var(--mode-color-action-grayscale-with-default)";
|
|
115
|
+
module.exports.buttonVideoPrimaryBgHover = "var(--mode-color-action-grayscale-with-default)";
|
|
116
116
|
module.exports.buttonVideoPrimaryLabelDefault = "var(--mode-color-action-grayscale-default)";
|
|
117
117
|
module.exports.buttonVideoPrimaryLabelHover = "var(--mode-color-action-grayscale-default)";
|
|
118
|
-
module.exports.buttonVideoSecondaryBgHover = "var(--mode-color-action-grayscale-
|
|
119
|
-
module.exports.buttonVideoSecondaryBorderDefault = "var(--mode-color-action-grayscale-
|
|
120
|
-
module.exports.buttonVideoSecondaryBorderHover = "var(--mode-color-action-grayscale-
|
|
121
|
-
module.exports.buttonVideoSecondaryLabelDefault = "var(--mode-color-action-grayscale-
|
|
118
|
+
module.exports.buttonVideoSecondaryBgHover = "var(--mode-color-action-grayscale-with-default)";
|
|
119
|
+
module.exports.buttonVideoSecondaryBorderDefault = "var(--mode-color-action-grayscale-with-default)";
|
|
120
|
+
module.exports.buttonVideoSecondaryBorderHover = "var(--mode-color-action-grayscale-with-default)";
|
|
121
|
+
module.exports.buttonVideoSecondaryLabelDefault = "var(--mode-color-action-grayscale-with-default)";
|
|
122
122
|
module.exports.buttonVideoSecondaryLabelHover = "var(--mode-color-action-grayscale-default)";
|
|
@@ -7,8 +7,8 @@ module.exports.containerActionBgFooterActive = "var(--mode-color-action-grayscal
|
|
|
7
7
|
module.exports.containerActionBorderActivated = "var(--mode-color-status-positive-default)";
|
|
8
8
|
module.exports.containerActionBgFooterDefault = "var(--mode-color-generic-bg-nought)";
|
|
9
9
|
module.exports.containerActionBgDefault = "var(--mode-color-generic-bg-nought)";
|
|
10
|
-
module.exports.containerActionBgDisabled = "var(--mode-color-action-inactive-
|
|
11
|
-
module.exports.containerActionBgHover = "var(--mode-color-action-grayscale-
|
|
10
|
+
module.exports.containerActionBgDisabled = "var(--mode-color-action-inactive-default-alt)";
|
|
11
|
+
module.exports.containerActionBgHover = "var(--mode-color-action-grayscale-hover-alt)";
|
|
12
12
|
module.exports.containerActionBorderActive = "var(--mode-color-action-grayscale-active)";
|
|
13
13
|
module.exports.containerActionBorderAlt = "var(--mode-color-generic-fg-moderate)";
|
|
14
14
|
module.exports.containerActionBorderaltHover = "var(--mode-color-action-grayscale-default)";
|
|
@@ -16,10 +16,10 @@ module.exports.containerActionBorderInactive = "var(--mode-color-generic-fg-firm
|
|
|
16
16
|
module.exports.containerActionBorderDefault = "var(--mode-color-generic-fg-firm)";
|
|
17
17
|
module.exports.containerActionIconActive = "var(--mode-color-action-grayscale-active)";
|
|
18
18
|
module.exports.containerActionIconDefault = "var(--mode-color-action-grayscale-default)";
|
|
19
|
-
module.exports.containerActionIconAltDefault = "var(--mode-color-action-grayscale-
|
|
19
|
+
module.exports.containerActionIconAltDefault = "var(--mode-color-action-grayscale-default-alt)";
|
|
20
20
|
module.exports.containerActionIconHover = "var(--mode-color-action-grayscale-default)";
|
|
21
|
-
module.exports.containerActionLabelFooterActive = "var(--mode-color-action-grayscale-
|
|
22
|
-
module.exports.containerActionLabelFooterActivated = "var(--mode-color-action-grayscale-
|
|
21
|
+
module.exports.containerActionLabelFooterActive = "var(--mode-color-action-grayscale-with-active)";
|
|
22
|
+
module.exports.containerActionLabelFooterActivated = "var(--mode-color-action-grayscale-with-active)";
|
|
23
23
|
module.exports.containerActionTxtActive = "var(--mode-color-action-grayscale-active)";
|
|
24
24
|
module.exports.containerActionTxtDisabled = "var(--mode-color-action-inactive-txt)";
|
|
25
25
|
module.exports.containerActionTxtDefault = "var(--mode-color-generic-txt-severe)";
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
* Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
-
module.exports.focusBg = "var(--mode-color-action-focus-
|
|
5
|
+
module.exports.focusBg = "var(--mode-color-action-focus-with-default-alt)";
|
|
6
6
|
module.exports.focusBorderalt = "var(--mode-color-action-focus-default)";
|
|
7
|
-
module.exports.focusBorder = "var(--mode-color-action-focus-
|
|
7
|
+
module.exports.focusBorder = "var(--mode-color-action-focus-with-default)";
|
|
8
8
|
module.exports.focusLabel = "var(--mode-color-action-focus-txt)";
|
|
9
|
-
module.exports.focusInverseBg = "var(--mode-color-action-focus-inverse-
|
|
9
|
+
module.exports.focusInverseBg = "var(--mode-color-action-focus-inverse-with-default-alt)";
|
|
10
10
|
module.exports.focusInverseBorderalt = "var(--mode-color-action-focus-inverse-default)";
|
|
11
|
-
module.exports.focusInverseBorder = "var(--mode-color-action-focus-inverse-
|
|
11
|
+
module.exports.focusInverseBorder = "var(--mode-color-action-focus-inverse-with-default)";
|
|
12
12
|
module.exports.focusInverseLabel = "var(--mode-color-action-focus-inverse-txt)";
|
|
@@ -3,73 +3,73 @@
|
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
module.exports.inputCalendarBgActive = "var(--mode-color-action-grayscale-active)";
|
|
6
|
-
module.exports.inputCalendarBgDisabled = "var(--mode-color-action-inactive-
|
|
7
|
-
module.exports.inputCalendarBgDuration = "var(--mode-color-action-
|
|
8
|
-
module.exports.inputCalendarBgHover = "var(--mode-color-action-
|
|
6
|
+
module.exports.inputCalendarBgDisabled = "var(--mode-color-action-inactive-default-alt)";
|
|
7
|
+
module.exports.inputCalendarBgDuration = "var(--mode-color-action-data-entry-hover-alt)";
|
|
8
|
+
module.exports.inputCalendarBgHover = "var(--mode-color-action-data-entry-hover-alt)";
|
|
9
9
|
module.exports.inputCalendarBorderDuration = "var(--mode-color-action-grayscale-active)";
|
|
10
|
-
module.exports.inputCalendarTxtActive = "var(--mode-color-action-grayscale-
|
|
11
|
-
module.exports.inputCalendarTxtAlt = "var(--mode-color-action-
|
|
10
|
+
module.exports.inputCalendarTxtActive = "var(--mode-color-action-grayscale-with-active)";
|
|
11
|
+
module.exports.inputCalendarTxtAlt = "var(--mode-color-action-data-entry-txt-alt)";
|
|
12
12
|
module.exports.inputCalendarTxtDisabled = "var(--mode-color-action-inactive-txt)";
|
|
13
|
-
module.exports.inputCalendarTxtDuration = "var(--mode-color-action-
|
|
14
|
-
module.exports.inputCalendarTxtDefault = "var(--mode-color-action-
|
|
15
|
-
module.exports.inputCalendarTxtHover = "var(--mode-color-action-grayscale-
|
|
16
|
-
module.exports.inputCalendarTxtAltDefault = "var(--mode-color-action-
|
|
17
|
-
module.exports.inputDropdownBgHover = "var(--mode-color-action-
|
|
18
|
-
module.exports.inputDropdownLabelActive = "var(--mode-color-action-grayscale-
|
|
19
|
-
module.exports.inputDropdownLabelAlt = "var(--mode-color-action-
|
|
13
|
+
module.exports.inputCalendarTxtDuration = "var(--mode-color-action-data-entry-txt)";
|
|
14
|
+
module.exports.inputCalendarTxtDefault = "var(--mode-color-action-data-entry-txt)";
|
|
15
|
+
module.exports.inputCalendarTxtHover = "var(--mode-color-action-grayscale-with-hover)";
|
|
16
|
+
module.exports.inputCalendarTxtAltDefault = "var(--mode-color-action-data-entry-txt-alt)";
|
|
17
|
+
module.exports.inputDropdownBgHover = "var(--mode-color-action-data-entry-hover-alt)";
|
|
18
|
+
module.exports.inputDropdownLabelActive = "var(--mode-color-action-grayscale-with-active)";
|
|
19
|
+
module.exports.inputDropdownLabelAlt = "var(--mode-color-action-data-entry-txt)";
|
|
20
20
|
module.exports.inputDropdownLabelDisabled = "var(--mode-color-action-inactive-txt)";
|
|
21
|
-
module.exports.inputDropdownLabelDefault = "var(--mode-color-action-
|
|
22
|
-
module.exports.inputDropdownLabelHover = "var(--mode-color-action-grayscale-
|
|
23
|
-
module.exports.inputDropdownLabelSubtxt = "var(--mode-color-action-
|
|
21
|
+
module.exports.inputDropdownLabelDefault = "var(--mode-color-action-data-entry-txt-alt)";
|
|
22
|
+
module.exports.inputDropdownLabelHover = "var(--mode-color-action-grayscale-with-hover)";
|
|
23
|
+
module.exports.inputDropdownLabelSubtxt = "var(--mode-color-action-data-entry-txt-alt)";
|
|
24
24
|
module.exports.inputLabelsetLabelRequired = "var(--mode-color-action-danger-default)";
|
|
25
|
-
module.exports.inputLabelsetLabelDefault = "var(--mode-color-action-
|
|
26
|
-
module.exports.inputLabelsetLabelAlt = "var(--mode-color-action-
|
|
25
|
+
module.exports.inputLabelsetLabelDefault = "var(--mode-color-action-data-entry-txt)";
|
|
26
|
+
module.exports.inputLabelsetLabelAlt = "var(--mode-color-action-data-entry-txt-alt)";
|
|
27
27
|
module.exports.inputLabelsetLabelDisabled = "var(--mode-color-action-inactive-txt)";
|
|
28
|
-
module.exports.inputLabelsetLabelReadOnly = "var(--mode-color-action-
|
|
28
|
+
module.exports.inputLabelsetLabelReadOnly = "var(--mode-color-action-data-entry-txt)";
|
|
29
29
|
module.exports.inputLabelsetInverseLabelRequired = "var(--mode-color-action-danger-inverse-default)";
|
|
30
|
-
module.exports.inputLabelsetInverseLabelDefault = "var(--mode-color-action-
|
|
31
|
-
module.exports.inputLabelsetInverseLabelAlt = "var(--mode-color-action-
|
|
32
|
-
module.exports.inputTypicalBgAlt = "var(--mode-color-action-
|
|
33
|
-
module.exports.inputTypicalBgDisabled = "var(--mode-color-action-inactive-
|
|
34
|
-
module.exports.inputTypicalBgDefault = "var(--mode-color-action-
|
|
35
|
-
module.exports.inputTypicalBgHover = "var(--mode-color-action-
|
|
36
|
-
module.exports.inputTypicalBgReadOnly = "var(--mode-color-action-inactive-
|
|
30
|
+
module.exports.inputLabelsetInverseLabelDefault = "var(--mode-color-action-data-entry-inverse-txt)";
|
|
31
|
+
module.exports.inputLabelsetInverseLabelAlt = "var(--mode-color-action-data-entry-inverse-txt-alt)";
|
|
32
|
+
module.exports.inputTypicalBgAlt = "var(--mode-color-action-data-entry-default-alt)";
|
|
33
|
+
module.exports.inputTypicalBgDisabled = "var(--mode-color-action-inactive-default-alt)";
|
|
34
|
+
module.exports.inputTypicalBgDefault = "var(--mode-color-action-data-entry-default)";
|
|
35
|
+
module.exports.inputTypicalBgHover = "var(--mode-color-action-data-entry-hover-alt)";
|
|
36
|
+
module.exports.inputTypicalBgReadOnly = "var(--mode-color-action-inactive-default-alt)";
|
|
37
37
|
module.exports.inputTypicalBorderAlt = "var(--mode-color-action-inactive-default)";
|
|
38
|
-
module.exports.inputTypicalBorderDefault = "var(--mode-color-action-
|
|
38
|
+
module.exports.inputTypicalBorderDefault = "var(--mode-color-action-data-entry-with-default)";
|
|
39
39
|
module.exports.inputTypicalBorderDisabled = "var(--mode-color-action-inactive-default)";
|
|
40
|
-
module.exports.inputTypicalBorderHover = "var(--mode-color-action-
|
|
40
|
+
module.exports.inputTypicalBorderHover = "var(--mode-color-action-data-entry-with-hover)";
|
|
41
41
|
module.exports.inputTypicalBorderReadOnly = "var(--mode-color-action-inactive-default)";
|
|
42
|
-
module.exports.inputTypicalIconActive = "var(--mode-color-action-
|
|
43
|
-
module.exports.inputTypicalIconDefault = "var(--mode-color-action-
|
|
42
|
+
module.exports.inputTypicalIconActive = "var(--mode-color-action-data-entry-with-active)";
|
|
43
|
+
module.exports.inputTypicalIconDefault = "var(--mode-color-action-data-entry-txt)";
|
|
44
44
|
module.exports.inputTypicalIconDisabled = "var(--mode-color-action-inactive-icon)";
|
|
45
|
-
module.exports.inputTypicalIconHover = "var(--mode-color-action-
|
|
46
|
-
module.exports.inputTypicalIconReadOnly = "var(--mode-color-action-inactive-
|
|
47
|
-
module.exports.inputTypicalIconAltActive = "var(--mode-color-action-
|
|
48
|
-
module.exports.inputTypicalTxtActive = "var(--mode-color-action-
|
|
49
|
-
module.exports.inputTypicalTxtAlt = "var(--mode-color-action-
|
|
50
|
-
module.exports.inputTypicalTxtDefault = "var(--mode-color-action-
|
|
45
|
+
module.exports.inputTypicalIconHover = "var(--mode-color-action-data-entry-with-hover)";
|
|
46
|
+
module.exports.inputTypicalIconReadOnly = "var(--mode-color-action-inactive-icon-alt)";
|
|
47
|
+
module.exports.inputTypicalIconAltActive = "var(--mode-color-action-data-entry-with-active-alt)";
|
|
48
|
+
module.exports.inputTypicalTxtActive = "var(--mode-color-action-data-entry-txt)";
|
|
49
|
+
module.exports.inputTypicalTxtAlt = "var(--mode-color-action-data-entry-txt-alt)";
|
|
50
|
+
module.exports.inputTypicalTxtDefault = "var(--mode-color-action-data-entry-txt)";
|
|
51
51
|
module.exports.inputTypicalTxtDisabled = "var(--mode-color-action-inactive-txt)";
|
|
52
|
-
module.exports.inputTypicalTxtHover = "var(--mode-color-action-
|
|
52
|
+
module.exports.inputTypicalTxtHover = "var(--mode-color-action-data-entry-with-hover)";
|
|
53
53
|
module.exports.inputTypicalTxtReadOnly = "var(--mode-color-generic-txt-severe)";
|
|
54
|
-
module.exports.inputTypicalInverseBgDefault = "var(--mode-color-action-
|
|
55
|
-
module.exports.inputTypicalInverseBorderDefault = "var(--mode-color-action-
|
|
56
|
-
module.exports.inputTypicalInverseTxtDefault = "var(--mode-color-action-
|
|
54
|
+
module.exports.inputTypicalInverseBgDefault = "var(--mode-color-action-data-entry-inverse-default)";
|
|
55
|
+
module.exports.inputTypicalInverseBorderDefault = "var(--mode-color-action-data-entry-inverse-with-default)";
|
|
56
|
+
module.exports.inputTypicalInverseTxtDefault = "var(--mode-color-action-data-entry-inverse-txt)";
|
|
57
57
|
module.exports.inputSwitchBgActive = "var(--mode-color-action-grayscale-active)";
|
|
58
58
|
module.exports.inputSwitchBgActivateDisabled = "var(--mode-color-action-inactive-default)";
|
|
59
|
-
module.exports.inputSwitchBgDisabled = "var(--mode-color-action-inactive-
|
|
60
|
-
module.exports.inputSwitchBgDefault = "var(--mode-color-action-
|
|
59
|
+
module.exports.inputSwitchBgDisabled = "var(--mode-color-action-inactive-default-alt)";
|
|
60
|
+
module.exports.inputSwitchBgDefault = "var(--mode-color-action-data-entry-default)";
|
|
61
61
|
module.exports.inputSwitchBorderActive = "transparent";
|
|
62
62
|
module.exports.inputSwitchBorderActiveDisabled = "transparent";
|
|
63
63
|
module.exports.inputSwitchBorderDisabled = "var(--mode-color-action-inactive-default)";
|
|
64
|
-
module.exports.inputSwitchBorderDefault = "var(--mode-color-action-
|
|
65
|
-
module.exports.inputSwitchFgActive = "var(--mode-color-action-grayscale-
|
|
66
|
-
module.exports.inputSwitchFgActivateDisabled = "var(--mode-color-action-inactive-
|
|
64
|
+
module.exports.inputSwitchBorderDefault = "var(--mode-color-action-data-entry-with-default)";
|
|
65
|
+
module.exports.inputSwitchFgActive = "var(--mode-color-action-grayscale-with-active)";
|
|
66
|
+
module.exports.inputSwitchFgActivateDisabled = "var(--mode-color-action-inactive-txt-alt)";
|
|
67
67
|
module.exports.inputSwitchFgDisabled = "var(--mode-color-action-inactive-default)";
|
|
68
|
-
module.exports.inputSwitchFgDefault = "var(--mode-color-action-
|
|
69
|
-
module.exports.inputSwitchLabelActive = "var(--mode-color-action-
|
|
68
|
+
module.exports.inputSwitchFgDefault = "var(--mode-color-action-data-entry-with-default)";
|
|
69
|
+
module.exports.inputSwitchLabelActive = "var(--mode-color-action-data-entry-txt)";
|
|
70
70
|
module.exports.inputSwitchLabelActivateDisabled = "var(--mode-color-action-inactive-default)";
|
|
71
71
|
module.exports.inputSwitchLabelDisabled = "var(--mode-color-action-inactive-default)";
|
|
72
|
-
module.exports.inputSwitchLabelDefault = "var(--mode-color-action-
|
|
72
|
+
module.exports.inputSwitchLabelDefault = "var(--mode-color-action-data-entry-txt-alt)";
|
|
73
73
|
module.exports.inputValidationBorderError = "var(--mode-color-status-negative-default)";
|
|
74
74
|
module.exports.inputValidationBarError = "var(--mode-color-status-negative-default)";
|
|
75
75
|
module.exports.inputValidationBarWarn = "var(--mode-color-status-warning-default)";
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
* Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
-
module.exports.linkDestructiveLabelDefault = "var(--mode-color-action-danger-
|
|
6
|
-
module.exports.linkDestructiveLabelHover = "var(--mode-color-action-danger-
|
|
7
|
-
module.exports.linkDestructiveInverseLabelDefault = "var(--mode-color-action-danger-inverse-
|
|
8
|
-
module.exports.linkDestructiveInverseLabelHover = "var(--mode-color-action-danger-inverse-
|
|
9
|
-
module.exports.linkTypicalLabelDefault = "var(--mode-color-action-main-
|
|
10
|
-
module.exports.linkTypicalLabelHover = "var(--mode-color-action-main-
|
|
11
|
-
module.exports.linkTypicalInverseLabelDefault = "var(--mode-color-action-main-inverse-
|
|
12
|
-
module.exports.linkTypicalInverseLabelHover = "var(--mode-color-action-main-inverse-
|
|
5
|
+
module.exports.linkDestructiveLabelDefault = "var(--mode-color-action-danger-default-alt)";
|
|
6
|
+
module.exports.linkDestructiveLabelHover = "var(--mode-color-action-danger-hover-alt2)";
|
|
7
|
+
module.exports.linkDestructiveInverseLabelDefault = "var(--mode-color-action-danger-inverse-default-alt)";
|
|
8
|
+
module.exports.linkDestructiveInverseLabelHover = "var(--mode-color-action-danger-inverse-hover-alt2)";
|
|
9
|
+
module.exports.linkTypicalLabelDefault = "var(--mode-color-action-main-default-alt2)";
|
|
10
|
+
module.exports.linkTypicalLabelHover = "var(--mode-color-action-main-hover-alt2)";
|
|
11
|
+
module.exports.linkTypicalInverseLabelDefault = "var(--mode-color-action-main-inverse-default-alt2)";
|
|
12
|
+
module.exports.linkTypicalInverseLabelHover = "var(--mode-color-action-main-inverse-hover-alt2)";
|
|
13
13
|
module.exports.linkSubtleLabelDefault = "var(--mode-color-action-grayscale-default)";
|
|
14
14
|
module.exports.linkSubtleLabelHover = "var(--mode-color-action-grayscale-active)";
|
|
15
15
|
module.exports.linkSubtleInverseLabelDefault = "var(--mode-color-action-grayscale-inverse-default)";
|
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
module.exports.logoSageBgDefault = "var(--mode-color-brand-default)";
|
|
6
|
-
module.exports.logoSageBgAlt = "var(--mode-color-brand-
|
|
6
|
+
module.exports.logoSageBgAlt = "var(--mode-color-brand-default-alt)";
|
|
7
7
|
module.exports.logoSageInverseBgDefault = "var(--mode-color-brand-inverse-default)";
|
|
8
|
-
module.exports.logoSageInverseBgAlt = "var(--mode-color-brand-inverse-
|
|
8
|
+
module.exports.logoSageInverseBgAlt = "var(--mode-color-brand-inverse-default-alt)";
|
|
9
9
|
module.exports.logoCopilotNoBgFgDefault = "var(--mode-color-brand-copilot-monochrome)";
|
|
10
|
-
module.exports.logoAiSparkleBgDot = "var(--mode-color-brand-copilot-
|
|
10
|
+
module.exports.logoAiSparkleBgDot = "var(--mode-color-brand-copilot-with-default)";
|
|
11
11
|
module.exports.logoAiSparkleBgStar = "var(--mode-color-brand-copilot-default)";
|
|
12
12
|
module.exports.logoAiSparkleOutline = "var(--mode-color-brand-copilot-default)";
|
|
13
|
-
module.exports.logoAiSparkleInverseBgDot = "var(--mode-color-brand-copilot-inverse-
|
|
13
|
+
module.exports.logoAiSparkleInverseBgDot = "var(--mode-color-brand-copilot-inverse-with-default)";
|
|
14
14
|
module.exports.logoAiSparkleInverseBgStar = "var(--mode-color-brand-copilot-inverse-default)";
|
|
15
15
|
module.exports.logoAiSparkleInverseOutline = "var(--mode-color-brand-copilot-inverse-default)";
|
|
@@ -6,36 +6,36 @@ module.exports.messageNone = "var(--mode-color-none)";
|
|
|
6
6
|
module.exports.messageContextualBg = "var(--mode-color-generic-bg-nought)";
|
|
7
7
|
module.exports.messageContextualIcon = "var(--mode-color-generic-bg-nought)";
|
|
8
8
|
module.exports.messageContextualIconAlt = "var(--mode-color-status-neutral-default)";
|
|
9
|
-
module.exports.messageContextualTxt = "var(--mode-color-status-txt-
|
|
10
|
-
module.exports.messageContextualAiBgDefault = "var(--mode-color-status-ai-
|
|
11
|
-
module.exports.messageContextualAiBgAlt = "var(--mode-color-status-neutral-
|
|
12
|
-
module.exports.messageContextualAiBorderDefault = "var(--mode-color-status-ai-
|
|
13
|
-
module.exports.messageContextualCalloutBgAlt = "var(--mode-color-status-callout-
|
|
14
|
-
module.exports.messageContextualCalloutIcon = "var(--mode-color-status-txt-
|
|
9
|
+
module.exports.messageContextualTxt = "var(--mode-color-status-txt-with-hover-alt)";
|
|
10
|
+
module.exports.messageContextualAiBgDefault = "var(--mode-color-status-ai-default-alt)";
|
|
11
|
+
module.exports.messageContextualAiBgAlt = "var(--mode-color-status-neutral-default-alt)";
|
|
12
|
+
module.exports.messageContextualAiBorderDefault = "var(--mode-color-status-ai-default-alt)";
|
|
13
|
+
module.exports.messageContextualCalloutBgAlt = "var(--mode-color-status-callout-default-alt)";
|
|
14
|
+
module.exports.messageContextualCalloutIcon = "var(--mode-color-status-txt-with-default-alt)";
|
|
15
15
|
module.exports.messageContextualErrorBgDefault = "var(--mode-color-status-negative-default)";
|
|
16
|
-
module.exports.messageContextualErrorBgAlt = "var(--mode-color-status-negative-
|
|
16
|
+
module.exports.messageContextualErrorBgAlt = "var(--mode-color-status-negative-default-alt)";
|
|
17
17
|
module.exports.messageContextualErrorBorderDefault = "var(--mode-color-status-negative-default)";
|
|
18
18
|
module.exports.messageContextualErrorIcon = "var(--mode-color-status-negative-default)";
|
|
19
19
|
module.exports.messageContextualInfoBgDefault = "var(--mode-color-status-info-default)";
|
|
20
|
-
module.exports.messageContextualInfoBgAlt = "var(--mode-color-status-info-
|
|
20
|
+
module.exports.messageContextualInfoBgAlt = "var(--mode-color-status-info-default-alt)";
|
|
21
21
|
module.exports.messageContextualInfoBorderDefault = "var(--mode-color-status-info-default)";
|
|
22
22
|
module.exports.messageContextualInfoIcon = "var(--mode-color-status-info-default)";
|
|
23
23
|
module.exports.messageContextualSuccessBgDefault = "var(--mode-color-status-positive-default)";
|
|
24
|
-
module.exports.messageContextualSuccessBgAlt = "var(--mode-color-status-positive-
|
|
24
|
+
module.exports.messageContextualSuccessBgAlt = "var(--mode-color-status-positive-default-alt)";
|
|
25
25
|
module.exports.messageContextualSuccessBorderDefault = "var(--mode-color-status-positive-default)";
|
|
26
26
|
module.exports.messageContextualSuccessIcon = "var(--mode-color-status-positive-default)";
|
|
27
27
|
module.exports.messageContextualWarningBgDefault = "var(--mode-color-status-warning-default)";
|
|
28
|
-
module.exports.messageContextualWarningBgAlt = "var(--mode-color-status-warning-
|
|
28
|
+
module.exports.messageContextualWarningBgAlt = "var(--mode-color-status-warning-default-alt)";
|
|
29
29
|
module.exports.messageContextualWarningBorderDefault = "var(--mode-color-status-warning-default)";
|
|
30
30
|
module.exports.messageContextualWarningIcon = "var(--mode-color-status-warning-default)";
|
|
31
|
-
module.exports.messageGlobalLabelDefault = "var(--mode-color-status-txt-
|
|
32
|
-
module.exports.messageGlobalLabelHover = "var(--mode-color-action-grayscale-
|
|
33
|
-
module.exports.messageGlobalCalloutBgDefault = "var(--mode-color-status-callout-
|
|
34
|
-
module.exports.messageGlobalCalloutBgHover = "var(--mode-color-status-callout-
|
|
35
|
-
module.exports.messageGlobalCalloutIcon = "var(--mode-color-status-txt-
|
|
36
|
-
module.exports.messageGlobalInfoBgDefault = "var(--mode-color-status-info-
|
|
37
|
-
module.exports.messageGlobalInfoBgHover = "var(--mode-color-status-info-
|
|
31
|
+
module.exports.messageGlobalLabelDefault = "var(--mode-color-status-txt-with-default-alt)";
|
|
32
|
+
module.exports.messageGlobalLabelHover = "var(--mode-color-action-grayscale-with-hover)";
|
|
33
|
+
module.exports.messageGlobalCalloutBgDefault = "var(--mode-color-status-callout-default-alt)";
|
|
34
|
+
module.exports.messageGlobalCalloutBgHover = "var(--mode-color-status-callout-hover-alt)";
|
|
35
|
+
module.exports.messageGlobalCalloutIcon = "var(--mode-color-status-txt-with-default-alt)";
|
|
36
|
+
module.exports.messageGlobalInfoBgDefault = "var(--mode-color-status-info-default-alt)";
|
|
37
|
+
module.exports.messageGlobalInfoBgHover = "var(--mode-color-status-info-hover-alt)";
|
|
38
38
|
module.exports.messageGlobalInfoIcon = "var(--mode-color-status-info-default)";
|
|
39
|
-
module.exports.messageGlobalWarningBgDefault = "var(--mode-color-status-warning-
|
|
40
|
-
module.exports.messageGlobalWarningBgHover = "var(--mode-color-status-warning-
|
|
39
|
+
module.exports.messageGlobalWarningBgDefault = "var(--mode-color-status-warning-default-alt)";
|
|
40
|
+
module.exports.messageGlobalWarningBgHover = "var(--mode-color-status-warning-hover-alt)";
|
|
41
41
|
module.exports.messageGlobalWarningIcon = "var(--mode-color-status-warning-default)";
|
|
@@ -4,29 +4,29 @@
|
|
|
4
4
|
|
|
5
5
|
module.exports.navBgDefault = "var(--mode-color-generic-bg-nought)";
|
|
6
6
|
module.exports.navLeftnavContainerBgDefault = "var(--mode-color-generic-bg-inverse-nought)";
|
|
7
|
-
module.exports.navLeftnavContainerBgDefaultAlt = "var(--mode-color-action-nav-inverse-
|
|
7
|
+
module.exports.navLeftnavContainerBgDefaultAlt = "var(--mode-color-action-nav-inverse-default-alt)";
|
|
8
8
|
module.exports.navLeftnavContainerBorderDefault = "var(--mode-color-generic-fg-inverse-firm)";
|
|
9
9
|
module.exports.navLeftnavItemBgActive = "var(--mode-color-action-nav-inverse-active)";
|
|
10
10
|
module.exports.navLeftnavItemBgDefault = "var(--mode-color-none)";
|
|
11
11
|
module.exports.navLeftnavItemBgHover = "var(--mode-color-action-nav-inverse-hover)";
|
|
12
|
-
module.exports.navLeftnavItemLabelActive = "var(--mode-color-action-nav-inverse-
|
|
13
|
-
module.exports.navLeftnavItemLabelDefault = "var(--mode-color-action-nav-inverse-
|
|
14
|
-
module.exports.navLeftnavItemLabelHover = "var(--mode-color-action-nav-inverse-
|
|
12
|
+
module.exports.navLeftnavItemLabelActive = "var(--mode-color-action-nav-inverse-with-active)";
|
|
13
|
+
module.exports.navLeftnavItemLabelDefault = "var(--mode-color-action-nav-inverse-with-default)";
|
|
14
|
+
module.exports.navLeftnavItemLabelHover = "var(--mode-color-action-nav-inverse-with-hover)";
|
|
15
15
|
module.exports.navModalContainerBgDefault = "var(--mode-color-generic-bg-nought)";
|
|
16
16
|
module.exports.navModalContainerBgDefaultAlt = "var(--mode-color-generic-surface-faint)";
|
|
17
17
|
module.exports.navModalContainerBorderDefault = "var(--mode-color-generic-fg-firm)";
|
|
18
18
|
module.exports.navModalItemBgActive = "var(--mode-color-action-nav-active)";
|
|
19
19
|
module.exports.navModalItemBgDefault = "var(--mode-color-none)";
|
|
20
20
|
module.exports.navModalItemBgHover = "var(--mode-color-action-nav-hover)";
|
|
21
|
-
module.exports.navModalItemLabelActive = "var(--mode-color-action-nav-
|
|
22
|
-
module.exports.navModalItemLabelDefault = "var(--mode-color-action-nav-
|
|
23
|
-
module.exports.navModalItemLabelHover = "var(--mode-color-action-nav-
|
|
21
|
+
module.exports.navModalItemLabelActive = "var(--mode-color-action-nav-with-active)";
|
|
22
|
+
module.exports.navModalItemLabelDefault = "var(--mode-color-action-nav-with-default)";
|
|
23
|
+
module.exports.navModalItemLabelHover = "var(--mode-color-action-nav-with-hover)";
|
|
24
24
|
module.exports.navModalHeaderitemLabelDefault = "var(--mode-color-generic-txt-soft)";
|
|
25
25
|
module.exports.navTopnavContainerBgDefault = "var(--mode-color-generic-bg-nought)";
|
|
26
26
|
module.exports.navTopnavContainerBorderDefault = "var(--mode-color-generic-fg-firm)";
|
|
27
27
|
module.exports.navTopnavItemBgActive = "var(--mode-color-action-nav-active)";
|
|
28
28
|
module.exports.navTopnavItemBgDefault = "var(--mode-color-none)";
|
|
29
29
|
module.exports.navTopnavItemBgHover = "var(--mode-color-action-nav-hover)";
|
|
30
|
-
module.exports.navTopnavItemLabelActive = "var(--mode-color-action-nav-
|
|
31
|
-
module.exports.navTopnavItemLabelDefault = "var(--mode-color-action-nav-
|
|
32
|
-
module.exports.navTopnavItemLabelHover = "var(--mode-color-action-nav-
|
|
30
|
+
module.exports.navTopnavItemLabelActive = "var(--mode-color-action-nav-with-active)";
|
|
31
|
+
module.exports.navTopnavItemLabelDefault = "var(--mode-color-action-nav-with-default)";
|
|
32
|
+
module.exports.navTopnavItemLabelHover = "var(--mode-color-action-nav-with-hover)";
|