@momentum-design/tokens 0.0.59 → 0.0.60
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 +1 -1
- package/dist/css/theme/aaos/day-complete.css +1 -1
- package/dist/css/theme/aaos/night-complete.css +1 -1
- package/dist/css/theme/webex/dark-stable.css +1 -1
- package/dist/css/theme/webex/hc-dark-stable.css +19 -6
- package/dist/css/theme/webex/hc-light-stable.css +17 -4
- package/dist/css/theme/webex/light-stable.css +1 -1
- package/dist/ios/core/complete.swift +1 -1
- package/dist/ios/theme/aaos/day-complete.swift +1 -1
- package/dist/ios/theme/aaos/night-complete.swift +1 -1
- package/dist/ios/theme/webex/dark-stable.swift +1 -1
- package/dist/ios/theme/webex/hc-dark-stable.swift +19 -6
- package/dist/ios/theme/webex/hc-light-stable.swift +17 -4
- package/dist/ios/theme/webex/light-stable.swift +1 -1
- package/dist/json/theme/webex/hc-dark-stable.json +413 -16
- package/dist/json/theme/webex/hc-light-stable.json +409 -6
- package/dist/json/theme/webex/light-stable.json +1 -3
- package/dist/json-minimal/theme/webex/hc-dark-stable.json +43 -6
- package/dist/json-minimal/theme/webex/hc-light-stable.json +41 -4
- package/dist/resources/core/complete.xml +1 -1
- package/dist/resources/theme/aaos/day-complete.xml +1 -1
- package/dist/resources/theme/aaos/night-complete.xml +1 -1
- package/dist/resources/theme/webex/dark-stable.xml +1 -1
- package/dist/resources/theme/webex/hc-dark-stable.xml +19 -6
- package/dist/resources/theme/webex/hc-light-stable.xml +17 -4
- package/dist/resources/theme/webex/light-stable.xml +1 -1
- package/dist/scss/core/complete.scss +1 -1
- package/dist/scss/theme/aaos/day-complete.scss +1 -1
- package/dist/scss/theme/aaos/night-complete.scss +1 -1
- package/dist/scss/theme/webex/dark-stable.scss +1 -1
- package/dist/scss/theme/webex/hc-dark-stable.scss +19 -6
- package/dist/scss/theme/webex/hc-light-stable.scss +17 -4
- package/dist/scss/theme/webex/light-stable.scss +1 -1
- 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 Wed, 17 Jul 2024 09:10:27 GMT
|
|
6
6
|
-->
|
|
7
7
|
<resources>
|
|
8
8
|
<color name="mds-color-theme-text-primary-normal">#ffffff</color>
|
|
@@ -152,6 +152,10 @@
|
|
|
152
152
|
<color name="mds-color-theme-background-namelabel-normal">#000000</color>
|
|
153
153
|
<color name="mds-color-theme-background-reaction-normal-0">#000000</color>
|
|
154
154
|
<color name="mds-color-theme-background-reaction-normal-1">#000000</color>
|
|
155
|
+
<color name="mds-color-theme-background-gradient-secondary-normal-0">#000000</color>
|
|
156
|
+
<color name="mds-color-theme-background-gradient-secondary-normal-1">#000000</color>
|
|
157
|
+
<color name="mds-color-theme-background-gradient-primary-normal-0">#000000</color>
|
|
158
|
+
<color name="mds-color-theme-background-gradient-primary-normal-1">#000000</color>
|
|
155
159
|
<color name="mds-color-theme-button-primary-normal">#000000</color>
|
|
156
160
|
<color name="mds-color-theme-button-primary-hover">#1aebff</color>
|
|
157
161
|
<color name="mds-color-theme-button-primary-pressed">#1aebff</color>
|
|
@@ -173,6 +177,7 @@
|
|
|
173
177
|
<color name="mds-color-theme-button-accent-hover">#1aebff</color>
|
|
174
178
|
<color name="mds-color-theme-button-accent-pressed">#1aebff</color>
|
|
175
179
|
<color name="mds-color-theme-outline-primary-normal">#ffffff</color>
|
|
180
|
+
<color name="mds-color-theme-outline-primary-disabled">#3ff23f</color>
|
|
176
181
|
<color name="mds-color-theme-outline-theme-normal">#ffffff</color>
|
|
177
182
|
<color name="mds-color-theme-outline-secondary-normal">#ffffff</color>
|
|
178
183
|
<color name="mds-color-theme-outline-input-normal">#ffffff</color>
|
|
@@ -180,7 +185,7 @@
|
|
|
180
185
|
<color name="mds-color-theme-outline-button-normal">#ffffff</color>
|
|
181
186
|
<color name="mds-color-theme-outline-join-normal">#ffffff</color>
|
|
182
187
|
<color name="mds-color-theme-outline-cancel-normal">#ffffff</color>
|
|
183
|
-
<color name="mds-color-theme-outline-disabled-normal">#
|
|
188
|
+
<color name="mds-color-theme-outline-disabled-normal">#3ff23f</color>
|
|
184
189
|
<color name="mds-color-theme-outline-share-selected">#ffff00</color>
|
|
185
190
|
<color name="mds-color-theme-outline-share-active">#ffffff</color>
|
|
186
191
|
<color name="mds-color-theme-outline-share-inactive">#3ff23f</color>
|
|
@@ -292,6 +297,11 @@
|
|
|
292
297
|
<color name="mds-color-theme-common-text-warning-normal">#ffffff</color>
|
|
293
298
|
<color name="mds-color-theme-common-text-warning-hover">#ffffff</color>
|
|
294
299
|
<color name="mds-color-theme-common-inverted-text-primary-normal">#ffffff</color>
|
|
300
|
+
<color name="mds-color-theme-common-inverted-text-secondary-normal">#ffffff</color>
|
|
301
|
+
<color name="mds-color-theme-common-inverted-button-secondary-normal">#000000</color>
|
|
302
|
+
<color name="mds-color-theme-common-inverted-button-secondary-hover">#1aebff</color>
|
|
303
|
+
<color name="mds-color-theme-common-inverted-button-secondary-pressed">#1aebff</color>
|
|
304
|
+
<color name="mds-color-theme-common-inverted-button-secondary-disabled">#000000</color>
|
|
295
305
|
<color name="mds-color-theme-common-overlays-primary-normal">#000000</color>
|
|
296
306
|
<color name="mds-color-theme-common-overlays-secondary-normal">#000000</color>
|
|
297
307
|
<color name="mds-color-theme-common-overlays-meeting-normal-0">#000000</color>
|
|
@@ -314,12 +324,15 @@
|
|
|
314
324
|
<color name="mds-color-theme-common-button-promotion-hover-1">#1aebff</color>
|
|
315
325
|
<color name="mds-color-theme-common-button-promotion-active-0">#1aebff</color>
|
|
316
326
|
<color name="mds-color-theme-common-button-promotion-active-1">#1aebff</color>
|
|
327
|
+
<color name="mds-color-theme-common-button-join-animated-gradient-normal-0">#1aebff</color>
|
|
328
|
+
<color name="mds-color-theme-common-button-join-animated-gradient-normal-1">#1aebff</color>
|
|
329
|
+
<color name="mds-color-theme-common-button-join-animated-gradient-normal-2">#1aebff</color>
|
|
317
330
|
<color name="mds-color-theme-common-outline-button-normal">#ffffff</color>
|
|
318
331
|
<color name="mds-color-theme-common-outline-primary-normal">#ffffff</color>
|
|
319
332
|
<color name="mds-color-theme-common-outline-primary-disabled">#3ff23f</color>
|
|
320
333
|
<color name="mds-color-theme-common-outline-input-normal">#ffffff</color>
|
|
321
|
-
<color name="mds-color-theme-common-outline-secondary-primary">#
|
|
322
|
-
<color name="mds-color-theme-common-outline-secondary-disabled">#
|
|
334
|
+
<color name="mds-color-theme-common-outline-secondary-primary">#ffffff</color>
|
|
335
|
+
<color name="mds-color-theme-common-outline-secondary-disabled">#3ff23f</color>
|
|
323
336
|
<color name="mds-color-theme-common-control-share-content-selected">#ffffff</color>
|
|
324
337
|
<color name="mds-color-theme-common-control-share-content-active">#ffffff</color>
|
|
325
338
|
<color name="mds-color-theme-common-control-share-content-inactive">#3ff23f</color>
|
|
@@ -350,8 +363,8 @@
|
|
|
350
363
|
<color name="mds-color-theme-common-touchbar-background-orange-pressed">#1aebff</color>
|
|
351
364
|
<color name="mds-color-theme-common-touchbar-background-green-normal">#000000</color>
|
|
352
365
|
<color name="mds-color-theme-common-touchbar-background-green-pressed">#1aebff</color>
|
|
353
|
-
<color name="mds-color-theme-common-touchbar-background-red-normal">#
|
|
354
|
-
<color name="mds-color-theme-common-touchbar-background-red-pressed">#
|
|
366
|
+
<color name="mds-color-theme-common-touchbar-background-red-normal">#000000</color>
|
|
367
|
+
<color name="mds-color-theme-common-touchbar-background-red-pressed">#1aebff</color>
|
|
355
368
|
<color name="mds-color-theme-common-touchbar-background-transparent">#000000</color>
|
|
356
369
|
<color name="mds-color-theme-common-touchbar-icon-attention">#000000</color>
|
|
357
370
|
<color name="mds-color-theme-common-touchbar-icon-stable">#000000</color>
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on
|
|
5
|
+
Generated on Wed, 17 Jul 2024 09:10:27 GMT
|
|
6
6
|
-->
|
|
7
7
|
<resources>
|
|
8
8
|
<color name="mds-color-theme-text-primary-normal">#000000</color>
|
|
@@ -152,6 +152,10 @@
|
|
|
152
152
|
<color name="mds-color-theme-background-namelabel-normal">#ffffff</color>
|
|
153
153
|
<color name="mds-color-theme-background-reaction-normal-0">#ffffff</color>
|
|
154
154
|
<color name="mds-color-theme-background-reaction-normal-1">#ffffff</color>
|
|
155
|
+
<color name="mds-color-theme-background-gradient-secondary-normal-0">#ffffff</color>
|
|
156
|
+
<color name="mds-color-theme-background-gradient-secondary-normal-1">#ffffff</color>
|
|
157
|
+
<color name="mds-color-theme-background-gradient-primary-normal-0">#ffffff</color>
|
|
158
|
+
<color name="mds-color-theme-background-gradient-primary-normal-1">#ffffff</color>
|
|
155
159
|
<color name="mds-color-theme-button-primary-normal">#ffffff</color>
|
|
156
160
|
<color name="mds-color-theme-button-primary-hover">#37006e</color>
|
|
157
161
|
<color name="mds-color-theme-button-primary-pressed">#37006e</color>
|
|
@@ -173,6 +177,7 @@
|
|
|
173
177
|
<color name="mds-color-theme-button-accent-hover">#37006e</color>
|
|
174
178
|
<color name="mds-color-theme-button-accent-pressed">#37006e</color>
|
|
175
179
|
<color name="mds-color-theme-outline-primary-normal">#000000</color>
|
|
180
|
+
<color name="mds-color-theme-outline-primary-disabled">#600000</color>
|
|
176
181
|
<color name="mds-color-theme-outline-theme-normal">#000000</color>
|
|
177
182
|
<color name="mds-color-theme-outline-secondary-normal">#000000</color>
|
|
178
183
|
<color name="mds-color-theme-outline-input-normal">#000000</color>
|
|
@@ -292,6 +297,11 @@
|
|
|
292
297
|
<color name="mds-color-theme-common-text-warning-normal">#000000</color>
|
|
293
298
|
<color name="mds-color-theme-common-text-warning-hover">#000000</color>
|
|
294
299
|
<color name="mds-color-theme-common-inverted-text-primary-normal">#000000</color>
|
|
300
|
+
<color name="mds-color-theme-common-inverted-text-secondary-normal">#000000</color>
|
|
301
|
+
<color name="mds-color-theme-common-inverted-button-secondary-normal">#ffffff</color>
|
|
302
|
+
<color name="mds-color-theme-common-inverted-button-secondary-hover">#37006e</color>
|
|
303
|
+
<color name="mds-color-theme-common-inverted-button-secondary-pressed">#37006e</color>
|
|
304
|
+
<color name="mds-color-theme-common-inverted-button-secondary-disabled">#ffffff</color>
|
|
295
305
|
<color name="mds-color-theme-common-overlays-primary-normal">#ffffff</color>
|
|
296
306
|
<color name="mds-color-theme-common-overlays-secondary-normal">#ffffff</color>
|
|
297
307
|
<color name="mds-color-theme-common-overlays-meeting-normal-0">#ffffff</color>
|
|
@@ -314,12 +324,15 @@
|
|
|
314
324
|
<color name="mds-color-theme-common-button-promotion-hover-1">#37006e</color>
|
|
315
325
|
<color name="mds-color-theme-common-button-promotion-active-0">#37006e</color>
|
|
316
326
|
<color name="mds-color-theme-common-button-promotion-active-1">#37006e</color>
|
|
327
|
+
<color name="mds-color-theme-common-button-join-animated-gradient-normal-0">#37006e</color>
|
|
328
|
+
<color name="mds-color-theme-common-button-join-animated-gradient-normal-1">#37006e</color>
|
|
329
|
+
<color name="mds-color-theme-common-button-join-animated-gradient-normal-2">#37006e</color>
|
|
317
330
|
<color name="mds-color-theme-common-outline-button-normal">#ffffff</color>
|
|
318
331
|
<color name="mds-color-theme-common-outline-primary-normal">#000000</color>
|
|
319
332
|
<color name="mds-color-theme-common-outline-primary-disabled">#600000</color>
|
|
320
333
|
<color name="mds-color-theme-common-outline-input-normal">#000000</color>
|
|
321
334
|
<color name="mds-color-theme-common-outline-secondary-primary">#000000</color>
|
|
322
|
-
<color name="mds-color-theme-common-outline-secondary-disabled">#
|
|
335
|
+
<color name="mds-color-theme-common-outline-secondary-disabled">#600000</color>
|
|
323
336
|
<color name="mds-color-theme-common-control-share-content-selected">#ffffff</color>
|
|
324
337
|
<color name="mds-color-theme-common-control-share-content-active">#ffffff</color>
|
|
325
338
|
<color name="mds-color-theme-common-control-share-content-inactive">#600000</color>
|
|
@@ -349,9 +362,9 @@
|
|
|
349
362
|
<color name="mds-color-theme-common-touchbar-background-orange-normal">#ffffff</color>
|
|
350
363
|
<color name="mds-color-theme-common-touchbar-background-orange-pressed">#37006e</color>
|
|
351
364
|
<color name="mds-color-theme-common-touchbar-background-green-normal">#ffffff</color>
|
|
352
|
-
<color name="mds-color-theme-common-touchbar-background-green-pressed">#
|
|
365
|
+
<color name="mds-color-theme-common-touchbar-background-green-pressed">#37006e</color>
|
|
353
366
|
<color name="mds-color-theme-common-touchbar-background-red-normal">#ffffff</color>
|
|
354
|
-
<color name="mds-color-theme-common-touchbar-background-red-pressed">#
|
|
367
|
+
<color name="mds-color-theme-common-touchbar-background-red-pressed">#37006e</color>
|
|
355
368
|
<color name="mds-color-theme-common-touchbar-background-transparent">#ffffff</color>
|
|
356
369
|
<color name="mds-color-theme-common-touchbar-icon-attention">#ffffff</color>
|
|
357
370
|
<color name="mds-color-theme-common-touchbar-icon-stable">#ffffff</color>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 17 Jul 2024 09:10:27 GMT
|
|
4
4
|
|
|
5
5
|
$mds-color-theme-text-primary-normal: #ffffff;
|
|
6
6
|
$mds-color-theme-text-primary-disabled: #3ff23f;
|
|
@@ -149,6 +149,10 @@ $mds-color-theme-background-common-normal: #000000;
|
|
|
149
149
|
$mds-color-theme-background-namelabel-normal: #000000;
|
|
150
150
|
$mds-color-theme-background-reaction-normal-0: #000000;
|
|
151
151
|
$mds-color-theme-background-reaction-normal-1: #000000;
|
|
152
|
+
$mds-color-theme-background-gradient-secondary-normal-0: #000000;
|
|
153
|
+
$mds-color-theme-background-gradient-secondary-normal-1: #000000;
|
|
154
|
+
$mds-color-theme-background-gradient-primary-normal-0: #000000;
|
|
155
|
+
$mds-color-theme-background-gradient-primary-normal-1: #000000;
|
|
152
156
|
$mds-color-theme-button-primary-normal: #000000;
|
|
153
157
|
$mds-color-theme-button-primary-hover: #1aebff;
|
|
154
158
|
$mds-color-theme-button-primary-pressed: #1aebff;
|
|
@@ -170,6 +174,7 @@ $mds-color-theme-button-accent-normal: #000000;
|
|
|
170
174
|
$mds-color-theme-button-accent-hover: #1aebff;
|
|
171
175
|
$mds-color-theme-button-accent-pressed: #1aebff;
|
|
172
176
|
$mds-color-theme-outline-primary-normal: #ffffff;
|
|
177
|
+
$mds-color-theme-outline-primary-disabled: #3ff23f;
|
|
173
178
|
$mds-color-theme-outline-theme-normal: #ffffff;
|
|
174
179
|
$mds-color-theme-outline-secondary-normal: #ffffff;
|
|
175
180
|
$mds-color-theme-outline-input-normal: #ffffff;
|
|
@@ -177,7 +182,7 @@ $mds-color-theme-outline-input-active: #ffffff;
|
|
|
177
182
|
$mds-color-theme-outline-button-normal: #ffffff;
|
|
178
183
|
$mds-color-theme-outline-join-normal: #ffffff;
|
|
179
184
|
$mds-color-theme-outline-cancel-normal: #ffffff;
|
|
180
|
-
$mds-color-theme-outline-disabled-normal: #
|
|
185
|
+
$mds-color-theme-outline-disabled-normal: #3ff23f;
|
|
181
186
|
$mds-color-theme-outline-share-selected: #ffff00;
|
|
182
187
|
$mds-color-theme-outline-share-active: #ffffff;
|
|
183
188
|
$mds-color-theme-outline-share-inactive: #3ff23f;
|
|
@@ -289,6 +294,11 @@ $mds-color-theme-common-text-error-hover: #ffffff;
|
|
|
289
294
|
$mds-color-theme-common-text-warning-normal: #ffffff;
|
|
290
295
|
$mds-color-theme-common-text-warning-hover: #ffffff;
|
|
291
296
|
$mds-color-theme-common-inverted-text-primary-normal: #ffffff;
|
|
297
|
+
$mds-color-theme-common-inverted-text-secondary-normal: #ffffff;
|
|
298
|
+
$mds-color-theme-common-inverted-button-secondary-normal: #000000;
|
|
299
|
+
$mds-color-theme-common-inverted-button-secondary-hover: #1aebff;
|
|
300
|
+
$mds-color-theme-common-inverted-button-secondary-pressed: #1aebff;
|
|
301
|
+
$mds-color-theme-common-inverted-button-secondary-disabled: #000000;
|
|
292
302
|
$mds-color-theme-common-overlays-primary-normal: #000000;
|
|
293
303
|
$mds-color-theme-common-overlays-secondary-normal: #000000;
|
|
294
304
|
$mds-color-theme-common-overlays-meeting-normal-0: #000000;
|
|
@@ -311,12 +321,15 @@ $mds-color-theme-common-button-promotion-hover-0: #1aebff;
|
|
|
311
321
|
$mds-color-theme-common-button-promotion-hover-1: #1aebff;
|
|
312
322
|
$mds-color-theme-common-button-promotion-active-0: #1aebff;
|
|
313
323
|
$mds-color-theme-common-button-promotion-active-1: #1aebff;
|
|
324
|
+
$mds-color-theme-common-button-join-animated-gradient-normal-0: #1aebff;
|
|
325
|
+
$mds-color-theme-common-button-join-animated-gradient-normal-1: #1aebff;
|
|
326
|
+
$mds-color-theme-common-button-join-animated-gradient-normal-2: #1aebff;
|
|
314
327
|
$mds-color-theme-common-outline-button-normal: #ffffff;
|
|
315
328
|
$mds-color-theme-common-outline-primary-normal: #ffffff;
|
|
316
329
|
$mds-color-theme-common-outline-primary-disabled: #3ff23f;
|
|
317
330
|
$mds-color-theme-common-outline-input-normal: #ffffff;
|
|
318
|
-
$mds-color-theme-common-outline-secondary-primary: #
|
|
319
|
-
$mds-color-theme-common-outline-secondary-disabled: #
|
|
331
|
+
$mds-color-theme-common-outline-secondary-primary: #ffffff;
|
|
332
|
+
$mds-color-theme-common-outline-secondary-disabled: #3ff23f;
|
|
320
333
|
$mds-color-theme-common-control-share-content-selected: #ffffff;
|
|
321
334
|
$mds-color-theme-common-control-share-content-active: #ffffff;
|
|
322
335
|
$mds-color-theme-common-control-share-content-inactive: #3ff23f;
|
|
@@ -347,8 +360,8 @@ $mds-color-theme-common-touchbar-background-orange-normal: #000000;
|
|
|
347
360
|
$mds-color-theme-common-touchbar-background-orange-pressed: #1aebff;
|
|
348
361
|
$mds-color-theme-common-touchbar-background-green-normal: #000000;
|
|
349
362
|
$mds-color-theme-common-touchbar-background-green-pressed: #1aebff;
|
|
350
|
-
$mds-color-theme-common-touchbar-background-red-normal: #
|
|
351
|
-
$mds-color-theme-common-touchbar-background-red-pressed: #
|
|
363
|
+
$mds-color-theme-common-touchbar-background-red-normal: #000000;
|
|
364
|
+
$mds-color-theme-common-touchbar-background-red-pressed: #1aebff;
|
|
352
365
|
$mds-color-theme-common-touchbar-background-transparent: #000000;
|
|
353
366
|
$mds-color-theme-common-touchbar-icon-attention: #000000;
|
|
354
367
|
$mds-color-theme-common-touchbar-icon-stable: #000000;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 17 Jul 2024 09:10:27 GMT
|
|
4
4
|
|
|
5
5
|
$mds-color-theme-text-primary-normal: #000000;
|
|
6
6
|
$mds-color-theme-text-primary-disabled: #600000;
|
|
@@ -149,6 +149,10 @@ $mds-color-theme-background-common-normal: #ffffff;
|
|
|
149
149
|
$mds-color-theme-background-namelabel-normal: #ffffff;
|
|
150
150
|
$mds-color-theme-background-reaction-normal-0: #ffffff;
|
|
151
151
|
$mds-color-theme-background-reaction-normal-1: #ffffff;
|
|
152
|
+
$mds-color-theme-background-gradient-secondary-normal-0: #ffffff;
|
|
153
|
+
$mds-color-theme-background-gradient-secondary-normal-1: #ffffff;
|
|
154
|
+
$mds-color-theme-background-gradient-primary-normal-0: #ffffff;
|
|
155
|
+
$mds-color-theme-background-gradient-primary-normal-1: #ffffff;
|
|
152
156
|
$mds-color-theme-button-primary-normal: #ffffff;
|
|
153
157
|
$mds-color-theme-button-primary-hover: #37006e;
|
|
154
158
|
$mds-color-theme-button-primary-pressed: #37006e;
|
|
@@ -170,6 +174,7 @@ $mds-color-theme-button-accent-normal: #ffffff;
|
|
|
170
174
|
$mds-color-theme-button-accent-hover: #37006e;
|
|
171
175
|
$mds-color-theme-button-accent-pressed: #37006e;
|
|
172
176
|
$mds-color-theme-outline-primary-normal: #000000;
|
|
177
|
+
$mds-color-theme-outline-primary-disabled: #600000;
|
|
173
178
|
$mds-color-theme-outline-theme-normal: #000000;
|
|
174
179
|
$mds-color-theme-outline-secondary-normal: #000000;
|
|
175
180
|
$mds-color-theme-outline-input-normal: #000000;
|
|
@@ -289,6 +294,11 @@ $mds-color-theme-common-text-error-hover: #000000;
|
|
|
289
294
|
$mds-color-theme-common-text-warning-normal: #000000;
|
|
290
295
|
$mds-color-theme-common-text-warning-hover: #000000;
|
|
291
296
|
$mds-color-theme-common-inverted-text-primary-normal: #000000;
|
|
297
|
+
$mds-color-theme-common-inverted-text-secondary-normal: #000000;
|
|
298
|
+
$mds-color-theme-common-inverted-button-secondary-normal: #ffffff;
|
|
299
|
+
$mds-color-theme-common-inverted-button-secondary-hover: #37006e;
|
|
300
|
+
$mds-color-theme-common-inverted-button-secondary-pressed: #37006e;
|
|
301
|
+
$mds-color-theme-common-inverted-button-secondary-disabled: #ffffff;
|
|
292
302
|
$mds-color-theme-common-overlays-primary-normal: #ffffff;
|
|
293
303
|
$mds-color-theme-common-overlays-secondary-normal: #ffffff;
|
|
294
304
|
$mds-color-theme-common-overlays-meeting-normal-0: #ffffff;
|
|
@@ -311,12 +321,15 @@ $mds-color-theme-common-button-promotion-hover-0: #37006e;
|
|
|
311
321
|
$mds-color-theme-common-button-promotion-hover-1: #37006e;
|
|
312
322
|
$mds-color-theme-common-button-promotion-active-0: #37006e;
|
|
313
323
|
$mds-color-theme-common-button-promotion-active-1: #37006e;
|
|
324
|
+
$mds-color-theme-common-button-join-animated-gradient-normal-0: #37006e;
|
|
325
|
+
$mds-color-theme-common-button-join-animated-gradient-normal-1: #37006e;
|
|
326
|
+
$mds-color-theme-common-button-join-animated-gradient-normal-2: #37006e;
|
|
314
327
|
$mds-color-theme-common-outline-button-normal: #ffffff;
|
|
315
328
|
$mds-color-theme-common-outline-primary-normal: #000000;
|
|
316
329
|
$mds-color-theme-common-outline-primary-disabled: #600000;
|
|
317
330
|
$mds-color-theme-common-outline-input-normal: #000000;
|
|
318
331
|
$mds-color-theme-common-outline-secondary-primary: #000000;
|
|
319
|
-
$mds-color-theme-common-outline-secondary-disabled: #
|
|
332
|
+
$mds-color-theme-common-outline-secondary-disabled: #600000;
|
|
320
333
|
$mds-color-theme-common-control-share-content-selected: #ffffff;
|
|
321
334
|
$mds-color-theme-common-control-share-content-active: #ffffff;
|
|
322
335
|
$mds-color-theme-common-control-share-content-inactive: #600000;
|
|
@@ -346,9 +359,9 @@ $mds-color-theme-common-touchbar-background-violet-pressed: #37006e;
|
|
|
346
359
|
$mds-color-theme-common-touchbar-background-orange-normal: #ffffff;
|
|
347
360
|
$mds-color-theme-common-touchbar-background-orange-pressed: #37006e;
|
|
348
361
|
$mds-color-theme-common-touchbar-background-green-normal: #ffffff;
|
|
349
|
-
$mds-color-theme-common-touchbar-background-green-pressed: #
|
|
362
|
+
$mds-color-theme-common-touchbar-background-green-pressed: #37006e;
|
|
350
363
|
$mds-color-theme-common-touchbar-background-red-normal: #ffffff;
|
|
351
|
-
$mds-color-theme-common-touchbar-background-red-pressed: #
|
|
364
|
+
$mds-color-theme-common-touchbar-background-red-pressed: #37006e;
|
|
352
365
|
$mds-color-theme-common-touchbar-background-transparent: #ffffff;
|
|
353
366
|
$mds-color-theme-common-touchbar-icon-attention: #ffffff;
|
|
354
367
|
$mds-color-theme-common-touchbar-icon-stable: #ffffff;
|
package/package.json
CHANGED