@momentum-design/tokens 0.0.54 → 0.0.56
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 +4 -3
- 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/common-stable.css +11 -2
- package/dist/css/theme/webex/dark-complete.css +3 -3
- package/dist/css/theme/webex/dark-stable.css +49 -30
- 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-complete.css +1 -1
- package/dist/css/theme/webex/light-stable.css +49 -28
- package/dist/ios/core/complete.swift +4 -3
- 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/common-stable.swift +11 -2
- package/dist/ios/theme/webex/dark-complete.swift +3 -3
- package/dist/ios/theme/webex/dark-stable.swift +49 -30
- 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-complete.swift +1 -1
- package/dist/ios/theme/webex/light-stable.swift +49 -28
- package/dist/json/core/complete.json +33 -4
- package/dist/json/theme/webex/common-stable.json +246 -1
- package/dist/json/theme/webex/dark-complete.json +2 -2
- package/dist/json/theme/webex/dark-stable.json +3614 -3104
- package/dist/json/theme/webex/light-stable.json +3612 -3053
- package/dist/json-minimal/core/complete.json +3 -2
- package/dist/json-minimal/theme/webex/common-stable.json +12 -1
- package/dist/json-minimal/theme/webex/dark-complete.json +2 -2
- package/dist/json-minimal/theme/webex/dark-stable.json +93 -58
- package/dist/json-minimal/theme/webex/light-stable.json +87 -54
- package/dist/resources/core/complete.xml +4 -3
- 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/common-stable.xml +11 -2
- package/dist/resources/theme/webex/dark-complete.xml +3 -3
- package/dist/resources/theme/webex/dark-stable.xml +49 -30
- 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-complete.xml +1 -1
- package/dist/resources/theme/webex/light-stable.xml +49 -28
- package/dist/scss/core/complete.scss +4 -3
- 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/common-stable.scss +12 -3
- package/dist/scss/theme/webex/dark-complete.scss +3 -3
- package/dist/scss/theme/webex/dark-stable.scss +49 -30
- 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-complete.scss +1 -1
- package/dist/scss/theme/webex/light-stable.scss +49 -28
- package/package.json +1 -1
|
@@ -41,12 +41,13 @@
|
|
|
41
41
|
},
|
|
42
42
|
"black-alpha": {
|
|
43
43
|
"0": "#00000000",
|
|
44
|
-
"4": "#
|
|
45
|
-
"7": "#
|
|
44
|
+
"4": "#0000000A",
|
|
45
|
+
"7": "#00000012",
|
|
46
46
|
"11": "#0000001c",
|
|
47
47
|
"20": "#00000033",
|
|
48
48
|
"30": "#0000004d",
|
|
49
49
|
"40": "#00000066",
|
|
50
|
+
"46": "#00000075",
|
|
50
51
|
"50": "#00000080",
|
|
51
52
|
"60": "#00000099",
|
|
52
53
|
"70": "#000000b3",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
"secondary-dark": {
|
|
53
53
|
"normal": "#00000000",
|
|
54
|
-
"hover": "#
|
|
54
|
+
"hover": "#00000012",
|
|
55
55
|
"pressed": "#00000033",
|
|
56
56
|
"disabled": "#00000000"
|
|
57
57
|
},
|
|
@@ -144,6 +144,17 @@
|
|
|
144
144
|
"attention": "#fc8b98",
|
|
145
145
|
"secure": "#64b4fa"
|
|
146
146
|
}
|
|
147
|
+
},
|
|
148
|
+
"content": {
|
|
149
|
+
"doc": "#4285f4",
|
|
150
|
+
"excel": "#00893E",
|
|
151
|
+
"keynote": "#029CFB",
|
|
152
|
+
"onenote": "#B839DB",
|
|
153
|
+
"pdf": "#EE0507",
|
|
154
|
+
"powerpoint": "#D93E17",
|
|
155
|
+
"sheets": "#F4B400",
|
|
156
|
+
"slides": "#0F9D58",
|
|
157
|
+
"word": "#0078D6"
|
|
147
158
|
}
|
|
148
159
|
}
|
|
149
160
|
}
|
|
@@ -331,13 +331,13 @@
|
|
|
331
331
|
},
|
|
332
332
|
"secondary": {
|
|
333
333
|
"default": "#00000000",
|
|
334
|
-
"hover": "#
|
|
334
|
+
"hover": "#00000012",
|
|
335
335
|
"pressed": "#00000033",
|
|
336
336
|
"disabled": "#00000033"
|
|
337
337
|
},
|
|
338
338
|
"tertiary": {
|
|
339
339
|
"default": "#00000000",
|
|
340
|
-
"hover": "#
|
|
340
|
+
"hover": "#00000012",
|
|
341
341
|
"pressed": "#00000033",
|
|
342
342
|
"disabled": "#00000033"
|
|
343
343
|
}
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
"secondary-dark": {
|
|
53
53
|
"normal": "#00000000",
|
|
54
|
-
"hover": "#
|
|
54
|
+
"hover": "#00000012",
|
|
55
55
|
"pressed": "#00000033",
|
|
56
56
|
"disabled": "#00000000"
|
|
57
57
|
},
|
|
@@ -144,6 +144,17 @@
|
|
|
144
144
|
"attention": "#fc8b98",
|
|
145
145
|
"secure": "#64b4fa"
|
|
146
146
|
}
|
|
147
|
+
},
|
|
148
|
+
"content": {
|
|
149
|
+
"doc": "#4285f4",
|
|
150
|
+
"excel": "#00893E",
|
|
151
|
+
"keynote": "#029CFB",
|
|
152
|
+
"onenote": "#B839DB",
|
|
153
|
+
"pdf": "#EE0507",
|
|
154
|
+
"powerpoint": "#D93E17",
|
|
155
|
+
"sheets": "#F4B400",
|
|
156
|
+
"slides": "#0F9D58",
|
|
157
|
+
"word": "#0078D6"
|
|
147
158
|
}
|
|
148
159
|
},
|
|
149
160
|
"text": {
|
|
@@ -151,15 +162,8 @@
|
|
|
151
162
|
"normal": "#fffffff2",
|
|
152
163
|
"disabled": "#ffffff66"
|
|
153
164
|
},
|
|
154
|
-
"inverted": {
|
|
155
|
-
"normal": "#000000f2",
|
|
156
|
-
"disabled": "#00000080"
|
|
157
|
-
},
|
|
158
165
|
"secondary": {
|
|
159
|
-
"normal": "#ffffffb3"
|
|
160
|
-
"inverted": {
|
|
161
|
-
"normal": "#000000b3"
|
|
162
|
-
}
|
|
166
|
+
"normal": "#ffffffb3"
|
|
163
167
|
},
|
|
164
168
|
"error": {
|
|
165
169
|
"normal": "#fc8b98",
|
|
@@ -252,6 +256,65 @@
|
|
|
252
256
|
}
|
|
253
257
|
}
|
|
254
258
|
},
|
|
259
|
+
"inverted": {
|
|
260
|
+
"text": {
|
|
261
|
+
"primary": {
|
|
262
|
+
"normal": "#000000f2",
|
|
263
|
+
"disabled": "#00000066"
|
|
264
|
+
},
|
|
265
|
+
"secondary": {
|
|
266
|
+
"normal": "#000000b3"
|
|
267
|
+
},
|
|
268
|
+
"accent": {
|
|
269
|
+
"normal": "#0353a8",
|
|
270
|
+
"hover": "#0a274a"
|
|
271
|
+
}
|
|
272
|
+
},
|
|
273
|
+
"background": {
|
|
274
|
+
"normal": "#ffffff"
|
|
275
|
+
},
|
|
276
|
+
"button": {
|
|
277
|
+
"primary": {
|
|
278
|
+
"normal": "#000000f2",
|
|
279
|
+
"hover": "#000000cc",
|
|
280
|
+
"pressed": "#000000b3",
|
|
281
|
+
"disabled": "#00000033"
|
|
282
|
+
},
|
|
283
|
+
"secondary": {
|
|
284
|
+
"normal": "#00000000",
|
|
285
|
+
"hover": "#00000012",
|
|
286
|
+
"pressed": "#00000033",
|
|
287
|
+
"disabled": "#00000000"
|
|
288
|
+
}
|
|
289
|
+
},
|
|
290
|
+
"outline": {
|
|
291
|
+
"button": {
|
|
292
|
+
"normal": "#00000080"
|
|
293
|
+
},
|
|
294
|
+
"primary": {
|
|
295
|
+
"normal": "#00000075"
|
|
296
|
+
},
|
|
297
|
+
"disabled": {
|
|
298
|
+
"normal": "#00000033"
|
|
299
|
+
},
|
|
300
|
+
"theme": "#1170cf"
|
|
301
|
+
},
|
|
302
|
+
"control": {
|
|
303
|
+
"active": {
|
|
304
|
+
"normal": "#1170cf",
|
|
305
|
+
"hover": "#0353a8",
|
|
306
|
+
"pressed": "#063a75",
|
|
307
|
+
"active": "#063a75",
|
|
308
|
+
"disabled": "#00000033"
|
|
309
|
+
},
|
|
310
|
+
"inactive": {
|
|
311
|
+
"normal": "#8f8f8f",
|
|
312
|
+
"hover": "#0000004d",
|
|
313
|
+
"pressed": "#00000066",
|
|
314
|
+
"disabled": "#00000033"
|
|
315
|
+
}
|
|
316
|
+
}
|
|
317
|
+
},
|
|
255
318
|
"background": {
|
|
256
319
|
"primary": {
|
|
257
320
|
"ghost": "#ffffff00",
|
|
@@ -288,9 +351,9 @@
|
|
|
288
351
|
},
|
|
289
352
|
"alert": {
|
|
290
353
|
"default": {
|
|
291
|
-
"normal": "#
|
|
292
|
-
"hover": "#
|
|
293
|
-
"active": "#
|
|
354
|
+
"normal": "#3b3b3b",
|
|
355
|
+
"hover": "#3b3b3b",
|
|
356
|
+
"active": "#545454"
|
|
294
357
|
},
|
|
295
358
|
"success": {
|
|
296
359
|
"normal": "#0e2b20",
|
|
@@ -378,6 +441,9 @@
|
|
|
378
441
|
},
|
|
379
442
|
"skeleton": {
|
|
380
443
|
"normal": "linear-gradient(123deg, #ffffff33 14.98%, #ffffff4d 38.98%, #ffffff66 64.82%, #ffffff80);"
|
|
444
|
+
},
|
|
445
|
+
"reaction": {
|
|
446
|
+
"normal": "linear-gradient(180deg, #ffffff 90%, #ffffff 0%)"
|
|
381
447
|
}
|
|
382
448
|
},
|
|
383
449
|
"button": {
|
|
@@ -401,11 +467,6 @@
|
|
|
401
467
|
"pressed": "#ffffff66"
|
|
402
468
|
}
|
|
403
469
|
},
|
|
404
|
-
"inverted": {
|
|
405
|
-
"normal": "#0f0f0f",
|
|
406
|
-
"hover": "#262626",
|
|
407
|
-
"pressed": "#3b3b3b"
|
|
408
|
-
},
|
|
409
470
|
"join": {
|
|
410
471
|
"normal": "#1d805f",
|
|
411
472
|
"hover": "#185e46",
|
|
@@ -424,7 +485,7 @@
|
|
|
424
485
|
},
|
|
425
486
|
"outline": {
|
|
426
487
|
"primary": {
|
|
427
|
-
"normal": "#
|
|
488
|
+
"normal": "#ffffff66"
|
|
428
489
|
},
|
|
429
490
|
"theme": {
|
|
430
491
|
"normal": "#64b4fa"
|
|
@@ -483,10 +544,15 @@
|
|
|
483
544
|
"hover": "#3492eb",
|
|
484
545
|
"pressed": "#1170cf",
|
|
485
546
|
"active": "#1170cf",
|
|
486
|
-
"disabled": "#
|
|
547
|
+
"disabled": "#ffffff33"
|
|
548
|
+
},
|
|
549
|
+
"indicator": {
|
|
550
|
+
"inactive": {
|
|
551
|
+
"normal": "#8f8f8f"
|
|
552
|
+
}
|
|
487
553
|
},
|
|
488
554
|
"inactive": {
|
|
489
|
-
"normal": "#
|
|
555
|
+
"normal": "#ffffff00",
|
|
490
556
|
"hover": "#ffffff4d",
|
|
491
557
|
"pressed": "#ffffff66",
|
|
492
558
|
"disabled": "#ffffff33"
|
|
@@ -495,6 +561,13 @@
|
|
|
495
561
|
"overlay": {
|
|
496
562
|
"meetings": {
|
|
497
563
|
"normal": "#000000b3"
|
|
564
|
+
},
|
|
565
|
+
"button": {
|
|
566
|
+
"secondary": {
|
|
567
|
+
"normal": "#0f0f0f",
|
|
568
|
+
"hover": "#262626",
|
|
569
|
+
"pressed": "#000000"
|
|
570
|
+
}
|
|
498
571
|
}
|
|
499
572
|
},
|
|
500
573
|
"indicator": {
|
|
@@ -596,44 +669,6 @@
|
|
|
596
669
|
"normal": "#3b3b3b"
|
|
597
670
|
}
|
|
598
671
|
},
|
|
599
|
-
"teaching": {
|
|
600
|
-
"background": {
|
|
601
|
-
"normal": "#ffffff"
|
|
602
|
-
},
|
|
603
|
-
"button": {
|
|
604
|
-
"primary": {
|
|
605
|
-
"normal": "#000000f2",
|
|
606
|
-
"hover": "#000000cc",
|
|
607
|
-
"pressed": "#000000b3",
|
|
608
|
-
"disabled": "#00000033"
|
|
609
|
-
},
|
|
610
|
-
"secondary": {
|
|
611
|
-
"normal": "#00000000",
|
|
612
|
-
"hover": "#0000012",
|
|
613
|
-
"pressed": "#00000033"
|
|
614
|
-
}
|
|
615
|
-
},
|
|
616
|
-
"outline": {
|
|
617
|
-
"button": {
|
|
618
|
-
"normal": "#0000004d"
|
|
619
|
-
},
|
|
620
|
-
"normal": "#00000033",
|
|
621
|
-
"disabled": {
|
|
622
|
-
"normal": "#00000033"
|
|
623
|
-
},
|
|
624
|
-
"theme": "#1170cf"
|
|
625
|
-
},
|
|
626
|
-
"text": {
|
|
627
|
-
"accent": {
|
|
628
|
-
"normal": "#0353a8",
|
|
629
|
-
"hover": "#0a274a",
|
|
630
|
-
"disabled": "#00000066"
|
|
631
|
-
},
|
|
632
|
-
"primary": {
|
|
633
|
-
"disabled": "#00000066"
|
|
634
|
-
}
|
|
635
|
-
}
|
|
636
|
-
},
|
|
637
672
|
"gradientdivider": {
|
|
638
673
|
"normal": {
|
|
639
674
|
"0": "#ffffff00",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
"secondary-dark": {
|
|
53
53
|
"normal": "#00000000",
|
|
54
|
-
"hover": "#
|
|
54
|
+
"hover": "#00000012",
|
|
55
55
|
"pressed": "#00000033",
|
|
56
56
|
"disabled": "#00000000"
|
|
57
57
|
},
|
|
@@ -144,6 +144,17 @@
|
|
|
144
144
|
"attention": "#fc8b98",
|
|
145
145
|
"secure": "#64b4fa"
|
|
146
146
|
}
|
|
147
|
+
},
|
|
148
|
+
"content": {
|
|
149
|
+
"doc": "#4285f4",
|
|
150
|
+
"excel": "#00893E",
|
|
151
|
+
"keynote": "#029CFB",
|
|
152
|
+
"onenote": "#B839DB",
|
|
153
|
+
"pdf": "#EE0507",
|
|
154
|
+
"powerpoint": "#D93E17",
|
|
155
|
+
"sheets": "#F4B400",
|
|
156
|
+
"slides": "#0F9D58",
|
|
157
|
+
"word": "#0078D6"
|
|
147
158
|
}
|
|
148
159
|
},
|
|
149
160
|
"text": {
|
|
@@ -151,15 +162,8 @@
|
|
|
151
162
|
"normal": "#000000f2",
|
|
152
163
|
"disabled": "#00000066"
|
|
153
164
|
},
|
|
154
|
-
"inverted": {
|
|
155
|
-
"normal": "#fffffff2",
|
|
156
|
-
"disabled": "#ffffffcc"
|
|
157
|
-
},
|
|
158
165
|
"secondary": {
|
|
159
|
-
"normal": "#000000b3"
|
|
160
|
-
"inverted": {
|
|
161
|
-
"normal": "#ffffffb3"
|
|
162
|
-
}
|
|
166
|
+
"normal": "#000000b3"
|
|
163
167
|
},
|
|
164
168
|
"error": {
|
|
165
169
|
"normal": "#ab0a15",
|
|
@@ -252,10 +256,67 @@
|
|
|
252
256
|
}
|
|
253
257
|
}
|
|
254
258
|
},
|
|
259
|
+
"inverted": {
|
|
260
|
+
"text": {
|
|
261
|
+
"primary": {
|
|
262
|
+
"normal": "#fffffff2",
|
|
263
|
+
"disabled": "#ffffff66"
|
|
264
|
+
},
|
|
265
|
+
"secondary": {
|
|
266
|
+
"normal": "#ffffffb3"
|
|
267
|
+
},
|
|
268
|
+
"accent": {
|
|
269
|
+
"normal": "#64b4fa",
|
|
270
|
+
"hover": "#bfe3ff"
|
|
271
|
+
}
|
|
272
|
+
},
|
|
273
|
+
"background": {
|
|
274
|
+
"normal": "#000000"
|
|
275
|
+
},
|
|
276
|
+
"button": {
|
|
277
|
+
"primary": {
|
|
278
|
+
"normal": "#fffffff2",
|
|
279
|
+
"hover": "#ffffffcc",
|
|
280
|
+
"pressed": "#ffffffb3",
|
|
281
|
+
"disabled": "#ffffff33"
|
|
282
|
+
},
|
|
283
|
+
"secondary": {
|
|
284
|
+
"normal": "#ffffff00",
|
|
285
|
+
"hover": "#ffffff12",
|
|
286
|
+
"pressed": "#ffffff33",
|
|
287
|
+
"disabled": "#ffffff00"
|
|
288
|
+
}
|
|
289
|
+
},
|
|
290
|
+
"outline": {
|
|
291
|
+
"button": {
|
|
292
|
+
"normal": "#ffffff80"
|
|
293
|
+
},
|
|
294
|
+
"primary": {
|
|
295
|
+
"normal": "#ffffff66",
|
|
296
|
+
"disabled": "#ffffff33"
|
|
297
|
+
},
|
|
298
|
+
"theme": "#64b4fa"
|
|
299
|
+
},
|
|
300
|
+
"control": {
|
|
301
|
+
"active": {
|
|
302
|
+
"normal": "#64b4fa",
|
|
303
|
+
"hover": "#3492eb",
|
|
304
|
+
"pressed": "#1170cf",
|
|
305
|
+
"active": "#1170cf",
|
|
306
|
+
"disabled": "#ffffff33"
|
|
307
|
+
},
|
|
308
|
+
"inactive": {
|
|
309
|
+
"normal": "#00000033",
|
|
310
|
+
"hover": "#0000004d",
|
|
311
|
+
"pressed": "#00000066",
|
|
312
|
+
"disabled": "#00000033"
|
|
313
|
+
}
|
|
314
|
+
}
|
|
315
|
+
},
|
|
255
316
|
"background": {
|
|
256
317
|
"primary": {
|
|
257
318
|
"ghost": "#ffffff00",
|
|
258
|
-
"hover": "#
|
|
319
|
+
"hover": "#00000012",
|
|
259
320
|
"active": "#0000001c",
|
|
260
321
|
"disabled": "#0000001c"
|
|
261
322
|
},
|
|
@@ -378,6 +439,9 @@
|
|
|
378
439
|
},
|
|
379
440
|
"skeleton": {
|
|
380
441
|
"normal": "linear-gradient(123deg, #00000033 14.98%, #0000004d 38.98%, #00000066 64.82%, #00000080);"
|
|
442
|
+
},
|
|
443
|
+
"reaction": {
|
|
444
|
+
"normal": "linear-gradient(180deg, #ffffff 90%, #ffffff 0%)"
|
|
381
445
|
}
|
|
382
446
|
},
|
|
383
447
|
"button": {
|
|
@@ -392,7 +456,7 @@
|
|
|
392
456
|
},
|
|
393
457
|
"secondary": {
|
|
394
458
|
"normal": "#00000000",
|
|
395
|
-
"hover": "#
|
|
459
|
+
"hover": "#00000012",
|
|
396
460
|
"pressed": "#00000033",
|
|
397
461
|
"disabled": "#ffffff00",
|
|
398
462
|
"active": {
|
|
@@ -424,7 +488,7 @@
|
|
|
424
488
|
},
|
|
425
489
|
"outline": {
|
|
426
490
|
"primary": {
|
|
427
|
-
"normal": "#
|
|
491
|
+
"normal": "#00000075"
|
|
428
492
|
},
|
|
429
493
|
"theme": {
|
|
430
494
|
"normal": "#1170cf"
|
|
@@ -486,15 +550,22 @@
|
|
|
486
550
|
"disabled": "#bfe3ff"
|
|
487
551
|
},
|
|
488
552
|
"inactive": {
|
|
489
|
-
"normal": "#
|
|
490
|
-
"hover": "#
|
|
491
|
-
"pressed": "#
|
|
492
|
-
"disabled": "#
|
|
553
|
+
"normal": "#8f8f8f",
|
|
554
|
+
"hover": "#ffffff4d",
|
|
555
|
+
"pressed": "#ffffff66",
|
|
556
|
+
"disabled": "#ffffff33"
|
|
493
557
|
}
|
|
494
558
|
},
|
|
495
559
|
"overlay": {
|
|
496
560
|
"meetings": {
|
|
497
561
|
"normal": "#ffffffcc"
|
|
562
|
+
},
|
|
563
|
+
"button": {
|
|
564
|
+
"secondary": {
|
|
565
|
+
"normal": "#ffffff",
|
|
566
|
+
"hover": "#ededed",
|
|
567
|
+
"pressed": "#dedede"
|
|
568
|
+
}
|
|
498
569
|
}
|
|
499
570
|
},
|
|
500
571
|
"indicator": {
|
|
@@ -596,44 +667,6 @@
|
|
|
596
667
|
"normal": "#ffffff"
|
|
597
668
|
}
|
|
598
669
|
},
|
|
599
|
-
"teaching": {
|
|
600
|
-
"background": {
|
|
601
|
-
"normal": "#000000"
|
|
602
|
-
},
|
|
603
|
-
"button": {
|
|
604
|
-
"primary": {
|
|
605
|
-
"normal": "#fffffff2",
|
|
606
|
-
"hover": "#ffffffcc",
|
|
607
|
-
"pressed": "#ffffffb3",
|
|
608
|
-
"disabled": "#ffffff33"
|
|
609
|
-
},
|
|
610
|
-
"secondary": {
|
|
611
|
-
"normal": "#ffffff00",
|
|
612
|
-
"hover": "#ffffff12",
|
|
613
|
-
"pressed": "#ffffff33"
|
|
614
|
-
}
|
|
615
|
-
},
|
|
616
|
-
"outline": {
|
|
617
|
-
"button": {
|
|
618
|
-
"normal": "#ffffff4d"
|
|
619
|
-
},
|
|
620
|
-
"normal": "#ffffff33",
|
|
621
|
-
"disabled": {
|
|
622
|
-
"normal": "#ffffff33"
|
|
623
|
-
},
|
|
624
|
-
"theme": "#64b4fa"
|
|
625
|
-
},
|
|
626
|
-
"text": {
|
|
627
|
-
"accent": {
|
|
628
|
-
"normal": "#64b4fa",
|
|
629
|
-
"hover": "#bfe3ff",
|
|
630
|
-
"disabled": "#ffffff66"
|
|
631
|
-
},
|
|
632
|
-
"primary": {
|
|
633
|
-
"disabled": "#ffffff66"
|
|
634
|
-
}
|
|
635
|
-
}
|
|
636
|
-
},
|
|
637
670
|
"gradientdivider": {
|
|
638
671
|
"normal": {
|
|
639
672
|
"0": "#00000000",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on
|
|
5
|
+
Generated on Tue, 11 Jun 2024 18:13:50 GMT
|
|
6
6
|
-->
|
|
7
7
|
<resources>
|
|
8
8
|
<string name="mds-border-radius-core-none">0px</string>
|
|
@@ -34,12 +34,13 @@
|
|
|
34
34
|
<color name="mds-color-core-white-alpha-95">#fffffff2</color>
|
|
35
35
|
<color name="mds-color-core-white-alpha-100">#ffffff</color>
|
|
36
36
|
<color name="mds-color-core-black-alpha-0">#00000000</color>
|
|
37
|
-
<color name="mds-color-core-black-alpha-4">#
|
|
38
|
-
<color name="mds-color-core-black-alpha-7">#
|
|
37
|
+
<color name="mds-color-core-black-alpha-4">#0000000A</color>
|
|
38
|
+
<color name="mds-color-core-black-alpha-7">#00000012</color>
|
|
39
39
|
<color name="mds-color-core-black-alpha-11">#0000001c</color>
|
|
40
40
|
<color name="mds-color-core-black-alpha-20">#00000033</color>
|
|
41
41
|
<color name="mds-color-core-black-alpha-30">#0000004d</color>
|
|
42
42
|
<color name="mds-color-core-black-alpha-40">#00000066</color>
|
|
43
|
+
<color name="mds-color-core-black-alpha-46">#00000075</color>
|
|
43
44
|
<color name="mds-color-core-black-alpha-50">#00000080</color>
|
|
44
45
|
<color name="mds-color-core-black-alpha-60">#00000099</color>
|
|
45
46
|
<color name="mds-color-core-black-alpha-70">#000000b3</color>
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on
|
|
5
|
+
Generated on Tue, 11 Jun 2024 18:13:50 GMT
|
|
6
6
|
-->
|
|
7
7
|
<resources>
|
|
8
8
|
<color name="mds-color-theme-common-text-white">#fffffff2</color>
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
<color name="mds-color-theme-common-button-secondary-active-hover">#ffffff4d</color>
|
|
31
31
|
<color name="mds-color-theme-common-button-secondary-active-pressed">#ffffff66</color>
|
|
32
32
|
<color name="mds-color-theme-common-button-secondary-dark-normal">#00000000</color>
|
|
33
|
-
<color name="mds-color-theme-common-button-secondary-dark-hover">#
|
|
33
|
+
<color name="mds-color-theme-common-button-secondary-dark-hover">#00000012</color>
|
|
34
34
|
<color name="mds-color-theme-common-button-secondary-dark-pressed">#00000033</color>
|
|
35
35
|
<color name="mds-color-theme-common-button-secondary-dark-disabled">#00000000</color>
|
|
36
36
|
<color name="mds-color-theme-common-button-join-animated-gradient-normal-0">#30c9b0</color>
|
|
@@ -70,5 +70,14 @@
|
|
|
70
70
|
<color name="mds-color-theme-common-touchbar-icon-stable">#27a17a</color>
|
|
71
71
|
<color name="mds-color-theme-common-touchbar-icon-attention">#fc8b98</color>
|
|
72
72
|
<color name="mds-color-theme-common-touchbar-icon-secure">#64b4fa</color>
|
|
73
|
+
<color name="mds-color-theme-common-content-doc">#4285f4</color>
|
|
74
|
+
<color name="mds-color-theme-common-content-excel">#00893E</color>
|
|
75
|
+
<color name="mds-color-theme-common-content-keynote">#029CFB</color>
|
|
76
|
+
<color name="mds-color-theme-common-content-onenote">#B839DB</color>
|
|
77
|
+
<color name="mds-color-theme-common-content-pdf">#EE0507</color>
|
|
78
|
+
<color name="mds-color-theme-common-content-powerpoint">#D93E17</color>
|
|
79
|
+
<color name="mds-color-theme-common-content-sheets">#F4B400</color>
|
|
80
|
+
<color name="mds-color-theme-common-content-slides">#0F9D58</color>
|
|
81
|
+
<color name="mds-color-theme-common-content-word">#0078D6</color>
|
|
73
82
|
|
|
74
83
|
</resources>
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on
|
|
5
|
+
Generated on Tue, 11 Jun 2024 18:13:50 GMT
|
|
6
6
|
-->
|
|
7
7
|
<resources>
|
|
8
8
|
<color name="mds-color-theme-neutral-bg-primary">linear-gradient(180deg, #1a1a1a 0%, #0f0f0f 100%)</color>
|
|
@@ -169,11 +169,11 @@
|
|
|
169
169
|
<color name="mds-color-theme-inverse-neutral-btn-primary-pressed">#3b3b3b</color>
|
|
170
170
|
<color name="mds-color-theme-inverse-neutral-btn-primary-disabled">#00000033</color>
|
|
171
171
|
<color name="mds-color-theme-inverse-neutral-btn-secondary-default">#00000000</color>
|
|
172
|
-
<color name="mds-color-theme-inverse-neutral-btn-secondary-hover">#
|
|
172
|
+
<color name="mds-color-theme-inverse-neutral-btn-secondary-hover">#00000012</color>
|
|
173
173
|
<color name="mds-color-theme-inverse-neutral-btn-secondary-pressed">#00000033</color>
|
|
174
174
|
<color name="mds-color-theme-inverse-neutral-btn-secondary-disabled">#00000033</color>
|
|
175
175
|
<color name="mds-color-theme-inverse-neutral-btn-tertiary-default">#00000000</color>
|
|
176
|
-
<color name="mds-color-theme-inverse-neutral-btn-tertiary-hover">#
|
|
176
|
+
<color name="mds-color-theme-inverse-neutral-btn-tertiary-hover">#00000012</color>
|
|
177
177
|
<color name="mds-color-theme-inverse-neutral-btn-tertiary-pressed">#00000033</color>
|
|
178
178
|
<color name="mds-color-theme-inverse-neutral-btn-tertiary-disabled">#00000033</color>
|
|
179
179
|
<color name="mds-color-theme-inverse-accent-text-fixed-default">#0353a8</color>
|