@momentum-design/tokens 0.0.35 → 0.0.37
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/dist/css/core/complete.css +36 -36
- package/dist/css/theme/webex/common-stable.css +4 -4
- package/dist/css/theme/webex/dark-complete.css +8 -8
- package/dist/css/theme/webex/dark-stable.css +19 -19
- package/dist/css/theme/webex/light-complete.css +7 -7
- package/dist/css/theme/webex/light-stable.css +18 -18
- package/dist/ios/core/complete.swift +36 -36
- package/dist/ios/theme/webex/common-stable.swift +4 -4
- package/dist/ios/theme/webex/dark-complete.swift +8 -8
- package/dist/ios/theme/webex/dark-stable.swift +19 -19
- package/dist/ios/theme/webex/light-complete.swift +7 -7
- package/dist/ios/theme/webex/light-stable.swift +18 -18
- package/dist/json/core/complete.json +583 -523
- package/dist/json/theme/webex/common-stable.json +3 -3
- package/dist/json/theme/webex/dark-complete.json +7 -7
- package/dist/json/theme/webex/dark-stable.json +18 -18
- package/dist/json/theme/webex/light-complete.json +6 -6
- package/dist/json/theme/webex/light-stable.json +17 -17
- package/dist/json-minimal/core/complete.json +43 -35
- package/dist/json-minimal/theme/webex/common-stable.json +3 -3
- package/dist/json-minimal/theme/webex/dark-complete.json +7 -7
- package/dist/json-minimal/theme/webex/dark-stable.json +18 -18
- package/dist/json-minimal/theme/webex/light-complete.json +6 -6
- package/dist/json-minimal/theme/webex/light-stable.json +17 -17
- package/dist/resources/core/complete.xml +36 -36
- package/dist/resources/theme/webex/common-stable.xml +4 -4
- package/dist/resources/theme/webex/dark-complete.xml +8 -8
- package/dist/resources/theme/webex/dark-stable.xml +19 -19
- package/dist/resources/theme/webex/light-complete.xml +7 -7
- package/dist/resources/theme/webex/light-stable.xml +18 -18
- package/dist/scss/core/complete.scss +36 -36
- package/dist/scss/theme/webex/common-stable.scss +4 -4
- package/dist/scss/theme/webex/dark-complete.scss +8 -8
- package/dist/scss/theme/webex/dark-stable.scss +19 -19
- package/dist/scss/theme/webex/light-complete.scss +7 -7
- package/dist/scss/theme/webex/light-stable.scss +18 -18
- package/package.json +1 -1
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on
|
|
5
|
+
Generated on Tue, 21 Mar 2023 16:07:54 GMT
|
|
6
6
|
-->
|
|
7
7
|
<resources>
|
|
8
8
|
<color name="mds-color-theme-common-text-white">#fffffff2</color>
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
<color name="mds-color-theme-common-outline-closed-caption-secondary-light">#ffffff33</color>
|
|
42
42
|
<color name="mds-color-theme-common-outline-closed-caption-secondary-dark">#00000033</color>
|
|
43
43
|
<color name="mds-color-theme-common-control-inactive-normal">#00000033</color>
|
|
44
|
-
<color name="mds-color-theme-common-control-share-content-active">#
|
|
44
|
+
<color name="mds-color-theme-common-control-share-content-active">#C94403</color>
|
|
45
45
|
<color name="mds-color-theme-common-control-share-content-inactive">#707070</color>
|
|
46
46
|
<color name="mds-color-theme-common-control-share-content-selected">#3cc29a</color>
|
|
47
47
|
<color name="mds-color-theme-common-background-solid-secondary-dark">#1a1a1a</color>
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
<color name="mds-color-theme-common-touchbar-background-purple-pressed">#601e66</color>
|
|
57
57
|
<color name="mds-color-theme-common-touchbar-background-violet-normal">#875ae0</color>
|
|
58
58
|
<color name="mds-color-theme-common-touchbar-background-violet-pressed">#432c78</color>
|
|
59
|
-
<color name="mds-color-theme-common-touchbar-background-orange-normal">#
|
|
60
|
-
<color name="mds-color-theme-common-touchbar-background-orange-pressed">#
|
|
59
|
+
<color name="mds-color-theme-common-touchbar-background-orange-normal">#C94403</color>
|
|
60
|
+
<color name="mds-color-theme-common-touchbar-background-orange-pressed">#682601</color>
|
|
61
61
|
<color name="mds-color-theme-common-touchbar-background-green-normal">#1d805f</color>
|
|
62
62
|
<color name="mds-color-theme-common-touchbar-background-green-pressed">#134231</color>
|
|
63
63
|
<color name="mds-color-theme-common-touchbar-background-red-normal">#db1f2e</color>
|
|
@@ -91,9 +91,9 @@
|
|
|
91
91
|
<color name="mds-color-theme-text-alert-purple-normal">#932099</color>
|
|
92
92
|
<color name="mds-color-theme-text-alert-purple-hover">#3b1840</color>
|
|
93
93
|
<color name="mds-color-theme-text-alert-purple-active">#3b1840</color>
|
|
94
|
-
<color name="mds-color-theme-text-alert-orange-normal">#
|
|
95
|
-
<color name="mds-color-theme-text-alert-orange-hover">#
|
|
96
|
-
<color name="mds-color-theme-text-alert-orange-active">#
|
|
94
|
+
<color name="mds-color-theme-text-alert-orange-normal">#9C3202</color>
|
|
95
|
+
<color name="mds-color-theme-text-alert-orange-hover">#411B04</color>
|
|
96
|
+
<color name="mds-color-theme-text-alert-orange-active">#411B04</color>
|
|
97
97
|
<color name="mds-color-theme-text-team-cobalt-normal">#08599c</color>
|
|
98
98
|
<color name="mds-color-theme-text-team-cobalt-hover">#08599c</color>
|
|
99
99
|
<color name="mds-color-theme-text-team-cobalt-active">#12283d</color>
|
|
@@ -109,9 +109,9 @@
|
|
|
109
109
|
<color name="mds-color-theme-text-team-gold-normal">#735107</color>
|
|
110
110
|
<color name="mds-color-theme-text-team-gold-hover">#735107</color>
|
|
111
111
|
<color name="mds-color-theme-text-team-gold-active">#30240d</color>
|
|
112
|
-
<color name="mds-color-theme-text-team-orange-normal">#
|
|
113
|
-
<color name="mds-color-theme-text-team-orange-hover">#
|
|
114
|
-
<color name="mds-color-theme-text-team-orange-active">#
|
|
112
|
+
<color name="mds-color-theme-text-team-orange-normal">#9C3202</color>
|
|
113
|
+
<color name="mds-color-theme-text-team-orange-hover">#9C3202</color>
|
|
114
|
+
<color name="mds-color-theme-text-team-orange-active">#411B04</color>
|
|
115
115
|
<color name="mds-color-theme-text-team-pink-normal">#a12a3a</color>
|
|
116
116
|
<color name="mds-color-theme-text-team-pink-hover">#a12a3a</color>
|
|
117
117
|
<color name="mds-color-theme-text-team-pink-active">#3b1e21</color>
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
<color name="mds-color-theme-background-alert-purple-active">#fce1fc</color>
|
|
160
160
|
<color name="mds-color-theme-background-alert-orange-normal">#FEEBD7</color>
|
|
161
161
|
<color name="mds-color-theme-background-alert-orange-hover">#FEEBD7</color>
|
|
162
|
-
<color name="mds-color-theme-background-alert-orange-active">#
|
|
162
|
+
<color name="mds-color-theme-background-alert-orange-active">#FED5AC</color>
|
|
163
163
|
<color name="mds-color-theme-background-label-cobalt-normal">#e5f8ff</color>
|
|
164
164
|
<color name="mds-color-theme-background-label-cobalt-hover">#c7eeff</color>
|
|
165
165
|
<color name="mds-color-theme-background-label-cobalt-active">#99ddff</color>
|
|
@@ -173,8 +173,8 @@
|
|
|
173
173
|
<color name="mds-color-theme-background-label-mint-hover">#baf5e7</color>
|
|
174
174
|
<color name="mds-color-theme-background-label-mint-active">#74e8d1</color>
|
|
175
175
|
<color name="mds-color-theme-background-label-orange-normal">#FEEBD7</color>
|
|
176
|
-
<color name="mds-color-theme-background-label-orange-hover">#
|
|
177
|
-
<color name="mds-color-theme-background-label-orange-active">#
|
|
176
|
+
<color name="mds-color-theme-background-label-orange-hover">#FED5AC</color>
|
|
177
|
+
<color name="mds-color-theme-background-label-orange-active">#FEBA7F</color>
|
|
178
178
|
<color name="mds-color-theme-background-label-pink-normal">#fff2f5</color>
|
|
179
179
|
<color name="mds-color-theme-background-label-pink-hover">#ffe0e7</color>
|
|
180
180
|
<color name="mds-color-theme-background-label-pink-active">#ffc7d2</color>
|
|
@@ -226,7 +226,7 @@
|
|
|
226
226
|
<color name="mds-color-theme-outline-gradient-active-1">#22c7d6</color>
|
|
227
227
|
<color name="mds-color-theme-outline-gradient-active-2">#27a17a</color>
|
|
228
228
|
<color name="mds-color-theme-outline-share-selected">#27a17a</color>
|
|
229
|
-
<color name="mds-color-theme-outline-share-active">#
|
|
229
|
+
<color name="mds-color-theme-outline-share-active">#EC6400</color>
|
|
230
230
|
<color name="mds-color-theme-outline-share-inactive">#8f8f8f</color>
|
|
231
231
|
<color name="mds-color-theme-outline-overlay-normal">#707070</color>
|
|
232
232
|
<color name="mds-color-theme-outline-high-contrast-focus">#000000</color>
|
|
@@ -234,7 +234,7 @@
|
|
|
234
234
|
<color name="mds-color-theme-outline-label-gold">#d6b220</color>
|
|
235
235
|
<color name="mds-color-theme-outline-label-lime">#93c437</color>
|
|
236
236
|
<color name="mds-color-theme-outline-label-mint">#30c9b0</color>
|
|
237
|
-
<color name="mds-color-theme-outline-label-orange">#
|
|
237
|
+
<color name="mds-color-theme-outline-label-orange">#FD884E</color>
|
|
238
238
|
<color name="mds-color-theme-outline-label-pink">#fc97aa</color>
|
|
239
239
|
<color name="mds-color-theme-outline-label-purple">#f294f1</color>
|
|
240
240
|
<color name="mds-color-theme-outline-label-slate">#b0b4d9</color>
|
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
<color name="mds-color-theme-control-inactive-pressed">#00000066</color>
|
|
250
250
|
<color name="mds-color-theme-control-inactive-disabled">#0000001c</color>
|
|
251
251
|
<color name="mds-color-theme-overlay-meetings-normal">#ffffffcc</color>
|
|
252
|
-
<color name="mds-color-theme-indicator-unstable">#
|
|
252
|
+
<color name="mds-color-theme-indicator-unstable">#C94403</color>
|
|
253
253
|
<color name="mds-color-theme-indicator-attention">#db1f2e</color>
|
|
254
254
|
<color name="mds-color-theme-indicator-stable">#1d805f</color>
|
|
255
255
|
<color name="mds-color-theme-indicator-locked">#707070</color>
|
|
@@ -278,7 +278,7 @@
|
|
|
278
278
|
<color name="mds-color-theme-illustrations-onboarding-secondary-0">#f55868</color>
|
|
279
279
|
<color name="mds-color-theme-illustrations-onboarding-secondary-1">#875ae0</color>
|
|
280
280
|
<color name="mds-color-theme-illustrations-onboarding-tertiary-0">#ffbe4f</color>
|
|
281
|
-
<color name="mds-color-theme-illustrations-onboarding-tertiary-1">#
|
|
281
|
+
<color name="mds-color-theme-illustrations-onboarding-tertiary-1">#EC6400</color>
|
|
282
282
|
<color name="mds-color-theme-illustrations-onboarding-quartenary-0">#93c437</color>
|
|
283
283
|
<color name="mds-color-theme-illustrations-onboarding-quartenary-1">#279be8</color>
|
|
284
284
|
<color name="mds-color-theme-illustrations-onboarding-quinary-0">#279be8</color>
|
|
@@ -332,7 +332,7 @@
|
|
|
332
332
|
<color name="mds-color-theme-avatar-gold">#735107</color>
|
|
333
333
|
<color name="mds-color-theme-avatar-lime">#416116</color>
|
|
334
334
|
<color name="mds-color-theme-avatar-mint">#12615a</color>
|
|
335
|
-
<color name="mds-color-theme-avatar-orange">#
|
|
335
|
+
<color name="mds-color-theme-avatar-orange">#9C3202</color>
|
|
336
336
|
<color name="mds-color-theme-avatar-pink">#a12a3a</color>
|
|
337
337
|
<color name="mds-color-theme-avatar-purple">#932099</color>
|
|
338
338
|
<color name="mds-color-theme-avatar-slate">#535573</color>
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Tue, 21 Mar 2023 16:07:53 GMT
|
|
4
4
|
|
|
5
|
-
$mds-border-radius-none: 0px;
|
|
6
|
-
$mds-border-radius-small: 4px;
|
|
7
|
-
$mds-border-radius-medium: 8px;
|
|
8
|
-
$mds-border-radius-large: 12px;
|
|
9
|
-
$mds-border-radius-half-height: 50%;
|
|
10
|
-
$mds-border-width-none: 0px;
|
|
11
|
-
$mds-border-width-small: 1px;
|
|
12
|
-
$mds-border-width-medium: 2px;
|
|
13
|
-
$mds-border-width-large: 3px;
|
|
5
|
+
$mds-border-radius-core-none: 0px;
|
|
6
|
+
$mds-border-radius-core-small: 4px;
|
|
7
|
+
$mds-border-radius-core-medium: 8px;
|
|
8
|
+
$mds-border-radius-core-large: 12px;
|
|
9
|
+
$mds-border-radius-core-half-height: 50%;
|
|
10
|
+
$mds-border-width-core-none: 0px;
|
|
11
|
+
$mds-border-width-core-small: 1px;
|
|
12
|
+
$mds-border-width-core-medium: 2px;
|
|
13
|
+
$mds-border-width-core-large: 3px;
|
|
14
14
|
$mds-color-core-white-alpha-11: #ffffff1c;
|
|
15
15
|
$mds-color-core-white-alpha-20: #ffffff33;
|
|
16
16
|
$mds-color-core-white-alpha-30: #ffffff4d;
|
|
@@ -100,16 +100,16 @@ $mds-color-core-yellow-95: #24180b;
|
|
|
100
100
|
$mds-color-core-yellow-100: #140e08;
|
|
101
101
|
$mds-color-core-yellow-05: #fff6e3;
|
|
102
102
|
$mds-color-core-orange-10: #FEEBD7;
|
|
103
|
-
$mds-color-core-orange-20: #
|
|
104
|
-
$mds-color-core-orange-30: #
|
|
105
|
-
$mds-color-core-orange-40: #
|
|
106
|
-
$mds-color-core-orange-50: #
|
|
107
|
-
$mds-color-core-orange-60: #
|
|
108
|
-
$mds-color-core-orange-70: #
|
|
109
|
-
$mds-color-core-orange-80: #
|
|
110
|
-
$mds-color-core-orange-90: #
|
|
103
|
+
$mds-color-core-orange-20: #FED5AC;
|
|
104
|
+
$mds-color-core-orange-30: #FEBA7F;
|
|
105
|
+
$mds-color-core-orange-40: #FD884E;
|
|
106
|
+
$mds-color-core-orange-50: #EC6400;
|
|
107
|
+
$mds-color-core-orange-60: #C94403;
|
|
108
|
+
$mds-color-core-orange-70: #9C3202;
|
|
109
|
+
$mds-color-core-orange-80: #682601;
|
|
110
|
+
$mds-color-core-orange-90: #411B04;
|
|
111
111
|
$mds-color-core-orange-95: #291303;
|
|
112
|
-
$mds-color-core-orange-100: #
|
|
112
|
+
$mds-color-core-orange-100: #170B02;
|
|
113
113
|
$mds-color-core-orange-05: #FEF3E8;
|
|
114
114
|
$mds-color-decorative-gold-10: #f7f6dc;
|
|
115
115
|
$mds-color-decorative-gold-20: #f5eaa2;
|
|
@@ -268,20 +268,20 @@ $mds-color-partner-sheets: #F4B400;
|
|
|
268
268
|
$mds-color-partner-slides: #0F9D58;
|
|
269
269
|
$mds-color-partner-keynote: #029CFB;
|
|
270
270
|
$mds-color-partner-doc: #4285f4;
|
|
271
|
-
$mds-elevation-0: 0px 0px 0px 0px;
|
|
272
|
-
$mds-elevation-1: drop-shadow(0px 4px 8px rgba(0,0,0,0.2));
|
|
273
|
-
$mds-elevation-2: drop-shadow(0px 24px 48px rgba(0,0,0,0.2));
|
|
274
|
-
$mds-spacing-none: 0px;
|
|
275
|
-
$mds-spacing-micro: 2px;
|
|
276
|
-
$mds-spacing-xxx-small: 4px;
|
|
277
|
-
$mds-spacing-xx-small: 8px;
|
|
278
|
-
$mds-spacing-x-small: 12px;
|
|
279
|
-
$mds-spacing-small: 16px;
|
|
280
|
-
$mds-spacing-medium: 20px;
|
|
281
|
-
$mds-spacing-large: 24px;
|
|
282
|
-
$mds-spacing-x-large: 32px;
|
|
283
|
-
$mds-spacing-xx-large: 40px;
|
|
284
|
-
$mds-spacing-xxx-large: 52px;
|
|
285
|
-
$mds-spacing-big: 64px;
|
|
286
|
-
$mds-spacing-x-big: 80px;
|
|
287
|
-
$mds-spacing-xx-big: 100px;
|
|
271
|
+
$mds-elevation-core-0: 0px 0px 0px 0px;
|
|
272
|
+
$mds-elevation-core-1: drop-shadow(0px 4px 8px rgba(0,0,0,0.2));
|
|
273
|
+
$mds-elevation-core-2: drop-shadow(0px 24px 48px rgba(0,0,0,0.2));
|
|
274
|
+
$mds-spacing-core-none: 0px;
|
|
275
|
+
$mds-spacing-core-micro: 2px;
|
|
276
|
+
$mds-spacing-core-xxx-small: 4px;
|
|
277
|
+
$mds-spacing-core-xx-small: 8px;
|
|
278
|
+
$mds-spacing-core-x-small: 12px;
|
|
279
|
+
$mds-spacing-core-small: 16px;
|
|
280
|
+
$mds-spacing-core-medium: 20px;
|
|
281
|
+
$mds-spacing-core-large: 24px;
|
|
282
|
+
$mds-spacing-core-x-large: 32px;
|
|
283
|
+
$mds-spacing-core-xx-large: 40px;
|
|
284
|
+
$mds-spacing-core-xxx-large: 52px;
|
|
285
|
+
$mds-spacing-core-big: 64px;
|
|
286
|
+
$mds-spacing-core-x-big: 80px;
|
|
287
|
+
$mds-spacing-core-xx-big: 100px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Tue, 21 Mar 2023 16:07:54 GMT
|
|
4
4
|
|
|
5
5
|
$mds-color-theme-common-text-white: #fffffff2;
|
|
6
6
|
$mds-color-theme-common-text-gray: #ffffffb3;
|
|
@@ -38,7 +38,7 @@ $mds-color-theme-common-outline-disabled-normal: #ffffff33;
|
|
|
38
38
|
$mds-color-theme-common-outline-closed-caption-secondary-light: #ffffff33;
|
|
39
39
|
$mds-color-theme-common-outline-closed-caption-secondary-dark: #00000033;
|
|
40
40
|
$mds-color-theme-common-control-inactive-normal: #00000033;
|
|
41
|
-
$mds-color-theme-common-control-share-content-active: #
|
|
41
|
+
$mds-color-theme-common-control-share-content-active: #C94403;
|
|
42
42
|
$mds-color-theme-common-control-share-content-inactive: #707070;
|
|
43
43
|
$mds-color-theme-common-control-share-content-selected: #3cc29a;
|
|
44
44
|
$mds-color-theme-common-background-solid-secondary-dark: #1a1a1a;
|
|
@@ -53,8 +53,8 @@ $mds-color-theme-common-touchbar-background-purple-normal: #c233c4;
|
|
|
53
53
|
$mds-color-theme-common-touchbar-background-purple-pressed: #601e66;
|
|
54
54
|
$mds-color-theme-common-touchbar-background-violet-normal: #875ae0;
|
|
55
55
|
$mds-color-theme-common-touchbar-background-violet-pressed: #432c78;
|
|
56
|
-
$mds-color-theme-common-touchbar-background-orange-normal: #
|
|
57
|
-
$mds-color-theme-common-touchbar-background-orange-pressed: #
|
|
56
|
+
$mds-color-theme-common-touchbar-background-orange-normal: #C94403;
|
|
57
|
+
$mds-color-theme-common-touchbar-background-orange-pressed: #682601;
|
|
58
58
|
$mds-color-theme-common-touchbar-background-green-normal: #1d805f;
|
|
59
59
|
$mds-color-theme-common-touchbar-background-green-pressed: #134231;
|
|
60
60
|
$mds-color-theme-common-touchbar-background-red-normal: #db1f2e;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Tue, 21 Mar 2023 16:07:54 GMT
|
|
4
4
|
|
|
5
5
|
$mds-color-theme-bg-primary: linear-gradient(180deg, #1a1a1a 0%, #0f0f0f 100%);
|
|
6
6
|
$mds-color-theme-bg-secondary: linear-gradient(180deg, #262626 0%, #0f0f0f 100%);
|
|
@@ -45,8 +45,8 @@ $mds-color-theme-content-text-warning-default: #f2990a;
|
|
|
45
45
|
$mds-color-theme-content-text-accent-active: #bfe3ff;
|
|
46
46
|
$mds-color-theme-content-text-accent-hover: #bfe3ff;
|
|
47
47
|
$mds-color-theme-content-text-accent-default: #64b4fa;
|
|
48
|
-
$mds-color-theme-content-text-notice-active: #
|
|
49
|
-
$mds-color-theme-content-text-notice-default: #
|
|
48
|
+
$mds-color-theme-content-text-notice-active: #FED5AC;
|
|
49
|
+
$mds-color-theme-content-text-notice-default: #FD884E;
|
|
50
50
|
$mds-color-theme-content-text-decorative-gold-default: #d6b220;
|
|
51
51
|
$mds-color-theme-content-text-decorative-gold-active: #f5eaa2;
|
|
52
52
|
$mds-color-theme-content-text-decorative-lime-default: #93c437;
|
|
@@ -104,10 +104,10 @@ $mds-color-theme-content-indicator-accent-00: #3492eb;
|
|
|
104
104
|
$mds-color-theme-content-indicator-accent-01: #1170cf;
|
|
105
105
|
$mds-color-theme-content-indicator-accent-02: #063a75;
|
|
106
106
|
$mds-color-theme-content-indicator-accent-03: #0a274a;
|
|
107
|
-
$mds-color-theme-content-indicator-notice-00: #
|
|
108
|
-
$mds-color-theme-content-indicator-notice-01: #
|
|
109
|
-
$mds-color-theme-content-indicator-notice-02: #
|
|
110
|
-
$mds-color-theme-content-indicator-notice-03: #
|
|
107
|
+
$mds-color-theme-content-indicator-notice-00: #EC6400;
|
|
108
|
+
$mds-color-theme-content-indicator-notice-01: #9C3202;
|
|
109
|
+
$mds-color-theme-content-indicator-notice-02: #682601;
|
|
110
|
+
$mds-color-theme-content-indicator-notice-03: #411B04;
|
|
111
111
|
$mds-color-theme-content-indicator-decorative-gold-01: #735107;
|
|
112
112
|
$mds-color-theme-content-indicator-decorative-gold-02: #4d370c;
|
|
113
113
|
$mds-color-theme-content-indicator-decorative-gold-03: #30240d;
|
|
@@ -155,7 +155,7 @@ $mds-color-theme-border-neutral-04: #ffffffe6;
|
|
|
155
155
|
$mds-color-theme-border-positive-00: #3cc29a;
|
|
156
156
|
$mds-color-theme-border-negative-00: #fc8b98;
|
|
157
157
|
$mds-color-theme-border-accent-00: #64b4fa;
|
|
158
|
-
$mds-color-theme-border-notice-00: #
|
|
158
|
+
$mds-color-theme-border-notice-00: #FD884E;
|
|
159
159
|
$mds-color-theme-border-decorative-gradient-device: linear-gradient(44deg, #08599c 0%, #22c7d6 51.56%, #27a17a 100%);
|
|
160
160
|
$mds-color-theme-border-decorative-gradient-primary-default: linear-gradient(90deg, #ffffff00 0%, #ffffff33 22.4%, #ffffff33 72.4%, #ffffff00 100%);
|
|
161
161
|
$mds-color-theme-border-decorative-gradient-primary-hover: linear-gradient(90deg, #ffffff00 0%, #ffffff99 22.4%, #ffffff99 72.4%, #ffffff00 100%);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Tue, 21 Mar 2023 16:07:54 GMT
|
|
4
4
|
|
|
5
5
|
$mds-color-theme-common-text-white: #fffffff2;
|
|
6
6
|
$mds-color-theme-common-text-gray: #ffffffb3;
|
|
@@ -38,7 +38,7 @@ $mds-color-theme-common-outline-disabled-normal: #ffffff33;
|
|
|
38
38
|
$mds-color-theme-common-outline-closed-caption-secondary-light: #ffffff33;
|
|
39
39
|
$mds-color-theme-common-outline-closed-caption-secondary-dark: #00000033;
|
|
40
40
|
$mds-color-theme-common-control-inactive-normal: #00000033;
|
|
41
|
-
$mds-color-theme-common-control-share-content-active: #
|
|
41
|
+
$mds-color-theme-common-control-share-content-active: #C94403;
|
|
42
42
|
$mds-color-theme-common-control-share-content-inactive: #707070;
|
|
43
43
|
$mds-color-theme-common-control-share-content-selected: #3cc29a;
|
|
44
44
|
$mds-color-theme-common-background-solid-secondary-dark: #1a1a1a;
|
|
@@ -53,8 +53,8 @@ $mds-color-theme-common-touchbar-background-purple-normal: #c233c4;
|
|
|
53
53
|
$mds-color-theme-common-touchbar-background-purple-pressed: #601e66;
|
|
54
54
|
$mds-color-theme-common-touchbar-background-violet-normal: #875ae0;
|
|
55
55
|
$mds-color-theme-common-touchbar-background-violet-pressed: #432c78;
|
|
56
|
-
$mds-color-theme-common-touchbar-background-orange-normal: #
|
|
57
|
-
$mds-color-theme-common-touchbar-background-orange-pressed: #
|
|
56
|
+
$mds-color-theme-common-touchbar-background-orange-normal: #C94403;
|
|
57
|
+
$mds-color-theme-common-touchbar-background-orange-pressed: #682601;
|
|
58
58
|
$mds-color-theme-common-touchbar-background-green-normal: #1d805f;
|
|
59
59
|
$mds-color-theme-common-touchbar-background-green-pressed: #134231;
|
|
60
60
|
$mds-color-theme-common-touchbar-background-red-normal: #db1f2e;
|
|
@@ -88,7 +88,7 @@ $mds-color-theme-text-teamdefault-active: #fffffff2;
|
|
|
88
88
|
$mds-color-theme-text-alert-purple-normal: #f294f1;
|
|
89
89
|
$mds-color-theme-text-alert-purple-hover: #fce1fc;
|
|
90
90
|
$mds-color-theme-text-alert-purple-active: #fce1fc;
|
|
91
|
-
$mds-color-theme-text-alert-orange-normal: #
|
|
91
|
+
$mds-color-theme-text-alert-orange-normal: #FEBA7F;
|
|
92
92
|
$mds-color-theme-text-alert-orange-hover: #FEEBD7;
|
|
93
93
|
$mds-color-theme-text-alert-orange-active: #FEEBD7;
|
|
94
94
|
$mds-color-theme-text-team-cobalt-normal: #5ebff7;
|
|
@@ -106,9 +106,9 @@ $mds-color-theme-text-team-lime-active: #ddf2ae;
|
|
|
106
106
|
$mds-color-theme-text-team-gold-normal: #d6b220;
|
|
107
107
|
$mds-color-theme-text-team-gold-hover: #d6b220;
|
|
108
108
|
$mds-color-theme-text-team-gold-active: #f5eaa2;
|
|
109
|
-
$mds-color-theme-text-team-orange-normal: #
|
|
110
|
-
$mds-color-theme-text-team-orange-hover: #
|
|
111
|
-
$mds-color-theme-text-team-orange-active: #
|
|
109
|
+
$mds-color-theme-text-team-orange-normal: #FD884E;
|
|
110
|
+
$mds-color-theme-text-team-orange-hover: #FD884E;
|
|
111
|
+
$mds-color-theme-text-team-orange-active: #FED5AC;
|
|
112
112
|
$mds-color-theme-text-team-pink-normal: #fc97aa;
|
|
113
113
|
$mds-color-theme-text-team-pink-hover: #fc97aa;
|
|
114
114
|
$mds-color-theme-text-team-pink-active: #ffe0e7;
|
|
@@ -154,9 +154,9 @@ $mds-color-theme-background-alert-theme-active: #063a75;
|
|
|
154
154
|
$mds-color-theme-background-alert-purple-normal: #3b1840;
|
|
155
155
|
$mds-color-theme-background-alert-purple-hover: #3b1840;
|
|
156
156
|
$mds-color-theme-background-alert-purple-active: #601e66;
|
|
157
|
-
$mds-color-theme-background-alert-orange-normal: #
|
|
158
|
-
$mds-color-theme-background-alert-orange-hover: #
|
|
159
|
-
$mds-color-theme-background-alert-orange-active: #
|
|
157
|
+
$mds-color-theme-background-alert-orange-normal: #411B04;
|
|
158
|
+
$mds-color-theme-background-alert-orange-hover: #411B04;
|
|
159
|
+
$mds-color-theme-background-alert-orange-active: #682601;
|
|
160
160
|
$mds-color-theme-background-label-cobalt-normal: #12283d;
|
|
161
161
|
$mds-color-theme-background-label-cobalt-hover: #103c63;
|
|
162
162
|
$mds-color-theme-background-label-cobalt-active: #08599c;
|
|
@@ -169,9 +169,9 @@ $mds-color-theme-background-label-lime-active: #416116;
|
|
|
169
169
|
$mds-color-theme-background-label-mint-normal: #102b2a;
|
|
170
170
|
$mds-color-theme-background-label-mint-hover: #12423f;
|
|
171
171
|
$mds-color-theme-background-label-mint-active: #12615a;
|
|
172
|
-
$mds-color-theme-background-label-orange-normal: #
|
|
173
|
-
$mds-color-theme-background-label-orange-hover: #
|
|
174
|
-
$mds-color-theme-background-label-orange-active: #
|
|
172
|
+
$mds-color-theme-background-label-orange-normal: #411B04;
|
|
173
|
+
$mds-color-theme-background-label-orange-hover: #682601;
|
|
174
|
+
$mds-color-theme-background-label-orange-active: #9C3202;
|
|
175
175
|
$mds-color-theme-background-label-pink-normal: #3b1e21;
|
|
176
176
|
$mds-color-theme-background-label-pink-hover: #66262d;
|
|
177
177
|
$mds-color-theme-background-label-pink-active: #a12a3a;
|
|
@@ -223,7 +223,7 @@ $mds-color-theme-outline-gradient-active-0: #08599c;
|
|
|
223
223
|
$mds-color-theme-outline-gradient-active-1: #22c7d6;
|
|
224
224
|
$mds-color-theme-outline-gradient-active-2: #27a17a;
|
|
225
225
|
$mds-color-theme-outline-share-selected: #27a17a;
|
|
226
|
-
$mds-color-theme-outline-share-active: #
|
|
226
|
+
$mds-color-theme-outline-share-active: #EC6400;
|
|
227
227
|
$mds-color-theme-outline-share-inactive: #8f8f8f;
|
|
228
228
|
$mds-color-theme-outline-overlay-normal: #adadad;
|
|
229
229
|
$mds-color-theme-outline-high-contrast-focus: #ffffff;
|
|
@@ -231,7 +231,7 @@ $mds-color-theme-outline-label-cobalt: #5ebff7;
|
|
|
231
231
|
$mds-color-theme-outline-label-gold: #d6b220;
|
|
232
232
|
$mds-color-theme-outline-label-lime: #93c437;
|
|
233
233
|
$mds-color-theme-outline-label-mint: #30c9b0;
|
|
234
|
-
$mds-color-theme-outline-label-orange: #
|
|
234
|
+
$mds-color-theme-outline-label-orange: #FD884E;
|
|
235
235
|
$mds-color-theme-outline-label-pink: #fc97aa;
|
|
236
236
|
$mds-color-theme-outline-label-purple: #f294f1;
|
|
237
237
|
$mds-color-theme-outline-label-slate: #b0b4d9;
|
|
@@ -246,7 +246,7 @@ $mds-color-theme-control-inactive-hover: #ffffff4d;
|
|
|
246
246
|
$mds-color-theme-control-inactive-pressed: #ffffff66;
|
|
247
247
|
$mds-color-theme-control-inactive-disabled: #ffffff1c;
|
|
248
248
|
$mds-color-theme-overlay-meetings-normal: #000000b3;
|
|
249
|
-
$mds-color-theme-indicator-unstable: #
|
|
249
|
+
$mds-color-theme-indicator-unstable: #EC6400;
|
|
250
250
|
$mds-color-theme-indicator-attention: #f55868;
|
|
251
251
|
$mds-color-theme-indicator-stable: #27a17a;
|
|
252
252
|
$mds-color-theme-indicator-locked: #8f8f8f;
|
|
@@ -275,7 +275,7 @@ $mds-color-theme-illustrations-onboarding-primary-1: #93c437;
|
|
|
275
275
|
$mds-color-theme-illustrations-onboarding-secondary-0: #f55868;
|
|
276
276
|
$mds-color-theme-illustrations-onboarding-secondary-1: #875ae0;
|
|
277
277
|
$mds-color-theme-illustrations-onboarding-tertiary-0: #ffbe4f;
|
|
278
|
-
$mds-color-theme-illustrations-onboarding-tertiary-1: #
|
|
278
|
+
$mds-color-theme-illustrations-onboarding-tertiary-1: #EC6400;
|
|
279
279
|
$mds-color-theme-illustrations-onboarding-quartenary-0: #93c437;
|
|
280
280
|
$mds-color-theme-illustrations-onboarding-quartenary-1: #279be8;
|
|
281
281
|
$mds-color-theme-illustrations-onboarding-quinary-0: #279be8;
|
|
@@ -329,7 +329,7 @@ $mds-color-theme-avatar-cyan: #066070;
|
|
|
329
329
|
$mds-color-theme-avatar-gold: #735107;
|
|
330
330
|
$mds-color-theme-avatar-lime: #416116;
|
|
331
331
|
$mds-color-theme-avatar-mint: #12615a;
|
|
332
|
-
$mds-color-theme-avatar-orange: #
|
|
332
|
+
$mds-color-theme-avatar-orange: #9C3202;
|
|
333
333
|
$mds-color-theme-avatar-pink: #a12a3a;
|
|
334
334
|
$mds-color-theme-avatar-purple: #932099;
|
|
335
335
|
$mds-color-theme-avatar-slate: #535573;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Tue, 21 Mar 2023 16:07:54 GMT
|
|
4
4
|
|
|
5
5
|
$mds-color-theme-bg-primary: linear-gradient(180deg, #f0f0f0 0%, #ffffff 100%);
|
|
6
6
|
$mds-color-theme-bg-secondary: linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
|
|
@@ -45,8 +45,8 @@ $mds-color-theme-content-text-warning-default: #f2990a;
|
|
|
45
45
|
$mds-color-theme-content-text-accent-active: #0a274a;
|
|
46
46
|
$mds-color-theme-content-text-accent-hover: #0a274a;
|
|
47
47
|
$mds-color-theme-content-text-accent-default: #0353a8;
|
|
48
|
-
$mds-color-theme-content-text-notice-active: #
|
|
49
|
-
$mds-color-theme-content-text-notice-default: #
|
|
48
|
+
$mds-color-theme-content-text-notice-active: #411B04;
|
|
49
|
+
$mds-color-theme-content-text-notice-default: #9C3202;
|
|
50
50
|
$mds-color-theme-content-text-decorative-gold-default: #30240d;
|
|
51
51
|
$mds-color-theme-content-text-decorative-gold-active: #735107;
|
|
52
52
|
$mds-color-theme-content-text-decorative-lime-default: #1e2b10;
|
|
@@ -104,9 +104,9 @@ $mds-color-theme-content-indicator-accent-00: #1170cf;
|
|
|
104
104
|
$mds-color-theme-content-indicator-accent-01: #1170cf;
|
|
105
105
|
$mds-color-theme-content-indicator-accent-02: #bfe3ff;
|
|
106
106
|
$mds-color-theme-content-indicator-accent-03: #dbf0ff;
|
|
107
|
-
$mds-color-theme-content-indicator-notice-00: #
|
|
108
|
-
$mds-color-theme-content-indicator-notice-01: #
|
|
109
|
-
$mds-color-theme-content-indicator-notice-02: #
|
|
107
|
+
$mds-color-theme-content-indicator-notice-00: #C94403;
|
|
108
|
+
$mds-color-theme-content-indicator-notice-01: #9C3202;
|
|
109
|
+
$mds-color-theme-content-indicator-notice-02: #FED5AC;
|
|
110
110
|
$mds-color-theme-content-indicator-notice-03: #FEEBD7;
|
|
111
111
|
$mds-color-theme-content-indicator-decorative-gold-01: #f7f6dc;
|
|
112
112
|
$mds-color-theme-content-indicator-decorative-gold-02: #f5eaa2;
|
|
@@ -155,7 +155,7 @@ $mds-color-theme-border-neutral-04: #000000e6;
|
|
|
155
155
|
$mds-color-theme-border-positive-00: #185e46;
|
|
156
156
|
$mds-color-theme-border-negative-00: #ab0a15;
|
|
157
157
|
$mds-color-theme-border-accent-00: #1170cf;
|
|
158
|
-
$mds-color-theme-border-notice-00: #
|
|
158
|
+
$mds-color-theme-border-notice-00: #EC6400;
|
|
159
159
|
$mds-color-theme-border-decorative-gradient-device: linear-gradient(44deg, #08599c 0%, #22c7d6 51.56%, #27a17a 100%);
|
|
160
160
|
$mds-color-theme-border-decorative-gradient-primary-default: linear-gradient(90deg, #00000000 0%, #00000033 22.4%, #00000033 72.4%, #00000000 100%);
|
|
161
161
|
$mds-color-theme-border-decorative-gradient-primary-hover: linear-gradient(90deg, #00000000 0%, #00000033 22.4%, #00000033 72.4%, #00000000 100%);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Tue, 21 Mar 2023 16:07:54 GMT
|
|
4
4
|
|
|
5
5
|
$mds-color-theme-common-text-white: #fffffff2;
|
|
6
6
|
$mds-color-theme-common-text-gray: #ffffffb3;
|
|
@@ -38,7 +38,7 @@ $mds-color-theme-common-outline-disabled-normal: #ffffff33;
|
|
|
38
38
|
$mds-color-theme-common-outline-closed-caption-secondary-light: #ffffff33;
|
|
39
39
|
$mds-color-theme-common-outline-closed-caption-secondary-dark: #00000033;
|
|
40
40
|
$mds-color-theme-common-control-inactive-normal: #00000033;
|
|
41
|
-
$mds-color-theme-common-control-share-content-active: #
|
|
41
|
+
$mds-color-theme-common-control-share-content-active: #C94403;
|
|
42
42
|
$mds-color-theme-common-control-share-content-inactive: #707070;
|
|
43
43
|
$mds-color-theme-common-control-share-content-selected: #3cc29a;
|
|
44
44
|
$mds-color-theme-common-background-solid-secondary-dark: #1a1a1a;
|
|
@@ -53,8 +53,8 @@ $mds-color-theme-common-touchbar-background-purple-normal: #c233c4;
|
|
|
53
53
|
$mds-color-theme-common-touchbar-background-purple-pressed: #601e66;
|
|
54
54
|
$mds-color-theme-common-touchbar-background-violet-normal: #875ae0;
|
|
55
55
|
$mds-color-theme-common-touchbar-background-violet-pressed: #432c78;
|
|
56
|
-
$mds-color-theme-common-touchbar-background-orange-normal: #
|
|
57
|
-
$mds-color-theme-common-touchbar-background-orange-pressed: #
|
|
56
|
+
$mds-color-theme-common-touchbar-background-orange-normal: #C94403;
|
|
57
|
+
$mds-color-theme-common-touchbar-background-orange-pressed: #682601;
|
|
58
58
|
$mds-color-theme-common-touchbar-background-green-normal: #1d805f;
|
|
59
59
|
$mds-color-theme-common-touchbar-background-green-pressed: #134231;
|
|
60
60
|
$mds-color-theme-common-touchbar-background-red-normal: #db1f2e;
|
|
@@ -88,9 +88,9 @@ $mds-color-theme-text-teamdefault-active: #000000f2;
|
|
|
88
88
|
$mds-color-theme-text-alert-purple-normal: #932099;
|
|
89
89
|
$mds-color-theme-text-alert-purple-hover: #3b1840;
|
|
90
90
|
$mds-color-theme-text-alert-purple-active: #3b1840;
|
|
91
|
-
$mds-color-theme-text-alert-orange-normal: #
|
|
92
|
-
$mds-color-theme-text-alert-orange-hover: #
|
|
93
|
-
$mds-color-theme-text-alert-orange-active: #
|
|
91
|
+
$mds-color-theme-text-alert-orange-normal: #9C3202;
|
|
92
|
+
$mds-color-theme-text-alert-orange-hover: #411B04;
|
|
93
|
+
$mds-color-theme-text-alert-orange-active: #411B04;
|
|
94
94
|
$mds-color-theme-text-team-cobalt-normal: #08599c;
|
|
95
95
|
$mds-color-theme-text-team-cobalt-hover: #08599c;
|
|
96
96
|
$mds-color-theme-text-team-cobalt-active: #12283d;
|
|
@@ -106,9 +106,9 @@ $mds-color-theme-text-team-lime-active: #1e2b10;
|
|
|
106
106
|
$mds-color-theme-text-team-gold-normal: #735107;
|
|
107
107
|
$mds-color-theme-text-team-gold-hover: #735107;
|
|
108
108
|
$mds-color-theme-text-team-gold-active: #30240d;
|
|
109
|
-
$mds-color-theme-text-team-orange-normal: #
|
|
110
|
-
$mds-color-theme-text-team-orange-hover: #
|
|
111
|
-
$mds-color-theme-text-team-orange-active: #
|
|
109
|
+
$mds-color-theme-text-team-orange-normal: #9C3202;
|
|
110
|
+
$mds-color-theme-text-team-orange-hover: #9C3202;
|
|
111
|
+
$mds-color-theme-text-team-orange-active: #411B04;
|
|
112
112
|
$mds-color-theme-text-team-pink-normal: #a12a3a;
|
|
113
113
|
$mds-color-theme-text-team-pink-hover: #a12a3a;
|
|
114
114
|
$mds-color-theme-text-team-pink-active: #3b1e21;
|
|
@@ -156,7 +156,7 @@ $mds-color-theme-background-alert-purple-hover: #fcf2fc;
|
|
|
156
156
|
$mds-color-theme-background-alert-purple-active: #fce1fc;
|
|
157
157
|
$mds-color-theme-background-alert-orange-normal: #FEEBD7;
|
|
158
158
|
$mds-color-theme-background-alert-orange-hover: #FEEBD7;
|
|
159
|
-
$mds-color-theme-background-alert-orange-active: #
|
|
159
|
+
$mds-color-theme-background-alert-orange-active: #FED5AC;
|
|
160
160
|
$mds-color-theme-background-label-cobalt-normal: #e5f8ff;
|
|
161
161
|
$mds-color-theme-background-label-cobalt-hover: #c7eeff;
|
|
162
162
|
$mds-color-theme-background-label-cobalt-active: #99ddff;
|
|
@@ -170,8 +170,8 @@ $mds-color-theme-background-label-mint-normal: #e9f7f3;
|
|
|
170
170
|
$mds-color-theme-background-label-mint-hover: #baf5e7;
|
|
171
171
|
$mds-color-theme-background-label-mint-active: #74e8d1;
|
|
172
172
|
$mds-color-theme-background-label-orange-normal: #FEEBD7;
|
|
173
|
-
$mds-color-theme-background-label-orange-hover: #
|
|
174
|
-
$mds-color-theme-background-label-orange-active: #
|
|
173
|
+
$mds-color-theme-background-label-orange-hover: #FED5AC;
|
|
174
|
+
$mds-color-theme-background-label-orange-active: #FEBA7F;
|
|
175
175
|
$mds-color-theme-background-label-pink-normal: #fff2f5;
|
|
176
176
|
$mds-color-theme-background-label-pink-hover: #ffe0e7;
|
|
177
177
|
$mds-color-theme-background-label-pink-active: #ffc7d2;
|
|
@@ -223,7 +223,7 @@ $mds-color-theme-outline-gradient-active-0: #08599c;
|
|
|
223
223
|
$mds-color-theme-outline-gradient-active-1: #22c7d6;
|
|
224
224
|
$mds-color-theme-outline-gradient-active-2: #27a17a;
|
|
225
225
|
$mds-color-theme-outline-share-selected: #27a17a;
|
|
226
|
-
$mds-color-theme-outline-share-active: #
|
|
226
|
+
$mds-color-theme-outline-share-active: #EC6400;
|
|
227
227
|
$mds-color-theme-outline-share-inactive: #8f8f8f;
|
|
228
228
|
$mds-color-theme-outline-overlay-normal: #707070;
|
|
229
229
|
$mds-color-theme-outline-high-contrast-focus: #000000;
|
|
@@ -231,7 +231,7 @@ $mds-color-theme-outline-label-cobalt: #5ebff7;
|
|
|
231
231
|
$mds-color-theme-outline-label-gold: #d6b220;
|
|
232
232
|
$mds-color-theme-outline-label-lime: #93c437;
|
|
233
233
|
$mds-color-theme-outline-label-mint: #30c9b0;
|
|
234
|
-
$mds-color-theme-outline-label-orange: #
|
|
234
|
+
$mds-color-theme-outline-label-orange: #FD884E;
|
|
235
235
|
$mds-color-theme-outline-label-pink: #fc97aa;
|
|
236
236
|
$mds-color-theme-outline-label-purple: #f294f1;
|
|
237
237
|
$mds-color-theme-outline-label-slate: #b0b4d9;
|
|
@@ -246,7 +246,7 @@ $mds-color-theme-control-inactive-hover: #0000004d;
|
|
|
246
246
|
$mds-color-theme-control-inactive-pressed: #00000066;
|
|
247
247
|
$mds-color-theme-control-inactive-disabled: #0000001c;
|
|
248
248
|
$mds-color-theme-overlay-meetings-normal: #ffffffcc;
|
|
249
|
-
$mds-color-theme-indicator-unstable: #
|
|
249
|
+
$mds-color-theme-indicator-unstable: #C94403;
|
|
250
250
|
$mds-color-theme-indicator-attention: #db1f2e;
|
|
251
251
|
$mds-color-theme-indicator-stable: #1d805f;
|
|
252
252
|
$mds-color-theme-indicator-locked: #707070;
|
|
@@ -275,7 +275,7 @@ $mds-color-theme-illustrations-onboarding-primary-1: #93c437;
|
|
|
275
275
|
$mds-color-theme-illustrations-onboarding-secondary-0: #f55868;
|
|
276
276
|
$mds-color-theme-illustrations-onboarding-secondary-1: #875ae0;
|
|
277
277
|
$mds-color-theme-illustrations-onboarding-tertiary-0: #ffbe4f;
|
|
278
|
-
$mds-color-theme-illustrations-onboarding-tertiary-1: #
|
|
278
|
+
$mds-color-theme-illustrations-onboarding-tertiary-1: #EC6400;
|
|
279
279
|
$mds-color-theme-illustrations-onboarding-quartenary-0: #93c437;
|
|
280
280
|
$mds-color-theme-illustrations-onboarding-quartenary-1: #279be8;
|
|
281
281
|
$mds-color-theme-illustrations-onboarding-quinary-0: #279be8;
|
|
@@ -329,7 +329,7 @@ $mds-color-theme-avatar-cyan: #066070;
|
|
|
329
329
|
$mds-color-theme-avatar-gold: #735107;
|
|
330
330
|
$mds-color-theme-avatar-lime: #416116;
|
|
331
331
|
$mds-color-theme-avatar-mint: #12615a;
|
|
332
|
-
$mds-color-theme-avatar-orange: #
|
|
332
|
+
$mds-color-theme-avatar-orange: #9C3202;
|
|
333
333
|
$mds-color-theme-avatar-pink: #a12a3a;
|
|
334
334
|
$mds-color-theme-avatar-purple: #932099;
|
|
335
335
|
$mds-color-theme-avatar-slate: #535573;
|
package/package.json
CHANGED