@sage/design-tokens 17.5.1 → 17.6.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/button.css +3 -3
- package/css/components/table.css +2 -2
- package/css/dark.css +2 -0
- package/css/light.css +2 -0
- package/js/common/components/table.js +2 -2
- package/js/common/dark.d.ts +2 -0
- package/js/common/dark.js +2 -0
- package/js/common/light.d.ts +2 -0
- package/js/common/light.js +2 -0
- package/js/es6/components/table.js +2 -2
- package/js/es6/dark.d.ts +2 -0
- package/js/es6/dark.js +2 -0
- package/js/es6/light.d.ts +2 -0
- package/js/es6/light.js +2 -0
- package/json/components/table.json +2 -2
- package/json/dark.json +2 -0
- package/json/light.json +2 -0
- package/package.json +1 -1
- package/scss/components/button.scss +3 -3
- package/scss/components/link.scss +1 -1
- package/scss/components/message.scss +2 -2
- package/scss/components/pill.scss +2 -2
- package/scss/components/table.scss +2 -2
- package/scss/dark.scss +2 -0
- package/scss/light.scss +2 -0
|
@@ -50,6 +50,7 @@
|
|
|
50
50
|
--button-typical-secondary-inverse-border-disabled: var(--mode-color-action-inactive-inverse-default);
|
|
51
51
|
--button-typical-secondary-inverse-border-hover: var(--mode-color-action-main-inverse-hover);
|
|
52
52
|
--button-typical-secondary-inverse-label-active: var(--mode-color-action-grayscale-inverse-with-active-alt);
|
|
53
|
+
--button-typical-secondary-inverse-label-default: var(--mode-color-action-grayscale-inverse-default);
|
|
53
54
|
--button-typical-secondary-inverse-label-hover: var(--mode-color-action-grayscale-inverse-with-hover);
|
|
54
55
|
--button-typical-tertiary-border-active: var(--mode-color-action-main-active);
|
|
55
56
|
--button-typical-tertiary-border-disabled: var(--mode-color-action-inactive-default);
|
|
@@ -60,10 +61,12 @@
|
|
|
60
61
|
--button-typical-tertiary-inverse-border-disabled: var(--mode-color-action-inactive-inverse-default);
|
|
61
62
|
--button-typical-tertiary-inverse-border-hover: var(--mode-color-action-main-inverse-hover);
|
|
62
63
|
--button-typical-tertiary-inverse-label-active: var(--mode-color-action-grayscale-inverse-with-active-alt);
|
|
64
|
+
--button-typical-tertiary-inverse-label-default: var(--mode-color-action-grayscale-inverse-default);
|
|
63
65
|
--button-typical-tertiary-inverse-label-hover: var(--mode-color-action-grayscale-inverse-with-hover);
|
|
64
66
|
--button-typical-subtle-label-active: var(--mode-color-action-grayscale-with-active-alt);
|
|
65
67
|
--button-typical-subtle-label-hover: var(--mode-color-action-grayscale-with-hover);
|
|
66
68
|
--button-typical-subtle-inverse-label-active: var(--mode-color-action-grayscale-inverse-with-active-alt);
|
|
69
|
+
--button-typical-subtle-inverse-label-default: var(--mode-color-action-grayscale-inverse-default);
|
|
67
70
|
--button-typical-subtle-inverse-label-hover: var(--mode-color-action-grayscale-inverse-with-hover);
|
|
68
71
|
--button-typical-toggle-bg-active-disabled: var(--mode-color-action-inactive-default);
|
|
69
72
|
--button-typical-toggle-bg-active: var(--mode-color-action-grayscale-active);
|
|
@@ -89,7 +92,6 @@
|
|
|
89
92
|
--button-typical-secondary-inverse-bg-default: var(--mode-color-action-main-inverse-default-alt3);
|
|
90
93
|
--button-typical-secondary-inverse-bg-hover: var(--mode-color-action-main-inverse-hover-alt);
|
|
91
94
|
--button-typical-secondary-inverse-border-default: var(--mode-color-action-main-inverse-default-alt);
|
|
92
|
-
--button-typical-secondary-inverse-label-default: var(--mode-color-action-grayscale-inverse-default);
|
|
93
95
|
--button-typical-tertiary-bg-active: var(--mode-color-action-main-active-alt);
|
|
94
96
|
--button-typical-tertiary-bg-default: var(--button-none);
|
|
95
97
|
--button-typical-tertiary-bg-hover: var(--mode-color-action-main-hover-alt);
|
|
@@ -99,13 +101,11 @@
|
|
|
99
101
|
--button-typical-tertiary-inverse-bg-default: var(--button-none);
|
|
100
102
|
--button-typical-tertiary-inverse-bg-hover: var(--mode-color-action-main-inverse-hover-alt);
|
|
101
103
|
--button-typical-tertiary-inverse-border-default: var(--mode-color-action-main-inverse-default-alt);
|
|
102
|
-
--button-typical-tertiary-inverse-label-default: var(--mode-color-action-grayscale-inverse-default);
|
|
103
104
|
--button-typical-subtle-bg-active: var(--mode-color-action-grayscale-active-alt);
|
|
104
105
|
--button-typical-subtle-bg-hover: var(--mode-color-action-grayscale-hover-alt);
|
|
105
106
|
--button-typical-subtle-label-default: var(--mode-color-action-grayscale-default);
|
|
106
107
|
--button-typical-subtle-inverse-bg-active: var(--mode-color-action-grayscale-inverse-active-alt);
|
|
107
108
|
--button-typical-subtle-inverse-bg-hover: var(--mode-color-action-grayscale-inverse-hover-alt);
|
|
108
|
-
--button-typical-subtle-inverse-label-default: var(--mode-color-action-grayscale-inverse-default);
|
|
109
109
|
--button-typical-toggle-label-active-disabled: var(--mode-color-action-inactive-txt-alt);
|
|
110
110
|
--button-typical-toggle-bg-hover: var(--mode-color-action-grayscale-hover-alt);
|
|
111
111
|
--button-typical-toggle-border-default: var(--mode-color-action-grayscale-default);
|
package/css/components/table.css
CHANGED
|
@@ -10,6 +10,8 @@
|
|
|
10
10
|
--table-header-subtle-bg-alt: var(--mode-color-generic-bg-faint);
|
|
11
11
|
--table-header-subtle-bg-default: var(--mode-color-none);
|
|
12
12
|
--table-header-subtle-border-default: var(--mode-color-generic-fg-soft);
|
|
13
|
+
--table-header-harsh-bg-alt: var(--mode-color-generic-surface-severe);
|
|
14
|
+
--table-header-harsh-bg-default: var(--mode-color-generic-surface-harsh);
|
|
13
15
|
--table-header-harsh-border-default: var(--mode-color-generic-fg-soft);
|
|
14
16
|
--table-row-bg-default: var(--mode-color-generic-bg-nought);
|
|
15
17
|
--table-row-bg-alt: var(--mode-color-generic-bg-delicate);
|
|
@@ -21,8 +23,6 @@
|
|
|
21
23
|
--table-footer-bg-default: var(--mode-color-generic-bg-soft);
|
|
22
24
|
--table-footer-border-default: var(--mode-color-generic-fg-soft);
|
|
23
25
|
--table-header-subtle-label-default: var(--mode-color-generic-txt-severe);
|
|
24
|
-
--table-header-harsh-bg-alt: var(--mode-color-action-grayscale-default);
|
|
25
|
-
--table-header-harsh-bg-default: var(--mode-color-action-grayscale-default-alt);
|
|
26
26
|
--table-header-harsh-label-default: var(--mode-color-generic-txt-inverse-severe);
|
|
27
27
|
--table-row-label-default: var(--mode-color-generic-txt-severe);
|
|
28
28
|
--table-footer-label-default: var(--mode-color-generic-txt-severe);
|
package/css/dark.css
CHANGED
|
@@ -93,6 +93,8 @@
|
|
|
93
93
|
--mode-color-generic-fg-inverse-extreme: #000000;
|
|
94
94
|
--mode-color-generic-surface-nought: #000000;
|
|
95
95
|
--mode-color-generic-surface-faint: #253b4e;
|
|
96
|
+
--mode-color-generic-surface-harsh: #d1d6da;
|
|
97
|
+
--mode-color-generic-surface-severe: #e8eaec;
|
|
96
98
|
--mode-color-action-ai-grad-active: linear-gradient(90deg, #00d63926 0%, #00d6de26 40%, #9d60ff26 90%);
|
|
97
99
|
--mode-color-action-ai-grad-hover: linear-gradient(90deg, #00d63914 0%, #00d6de14 40%, #9d60ff14 90%);
|
|
98
100
|
--mode-color-action-ai-grad-default: linear-gradient(90deg, #00d639 0%, #00d6de 40%, #9d60ff 90%);
|
package/css/light.css
CHANGED
|
@@ -93,6 +93,8 @@
|
|
|
93
93
|
--mode-color-generic-fg-inverse-extreme: #FFFFFF;
|
|
94
94
|
--mode-color-generic-surface-nought: #FFFFFF;
|
|
95
95
|
--mode-color-generic-surface-faint: #f4f5f6;
|
|
96
|
+
--mode-color-generic-surface-harsh: #475a6a;
|
|
97
|
+
--mode-color-generic-surface-severe: #304658;
|
|
96
98
|
--mode-color-action-ai-grad-active: linear-gradient(90deg, #13a03826 0%, #14919726 40%, #a87cfb26 90%);
|
|
97
99
|
--mode-color-action-ai-grad-hover: linear-gradient(90deg, #13a03814 0%, #14919714 40%, #a87cfb14 90%);
|
|
98
100
|
--mode-color-action-ai-grad-default: linear-gradient(90deg, #13a038 0%, #149197 40%, #a87cfb 90%);
|
|
@@ -6,8 +6,8 @@ module.exports.tableHeaderSubtleBgAlt = "var(--mode-color-generic-bg-faint)";
|
|
|
6
6
|
module.exports.tableHeaderSubtleBgDefault = "var(--mode-color-none)";
|
|
7
7
|
module.exports.tableHeaderSubtleBorderDefault = "var(--mode-color-generic-fg-soft)";
|
|
8
8
|
module.exports.tableHeaderSubtleLabelDefault = "var(--mode-color-generic-txt-severe)";
|
|
9
|
-
module.exports.tableHeaderHarshBgAlt = "var(--mode-color-
|
|
10
|
-
module.exports.tableHeaderHarshBgDefault = "var(--mode-color-
|
|
9
|
+
module.exports.tableHeaderHarshBgAlt = "var(--mode-color-generic-surface-severe)";
|
|
10
|
+
module.exports.tableHeaderHarshBgDefault = "var(--mode-color-generic-surface-harsh)";
|
|
11
11
|
module.exports.tableHeaderHarshBorderDefault = "var(--mode-color-generic-fg-soft)";
|
|
12
12
|
module.exports.tableHeaderHarshLabelDefault = "var(--mode-color-generic-txt-inverse-severe)";
|
|
13
13
|
module.exports.tableRowBgDefault = "var(--mode-color-generic-bg-nought)";
|
package/js/common/dark.d.ts
CHANGED
package/js/common/dark.js
CHANGED
|
@@ -88,6 +88,8 @@ module.exports.modeColorGenericFgInverseFirm = "#75838f";
|
|
|
88
88
|
module.exports.modeColorGenericFgInverseExtreme = "#000000";
|
|
89
89
|
module.exports.modeColorGenericSurfaceNought = "#000000";
|
|
90
90
|
module.exports.modeColorGenericSurfaceFaint = "#253b4e";
|
|
91
|
+
module.exports.modeColorGenericSurfaceHarsh = "#d1d6da";
|
|
92
|
+
module.exports.modeColorGenericSurfaceSevere = "#e8eaec";
|
|
91
93
|
module.exports.modeColorActionAiGradActive = "linear-gradient(90deg, #00d63926 0%, #00d6de26 40%, #9d60ff26 90%)";
|
|
92
94
|
module.exports.modeColorActionAiGradHover = "linear-gradient(90deg, #00d63914 0%, #00d6de14 40%, #9d60ff14 90%)";
|
|
93
95
|
module.exports.modeColorActionAiGradDefault = "linear-gradient(90deg, #00d639 0%, #00d6de 40%, #9d60ff 90%)";
|
package/js/common/light.d.ts
CHANGED
package/js/common/light.js
CHANGED
|
@@ -88,6 +88,8 @@ module.exports.modeColorGenericFgInverseFirm = "#6f6f6f";
|
|
|
88
88
|
module.exports.modeColorGenericFgInverseExtreme = "#FFFFFF";
|
|
89
89
|
module.exports.modeColorGenericSurfaceNought = "#FFFFFF";
|
|
90
90
|
module.exports.modeColorGenericSurfaceFaint = "#f4f5f6";
|
|
91
|
+
module.exports.modeColorGenericSurfaceHarsh = "#475a6a";
|
|
92
|
+
module.exports.modeColorGenericSurfaceSevere = "#304658";
|
|
91
93
|
module.exports.modeColorActionAiGradActive = "linear-gradient(90deg, #13a03826 0%, #14919726 40%, #a87cfb26 90%)";
|
|
92
94
|
module.exports.modeColorActionAiGradHover = "linear-gradient(90deg, #13a03814 0%, #14919714 40%, #a87cfb14 90%)";
|
|
93
95
|
module.exports.modeColorActionAiGradDefault = "linear-gradient(90deg, #13a038 0%, #149197 40%, #a87cfb 90%)";
|
|
@@ -6,8 +6,8 @@ export const tableHeaderSubtleBgAlt = "var(--mode-color-generic-bg-faint)";
|
|
|
6
6
|
export const tableHeaderSubtleBgDefault = "var(--mode-color-none)";
|
|
7
7
|
export const tableHeaderSubtleBorderDefault = "var(--mode-color-generic-fg-soft)";
|
|
8
8
|
export const tableHeaderSubtleLabelDefault = "var(--mode-color-generic-txt-severe)";
|
|
9
|
-
export const tableHeaderHarshBgAlt = "var(--mode-color-
|
|
10
|
-
export const tableHeaderHarshBgDefault = "var(--mode-color-
|
|
9
|
+
export const tableHeaderHarshBgAlt = "var(--mode-color-generic-surface-severe)";
|
|
10
|
+
export const tableHeaderHarshBgDefault = "var(--mode-color-generic-surface-harsh)";
|
|
11
11
|
export const tableHeaderHarshBorderDefault = "var(--mode-color-generic-fg-soft)";
|
|
12
12
|
export const tableHeaderHarshLabelDefault = "var(--mode-color-generic-txt-inverse-severe)";
|
|
13
13
|
export const tableRowBgDefault = "var(--mode-color-generic-bg-nought)";
|
package/js/es6/dark.d.ts
CHANGED
|
@@ -119,6 +119,8 @@ export const modeColorGenericFgInverseExtreme: string;
|
|
|
119
119
|
export const modeColorGenericSurfaceNought: string;
|
|
120
120
|
/** used on full page backgrounds as an alternative option */
|
|
121
121
|
export const modeColorGenericSurfaceFaint: string;
|
|
122
|
+
export const modeColorGenericSurfaceHarsh: string;
|
|
123
|
+
export const modeColorGenericSurfaceSevere: string;
|
|
122
124
|
export const modeColorActionAiGradActive: string;
|
|
123
125
|
export const modeColorActionAiGradHover: string;
|
|
124
126
|
export const modeColorActionAiGradDefault: string;
|
package/js/es6/dark.js
CHANGED
|
@@ -92,6 +92,8 @@ export const modeColorGenericFgInverseFirm = "#75838f";
|
|
|
92
92
|
export const modeColorGenericFgInverseExtreme = "#000000"; // deprecation candidate
|
|
93
93
|
export const modeColorGenericSurfaceNought = "#000000"; // used on full page backgrounds
|
|
94
94
|
export const modeColorGenericSurfaceFaint = "#253b4e"; // used on full page backgrounds as an alternative option
|
|
95
|
+
export const modeColorGenericSurfaceHarsh = "#d1d6da";
|
|
96
|
+
export const modeColorGenericSurfaceSevere = "#e8eaec";
|
|
95
97
|
export const modeColorActionAiGradActive =
|
|
96
98
|
"linear-gradient(90deg, #00d63926 0%, #00d6de26 40%, #9d60ff26 90%)";
|
|
97
99
|
export const modeColorActionAiGradHover =
|
package/js/es6/light.d.ts
CHANGED
|
@@ -119,6 +119,8 @@ export const modeColorGenericFgInverseExtreme: string;
|
|
|
119
119
|
export const modeColorGenericSurfaceNought: string;
|
|
120
120
|
/** used on full page backgrounds as an alternative option */
|
|
121
121
|
export const modeColorGenericSurfaceFaint: string;
|
|
122
|
+
export const modeColorGenericSurfaceHarsh: string;
|
|
123
|
+
export const modeColorGenericSurfaceSevere: string;
|
|
122
124
|
export const modeColorActionAiGradActive: string;
|
|
123
125
|
export const modeColorActionAiGradHover: string;
|
|
124
126
|
export const modeColorActionAiGradDefault: string;
|
package/js/es6/light.js
CHANGED
|
@@ -92,6 +92,8 @@ export const modeColorGenericFgInverseFirm = "#6f6f6f";
|
|
|
92
92
|
export const modeColorGenericFgInverseExtreme = "#FFFFFF"; // deprecation candidate
|
|
93
93
|
export const modeColorGenericSurfaceNought = "#FFFFFF"; // used on full page backgrounds
|
|
94
94
|
export const modeColorGenericSurfaceFaint = "#f4f5f6"; // used on full page backgrounds as an alternative option
|
|
95
|
+
export const modeColorGenericSurfaceHarsh = "#475a6a";
|
|
96
|
+
export const modeColorGenericSurfaceSevere = "#304658";
|
|
95
97
|
export const modeColorActionAiGradActive =
|
|
96
98
|
"linear-gradient(90deg, #13a03826 0%, #14919726 40%, #a87cfb26 90%)";
|
|
97
99
|
export const modeColorActionAiGradHover =
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
"tableHeaderSubtleBgDefault": "var(--mode-color-none)",
|
|
4
4
|
"tableHeaderSubtleBorderDefault": "var(--mode-color-generic-fg-soft)",
|
|
5
5
|
"tableHeaderSubtleLabelDefault": "var(--mode-color-generic-txt-severe)",
|
|
6
|
-
"tableHeaderHarshBgAlt": "var(--mode-color-
|
|
7
|
-
"tableHeaderHarshBgDefault": "var(--mode-color-
|
|
6
|
+
"tableHeaderHarshBgAlt": "var(--mode-color-generic-surface-severe)",
|
|
7
|
+
"tableHeaderHarshBgDefault": "var(--mode-color-generic-surface-harsh)",
|
|
8
8
|
"tableHeaderHarshBorderDefault": "var(--mode-color-generic-fg-soft)",
|
|
9
9
|
"tableHeaderHarshLabelDefault": "var(--mode-color-generic-txt-inverse-severe)",
|
|
10
10
|
"tableRowBgDefault": "var(--mode-color-generic-bg-nought)",
|
package/json/dark.json
CHANGED
|
@@ -85,6 +85,8 @@
|
|
|
85
85
|
"modeColorGenericFgInverseExtreme": "#000000",
|
|
86
86
|
"modeColorGenericSurfaceNought": "#000000",
|
|
87
87
|
"modeColorGenericSurfaceFaint": "#253b4e",
|
|
88
|
+
"modeColorGenericSurfaceHarsh": "#d1d6da",
|
|
89
|
+
"modeColorGenericSurfaceSevere": "#e8eaec",
|
|
88
90
|
"modeColorActionAiGradActive": "linear-gradient(90deg, #00d63926 0%, #00d6de26 40%, #9d60ff26 90%)",
|
|
89
91
|
"modeColorActionAiGradHover": "linear-gradient(90deg, #00d63914 0%, #00d6de14 40%, #9d60ff14 90%)",
|
|
90
92
|
"modeColorActionAiGradDefault": "linear-gradient(90deg, #00d639 0%, #00d6de 40%, #9d60ff 90%)",
|
package/json/light.json
CHANGED
|
@@ -85,6 +85,8 @@
|
|
|
85
85
|
"modeColorGenericFgInverseExtreme": "#FFFFFF",
|
|
86
86
|
"modeColorGenericSurfaceNought": "#FFFFFF",
|
|
87
87
|
"modeColorGenericSurfaceFaint": "#f4f5f6",
|
|
88
|
+
"modeColorGenericSurfaceHarsh": "#475a6a",
|
|
89
|
+
"modeColorGenericSurfaceSevere": "#304658",
|
|
88
90
|
"modeColorActionAiGradActive": "linear-gradient(90deg, #13a03826 0%, #14919726 40%, #a87cfb26 90%)",
|
|
89
91
|
"modeColorActionAiGradHover": "linear-gradient(90deg, #13a03814 0%, #14919714 40%, #a87cfb14 90%)",
|
|
90
92
|
"modeColorActionAiGradDefault": "linear-gradient(90deg, #13a038 0%, #149197 40%, #a87cfb 90%)",
|
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": "17.
|
|
9
|
+
"version": "17.6.0",
|
|
10
10
|
"license": "SEE LICENSE IN https://github.com/Sage/design-tokens/blob/master/license",
|
|
11
11
|
"tags": [
|
|
12
12
|
"design tokens",
|
|
@@ -46,6 +46,7 @@ $button-typical-secondary-inverse-border-active: $mode-color-action-main-inverse
|
|
|
46
46
|
$button-typical-secondary-inverse-border-disabled: $mode-color-action-inactive-inverse-default;
|
|
47
47
|
$button-typical-secondary-inverse-border-hover: $mode-color-action-main-inverse-hover;
|
|
48
48
|
$button-typical-secondary-inverse-label-active: $mode-color-action-grayscale-inverse-with-active-alt;
|
|
49
|
+
$button-typical-secondary-inverse-label-default: $mode-color-action-grayscale-inverse-default;
|
|
49
50
|
$button-typical-secondary-inverse-label-hover: $mode-color-action-grayscale-inverse-with-hover;
|
|
50
51
|
$button-typical-tertiary-border-active: $mode-color-action-main-active;
|
|
51
52
|
$button-typical-tertiary-border-disabled: $mode-color-action-inactive-default;
|
|
@@ -56,10 +57,12 @@ $button-typical-tertiary-inverse-border-active: $mode-color-action-main-inverse-
|
|
|
56
57
|
$button-typical-tertiary-inverse-border-disabled: $mode-color-action-inactive-inverse-default;
|
|
57
58
|
$button-typical-tertiary-inverse-border-hover: $mode-color-action-main-inverse-hover;
|
|
58
59
|
$button-typical-tertiary-inverse-label-active: $mode-color-action-grayscale-inverse-with-active-alt;
|
|
60
|
+
$button-typical-tertiary-inverse-label-default: $mode-color-action-grayscale-inverse-default;
|
|
59
61
|
$button-typical-tertiary-inverse-label-hover: $mode-color-action-grayscale-inverse-with-hover;
|
|
60
62
|
$button-typical-subtle-label-active: $mode-color-action-grayscale-with-active-alt;
|
|
61
63
|
$button-typical-subtle-label-hover: $mode-color-action-grayscale-with-hover;
|
|
62
64
|
$button-typical-subtle-inverse-label-active: $mode-color-action-grayscale-inverse-with-active-alt;
|
|
65
|
+
$button-typical-subtle-inverse-label-default: $mode-color-action-grayscale-inverse-default;
|
|
63
66
|
$button-typical-subtle-inverse-label-hover: $mode-color-action-grayscale-inverse-with-hover;
|
|
64
67
|
$button-typical-toggle-bg-active-disabled: $mode-color-action-inactive-default;
|
|
65
68
|
$button-typical-toggle-bg-active: $mode-color-action-grayscale-active;
|
|
@@ -85,7 +88,6 @@ $button-typical-secondary-inverse-bg-active: $mode-color-action-main-inverse-act
|
|
|
85
88
|
$button-typical-secondary-inverse-bg-default: $mode-color-action-main-inverse-default-alt3;
|
|
86
89
|
$button-typical-secondary-inverse-bg-hover: $mode-color-action-main-inverse-hover-alt;
|
|
87
90
|
$button-typical-secondary-inverse-border-default: $mode-color-action-main-inverse-default-alt;
|
|
88
|
-
$button-typical-secondary-inverse-label-default: $mode-color-action-grayscale-inverse-default;
|
|
89
91
|
$button-typical-tertiary-bg-active: $mode-color-action-main-active-alt;
|
|
90
92
|
$button-typical-tertiary-bg-default: $button-none;
|
|
91
93
|
$button-typical-tertiary-bg-hover: $mode-color-action-main-hover-alt;
|
|
@@ -95,13 +97,11 @@ $button-typical-tertiary-inverse-bg-active: $mode-color-action-main-inverse-acti
|
|
|
95
97
|
$button-typical-tertiary-inverse-bg-default: $button-none;
|
|
96
98
|
$button-typical-tertiary-inverse-bg-hover: $mode-color-action-main-inverse-hover-alt;
|
|
97
99
|
$button-typical-tertiary-inverse-border-default: $mode-color-action-main-inverse-default-alt;
|
|
98
|
-
$button-typical-tertiary-inverse-label-default: $mode-color-action-grayscale-inverse-default;
|
|
99
100
|
$button-typical-subtle-bg-active: $mode-color-action-grayscale-active-alt;
|
|
100
101
|
$button-typical-subtle-bg-hover: $mode-color-action-grayscale-hover-alt;
|
|
101
102
|
$button-typical-subtle-label-default: $mode-color-action-grayscale-default;
|
|
102
103
|
$button-typical-subtle-inverse-bg-active: $mode-color-action-grayscale-inverse-active-alt;
|
|
103
104
|
$button-typical-subtle-inverse-bg-hover: $mode-color-action-grayscale-inverse-hover-alt;
|
|
104
|
-
$button-typical-subtle-inverse-label-default: $mode-color-action-grayscale-inverse-default;
|
|
105
105
|
$button-typical-toggle-label-active-disabled: $mode-color-action-inactive-txt-alt;
|
|
106
106
|
$button-typical-toggle-bg-hover: $mode-color-action-grayscale-hover-alt;
|
|
107
107
|
$button-typical-toggle-border-default: $mode-color-action-grayscale-default;
|
|
@@ -12,6 +12,6 @@ $link-typical-label-hover: $mode-color-action-main-hover-alt2;
|
|
|
12
12
|
$link-typical-inverse-label-default: $mode-color-action-main-inverse-default-alt2;
|
|
13
13
|
$link-typical-inverse-label-hover: $mode-color-action-main-inverse-hover-alt2;
|
|
14
14
|
$link-subtle-label-hover: $mode-color-action-grayscale-active;
|
|
15
|
+
$link-subtle-inverse-label-default: $mode-color-action-grayscale-inverse-default;
|
|
15
16
|
$link-subtle-inverse-label-hover: $mode-color-action-grayscale-inverse-active;
|
|
16
17
|
$link-subtle-label-default: $mode-color-action-grayscale-default;
|
|
17
|
-
$link-subtle-inverse-label-default: $mode-color-action-grayscale-inverse-default;
|
|
@@ -7,9 +7,7 @@ $message-none: $mode-color-none;
|
|
|
7
7
|
$message-contextual-bg: $mode-color-generic-bg-nought;
|
|
8
8
|
$message-contextual-icon: $mode-color-generic-bg-nought;
|
|
9
9
|
$message-contextual-icon-alt: $mode-color-status-neutral-default;
|
|
10
|
-
$message-contextual-ai-bg-default: $mode-color-status-ai-default-alt;
|
|
11
10
|
$message-contextual-ai-bg-alt: $mode-color-status-neutral-default-alt;
|
|
12
|
-
$message-contextual-ai-border-default: $mode-color-status-ai-default-alt;
|
|
13
11
|
$message-contextual-callout-bg-alt: $mode-color-status-callout-default-alt;
|
|
14
12
|
$message-contextual-error-bg-default: $mode-color-status-negative-default;
|
|
15
13
|
$message-contextual-error-bg-alt: $mode-color-status-negative-default-alt;
|
|
@@ -37,6 +35,8 @@ $message-global-warning-bg-default: $mode-color-status-warning-default-alt;
|
|
|
37
35
|
$message-global-warning-bg-hover: $mode-color-status-warning-hover-alt;
|
|
38
36
|
$message-global-warning-icon: $mode-color-status-warning-default;
|
|
39
37
|
$message-contextual-txt: $mode-color-status-txt-with-hover-alt;
|
|
38
|
+
$message-contextual-ai-bg-default: $mode-color-status-ai-default-alt;
|
|
39
|
+
$message-contextual-ai-border-default: $mode-color-status-ai-default-alt;
|
|
40
40
|
$message-contextual-callout-icon: $mode-color-status-txt-with-default-alt;
|
|
41
41
|
$message-global-label-default: $mode-color-status-txt-with-default-alt;
|
|
42
42
|
$message-global-callout-icon: $mode-color-status-txt-with-default-alt;
|
|
@@ -198,10 +198,10 @@ $pill-generic-label-default: $mode-color-status-txt-with-default;
|
|
|
198
198
|
$pill-generic-label-hover: $mode-color-status-txt-with-hover;
|
|
199
199
|
$pill-generic-inverse-label-default: $mode-color-status-txt-inverse-with-default;
|
|
200
200
|
$pill-generic-inverse-label-hover: $mode-color-status-txt-inverse-with-hover;
|
|
201
|
-
$pill-generic-inverse-label-alt-default: $mode-color-status-txt-inverse-with-default-alt;
|
|
202
|
-
$pill-generic-inverse-label-alt-hover: $mode-color-status-txt-inverse-with-default-alt;
|
|
203
201
|
$pill-readonly-bg-default: $mode-color-status-inactive-default;
|
|
204
202
|
$pill-readonly-border-default: $mode-color-status-inactive-default;
|
|
205
203
|
$pill-readonly-label: $mode-color-generic-txt-soft;
|
|
206
204
|
$pill-generic-label-alt-default: $mode-color-status-txt-with-default-alt;
|
|
207
205
|
$pill-generic-label-alt-hover: $mode-color-status-txt-with-default-alt;
|
|
206
|
+
$pill-generic-inverse-label-alt-default: $mode-color-status-txt-inverse-with-default-alt;
|
|
207
|
+
$pill-generic-inverse-label-alt-hover: $mode-color-status-txt-inverse-with-default-alt;
|
|
@@ -6,6 +6,8 @@
|
|
|
6
6
|
$table-header-subtle-bg-alt: $mode-color-generic-bg-faint;
|
|
7
7
|
$table-header-subtle-bg-default: $mode-color-none;
|
|
8
8
|
$table-header-subtle-border-default: $mode-color-generic-fg-soft;
|
|
9
|
+
$table-header-harsh-bg-alt: $mode-color-generic-surface-severe;
|
|
10
|
+
$table-header-harsh-bg-default: $mode-color-generic-surface-harsh;
|
|
9
11
|
$table-header-harsh-border-default: $mode-color-generic-fg-soft;
|
|
10
12
|
$table-row-bg-default: $mode-color-generic-bg-nought;
|
|
11
13
|
$table-row-bg-alt: $mode-color-generic-bg-delicate;
|
|
@@ -17,8 +19,6 @@ $table-row-label-selected: $mode-color-generic-txt-extreme;
|
|
|
17
19
|
$table-footer-bg-default: $mode-color-generic-bg-soft;
|
|
18
20
|
$table-footer-border-default: $mode-color-generic-fg-soft;
|
|
19
21
|
$table-header-subtle-label-default: $mode-color-generic-txt-severe;
|
|
20
|
-
$table-header-harsh-bg-alt: $mode-color-action-grayscale-default;
|
|
21
|
-
$table-header-harsh-bg-default: $mode-color-action-grayscale-default-alt;
|
|
22
22
|
$table-header-harsh-label-default: $mode-color-generic-txt-inverse-severe;
|
|
23
23
|
$table-row-label-default: $mode-color-generic-txt-severe;
|
|
24
24
|
$table-footer-label-default: $mode-color-generic-txt-severe;
|
package/scss/dark.scss
CHANGED
|
@@ -89,6 +89,8 @@ $mode-color-generic-fg-inverse-firm: #75838f;
|
|
|
89
89
|
$mode-color-generic-fg-inverse-extreme: #000000;
|
|
90
90
|
$mode-color-generic-surface-nought: #000000;
|
|
91
91
|
$mode-color-generic-surface-faint: #253b4e;
|
|
92
|
+
$mode-color-generic-surface-harsh: #d1d6da;
|
|
93
|
+
$mode-color-generic-surface-severe: #e8eaec;
|
|
92
94
|
$mode-color-action-ai-grad-active: linear-gradient(90deg, #00d63926 0%, #00d6de26 40%, #9d60ff26 90%);
|
|
93
95
|
$mode-color-action-ai-grad-hover: linear-gradient(90deg, #00d63914 0%, #00d6de14 40%, #9d60ff14 90%);
|
|
94
96
|
$mode-color-action-ai-grad-default: linear-gradient(90deg, #00d639 0%, #00d6de 40%, #9d60ff 90%);
|
package/scss/light.scss
CHANGED
|
@@ -89,6 +89,8 @@ $mode-color-generic-fg-inverse-firm: #6f6f6f;
|
|
|
89
89
|
$mode-color-generic-fg-inverse-extreme: #FFFFFF;
|
|
90
90
|
$mode-color-generic-surface-nought: #FFFFFF;
|
|
91
91
|
$mode-color-generic-surface-faint: #f4f5f6;
|
|
92
|
+
$mode-color-generic-surface-harsh: #475a6a;
|
|
93
|
+
$mode-color-generic-surface-severe: #304658;
|
|
92
94
|
$mode-color-action-ai-grad-active: linear-gradient(90deg, #13a03826 0%, #14919726 40%, #a87cfb26 90%);
|
|
93
95
|
$mode-color-action-ai-grad-hover: linear-gradient(90deg, #13a03814 0%, #14919714 40%, #a87cfb14 90%);
|
|
94
96
|
$mode-color-action-ai-grad-default: linear-gradient(90deg, #13a038 0%, #149197 40%, #a87cfb 90%);
|