@momentum-design/tokens 0.0.57 → 0.0.58
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 +27 -1
- package/dist/css/theme/webex/hc-dark-stable.css +1 -1
- package/dist/css/theme/webex/hc-light-stable.css +1 -1
- package/dist/css/theme/webex/light-stable.css +27 -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 +27 -1
- package/dist/ios/theme/webex/hc-dark-stable.swift +1 -1
- package/dist/ios/theme/webex/hc-light-stable.swift +1 -1
- package/dist/ios/theme/webex/light-stable.swift +27 -1
- package/dist/json/theme/webex/dark-stable.json +849 -0
- package/dist/json/theme/webex/light-stable.json +850 -3
- package/dist/json-minimal/theme/webex/dark-stable.json +66 -0
- package/dist/json-minimal/theme/webex/light-stable.json +66 -0
- 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 +27 -1
- package/dist/resources/theme/webex/hc-dark-stable.xml +1 -1
- package/dist/resources/theme/webex/hc-light-stable.xml +1 -1
- package/dist/resources/theme/webex/light-stable.xml +27 -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 +27 -1
- package/dist/scss/theme/webex/hc-dark-stable.scss +1 -1
- package/dist/scss/theme/webex/hc-light-stable.scss +1 -1
- package/dist/scss/theme/webex/light-stable.scss +27 -1
- package/package.json +1 -1
|
@@ -280,6 +280,20 @@
|
|
|
280
280
|
},
|
|
281
281
|
"namelabel": {
|
|
282
282
|
"normal": "#00000080"
|
|
283
|
+
},
|
|
284
|
+
"gradient": {
|
|
285
|
+
"primary": {
|
|
286
|
+
"normal": {
|
|
287
|
+
"0": "#1a1a1a",
|
|
288
|
+
"1": "#0f0f0f"
|
|
289
|
+
}
|
|
290
|
+
},
|
|
291
|
+
"secondary": {
|
|
292
|
+
"normal": {
|
|
293
|
+
"0": "#262626",
|
|
294
|
+
"1": "#0f0f0f"
|
|
295
|
+
}
|
|
296
|
+
}
|
|
283
297
|
}
|
|
284
298
|
},
|
|
285
299
|
"button": {
|
|
@@ -497,6 +511,17 @@
|
|
|
497
511
|
"0": "#601e66",
|
|
498
512
|
"1": "#3b1e21"
|
|
499
513
|
}
|
|
514
|
+
},
|
|
515
|
+
"join": {
|
|
516
|
+
"animated": {
|
|
517
|
+
"gradient": {
|
|
518
|
+
"normal": {
|
|
519
|
+
"0": "#30c9b0",
|
|
520
|
+
"1": "#64b4fa",
|
|
521
|
+
"2": "#30c9b0"
|
|
522
|
+
}
|
|
523
|
+
}
|
|
524
|
+
}
|
|
500
525
|
}
|
|
501
526
|
},
|
|
502
527
|
"outline": {
|
|
@@ -540,6 +565,47 @@
|
|
|
540
565
|
"slides": "#0f9d58",
|
|
541
566
|
"keynote": "#029cfb",
|
|
542
567
|
"doc": "#4285f4"
|
|
568
|
+
},
|
|
569
|
+
"touchbar": {
|
|
570
|
+
"background": {
|
|
571
|
+
"blue": {
|
|
572
|
+
"normal": "#1170cf",
|
|
573
|
+
"pressed": "#063a75"
|
|
574
|
+
},
|
|
575
|
+
"pink": {
|
|
576
|
+
"normal": "#d43b52",
|
|
577
|
+
"pressed": "#66262d"
|
|
578
|
+
},
|
|
579
|
+
"mint": {
|
|
580
|
+
"normal": "#148579",
|
|
581
|
+
"pressed": "#12423f"
|
|
582
|
+
},
|
|
583
|
+
"purple": {
|
|
584
|
+
"normal": "#c233c4",
|
|
585
|
+
"pressed": "#601e66"
|
|
586
|
+
},
|
|
587
|
+
"violet": {
|
|
588
|
+
"normal": "#875ae0",
|
|
589
|
+
"pressed": "#432c78"
|
|
590
|
+
},
|
|
591
|
+
"orange": {
|
|
592
|
+
"normal": "#c94403",
|
|
593
|
+
"pressed": "#682601"
|
|
594
|
+
},
|
|
595
|
+
"green": {
|
|
596
|
+
"normal": "#1d805f",
|
|
597
|
+
"pressed": "#134231"
|
|
598
|
+
},
|
|
599
|
+
"red": {
|
|
600
|
+
"normal": "#db1f2e",
|
|
601
|
+
"pressed": "#780d13"
|
|
602
|
+
}
|
|
603
|
+
},
|
|
604
|
+
"icon": {
|
|
605
|
+
"attention": "#fc8b98",
|
|
606
|
+
"stable": "#27a17a",
|
|
607
|
+
"secure": "#64b4fa"
|
|
608
|
+
}
|
|
543
609
|
}
|
|
544
610
|
},
|
|
545
611
|
"scrollbar": {
|
|
@@ -280,6 +280,20 @@
|
|
|
280
280
|
},
|
|
281
281
|
"namelabel": {
|
|
282
282
|
"normal": "#ffffff80"
|
|
283
|
+
},
|
|
284
|
+
"gradient": {
|
|
285
|
+
"primary": {
|
|
286
|
+
"normal": {
|
|
287
|
+
"0": "#f0f0f0",
|
|
288
|
+
"1": "#ffffff"
|
|
289
|
+
}
|
|
290
|
+
},
|
|
291
|
+
"secondary": {
|
|
292
|
+
"normal": {
|
|
293
|
+
"0": "#fafafa",
|
|
294
|
+
"1": "#ffffff"
|
|
295
|
+
}
|
|
296
|
+
}
|
|
283
297
|
}
|
|
284
298
|
},
|
|
285
299
|
"button": {
|
|
@@ -497,6 +511,17 @@
|
|
|
497
511
|
"0": "#601e66",
|
|
498
512
|
"1": "#3b1e21"
|
|
499
513
|
}
|
|
514
|
+
},
|
|
515
|
+
"join": {
|
|
516
|
+
"animated": {
|
|
517
|
+
"gradient": {
|
|
518
|
+
"normal": {
|
|
519
|
+
"0": "#30c9b0",
|
|
520
|
+
"1": "#64b4fa",
|
|
521
|
+
"2": "#30c9b0"
|
|
522
|
+
}
|
|
523
|
+
}
|
|
524
|
+
}
|
|
500
525
|
}
|
|
501
526
|
},
|
|
502
527
|
"outline": {
|
|
@@ -540,6 +565,47 @@
|
|
|
540
565
|
"slides": "#0f9d58",
|
|
541
566
|
"keynote": "#029cfb",
|
|
542
567
|
"doc": "#4285f4"
|
|
568
|
+
},
|
|
569
|
+
"touchbar": {
|
|
570
|
+
"background": {
|
|
571
|
+
"blue": {
|
|
572
|
+
"normal": "#1170cf",
|
|
573
|
+
"pressed": "#063a75"
|
|
574
|
+
},
|
|
575
|
+
"pink": {
|
|
576
|
+
"normal": "#d43b52",
|
|
577
|
+
"pressed": "#66262d"
|
|
578
|
+
},
|
|
579
|
+
"mint": {
|
|
580
|
+
"normal": "#148579",
|
|
581
|
+
"pressed": "#12423f"
|
|
582
|
+
},
|
|
583
|
+
"purple": {
|
|
584
|
+
"normal": "#c233c4",
|
|
585
|
+
"pressed": "#601e66"
|
|
586
|
+
},
|
|
587
|
+
"violet": {
|
|
588
|
+
"normal": "#875ae0",
|
|
589
|
+
"pressed": "#432c78"
|
|
590
|
+
},
|
|
591
|
+
"orange": {
|
|
592
|
+
"normal": "#c94403",
|
|
593
|
+
"pressed": "#682601"
|
|
594
|
+
},
|
|
595
|
+
"green": {
|
|
596
|
+
"normal": "#1d805f",
|
|
597
|
+
"pressed": "#134231"
|
|
598
|
+
},
|
|
599
|
+
"red": {
|
|
600
|
+
"normal": "#db1f2e",
|
|
601
|
+
"pressed": "#780d13"
|
|
602
|
+
}
|
|
603
|
+
},
|
|
604
|
+
"icon": {
|
|
605
|
+
"attention": "#fc8b98",
|
|
606
|
+
"stable": "#27a17a",
|
|
607
|
+
"secure": "#64b4fa"
|
|
608
|
+
}
|
|
543
609
|
}
|
|
544
610
|
},
|
|
545
611
|
"scrollbar": {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on
|
|
5
|
+
Generated on Fri, 28 Jun 2024 09:31:32 GMT
|
|
6
6
|
-->
|
|
7
7
|
<resources>
|
|
8
8
|
<color name="mds-color-theme-text-primary-normal">#fffffff2</color>
|
|
@@ -150,6 +150,10 @@
|
|
|
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
152
|
<color name="mds-color-theme-background-namelabel-normal">#00000080</color>
|
|
153
|
+
<color name="mds-color-theme-background-gradient-primary-normal-0">#1a1a1a</color>
|
|
154
|
+
<color name="mds-color-theme-background-gradient-primary-normal-1">#0f0f0f</color>
|
|
155
|
+
<color name="mds-color-theme-background-gradient-secondary-normal-0">#262626</color>
|
|
156
|
+
<color name="mds-color-theme-background-gradient-secondary-normal-1">#0f0f0f</color>
|
|
153
157
|
<color name="mds-color-theme-button-primary-normal">#fffffff2</color>
|
|
154
158
|
<color name="mds-color-theme-button-primary-hover">#ffffffcc</color>
|
|
155
159
|
<color name="mds-color-theme-button-primary-pressed">#ffffffb3</color>
|
|
@@ -258,6 +262,9 @@
|
|
|
258
262
|
<color name="mds-color-theme-common-button-promotion-hover-1">#66262d</color>
|
|
259
263
|
<color name="mds-color-theme-common-button-promotion-active-0">#601e66</color>
|
|
260
264
|
<color name="mds-color-theme-common-button-promotion-active-1">#3b1e21</color>
|
|
265
|
+
<color name="mds-color-theme-common-button-join-animated-gradient-normal-0">#30c9b0</color>
|
|
266
|
+
<color name="mds-color-theme-common-button-join-animated-gradient-normal-1">#64b4fa</color>
|
|
267
|
+
<color name="mds-color-theme-common-button-join-animated-gradient-normal-2">#30c9b0</color>
|
|
261
268
|
<color name="mds-color-theme-common-outline-button-normal">#ffffff4d</color>
|
|
262
269
|
<color name="mds-color-theme-common-outline-primary-normal">#ffffff66</color>
|
|
263
270
|
<color name="mds-color-theme-common-outline-primary-disabled">#ffffff33</color>
|
|
@@ -276,6 +283,25 @@
|
|
|
276
283
|
<color name="mds-color-theme-common-partner-slides">#0f9d58</color>
|
|
277
284
|
<color name="mds-color-theme-common-partner-keynote">#029cfb</color>
|
|
278
285
|
<color name="mds-color-theme-common-partner-doc">#4285f4</color>
|
|
286
|
+
<color name="mds-color-theme-common-touchbar-background-blue-normal">#1170cf</color>
|
|
287
|
+
<color name="mds-color-theme-common-touchbar-background-blue-pressed">#063a75</color>
|
|
288
|
+
<color name="mds-color-theme-common-touchbar-background-pink-normal">#d43b52</color>
|
|
289
|
+
<color name="mds-color-theme-common-touchbar-background-pink-pressed">#66262d</color>
|
|
290
|
+
<color name="mds-color-theme-common-touchbar-background-mint-normal">#148579</color>
|
|
291
|
+
<color name="mds-color-theme-common-touchbar-background-mint-pressed">#12423f</color>
|
|
292
|
+
<color name="mds-color-theme-common-touchbar-background-purple-normal">#c233c4</color>
|
|
293
|
+
<color name="mds-color-theme-common-touchbar-background-purple-pressed">#601e66</color>
|
|
294
|
+
<color name="mds-color-theme-common-touchbar-background-violet-normal">#875ae0</color>
|
|
295
|
+
<color name="mds-color-theme-common-touchbar-background-violet-pressed">#432c78</color>
|
|
296
|
+
<color name="mds-color-theme-common-touchbar-background-orange-normal">#c94403</color>
|
|
297
|
+
<color name="mds-color-theme-common-touchbar-background-orange-pressed">#682601</color>
|
|
298
|
+
<color name="mds-color-theme-common-touchbar-background-green-normal">#1d805f</color>
|
|
299
|
+
<color name="mds-color-theme-common-touchbar-background-green-pressed">#134231</color>
|
|
300
|
+
<color name="mds-color-theme-common-touchbar-background-red-normal">#db1f2e</color>
|
|
301
|
+
<color name="mds-color-theme-common-touchbar-background-red-pressed">#780d13</color>
|
|
302
|
+
<color name="mds-color-theme-common-touchbar-icon-attention">#fc8b98</color>
|
|
303
|
+
<color name="mds-color-theme-common-touchbar-icon-stable">#27a17a</color>
|
|
304
|
+
<color name="mds-color-theme-common-touchbar-icon-secure">#64b4fa</color>
|
|
279
305
|
<color name="mds-color-theme-scrollbar-button-normal">#ffffff66</color>
|
|
280
306
|
<color name="mds-color-theme-scrollbar-button-hover">#ffffff80</color>
|
|
281
307
|
<color name="mds-color-theme-scrollbar-button-pressed">#ffffff99</color>
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on
|
|
5
|
+
Generated on Fri, 28 Jun 2024 09:31:32 GMT
|
|
6
6
|
-->
|
|
7
7
|
<resources>
|
|
8
8
|
<color name="mds-color-theme-text-primary-normal">#000000f2</color>
|
|
@@ -150,6 +150,10 @@
|
|
|
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
152
|
<color name="mds-color-theme-background-namelabel-normal">#ffffff80</color>
|
|
153
|
+
<color name="mds-color-theme-background-gradient-primary-normal-0">#f0f0f0</color>
|
|
154
|
+
<color name="mds-color-theme-background-gradient-primary-normal-1">#ffffff</color>
|
|
155
|
+
<color name="mds-color-theme-background-gradient-secondary-normal-0">#fafafa</color>
|
|
156
|
+
<color name="mds-color-theme-background-gradient-secondary-normal-1">#ffffff</color>
|
|
153
157
|
<color name="mds-color-theme-button-primary-normal">#000000f2</color>
|
|
154
158
|
<color name="mds-color-theme-button-primary-hover">#000000cc</color>
|
|
155
159
|
<color name="mds-color-theme-button-primary-pressed">#000000b3</color>
|
|
@@ -258,6 +262,9 @@
|
|
|
258
262
|
<color name="mds-color-theme-common-button-promotion-hover-1">#66262d</color>
|
|
259
263
|
<color name="mds-color-theme-common-button-promotion-active-0">#601e66</color>
|
|
260
264
|
<color name="mds-color-theme-common-button-promotion-active-1">#3b1e21</color>
|
|
265
|
+
<color name="mds-color-theme-common-button-join-animated-gradient-normal-0">#30c9b0</color>
|
|
266
|
+
<color name="mds-color-theme-common-button-join-animated-gradient-normal-1">#64b4fa</color>
|
|
267
|
+
<color name="mds-color-theme-common-button-join-animated-gradient-normal-2">#30c9b0</color>
|
|
261
268
|
<color name="mds-color-theme-common-outline-button-normal">#ffffff4d</color>
|
|
262
269
|
<color name="mds-color-theme-common-outline-primary-normal">#ffffff66</color>
|
|
263
270
|
<color name="mds-color-theme-common-outline-primary-disabled">#ffffff33</color>
|
|
@@ -276,6 +283,25 @@
|
|
|
276
283
|
<color name="mds-color-theme-common-partner-slides">#0f9d58</color>
|
|
277
284
|
<color name="mds-color-theme-common-partner-keynote">#029cfb</color>
|
|
278
285
|
<color name="mds-color-theme-common-partner-doc">#4285f4</color>
|
|
286
|
+
<color name="mds-color-theme-common-touchbar-background-blue-normal">#1170cf</color>
|
|
287
|
+
<color name="mds-color-theme-common-touchbar-background-blue-pressed">#063a75</color>
|
|
288
|
+
<color name="mds-color-theme-common-touchbar-background-pink-normal">#d43b52</color>
|
|
289
|
+
<color name="mds-color-theme-common-touchbar-background-pink-pressed">#66262d</color>
|
|
290
|
+
<color name="mds-color-theme-common-touchbar-background-mint-normal">#148579</color>
|
|
291
|
+
<color name="mds-color-theme-common-touchbar-background-mint-pressed">#12423f</color>
|
|
292
|
+
<color name="mds-color-theme-common-touchbar-background-purple-normal">#c233c4</color>
|
|
293
|
+
<color name="mds-color-theme-common-touchbar-background-purple-pressed">#601e66</color>
|
|
294
|
+
<color name="mds-color-theme-common-touchbar-background-violet-normal">#875ae0</color>
|
|
295
|
+
<color name="mds-color-theme-common-touchbar-background-violet-pressed">#432c78</color>
|
|
296
|
+
<color name="mds-color-theme-common-touchbar-background-orange-normal">#c94403</color>
|
|
297
|
+
<color name="mds-color-theme-common-touchbar-background-orange-pressed">#682601</color>
|
|
298
|
+
<color name="mds-color-theme-common-touchbar-background-green-normal">#1d805f</color>
|
|
299
|
+
<color name="mds-color-theme-common-touchbar-background-green-pressed">#134231</color>
|
|
300
|
+
<color name="mds-color-theme-common-touchbar-background-red-normal">#db1f2e</color>
|
|
301
|
+
<color name="mds-color-theme-common-touchbar-background-red-pressed">#780d13</color>
|
|
302
|
+
<color name="mds-color-theme-common-touchbar-icon-attention">#fc8b98</color>
|
|
303
|
+
<color name="mds-color-theme-common-touchbar-icon-stable">#27a17a</color>
|
|
304
|
+
<color name="mds-color-theme-common-touchbar-icon-secure">#64b4fa</color>
|
|
279
305
|
<color name="mds-color-theme-scrollbar-button-normal">#00000075</color>
|
|
280
306
|
<color name="mds-color-theme-scrollbar-button-hover">#00000080</color>
|
|
281
307
|
<color name="mds-color-theme-scrollbar-button-pressed">#00000099</color>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Fri, 28 Jun 2024 09:31:32 GMT
|
|
4
4
|
|
|
5
5
|
$mds-color-theme-text-primary-normal: #fffffff2;
|
|
6
6
|
$mds-color-theme-text-primary-disabled: #ffffff66;
|
|
@@ -147,6 +147,10 @@ $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
149
|
$mds-color-theme-background-namelabel-normal: #00000080;
|
|
150
|
+
$mds-color-theme-background-gradient-primary-normal-0: #1a1a1a;
|
|
151
|
+
$mds-color-theme-background-gradient-primary-normal-1: #0f0f0f;
|
|
152
|
+
$mds-color-theme-background-gradient-secondary-normal-0: #262626;
|
|
153
|
+
$mds-color-theme-background-gradient-secondary-normal-1: #0f0f0f;
|
|
150
154
|
$mds-color-theme-button-primary-normal: #fffffff2;
|
|
151
155
|
$mds-color-theme-button-primary-hover: #ffffffcc;
|
|
152
156
|
$mds-color-theme-button-primary-pressed: #ffffffb3;
|
|
@@ -255,6 +259,9 @@ $mds-color-theme-common-button-promotion-hover-0: #601e66;
|
|
|
255
259
|
$mds-color-theme-common-button-promotion-hover-1: #66262d;
|
|
256
260
|
$mds-color-theme-common-button-promotion-active-0: #601e66;
|
|
257
261
|
$mds-color-theme-common-button-promotion-active-1: #3b1e21;
|
|
262
|
+
$mds-color-theme-common-button-join-animated-gradient-normal-0: #30c9b0;
|
|
263
|
+
$mds-color-theme-common-button-join-animated-gradient-normal-1: #64b4fa;
|
|
264
|
+
$mds-color-theme-common-button-join-animated-gradient-normal-2: #30c9b0;
|
|
258
265
|
$mds-color-theme-common-outline-button-normal: #ffffff4d;
|
|
259
266
|
$mds-color-theme-common-outline-primary-normal: #ffffff66;
|
|
260
267
|
$mds-color-theme-common-outline-primary-disabled: #ffffff33;
|
|
@@ -273,6 +280,25 @@ $mds-color-theme-common-partner-sheets: #f4b400;
|
|
|
273
280
|
$mds-color-theme-common-partner-slides: #0f9d58;
|
|
274
281
|
$mds-color-theme-common-partner-keynote: #029cfb;
|
|
275
282
|
$mds-color-theme-common-partner-doc: #4285f4;
|
|
283
|
+
$mds-color-theme-common-touchbar-background-blue-normal: #1170cf;
|
|
284
|
+
$mds-color-theme-common-touchbar-background-blue-pressed: #063a75;
|
|
285
|
+
$mds-color-theme-common-touchbar-background-pink-normal: #d43b52;
|
|
286
|
+
$mds-color-theme-common-touchbar-background-pink-pressed: #66262d;
|
|
287
|
+
$mds-color-theme-common-touchbar-background-mint-normal: #148579;
|
|
288
|
+
$mds-color-theme-common-touchbar-background-mint-pressed: #12423f;
|
|
289
|
+
$mds-color-theme-common-touchbar-background-purple-normal: #c233c4;
|
|
290
|
+
$mds-color-theme-common-touchbar-background-purple-pressed: #601e66;
|
|
291
|
+
$mds-color-theme-common-touchbar-background-violet-normal: #875ae0;
|
|
292
|
+
$mds-color-theme-common-touchbar-background-violet-pressed: #432c78;
|
|
293
|
+
$mds-color-theme-common-touchbar-background-orange-normal: #c94403;
|
|
294
|
+
$mds-color-theme-common-touchbar-background-orange-pressed: #682601;
|
|
295
|
+
$mds-color-theme-common-touchbar-background-green-normal: #1d805f;
|
|
296
|
+
$mds-color-theme-common-touchbar-background-green-pressed: #134231;
|
|
297
|
+
$mds-color-theme-common-touchbar-background-red-normal: #db1f2e;
|
|
298
|
+
$mds-color-theme-common-touchbar-background-red-pressed: #780d13;
|
|
299
|
+
$mds-color-theme-common-touchbar-icon-attention: #fc8b98;
|
|
300
|
+
$mds-color-theme-common-touchbar-icon-stable: #27a17a;
|
|
301
|
+
$mds-color-theme-common-touchbar-icon-secure: #64b4fa;
|
|
276
302
|
$mds-color-theme-scrollbar-button-normal: #ffffff66;
|
|
277
303
|
$mds-color-theme-scrollbar-button-hover: #ffffff80;
|
|
278
304
|
$mds-color-theme-scrollbar-button-pressed: #ffffff99;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Fri, 28 Jun 2024 09:31:32 GMT
|
|
4
4
|
|
|
5
5
|
$mds-color-theme-text-primary-normal: #000000f2;
|
|
6
6
|
$mds-color-theme-text-primary-disabled: #00000066;
|
|
@@ -147,6 +147,10 @@ $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
149
|
$mds-color-theme-background-namelabel-normal: #ffffff80;
|
|
150
|
+
$mds-color-theme-background-gradient-primary-normal-0: #f0f0f0;
|
|
151
|
+
$mds-color-theme-background-gradient-primary-normal-1: #ffffff;
|
|
152
|
+
$mds-color-theme-background-gradient-secondary-normal-0: #fafafa;
|
|
153
|
+
$mds-color-theme-background-gradient-secondary-normal-1: #ffffff;
|
|
150
154
|
$mds-color-theme-button-primary-normal: #000000f2;
|
|
151
155
|
$mds-color-theme-button-primary-hover: #000000cc;
|
|
152
156
|
$mds-color-theme-button-primary-pressed: #000000b3;
|
|
@@ -255,6 +259,9 @@ $mds-color-theme-common-button-promotion-hover-0: #601e66;
|
|
|
255
259
|
$mds-color-theme-common-button-promotion-hover-1: #66262d;
|
|
256
260
|
$mds-color-theme-common-button-promotion-active-0: #601e66;
|
|
257
261
|
$mds-color-theme-common-button-promotion-active-1: #3b1e21;
|
|
262
|
+
$mds-color-theme-common-button-join-animated-gradient-normal-0: #30c9b0;
|
|
263
|
+
$mds-color-theme-common-button-join-animated-gradient-normal-1: #64b4fa;
|
|
264
|
+
$mds-color-theme-common-button-join-animated-gradient-normal-2: #30c9b0;
|
|
258
265
|
$mds-color-theme-common-outline-button-normal: #ffffff4d;
|
|
259
266
|
$mds-color-theme-common-outline-primary-normal: #ffffff66;
|
|
260
267
|
$mds-color-theme-common-outline-primary-disabled: #ffffff33;
|
|
@@ -273,6 +280,25 @@ $mds-color-theme-common-partner-sheets: #f4b400;
|
|
|
273
280
|
$mds-color-theme-common-partner-slides: #0f9d58;
|
|
274
281
|
$mds-color-theme-common-partner-keynote: #029cfb;
|
|
275
282
|
$mds-color-theme-common-partner-doc: #4285f4;
|
|
283
|
+
$mds-color-theme-common-touchbar-background-blue-normal: #1170cf;
|
|
284
|
+
$mds-color-theme-common-touchbar-background-blue-pressed: #063a75;
|
|
285
|
+
$mds-color-theme-common-touchbar-background-pink-normal: #d43b52;
|
|
286
|
+
$mds-color-theme-common-touchbar-background-pink-pressed: #66262d;
|
|
287
|
+
$mds-color-theme-common-touchbar-background-mint-normal: #148579;
|
|
288
|
+
$mds-color-theme-common-touchbar-background-mint-pressed: #12423f;
|
|
289
|
+
$mds-color-theme-common-touchbar-background-purple-normal: #c233c4;
|
|
290
|
+
$mds-color-theme-common-touchbar-background-purple-pressed: #601e66;
|
|
291
|
+
$mds-color-theme-common-touchbar-background-violet-normal: #875ae0;
|
|
292
|
+
$mds-color-theme-common-touchbar-background-violet-pressed: #432c78;
|
|
293
|
+
$mds-color-theme-common-touchbar-background-orange-normal: #c94403;
|
|
294
|
+
$mds-color-theme-common-touchbar-background-orange-pressed: #682601;
|
|
295
|
+
$mds-color-theme-common-touchbar-background-green-normal: #1d805f;
|
|
296
|
+
$mds-color-theme-common-touchbar-background-green-pressed: #134231;
|
|
297
|
+
$mds-color-theme-common-touchbar-background-red-normal: #db1f2e;
|
|
298
|
+
$mds-color-theme-common-touchbar-background-red-pressed: #780d13;
|
|
299
|
+
$mds-color-theme-common-touchbar-icon-attention: #fc8b98;
|
|
300
|
+
$mds-color-theme-common-touchbar-icon-stable: #27a17a;
|
|
301
|
+
$mds-color-theme-common-touchbar-icon-secure: #64b4fa;
|
|
276
302
|
$mds-color-theme-scrollbar-button-normal: #00000075;
|
|
277
303
|
$mds-color-theme-scrollbar-button-hover: #00000080;
|
|
278
304
|
$mds-color-theme-scrollbar-button-pressed: #00000099;
|
package/package.json
CHANGED