@momentum-design/tokens 0.0.59 → 0.0.61

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.
Files changed (37) hide show
  1. package/dist/css/core/complete.css +1 -1
  2. package/dist/css/theme/aaos/day-complete.css +1 -1
  3. package/dist/css/theme/aaos/night-complete.css +1 -1
  4. package/dist/css/theme/webex/dark-stable.css +3 -3
  5. package/dist/css/theme/webex/hc-dark-stable.css +19 -6
  6. package/dist/css/theme/webex/hc-light-stable.css +17 -4
  7. package/dist/css/theme/webex/light-stable.css +2 -2
  8. package/dist/ios/core/complete.swift +1 -1
  9. package/dist/ios/theme/aaos/day-complete.swift +1 -1
  10. package/dist/ios/theme/aaos/night-complete.swift +1 -1
  11. package/dist/ios/theme/webex/dark-stable.swift +3 -3
  12. package/dist/ios/theme/webex/hc-dark-stable.swift +19 -6
  13. package/dist/ios/theme/webex/hc-light-stable.swift +17 -4
  14. package/dist/ios/theme/webex/light-stable.swift +2 -2
  15. package/dist/json/theme/webex/dark-stable.json +4 -6
  16. package/dist/json/theme/webex/hc-dark-stable.json +413 -16
  17. package/dist/json/theme/webex/hc-light-stable.json +409 -6
  18. package/dist/json/theme/webex/light-stable.json +3 -7
  19. package/dist/json-minimal/theme/webex/dark-stable.json +2 -2
  20. package/dist/json-minimal/theme/webex/hc-dark-stable.json +43 -6
  21. package/dist/json-minimal/theme/webex/hc-light-stable.json +41 -4
  22. package/dist/json-minimal/theme/webex/light-stable.json +1 -1
  23. package/dist/resources/core/complete.xml +1 -1
  24. package/dist/resources/theme/aaos/day-complete.xml +1 -1
  25. package/dist/resources/theme/aaos/night-complete.xml +1 -1
  26. package/dist/resources/theme/webex/dark-stable.xml +3 -3
  27. package/dist/resources/theme/webex/hc-dark-stable.xml +19 -6
  28. package/dist/resources/theme/webex/hc-light-stable.xml +17 -4
  29. package/dist/resources/theme/webex/light-stable.xml +2 -2
  30. package/dist/scss/core/complete.scss +1 -1
  31. package/dist/scss/theme/aaos/day-complete.scss +1 -1
  32. package/dist/scss/theme/aaos/night-complete.scss +1 -1
  33. package/dist/scss/theme/webex/dark-stable.scss +3 -3
  34. package/dist/scss/theme/webex/hc-dark-stable.scss +19 -6
  35. package/dist/scss/theme/webex/hc-light-stable.scss +17 -4
  36. package/dist/scss/theme/webex/light-stable.scss +2 -2
  37. package/package.json +1 -1
@@ -284,6 +284,20 @@
284
284
  "0": "#ffffff",
285
285
  "1": "#ffffff"
286
286
  }
287
+ },
288
+ "gradient": {
289
+ "secondary": {
290
+ "normal": {
291
+ "0": "#ffffff",
292
+ "1": "#ffffff"
293
+ }
294
+ },
295
+ "primary": {
296
+ "normal": {
297
+ "0": "#ffffff",
298
+ "1": "#ffffff"
299
+ }
300
+ }
287
301
  }
288
302
  },
289
303
  "button": {
@@ -322,7 +336,8 @@
322
336
  },
323
337
  "outline": {
324
338
  "primary": {
325
- "normal": "#000000"
339
+ "normal": "#000000",
340
+ "disabled": "#600000"
326
341
  },
327
342
  "theme": {
328
343
  "normal": "#000000"
@@ -580,6 +595,17 @@
580
595
  "text": {
581
596
  "primary": {
582
597
  "normal": "#000000"
598
+ },
599
+ "secondary": {
600
+ "normal": "#000000"
601
+ }
602
+ },
603
+ "button": {
604
+ "secondary": {
605
+ "normal": "#ffffff",
606
+ "hover": "#37006e",
607
+ "pressed": "#37006e",
608
+ "disabled": "#ffffff"
583
609
  }
584
610
  }
585
611
  },
@@ -629,6 +655,17 @@
629
655
  "0": "#37006e",
630
656
  "1": "#37006e"
631
657
  }
658
+ },
659
+ "join": {
660
+ "animated": {
661
+ "gradient": {
662
+ "normal": {
663
+ "0": "#37006e",
664
+ "1": "#37006e",
665
+ "2": "#37006e"
666
+ }
667
+ }
668
+ }
632
669
  }
633
670
  },
634
671
  "outline": {
@@ -644,7 +681,7 @@
644
681
  },
645
682
  "secondary": {
646
683
  "primary": "#000000",
647
- "disabled": "#000000"
684
+ "disabled": "#600000"
648
685
  }
649
686
  },
650
687
  "control": {
@@ -709,11 +746,11 @@
709
746
  },
710
747
  "green": {
711
748
  "normal": "#ffffff",
712
- "pressed": "#ffffff"
749
+ "pressed": "#37006e"
713
750
  },
714
751
  "red": {
715
752
  "normal": "#ffffff",
716
- "pressed": "#ffffff"
753
+ "pressed": "#37006e"
717
754
  },
718
755
  "transparent": "#ffffff"
719
756
  },
@@ -279,7 +279,7 @@
279
279
  "normal": "#000000"
280
280
  },
281
281
  "namelabel": {
282
- "normal": "#ffffff80"
282
+ "normal": "#00000099"
283
283
  },
284
284
  "gradient": {
285
285
  "primary": {
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Mon, 15 Jul 2024 08:58:09 GMT
5
+ Generated on Tue, 23 Jul 2024 18:17:57 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="mds-color-core-white-alpha-0">#ffffff00</color>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Mon, 15 Jul 2024 08:58:10 GMT
5
+ Generated on Tue, 23 Jul 2024 18:17:58 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="mds-color-theme-surface-neutral-0-default">#17181b</color>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Mon, 15 Jul 2024 08:58:10 GMT
5
+ Generated on Tue, 23 Jul 2024 18:17:58 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="mds-color-theme-surface-neutral-0-default">#0e1013</color>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Mon, 15 Jul 2024 08:58:09 GMT
5
+ Generated on Tue, 23 Jul 2024 18:17:57 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="mds-color-theme-text-primary-normal">#fffffff2</color>
@@ -149,13 +149,13 @@
149
149
  <color name="mds-color-theme-background-label-violet-hover">#432c78</color>
150
150
  <color name="mds-color-theme-background-label-violet-active">#643abd</color>
151
151
  <color name="mds-color-theme-background-common-normal">#ffffff</color>
152
- <color name="mds-color-theme-background-namelabel-normal">#00000080</color>
152
+ <color name="mds-color-theme-background-namelabel-normal">#00000099</color>
153
153
  <color name="mds-color-theme-background-gradient-primary-normal-0">#1a1a1a</color>
154
154
  <color name="mds-color-theme-background-gradient-primary-normal-1">#0f0f0f</color>
155
155
  <color name="mds-color-theme-background-gradient-secondary-normal-0">#262626</color>
156
156
  <color name="mds-color-theme-background-gradient-secondary-normal-1">#0f0f0f</color>
157
157
  <color name="mds-color-theme-background-reaction-normal-0">#1a1a1a</color>
158
- <color name="mds-color-theme-background-reaction-normal-1">#8f8f8f</color>
158
+ <color name="mds-color-theme-background-reaction-normal-1">#1a1a1a</color>
159
159
  <color name="mds-color-theme-background-skeleton-normal-0">#00000033</color>
160
160
  <color name="mds-color-theme-background-skeleton-normal-1">#0000004d</color>
161
161
  <color name="mds-color-theme-background-skeleton-normal-2">#00000066</color>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Mon, 15 Jul 2024 08:58:10 GMT
5
+ Generated on Tue, 23 Jul 2024 18:17:58 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">#ffffff</color>
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">#00000033</color>
322
- <color name="mds-color-theme-common-outline-secondary-disabled">#00000033</color>
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">#db1f2e</color>
354
- <color name="mds-color-theme-common-touchbar-background-red-pressed">#780d13</color>
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 Mon, 15 Jul 2024 08:58:10 GMT
5
+ Generated on Tue, 23 Jul 2024 18:17:58 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">#000000</color>
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">#ffffff</color>
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">#ffffff</color>
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>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Mon, 15 Jul 2024 08:58:10 GMT
5
+ Generated on Tue, 23 Jul 2024 18:17:58 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="mds-color-theme-text-primary-normal">#000000f2</color>
@@ -149,7 +149,7 @@
149
149
  <color name="mds-color-theme-background-label-violet-hover">#f0e3fc</color>
150
150
  <color name="mds-color-theme-background-label-violet-active">#e2cafc</color>
151
151
  <color name="mds-color-theme-background-common-normal">#000000</color>
152
- <color name="mds-color-theme-background-namelabel-normal">#ffffff80</color>
152
+ <color name="mds-color-theme-background-namelabel-normal">#00000099</color>
153
153
  <color name="mds-color-theme-background-gradient-primary-normal-0">#f0f0f0</color>
154
154
  <color name="mds-color-theme-background-gradient-primary-normal-1">#ffffff</color>
155
155
  <color name="mds-color-theme-background-gradient-secondary-normal-0">#fafafa</color>
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 15 Jul 2024 08:58:09 GMT
3
+ // Generated on Tue, 23 Jul 2024 18:17:57 GMT
4
4
 
5
5
  $mds-color-core-white-alpha-0: #ffffff00;
6
6
  $mds-color-core-white-alpha-5: #ffffff0d;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 15 Jul 2024 08:58:10 GMT
3
+ // Generated on Tue, 23 Jul 2024 18:17:58 GMT
4
4
 
5
5
  $mds-color-theme-surface-neutral-0-default: #17181b;
6
6
  $mds-color-theme-surface-neutral-1-default: #202124;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 15 Jul 2024 08:58:10 GMT
3
+ // Generated on Tue, 23 Jul 2024 18:17:58 GMT
4
4
 
5
5
  $mds-color-theme-surface-neutral-0-default: #0e1013;
6
6
  $mds-color-theme-surface-neutral-1-default: #17181b;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 15 Jul 2024 08:58:09 GMT
3
+ // Generated on Tue, 23 Jul 2024 18:17:57 GMT
4
4
 
5
5
  $mds-color-theme-text-primary-normal: #fffffff2;
6
6
  $mds-color-theme-text-primary-disabled: #ffffff66;
@@ -146,13 +146,13 @@ $mds-color-theme-background-label-violet-normal: #29223d;
146
146
  $mds-color-theme-background-label-violet-hover: #432c78;
147
147
  $mds-color-theme-background-label-violet-active: #643abd;
148
148
  $mds-color-theme-background-common-normal: #ffffff;
149
- $mds-color-theme-background-namelabel-normal: #00000080;
149
+ $mds-color-theme-background-namelabel-normal: #00000099;
150
150
  $mds-color-theme-background-gradient-primary-normal-0: #1a1a1a;
151
151
  $mds-color-theme-background-gradient-primary-normal-1: #0f0f0f;
152
152
  $mds-color-theme-background-gradient-secondary-normal-0: #262626;
153
153
  $mds-color-theme-background-gradient-secondary-normal-1: #0f0f0f;
154
154
  $mds-color-theme-background-reaction-normal-0: #1a1a1a;
155
- $mds-color-theme-background-reaction-normal-1: #8f8f8f;
155
+ $mds-color-theme-background-reaction-normal-1: #1a1a1a;
156
156
  $mds-color-theme-background-skeleton-normal-0: #00000033;
157
157
  $mds-color-theme-background-skeleton-normal-1: #0000004d;
158
158
  $mds-color-theme-background-skeleton-normal-2: #00000066;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 15 Jul 2024 08:58:10 GMT
3
+ // Generated on Tue, 23 Jul 2024 18:17:58 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: #ffffff;
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: #00000033;
319
- $mds-color-theme-common-outline-secondary-disabled: #00000033;
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: #db1f2e;
351
- $mds-color-theme-common-touchbar-background-red-pressed: #780d13;
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 Mon, 15 Jul 2024 08:58:10 GMT
3
+ // Generated on Tue, 23 Jul 2024 18:17:58 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: #000000;
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: #ffffff;
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: #ffffff;
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;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 15 Jul 2024 08:58:09 GMT
3
+ // Generated on Tue, 23 Jul 2024 18:17:58 GMT
4
4
 
5
5
  $mds-color-theme-text-primary-normal: #000000f2;
6
6
  $mds-color-theme-text-primary-disabled: #00000066;
@@ -146,7 +146,7 @@ $mds-color-theme-background-label-violet-normal: #f8f2fc;
146
146
  $mds-color-theme-background-label-violet-hover: #f0e3fc;
147
147
  $mds-color-theme-background-label-violet-active: #e2cafc;
148
148
  $mds-color-theme-background-common-normal: #000000;
149
- $mds-color-theme-background-namelabel-normal: #ffffff80;
149
+ $mds-color-theme-background-namelabel-normal: #00000099;
150
150
  $mds-color-theme-background-gradient-primary-normal-0: #f0f0f0;
151
151
  $mds-color-theme-background-gradient-primary-normal-1: #ffffff;
152
152
  $mds-color-theme-background-gradient-secondary-normal-0: #fafafa;
package/package.json CHANGED
@@ -24,5 +24,5 @@
24
24
  "@momentum-design/token-builder": "^0.0.0",
25
25
  "rimraf": "^3.0.2"
26
26
  },
27
- "version": "0.0.59"
27
+ "version": "0.0.61"
28
28
  }