@momentum-design/tokens 0.0.31 → 0.0.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +48 -6
- package/dist/css/core/complete.css +285 -285
- package/dist/css/theme/webex/common-stable.css +61 -61
- package/dist/css/theme/webex/dark-complete.css +165 -165
- package/dist/css/theme/webex/dark-stable.css +328 -328
- package/dist/css/theme/webex/light-complete.css +165 -165
- package/dist/css/theme/webex/light-stable.css +332 -332
- package/dist/ios/core/complete.swift +284 -284
- package/dist/ios/theme/webex/common-stable.swift +60 -60
- package/dist/ios/theme/webex/dark-complete.swift +164 -164
- package/dist/ios/theme/webex/dark-stable.swift +327 -327
- package/dist/ios/theme/webex/light-complete.swift +164 -164
- package/dist/ios/theme/webex/light-stable.swift +331 -331
- package/dist/json/core/complete.json +283 -283
- package/dist/json/theme/webex/common-stable.json +59 -59
- package/dist/json/theme/webex/dark-complete.json +163 -163
- package/dist/json/theme/webex/dark-stable.json +326 -326
- package/dist/json/theme/webex/light-complete.json +163 -163
- package/dist/json/theme/webex/light-stable.json +330 -330
- package/dist/resources/core/complete.xml +284 -284
- package/dist/resources/theme/webex/common-stable.xml +60 -60
- package/dist/resources/theme/webex/dark-complete.xml +164 -164
- package/dist/resources/theme/webex/dark-stable.xml +327 -327
- package/dist/resources/theme/webex/light-complete.xml +164 -164
- package/dist/resources/theme/webex/light-stable.xml +331 -331
- package/dist/scss/core/complete.scss +284 -284
- package/dist/scss/theme/webex/common-stable.scss +60 -60
- package/dist/scss/theme/webex/dark-complete.scss +164 -164
- package/dist/scss/theme/webex/dark-stable.scss +327 -327
- package/dist/scss/theme/webex/light-complete.scss +164 -164
- package/dist/scss/theme/webex/light-stable.scss +331 -331
- package/package.json +1 -1
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"type": "color",
|
|
15
15
|
"description": ""
|
|
16
16
|
},
|
|
17
|
-
"name": "
|
|
17
|
+
"name": "mds-color-theme-common-text-white",
|
|
18
18
|
"attributes": {
|
|
19
19
|
"category": "color",
|
|
20
20
|
"type": "theme",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"type": "color",
|
|
42
42
|
"description": ""
|
|
43
43
|
},
|
|
44
|
-
"name": "
|
|
44
|
+
"name": "mds-color-theme-common-text-gray",
|
|
45
45
|
"attributes": {
|
|
46
46
|
"category": "color",
|
|
47
47
|
"type": "theme",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"type": "color",
|
|
69
69
|
"description": ""
|
|
70
70
|
},
|
|
71
|
-
"name": "
|
|
71
|
+
"name": "mds-color-theme-common-text-black",
|
|
72
72
|
"attributes": {
|
|
73
73
|
"category": "color",
|
|
74
74
|
"type": "theme",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"type": "color",
|
|
96
96
|
"description": ""
|
|
97
97
|
},
|
|
98
|
-
"name": "
|
|
98
|
+
"name": "mds-color-theme-common-text-disabled",
|
|
99
99
|
"attributes": {
|
|
100
100
|
"category": "color",
|
|
101
101
|
"type": "theme",
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"type": "color",
|
|
124
124
|
"description": ""
|
|
125
125
|
},
|
|
126
|
-
"name": "
|
|
126
|
+
"name": "mds-color-theme-common-text-success-normal",
|
|
127
127
|
"attributes": {
|
|
128
128
|
"category": "color",
|
|
129
129
|
"type": "theme",
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
"type": "color",
|
|
152
152
|
"description": ""
|
|
153
153
|
},
|
|
154
|
-
"name": "
|
|
154
|
+
"name": "mds-color-theme-common-text-success-hover",
|
|
155
155
|
"attributes": {
|
|
156
156
|
"category": "color",
|
|
157
157
|
"type": "theme",
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
"type": "color",
|
|
182
182
|
"description": ""
|
|
183
183
|
},
|
|
184
|
-
"name": "
|
|
184
|
+
"name": "mds-color-theme-common-text-error-normal",
|
|
185
185
|
"attributes": {
|
|
186
186
|
"category": "color",
|
|
187
187
|
"type": "theme",
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
"type": "color",
|
|
210
210
|
"description": ""
|
|
211
211
|
},
|
|
212
|
-
"name": "
|
|
212
|
+
"name": "mds-color-theme-common-text-error-hover",
|
|
213
213
|
"attributes": {
|
|
214
214
|
"category": "color",
|
|
215
215
|
"type": "theme",
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
"type": "color",
|
|
240
240
|
"description": ""
|
|
241
241
|
},
|
|
242
|
-
"name": "
|
|
242
|
+
"name": "mds-color-theme-common-text-warning-normal",
|
|
243
243
|
"attributes": {
|
|
244
244
|
"category": "color",
|
|
245
245
|
"type": "theme",
|
|
@@ -268,7 +268,7 @@
|
|
|
268
268
|
"type": "color",
|
|
269
269
|
"description": ""
|
|
270
270
|
},
|
|
271
|
-
"name": "
|
|
271
|
+
"name": "mds-color-theme-common-text-secondary-light",
|
|
272
272
|
"attributes": {
|
|
273
273
|
"category": "color",
|
|
274
274
|
"type": "theme",
|
|
@@ -295,7 +295,7 @@
|
|
|
295
295
|
"type": "color",
|
|
296
296
|
"description": ""
|
|
297
297
|
},
|
|
298
|
-
"name": "
|
|
298
|
+
"name": "mds-color-theme-common-text-secondary-dark",
|
|
299
299
|
"attributes": {
|
|
300
300
|
"category": "color",
|
|
301
301
|
"type": "theme",
|
|
@@ -325,7 +325,7 @@
|
|
|
325
325
|
"type": "color",
|
|
326
326
|
"description": ""
|
|
327
327
|
},
|
|
328
|
-
"name": "
|
|
328
|
+
"name": "mds-color-theme-common-overlay-primary-normal",
|
|
329
329
|
"attributes": {
|
|
330
330
|
"category": "color",
|
|
331
331
|
"type": "theme",
|
|
@@ -355,7 +355,7 @@
|
|
|
355
355
|
"type": "color",
|
|
356
356
|
"description": ""
|
|
357
357
|
},
|
|
358
|
-
"name": "
|
|
358
|
+
"name": "mds-color-theme-common-overlay-secondary-normal",
|
|
359
359
|
"attributes": {
|
|
360
360
|
"category": "color",
|
|
361
361
|
"type": "theme",
|
|
@@ -387,7 +387,7 @@
|
|
|
387
387
|
"type": "color",
|
|
388
388
|
"description": ""
|
|
389
389
|
},
|
|
390
|
-
"name": "
|
|
390
|
+
"name": "mds-color-theme-common-button-primary-normal",
|
|
391
391
|
"attributes": {
|
|
392
392
|
"category": "color",
|
|
393
393
|
"type": "theme",
|
|
@@ -415,7 +415,7 @@
|
|
|
415
415
|
"type": "color",
|
|
416
416
|
"description": ""
|
|
417
417
|
},
|
|
418
|
-
"name": "
|
|
418
|
+
"name": "mds-color-theme-common-button-primary-hover",
|
|
419
419
|
"attributes": {
|
|
420
420
|
"category": "color",
|
|
421
421
|
"type": "theme",
|
|
@@ -443,7 +443,7 @@
|
|
|
443
443
|
"type": "color",
|
|
444
444
|
"description": ""
|
|
445
445
|
},
|
|
446
|
-
"name": "
|
|
446
|
+
"name": "mds-color-theme-common-button-primary-pressed",
|
|
447
447
|
"attributes": {
|
|
448
448
|
"category": "color",
|
|
449
449
|
"type": "theme",
|
|
@@ -471,7 +471,7 @@
|
|
|
471
471
|
"type": "color",
|
|
472
472
|
"description": ""
|
|
473
473
|
},
|
|
474
|
-
"name": "
|
|
474
|
+
"name": "mds-color-theme-common-button-primary-disabled",
|
|
475
475
|
"attributes": {
|
|
476
476
|
"category": "color",
|
|
477
477
|
"type": "theme",
|
|
@@ -501,7 +501,7 @@
|
|
|
501
501
|
"type": "color",
|
|
502
502
|
"description": ""
|
|
503
503
|
},
|
|
504
|
-
"name": "
|
|
504
|
+
"name": "mds-color-theme-common-button-secondary-normal",
|
|
505
505
|
"attributes": {
|
|
506
506
|
"category": "color",
|
|
507
507
|
"type": "theme",
|
|
@@ -529,7 +529,7 @@
|
|
|
529
529
|
"type": "color",
|
|
530
530
|
"description": ""
|
|
531
531
|
},
|
|
532
|
-
"name": "
|
|
532
|
+
"name": "mds-color-theme-common-button-secondary-hover",
|
|
533
533
|
"attributes": {
|
|
534
534
|
"category": "color",
|
|
535
535
|
"type": "theme",
|
|
@@ -557,7 +557,7 @@
|
|
|
557
557
|
"type": "color",
|
|
558
558
|
"description": ""
|
|
559
559
|
},
|
|
560
|
-
"name": "
|
|
560
|
+
"name": "mds-color-theme-common-button-secondary-disabled",
|
|
561
561
|
"attributes": {
|
|
562
562
|
"category": "color",
|
|
563
563
|
"type": "theme",
|
|
@@ -586,7 +586,7 @@
|
|
|
586
586
|
"type": "color",
|
|
587
587
|
"description": ""
|
|
588
588
|
},
|
|
589
|
-
"name": "
|
|
589
|
+
"name": "mds-color-theme-common-button-secondary-active-normal",
|
|
590
590
|
"attributes": {
|
|
591
591
|
"category": "color",
|
|
592
592
|
"type": "theme",
|
|
@@ -615,7 +615,7 @@
|
|
|
615
615
|
"type": "color",
|
|
616
616
|
"description": ""
|
|
617
617
|
},
|
|
618
|
-
"name": "
|
|
618
|
+
"name": "mds-color-theme-common-button-secondary-active-hover",
|
|
619
619
|
"attributes": {
|
|
620
620
|
"category": "color",
|
|
621
621
|
"type": "theme",
|
|
@@ -644,7 +644,7 @@
|
|
|
644
644
|
"type": "color",
|
|
645
645
|
"description": ""
|
|
646
646
|
},
|
|
647
|
-
"name": "
|
|
647
|
+
"name": "mds-color-theme-common-button-secondary-active-pressed",
|
|
648
648
|
"attributes": {
|
|
649
649
|
"category": "color",
|
|
650
650
|
"type": "theme",
|
|
@@ -676,7 +676,7 @@
|
|
|
676
676
|
"type": "color",
|
|
677
677
|
"description": ""
|
|
678
678
|
},
|
|
679
|
-
"name": "
|
|
679
|
+
"name": "mds-color-theme-common-button-secondary-dark-normal",
|
|
680
680
|
"attributes": {
|
|
681
681
|
"category": "color",
|
|
682
682
|
"type": "theme",
|
|
@@ -704,7 +704,7 @@
|
|
|
704
704
|
"type": "color",
|
|
705
705
|
"description": ""
|
|
706
706
|
},
|
|
707
|
-
"name": "
|
|
707
|
+
"name": "mds-color-theme-common-button-secondary-dark-hover",
|
|
708
708
|
"attributes": {
|
|
709
709
|
"category": "color",
|
|
710
710
|
"type": "theme",
|
|
@@ -732,7 +732,7 @@
|
|
|
732
732
|
"type": "color",
|
|
733
733
|
"description": ""
|
|
734
734
|
},
|
|
735
|
-
"name": "
|
|
735
|
+
"name": "mds-color-theme-common-button-secondary-dark-pressed",
|
|
736
736
|
"attributes": {
|
|
737
737
|
"category": "color",
|
|
738
738
|
"type": "theme",
|
|
@@ -760,7 +760,7 @@
|
|
|
760
760
|
"type": "color",
|
|
761
761
|
"description": ""
|
|
762
762
|
},
|
|
763
|
-
"name": "
|
|
763
|
+
"name": "mds-color-theme-common-button-secondary-dark-disabled",
|
|
764
764
|
"attributes": {
|
|
765
765
|
"category": "color",
|
|
766
766
|
"type": "theme",
|
|
@@ -792,7 +792,7 @@
|
|
|
792
792
|
"type": "color",
|
|
793
793
|
"description": ""
|
|
794
794
|
},
|
|
795
|
-
"name": "
|
|
795
|
+
"name": "mds-color-theme-common-outline-button-normal",
|
|
796
796
|
"attributes": {
|
|
797
797
|
"category": "color",
|
|
798
798
|
"type": "theme",
|
|
@@ -822,7 +822,7 @@
|
|
|
822
822
|
"type": "color",
|
|
823
823
|
"description": ""
|
|
824
824
|
},
|
|
825
|
-
"name": "
|
|
825
|
+
"name": "mds-color-theme-common-outline-primary-normal",
|
|
826
826
|
"attributes": {
|
|
827
827
|
"category": "color",
|
|
828
828
|
"type": "theme",
|
|
@@ -852,7 +852,7 @@
|
|
|
852
852
|
"type": "color",
|
|
853
853
|
"description": ""
|
|
854
854
|
},
|
|
855
|
-
"name": "
|
|
855
|
+
"name": "mds-color-theme-common-outline-input-normal",
|
|
856
856
|
"attributes": {
|
|
857
857
|
"category": "color",
|
|
858
858
|
"type": "theme",
|
|
@@ -882,7 +882,7 @@
|
|
|
882
882
|
"type": "color",
|
|
883
883
|
"description": ""
|
|
884
884
|
},
|
|
885
|
-
"name": "
|
|
885
|
+
"name": "mds-color-theme-common-outline-disabled-normal",
|
|
886
886
|
"attributes": {
|
|
887
887
|
"category": "color",
|
|
888
888
|
"type": "theme",
|
|
@@ -913,7 +913,7 @@
|
|
|
913
913
|
"type": "color",
|
|
914
914
|
"description": ""
|
|
915
915
|
},
|
|
916
|
-
"name": "
|
|
916
|
+
"name": "mds-color-theme-common-outline-closed-caption-secondary-light",
|
|
917
917
|
"attributes": {
|
|
918
918
|
"category": "color",
|
|
919
919
|
"type": "theme",
|
|
@@ -942,7 +942,7 @@
|
|
|
942
942
|
"type": "color",
|
|
943
943
|
"description": ""
|
|
944
944
|
},
|
|
945
|
-
"name": "
|
|
945
|
+
"name": "mds-color-theme-common-outline-closed-caption-secondary-dark",
|
|
946
946
|
"attributes": {
|
|
947
947
|
"category": "color",
|
|
948
948
|
"type": "theme",
|
|
@@ -976,7 +976,7 @@
|
|
|
976
976
|
"type": "color",
|
|
977
977
|
"description": ""
|
|
978
978
|
},
|
|
979
|
-
"name": "
|
|
979
|
+
"name": "mds-color-theme-common-control-inactive-normal",
|
|
980
980
|
"attributes": {
|
|
981
981
|
"category": "color",
|
|
982
982
|
"type": "theme",
|
|
@@ -1006,7 +1006,7 @@
|
|
|
1006
1006
|
"type": "color",
|
|
1007
1007
|
"description": ""
|
|
1008
1008
|
},
|
|
1009
|
-
"name": "
|
|
1009
|
+
"name": "mds-color-theme-common-control-share-content-active",
|
|
1010
1010
|
"attributes": {
|
|
1011
1011
|
"category": "color",
|
|
1012
1012
|
"type": "theme",
|
|
@@ -1034,7 +1034,7 @@
|
|
|
1034
1034
|
"type": "color",
|
|
1035
1035
|
"description": ""
|
|
1036
1036
|
},
|
|
1037
|
-
"name": "
|
|
1037
|
+
"name": "mds-color-theme-common-control-share-content-inactive",
|
|
1038
1038
|
"attributes": {
|
|
1039
1039
|
"category": "color",
|
|
1040
1040
|
"type": "theme",
|
|
@@ -1062,7 +1062,7 @@
|
|
|
1062
1062
|
"type": "color",
|
|
1063
1063
|
"description": ""
|
|
1064
1064
|
},
|
|
1065
|
-
"name": "
|
|
1065
|
+
"name": "mds-color-theme-common-control-share-content-selected",
|
|
1066
1066
|
"attributes": {
|
|
1067
1067
|
"category": "color",
|
|
1068
1068
|
"type": "theme",
|
|
@@ -1094,7 +1094,7 @@
|
|
|
1094
1094
|
"type": "color",
|
|
1095
1095
|
"description": ""
|
|
1096
1096
|
},
|
|
1097
|
-
"name": "
|
|
1097
|
+
"name": "mds-color-theme-common-background-solid-secondary-dark",
|
|
1098
1098
|
"attributes": {
|
|
1099
1099
|
"category": "color",
|
|
1100
1100
|
"type": "theme",
|
|
@@ -1122,7 +1122,7 @@
|
|
|
1122
1122
|
"type": "color",
|
|
1123
1123
|
"description": ""
|
|
1124
1124
|
},
|
|
1125
|
-
"name": "
|
|
1125
|
+
"name": "mds-color-theme-common-background-solid-primary-light",
|
|
1126
1126
|
"attributes": {
|
|
1127
1127
|
"category": "color",
|
|
1128
1128
|
"type": "theme",
|
|
@@ -1155,7 +1155,7 @@
|
|
|
1155
1155
|
"type": "color",
|
|
1156
1156
|
"description": ""
|
|
1157
1157
|
},
|
|
1158
|
-
"name": "
|
|
1158
|
+
"name": "mds-color-theme-common-touchbar-background-blue-normal",
|
|
1159
1159
|
"attributes": {
|
|
1160
1160
|
"category": "color",
|
|
1161
1161
|
"type": "theme",
|
|
@@ -1184,7 +1184,7 @@
|
|
|
1184
1184
|
"type": "color",
|
|
1185
1185
|
"description": ""
|
|
1186
1186
|
},
|
|
1187
|
-
"name": "
|
|
1187
|
+
"name": "mds-color-theme-common-touchbar-background-blue-pressed",
|
|
1188
1188
|
"attributes": {
|
|
1189
1189
|
"category": "color",
|
|
1190
1190
|
"type": "theme",
|
|
@@ -1215,7 +1215,7 @@
|
|
|
1215
1215
|
"type": "color",
|
|
1216
1216
|
"description": ""
|
|
1217
1217
|
},
|
|
1218
|
-
"name": "
|
|
1218
|
+
"name": "mds-color-theme-common-touchbar-background-pink-normal",
|
|
1219
1219
|
"attributes": {
|
|
1220
1220
|
"category": "color",
|
|
1221
1221
|
"type": "theme",
|
|
@@ -1244,7 +1244,7 @@
|
|
|
1244
1244
|
"type": "color",
|
|
1245
1245
|
"description": ""
|
|
1246
1246
|
},
|
|
1247
|
-
"name": "
|
|
1247
|
+
"name": "mds-color-theme-common-touchbar-background-pink-pressed",
|
|
1248
1248
|
"attributes": {
|
|
1249
1249
|
"category": "color",
|
|
1250
1250
|
"type": "theme",
|
|
@@ -1275,7 +1275,7 @@
|
|
|
1275
1275
|
"type": "color",
|
|
1276
1276
|
"description": ""
|
|
1277
1277
|
},
|
|
1278
|
-
"name": "
|
|
1278
|
+
"name": "mds-color-theme-common-touchbar-background-mint-normal",
|
|
1279
1279
|
"attributes": {
|
|
1280
1280
|
"category": "color",
|
|
1281
1281
|
"type": "theme",
|
|
@@ -1304,7 +1304,7 @@
|
|
|
1304
1304
|
"type": "color",
|
|
1305
1305
|
"description": ""
|
|
1306
1306
|
},
|
|
1307
|
-
"name": "
|
|
1307
|
+
"name": "mds-color-theme-common-touchbar-background-mint-pressed",
|
|
1308
1308
|
"attributes": {
|
|
1309
1309
|
"category": "color",
|
|
1310
1310
|
"type": "theme",
|
|
@@ -1335,7 +1335,7 @@
|
|
|
1335
1335
|
"type": "color",
|
|
1336
1336
|
"description": ""
|
|
1337
1337
|
},
|
|
1338
|
-
"name": "
|
|
1338
|
+
"name": "mds-color-theme-common-touchbar-background-purple-normal",
|
|
1339
1339
|
"attributes": {
|
|
1340
1340
|
"category": "color",
|
|
1341
1341
|
"type": "theme",
|
|
@@ -1364,7 +1364,7 @@
|
|
|
1364
1364
|
"type": "color",
|
|
1365
1365
|
"description": ""
|
|
1366
1366
|
},
|
|
1367
|
-
"name": "
|
|
1367
|
+
"name": "mds-color-theme-common-touchbar-background-purple-pressed",
|
|
1368
1368
|
"attributes": {
|
|
1369
1369
|
"category": "color",
|
|
1370
1370
|
"type": "theme",
|
|
@@ -1395,7 +1395,7 @@
|
|
|
1395
1395
|
"type": "color",
|
|
1396
1396
|
"description": ""
|
|
1397
1397
|
},
|
|
1398
|
-
"name": "
|
|
1398
|
+
"name": "mds-color-theme-common-touchbar-background-violet-normal",
|
|
1399
1399
|
"attributes": {
|
|
1400
1400
|
"category": "color",
|
|
1401
1401
|
"type": "theme",
|
|
@@ -1424,7 +1424,7 @@
|
|
|
1424
1424
|
"type": "color",
|
|
1425
1425
|
"description": ""
|
|
1426
1426
|
},
|
|
1427
|
-
"name": "
|
|
1427
|
+
"name": "mds-color-theme-common-touchbar-background-violet-pressed",
|
|
1428
1428
|
"attributes": {
|
|
1429
1429
|
"category": "color",
|
|
1430
1430
|
"type": "theme",
|
|
@@ -1455,7 +1455,7 @@
|
|
|
1455
1455
|
"type": "color",
|
|
1456
1456
|
"description": ""
|
|
1457
1457
|
},
|
|
1458
|
-
"name": "
|
|
1458
|
+
"name": "mds-color-theme-common-touchbar-background-orange-normal",
|
|
1459
1459
|
"attributes": {
|
|
1460
1460
|
"category": "color",
|
|
1461
1461
|
"type": "theme",
|
|
@@ -1484,7 +1484,7 @@
|
|
|
1484
1484
|
"type": "color",
|
|
1485
1485
|
"description": ""
|
|
1486
1486
|
},
|
|
1487
|
-
"name": "
|
|
1487
|
+
"name": "mds-color-theme-common-touchbar-background-orange-pressed",
|
|
1488
1488
|
"attributes": {
|
|
1489
1489
|
"category": "color",
|
|
1490
1490
|
"type": "theme",
|
|
@@ -1515,7 +1515,7 @@
|
|
|
1515
1515
|
"type": "color",
|
|
1516
1516
|
"description": ""
|
|
1517
1517
|
},
|
|
1518
|
-
"name": "
|
|
1518
|
+
"name": "mds-color-theme-common-touchbar-background-green-normal",
|
|
1519
1519
|
"attributes": {
|
|
1520
1520
|
"category": "color",
|
|
1521
1521
|
"type": "theme",
|
|
@@ -1544,7 +1544,7 @@
|
|
|
1544
1544
|
"type": "color",
|
|
1545
1545
|
"description": ""
|
|
1546
1546
|
},
|
|
1547
|
-
"name": "
|
|
1547
|
+
"name": "mds-color-theme-common-touchbar-background-green-pressed",
|
|
1548
1548
|
"attributes": {
|
|
1549
1549
|
"category": "color",
|
|
1550
1550
|
"type": "theme",
|
|
@@ -1575,7 +1575,7 @@
|
|
|
1575
1575
|
"type": "color",
|
|
1576
1576
|
"description": ""
|
|
1577
1577
|
},
|
|
1578
|
-
"name": "
|
|
1578
|
+
"name": "mds-color-theme-common-touchbar-background-red-normal",
|
|
1579
1579
|
"attributes": {
|
|
1580
1580
|
"category": "color",
|
|
1581
1581
|
"type": "theme",
|
|
@@ -1604,7 +1604,7 @@
|
|
|
1604
1604
|
"type": "color",
|
|
1605
1605
|
"description": ""
|
|
1606
1606
|
},
|
|
1607
|
-
"name": "
|
|
1607
|
+
"name": "mds-color-theme-common-touchbar-background-red-pressed",
|
|
1608
1608
|
"attributes": {
|
|
1609
1609
|
"category": "color",
|
|
1610
1610
|
"type": "theme",
|
|
@@ -1634,7 +1634,7 @@
|
|
|
1634
1634
|
"type": "color",
|
|
1635
1635
|
"description": ""
|
|
1636
1636
|
},
|
|
1637
|
-
"name": "
|
|
1637
|
+
"name": "mds-color-theme-common-touchbar-background-transparent",
|
|
1638
1638
|
"attributes": {
|
|
1639
1639
|
"category": "color",
|
|
1640
1640
|
"type": "theme",
|
|
@@ -1664,7 +1664,7 @@
|
|
|
1664
1664
|
"type": "color",
|
|
1665
1665
|
"description": ""
|
|
1666
1666
|
},
|
|
1667
|
-
"name": "
|
|
1667
|
+
"name": "mds-color-theme-common-touchbar-icon-stable",
|
|
1668
1668
|
"attributes": {
|
|
1669
1669
|
"category": "color",
|
|
1670
1670
|
"type": "theme",
|
|
@@ -1692,7 +1692,7 @@
|
|
|
1692
1692
|
"type": "color",
|
|
1693
1693
|
"description": ""
|
|
1694
1694
|
},
|
|
1695
|
-
"name": "
|
|
1695
|
+
"name": "mds-color-theme-common-touchbar-icon-attention",
|
|
1696
1696
|
"attributes": {
|
|
1697
1697
|
"category": "color",
|
|
1698
1698
|
"type": "theme",
|
|
@@ -1720,7 +1720,7 @@
|
|
|
1720
1720
|
"type": "color",
|
|
1721
1721
|
"description": ""
|
|
1722
1722
|
},
|
|
1723
|
-
"name": "
|
|
1723
|
+
"name": "mds-color-theme-common-touchbar-icon-secure",
|
|
1724
1724
|
"attributes": {
|
|
1725
1725
|
"category": "color",
|
|
1726
1726
|
"type": "theme",
|
|
@@ -1753,7 +1753,7 @@
|
|
|
1753
1753
|
"type": "color",
|
|
1754
1754
|
"description": ""
|
|
1755
1755
|
},
|
|
1756
|
-
"name": "
|
|
1756
|
+
"name": "mds-color-theme-text-primary-normal",
|
|
1757
1757
|
"attributes": {
|
|
1758
1758
|
"category": "color",
|
|
1759
1759
|
"type": "theme",
|
|
@@ -1780,7 +1780,7 @@
|
|
|
1780
1780
|
"type": "color",
|
|
1781
1781
|
"description": ""
|
|
1782
1782
|
},
|
|
1783
|
-
"name": "
|
|
1783
|
+
"name": "mds-color-theme-text-primary-disabled",
|
|
1784
1784
|
"attributes": {
|
|
1785
1785
|
"category": "color",
|
|
1786
1786
|
"type": "theme",
|
|
@@ -1809,7 +1809,7 @@
|
|
|
1809
1809
|
"type": "color",
|
|
1810
1810
|
"description": ""
|
|
1811
1811
|
},
|
|
1812
|
-
"name": "
|
|
1812
|
+
"name": "mds-color-theme-text-inverted-normal",
|
|
1813
1813
|
"attributes": {
|
|
1814
1814
|
"category": "color",
|
|
1815
1815
|
"type": "theme",
|
|
@@ -1836,7 +1836,7 @@
|
|
|
1836
1836
|
"type": "color",
|
|
1837
1837
|
"description": ""
|
|
1838
1838
|
},
|
|
1839
|
-
"name": "
|
|
1839
|
+
"name": "mds-color-theme-text-inverted-disabled",
|
|
1840
1840
|
"attributes": {
|
|
1841
1841
|
"category": "color",
|
|
1842
1842
|
"type": "theme",
|
|
@@ -1865,7 +1865,7 @@
|
|
|
1865
1865
|
"type": "color",
|
|
1866
1866
|
"description": ""
|
|
1867
1867
|
},
|
|
1868
|
-
"name": "
|
|
1868
|
+
"name": "mds-color-theme-text-secondary-normal",
|
|
1869
1869
|
"attributes": {
|
|
1870
1870
|
"category": "color",
|
|
1871
1871
|
"type": "theme",
|
|
@@ -1893,7 +1893,7 @@
|
|
|
1893
1893
|
"type": "color",
|
|
1894
1894
|
"description": ""
|
|
1895
1895
|
},
|
|
1896
|
-
"name": "
|
|
1896
|
+
"name": "mds-color-theme-text-secondary-inverted-normal",
|
|
1897
1897
|
"attributes": {
|
|
1898
1898
|
"category": "color",
|
|
1899
1899
|
"type": "theme",
|
|
@@ -1924,7 +1924,7 @@
|
|
|
1924
1924
|
"type": "color",
|
|
1925
1925
|
"description": ""
|
|
1926
1926
|
},
|
|
1927
|
-
"name": "
|
|
1927
|
+
"name": "mds-color-theme-text-error-normal",
|
|
1928
1928
|
"attributes": {
|
|
1929
1929
|
"category": "color",
|
|
1930
1930
|
"type": "theme",
|
|
@@ -1951,7 +1951,7 @@
|
|
|
1951
1951
|
"type": "color",
|
|
1952
1952
|
"description": ""
|
|
1953
1953
|
},
|
|
1954
|
-
"name": "
|
|
1954
|
+
"name": "mds-color-theme-text-error-hover",
|
|
1955
1955
|
"attributes": {
|
|
1956
1956
|
"category": "color",
|
|
1957
1957
|
"type": "theme",
|
|
@@ -1978,7 +1978,7 @@
|
|
|
1978
1978
|
"type": "color",
|
|
1979
1979
|
"description": ""
|
|
1980
1980
|
},
|
|
1981
|
-
"name": "
|
|
1981
|
+
"name": "mds-color-theme-text-error-active",
|
|
1982
1982
|
"attributes": {
|
|
1983
1983
|
"category": "color",
|
|
1984
1984
|
"type": "theme",
|
|
@@ -2007,7 +2007,7 @@
|
|
|
2007
2007
|
"type": "color",
|
|
2008
2008
|
"description": ""
|
|
2009
2009
|
},
|
|
2010
|
-
"name": "
|
|
2010
|
+
"name": "mds-color-theme-text-success-normal",
|
|
2011
2011
|
"attributes": {
|
|
2012
2012
|
"category": "color",
|
|
2013
2013
|
"type": "theme",
|
|
@@ -2034,7 +2034,7 @@
|
|
|
2034
2034
|
"type": "color",
|
|
2035
2035
|
"description": ""
|
|
2036
2036
|
},
|
|
2037
|
-
"name": "
|
|
2037
|
+
"name": "mds-color-theme-text-success-hover",
|
|
2038
2038
|
"attributes": {
|
|
2039
2039
|
"category": "color",
|
|
2040
2040
|
"type": "theme",
|
|
@@ -2061,7 +2061,7 @@
|
|
|
2061
2061
|
"type": "color",
|
|
2062
2062
|
"description": ""
|
|
2063
2063
|
},
|
|
2064
|
-
"name": "
|
|
2064
|
+
"name": "mds-color-theme-text-success-active",
|
|
2065
2065
|
"attributes": {
|
|
2066
2066
|
"category": "color",
|
|
2067
2067
|
"type": "theme",
|
|
@@ -2090,7 +2090,7 @@
|
|
|
2090
2090
|
"type": "color",
|
|
2091
2091
|
"description": ""
|
|
2092
2092
|
},
|
|
2093
|
-
"name": "
|
|
2093
|
+
"name": "mds-color-theme-text-warning-normal",
|
|
2094
2094
|
"attributes": {
|
|
2095
2095
|
"category": "color",
|
|
2096
2096
|
"type": "theme",
|
|
@@ -2117,7 +2117,7 @@
|
|
|
2117
2117
|
"type": "color",
|
|
2118
2118
|
"description": ""
|
|
2119
2119
|
},
|
|
2120
|
-
"name": "
|
|
2120
|
+
"name": "mds-color-theme-text-warning-hover",
|
|
2121
2121
|
"attributes": {
|
|
2122
2122
|
"category": "color",
|
|
2123
2123
|
"type": "theme",
|
|
@@ -2144,7 +2144,7 @@
|
|
|
2144
2144
|
"type": "color",
|
|
2145
2145
|
"description": ""
|
|
2146
2146
|
},
|
|
2147
|
-
"name": "
|
|
2147
|
+
"name": "mds-color-theme-text-warning-active",
|
|
2148
2148
|
"attributes": {
|
|
2149
2149
|
"category": "color",
|
|
2150
2150
|
"type": "theme",
|
|
@@ -2172,7 +2172,7 @@
|
|
|
2172
2172
|
"type": "color",
|
|
2173
2173
|
"description": ""
|
|
2174
2174
|
},
|
|
2175
|
-
"name": "
|
|
2175
|
+
"name": "mds-color-theme-text-highlight",
|
|
2176
2176
|
"attributes": {
|
|
2177
2177
|
"category": "color",
|
|
2178
2178
|
"type": "theme",
|
|
@@ -2198,7 +2198,7 @@
|
|
|
2198
2198
|
"type": "color",
|
|
2199
2199
|
"description": ""
|
|
2200
2200
|
},
|
|
2201
|
-
"name": "
|
|
2201
|
+
"name": "mds-color-theme-text-accent-normal",
|
|
2202
2202
|
"attributes": {
|
|
2203
2203
|
"category": "color",
|
|
2204
2204
|
"type": "theme",
|
|
@@ -2225,7 +2225,7 @@
|
|
|
2225
2225
|
"type": "color",
|
|
2226
2226
|
"description": ""
|
|
2227
2227
|
},
|
|
2228
|
-
"name": "
|
|
2228
|
+
"name": "mds-color-theme-text-accent-hover",
|
|
2229
2229
|
"attributes": {
|
|
2230
2230
|
"category": "color",
|
|
2231
2231
|
"type": "theme",
|
|
@@ -2252,7 +2252,7 @@
|
|
|
2252
2252
|
"type": "color",
|
|
2253
2253
|
"description": ""
|
|
2254
2254
|
},
|
|
2255
|
-
"name": "
|
|
2255
|
+
"name": "mds-color-theme-text-accent-active",
|
|
2256
2256
|
"attributes": {
|
|
2257
2257
|
"category": "color",
|
|
2258
2258
|
"type": "theme",
|
|
@@ -2281,7 +2281,7 @@
|
|
|
2281
2281
|
"type": "color",
|
|
2282
2282
|
"description": ""
|
|
2283
2283
|
},
|
|
2284
|
-
"name": "
|
|
2284
|
+
"name": "mds-color-theme-text-teamdefault-normal",
|
|
2285
2285
|
"attributes": {
|
|
2286
2286
|
"category": "color",
|
|
2287
2287
|
"type": "theme",
|
|
@@ -2308,7 +2308,7 @@
|
|
|
2308
2308
|
"type": "color",
|
|
2309
2309
|
"description": ""
|
|
2310
2310
|
},
|
|
2311
|
-
"name": "
|
|
2311
|
+
"name": "mds-color-theme-text-teamdefault-hover",
|
|
2312
2312
|
"attributes": {
|
|
2313
2313
|
"category": "color",
|
|
2314
2314
|
"type": "theme",
|
|
@@ -2335,7 +2335,7 @@
|
|
|
2335
2335
|
"type": "color",
|
|
2336
2336
|
"description": ""
|
|
2337
2337
|
},
|
|
2338
|
-
"name": "
|
|
2338
|
+
"name": "mds-color-theme-text-teamdefault-active",
|
|
2339
2339
|
"attributes": {
|
|
2340
2340
|
"category": "color",
|
|
2341
2341
|
"type": "theme",
|
|
@@ -2365,7 +2365,7 @@
|
|
|
2365
2365
|
"type": "color",
|
|
2366
2366
|
"description": ""
|
|
2367
2367
|
},
|
|
2368
|
-
"name": "
|
|
2368
|
+
"name": "mds-color-theme-text-alert-purple-normal",
|
|
2369
2369
|
"attributes": {
|
|
2370
2370
|
"category": "color",
|
|
2371
2371
|
"type": "theme",
|
|
@@ -2393,7 +2393,7 @@
|
|
|
2393
2393
|
"type": "color",
|
|
2394
2394
|
"description": ""
|
|
2395
2395
|
},
|
|
2396
|
-
"name": "
|
|
2396
|
+
"name": "mds-color-theme-text-alert-purple-hover",
|
|
2397
2397
|
"attributes": {
|
|
2398
2398
|
"category": "color",
|
|
2399
2399
|
"type": "theme",
|
|
@@ -2421,7 +2421,7 @@
|
|
|
2421
2421
|
"type": "color",
|
|
2422
2422
|
"description": ""
|
|
2423
2423
|
},
|
|
2424
|
-
"name": "
|
|
2424
|
+
"name": "mds-color-theme-text-alert-purple-active",
|
|
2425
2425
|
"attributes": {
|
|
2426
2426
|
"category": "color",
|
|
2427
2427
|
"type": "theme",
|
|
@@ -2451,7 +2451,7 @@
|
|
|
2451
2451
|
"type": "color",
|
|
2452
2452
|
"description": ""
|
|
2453
2453
|
},
|
|
2454
|
-
"name": "
|
|
2454
|
+
"name": "mds-color-theme-text-alert-orange-normal",
|
|
2455
2455
|
"attributes": {
|
|
2456
2456
|
"category": "color",
|
|
2457
2457
|
"type": "theme",
|
|
@@ -2479,7 +2479,7 @@
|
|
|
2479
2479
|
"type": "color",
|
|
2480
2480
|
"description": ""
|
|
2481
2481
|
},
|
|
2482
|
-
"name": "
|
|
2482
|
+
"name": "mds-color-theme-text-alert-orange-hover",
|
|
2483
2483
|
"attributes": {
|
|
2484
2484
|
"category": "color",
|
|
2485
2485
|
"type": "theme",
|
|
@@ -2507,7 +2507,7 @@
|
|
|
2507
2507
|
"type": "color",
|
|
2508
2508
|
"description": ""
|
|
2509
2509
|
},
|
|
2510
|
-
"name": "
|
|
2510
|
+
"name": "mds-color-theme-text-alert-orange-active",
|
|
2511
2511
|
"attributes": {
|
|
2512
2512
|
"category": "color",
|
|
2513
2513
|
"type": "theme",
|
|
@@ -2539,7 +2539,7 @@
|
|
|
2539
2539
|
"type": "color",
|
|
2540
2540
|
"description": ""
|
|
2541
2541
|
},
|
|
2542
|
-
"name": "
|
|
2542
|
+
"name": "mds-color-theme-text-team-cobalt-normal",
|
|
2543
2543
|
"attributes": {
|
|
2544
2544
|
"category": "color",
|
|
2545
2545
|
"type": "theme",
|
|
@@ -2567,7 +2567,7 @@
|
|
|
2567
2567
|
"type": "color",
|
|
2568
2568
|
"description": ""
|
|
2569
2569
|
},
|
|
2570
|
-
"name": "
|
|
2570
|
+
"name": "mds-color-theme-text-team-cobalt-hover",
|
|
2571
2571
|
"attributes": {
|
|
2572
2572
|
"category": "color",
|
|
2573
2573
|
"type": "theme",
|
|
@@ -2595,7 +2595,7 @@
|
|
|
2595
2595
|
"type": "color",
|
|
2596
2596
|
"description": ""
|
|
2597
2597
|
},
|
|
2598
|
-
"name": "
|
|
2598
|
+
"name": "mds-color-theme-text-team-cobalt-active",
|
|
2599
2599
|
"attributes": {
|
|
2600
2600
|
"category": "color",
|
|
2601
2601
|
"type": "theme",
|
|
@@ -2625,7 +2625,7 @@
|
|
|
2625
2625
|
"type": "color",
|
|
2626
2626
|
"description": ""
|
|
2627
2627
|
},
|
|
2628
|
-
"name": "
|
|
2628
|
+
"name": "mds-color-theme-text-team-cyan-normal",
|
|
2629
2629
|
"attributes": {
|
|
2630
2630
|
"category": "color",
|
|
2631
2631
|
"type": "theme",
|
|
@@ -2653,7 +2653,7 @@
|
|
|
2653
2653
|
"type": "color",
|
|
2654
2654
|
"description": ""
|
|
2655
2655
|
},
|
|
2656
|
-
"name": "
|
|
2656
|
+
"name": "mds-color-theme-text-team-cyan-hover",
|
|
2657
2657
|
"attributes": {
|
|
2658
2658
|
"category": "color",
|
|
2659
2659
|
"type": "theme",
|
|
@@ -2681,7 +2681,7 @@
|
|
|
2681
2681
|
"type": "color",
|
|
2682
2682
|
"description": ""
|
|
2683
2683
|
},
|
|
2684
|
-
"name": "
|
|
2684
|
+
"name": "mds-color-theme-text-team-cyan-active",
|
|
2685
2685
|
"attributes": {
|
|
2686
2686
|
"category": "color",
|
|
2687
2687
|
"type": "theme",
|
|
@@ -2711,7 +2711,7 @@
|
|
|
2711
2711
|
"type": "color",
|
|
2712
2712
|
"description": ""
|
|
2713
2713
|
},
|
|
2714
|
-
"name": "
|
|
2714
|
+
"name": "mds-color-theme-text-team-mint-normal",
|
|
2715
2715
|
"attributes": {
|
|
2716
2716
|
"category": "color",
|
|
2717
2717
|
"type": "theme",
|
|
@@ -2739,7 +2739,7 @@
|
|
|
2739
2739
|
"type": "color",
|
|
2740
2740
|
"description": ""
|
|
2741
2741
|
},
|
|
2742
|
-
"name": "
|
|
2742
|
+
"name": "mds-color-theme-text-team-mint-hover",
|
|
2743
2743
|
"attributes": {
|
|
2744
2744
|
"category": "color",
|
|
2745
2745
|
"type": "theme",
|
|
@@ -2767,7 +2767,7 @@
|
|
|
2767
2767
|
"type": "color",
|
|
2768
2768
|
"description": ""
|
|
2769
2769
|
},
|
|
2770
|
-
"name": "
|
|
2770
|
+
"name": "mds-color-theme-text-team-mint-active",
|
|
2771
2771
|
"attributes": {
|
|
2772
2772
|
"category": "color",
|
|
2773
2773
|
"type": "theme",
|
|
@@ -2797,7 +2797,7 @@
|
|
|
2797
2797
|
"type": "color",
|
|
2798
2798
|
"description": ""
|
|
2799
2799
|
},
|
|
2800
|
-
"name": "
|
|
2800
|
+
"name": "mds-color-theme-text-team-lime-normal",
|
|
2801
2801
|
"attributes": {
|
|
2802
2802
|
"category": "color",
|
|
2803
2803
|
"type": "theme",
|
|
@@ -2825,7 +2825,7 @@
|
|
|
2825
2825
|
"type": "color",
|
|
2826
2826
|
"description": ""
|
|
2827
2827
|
},
|
|
2828
|
-
"name": "
|
|
2828
|
+
"name": "mds-color-theme-text-team-lime-hover",
|
|
2829
2829
|
"attributes": {
|
|
2830
2830
|
"category": "color",
|
|
2831
2831
|
"type": "theme",
|
|
@@ -2853,7 +2853,7 @@
|
|
|
2853
2853
|
"type": "color",
|
|
2854
2854
|
"description": ""
|
|
2855
2855
|
},
|
|
2856
|
-
"name": "
|
|
2856
|
+
"name": "mds-color-theme-text-team-lime-active",
|
|
2857
2857
|
"attributes": {
|
|
2858
2858
|
"category": "color",
|
|
2859
2859
|
"type": "theme",
|
|
@@ -2883,7 +2883,7 @@
|
|
|
2883
2883
|
"type": "color",
|
|
2884
2884
|
"description": ""
|
|
2885
2885
|
},
|
|
2886
|
-
"name": "
|
|
2886
|
+
"name": "mds-color-theme-text-team-gold-normal",
|
|
2887
2887
|
"attributes": {
|
|
2888
2888
|
"category": "color",
|
|
2889
2889
|
"type": "theme",
|
|
@@ -2911,7 +2911,7 @@
|
|
|
2911
2911
|
"type": "color",
|
|
2912
2912
|
"description": ""
|
|
2913
2913
|
},
|
|
2914
|
-
"name": "
|
|
2914
|
+
"name": "mds-color-theme-text-team-gold-hover",
|
|
2915
2915
|
"attributes": {
|
|
2916
2916
|
"category": "color",
|
|
2917
2917
|
"type": "theme",
|
|
@@ -2939,7 +2939,7 @@
|
|
|
2939
2939
|
"type": "color",
|
|
2940
2940
|
"description": ""
|
|
2941
2941
|
},
|
|
2942
|
-
"name": "
|
|
2942
|
+
"name": "mds-color-theme-text-team-gold-active",
|
|
2943
2943
|
"attributes": {
|
|
2944
2944
|
"category": "color",
|
|
2945
2945
|
"type": "theme",
|
|
@@ -2969,7 +2969,7 @@
|
|
|
2969
2969
|
"type": "color",
|
|
2970
2970
|
"description": ""
|
|
2971
2971
|
},
|
|
2972
|
-
"name": "
|
|
2972
|
+
"name": "mds-color-theme-text-team-orange-normal",
|
|
2973
2973
|
"attributes": {
|
|
2974
2974
|
"category": "color",
|
|
2975
2975
|
"type": "theme",
|
|
@@ -2997,7 +2997,7 @@
|
|
|
2997
2997
|
"type": "color",
|
|
2998
2998
|
"description": ""
|
|
2999
2999
|
},
|
|
3000
|
-
"name": "
|
|
3000
|
+
"name": "mds-color-theme-text-team-orange-hover",
|
|
3001
3001
|
"attributes": {
|
|
3002
3002
|
"category": "color",
|
|
3003
3003
|
"type": "theme",
|
|
@@ -3025,7 +3025,7 @@
|
|
|
3025
3025
|
"type": "color",
|
|
3026
3026
|
"description": ""
|
|
3027
3027
|
},
|
|
3028
|
-
"name": "
|
|
3028
|
+
"name": "mds-color-theme-text-team-orange-active",
|
|
3029
3029
|
"attributes": {
|
|
3030
3030
|
"category": "color",
|
|
3031
3031
|
"type": "theme",
|
|
@@ -3055,7 +3055,7 @@
|
|
|
3055
3055
|
"type": "color",
|
|
3056
3056
|
"description": ""
|
|
3057
3057
|
},
|
|
3058
|
-
"name": "
|
|
3058
|
+
"name": "mds-color-theme-text-team-pink-normal",
|
|
3059
3059
|
"attributes": {
|
|
3060
3060
|
"category": "color",
|
|
3061
3061
|
"type": "theme",
|
|
@@ -3083,7 +3083,7 @@
|
|
|
3083
3083
|
"type": "color",
|
|
3084
3084
|
"description": ""
|
|
3085
3085
|
},
|
|
3086
|
-
"name": "
|
|
3086
|
+
"name": "mds-color-theme-text-team-pink-hover",
|
|
3087
3087
|
"attributes": {
|
|
3088
3088
|
"category": "color",
|
|
3089
3089
|
"type": "theme",
|
|
@@ -3111,7 +3111,7 @@
|
|
|
3111
3111
|
"type": "color",
|
|
3112
3112
|
"description": ""
|
|
3113
3113
|
},
|
|
3114
|
-
"name": "
|
|
3114
|
+
"name": "mds-color-theme-text-team-pink-active",
|
|
3115
3115
|
"attributes": {
|
|
3116
3116
|
"category": "color",
|
|
3117
3117
|
"type": "theme",
|
|
@@ -3141,7 +3141,7 @@
|
|
|
3141
3141
|
"type": "color",
|
|
3142
3142
|
"description": ""
|
|
3143
3143
|
},
|
|
3144
|
-
"name": "
|
|
3144
|
+
"name": "mds-color-theme-text-team-purple-normal",
|
|
3145
3145
|
"attributes": {
|
|
3146
3146
|
"category": "color",
|
|
3147
3147
|
"type": "theme",
|
|
@@ -3169,7 +3169,7 @@
|
|
|
3169
3169
|
"type": "color",
|
|
3170
3170
|
"description": ""
|
|
3171
3171
|
},
|
|
3172
|
-
"name": "
|
|
3172
|
+
"name": "mds-color-theme-text-team-purple-hover",
|
|
3173
3173
|
"attributes": {
|
|
3174
3174
|
"category": "color",
|
|
3175
3175
|
"type": "theme",
|
|
@@ -3197,7 +3197,7 @@
|
|
|
3197
3197
|
"type": "color",
|
|
3198
3198
|
"description": ""
|
|
3199
3199
|
},
|
|
3200
|
-
"name": "
|
|
3200
|
+
"name": "mds-color-theme-text-team-purple-active",
|
|
3201
3201
|
"attributes": {
|
|
3202
3202
|
"category": "color",
|
|
3203
3203
|
"type": "theme",
|
|
@@ -3227,7 +3227,7 @@
|
|
|
3227
3227
|
"type": "color",
|
|
3228
3228
|
"description": ""
|
|
3229
3229
|
},
|
|
3230
|
-
"name": "
|
|
3230
|
+
"name": "mds-color-theme-text-team-violet-normal",
|
|
3231
3231
|
"attributes": {
|
|
3232
3232
|
"category": "color",
|
|
3233
3233
|
"type": "theme",
|
|
@@ -3255,7 +3255,7 @@
|
|
|
3255
3255
|
"type": "color",
|
|
3256
3256
|
"description": ""
|
|
3257
3257
|
},
|
|
3258
|
-
"name": "
|
|
3258
|
+
"name": "mds-color-theme-text-team-violet-hover",
|
|
3259
3259
|
"attributes": {
|
|
3260
3260
|
"category": "color",
|
|
3261
3261
|
"type": "theme",
|
|
@@ -3283,7 +3283,7 @@
|
|
|
3283
3283
|
"type": "color",
|
|
3284
3284
|
"description": ""
|
|
3285
3285
|
},
|
|
3286
|
-
"name": "
|
|
3286
|
+
"name": "mds-color-theme-text-team-violet-active",
|
|
3287
3287
|
"attributes": {
|
|
3288
3288
|
"category": "color",
|
|
3289
3289
|
"type": "theme",
|
|
@@ -3313,7 +3313,7 @@
|
|
|
3313
3313
|
"type": "color",
|
|
3314
3314
|
"description": ""
|
|
3315
3315
|
},
|
|
3316
|
-
"name": "
|
|
3316
|
+
"name": "mds-color-theme-text-team-slate-normal",
|
|
3317
3317
|
"attributes": {
|
|
3318
3318
|
"category": "color",
|
|
3319
3319
|
"type": "theme",
|
|
@@ -3341,7 +3341,7 @@
|
|
|
3341
3341
|
"type": "color",
|
|
3342
3342
|
"description": ""
|
|
3343
3343
|
},
|
|
3344
|
-
"name": "
|
|
3344
|
+
"name": "mds-color-theme-text-team-slate-hover",
|
|
3345
3345
|
"attributes": {
|
|
3346
3346
|
"category": "color",
|
|
3347
3347
|
"type": "theme",
|
|
@@ -3369,7 +3369,7 @@
|
|
|
3369
3369
|
"type": "color",
|
|
3370
3370
|
"description": ""
|
|
3371
3371
|
},
|
|
3372
|
-
"name": "
|
|
3372
|
+
"name": "mds-color-theme-text-team-slate-active",
|
|
3373
3373
|
"attributes": {
|
|
3374
3374
|
"category": "color",
|
|
3375
3375
|
"type": "theme",
|
|
@@ -3402,7 +3402,7 @@
|
|
|
3402
3402
|
"type": "color",
|
|
3403
3403
|
"description": ""
|
|
3404
3404
|
},
|
|
3405
|
-
"name": "
|
|
3405
|
+
"name": "mds-color-theme-background-primary-ghost",
|
|
3406
3406
|
"attributes": {
|
|
3407
3407
|
"category": "color",
|
|
3408
3408
|
"type": "theme",
|
|
@@ -3429,7 +3429,7 @@
|
|
|
3429
3429
|
"type": "color",
|
|
3430
3430
|
"description": ""
|
|
3431
3431
|
},
|
|
3432
|
-
"name": "
|
|
3432
|
+
"name": "mds-color-theme-background-primary-hover",
|
|
3433
3433
|
"attributes": {
|
|
3434
3434
|
"category": "color",
|
|
3435
3435
|
"type": "theme",
|
|
@@ -3456,7 +3456,7 @@
|
|
|
3456
3456
|
"type": "color",
|
|
3457
3457
|
"description": ""
|
|
3458
3458
|
},
|
|
3459
|
-
"name": "
|
|
3459
|
+
"name": "mds-color-theme-background-primary-active",
|
|
3460
3460
|
"attributes": {
|
|
3461
3461
|
"category": "color",
|
|
3462
3462
|
"type": "theme",
|
|
@@ -3483,7 +3483,7 @@
|
|
|
3483
3483
|
"type": "color",
|
|
3484
3484
|
"description": ""
|
|
3485
3485
|
},
|
|
3486
|
-
"name": "
|
|
3486
|
+
"name": "mds-color-theme-background-primary-disabled",
|
|
3487
3487
|
"attributes": {
|
|
3488
3488
|
"category": "color",
|
|
3489
3489
|
"type": "theme",
|
|
@@ -3513,7 +3513,7 @@
|
|
|
3513
3513
|
"type": "color",
|
|
3514
3514
|
"description": ""
|
|
3515
3515
|
},
|
|
3516
|
-
"name": "
|
|
3516
|
+
"name": "mds-color-theme-background-solid-primary-normal",
|
|
3517
3517
|
"attributes": {
|
|
3518
3518
|
"category": "color",
|
|
3519
3519
|
"type": "theme",
|
|
@@ -3543,7 +3543,7 @@
|
|
|
3543
3543
|
"type": "color",
|
|
3544
3544
|
"description": ""
|
|
3545
3545
|
},
|
|
3546
|
-
"name": "
|
|
3546
|
+
"name": "mds-color-theme-background-solid-secondary-normal",
|
|
3547
3547
|
"attributes": {
|
|
3548
3548
|
"category": "color",
|
|
3549
3549
|
"type": "theme",
|
|
@@ -3573,7 +3573,7 @@
|
|
|
3573
3573
|
"type": "color",
|
|
3574
3574
|
"description": ""
|
|
3575
3575
|
},
|
|
3576
|
-
"name": "
|
|
3576
|
+
"name": "mds-color-theme-background-solid-tertiary-normal",
|
|
3577
3577
|
"attributes": {
|
|
3578
3578
|
"category": "color",
|
|
3579
3579
|
"type": "theme",
|
|
@@ -3603,7 +3603,7 @@
|
|
|
3603
3603
|
"type": "color",
|
|
3604
3604
|
"description": ""
|
|
3605
3605
|
},
|
|
3606
|
-
"name": "
|
|
3606
|
+
"name": "mds-color-theme-background-solid-quaternary-normal",
|
|
3607
3607
|
"attributes": {
|
|
3608
3608
|
"category": "color",
|
|
3609
3609
|
"type": "theme",
|
|
@@ -3634,7 +3634,7 @@
|
|
|
3634
3634
|
"type": "color",
|
|
3635
3635
|
"description": ""
|
|
3636
3636
|
},
|
|
3637
|
-
"name": "
|
|
3637
|
+
"name": "mds-color-theme-background-secondary-normal",
|
|
3638
3638
|
"attributes": {
|
|
3639
3639
|
"category": "color",
|
|
3640
3640
|
"type": "theme",
|
|
@@ -3661,7 +3661,7 @@
|
|
|
3661
3661
|
"type": "color",
|
|
3662
3662
|
"description": ""
|
|
3663
3663
|
},
|
|
3664
|
-
"name": "
|
|
3664
|
+
"name": "mds-color-theme-background-secondary-hover",
|
|
3665
3665
|
"attributes": {
|
|
3666
3666
|
"category": "color",
|
|
3667
3667
|
"type": "theme",
|
|
@@ -3688,7 +3688,7 @@
|
|
|
3688
3688
|
"type": "color",
|
|
3689
3689
|
"description": ""
|
|
3690
3690
|
},
|
|
3691
|
-
"name": "
|
|
3691
|
+
"name": "mds-color-theme-background-secondary-active",
|
|
3692
3692
|
"attributes": {
|
|
3693
3693
|
"category": "color",
|
|
3694
3694
|
"type": "theme",
|
|
@@ -3715,7 +3715,7 @@
|
|
|
3715
3715
|
"type": "color",
|
|
3716
3716
|
"description": ""
|
|
3717
3717
|
},
|
|
3718
|
-
"name": "
|
|
3718
|
+
"name": "mds-color-theme-background-secondary-disabled",
|
|
3719
3719
|
"attributes": {
|
|
3720
3720
|
"category": "color",
|
|
3721
3721
|
"type": "theme",
|
|
@@ -3744,7 +3744,7 @@
|
|
|
3744
3744
|
"type": "color",
|
|
3745
3745
|
"description": ""
|
|
3746
3746
|
},
|
|
3747
|
-
"name": "
|
|
3747
|
+
"name": "mds-color-theme-background-accent-normal",
|
|
3748
3748
|
"attributes": {
|
|
3749
3749
|
"category": "color",
|
|
3750
3750
|
"type": "theme",
|
|
@@ -3773,7 +3773,7 @@
|
|
|
3773
3773
|
"type": "color",
|
|
3774
3774
|
"description": ""
|
|
3775
3775
|
},
|
|
3776
|
-
"name": "
|
|
3776
|
+
"name": "mds-color-theme-background-gradient-primary",
|
|
3777
3777
|
"attributes": {
|
|
3778
3778
|
"category": "color",
|
|
3779
3779
|
"type": "theme",
|
|
@@ -3800,7 +3800,7 @@
|
|
|
3800
3800
|
"type": "color",
|
|
3801
3801
|
"description": ""
|
|
3802
3802
|
},
|
|
3803
|
-
"name": "
|
|
3803
|
+
"name": "mds-color-theme-background-gradient-secondary",
|
|
3804
3804
|
"attributes": {
|
|
3805
3805
|
"category": "color",
|
|
3806
3806
|
"type": "theme",
|
|
@@ -3830,7 +3830,7 @@
|
|
|
3830
3830
|
"type": "color",
|
|
3831
3831
|
"description": ""
|
|
3832
3832
|
},
|
|
3833
|
-
"name": "
|
|
3833
|
+
"name": "mds-color-theme-background-alert-default-normal",
|
|
3834
3834
|
"attributes": {
|
|
3835
3835
|
"category": "color",
|
|
3836
3836
|
"type": "theme",
|
|
@@ -3858,7 +3858,7 @@
|
|
|
3858
3858
|
"type": "color",
|
|
3859
3859
|
"description": ""
|
|
3860
3860
|
},
|
|
3861
|
-
"name": "
|
|
3861
|
+
"name": "mds-color-theme-background-alert-default-hover",
|
|
3862
3862
|
"attributes": {
|
|
3863
3863
|
"category": "color",
|
|
3864
3864
|
"type": "theme",
|
|
@@ -3886,7 +3886,7 @@
|
|
|
3886
3886
|
"type": "color",
|
|
3887
3887
|
"description": ""
|
|
3888
3888
|
},
|
|
3889
|
-
"name": "
|
|
3889
|
+
"name": "mds-color-theme-background-alert-default-active",
|
|
3890
3890
|
"attributes": {
|
|
3891
3891
|
"category": "color",
|
|
3892
3892
|
"type": "theme",
|
|
@@ -3916,7 +3916,7 @@
|
|
|
3916
3916
|
"type": "color",
|
|
3917
3917
|
"description": ""
|
|
3918
3918
|
},
|
|
3919
|
-
"name": "
|
|
3919
|
+
"name": "mds-color-theme-background-alert-success-normal",
|
|
3920
3920
|
"attributes": {
|
|
3921
3921
|
"category": "color",
|
|
3922
3922
|
"type": "theme",
|
|
@@ -3944,7 +3944,7 @@
|
|
|
3944
3944
|
"type": "color",
|
|
3945
3945
|
"description": ""
|
|
3946
3946
|
},
|
|
3947
|
-
"name": "
|
|
3947
|
+
"name": "mds-color-theme-background-alert-success-hover",
|
|
3948
3948
|
"attributes": {
|
|
3949
3949
|
"category": "color",
|
|
3950
3950
|
"type": "theme",
|
|
@@ -3972,7 +3972,7 @@
|
|
|
3972
3972
|
"type": "color",
|
|
3973
3973
|
"description": ""
|
|
3974
3974
|
},
|
|
3975
|
-
"name": "
|
|
3975
|
+
"name": "mds-color-theme-background-alert-success-active",
|
|
3976
3976
|
"attributes": {
|
|
3977
3977
|
"category": "color",
|
|
3978
3978
|
"type": "theme",
|
|
@@ -4002,7 +4002,7 @@
|
|
|
4002
4002
|
"type": "color",
|
|
4003
4003
|
"description": ""
|
|
4004
4004
|
},
|
|
4005
|
-
"name": "
|
|
4005
|
+
"name": "mds-color-theme-background-alert-warning-normal",
|
|
4006
4006
|
"attributes": {
|
|
4007
4007
|
"category": "color",
|
|
4008
4008
|
"type": "theme",
|
|
@@ -4030,7 +4030,7 @@
|
|
|
4030
4030
|
"type": "color",
|
|
4031
4031
|
"description": ""
|
|
4032
4032
|
},
|
|
4033
|
-
"name": "
|
|
4033
|
+
"name": "mds-color-theme-background-alert-warning-hover",
|
|
4034
4034
|
"attributes": {
|
|
4035
4035
|
"category": "color",
|
|
4036
4036
|
"type": "theme",
|
|
@@ -4058,7 +4058,7 @@
|
|
|
4058
4058
|
"type": "color",
|
|
4059
4059
|
"description": ""
|
|
4060
4060
|
},
|
|
4061
|
-
"name": "
|
|
4061
|
+
"name": "mds-color-theme-background-alert-warning-active",
|
|
4062
4062
|
"attributes": {
|
|
4063
4063
|
"category": "color",
|
|
4064
4064
|
"type": "theme",
|
|
@@ -4088,7 +4088,7 @@
|
|
|
4088
4088
|
"type": "color",
|
|
4089
4089
|
"description": ""
|
|
4090
4090
|
},
|
|
4091
|
-
"name": "
|
|
4091
|
+
"name": "mds-color-theme-background-alert-error-normal",
|
|
4092
4092
|
"attributes": {
|
|
4093
4093
|
"category": "color",
|
|
4094
4094
|
"type": "theme",
|
|
@@ -4116,7 +4116,7 @@
|
|
|
4116
4116
|
"type": "color",
|
|
4117
4117
|
"description": ""
|
|
4118
4118
|
},
|
|
4119
|
-
"name": "
|
|
4119
|
+
"name": "mds-color-theme-background-alert-error-hover",
|
|
4120
4120
|
"attributes": {
|
|
4121
4121
|
"category": "color",
|
|
4122
4122
|
"type": "theme",
|
|
@@ -4144,7 +4144,7 @@
|
|
|
4144
4144
|
"type": "color",
|
|
4145
4145
|
"description": ""
|
|
4146
4146
|
},
|
|
4147
|
-
"name": "
|
|
4147
|
+
"name": "mds-color-theme-background-alert-error-active",
|
|
4148
4148
|
"attributes": {
|
|
4149
4149
|
"category": "color",
|
|
4150
4150
|
"type": "theme",
|
|
@@ -4174,7 +4174,7 @@
|
|
|
4174
4174
|
"type": "color",
|
|
4175
4175
|
"description": ""
|
|
4176
4176
|
},
|
|
4177
|
-
"name": "
|
|
4177
|
+
"name": "mds-color-theme-background-alert-theme-normal",
|
|
4178
4178
|
"attributes": {
|
|
4179
4179
|
"category": "color",
|
|
4180
4180
|
"type": "theme",
|
|
@@ -4202,7 +4202,7 @@
|
|
|
4202
4202
|
"type": "color",
|
|
4203
4203
|
"description": ""
|
|
4204
4204
|
},
|
|
4205
|
-
"name": "
|
|
4205
|
+
"name": "mds-color-theme-background-alert-theme-hover",
|
|
4206
4206
|
"attributes": {
|
|
4207
4207
|
"category": "color",
|
|
4208
4208
|
"type": "theme",
|
|
@@ -4230,7 +4230,7 @@
|
|
|
4230
4230
|
"type": "color",
|
|
4231
4231
|
"description": ""
|
|
4232
4232
|
},
|
|
4233
|
-
"name": "
|
|
4233
|
+
"name": "mds-color-theme-background-alert-theme-active",
|
|
4234
4234
|
"attributes": {
|
|
4235
4235
|
"category": "color",
|
|
4236
4236
|
"type": "theme",
|
|
@@ -4260,7 +4260,7 @@
|
|
|
4260
4260
|
"type": "color",
|
|
4261
4261
|
"description": ""
|
|
4262
4262
|
},
|
|
4263
|
-
"name": "
|
|
4263
|
+
"name": "mds-color-theme-background-alert-purple-normal",
|
|
4264
4264
|
"attributes": {
|
|
4265
4265
|
"category": "color",
|
|
4266
4266
|
"type": "theme",
|
|
@@ -4288,7 +4288,7 @@
|
|
|
4288
4288
|
"type": "color",
|
|
4289
4289
|
"description": ""
|
|
4290
4290
|
},
|
|
4291
|
-
"name": "
|
|
4291
|
+
"name": "mds-color-theme-background-alert-purple-hover",
|
|
4292
4292
|
"attributes": {
|
|
4293
4293
|
"category": "color",
|
|
4294
4294
|
"type": "theme",
|
|
@@ -4316,7 +4316,7 @@
|
|
|
4316
4316
|
"type": "color",
|
|
4317
4317
|
"description": ""
|
|
4318
4318
|
},
|
|
4319
|
-
"name": "
|
|
4319
|
+
"name": "mds-color-theme-background-alert-purple-active",
|
|
4320
4320
|
"attributes": {
|
|
4321
4321
|
"category": "color",
|
|
4322
4322
|
"type": "theme",
|
|
@@ -4346,7 +4346,7 @@
|
|
|
4346
4346
|
"type": "color",
|
|
4347
4347
|
"description": ""
|
|
4348
4348
|
},
|
|
4349
|
-
"name": "
|
|
4349
|
+
"name": "mds-color-theme-background-alert-orange-normal",
|
|
4350
4350
|
"attributes": {
|
|
4351
4351
|
"category": "color",
|
|
4352
4352
|
"type": "theme",
|
|
@@ -4374,7 +4374,7 @@
|
|
|
4374
4374
|
"type": "color",
|
|
4375
4375
|
"description": ""
|
|
4376
4376
|
},
|
|
4377
|
-
"name": "
|
|
4377
|
+
"name": "mds-color-theme-background-alert-orange-hover",
|
|
4378
4378
|
"attributes": {
|
|
4379
4379
|
"category": "color",
|
|
4380
4380
|
"type": "theme",
|
|
@@ -4402,7 +4402,7 @@
|
|
|
4402
4402
|
"type": "color",
|
|
4403
4403
|
"description": ""
|
|
4404
4404
|
},
|
|
4405
|
-
"name": "
|
|
4405
|
+
"name": "mds-color-theme-background-alert-orange-active",
|
|
4406
4406
|
"attributes": {
|
|
4407
4407
|
"category": "color",
|
|
4408
4408
|
"type": "theme",
|
|
@@ -4434,7 +4434,7 @@
|
|
|
4434
4434
|
"type": "color",
|
|
4435
4435
|
"description": ""
|
|
4436
4436
|
},
|
|
4437
|
-
"name": "
|
|
4437
|
+
"name": "mds-color-theme-background-label-cobalt-normal",
|
|
4438
4438
|
"attributes": {
|
|
4439
4439
|
"category": "color",
|
|
4440
4440
|
"type": "theme",
|
|
@@ -4462,7 +4462,7 @@
|
|
|
4462
4462
|
"type": "color",
|
|
4463
4463
|
"description": ""
|
|
4464
4464
|
},
|
|
4465
|
-
"name": "
|
|
4465
|
+
"name": "mds-color-theme-background-label-cobalt-hover",
|
|
4466
4466
|
"attributes": {
|
|
4467
4467
|
"category": "color",
|
|
4468
4468
|
"type": "theme",
|
|
@@ -4490,7 +4490,7 @@
|
|
|
4490
4490
|
"type": "color",
|
|
4491
4491
|
"description": ""
|
|
4492
4492
|
},
|
|
4493
|
-
"name": "
|
|
4493
|
+
"name": "mds-color-theme-background-label-cobalt-active",
|
|
4494
4494
|
"attributes": {
|
|
4495
4495
|
"category": "color",
|
|
4496
4496
|
"type": "theme",
|
|
@@ -4520,7 +4520,7 @@
|
|
|
4520
4520
|
"type": "color",
|
|
4521
4521
|
"description": ""
|
|
4522
4522
|
},
|
|
4523
|
-
"name": "
|
|
4523
|
+
"name": "mds-color-theme-background-label-gold-normal",
|
|
4524
4524
|
"attributes": {
|
|
4525
4525
|
"category": "color",
|
|
4526
4526
|
"type": "theme",
|
|
@@ -4548,7 +4548,7 @@
|
|
|
4548
4548
|
"type": "color",
|
|
4549
4549
|
"description": ""
|
|
4550
4550
|
},
|
|
4551
|
-
"name": "
|
|
4551
|
+
"name": "mds-color-theme-background-label-gold-hover",
|
|
4552
4552
|
"attributes": {
|
|
4553
4553
|
"category": "color",
|
|
4554
4554
|
"type": "theme",
|
|
@@ -4576,7 +4576,7 @@
|
|
|
4576
4576
|
"type": "color",
|
|
4577
4577
|
"description": ""
|
|
4578
4578
|
},
|
|
4579
|
-
"name": "
|
|
4579
|
+
"name": "mds-color-theme-background-label-gold-active",
|
|
4580
4580
|
"attributes": {
|
|
4581
4581
|
"category": "color",
|
|
4582
4582
|
"type": "theme",
|
|
@@ -4606,7 +4606,7 @@
|
|
|
4606
4606
|
"type": "color",
|
|
4607
4607
|
"description": ""
|
|
4608
4608
|
},
|
|
4609
|
-
"name": "
|
|
4609
|
+
"name": "mds-color-theme-background-label-lime-normal",
|
|
4610
4610
|
"attributes": {
|
|
4611
4611
|
"category": "color",
|
|
4612
4612
|
"type": "theme",
|
|
@@ -4634,7 +4634,7 @@
|
|
|
4634
4634
|
"type": "color",
|
|
4635
4635
|
"description": ""
|
|
4636
4636
|
},
|
|
4637
|
-
"name": "
|
|
4637
|
+
"name": "mds-color-theme-background-label-lime-hover",
|
|
4638
4638
|
"attributes": {
|
|
4639
4639
|
"category": "color",
|
|
4640
4640
|
"type": "theme",
|
|
@@ -4662,7 +4662,7 @@
|
|
|
4662
4662
|
"type": "color",
|
|
4663
4663
|
"description": ""
|
|
4664
4664
|
},
|
|
4665
|
-
"name": "
|
|
4665
|
+
"name": "mds-color-theme-background-label-lime-active",
|
|
4666
4666
|
"attributes": {
|
|
4667
4667
|
"category": "color",
|
|
4668
4668
|
"type": "theme",
|
|
@@ -4692,7 +4692,7 @@
|
|
|
4692
4692
|
"type": "color",
|
|
4693
4693
|
"description": ""
|
|
4694
4694
|
},
|
|
4695
|
-
"name": "
|
|
4695
|
+
"name": "mds-color-theme-background-label-mint-normal",
|
|
4696
4696
|
"attributes": {
|
|
4697
4697
|
"category": "color",
|
|
4698
4698
|
"type": "theme",
|
|
@@ -4720,7 +4720,7 @@
|
|
|
4720
4720
|
"type": "color",
|
|
4721
4721
|
"description": ""
|
|
4722
4722
|
},
|
|
4723
|
-
"name": "
|
|
4723
|
+
"name": "mds-color-theme-background-label-mint-hover",
|
|
4724
4724
|
"attributes": {
|
|
4725
4725
|
"category": "color",
|
|
4726
4726
|
"type": "theme",
|
|
@@ -4748,7 +4748,7 @@
|
|
|
4748
4748
|
"type": "color",
|
|
4749
4749
|
"description": ""
|
|
4750
4750
|
},
|
|
4751
|
-
"name": "
|
|
4751
|
+
"name": "mds-color-theme-background-label-mint-active",
|
|
4752
4752
|
"attributes": {
|
|
4753
4753
|
"category": "color",
|
|
4754
4754
|
"type": "theme",
|
|
@@ -4778,7 +4778,7 @@
|
|
|
4778
4778
|
"type": "color",
|
|
4779
4779
|
"description": ""
|
|
4780
4780
|
},
|
|
4781
|
-
"name": "
|
|
4781
|
+
"name": "mds-color-theme-background-label-orange-normal",
|
|
4782
4782
|
"attributes": {
|
|
4783
4783
|
"category": "color",
|
|
4784
4784
|
"type": "theme",
|
|
@@ -4806,7 +4806,7 @@
|
|
|
4806
4806
|
"type": "color",
|
|
4807
4807
|
"description": ""
|
|
4808
4808
|
},
|
|
4809
|
-
"name": "
|
|
4809
|
+
"name": "mds-color-theme-background-label-orange-hover",
|
|
4810
4810
|
"attributes": {
|
|
4811
4811
|
"category": "color",
|
|
4812
4812
|
"type": "theme",
|
|
@@ -4834,7 +4834,7 @@
|
|
|
4834
4834
|
"type": "color",
|
|
4835
4835
|
"description": ""
|
|
4836
4836
|
},
|
|
4837
|
-
"name": "
|
|
4837
|
+
"name": "mds-color-theme-background-label-orange-active",
|
|
4838
4838
|
"attributes": {
|
|
4839
4839
|
"category": "color",
|
|
4840
4840
|
"type": "theme",
|
|
@@ -4864,7 +4864,7 @@
|
|
|
4864
4864
|
"type": "color",
|
|
4865
4865
|
"description": ""
|
|
4866
4866
|
},
|
|
4867
|
-
"name": "
|
|
4867
|
+
"name": "mds-color-theme-background-label-pink-normal",
|
|
4868
4868
|
"attributes": {
|
|
4869
4869
|
"category": "color",
|
|
4870
4870
|
"type": "theme",
|
|
@@ -4892,7 +4892,7 @@
|
|
|
4892
4892
|
"type": "color",
|
|
4893
4893
|
"description": ""
|
|
4894
4894
|
},
|
|
4895
|
-
"name": "
|
|
4895
|
+
"name": "mds-color-theme-background-label-pink-hover",
|
|
4896
4896
|
"attributes": {
|
|
4897
4897
|
"category": "color",
|
|
4898
4898
|
"type": "theme",
|
|
@@ -4920,7 +4920,7 @@
|
|
|
4920
4920
|
"type": "color",
|
|
4921
4921
|
"description": ""
|
|
4922
4922
|
},
|
|
4923
|
-
"name": "
|
|
4923
|
+
"name": "mds-color-theme-background-label-pink-active",
|
|
4924
4924
|
"attributes": {
|
|
4925
4925
|
"category": "color",
|
|
4926
4926
|
"type": "theme",
|
|
@@ -4950,7 +4950,7 @@
|
|
|
4950
4950
|
"type": "color",
|
|
4951
4951
|
"description": ""
|
|
4952
4952
|
},
|
|
4953
|
-
"name": "
|
|
4953
|
+
"name": "mds-color-theme-background-label-purple-normal",
|
|
4954
4954
|
"attributes": {
|
|
4955
4955
|
"category": "color",
|
|
4956
4956
|
"type": "theme",
|
|
@@ -4978,7 +4978,7 @@
|
|
|
4978
4978
|
"type": "color",
|
|
4979
4979
|
"description": ""
|
|
4980
4980
|
},
|
|
4981
|
-
"name": "
|
|
4981
|
+
"name": "mds-color-theme-background-label-purple-hover",
|
|
4982
4982
|
"attributes": {
|
|
4983
4983
|
"category": "color",
|
|
4984
4984
|
"type": "theme",
|
|
@@ -5006,7 +5006,7 @@
|
|
|
5006
5006
|
"type": "color",
|
|
5007
5007
|
"description": ""
|
|
5008
5008
|
},
|
|
5009
|
-
"name": "
|
|
5009
|
+
"name": "mds-color-theme-background-label-purple-active",
|
|
5010
5010
|
"attributes": {
|
|
5011
5011
|
"category": "color",
|
|
5012
5012
|
"type": "theme",
|
|
@@ -5036,7 +5036,7 @@
|
|
|
5036
5036
|
"type": "color",
|
|
5037
5037
|
"description": ""
|
|
5038
5038
|
},
|
|
5039
|
-
"name": "
|
|
5039
|
+
"name": "mds-color-theme-background-label-slate-normal",
|
|
5040
5040
|
"attributes": {
|
|
5041
5041
|
"category": "color",
|
|
5042
5042
|
"type": "theme",
|
|
@@ -5064,7 +5064,7 @@
|
|
|
5064
5064
|
"type": "color",
|
|
5065
5065
|
"description": ""
|
|
5066
5066
|
},
|
|
5067
|
-
"name": "
|
|
5067
|
+
"name": "mds-color-theme-background-label-slate-hover",
|
|
5068
5068
|
"attributes": {
|
|
5069
5069
|
"category": "color",
|
|
5070
5070
|
"type": "theme",
|
|
@@ -5092,7 +5092,7 @@
|
|
|
5092
5092
|
"type": "color",
|
|
5093
5093
|
"description": ""
|
|
5094
5094
|
},
|
|
5095
|
-
"name": "
|
|
5095
|
+
"name": "mds-color-theme-background-label-slate-active",
|
|
5096
5096
|
"attributes": {
|
|
5097
5097
|
"category": "color",
|
|
5098
5098
|
"type": "theme",
|
|
@@ -5122,7 +5122,7 @@
|
|
|
5122
5122
|
"type": "color",
|
|
5123
5123
|
"description": ""
|
|
5124
5124
|
},
|
|
5125
|
-
"name": "
|
|
5125
|
+
"name": "mds-color-theme-background-label-violet-normal",
|
|
5126
5126
|
"attributes": {
|
|
5127
5127
|
"category": "color",
|
|
5128
5128
|
"type": "theme",
|
|
@@ -5150,7 +5150,7 @@
|
|
|
5150
5150
|
"type": "color",
|
|
5151
5151
|
"description": ""
|
|
5152
5152
|
},
|
|
5153
|
-
"name": "
|
|
5153
|
+
"name": "mds-color-theme-background-label-violet-hover",
|
|
5154
5154
|
"attributes": {
|
|
5155
5155
|
"category": "color",
|
|
5156
5156
|
"type": "theme",
|
|
@@ -5178,7 +5178,7 @@
|
|
|
5178
5178
|
"type": "color",
|
|
5179
5179
|
"description": ""
|
|
5180
5180
|
},
|
|
5181
|
-
"name": "
|
|
5181
|
+
"name": "mds-color-theme-background-label-violet-active",
|
|
5182
5182
|
"attributes": {
|
|
5183
5183
|
"category": "color",
|
|
5184
5184
|
"type": "theme",
|
|
@@ -5209,7 +5209,7 @@
|
|
|
5209
5209
|
"type": "color",
|
|
5210
5210
|
"description": ""
|
|
5211
5211
|
},
|
|
5212
|
-
"name": "
|
|
5212
|
+
"name": "mds-color-theme-background-common-normal",
|
|
5213
5213
|
"attributes": {
|
|
5214
5214
|
"category": "color",
|
|
5215
5215
|
"type": "theme",
|
|
@@ -5238,7 +5238,7 @@
|
|
|
5238
5238
|
"type": "color",
|
|
5239
5239
|
"description": ""
|
|
5240
5240
|
},
|
|
5241
|
-
"name": "
|
|
5241
|
+
"name": "mds-color-theme-background-namelabel-normal",
|
|
5242
5242
|
"attributes": {
|
|
5243
5243
|
"category": "color",
|
|
5244
5244
|
"type": "theme",
|
|
@@ -5269,7 +5269,7 @@
|
|
|
5269
5269
|
"type": "color",
|
|
5270
5270
|
"description": ""
|
|
5271
5271
|
},
|
|
5272
|
-
"name": "
|
|
5272
|
+
"name": "mds-color-theme-button-border-normal",
|
|
5273
5273
|
"attributes": {
|
|
5274
5274
|
"category": "color",
|
|
5275
5275
|
"type": "theme",
|
|
@@ -5298,7 +5298,7 @@
|
|
|
5298
5298
|
"type": "color",
|
|
5299
5299
|
"description": ""
|
|
5300
5300
|
},
|
|
5301
|
-
"name": "
|
|
5301
|
+
"name": "mds-color-theme-button-primary-normal",
|
|
5302
5302
|
"attributes": {
|
|
5303
5303
|
"category": "color",
|
|
5304
5304
|
"type": "theme",
|
|
@@ -5325,7 +5325,7 @@
|
|
|
5325
5325
|
"type": "color",
|
|
5326
5326
|
"description": ""
|
|
5327
5327
|
},
|
|
5328
|
-
"name": "
|
|
5328
|
+
"name": "mds-color-theme-button-primary-hover",
|
|
5329
5329
|
"attributes": {
|
|
5330
5330
|
"category": "color",
|
|
5331
5331
|
"type": "theme",
|
|
@@ -5352,7 +5352,7 @@
|
|
|
5352
5352
|
"type": "color",
|
|
5353
5353
|
"description": ""
|
|
5354
5354
|
},
|
|
5355
|
-
"name": "
|
|
5355
|
+
"name": "mds-color-theme-button-primary-pressed",
|
|
5356
5356
|
"attributes": {
|
|
5357
5357
|
"category": "color",
|
|
5358
5358
|
"type": "theme",
|
|
@@ -5379,7 +5379,7 @@
|
|
|
5379
5379
|
"type": "color",
|
|
5380
5380
|
"description": ""
|
|
5381
5381
|
},
|
|
5382
|
-
"name": "
|
|
5382
|
+
"name": "mds-color-theme-button-primary-disabled",
|
|
5383
5383
|
"attributes": {
|
|
5384
5384
|
"category": "color",
|
|
5385
5385
|
"type": "theme",
|
|
@@ -5408,7 +5408,7 @@
|
|
|
5408
5408
|
"type": "color",
|
|
5409
5409
|
"description": ""
|
|
5410
5410
|
},
|
|
5411
|
-
"name": "
|
|
5411
|
+
"name": "mds-color-theme-button-secondary-normal",
|
|
5412
5412
|
"attributes": {
|
|
5413
5413
|
"category": "color",
|
|
5414
5414
|
"type": "theme",
|
|
@@ -5435,7 +5435,7 @@
|
|
|
5435
5435
|
"type": "color",
|
|
5436
5436
|
"description": ""
|
|
5437
5437
|
},
|
|
5438
|
-
"name": "
|
|
5438
|
+
"name": "mds-color-theme-button-secondary-hover",
|
|
5439
5439
|
"attributes": {
|
|
5440
5440
|
"category": "color",
|
|
5441
5441
|
"type": "theme",
|
|
@@ -5462,7 +5462,7 @@
|
|
|
5462
5462
|
"type": "color",
|
|
5463
5463
|
"description": ""
|
|
5464
5464
|
},
|
|
5465
|
-
"name": "
|
|
5465
|
+
"name": "mds-color-theme-button-secondary-pressed",
|
|
5466
5466
|
"attributes": {
|
|
5467
5467
|
"category": "color",
|
|
5468
5468
|
"type": "theme",
|
|
@@ -5489,7 +5489,7 @@
|
|
|
5489
5489
|
"type": "color",
|
|
5490
5490
|
"description": ""
|
|
5491
5491
|
},
|
|
5492
|
-
"name": "
|
|
5492
|
+
"name": "mds-color-theme-button-secondary-disabled",
|
|
5493
5493
|
"attributes": {
|
|
5494
5494
|
"category": "color",
|
|
5495
5495
|
"type": "theme",
|
|
@@ -5517,7 +5517,7 @@
|
|
|
5517
5517
|
"type": "color",
|
|
5518
5518
|
"description": ""
|
|
5519
5519
|
},
|
|
5520
|
-
"name": "
|
|
5520
|
+
"name": "mds-color-theme-button-secondary-active-normal",
|
|
5521
5521
|
"attributes": {
|
|
5522
5522
|
"category": "color",
|
|
5523
5523
|
"type": "theme",
|
|
@@ -5545,7 +5545,7 @@
|
|
|
5545
5545
|
"type": "color",
|
|
5546
5546
|
"description": ""
|
|
5547
5547
|
},
|
|
5548
|
-
"name": "
|
|
5548
|
+
"name": "mds-color-theme-button-secondary-active-hover",
|
|
5549
5549
|
"attributes": {
|
|
5550
5550
|
"category": "color",
|
|
5551
5551
|
"type": "theme",
|
|
@@ -5573,7 +5573,7 @@
|
|
|
5573
5573
|
"type": "color",
|
|
5574
5574
|
"description": ""
|
|
5575
5575
|
},
|
|
5576
|
-
"name": "
|
|
5576
|
+
"name": "mds-color-theme-button-secondary-active-pressed",
|
|
5577
5577
|
"attributes": {
|
|
5578
5578
|
"category": "color",
|
|
5579
5579
|
"type": "theme",
|
|
@@ -5604,7 +5604,7 @@
|
|
|
5604
5604
|
"type": "color",
|
|
5605
5605
|
"description": ""
|
|
5606
5606
|
},
|
|
5607
|
-
"name": "
|
|
5607
|
+
"name": "mds-color-theme-button-inverted-normal",
|
|
5608
5608
|
"attributes": {
|
|
5609
5609
|
"category": "color",
|
|
5610
5610
|
"type": "theme",
|
|
@@ -5631,7 +5631,7 @@
|
|
|
5631
5631
|
"type": "color",
|
|
5632
5632
|
"description": ""
|
|
5633
5633
|
},
|
|
5634
|
-
"name": "
|
|
5634
|
+
"name": "mds-color-theme-button-inverted-hover",
|
|
5635
5635
|
"attributes": {
|
|
5636
5636
|
"category": "color",
|
|
5637
5637
|
"type": "theme",
|
|
@@ -5658,7 +5658,7 @@
|
|
|
5658
5658
|
"type": "color",
|
|
5659
5659
|
"description": ""
|
|
5660
5660
|
},
|
|
5661
|
-
"name": "
|
|
5661
|
+
"name": "mds-color-theme-button-inverted-pressed",
|
|
5662
5662
|
"attributes": {
|
|
5663
5663
|
"category": "color",
|
|
5664
5664
|
"type": "theme",
|
|
@@ -5687,7 +5687,7 @@
|
|
|
5687
5687
|
"type": "color",
|
|
5688
5688
|
"description": ""
|
|
5689
5689
|
},
|
|
5690
|
-
"name": "
|
|
5690
|
+
"name": "mds-color-theme-button-join-normal",
|
|
5691
5691
|
"attributes": {
|
|
5692
5692
|
"category": "color",
|
|
5693
5693
|
"type": "theme",
|
|
@@ -5714,7 +5714,7 @@
|
|
|
5714
5714
|
"type": "color",
|
|
5715
5715
|
"description": ""
|
|
5716
5716
|
},
|
|
5717
|
-
"name": "
|
|
5717
|
+
"name": "mds-color-theme-button-join-hover",
|
|
5718
5718
|
"attributes": {
|
|
5719
5719
|
"category": "color",
|
|
5720
5720
|
"type": "theme",
|
|
@@ -5741,7 +5741,7 @@
|
|
|
5741
5741
|
"type": "color",
|
|
5742
5742
|
"description": ""
|
|
5743
5743
|
},
|
|
5744
|
-
"name": "
|
|
5744
|
+
"name": "mds-color-theme-button-join-pressed",
|
|
5745
5745
|
"attributes": {
|
|
5746
5746
|
"category": "color",
|
|
5747
5747
|
"type": "theme",
|
|
@@ -5770,7 +5770,7 @@
|
|
|
5770
5770
|
"type": "color",
|
|
5771
5771
|
"description": ""
|
|
5772
5772
|
},
|
|
5773
|
-
"name": "
|
|
5773
|
+
"name": "mds-color-theme-button-cancel-normal",
|
|
5774
5774
|
"attributes": {
|
|
5775
5775
|
"category": "color",
|
|
5776
5776
|
"type": "theme",
|
|
@@ -5797,7 +5797,7 @@
|
|
|
5797
5797
|
"type": "color",
|
|
5798
5798
|
"description": ""
|
|
5799
5799
|
},
|
|
5800
|
-
"name": "
|
|
5800
|
+
"name": "mds-color-theme-button-cancel-hover",
|
|
5801
5801
|
"attributes": {
|
|
5802
5802
|
"category": "color",
|
|
5803
5803
|
"type": "theme",
|
|
@@ -5824,7 +5824,7 @@
|
|
|
5824
5824
|
"type": "color",
|
|
5825
5825
|
"description": ""
|
|
5826
5826
|
},
|
|
5827
|
-
"name": "
|
|
5827
|
+
"name": "mds-color-theme-button-cancel-pressed",
|
|
5828
5828
|
"attributes": {
|
|
5829
5829
|
"category": "color",
|
|
5830
5830
|
"type": "theme",
|
|
@@ -5853,7 +5853,7 @@
|
|
|
5853
5853
|
"type": "color",
|
|
5854
5854
|
"description": ""
|
|
5855
5855
|
},
|
|
5856
|
-
"name": "
|
|
5856
|
+
"name": "mds-color-theme-button-accent-normal",
|
|
5857
5857
|
"attributes": {
|
|
5858
5858
|
"category": "color",
|
|
5859
5859
|
"type": "theme",
|
|
@@ -5880,7 +5880,7 @@
|
|
|
5880
5880
|
"type": "color",
|
|
5881
5881
|
"description": ""
|
|
5882
5882
|
},
|
|
5883
|
-
"name": "
|
|
5883
|
+
"name": "mds-color-theme-button-accent-hover",
|
|
5884
5884
|
"attributes": {
|
|
5885
5885
|
"category": "color",
|
|
5886
5886
|
"type": "theme",
|
|
@@ -5907,7 +5907,7 @@
|
|
|
5907
5907
|
"type": "color",
|
|
5908
5908
|
"description": ""
|
|
5909
5909
|
},
|
|
5910
|
-
"name": "
|
|
5910
|
+
"name": "mds-color-theme-button-accent-pressed",
|
|
5911
5911
|
"attributes": {
|
|
5912
5912
|
"category": "color",
|
|
5913
5913
|
"type": "theme",
|
|
@@ -5938,7 +5938,7 @@
|
|
|
5938
5938
|
"type": "color",
|
|
5939
5939
|
"description": ""
|
|
5940
5940
|
},
|
|
5941
|
-
"name": "
|
|
5941
|
+
"name": "mds-color-theme-outline-primary-normal",
|
|
5942
5942
|
"attributes": {
|
|
5943
5943
|
"category": "color",
|
|
5944
5944
|
"type": "theme",
|
|
@@ -5967,7 +5967,7 @@
|
|
|
5967
5967
|
"type": "color",
|
|
5968
5968
|
"description": ""
|
|
5969
5969
|
},
|
|
5970
|
-
"name": "
|
|
5970
|
+
"name": "mds-color-theme-outline-theme-normal",
|
|
5971
5971
|
"attributes": {
|
|
5972
5972
|
"category": "color",
|
|
5973
5973
|
"type": "theme",
|
|
@@ -5996,7 +5996,7 @@
|
|
|
5996
5996
|
"type": "color",
|
|
5997
5997
|
"description": ""
|
|
5998
5998
|
},
|
|
5999
|
-
"name": "
|
|
5999
|
+
"name": "mds-color-theme-outline-secondary-normal",
|
|
6000
6000
|
"attributes": {
|
|
6001
6001
|
"category": "color",
|
|
6002
6002
|
"type": "theme",
|
|
@@ -6025,7 +6025,7 @@
|
|
|
6025
6025
|
"type": "color",
|
|
6026
6026
|
"description": ""
|
|
6027
6027
|
},
|
|
6028
|
-
"name": "
|
|
6028
|
+
"name": "mds-color-theme-outline-input-normal",
|
|
6029
6029
|
"attributes": {
|
|
6030
6030
|
"category": "color",
|
|
6031
6031
|
"type": "theme",
|
|
@@ -6052,7 +6052,7 @@
|
|
|
6052
6052
|
"type": "color",
|
|
6053
6053
|
"description": ""
|
|
6054
6054
|
},
|
|
6055
|
-
"name": "
|
|
6055
|
+
"name": "mds-color-theme-outline-input-active",
|
|
6056
6056
|
"attributes": {
|
|
6057
6057
|
"category": "color",
|
|
6058
6058
|
"type": "theme",
|
|
@@ -6081,7 +6081,7 @@
|
|
|
6081
6081
|
"type": "color",
|
|
6082
6082
|
"description": ""
|
|
6083
6083
|
},
|
|
6084
|
-
"name": "
|
|
6084
|
+
"name": "mds-color-theme-outline-button-normal",
|
|
6085
6085
|
"attributes": {
|
|
6086
6086
|
"category": "color",
|
|
6087
6087
|
"type": "theme",
|
|
@@ -6110,7 +6110,7 @@
|
|
|
6110
6110
|
"type": "color",
|
|
6111
6111
|
"description": ""
|
|
6112
6112
|
},
|
|
6113
|
-
"name": "
|
|
6113
|
+
"name": "mds-color-theme-outline-join-normal",
|
|
6114
6114
|
"attributes": {
|
|
6115
6115
|
"category": "color",
|
|
6116
6116
|
"type": "theme",
|
|
@@ -6139,7 +6139,7 @@
|
|
|
6139
6139
|
"type": "color",
|
|
6140
6140
|
"description": ""
|
|
6141
6141
|
},
|
|
6142
|
-
"name": "
|
|
6142
|
+
"name": "mds-color-theme-outline-cancel-normal",
|
|
6143
6143
|
"attributes": {
|
|
6144
6144
|
"category": "color",
|
|
6145
6145
|
"type": "theme",
|
|
@@ -6168,7 +6168,7 @@
|
|
|
6168
6168
|
"type": "color",
|
|
6169
6169
|
"description": ""
|
|
6170
6170
|
},
|
|
6171
|
-
"name": "
|
|
6171
|
+
"name": "mds-color-theme-outline-disabled-normal",
|
|
6172
6172
|
"attributes": {
|
|
6173
6173
|
"category": "color",
|
|
6174
6174
|
"type": "theme",
|
|
@@ -6197,7 +6197,7 @@
|
|
|
6197
6197
|
"type": "color",
|
|
6198
6198
|
"description": ""
|
|
6199
6199
|
},
|
|
6200
|
-
"name": "
|
|
6200
|
+
"name": "mds-color-theme-outline-share-selected",
|
|
6201
6201
|
"attributes": {
|
|
6202
6202
|
"category": "color",
|
|
6203
6203
|
"type": "theme",
|
|
@@ -6224,7 +6224,7 @@
|
|
|
6224
6224
|
"type": "color",
|
|
6225
6225
|
"description": ""
|
|
6226
6226
|
},
|
|
6227
|
-
"name": "
|
|
6227
|
+
"name": "mds-color-theme-outline-share-active",
|
|
6228
6228
|
"attributes": {
|
|
6229
6229
|
"category": "color",
|
|
6230
6230
|
"type": "theme",
|
|
@@ -6251,7 +6251,7 @@
|
|
|
6251
6251
|
"type": "color",
|
|
6252
6252
|
"description": ""
|
|
6253
6253
|
},
|
|
6254
|
-
"name": "
|
|
6254
|
+
"name": "mds-color-theme-outline-share-inactive",
|
|
6255
6255
|
"attributes": {
|
|
6256
6256
|
"category": "color",
|
|
6257
6257
|
"type": "theme",
|
|
@@ -6280,7 +6280,7 @@
|
|
|
6280
6280
|
"type": "color",
|
|
6281
6281
|
"description": ""
|
|
6282
6282
|
},
|
|
6283
|
-
"name": "
|
|
6283
|
+
"name": "mds-color-theme-outline-overlay-normal",
|
|
6284
6284
|
"attributes": {
|
|
6285
6285
|
"category": "color",
|
|
6286
6286
|
"type": "theme",
|
|
@@ -6309,7 +6309,7 @@
|
|
|
6309
6309
|
"type": "color",
|
|
6310
6310
|
"description": ""
|
|
6311
6311
|
},
|
|
6312
|
-
"name": "
|
|
6312
|
+
"name": "mds-color-theme-outline-high-contrast-focus",
|
|
6313
6313
|
"attributes": {
|
|
6314
6314
|
"category": "color",
|
|
6315
6315
|
"type": "theme",
|
|
@@ -6338,7 +6338,7 @@
|
|
|
6338
6338
|
"type": "color",
|
|
6339
6339
|
"description": ""
|
|
6340
6340
|
},
|
|
6341
|
-
"name": "
|
|
6341
|
+
"name": "mds-color-theme-outline-label-cobalt",
|
|
6342
6342
|
"attributes": {
|
|
6343
6343
|
"category": "color",
|
|
6344
6344
|
"type": "theme",
|
|
@@ -6365,7 +6365,7 @@
|
|
|
6365
6365
|
"type": "color",
|
|
6366
6366
|
"description": ""
|
|
6367
6367
|
},
|
|
6368
|
-
"name": "
|
|
6368
|
+
"name": "mds-color-theme-outline-label-gold",
|
|
6369
6369
|
"attributes": {
|
|
6370
6370
|
"category": "color",
|
|
6371
6371
|
"type": "theme",
|
|
@@ -6392,7 +6392,7 @@
|
|
|
6392
6392
|
"type": "color",
|
|
6393
6393
|
"description": ""
|
|
6394
6394
|
},
|
|
6395
|
-
"name": "
|
|
6395
|
+
"name": "mds-color-theme-outline-label-lime",
|
|
6396
6396
|
"attributes": {
|
|
6397
6397
|
"category": "color",
|
|
6398
6398
|
"type": "theme",
|
|
@@ -6419,7 +6419,7 @@
|
|
|
6419
6419
|
"type": "color",
|
|
6420
6420
|
"description": ""
|
|
6421
6421
|
},
|
|
6422
|
-
"name": "
|
|
6422
|
+
"name": "mds-color-theme-outline-label-mint",
|
|
6423
6423
|
"attributes": {
|
|
6424
6424
|
"category": "color",
|
|
6425
6425
|
"type": "theme",
|
|
@@ -6446,7 +6446,7 @@
|
|
|
6446
6446
|
"type": "color",
|
|
6447
6447
|
"description": ""
|
|
6448
6448
|
},
|
|
6449
|
-
"name": "
|
|
6449
|
+
"name": "mds-color-theme-outline-label-orange",
|
|
6450
6450
|
"attributes": {
|
|
6451
6451
|
"category": "color",
|
|
6452
6452
|
"type": "theme",
|
|
@@ -6473,7 +6473,7 @@
|
|
|
6473
6473
|
"type": "color",
|
|
6474
6474
|
"description": ""
|
|
6475
6475
|
},
|
|
6476
|
-
"name": "
|
|
6476
|
+
"name": "mds-color-theme-outline-label-pink",
|
|
6477
6477
|
"attributes": {
|
|
6478
6478
|
"category": "color",
|
|
6479
6479
|
"type": "theme",
|
|
@@ -6500,7 +6500,7 @@
|
|
|
6500
6500
|
"type": "color",
|
|
6501
6501
|
"description": ""
|
|
6502
6502
|
},
|
|
6503
|
-
"name": "
|
|
6503
|
+
"name": "mds-color-theme-outline-label-purple",
|
|
6504
6504
|
"attributes": {
|
|
6505
6505
|
"category": "color",
|
|
6506
6506
|
"type": "theme",
|
|
@@ -6527,7 +6527,7 @@
|
|
|
6527
6527
|
"type": "color",
|
|
6528
6528
|
"description": ""
|
|
6529
6529
|
},
|
|
6530
|
-
"name": "
|
|
6530
|
+
"name": "mds-color-theme-outline-label-slate",
|
|
6531
6531
|
"attributes": {
|
|
6532
6532
|
"category": "color",
|
|
6533
6533
|
"type": "theme",
|
|
@@ -6554,7 +6554,7 @@
|
|
|
6554
6554
|
"type": "color",
|
|
6555
6555
|
"description": ""
|
|
6556
6556
|
},
|
|
6557
|
-
"name": "
|
|
6557
|
+
"name": "mds-color-theme-outline-label-violet",
|
|
6558
6558
|
"attributes": {
|
|
6559
6559
|
"category": "color",
|
|
6560
6560
|
"type": "theme",
|
|
@@ -6585,7 +6585,7 @@
|
|
|
6585
6585
|
"type": "color",
|
|
6586
6586
|
"description": ""
|
|
6587
6587
|
},
|
|
6588
|
-
"name": "
|
|
6588
|
+
"name": "mds-color-theme-control-active-normal",
|
|
6589
6589
|
"attributes": {
|
|
6590
6590
|
"category": "color",
|
|
6591
6591
|
"type": "theme",
|
|
@@ -6612,7 +6612,7 @@
|
|
|
6612
6612
|
"type": "color",
|
|
6613
6613
|
"description": ""
|
|
6614
6614
|
},
|
|
6615
|
-
"name": "
|
|
6615
|
+
"name": "mds-color-theme-control-active-hover",
|
|
6616
6616
|
"attributes": {
|
|
6617
6617
|
"category": "color",
|
|
6618
6618
|
"type": "theme",
|
|
@@ -6639,7 +6639,7 @@
|
|
|
6639
6639
|
"type": "color",
|
|
6640
6640
|
"description": ""
|
|
6641
6641
|
},
|
|
6642
|
-
"name": "
|
|
6642
|
+
"name": "mds-color-theme-control-active-pressed",
|
|
6643
6643
|
"attributes": {
|
|
6644
6644
|
"category": "color",
|
|
6645
6645
|
"type": "theme",
|
|
@@ -6666,7 +6666,7 @@
|
|
|
6666
6666
|
"type": "color",
|
|
6667
6667
|
"description": ""
|
|
6668
6668
|
},
|
|
6669
|
-
"name": "
|
|
6669
|
+
"name": "mds-color-theme-control-active-active",
|
|
6670
6670
|
"attributes": {
|
|
6671
6671
|
"category": "color",
|
|
6672
6672
|
"type": "theme",
|
|
@@ -6693,7 +6693,7 @@
|
|
|
6693
6693
|
"type": "color",
|
|
6694
6694
|
"description": ""
|
|
6695
6695
|
},
|
|
6696
|
-
"name": "
|
|
6696
|
+
"name": "mds-color-theme-control-active-disabled",
|
|
6697
6697
|
"attributes": {
|
|
6698
6698
|
"category": "color",
|
|
6699
6699
|
"type": "theme",
|
|
@@ -6722,7 +6722,7 @@
|
|
|
6722
6722
|
"type": "color",
|
|
6723
6723
|
"description": ""
|
|
6724
6724
|
},
|
|
6725
|
-
"name": "
|
|
6725
|
+
"name": "mds-color-theme-control-inactive-normal",
|
|
6726
6726
|
"attributes": {
|
|
6727
6727
|
"category": "color",
|
|
6728
6728
|
"type": "theme",
|
|
@@ -6749,7 +6749,7 @@
|
|
|
6749
6749
|
"type": "color",
|
|
6750
6750
|
"description": ""
|
|
6751
6751
|
},
|
|
6752
|
-
"name": "
|
|
6752
|
+
"name": "mds-color-theme-control-inactive-hover",
|
|
6753
6753
|
"attributes": {
|
|
6754
6754
|
"category": "color",
|
|
6755
6755
|
"type": "theme",
|
|
@@ -6776,7 +6776,7 @@
|
|
|
6776
6776
|
"type": "color",
|
|
6777
6777
|
"description": ""
|
|
6778
6778
|
},
|
|
6779
|
-
"name": "
|
|
6779
|
+
"name": "mds-color-theme-control-inactive-pressed",
|
|
6780
6780
|
"attributes": {
|
|
6781
6781
|
"category": "color",
|
|
6782
6782
|
"type": "theme",
|
|
@@ -6803,7 +6803,7 @@
|
|
|
6803
6803
|
"type": "color",
|
|
6804
6804
|
"description": ""
|
|
6805
6805
|
},
|
|
6806
|
-
"name": "
|
|
6806
|
+
"name": "mds-color-theme-control-inactive-disabled",
|
|
6807
6807
|
"attributes": {
|
|
6808
6808
|
"category": "color",
|
|
6809
6809
|
"type": "theme",
|
|
@@ -6834,7 +6834,7 @@
|
|
|
6834
6834
|
"type": "color",
|
|
6835
6835
|
"description": ""
|
|
6836
6836
|
},
|
|
6837
|
-
"name": "
|
|
6837
|
+
"name": "mds-color-theme-overlay-meetings-normal",
|
|
6838
6838
|
"attributes": {
|
|
6839
6839
|
"category": "color",
|
|
6840
6840
|
"type": "theme",
|
|
@@ -6864,7 +6864,7 @@
|
|
|
6864
6864
|
"type": "color",
|
|
6865
6865
|
"description": ""
|
|
6866
6866
|
},
|
|
6867
|
-
"name": "
|
|
6867
|
+
"name": "mds-color-theme-indicator-unstable",
|
|
6868
6868
|
"attributes": {
|
|
6869
6869
|
"category": "color",
|
|
6870
6870
|
"type": "theme",
|
|
@@ -6889,7 +6889,7 @@
|
|
|
6889
6889
|
"type": "color",
|
|
6890
6890
|
"description": ""
|
|
6891
6891
|
},
|
|
6892
|
-
"name": "
|
|
6892
|
+
"name": "mds-color-theme-indicator-attention",
|
|
6893
6893
|
"attributes": {
|
|
6894
6894
|
"category": "color",
|
|
6895
6895
|
"type": "theme",
|
|
@@ -6914,7 +6914,7 @@
|
|
|
6914
6914
|
"type": "color",
|
|
6915
6915
|
"description": ""
|
|
6916
6916
|
},
|
|
6917
|
-
"name": "
|
|
6917
|
+
"name": "mds-color-theme-indicator-stable",
|
|
6918
6918
|
"attributes": {
|
|
6919
6919
|
"category": "color",
|
|
6920
6920
|
"type": "theme",
|
|
@@ -6939,7 +6939,7 @@
|
|
|
6939
6939
|
"type": "color",
|
|
6940
6940
|
"description": ""
|
|
6941
6941
|
},
|
|
6942
|
-
"name": "
|
|
6942
|
+
"name": "mds-color-theme-indicator-locked",
|
|
6943
6943
|
"attributes": {
|
|
6944
6944
|
"category": "color",
|
|
6945
6945
|
"type": "theme",
|
|
@@ -6964,7 +6964,7 @@
|
|
|
6964
6964
|
"type": "color",
|
|
6965
6965
|
"description": ""
|
|
6966
6966
|
},
|
|
6967
|
-
"name": "
|
|
6967
|
+
"name": "mds-color-theme-indicator-caution",
|
|
6968
6968
|
"attributes": {
|
|
6969
6969
|
"category": "color",
|
|
6970
6970
|
"type": "theme",
|
|
@@ -6989,7 +6989,7 @@
|
|
|
6989
6989
|
"type": "color",
|
|
6990
6990
|
"description": ""
|
|
6991
6991
|
},
|
|
6992
|
-
"name": "
|
|
6992
|
+
"name": "mds-color-theme-indicator-secure",
|
|
6993
6993
|
"attributes": {
|
|
6994
6994
|
"category": "color",
|
|
6995
6995
|
"type": "theme",
|
|
@@ -7017,7 +7017,7 @@
|
|
|
7017
7017
|
"type": "color",
|
|
7018
7018
|
"description": ""
|
|
7019
7019
|
},
|
|
7020
|
-
"name": "
|
|
7020
|
+
"name": "mds-color-theme-whiteboard-sticky-note-yellow",
|
|
7021
7021
|
"attributes": {
|
|
7022
7022
|
"category": "color",
|
|
7023
7023
|
"type": "theme",
|
|
@@ -7044,7 +7044,7 @@
|
|
|
7044
7044
|
"type": "color",
|
|
7045
7045
|
"description": ""
|
|
7046
7046
|
},
|
|
7047
|
-
"name": "
|
|
7047
|
+
"name": "mds-color-theme-whiteboard-sticky-note-red",
|
|
7048
7048
|
"attributes": {
|
|
7049
7049
|
"category": "color",
|
|
7050
7050
|
"type": "theme",
|
|
@@ -7071,7 +7071,7 @@
|
|
|
7071
7071
|
"type": "color",
|
|
7072
7072
|
"description": ""
|
|
7073
7073
|
},
|
|
7074
|
-
"name": "
|
|
7074
|
+
"name": "mds-color-theme-whiteboard-sticky-note-purple",
|
|
7075
7075
|
"attributes": {
|
|
7076
7076
|
"category": "color",
|
|
7077
7077
|
"type": "theme",
|
|
@@ -7098,7 +7098,7 @@
|
|
|
7098
7098
|
"type": "color",
|
|
7099
7099
|
"description": ""
|
|
7100
7100
|
},
|
|
7101
|
-
"name": "
|
|
7101
|
+
"name": "mds-color-theme-whiteboard-sticky-note-cyan",
|
|
7102
7102
|
"attributes": {
|
|
7103
7103
|
"category": "color",
|
|
7104
7104
|
"type": "theme",
|
|
@@ -7125,7 +7125,7 @@
|
|
|
7125
7125
|
"type": "color",
|
|
7126
7126
|
"description": ""
|
|
7127
7127
|
},
|
|
7128
|
-
"name": "
|
|
7128
|
+
"name": "mds-color-theme-whiteboard-sticky-note-mint",
|
|
7129
7129
|
"attributes": {
|
|
7130
7130
|
"category": "color",
|
|
7131
7131
|
"type": "theme",
|
|
@@ -7156,7 +7156,7 @@
|
|
|
7156
7156
|
"type": "color",
|
|
7157
7157
|
"description": ""
|
|
7158
7158
|
},
|
|
7159
|
-
"name": "
|
|
7159
|
+
"name": "mds-color-theme-scrollbar-button-normal",
|
|
7160
7160
|
"attributes": {
|
|
7161
7161
|
"category": "color",
|
|
7162
7162
|
"type": "theme",
|
|
@@ -7183,7 +7183,7 @@
|
|
|
7183
7183
|
"type": "color",
|
|
7184
7184
|
"description": ""
|
|
7185
7185
|
},
|
|
7186
|
-
"name": "
|
|
7186
|
+
"name": "mds-color-theme-scrollbar-button-hover",
|
|
7187
7187
|
"attributes": {
|
|
7188
7188
|
"category": "color",
|
|
7189
7189
|
"type": "theme",
|
|
@@ -7210,7 +7210,7 @@
|
|
|
7210
7210
|
"type": "color",
|
|
7211
7211
|
"description": ""
|
|
7212
7212
|
},
|
|
7213
|
-
"name": "
|
|
7213
|
+
"name": "mds-color-theme-scrollbar-button-pressed",
|
|
7214
7214
|
"attributes": {
|
|
7215
7215
|
"category": "color",
|
|
7216
7216
|
"type": "theme",
|
|
@@ -7239,7 +7239,7 @@
|
|
|
7239
7239
|
"type": "color",
|
|
7240
7240
|
"description": ""
|
|
7241
7241
|
},
|
|
7242
|
-
"name": "
|
|
7242
|
+
"name": "mds-color-theme-scrollbar-arrow-normal",
|
|
7243
7243
|
"attributes": {
|
|
7244
7244
|
"category": "color",
|
|
7245
7245
|
"type": "theme",
|
|
@@ -7267,7 +7267,7 @@
|
|
|
7267
7267
|
"type": "color",
|
|
7268
7268
|
"description": ""
|
|
7269
7269
|
},
|
|
7270
|
-
"name": "
|
|
7270
|
+
"name": "mds-color-theme-scrollbar-arrow-background-normal",
|
|
7271
7271
|
"attributes": {
|
|
7272
7272
|
"category": "color",
|
|
7273
7273
|
"type": "theme",
|
|
@@ -7295,7 +7295,7 @@
|
|
|
7295
7295
|
"type": "color",
|
|
7296
7296
|
"description": ""
|
|
7297
7297
|
},
|
|
7298
|
-
"name": "
|
|
7298
|
+
"name": "mds-color-theme-scrollbar-arrow-background-hover",
|
|
7299
7299
|
"attributes": {
|
|
7300
7300
|
"category": "color",
|
|
7301
7301
|
"type": "theme",
|
|
@@ -7323,7 +7323,7 @@
|
|
|
7323
7323
|
"type": "color",
|
|
7324
7324
|
"description": ""
|
|
7325
7325
|
},
|
|
7326
|
-
"name": "
|
|
7326
|
+
"name": "mds-color-theme-scrollbar-arrow-background-pressed",
|
|
7327
7327
|
"attributes": {
|
|
7328
7328
|
"category": "color",
|
|
7329
7329
|
"type": "theme",
|
|
@@ -7355,7 +7355,7 @@
|
|
|
7355
7355
|
"type": "color",
|
|
7356
7356
|
"description": ""
|
|
7357
7357
|
},
|
|
7358
|
-
"name": "
|
|
7358
|
+
"name": "mds-color-theme-scrollbar-background-secondary-ghost",
|
|
7359
7359
|
"attributes": {
|
|
7360
7360
|
"category": "color",
|
|
7361
7361
|
"type": "theme",
|
|
@@ -7383,7 +7383,7 @@
|
|
|
7383
7383
|
"type": "color",
|
|
7384
7384
|
"description": ""
|
|
7385
7385
|
},
|
|
7386
|
-
"name": "
|
|
7386
|
+
"name": "mds-color-theme-scrollbar-background-secondary-normal",
|
|
7387
7387
|
"attributes": {
|
|
7388
7388
|
"category": "color",
|
|
7389
7389
|
"type": "theme",
|
|
@@ -7417,7 +7417,7 @@
|
|
|
7417
7417
|
"type": "color",
|
|
7418
7418
|
"description": ""
|
|
7419
7419
|
},
|
|
7420
|
-
"name": "
|
|
7420
|
+
"name": "mds-color-theme-illustrations-empty-primary-0",
|
|
7421
7421
|
"attributes": {
|
|
7422
7422
|
"category": "color",
|
|
7423
7423
|
"type": "theme",
|
|
@@ -7445,7 +7445,7 @@
|
|
|
7445
7445
|
"type": "color",
|
|
7446
7446
|
"description": ""
|
|
7447
7447
|
},
|
|
7448
|
-
"name": "
|
|
7448
|
+
"name": "mds-color-theme-illustrations-empty-primary-1",
|
|
7449
7449
|
"attributes": {
|
|
7450
7450
|
"category": "color",
|
|
7451
7451
|
"type": "theme",
|
|
@@ -7475,7 +7475,7 @@
|
|
|
7475
7475
|
"type": "color",
|
|
7476
7476
|
"description": ""
|
|
7477
7477
|
},
|
|
7478
|
-
"name": "
|
|
7478
|
+
"name": "mds-color-theme-illustrations-empty-secondary-0",
|
|
7479
7479
|
"attributes": {
|
|
7480
7480
|
"category": "color",
|
|
7481
7481
|
"type": "theme",
|
|
@@ -7503,7 +7503,7 @@
|
|
|
7503
7503
|
"type": "color",
|
|
7504
7504
|
"description": ""
|
|
7505
7505
|
},
|
|
7506
|
-
"name": "
|
|
7506
|
+
"name": "mds-color-theme-illustrations-empty-secondary-1",
|
|
7507
7507
|
"attributes": {
|
|
7508
7508
|
"category": "color",
|
|
7509
7509
|
"type": "theme",
|
|
@@ -7535,7 +7535,7 @@
|
|
|
7535
7535
|
"type": "color",
|
|
7536
7536
|
"description": ""
|
|
7537
7537
|
},
|
|
7538
|
-
"name": "
|
|
7538
|
+
"name": "mds-color-theme-illustrations-onboarding-primary-0",
|
|
7539
7539
|
"attributes": {
|
|
7540
7540
|
"category": "color",
|
|
7541
7541
|
"type": "theme",
|
|
@@ -7563,7 +7563,7 @@
|
|
|
7563
7563
|
"type": "color",
|
|
7564
7564
|
"description": ""
|
|
7565
7565
|
},
|
|
7566
|
-
"name": "
|
|
7566
|
+
"name": "mds-color-theme-illustrations-onboarding-primary-1",
|
|
7567
7567
|
"attributes": {
|
|
7568
7568
|
"category": "color",
|
|
7569
7569
|
"type": "theme",
|
|
@@ -7593,7 +7593,7 @@
|
|
|
7593
7593
|
"type": "color",
|
|
7594
7594
|
"description": ""
|
|
7595
7595
|
},
|
|
7596
|
-
"name": "
|
|
7596
|
+
"name": "mds-color-theme-illustrations-onboarding-secondary-0",
|
|
7597
7597
|
"attributes": {
|
|
7598
7598
|
"category": "color",
|
|
7599
7599
|
"type": "theme",
|
|
@@ -7621,7 +7621,7 @@
|
|
|
7621
7621
|
"type": "color",
|
|
7622
7622
|
"description": ""
|
|
7623
7623
|
},
|
|
7624
|
-
"name": "
|
|
7624
|
+
"name": "mds-color-theme-illustrations-onboarding-secondary-1",
|
|
7625
7625
|
"attributes": {
|
|
7626
7626
|
"category": "color",
|
|
7627
7627
|
"type": "theme",
|
|
@@ -7651,7 +7651,7 @@
|
|
|
7651
7651
|
"type": "color",
|
|
7652
7652
|
"description": ""
|
|
7653
7653
|
},
|
|
7654
|
-
"name": "
|
|
7654
|
+
"name": "mds-color-theme-illustrations-onboarding-tertiary-0",
|
|
7655
7655
|
"attributes": {
|
|
7656
7656
|
"category": "color",
|
|
7657
7657
|
"type": "theme",
|
|
@@ -7679,7 +7679,7 @@
|
|
|
7679
7679
|
"type": "color",
|
|
7680
7680
|
"description": ""
|
|
7681
7681
|
},
|
|
7682
|
-
"name": "
|
|
7682
|
+
"name": "mds-color-theme-illustrations-onboarding-tertiary-1",
|
|
7683
7683
|
"attributes": {
|
|
7684
7684
|
"category": "color",
|
|
7685
7685
|
"type": "theme",
|
|
@@ -7709,7 +7709,7 @@
|
|
|
7709
7709
|
"type": "color",
|
|
7710
7710
|
"description": ""
|
|
7711
7711
|
},
|
|
7712
|
-
"name": "
|
|
7712
|
+
"name": "mds-color-theme-illustrations-onboarding-quartenary-0",
|
|
7713
7713
|
"attributes": {
|
|
7714
7714
|
"category": "color",
|
|
7715
7715
|
"type": "theme",
|
|
@@ -7737,7 +7737,7 @@
|
|
|
7737
7737
|
"type": "color",
|
|
7738
7738
|
"description": ""
|
|
7739
7739
|
},
|
|
7740
|
-
"name": "
|
|
7740
|
+
"name": "mds-color-theme-illustrations-onboarding-quartenary-1",
|
|
7741
7741
|
"attributes": {
|
|
7742
7742
|
"category": "color",
|
|
7743
7743
|
"type": "theme",
|
|
@@ -7767,7 +7767,7 @@
|
|
|
7767
7767
|
"type": "color",
|
|
7768
7768
|
"description": ""
|
|
7769
7769
|
},
|
|
7770
|
-
"name": "
|
|
7770
|
+
"name": "mds-color-theme-illustrations-onboarding-quinary-0",
|
|
7771
7771
|
"attributes": {
|
|
7772
7772
|
"category": "color",
|
|
7773
7773
|
"type": "theme",
|
|
@@ -7795,7 +7795,7 @@
|
|
|
7795
7795
|
"type": "color",
|
|
7796
7796
|
"description": ""
|
|
7797
7797
|
},
|
|
7798
|
-
"name": "
|
|
7798
|
+
"name": "mds-color-theme-illustrations-onboarding-quinary-1",
|
|
7799
7799
|
"attributes": {
|
|
7800
7800
|
"category": "color",
|
|
7801
7801
|
"type": "theme",
|
|
@@ -7826,7 +7826,7 @@
|
|
|
7826
7826
|
"type": "color",
|
|
7827
7827
|
"description": ""
|
|
7828
7828
|
},
|
|
7829
|
-
"name": "
|
|
7829
|
+
"name": "mds-color-theme-illustrations-success-0",
|
|
7830
7830
|
"attributes": {
|
|
7831
7831
|
"category": "color",
|
|
7832
7832
|
"type": "theme",
|
|
@@ -7853,7 +7853,7 @@
|
|
|
7853
7853
|
"type": "color",
|
|
7854
7854
|
"description": ""
|
|
7855
7855
|
},
|
|
7856
|
-
"name": "
|
|
7856
|
+
"name": "mds-color-theme-illustrations-success-1",
|
|
7857
7857
|
"attributes": {
|
|
7858
7858
|
"category": "color",
|
|
7859
7859
|
"type": "theme",
|
|
@@ -7882,7 +7882,7 @@
|
|
|
7882
7882
|
"type": "color",
|
|
7883
7883
|
"description": ""
|
|
7884
7884
|
},
|
|
7885
|
-
"name": "
|
|
7885
|
+
"name": "mds-color-theme-illustrations-error-0",
|
|
7886
7886
|
"attributes": {
|
|
7887
7887
|
"category": "color",
|
|
7888
7888
|
"type": "theme",
|
|
@@ -7909,7 +7909,7 @@
|
|
|
7909
7909
|
"type": "color",
|
|
7910
7910
|
"description": ""
|
|
7911
7911
|
},
|
|
7912
|
-
"name": "
|
|
7912
|
+
"name": "mds-color-theme-illustrations-error-1",
|
|
7913
7913
|
"attributes": {
|
|
7914
7914
|
"category": "color",
|
|
7915
7915
|
"type": "theme",
|
|
@@ -7937,7 +7937,7 @@
|
|
|
7937
7937
|
"type": "color",
|
|
7938
7938
|
"description": ""
|
|
7939
7939
|
},
|
|
7940
|
-
"name": "
|
|
7940
|
+
"name": "mds-color-theme-illustrations-default",
|
|
7941
7941
|
"attributes": {
|
|
7942
7942
|
"category": "color",
|
|
7943
7943
|
"type": "theme",
|
|
@@ -7964,7 +7964,7 @@
|
|
|
7964
7964
|
"type": "color",
|
|
7965
7965
|
"description": ""
|
|
7966
7966
|
},
|
|
7967
|
-
"name": "
|
|
7967
|
+
"name": "mds-color-theme-globaltint-normal",
|
|
7968
7968
|
"attributes": {
|
|
7969
7969
|
"category": "color",
|
|
7970
7970
|
"type": "theme",
|
|
@@ -7989,7 +7989,7 @@
|
|
|
7989
7989
|
"type": "color",
|
|
7990
7990
|
"description": ""
|
|
7991
7991
|
},
|
|
7992
|
-
"name": "
|
|
7992
|
+
"name": "mds-color-theme-globaltint-selected",
|
|
7993
7993
|
"attributes": {
|
|
7994
7994
|
"category": "color",
|
|
7995
7995
|
"type": "theme",
|
|
@@ -8017,7 +8017,7 @@
|
|
|
8017
8017
|
"type": "color",
|
|
8018
8018
|
"description": ""
|
|
8019
8019
|
},
|
|
8020
|
-
"name": "
|
|
8020
|
+
"name": "mds-color-theme-groupedbackground-primary-normal",
|
|
8021
8021
|
"attributes": {
|
|
8022
8022
|
"category": "color",
|
|
8023
8023
|
"type": "theme",
|
|
@@ -8046,7 +8046,7 @@
|
|
|
8046
8046
|
"type": "color",
|
|
8047
8047
|
"description": ""
|
|
8048
8048
|
},
|
|
8049
|
-
"name": "
|
|
8049
|
+
"name": "mds-color-theme-groupedbackground-secondary-normal",
|
|
8050
8050
|
"attributes": {
|
|
8051
8051
|
"category": "color",
|
|
8052
8052
|
"type": "theme",
|
|
@@ -8075,7 +8075,7 @@
|
|
|
8075
8075
|
"type": "color",
|
|
8076
8076
|
"description": ""
|
|
8077
8077
|
},
|
|
8078
|
-
"name": "
|
|
8078
|
+
"name": "mds-color-theme-groupedbackground-tertiary-normal",
|
|
8079
8079
|
"attributes": {
|
|
8080
8080
|
"category": "color",
|
|
8081
8081
|
"type": "theme",
|
|
@@ -8104,7 +8104,7 @@
|
|
|
8104
8104
|
"type": "color",
|
|
8105
8105
|
"description": ""
|
|
8106
8106
|
},
|
|
8107
|
-
"name": "
|
|
8107
|
+
"name": "mds-color-theme-groupedbackground-quaternary-normal",
|
|
8108
8108
|
"attributes": {
|
|
8109
8109
|
"category": "color",
|
|
8110
8110
|
"type": "theme",
|
|
@@ -8135,7 +8135,7 @@
|
|
|
8135
8135
|
"type": "color",
|
|
8136
8136
|
"description": ""
|
|
8137
8137
|
},
|
|
8138
|
-
"name": "
|
|
8138
|
+
"name": "mds-color-theme-teaching-background-normal",
|
|
8139
8139
|
"attributes": {
|
|
8140
8140
|
"category": "color",
|
|
8141
8141
|
"type": "theme",
|
|
@@ -8165,7 +8165,7 @@
|
|
|
8165
8165
|
"type": "color",
|
|
8166
8166
|
"description": ""
|
|
8167
8167
|
},
|
|
8168
|
-
"name": "
|
|
8168
|
+
"name": "mds-color-theme-teaching-button-primary-normal",
|
|
8169
8169
|
"attributes": {
|
|
8170
8170
|
"category": "color",
|
|
8171
8171
|
"type": "theme",
|
|
@@ -8193,7 +8193,7 @@
|
|
|
8193
8193
|
"type": "color",
|
|
8194
8194
|
"description": ""
|
|
8195
8195
|
},
|
|
8196
|
-
"name": "
|
|
8196
|
+
"name": "mds-color-theme-teaching-button-primary-hover",
|
|
8197
8197
|
"attributes": {
|
|
8198
8198
|
"category": "color",
|
|
8199
8199
|
"type": "theme",
|
|
@@ -8221,7 +8221,7 @@
|
|
|
8221
8221
|
"type": "color",
|
|
8222
8222
|
"description": ""
|
|
8223
8223
|
},
|
|
8224
|
-
"name": "
|
|
8224
|
+
"name": "mds-color-theme-teaching-button-primary-pressed",
|
|
8225
8225
|
"attributes": {
|
|
8226
8226
|
"category": "color",
|
|
8227
8227
|
"type": "theme",
|
|
@@ -8249,7 +8249,7 @@
|
|
|
8249
8249
|
"type": "color",
|
|
8250
8250
|
"description": ""
|
|
8251
8251
|
},
|
|
8252
|
-
"name": "
|
|
8252
|
+
"name": "mds-color-theme-teaching-button-primary-disabled",
|
|
8253
8253
|
"attributes": {
|
|
8254
8254
|
"category": "color",
|
|
8255
8255
|
"type": "theme",
|
|
@@ -8279,7 +8279,7 @@
|
|
|
8279
8279
|
"type": "color",
|
|
8280
8280
|
"description": ""
|
|
8281
8281
|
},
|
|
8282
|
-
"name": "
|
|
8282
|
+
"name": "mds-color-theme-teaching-button-secondary-normal",
|
|
8283
8283
|
"attributes": {
|
|
8284
8284
|
"category": "color",
|
|
8285
8285
|
"type": "theme",
|
|
@@ -8307,7 +8307,7 @@
|
|
|
8307
8307
|
"type": "color",
|
|
8308
8308
|
"description": ""
|
|
8309
8309
|
},
|
|
8310
|
-
"name": "
|
|
8310
|
+
"name": "mds-color-theme-teaching-button-secondary-hover",
|
|
8311
8311
|
"attributes": {
|
|
8312
8312
|
"category": "color",
|
|
8313
8313
|
"type": "theme",
|
|
@@ -8335,7 +8335,7 @@
|
|
|
8335
8335
|
"type": "color",
|
|
8336
8336
|
"description": ""
|
|
8337
8337
|
},
|
|
8338
|
-
"name": "
|
|
8338
|
+
"name": "mds-color-theme-teaching-button-secondary-pressed",
|
|
8339
8339
|
"attributes": {
|
|
8340
8340
|
"category": "color",
|
|
8341
8341
|
"type": "theme",
|
|
@@ -8367,7 +8367,7 @@
|
|
|
8367
8367
|
"type": "color",
|
|
8368
8368
|
"description": ""
|
|
8369
8369
|
},
|
|
8370
|
-
"name": "
|
|
8370
|
+
"name": "mds-color-theme-teaching-outline-button-normal",
|
|
8371
8371
|
"attributes": {
|
|
8372
8372
|
"category": "color",
|
|
8373
8373
|
"type": "theme",
|
|
@@ -8396,7 +8396,7 @@
|
|
|
8396
8396
|
"type": "color",
|
|
8397
8397
|
"description": ""
|
|
8398
8398
|
},
|
|
8399
|
-
"name": "
|
|
8399
|
+
"name": "mds-color-theme-teaching-outline-normal",
|
|
8400
8400
|
"attributes": {
|
|
8401
8401
|
"category": "color",
|
|
8402
8402
|
"type": "theme",
|
|
@@ -8424,7 +8424,7 @@
|
|
|
8424
8424
|
"type": "color",
|
|
8425
8425
|
"description": ""
|
|
8426
8426
|
},
|
|
8427
|
-
"name": "
|
|
8427
|
+
"name": "mds-color-theme-teaching-outline-disabled-normal",
|
|
8428
8428
|
"attributes": {
|
|
8429
8429
|
"category": "color",
|
|
8430
8430
|
"type": "theme",
|
|
@@ -8453,7 +8453,7 @@
|
|
|
8453
8453
|
"type": "color",
|
|
8454
8454
|
"description": ""
|
|
8455
8455
|
},
|
|
8456
|
-
"name": "
|
|
8456
|
+
"name": "mds-color-theme-teaching-outline-theme",
|
|
8457
8457
|
"attributes": {
|
|
8458
8458
|
"category": "color",
|
|
8459
8459
|
"type": "theme",
|
|
@@ -8483,7 +8483,7 @@
|
|
|
8483
8483
|
"type": "color",
|
|
8484
8484
|
"description": ""
|
|
8485
8485
|
},
|
|
8486
|
-
"name": "
|
|
8486
|
+
"name": "mds-color-theme-teaching-text-accent-normal",
|
|
8487
8487
|
"attributes": {
|
|
8488
8488
|
"category": "color",
|
|
8489
8489
|
"type": "theme",
|
|
@@ -8511,7 +8511,7 @@
|
|
|
8511
8511
|
"type": "color",
|
|
8512
8512
|
"description": ""
|
|
8513
8513
|
},
|
|
8514
|
-
"name": "
|
|
8514
|
+
"name": "mds-color-theme-teaching-text-accent-hover",
|
|
8515
8515
|
"attributes": {
|
|
8516
8516
|
"category": "color",
|
|
8517
8517
|
"type": "theme",
|
|
@@ -8539,7 +8539,7 @@
|
|
|
8539
8539
|
"type": "color",
|
|
8540
8540
|
"description": ""
|
|
8541
8541
|
},
|
|
8542
|
-
"name": "
|
|
8542
|
+
"name": "mds-color-theme-teaching-text-accent-disabled",
|
|
8543
8543
|
"attributes": {
|
|
8544
8544
|
"category": "color",
|
|
8545
8545
|
"type": "theme",
|
|
@@ -8569,7 +8569,7 @@
|
|
|
8569
8569
|
"type": "color",
|
|
8570
8570
|
"description": ""
|
|
8571
8571
|
},
|
|
8572
|
-
"name": "
|
|
8572
|
+
"name": "mds-color-theme-teaching-text-primary-disabled",
|
|
8573
8573
|
"attributes": {
|
|
8574
8574
|
"category": "color",
|
|
8575
8575
|
"type": "theme",
|
|
@@ -8602,7 +8602,7 @@
|
|
|
8602
8602
|
"type": "color",
|
|
8603
8603
|
"description": ""
|
|
8604
8604
|
},
|
|
8605
|
-
"name": "
|
|
8605
|
+
"name": "mds-color-theme-gradientdivider-normal-0",
|
|
8606
8606
|
"attributes": {
|
|
8607
8607
|
"category": "color",
|
|
8608
8608
|
"type": "theme",
|
|
@@ -8629,7 +8629,7 @@
|
|
|
8629
8629
|
"type": "color",
|
|
8630
8630
|
"description": ""
|
|
8631
8631
|
},
|
|
8632
|
-
"name": "
|
|
8632
|
+
"name": "mds-color-theme-gradientdivider-normal-1",
|
|
8633
8633
|
"attributes": {
|
|
8634
8634
|
"category": "color",
|
|
8635
8635
|
"type": "theme",
|
|
@@ -8658,7 +8658,7 @@
|
|
|
8658
8658
|
"type": "color",
|
|
8659
8659
|
"description": ""
|
|
8660
8660
|
},
|
|
8661
|
-
"name": "
|
|
8661
|
+
"name": "mds-color-theme-gradientdivider-hover-0",
|
|
8662
8662
|
"attributes": {
|
|
8663
8663
|
"category": "color",
|
|
8664
8664
|
"type": "theme",
|
|
@@ -8685,7 +8685,7 @@
|
|
|
8685
8685
|
"type": "color",
|
|
8686
8686
|
"description": ""
|
|
8687
8687
|
},
|
|
8688
|
-
"name": "
|
|
8688
|
+
"name": "mds-color-theme-gradientdivider-hover-1",
|
|
8689
8689
|
"attributes": {
|
|
8690
8690
|
"category": "color",
|
|
8691
8691
|
"type": "theme",
|
|
@@ -8715,7 +8715,7 @@
|
|
|
8715
8715
|
"type": "color",
|
|
8716
8716
|
"description": ""
|
|
8717
8717
|
},
|
|
8718
|
-
"name": "
|
|
8718
|
+
"name": "mds-color-theme-gradientdivider-error-normal-0",
|
|
8719
8719
|
"attributes": {
|
|
8720
8720
|
"category": "color",
|
|
8721
8721
|
"type": "theme",
|
|
@@ -8743,7 +8743,7 @@
|
|
|
8743
8743
|
"type": "color",
|
|
8744
8744
|
"description": ""
|
|
8745
8745
|
},
|
|
8746
|
-
"name": "
|
|
8746
|
+
"name": "mds-color-theme-gradientdivider-error-normal-1",
|
|
8747
8747
|
"attributes": {
|
|
8748
8748
|
"category": "color",
|
|
8749
8749
|
"type": "theme",
|
|
@@ -8773,7 +8773,7 @@
|
|
|
8773
8773
|
"type": "color",
|
|
8774
8774
|
"description": ""
|
|
8775
8775
|
},
|
|
8776
|
-
"name": "
|
|
8776
|
+
"name": "mds-color-theme-gradientdivider-error-hover-0",
|
|
8777
8777
|
"attributes": {
|
|
8778
8778
|
"category": "color",
|
|
8779
8779
|
"type": "theme",
|
|
@@ -8801,7 +8801,7 @@
|
|
|
8801
8801
|
"type": "color",
|
|
8802
8802
|
"description": ""
|
|
8803
8803
|
},
|
|
8804
|
-
"name": "
|
|
8804
|
+
"name": "mds-color-theme-gradientdivider-error-hover-1",
|
|
8805
8805
|
"attributes": {
|
|
8806
8806
|
"category": "color",
|
|
8807
8807
|
"type": "theme",
|
|
@@ -8833,7 +8833,7 @@
|
|
|
8833
8833
|
"type": "color",
|
|
8834
8834
|
"description": ""
|
|
8835
8835
|
},
|
|
8836
|
-
"name": "
|
|
8836
|
+
"name": "mds-color-theme-gradientdivider-warning-normal-0",
|
|
8837
8837
|
"attributes": {
|
|
8838
8838
|
"category": "color",
|
|
8839
8839
|
"type": "theme",
|
|
@@ -8861,7 +8861,7 @@
|
|
|
8861
8861
|
"type": "color",
|
|
8862
8862
|
"description": ""
|
|
8863
8863
|
},
|
|
8864
|
-
"name": "
|
|
8864
|
+
"name": "mds-color-theme-gradientdivider-warning-normal-1",
|
|
8865
8865
|
"attributes": {
|
|
8866
8866
|
"category": "color",
|
|
8867
8867
|
"type": "theme",
|
|
@@ -8891,7 +8891,7 @@
|
|
|
8891
8891
|
"type": "color",
|
|
8892
8892
|
"description": ""
|
|
8893
8893
|
},
|
|
8894
|
-
"name": "
|
|
8894
|
+
"name": "mds-color-theme-gradientdivider-warning-hover-0",
|
|
8895
8895
|
"attributes": {
|
|
8896
8896
|
"category": "color",
|
|
8897
8897
|
"type": "theme",
|
|
@@ -8919,7 +8919,7 @@
|
|
|
8919
8919
|
"type": "color",
|
|
8920
8920
|
"description": ""
|
|
8921
8921
|
},
|
|
8922
|
-
"name": "
|
|
8922
|
+
"name": "mds-color-theme-gradientdivider-warning-hover-1",
|
|
8923
8923
|
"attributes": {
|
|
8924
8924
|
"category": "color",
|
|
8925
8925
|
"type": "theme",
|
|
@@ -8951,7 +8951,7 @@
|
|
|
8951
8951
|
"type": "color",
|
|
8952
8952
|
"description": ""
|
|
8953
8953
|
},
|
|
8954
|
-
"name": "
|
|
8954
|
+
"name": "mds-color-theme-gradientdivider-announce-normal-0",
|
|
8955
8955
|
"attributes": {
|
|
8956
8956
|
"category": "color",
|
|
8957
8957
|
"type": "theme",
|
|
@@ -8979,7 +8979,7 @@
|
|
|
8979
8979
|
"type": "color",
|
|
8980
8980
|
"description": ""
|
|
8981
8981
|
},
|
|
8982
|
-
"name": "
|
|
8982
|
+
"name": "mds-color-theme-gradientdivider-announce-normal-1",
|
|
8983
8983
|
"attributes": {
|
|
8984
8984
|
"category": "color",
|
|
8985
8985
|
"type": "theme",
|
|
@@ -9009,7 +9009,7 @@
|
|
|
9009
9009
|
"type": "color",
|
|
9010
9010
|
"description": ""
|
|
9011
9011
|
},
|
|
9012
|
-
"name": "
|
|
9012
|
+
"name": "mds-color-theme-gradientdivider-announce-hover-0",
|
|
9013
9013
|
"attributes": {
|
|
9014
9014
|
"category": "color",
|
|
9015
9015
|
"type": "theme",
|
|
@@ -9037,7 +9037,7 @@
|
|
|
9037
9037
|
"type": "color",
|
|
9038
9038
|
"description": ""
|
|
9039
9039
|
},
|
|
9040
|
-
"name": "
|
|
9040
|
+
"name": "mds-color-theme-gradientdivider-announce-hover-1",
|
|
9041
9041
|
"attributes": {
|
|
9042
9042
|
"category": "color",
|
|
9043
9043
|
"type": "theme",
|
|
@@ -9069,7 +9069,7 @@
|
|
|
9069
9069
|
"type": "color",
|
|
9070
9070
|
"description": ""
|
|
9071
9071
|
},
|
|
9072
|
-
"name": "
|
|
9072
|
+
"name": "mds-color-theme-avatar-default",
|
|
9073
9073
|
"attributes": {
|
|
9074
9074
|
"category": "color",
|
|
9075
9075
|
"type": "theme",
|
|
@@ -9094,7 +9094,7 @@
|
|
|
9094
9094
|
"type": "color",
|
|
9095
9095
|
"description": ""
|
|
9096
9096
|
},
|
|
9097
|
-
"name": "
|
|
9097
|
+
"name": "mds-color-theme-avatar-cobalt",
|
|
9098
9098
|
"attributes": {
|
|
9099
9099
|
"category": "color",
|
|
9100
9100
|
"type": "theme",
|
|
@@ -9119,7 +9119,7 @@
|
|
|
9119
9119
|
"type": "color",
|
|
9120
9120
|
"description": ""
|
|
9121
9121
|
},
|
|
9122
|
-
"name": "
|
|
9122
|
+
"name": "mds-color-theme-avatar-cyan",
|
|
9123
9123
|
"attributes": {
|
|
9124
9124
|
"category": "color",
|
|
9125
9125
|
"type": "theme",
|
|
@@ -9144,7 +9144,7 @@
|
|
|
9144
9144
|
"type": "color",
|
|
9145
9145
|
"description": ""
|
|
9146
9146
|
},
|
|
9147
|
-
"name": "
|
|
9147
|
+
"name": "mds-color-theme-avatar-gold",
|
|
9148
9148
|
"attributes": {
|
|
9149
9149
|
"category": "color",
|
|
9150
9150
|
"type": "theme",
|
|
@@ -9169,7 +9169,7 @@
|
|
|
9169
9169
|
"type": "color",
|
|
9170
9170
|
"description": ""
|
|
9171
9171
|
},
|
|
9172
|
-
"name": "
|
|
9172
|
+
"name": "mds-color-theme-avatar-lime",
|
|
9173
9173
|
"attributes": {
|
|
9174
9174
|
"category": "color",
|
|
9175
9175
|
"type": "theme",
|
|
@@ -9194,7 +9194,7 @@
|
|
|
9194
9194
|
"type": "color",
|
|
9195
9195
|
"description": ""
|
|
9196
9196
|
},
|
|
9197
|
-
"name": "
|
|
9197
|
+
"name": "mds-color-theme-avatar-mint",
|
|
9198
9198
|
"attributes": {
|
|
9199
9199
|
"category": "color",
|
|
9200
9200
|
"type": "theme",
|
|
@@ -9219,7 +9219,7 @@
|
|
|
9219
9219
|
"type": "color",
|
|
9220
9220
|
"description": ""
|
|
9221
9221
|
},
|
|
9222
|
-
"name": "
|
|
9222
|
+
"name": "mds-color-theme-avatar-orange",
|
|
9223
9223
|
"attributes": {
|
|
9224
9224
|
"category": "color",
|
|
9225
9225
|
"type": "theme",
|
|
@@ -9244,7 +9244,7 @@
|
|
|
9244
9244
|
"type": "color",
|
|
9245
9245
|
"description": ""
|
|
9246
9246
|
},
|
|
9247
|
-
"name": "
|
|
9247
|
+
"name": "mds-color-theme-avatar-pink",
|
|
9248
9248
|
"attributes": {
|
|
9249
9249
|
"category": "color",
|
|
9250
9250
|
"type": "theme",
|
|
@@ -9269,7 +9269,7 @@
|
|
|
9269
9269
|
"type": "color",
|
|
9270
9270
|
"description": ""
|
|
9271
9271
|
},
|
|
9272
|
-
"name": "
|
|
9272
|
+
"name": "mds-color-theme-avatar-purple",
|
|
9273
9273
|
"attributes": {
|
|
9274
9274
|
"category": "color",
|
|
9275
9275
|
"type": "theme",
|
|
@@ -9294,7 +9294,7 @@
|
|
|
9294
9294
|
"type": "color",
|
|
9295
9295
|
"description": ""
|
|
9296
9296
|
},
|
|
9297
|
-
"name": "
|
|
9297
|
+
"name": "mds-color-theme-avatar-slate",
|
|
9298
9298
|
"attributes": {
|
|
9299
9299
|
"category": "color",
|
|
9300
9300
|
"type": "theme",
|
|
@@ -9319,7 +9319,7 @@
|
|
|
9319
9319
|
"type": "color",
|
|
9320
9320
|
"description": ""
|
|
9321
9321
|
},
|
|
9322
|
-
"name": "
|
|
9322
|
+
"name": "mds-color-theme-avatar-violet",
|
|
9323
9323
|
"attributes": {
|
|
9324
9324
|
"category": "color",
|
|
9325
9325
|
"type": "theme",
|
|
@@ -9344,7 +9344,7 @@
|
|
|
9344
9344
|
"type": "color",
|
|
9345
9345
|
"description": ""
|
|
9346
9346
|
},
|
|
9347
|
-
"name": "
|
|
9347
|
+
"name": "mds-color-theme-avatar-yellow",
|
|
9348
9348
|
"attributes": {
|
|
9349
9349
|
"category": "color",
|
|
9350
9350
|
"type": "theme",
|
|
@@ -9371,7 +9371,7 @@
|
|
|
9371
9371
|
"type": "color",
|
|
9372
9372
|
"description": ""
|
|
9373
9373
|
},
|
|
9374
|
-
"name": "
|
|
9374
|
+
"name": "mds-color-theme-gradation-primary",
|
|
9375
9375
|
"attributes": {
|
|
9376
9376
|
"category": "color",
|
|
9377
9377
|
"type": "theme",
|
|
@@ -9396,7 +9396,7 @@
|
|
|
9396
9396
|
"type": "color",
|
|
9397
9397
|
"description": ""
|
|
9398
9398
|
},
|
|
9399
|
-
"name": "
|
|
9399
|
+
"name": "mds-color-theme-gradation-secondary",
|
|
9400
9400
|
"attributes": {
|
|
9401
9401
|
"category": "color",
|
|
9402
9402
|
"type": "theme",
|