@skyscanner/bpk-foundations-ios 3.0.0 → 3.1.0
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/package.json +3 -3
- package/tokens/base.ios.json +80 -0
- package/tokens/base.raw.ios.json +80 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyscanner/bpk-foundations-ios",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1.0",
|
|
4
4
|
"description": "Common Backpack design tokens for colors, spacing, font, etc.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"tokens": "gulp"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@skyscanner/bpk-foundations-common": "^3.
|
|
20
|
+
"@skyscanner/bpk-foundations-common": "^3.1.0",
|
|
21
21
|
"color": "^3.0.0"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "88ecd77b6373973a4d4bed7618bf024ded853fb9"
|
|
24
24
|
}
|
package/tokens/base.ios.json
CHANGED
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
"type": "color",
|
|
26
26
|
"category": "colors",
|
|
27
27
|
"value": "#000000ff",
|
|
28
|
+
"deprecated": true,
|
|
28
29
|
"originalValue": "{!BLACK}",
|
|
29
30
|
"name": "backgroundAlternativeDarkColor"
|
|
30
31
|
},
|
|
@@ -32,6 +33,7 @@
|
|
|
32
33
|
"type": "color",
|
|
33
34
|
"category": "colors",
|
|
34
35
|
"value": "#f1f2f8ff",
|
|
36
|
+
"deprecated": true,
|
|
35
37
|
"originalValue": "{!SKY_GRAY_TINT_07}",
|
|
36
38
|
"name": "backgroundAlternativeLightColor"
|
|
37
39
|
},
|
|
@@ -39,6 +41,7 @@
|
|
|
39
41
|
"type": "color",
|
|
40
42
|
"category": "colors",
|
|
41
43
|
"value": "#1d1b20ff",
|
|
44
|
+
"deprecated": true,
|
|
42
45
|
"originalValue": "{!BLACK_TINT_01}",
|
|
43
46
|
"name": "backgroundAlternativeSecondaryDarkColor"
|
|
44
47
|
},
|
|
@@ -46,6 +49,7 @@
|
|
|
46
49
|
"type": "color",
|
|
47
50
|
"category": "colors",
|
|
48
51
|
"value": "#ffffffff",
|
|
52
|
+
"deprecated": true,
|
|
49
53
|
"originalValue": "{!WHITE}",
|
|
50
54
|
"name": "backgroundAlternativeSecondaryLightColor"
|
|
51
55
|
},
|
|
@@ -53,6 +57,7 @@
|
|
|
53
57
|
"type": "color",
|
|
54
58
|
"category": "colors",
|
|
55
59
|
"value": "#000000ff",
|
|
60
|
+
"deprecated": true,
|
|
56
61
|
"originalValue": "{!BLACK}",
|
|
57
62
|
"name": "backgroundDarkColor"
|
|
58
63
|
},
|
|
@@ -60,6 +65,7 @@
|
|
|
60
65
|
"type": "color",
|
|
61
66
|
"category": "text-colors",
|
|
62
67
|
"value": "#1d1b20ff",
|
|
68
|
+
"deprecated": true,
|
|
63
69
|
"originalValue": "{!BLACK_TINT_01}",
|
|
64
70
|
"name": "backgroundElevation01DarkColor"
|
|
65
71
|
},
|
|
@@ -67,6 +73,7 @@
|
|
|
67
73
|
"type": "color",
|
|
68
74
|
"category": "text-colors",
|
|
69
75
|
"value": "#ffffffff",
|
|
76
|
+
"deprecated": true,
|
|
70
77
|
"originalValue": "{!WHITE}",
|
|
71
78
|
"name": "backgroundElevation01LightColor"
|
|
72
79
|
},
|
|
@@ -74,6 +81,7 @@
|
|
|
74
81
|
"type": "color",
|
|
75
82
|
"category": "text-colors",
|
|
76
83
|
"value": "#2c2c2eff",
|
|
84
|
+
"deprecated": true,
|
|
77
85
|
"originalValue": "{!BLACK_TINT_02}",
|
|
78
86
|
"name": "backgroundElevation02DarkColor"
|
|
79
87
|
},
|
|
@@ -81,6 +89,7 @@
|
|
|
81
89
|
"type": "color",
|
|
82
90
|
"category": "text-colors",
|
|
83
91
|
"value": "#ffffffff",
|
|
92
|
+
"deprecated": true,
|
|
84
93
|
"originalValue": "{!WHITE}",
|
|
85
94
|
"name": "backgroundElevation02LightColor"
|
|
86
95
|
},
|
|
@@ -88,6 +97,7 @@
|
|
|
88
97
|
"type": "color",
|
|
89
98
|
"category": "text-colors",
|
|
90
99
|
"value": "#3a3a3cff",
|
|
100
|
+
"deprecated": true,
|
|
91
101
|
"originalValue": "{!BLACK_TINT_03}",
|
|
92
102
|
"name": "backgroundElevation03DarkColor"
|
|
93
103
|
},
|
|
@@ -95,6 +105,7 @@
|
|
|
95
105
|
"type": "color",
|
|
96
106
|
"category": "text-colors",
|
|
97
107
|
"value": "#ffffffff",
|
|
108
|
+
"deprecated": true,
|
|
98
109
|
"originalValue": "{!WHITE}",
|
|
99
110
|
"name": "backgroundElevation03LightColor"
|
|
100
111
|
},
|
|
@@ -102,6 +113,7 @@
|
|
|
102
113
|
"type": "color",
|
|
103
114
|
"category": "colors",
|
|
104
115
|
"value": "#ffffffff",
|
|
116
|
+
"deprecated": true,
|
|
105
117
|
"originalValue": "{!WHITE}",
|
|
106
118
|
"name": "backgroundLightColor"
|
|
107
119
|
},
|
|
@@ -109,6 +121,7 @@
|
|
|
109
121
|
"type": "color",
|
|
110
122
|
"category": "colors",
|
|
111
123
|
"value": "#1d1b20ff",
|
|
124
|
+
"deprecated": true,
|
|
112
125
|
"originalValue": "{!BLACK_TINT_01}",
|
|
113
126
|
"name": "backgroundSecondaryDarkColor"
|
|
114
127
|
},
|
|
@@ -116,6 +129,7 @@
|
|
|
116
129
|
"type": "color",
|
|
117
130
|
"category": "colors",
|
|
118
131
|
"value": "#f1f2f8ff",
|
|
132
|
+
"deprecated": true,
|
|
119
133
|
"originalValue": "{!SKY_GRAY_TINT_07}",
|
|
120
134
|
"name": "backgroundSecondaryLightColor"
|
|
121
135
|
},
|
|
@@ -123,6 +137,7 @@
|
|
|
123
137
|
"type": "color",
|
|
124
138
|
"category": "colors",
|
|
125
139
|
"value": "#2c2c2eff",
|
|
140
|
+
"deprecated": true,
|
|
126
141
|
"originalValue": "{!BLACK_TINT_02}",
|
|
127
142
|
"name": "backgroundTertiaryDarkColor"
|
|
128
143
|
},
|
|
@@ -130,6 +145,7 @@
|
|
|
130
145
|
"type": "color",
|
|
131
146
|
"category": "colors",
|
|
132
147
|
"value": "#ffffffff",
|
|
148
|
+
"deprecated": true,
|
|
133
149
|
"originalValue": "{!WHITE}",
|
|
134
150
|
"name": "backgroundTertiaryLightColor"
|
|
135
151
|
},
|
|
@@ -298,6 +314,7 @@
|
|
|
298
314
|
"type": "color",
|
|
299
315
|
"category": "colors",
|
|
300
316
|
"value": "#5a489bff",
|
|
317
|
+
"deprecated": true,
|
|
301
318
|
"originalValue": "{!ABISKO}",
|
|
302
319
|
"name": "colorAbisko"
|
|
303
320
|
},
|
|
@@ -305,6 +322,7 @@
|
|
|
305
322
|
"type": "color",
|
|
306
323
|
"category": "colors",
|
|
307
324
|
"value": "#ffebd0ff",
|
|
325
|
+
"deprecated": true,
|
|
308
326
|
"originalValue": "{!BAGAN}",
|
|
309
327
|
"name": "colorBagan"
|
|
310
328
|
},
|
|
@@ -319,6 +337,7 @@
|
|
|
319
337
|
"type": "color",
|
|
320
338
|
"category": "colors",
|
|
321
339
|
"value": "#1d1b20ff",
|
|
340
|
+
"deprecated": true,
|
|
322
341
|
"originalValue": "{!BLACK_TINT_01}",
|
|
323
342
|
"name": "colorBlackTint01"
|
|
324
343
|
},
|
|
@@ -326,6 +345,7 @@
|
|
|
326
345
|
"type": "color",
|
|
327
346
|
"category": "colors",
|
|
328
347
|
"value": "#2c2c2eff",
|
|
348
|
+
"deprecated": true,
|
|
329
349
|
"originalValue": "{!BLACK_TINT_02}",
|
|
330
350
|
"name": "colorBlackTint02"
|
|
331
351
|
},
|
|
@@ -333,6 +353,7 @@
|
|
|
333
353
|
"type": "color",
|
|
334
354
|
"category": "colors",
|
|
335
355
|
"value": "#3a3a3cff",
|
|
356
|
+
"deprecated": true,
|
|
336
357
|
"originalValue": "{!BLACK_TINT_03}",
|
|
337
358
|
"name": "colorBlackTint03"
|
|
338
359
|
},
|
|
@@ -340,6 +361,7 @@
|
|
|
340
361
|
"type": "color",
|
|
341
362
|
"category": "colors",
|
|
342
363
|
"value": "#48484aff",
|
|
364
|
+
"deprecated": true,
|
|
343
365
|
"originalValue": "{!BLACK_TINT_04}",
|
|
344
366
|
"name": "colorBlackTint04"
|
|
345
367
|
},
|
|
@@ -347,6 +369,7 @@
|
|
|
347
369
|
"type": "color",
|
|
348
370
|
"category": "colors",
|
|
349
371
|
"value": "#636366ff",
|
|
372
|
+
"deprecated": true,
|
|
350
373
|
"originalValue": "{!BLACK_TINT_05}",
|
|
351
374
|
"name": "colorBlackTint05"
|
|
352
375
|
},
|
|
@@ -354,6 +377,7 @@
|
|
|
354
377
|
"type": "color",
|
|
355
378
|
"category": "colors",
|
|
356
379
|
"value": "#8e8e93ff",
|
|
380
|
+
"deprecated": true,
|
|
357
381
|
"originalValue": "{!BLACK_TINT_06}",
|
|
358
382
|
"name": "colorBlackTint06"
|
|
359
383
|
},
|
|
@@ -361,6 +385,7 @@
|
|
|
361
385
|
"type": "color",
|
|
362
386
|
"category": "colors",
|
|
363
387
|
"value": "#ff7b59ff",
|
|
388
|
+
"deprecated": true,
|
|
364
389
|
"originalValue": "{!BUNOL}",
|
|
365
390
|
"name": "colorBunol"
|
|
366
391
|
},
|
|
@@ -368,6 +393,7 @@
|
|
|
368
393
|
"type": "color",
|
|
369
394
|
"category": "colors",
|
|
370
395
|
"value": "#ffb54dff",
|
|
396
|
+
"deprecated": true,
|
|
371
397
|
"originalValue": "{!ERFOUD}",
|
|
372
398
|
"name": "colorErfoud"
|
|
373
399
|
},
|
|
@@ -375,6 +401,7 @@
|
|
|
375
401
|
"type": "color",
|
|
376
402
|
"category": "colors",
|
|
377
403
|
"value": "#73cec6ff",
|
|
404
|
+
"deprecated": true,
|
|
378
405
|
"originalValue": "{!GLENCOE}",
|
|
379
406
|
"name": "colorGlencoe"
|
|
380
407
|
},
|
|
@@ -382,6 +409,7 @@
|
|
|
382
409
|
"type": "color",
|
|
383
410
|
"category": "colors",
|
|
384
411
|
"value": "#f6dde1ff",
|
|
412
|
+
"deprecated": true,
|
|
385
413
|
"originalValue": "{!HARBOUR}",
|
|
386
414
|
"name": "colorHarbour"
|
|
387
415
|
},
|
|
@@ -389,6 +417,7 @@
|
|
|
389
417
|
"type": "color",
|
|
390
418
|
"category": "colors",
|
|
391
419
|
"value": "#e18b96ff",
|
|
420
|
+
"deprecated": true,
|
|
392
421
|
"originalValue": "{!HILLIER}",
|
|
393
422
|
"name": "colorHillier"
|
|
394
423
|
},
|
|
@@ -396,6 +425,7 @@
|
|
|
396
425
|
"type": "color",
|
|
397
426
|
"category": "colors",
|
|
398
427
|
"value": "#ff9400ff",
|
|
428
|
+
"deprecated": true,
|
|
399
429
|
"originalValue": "{!KOLKATA}",
|
|
400
430
|
"name": "colorKolkata"
|
|
401
431
|
},
|
|
@@ -403,6 +433,7 @@
|
|
|
403
433
|
"type": "color",
|
|
404
434
|
"category": "colors",
|
|
405
435
|
"value": "#00a698ff",
|
|
436
|
+
"deprecated": true,
|
|
406
437
|
"originalValue": "{!MONTEVERDE}",
|
|
407
438
|
"name": "colorMonteverde"
|
|
408
439
|
},
|
|
@@ -410,6 +441,7 @@
|
|
|
410
441
|
"type": "color",
|
|
411
442
|
"category": "colors",
|
|
412
443
|
"value": "#ffe7e0ff",
|
|
444
|
+
"deprecated": true,
|
|
413
445
|
"originalValue": "{!NARA}",
|
|
414
446
|
"name": "colorNara"
|
|
415
447
|
},
|
|
@@ -417,6 +449,7 @@
|
|
|
417
449
|
"type": "color",
|
|
418
450
|
"category": "colors",
|
|
419
451
|
"value": "#d1435bff",
|
|
452
|
+
"deprecated": true,
|
|
420
453
|
"originalValue": "{!PANJIN}",
|
|
421
454
|
"name": "colorPanjin"
|
|
422
455
|
},
|
|
@@ -424,6 +457,7 @@
|
|
|
424
457
|
"type": "color",
|
|
425
458
|
"category": "colors",
|
|
426
459
|
"value": "#ffab95ff",
|
|
460
|
+
"deprecated": true,
|
|
427
461
|
"originalValue": "{!PETRA}",
|
|
428
462
|
"name": "colorPetra"
|
|
429
463
|
},
|
|
@@ -431,6 +465,7 @@
|
|
|
431
465
|
"type": "color",
|
|
432
466
|
"category": "colors",
|
|
433
467
|
"value": "#0770e3ff",
|
|
468
|
+
"deprecated": true,
|
|
434
469
|
"originalValue": "{!SKY_BLUE}",
|
|
435
470
|
"name": "colorPrimaryGradientLight"
|
|
436
471
|
},
|
|
@@ -438,6 +473,7 @@
|
|
|
438
473
|
"type": "color",
|
|
439
474
|
"category": "colors",
|
|
440
475
|
"value": "#d0eeecff",
|
|
476
|
+
"deprecated": true,
|
|
441
477
|
"originalValue": "{!SAGANO}",
|
|
442
478
|
"name": "colorSagano"
|
|
443
479
|
},
|
|
@@ -452,6 +488,7 @@
|
|
|
452
488
|
"type": "color",
|
|
453
489
|
"category": "colors",
|
|
454
490
|
"value": "#084eb2ff",
|
|
491
|
+
"deprecated": true,
|
|
455
492
|
"originalValue": "{!SKY_BLUE_SHADE_01}",
|
|
456
493
|
"name": "colorSkyBlueShade01"
|
|
457
494
|
},
|
|
@@ -459,6 +496,7 @@
|
|
|
459
496
|
"type": "color",
|
|
460
497
|
"category": "colors",
|
|
461
498
|
"value": "#042759ff",
|
|
499
|
+
"deprecated": true,
|
|
462
500
|
"originalValue": "{!SKY_BLUE_SHADE_02}",
|
|
463
501
|
"name": "colorSkyBlueShade02"
|
|
464
502
|
},
|
|
@@ -466,6 +504,7 @@
|
|
|
466
504
|
"type": "color",
|
|
467
505
|
"category": "colors",
|
|
468
506
|
"value": "#02122cff",
|
|
507
|
+
"deprecated": true,
|
|
469
508
|
"originalValue": "{!SKY_BLUE_SHADE_03}",
|
|
470
509
|
"name": "colorSkyBlueShade03"
|
|
471
510
|
},
|
|
@@ -473,6 +512,7 @@
|
|
|
473
512
|
"type": "color",
|
|
474
513
|
"category": "colors",
|
|
475
514
|
"value": "#6d9febff",
|
|
515
|
+
"deprecated": true,
|
|
476
516
|
"originalValue": "{!SKY_BLUE_TINT_01}",
|
|
477
517
|
"name": "colorSkyBlueTint01"
|
|
478
518
|
},
|
|
@@ -480,6 +520,7 @@
|
|
|
480
520
|
"type": "color",
|
|
481
521
|
"category": "colors",
|
|
482
522
|
"value": "#9dc0f2ff",
|
|
523
|
+
"deprecated": true,
|
|
483
524
|
"originalValue": "{!SKY_BLUE_TINT_02}",
|
|
484
525
|
"name": "colorSkyBlueTint02"
|
|
485
526
|
},
|
|
@@ -487,6 +528,7 @@
|
|
|
487
528
|
"type": "color",
|
|
488
529
|
"category": "colors",
|
|
489
530
|
"value": "#cddff8ff",
|
|
531
|
+
"deprecated": true,
|
|
490
532
|
"originalValue": "{!SKY_BLUE_TINT_03}",
|
|
491
533
|
"name": "colorSkyBlueTint03"
|
|
492
534
|
},
|
|
@@ -494,6 +536,7 @@
|
|
|
494
536
|
"type": "color",
|
|
495
537
|
"category": "colors",
|
|
496
538
|
"value": "#111236ff",
|
|
539
|
+
"deprecated": true,
|
|
497
540
|
"originalValue": "{!SKY_GRAY}",
|
|
498
541
|
"name": "colorSkyGray"
|
|
499
542
|
},
|
|
@@ -501,6 +544,7 @@
|
|
|
501
544
|
"type": "color",
|
|
502
545
|
"category": "colors",
|
|
503
546
|
"value": "#444560ff",
|
|
547
|
+
"deprecated": true,
|
|
504
548
|
"originalValue": "{!SKY_GRAY_TINT_01}",
|
|
505
549
|
"name": "colorSkyGrayTint01"
|
|
506
550
|
},
|
|
@@ -508,6 +552,7 @@
|
|
|
508
552
|
"type": "color",
|
|
509
553
|
"category": "colors",
|
|
510
554
|
"value": "#68697fff",
|
|
555
|
+
"deprecated": true,
|
|
511
556
|
"originalValue": "{!SKY_GRAY_TINT_02}",
|
|
512
557
|
"name": "colorSkyGrayTint02"
|
|
513
558
|
},
|
|
@@ -515,6 +560,7 @@
|
|
|
515
560
|
"type": "color",
|
|
516
561
|
"category": "colors",
|
|
517
562
|
"value": "#8f90a0ff",
|
|
563
|
+
"deprecated": true,
|
|
518
564
|
"originalValue": "{!SKY_GRAY_TINT_03}",
|
|
519
565
|
"name": "colorSkyGrayTint03"
|
|
520
566
|
},
|
|
@@ -522,6 +568,7 @@
|
|
|
522
568
|
"type": "color",
|
|
523
569
|
"category": "colors",
|
|
524
570
|
"value": "#b2b2bfff",
|
|
571
|
+
"deprecated": true,
|
|
525
572
|
"originalValue": "{!SKY_GRAY_TINT_04}",
|
|
526
573
|
"name": "colorSkyGrayTint04"
|
|
527
574
|
},
|
|
@@ -529,6 +576,7 @@
|
|
|
529
576
|
"type": "color",
|
|
530
577
|
"category": "colors",
|
|
531
578
|
"value": "#cdcdd7ff",
|
|
579
|
+
"deprecated": true,
|
|
532
580
|
"originalValue": "{!SKY_GRAY_TINT_05}",
|
|
533
581
|
"name": "colorSkyGrayTint05"
|
|
534
582
|
},
|
|
@@ -536,6 +584,7 @@
|
|
|
536
584
|
"type": "color",
|
|
537
585
|
"category": "colors",
|
|
538
586
|
"value": "#dddde5ff",
|
|
587
|
+
"deprecated": true,
|
|
539
588
|
"originalValue": "{!SKY_GRAY_TINT_06}",
|
|
540
589
|
"name": "colorSkyGrayTint06"
|
|
541
590
|
},
|
|
@@ -543,6 +592,7 @@
|
|
|
543
592
|
"type": "color",
|
|
544
593
|
"category": "colors",
|
|
545
594
|
"value": "#f1f2f8ff",
|
|
595
|
+
"deprecated": true,
|
|
546
596
|
"originalValue": "{!SKY_GRAY_TINT_07}",
|
|
547
597
|
"name": "colorSkyGrayTint07"
|
|
548
598
|
},
|
|
@@ -550,6 +600,7 @@
|
|
|
550
600
|
"type": "color",
|
|
551
601
|
"category": "colors",
|
|
552
602
|
"value": "#00a698ff",
|
|
603
|
+
"deprecated": true,
|
|
553
604
|
"originalValue": "{!MONTEVERDE}",
|
|
554
605
|
"name": "colorSystemGreen"
|
|
555
606
|
},
|
|
@@ -557,6 +608,7 @@
|
|
|
557
608
|
"type": "color",
|
|
558
609
|
"category": "colors",
|
|
559
610
|
"value": "#d1435bff",
|
|
611
|
+
"deprecated": true,
|
|
560
612
|
"originalValue": "{!PANJIN}",
|
|
561
613
|
"name": "colorSystemRed"
|
|
562
614
|
},
|
|
@@ -564,6 +616,7 @@
|
|
|
564
616
|
"type": "color",
|
|
565
617
|
"category": "colors",
|
|
566
618
|
"value": "#e1ddecff",
|
|
619
|
+
"deprecated": true,
|
|
567
620
|
"originalValue": "{!TOCHIGI}",
|
|
568
621
|
"name": "colorTochigi"
|
|
569
622
|
},
|
|
@@ -571,6 +624,7 @@
|
|
|
571
624
|
"type": "color",
|
|
572
625
|
"category": "colors",
|
|
573
626
|
"value": "#a59bc8ff",
|
|
627
|
+
"deprecated": true,
|
|
574
628
|
"originalValue": "{!VALENSOLE}",
|
|
575
629
|
"name": "colorValensole"
|
|
576
630
|
},
|
|
@@ -824,6 +878,7 @@
|
|
|
824
878
|
"type": "color",
|
|
825
879
|
"category": "colors",
|
|
826
880
|
"value": "#48484aff",
|
|
881
|
+
"deprecated": true,
|
|
827
882
|
"originalValue": "{!BLACK_TINT_04}",
|
|
828
883
|
"name": "lineDarkColor"
|
|
829
884
|
},
|
|
@@ -943,6 +998,7 @@
|
|
|
943
998
|
"type": "color",
|
|
944
999
|
"category": "colors",
|
|
945
1000
|
"value": "#cdcdd7ff",
|
|
1001
|
+
"deprecated": true,
|
|
946
1002
|
"originalValue": "{!SKY_GRAY_TINT_05}",
|
|
947
1003
|
"name": "lineLightColor"
|
|
948
1004
|
},
|
|
@@ -1076,6 +1132,7 @@
|
|
|
1076
1132
|
"type": "color",
|
|
1077
1133
|
"category": "colors",
|
|
1078
1134
|
"value": "#6d9febff",
|
|
1135
|
+
"deprecated": true,
|
|
1079
1136
|
"originalValue": "{!SKY_BLUE_TINT_01}",
|
|
1080
1137
|
"name": "primaryDarkColor"
|
|
1081
1138
|
},
|
|
@@ -1083,6 +1140,7 @@
|
|
|
1083
1140
|
"type": "color",
|
|
1084
1141
|
"category": "colors",
|
|
1085
1142
|
"value": "#0770e3ff",
|
|
1143
|
+
"deprecated": true,
|
|
1086
1144
|
"originalValue": "{!SKY_BLUE}",
|
|
1087
1145
|
"name": "primaryLightColor"
|
|
1088
1146
|
},
|
|
@@ -1981,6 +2039,7 @@
|
|
|
1981
2039
|
"type": "color",
|
|
1982
2040
|
"category": "text-colors",
|
|
1983
2041
|
"value": "#ffffffff",
|
|
2042
|
+
"deprecated": true,
|
|
1984
2043
|
"originalValue": "{!WHITE}",
|
|
1985
2044
|
"name": "textPrimaryDarkColor"
|
|
1986
2045
|
},
|
|
@@ -2009,6 +2068,7 @@
|
|
|
2009
2068
|
"type": "color",
|
|
2010
2069
|
"category": "text-colors",
|
|
2011
2070
|
"value": "#111236ff",
|
|
2071
|
+
"deprecated": true,
|
|
2012
2072
|
"originalValue": "{!SKY_GRAY}",
|
|
2013
2073
|
"name": "textPrimaryLightColor"
|
|
2014
2074
|
},
|
|
@@ -2023,6 +2083,7 @@
|
|
|
2023
2083
|
"type": "color",
|
|
2024
2084
|
"category": "text-colors",
|
|
2025
2085
|
"value": "#8e8e93ff",
|
|
2086
|
+
"deprecated": true,
|
|
2026
2087
|
"originalValue": "{!BLACK_TINT_06}",
|
|
2027
2088
|
"name": "textQuaternaryDarkColor"
|
|
2028
2089
|
},
|
|
@@ -2030,6 +2091,7 @@
|
|
|
2030
2091
|
"type": "color",
|
|
2031
2092
|
"category": "text-colors",
|
|
2032
2093
|
"value": "#8f90a0ff",
|
|
2094
|
+
"deprecated": true,
|
|
2033
2095
|
"originalValue": "{!SKY_GRAY_TINT_03}",
|
|
2034
2096
|
"name": "textQuaternaryLightColor"
|
|
2035
2097
|
},
|
|
@@ -2037,6 +2099,7 @@
|
|
|
2037
2099
|
"type": "color",
|
|
2038
2100
|
"category": "text-colors",
|
|
2039
2101
|
"value": "#b2b2bfff",
|
|
2102
|
+
"deprecated": true,
|
|
2040
2103
|
"originalValue": "{!SKY_GRAY_TINT_04}",
|
|
2041
2104
|
"name": "textSecondaryDarkColor"
|
|
2042
2105
|
},
|
|
@@ -2051,6 +2114,7 @@
|
|
|
2051
2114
|
"type": "color",
|
|
2052
2115
|
"category": "text-colors",
|
|
2053
2116
|
"value": "#68697fff",
|
|
2117
|
+
"deprecated": true,
|
|
2054
2118
|
"originalValue": "{!SKY_GRAY_TINT_02}",
|
|
2055
2119
|
"name": "textSecondaryLightColor"
|
|
2056
2120
|
},
|
|
@@ -2142,6 +2206,7 @@
|
|
|
2142
2206
|
"type": "color",
|
|
2143
2207
|
"category": "text-colors",
|
|
2144
2208
|
"value": "#8e8e93ff",
|
|
2209
|
+
"deprecated": true,
|
|
2145
2210
|
"originalValue": "{!BLACK_TINT_06}",
|
|
2146
2211
|
"name": "textTertiaryDarkColor"
|
|
2147
2212
|
},
|
|
@@ -2149,6 +2214,7 @@
|
|
|
2149
2214
|
"type": "color",
|
|
2150
2215
|
"category": "text-colors",
|
|
2151
2216
|
"value": "#8f90a0ff",
|
|
2217
|
+
"deprecated": true,
|
|
2152
2218
|
"originalValue": "{!SKY_GRAY_TINT_03}",
|
|
2153
2219
|
"name": "textTertiaryLightColor"
|
|
2154
2220
|
},
|
|
@@ -2430,6 +2496,7 @@
|
|
|
2430
2496
|
"type": "color",
|
|
2431
2497
|
"category": "colors",
|
|
2432
2498
|
"value": "#f1f2f8ff",
|
|
2499
|
+
"deprecated": true,
|
|
2433
2500
|
"originalValue": "{!SKY_GRAY_TINT_07}",
|
|
2434
2501
|
"name": "backgroundAlternativeColor",
|
|
2435
2502
|
"darkValue": "#000000ff",
|
|
@@ -2439,6 +2506,7 @@
|
|
|
2439
2506
|
"type": "color",
|
|
2440
2507
|
"category": "colors",
|
|
2441
2508
|
"value": "#ffffffff",
|
|
2509
|
+
"deprecated": true,
|
|
2442
2510
|
"originalValue": "{!WHITE}",
|
|
2443
2511
|
"name": "backgroundAlternativeSecondaryColor",
|
|
2444
2512
|
"darkValue": "#1d1b20ff",
|
|
@@ -2448,6 +2516,7 @@
|
|
|
2448
2516
|
"type": "color",
|
|
2449
2517
|
"category": "colors",
|
|
2450
2518
|
"value": "#ffffffff",
|
|
2519
|
+
"deprecated": true,
|
|
2451
2520
|
"originalValue": "{!WHITE}",
|
|
2452
2521
|
"name": "backgroundColor",
|
|
2453
2522
|
"darkValue": "#000000ff",
|
|
@@ -2457,6 +2526,7 @@
|
|
|
2457
2526
|
"type": "color",
|
|
2458
2527
|
"category": "text-colors",
|
|
2459
2528
|
"value": "#ffffffff",
|
|
2529
|
+
"deprecated": true,
|
|
2460
2530
|
"originalValue": "{!WHITE}",
|
|
2461
2531
|
"name": "backgroundElevation01Color",
|
|
2462
2532
|
"darkValue": "#1d1b20ff",
|
|
@@ -2466,6 +2536,7 @@
|
|
|
2466
2536
|
"type": "color",
|
|
2467
2537
|
"category": "text-colors",
|
|
2468
2538
|
"value": "#ffffffff",
|
|
2539
|
+
"deprecated": true,
|
|
2469
2540
|
"originalValue": "{!WHITE}",
|
|
2470
2541
|
"name": "backgroundElevation02Color",
|
|
2471
2542
|
"darkValue": "#2c2c2eff",
|
|
@@ -2475,6 +2546,7 @@
|
|
|
2475
2546
|
"type": "color",
|
|
2476
2547
|
"category": "text-colors",
|
|
2477
2548
|
"value": "#ffffffff",
|
|
2549
|
+
"deprecated": true,
|
|
2478
2550
|
"originalValue": "{!WHITE}",
|
|
2479
2551
|
"name": "backgroundElevation03Color",
|
|
2480
2552
|
"darkValue": "#3a3a3cff",
|
|
@@ -2484,6 +2556,7 @@
|
|
|
2484
2556
|
"type": "color",
|
|
2485
2557
|
"category": "colors",
|
|
2486
2558
|
"value": "#f1f2f8ff",
|
|
2559
|
+
"deprecated": true,
|
|
2487
2560
|
"originalValue": "{!SKY_GRAY_TINT_07}",
|
|
2488
2561
|
"name": "backgroundSecondaryColor",
|
|
2489
2562
|
"darkValue": "#1d1b20ff",
|
|
@@ -2493,6 +2566,7 @@
|
|
|
2493
2566
|
"type": "color",
|
|
2494
2567
|
"category": "colors",
|
|
2495
2568
|
"value": "#ffffffff",
|
|
2569
|
+
"deprecated": true,
|
|
2496
2570
|
"originalValue": "{!WHITE}",
|
|
2497
2571
|
"name": "backgroundTertiaryColor",
|
|
2498
2572
|
"darkValue": "#2c2c2eff",
|
|
@@ -2547,6 +2621,7 @@
|
|
|
2547
2621
|
"type": "color",
|
|
2548
2622
|
"category": "colors",
|
|
2549
2623
|
"value": "#cdcdd7ff",
|
|
2624
|
+
"deprecated": true,
|
|
2550
2625
|
"originalValue": "{!SKY_GRAY_TINT_05}",
|
|
2551
2626
|
"name": "lineColor",
|
|
2552
2627
|
"darkValue": "#48484aff",
|
|
@@ -2556,6 +2631,7 @@
|
|
|
2556
2631
|
"type": "color",
|
|
2557
2632
|
"category": "colors",
|
|
2558
2633
|
"value": "#0770e3ff",
|
|
2634
|
+
"deprecated": true,
|
|
2559
2635
|
"originalValue": "{!SKY_BLUE}",
|
|
2560
2636
|
"name": "primaryColor",
|
|
2561
2637
|
"darkValue": "#6d9febff",
|
|
@@ -2709,6 +2785,7 @@
|
|
|
2709
2785
|
"type": "color",
|
|
2710
2786
|
"category": "text-colors",
|
|
2711
2787
|
"value": "#111236ff",
|
|
2788
|
+
"deprecated": true,
|
|
2712
2789
|
"originalValue": "{!SKY_GRAY}",
|
|
2713
2790
|
"name": "textPrimaryColor",
|
|
2714
2791
|
"darkValue": "#ffffffff",
|
|
@@ -2727,6 +2804,7 @@
|
|
|
2727
2804
|
"type": "color",
|
|
2728
2805
|
"category": "text-colors",
|
|
2729
2806
|
"value": "#8f90a0ff",
|
|
2807
|
+
"deprecated": true,
|
|
2730
2808
|
"originalValue": "{!SKY_GRAY_TINT_03}",
|
|
2731
2809
|
"name": "textQuaternaryColor",
|
|
2732
2810
|
"darkValue": "#8e8e93ff",
|
|
@@ -2736,6 +2814,7 @@
|
|
|
2736
2814
|
"type": "color",
|
|
2737
2815
|
"category": "text-colors",
|
|
2738
2816
|
"value": "#68697fff",
|
|
2817
|
+
"deprecated": true,
|
|
2739
2818
|
"originalValue": "{!SKY_GRAY_TINT_02}",
|
|
2740
2819
|
"name": "textSecondaryColor",
|
|
2741
2820
|
"darkValue": "#b2b2bfff",
|
|
@@ -2745,6 +2824,7 @@
|
|
|
2745
2824
|
"type": "color",
|
|
2746
2825
|
"category": "text-colors",
|
|
2747
2826
|
"value": "#8f90a0ff",
|
|
2827
|
+
"deprecated": true,
|
|
2748
2828
|
"originalValue": "{!SKY_GRAY_TINT_03}",
|
|
2749
2829
|
"name": "textTertiaryColor",
|
|
2750
2830
|
"darkValue": "#8e8e93ff",
|
package/tokens/base.raw.ios.json
CHANGED
|
@@ -420,6 +420,7 @@
|
|
|
420
420
|
"type": "color",
|
|
421
421
|
"category": "colors",
|
|
422
422
|
"value": "#000000ff",
|
|
423
|
+
"deprecated": true,
|
|
423
424
|
"originalValue": "{!BLACK}",
|
|
424
425
|
"name": "BACKGROUND_ALTERNATIVE_DARK_COLOR"
|
|
425
426
|
},
|
|
@@ -427,6 +428,7 @@
|
|
|
427
428
|
"type": "color",
|
|
428
429
|
"category": "colors",
|
|
429
430
|
"value": "#f1f2f8ff",
|
|
431
|
+
"deprecated": true,
|
|
430
432
|
"originalValue": "{!SKY_GRAY_TINT_07}",
|
|
431
433
|
"name": "BACKGROUND_ALTERNATIVE_LIGHT_COLOR"
|
|
432
434
|
},
|
|
@@ -434,6 +436,7 @@
|
|
|
434
436
|
"type": "color",
|
|
435
437
|
"category": "colors",
|
|
436
438
|
"value": "#1d1b20ff",
|
|
439
|
+
"deprecated": true,
|
|
437
440
|
"originalValue": "{!BLACK_TINT_01}",
|
|
438
441
|
"name": "BACKGROUND_ALTERNATIVE_SECONDARY_DARK_COLOR"
|
|
439
442
|
},
|
|
@@ -441,6 +444,7 @@
|
|
|
441
444
|
"type": "color",
|
|
442
445
|
"category": "colors",
|
|
443
446
|
"value": "#ffffffff",
|
|
447
|
+
"deprecated": true,
|
|
444
448
|
"originalValue": "{!WHITE}",
|
|
445
449
|
"name": "BACKGROUND_ALTERNATIVE_SECONDARY_LIGHT_COLOR"
|
|
446
450
|
},
|
|
@@ -448,6 +452,7 @@
|
|
|
448
452
|
"type": "color",
|
|
449
453
|
"category": "colors",
|
|
450
454
|
"value": "#000000ff",
|
|
455
|
+
"deprecated": true,
|
|
451
456
|
"originalValue": "{!BLACK}",
|
|
452
457
|
"name": "BACKGROUND_DARK_COLOR"
|
|
453
458
|
},
|
|
@@ -455,6 +460,7 @@
|
|
|
455
460
|
"type": "color",
|
|
456
461
|
"category": "text-colors",
|
|
457
462
|
"value": "#1d1b20ff",
|
|
463
|
+
"deprecated": true,
|
|
458
464
|
"originalValue": "{!BLACK_TINT_01}",
|
|
459
465
|
"name": "BACKGROUND_ELEVATION_01_DARK_COLOR"
|
|
460
466
|
},
|
|
@@ -462,6 +468,7 @@
|
|
|
462
468
|
"type": "color",
|
|
463
469
|
"category": "text-colors",
|
|
464
470
|
"value": "#ffffffff",
|
|
471
|
+
"deprecated": true,
|
|
465
472
|
"originalValue": "{!WHITE}",
|
|
466
473
|
"name": "BACKGROUND_ELEVATION_01_LIGHT_COLOR"
|
|
467
474
|
},
|
|
@@ -469,6 +476,7 @@
|
|
|
469
476
|
"type": "color",
|
|
470
477
|
"category": "text-colors",
|
|
471
478
|
"value": "#2c2c2eff",
|
|
479
|
+
"deprecated": true,
|
|
472
480
|
"originalValue": "{!BLACK_TINT_02}",
|
|
473
481
|
"name": "BACKGROUND_ELEVATION_02_DARK_COLOR"
|
|
474
482
|
},
|
|
@@ -476,6 +484,7 @@
|
|
|
476
484
|
"type": "color",
|
|
477
485
|
"category": "text-colors",
|
|
478
486
|
"value": "#ffffffff",
|
|
487
|
+
"deprecated": true,
|
|
479
488
|
"originalValue": "{!WHITE}",
|
|
480
489
|
"name": "BACKGROUND_ELEVATION_02_LIGHT_COLOR"
|
|
481
490
|
},
|
|
@@ -483,6 +492,7 @@
|
|
|
483
492
|
"type": "color",
|
|
484
493
|
"category": "text-colors",
|
|
485
494
|
"value": "#3a3a3cff",
|
|
495
|
+
"deprecated": true,
|
|
486
496
|
"originalValue": "{!BLACK_TINT_03}",
|
|
487
497
|
"name": "BACKGROUND_ELEVATION_03_DARK_COLOR"
|
|
488
498
|
},
|
|
@@ -490,6 +500,7 @@
|
|
|
490
500
|
"type": "color",
|
|
491
501
|
"category": "text-colors",
|
|
492
502
|
"value": "#ffffffff",
|
|
503
|
+
"deprecated": true,
|
|
493
504
|
"originalValue": "{!WHITE}",
|
|
494
505
|
"name": "BACKGROUND_ELEVATION_03_LIGHT_COLOR"
|
|
495
506
|
},
|
|
@@ -497,6 +508,7 @@
|
|
|
497
508
|
"type": "color",
|
|
498
509
|
"category": "colors",
|
|
499
510
|
"value": "#ffffffff",
|
|
511
|
+
"deprecated": true,
|
|
500
512
|
"originalValue": "{!WHITE}",
|
|
501
513
|
"name": "BACKGROUND_LIGHT_COLOR"
|
|
502
514
|
},
|
|
@@ -504,6 +516,7 @@
|
|
|
504
516
|
"type": "color",
|
|
505
517
|
"category": "colors",
|
|
506
518
|
"value": "#1d1b20ff",
|
|
519
|
+
"deprecated": true,
|
|
507
520
|
"originalValue": "{!BLACK_TINT_01}",
|
|
508
521
|
"name": "BACKGROUND_SECONDARY_DARK_COLOR"
|
|
509
522
|
},
|
|
@@ -511,6 +524,7 @@
|
|
|
511
524
|
"type": "color",
|
|
512
525
|
"category": "colors",
|
|
513
526
|
"value": "#f1f2f8ff",
|
|
527
|
+
"deprecated": true,
|
|
514
528
|
"originalValue": "{!SKY_GRAY_TINT_07}",
|
|
515
529
|
"name": "BACKGROUND_SECONDARY_LIGHT_COLOR"
|
|
516
530
|
},
|
|
@@ -518,6 +532,7 @@
|
|
|
518
532
|
"type": "color",
|
|
519
533
|
"category": "colors",
|
|
520
534
|
"value": "#2c2c2eff",
|
|
535
|
+
"deprecated": true,
|
|
521
536
|
"originalValue": "{!BLACK_TINT_02}",
|
|
522
537
|
"name": "BACKGROUND_TERTIARY_DARK_COLOR"
|
|
523
538
|
},
|
|
@@ -525,6 +540,7 @@
|
|
|
525
540
|
"type": "color",
|
|
526
541
|
"category": "colors",
|
|
527
542
|
"value": "#ffffffff",
|
|
543
|
+
"deprecated": true,
|
|
528
544
|
"originalValue": "{!WHITE}",
|
|
529
545
|
"name": "BACKGROUND_TERTIARY_LIGHT_COLOR"
|
|
530
546
|
},
|
|
@@ -693,6 +709,7 @@
|
|
|
693
709
|
"type": "color",
|
|
694
710
|
"category": "colors",
|
|
695
711
|
"value": "#5a489bff",
|
|
712
|
+
"deprecated": true,
|
|
696
713
|
"originalValue": "{!ABISKO}",
|
|
697
714
|
"name": "COLOR_ABISKO"
|
|
698
715
|
},
|
|
@@ -700,6 +717,7 @@
|
|
|
700
717
|
"type": "color",
|
|
701
718
|
"category": "colors",
|
|
702
719
|
"value": "#ffebd0ff",
|
|
720
|
+
"deprecated": true,
|
|
703
721
|
"originalValue": "{!BAGAN}",
|
|
704
722
|
"name": "COLOR_BAGAN"
|
|
705
723
|
},
|
|
@@ -714,6 +732,7 @@
|
|
|
714
732
|
"type": "color",
|
|
715
733
|
"category": "colors",
|
|
716
734
|
"value": "#1d1b20ff",
|
|
735
|
+
"deprecated": true,
|
|
717
736
|
"originalValue": "{!BLACK_TINT_01}",
|
|
718
737
|
"name": "COLOR_BLACK_TINT_01"
|
|
719
738
|
},
|
|
@@ -721,6 +740,7 @@
|
|
|
721
740
|
"type": "color",
|
|
722
741
|
"category": "colors",
|
|
723
742
|
"value": "#2c2c2eff",
|
|
743
|
+
"deprecated": true,
|
|
724
744
|
"originalValue": "{!BLACK_TINT_02}",
|
|
725
745
|
"name": "COLOR_BLACK_TINT_02"
|
|
726
746
|
},
|
|
@@ -728,6 +748,7 @@
|
|
|
728
748
|
"type": "color",
|
|
729
749
|
"category": "colors",
|
|
730
750
|
"value": "#3a3a3cff",
|
|
751
|
+
"deprecated": true,
|
|
731
752
|
"originalValue": "{!BLACK_TINT_03}",
|
|
732
753
|
"name": "COLOR_BLACK_TINT_03"
|
|
733
754
|
},
|
|
@@ -735,6 +756,7 @@
|
|
|
735
756
|
"type": "color",
|
|
736
757
|
"category": "colors",
|
|
737
758
|
"value": "#48484aff",
|
|
759
|
+
"deprecated": true,
|
|
738
760
|
"originalValue": "{!BLACK_TINT_04}",
|
|
739
761
|
"name": "COLOR_BLACK_TINT_04"
|
|
740
762
|
},
|
|
@@ -742,6 +764,7 @@
|
|
|
742
764
|
"type": "color",
|
|
743
765
|
"category": "colors",
|
|
744
766
|
"value": "#636366ff",
|
|
767
|
+
"deprecated": true,
|
|
745
768
|
"originalValue": "{!BLACK_TINT_05}",
|
|
746
769
|
"name": "COLOR_BLACK_TINT_05"
|
|
747
770
|
},
|
|
@@ -749,6 +772,7 @@
|
|
|
749
772
|
"type": "color",
|
|
750
773
|
"category": "colors",
|
|
751
774
|
"value": "#8e8e93ff",
|
|
775
|
+
"deprecated": true,
|
|
752
776
|
"originalValue": "{!BLACK_TINT_06}",
|
|
753
777
|
"name": "COLOR_BLACK_TINT_06"
|
|
754
778
|
},
|
|
@@ -756,6 +780,7 @@
|
|
|
756
780
|
"type": "color",
|
|
757
781
|
"category": "colors",
|
|
758
782
|
"value": "#ff7b59ff",
|
|
783
|
+
"deprecated": true,
|
|
759
784
|
"originalValue": "{!BUNOL}",
|
|
760
785
|
"name": "COLOR_BUNOL"
|
|
761
786
|
},
|
|
@@ -763,6 +788,7 @@
|
|
|
763
788
|
"type": "color",
|
|
764
789
|
"category": "colors",
|
|
765
790
|
"value": "#ffb54dff",
|
|
791
|
+
"deprecated": true,
|
|
766
792
|
"originalValue": "{!ERFOUD}",
|
|
767
793
|
"name": "COLOR_ERFOUD"
|
|
768
794
|
},
|
|
@@ -770,6 +796,7 @@
|
|
|
770
796
|
"type": "color",
|
|
771
797
|
"category": "colors",
|
|
772
798
|
"value": "#73cec6ff",
|
|
799
|
+
"deprecated": true,
|
|
773
800
|
"originalValue": "{!GLENCOE}",
|
|
774
801
|
"name": "COLOR_GLENCOE"
|
|
775
802
|
},
|
|
@@ -777,6 +804,7 @@
|
|
|
777
804
|
"type": "color",
|
|
778
805
|
"category": "colors",
|
|
779
806
|
"value": "#f6dde1ff",
|
|
807
|
+
"deprecated": true,
|
|
780
808
|
"originalValue": "{!HARBOUR}",
|
|
781
809
|
"name": "COLOR_HARBOUR"
|
|
782
810
|
},
|
|
@@ -784,6 +812,7 @@
|
|
|
784
812
|
"type": "color",
|
|
785
813
|
"category": "colors",
|
|
786
814
|
"value": "#e18b96ff",
|
|
815
|
+
"deprecated": true,
|
|
787
816
|
"originalValue": "{!HILLIER}",
|
|
788
817
|
"name": "COLOR_HILLIER"
|
|
789
818
|
},
|
|
@@ -791,6 +820,7 @@
|
|
|
791
820
|
"type": "color",
|
|
792
821
|
"category": "colors",
|
|
793
822
|
"value": "#ff9400ff",
|
|
823
|
+
"deprecated": true,
|
|
794
824
|
"originalValue": "{!KOLKATA}",
|
|
795
825
|
"name": "COLOR_KOLKATA"
|
|
796
826
|
},
|
|
@@ -798,6 +828,7 @@
|
|
|
798
828
|
"type": "color",
|
|
799
829
|
"category": "colors",
|
|
800
830
|
"value": "#00a698ff",
|
|
831
|
+
"deprecated": true,
|
|
801
832
|
"originalValue": "{!MONTEVERDE}",
|
|
802
833
|
"name": "COLOR_MONTEVERDE"
|
|
803
834
|
},
|
|
@@ -805,6 +836,7 @@
|
|
|
805
836
|
"type": "color",
|
|
806
837
|
"category": "colors",
|
|
807
838
|
"value": "#ffe7e0ff",
|
|
839
|
+
"deprecated": true,
|
|
808
840
|
"originalValue": "{!NARA}",
|
|
809
841
|
"name": "COLOR_NARA"
|
|
810
842
|
},
|
|
@@ -812,6 +844,7 @@
|
|
|
812
844
|
"type": "color",
|
|
813
845
|
"category": "colors",
|
|
814
846
|
"value": "#d1435bff",
|
|
847
|
+
"deprecated": true,
|
|
815
848
|
"originalValue": "{!PANJIN}",
|
|
816
849
|
"name": "COLOR_PANJIN"
|
|
817
850
|
},
|
|
@@ -819,6 +852,7 @@
|
|
|
819
852
|
"type": "color",
|
|
820
853
|
"category": "colors",
|
|
821
854
|
"value": "#ffab95ff",
|
|
855
|
+
"deprecated": true,
|
|
822
856
|
"originalValue": "{!PETRA}",
|
|
823
857
|
"name": "COLOR_PETRA"
|
|
824
858
|
},
|
|
@@ -826,6 +860,7 @@
|
|
|
826
860
|
"type": "color",
|
|
827
861
|
"category": "colors",
|
|
828
862
|
"value": "#0770e3ff",
|
|
863
|
+
"deprecated": true,
|
|
829
864
|
"originalValue": "{!SKY_BLUE}",
|
|
830
865
|
"name": "COLOR_PRIMARY_GRADIENT_LIGHT"
|
|
831
866
|
},
|
|
@@ -833,6 +868,7 @@
|
|
|
833
868
|
"type": "color",
|
|
834
869
|
"category": "colors",
|
|
835
870
|
"value": "#d0eeecff",
|
|
871
|
+
"deprecated": true,
|
|
836
872
|
"originalValue": "{!SAGANO}",
|
|
837
873
|
"name": "COLOR_SAGANO"
|
|
838
874
|
},
|
|
@@ -847,6 +883,7 @@
|
|
|
847
883
|
"type": "color",
|
|
848
884
|
"category": "colors",
|
|
849
885
|
"value": "#084eb2ff",
|
|
886
|
+
"deprecated": true,
|
|
850
887
|
"originalValue": "{!SKY_BLUE_SHADE_01}",
|
|
851
888
|
"name": "COLOR_SKY_BLUE_SHADE_01"
|
|
852
889
|
},
|
|
@@ -854,6 +891,7 @@
|
|
|
854
891
|
"type": "color",
|
|
855
892
|
"category": "colors",
|
|
856
893
|
"value": "#042759ff",
|
|
894
|
+
"deprecated": true,
|
|
857
895
|
"originalValue": "{!SKY_BLUE_SHADE_02}",
|
|
858
896
|
"name": "COLOR_SKY_BLUE_SHADE_02"
|
|
859
897
|
},
|
|
@@ -861,6 +899,7 @@
|
|
|
861
899
|
"type": "color",
|
|
862
900
|
"category": "colors",
|
|
863
901
|
"value": "#02122cff",
|
|
902
|
+
"deprecated": true,
|
|
864
903
|
"originalValue": "{!SKY_BLUE_SHADE_03}",
|
|
865
904
|
"name": "COLOR_SKY_BLUE_SHADE_03"
|
|
866
905
|
},
|
|
@@ -868,6 +907,7 @@
|
|
|
868
907
|
"type": "color",
|
|
869
908
|
"category": "colors",
|
|
870
909
|
"value": "#6d9febff",
|
|
910
|
+
"deprecated": true,
|
|
871
911
|
"originalValue": "{!SKY_BLUE_TINT_01}",
|
|
872
912
|
"name": "COLOR_SKY_BLUE_TINT_01"
|
|
873
913
|
},
|
|
@@ -875,6 +915,7 @@
|
|
|
875
915
|
"type": "color",
|
|
876
916
|
"category": "colors",
|
|
877
917
|
"value": "#9dc0f2ff",
|
|
918
|
+
"deprecated": true,
|
|
878
919
|
"originalValue": "{!SKY_BLUE_TINT_02}",
|
|
879
920
|
"name": "COLOR_SKY_BLUE_TINT_02"
|
|
880
921
|
},
|
|
@@ -882,6 +923,7 @@
|
|
|
882
923
|
"type": "color",
|
|
883
924
|
"category": "colors",
|
|
884
925
|
"value": "#cddff8ff",
|
|
926
|
+
"deprecated": true,
|
|
885
927
|
"originalValue": "{!SKY_BLUE_TINT_03}",
|
|
886
928
|
"name": "COLOR_SKY_BLUE_TINT_03"
|
|
887
929
|
},
|
|
@@ -889,6 +931,7 @@
|
|
|
889
931
|
"type": "color",
|
|
890
932
|
"category": "colors",
|
|
891
933
|
"value": "#111236ff",
|
|
934
|
+
"deprecated": true,
|
|
892
935
|
"originalValue": "{!SKY_GRAY}",
|
|
893
936
|
"name": "COLOR_SKY_GRAY"
|
|
894
937
|
},
|
|
@@ -896,6 +939,7 @@
|
|
|
896
939
|
"type": "color",
|
|
897
940
|
"category": "colors",
|
|
898
941
|
"value": "#444560ff",
|
|
942
|
+
"deprecated": true,
|
|
899
943
|
"originalValue": "{!SKY_GRAY_TINT_01}",
|
|
900
944
|
"name": "COLOR_SKY_GRAY_TINT_01"
|
|
901
945
|
},
|
|
@@ -903,6 +947,7 @@
|
|
|
903
947
|
"type": "color",
|
|
904
948
|
"category": "colors",
|
|
905
949
|
"value": "#68697fff",
|
|
950
|
+
"deprecated": true,
|
|
906
951
|
"originalValue": "{!SKY_GRAY_TINT_02}",
|
|
907
952
|
"name": "COLOR_SKY_GRAY_TINT_02"
|
|
908
953
|
},
|
|
@@ -910,6 +955,7 @@
|
|
|
910
955
|
"type": "color",
|
|
911
956
|
"category": "colors",
|
|
912
957
|
"value": "#8f90a0ff",
|
|
958
|
+
"deprecated": true,
|
|
913
959
|
"originalValue": "{!SKY_GRAY_TINT_03}",
|
|
914
960
|
"name": "COLOR_SKY_GRAY_TINT_03"
|
|
915
961
|
},
|
|
@@ -917,6 +963,7 @@
|
|
|
917
963
|
"type": "color",
|
|
918
964
|
"category": "colors",
|
|
919
965
|
"value": "#b2b2bfff",
|
|
966
|
+
"deprecated": true,
|
|
920
967
|
"originalValue": "{!SKY_GRAY_TINT_04}",
|
|
921
968
|
"name": "COLOR_SKY_GRAY_TINT_04"
|
|
922
969
|
},
|
|
@@ -924,6 +971,7 @@
|
|
|
924
971
|
"type": "color",
|
|
925
972
|
"category": "colors",
|
|
926
973
|
"value": "#cdcdd7ff",
|
|
974
|
+
"deprecated": true,
|
|
927
975
|
"originalValue": "{!SKY_GRAY_TINT_05}",
|
|
928
976
|
"name": "COLOR_SKY_GRAY_TINT_05"
|
|
929
977
|
},
|
|
@@ -931,6 +979,7 @@
|
|
|
931
979
|
"type": "color",
|
|
932
980
|
"category": "colors",
|
|
933
981
|
"value": "#dddde5ff",
|
|
982
|
+
"deprecated": true,
|
|
934
983
|
"originalValue": "{!SKY_GRAY_TINT_06}",
|
|
935
984
|
"name": "COLOR_SKY_GRAY_TINT_06"
|
|
936
985
|
},
|
|
@@ -938,6 +987,7 @@
|
|
|
938
987
|
"type": "color",
|
|
939
988
|
"category": "colors",
|
|
940
989
|
"value": "#f1f2f8ff",
|
|
990
|
+
"deprecated": true,
|
|
941
991
|
"originalValue": "{!SKY_GRAY_TINT_07}",
|
|
942
992
|
"name": "COLOR_SKY_GRAY_TINT_07"
|
|
943
993
|
},
|
|
@@ -945,6 +995,7 @@
|
|
|
945
995
|
"type": "color",
|
|
946
996
|
"category": "colors",
|
|
947
997
|
"value": "#00a698ff",
|
|
998
|
+
"deprecated": true,
|
|
948
999
|
"originalValue": "{!MONTEVERDE}",
|
|
949
1000
|
"name": "COLOR_SYSTEM_GREEN"
|
|
950
1001
|
},
|
|
@@ -952,6 +1003,7 @@
|
|
|
952
1003
|
"type": "color",
|
|
953
1004
|
"category": "colors",
|
|
954
1005
|
"value": "#d1435bff",
|
|
1006
|
+
"deprecated": true,
|
|
955
1007
|
"originalValue": "{!PANJIN}",
|
|
956
1008
|
"name": "COLOR_SYSTEM_RED"
|
|
957
1009
|
},
|
|
@@ -959,6 +1011,7 @@
|
|
|
959
1011
|
"type": "color",
|
|
960
1012
|
"category": "colors",
|
|
961
1013
|
"value": "#e1ddecff",
|
|
1014
|
+
"deprecated": true,
|
|
962
1015
|
"originalValue": "{!TOCHIGI}",
|
|
963
1016
|
"name": "COLOR_TOCHIGI"
|
|
964
1017
|
},
|
|
@@ -966,6 +1019,7 @@
|
|
|
966
1019
|
"type": "color",
|
|
967
1020
|
"category": "colors",
|
|
968
1021
|
"value": "#a59bc8ff",
|
|
1022
|
+
"deprecated": true,
|
|
969
1023
|
"originalValue": "{!VALENSOLE}",
|
|
970
1024
|
"name": "COLOR_VALENSOLE"
|
|
971
1025
|
},
|
|
@@ -1219,6 +1273,7 @@
|
|
|
1219
1273
|
"type": "color",
|
|
1220
1274
|
"category": "colors",
|
|
1221
1275
|
"value": "#48484aff",
|
|
1276
|
+
"deprecated": true,
|
|
1222
1277
|
"originalValue": "{!BLACK_TINT_04}",
|
|
1223
1278
|
"name": "LINE_DARK_COLOR"
|
|
1224
1279
|
},
|
|
@@ -1338,6 +1393,7 @@
|
|
|
1338
1393
|
"type": "color",
|
|
1339
1394
|
"category": "colors",
|
|
1340
1395
|
"value": "#cdcdd7ff",
|
|
1396
|
+
"deprecated": true,
|
|
1341
1397
|
"originalValue": "{!SKY_GRAY_TINT_05}",
|
|
1342
1398
|
"name": "LINE_LIGHT_COLOR"
|
|
1343
1399
|
},
|
|
@@ -1471,6 +1527,7 @@
|
|
|
1471
1527
|
"type": "color",
|
|
1472
1528
|
"category": "colors",
|
|
1473
1529
|
"value": "#6d9febff",
|
|
1530
|
+
"deprecated": true,
|
|
1474
1531
|
"originalValue": "{!SKY_BLUE_TINT_01}",
|
|
1475
1532
|
"name": "PRIMARY_DARK_COLOR"
|
|
1476
1533
|
},
|
|
@@ -1478,6 +1535,7 @@
|
|
|
1478
1535
|
"type": "color",
|
|
1479
1536
|
"category": "colors",
|
|
1480
1537
|
"value": "#0770e3ff",
|
|
1538
|
+
"deprecated": true,
|
|
1481
1539
|
"originalValue": "{!SKY_BLUE}",
|
|
1482
1540
|
"name": "PRIMARY_LIGHT_COLOR"
|
|
1483
1541
|
},
|
|
@@ -2376,6 +2434,7 @@
|
|
|
2376
2434
|
"type": "color",
|
|
2377
2435
|
"category": "text-colors",
|
|
2378
2436
|
"value": "#ffffffff",
|
|
2437
|
+
"deprecated": true,
|
|
2379
2438
|
"originalValue": "{!WHITE}",
|
|
2380
2439
|
"name": "TEXT_PRIMARY_DARK_COLOR"
|
|
2381
2440
|
},
|
|
@@ -2404,6 +2463,7 @@
|
|
|
2404
2463
|
"type": "color",
|
|
2405
2464
|
"category": "text-colors",
|
|
2406
2465
|
"value": "#111236ff",
|
|
2466
|
+
"deprecated": true,
|
|
2407
2467
|
"originalValue": "{!SKY_GRAY}",
|
|
2408
2468
|
"name": "TEXT_PRIMARY_LIGHT_COLOR"
|
|
2409
2469
|
},
|
|
@@ -2418,6 +2478,7 @@
|
|
|
2418
2478
|
"type": "color",
|
|
2419
2479
|
"category": "text-colors",
|
|
2420
2480
|
"value": "#8e8e93ff",
|
|
2481
|
+
"deprecated": true,
|
|
2421
2482
|
"originalValue": "{!BLACK_TINT_06}",
|
|
2422
2483
|
"name": "TEXT_QUATERNARY_DARK_COLOR"
|
|
2423
2484
|
},
|
|
@@ -2425,6 +2486,7 @@
|
|
|
2425
2486
|
"type": "color",
|
|
2426
2487
|
"category": "text-colors",
|
|
2427
2488
|
"value": "#8f90a0ff",
|
|
2489
|
+
"deprecated": true,
|
|
2428
2490
|
"originalValue": "{!SKY_GRAY_TINT_03}",
|
|
2429
2491
|
"name": "TEXT_QUATERNARY_LIGHT_COLOR"
|
|
2430
2492
|
},
|
|
@@ -2432,6 +2494,7 @@
|
|
|
2432
2494
|
"type": "color",
|
|
2433
2495
|
"category": "text-colors",
|
|
2434
2496
|
"value": "#b2b2bfff",
|
|
2497
|
+
"deprecated": true,
|
|
2435
2498
|
"originalValue": "{!SKY_GRAY_TINT_04}",
|
|
2436
2499
|
"name": "TEXT_SECONDARY_DARK_COLOR"
|
|
2437
2500
|
},
|
|
@@ -2446,6 +2509,7 @@
|
|
|
2446
2509
|
"type": "color",
|
|
2447
2510
|
"category": "text-colors",
|
|
2448
2511
|
"value": "#68697fff",
|
|
2512
|
+
"deprecated": true,
|
|
2449
2513
|
"originalValue": "{!SKY_GRAY_TINT_02}",
|
|
2450
2514
|
"name": "TEXT_SECONDARY_LIGHT_COLOR"
|
|
2451
2515
|
},
|
|
@@ -2537,6 +2601,7 @@
|
|
|
2537
2601
|
"type": "color",
|
|
2538
2602
|
"category": "text-colors",
|
|
2539
2603
|
"value": "#8e8e93ff",
|
|
2604
|
+
"deprecated": true,
|
|
2540
2605
|
"originalValue": "{!BLACK_TINT_06}",
|
|
2541
2606
|
"name": "TEXT_TERTIARY_DARK_COLOR"
|
|
2542
2607
|
},
|
|
@@ -2544,6 +2609,7 @@
|
|
|
2544
2609
|
"type": "color",
|
|
2545
2610
|
"category": "text-colors",
|
|
2546
2611
|
"value": "#8f90a0ff",
|
|
2612
|
+
"deprecated": true,
|
|
2547
2613
|
"originalValue": "{!SKY_GRAY_TINT_03}",
|
|
2548
2614
|
"name": "TEXT_TERTIARY_LIGHT_COLOR"
|
|
2549
2615
|
},
|
|
@@ -2825,6 +2891,7 @@
|
|
|
2825
2891
|
"type": "color",
|
|
2826
2892
|
"category": "colors",
|
|
2827
2893
|
"value": "#f1f2f8ff",
|
|
2894
|
+
"deprecated": true,
|
|
2828
2895
|
"originalValue": "{!SKY_GRAY_TINT_07}",
|
|
2829
2896
|
"name": "BACKGROUND_ALTERNATIVE_COLOR",
|
|
2830
2897
|
"darkValue": "#000000ff",
|
|
@@ -2834,6 +2901,7 @@
|
|
|
2834
2901
|
"type": "color",
|
|
2835
2902
|
"category": "colors",
|
|
2836
2903
|
"value": "#ffffffff",
|
|
2904
|
+
"deprecated": true,
|
|
2837
2905
|
"originalValue": "{!WHITE}",
|
|
2838
2906
|
"name": "BACKGROUND_ALTERNATIVE_SECONDARY_COLOR",
|
|
2839
2907
|
"darkValue": "#1d1b20ff",
|
|
@@ -2843,6 +2911,7 @@
|
|
|
2843
2911
|
"type": "color",
|
|
2844
2912
|
"category": "colors",
|
|
2845
2913
|
"value": "#ffffffff",
|
|
2914
|
+
"deprecated": true,
|
|
2846
2915
|
"originalValue": "{!WHITE}",
|
|
2847
2916
|
"name": "BACKGROUND_COLOR",
|
|
2848
2917
|
"darkValue": "#000000ff",
|
|
@@ -2852,6 +2921,7 @@
|
|
|
2852
2921
|
"type": "color",
|
|
2853
2922
|
"category": "text-colors",
|
|
2854
2923
|
"value": "#ffffffff",
|
|
2924
|
+
"deprecated": true,
|
|
2855
2925
|
"originalValue": "{!WHITE}",
|
|
2856
2926
|
"name": "BACKGROUND_ELEVATION_01_COLOR",
|
|
2857
2927
|
"darkValue": "#1d1b20ff",
|
|
@@ -2861,6 +2931,7 @@
|
|
|
2861
2931
|
"type": "color",
|
|
2862
2932
|
"category": "text-colors",
|
|
2863
2933
|
"value": "#ffffffff",
|
|
2934
|
+
"deprecated": true,
|
|
2864
2935
|
"originalValue": "{!WHITE}",
|
|
2865
2936
|
"name": "BACKGROUND_ELEVATION_02_COLOR",
|
|
2866
2937
|
"darkValue": "#2c2c2eff",
|
|
@@ -2870,6 +2941,7 @@
|
|
|
2870
2941
|
"type": "color",
|
|
2871
2942
|
"category": "text-colors",
|
|
2872
2943
|
"value": "#ffffffff",
|
|
2944
|
+
"deprecated": true,
|
|
2873
2945
|
"originalValue": "{!WHITE}",
|
|
2874
2946
|
"name": "BACKGROUND_ELEVATION_03_COLOR",
|
|
2875
2947
|
"darkValue": "#3a3a3cff",
|
|
@@ -2879,6 +2951,7 @@
|
|
|
2879
2951
|
"type": "color",
|
|
2880
2952
|
"category": "colors",
|
|
2881
2953
|
"value": "#f1f2f8ff",
|
|
2954
|
+
"deprecated": true,
|
|
2882
2955
|
"originalValue": "{!SKY_GRAY_TINT_07}",
|
|
2883
2956
|
"name": "BACKGROUND_SECONDARY_COLOR",
|
|
2884
2957
|
"darkValue": "#1d1b20ff",
|
|
@@ -2888,6 +2961,7 @@
|
|
|
2888
2961
|
"type": "color",
|
|
2889
2962
|
"category": "colors",
|
|
2890
2963
|
"value": "#ffffffff",
|
|
2964
|
+
"deprecated": true,
|
|
2891
2965
|
"originalValue": "{!WHITE}",
|
|
2892
2966
|
"name": "BACKGROUND_TERTIARY_COLOR",
|
|
2893
2967
|
"darkValue": "#2c2c2eff",
|
|
@@ -2942,6 +3016,7 @@
|
|
|
2942
3016
|
"type": "color",
|
|
2943
3017
|
"category": "colors",
|
|
2944
3018
|
"value": "#cdcdd7ff",
|
|
3019
|
+
"deprecated": true,
|
|
2945
3020
|
"originalValue": "{!SKY_GRAY_TINT_05}",
|
|
2946
3021
|
"name": "LINE_COLOR",
|
|
2947
3022
|
"darkValue": "#48484aff",
|
|
@@ -2951,6 +3026,7 @@
|
|
|
2951
3026
|
"type": "color",
|
|
2952
3027
|
"category": "colors",
|
|
2953
3028
|
"value": "#0770e3ff",
|
|
3029
|
+
"deprecated": true,
|
|
2954
3030
|
"originalValue": "{!SKY_BLUE}",
|
|
2955
3031
|
"name": "PRIMARY_COLOR",
|
|
2956
3032
|
"darkValue": "#6d9febff",
|
|
@@ -3104,6 +3180,7 @@
|
|
|
3104
3180
|
"type": "color",
|
|
3105
3181
|
"category": "text-colors",
|
|
3106
3182
|
"value": "#111236ff",
|
|
3183
|
+
"deprecated": true,
|
|
3107
3184
|
"originalValue": "{!SKY_GRAY}",
|
|
3108
3185
|
"name": "TEXT_PRIMARY_COLOR",
|
|
3109
3186
|
"darkValue": "#ffffffff",
|
|
@@ -3122,6 +3199,7 @@
|
|
|
3122
3199
|
"type": "color",
|
|
3123
3200
|
"category": "text-colors",
|
|
3124
3201
|
"value": "#8f90a0ff",
|
|
3202
|
+
"deprecated": true,
|
|
3125
3203
|
"originalValue": "{!SKY_GRAY_TINT_03}",
|
|
3126
3204
|
"name": "TEXT_QUATERNARY_COLOR",
|
|
3127
3205
|
"darkValue": "#8e8e93ff",
|
|
@@ -3131,6 +3209,7 @@
|
|
|
3131
3209
|
"type": "color",
|
|
3132
3210
|
"category": "text-colors",
|
|
3133
3211
|
"value": "#68697fff",
|
|
3212
|
+
"deprecated": true,
|
|
3134
3213
|
"originalValue": "{!SKY_GRAY_TINT_02}",
|
|
3135
3214
|
"name": "TEXT_SECONDARY_COLOR",
|
|
3136
3215
|
"darkValue": "#b2b2bfff",
|
|
@@ -3140,6 +3219,7 @@
|
|
|
3140
3219
|
"type": "color",
|
|
3141
3220
|
"category": "text-colors",
|
|
3142
3221
|
"value": "#8f90a0ff",
|
|
3222
|
+
"deprecated": true,
|
|
3143
3223
|
"originalValue": "{!SKY_GRAY_TINT_03}",
|
|
3144
3224
|
"name": "TEXT_TERTIARY_COLOR",
|
|
3145
3225
|
"darkValue": "#8e8e93ff",
|