@momentum-design/tokens 0.0.28 → 0.0.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/dist/css/core/complete.css +4 -1
  2. package/dist/css/theme/webex/common-stable.css +66 -0
  3. package/dist/css/theme/webex/dark-complete.css +7 -1
  4. package/dist/css/theme/webex/dark-stable.css +333 -0
  5. package/dist/css/theme/webex/light-complete.css +7 -1
  6. package/dist/css/theme/webex/light-stable.css +337 -0
  7. package/dist/ios/core/complete.swift +4 -1
  8. package/dist/ios/theme/webex/common-stable.swift +72 -0
  9. package/dist/ios/theme/webex/dark-complete.swift +7 -1
  10. package/dist/ios/theme/webex/dark-stable.swift +339 -0
  11. package/dist/ios/theme/webex/light-complete.swift +7 -1
  12. package/dist/ios/theme/webex/light-stable.swift +343 -0
  13. package/dist/json/core/complete.json +69 -8
  14. package/dist/json/theme/webex/common-stable.json +3043 -0
  15. package/dist/json/theme/webex/dark-complete.json +182 -0
  16. package/dist/json/theme/webex/dark-stable.json +16488 -0
  17. package/dist/json/theme/webex/light-complete.json +182 -0
  18. package/dist/json/theme/webex/light-stable.json +16688 -0
  19. package/dist/json-minimal/core/complete.json +3 -0
  20. package/dist/json-minimal/theme/webex/common-stable.json +491 -0
  21. package/dist/json-minimal/theme/webex/dark-complete.json +14 -0
  22. package/dist/json-minimal/theme/webex/dark-stable.json +2634 -0
  23. package/dist/json-minimal/theme/webex/light-complete.json +14 -0
  24. package/dist/json-minimal/theme/webex/light-stable.json +2666 -0
  25. package/dist/resources/core/complete.xml +4 -1
  26. package/dist/resources/theme/webex/common-stable.xml +68 -0
  27. package/dist/resources/theme/webex/dark-complete.xml +7 -1
  28. package/dist/resources/theme/webex/dark-stable.xml +335 -0
  29. package/dist/resources/theme/webex/light-complete.xml +7 -1
  30. package/dist/resources/theme/webex/light-stable.xml +339 -0
  31. package/dist/scss/core/complete.scss +4 -1
  32. package/dist/scss/theme/webex/common-stable.scss +63 -0
  33. package/dist/scss/theme/webex/dark-complete.scss +7 -1
  34. package/dist/scss/theme/webex/dark-stable.scss +330 -0
  35. package/dist/scss/theme/webex/light-complete.scss +7 -1
  36. package/dist/scss/theme/webex/light-stable.scss +334 -0
  37. package/package.json +1 -1
@@ -0,0 +1,3043 @@
1
+ {
2
+ "color": {
3
+ "theme": {
4
+ "common": {
5
+ "text": {
6
+ "white": {
7
+ "value": {
8
+ "description": "",
9
+ "value": "#fffffff2",
10
+ "type": "color",
11
+ "filePath": "src/stable/theme/stable-common.json",
12
+ "isSource": true
13
+ },
14
+ "type": {
15
+ "description": "",
16
+ "value": "color",
17
+ "type": "color",
18
+ "filePath": "src/stable/theme/stable-common.json",
19
+ "isSource": true
20
+ },
21
+ "filePath": "src/stable/theme/stable-common.json",
22
+ "isSource": true,
23
+ "original": {
24
+ "value": {
25
+ "description": "",
26
+ "value": "{color.core.white-alpha.95}",
27
+ "type": "color",
28
+ "filePath": "src/stable/theme/stable-common.json",
29
+ "isSource": true
30
+ },
31
+ "type": {
32
+ "description": "",
33
+ "value": "color",
34
+ "type": "color",
35
+ "filePath": "src/stable/theme/stable-common.json",
36
+ "isSource": true
37
+ }
38
+ },
39
+ "name": "md-color-theme-common-text-white",
40
+ "attributes": {
41
+ "category": "color",
42
+ "type": "theme",
43
+ "item": "common",
44
+ "subitem": "text",
45
+ "state": "white"
46
+ },
47
+ "path": [
48
+ "color",
49
+ "theme",
50
+ "common",
51
+ "text",
52
+ "white"
53
+ ]
54
+ },
55
+ "gray": {
56
+ "value": {
57
+ "description": "",
58
+ "value": "#ffffffb3",
59
+ "type": "color",
60
+ "filePath": "src/stable/theme/stable-common.json",
61
+ "isSource": true
62
+ },
63
+ "type": {
64
+ "description": "",
65
+ "value": "color",
66
+ "type": "color",
67
+ "filePath": "src/stable/theme/stable-common.json",
68
+ "isSource": true
69
+ },
70
+ "filePath": "src/stable/theme/stable-common.json",
71
+ "isSource": true,
72
+ "original": {
73
+ "value": {
74
+ "description": "",
75
+ "value": "{color.core.white-alpha.70}",
76
+ "type": "color",
77
+ "filePath": "src/stable/theme/stable-common.json",
78
+ "isSource": true
79
+ },
80
+ "type": {
81
+ "description": "",
82
+ "value": "color",
83
+ "type": "color",
84
+ "filePath": "src/stable/theme/stable-common.json",
85
+ "isSource": true
86
+ }
87
+ },
88
+ "name": "md-color-theme-common-text-gray",
89
+ "attributes": {
90
+ "category": "color",
91
+ "type": "theme",
92
+ "item": "common",
93
+ "subitem": "text",
94
+ "state": "gray"
95
+ },
96
+ "path": [
97
+ "color",
98
+ "theme",
99
+ "common",
100
+ "text",
101
+ "gray"
102
+ ]
103
+ },
104
+ "black": {
105
+ "value": {
106
+ "description": "",
107
+ "value": "#000000f2",
108
+ "type": "color",
109
+ "filePath": "src/stable/theme/stable-common.json",
110
+ "isSource": true
111
+ },
112
+ "type": {
113
+ "description": "",
114
+ "value": "color",
115
+ "type": "color",
116
+ "filePath": "src/stable/theme/stable-common.json",
117
+ "isSource": true
118
+ },
119
+ "filePath": "src/stable/theme/stable-common.json",
120
+ "isSource": true,
121
+ "original": {
122
+ "value": {
123
+ "description": "",
124
+ "value": "{color.core.black-alpha.95}",
125
+ "type": "color",
126
+ "filePath": "src/stable/theme/stable-common.json",
127
+ "isSource": true
128
+ },
129
+ "type": {
130
+ "description": "",
131
+ "value": "color",
132
+ "type": "color",
133
+ "filePath": "src/stable/theme/stable-common.json",
134
+ "isSource": true
135
+ }
136
+ },
137
+ "name": "md-color-theme-common-text-black",
138
+ "attributes": {
139
+ "category": "color",
140
+ "type": "theme",
141
+ "item": "common",
142
+ "subitem": "text",
143
+ "state": "black"
144
+ },
145
+ "path": [
146
+ "color",
147
+ "theme",
148
+ "common",
149
+ "text",
150
+ "black"
151
+ ]
152
+ },
153
+ "disabled": {
154
+ "value": {
155
+ "description": "",
156
+ "value": "#ffffff66",
157
+ "type": "color",
158
+ "filePath": "src/stable/theme/stable-common.json",
159
+ "isSource": true
160
+ },
161
+ "type": {
162
+ "description": "",
163
+ "value": "color",
164
+ "type": "color",
165
+ "filePath": "src/stable/theme/stable-common.json",
166
+ "isSource": true
167
+ },
168
+ "filePath": "src/stable/theme/stable-common.json",
169
+ "isSource": true,
170
+ "original": {
171
+ "value": {
172
+ "description": "",
173
+ "value": "{color.core.white-alpha.40}",
174
+ "type": "color",
175
+ "filePath": "src/stable/theme/stable-common.json",
176
+ "isSource": true
177
+ },
178
+ "type": {
179
+ "description": "",
180
+ "value": "color",
181
+ "type": "color",
182
+ "filePath": "src/stable/theme/stable-common.json",
183
+ "isSource": true
184
+ }
185
+ },
186
+ "name": "md-color-theme-common-text-disabled",
187
+ "attributes": {
188
+ "category": "color",
189
+ "type": "theme",
190
+ "item": "common",
191
+ "subitem": "text",
192
+ "state": "disabled"
193
+ },
194
+ "path": [
195
+ "color",
196
+ "theme",
197
+ "common",
198
+ "text",
199
+ "disabled"
200
+ ]
201
+ },
202
+ "success": {
203
+ "normal": {
204
+ "value": {
205
+ "description": "",
206
+ "value": "#3cc29a",
207
+ "type": "color",
208
+ "filePath": "src/stable/theme/stable-common.json",
209
+ "isSource": true
210
+ },
211
+ "type": {
212
+ "description": "",
213
+ "value": "color",
214
+ "type": "color",
215
+ "filePath": "src/stable/theme/stable-common.json",
216
+ "isSource": true
217
+ },
218
+ "filePath": "src/stable/theme/stable-common.json",
219
+ "isSource": true,
220
+ "original": {
221
+ "value": {
222
+ "description": "",
223
+ "value": "{color.core.green.40}",
224
+ "type": "color",
225
+ "filePath": "src/stable/theme/stable-common.json",
226
+ "isSource": true
227
+ },
228
+ "type": {
229
+ "description": "",
230
+ "value": "color",
231
+ "type": "color",
232
+ "filePath": "src/stable/theme/stable-common.json",
233
+ "isSource": true
234
+ }
235
+ },
236
+ "name": "md-color-theme-common-text-success-normal",
237
+ "attributes": {
238
+ "category": "color",
239
+ "type": "theme",
240
+ "item": "common",
241
+ "subitem": "text",
242
+ "state": "success"
243
+ },
244
+ "path": [
245
+ "color",
246
+ "theme",
247
+ "common",
248
+ "text",
249
+ "success",
250
+ "normal"
251
+ ]
252
+ },
253
+ "hover": {
254
+ "value": {
255
+ "description": "",
256
+ "value": "#9fedd8",
257
+ "type": "color",
258
+ "filePath": "src/stable/theme/stable-common.json",
259
+ "isSource": true
260
+ },
261
+ "type": {
262
+ "description": "",
263
+ "value": "color",
264
+ "type": "color",
265
+ "filePath": "src/stable/theme/stable-common.json",
266
+ "isSource": true
267
+ },
268
+ "filePath": "src/stable/theme/stable-common.json",
269
+ "isSource": true,
270
+ "original": {
271
+ "value": {
272
+ "description": "",
273
+ "value": "{color.core.green.20}",
274
+ "type": "color",
275
+ "filePath": "src/stable/theme/stable-common.json",
276
+ "isSource": true
277
+ },
278
+ "type": {
279
+ "description": "",
280
+ "value": "color",
281
+ "type": "color",
282
+ "filePath": "src/stable/theme/stable-common.json",
283
+ "isSource": true
284
+ }
285
+ },
286
+ "name": "md-color-theme-common-text-success-hover",
287
+ "attributes": {
288
+ "category": "color",
289
+ "type": "theme",
290
+ "item": "common",
291
+ "subitem": "text",
292
+ "state": "success"
293
+ },
294
+ "path": [
295
+ "color",
296
+ "theme",
297
+ "common",
298
+ "text",
299
+ "success",
300
+ "hover"
301
+ ]
302
+ }
303
+ },
304
+ "error": {
305
+ "normal": {
306
+ "value": {
307
+ "description": "",
308
+ "value": "#fc8b98",
309
+ "type": "color",
310
+ "filePath": "src/stable/theme/stable-common.json",
311
+ "isSource": true
312
+ },
313
+ "type": {
314
+ "description": "",
315
+ "value": "color",
316
+ "type": "color",
317
+ "filePath": "src/stable/theme/stable-common.json",
318
+ "isSource": true
319
+ },
320
+ "filePath": "src/stable/theme/stable-common.json",
321
+ "isSource": true,
322
+ "original": {
323
+ "value": {
324
+ "description": "",
325
+ "value": "{color.core.red.40}",
326
+ "type": "color",
327
+ "filePath": "src/stable/theme/stable-common.json",
328
+ "isSource": true
329
+ },
330
+ "type": {
331
+ "description": "",
332
+ "value": "color",
333
+ "type": "color",
334
+ "filePath": "src/stable/theme/stable-common.json",
335
+ "isSource": true
336
+ }
337
+ },
338
+ "name": "md-color-theme-common-text-error-normal",
339
+ "attributes": {
340
+ "category": "color",
341
+ "type": "theme",
342
+ "item": "common",
343
+ "subitem": "text",
344
+ "state": "error"
345
+ },
346
+ "path": [
347
+ "color",
348
+ "theme",
349
+ "common",
350
+ "text",
351
+ "error",
352
+ "normal"
353
+ ]
354
+ },
355
+ "hover": {
356
+ "value": {
357
+ "description": "",
358
+ "value": "#ffd4da",
359
+ "type": "color",
360
+ "filePath": "src/stable/theme/stable-common.json",
361
+ "isSource": true
362
+ },
363
+ "type": {
364
+ "description": "",
365
+ "value": "color",
366
+ "type": "color",
367
+ "filePath": "src/stable/theme/stable-common.json",
368
+ "isSource": true
369
+ },
370
+ "filePath": "src/stable/theme/stable-common.json",
371
+ "isSource": true,
372
+ "original": {
373
+ "value": {
374
+ "description": "",
375
+ "value": "{color.core.red.20}",
376
+ "type": "color",
377
+ "filePath": "src/stable/theme/stable-common.json",
378
+ "isSource": true
379
+ },
380
+ "type": {
381
+ "description": "",
382
+ "value": "color",
383
+ "type": "color",
384
+ "filePath": "src/stable/theme/stable-common.json",
385
+ "isSource": true
386
+ }
387
+ },
388
+ "name": "md-color-theme-common-text-error-hover",
389
+ "attributes": {
390
+ "category": "color",
391
+ "type": "theme",
392
+ "item": "common",
393
+ "subitem": "text",
394
+ "state": "error"
395
+ },
396
+ "path": [
397
+ "color",
398
+ "theme",
399
+ "common",
400
+ "text",
401
+ "error",
402
+ "hover"
403
+ ]
404
+ }
405
+ },
406
+ "warning": {
407
+ "normal": {
408
+ "value": {
409
+ "description": "",
410
+ "value": "#f2990a",
411
+ "type": "color",
412
+ "filePath": "src/stable/theme/stable-common.json",
413
+ "isSource": true
414
+ },
415
+ "type": {
416
+ "description": "",
417
+ "value": "color",
418
+ "type": "color",
419
+ "filePath": "src/stable/theme/stable-common.json",
420
+ "isSource": true
421
+ },
422
+ "filePath": "src/stable/theme/stable-common.json",
423
+ "isSource": true,
424
+ "original": {
425
+ "value": {
426
+ "description": "",
427
+ "value": "{color.core.yellow.40}",
428
+ "type": "color",
429
+ "filePath": "src/stable/theme/stable-common.json",
430
+ "isSource": true
431
+ },
432
+ "type": {
433
+ "description": "",
434
+ "value": "color",
435
+ "type": "color",
436
+ "filePath": "src/stable/theme/stable-common.json",
437
+ "isSource": true
438
+ }
439
+ },
440
+ "name": "md-color-theme-common-text-warning-normal",
441
+ "attributes": {
442
+ "category": "color",
443
+ "type": "theme",
444
+ "item": "common",
445
+ "subitem": "text",
446
+ "state": "warning"
447
+ },
448
+ "path": [
449
+ "color",
450
+ "theme",
451
+ "common",
452
+ "text",
453
+ "warning",
454
+ "normal"
455
+ ]
456
+ }
457
+ },
458
+ "secondary-light": {
459
+ "value": {
460
+ "description": "",
461
+ "value": "#ffffffb3",
462
+ "type": "color",
463
+ "filePath": "src/stable/theme/stable-common.json",
464
+ "isSource": true
465
+ },
466
+ "type": {
467
+ "description": "",
468
+ "value": "color",
469
+ "type": "color",
470
+ "filePath": "src/stable/theme/stable-common.json",
471
+ "isSource": true
472
+ },
473
+ "filePath": "src/stable/theme/stable-common.json",
474
+ "isSource": true,
475
+ "original": {
476
+ "value": {
477
+ "description": "",
478
+ "value": "{color.core.white-alpha.70}",
479
+ "type": "color",
480
+ "filePath": "src/stable/theme/stable-common.json",
481
+ "isSource": true
482
+ },
483
+ "type": {
484
+ "description": "",
485
+ "value": "color",
486
+ "type": "color",
487
+ "filePath": "src/stable/theme/stable-common.json",
488
+ "isSource": true
489
+ }
490
+ },
491
+ "name": "md-color-theme-common-text-secondary-light",
492
+ "attributes": {
493
+ "category": "color",
494
+ "type": "theme",
495
+ "item": "common",
496
+ "subitem": "text",
497
+ "state": "secondary-light"
498
+ },
499
+ "path": [
500
+ "color",
501
+ "theme",
502
+ "common",
503
+ "text",
504
+ "secondary-light"
505
+ ]
506
+ },
507
+ "secondary-dark": {
508
+ "value": {
509
+ "description": "",
510
+ "value": "#00000099",
511
+ "type": "color",
512
+ "filePath": "src/stable/theme/stable-common.json",
513
+ "isSource": true
514
+ },
515
+ "type": {
516
+ "description": "",
517
+ "value": "color",
518
+ "type": "color",
519
+ "filePath": "src/stable/theme/stable-common.json",
520
+ "isSource": true
521
+ },
522
+ "filePath": "src/stable/theme/stable-common.json",
523
+ "isSource": true,
524
+ "original": {
525
+ "value": {
526
+ "description": "",
527
+ "value": "{color.core.black-alpha.60}",
528
+ "type": "color",
529
+ "filePath": "src/stable/theme/stable-common.json",
530
+ "isSource": true
531
+ },
532
+ "type": {
533
+ "description": "",
534
+ "value": "color",
535
+ "type": "color",
536
+ "filePath": "src/stable/theme/stable-common.json",
537
+ "isSource": true
538
+ }
539
+ },
540
+ "name": "md-color-theme-common-text-secondary-dark",
541
+ "attributes": {
542
+ "category": "color",
543
+ "type": "theme",
544
+ "item": "common",
545
+ "subitem": "text",
546
+ "state": "secondary-dark"
547
+ },
548
+ "path": [
549
+ "color",
550
+ "theme",
551
+ "common",
552
+ "text",
553
+ "secondary-dark"
554
+ ]
555
+ }
556
+ },
557
+ "overlay": {
558
+ "primary": {
559
+ "normal": {
560
+ "value": {
561
+ "description": "",
562
+ "value": "#000000e6",
563
+ "type": "color",
564
+ "filePath": "src/stable/theme/stable-common.json",
565
+ "isSource": true
566
+ },
567
+ "type": {
568
+ "description": "",
569
+ "value": "color",
570
+ "type": "color",
571
+ "filePath": "src/stable/theme/stable-common.json",
572
+ "isSource": true
573
+ },
574
+ "filePath": "src/stable/theme/stable-common.json",
575
+ "isSource": true,
576
+ "original": {
577
+ "value": {
578
+ "description": "",
579
+ "value": "{color.core.black-alpha.90}",
580
+ "type": "color",
581
+ "filePath": "src/stable/theme/stable-common.json",
582
+ "isSource": true
583
+ },
584
+ "type": {
585
+ "description": "",
586
+ "value": "color",
587
+ "type": "color",
588
+ "filePath": "src/stable/theme/stable-common.json",
589
+ "isSource": true
590
+ }
591
+ },
592
+ "name": "md-color-theme-common-overlay-primary-normal",
593
+ "attributes": {
594
+ "category": "color",
595
+ "type": "theme",
596
+ "item": "common",
597
+ "subitem": "overlay",
598
+ "state": "primary"
599
+ },
600
+ "path": [
601
+ "color",
602
+ "theme",
603
+ "common",
604
+ "overlay",
605
+ "primary",
606
+ "normal"
607
+ ]
608
+ }
609
+ },
610
+ "secondary": {
611
+ "normal": {
612
+ "value": {
613
+ "description": "",
614
+ "value": "#00000066",
615
+ "type": "color",
616
+ "filePath": "src/stable/theme/stable-common.json",
617
+ "isSource": true
618
+ },
619
+ "type": {
620
+ "description": "",
621
+ "value": "color",
622
+ "type": "color",
623
+ "filePath": "src/stable/theme/stable-common.json",
624
+ "isSource": true
625
+ },
626
+ "filePath": "src/stable/theme/stable-common.json",
627
+ "isSource": true,
628
+ "original": {
629
+ "value": {
630
+ "description": "",
631
+ "value": "{color.core.black-alpha.40}",
632
+ "type": "color",
633
+ "filePath": "src/stable/theme/stable-common.json",
634
+ "isSource": true
635
+ },
636
+ "type": {
637
+ "description": "",
638
+ "value": "color",
639
+ "type": "color",
640
+ "filePath": "src/stable/theme/stable-common.json",
641
+ "isSource": true
642
+ }
643
+ },
644
+ "name": "md-color-theme-common-overlay-secondary-normal",
645
+ "attributes": {
646
+ "category": "color",
647
+ "type": "theme",
648
+ "item": "common",
649
+ "subitem": "overlay",
650
+ "state": "secondary"
651
+ },
652
+ "path": [
653
+ "color",
654
+ "theme",
655
+ "common",
656
+ "overlay",
657
+ "secondary",
658
+ "normal"
659
+ ]
660
+ }
661
+ }
662
+ },
663
+ "button": {
664
+ "primary": {
665
+ "normal": {
666
+ "value": {
667
+ "description": "",
668
+ "value": "#fffffff2",
669
+ "type": "color",
670
+ "filePath": "src/stable/theme/stable-common.json",
671
+ "isSource": true
672
+ },
673
+ "type": {
674
+ "description": "",
675
+ "value": "color",
676
+ "type": "color",
677
+ "filePath": "src/stable/theme/stable-common.json",
678
+ "isSource": true
679
+ },
680
+ "filePath": "src/stable/theme/stable-common.json",
681
+ "isSource": true,
682
+ "original": {
683
+ "value": {
684
+ "description": "",
685
+ "value": "{color.core.white-alpha.95}",
686
+ "type": "color",
687
+ "filePath": "src/stable/theme/stable-common.json",
688
+ "isSource": true
689
+ },
690
+ "type": {
691
+ "description": "",
692
+ "value": "color",
693
+ "type": "color",
694
+ "filePath": "src/stable/theme/stable-common.json",
695
+ "isSource": true
696
+ }
697
+ },
698
+ "name": "md-color-theme-common-button-primary-normal",
699
+ "attributes": {
700
+ "category": "color",
701
+ "type": "theme",
702
+ "item": "common",
703
+ "subitem": "button",
704
+ "state": "primary"
705
+ },
706
+ "path": [
707
+ "color",
708
+ "theme",
709
+ "common",
710
+ "button",
711
+ "primary",
712
+ "normal"
713
+ ]
714
+ },
715
+ "hover": {
716
+ "value": {
717
+ "description": "",
718
+ "value": "#ffffffcc",
719
+ "type": "color",
720
+ "filePath": "src/stable/theme/stable-common.json",
721
+ "isSource": true
722
+ },
723
+ "type": {
724
+ "description": "",
725
+ "value": "color",
726
+ "type": "color",
727
+ "filePath": "src/stable/theme/stable-common.json",
728
+ "isSource": true
729
+ },
730
+ "filePath": "src/stable/theme/stable-common.json",
731
+ "isSource": true,
732
+ "original": {
733
+ "value": {
734
+ "description": "",
735
+ "value": "{color.core.white-alpha.80}",
736
+ "type": "color",
737
+ "filePath": "src/stable/theme/stable-common.json",
738
+ "isSource": true
739
+ },
740
+ "type": {
741
+ "description": "",
742
+ "value": "color",
743
+ "type": "color",
744
+ "filePath": "src/stable/theme/stable-common.json",
745
+ "isSource": true
746
+ }
747
+ },
748
+ "name": "md-color-theme-common-button-primary-hover",
749
+ "attributes": {
750
+ "category": "color",
751
+ "type": "theme",
752
+ "item": "common",
753
+ "subitem": "button",
754
+ "state": "primary"
755
+ },
756
+ "path": [
757
+ "color",
758
+ "theme",
759
+ "common",
760
+ "button",
761
+ "primary",
762
+ "hover"
763
+ ]
764
+ },
765
+ "pressed": {
766
+ "value": {
767
+ "description": "",
768
+ "value": "#ffffffb3",
769
+ "type": "color",
770
+ "filePath": "src/stable/theme/stable-common.json",
771
+ "isSource": true
772
+ },
773
+ "type": {
774
+ "description": "",
775
+ "value": "color",
776
+ "type": "color",
777
+ "filePath": "src/stable/theme/stable-common.json",
778
+ "isSource": true
779
+ },
780
+ "filePath": "src/stable/theme/stable-common.json",
781
+ "isSource": true,
782
+ "original": {
783
+ "value": {
784
+ "description": "",
785
+ "value": "{color.core.white-alpha.70}",
786
+ "type": "color",
787
+ "filePath": "src/stable/theme/stable-common.json",
788
+ "isSource": true
789
+ },
790
+ "type": {
791
+ "description": "",
792
+ "value": "color",
793
+ "type": "color",
794
+ "filePath": "src/stable/theme/stable-common.json",
795
+ "isSource": true
796
+ }
797
+ },
798
+ "name": "md-color-theme-common-button-primary-pressed",
799
+ "attributes": {
800
+ "category": "color",
801
+ "type": "theme",
802
+ "item": "common",
803
+ "subitem": "button",
804
+ "state": "primary"
805
+ },
806
+ "path": [
807
+ "color",
808
+ "theme",
809
+ "common",
810
+ "button",
811
+ "primary",
812
+ "pressed"
813
+ ]
814
+ },
815
+ "disabled": {
816
+ "value": {
817
+ "description": "",
818
+ "value": "#ffffff33",
819
+ "type": "color",
820
+ "filePath": "src/stable/theme/stable-common.json",
821
+ "isSource": true
822
+ },
823
+ "type": {
824
+ "description": "",
825
+ "value": "color",
826
+ "type": "color",
827
+ "filePath": "src/stable/theme/stable-common.json",
828
+ "isSource": true
829
+ },
830
+ "filePath": "src/stable/theme/stable-common.json",
831
+ "isSource": true,
832
+ "original": {
833
+ "value": {
834
+ "description": "",
835
+ "value": "{color.core.white-alpha.20}",
836
+ "type": "color",
837
+ "filePath": "src/stable/theme/stable-common.json",
838
+ "isSource": true
839
+ },
840
+ "type": {
841
+ "description": "",
842
+ "value": "color",
843
+ "type": "color",
844
+ "filePath": "src/stable/theme/stable-common.json",
845
+ "isSource": true
846
+ }
847
+ },
848
+ "name": "md-color-theme-common-button-primary-disabled",
849
+ "attributes": {
850
+ "category": "color",
851
+ "type": "theme",
852
+ "item": "common",
853
+ "subitem": "button",
854
+ "state": "primary"
855
+ },
856
+ "path": [
857
+ "color",
858
+ "theme",
859
+ "common",
860
+ "button",
861
+ "primary",
862
+ "disabled"
863
+ ]
864
+ }
865
+ },
866
+ "secondary": {
867
+ "normal": {
868
+ "value": {
869
+ "description": "",
870
+ "value": "#ffffff00",
871
+ "type": "color",
872
+ "filePath": "src/stable/theme/stable-common.json",
873
+ "isSource": true
874
+ },
875
+ "type": {
876
+ "description": "",
877
+ "value": "color",
878
+ "type": "color",
879
+ "filePath": "src/stable/theme/stable-common.json",
880
+ "isSource": true
881
+ },
882
+ "filePath": "src/stable/theme/stable-common.json",
883
+ "isSource": true,
884
+ "original": {
885
+ "value": {
886
+ "description": "",
887
+ "value": "{color.core.white-alpha.00}",
888
+ "type": "color",
889
+ "filePath": "src/stable/theme/stable-common.json",
890
+ "isSource": true
891
+ },
892
+ "type": {
893
+ "description": "",
894
+ "value": "color",
895
+ "type": "color",
896
+ "filePath": "src/stable/theme/stable-common.json",
897
+ "isSource": true
898
+ }
899
+ },
900
+ "name": "md-color-theme-common-button-secondary-normal",
901
+ "attributes": {
902
+ "category": "color",
903
+ "type": "theme",
904
+ "item": "common",
905
+ "subitem": "button",
906
+ "state": "secondary"
907
+ },
908
+ "path": [
909
+ "color",
910
+ "theme",
911
+ "common",
912
+ "button",
913
+ "secondary",
914
+ "normal"
915
+ ]
916
+ },
917
+ "hover": {
918
+ "value": {
919
+ "description": "",
920
+ "value": "#ffffff12",
921
+ "type": "color",
922
+ "filePath": "src/stable/theme/stable-common.json",
923
+ "isSource": true
924
+ },
925
+ "type": {
926
+ "description": "",
927
+ "value": "color",
928
+ "type": "color",
929
+ "filePath": "src/stable/theme/stable-common.json",
930
+ "isSource": true
931
+ },
932
+ "filePath": "src/stable/theme/stable-common.json",
933
+ "isSource": true,
934
+ "original": {
935
+ "value": {
936
+ "description": "",
937
+ "value": "{color.core.white-alpha.07}",
938
+ "type": "color",
939
+ "filePath": "src/stable/theme/stable-common.json",
940
+ "isSource": true
941
+ },
942
+ "type": {
943
+ "description": "",
944
+ "value": "color",
945
+ "type": "color",
946
+ "filePath": "src/stable/theme/stable-common.json",
947
+ "isSource": true
948
+ }
949
+ },
950
+ "name": "md-color-theme-common-button-secondary-hover",
951
+ "attributes": {
952
+ "category": "color",
953
+ "type": "theme",
954
+ "item": "common",
955
+ "subitem": "button",
956
+ "state": "secondary"
957
+ },
958
+ "path": [
959
+ "color",
960
+ "theme",
961
+ "common",
962
+ "button",
963
+ "secondary",
964
+ "hover"
965
+ ]
966
+ },
967
+ "disabled": {
968
+ "value": {
969
+ "description": "",
970
+ "value": "#ffffff00",
971
+ "type": "color",
972
+ "filePath": "src/stable/theme/stable-common.json",
973
+ "isSource": true
974
+ },
975
+ "type": {
976
+ "description": "",
977
+ "value": "color",
978
+ "type": "color",
979
+ "filePath": "src/stable/theme/stable-common.json",
980
+ "isSource": true
981
+ },
982
+ "filePath": "src/stable/theme/stable-common.json",
983
+ "isSource": true,
984
+ "original": {
985
+ "value": {
986
+ "description": "",
987
+ "value": "{color.core.white-alpha.00}",
988
+ "type": "color",
989
+ "filePath": "src/stable/theme/stable-common.json",
990
+ "isSource": true
991
+ },
992
+ "type": {
993
+ "description": "",
994
+ "value": "color",
995
+ "type": "color",
996
+ "filePath": "src/stable/theme/stable-common.json",
997
+ "isSource": true
998
+ }
999
+ },
1000
+ "name": "md-color-theme-common-button-secondary-disabled",
1001
+ "attributes": {
1002
+ "category": "color",
1003
+ "type": "theme",
1004
+ "item": "common",
1005
+ "subitem": "button",
1006
+ "state": "secondary"
1007
+ },
1008
+ "path": [
1009
+ "color",
1010
+ "theme",
1011
+ "common",
1012
+ "button",
1013
+ "secondary",
1014
+ "disabled"
1015
+ ]
1016
+ },
1017
+ "active": {
1018
+ "normal": {
1019
+ "value": {
1020
+ "description": "",
1021
+ "value": "#ffffff33",
1022
+ "type": "color",
1023
+ "filePath": "src/stable/theme/stable-common.json",
1024
+ "isSource": true
1025
+ },
1026
+ "type": {
1027
+ "description": "",
1028
+ "value": "color",
1029
+ "type": "color",
1030
+ "filePath": "src/stable/theme/stable-common.json",
1031
+ "isSource": true
1032
+ },
1033
+ "filePath": "src/stable/theme/stable-common.json",
1034
+ "isSource": true,
1035
+ "original": {
1036
+ "value": {
1037
+ "description": "",
1038
+ "value": "{color.core.white-alpha.20}",
1039
+ "type": "color",
1040
+ "filePath": "src/stable/theme/stable-common.json",
1041
+ "isSource": true
1042
+ },
1043
+ "type": {
1044
+ "description": "",
1045
+ "value": "color",
1046
+ "type": "color",
1047
+ "filePath": "src/stable/theme/stable-common.json",
1048
+ "isSource": true
1049
+ }
1050
+ },
1051
+ "name": "md-color-theme-common-button-secondary-active-normal",
1052
+ "attributes": {
1053
+ "category": "color",
1054
+ "type": "theme",
1055
+ "item": "common",
1056
+ "subitem": "button",
1057
+ "state": "secondary"
1058
+ },
1059
+ "path": [
1060
+ "color",
1061
+ "theme",
1062
+ "common",
1063
+ "button",
1064
+ "secondary",
1065
+ "active",
1066
+ "normal"
1067
+ ]
1068
+ },
1069
+ "hover": {
1070
+ "value": {
1071
+ "description": "",
1072
+ "value": "#ffffff4d",
1073
+ "type": "color",
1074
+ "filePath": "src/stable/theme/stable-common.json",
1075
+ "isSource": true
1076
+ },
1077
+ "type": {
1078
+ "description": "",
1079
+ "value": "color",
1080
+ "type": "color",
1081
+ "filePath": "src/stable/theme/stable-common.json",
1082
+ "isSource": true
1083
+ },
1084
+ "filePath": "src/stable/theme/stable-common.json",
1085
+ "isSource": true,
1086
+ "original": {
1087
+ "value": {
1088
+ "description": "",
1089
+ "value": "{color.core.white-alpha.30}",
1090
+ "type": "color",
1091
+ "filePath": "src/stable/theme/stable-common.json",
1092
+ "isSource": true
1093
+ },
1094
+ "type": {
1095
+ "description": "",
1096
+ "value": "color",
1097
+ "type": "color",
1098
+ "filePath": "src/stable/theme/stable-common.json",
1099
+ "isSource": true
1100
+ }
1101
+ },
1102
+ "name": "md-color-theme-common-button-secondary-active-hover",
1103
+ "attributes": {
1104
+ "category": "color",
1105
+ "type": "theme",
1106
+ "item": "common",
1107
+ "subitem": "button",
1108
+ "state": "secondary"
1109
+ },
1110
+ "path": [
1111
+ "color",
1112
+ "theme",
1113
+ "common",
1114
+ "button",
1115
+ "secondary",
1116
+ "active",
1117
+ "hover"
1118
+ ]
1119
+ },
1120
+ "pressed": {
1121
+ "value": {
1122
+ "description": "",
1123
+ "value": "#ffffff66",
1124
+ "type": "color",
1125
+ "filePath": "src/stable/theme/stable-common.json",
1126
+ "isSource": true
1127
+ },
1128
+ "type": {
1129
+ "description": "",
1130
+ "value": "color",
1131
+ "type": "color",
1132
+ "filePath": "src/stable/theme/stable-common.json",
1133
+ "isSource": true
1134
+ },
1135
+ "filePath": "src/stable/theme/stable-common.json",
1136
+ "isSource": true,
1137
+ "original": {
1138
+ "value": {
1139
+ "description": "",
1140
+ "value": "{color.core.white-alpha.40}",
1141
+ "type": "color",
1142
+ "filePath": "src/stable/theme/stable-common.json",
1143
+ "isSource": true
1144
+ },
1145
+ "type": {
1146
+ "description": "",
1147
+ "value": "color",
1148
+ "type": "color",
1149
+ "filePath": "src/stable/theme/stable-common.json",
1150
+ "isSource": true
1151
+ }
1152
+ },
1153
+ "name": "md-color-theme-common-button-secondary-active-pressed",
1154
+ "attributes": {
1155
+ "category": "color",
1156
+ "type": "theme",
1157
+ "item": "common",
1158
+ "subitem": "button",
1159
+ "state": "secondary"
1160
+ },
1161
+ "path": [
1162
+ "color",
1163
+ "theme",
1164
+ "common",
1165
+ "button",
1166
+ "secondary",
1167
+ "active",
1168
+ "pressed"
1169
+ ]
1170
+ }
1171
+ }
1172
+ },
1173
+ "secondary-dark": {
1174
+ "normal": {
1175
+ "value": {
1176
+ "description": "",
1177
+ "value": "#00000000",
1178
+ "type": "color",
1179
+ "filePath": "src/stable/theme/stable-common.json",
1180
+ "isSource": true
1181
+ },
1182
+ "type": {
1183
+ "description": "",
1184
+ "value": "color",
1185
+ "type": "color",
1186
+ "filePath": "src/stable/theme/stable-common.json",
1187
+ "isSource": true
1188
+ },
1189
+ "filePath": "src/stable/theme/stable-common.json",
1190
+ "isSource": true,
1191
+ "original": {
1192
+ "value": {
1193
+ "description": "",
1194
+ "value": "{color.core.black-alpha.00}",
1195
+ "type": "color",
1196
+ "filePath": "src/stable/theme/stable-common.json",
1197
+ "isSource": true
1198
+ },
1199
+ "type": {
1200
+ "description": "",
1201
+ "value": "color",
1202
+ "type": "color",
1203
+ "filePath": "src/stable/theme/stable-common.json",
1204
+ "isSource": true
1205
+ }
1206
+ },
1207
+ "name": "md-color-theme-common-button-secondary-dark-normal",
1208
+ "attributes": {
1209
+ "category": "color",
1210
+ "type": "theme",
1211
+ "item": "common",
1212
+ "subitem": "button",
1213
+ "state": "secondary-dark"
1214
+ },
1215
+ "path": [
1216
+ "color",
1217
+ "theme",
1218
+ "common",
1219
+ "button",
1220
+ "secondary-dark",
1221
+ "normal"
1222
+ ]
1223
+ },
1224
+ "hover": {
1225
+ "value": {
1226
+ "description": "",
1227
+ "value": "#00000012",
1228
+ "type": "color",
1229
+ "filePath": "src/stable/theme/stable-common.json",
1230
+ "isSource": true
1231
+ },
1232
+ "type": {
1233
+ "description": "",
1234
+ "value": "color",
1235
+ "type": "color",
1236
+ "filePath": "src/stable/theme/stable-common.json",
1237
+ "isSource": true
1238
+ },
1239
+ "filePath": "src/stable/theme/stable-common.json",
1240
+ "isSource": true,
1241
+ "original": {
1242
+ "value": {
1243
+ "description": "",
1244
+ "value": "{color.core.black-alpha.07}",
1245
+ "type": "color",
1246
+ "filePath": "src/stable/theme/stable-common.json",
1247
+ "isSource": true
1248
+ },
1249
+ "type": {
1250
+ "description": "",
1251
+ "value": "color",
1252
+ "type": "color",
1253
+ "filePath": "src/stable/theme/stable-common.json",
1254
+ "isSource": true
1255
+ }
1256
+ },
1257
+ "name": "md-color-theme-common-button-secondary-dark-hover",
1258
+ "attributes": {
1259
+ "category": "color",
1260
+ "type": "theme",
1261
+ "item": "common",
1262
+ "subitem": "button",
1263
+ "state": "secondary-dark"
1264
+ },
1265
+ "path": [
1266
+ "color",
1267
+ "theme",
1268
+ "common",
1269
+ "button",
1270
+ "secondary-dark",
1271
+ "hover"
1272
+ ]
1273
+ },
1274
+ "pressed": {
1275
+ "value": {
1276
+ "description": "",
1277
+ "value": "#00000033",
1278
+ "type": "color",
1279
+ "filePath": "src/stable/theme/stable-common.json",
1280
+ "isSource": true
1281
+ },
1282
+ "type": {
1283
+ "description": "",
1284
+ "value": "color",
1285
+ "type": "color",
1286
+ "filePath": "src/stable/theme/stable-common.json",
1287
+ "isSource": true
1288
+ },
1289
+ "filePath": "src/stable/theme/stable-common.json",
1290
+ "isSource": true,
1291
+ "original": {
1292
+ "value": {
1293
+ "description": "",
1294
+ "value": "{color.core.black-alpha.20}",
1295
+ "type": "color",
1296
+ "filePath": "src/stable/theme/stable-common.json",
1297
+ "isSource": true
1298
+ },
1299
+ "type": {
1300
+ "description": "",
1301
+ "value": "color",
1302
+ "type": "color",
1303
+ "filePath": "src/stable/theme/stable-common.json",
1304
+ "isSource": true
1305
+ }
1306
+ },
1307
+ "name": "md-color-theme-common-button-secondary-dark-pressed",
1308
+ "attributes": {
1309
+ "category": "color",
1310
+ "type": "theme",
1311
+ "item": "common",
1312
+ "subitem": "button",
1313
+ "state": "secondary-dark"
1314
+ },
1315
+ "path": [
1316
+ "color",
1317
+ "theme",
1318
+ "common",
1319
+ "button",
1320
+ "secondary-dark",
1321
+ "pressed"
1322
+ ]
1323
+ },
1324
+ "disabled": {
1325
+ "value": {
1326
+ "description": "",
1327
+ "value": "#00000000",
1328
+ "type": "color",
1329
+ "filePath": "src/stable/theme/stable-common.json",
1330
+ "isSource": true
1331
+ },
1332
+ "type": {
1333
+ "description": "",
1334
+ "value": "color",
1335
+ "type": "color",
1336
+ "filePath": "src/stable/theme/stable-common.json",
1337
+ "isSource": true
1338
+ },
1339
+ "filePath": "src/stable/theme/stable-common.json",
1340
+ "isSource": true,
1341
+ "original": {
1342
+ "value": {
1343
+ "description": "",
1344
+ "value": "{color.core.black-alpha.00}",
1345
+ "type": "color",
1346
+ "filePath": "src/stable/theme/stable-common.json",
1347
+ "isSource": true
1348
+ },
1349
+ "type": {
1350
+ "description": "",
1351
+ "value": "color",
1352
+ "type": "color",
1353
+ "filePath": "src/stable/theme/stable-common.json",
1354
+ "isSource": true
1355
+ }
1356
+ },
1357
+ "name": "md-color-theme-common-button-secondary-dark-disabled",
1358
+ "attributes": {
1359
+ "category": "color",
1360
+ "type": "theme",
1361
+ "item": "common",
1362
+ "subitem": "button",
1363
+ "state": "secondary-dark"
1364
+ },
1365
+ "path": [
1366
+ "color",
1367
+ "theme",
1368
+ "common",
1369
+ "button",
1370
+ "secondary-dark",
1371
+ "disabled"
1372
+ ]
1373
+ }
1374
+ }
1375
+ },
1376
+ "outline": {
1377
+ "button": {
1378
+ "normal": {
1379
+ "value": {
1380
+ "description": "",
1381
+ "value": "#ffffff4d",
1382
+ "type": "color",
1383
+ "filePath": "src/stable/theme/stable-common.json",
1384
+ "isSource": true
1385
+ },
1386
+ "type": {
1387
+ "description": "",
1388
+ "value": "color",
1389
+ "type": "color",
1390
+ "filePath": "src/stable/theme/stable-common.json",
1391
+ "isSource": true
1392
+ },
1393
+ "filePath": "src/stable/theme/stable-common.json",
1394
+ "isSource": true,
1395
+ "original": {
1396
+ "value": {
1397
+ "description": "",
1398
+ "value": "{color.core.white-alpha.30}",
1399
+ "type": "color",
1400
+ "filePath": "src/stable/theme/stable-common.json",
1401
+ "isSource": true
1402
+ },
1403
+ "type": {
1404
+ "description": "",
1405
+ "value": "color",
1406
+ "type": "color",
1407
+ "filePath": "src/stable/theme/stable-common.json",
1408
+ "isSource": true
1409
+ }
1410
+ },
1411
+ "name": "md-color-theme-common-outline-button-normal",
1412
+ "attributes": {
1413
+ "category": "color",
1414
+ "type": "theme",
1415
+ "item": "common",
1416
+ "subitem": "outline",
1417
+ "state": "button"
1418
+ },
1419
+ "path": [
1420
+ "color",
1421
+ "theme",
1422
+ "common",
1423
+ "outline",
1424
+ "button",
1425
+ "normal"
1426
+ ]
1427
+ }
1428
+ },
1429
+ "primary": {
1430
+ "normal": {
1431
+ "value": {
1432
+ "description": "",
1433
+ "value": "#ffffff66",
1434
+ "type": "color",
1435
+ "filePath": "src/stable/theme/stable-common.json",
1436
+ "isSource": true
1437
+ },
1438
+ "type": {
1439
+ "description": "",
1440
+ "value": "color",
1441
+ "type": "color",
1442
+ "filePath": "src/stable/theme/stable-common.json",
1443
+ "isSource": true
1444
+ },
1445
+ "filePath": "src/stable/theme/stable-common.json",
1446
+ "isSource": true,
1447
+ "original": {
1448
+ "value": {
1449
+ "description": "",
1450
+ "value": "{color.core.white-alpha.40}",
1451
+ "type": "color",
1452
+ "filePath": "src/stable/theme/stable-common.json",
1453
+ "isSource": true
1454
+ },
1455
+ "type": {
1456
+ "description": "",
1457
+ "value": "color",
1458
+ "type": "color",
1459
+ "filePath": "src/stable/theme/stable-common.json",
1460
+ "isSource": true
1461
+ }
1462
+ },
1463
+ "name": "md-color-theme-common-outline-primary-normal",
1464
+ "attributes": {
1465
+ "category": "color",
1466
+ "type": "theme",
1467
+ "item": "common",
1468
+ "subitem": "outline",
1469
+ "state": "primary"
1470
+ },
1471
+ "path": [
1472
+ "color",
1473
+ "theme",
1474
+ "common",
1475
+ "outline",
1476
+ "primary",
1477
+ "normal"
1478
+ ]
1479
+ }
1480
+ },
1481
+ "input": {
1482
+ "normal": {
1483
+ "value": {
1484
+ "description": "",
1485
+ "value": "#ffffff80",
1486
+ "type": "color",
1487
+ "filePath": "src/stable/theme/stable-common.json",
1488
+ "isSource": true
1489
+ },
1490
+ "type": {
1491
+ "description": "",
1492
+ "value": "color",
1493
+ "type": "color",
1494
+ "filePath": "src/stable/theme/stable-common.json",
1495
+ "isSource": true
1496
+ },
1497
+ "filePath": "src/stable/theme/stable-common.json",
1498
+ "isSource": true,
1499
+ "original": {
1500
+ "value": {
1501
+ "description": "",
1502
+ "value": "{color.core.white-alpha.50}",
1503
+ "type": "color",
1504
+ "filePath": "src/stable/theme/stable-common.json",
1505
+ "isSource": true
1506
+ },
1507
+ "type": {
1508
+ "description": "",
1509
+ "value": "color",
1510
+ "type": "color",
1511
+ "filePath": "src/stable/theme/stable-common.json",
1512
+ "isSource": true
1513
+ }
1514
+ },
1515
+ "name": "md-color-theme-common-outline-input-normal",
1516
+ "attributes": {
1517
+ "category": "color",
1518
+ "type": "theme",
1519
+ "item": "common",
1520
+ "subitem": "outline",
1521
+ "state": "input"
1522
+ },
1523
+ "path": [
1524
+ "color",
1525
+ "theme",
1526
+ "common",
1527
+ "outline",
1528
+ "input",
1529
+ "normal"
1530
+ ]
1531
+ }
1532
+ },
1533
+ "disabled": {
1534
+ "normal": {
1535
+ "value": {
1536
+ "description": "",
1537
+ "value": "#ffffff33",
1538
+ "type": "color",
1539
+ "filePath": "src/stable/theme/stable-common.json",
1540
+ "isSource": true
1541
+ },
1542
+ "type": {
1543
+ "description": "",
1544
+ "value": "color",
1545
+ "type": "color",
1546
+ "filePath": "src/stable/theme/stable-common.json",
1547
+ "isSource": true
1548
+ },
1549
+ "filePath": "src/stable/theme/stable-common.json",
1550
+ "isSource": true,
1551
+ "original": {
1552
+ "value": {
1553
+ "description": "",
1554
+ "value": "{color.core.white-alpha.20}",
1555
+ "type": "color",
1556
+ "filePath": "src/stable/theme/stable-common.json",
1557
+ "isSource": true
1558
+ },
1559
+ "type": {
1560
+ "description": "",
1561
+ "value": "color",
1562
+ "type": "color",
1563
+ "filePath": "src/stable/theme/stable-common.json",
1564
+ "isSource": true
1565
+ }
1566
+ },
1567
+ "name": "md-color-theme-common-outline-disabled-normal",
1568
+ "attributes": {
1569
+ "category": "color",
1570
+ "type": "theme",
1571
+ "item": "common",
1572
+ "subitem": "outline",
1573
+ "state": "disabled"
1574
+ },
1575
+ "path": [
1576
+ "color",
1577
+ "theme",
1578
+ "common",
1579
+ "outline",
1580
+ "disabled",
1581
+ "normal"
1582
+ ]
1583
+ }
1584
+ },
1585
+ "closed-caption": {
1586
+ "secondary": {
1587
+ "light": {
1588
+ "value": {
1589
+ "description": "",
1590
+ "value": "#ffffff33",
1591
+ "type": "color",
1592
+ "filePath": "src/stable/theme/stable-common.json",
1593
+ "isSource": true
1594
+ },
1595
+ "type": {
1596
+ "description": "",
1597
+ "value": "color",
1598
+ "type": "color",
1599
+ "filePath": "src/stable/theme/stable-common.json",
1600
+ "isSource": true
1601
+ },
1602
+ "filePath": "src/stable/theme/stable-common.json",
1603
+ "isSource": true,
1604
+ "original": {
1605
+ "value": {
1606
+ "description": "",
1607
+ "value": "{color.core.white-alpha.20}",
1608
+ "type": "color",
1609
+ "filePath": "src/stable/theme/stable-common.json",
1610
+ "isSource": true
1611
+ },
1612
+ "type": {
1613
+ "description": "",
1614
+ "value": "color",
1615
+ "type": "color",
1616
+ "filePath": "src/stable/theme/stable-common.json",
1617
+ "isSource": true
1618
+ }
1619
+ },
1620
+ "name": "md-color-theme-common-outline-closed-caption-secondary-light",
1621
+ "attributes": {
1622
+ "category": "color",
1623
+ "type": "theme",
1624
+ "item": "common",
1625
+ "subitem": "outline",
1626
+ "state": "closed-caption"
1627
+ },
1628
+ "path": [
1629
+ "color",
1630
+ "theme",
1631
+ "common",
1632
+ "outline",
1633
+ "closed-caption",
1634
+ "secondary",
1635
+ "light"
1636
+ ]
1637
+ },
1638
+ "dark": {
1639
+ "value": {
1640
+ "description": "",
1641
+ "value": "#00000033",
1642
+ "type": "color",
1643
+ "filePath": "src/stable/theme/stable-common.json",
1644
+ "isSource": true
1645
+ },
1646
+ "type": {
1647
+ "description": "",
1648
+ "value": "color",
1649
+ "type": "color",
1650
+ "filePath": "src/stable/theme/stable-common.json",
1651
+ "isSource": true
1652
+ },
1653
+ "filePath": "src/stable/theme/stable-common.json",
1654
+ "isSource": true,
1655
+ "original": {
1656
+ "value": {
1657
+ "description": "",
1658
+ "value": "{color.core.black-alpha.20}",
1659
+ "type": "color",
1660
+ "filePath": "src/stable/theme/stable-common.json",
1661
+ "isSource": true
1662
+ },
1663
+ "type": {
1664
+ "description": "",
1665
+ "value": "color",
1666
+ "type": "color",
1667
+ "filePath": "src/stable/theme/stable-common.json",
1668
+ "isSource": true
1669
+ }
1670
+ },
1671
+ "name": "md-color-theme-common-outline-closed-caption-secondary-dark",
1672
+ "attributes": {
1673
+ "category": "color",
1674
+ "type": "theme",
1675
+ "item": "common",
1676
+ "subitem": "outline",
1677
+ "state": "closed-caption"
1678
+ },
1679
+ "path": [
1680
+ "color",
1681
+ "theme",
1682
+ "common",
1683
+ "outline",
1684
+ "closed-caption",
1685
+ "secondary",
1686
+ "dark"
1687
+ ]
1688
+ }
1689
+ }
1690
+ }
1691
+ },
1692
+ "control": {
1693
+ "inactive": {
1694
+ "normal": {
1695
+ "value": {
1696
+ "description": "",
1697
+ "value": "#00000033",
1698
+ "type": "color",
1699
+ "filePath": "src/stable/theme/stable-common.json",
1700
+ "isSource": true
1701
+ },
1702
+ "type": {
1703
+ "description": "",
1704
+ "value": "color",
1705
+ "type": "color",
1706
+ "filePath": "src/stable/theme/stable-common.json",
1707
+ "isSource": true
1708
+ },
1709
+ "filePath": "src/stable/theme/stable-common.json",
1710
+ "isSource": true,
1711
+ "original": {
1712
+ "value": {
1713
+ "description": "",
1714
+ "value": "{color.core.black-alpha.20}",
1715
+ "type": "color",
1716
+ "filePath": "src/stable/theme/stable-common.json",
1717
+ "isSource": true
1718
+ },
1719
+ "type": {
1720
+ "description": "",
1721
+ "value": "color",
1722
+ "type": "color",
1723
+ "filePath": "src/stable/theme/stable-common.json",
1724
+ "isSource": true
1725
+ }
1726
+ },
1727
+ "name": "md-color-theme-common-control-inactive-normal",
1728
+ "attributes": {
1729
+ "category": "color",
1730
+ "type": "theme",
1731
+ "item": "common",
1732
+ "subitem": "control",
1733
+ "state": "inactive"
1734
+ },
1735
+ "path": [
1736
+ "color",
1737
+ "theme",
1738
+ "common",
1739
+ "control",
1740
+ "inactive",
1741
+ "normal"
1742
+ ]
1743
+ }
1744
+ },
1745
+ "shareContent": {
1746
+ "active": {
1747
+ "value": {
1748
+ "description": "",
1749
+ "value": "#C74F0E",
1750
+ "type": "color",
1751
+ "filePath": "src/stable/theme/stable-common.json",
1752
+ "isSource": true
1753
+ },
1754
+ "type": {
1755
+ "description": "",
1756
+ "value": "color",
1757
+ "type": "color",
1758
+ "filePath": "src/stable/theme/stable-common.json",
1759
+ "isSource": true
1760
+ },
1761
+ "filePath": "src/stable/theme/stable-common.json",
1762
+ "isSource": true,
1763
+ "original": {
1764
+ "value": {
1765
+ "description": "",
1766
+ "value": "{color.core.orange.60}",
1767
+ "type": "color",
1768
+ "filePath": "src/stable/theme/stable-common.json",
1769
+ "isSource": true
1770
+ },
1771
+ "type": {
1772
+ "description": "",
1773
+ "value": "color",
1774
+ "type": "color",
1775
+ "filePath": "src/stable/theme/stable-common.json",
1776
+ "isSource": true
1777
+ }
1778
+ },
1779
+ "name": "md-color-theme-common-control-share-content-active",
1780
+ "attributes": {
1781
+ "category": "color",
1782
+ "type": "theme",
1783
+ "item": "common",
1784
+ "subitem": "control",
1785
+ "state": "shareContent"
1786
+ },
1787
+ "path": [
1788
+ "color",
1789
+ "theme",
1790
+ "common",
1791
+ "control",
1792
+ "shareContent",
1793
+ "active"
1794
+ ]
1795
+ },
1796
+ "inactive": {
1797
+ "value": {
1798
+ "description": "",
1799
+ "value": "#707070",
1800
+ "type": "color",
1801
+ "filePath": "src/stable/theme/stable-common.json",
1802
+ "isSource": true
1803
+ },
1804
+ "type": {
1805
+ "description": "",
1806
+ "value": "color",
1807
+ "type": "color",
1808
+ "filePath": "src/stable/theme/stable-common.json",
1809
+ "isSource": true
1810
+ },
1811
+ "filePath": "src/stable/theme/stable-common.json",
1812
+ "isSource": true,
1813
+ "original": {
1814
+ "value": {
1815
+ "description": "",
1816
+ "value": "{color.core.gray.60}",
1817
+ "type": "color",
1818
+ "filePath": "src/stable/theme/stable-common.json",
1819
+ "isSource": true
1820
+ },
1821
+ "type": {
1822
+ "description": "",
1823
+ "value": "color",
1824
+ "type": "color",
1825
+ "filePath": "src/stable/theme/stable-common.json",
1826
+ "isSource": true
1827
+ }
1828
+ },
1829
+ "name": "md-color-theme-common-control-share-content-inactive",
1830
+ "attributes": {
1831
+ "category": "color",
1832
+ "type": "theme",
1833
+ "item": "common",
1834
+ "subitem": "control",
1835
+ "state": "shareContent"
1836
+ },
1837
+ "path": [
1838
+ "color",
1839
+ "theme",
1840
+ "common",
1841
+ "control",
1842
+ "shareContent",
1843
+ "inactive"
1844
+ ]
1845
+ },
1846
+ "selected": {
1847
+ "value": {
1848
+ "description": "",
1849
+ "value": "#3cc29a",
1850
+ "type": "color",
1851
+ "filePath": "src/stable/theme/stable-common.json",
1852
+ "isSource": true
1853
+ },
1854
+ "type": {
1855
+ "description": "",
1856
+ "value": "color",
1857
+ "type": "color",
1858
+ "filePath": "src/stable/theme/stable-common.json",
1859
+ "isSource": true
1860
+ },
1861
+ "filePath": "src/stable/theme/stable-common.json",
1862
+ "isSource": true,
1863
+ "original": {
1864
+ "value": {
1865
+ "description": "",
1866
+ "value": "{color.core.green.40}",
1867
+ "type": "color",
1868
+ "filePath": "src/stable/theme/stable-common.json",
1869
+ "isSource": true
1870
+ },
1871
+ "type": {
1872
+ "description": "",
1873
+ "value": "color",
1874
+ "type": "color",
1875
+ "filePath": "src/stable/theme/stable-common.json",
1876
+ "isSource": true
1877
+ }
1878
+ },
1879
+ "name": "md-color-theme-common-control-share-content-selected",
1880
+ "attributes": {
1881
+ "category": "color",
1882
+ "type": "theme",
1883
+ "item": "common",
1884
+ "subitem": "control",
1885
+ "state": "shareContent"
1886
+ },
1887
+ "path": [
1888
+ "color",
1889
+ "theme",
1890
+ "common",
1891
+ "control",
1892
+ "shareContent",
1893
+ "selected"
1894
+ ]
1895
+ }
1896
+ }
1897
+ },
1898
+ "background": {
1899
+ "solid": {
1900
+ "secondary-dark": {
1901
+ "value": {
1902
+ "description": "",
1903
+ "value": "#1a1a1a",
1904
+ "type": "color",
1905
+ "filePath": "src/stable/theme/stable-common.json",
1906
+ "isSource": true
1907
+ },
1908
+ "type": {
1909
+ "description": "",
1910
+ "value": "color",
1911
+ "type": "color",
1912
+ "filePath": "src/stable/theme/stable-common.json",
1913
+ "isSource": true
1914
+ },
1915
+ "filePath": "src/stable/theme/stable-common.json",
1916
+ "isSource": true,
1917
+ "original": {
1918
+ "value": {
1919
+ "description": "",
1920
+ "value": "{color.core.gray.95}",
1921
+ "type": "color",
1922
+ "filePath": "src/stable/theme/stable-common.json",
1923
+ "isSource": true
1924
+ },
1925
+ "type": {
1926
+ "description": "",
1927
+ "value": "color",
1928
+ "type": "color",
1929
+ "filePath": "src/stable/theme/stable-common.json",
1930
+ "isSource": true
1931
+ }
1932
+ },
1933
+ "name": "md-color-theme-common-background-solid-secondary-dark",
1934
+ "attributes": {
1935
+ "category": "color",
1936
+ "type": "theme",
1937
+ "item": "common",
1938
+ "subitem": "background",
1939
+ "state": "solid"
1940
+ },
1941
+ "path": [
1942
+ "color",
1943
+ "theme",
1944
+ "common",
1945
+ "background",
1946
+ "solid",
1947
+ "secondary-dark"
1948
+ ]
1949
+ },
1950
+ "primary-light": {
1951
+ "value": {
1952
+ "description": "",
1953
+ "value": "#ffffff",
1954
+ "type": "color",
1955
+ "filePath": "src/stable/theme/stable-common.json",
1956
+ "isSource": true
1957
+ },
1958
+ "type": {
1959
+ "description": "",
1960
+ "value": "color",
1961
+ "type": "color",
1962
+ "filePath": "src/stable/theme/stable-common.json",
1963
+ "isSource": true
1964
+ },
1965
+ "filePath": "src/stable/theme/stable-common.json",
1966
+ "isSource": true,
1967
+ "original": {
1968
+ "value": {
1969
+ "description": "",
1970
+ "value": "{color.core.white-alpha.100}",
1971
+ "type": "color",
1972
+ "filePath": "src/stable/theme/stable-common.json",
1973
+ "isSource": true
1974
+ },
1975
+ "type": {
1976
+ "description": "",
1977
+ "value": "color",
1978
+ "type": "color",
1979
+ "filePath": "src/stable/theme/stable-common.json",
1980
+ "isSource": true
1981
+ }
1982
+ },
1983
+ "name": "md-color-theme-common-background-solid-primary-light",
1984
+ "attributes": {
1985
+ "category": "color",
1986
+ "type": "theme",
1987
+ "item": "common",
1988
+ "subitem": "background",
1989
+ "state": "solid"
1990
+ },
1991
+ "path": [
1992
+ "color",
1993
+ "theme",
1994
+ "common",
1995
+ "background",
1996
+ "solid",
1997
+ "primary-light"
1998
+ ]
1999
+ }
2000
+ }
2001
+ },
2002
+ "touchbar": {
2003
+ "background": {
2004
+ "blue": {
2005
+ "normal": {
2006
+ "value": {
2007
+ "description": "",
2008
+ "value": "#1170cf",
2009
+ "type": "color",
2010
+ "filePath": "src/stable/theme/stable-common.json",
2011
+ "isSource": true
2012
+ },
2013
+ "type": {
2014
+ "description": "",
2015
+ "value": "color",
2016
+ "type": "color",
2017
+ "filePath": "src/stable/theme/stable-common.json",
2018
+ "isSource": true
2019
+ },
2020
+ "filePath": "src/stable/theme/stable-common.json",
2021
+ "isSource": true,
2022
+ "original": {
2023
+ "value": {
2024
+ "description": "",
2025
+ "value": "{color.core.blue.60}",
2026
+ "type": "color",
2027
+ "filePath": "src/stable/theme/stable-common.json",
2028
+ "isSource": true
2029
+ },
2030
+ "type": {
2031
+ "description": "",
2032
+ "value": "color",
2033
+ "type": "color",
2034
+ "filePath": "src/stable/theme/stable-common.json",
2035
+ "isSource": true
2036
+ }
2037
+ },
2038
+ "name": "md-color-theme-common-touchbar-background-blue-normal",
2039
+ "attributes": {
2040
+ "category": "color",
2041
+ "type": "theme",
2042
+ "item": "common",
2043
+ "subitem": "touchbar",
2044
+ "state": "background"
2045
+ },
2046
+ "path": [
2047
+ "color",
2048
+ "theme",
2049
+ "common",
2050
+ "touchbar",
2051
+ "background",
2052
+ "blue",
2053
+ "normal"
2054
+ ]
2055
+ },
2056
+ "pressed": {
2057
+ "value": {
2058
+ "description": "",
2059
+ "value": "#063a75",
2060
+ "type": "color",
2061
+ "filePath": "src/stable/theme/stable-common.json",
2062
+ "isSource": true
2063
+ },
2064
+ "type": {
2065
+ "description": "",
2066
+ "value": "color",
2067
+ "type": "color",
2068
+ "filePath": "src/stable/theme/stable-common.json",
2069
+ "isSource": true
2070
+ },
2071
+ "filePath": "src/stable/theme/stable-common.json",
2072
+ "isSource": true,
2073
+ "original": {
2074
+ "value": {
2075
+ "description": "",
2076
+ "value": "{color.core.blue.80}",
2077
+ "type": "color",
2078
+ "filePath": "src/stable/theme/stable-common.json",
2079
+ "isSource": true
2080
+ },
2081
+ "type": {
2082
+ "description": "",
2083
+ "value": "color",
2084
+ "type": "color",
2085
+ "filePath": "src/stable/theme/stable-common.json",
2086
+ "isSource": true
2087
+ }
2088
+ },
2089
+ "name": "md-color-theme-common-touchbar-background-blue-pressed",
2090
+ "attributes": {
2091
+ "category": "color",
2092
+ "type": "theme",
2093
+ "item": "common",
2094
+ "subitem": "touchbar",
2095
+ "state": "background"
2096
+ },
2097
+ "path": [
2098
+ "color",
2099
+ "theme",
2100
+ "common",
2101
+ "touchbar",
2102
+ "background",
2103
+ "blue",
2104
+ "pressed"
2105
+ ]
2106
+ }
2107
+ },
2108
+ "pink": {
2109
+ "normal": {
2110
+ "value": {
2111
+ "description": "",
2112
+ "value": "#d43b52",
2113
+ "type": "color",
2114
+ "filePath": "src/stable/theme/stable-common.json",
2115
+ "isSource": true
2116
+ },
2117
+ "type": {
2118
+ "description": "",
2119
+ "value": "color",
2120
+ "type": "color",
2121
+ "filePath": "src/stable/theme/stable-common.json",
2122
+ "isSource": true
2123
+ },
2124
+ "filePath": "src/stable/theme/stable-common.json",
2125
+ "isSource": true,
2126
+ "original": {
2127
+ "value": {
2128
+ "description": "",
2129
+ "value": "{color.decorative.pink.60}",
2130
+ "type": "color",
2131
+ "filePath": "src/stable/theme/stable-common.json",
2132
+ "isSource": true
2133
+ },
2134
+ "type": {
2135
+ "description": "",
2136
+ "value": "color",
2137
+ "type": "color",
2138
+ "filePath": "src/stable/theme/stable-common.json",
2139
+ "isSource": true
2140
+ }
2141
+ },
2142
+ "name": "md-color-theme-common-touchbar-background-pink-normal",
2143
+ "attributes": {
2144
+ "category": "color",
2145
+ "type": "theme",
2146
+ "item": "common",
2147
+ "subitem": "touchbar",
2148
+ "state": "background"
2149
+ },
2150
+ "path": [
2151
+ "color",
2152
+ "theme",
2153
+ "common",
2154
+ "touchbar",
2155
+ "background",
2156
+ "pink",
2157
+ "normal"
2158
+ ]
2159
+ },
2160
+ "pressed": {
2161
+ "value": {
2162
+ "description": "",
2163
+ "value": "#66262d",
2164
+ "type": "color",
2165
+ "filePath": "src/stable/theme/stable-common.json",
2166
+ "isSource": true
2167
+ },
2168
+ "type": {
2169
+ "description": "",
2170
+ "value": "color",
2171
+ "type": "color",
2172
+ "filePath": "src/stable/theme/stable-common.json",
2173
+ "isSource": true
2174
+ },
2175
+ "filePath": "src/stable/theme/stable-common.json",
2176
+ "isSource": true,
2177
+ "original": {
2178
+ "value": {
2179
+ "description": "",
2180
+ "value": "{color.decorative.pink.80}",
2181
+ "type": "color",
2182
+ "filePath": "src/stable/theme/stable-common.json",
2183
+ "isSource": true
2184
+ },
2185
+ "type": {
2186
+ "description": "",
2187
+ "value": "color",
2188
+ "type": "color",
2189
+ "filePath": "src/stable/theme/stable-common.json",
2190
+ "isSource": true
2191
+ }
2192
+ },
2193
+ "name": "md-color-theme-common-touchbar-background-pink-pressed",
2194
+ "attributes": {
2195
+ "category": "color",
2196
+ "type": "theme",
2197
+ "item": "common",
2198
+ "subitem": "touchbar",
2199
+ "state": "background"
2200
+ },
2201
+ "path": [
2202
+ "color",
2203
+ "theme",
2204
+ "common",
2205
+ "touchbar",
2206
+ "background",
2207
+ "pink",
2208
+ "pressed"
2209
+ ]
2210
+ }
2211
+ },
2212
+ "mint": {
2213
+ "normal": {
2214
+ "value": {
2215
+ "description": "",
2216
+ "value": "#148579",
2217
+ "type": "color",
2218
+ "filePath": "src/stable/theme/stable-common.json",
2219
+ "isSource": true
2220
+ },
2221
+ "type": {
2222
+ "description": "",
2223
+ "value": "color",
2224
+ "type": "color",
2225
+ "filePath": "src/stable/theme/stable-common.json",
2226
+ "isSource": true
2227
+ },
2228
+ "filePath": "src/stable/theme/stable-common.json",
2229
+ "isSource": true,
2230
+ "original": {
2231
+ "value": {
2232
+ "description": "",
2233
+ "value": "{color.decorative.mint.60}",
2234
+ "type": "color",
2235
+ "filePath": "src/stable/theme/stable-common.json",
2236
+ "isSource": true
2237
+ },
2238
+ "type": {
2239
+ "description": "",
2240
+ "value": "color",
2241
+ "type": "color",
2242
+ "filePath": "src/stable/theme/stable-common.json",
2243
+ "isSource": true
2244
+ }
2245
+ },
2246
+ "name": "md-color-theme-common-touchbar-background-mint-normal",
2247
+ "attributes": {
2248
+ "category": "color",
2249
+ "type": "theme",
2250
+ "item": "common",
2251
+ "subitem": "touchbar",
2252
+ "state": "background"
2253
+ },
2254
+ "path": [
2255
+ "color",
2256
+ "theme",
2257
+ "common",
2258
+ "touchbar",
2259
+ "background",
2260
+ "mint",
2261
+ "normal"
2262
+ ]
2263
+ },
2264
+ "pressed": {
2265
+ "value": {
2266
+ "description": "",
2267
+ "value": "#12423f",
2268
+ "type": "color",
2269
+ "filePath": "src/stable/theme/stable-common.json",
2270
+ "isSource": true
2271
+ },
2272
+ "type": {
2273
+ "description": "",
2274
+ "value": "color",
2275
+ "type": "color",
2276
+ "filePath": "src/stable/theme/stable-common.json",
2277
+ "isSource": true
2278
+ },
2279
+ "filePath": "src/stable/theme/stable-common.json",
2280
+ "isSource": true,
2281
+ "original": {
2282
+ "value": {
2283
+ "description": "",
2284
+ "value": "{color.decorative.mint.80}",
2285
+ "type": "color",
2286
+ "filePath": "src/stable/theme/stable-common.json",
2287
+ "isSource": true
2288
+ },
2289
+ "type": {
2290
+ "description": "",
2291
+ "value": "color",
2292
+ "type": "color",
2293
+ "filePath": "src/stable/theme/stable-common.json",
2294
+ "isSource": true
2295
+ }
2296
+ },
2297
+ "name": "md-color-theme-common-touchbar-background-mint-pressed",
2298
+ "attributes": {
2299
+ "category": "color",
2300
+ "type": "theme",
2301
+ "item": "common",
2302
+ "subitem": "touchbar",
2303
+ "state": "background"
2304
+ },
2305
+ "path": [
2306
+ "color",
2307
+ "theme",
2308
+ "common",
2309
+ "touchbar",
2310
+ "background",
2311
+ "mint",
2312
+ "pressed"
2313
+ ]
2314
+ }
2315
+ },
2316
+ "purple": {
2317
+ "normal": {
2318
+ "value": {
2319
+ "description": "",
2320
+ "value": "#c233c4",
2321
+ "type": "color",
2322
+ "filePath": "src/stable/theme/stable-common.json",
2323
+ "isSource": true
2324
+ },
2325
+ "type": {
2326
+ "description": "",
2327
+ "value": "color",
2328
+ "type": "color",
2329
+ "filePath": "src/stable/theme/stable-common.json",
2330
+ "isSource": true
2331
+ },
2332
+ "filePath": "src/stable/theme/stable-common.json",
2333
+ "isSource": true,
2334
+ "original": {
2335
+ "value": {
2336
+ "description": "",
2337
+ "value": "{color.decorative.purple.60}",
2338
+ "type": "color",
2339
+ "filePath": "src/stable/theme/stable-common.json",
2340
+ "isSource": true
2341
+ },
2342
+ "type": {
2343
+ "description": "",
2344
+ "value": "color",
2345
+ "type": "color",
2346
+ "filePath": "src/stable/theme/stable-common.json",
2347
+ "isSource": true
2348
+ }
2349
+ },
2350
+ "name": "md-color-theme-common-touchbar-background-purple-normal",
2351
+ "attributes": {
2352
+ "category": "color",
2353
+ "type": "theme",
2354
+ "item": "common",
2355
+ "subitem": "touchbar",
2356
+ "state": "background"
2357
+ },
2358
+ "path": [
2359
+ "color",
2360
+ "theme",
2361
+ "common",
2362
+ "touchbar",
2363
+ "background",
2364
+ "purple",
2365
+ "normal"
2366
+ ]
2367
+ },
2368
+ "pressed": {
2369
+ "value": {
2370
+ "description": "",
2371
+ "value": "#601e66",
2372
+ "type": "color",
2373
+ "filePath": "src/stable/theme/stable-common.json",
2374
+ "isSource": true
2375
+ },
2376
+ "type": {
2377
+ "description": "",
2378
+ "value": "color",
2379
+ "type": "color",
2380
+ "filePath": "src/stable/theme/stable-common.json",
2381
+ "isSource": true
2382
+ },
2383
+ "filePath": "src/stable/theme/stable-common.json",
2384
+ "isSource": true,
2385
+ "original": {
2386
+ "value": {
2387
+ "description": "",
2388
+ "value": "{color.decorative.purple.80}",
2389
+ "type": "color",
2390
+ "filePath": "src/stable/theme/stable-common.json",
2391
+ "isSource": true
2392
+ },
2393
+ "type": {
2394
+ "description": "",
2395
+ "value": "color",
2396
+ "type": "color",
2397
+ "filePath": "src/stable/theme/stable-common.json",
2398
+ "isSource": true
2399
+ }
2400
+ },
2401
+ "name": "md-color-theme-common-touchbar-background-purple-pressed",
2402
+ "attributes": {
2403
+ "category": "color",
2404
+ "type": "theme",
2405
+ "item": "common",
2406
+ "subitem": "touchbar",
2407
+ "state": "background"
2408
+ },
2409
+ "path": [
2410
+ "color",
2411
+ "theme",
2412
+ "common",
2413
+ "touchbar",
2414
+ "background",
2415
+ "purple",
2416
+ "pressed"
2417
+ ]
2418
+ }
2419
+ },
2420
+ "violet": {
2421
+ "normal": {
2422
+ "value": {
2423
+ "description": "",
2424
+ "value": "#875ae0",
2425
+ "type": "color",
2426
+ "filePath": "src/stable/theme/stable-common.json",
2427
+ "isSource": true
2428
+ },
2429
+ "type": {
2430
+ "description": "",
2431
+ "value": "color",
2432
+ "type": "color",
2433
+ "filePath": "src/stable/theme/stable-common.json",
2434
+ "isSource": true
2435
+ },
2436
+ "filePath": "src/stable/theme/stable-common.json",
2437
+ "isSource": true,
2438
+ "original": {
2439
+ "value": {
2440
+ "description": "",
2441
+ "value": "{color.decorative.violet.60}",
2442
+ "type": "color",
2443
+ "filePath": "src/stable/theme/stable-common.json",
2444
+ "isSource": true
2445
+ },
2446
+ "type": {
2447
+ "description": "",
2448
+ "value": "color",
2449
+ "type": "color",
2450
+ "filePath": "src/stable/theme/stable-common.json",
2451
+ "isSource": true
2452
+ }
2453
+ },
2454
+ "name": "md-color-theme-common-touchbar-background-violet-normal",
2455
+ "attributes": {
2456
+ "category": "color",
2457
+ "type": "theme",
2458
+ "item": "common",
2459
+ "subitem": "touchbar",
2460
+ "state": "background"
2461
+ },
2462
+ "path": [
2463
+ "color",
2464
+ "theme",
2465
+ "common",
2466
+ "touchbar",
2467
+ "background",
2468
+ "violet",
2469
+ "normal"
2470
+ ]
2471
+ },
2472
+ "pressed": {
2473
+ "value": {
2474
+ "description": "",
2475
+ "value": "#432c78",
2476
+ "type": "color",
2477
+ "filePath": "src/stable/theme/stable-common.json",
2478
+ "isSource": true
2479
+ },
2480
+ "type": {
2481
+ "description": "",
2482
+ "value": "color",
2483
+ "type": "color",
2484
+ "filePath": "src/stable/theme/stable-common.json",
2485
+ "isSource": true
2486
+ },
2487
+ "filePath": "src/stable/theme/stable-common.json",
2488
+ "isSource": true,
2489
+ "original": {
2490
+ "value": {
2491
+ "description": "",
2492
+ "value": "{color.decorative.violet.80}",
2493
+ "type": "color",
2494
+ "filePath": "src/stable/theme/stable-common.json",
2495
+ "isSource": true
2496
+ },
2497
+ "type": {
2498
+ "description": "",
2499
+ "value": "color",
2500
+ "type": "color",
2501
+ "filePath": "src/stable/theme/stable-common.json",
2502
+ "isSource": true
2503
+ }
2504
+ },
2505
+ "name": "md-color-theme-common-touchbar-background-violet-pressed",
2506
+ "attributes": {
2507
+ "category": "color",
2508
+ "type": "theme",
2509
+ "item": "common",
2510
+ "subitem": "touchbar",
2511
+ "state": "background"
2512
+ },
2513
+ "path": [
2514
+ "color",
2515
+ "theme",
2516
+ "common",
2517
+ "touchbar",
2518
+ "background",
2519
+ "violet",
2520
+ "pressed"
2521
+ ]
2522
+ }
2523
+ },
2524
+ "orange": {
2525
+ "normal": {
2526
+ "value": {
2527
+ "description": "",
2528
+ "value": "#C74F0E",
2529
+ "type": "color",
2530
+ "filePath": "src/stable/theme/stable-common.json",
2531
+ "isSource": true
2532
+ },
2533
+ "type": {
2534
+ "description": "",
2535
+ "value": "color",
2536
+ "type": "color",
2537
+ "filePath": "src/stable/theme/stable-common.json",
2538
+ "isSource": true
2539
+ },
2540
+ "filePath": "src/stable/theme/stable-common.json",
2541
+ "isSource": true,
2542
+ "original": {
2543
+ "value": {
2544
+ "description": "",
2545
+ "value": "{color.core.orange.60}",
2546
+ "type": "color",
2547
+ "filePath": "src/stable/theme/stable-common.json",
2548
+ "isSource": true
2549
+ },
2550
+ "type": {
2551
+ "description": "",
2552
+ "value": "color",
2553
+ "type": "color",
2554
+ "filePath": "src/stable/theme/stable-common.json",
2555
+ "isSource": true
2556
+ }
2557
+ },
2558
+ "name": "md-color-theme-common-touchbar-background-orange-normal",
2559
+ "attributes": {
2560
+ "category": "color",
2561
+ "type": "theme",
2562
+ "item": "common",
2563
+ "subitem": "touchbar",
2564
+ "state": "background"
2565
+ },
2566
+ "path": [
2567
+ "color",
2568
+ "theme",
2569
+ "common",
2570
+ "touchbar",
2571
+ "background",
2572
+ "orange",
2573
+ "normal"
2574
+ ]
2575
+ },
2576
+ "pressed": {
2577
+ "value": {
2578
+ "description": "",
2579
+ "value": "#59311E",
2580
+ "type": "color",
2581
+ "filePath": "src/stable/theme/stable-common.json",
2582
+ "isSource": true
2583
+ },
2584
+ "type": {
2585
+ "description": "",
2586
+ "value": "color",
2587
+ "type": "color",
2588
+ "filePath": "src/stable/theme/stable-common.json",
2589
+ "isSource": true
2590
+ },
2591
+ "filePath": "src/stable/theme/stable-common.json",
2592
+ "isSource": true,
2593
+ "original": {
2594
+ "value": {
2595
+ "description": "",
2596
+ "value": "{color.core.orange.80}",
2597
+ "type": "color",
2598
+ "filePath": "src/stable/theme/stable-common.json",
2599
+ "isSource": true
2600
+ },
2601
+ "type": {
2602
+ "description": "",
2603
+ "value": "color",
2604
+ "type": "color",
2605
+ "filePath": "src/stable/theme/stable-common.json",
2606
+ "isSource": true
2607
+ }
2608
+ },
2609
+ "name": "md-color-theme-common-touchbar-background-orange-pressed",
2610
+ "attributes": {
2611
+ "category": "color",
2612
+ "type": "theme",
2613
+ "item": "common",
2614
+ "subitem": "touchbar",
2615
+ "state": "background"
2616
+ },
2617
+ "path": [
2618
+ "color",
2619
+ "theme",
2620
+ "common",
2621
+ "touchbar",
2622
+ "background",
2623
+ "orange",
2624
+ "pressed"
2625
+ ]
2626
+ }
2627
+ },
2628
+ "green": {
2629
+ "normal": {
2630
+ "value": {
2631
+ "description": "",
2632
+ "value": "#1d805f",
2633
+ "type": "color",
2634
+ "filePath": "src/stable/theme/stable-common.json",
2635
+ "isSource": true
2636
+ },
2637
+ "type": {
2638
+ "description": "",
2639
+ "value": "color",
2640
+ "type": "color",
2641
+ "filePath": "src/stable/theme/stable-common.json",
2642
+ "isSource": true
2643
+ },
2644
+ "filePath": "src/stable/theme/stable-common.json",
2645
+ "isSource": true,
2646
+ "original": {
2647
+ "value": {
2648
+ "description": "",
2649
+ "value": "{color.core.green.60}",
2650
+ "type": "color",
2651
+ "filePath": "src/stable/theme/stable-common.json",
2652
+ "isSource": true
2653
+ },
2654
+ "type": {
2655
+ "description": "",
2656
+ "value": "color",
2657
+ "type": "color",
2658
+ "filePath": "src/stable/theme/stable-common.json",
2659
+ "isSource": true
2660
+ }
2661
+ },
2662
+ "name": "md-color-theme-common-touchbar-background-green-normal",
2663
+ "attributes": {
2664
+ "category": "color",
2665
+ "type": "theme",
2666
+ "item": "common",
2667
+ "subitem": "touchbar",
2668
+ "state": "background"
2669
+ },
2670
+ "path": [
2671
+ "color",
2672
+ "theme",
2673
+ "common",
2674
+ "touchbar",
2675
+ "background",
2676
+ "green",
2677
+ "normal"
2678
+ ]
2679
+ },
2680
+ "pressed": {
2681
+ "value": {
2682
+ "description": "",
2683
+ "value": "#134231",
2684
+ "type": "color",
2685
+ "filePath": "src/stable/theme/stable-common.json",
2686
+ "isSource": true
2687
+ },
2688
+ "type": {
2689
+ "description": "",
2690
+ "value": "color",
2691
+ "type": "color",
2692
+ "filePath": "src/stable/theme/stable-common.json",
2693
+ "isSource": true
2694
+ },
2695
+ "filePath": "src/stable/theme/stable-common.json",
2696
+ "isSource": true,
2697
+ "original": {
2698
+ "value": {
2699
+ "description": "",
2700
+ "value": "{color.core.green.80}",
2701
+ "type": "color",
2702
+ "filePath": "src/stable/theme/stable-common.json",
2703
+ "isSource": true
2704
+ },
2705
+ "type": {
2706
+ "description": "",
2707
+ "value": "color",
2708
+ "type": "color",
2709
+ "filePath": "src/stable/theme/stable-common.json",
2710
+ "isSource": true
2711
+ }
2712
+ },
2713
+ "name": "md-color-theme-common-touchbar-background-green-pressed",
2714
+ "attributes": {
2715
+ "category": "color",
2716
+ "type": "theme",
2717
+ "item": "common",
2718
+ "subitem": "touchbar",
2719
+ "state": "background"
2720
+ },
2721
+ "path": [
2722
+ "color",
2723
+ "theme",
2724
+ "common",
2725
+ "touchbar",
2726
+ "background",
2727
+ "green",
2728
+ "pressed"
2729
+ ]
2730
+ }
2731
+ },
2732
+ "red": {
2733
+ "normal": {
2734
+ "value": {
2735
+ "description": "",
2736
+ "value": "#db1f2e",
2737
+ "type": "color",
2738
+ "filePath": "src/stable/theme/stable-common.json",
2739
+ "isSource": true
2740
+ },
2741
+ "type": {
2742
+ "description": "",
2743
+ "value": "color",
2744
+ "type": "color",
2745
+ "filePath": "src/stable/theme/stable-common.json",
2746
+ "isSource": true
2747
+ },
2748
+ "filePath": "src/stable/theme/stable-common.json",
2749
+ "isSource": true,
2750
+ "original": {
2751
+ "value": {
2752
+ "description": "",
2753
+ "value": "{color.core.red.60}",
2754
+ "type": "color",
2755
+ "filePath": "src/stable/theme/stable-common.json",
2756
+ "isSource": true
2757
+ },
2758
+ "type": {
2759
+ "description": "",
2760
+ "value": "color",
2761
+ "type": "color",
2762
+ "filePath": "src/stable/theme/stable-common.json",
2763
+ "isSource": true
2764
+ }
2765
+ },
2766
+ "name": "md-color-theme-common-touchbar-background-red-normal",
2767
+ "attributes": {
2768
+ "category": "color",
2769
+ "type": "theme",
2770
+ "item": "common",
2771
+ "subitem": "touchbar",
2772
+ "state": "background"
2773
+ },
2774
+ "path": [
2775
+ "color",
2776
+ "theme",
2777
+ "common",
2778
+ "touchbar",
2779
+ "background",
2780
+ "red",
2781
+ "normal"
2782
+ ]
2783
+ },
2784
+ "pressed": {
2785
+ "value": {
2786
+ "description": "",
2787
+ "value": "#780d13",
2788
+ "type": "color",
2789
+ "filePath": "src/stable/theme/stable-common.json",
2790
+ "isSource": true
2791
+ },
2792
+ "type": {
2793
+ "description": "",
2794
+ "value": "color",
2795
+ "type": "color",
2796
+ "filePath": "src/stable/theme/stable-common.json",
2797
+ "isSource": true
2798
+ },
2799
+ "filePath": "src/stable/theme/stable-common.json",
2800
+ "isSource": true,
2801
+ "original": {
2802
+ "value": {
2803
+ "description": "",
2804
+ "value": "{color.core.red.80}",
2805
+ "type": "color",
2806
+ "filePath": "src/stable/theme/stable-common.json",
2807
+ "isSource": true
2808
+ },
2809
+ "type": {
2810
+ "description": "",
2811
+ "value": "color",
2812
+ "type": "color",
2813
+ "filePath": "src/stable/theme/stable-common.json",
2814
+ "isSource": true
2815
+ }
2816
+ },
2817
+ "name": "md-color-theme-common-touchbar-background-red-pressed",
2818
+ "attributes": {
2819
+ "category": "color",
2820
+ "type": "theme",
2821
+ "item": "common",
2822
+ "subitem": "touchbar",
2823
+ "state": "background"
2824
+ },
2825
+ "path": [
2826
+ "color",
2827
+ "theme",
2828
+ "common",
2829
+ "touchbar",
2830
+ "background",
2831
+ "red",
2832
+ "pressed"
2833
+ ]
2834
+ }
2835
+ },
2836
+ "transparent": {
2837
+ "value": {
2838
+ "description": "",
2839
+ "value": "#00000000",
2840
+ "type": "color",
2841
+ "filePath": "src/stable/theme/stable-common.json",
2842
+ "isSource": true
2843
+ },
2844
+ "type": {
2845
+ "description": "",
2846
+ "value": "color",
2847
+ "type": "color",
2848
+ "filePath": "src/stable/theme/stable-common.json",
2849
+ "isSource": true
2850
+ },
2851
+ "filePath": "src/stable/theme/stable-common.json",
2852
+ "isSource": true,
2853
+ "original": {
2854
+ "value": {
2855
+ "description": "",
2856
+ "value": "{color.core.black-alpha.00}",
2857
+ "type": "color",
2858
+ "filePath": "src/stable/theme/stable-common.json",
2859
+ "isSource": true
2860
+ },
2861
+ "type": {
2862
+ "description": "",
2863
+ "value": "color",
2864
+ "type": "color",
2865
+ "filePath": "src/stable/theme/stable-common.json",
2866
+ "isSource": true
2867
+ }
2868
+ },
2869
+ "name": "md-color-theme-common-touchbar-background-transparent",
2870
+ "attributes": {
2871
+ "category": "color",
2872
+ "type": "theme",
2873
+ "item": "common",
2874
+ "subitem": "touchbar",
2875
+ "state": "background"
2876
+ },
2877
+ "path": [
2878
+ "color",
2879
+ "theme",
2880
+ "common",
2881
+ "touchbar",
2882
+ "background",
2883
+ "transparent"
2884
+ ]
2885
+ }
2886
+ },
2887
+ "icon": {
2888
+ "stable": {
2889
+ "value": {
2890
+ "description": "",
2891
+ "value": "#27a17a",
2892
+ "type": "color",
2893
+ "filePath": "src/stable/theme/stable-common.json",
2894
+ "isSource": true
2895
+ },
2896
+ "type": {
2897
+ "description": "",
2898
+ "value": "color",
2899
+ "type": "color",
2900
+ "filePath": "src/stable/theme/stable-common.json",
2901
+ "isSource": true
2902
+ },
2903
+ "filePath": "src/stable/theme/stable-common.json",
2904
+ "isSource": true,
2905
+ "original": {
2906
+ "value": {
2907
+ "description": "",
2908
+ "value": "{color.core.green.50}",
2909
+ "type": "color",
2910
+ "filePath": "src/stable/theme/stable-common.json",
2911
+ "isSource": true
2912
+ },
2913
+ "type": {
2914
+ "description": "",
2915
+ "value": "color",
2916
+ "type": "color",
2917
+ "filePath": "src/stable/theme/stable-common.json",
2918
+ "isSource": true
2919
+ }
2920
+ },
2921
+ "name": "md-color-theme-common-touchbar-icon-stable",
2922
+ "attributes": {
2923
+ "category": "color",
2924
+ "type": "theme",
2925
+ "item": "common",
2926
+ "subitem": "touchbar",
2927
+ "state": "icon"
2928
+ },
2929
+ "path": [
2930
+ "color",
2931
+ "theme",
2932
+ "common",
2933
+ "touchbar",
2934
+ "icon",
2935
+ "stable"
2936
+ ]
2937
+ },
2938
+ "attention": {
2939
+ "value": {
2940
+ "description": "",
2941
+ "value": "#fc8b98",
2942
+ "type": "color",
2943
+ "filePath": "src/stable/theme/stable-common.json",
2944
+ "isSource": true
2945
+ },
2946
+ "type": {
2947
+ "description": "",
2948
+ "value": "color",
2949
+ "type": "color",
2950
+ "filePath": "src/stable/theme/stable-common.json",
2951
+ "isSource": true
2952
+ },
2953
+ "filePath": "src/stable/theme/stable-common.json",
2954
+ "isSource": true,
2955
+ "original": {
2956
+ "value": {
2957
+ "description": "",
2958
+ "value": "{color.core.red.40}",
2959
+ "type": "color",
2960
+ "filePath": "src/stable/theme/stable-common.json",
2961
+ "isSource": true
2962
+ },
2963
+ "type": {
2964
+ "description": "",
2965
+ "value": "color",
2966
+ "type": "color",
2967
+ "filePath": "src/stable/theme/stable-common.json",
2968
+ "isSource": true
2969
+ }
2970
+ },
2971
+ "name": "md-color-theme-common-touchbar-icon-attention",
2972
+ "attributes": {
2973
+ "category": "color",
2974
+ "type": "theme",
2975
+ "item": "common",
2976
+ "subitem": "touchbar",
2977
+ "state": "icon"
2978
+ },
2979
+ "path": [
2980
+ "color",
2981
+ "theme",
2982
+ "common",
2983
+ "touchbar",
2984
+ "icon",
2985
+ "attention"
2986
+ ]
2987
+ },
2988
+ "secure": {
2989
+ "value": {
2990
+ "description": "",
2991
+ "value": "#64b4fa",
2992
+ "type": "color",
2993
+ "filePath": "src/stable/theme/stable-common.json",
2994
+ "isSource": true
2995
+ },
2996
+ "type": {
2997
+ "description": "",
2998
+ "value": "color",
2999
+ "type": "color",
3000
+ "filePath": "src/stable/theme/stable-common.json",
3001
+ "isSource": true
3002
+ },
3003
+ "filePath": "src/stable/theme/stable-common.json",
3004
+ "isSource": true,
3005
+ "original": {
3006
+ "value": {
3007
+ "description": "",
3008
+ "value": "{color.core.blue.40}",
3009
+ "type": "color",
3010
+ "filePath": "src/stable/theme/stable-common.json",
3011
+ "isSource": true
3012
+ },
3013
+ "type": {
3014
+ "description": "",
3015
+ "value": "color",
3016
+ "type": "color",
3017
+ "filePath": "src/stable/theme/stable-common.json",
3018
+ "isSource": true
3019
+ }
3020
+ },
3021
+ "name": "md-color-theme-common-touchbar-icon-secure",
3022
+ "attributes": {
3023
+ "category": "color",
3024
+ "type": "theme",
3025
+ "item": "common",
3026
+ "subitem": "touchbar",
3027
+ "state": "icon"
3028
+ },
3029
+ "path": [
3030
+ "color",
3031
+ "theme",
3032
+ "common",
3033
+ "touchbar",
3034
+ "icon",
3035
+ "secure"
3036
+ ]
3037
+ }
3038
+ }
3039
+ }
3040
+ }
3041
+ }
3042
+ }
3043
+ }