@momentum-design/tokens 0.0.37 → 0.0.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/core/complete.css +30 -13
- package/dist/css/theme/aaos/day-complete.css +48 -0
- package/dist/css/theme/aaos/night-complete.css +48 -0
- package/dist/css/theme/webex/common-stable.css +2 -2
- package/dist/css/theme/webex/dark-complete.css +86 -78
- package/dist/css/theme/webex/dark-stable.css +3 -3
- package/dist/css/theme/webex/light-complete.css +86 -78
- package/dist/css/theme/webex/light-stable.css +4 -4
- package/dist/ios/core/complete.swift +30 -13
- package/dist/ios/theme/aaos/day-complete.swift +54 -0
- package/dist/ios/theme/aaos/night-complete.swift +54 -0
- package/dist/ios/theme/webex/common-stable.swift +2 -2
- package/dist/ios/theme/webex/dark-complete.swift +86 -78
- package/dist/ios/theme/webex/dark-stable.swift +3 -3
- package/dist/ios/theme/webex/light-complete.swift +86 -78
- package/dist/ios/theme/webex/light-stable.swift +4 -4
- package/dist/json/core/complete.json +661 -236
- package/dist/json/theme/aaos/day-complete.json +1231 -0
- package/dist/json/theme/aaos/night-complete.json +1231 -0
- package/dist/json/theme/webex/common-stable.json +69 -69
- package/dist/json/theme/webex/dark-complete.json +678 -453
- package/dist/json/theme/webex/dark-stable.json +356 -356
- package/dist/json/theme/webex/light-complete.json +700 -475
- package/dist/json/theme/webex/light-stable.json +360 -360
- package/dist/json-minimal/core/complete.json +36 -19
- package/dist/json-minimal/theme/aaos/day-complete.json +137 -0
- package/dist/json-minimal/theme/aaos/night-complete.json +137 -0
- package/dist/json-minimal/theme/webex/common-stable.json +1 -1
- package/dist/json-minimal/theme/webex/dark-complete.json +88 -72
- package/dist/json-minimal/theme/webex/dark-stable.json +2 -2
- package/dist/json-minimal/theme/webex/light-complete.json +90 -74
- package/dist/json-minimal/theme/webex/light-stable.json +3 -3
- package/dist/resources/core/complete.xml +30 -13
- package/dist/resources/theme/aaos/day-complete.xml +50 -0
- package/dist/resources/theme/aaos/night-complete.xml +50 -0
- package/dist/resources/theme/webex/common-stable.xml +2 -2
- package/dist/resources/theme/webex/dark-complete.xml +86 -78
- package/dist/resources/theme/webex/dark-stable.xml +3 -3
- package/dist/resources/theme/webex/light-complete.xml +86 -78
- package/dist/resources/theme/webex/light-stable.xml +4 -4
- package/dist/scss/core/complete.scss +30 -13
- package/dist/scss/theme/aaos/day-complete.scss +45 -0
- package/dist/scss/theme/aaos/night-complete.scss +45 -0
- package/dist/scss/theme/webex/common-stable.scss +2 -2
- package/dist/scss/theme/webex/dark-complete.scss +87 -79
- package/dist/scss/theme/webex/dark-stable.scss +3 -3
- package/dist/scss/theme/webex/light-complete.scss +87 -79
- package/dist/scss/theme/webex/light-stable.scss +4 -4
- package/package.json +1 -1
|
@@ -217,6 +217,81 @@
|
|
|
217
217
|
"color": {
|
|
218
218
|
"core": {
|
|
219
219
|
"white-alpha": {
|
|
220
|
+
"0": {
|
|
221
|
+
"value": "#ffffff00",
|
|
222
|
+
"type": "color",
|
|
223
|
+
"description": "Hex Code: #ffffff\nAlpha: 0%",
|
|
224
|
+
"filePath": "src/core/color.json",
|
|
225
|
+
"isSource": true,
|
|
226
|
+
"original": {
|
|
227
|
+
"value": "#ffffff00",
|
|
228
|
+
"type": "color",
|
|
229
|
+
"description": "Hex Code: #ffffff\nAlpha: 0%"
|
|
230
|
+
},
|
|
231
|
+
"name": "mds-color-core-white-alpha-0",
|
|
232
|
+
"attributes": {
|
|
233
|
+
"category": "color",
|
|
234
|
+
"type": "core",
|
|
235
|
+
"item": "white-alpha",
|
|
236
|
+
"subitem": "0"
|
|
237
|
+
},
|
|
238
|
+
"path": [
|
|
239
|
+
"color",
|
|
240
|
+
"core",
|
|
241
|
+
"white-alpha",
|
|
242
|
+
"0"
|
|
243
|
+
]
|
|
244
|
+
},
|
|
245
|
+
"5": {
|
|
246
|
+
"value": "#ffffff0d",
|
|
247
|
+
"type": "color",
|
|
248
|
+
"description": "Hex Code: #ffffff\nAlpha: 5%",
|
|
249
|
+
"filePath": "src/core/color.json",
|
|
250
|
+
"isSource": true,
|
|
251
|
+
"original": {
|
|
252
|
+
"value": "#ffffff0d",
|
|
253
|
+
"type": "color",
|
|
254
|
+
"description": "Hex Code: #ffffff\nAlpha: 5%"
|
|
255
|
+
},
|
|
256
|
+
"name": "mds-color-core-white-alpha-5",
|
|
257
|
+
"attributes": {
|
|
258
|
+
"category": "color",
|
|
259
|
+
"type": "core",
|
|
260
|
+
"item": "white-alpha",
|
|
261
|
+
"subitem": "5"
|
|
262
|
+
},
|
|
263
|
+
"path": [
|
|
264
|
+
"color",
|
|
265
|
+
"core",
|
|
266
|
+
"white-alpha",
|
|
267
|
+
"5"
|
|
268
|
+
]
|
|
269
|
+
},
|
|
270
|
+
"7": {
|
|
271
|
+
"value": "#ffffff12",
|
|
272
|
+
"type": "color",
|
|
273
|
+
"description": "Hex Code: #ffffff\nAlpha: 7%",
|
|
274
|
+
"filePath": "src/core/color.json",
|
|
275
|
+
"isSource": true,
|
|
276
|
+
"original": {
|
|
277
|
+
"value": "#ffffff12",
|
|
278
|
+
"type": "color",
|
|
279
|
+
"description": "Hex Code: #ffffff\nAlpha: 7%"
|
|
280
|
+
},
|
|
281
|
+
"name": "mds-color-core-white-alpha-7",
|
|
282
|
+
"attributes": {
|
|
283
|
+
"category": "color",
|
|
284
|
+
"type": "core",
|
|
285
|
+
"item": "white-alpha",
|
|
286
|
+
"subitem": "7"
|
|
287
|
+
},
|
|
288
|
+
"path": [
|
|
289
|
+
"color",
|
|
290
|
+
"core",
|
|
291
|
+
"white-alpha",
|
|
292
|
+
"7"
|
|
293
|
+
]
|
|
294
|
+
},
|
|
220
295
|
"11": {
|
|
221
296
|
"value": "#ffffff1c",
|
|
222
297
|
"type": "color",
|
|
@@ -267,6 +342,31 @@
|
|
|
267
342
|
"20"
|
|
268
343
|
]
|
|
269
344
|
},
|
|
345
|
+
"24": {
|
|
346
|
+
"value": "#ffffff3d",
|
|
347
|
+
"type": "color",
|
|
348
|
+
"description": "HEX Code: #ffffff 24%\nUsed for AAOS (Android Auto Operating System) only.",
|
|
349
|
+
"filePath": "src/core/color.json",
|
|
350
|
+
"isSource": true,
|
|
351
|
+
"original": {
|
|
352
|
+
"value": "#ffffff3d",
|
|
353
|
+
"type": "color",
|
|
354
|
+
"description": "HEX Code: #ffffff 24%\nUsed for AAOS (Android Auto Operating System) only."
|
|
355
|
+
},
|
|
356
|
+
"name": "mds-color-core-white-alpha-24",
|
|
357
|
+
"attributes": {
|
|
358
|
+
"category": "color",
|
|
359
|
+
"type": "core",
|
|
360
|
+
"item": "white-alpha",
|
|
361
|
+
"subitem": "24"
|
|
362
|
+
},
|
|
363
|
+
"path": [
|
|
364
|
+
"color",
|
|
365
|
+
"core",
|
|
366
|
+
"white-alpha",
|
|
367
|
+
"24"
|
|
368
|
+
]
|
|
369
|
+
},
|
|
270
370
|
"30": {
|
|
271
371
|
"value": "#ffffff4d",
|
|
272
372
|
"type": "color",
|
|
@@ -317,6 +417,31 @@
|
|
|
317
417
|
"40"
|
|
318
418
|
]
|
|
319
419
|
},
|
|
420
|
+
"46": {
|
|
421
|
+
"value": "#ffffff75",
|
|
422
|
+
"type": "color",
|
|
423
|
+
"description": "HEX Code: #ffffff 46%\nUsed for AAOS (Android Auto Operating System) only.",
|
|
424
|
+
"filePath": "src/core/color.json",
|
|
425
|
+
"isSource": true,
|
|
426
|
+
"original": {
|
|
427
|
+
"value": "#ffffff75",
|
|
428
|
+
"type": "color",
|
|
429
|
+
"description": "HEX Code: #ffffff 46%\nUsed for AAOS (Android Auto Operating System) only."
|
|
430
|
+
},
|
|
431
|
+
"name": "mds-color-core-white-alpha-46",
|
|
432
|
+
"attributes": {
|
|
433
|
+
"category": "color",
|
|
434
|
+
"type": "core",
|
|
435
|
+
"item": "white-alpha",
|
|
436
|
+
"subitem": "46"
|
|
437
|
+
},
|
|
438
|
+
"path": [
|
|
439
|
+
"color",
|
|
440
|
+
"core",
|
|
441
|
+
"white-alpha",
|
|
442
|
+
"46"
|
|
443
|
+
]
|
|
444
|
+
},
|
|
320
445
|
"50": {
|
|
321
446
|
"value": "#ffffff80",
|
|
322
447
|
"type": "color",
|
|
@@ -342,6 +467,31 @@
|
|
|
342
467
|
"50"
|
|
343
468
|
]
|
|
344
469
|
},
|
|
470
|
+
"56": {
|
|
471
|
+
"value": "#ffffff8F",
|
|
472
|
+
"type": "color",
|
|
473
|
+
"description": "HEX Code: #ffffff 56%\nUsed for AAOS (Android Auto Operating System) only.",
|
|
474
|
+
"filePath": "src/core/color.json",
|
|
475
|
+
"isSource": true,
|
|
476
|
+
"original": {
|
|
477
|
+
"value": "#ffffff8F",
|
|
478
|
+
"type": "color",
|
|
479
|
+
"description": "HEX Code: #ffffff 56%\nUsed for AAOS (Android Auto Operating System) only."
|
|
480
|
+
},
|
|
481
|
+
"name": "mds-color-core-white-alpha-56",
|
|
482
|
+
"attributes": {
|
|
483
|
+
"category": "color",
|
|
484
|
+
"type": "core",
|
|
485
|
+
"item": "white-alpha",
|
|
486
|
+
"subitem": "56"
|
|
487
|
+
},
|
|
488
|
+
"path": [
|
|
489
|
+
"color",
|
|
490
|
+
"core",
|
|
491
|
+
"white-alpha",
|
|
492
|
+
"56"
|
|
493
|
+
]
|
|
494
|
+
},
|
|
345
495
|
"60": {
|
|
346
496
|
"value": "#ffffff99",
|
|
347
497
|
"type": "color",
|
|
@@ -392,6 +542,31 @@
|
|
|
392
542
|
"70"
|
|
393
543
|
]
|
|
394
544
|
},
|
|
545
|
+
"72": {
|
|
546
|
+
"value": "#ffffffB8",
|
|
547
|
+
"type": "color",
|
|
548
|
+
"description": "HEX Code: #ffffff 72%\nUsed for AAOS (Android Auto Operating System) only.",
|
|
549
|
+
"filePath": "src/core/color.json",
|
|
550
|
+
"isSource": true,
|
|
551
|
+
"original": {
|
|
552
|
+
"value": "#ffffffB8",
|
|
553
|
+
"type": "color",
|
|
554
|
+
"description": "HEX Code: #ffffff 72%\nUsed for AAOS (Android Auto Operating System) only."
|
|
555
|
+
},
|
|
556
|
+
"name": "mds-color-core-white-alpha-72",
|
|
557
|
+
"attributes": {
|
|
558
|
+
"category": "color",
|
|
559
|
+
"type": "core",
|
|
560
|
+
"item": "white-alpha",
|
|
561
|
+
"subitem": "72"
|
|
562
|
+
},
|
|
563
|
+
"path": [
|
|
564
|
+
"color",
|
|
565
|
+
"core",
|
|
566
|
+
"white-alpha",
|
|
567
|
+
"72"
|
|
568
|
+
]
|
|
569
|
+
},
|
|
395
570
|
"80": {
|
|
396
571
|
"value": "#ffffffcc",
|
|
397
572
|
"type": "color",
|
|
@@ -417,6 +592,31 @@
|
|
|
417
592
|
"80"
|
|
418
593
|
]
|
|
419
594
|
},
|
|
595
|
+
"88": {
|
|
596
|
+
"value": "#ffffffE0",
|
|
597
|
+
"type": "color",
|
|
598
|
+
"description": "HEX Code: #ffffff 88%\nUsed for AAOS (Android Auto Operating System) only.",
|
|
599
|
+
"filePath": "src/core/color.json",
|
|
600
|
+
"isSource": true,
|
|
601
|
+
"original": {
|
|
602
|
+
"value": "#ffffffE0",
|
|
603
|
+
"type": "color",
|
|
604
|
+
"description": "HEX Code: #ffffff 88%\nUsed for AAOS (Android Auto Operating System) only."
|
|
605
|
+
},
|
|
606
|
+
"name": "mds-color-core-white-alpha-88",
|
|
607
|
+
"attributes": {
|
|
608
|
+
"category": "color",
|
|
609
|
+
"type": "core",
|
|
610
|
+
"item": "white-alpha",
|
|
611
|
+
"subitem": "88"
|
|
612
|
+
},
|
|
613
|
+
"path": [
|
|
614
|
+
"color",
|
|
615
|
+
"core",
|
|
616
|
+
"white-alpha",
|
|
617
|
+
"88"
|
|
618
|
+
]
|
|
619
|
+
},
|
|
420
620
|
"90": {
|
|
421
621
|
"value": "#ffffffe6",
|
|
422
622
|
"type": "color",
|
|
@@ -491,84 +691,84 @@
|
|
|
491
691
|
"white-alpha",
|
|
492
692
|
"100"
|
|
493
693
|
]
|
|
494
|
-
}
|
|
495
|
-
|
|
496
|
-
|
|
694
|
+
}
|
|
695
|
+
},
|
|
696
|
+
"black-alpha": {
|
|
697
|
+
"0": {
|
|
698
|
+
"value": "#00000000",
|
|
497
699
|
"type": "color",
|
|
498
|
-
"description": "Hex Code: #
|
|
700
|
+
"description": "Hex Code: #000000\nAlpha: 0%",
|
|
499
701
|
"filePath": "src/core/color.json",
|
|
500
702
|
"isSource": true,
|
|
501
703
|
"original": {
|
|
502
|
-
"value": "#
|
|
704
|
+
"value": "#00000000",
|
|
503
705
|
"type": "color",
|
|
504
|
-
"description": "Hex Code: #
|
|
706
|
+
"description": "Hex Code: #000000\nAlpha: 0%"
|
|
505
707
|
},
|
|
506
|
-
"name": "mds-color-core-
|
|
708
|
+
"name": "mds-color-core-black-alpha-0",
|
|
507
709
|
"attributes": {
|
|
508
710
|
"category": "color",
|
|
509
711
|
"type": "core",
|
|
510
|
-
"item": "
|
|
511
|
-
"subitem": "
|
|
712
|
+
"item": "black-alpha",
|
|
713
|
+
"subitem": "0"
|
|
512
714
|
},
|
|
513
715
|
"path": [
|
|
514
716
|
"color",
|
|
515
717
|
"core",
|
|
516
|
-
"
|
|
517
|
-
"
|
|
718
|
+
"black-alpha",
|
|
719
|
+
"0"
|
|
518
720
|
]
|
|
519
721
|
},
|
|
520
|
-
"
|
|
521
|
-
"value": "#
|
|
722
|
+
"4": {
|
|
723
|
+
"value": "#000000A",
|
|
522
724
|
"type": "color",
|
|
523
|
-
"description": "Hex Code: #
|
|
725
|
+
"description": "Hex Code: #000000\nAlpha: 4%",
|
|
524
726
|
"filePath": "src/core/color.json",
|
|
525
727
|
"isSource": true,
|
|
526
728
|
"original": {
|
|
527
|
-
"value": "#
|
|
729
|
+
"value": "#000000A",
|
|
528
730
|
"type": "color",
|
|
529
|
-
"description": "Hex Code: #
|
|
731
|
+
"description": "Hex Code: #000000\nAlpha: 4%"
|
|
530
732
|
},
|
|
531
|
-
"name": "mds-color-core-
|
|
733
|
+
"name": "mds-color-core-black-alpha-4",
|
|
532
734
|
"attributes": {
|
|
533
735
|
"category": "color",
|
|
534
736
|
"type": "core",
|
|
535
|
-
"item": "
|
|
536
|
-
"subitem": "
|
|
737
|
+
"item": "black-alpha",
|
|
738
|
+
"subitem": "4"
|
|
537
739
|
},
|
|
538
740
|
"path": [
|
|
539
741
|
"color",
|
|
540
742
|
"core",
|
|
541
|
-
"
|
|
542
|
-
"
|
|
743
|
+
"black-alpha",
|
|
744
|
+
"4"
|
|
543
745
|
]
|
|
544
746
|
},
|
|
545
|
-
"
|
|
546
|
-
"value": "#
|
|
747
|
+
"7": {
|
|
748
|
+
"value": "#0000012",
|
|
547
749
|
"type": "color",
|
|
548
|
-
"description": "Hex Code: #
|
|
750
|
+
"description": "Hex Code: #000000\nAlpha: 7%",
|
|
549
751
|
"filePath": "src/core/color.json",
|
|
550
752
|
"isSource": true,
|
|
551
753
|
"original": {
|
|
552
|
-
"value": "#
|
|
754
|
+
"value": "#0000012",
|
|
553
755
|
"type": "color",
|
|
554
|
-
"description": "Hex Code: #
|
|
756
|
+
"description": "Hex Code: #000000\nAlpha: 7%"
|
|
555
757
|
},
|
|
556
|
-
"name": "mds-color-core-
|
|
758
|
+
"name": "mds-color-core-black-alpha-7",
|
|
557
759
|
"attributes": {
|
|
558
760
|
"category": "color",
|
|
559
761
|
"type": "core",
|
|
560
|
-
"item": "
|
|
561
|
-
"subitem": "
|
|
762
|
+
"item": "black-alpha",
|
|
763
|
+
"subitem": "7"
|
|
562
764
|
},
|
|
563
765
|
"path": [
|
|
564
766
|
"color",
|
|
565
767
|
"core",
|
|
566
|
-
"
|
|
567
|
-
"
|
|
768
|
+
"black-alpha",
|
|
769
|
+
"7"
|
|
568
770
|
]
|
|
569
|
-
}
|
|
570
|
-
},
|
|
571
|
-
"black-alpha": {
|
|
771
|
+
},
|
|
572
772
|
"11": {
|
|
573
773
|
"value": "#0000001c",
|
|
574
774
|
"type": "color",
|
|
@@ -744,6 +944,31 @@
|
|
|
744
944
|
"70"
|
|
745
945
|
]
|
|
746
946
|
},
|
|
947
|
+
"78": {
|
|
948
|
+
"value": "#000000C7",
|
|
949
|
+
"type": "color",
|
|
950
|
+
"description": "HEX Code: #000000 78%\nUsed for AAOS (Android Auto Operating System) only.",
|
|
951
|
+
"filePath": "src/core/color.json",
|
|
952
|
+
"isSource": true,
|
|
953
|
+
"original": {
|
|
954
|
+
"value": "#000000C7",
|
|
955
|
+
"type": "color",
|
|
956
|
+
"description": "HEX Code: #000000 78%\nUsed for AAOS (Android Auto Operating System) only."
|
|
957
|
+
},
|
|
958
|
+
"name": "mds-color-core-black-alpha-78",
|
|
959
|
+
"attributes": {
|
|
960
|
+
"category": "color",
|
|
961
|
+
"type": "core",
|
|
962
|
+
"item": "black-alpha",
|
|
963
|
+
"subitem": "78"
|
|
964
|
+
},
|
|
965
|
+
"path": [
|
|
966
|
+
"color",
|
|
967
|
+
"core",
|
|
968
|
+
"black-alpha",
|
|
969
|
+
"78"
|
|
970
|
+
]
|
|
971
|
+
},
|
|
747
972
|
"80": {
|
|
748
973
|
"value": "#000000cc",
|
|
749
974
|
"type": "color",
|
|
@@ -769,6 +994,56 @@
|
|
|
769
994
|
"80"
|
|
770
995
|
]
|
|
771
996
|
},
|
|
997
|
+
"84": {
|
|
998
|
+
"value": "#000000D6",
|
|
999
|
+
"type": "color",
|
|
1000
|
+
"description": "HEX Code: #000000 84%\nUsed for AAOS (Android Auto Operating System) only.",
|
|
1001
|
+
"filePath": "src/core/color.json",
|
|
1002
|
+
"isSource": true,
|
|
1003
|
+
"original": {
|
|
1004
|
+
"value": "#000000D6",
|
|
1005
|
+
"type": "color",
|
|
1006
|
+
"description": "HEX Code: #000000 84%\nUsed for AAOS (Android Auto Operating System) only."
|
|
1007
|
+
},
|
|
1008
|
+
"name": "mds-color-core-black-alpha-84",
|
|
1009
|
+
"attributes": {
|
|
1010
|
+
"category": "color",
|
|
1011
|
+
"type": "core",
|
|
1012
|
+
"item": "black-alpha",
|
|
1013
|
+
"subitem": "84"
|
|
1014
|
+
},
|
|
1015
|
+
"path": [
|
|
1016
|
+
"color",
|
|
1017
|
+
"core",
|
|
1018
|
+
"black-alpha",
|
|
1019
|
+
"84"
|
|
1020
|
+
]
|
|
1021
|
+
},
|
|
1022
|
+
"88": {
|
|
1023
|
+
"value": "#000000e0",
|
|
1024
|
+
"type": "color",
|
|
1025
|
+
"description": "HEX Code: #000000 88%\nUsed for AAOS (Android Auto Operating System) only.",
|
|
1026
|
+
"filePath": "src/core/color.json",
|
|
1027
|
+
"isSource": true,
|
|
1028
|
+
"original": {
|
|
1029
|
+
"value": "#000000e0",
|
|
1030
|
+
"type": "color",
|
|
1031
|
+
"description": "HEX Code: #000000 88%\nUsed for AAOS (Android Auto Operating System) only."
|
|
1032
|
+
},
|
|
1033
|
+
"name": "mds-color-core-black-alpha-88",
|
|
1034
|
+
"attributes": {
|
|
1035
|
+
"category": "color",
|
|
1036
|
+
"type": "core",
|
|
1037
|
+
"item": "black-alpha",
|
|
1038
|
+
"subitem": "88"
|
|
1039
|
+
},
|
|
1040
|
+
"path": [
|
|
1041
|
+
"color",
|
|
1042
|
+
"core",
|
|
1043
|
+
"black-alpha",
|
|
1044
|
+
"88"
|
|
1045
|
+
]
|
|
1046
|
+
},
|
|
772
1047
|
"90": {
|
|
773
1048
|
"value": "#000000e6",
|
|
774
1049
|
"type": "color",
|
|
@@ -843,332 +1118,482 @@
|
|
|
843
1118
|
"black-alpha",
|
|
844
1119
|
"100"
|
|
845
1120
|
]
|
|
1121
|
+
}
|
|
1122
|
+
},
|
|
1123
|
+
"gray": {
|
|
1124
|
+
"5": {
|
|
1125
|
+
"value": "#f7f7f7",
|
|
1126
|
+
"type": "color",
|
|
1127
|
+
"description": "Hex Code: #f7f7f7",
|
|
1128
|
+
"filePath": "src/core/color.json",
|
|
1129
|
+
"isSource": true,
|
|
1130
|
+
"original": {
|
|
1131
|
+
"value": "#f7f7f7",
|
|
1132
|
+
"type": "color",
|
|
1133
|
+
"description": "Hex Code: #f7f7f7"
|
|
1134
|
+
},
|
|
1135
|
+
"name": "mds-color-core-gray-5",
|
|
1136
|
+
"attributes": {
|
|
1137
|
+
"category": "color",
|
|
1138
|
+
"type": "core",
|
|
1139
|
+
"item": "gray",
|
|
1140
|
+
"subitem": "5"
|
|
1141
|
+
},
|
|
1142
|
+
"path": [
|
|
1143
|
+
"color",
|
|
1144
|
+
"core",
|
|
1145
|
+
"gray",
|
|
1146
|
+
"5"
|
|
1147
|
+
]
|
|
846
1148
|
},
|
|
847
|
-
"
|
|
848
|
-
"value": "#
|
|
1149
|
+
"10": {
|
|
1150
|
+
"value": "#ededed",
|
|
849
1151
|
"type": "color",
|
|
850
|
-
"description": "Hex Code: #
|
|
1152
|
+
"description": "Hex Code: #ededed",
|
|
851
1153
|
"filePath": "src/core/color.json",
|
|
852
1154
|
"isSource": true,
|
|
853
1155
|
"original": {
|
|
854
|
-
"value": "#
|
|
1156
|
+
"value": "#ededed",
|
|
855
1157
|
"type": "color",
|
|
856
|
-
"description": "Hex Code: #
|
|
1158
|
+
"description": "Hex Code: #ededed"
|
|
857
1159
|
},
|
|
858
|
-
"name": "mds-color-core-
|
|
1160
|
+
"name": "mds-color-core-gray-10",
|
|
859
1161
|
"attributes": {
|
|
860
1162
|
"category": "color",
|
|
861
1163
|
"type": "core",
|
|
862
|
-
"item": "
|
|
863
|
-
"subitem": "
|
|
1164
|
+
"item": "gray",
|
|
1165
|
+
"subitem": "10"
|
|
864
1166
|
},
|
|
865
1167
|
"path": [
|
|
866
1168
|
"color",
|
|
867
1169
|
"core",
|
|
868
|
-
"
|
|
869
|
-
"
|
|
1170
|
+
"gray",
|
|
1171
|
+
"10"
|
|
870
1172
|
]
|
|
871
1173
|
},
|
|
872
|
-
"
|
|
873
|
-
"value": "#
|
|
1174
|
+
"20": {
|
|
1175
|
+
"value": "#dedede",
|
|
874
1176
|
"type": "color",
|
|
875
|
-
"description": "Hex Code: #
|
|
1177
|
+
"description": "Hex Code: #dedede",
|
|
876
1178
|
"filePath": "src/core/color.json",
|
|
877
1179
|
"isSource": true,
|
|
878
1180
|
"original": {
|
|
879
|
-
"value": "#
|
|
1181
|
+
"value": "#dedede",
|
|
880
1182
|
"type": "color",
|
|
881
|
-
"description": "Hex Code: #
|
|
1183
|
+
"description": "Hex Code: #dedede"
|
|
882
1184
|
},
|
|
883
|
-
"name": "mds-color-core-
|
|
1185
|
+
"name": "mds-color-core-gray-20",
|
|
1186
|
+
"attributes": {
|
|
1187
|
+
"category": "color",
|
|
1188
|
+
"type": "core",
|
|
1189
|
+
"item": "gray",
|
|
1190
|
+
"subitem": "20"
|
|
1191
|
+
},
|
|
1192
|
+
"path": [
|
|
1193
|
+
"color",
|
|
1194
|
+
"core",
|
|
1195
|
+
"gray",
|
|
1196
|
+
"20"
|
|
1197
|
+
]
|
|
1198
|
+
},
|
|
1199
|
+
"30": {
|
|
1200
|
+
"value": "#c9c9c9",
|
|
1201
|
+
"type": "color",
|
|
1202
|
+
"description": "Hex Code: #c9c9c9",
|
|
1203
|
+
"filePath": "src/core/color.json",
|
|
1204
|
+
"isSource": true,
|
|
1205
|
+
"original": {
|
|
1206
|
+
"value": "#c9c9c9",
|
|
1207
|
+
"type": "color",
|
|
1208
|
+
"description": "Hex Code: #c9c9c9"
|
|
1209
|
+
},
|
|
1210
|
+
"name": "mds-color-core-gray-30",
|
|
1211
|
+
"attributes": {
|
|
1212
|
+
"category": "color",
|
|
1213
|
+
"type": "core",
|
|
1214
|
+
"item": "gray",
|
|
1215
|
+
"subitem": "30"
|
|
1216
|
+
},
|
|
1217
|
+
"path": [
|
|
1218
|
+
"color",
|
|
1219
|
+
"core",
|
|
1220
|
+
"gray",
|
|
1221
|
+
"30"
|
|
1222
|
+
]
|
|
1223
|
+
},
|
|
1224
|
+
"40": {
|
|
1225
|
+
"value": "#adadad",
|
|
1226
|
+
"type": "color",
|
|
1227
|
+
"description": "Hex Code: #adadad",
|
|
1228
|
+
"filePath": "src/core/color.json",
|
|
1229
|
+
"isSource": true,
|
|
1230
|
+
"original": {
|
|
1231
|
+
"value": "#adadad",
|
|
1232
|
+
"type": "color",
|
|
1233
|
+
"description": "Hex Code: #adadad"
|
|
1234
|
+
},
|
|
1235
|
+
"name": "mds-color-core-gray-40",
|
|
1236
|
+
"attributes": {
|
|
1237
|
+
"category": "color",
|
|
1238
|
+
"type": "core",
|
|
1239
|
+
"item": "gray",
|
|
1240
|
+
"subitem": "40"
|
|
1241
|
+
},
|
|
1242
|
+
"path": [
|
|
1243
|
+
"color",
|
|
1244
|
+
"core",
|
|
1245
|
+
"gray",
|
|
1246
|
+
"40"
|
|
1247
|
+
]
|
|
1248
|
+
},
|
|
1249
|
+
"50": {
|
|
1250
|
+
"value": "#8f8f8f",
|
|
1251
|
+
"type": "color",
|
|
1252
|
+
"description": "Hex Code: #8f8f8f",
|
|
1253
|
+
"filePath": "src/core/color.json",
|
|
1254
|
+
"isSource": true,
|
|
1255
|
+
"original": {
|
|
1256
|
+
"value": "#8f8f8f",
|
|
1257
|
+
"type": "color",
|
|
1258
|
+
"description": "Hex Code: #8f8f8f"
|
|
1259
|
+
},
|
|
1260
|
+
"name": "mds-color-core-gray-50",
|
|
1261
|
+
"attributes": {
|
|
1262
|
+
"category": "color",
|
|
1263
|
+
"type": "core",
|
|
1264
|
+
"item": "gray",
|
|
1265
|
+
"subitem": "50"
|
|
1266
|
+
},
|
|
1267
|
+
"path": [
|
|
1268
|
+
"color",
|
|
1269
|
+
"core",
|
|
1270
|
+
"gray",
|
|
1271
|
+
"50"
|
|
1272
|
+
]
|
|
1273
|
+
},
|
|
1274
|
+
"55": {
|
|
1275
|
+
"value": "#80868B",
|
|
1276
|
+
"type": "color",
|
|
1277
|
+
"description": "HEX Code: #80868B\nAndroid:600\nUsed for AAOS (Android Auto Operating System) only.",
|
|
1278
|
+
"filePath": "src/core/color.json",
|
|
1279
|
+
"isSource": true,
|
|
1280
|
+
"original": {
|
|
1281
|
+
"value": "#80868B",
|
|
1282
|
+
"type": "color",
|
|
1283
|
+
"description": "HEX Code: #80868B\nAndroid:600\nUsed for AAOS (Android Auto Operating System) only."
|
|
1284
|
+
},
|
|
1285
|
+
"name": "mds-color-core-gray-55",
|
|
1286
|
+
"attributes": {
|
|
1287
|
+
"category": "color",
|
|
1288
|
+
"type": "core",
|
|
1289
|
+
"item": "gray",
|
|
1290
|
+
"subitem": "55"
|
|
1291
|
+
},
|
|
1292
|
+
"path": [
|
|
1293
|
+
"color",
|
|
1294
|
+
"core",
|
|
1295
|
+
"gray",
|
|
1296
|
+
"55"
|
|
1297
|
+
]
|
|
1298
|
+
},
|
|
1299
|
+
"60": {
|
|
1300
|
+
"value": "#707070",
|
|
1301
|
+
"type": "color",
|
|
1302
|
+
"description": "Hex Code: #707070",
|
|
1303
|
+
"filePath": "src/core/color.json",
|
|
1304
|
+
"isSource": true,
|
|
1305
|
+
"original": {
|
|
1306
|
+
"value": "#707070",
|
|
1307
|
+
"type": "color",
|
|
1308
|
+
"description": "Hex Code: #707070"
|
|
1309
|
+
},
|
|
1310
|
+
"name": "mds-color-core-gray-60",
|
|
884
1311
|
"attributes": {
|
|
885
1312
|
"category": "color",
|
|
886
1313
|
"type": "core",
|
|
887
|
-
"item": "
|
|
888
|
-
"subitem": "
|
|
1314
|
+
"item": "gray",
|
|
1315
|
+
"subitem": "60"
|
|
889
1316
|
},
|
|
890
1317
|
"path": [
|
|
891
1318
|
"color",
|
|
892
1319
|
"core",
|
|
893
|
-
"
|
|
894
|
-
"
|
|
1320
|
+
"gray",
|
|
1321
|
+
"60"
|
|
895
1322
|
]
|
|
896
1323
|
},
|
|
897
|
-
"
|
|
898
|
-
"value": "#
|
|
1324
|
+
"70": {
|
|
1325
|
+
"value": "#545454",
|
|
899
1326
|
"type": "color",
|
|
900
|
-
"description": "Hex Code: #
|
|
1327
|
+
"description": "Hex Code: #545454",
|
|
901
1328
|
"filePath": "src/core/color.json",
|
|
902
1329
|
"isSource": true,
|
|
903
1330
|
"original": {
|
|
904
|
-
"value": "#
|
|
1331
|
+
"value": "#545454",
|
|
905
1332
|
"type": "color",
|
|
906
|
-
"description": "Hex Code: #
|
|
1333
|
+
"description": "Hex Code: #545454"
|
|
907
1334
|
},
|
|
908
|
-
"name": "mds-color-core-
|
|
1335
|
+
"name": "mds-color-core-gray-70",
|
|
909
1336
|
"attributes": {
|
|
910
1337
|
"category": "color",
|
|
911
1338
|
"type": "core",
|
|
912
|
-
"item": "
|
|
913
|
-
"subitem": "
|
|
1339
|
+
"item": "gray",
|
|
1340
|
+
"subitem": "70"
|
|
914
1341
|
},
|
|
915
1342
|
"path": [
|
|
916
1343
|
"color",
|
|
917
1344
|
"core",
|
|
918
|
-
"
|
|
919
|
-
"
|
|
1345
|
+
"gray",
|
|
1346
|
+
"70"
|
|
920
1347
|
]
|
|
921
|
-
}
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
"10": {
|
|
925
|
-
"value": "#ededed",
|
|
1348
|
+
},
|
|
1349
|
+
"71": {
|
|
1350
|
+
"value": "#5F6368",
|
|
926
1351
|
"type": "color",
|
|
927
|
-
"description": "
|
|
1352
|
+
"description": "HEX Code: #5F6368\nAndrod: 700\nUsed for AAOS (Android Auto Operating System) only.",
|
|
928
1353
|
"filePath": "src/core/color.json",
|
|
929
1354
|
"isSource": true,
|
|
930
1355
|
"original": {
|
|
931
|
-
"value": "#
|
|
1356
|
+
"value": "#5F6368",
|
|
932
1357
|
"type": "color",
|
|
933
|
-
"description": "
|
|
1358
|
+
"description": "HEX Code: #5F6368\nAndrod: 700\nUsed for AAOS (Android Auto Operating System) only."
|
|
934
1359
|
},
|
|
935
|
-
"name": "mds-color-core-gray-
|
|
1360
|
+
"name": "mds-color-core-gray-71",
|
|
936
1361
|
"attributes": {
|
|
937
1362
|
"category": "color",
|
|
938
1363
|
"type": "core",
|
|
939
1364
|
"item": "gray",
|
|
940
|
-
"subitem": "
|
|
1365
|
+
"subitem": "71"
|
|
941
1366
|
},
|
|
942
1367
|
"path": [
|
|
943
1368
|
"color",
|
|
944
1369
|
"core",
|
|
945
1370
|
"gray",
|
|
946
|
-
"
|
|
1371
|
+
"71"
|
|
947
1372
|
]
|
|
948
1373
|
},
|
|
949
|
-
"
|
|
950
|
-
"value": "#
|
|
1374
|
+
"75": {
|
|
1375
|
+
"value": "#3C4043",
|
|
951
1376
|
"type": "color",
|
|
952
|
-
"description": "
|
|
1377
|
+
"description": "HEX Code: #3C4043\nAndroid: 800\nUsed for AAOS (Android Auto Operating System) only.",
|
|
953
1378
|
"filePath": "src/core/color.json",
|
|
954
1379
|
"isSource": true,
|
|
955
1380
|
"original": {
|
|
956
|
-
"value": "#
|
|
1381
|
+
"value": "#3C4043",
|
|
957
1382
|
"type": "color",
|
|
958
|
-
"description": "
|
|
1383
|
+
"description": "HEX Code: #3C4043\nAndroid: 800\nUsed for AAOS (Android Auto Operating System) only."
|
|
959
1384
|
},
|
|
960
|
-
"name": "mds-color-core-gray-
|
|
1385
|
+
"name": "mds-color-core-gray-75",
|
|
961
1386
|
"attributes": {
|
|
962
1387
|
"category": "color",
|
|
963
1388
|
"type": "core",
|
|
964
1389
|
"item": "gray",
|
|
965
|
-
"subitem": "
|
|
1390
|
+
"subitem": "75"
|
|
966
1391
|
},
|
|
967
1392
|
"path": [
|
|
968
1393
|
"color",
|
|
969
1394
|
"core",
|
|
970
1395
|
"gray",
|
|
971
|
-
"
|
|
1396
|
+
"75"
|
|
972
1397
|
]
|
|
973
1398
|
},
|
|
974
|
-
"
|
|
975
|
-
"value": "#
|
|
1399
|
+
"80": {
|
|
1400
|
+
"value": "#3b3b3b",
|
|
976
1401
|
"type": "color",
|
|
977
|
-
"description": "Hex Code: #
|
|
1402
|
+
"description": "Hex Code: #3b3b3b",
|
|
978
1403
|
"filePath": "src/core/color.json",
|
|
979
1404
|
"isSource": true,
|
|
980
1405
|
"original": {
|
|
981
|
-
"value": "#
|
|
1406
|
+
"value": "#3b3b3b",
|
|
982
1407
|
"type": "color",
|
|
983
|
-
"description": "Hex Code: #
|
|
1408
|
+
"description": "Hex Code: #3b3b3b"
|
|
984
1409
|
},
|
|
985
|
-
"name": "mds-color-core-gray-
|
|
1410
|
+
"name": "mds-color-core-gray-80",
|
|
986
1411
|
"attributes": {
|
|
987
1412
|
"category": "color",
|
|
988
1413
|
"type": "core",
|
|
989
1414
|
"item": "gray",
|
|
990
|
-
"subitem": "
|
|
1415
|
+
"subitem": "80"
|
|
991
1416
|
},
|
|
992
1417
|
"path": [
|
|
993
1418
|
"color",
|
|
994
1419
|
"core",
|
|
995
1420
|
"gray",
|
|
996
|
-
"
|
|
1421
|
+
"80"
|
|
997
1422
|
]
|
|
998
1423
|
},
|
|
999
|
-
"
|
|
1000
|
-
"value": "#
|
|
1424
|
+
"85": {
|
|
1425
|
+
"value": "#2E3134",
|
|
1001
1426
|
"type": "color",
|
|
1002
|
-
"description": "
|
|
1427
|
+
"description": "HEX Code: #2E3134\nAndroid: 846\nUsed for AAOS (Android Auto Operating System) only.",
|
|
1003
1428
|
"filePath": "src/core/color.json",
|
|
1004
1429
|
"isSource": true,
|
|
1005
1430
|
"original": {
|
|
1006
|
-
"value": "#
|
|
1431
|
+
"value": "#2E3134",
|
|
1007
1432
|
"type": "color",
|
|
1008
|
-
"description": "
|
|
1433
|
+
"description": "HEX Code: #2E3134\nAndroid: 846\nUsed for AAOS (Android Auto Operating System) only."
|
|
1009
1434
|
},
|
|
1010
|
-
"name": "mds-color-core-gray-
|
|
1435
|
+
"name": "mds-color-core-gray-85",
|
|
1011
1436
|
"attributes": {
|
|
1012
1437
|
"category": "color",
|
|
1013
1438
|
"type": "core",
|
|
1014
1439
|
"item": "gray",
|
|
1015
|
-
"subitem": "
|
|
1440
|
+
"subitem": "85"
|
|
1016
1441
|
},
|
|
1017
1442
|
"path": [
|
|
1018
1443
|
"color",
|
|
1019
1444
|
"core",
|
|
1020
1445
|
"gray",
|
|
1021
|
-
"
|
|
1446
|
+
"85"
|
|
1022
1447
|
]
|
|
1023
1448
|
},
|
|
1024
|
-
"
|
|
1025
|
-
"value": "#
|
|
1449
|
+
"86": {
|
|
1450
|
+
"value": "#282A2D",
|
|
1026
1451
|
"type": "color",
|
|
1027
|
-
"description": "
|
|
1452
|
+
"description": "HEX Code: #282A2D\nAndroid: 868\nUsed for AAOS (Android Auto Operating System) only.",
|
|
1028
1453
|
"filePath": "src/core/color.json",
|
|
1029
1454
|
"isSource": true,
|
|
1030
1455
|
"original": {
|
|
1031
|
-
"value": "#
|
|
1456
|
+
"value": "#282A2D",
|
|
1032
1457
|
"type": "color",
|
|
1033
|
-
"description": "
|
|
1458
|
+
"description": "HEX Code: #282A2D\nAndroid: 868\nUsed for AAOS (Android Auto Operating System) only."
|
|
1034
1459
|
},
|
|
1035
|
-
"name": "mds-color-core-gray-
|
|
1460
|
+
"name": "mds-color-core-gray-86",
|
|
1036
1461
|
"attributes": {
|
|
1037
1462
|
"category": "color",
|
|
1038
1463
|
"type": "core",
|
|
1039
1464
|
"item": "gray",
|
|
1040
|
-
"subitem": "
|
|
1465
|
+
"subitem": "86"
|
|
1041
1466
|
},
|
|
1042
1467
|
"path": [
|
|
1043
1468
|
"color",
|
|
1044
1469
|
"core",
|
|
1045
1470
|
"gray",
|
|
1046
|
-
"
|
|
1471
|
+
"86"
|
|
1047
1472
|
]
|
|
1048
1473
|
},
|
|
1049
|
-
"
|
|
1050
|
-
"value": "#
|
|
1474
|
+
"90": {
|
|
1475
|
+
"value": "#262626",
|
|
1051
1476
|
"type": "color",
|
|
1052
|
-
"description": "Hex Code: #
|
|
1477
|
+
"description": "Hex Code: #262626",
|
|
1053
1478
|
"filePath": "src/core/color.json",
|
|
1054
1479
|
"isSource": true,
|
|
1055
1480
|
"original": {
|
|
1056
|
-
"value": "#
|
|
1481
|
+
"value": "#262626",
|
|
1057
1482
|
"type": "color",
|
|
1058
|
-
"description": "Hex Code: #
|
|
1483
|
+
"description": "Hex Code: #262626"
|
|
1059
1484
|
},
|
|
1060
|
-
"name": "mds-color-core-gray-
|
|
1485
|
+
"name": "mds-color-core-gray-90",
|
|
1061
1486
|
"attributes": {
|
|
1062
1487
|
"category": "color",
|
|
1063
1488
|
"type": "core",
|
|
1064
1489
|
"item": "gray",
|
|
1065
|
-
"subitem": "
|
|
1490
|
+
"subitem": "90"
|
|
1066
1491
|
},
|
|
1067
1492
|
"path": [
|
|
1068
1493
|
"color",
|
|
1069
1494
|
"core",
|
|
1070
1495
|
"gray",
|
|
1071
|
-
"
|
|
1496
|
+
"90"
|
|
1072
1497
|
]
|
|
1073
1498
|
},
|
|
1074
|
-
"
|
|
1075
|
-
"value": "#
|
|
1499
|
+
"91": {
|
|
1500
|
+
"value": "#202124",
|
|
1076
1501
|
"type": "color",
|
|
1077
|
-
"description": "
|
|
1502
|
+
"description": "HEX Code: #202124\nAndroid: 900\nUsed for AAOS (Android Auto Operating System) only.",
|
|
1078
1503
|
"filePath": "src/core/color.json",
|
|
1079
1504
|
"isSource": true,
|
|
1080
1505
|
"original": {
|
|
1081
|
-
"value": "#
|
|
1506
|
+
"value": "#202124",
|
|
1082
1507
|
"type": "color",
|
|
1083
|
-
"description": "
|
|
1508
|
+
"description": "HEX Code: #202124\nAndroid: 900\nUsed for AAOS (Android Auto Operating System) only."
|
|
1084
1509
|
},
|
|
1085
|
-
"name": "mds-color-core-gray-
|
|
1510
|
+
"name": "mds-color-core-gray-91",
|
|
1086
1511
|
"attributes": {
|
|
1087
1512
|
"category": "color",
|
|
1088
1513
|
"type": "core",
|
|
1089
1514
|
"item": "gray",
|
|
1090
|
-
"subitem": "
|
|
1515
|
+
"subitem": "91"
|
|
1091
1516
|
},
|
|
1092
1517
|
"path": [
|
|
1093
1518
|
"color",
|
|
1094
1519
|
"core",
|
|
1095
1520
|
"gray",
|
|
1096
|
-
"
|
|
1521
|
+
"91"
|
|
1097
1522
|
]
|
|
1098
1523
|
},
|
|
1099
|
-
"
|
|
1100
|
-
"value": "#
|
|
1524
|
+
"93": {
|
|
1525
|
+
"value": "#17181B",
|
|
1101
1526
|
"type": "color",
|
|
1102
|
-
"description": "
|
|
1527
|
+
"description": "HEX Code: #17181B\nAndroid: 928\nUsed for AAOS (Android Auto Operating System) only.",
|
|
1103
1528
|
"filePath": "src/core/color.json",
|
|
1104
1529
|
"isSource": true,
|
|
1105
1530
|
"original": {
|
|
1106
|
-
"value": "#
|
|
1531
|
+
"value": "#17181B",
|
|
1107
1532
|
"type": "color",
|
|
1108
|
-
"description": "
|
|
1533
|
+
"description": "HEX Code: #17181B\nAndroid: 928\nUsed for AAOS (Android Auto Operating System) only."
|
|
1109
1534
|
},
|
|
1110
|
-
"name": "mds-color-core-gray-
|
|
1535
|
+
"name": "mds-color-core-gray-93",
|
|
1111
1536
|
"attributes": {
|
|
1112
1537
|
"category": "color",
|
|
1113
1538
|
"type": "core",
|
|
1114
1539
|
"item": "gray",
|
|
1115
|
-
"subitem": "
|
|
1540
|
+
"subitem": "93"
|
|
1116
1541
|
},
|
|
1117
1542
|
"path": [
|
|
1118
1543
|
"color",
|
|
1119
1544
|
"core",
|
|
1120
1545
|
"gray",
|
|
1121
|
-
"
|
|
1546
|
+
"93"
|
|
1122
1547
|
]
|
|
1123
1548
|
},
|
|
1124
|
-
"
|
|
1125
|
-
"value": "#
|
|
1549
|
+
"95": {
|
|
1550
|
+
"value": "#1a1a1a",
|
|
1126
1551
|
"type": "color",
|
|
1127
|
-
"description": "Hex Code: #
|
|
1552
|
+
"description": "Hex Code: #1a1a1a",
|
|
1128
1553
|
"filePath": "src/core/color.json",
|
|
1129
1554
|
"isSource": true,
|
|
1130
1555
|
"original": {
|
|
1131
|
-
"value": "#
|
|
1556
|
+
"value": "#1a1a1a",
|
|
1132
1557
|
"type": "color",
|
|
1133
|
-
"description": "Hex Code: #
|
|
1558
|
+
"description": "Hex Code: #1a1a1a"
|
|
1134
1559
|
},
|
|
1135
|
-
"name": "mds-color-core-gray-
|
|
1560
|
+
"name": "mds-color-core-gray-95",
|
|
1136
1561
|
"attributes": {
|
|
1137
1562
|
"category": "color",
|
|
1138
1563
|
"type": "core",
|
|
1139
1564
|
"item": "gray",
|
|
1140
|
-
"subitem": "
|
|
1565
|
+
"subitem": "95"
|
|
1141
1566
|
},
|
|
1142
1567
|
"path": [
|
|
1143
1568
|
"color",
|
|
1144
1569
|
"core",
|
|
1145
1570
|
"gray",
|
|
1146
|
-
"
|
|
1571
|
+
"95"
|
|
1147
1572
|
]
|
|
1148
1573
|
},
|
|
1149
|
-
"
|
|
1150
|
-
"value": "#
|
|
1574
|
+
"96": {
|
|
1575
|
+
"value": "#0E1013",
|
|
1151
1576
|
"type": "color",
|
|
1152
|
-
"description": "
|
|
1577
|
+
"description": "HEX Code: #0E1013\nAndroid: 958\nUsed for AAOS (Android Auto Operating System) only.",
|
|
1153
1578
|
"filePath": "src/core/color.json",
|
|
1154
1579
|
"isSource": true,
|
|
1155
1580
|
"original": {
|
|
1156
|
-
"value": "#
|
|
1581
|
+
"value": "#0E1013",
|
|
1157
1582
|
"type": "color",
|
|
1158
|
-
"description": "
|
|
1583
|
+
"description": "HEX Code: #0E1013\nAndroid: 958\nUsed for AAOS (Android Auto Operating System) only."
|
|
1159
1584
|
},
|
|
1160
|
-
"name": "mds-color-core-gray-
|
|
1585
|
+
"name": "mds-color-core-gray-96",
|
|
1161
1586
|
"attributes": {
|
|
1162
1587
|
"category": "color",
|
|
1163
1588
|
"type": "core",
|
|
1164
1589
|
"item": "gray",
|
|
1165
|
-
"subitem": "
|
|
1590
|
+
"subitem": "96"
|
|
1166
1591
|
},
|
|
1167
1592
|
"path": [
|
|
1168
1593
|
"color",
|
|
1169
1594
|
"core",
|
|
1170
1595
|
"gray",
|
|
1171
|
-
"
|
|
1596
|
+
"96"
|
|
1172
1597
|
]
|
|
1173
1598
|
},
|
|
1174
1599
|
"100": {
|
|
@@ -1196,33 +1621,58 @@
|
|
|
1196
1621
|
"100"
|
|
1197
1622
|
]
|
|
1198
1623
|
},
|
|
1199
|
-
"
|
|
1200
|
-
"value": "#
|
|
1624
|
+
"110": {
|
|
1625
|
+
"value": "#000000",
|
|
1201
1626
|
"type": "color",
|
|
1202
|
-
"description": "
|
|
1627
|
+
"description": "HEX Code: #000000\nUsed for AAOS (Android Auto Operating System) only.",
|
|
1203
1628
|
"filePath": "src/core/color.json",
|
|
1204
1629
|
"isSource": true,
|
|
1205
1630
|
"original": {
|
|
1206
|
-
"value": "#
|
|
1631
|
+
"value": "#000000",
|
|
1207
1632
|
"type": "color",
|
|
1208
|
-
"description": "
|
|
1633
|
+
"description": "HEX Code: #000000\nUsed for AAOS (Android Auto Operating System) only."
|
|
1209
1634
|
},
|
|
1210
|
-
"name": "mds-color-core-gray-
|
|
1635
|
+
"name": "mds-color-core-gray-110",
|
|
1211
1636
|
"attributes": {
|
|
1212
1637
|
"category": "color",
|
|
1213
1638
|
"type": "core",
|
|
1214
1639
|
"item": "gray",
|
|
1215
|
-
"subitem": "
|
|
1640
|
+
"subitem": "110"
|
|
1216
1641
|
},
|
|
1217
1642
|
"path": [
|
|
1218
1643
|
"color",
|
|
1219
1644
|
"core",
|
|
1220
1645
|
"gray",
|
|
1221
|
-
"
|
|
1646
|
+
"110"
|
|
1222
1647
|
]
|
|
1223
1648
|
}
|
|
1224
1649
|
},
|
|
1225
1650
|
"blue": {
|
|
1651
|
+
"5": {
|
|
1652
|
+
"value": "#edf8ff",
|
|
1653
|
+
"type": "color",
|
|
1654
|
+
"description": "Hex Code: #edf8ff",
|
|
1655
|
+
"filePath": "src/core/color.json",
|
|
1656
|
+
"isSource": true,
|
|
1657
|
+
"original": {
|
|
1658
|
+
"value": "#edf8ff",
|
|
1659
|
+
"type": "color",
|
|
1660
|
+
"description": "Hex Code: #edf8ff"
|
|
1661
|
+
},
|
|
1662
|
+
"name": "mds-color-core-blue-5",
|
|
1663
|
+
"attributes": {
|
|
1664
|
+
"category": "color",
|
|
1665
|
+
"type": "core",
|
|
1666
|
+
"item": "blue",
|
|
1667
|
+
"subitem": "5"
|
|
1668
|
+
},
|
|
1669
|
+
"path": [
|
|
1670
|
+
"color",
|
|
1671
|
+
"core",
|
|
1672
|
+
"blue",
|
|
1673
|
+
"5"
|
|
1674
|
+
]
|
|
1675
|
+
},
|
|
1226
1676
|
"10": {
|
|
1227
1677
|
"value": "#dbf0ff",
|
|
1228
1678
|
"type": "color",
|
|
@@ -1497,34 +1947,34 @@
|
|
|
1497
1947
|
"blue",
|
|
1498
1948
|
"100"
|
|
1499
1949
|
]
|
|
1500
|
-
}
|
|
1501
|
-
|
|
1502
|
-
|
|
1950
|
+
}
|
|
1951
|
+
},
|
|
1952
|
+
"green": {
|
|
1953
|
+
"5": {
|
|
1954
|
+
"value": "#edf7f5",
|
|
1503
1955
|
"type": "color",
|
|
1504
|
-
"description": "Hex Code: #
|
|
1956
|
+
"description": "Hex Code: #edf7f5",
|
|
1505
1957
|
"filePath": "src/core/color.json",
|
|
1506
1958
|
"isSource": true,
|
|
1507
1959
|
"original": {
|
|
1508
|
-
"value": "#
|
|
1960
|
+
"value": "#edf7f5",
|
|
1509
1961
|
"type": "color",
|
|
1510
|
-
"description": "Hex Code: #
|
|
1962
|
+
"description": "Hex Code: #edf7f5"
|
|
1511
1963
|
},
|
|
1512
|
-
"name": "mds-color-core-
|
|
1964
|
+
"name": "mds-color-core-green-5",
|
|
1513
1965
|
"attributes": {
|
|
1514
1966
|
"category": "color",
|
|
1515
1967
|
"type": "core",
|
|
1516
|
-
"item": "
|
|
1517
|
-
"subitem": "
|
|
1968
|
+
"item": "green",
|
|
1969
|
+
"subitem": "5"
|
|
1518
1970
|
},
|
|
1519
1971
|
"path": [
|
|
1520
1972
|
"color",
|
|
1521
1973
|
"core",
|
|
1522
|
-
"
|
|
1523
|
-
"
|
|
1974
|
+
"green",
|
|
1975
|
+
"5"
|
|
1524
1976
|
]
|
|
1525
|
-
}
|
|
1526
|
-
},
|
|
1527
|
-
"green": {
|
|
1977
|
+
},
|
|
1528
1978
|
"10": {
|
|
1529
1979
|
"value": "#cef5eb",
|
|
1530
1980
|
"type": "color",
|
|
@@ -1799,34 +2249,34 @@
|
|
|
1799
2249
|
"green",
|
|
1800
2250
|
"100"
|
|
1801
2251
|
]
|
|
1802
|
-
}
|
|
1803
|
-
|
|
1804
|
-
|
|
2252
|
+
}
|
|
2253
|
+
},
|
|
2254
|
+
"red": {
|
|
2255
|
+
"5": {
|
|
2256
|
+
"value": "#fff5f6",
|
|
1805
2257
|
"type": "color",
|
|
1806
|
-
"description": "Hex Code: #
|
|
2258
|
+
"description": "Hex Code: #fff5f6",
|
|
1807
2259
|
"filePath": "src/core/color.json",
|
|
1808
2260
|
"isSource": true,
|
|
1809
2261
|
"original": {
|
|
1810
|
-
"value": "#
|
|
2262
|
+
"value": "#fff5f6",
|
|
1811
2263
|
"type": "color",
|
|
1812
|
-
"description": "Hex Code: #
|
|
2264
|
+
"description": "Hex Code: #fff5f6"
|
|
1813
2265
|
},
|
|
1814
|
-
"name": "mds-color-core-
|
|
2266
|
+
"name": "mds-color-core-red-5",
|
|
1815
2267
|
"attributes": {
|
|
1816
2268
|
"category": "color",
|
|
1817
2269
|
"type": "core",
|
|
1818
|
-
"item": "
|
|
1819
|
-
"subitem": "
|
|
2270
|
+
"item": "red",
|
|
2271
|
+
"subitem": "5"
|
|
1820
2272
|
},
|
|
1821
2273
|
"path": [
|
|
1822
2274
|
"color",
|
|
1823
2275
|
"core",
|
|
1824
|
-
"
|
|
1825
|
-
"
|
|
2276
|
+
"red",
|
|
2277
|
+
"5"
|
|
1826
2278
|
]
|
|
1827
|
-
}
|
|
1828
|
-
},
|
|
1829
|
-
"red": {
|
|
2279
|
+
},
|
|
1830
2280
|
"10": {
|
|
1831
2281
|
"value": "#ffe8ea",
|
|
1832
2282
|
"type": "color",
|
|
@@ -2101,34 +2551,34 @@
|
|
|
2101
2551
|
"red",
|
|
2102
2552
|
"100"
|
|
2103
2553
|
]
|
|
2104
|
-
}
|
|
2105
|
-
|
|
2106
|
-
|
|
2554
|
+
}
|
|
2555
|
+
},
|
|
2556
|
+
"yellow": {
|
|
2557
|
+
"5": {
|
|
2558
|
+
"value": "#fff6e3",
|
|
2107
2559
|
"type": "color",
|
|
2108
|
-
"description": "Hex Code: #
|
|
2560
|
+
"description": "Hex Code: #fff6e3",
|
|
2109
2561
|
"filePath": "src/core/color.json",
|
|
2110
2562
|
"isSource": true,
|
|
2111
2563
|
"original": {
|
|
2112
|
-
"value": "#
|
|
2564
|
+
"value": "#fff6e3",
|
|
2113
2565
|
"type": "color",
|
|
2114
|
-
"description": "Hex Code: #
|
|
2566
|
+
"description": "Hex Code: #fff6e3"
|
|
2115
2567
|
},
|
|
2116
|
-
"name": "mds-color-core-
|
|
2568
|
+
"name": "mds-color-core-yellow-5",
|
|
2117
2569
|
"attributes": {
|
|
2118
2570
|
"category": "color",
|
|
2119
2571
|
"type": "core",
|
|
2120
|
-
"item": "
|
|
2121
|
-
"subitem": "
|
|
2572
|
+
"item": "yellow",
|
|
2573
|
+
"subitem": "5"
|
|
2122
2574
|
},
|
|
2123
2575
|
"path": [
|
|
2124
2576
|
"color",
|
|
2125
2577
|
"core",
|
|
2126
|
-
"
|
|
2127
|
-
"
|
|
2578
|
+
"yellow",
|
|
2579
|
+
"5"
|
|
2128
2580
|
]
|
|
2129
|
-
}
|
|
2130
|
-
},
|
|
2131
|
-
"yellow": {
|
|
2581
|
+
},
|
|
2132
2582
|
"10": {
|
|
2133
2583
|
"value": "#ffebc2",
|
|
2134
2584
|
"type": "color",
|
|
@@ -2403,34 +2853,34 @@
|
|
|
2403
2853
|
"yellow",
|
|
2404
2854
|
"100"
|
|
2405
2855
|
]
|
|
2406
|
-
}
|
|
2407
|
-
|
|
2408
|
-
|
|
2856
|
+
}
|
|
2857
|
+
},
|
|
2858
|
+
"orange": {
|
|
2859
|
+
"5": {
|
|
2860
|
+
"value": "#FEF3E8",
|
|
2409
2861
|
"type": "color",
|
|
2410
|
-
"description": "
|
|
2862
|
+
"description": "HEX Code: #FEF3E8",
|
|
2411
2863
|
"filePath": "src/core/color.json",
|
|
2412
2864
|
"isSource": true,
|
|
2413
2865
|
"original": {
|
|
2414
|
-
"value": "#
|
|
2866
|
+
"value": "#FEF3E8",
|
|
2415
2867
|
"type": "color",
|
|
2416
|
-
"description": "
|
|
2868
|
+
"description": "HEX Code: #FEF3E8"
|
|
2417
2869
|
},
|
|
2418
|
-
"name": "mds-color-core-
|
|
2870
|
+
"name": "mds-color-core-orange-5",
|
|
2419
2871
|
"attributes": {
|
|
2420
2872
|
"category": "color",
|
|
2421
2873
|
"type": "core",
|
|
2422
|
-
"item": "
|
|
2423
|
-
"subitem": "
|
|
2874
|
+
"item": "orange",
|
|
2875
|
+
"subitem": "5"
|
|
2424
2876
|
},
|
|
2425
2877
|
"path": [
|
|
2426
2878
|
"color",
|
|
2427
2879
|
"core",
|
|
2428
|
-
"
|
|
2429
|
-
"
|
|
2880
|
+
"orange",
|
|
2881
|
+
"5"
|
|
2430
2882
|
]
|
|
2431
|
-
}
|
|
2432
|
-
},
|
|
2433
|
-
"orange": {
|
|
2883
|
+
},
|
|
2434
2884
|
"10": {
|
|
2435
2885
|
"value": "#FEEBD7",
|
|
2436
2886
|
"type": "color",
|
|
@@ -2705,31 +3155,6 @@
|
|
|
2705
3155
|
"orange",
|
|
2706
3156
|
"100"
|
|
2707
3157
|
]
|
|
2708
|
-
},
|
|
2709
|
-
"05": {
|
|
2710
|
-
"value": "#FEF3E8",
|
|
2711
|
-
"type": "color",
|
|
2712
|
-
"description": "HEX Code: #FEF3E8",
|
|
2713
|
-
"filePath": "src/core/color.json",
|
|
2714
|
-
"isSource": true,
|
|
2715
|
-
"original": {
|
|
2716
|
-
"value": "#FEF3E8",
|
|
2717
|
-
"type": "color",
|
|
2718
|
-
"description": "HEX Code: #FEF3E8"
|
|
2719
|
-
},
|
|
2720
|
-
"name": "mds-color-core-orange-05",
|
|
2721
|
-
"attributes": {
|
|
2722
|
-
"category": "color",
|
|
2723
|
-
"type": "core",
|
|
2724
|
-
"item": "orange",
|
|
2725
|
-
"subitem": "05"
|
|
2726
|
-
},
|
|
2727
|
-
"path": [
|
|
2728
|
-
"color",
|
|
2729
|
-
"core",
|
|
2730
|
-
"orange",
|
|
2731
|
-
"05"
|
|
2732
|
-
]
|
|
2733
3158
|
}
|
|
2734
3159
|
}
|
|
2735
3160
|
},
|