@momentum-design/tokens 0.0.56 → 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.
Files changed (61) hide show
  1. package/dist/css/core/complete.css +97 -98
  2. package/dist/css/theme/aaos/day-complete.css +14 -16
  3. package/dist/css/theme/aaos/night-complete.css +10 -12
  4. package/dist/css/theme/webex/dark-stable.css +122 -121
  5. package/dist/css/theme/webex/hc-dark-stable.css +145 -94
  6. package/dist/css/theme/webex/hc-light-stable.css +159 -108
  7. package/dist/css/theme/webex/light-stable.css +147 -148
  8. package/dist/ios/core/complete.swift +97 -98
  9. package/dist/ios/theme/aaos/day-complete.swift +14 -16
  10. package/dist/ios/theme/aaos/night-complete.swift +10 -12
  11. package/dist/ios/theme/webex/dark-stable.swift +83 -82
  12. package/dist/ios/theme/webex/hc-dark-stable.swift +145 -94
  13. package/dist/ios/theme/webex/hc-light-stable.swift +159 -108
  14. package/dist/ios/theme/webex/light-stable.swift +107 -108
  15. package/dist/json/core/complete.json +3150 -2380
  16. package/dist/json/theme/aaos/day-complete.json +273 -257
  17. package/dist/json/theme/aaos/night-complete.json +273 -257
  18. package/dist/json/theme/webex/dark-stable.json +7088 -6235
  19. package/dist/json/theme/webex/hc-dark-stable.json +6694 -3987
  20. package/dist/json/theme/webex/hc-light-stable.json +6601 -3890
  21. package/dist/json/theme/webex/light-stable.json +7056 -6262
  22. package/dist/json-minimal/core/complete.json +179 -148
  23. package/dist/json-minimal/theme/aaos/day-complete.json +13 -21
  24. package/dist/json-minimal/theme/aaos/night-complete.json +9 -17
  25. package/dist/json-minimal/theme/webex/dark-stable.json +238 -221
  26. package/dist/json-minimal/theme/webex/hc-dark-stable.json +253 -132
  27. package/dist/json-minimal/theme/webex/hc-light-stable.json +268 -147
  28. package/dist/json-minimal/theme/webex/light-stable.json +270 -251
  29. package/dist/resources/core/complete.xml +97 -98
  30. package/dist/resources/theme/aaos/day-complete.xml +14 -16
  31. package/dist/resources/theme/aaos/night-complete.xml +10 -12
  32. package/dist/resources/theme/webex/dark-stable.xml +122 -121
  33. package/dist/resources/theme/webex/hc-dark-stable.xml +145 -94
  34. package/dist/resources/theme/webex/hc-light-stable.xml +159 -108
  35. package/dist/resources/theme/webex/light-stable.xml +147 -148
  36. package/dist/scss/core/complete.scss +97 -98
  37. package/dist/scss/theme/aaos/day-complete.scss +14 -16
  38. package/dist/scss/theme/aaos/night-complete.scss +10 -12
  39. package/dist/scss/theme/webex/dark-stable.scss +123 -122
  40. package/dist/scss/theme/webex/hc-dark-stable.scss +145 -94
  41. package/dist/scss/theme/webex/hc-light-stable.scss +159 -108
  42. package/dist/scss/theme/webex/light-stable.scss +148 -149
  43. package/package.json +1 -1
  44. package/dist/css/theme/webex/common-stable.css +0 -81
  45. package/dist/css/theme/webex/dark-complete.css +0 -298
  46. package/dist/css/theme/webex/light-complete.css +0 -295
  47. package/dist/ios/theme/webex/common-stable.swift +0 -87
  48. package/dist/ios/theme/webex/dark-complete.swift +0 -304
  49. package/dist/ios/theme/webex/light-complete.swift +0 -301
  50. package/dist/json/theme/webex/common-stable.json +0 -2168
  51. package/dist/json/theme/webex/dark-complete.json +0 -8500
  52. package/dist/json/theme/webex/light-complete.json +0 -8395
  53. package/dist/json-minimal/theme/webex/common-stable.json +0 -162
  54. package/dist/json-minimal/theme/webex/dark-complete.json +0 -635
  55. package/dist/json-minimal/theme/webex/light-complete.json +0 -632
  56. package/dist/resources/theme/webex/common-stable.xml +0 -83
  57. package/dist/resources/theme/webex/dark-complete.xml +0 -300
  58. package/dist/resources/theme/webex/light-complete.xml +0 -297
  59. package/dist/scss/theme/webex/common-stable.scss +0 -78
  60. package/dist/scss/theme/webex/dark-complete.scss +0 -295
  61. package/dist/scss/theme/webex/light-complete.scss +0 -292
@@ -1,2168 +0,0 @@
1
- {
2
- "color": {
3
- "theme": {
4
- "common": {
5
- "text": {
6
- "white": {
7
- "value": "#fffffff2",
8
- "type": "color",
9
- "description": "",
10
- "filePath": "src/theme/stable/common.json",
11
- "isSource": true,
12
- "original": {
13
- "value": "{color.core.white-alpha.95}",
14
- "type": "color",
15
- "description": ""
16
- },
17
- "name": "mds-color-theme-common-text-white",
18
- "attributes": {
19
- "category": "color",
20
- "type": "theme",
21
- "item": "common",
22
- "subitem": "text",
23
- "state": "white"
24
- },
25
- "path": [
26
- "color",
27
- "theme",
28
- "common",
29
- "text",
30
- "white"
31
- ]
32
- },
33
- "gray": {
34
- "value": "#ffffffb3",
35
- "type": "color",
36
- "description": "",
37
- "filePath": "src/theme/stable/common.json",
38
- "isSource": true,
39
- "original": {
40
- "value": "{color.core.white-alpha.70}",
41
- "type": "color",
42
- "description": ""
43
- },
44
- "name": "mds-color-theme-common-text-gray",
45
- "attributes": {
46
- "category": "color",
47
- "type": "theme",
48
- "item": "common",
49
- "subitem": "text",
50
- "state": "gray"
51
- },
52
- "path": [
53
- "color",
54
- "theme",
55
- "common",
56
- "text",
57
- "gray"
58
- ]
59
- },
60
- "black": {
61
- "value": "#000000f2",
62
- "type": "color",
63
- "description": "",
64
- "filePath": "src/theme/stable/common.json",
65
- "isSource": true,
66
- "original": {
67
- "value": "{color.core.black-alpha.95}",
68
- "type": "color",
69
- "description": ""
70
- },
71
- "name": "mds-color-theme-common-text-black",
72
- "attributes": {
73
- "category": "color",
74
- "type": "theme",
75
- "item": "common",
76
- "subitem": "text",
77
- "state": "black"
78
- },
79
- "path": [
80
- "color",
81
- "theme",
82
- "common",
83
- "text",
84
- "black"
85
- ]
86
- },
87
- "disabled": {
88
- "value": "#ffffff66",
89
- "type": "color",
90
- "description": "",
91
- "filePath": "src/theme/stable/common.json",
92
- "isSource": true,
93
- "original": {
94
- "value": "{color.core.white-alpha.40}",
95
- "type": "color",
96
- "description": ""
97
- },
98
- "name": "mds-color-theme-common-text-disabled",
99
- "attributes": {
100
- "category": "color",
101
- "type": "theme",
102
- "item": "common",
103
- "subitem": "text",
104
- "state": "disabled"
105
- },
106
- "path": [
107
- "color",
108
- "theme",
109
- "common",
110
- "text",
111
- "disabled"
112
- ]
113
- },
114
- "success": {
115
- "normal": {
116
- "value": "#3cc29a",
117
- "type": "color",
118
- "description": "",
119
- "filePath": "src/theme/stable/common.json",
120
- "isSource": true,
121
- "original": {
122
- "value": "{color.core.green.40}",
123
- "type": "color",
124
- "description": ""
125
- },
126
- "name": "mds-color-theme-common-text-success-normal",
127
- "attributes": {
128
- "category": "color",
129
- "type": "theme",
130
- "item": "common",
131
- "subitem": "text",
132
- "state": "success"
133
- },
134
- "path": [
135
- "color",
136
- "theme",
137
- "common",
138
- "text",
139
- "success",
140
- "normal"
141
- ]
142
- },
143
- "hover": {
144
- "value": "#9fedd8",
145
- "type": "color",
146
- "description": "",
147
- "filePath": "src/theme/stable/common.json",
148
- "isSource": true,
149
- "original": {
150
- "value": "{color.core.green.20}",
151
- "type": "color",
152
- "description": ""
153
- },
154
- "name": "mds-color-theme-common-text-success-hover",
155
- "attributes": {
156
- "category": "color",
157
- "type": "theme",
158
- "item": "common",
159
- "subitem": "text",
160
- "state": "success"
161
- },
162
- "path": [
163
- "color",
164
- "theme",
165
- "common",
166
- "text",
167
- "success",
168
- "hover"
169
- ]
170
- }
171
- },
172
- "error": {
173
- "normal": {
174
- "value": "#fc8b98",
175
- "type": "color",
176
- "description": "",
177
- "filePath": "src/theme/stable/common.json",
178
- "isSource": true,
179
- "original": {
180
- "value": "{color.core.red.40}",
181
- "type": "color",
182
- "description": ""
183
- },
184
- "name": "mds-color-theme-common-text-error-normal",
185
- "attributes": {
186
- "category": "color",
187
- "type": "theme",
188
- "item": "common",
189
- "subitem": "text",
190
- "state": "error"
191
- },
192
- "path": [
193
- "color",
194
- "theme",
195
- "common",
196
- "text",
197
- "error",
198
- "normal"
199
- ]
200
- },
201
- "hover": {
202
- "value": "#ffd4da",
203
- "type": "color",
204
- "description": "",
205
- "filePath": "src/theme/stable/common.json",
206
- "isSource": true,
207
- "original": {
208
- "value": "{color.core.red.20}",
209
- "type": "color",
210
- "description": ""
211
- },
212
- "name": "mds-color-theme-common-text-error-hover",
213
- "attributes": {
214
- "category": "color",
215
- "type": "theme",
216
- "item": "common",
217
- "subitem": "text",
218
- "state": "error"
219
- },
220
- "path": [
221
- "color",
222
- "theme",
223
- "common",
224
- "text",
225
- "error",
226
- "hover"
227
- ]
228
- }
229
- },
230
- "warning": {
231
- "normal": {
232
- "value": "#f2990a",
233
- "type": "color",
234
- "description": "",
235
- "filePath": "src/theme/stable/common.json",
236
- "isSource": true,
237
- "original": {
238
- "value": "{color.core.yellow.40}",
239
- "type": "color",
240
- "description": ""
241
- },
242
- "name": "mds-color-theme-common-text-warning-normal",
243
- "attributes": {
244
- "category": "color",
245
- "type": "theme",
246
- "item": "common",
247
- "subitem": "text",
248
- "state": "warning"
249
- },
250
- "path": [
251
- "color",
252
- "theme",
253
- "common",
254
- "text",
255
- "warning",
256
- "normal"
257
- ]
258
- }
259
- },
260
- "secondary-light": {
261
- "value": "#ffffffb3",
262
- "type": "color",
263
- "description": "",
264
- "filePath": "src/theme/stable/common.json",
265
- "isSource": true,
266
- "original": {
267
- "value": "{color.core.white-alpha.70}",
268
- "type": "color",
269
- "description": ""
270
- },
271
- "name": "mds-color-theme-common-text-secondary-light",
272
- "attributes": {
273
- "category": "color",
274
- "type": "theme",
275
- "item": "common",
276
- "subitem": "text",
277
- "state": "secondary-light"
278
- },
279
- "path": [
280
- "color",
281
- "theme",
282
- "common",
283
- "text",
284
- "secondary-light"
285
- ]
286
- },
287
- "secondary-dark": {
288
- "value": "#00000099",
289
- "type": "color",
290
- "description": "",
291
- "filePath": "src/theme/stable/common.json",
292
- "isSource": true,
293
- "original": {
294
- "value": "{color.core.black-alpha.60}",
295
- "type": "color",
296
- "description": ""
297
- },
298
- "name": "mds-color-theme-common-text-secondary-dark",
299
- "attributes": {
300
- "category": "color",
301
- "type": "theme",
302
- "item": "common",
303
- "subitem": "text",
304
- "state": "secondary-dark"
305
- },
306
- "path": [
307
- "color",
308
- "theme",
309
- "common",
310
- "text",
311
- "secondary-dark"
312
- ]
313
- }
314
- },
315
- "overlay": {
316
- "primary": {
317
- "normal": {
318
- "value": "#000000e6",
319
- "type": "color",
320
- "description": "",
321
- "filePath": "src/theme/stable/common.json",
322
- "isSource": true,
323
- "original": {
324
- "value": "{color.core.black-alpha.90}",
325
- "type": "color",
326
- "description": ""
327
- },
328
- "name": "mds-color-theme-common-overlay-primary-normal",
329
- "attributes": {
330
- "category": "color",
331
- "type": "theme",
332
- "item": "common",
333
- "subitem": "overlay",
334
- "state": "primary"
335
- },
336
- "path": [
337
- "color",
338
- "theme",
339
- "common",
340
- "overlay",
341
- "primary",
342
- "normal"
343
- ]
344
- }
345
- },
346
- "secondary": {
347
- "normal": {
348
- "value": "#00000066",
349
- "type": "color",
350
- "description": "",
351
- "filePath": "src/theme/stable/common.json",
352
- "isSource": true,
353
- "original": {
354
- "value": "{color.core.black-alpha.40}",
355
- "type": "color",
356
- "description": ""
357
- },
358
- "name": "mds-color-theme-common-overlay-secondary-normal",
359
- "attributes": {
360
- "category": "color",
361
- "type": "theme",
362
- "item": "common",
363
- "subitem": "overlay",
364
- "state": "secondary"
365
- },
366
- "path": [
367
- "color",
368
- "theme",
369
- "common",
370
- "overlay",
371
- "secondary",
372
- "normal"
373
- ]
374
- }
375
- },
376
- "meeting": {
377
- "normal": {
378
- "value": "linear-gradient(180deg, #000000cc 0%, #0000004d 50.23%, #00000000 100%)",
379
- "type": "color",
380
- "description": "Core: linear-gradient(180deg, #000000cc 0%, #0000004d 50.23%, #00000000 100%)\n\nUsed for interstitial preview header.",
381
- "filePath": "src/theme/stable/common.json",
382
- "isSource": true,
383
- "original": {
384
- "value": "linear-gradient(180deg, {color.core.black-alpha.80} 0%, {color.core.black-alpha.30} 50.23%, {color.core.black-alpha.0} 100%)",
385
- "type": "color",
386
- "description": "Core: linear-gradient(180deg, {color.core.black-alpha.80} 0%, {color.core.black-alpha.30} 50.23%, {color.core.black-alpha.0} 100%)\n\nUsed for interstitial preview header."
387
- },
388
- "name": "mds-color-theme-common-overlay-meeting-normal",
389
- "attributes": {
390
- "category": "color",
391
- "type": "theme",
392
- "item": "common",
393
- "subitem": "overlay",
394
- "state": "meeting"
395
- },
396
- "path": [
397
- "color",
398
- "theme",
399
- "common",
400
- "overlay",
401
- "meeting",
402
- "normal"
403
- ]
404
- }
405
- }
406
- },
407
- "button": {
408
- "primary": {
409
- "normal": {
410
- "value": "#fffffff2",
411
- "type": "color",
412
- "description": "",
413
- "filePath": "src/theme/stable/common.json",
414
- "isSource": true,
415
- "original": {
416
- "value": "{color.core.white-alpha.95}",
417
- "type": "color",
418
- "description": ""
419
- },
420
- "name": "mds-color-theme-common-button-primary-normal",
421
- "attributes": {
422
- "category": "color",
423
- "type": "theme",
424
- "item": "common",
425
- "subitem": "button",
426
- "state": "primary"
427
- },
428
- "path": [
429
- "color",
430
- "theme",
431
- "common",
432
- "button",
433
- "primary",
434
- "normal"
435
- ]
436
- },
437
- "hover": {
438
- "value": "#ffffffcc",
439
- "type": "color",
440
- "description": "",
441
- "filePath": "src/theme/stable/common.json",
442
- "isSource": true,
443
- "original": {
444
- "value": "{color.core.white-alpha.80}",
445
- "type": "color",
446
- "description": ""
447
- },
448
- "name": "mds-color-theme-common-button-primary-hover",
449
- "attributes": {
450
- "category": "color",
451
- "type": "theme",
452
- "item": "common",
453
- "subitem": "button",
454
- "state": "primary"
455
- },
456
- "path": [
457
- "color",
458
- "theme",
459
- "common",
460
- "button",
461
- "primary",
462
- "hover"
463
- ]
464
- },
465
- "pressed": {
466
- "value": "#ffffffb3",
467
- "type": "color",
468
- "description": "",
469
- "filePath": "src/theme/stable/common.json",
470
- "isSource": true,
471
- "original": {
472
- "value": "{color.core.white-alpha.70}",
473
- "type": "color",
474
- "description": ""
475
- },
476
- "name": "mds-color-theme-common-button-primary-pressed",
477
- "attributes": {
478
- "category": "color",
479
- "type": "theme",
480
- "item": "common",
481
- "subitem": "button",
482
- "state": "primary"
483
- },
484
- "path": [
485
- "color",
486
- "theme",
487
- "common",
488
- "button",
489
- "primary",
490
- "pressed"
491
- ]
492
- },
493
- "disabled": {
494
- "value": "#ffffff33",
495
- "type": "color",
496
- "description": "",
497
- "filePath": "src/theme/stable/common.json",
498
- "isSource": true,
499
- "original": {
500
- "value": "{color.core.white-alpha.20}",
501
- "type": "color",
502
- "description": ""
503
- },
504
- "name": "mds-color-theme-common-button-primary-disabled",
505
- "attributes": {
506
- "category": "color",
507
- "type": "theme",
508
- "item": "common",
509
- "subitem": "button",
510
- "state": "primary"
511
- },
512
- "path": [
513
- "color",
514
- "theme",
515
- "common",
516
- "button",
517
- "primary",
518
- "disabled"
519
- ]
520
- }
521
- },
522
- "secondary": {
523
- "normal": {
524
- "value": "#ffffff00",
525
- "type": "color",
526
- "description": "",
527
- "filePath": "src/theme/stable/common.json",
528
- "isSource": true,
529
- "original": {
530
- "value": "{color.core.white-alpha.0}",
531
- "type": "color",
532
- "description": ""
533
- },
534
- "name": "mds-color-theme-common-button-secondary-normal",
535
- "attributes": {
536
- "category": "color",
537
- "type": "theme",
538
- "item": "common",
539
- "subitem": "button",
540
- "state": "secondary"
541
- },
542
- "path": [
543
- "color",
544
- "theme",
545
- "common",
546
- "button",
547
- "secondary",
548
- "normal"
549
- ]
550
- },
551
- "hover": {
552
- "value": "#ffffff12",
553
- "type": "color",
554
- "description": "",
555
- "filePath": "src/theme/stable/common.json",
556
- "isSource": true,
557
- "original": {
558
- "value": "{color.core.white-alpha.7}",
559
- "type": "color",
560
- "description": ""
561
- },
562
- "name": "mds-color-theme-common-button-secondary-hover",
563
- "attributes": {
564
- "category": "color",
565
- "type": "theme",
566
- "item": "common",
567
- "subitem": "button",
568
- "state": "secondary"
569
- },
570
- "path": [
571
- "color",
572
- "theme",
573
- "common",
574
- "button",
575
- "secondary",
576
- "hover"
577
- ]
578
- },
579
- "disabled": {
580
- "value": "#ffffff00",
581
- "type": "color",
582
- "description": "",
583
- "filePath": "src/theme/stable/common.json",
584
- "isSource": true,
585
- "original": {
586
- "value": "{color.core.white-alpha.0}",
587
- "type": "color",
588
- "description": ""
589
- },
590
- "name": "mds-color-theme-common-button-secondary-disabled",
591
- "attributes": {
592
- "category": "color",
593
- "type": "theme",
594
- "item": "common",
595
- "subitem": "button",
596
- "state": "secondary"
597
- },
598
- "path": [
599
- "color",
600
- "theme",
601
- "common",
602
- "button",
603
- "secondary",
604
- "disabled"
605
- ]
606
- },
607
- "active": {
608
- "normal": {
609
- "value": "#ffffff33",
610
- "type": "color",
611
- "description": "",
612
- "filePath": "src/theme/stable/common.json",
613
- "isSource": true,
614
- "original": {
615
- "value": "{color.core.white-alpha.20}",
616
- "type": "color",
617
- "description": ""
618
- },
619
- "name": "mds-color-theme-common-button-secondary-active-normal",
620
- "attributes": {
621
- "category": "color",
622
- "type": "theme",
623
- "item": "common",
624
- "subitem": "button",
625
- "state": "secondary"
626
- },
627
- "path": [
628
- "color",
629
- "theme",
630
- "common",
631
- "button",
632
- "secondary",
633
- "active",
634
- "normal"
635
- ]
636
- },
637
- "hover": {
638
- "value": "#ffffff4d",
639
- "type": "color",
640
- "description": "",
641
- "filePath": "src/theme/stable/common.json",
642
- "isSource": true,
643
- "original": {
644
- "value": "{color.core.white-alpha.30}",
645
- "type": "color",
646
- "description": ""
647
- },
648
- "name": "mds-color-theme-common-button-secondary-active-hover",
649
- "attributes": {
650
- "category": "color",
651
- "type": "theme",
652
- "item": "common",
653
- "subitem": "button",
654
- "state": "secondary"
655
- },
656
- "path": [
657
- "color",
658
- "theme",
659
- "common",
660
- "button",
661
- "secondary",
662
- "active",
663
- "hover"
664
- ]
665
- },
666
- "pressed": {
667
- "value": "#ffffff66",
668
- "type": "color",
669
- "description": "",
670
- "filePath": "src/theme/stable/common.json",
671
- "isSource": true,
672
- "original": {
673
- "value": "{color.core.white-alpha.40}",
674
- "type": "color",
675
- "description": ""
676
- },
677
- "name": "mds-color-theme-common-button-secondary-active-pressed",
678
- "attributes": {
679
- "category": "color",
680
- "type": "theme",
681
- "item": "common",
682
- "subitem": "button",
683
- "state": "secondary"
684
- },
685
- "path": [
686
- "color",
687
- "theme",
688
- "common",
689
- "button",
690
- "secondary",
691
- "active",
692
- "pressed"
693
- ]
694
- }
695
- }
696
- },
697
- "secondary-dark": {
698
- "normal": {
699
- "value": "#00000000",
700
- "type": "color",
701
- "description": "",
702
- "filePath": "src/theme/stable/common.json",
703
- "isSource": true,
704
- "original": {
705
- "value": "{color.core.black-alpha.0}",
706
- "type": "color",
707
- "description": ""
708
- },
709
- "name": "mds-color-theme-common-button-secondary-dark-normal",
710
- "attributes": {
711
- "category": "color",
712
- "type": "theme",
713
- "item": "common",
714
- "subitem": "button",
715
- "state": "secondary-dark"
716
- },
717
- "path": [
718
- "color",
719
- "theme",
720
- "common",
721
- "button",
722
- "secondary-dark",
723
- "normal"
724
- ]
725
- },
726
- "hover": {
727
- "value": "#00000012",
728
- "type": "color",
729
- "description": "",
730
- "filePath": "src/theme/stable/common.json",
731
- "isSource": true,
732
- "original": {
733
- "value": "{color.core.black-alpha.7}",
734
- "type": "color",
735
- "description": ""
736
- },
737
- "name": "mds-color-theme-common-button-secondary-dark-hover",
738
- "attributes": {
739
- "category": "color",
740
- "type": "theme",
741
- "item": "common",
742
- "subitem": "button",
743
- "state": "secondary-dark"
744
- },
745
- "path": [
746
- "color",
747
- "theme",
748
- "common",
749
- "button",
750
- "secondary-dark",
751
- "hover"
752
- ]
753
- },
754
- "pressed": {
755
- "value": "#00000033",
756
- "type": "color",
757
- "description": "",
758
- "filePath": "src/theme/stable/common.json",
759
- "isSource": true,
760
- "original": {
761
- "value": "{color.core.black-alpha.20}",
762
- "type": "color",
763
- "description": ""
764
- },
765
- "name": "mds-color-theme-common-button-secondary-dark-pressed",
766
- "attributes": {
767
- "category": "color",
768
- "type": "theme",
769
- "item": "common",
770
- "subitem": "button",
771
- "state": "secondary-dark"
772
- },
773
- "path": [
774
- "color",
775
- "theme",
776
- "common",
777
- "button",
778
- "secondary-dark",
779
- "pressed"
780
- ]
781
- },
782
- "disabled": {
783
- "value": "#00000000",
784
- "type": "color",
785
- "description": "",
786
- "filePath": "src/theme/stable/common.json",
787
- "isSource": true,
788
- "original": {
789
- "value": "{color.core.black-alpha.0}",
790
- "type": "color",
791
- "description": ""
792
- },
793
- "name": "mds-color-theme-common-button-secondary-dark-disabled",
794
- "attributes": {
795
- "category": "color",
796
- "type": "theme",
797
- "item": "common",
798
- "subitem": "button",
799
- "state": "secondary-dark"
800
- },
801
- "path": [
802
- "color",
803
- "theme",
804
- "common",
805
- "button",
806
- "secondary-dark",
807
- "disabled"
808
- ]
809
- }
810
- },
811
- "join-animated-gradient": {
812
- "normal": {
813
- "0": {
814
- "value": "#30c9b0",
815
- "type": "color",
816
- "description": "",
817
- "filePath": "src/theme/stable/common.json",
818
- "isSource": true,
819
- "original": {
820
- "value": "{color.decorative.mint.40}",
821
- "type": "color",
822
- "description": ""
823
- },
824
- "name": "mds-color-theme-common-button-join-animated-gradient-normal-0",
825
- "attributes": {
826
- "category": "color",
827
- "type": "theme",
828
- "item": "common",
829
- "subitem": "button",
830
- "state": "join-animated-gradient"
831
- },
832
- "path": [
833
- "color",
834
- "theme",
835
- "common",
836
- "button",
837
- "join-animated-gradient",
838
- "normal",
839
- "0"
840
- ]
841
- },
842
- "1": {
843
- "value": "#64b4fa",
844
- "type": "color",
845
- "description": "",
846
- "filePath": "src/theme/stable/common.json",
847
- "isSource": true,
848
- "original": {
849
- "value": "{color.core.blue.40}",
850
- "type": "color",
851
- "description": ""
852
- },
853
- "name": "mds-color-theme-common-button-join-animated-gradient-normal-1",
854
- "attributes": {
855
- "category": "color",
856
- "type": "theme",
857
- "item": "common",
858
- "subitem": "button",
859
- "state": "join-animated-gradient"
860
- },
861
- "path": [
862
- "color",
863
- "theme",
864
- "common",
865
- "button",
866
- "join-animated-gradient",
867
- "normal",
868
- "1"
869
- ]
870
- }
871
- }
872
- },
873
- "promotion": {
874
- "normal": {
875
- "value": "linear-gradient(46deg, #932099 -0.03%, #a12a3a 99.99%)",
876
- "type": "color",
877
- "description": "Used for rest state of promotional button",
878
- "filePath": "src/theme/stable/common.json",
879
- "isSource": true,
880
- "original": {
881
- "value": "linear-gradient(46deg, {color.decorative.purple.70} -0.03%, {color.decorative.pink.70} 99.99%)",
882
- "type": "color",
883
- "description": "Used for rest state of promotional button"
884
- },
885
- "name": "mds-color-theme-common-button-promotion-normal",
886
- "attributes": {
887
- "category": "color",
888
- "type": "theme",
889
- "item": "common",
890
- "subitem": "button",
891
- "state": "promotion"
892
- },
893
- "path": [
894
- "color",
895
- "theme",
896
- "common",
897
- "button",
898
- "promotion",
899
- "normal"
900
- ]
901
- },
902
- "hover": {
903
- "value": "linear-gradient(46deg, #601e66 -0.04%, #66262d 99.97%)",
904
- "type": "color",
905
- "description": "Used for hover state of promotional button",
906
- "filePath": "src/theme/stable/common.json",
907
- "isSource": true,
908
- "original": {
909
- "value": "linear-gradient(46deg, {color.decorative.purple.80} -0.04%, {color.decorative.pink.80} 99.97%)",
910
- "type": "color",
911
- "description": "Used for hover state of promotional button"
912
- },
913
- "name": "mds-color-theme-common-button-promotion-hover",
914
- "attributes": {
915
- "category": "color",
916
- "type": "theme",
917
- "item": "common",
918
- "subitem": "button",
919
- "state": "promotion"
920
- },
921
- "path": [
922
- "color",
923
- "theme",
924
- "common",
925
- "button",
926
- "promotion",
927
- "hover"
928
- ]
929
- },
930
- "active": {
931
- "value": "linear-gradient(46deg, #3b1840 -0.05%, #3b1e21 99.96%)",
932
- "type": "color",
933
- "description": "Used for active state of promotional button",
934
- "filePath": "src/theme/stable/common.json",
935
- "isSource": true,
936
- "original": {
937
- "value": "linear-gradient(46deg, {color.decorative.purple.90} -0.05%, {color.decorative.pink.90} 99.96%)",
938
- "type": "color",
939
- "description": "Used for active state of promotional button"
940
- },
941
- "name": "mds-color-theme-common-button-promotion-active",
942
- "attributes": {
943
- "category": "color",
944
- "type": "theme",
945
- "item": "common",
946
- "subitem": "button",
947
- "state": "promotion"
948
- },
949
- "path": [
950
- "color",
951
- "theme",
952
- "common",
953
- "button",
954
- "promotion",
955
- "active"
956
- ]
957
- }
958
- }
959
- },
960
- "outline": {
961
- "button": {
962
- "normal": {
963
- "value": "#ffffff4d",
964
- "type": "color",
965
- "description": "",
966
- "filePath": "src/theme/stable/common.json",
967
- "isSource": true,
968
- "original": {
969
- "value": "{color.core.white-alpha.30}",
970
- "type": "color",
971
- "description": ""
972
- },
973
- "name": "mds-color-theme-common-outline-button-normal",
974
- "attributes": {
975
- "category": "color",
976
- "type": "theme",
977
- "item": "common",
978
- "subitem": "outline",
979
- "state": "button"
980
- },
981
- "path": [
982
- "color",
983
- "theme",
984
- "common",
985
- "outline",
986
- "button",
987
- "normal"
988
- ]
989
- }
990
- },
991
- "primary": {
992
- "normal": {
993
- "value": "#ffffff66",
994
- "type": "color",
995
- "description": "",
996
- "filePath": "src/theme/stable/common.json",
997
- "isSource": true,
998
- "original": {
999
- "value": "{color.core.white-alpha.40}",
1000
- "type": "color",
1001
- "description": ""
1002
- },
1003
- "name": "mds-color-theme-common-outline-primary-normal",
1004
- "attributes": {
1005
- "category": "color",
1006
- "type": "theme",
1007
- "item": "common",
1008
- "subitem": "outline",
1009
- "state": "primary"
1010
- },
1011
- "path": [
1012
- "color",
1013
- "theme",
1014
- "common",
1015
- "outline",
1016
- "primary",
1017
- "normal"
1018
- ]
1019
- }
1020
- },
1021
- "input": {
1022
- "normal": {
1023
- "value": "#ffffff80",
1024
- "type": "color",
1025
- "description": "",
1026
- "filePath": "src/theme/stable/common.json",
1027
- "isSource": true,
1028
- "original": {
1029
- "value": "{color.core.white-alpha.50}",
1030
- "type": "color",
1031
- "description": ""
1032
- },
1033
- "name": "mds-color-theme-common-outline-input-normal",
1034
- "attributes": {
1035
- "category": "color",
1036
- "type": "theme",
1037
- "item": "common",
1038
- "subitem": "outline",
1039
- "state": "input"
1040
- },
1041
- "path": [
1042
- "color",
1043
- "theme",
1044
- "common",
1045
- "outline",
1046
- "input",
1047
- "normal"
1048
- ]
1049
- }
1050
- },
1051
- "disabled": {
1052
- "normal": {
1053
- "value": "#ffffff33",
1054
- "type": "color",
1055
- "description": "",
1056
- "filePath": "src/theme/stable/common.json",
1057
- "isSource": true,
1058
- "original": {
1059
- "value": "{color.core.white-alpha.20}",
1060
- "type": "color",
1061
- "description": ""
1062
- },
1063
- "name": "mds-color-theme-common-outline-disabled-normal",
1064
- "attributes": {
1065
- "category": "color",
1066
- "type": "theme",
1067
- "item": "common",
1068
- "subitem": "outline",
1069
- "state": "disabled"
1070
- },
1071
- "path": [
1072
- "color",
1073
- "theme",
1074
- "common",
1075
- "outline",
1076
- "disabled",
1077
- "normal"
1078
- ]
1079
- }
1080
- },
1081
- "closed-caption": {
1082
- "secondary": {
1083
- "light": {
1084
- "value": "#ffffff33",
1085
- "type": "color",
1086
- "description": "",
1087
- "filePath": "src/theme/stable/common.json",
1088
- "isSource": true,
1089
- "original": {
1090
- "value": "{color.core.white-alpha.20}",
1091
- "type": "color",
1092
- "description": ""
1093
- },
1094
- "name": "mds-color-theme-common-outline-closed-caption-secondary-light",
1095
- "attributes": {
1096
- "category": "color",
1097
- "type": "theme",
1098
- "item": "common",
1099
- "subitem": "outline",
1100
- "state": "closed-caption"
1101
- },
1102
- "path": [
1103
- "color",
1104
- "theme",
1105
- "common",
1106
- "outline",
1107
- "closed-caption",
1108
- "secondary",
1109
- "light"
1110
- ]
1111
- },
1112
- "dark": {
1113
- "value": "#00000033",
1114
- "type": "color",
1115
- "description": "",
1116
- "filePath": "src/theme/stable/common.json",
1117
- "isSource": true,
1118
- "original": {
1119
- "value": "{color.core.black-alpha.20}",
1120
- "type": "color",
1121
- "description": ""
1122
- },
1123
- "name": "mds-color-theme-common-outline-closed-caption-secondary-dark",
1124
- "attributes": {
1125
- "category": "color",
1126
- "type": "theme",
1127
- "item": "common",
1128
- "subitem": "outline",
1129
- "state": "closed-caption"
1130
- },
1131
- "path": [
1132
- "color",
1133
- "theme",
1134
- "common",
1135
- "outline",
1136
- "closed-caption",
1137
- "secondary",
1138
- "dark"
1139
- ]
1140
- }
1141
- }
1142
- }
1143
- },
1144
- "control": {
1145
- "inactive": {
1146
- "normal": {
1147
- "value": "#00000033",
1148
- "type": "color",
1149
- "description": "",
1150
- "filePath": "src/theme/stable/common.json",
1151
- "isSource": true,
1152
- "original": {
1153
- "value": "{color.core.black-alpha.20}",
1154
- "type": "color",
1155
- "description": ""
1156
- },
1157
- "name": "mds-color-theme-common-control-inactive-normal",
1158
- "attributes": {
1159
- "category": "color",
1160
- "type": "theme",
1161
- "item": "common",
1162
- "subitem": "control",
1163
- "state": "inactive"
1164
- },
1165
- "path": [
1166
- "color",
1167
- "theme",
1168
- "common",
1169
- "control",
1170
- "inactive",
1171
- "normal"
1172
- ]
1173
- }
1174
- },
1175
- "shareContent": {
1176
- "active": {
1177
- "value": "#C94403",
1178
- "type": "color",
1179
- "description": "",
1180
- "filePath": "src/theme/stable/common.json",
1181
- "isSource": true,
1182
- "original": {
1183
- "value": "{color.core.orange.60}",
1184
- "type": "color",
1185
- "description": ""
1186
- },
1187
- "name": "mds-color-theme-common-control-share-content-active",
1188
- "attributes": {
1189
- "category": "color",
1190
- "type": "theme",
1191
- "item": "common",
1192
- "subitem": "control",
1193
- "state": "shareContent"
1194
- },
1195
- "path": [
1196
- "color",
1197
- "theme",
1198
- "common",
1199
- "control",
1200
- "shareContent",
1201
- "active"
1202
- ]
1203
- },
1204
- "inactive": {
1205
- "value": "#707070",
1206
- "type": "color",
1207
- "description": "",
1208
- "filePath": "src/theme/stable/common.json",
1209
- "isSource": true,
1210
- "original": {
1211
- "value": "{color.core.gray.60}",
1212
- "type": "color",
1213
- "description": ""
1214
- },
1215
- "name": "mds-color-theme-common-control-share-content-inactive",
1216
- "attributes": {
1217
- "category": "color",
1218
- "type": "theme",
1219
- "item": "common",
1220
- "subitem": "control",
1221
- "state": "shareContent"
1222
- },
1223
- "path": [
1224
- "color",
1225
- "theme",
1226
- "common",
1227
- "control",
1228
- "shareContent",
1229
- "inactive"
1230
- ]
1231
- },
1232
- "selected": {
1233
- "value": "#3cc29a",
1234
- "type": "color",
1235
- "description": "",
1236
- "filePath": "src/theme/stable/common.json",
1237
- "isSource": true,
1238
- "original": {
1239
- "value": "{color.core.green.40}",
1240
- "type": "color",
1241
- "description": ""
1242
- },
1243
- "name": "mds-color-theme-common-control-share-content-selected",
1244
- "attributes": {
1245
- "category": "color",
1246
- "type": "theme",
1247
- "item": "common",
1248
- "subitem": "control",
1249
- "state": "shareContent"
1250
- },
1251
- "path": [
1252
- "color",
1253
- "theme",
1254
- "common",
1255
- "control",
1256
- "shareContent",
1257
- "selected"
1258
- ]
1259
- }
1260
- }
1261
- },
1262
- "background": {
1263
- "solid": {
1264
- "secondary-dark": {
1265
- "value": "#1a1a1a",
1266
- "type": "color",
1267
- "description": "",
1268
- "filePath": "src/theme/stable/common.json",
1269
- "isSource": true,
1270
- "original": {
1271
- "value": "{color.core.gray.95}",
1272
- "type": "color",
1273
- "description": ""
1274
- },
1275
- "name": "mds-color-theme-common-background-solid-secondary-dark",
1276
- "attributes": {
1277
- "category": "color",
1278
- "type": "theme",
1279
- "item": "common",
1280
- "subitem": "background",
1281
- "state": "solid"
1282
- },
1283
- "path": [
1284
- "color",
1285
- "theme",
1286
- "common",
1287
- "background",
1288
- "solid",
1289
- "secondary-dark"
1290
- ]
1291
- },
1292
- "primary-light": {
1293
- "value": "#ffffff",
1294
- "type": "color",
1295
- "description": "",
1296
- "filePath": "src/theme/stable/common.json",
1297
- "isSource": true,
1298
- "original": {
1299
- "value": "{color.core.white-alpha.100}",
1300
- "type": "color",
1301
- "description": ""
1302
- },
1303
- "name": "mds-color-theme-common-background-solid-primary-light",
1304
- "attributes": {
1305
- "category": "color",
1306
- "type": "theme",
1307
- "item": "common",
1308
- "subitem": "background",
1309
- "state": "solid"
1310
- },
1311
- "path": [
1312
- "color",
1313
- "theme",
1314
- "common",
1315
- "background",
1316
- "solid",
1317
- "primary-light"
1318
- ]
1319
- }
1320
- }
1321
- },
1322
- "touchbar": {
1323
- "background": {
1324
- "blue": {
1325
- "normal": {
1326
- "value": "#1170cf",
1327
- "type": "color",
1328
- "description": "",
1329
- "filePath": "src/theme/stable/common.json",
1330
- "isSource": true,
1331
- "original": {
1332
- "value": "{color.core.blue.60}",
1333
- "type": "color",
1334
- "description": ""
1335
- },
1336
- "name": "mds-color-theme-common-touchbar-background-blue-normal",
1337
- "attributes": {
1338
- "category": "color",
1339
- "type": "theme",
1340
- "item": "common",
1341
- "subitem": "touchbar",
1342
- "state": "background"
1343
- },
1344
- "path": [
1345
- "color",
1346
- "theme",
1347
- "common",
1348
- "touchbar",
1349
- "background",
1350
- "blue",
1351
- "normal"
1352
- ]
1353
- },
1354
- "pressed": {
1355
- "value": "#063a75",
1356
- "type": "color",
1357
- "description": "",
1358
- "filePath": "src/theme/stable/common.json",
1359
- "isSource": true,
1360
- "original": {
1361
- "value": "{color.core.blue.80}",
1362
- "type": "color",
1363
- "description": ""
1364
- },
1365
- "name": "mds-color-theme-common-touchbar-background-blue-pressed",
1366
- "attributes": {
1367
- "category": "color",
1368
- "type": "theme",
1369
- "item": "common",
1370
- "subitem": "touchbar",
1371
- "state": "background"
1372
- },
1373
- "path": [
1374
- "color",
1375
- "theme",
1376
- "common",
1377
- "touchbar",
1378
- "background",
1379
- "blue",
1380
- "pressed"
1381
- ]
1382
- }
1383
- },
1384
- "pink": {
1385
- "normal": {
1386
- "value": "#d43b52",
1387
- "type": "color",
1388
- "description": "",
1389
- "filePath": "src/theme/stable/common.json",
1390
- "isSource": true,
1391
- "original": {
1392
- "value": "{color.decorative.pink.60}",
1393
- "type": "color",
1394
- "description": ""
1395
- },
1396
- "name": "mds-color-theme-common-touchbar-background-pink-normal",
1397
- "attributes": {
1398
- "category": "color",
1399
- "type": "theme",
1400
- "item": "common",
1401
- "subitem": "touchbar",
1402
- "state": "background"
1403
- },
1404
- "path": [
1405
- "color",
1406
- "theme",
1407
- "common",
1408
- "touchbar",
1409
- "background",
1410
- "pink",
1411
- "normal"
1412
- ]
1413
- },
1414
- "pressed": {
1415
- "value": "#66262d",
1416
- "type": "color",
1417
- "description": "",
1418
- "filePath": "src/theme/stable/common.json",
1419
- "isSource": true,
1420
- "original": {
1421
- "value": "{color.decorative.pink.80}",
1422
- "type": "color",
1423
- "description": ""
1424
- },
1425
- "name": "mds-color-theme-common-touchbar-background-pink-pressed",
1426
- "attributes": {
1427
- "category": "color",
1428
- "type": "theme",
1429
- "item": "common",
1430
- "subitem": "touchbar",
1431
- "state": "background"
1432
- },
1433
- "path": [
1434
- "color",
1435
- "theme",
1436
- "common",
1437
- "touchbar",
1438
- "background",
1439
- "pink",
1440
- "pressed"
1441
- ]
1442
- }
1443
- },
1444
- "mint": {
1445
- "normal": {
1446
- "value": "#148579",
1447
- "type": "color",
1448
- "description": "",
1449
- "filePath": "src/theme/stable/common.json",
1450
- "isSource": true,
1451
- "original": {
1452
- "value": "{color.decorative.mint.60}",
1453
- "type": "color",
1454
- "description": ""
1455
- },
1456
- "name": "mds-color-theme-common-touchbar-background-mint-normal",
1457
- "attributes": {
1458
- "category": "color",
1459
- "type": "theme",
1460
- "item": "common",
1461
- "subitem": "touchbar",
1462
- "state": "background"
1463
- },
1464
- "path": [
1465
- "color",
1466
- "theme",
1467
- "common",
1468
- "touchbar",
1469
- "background",
1470
- "mint",
1471
- "normal"
1472
- ]
1473
- },
1474
- "pressed": {
1475
- "value": "#12423f",
1476
- "type": "color",
1477
- "description": "",
1478
- "filePath": "src/theme/stable/common.json",
1479
- "isSource": true,
1480
- "original": {
1481
- "value": "{color.decorative.mint.80}",
1482
- "type": "color",
1483
- "description": ""
1484
- },
1485
- "name": "mds-color-theme-common-touchbar-background-mint-pressed",
1486
- "attributes": {
1487
- "category": "color",
1488
- "type": "theme",
1489
- "item": "common",
1490
- "subitem": "touchbar",
1491
- "state": "background"
1492
- },
1493
- "path": [
1494
- "color",
1495
- "theme",
1496
- "common",
1497
- "touchbar",
1498
- "background",
1499
- "mint",
1500
- "pressed"
1501
- ]
1502
- }
1503
- },
1504
- "purple": {
1505
- "normal": {
1506
- "value": "#c233c4",
1507
- "type": "color",
1508
- "description": "",
1509
- "filePath": "src/theme/stable/common.json",
1510
- "isSource": true,
1511
- "original": {
1512
- "value": "{color.decorative.purple.60}",
1513
- "type": "color",
1514
- "description": ""
1515
- },
1516
- "name": "mds-color-theme-common-touchbar-background-purple-normal",
1517
- "attributes": {
1518
- "category": "color",
1519
- "type": "theme",
1520
- "item": "common",
1521
- "subitem": "touchbar",
1522
- "state": "background"
1523
- },
1524
- "path": [
1525
- "color",
1526
- "theme",
1527
- "common",
1528
- "touchbar",
1529
- "background",
1530
- "purple",
1531
- "normal"
1532
- ]
1533
- },
1534
- "pressed": {
1535
- "value": "#601e66",
1536
- "type": "color",
1537
- "description": "",
1538
- "filePath": "src/theme/stable/common.json",
1539
- "isSource": true,
1540
- "original": {
1541
- "value": "{color.decorative.purple.80}",
1542
- "type": "color",
1543
- "description": ""
1544
- },
1545
- "name": "mds-color-theme-common-touchbar-background-purple-pressed",
1546
- "attributes": {
1547
- "category": "color",
1548
- "type": "theme",
1549
- "item": "common",
1550
- "subitem": "touchbar",
1551
- "state": "background"
1552
- },
1553
- "path": [
1554
- "color",
1555
- "theme",
1556
- "common",
1557
- "touchbar",
1558
- "background",
1559
- "purple",
1560
- "pressed"
1561
- ]
1562
- }
1563
- },
1564
- "violet": {
1565
- "normal": {
1566
- "value": "#875ae0",
1567
- "type": "color",
1568
- "description": "",
1569
- "filePath": "src/theme/stable/common.json",
1570
- "isSource": true,
1571
- "original": {
1572
- "value": "{color.decorative.violet.60}",
1573
- "type": "color",
1574
- "description": ""
1575
- },
1576
- "name": "mds-color-theme-common-touchbar-background-violet-normal",
1577
- "attributes": {
1578
- "category": "color",
1579
- "type": "theme",
1580
- "item": "common",
1581
- "subitem": "touchbar",
1582
- "state": "background"
1583
- },
1584
- "path": [
1585
- "color",
1586
- "theme",
1587
- "common",
1588
- "touchbar",
1589
- "background",
1590
- "violet",
1591
- "normal"
1592
- ]
1593
- },
1594
- "pressed": {
1595
- "value": "#432c78",
1596
- "type": "color",
1597
- "description": "",
1598
- "filePath": "src/theme/stable/common.json",
1599
- "isSource": true,
1600
- "original": {
1601
- "value": "{color.decorative.violet.80}",
1602
- "type": "color",
1603
- "description": ""
1604
- },
1605
- "name": "mds-color-theme-common-touchbar-background-violet-pressed",
1606
- "attributes": {
1607
- "category": "color",
1608
- "type": "theme",
1609
- "item": "common",
1610
- "subitem": "touchbar",
1611
- "state": "background"
1612
- },
1613
- "path": [
1614
- "color",
1615
- "theme",
1616
- "common",
1617
- "touchbar",
1618
- "background",
1619
- "violet",
1620
- "pressed"
1621
- ]
1622
- }
1623
- },
1624
- "orange": {
1625
- "normal": {
1626
- "value": "#C94403",
1627
- "type": "color",
1628
- "description": "",
1629
- "filePath": "src/theme/stable/common.json",
1630
- "isSource": true,
1631
- "original": {
1632
- "value": "{color.core.orange.60}",
1633
- "type": "color",
1634
- "description": ""
1635
- },
1636
- "name": "mds-color-theme-common-touchbar-background-orange-normal",
1637
- "attributes": {
1638
- "category": "color",
1639
- "type": "theme",
1640
- "item": "common",
1641
- "subitem": "touchbar",
1642
- "state": "background"
1643
- },
1644
- "path": [
1645
- "color",
1646
- "theme",
1647
- "common",
1648
- "touchbar",
1649
- "background",
1650
- "orange",
1651
- "normal"
1652
- ]
1653
- },
1654
- "pressed": {
1655
- "value": "#682601",
1656
- "type": "color",
1657
- "description": "",
1658
- "filePath": "src/theme/stable/common.json",
1659
- "isSource": true,
1660
- "original": {
1661
- "value": "{color.core.orange.80}",
1662
- "type": "color",
1663
- "description": ""
1664
- },
1665
- "name": "mds-color-theme-common-touchbar-background-orange-pressed",
1666
- "attributes": {
1667
- "category": "color",
1668
- "type": "theme",
1669
- "item": "common",
1670
- "subitem": "touchbar",
1671
- "state": "background"
1672
- },
1673
- "path": [
1674
- "color",
1675
- "theme",
1676
- "common",
1677
- "touchbar",
1678
- "background",
1679
- "orange",
1680
- "pressed"
1681
- ]
1682
- }
1683
- },
1684
- "green": {
1685
- "normal": {
1686
- "value": "#1d805f",
1687
- "type": "color",
1688
- "description": "",
1689
- "filePath": "src/theme/stable/common.json",
1690
- "isSource": true,
1691
- "original": {
1692
- "value": "{color.core.green.60}",
1693
- "type": "color",
1694
- "description": ""
1695
- },
1696
- "name": "mds-color-theme-common-touchbar-background-green-normal",
1697
- "attributes": {
1698
- "category": "color",
1699
- "type": "theme",
1700
- "item": "common",
1701
- "subitem": "touchbar",
1702
- "state": "background"
1703
- },
1704
- "path": [
1705
- "color",
1706
- "theme",
1707
- "common",
1708
- "touchbar",
1709
- "background",
1710
- "green",
1711
- "normal"
1712
- ]
1713
- },
1714
- "pressed": {
1715
- "value": "#134231",
1716
- "type": "color",
1717
- "description": "",
1718
- "filePath": "src/theme/stable/common.json",
1719
- "isSource": true,
1720
- "original": {
1721
- "value": "{color.core.green.80}",
1722
- "type": "color",
1723
- "description": ""
1724
- },
1725
- "name": "mds-color-theme-common-touchbar-background-green-pressed",
1726
- "attributes": {
1727
- "category": "color",
1728
- "type": "theme",
1729
- "item": "common",
1730
- "subitem": "touchbar",
1731
- "state": "background"
1732
- },
1733
- "path": [
1734
- "color",
1735
- "theme",
1736
- "common",
1737
- "touchbar",
1738
- "background",
1739
- "green",
1740
- "pressed"
1741
- ]
1742
- }
1743
- },
1744
- "red": {
1745
- "normal": {
1746
- "value": "#db1f2e",
1747
- "type": "color",
1748
- "description": "",
1749
- "filePath": "src/theme/stable/common.json",
1750
- "isSource": true,
1751
- "original": {
1752
- "value": "{color.core.red.60}",
1753
- "type": "color",
1754
- "description": ""
1755
- },
1756
- "name": "mds-color-theme-common-touchbar-background-red-normal",
1757
- "attributes": {
1758
- "category": "color",
1759
- "type": "theme",
1760
- "item": "common",
1761
- "subitem": "touchbar",
1762
- "state": "background"
1763
- },
1764
- "path": [
1765
- "color",
1766
- "theme",
1767
- "common",
1768
- "touchbar",
1769
- "background",
1770
- "red",
1771
- "normal"
1772
- ]
1773
- },
1774
- "pressed": {
1775
- "value": "#780d13",
1776
- "type": "color",
1777
- "description": "",
1778
- "filePath": "src/theme/stable/common.json",
1779
- "isSource": true,
1780
- "original": {
1781
- "value": "{color.core.red.80}",
1782
- "type": "color",
1783
- "description": ""
1784
- },
1785
- "name": "mds-color-theme-common-touchbar-background-red-pressed",
1786
- "attributes": {
1787
- "category": "color",
1788
- "type": "theme",
1789
- "item": "common",
1790
- "subitem": "touchbar",
1791
- "state": "background"
1792
- },
1793
- "path": [
1794
- "color",
1795
- "theme",
1796
- "common",
1797
- "touchbar",
1798
- "background",
1799
- "red",
1800
- "pressed"
1801
- ]
1802
- }
1803
- },
1804
- "transparent": {
1805
- "value": "#00000000",
1806
- "type": "color",
1807
- "description": "",
1808
- "filePath": "src/theme/stable/common.json",
1809
- "isSource": true,
1810
- "original": {
1811
- "value": "{color.core.black-alpha.0}",
1812
- "type": "color",
1813
- "description": ""
1814
- },
1815
- "name": "mds-color-theme-common-touchbar-background-transparent",
1816
- "attributes": {
1817
- "category": "color",
1818
- "type": "theme",
1819
- "item": "common",
1820
- "subitem": "touchbar",
1821
- "state": "background"
1822
- },
1823
- "path": [
1824
- "color",
1825
- "theme",
1826
- "common",
1827
- "touchbar",
1828
- "background",
1829
- "transparent"
1830
- ]
1831
- }
1832
- },
1833
- "icon": {
1834
- "stable": {
1835
- "value": "#27a17a",
1836
- "type": "color",
1837
- "description": "",
1838
- "filePath": "src/theme/stable/common.json",
1839
- "isSource": true,
1840
- "original": {
1841
- "value": "{color.core.green.50}",
1842
- "type": "color",
1843
- "description": ""
1844
- },
1845
- "name": "mds-color-theme-common-touchbar-icon-stable",
1846
- "attributes": {
1847
- "category": "color",
1848
- "type": "theme",
1849
- "item": "common",
1850
- "subitem": "touchbar",
1851
- "state": "icon"
1852
- },
1853
- "path": [
1854
- "color",
1855
- "theme",
1856
- "common",
1857
- "touchbar",
1858
- "icon",
1859
- "stable"
1860
- ]
1861
- },
1862
- "attention": {
1863
- "value": "#fc8b98",
1864
- "type": "color",
1865
- "description": "",
1866
- "filePath": "src/theme/stable/common.json",
1867
- "isSource": true,
1868
- "original": {
1869
- "value": "{color.core.red.40}",
1870
- "type": "color",
1871
- "description": ""
1872
- },
1873
- "name": "mds-color-theme-common-touchbar-icon-attention",
1874
- "attributes": {
1875
- "category": "color",
1876
- "type": "theme",
1877
- "item": "common",
1878
- "subitem": "touchbar",
1879
- "state": "icon"
1880
- },
1881
- "path": [
1882
- "color",
1883
- "theme",
1884
- "common",
1885
- "touchbar",
1886
- "icon",
1887
- "attention"
1888
- ]
1889
- },
1890
- "secure": {
1891
- "value": "#64b4fa",
1892
- "type": "color",
1893
- "description": "",
1894
- "filePath": "src/theme/stable/common.json",
1895
- "isSource": true,
1896
- "original": {
1897
- "value": "{color.core.blue.40}",
1898
- "type": "color",
1899
- "description": ""
1900
- },
1901
- "name": "mds-color-theme-common-touchbar-icon-secure",
1902
- "attributes": {
1903
- "category": "color",
1904
- "type": "theme",
1905
- "item": "common",
1906
- "subitem": "touchbar",
1907
- "state": "icon"
1908
- },
1909
- "path": [
1910
- "color",
1911
- "theme",
1912
- "common",
1913
- "touchbar",
1914
- "icon",
1915
- "secure"
1916
- ]
1917
- }
1918
- }
1919
- },
1920
- "content": {
1921
- "doc": {
1922
- "value": "#4285f4",
1923
- "type": "color",
1924
- "description": "Core:#4285f4 \nHEX: #4285f4",
1925
- "filePath": "src/theme/stable/common.json",
1926
- "isSource": true,
1927
- "original": {
1928
- "value": "{color.partner.doc}",
1929
- "type": "color",
1930
- "description": "Core:{color.partner.doc} \nHEX: #4285f4"
1931
- },
1932
- "name": "mds-color-theme-common-content-doc",
1933
- "attributes": {
1934
- "category": "color",
1935
- "type": "theme",
1936
- "item": "common",
1937
- "subitem": "content",
1938
- "state": "doc"
1939
- },
1940
- "path": [
1941
- "color",
1942
- "theme",
1943
- "common",
1944
- "content",
1945
- "doc"
1946
- ]
1947
- },
1948
- "excel": {
1949
- "value": "#00893E",
1950
- "type": "color",
1951
- "description": "Core:#00893E \nHEX: #00893E\n",
1952
- "filePath": "src/theme/stable/common.json",
1953
- "isSource": true,
1954
- "original": {
1955
- "value": "{color.partner.excel}",
1956
- "type": "color",
1957
- "description": "Core:{color.partner.excel} \nHEX: #00893E\n"
1958
- },
1959
- "name": "mds-color-theme-common-content-excel",
1960
- "attributes": {
1961
- "category": "color",
1962
- "type": "theme",
1963
- "item": "common",
1964
- "subitem": "content",
1965
- "state": "excel"
1966
- },
1967
- "path": [
1968
- "color",
1969
- "theme",
1970
- "common",
1971
- "content",
1972
- "excel"
1973
- ]
1974
- },
1975
- "keynote": {
1976
- "value": "#029CFB",
1977
- "type": "color",
1978
- "description": "Core:#029CFB \nHEX: #029CFB",
1979
- "filePath": "src/theme/stable/common.json",
1980
- "isSource": true,
1981
- "original": {
1982
- "value": "{color.partner.keynote}",
1983
- "type": "color",
1984
- "description": "Core:{color.partner.keynote} \nHEX: #029CFB"
1985
- },
1986
- "name": "mds-color-theme-common-content-keynote",
1987
- "attributes": {
1988
- "category": "color",
1989
- "type": "theme",
1990
- "item": "common",
1991
- "subitem": "content",
1992
- "state": "keynote"
1993
- },
1994
- "path": [
1995
- "color",
1996
- "theme",
1997
- "common",
1998
- "content",
1999
- "keynote"
2000
- ]
2001
- },
2002
- "onenote": {
2003
- "value": "#B839DB",
2004
- "type": "color",
2005
- "description": "Core:#B839DB \nHEX: #B839DB",
2006
- "filePath": "src/theme/stable/common.json",
2007
- "isSource": true,
2008
- "original": {
2009
- "value": "{color.partner.onenote}",
2010
- "type": "color",
2011
- "description": "Core:{color.partner.onenote} \nHEX: #B839DB"
2012
- },
2013
- "name": "mds-color-theme-common-content-onenote",
2014
- "attributes": {
2015
- "category": "color",
2016
- "type": "theme",
2017
- "item": "common",
2018
- "subitem": "content",
2019
- "state": "onenote"
2020
- },
2021
- "path": [
2022
- "color",
2023
- "theme",
2024
- "common",
2025
- "content",
2026
- "onenote"
2027
- ]
2028
- },
2029
- "pdf": {
2030
- "value": "#EE0507",
2031
- "type": "color",
2032
- "description": "Core:#EE0507 \nHEX: #EE0507",
2033
- "filePath": "src/theme/stable/common.json",
2034
- "isSource": true,
2035
- "original": {
2036
- "value": "{color.partner.pdf}",
2037
- "type": "color",
2038
- "description": "Core:{color.partner.pdf} \nHEX: #EE0507"
2039
- },
2040
- "name": "mds-color-theme-common-content-pdf",
2041
- "attributes": {
2042
- "category": "color",
2043
- "type": "theme",
2044
- "item": "common",
2045
- "subitem": "content",
2046
- "state": "pdf"
2047
- },
2048
- "path": [
2049
- "color",
2050
- "theme",
2051
- "common",
2052
- "content",
2053
- "pdf"
2054
- ]
2055
- },
2056
- "powerpoint": {
2057
- "value": "#D93E17",
2058
- "type": "color",
2059
- "description": "Core:#D93E17 \nHEX: #D93E17",
2060
- "filePath": "src/theme/stable/common.json",
2061
- "isSource": true,
2062
- "original": {
2063
- "value": "{color.partner.powerpoint}",
2064
- "type": "color",
2065
- "description": "Core:{color.partner.powerpoint} \nHEX: #D93E17"
2066
- },
2067
- "name": "mds-color-theme-common-content-powerpoint",
2068
- "attributes": {
2069
- "category": "color",
2070
- "type": "theme",
2071
- "item": "common",
2072
- "subitem": "content",
2073
- "state": "powerpoint"
2074
- },
2075
- "path": [
2076
- "color",
2077
- "theme",
2078
- "common",
2079
- "content",
2080
- "powerpoint"
2081
- ]
2082
- },
2083
- "sheets": {
2084
- "value": "#F4B400",
2085
- "type": "color",
2086
- "description": "Core:#F4B400 \nHEX: #F4B400",
2087
- "filePath": "src/theme/stable/common.json",
2088
- "isSource": true,
2089
- "original": {
2090
- "value": "{color.partner.sheets}",
2091
- "type": "color",
2092
- "description": "Core:{color.partner.sheets} \nHEX: #F4B400"
2093
- },
2094
- "name": "mds-color-theme-common-content-sheets",
2095
- "attributes": {
2096
- "category": "color",
2097
- "type": "theme",
2098
- "item": "common",
2099
- "subitem": "content",
2100
- "state": "sheets"
2101
- },
2102
- "path": [
2103
- "color",
2104
- "theme",
2105
- "common",
2106
- "content",
2107
- "sheets"
2108
- ]
2109
- },
2110
- "slides": {
2111
- "value": "#0F9D58",
2112
- "type": "color",
2113
- "description": "Core:#0F9D58 \nHEX: #0F9D58",
2114
- "filePath": "src/theme/stable/common.json",
2115
- "isSource": true,
2116
- "original": {
2117
- "value": "{color.partner.slides}",
2118
- "type": "color",
2119
- "description": "Core:{color.partner.slides} \nHEX: #0F9D58"
2120
- },
2121
- "name": "mds-color-theme-common-content-slides",
2122
- "attributes": {
2123
- "category": "color",
2124
- "type": "theme",
2125
- "item": "common",
2126
- "subitem": "content",
2127
- "state": "slides"
2128
- },
2129
- "path": [
2130
- "color",
2131
- "theme",
2132
- "common",
2133
- "content",
2134
- "slides"
2135
- ]
2136
- },
2137
- "word": {
2138
- "value": "#0078D6",
2139
- "type": "color",
2140
- "description": "Core:#0078D6 \nHEX: #0078D6",
2141
- "filePath": "src/theme/stable/common.json",
2142
- "isSource": true,
2143
- "original": {
2144
- "value": "{color.partner.word}",
2145
- "type": "color",
2146
- "description": "Core:{color.partner.word} \nHEX: #0078D6"
2147
- },
2148
- "name": "mds-color-theme-common-content-word",
2149
- "attributes": {
2150
- "category": "color",
2151
- "type": "theme",
2152
- "item": "common",
2153
- "subitem": "content",
2154
- "state": "word"
2155
- },
2156
- "path": [
2157
- "color",
2158
- "theme",
2159
- "common",
2160
- "content",
2161
- "word"
2162
- ]
2163
- }
2164
- }
2165
- }
2166
- }
2167
- }
2168
- }