@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
|
@@ -6,6 +6,8 @@
|
|
|
6
6
|
--status-radius-none: var(--global-radius-none); /* Pill (embedded element inner corners) */
|
|
7
7
|
--status-color-none: var(--modes-color-none); /* transparent override used for hiding colors when needed. */
|
|
8
8
|
--status-color-bg-default: var(--modes-color-generic-bg-nought);
|
|
9
|
+
--status-color-callout-bg-alt: var(--modes-color-status-callout-default-alt); /* Subtle message bg */
|
|
10
|
+
--status-color-callout-bg-alt-default: var(--modes-color-status-callout-default-alt); /* Global message bg */
|
|
9
11
|
--status-color-error-bg-default: var(--modes-color-status-negative-default);
|
|
10
12
|
--status-color-error-bg-alt: var(--modes-color-status-negative-default-alt); /* Subtle message bg */
|
|
11
13
|
--status-color-error-border-default: var(--modes-color-status-negative-default);
|
|
@@ -51,8 +53,7 @@
|
|
|
51
53
|
--status-color-text: var(--modes-color-status-content-with-hover-alt); /* Message text. */
|
|
52
54
|
--status-color-ai-bg-default: var(--modes-color-status-ai-default-alt);
|
|
53
55
|
--status-color-ai-border-default: var(--modes-color-status-ai-default-alt);
|
|
54
|
-
--status-color-callout-bg-alt: var(--modes-color-status-callout-
|
|
55
|
-
--status-color-callout-bg-alt-default: var(--modes-color-status-callout-default-alt); /* Global message bg */
|
|
56
|
+
--status-color-callout-bg-alt-hover: var(--modes-color-status-callout-hover-alt); /* Subtle message bg */
|
|
56
57
|
--status-color-error-bg-alt-hover: var(--modes-color-status-negative-hover-alt);
|
|
57
58
|
--status-color-error-bg-hover: var(--modes-color-status-negative-hover);
|
|
58
59
|
--status-color-info-bg-alt-hover: var(--modes-color-status-info-hover-alt);
|
|
@@ -72,7 +73,6 @@
|
|
|
72
73
|
--status-color-label-readonly: var(--modes-color-interactive-monochrome-generic-with-default); /* Pill (all types, readonly, when nested in disabled parent components) */
|
|
73
74
|
--status-color-label-hover: var(--modes-color-status-content-with-hover);
|
|
74
75
|
--status-color-label-alt-default: var(--modes-color-status-content-with-default-alt);
|
|
75
|
-
--status-color-callout-bg-alt-hover: var(--modes-color-status-callout-hover-alt); /* Subtle message bg */
|
|
76
76
|
--status-size-pill-s: calc(var(--global-size-macro-xs) - var(--global-size-micro-xs)); /* Min height */
|
|
77
77
|
--status-size-pill-m: var(--global-size-macro-xs); /* Min height and removable button. */
|
|
78
78
|
--status-size-pill-l: calc(var(--global-size-macro-xs) + var(--global-size-micro-xs)); /* Min height and removable button */
|
|
@@ -117,17 +117,18 @@
|
|
|
117
117
|
--modes-color-interactive-progress-bg: #ffffff14;
|
|
118
118
|
--modes-color-interactive-progress-bg-alt: #00000014;
|
|
119
119
|
--modes-color-interactive-progress-frozen-bg: #ffffff14;
|
|
120
|
-
--modes-color-status-ai-default: #000000;
|
|
121
|
-
--modes-color-status-ai-default-alt: #FFFFFF; /* bg for contextual message comp */
|
|
122
|
-
--modes-color-status-ai-default-horizontal: linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%);
|
|
123
|
-
--modes-color-status-ai-default-vertical: linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%);
|
|
124
|
-
--modes-color-status-generic-default: #008a89;
|
|
125
120
|
--modes-color-status-caution-default: #E04500;
|
|
126
121
|
--modes-color-status-caution-default-alt: #251206; /* Subtle message bg */
|
|
127
122
|
--modes-color-status-caution-hover: #eb6732; /* used on pill hover states */
|
|
128
123
|
--modes-color-status-caution-hover-alt: #34211a; /* used on pill hover states and message bg */
|
|
129
124
|
--modes-color-status-caution-text: #e75b23;
|
|
130
125
|
--modes-color-status-caution-frozen-default: #251206; /* Global message bg */
|
|
126
|
+
--modes-color-status-caution-frozen-icon: #e75b23; /* Global message icon. */
|
|
127
|
+
--modes-color-status-ai-default: #000000;
|
|
128
|
+
--modes-color-status-ai-default-alt: #FFFFFF; /* bg for contextual message comp */
|
|
129
|
+
--modes-color-status-ai-default-horizontal: linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%);
|
|
130
|
+
--modes-color-status-ai-default-vertical: linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%);
|
|
131
|
+
--modes-color-status-generic-default: #008a89;
|
|
131
132
|
--modes-color-status-content-with-default: #000000;
|
|
132
133
|
--modes-color-status-content-with-default-alt: #fffffff2;
|
|
133
134
|
--modes-color-status-content-with-hover: #000000;
|
|
@@ -128,6 +128,7 @@
|
|
|
128
128
|
--modes-color-status-caution-hover-alt: #f1e0d8; /* used on pill hover states and message bg */
|
|
129
129
|
--modes-color-status-caution-text: #bf3e0c;
|
|
130
130
|
--modes-color-status-caution-frozen-default: #FF8629; /* used on global message bg */
|
|
131
|
+
--modes-color-status-caution-frozen-icon: #000000; /* used on global message icon */
|
|
131
132
|
--modes-color-status-content-with-default: #FFFFFF;
|
|
132
133
|
--modes-color-status-content-with-default-alt: #000000f2;
|
|
133
134
|
--modes-color-status-content-with-hover: #FFFFFF; /* for pill hover X */
|
|
@@ -117,17 +117,18 @@
|
|
|
117
117
|
--modes-color-interactive-progress-bg: #ffffff14;
|
|
118
118
|
--modes-color-interactive-progress-bg-alt: #00000014;
|
|
119
119
|
--modes-color-interactive-progress-frozen-bg: #ffffff14;
|
|
120
|
-
--modes-color-status-ai-default: #000000;
|
|
121
|
-
--modes-color-status-ai-default-alt: #FFFFFF; /* bg for contextual message comp */
|
|
122
|
-
--modes-color-status-ai-default-horizontal: linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%);
|
|
123
|
-
--modes-color-status-ai-default-vertical: linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%);
|
|
124
|
-
--modes-color-status-generic-default: #008a89;
|
|
125
120
|
--modes-color-status-caution-default: #E04500;
|
|
126
121
|
--modes-color-status-caution-default-alt: #251206; /* Subtle message bg */
|
|
127
122
|
--modes-color-status-caution-hover: #eb6732; /* used on pill hover states */
|
|
128
123
|
--modes-color-status-caution-hover-alt: #34211a; /* used on pill hover states and message bg */
|
|
129
124
|
--modes-color-status-caution-text: #e75b23;
|
|
130
125
|
--modes-color-status-caution-frozen-default: #251206; /* Global message bg */
|
|
126
|
+
--modes-color-status-caution-frozen-icon: #e75b23; /* Global message icon. */
|
|
127
|
+
--modes-color-status-ai-default: #000000;
|
|
128
|
+
--modes-color-status-ai-default-alt: #FFFFFF; /* bg for contextual message comp */
|
|
129
|
+
--modes-color-status-ai-default-horizontal: linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%);
|
|
130
|
+
--modes-color-status-ai-default-vertical: linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%);
|
|
131
|
+
--modes-color-status-generic-default: #008a89;
|
|
131
132
|
--modes-color-status-content-with-default: #000000;
|
|
132
133
|
--modes-color-status-content-with-default-alt: #fffffff2;
|
|
133
134
|
--modes-color-status-content-with-hover: #000000;
|
|
@@ -128,6 +128,7 @@
|
|
|
128
128
|
--modes-color-status-caution-hover-alt: #f1e0d8; /* used on pill hover states and message bg */
|
|
129
129
|
--modes-color-status-caution-text: #bf3e0c;
|
|
130
130
|
--modes-color-status-caution-frozen-default: #FF8629; /* used on global message bg */
|
|
131
|
+
--modes-color-status-caution-frozen-icon: #000000; /* used on global message icon */
|
|
131
132
|
--modes-color-status-content-with-default: #FFFFFF;
|
|
132
133
|
--modes-color-status-content-with-default-alt: #000000f2;
|
|
133
134
|
--modes-color-status-content-with-hover: #FFFFFF; /* for pill hover X */
|
|
@@ -123,17 +123,18 @@
|
|
|
123
123
|
#define modesColorInteractiveProgressBg #ffffff14
|
|
124
124
|
#define modesColorInteractiveProgressBgAlt #00000014
|
|
125
125
|
#define modesColorInteractiveProgressFrozenBg #ffffff14
|
|
126
|
-
#define modesColorStatusAiDefault #000000
|
|
127
|
-
#define modesColorStatusAiDefaultAlt #FFFFFF
|
|
128
|
-
#define modesColorStatusAiDefaultHorizontal linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)
|
|
129
|
-
#define modesColorStatusAiDefaultVertical linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)
|
|
130
|
-
#define modesColorStatusGenericDefault #008a89
|
|
131
126
|
#define modesColorStatusCautionDefault #E04500
|
|
132
127
|
#define modesColorStatusCautionDefaultAlt #251206
|
|
133
128
|
#define modesColorStatusCautionHover #eb6732
|
|
134
129
|
#define modesColorStatusCautionHoverAlt #34211a
|
|
135
130
|
#define modesColorStatusCautionText #e75b23
|
|
136
131
|
#define modesColorStatusCautionFrozenDefault #251206
|
|
132
|
+
#define modesColorStatusCautionFrozenIcon #e75b23
|
|
133
|
+
#define modesColorStatusAiDefault #000000
|
|
134
|
+
#define modesColorStatusAiDefaultAlt #FFFFFF
|
|
135
|
+
#define modesColorStatusAiDefaultHorizontal linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)
|
|
136
|
+
#define modesColorStatusAiDefaultVertical linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)
|
|
137
|
+
#define modesColorStatusGenericDefault #008a89
|
|
137
138
|
#define modesColorStatusContentWithDefault #000000
|
|
138
139
|
#define modesColorStatusContentWithDefaultAlt #fffffff2
|
|
139
140
|
#define modesColorStatusContentWithHover #000000
|
|
@@ -134,6 +134,7 @@
|
|
|
134
134
|
#define modesColorStatusCautionHoverAlt #f1e0d8
|
|
135
135
|
#define modesColorStatusCautionText #bf3e0c
|
|
136
136
|
#define modesColorStatusCautionFrozenDefault #FF8629
|
|
137
|
+
#define modesColorStatusCautionFrozenIcon #000000
|
|
137
138
|
#define modesColorStatusContentWithDefault #FFFFFF
|
|
138
139
|
#define modesColorStatusContentWithDefaultAlt #000000f2
|
|
139
140
|
#define modesColorStatusContentWithHover #FFFFFF
|
|
@@ -123,17 +123,18 @@
|
|
|
123
123
|
#define modesColorInteractiveProgressBg #ffffff14
|
|
124
124
|
#define modesColorInteractiveProgressBgAlt #00000014
|
|
125
125
|
#define modesColorInteractiveProgressFrozenBg #ffffff14
|
|
126
|
-
#define modesColorStatusAiDefault #000000
|
|
127
|
-
#define modesColorStatusAiDefaultAlt #FFFFFF
|
|
128
|
-
#define modesColorStatusAiDefaultHorizontal linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)
|
|
129
|
-
#define modesColorStatusAiDefaultVertical linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)
|
|
130
|
-
#define modesColorStatusGenericDefault #008a89
|
|
131
126
|
#define modesColorStatusCautionDefault #E04500
|
|
132
127
|
#define modesColorStatusCautionDefaultAlt #251206
|
|
133
128
|
#define modesColorStatusCautionHover #eb6732
|
|
134
129
|
#define modesColorStatusCautionHoverAlt #34211a
|
|
135
130
|
#define modesColorStatusCautionText #e75b23
|
|
136
131
|
#define modesColorStatusCautionFrozenDefault #251206
|
|
132
|
+
#define modesColorStatusCautionFrozenIcon #e75b23
|
|
133
|
+
#define modesColorStatusAiDefault #000000
|
|
134
|
+
#define modesColorStatusAiDefaultAlt #FFFFFF
|
|
135
|
+
#define modesColorStatusAiDefaultHorizontal linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)
|
|
136
|
+
#define modesColorStatusAiDefaultVertical linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)
|
|
137
|
+
#define modesColorStatusGenericDefault #008a89
|
|
137
138
|
#define modesColorStatusContentWithDefault #000000
|
|
138
139
|
#define modesColorStatusContentWithDefaultAlt #fffffff2
|
|
139
140
|
#define modesColorStatusContentWithHover #000000
|
|
@@ -134,6 +134,7 @@
|
|
|
134
134
|
#define modesColorStatusCautionHoverAlt #f1e0d8
|
|
135
135
|
#define modesColorStatusCautionText #bf3e0c
|
|
136
136
|
#define modesColorStatusCautionFrozenDefault #FF8629
|
|
137
|
+
#define modesColorStatusCautionFrozenIcon #000000
|
|
137
138
|
#define modesColorStatusContentWithDefault #FFFFFF
|
|
138
139
|
#define modesColorStatusContentWithDefaultAlt #000000f2
|
|
139
140
|
#define modesColorStatusContentWithHover #FFFFFF
|
|
@@ -123,17 +123,18 @@
|
|
|
123
123
|
#define modesColorInteractiveProgressBg #ffffff14
|
|
124
124
|
#define modesColorInteractiveProgressBgAlt #00000014
|
|
125
125
|
#define modesColorInteractiveProgressFrozenBg #ffffff14
|
|
126
|
-
#define modesColorStatusAiDefault #000000
|
|
127
|
-
#define modesColorStatusAiDefaultAlt #FFFFFF
|
|
128
|
-
#define modesColorStatusAiDefaultHorizontal linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)
|
|
129
|
-
#define modesColorStatusAiDefaultVertical linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)
|
|
130
|
-
#define modesColorStatusGenericDefault #008a89
|
|
131
126
|
#define modesColorStatusCautionDefault #E04500
|
|
132
127
|
#define modesColorStatusCautionDefaultAlt #251206
|
|
133
128
|
#define modesColorStatusCautionHover #eb6732
|
|
134
129
|
#define modesColorStatusCautionHoverAlt #34211a
|
|
135
130
|
#define modesColorStatusCautionText #e75b23
|
|
136
131
|
#define modesColorStatusCautionFrozenDefault #251206
|
|
132
|
+
#define modesColorStatusCautionFrozenIcon #e75b23
|
|
133
|
+
#define modesColorStatusAiDefault #000000
|
|
134
|
+
#define modesColorStatusAiDefaultAlt #FFFFFF
|
|
135
|
+
#define modesColorStatusAiDefaultHorizontal linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)
|
|
136
|
+
#define modesColorStatusAiDefaultVertical linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)
|
|
137
|
+
#define modesColorStatusGenericDefault #008a89
|
|
137
138
|
#define modesColorStatusContentWithDefault #000000
|
|
138
139
|
#define modesColorStatusContentWithDefaultAlt #fffffff2
|
|
139
140
|
#define modesColorStatusContentWithHover #000000
|
|
@@ -134,6 +134,7 @@
|
|
|
134
134
|
#define modesColorStatusCautionHoverAlt #f1e0d8
|
|
135
135
|
#define modesColorStatusCautionText #bf3e0c
|
|
136
136
|
#define modesColorStatusCautionFrozenDefault #FF8629
|
|
137
|
+
#define modesColorStatusCautionFrozenIcon #000000
|
|
137
138
|
#define modesColorStatusContentWithDefault #FFFFFF
|
|
138
139
|
#define modesColorStatusContentWithDefaultAlt #000000f2
|
|
139
140
|
#define modesColorStatusContentWithHover #FFFFFF
|
|
@@ -123,17 +123,18 @@
|
|
|
123
123
|
#define modesColorInteractiveProgressBg #ffffff14
|
|
124
124
|
#define modesColorInteractiveProgressBgAlt #00000014
|
|
125
125
|
#define modesColorInteractiveProgressFrozenBg #ffffff14
|
|
126
|
-
#define modesColorStatusAiDefault #000000
|
|
127
|
-
#define modesColorStatusAiDefaultAlt #FFFFFF
|
|
128
|
-
#define modesColorStatusAiDefaultHorizontal linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)
|
|
129
|
-
#define modesColorStatusAiDefaultVertical linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)
|
|
130
|
-
#define modesColorStatusGenericDefault #008a89
|
|
131
126
|
#define modesColorStatusCautionDefault #E04500
|
|
132
127
|
#define modesColorStatusCautionDefaultAlt #251206
|
|
133
128
|
#define modesColorStatusCautionHover #eb6732
|
|
134
129
|
#define modesColorStatusCautionHoverAlt #34211a
|
|
135
130
|
#define modesColorStatusCautionText #e75b23
|
|
136
131
|
#define modesColorStatusCautionFrozenDefault #251206
|
|
132
|
+
#define modesColorStatusCautionFrozenIcon #e75b23
|
|
133
|
+
#define modesColorStatusAiDefault #000000
|
|
134
|
+
#define modesColorStatusAiDefaultAlt #FFFFFF
|
|
135
|
+
#define modesColorStatusAiDefaultHorizontal linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)
|
|
136
|
+
#define modesColorStatusAiDefaultVertical linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)
|
|
137
|
+
#define modesColorStatusGenericDefault #008a89
|
|
137
138
|
#define modesColorStatusContentWithDefault #000000
|
|
138
139
|
#define modesColorStatusContentWithDefaultAlt #fffffff2
|
|
139
140
|
#define modesColorStatusContentWithHover #000000
|
|
@@ -134,6 +134,7 @@
|
|
|
134
134
|
#define modesColorStatusCautionHoverAlt #f1e0d8
|
|
135
135
|
#define modesColorStatusCautionText #bf3e0c
|
|
136
136
|
#define modesColorStatusCautionFrozenDefault #FF8629
|
|
137
|
+
#define modesColorStatusCautionFrozenIcon #000000
|
|
137
138
|
#define modesColorStatusContentWithDefault #FFFFFF
|
|
138
139
|
#define modesColorStatusContentWithDefaultAlt #000000f2
|
|
139
140
|
#define modesColorStatusContentWithHover #FFFFFF
|
|
@@ -123,17 +123,18 @@
|
|
|
123
123
|
#define modesColorInteractiveProgressBg #ffffff14
|
|
124
124
|
#define modesColorInteractiveProgressBgAlt #00000014
|
|
125
125
|
#define modesColorInteractiveProgressFrozenBg #ffffff14
|
|
126
|
-
#define modesColorStatusAiDefault #000000
|
|
127
|
-
#define modesColorStatusAiDefaultAlt #FFFFFF
|
|
128
|
-
#define modesColorStatusAiDefaultHorizontal linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)
|
|
129
|
-
#define modesColorStatusAiDefaultVertical linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)
|
|
130
|
-
#define modesColorStatusGenericDefault #008a89
|
|
131
126
|
#define modesColorStatusCautionDefault #E04500
|
|
132
127
|
#define modesColorStatusCautionDefaultAlt #251206
|
|
133
128
|
#define modesColorStatusCautionHover #eb6732
|
|
134
129
|
#define modesColorStatusCautionHoverAlt #34211a
|
|
135
130
|
#define modesColorStatusCautionText #e75b23
|
|
136
131
|
#define modesColorStatusCautionFrozenDefault #251206
|
|
132
|
+
#define modesColorStatusCautionFrozenIcon #e75b23
|
|
133
|
+
#define modesColorStatusAiDefault #000000
|
|
134
|
+
#define modesColorStatusAiDefaultAlt #FFFFFF
|
|
135
|
+
#define modesColorStatusAiDefaultHorizontal linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)
|
|
136
|
+
#define modesColorStatusAiDefaultVertical linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)
|
|
137
|
+
#define modesColorStatusGenericDefault #008a89
|
|
137
138
|
#define modesColorStatusContentWithDefault #000000
|
|
138
139
|
#define modesColorStatusContentWithDefaultAlt #fffffff2
|
|
139
140
|
#define modesColorStatusContentWithHover #000000
|
|
@@ -134,6 +134,7 @@
|
|
|
134
134
|
#define modesColorStatusCautionHoverAlt #f1e0d8
|
|
135
135
|
#define modesColorStatusCautionText #bf3e0c
|
|
136
136
|
#define modesColorStatusCautionFrozenDefault #FF8629
|
|
137
|
+
#define modesColorStatusCautionFrozenIcon #000000
|
|
137
138
|
#define modesColorStatusContentWithDefault #FFFFFF
|
|
138
139
|
#define modesColorStatusContentWithDefaultAlt #000000f2
|
|
139
140
|
#define modesColorStatusContentWithHover #FFFFFF
|
|
@@ -123,17 +123,18 @@
|
|
|
123
123
|
#define modesColorInteractiveProgressBg #ffffff14
|
|
124
124
|
#define modesColorInteractiveProgressBgAlt #00000014
|
|
125
125
|
#define modesColorInteractiveProgressFrozenBg #ffffff14
|
|
126
|
-
#define modesColorStatusAiDefault #000000
|
|
127
|
-
#define modesColorStatusAiDefaultAlt #FFFFFF
|
|
128
|
-
#define modesColorStatusAiDefaultHorizontal linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)
|
|
129
|
-
#define modesColorStatusAiDefaultVertical linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)
|
|
130
|
-
#define modesColorStatusGenericDefault #008a89
|
|
131
126
|
#define modesColorStatusCautionDefault #E04500
|
|
132
127
|
#define modesColorStatusCautionDefaultAlt #251206
|
|
133
128
|
#define modesColorStatusCautionHover #eb6732
|
|
134
129
|
#define modesColorStatusCautionHoverAlt #34211a
|
|
135
130
|
#define modesColorStatusCautionText #e75b23
|
|
136
131
|
#define modesColorStatusCautionFrozenDefault #251206
|
|
132
|
+
#define modesColorStatusCautionFrozenIcon #e75b23
|
|
133
|
+
#define modesColorStatusAiDefault #000000
|
|
134
|
+
#define modesColorStatusAiDefaultAlt #FFFFFF
|
|
135
|
+
#define modesColorStatusAiDefaultHorizontal linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)
|
|
136
|
+
#define modesColorStatusAiDefaultVertical linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)
|
|
137
|
+
#define modesColorStatusGenericDefault #008a89
|
|
137
138
|
#define modesColorStatusContentWithDefault #000000
|
|
138
139
|
#define modesColorStatusContentWithDefaultAlt #fffffff2
|
|
139
140
|
#define modesColorStatusContentWithHover #000000
|
|
@@ -134,6 +134,7 @@
|
|
|
134
134
|
#define modesColorStatusCautionHoverAlt #f1e0d8
|
|
135
135
|
#define modesColorStatusCautionText #bf3e0c
|
|
136
136
|
#define modesColorStatusCautionFrozenDefault #FF8629
|
|
137
|
+
#define modesColorStatusCautionFrozenIcon #000000
|
|
137
138
|
#define modesColorStatusContentWithDefault #FFFFFF
|
|
138
139
|
#define modesColorStatusContentWithDefaultAlt #000000f2
|
|
139
140
|
#define modesColorStatusContentWithHover #FFFFFF
|
|
@@ -200,15 +200,6 @@ declare const tokens: {
|
|
|
200
200
|
};
|
|
201
201
|
};
|
|
202
202
|
status: {
|
|
203
|
-
ai: {
|
|
204
|
-
default: DesignToken;
|
|
205
|
-
defaultAlt: DesignToken;
|
|
206
|
-
"default-horizontal": DesignToken;
|
|
207
|
-
"default-vertical": DesignToken;
|
|
208
|
-
};
|
|
209
|
-
generic: {
|
|
210
|
-
default: DesignToken;
|
|
211
|
-
};
|
|
212
203
|
caution: {
|
|
213
204
|
default: DesignToken;
|
|
214
205
|
defaultAlt: DesignToken;
|
|
@@ -217,8 +208,18 @@ declare const tokens: {
|
|
|
217
208
|
text: DesignToken;
|
|
218
209
|
frozen: {
|
|
219
210
|
default: DesignToken;
|
|
211
|
+
icon: DesignToken;
|
|
220
212
|
};
|
|
221
213
|
};
|
|
214
|
+
ai: {
|
|
215
|
+
default: DesignToken;
|
|
216
|
+
defaultAlt: DesignToken;
|
|
217
|
+
"default-horizontal": DesignToken;
|
|
218
|
+
"default-vertical": DesignToken;
|
|
219
|
+
};
|
|
220
|
+
generic: {
|
|
221
|
+
default: DesignToken;
|
|
222
|
+
};
|
|
222
223
|
content: {
|
|
223
224
|
withDefault: DesignToken;
|
|
224
225
|
withDefaultAlt: DesignToken;
|
|
@@ -4435,95 +4435,6 @@ module.exports = {
|
|
|
4435
4435
|
},
|
|
4436
4436
|
},
|
|
4437
4437
|
status: {
|
|
4438
|
-
ai: {
|
|
4439
|
-
default: {
|
|
4440
|
-
value: "#000000",
|
|
4441
|
-
type: "color",
|
|
4442
|
-
filePath: "data/tokens/modes/dark.json",
|
|
4443
|
-
isSource: true,
|
|
4444
|
-
original: {
|
|
4445
|
-
value: "{modes.color.generic.bg.nought}",
|
|
4446
|
-
type: "color",
|
|
4447
|
-
},
|
|
4448
|
-
name: "modesColorStatusAiDefault",
|
|
4449
|
-
attributes: {},
|
|
4450
|
-
path: ["modes", "color", "status", "ai", "default"],
|
|
4451
|
-
},
|
|
4452
|
-
defaultAlt: {
|
|
4453
|
-
value: "#FFFFFF",
|
|
4454
|
-
type: "color",
|
|
4455
|
-
description: "bg for contextual message comp",
|
|
4456
|
-
filePath: "data/tokens/modes/dark.json",
|
|
4457
|
-
isSource: true,
|
|
4458
|
-
original: {
|
|
4459
|
-
value: "{modes.color.generic.bg.extreme}",
|
|
4460
|
-
type: "color",
|
|
4461
|
-
description: "bg for contextual message comp",
|
|
4462
|
-
},
|
|
4463
|
-
name: "modesColorStatusAiDefaultAlt",
|
|
4464
|
-
attributes: {
|
|
4465
|
-
value: "#FFFFFF",
|
|
4466
|
-
type: "color",
|
|
4467
|
-
description: "bg for contextual message comp",
|
|
4468
|
-
filePath: "data/tokens/modes/dark.json",
|
|
4469
|
-
isSource: true,
|
|
4470
|
-
original: {
|
|
4471
|
-
value: "{modes.color.generic.bg.extreme}",
|
|
4472
|
-
type: "color",
|
|
4473
|
-
description: "bg for contextual message comp",
|
|
4474
|
-
},
|
|
4475
|
-
name: "defaultAlt",
|
|
4476
|
-
attributes: {},
|
|
4477
|
-
path: ["modes", "color", "status", "ai", "defaultAlt"],
|
|
4478
|
-
comment: "bg for contextual message comp",
|
|
4479
|
-
},
|
|
4480
|
-
path: ["modes", "color", "status", "ai", "defaultAlt"],
|
|
4481
|
-
comment: "bg for contextual message comp",
|
|
4482
|
-
},
|
|
4483
|
-
"default-horizontal": {
|
|
4484
|
-
value:
|
|
4485
|
-
"linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
4486
|
-
type: "color",
|
|
4487
|
-
filePath: "data/tokens/modes/dark.json",
|
|
4488
|
-
isSource: true,
|
|
4489
|
-
original: {
|
|
4490
|
-
value: "{primitives.colors.lightAiH}",
|
|
4491
|
-
type: "color",
|
|
4492
|
-
},
|
|
4493
|
-
name: "modesColorStatusAiDefaultHorizontal",
|
|
4494
|
-
attributes: {},
|
|
4495
|
-
path: ["modes", "color", "status", "ai", "default-horizontal"],
|
|
4496
|
-
},
|
|
4497
|
-
"default-vertical": {
|
|
4498
|
-
value:
|
|
4499
|
-
"linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
4500
|
-
type: "color",
|
|
4501
|
-
filePath: "data/tokens/modes/dark.json",
|
|
4502
|
-
isSource: true,
|
|
4503
|
-
original: {
|
|
4504
|
-
value: "{primitives.colors.lightAiV}",
|
|
4505
|
-
type: "color",
|
|
4506
|
-
},
|
|
4507
|
-
name: "modesColorStatusAiDefaultVertical",
|
|
4508
|
-
attributes: {},
|
|
4509
|
-
path: ["modes", "color", "status", "ai", "default-vertical"],
|
|
4510
|
-
},
|
|
4511
|
-
},
|
|
4512
|
-
generic: {
|
|
4513
|
-
default: {
|
|
4514
|
-
value: "#008a89",
|
|
4515
|
-
type: "color",
|
|
4516
|
-
filePath: "data/tokens/modes/dark.json",
|
|
4517
|
-
isSource: true,
|
|
4518
|
-
original: {
|
|
4519
|
-
value: "{primitives.colors.petrol}",
|
|
4520
|
-
type: "color",
|
|
4521
|
-
},
|
|
4522
|
-
name: "modesColorStatusGenericDefault",
|
|
4523
|
-
attributes: {},
|
|
4524
|
-
path: ["modes", "color", "status", "generic", "default"],
|
|
4525
|
-
},
|
|
4526
|
-
},
|
|
4527
4438
|
caution: {
|
|
4528
4439
|
default: {
|
|
4529
4440
|
value: "#E04500",
|
|
@@ -4865,6 +4776,176 @@ module.exports = {
|
|
|
4865
4776
|
],
|
|
4866
4777
|
comment: "Global message bg",
|
|
4867
4778
|
},
|
|
4779
|
+
icon: {
|
|
4780
|
+
value: "#e75b23",
|
|
4781
|
+
type: "color",
|
|
4782
|
+
$extensions: {
|
|
4783
|
+
"studio.tokens": {
|
|
4784
|
+
modify: {
|
|
4785
|
+
type: "mix",
|
|
4786
|
+
value: "0.10",
|
|
4787
|
+
space: "lch",
|
|
4788
|
+
color: "#FFFFFF",
|
|
4789
|
+
filePath: "data/tokens/modes/dark.json",
|
|
4790
|
+
isSource: true,
|
|
4791
|
+
format: "hex",
|
|
4792
|
+
},
|
|
4793
|
+
},
|
|
4794
|
+
},
|
|
4795
|
+
description: "Global message icon.",
|
|
4796
|
+
filePath: "data/tokens/modes/dark.json",
|
|
4797
|
+
isSource: true,
|
|
4798
|
+
original: {
|
|
4799
|
+
value: "{primitives.colors.tangerine}",
|
|
4800
|
+
type: "color",
|
|
4801
|
+
$extensions: {
|
|
4802
|
+
"studio.tokens": {
|
|
4803
|
+
modify: {
|
|
4804
|
+
type: "mix",
|
|
4805
|
+
value: "0.10",
|
|
4806
|
+
space: "lch",
|
|
4807
|
+
color: "{modes.color.modifier.contrastMore}",
|
|
4808
|
+
filePath: "data/tokens/modes/dark.json",
|
|
4809
|
+
isSource: true,
|
|
4810
|
+
},
|
|
4811
|
+
},
|
|
4812
|
+
},
|
|
4813
|
+
description: "Global message icon.",
|
|
4814
|
+
},
|
|
4815
|
+
name: "modesColorStatusCautionFrozenIcon",
|
|
4816
|
+
attributes: {
|
|
4817
|
+
value: "#E04500",
|
|
4818
|
+
type: "color",
|
|
4819
|
+
$extensions: {
|
|
4820
|
+
"studio.tokens": {
|
|
4821
|
+
modify: {
|
|
4822
|
+
type: "mix",
|
|
4823
|
+
value: "0.10",
|
|
4824
|
+
space: "lch",
|
|
4825
|
+
color: "#FFFFFF",
|
|
4826
|
+
filePath: "data/tokens/modes/dark.json",
|
|
4827
|
+
isSource: true,
|
|
4828
|
+
format: "hex",
|
|
4829
|
+
},
|
|
4830
|
+
},
|
|
4831
|
+
},
|
|
4832
|
+
description: "Global message icon.",
|
|
4833
|
+
filePath: "data/tokens/modes/dark.json",
|
|
4834
|
+
isSource: true,
|
|
4835
|
+
original: {
|
|
4836
|
+
value: "{primitives.colors.tangerine}",
|
|
4837
|
+
type: "color",
|
|
4838
|
+
$extensions: {
|
|
4839
|
+
"studio.tokens": {
|
|
4840
|
+
modify: {
|
|
4841
|
+
type: "mix",
|
|
4842
|
+
value: "0.10",
|
|
4843
|
+
space: "lch",
|
|
4844
|
+
color: "{modes.color.modifier.contrastMore}",
|
|
4845
|
+
filePath: "data/tokens/modes/dark.json",
|
|
4846
|
+
isSource: true,
|
|
4847
|
+
},
|
|
4848
|
+
},
|
|
4849
|
+
},
|
|
4850
|
+
description: "Global message icon.",
|
|
4851
|
+
},
|
|
4852
|
+
name: "icon",
|
|
4853
|
+
attributes: {},
|
|
4854
|
+
path: ["modes", "color", "status", "caution", "frozen", "icon"],
|
|
4855
|
+
comment: "Global message icon.",
|
|
4856
|
+
},
|
|
4857
|
+
path: ["modes", "color", "status", "caution", "frozen", "icon"],
|
|
4858
|
+
comment: "Global message icon.",
|
|
4859
|
+
},
|
|
4860
|
+
},
|
|
4861
|
+
},
|
|
4862
|
+
ai: {
|
|
4863
|
+
default: {
|
|
4864
|
+
value: "#000000",
|
|
4865
|
+
type: "color",
|
|
4866
|
+
filePath: "data/tokens/modes/dark.json",
|
|
4867
|
+
isSource: true,
|
|
4868
|
+
original: {
|
|
4869
|
+
value: "{modes.color.generic.bg.nought}",
|
|
4870
|
+
type: "color",
|
|
4871
|
+
},
|
|
4872
|
+
name: "modesColorStatusAiDefault",
|
|
4873
|
+
attributes: {},
|
|
4874
|
+
path: ["modes", "color", "status", "ai", "default"],
|
|
4875
|
+
},
|
|
4876
|
+
defaultAlt: {
|
|
4877
|
+
value: "#FFFFFF",
|
|
4878
|
+
type: "color",
|
|
4879
|
+
description: "bg for contextual message comp",
|
|
4880
|
+
filePath: "data/tokens/modes/dark.json",
|
|
4881
|
+
isSource: true,
|
|
4882
|
+
original: {
|
|
4883
|
+
value: "{modes.color.generic.bg.extreme}",
|
|
4884
|
+
type: "color",
|
|
4885
|
+
description: "bg for contextual message comp",
|
|
4886
|
+
},
|
|
4887
|
+
name: "modesColorStatusAiDefaultAlt",
|
|
4888
|
+
attributes: {
|
|
4889
|
+
value: "#FFFFFF",
|
|
4890
|
+
type: "color",
|
|
4891
|
+
description: "bg for contextual message comp",
|
|
4892
|
+
filePath: "data/tokens/modes/dark.json",
|
|
4893
|
+
isSource: true,
|
|
4894
|
+
original: {
|
|
4895
|
+
value: "{modes.color.generic.bg.extreme}",
|
|
4896
|
+
type: "color",
|
|
4897
|
+
description: "bg for contextual message comp",
|
|
4898
|
+
},
|
|
4899
|
+
name: "defaultAlt",
|
|
4900
|
+
attributes: {},
|
|
4901
|
+
path: ["modes", "color", "status", "ai", "defaultAlt"],
|
|
4902
|
+
comment: "bg for contextual message comp",
|
|
4903
|
+
},
|
|
4904
|
+
path: ["modes", "color", "status", "ai", "defaultAlt"],
|
|
4905
|
+
comment: "bg for contextual message comp",
|
|
4906
|
+
},
|
|
4907
|
+
"default-horizontal": {
|
|
4908
|
+
value:
|
|
4909
|
+
"linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
4910
|
+
type: "color",
|
|
4911
|
+
filePath: "data/tokens/modes/dark.json",
|
|
4912
|
+
isSource: true,
|
|
4913
|
+
original: {
|
|
4914
|
+
value: "{primitives.colors.lightAiH}",
|
|
4915
|
+
type: "color",
|
|
4916
|
+
},
|
|
4917
|
+
name: "modesColorStatusAiDefaultHorizontal",
|
|
4918
|
+
attributes: {},
|
|
4919
|
+
path: ["modes", "color", "status", "ai", "default-horizontal"],
|
|
4920
|
+
},
|
|
4921
|
+
"default-vertical": {
|
|
4922
|
+
value:
|
|
4923
|
+
"linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
|
|
4924
|
+
type: "color",
|
|
4925
|
+
filePath: "data/tokens/modes/dark.json",
|
|
4926
|
+
isSource: true,
|
|
4927
|
+
original: {
|
|
4928
|
+
value: "{primitives.colors.lightAiV}",
|
|
4929
|
+
type: "color",
|
|
4930
|
+
},
|
|
4931
|
+
name: "modesColorStatusAiDefaultVertical",
|
|
4932
|
+
attributes: {},
|
|
4933
|
+
path: ["modes", "color", "status", "ai", "default-vertical"],
|
|
4934
|
+
},
|
|
4935
|
+
},
|
|
4936
|
+
generic: {
|
|
4937
|
+
default: {
|
|
4938
|
+
value: "#008a89",
|
|
4939
|
+
type: "color",
|
|
4940
|
+
filePath: "data/tokens/modes/dark.json",
|
|
4941
|
+
isSource: true,
|
|
4942
|
+
original: {
|
|
4943
|
+
value: "{primitives.colors.petrol}",
|
|
4944
|
+
type: "color",
|
|
4945
|
+
},
|
|
4946
|
+
name: "modesColorStatusGenericDefault",
|
|
4947
|
+
attributes: {},
|
|
4948
|
+
path: ["modes", "color", "status", "generic", "default"],
|
|
4868
4949
|
},
|
|
4869
4950
|
},
|
|
4870
4951
|
content: {
|
|
@@ -5252,6 +5252,37 @@ module.exports = {
|
|
|
5252
5252
|
],
|
|
5253
5253
|
comment: "used on global message bg",
|
|
5254
5254
|
},
|
|
5255
|
+
icon: {
|
|
5256
|
+
value: "#000000",
|
|
5257
|
+
type: "color",
|
|
5258
|
+
description: "used on global message icon",
|
|
5259
|
+
filePath: "data/tokens/modes/light.json",
|
|
5260
|
+
isSource: true,
|
|
5261
|
+
original: {
|
|
5262
|
+
value: "{primitives.colors.black}",
|
|
5263
|
+
type: "color",
|
|
5264
|
+
description: "used on global message icon",
|
|
5265
|
+
},
|
|
5266
|
+
name: "modesColorStatusCautionFrozenIcon",
|
|
5267
|
+
attributes: {
|
|
5268
|
+
value: "#000000",
|
|
5269
|
+
type: "color",
|
|
5270
|
+
description: "used on global message icon",
|
|
5271
|
+
filePath: "data/tokens/modes/light.json",
|
|
5272
|
+
isSource: true,
|
|
5273
|
+
original: {
|
|
5274
|
+
value: "{primitives.colors.black}",
|
|
5275
|
+
type: "color",
|
|
5276
|
+
description: "used on global message icon",
|
|
5277
|
+
},
|
|
5278
|
+
name: "icon",
|
|
5279
|
+
attributes: {},
|
|
5280
|
+
path: ["modes", "color", "status", "caution", "frozen", "icon"],
|
|
5281
|
+
comment: "used on global message icon",
|
|
5282
|
+
},
|
|
5283
|
+
path: ["modes", "color", "status", "caution", "frozen", "icon"],
|
|
5284
|
+
comment: "used on global message icon",
|
|
5285
|
+
},
|
|
5255
5286
|
},
|
|
5256
5287
|
},
|
|
5257
5288
|
content: {
|