@pantheon-systems/pds-design-tokens 0.7.0-dev.6 → 1.0.0-dev.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/build/css/pds-design-tokens-dark-mode.css +21 -10
- package/build/css/pds-design-tokens-light-mode.css +22 -11
- package/build/css/pds-design-tokens.css +3 -0
- package/build/figma/pds-design-tokens-figma.json +984 -383
- package/build/json/pds-design-tokens-dark-mode.json +341 -31
- package/build/json/pds-design-tokens-light-mode.json +353 -135
- package/build/json/pds-design-tokens.json +67 -0
- package/build/scss/_pds-design-tokens-dark-mode.scss +21 -10
- package/build/scss/_pds-design-tokens-light-mode.scss +22 -11
- package/build/scss/_pds-design-tokens.scss +3 -0
- package/package.json +1 -1
|
@@ -1,5 +1,78 @@
|
|
|
1
1
|
{
|
|
2
2
|
"pds-design-tokens": {
|
|
3
|
+
"animation": {
|
|
4
|
+
"transition": {
|
|
5
|
+
"delay": {
|
|
6
|
+
"value": "0s",
|
|
7
|
+
"public": true,
|
|
8
|
+
"filePath": "tokens/animation/base.json",
|
|
9
|
+
"isSource": true,
|
|
10
|
+
"original": {
|
|
11
|
+
"value": "0s",
|
|
12
|
+
"public": true,
|
|
13
|
+
"filePath": "build/json/pds-design-tokens.json",
|
|
14
|
+
"isSource": false
|
|
15
|
+
},
|
|
16
|
+
"name": "animation-transition-delay",
|
|
17
|
+
"attributes": {
|
|
18
|
+
"category": "animation",
|
|
19
|
+
"type": "transition",
|
|
20
|
+
"item": "delay"
|
|
21
|
+
},
|
|
22
|
+
"path": [
|
|
23
|
+
"animation",
|
|
24
|
+
"transition",
|
|
25
|
+
"delay"
|
|
26
|
+
]
|
|
27
|
+
},
|
|
28
|
+
"duration": {
|
|
29
|
+
"value": "200ms",
|
|
30
|
+
"public": true,
|
|
31
|
+
"filePath": "tokens/animation/base.json",
|
|
32
|
+
"isSource": true,
|
|
33
|
+
"original": {
|
|
34
|
+
"value": "200ms",
|
|
35
|
+
"public": true,
|
|
36
|
+
"filePath": "build/json/pds-design-tokens.json",
|
|
37
|
+
"isSource": false
|
|
38
|
+
},
|
|
39
|
+
"name": "animation-transition-duration",
|
|
40
|
+
"attributes": {
|
|
41
|
+
"category": "animation",
|
|
42
|
+
"type": "transition",
|
|
43
|
+
"item": "duration"
|
|
44
|
+
},
|
|
45
|
+
"path": [
|
|
46
|
+
"animation",
|
|
47
|
+
"transition",
|
|
48
|
+
"duration"
|
|
49
|
+
]
|
|
50
|
+
},
|
|
51
|
+
"timing-function": {
|
|
52
|
+
"value": "ease-in-out",
|
|
53
|
+
"public": true,
|
|
54
|
+
"filePath": "tokens/animation/base.json",
|
|
55
|
+
"isSource": true,
|
|
56
|
+
"original": {
|
|
57
|
+
"value": "ease-in-out",
|
|
58
|
+
"public": true,
|
|
59
|
+
"filePath": "build/json/pds-design-tokens.json",
|
|
60
|
+
"isSource": false
|
|
61
|
+
},
|
|
62
|
+
"name": "animation-transition-timing-function",
|
|
63
|
+
"attributes": {
|
|
64
|
+
"category": "animation",
|
|
65
|
+
"type": "transition",
|
|
66
|
+
"item": "timing-function"
|
|
67
|
+
},
|
|
68
|
+
"path": [
|
|
69
|
+
"animation",
|
|
70
|
+
"transition",
|
|
71
|
+
"timing-function"
|
|
72
|
+
]
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
},
|
|
3
76
|
"border": {
|
|
4
77
|
"radius": {
|
|
5
78
|
"default": {
|
|
@@ -122,7 +195,7 @@
|
|
|
122
195
|
},
|
|
123
196
|
"quote": {
|
|
124
197
|
"value": {
|
|
125
|
-
"fontSize": "
|
|
198
|
+
"fontSize": "1.953 * 16",
|
|
126
199
|
"fontFamily": "Aleo",
|
|
127
200
|
"fontWeight": "Italic",
|
|
128
201
|
"letterSpacing": "0.01 * 100%",
|
|
@@ -133,7 +206,7 @@
|
|
|
133
206
|
"isSource": true,
|
|
134
207
|
"original": {
|
|
135
208
|
"value": {
|
|
136
|
-
"fontSize": "{typography.size.
|
|
209
|
+
"fontSize": "{typography.size.2XL} * {figma.typography.size.base}",
|
|
137
210
|
"fontFamily": "Aleo",
|
|
138
211
|
"fontWeight": "Italic",
|
|
139
212
|
"letterSpacing": "{typography.letter-spacing.S} * 100%",
|
|
@@ -1688,13 +1761,13 @@
|
|
|
1688
1761
|
"primary": {
|
|
1689
1762
|
"background": {
|
|
1690
1763
|
"default": {
|
|
1691
|
-
"value": "#
|
|
1764
|
+
"value": "#967fff",
|
|
1692
1765
|
"public": true,
|
|
1693
1766
|
"isReferenceToInternal": true,
|
|
1694
1767
|
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
1695
1768
|
"isSource": true,
|
|
1696
1769
|
"original": {
|
|
1697
|
-
"value": "{color.dark-mode.brand.
|
|
1770
|
+
"value": "{color.dark-mode.brand.secondary.300.value}",
|
|
1698
1771
|
"public": true,
|
|
1699
1772
|
"isReferenceToInternal": true
|
|
1700
1773
|
},
|
|
@@ -1716,13 +1789,13 @@
|
|
|
1716
1789
|
]
|
|
1717
1790
|
},
|
|
1718
1791
|
"hover": {
|
|
1719
|
-
"value": "#
|
|
1792
|
+
"value": "#b5a4ff",
|
|
1720
1793
|
"public": true,
|
|
1721
1794
|
"isReferenceToInternal": true,
|
|
1722
1795
|
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
1723
1796
|
"isSource": true,
|
|
1724
1797
|
"original": {
|
|
1725
|
-
"value": "{color.dark-mode.brand.
|
|
1798
|
+
"value": "{color.dark-mode.brand.secondary.200.value}",
|
|
1726
1799
|
"public": true,
|
|
1727
1800
|
"isReferenceToInternal": true
|
|
1728
1801
|
},
|
|
@@ -1744,13 +1817,13 @@
|
|
|
1744
1817
|
]
|
|
1745
1818
|
},
|
|
1746
1819
|
"active": {
|
|
1747
|
-
"value": "#
|
|
1820
|
+
"value": "#785aff",
|
|
1748
1821
|
"public": true,
|
|
1749
1822
|
"isReferenceToInternal": true,
|
|
1750
1823
|
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
1751
1824
|
"isSource": true,
|
|
1752
1825
|
"original": {
|
|
1753
|
-
"value": "{color.dark-mode.brand.
|
|
1826
|
+
"value": "{color.dark-mode.brand.secondary.400.value}",
|
|
1754
1827
|
"public": true,
|
|
1755
1828
|
"isReferenceToInternal": true
|
|
1756
1829
|
},
|
|
@@ -1774,13 +1847,13 @@
|
|
|
1774
1847
|
},
|
|
1775
1848
|
"border": {
|
|
1776
1849
|
"default": {
|
|
1777
|
-
"value": "#
|
|
1850
|
+
"value": "#967fff",
|
|
1778
1851
|
"public": true,
|
|
1779
1852
|
"isReferenceToInternal": true,
|
|
1780
1853
|
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
1781
1854
|
"isSource": true,
|
|
1782
1855
|
"original": {
|
|
1783
|
-
"value": "{color.dark-mode.brand.
|
|
1856
|
+
"value": "{color.dark-mode.brand.secondary.300.value}",
|
|
1784
1857
|
"public": true,
|
|
1785
1858
|
"isReferenceToInternal": true
|
|
1786
1859
|
},
|
|
@@ -1802,13 +1875,13 @@
|
|
|
1802
1875
|
]
|
|
1803
1876
|
},
|
|
1804
1877
|
"hover": {
|
|
1805
|
-
"value": "#
|
|
1878
|
+
"value": "#b5a4ff",
|
|
1806
1879
|
"public": true,
|
|
1807
1880
|
"isReferenceToInternal": true,
|
|
1808
1881
|
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
1809
1882
|
"isSource": true,
|
|
1810
1883
|
"original": {
|
|
1811
|
-
"value": "{color.dark-mode.brand.
|
|
1884
|
+
"value": "{color.dark-mode.brand.secondary.200.value}",
|
|
1812
1885
|
"public": true,
|
|
1813
1886
|
"isReferenceToInternal": true
|
|
1814
1887
|
},
|
|
@@ -1830,13 +1903,13 @@
|
|
|
1830
1903
|
]
|
|
1831
1904
|
},
|
|
1832
1905
|
"active": {
|
|
1833
|
-
"value": "#
|
|
1906
|
+
"value": "#785aff",
|
|
1834
1907
|
"public": true,
|
|
1835
1908
|
"isReferenceToInternal": true,
|
|
1836
1909
|
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
1837
1910
|
"isSource": true,
|
|
1838
1911
|
"original": {
|
|
1839
|
-
"value": "{color.dark-mode.brand.
|
|
1912
|
+
"value": "{color.dark-mode.brand.secondary.400.value}",
|
|
1840
1913
|
"public": true,
|
|
1841
1914
|
"isReferenceToInternal": true
|
|
1842
1915
|
},
|
|
@@ -1860,13 +1933,13 @@
|
|
|
1860
1933
|
},
|
|
1861
1934
|
"foreground": {
|
|
1862
1935
|
"default": {
|
|
1863
|
-
"value": "#
|
|
1936
|
+
"value": "#ffffff",
|
|
1864
1937
|
"public": true,
|
|
1865
1938
|
"isReferenceToInternal": true,
|
|
1866
1939
|
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
1867
1940
|
"isSource": true,
|
|
1868
1941
|
"original": {
|
|
1869
|
-
"value": "{color.dark-mode.neutral.
|
|
1942
|
+
"value": "{color.dark-mode.neutral.000.value}",
|
|
1870
1943
|
"public": true,
|
|
1871
1944
|
"isReferenceToInternal": true
|
|
1872
1945
|
},
|
|
@@ -1888,13 +1961,13 @@
|
|
|
1888
1961
|
]
|
|
1889
1962
|
},
|
|
1890
1963
|
"hover": {
|
|
1891
|
-
"value": "#
|
|
1964
|
+
"value": "#ffffff",
|
|
1892
1965
|
"public": true,
|
|
1893
1966
|
"isReferenceToInternal": true,
|
|
1894
1967
|
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
1895
1968
|
"isSource": true,
|
|
1896
1969
|
"original": {
|
|
1897
|
-
"value": "{color.dark-mode.neutral.
|
|
1970
|
+
"value": "{color.dark-mode.neutral.000.value}",
|
|
1898
1971
|
"public": true,
|
|
1899
1972
|
"isReferenceToInternal": true
|
|
1900
1973
|
},
|
|
@@ -1916,13 +1989,13 @@
|
|
|
1916
1989
|
]
|
|
1917
1990
|
},
|
|
1918
1991
|
"active": {
|
|
1919
|
-
"value": "#
|
|
1992
|
+
"value": "#ffffff",
|
|
1920
1993
|
"public": true,
|
|
1921
1994
|
"isReferenceToInternal": true,
|
|
1922
1995
|
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
1923
1996
|
"isSource": true,
|
|
1924
1997
|
"original": {
|
|
1925
|
-
"value": "{color.dark-mode.neutral.
|
|
1998
|
+
"value": "{color.dark-mode.neutral.000.value}",
|
|
1926
1999
|
"public": true,
|
|
1927
2000
|
"isReferenceToInternal": true
|
|
1928
2001
|
},
|
|
@@ -2403,88 +2476,88 @@
|
|
|
2403
2476
|
}
|
|
2404
2477
|
}
|
|
2405
2478
|
},
|
|
2406
|
-
"
|
|
2479
|
+
"brand": {
|
|
2407
2480
|
"background": {
|
|
2408
2481
|
"default": {
|
|
2409
|
-
"value": "#
|
|
2482
|
+
"value": "#ffdc28",
|
|
2410
2483
|
"public": true,
|
|
2411
2484
|
"isReferenceToInternal": true,
|
|
2412
2485
|
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
2413
2486
|
"isSource": true,
|
|
2414
2487
|
"original": {
|
|
2415
|
-
"value": "{color.dark-mode.
|
|
2488
|
+
"value": "{color.dark-mode.brand.primary.400.value}",
|
|
2416
2489
|
"public": true,
|
|
2417
2490
|
"isReferenceToInternal": true
|
|
2418
2491
|
},
|
|
2419
|
-
"name": "color-dark-mode-button-
|
|
2492
|
+
"name": "color-dark-mode-button-brand-background-default",
|
|
2420
2493
|
"attributes": {
|
|
2421
2494
|
"category": "color",
|
|
2422
2495
|
"type": "dark-mode",
|
|
2423
2496
|
"item": "button",
|
|
2424
|
-
"subitem": "
|
|
2497
|
+
"subitem": "brand",
|
|
2425
2498
|
"state": "background"
|
|
2426
2499
|
},
|
|
2427
2500
|
"path": [
|
|
2428
2501
|
"color",
|
|
2429
2502
|
"dark-mode",
|
|
2430
2503
|
"button",
|
|
2431
|
-
"
|
|
2504
|
+
"brand",
|
|
2432
2505
|
"background",
|
|
2433
2506
|
"default"
|
|
2434
2507
|
]
|
|
2435
2508
|
},
|
|
2436
2509
|
"hover": {
|
|
2437
|
-
"value": "#
|
|
2510
|
+
"value": "#ffe668",
|
|
2438
2511
|
"public": true,
|
|
2439
2512
|
"isReferenceToInternal": true,
|
|
2440
2513
|
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
2441
2514
|
"isSource": true,
|
|
2442
2515
|
"original": {
|
|
2443
|
-
"value": "{color.dark-mode.
|
|
2516
|
+
"value": "{color.dark-mode.brand.primary.300.value}",
|
|
2444
2517
|
"public": true,
|
|
2445
2518
|
"isReferenceToInternal": true
|
|
2446
2519
|
},
|
|
2447
|
-
"name": "color-dark-mode-button-
|
|
2520
|
+
"name": "color-dark-mode-button-brand-background-hover",
|
|
2448
2521
|
"attributes": {
|
|
2449
2522
|
"category": "color",
|
|
2450
2523
|
"type": "dark-mode",
|
|
2451
2524
|
"item": "button",
|
|
2452
|
-
"subitem": "
|
|
2525
|
+
"subitem": "brand",
|
|
2453
2526
|
"state": "background"
|
|
2454
2527
|
},
|
|
2455
2528
|
"path": [
|
|
2456
2529
|
"color",
|
|
2457
2530
|
"dark-mode",
|
|
2458
2531
|
"button",
|
|
2459
|
-
"
|
|
2532
|
+
"brand",
|
|
2460
2533
|
"background",
|
|
2461
2534
|
"hover"
|
|
2462
2535
|
]
|
|
2463
2536
|
},
|
|
2464
2537
|
"active": {
|
|
2465
|
-
"value": "#
|
|
2538
|
+
"value": "#ddbd16",
|
|
2466
2539
|
"public": true,
|
|
2467
2540
|
"isReferenceToInternal": true,
|
|
2468
2541
|
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
2469
2542
|
"isSource": true,
|
|
2470
2543
|
"original": {
|
|
2471
|
-
"value": "{color.dark-mode.
|
|
2544
|
+
"value": "{color.dark-mode.brand.primary.500.value}",
|
|
2472
2545
|
"public": true,
|
|
2473
2546
|
"isReferenceToInternal": true
|
|
2474
2547
|
},
|
|
2475
|
-
"name": "color-dark-mode-button-
|
|
2548
|
+
"name": "color-dark-mode-button-brand-background-active",
|
|
2476
2549
|
"attributes": {
|
|
2477
2550
|
"category": "color",
|
|
2478
2551
|
"type": "dark-mode",
|
|
2479
2552
|
"item": "button",
|
|
2480
|
-
"subitem": "
|
|
2553
|
+
"subitem": "brand",
|
|
2481
2554
|
"state": "background"
|
|
2482
2555
|
},
|
|
2483
2556
|
"path": [
|
|
2484
2557
|
"color",
|
|
2485
2558
|
"dark-mode",
|
|
2486
2559
|
"button",
|
|
2487
|
-
"
|
|
2560
|
+
"brand",
|
|
2488
2561
|
"background",
|
|
2489
2562
|
"active"
|
|
2490
2563
|
]
|
|
@@ -2492,85 +2565,85 @@
|
|
|
2492
2565
|
},
|
|
2493
2566
|
"border": {
|
|
2494
2567
|
"default": {
|
|
2495
|
-
"value": "#
|
|
2568
|
+
"value": "#ffdc28",
|
|
2496
2569
|
"public": true,
|
|
2497
2570
|
"isReferenceToInternal": true,
|
|
2498
2571
|
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
2499
2572
|
"isSource": true,
|
|
2500
2573
|
"original": {
|
|
2501
|
-
"value": "{color.dark-mode.
|
|
2574
|
+
"value": "{color.dark-mode.brand.primary.400.value}",
|
|
2502
2575
|
"public": true,
|
|
2503
2576
|
"isReferenceToInternal": true
|
|
2504
2577
|
},
|
|
2505
|
-
"name": "color-dark-mode-button-
|
|
2578
|
+
"name": "color-dark-mode-button-brand-border-default",
|
|
2506
2579
|
"attributes": {
|
|
2507
2580
|
"category": "color",
|
|
2508
2581
|
"type": "dark-mode",
|
|
2509
2582
|
"item": "button",
|
|
2510
|
-
"subitem": "
|
|
2583
|
+
"subitem": "brand",
|
|
2511
2584
|
"state": "border"
|
|
2512
2585
|
},
|
|
2513
2586
|
"path": [
|
|
2514
2587
|
"color",
|
|
2515
2588
|
"dark-mode",
|
|
2516
2589
|
"button",
|
|
2517
|
-
"
|
|
2590
|
+
"brand",
|
|
2518
2591
|
"border",
|
|
2519
2592
|
"default"
|
|
2520
2593
|
]
|
|
2521
2594
|
},
|
|
2522
2595
|
"hover": {
|
|
2523
|
-
"value": "#
|
|
2596
|
+
"value": "#ffe668",
|
|
2524
2597
|
"public": true,
|
|
2525
2598
|
"isReferenceToInternal": true,
|
|
2526
2599
|
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
2527
2600
|
"isSource": true,
|
|
2528
2601
|
"original": {
|
|
2529
|
-
"value": "{color.dark-mode.
|
|
2602
|
+
"value": "{color.dark-mode.brand.primary.300.value}",
|
|
2530
2603
|
"public": true,
|
|
2531
2604
|
"isReferenceToInternal": true
|
|
2532
2605
|
},
|
|
2533
|
-
"name": "color-dark-mode-button-
|
|
2606
|
+
"name": "color-dark-mode-button-brand-border-hover",
|
|
2534
2607
|
"attributes": {
|
|
2535
2608
|
"category": "color",
|
|
2536
2609
|
"type": "dark-mode",
|
|
2537
2610
|
"item": "button",
|
|
2538
|
-
"subitem": "
|
|
2611
|
+
"subitem": "brand",
|
|
2539
2612
|
"state": "border"
|
|
2540
2613
|
},
|
|
2541
2614
|
"path": [
|
|
2542
2615
|
"color",
|
|
2543
2616
|
"dark-mode",
|
|
2544
2617
|
"button",
|
|
2545
|
-
"
|
|
2618
|
+
"brand",
|
|
2546
2619
|
"border",
|
|
2547
2620
|
"hover"
|
|
2548
2621
|
]
|
|
2549
2622
|
},
|
|
2550
2623
|
"active": {
|
|
2551
|
-
"value": "#
|
|
2624
|
+
"value": "#ddbd16",
|
|
2552
2625
|
"public": true,
|
|
2553
2626
|
"isReferenceToInternal": true,
|
|
2554
2627
|
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
2555
2628
|
"isSource": true,
|
|
2556
2629
|
"original": {
|
|
2557
|
-
"value": "{color.dark-mode.
|
|
2630
|
+
"value": "{color.dark-mode.brand.primary.500.value}",
|
|
2558
2631
|
"public": true,
|
|
2559
2632
|
"isReferenceToInternal": true
|
|
2560
2633
|
},
|
|
2561
|
-
"name": "color-dark-mode-button-
|
|
2634
|
+
"name": "color-dark-mode-button-brand-border-active",
|
|
2562
2635
|
"attributes": {
|
|
2563
2636
|
"category": "color",
|
|
2564
2637
|
"type": "dark-mode",
|
|
2565
2638
|
"item": "button",
|
|
2566
|
-
"subitem": "
|
|
2639
|
+
"subitem": "brand",
|
|
2567
2640
|
"state": "border"
|
|
2568
2641
|
},
|
|
2569
2642
|
"path": [
|
|
2570
2643
|
"color",
|
|
2571
2644
|
"dark-mode",
|
|
2572
2645
|
"button",
|
|
2573
|
-
"
|
|
2646
|
+
"brand",
|
|
2574
2647
|
"border",
|
|
2575
2648
|
"active"
|
|
2576
2649
|
]
|
|
@@ -2578,215 +2651,475 @@
|
|
|
2578
2651
|
},
|
|
2579
2652
|
"foreground": {
|
|
2580
2653
|
"default": {
|
|
2581
|
-
"value": "#
|
|
2654
|
+
"value": "#121219",
|
|
2582
2655
|
"public": true,
|
|
2583
2656
|
"isReferenceToInternal": true,
|
|
2584
2657
|
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
2585
2658
|
"isSource": true,
|
|
2586
2659
|
"original": {
|
|
2587
|
-
"value": "{color.dark-mode.neutral.
|
|
2660
|
+
"value": "{color.dark-mode.neutral.700.value}",
|
|
2588
2661
|
"public": true,
|
|
2589
2662
|
"isReferenceToInternal": true
|
|
2590
2663
|
},
|
|
2591
|
-
"name": "color-dark-mode-button-
|
|
2664
|
+
"name": "color-dark-mode-button-brand-foreground-default",
|
|
2592
2665
|
"attributes": {
|
|
2593
2666
|
"category": "color",
|
|
2594
2667
|
"type": "dark-mode",
|
|
2595
2668
|
"item": "button",
|
|
2596
|
-
"subitem": "
|
|
2669
|
+
"subitem": "brand",
|
|
2597
2670
|
"state": "foreground"
|
|
2598
2671
|
},
|
|
2599
2672
|
"path": [
|
|
2600
2673
|
"color",
|
|
2601
2674
|
"dark-mode",
|
|
2602
2675
|
"button",
|
|
2603
|
-
"
|
|
2676
|
+
"brand",
|
|
2604
2677
|
"foreground",
|
|
2605
2678
|
"default"
|
|
2606
2679
|
]
|
|
2607
2680
|
},
|
|
2608
2681
|
"hover": {
|
|
2609
|
-
"value": "#
|
|
2682
|
+
"value": "#121219",
|
|
2610
2683
|
"public": true,
|
|
2611
2684
|
"isReferenceToInternal": true,
|
|
2612
2685
|
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
2613
2686
|
"isSource": true,
|
|
2614
2687
|
"original": {
|
|
2615
|
-
"value": "{color.dark-mode.neutral.
|
|
2688
|
+
"value": "{color.dark-mode.neutral.700.value}",
|
|
2616
2689
|
"public": true,
|
|
2617
2690
|
"isReferenceToInternal": true
|
|
2618
2691
|
},
|
|
2619
|
-
"name": "color-dark-mode-button-
|
|
2692
|
+
"name": "color-dark-mode-button-brand-foreground-hover",
|
|
2620
2693
|
"attributes": {
|
|
2621
2694
|
"category": "color",
|
|
2622
2695
|
"type": "dark-mode",
|
|
2623
2696
|
"item": "button",
|
|
2624
|
-
"subitem": "
|
|
2697
|
+
"subitem": "brand",
|
|
2625
2698
|
"state": "foreground"
|
|
2626
2699
|
},
|
|
2627
2700
|
"path": [
|
|
2628
2701
|
"color",
|
|
2629
2702
|
"dark-mode",
|
|
2630
2703
|
"button",
|
|
2631
|
-
"
|
|
2704
|
+
"brand",
|
|
2632
2705
|
"foreground",
|
|
2633
2706
|
"hover"
|
|
2634
2707
|
]
|
|
2635
2708
|
},
|
|
2636
2709
|
"active": {
|
|
2637
|
-
"value": "#
|
|
2710
|
+
"value": "#121219",
|
|
2638
2711
|
"public": true,
|
|
2639
2712
|
"isReferenceToInternal": true,
|
|
2640
2713
|
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
2641
2714
|
"isSource": true,
|
|
2642
2715
|
"original": {
|
|
2643
|
-
"value": "{color.dark-mode.neutral.
|
|
2716
|
+
"value": "{color.dark-mode.neutral.700.value}",
|
|
2644
2717
|
"public": true,
|
|
2645
2718
|
"isReferenceToInternal": true
|
|
2646
2719
|
},
|
|
2647
|
-
"name": "color-dark-mode-button-
|
|
2720
|
+
"name": "color-dark-mode-button-brand-foreground-active",
|
|
2648
2721
|
"attributes": {
|
|
2649
2722
|
"category": "color",
|
|
2650
2723
|
"type": "dark-mode",
|
|
2651
2724
|
"item": "button",
|
|
2652
|
-
"subitem": "
|
|
2725
|
+
"subitem": "brand",
|
|
2653
2726
|
"state": "foreground"
|
|
2654
2727
|
},
|
|
2655
2728
|
"path": [
|
|
2656
2729
|
"color",
|
|
2657
2730
|
"dark-mode",
|
|
2658
2731
|
"button",
|
|
2659
|
-
"
|
|
2732
|
+
"brand",
|
|
2660
2733
|
"foreground",
|
|
2661
2734
|
"active"
|
|
2662
2735
|
]
|
|
2663
2736
|
}
|
|
2664
2737
|
}
|
|
2665
|
-
}
|
|
2666
|
-
},
|
|
2667
|
-
"link": {
|
|
2668
|
-
"default": {
|
|
2669
|
-
"value": "#36a3ff",
|
|
2670
|
-
"public": true,
|
|
2671
|
-
"isReferenceToInternal": true,
|
|
2672
|
-
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
2673
|
-
"isSource": true,
|
|
2674
|
-
"original": {
|
|
2675
|
-
"value": "{color.dark-mode.interactive.link.400.value}",
|
|
2676
|
-
"public": true,
|
|
2677
|
-
"isReferenceToInternal": true
|
|
2678
|
-
},
|
|
2679
|
-
"name": "color-dark-mode-link-default",
|
|
2680
|
-
"attributes": {
|
|
2681
|
-
"category": "color",
|
|
2682
|
-
"type": "dark-mode",
|
|
2683
|
-
"item": "link",
|
|
2684
|
-
"subitem": "default"
|
|
2685
|
-
},
|
|
2686
|
-
"path": [
|
|
2687
|
-
"color",
|
|
2688
|
-
"dark-mode",
|
|
2689
|
-
"link",
|
|
2690
|
-
"default"
|
|
2691
|
-
]
|
|
2692
|
-
},
|
|
2693
|
-
"hover": {
|
|
2694
|
-
"value": "#2776b9",
|
|
2695
|
-
"public": true,
|
|
2696
|
-
"isReferenceToInternal": true,
|
|
2697
|
-
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
2698
|
-
"isSource": true,
|
|
2699
|
-
"original": {
|
|
2700
|
-
"value": "{color.dark-mode.interactive.link.500.value}",
|
|
2701
|
-
"public": true,
|
|
2702
|
-
"isReferenceToInternal": true
|
|
2703
|
-
},
|
|
2704
|
-
"name": "color-dark-mode-link-hover",
|
|
2705
|
-
"attributes": {
|
|
2706
|
-
"category": "color",
|
|
2707
|
-
"type": "dark-mode",
|
|
2708
|
-
"item": "link",
|
|
2709
|
-
"subitem": "hover"
|
|
2710
|
-
},
|
|
2711
|
-
"path": [
|
|
2712
|
-
"color",
|
|
2713
|
-
"dark-mode",
|
|
2714
|
-
"link",
|
|
2715
|
-
"hover"
|
|
2716
|
-
]
|
|
2717
|
-
},
|
|
2718
|
-
"active": {
|
|
2719
|
-
"value": "#2776b9",
|
|
2720
|
-
"public": true,
|
|
2721
|
-
"isReferenceToInternal": true,
|
|
2722
|
-
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
2723
|
-
"isSource": true,
|
|
2724
|
-
"original": {
|
|
2725
|
-
"value": "{color.dark-mode.interactive.link.500.value}",
|
|
2726
|
-
"public": true,
|
|
2727
|
-
"isReferenceToInternal": true
|
|
2728
|
-
},
|
|
2729
|
-
"name": "color-dark-mode-link-active",
|
|
2730
|
-
"attributes": {
|
|
2731
|
-
"category": "color",
|
|
2732
|
-
"type": "dark-mode",
|
|
2733
|
-
"item": "link",
|
|
2734
|
-
"subitem": "active"
|
|
2735
|
-
},
|
|
2736
|
-
"path": [
|
|
2737
|
-
"color",
|
|
2738
|
-
"dark-mode",
|
|
2739
|
-
"link",
|
|
2740
|
-
"active"
|
|
2741
|
-
]
|
|
2742
2738
|
},
|
|
2743
|
-
"
|
|
2744
|
-
"value": "#967fff",
|
|
2745
|
-
"public": true,
|
|
2746
|
-
"isReferenceToInternal": true,
|
|
2747
|
-
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
2748
|
-
"isSource": true,
|
|
2749
|
-
"original": {
|
|
2750
|
-
"value": "{color.dark-mode.interactive.visited.400.value}",
|
|
2751
|
-
"public": true,
|
|
2752
|
-
"isReferenceToInternal": true
|
|
2753
|
-
},
|
|
2754
|
-
"name": "color-dark-mode-link-visited",
|
|
2755
|
-
"attributes": {
|
|
2756
|
-
"category": "color",
|
|
2757
|
-
"type": "dark-mode",
|
|
2758
|
-
"item": "link",
|
|
2759
|
-
"subitem": "visited"
|
|
2760
|
-
},
|
|
2761
|
-
"path": [
|
|
2762
|
-
"color",
|
|
2763
|
-
"dark-mode",
|
|
2764
|
-
"link",
|
|
2765
|
-
"visited"
|
|
2766
|
-
]
|
|
2767
|
-
}
|
|
2768
|
-
},
|
|
2769
|
-
"panel": {
|
|
2770
|
-
"default": {
|
|
2739
|
+
"critical": {
|
|
2771
2740
|
"background": {
|
|
2772
|
-
"
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
"
|
|
2778
|
-
"
|
|
2779
|
-
|
|
2780
|
-
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
"
|
|
2784
|
-
"
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
|
-
|
|
2789
|
-
|
|
2741
|
+
"default": {
|
|
2742
|
+
"value": "#e05757",
|
|
2743
|
+
"public": true,
|
|
2744
|
+
"isReferenceToInternal": true,
|
|
2745
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
2746
|
+
"isSource": true,
|
|
2747
|
+
"original": {
|
|
2748
|
+
"value": "{color.dark-mode.semantic.error.300.value}",
|
|
2749
|
+
"public": true,
|
|
2750
|
+
"isReferenceToInternal": true
|
|
2751
|
+
},
|
|
2752
|
+
"name": "color-dark-mode-button-critical-background-default",
|
|
2753
|
+
"attributes": {
|
|
2754
|
+
"category": "color",
|
|
2755
|
+
"type": "dark-mode",
|
|
2756
|
+
"item": "button",
|
|
2757
|
+
"subitem": "critical",
|
|
2758
|
+
"state": "background"
|
|
2759
|
+
},
|
|
2760
|
+
"path": [
|
|
2761
|
+
"color",
|
|
2762
|
+
"dark-mode",
|
|
2763
|
+
"button",
|
|
2764
|
+
"critical",
|
|
2765
|
+
"background",
|
|
2766
|
+
"default"
|
|
2767
|
+
]
|
|
2768
|
+
},
|
|
2769
|
+
"hover": {
|
|
2770
|
+
"value": "#be4242",
|
|
2771
|
+
"public": true,
|
|
2772
|
+
"isReferenceToInternal": true,
|
|
2773
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
2774
|
+
"isSource": true,
|
|
2775
|
+
"original": {
|
|
2776
|
+
"value": "{color.dark-mode.semantic.error.400.value}",
|
|
2777
|
+
"public": true,
|
|
2778
|
+
"isReferenceToInternal": true
|
|
2779
|
+
},
|
|
2780
|
+
"name": "color-dark-mode-button-critical-background-hover",
|
|
2781
|
+
"attributes": {
|
|
2782
|
+
"category": "color",
|
|
2783
|
+
"type": "dark-mode",
|
|
2784
|
+
"item": "button",
|
|
2785
|
+
"subitem": "critical",
|
|
2786
|
+
"state": "background"
|
|
2787
|
+
},
|
|
2788
|
+
"path": [
|
|
2789
|
+
"color",
|
|
2790
|
+
"dark-mode",
|
|
2791
|
+
"button",
|
|
2792
|
+
"critical",
|
|
2793
|
+
"background",
|
|
2794
|
+
"hover"
|
|
2795
|
+
]
|
|
2796
|
+
},
|
|
2797
|
+
"active": {
|
|
2798
|
+
"value": "#9c2f2f",
|
|
2799
|
+
"public": true,
|
|
2800
|
+
"isReferenceToInternal": true,
|
|
2801
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
2802
|
+
"isSource": true,
|
|
2803
|
+
"original": {
|
|
2804
|
+
"value": "{color.dark-mode.semantic.error.500.value}",
|
|
2805
|
+
"public": true,
|
|
2806
|
+
"isReferenceToInternal": true
|
|
2807
|
+
},
|
|
2808
|
+
"name": "color-dark-mode-button-critical-background-active",
|
|
2809
|
+
"attributes": {
|
|
2810
|
+
"category": "color",
|
|
2811
|
+
"type": "dark-mode",
|
|
2812
|
+
"item": "button",
|
|
2813
|
+
"subitem": "critical",
|
|
2814
|
+
"state": "background"
|
|
2815
|
+
},
|
|
2816
|
+
"path": [
|
|
2817
|
+
"color",
|
|
2818
|
+
"dark-mode",
|
|
2819
|
+
"button",
|
|
2820
|
+
"critical",
|
|
2821
|
+
"background",
|
|
2822
|
+
"active"
|
|
2823
|
+
]
|
|
2824
|
+
}
|
|
2825
|
+
},
|
|
2826
|
+
"border": {
|
|
2827
|
+
"default": {
|
|
2828
|
+
"value": "#e05757",
|
|
2829
|
+
"public": true,
|
|
2830
|
+
"isReferenceToInternal": true,
|
|
2831
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
2832
|
+
"isSource": true,
|
|
2833
|
+
"original": {
|
|
2834
|
+
"value": "{color.dark-mode.semantic.error.300.value}",
|
|
2835
|
+
"public": true,
|
|
2836
|
+
"isReferenceToInternal": true
|
|
2837
|
+
},
|
|
2838
|
+
"name": "color-dark-mode-button-critical-border-default",
|
|
2839
|
+
"attributes": {
|
|
2840
|
+
"category": "color",
|
|
2841
|
+
"type": "dark-mode",
|
|
2842
|
+
"item": "button",
|
|
2843
|
+
"subitem": "critical",
|
|
2844
|
+
"state": "border"
|
|
2845
|
+
},
|
|
2846
|
+
"path": [
|
|
2847
|
+
"color",
|
|
2848
|
+
"dark-mode",
|
|
2849
|
+
"button",
|
|
2850
|
+
"critical",
|
|
2851
|
+
"border",
|
|
2852
|
+
"default"
|
|
2853
|
+
]
|
|
2854
|
+
},
|
|
2855
|
+
"hover": {
|
|
2856
|
+
"value": "#be4242",
|
|
2857
|
+
"public": true,
|
|
2858
|
+
"isReferenceToInternal": true,
|
|
2859
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
2860
|
+
"isSource": true,
|
|
2861
|
+
"original": {
|
|
2862
|
+
"value": "{color.dark-mode.semantic.error.400.value}",
|
|
2863
|
+
"public": true,
|
|
2864
|
+
"isReferenceToInternal": true
|
|
2865
|
+
},
|
|
2866
|
+
"name": "color-dark-mode-button-critical-border-hover",
|
|
2867
|
+
"attributes": {
|
|
2868
|
+
"category": "color",
|
|
2869
|
+
"type": "dark-mode",
|
|
2870
|
+
"item": "button",
|
|
2871
|
+
"subitem": "critical",
|
|
2872
|
+
"state": "border"
|
|
2873
|
+
},
|
|
2874
|
+
"path": [
|
|
2875
|
+
"color",
|
|
2876
|
+
"dark-mode",
|
|
2877
|
+
"button",
|
|
2878
|
+
"critical",
|
|
2879
|
+
"border",
|
|
2880
|
+
"hover"
|
|
2881
|
+
]
|
|
2882
|
+
},
|
|
2883
|
+
"active": {
|
|
2884
|
+
"value": "#9c2f2f",
|
|
2885
|
+
"public": true,
|
|
2886
|
+
"isReferenceToInternal": true,
|
|
2887
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
2888
|
+
"isSource": true,
|
|
2889
|
+
"original": {
|
|
2890
|
+
"value": "{color.dark-mode.semantic.error.500.value}",
|
|
2891
|
+
"public": true,
|
|
2892
|
+
"isReferenceToInternal": true
|
|
2893
|
+
},
|
|
2894
|
+
"name": "color-dark-mode-button-critical-border-active",
|
|
2895
|
+
"attributes": {
|
|
2896
|
+
"category": "color",
|
|
2897
|
+
"type": "dark-mode",
|
|
2898
|
+
"item": "button",
|
|
2899
|
+
"subitem": "critical",
|
|
2900
|
+
"state": "border"
|
|
2901
|
+
},
|
|
2902
|
+
"path": [
|
|
2903
|
+
"color",
|
|
2904
|
+
"dark-mode",
|
|
2905
|
+
"button",
|
|
2906
|
+
"critical",
|
|
2907
|
+
"border",
|
|
2908
|
+
"active"
|
|
2909
|
+
]
|
|
2910
|
+
}
|
|
2911
|
+
},
|
|
2912
|
+
"foreground": {
|
|
2913
|
+
"default": {
|
|
2914
|
+
"value": "#ffffff",
|
|
2915
|
+
"public": true,
|
|
2916
|
+
"isReferenceToInternal": true,
|
|
2917
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
2918
|
+
"isSource": true,
|
|
2919
|
+
"original": {
|
|
2920
|
+
"value": "{color.dark-mode.neutral.000.value}",
|
|
2921
|
+
"public": true,
|
|
2922
|
+
"isReferenceToInternal": true
|
|
2923
|
+
},
|
|
2924
|
+
"name": "color-dark-mode-button-critical-foreground-default",
|
|
2925
|
+
"attributes": {
|
|
2926
|
+
"category": "color",
|
|
2927
|
+
"type": "dark-mode",
|
|
2928
|
+
"item": "button",
|
|
2929
|
+
"subitem": "critical",
|
|
2930
|
+
"state": "foreground"
|
|
2931
|
+
},
|
|
2932
|
+
"path": [
|
|
2933
|
+
"color",
|
|
2934
|
+
"dark-mode",
|
|
2935
|
+
"button",
|
|
2936
|
+
"critical",
|
|
2937
|
+
"foreground",
|
|
2938
|
+
"default"
|
|
2939
|
+
]
|
|
2940
|
+
},
|
|
2941
|
+
"hover": {
|
|
2942
|
+
"value": "#ffffff",
|
|
2943
|
+
"public": true,
|
|
2944
|
+
"isReferenceToInternal": true,
|
|
2945
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
2946
|
+
"isSource": true,
|
|
2947
|
+
"original": {
|
|
2948
|
+
"value": "{color.dark-mode.neutral.000.value}",
|
|
2949
|
+
"public": true,
|
|
2950
|
+
"isReferenceToInternal": true
|
|
2951
|
+
},
|
|
2952
|
+
"name": "color-dark-mode-button-critical-foreground-hover",
|
|
2953
|
+
"attributes": {
|
|
2954
|
+
"category": "color",
|
|
2955
|
+
"type": "dark-mode",
|
|
2956
|
+
"item": "button",
|
|
2957
|
+
"subitem": "critical",
|
|
2958
|
+
"state": "foreground"
|
|
2959
|
+
},
|
|
2960
|
+
"path": [
|
|
2961
|
+
"color",
|
|
2962
|
+
"dark-mode",
|
|
2963
|
+
"button",
|
|
2964
|
+
"critical",
|
|
2965
|
+
"foreground",
|
|
2966
|
+
"hover"
|
|
2967
|
+
]
|
|
2968
|
+
},
|
|
2969
|
+
"active": {
|
|
2970
|
+
"value": "#ffffff",
|
|
2971
|
+
"public": true,
|
|
2972
|
+
"isReferenceToInternal": true,
|
|
2973
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
2974
|
+
"isSource": true,
|
|
2975
|
+
"original": {
|
|
2976
|
+
"value": "{color.dark-mode.neutral.000.value}",
|
|
2977
|
+
"public": true,
|
|
2978
|
+
"isReferenceToInternal": true
|
|
2979
|
+
},
|
|
2980
|
+
"name": "color-dark-mode-button-critical-foreground-active",
|
|
2981
|
+
"attributes": {
|
|
2982
|
+
"category": "color",
|
|
2983
|
+
"type": "dark-mode",
|
|
2984
|
+
"item": "button",
|
|
2985
|
+
"subitem": "critical",
|
|
2986
|
+
"state": "foreground"
|
|
2987
|
+
},
|
|
2988
|
+
"path": [
|
|
2989
|
+
"color",
|
|
2990
|
+
"dark-mode",
|
|
2991
|
+
"button",
|
|
2992
|
+
"critical",
|
|
2993
|
+
"foreground",
|
|
2994
|
+
"active"
|
|
2995
|
+
]
|
|
2996
|
+
}
|
|
2997
|
+
}
|
|
2998
|
+
}
|
|
2999
|
+
},
|
|
3000
|
+
"link": {
|
|
3001
|
+
"default": {
|
|
3002
|
+
"value": "#36a3ff",
|
|
3003
|
+
"public": true,
|
|
3004
|
+
"isReferenceToInternal": true,
|
|
3005
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
3006
|
+
"isSource": true,
|
|
3007
|
+
"original": {
|
|
3008
|
+
"value": "{color.dark-mode.interactive.link.400.value}",
|
|
3009
|
+
"public": true,
|
|
3010
|
+
"isReferenceToInternal": true
|
|
3011
|
+
},
|
|
3012
|
+
"name": "color-dark-mode-link-default",
|
|
3013
|
+
"attributes": {
|
|
3014
|
+
"category": "color",
|
|
3015
|
+
"type": "dark-mode",
|
|
3016
|
+
"item": "link",
|
|
3017
|
+
"subitem": "default"
|
|
3018
|
+
},
|
|
3019
|
+
"path": [
|
|
3020
|
+
"color",
|
|
3021
|
+
"dark-mode",
|
|
3022
|
+
"link",
|
|
3023
|
+
"default"
|
|
3024
|
+
]
|
|
3025
|
+
},
|
|
3026
|
+
"hover": {
|
|
3027
|
+
"value": "#2776b9",
|
|
3028
|
+
"public": true,
|
|
3029
|
+
"isReferenceToInternal": true,
|
|
3030
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
3031
|
+
"isSource": true,
|
|
3032
|
+
"original": {
|
|
3033
|
+
"value": "{color.dark-mode.interactive.link.500.value}",
|
|
3034
|
+
"public": true,
|
|
3035
|
+
"isReferenceToInternal": true
|
|
3036
|
+
},
|
|
3037
|
+
"name": "color-dark-mode-link-hover",
|
|
3038
|
+
"attributes": {
|
|
3039
|
+
"category": "color",
|
|
3040
|
+
"type": "dark-mode",
|
|
3041
|
+
"item": "link",
|
|
3042
|
+
"subitem": "hover"
|
|
3043
|
+
},
|
|
3044
|
+
"path": [
|
|
3045
|
+
"color",
|
|
3046
|
+
"dark-mode",
|
|
3047
|
+
"link",
|
|
3048
|
+
"hover"
|
|
3049
|
+
]
|
|
3050
|
+
},
|
|
3051
|
+
"active": {
|
|
3052
|
+
"value": "#2776b9",
|
|
3053
|
+
"public": true,
|
|
3054
|
+
"isReferenceToInternal": true,
|
|
3055
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
3056
|
+
"isSource": true,
|
|
3057
|
+
"original": {
|
|
3058
|
+
"value": "{color.dark-mode.interactive.link.500.value}",
|
|
3059
|
+
"public": true,
|
|
3060
|
+
"isReferenceToInternal": true
|
|
3061
|
+
},
|
|
3062
|
+
"name": "color-dark-mode-link-active",
|
|
3063
|
+
"attributes": {
|
|
3064
|
+
"category": "color",
|
|
3065
|
+
"type": "dark-mode",
|
|
3066
|
+
"item": "link",
|
|
3067
|
+
"subitem": "active"
|
|
3068
|
+
},
|
|
3069
|
+
"path": [
|
|
3070
|
+
"color",
|
|
3071
|
+
"dark-mode",
|
|
3072
|
+
"link",
|
|
3073
|
+
"active"
|
|
3074
|
+
]
|
|
3075
|
+
},
|
|
3076
|
+
"visited": {
|
|
3077
|
+
"value": "#967fff",
|
|
3078
|
+
"public": true,
|
|
3079
|
+
"isReferenceToInternal": true,
|
|
3080
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
3081
|
+
"isSource": true,
|
|
3082
|
+
"original": {
|
|
3083
|
+
"value": "{color.dark-mode.interactive.visited.400.value}",
|
|
3084
|
+
"public": true,
|
|
3085
|
+
"isReferenceToInternal": true
|
|
3086
|
+
},
|
|
3087
|
+
"name": "color-dark-mode-link-visited",
|
|
3088
|
+
"attributes": {
|
|
3089
|
+
"category": "color",
|
|
3090
|
+
"type": "dark-mode",
|
|
3091
|
+
"item": "link",
|
|
3092
|
+
"subitem": "visited"
|
|
3093
|
+
},
|
|
3094
|
+
"path": [
|
|
3095
|
+
"color",
|
|
3096
|
+
"dark-mode",
|
|
3097
|
+
"link",
|
|
3098
|
+
"visited"
|
|
3099
|
+
]
|
|
3100
|
+
}
|
|
3101
|
+
},
|
|
3102
|
+
"panel": {
|
|
3103
|
+
"default": {
|
|
3104
|
+
"background": {
|
|
3105
|
+
"value": "#1d1d29",
|
|
3106
|
+
"public": true,
|
|
3107
|
+
"filePath": "tokens/color/alias/panel.dark.json",
|
|
3108
|
+
"isSource": true,
|
|
3109
|
+
"original": {
|
|
3110
|
+
"value": "{color.dark-mode.background.default}",
|
|
3111
|
+
"public": true
|
|
3112
|
+
},
|
|
3113
|
+
"name": "color-dark-mode-panel-default-background",
|
|
3114
|
+
"attributes": {
|
|
3115
|
+
"category": "color",
|
|
3116
|
+
"type": "dark-mode",
|
|
3117
|
+
"item": "panel",
|
|
3118
|
+
"subitem": "default",
|
|
3119
|
+
"state": "background"
|
|
3120
|
+
},
|
|
3121
|
+
"path": [
|
|
3122
|
+
"color",
|
|
2790
3123
|
"dark-mode",
|
|
2791
3124
|
"panel",
|
|
2792
3125
|
"default",
|
|
@@ -3058,7 +3391,57 @@
|
|
|
3058
3391
|
"headings"
|
|
3059
3392
|
]
|
|
3060
3393
|
},
|
|
3061
|
-
"
|
|
3394
|
+
"lead": {
|
|
3395
|
+
"value": "#858299",
|
|
3396
|
+
"public": true,
|
|
3397
|
+
"isReferenceToInternal": true,
|
|
3398
|
+
"filePath": "tokens/color/alias/typography.dark.json",
|
|
3399
|
+
"isSource": true,
|
|
3400
|
+
"original": {
|
|
3401
|
+
"value": "{color.dark-mode.neutral.300.value}",
|
|
3402
|
+
"public": true,
|
|
3403
|
+
"isReferenceToInternal": true
|
|
3404
|
+
},
|
|
3405
|
+
"name": "color-dark-mode-text-lead",
|
|
3406
|
+
"attributes": {
|
|
3407
|
+
"category": "color",
|
|
3408
|
+
"type": "dark-mode",
|
|
3409
|
+
"item": "text",
|
|
3410
|
+
"subitem": "lead"
|
|
3411
|
+
},
|
|
3412
|
+
"path": [
|
|
3413
|
+
"color",
|
|
3414
|
+
"dark-mode",
|
|
3415
|
+
"text",
|
|
3416
|
+
"lead"
|
|
3417
|
+
]
|
|
3418
|
+
},
|
|
3419
|
+
"overline": {
|
|
3420
|
+
"value": "#858299",
|
|
3421
|
+
"public": true,
|
|
3422
|
+
"isReferenceToInternal": true,
|
|
3423
|
+
"filePath": "tokens/color/alias/typography.dark.json",
|
|
3424
|
+
"isSource": true,
|
|
3425
|
+
"original": {
|
|
3426
|
+
"value": "{color.dark-mode.neutral.300.value}",
|
|
3427
|
+
"public": true,
|
|
3428
|
+
"isReferenceToInternal": true
|
|
3429
|
+
},
|
|
3430
|
+
"name": "color-dark-mode-text-overline",
|
|
3431
|
+
"attributes": {
|
|
3432
|
+
"category": "color",
|
|
3433
|
+
"type": "dark-mode",
|
|
3434
|
+
"item": "text",
|
|
3435
|
+
"subitem": "overline"
|
|
3436
|
+
},
|
|
3437
|
+
"path": [
|
|
3438
|
+
"color",
|
|
3439
|
+
"dark-mode",
|
|
3440
|
+
"text",
|
|
3441
|
+
"overline"
|
|
3442
|
+
]
|
|
3443
|
+
},
|
|
3444
|
+
"quote": {
|
|
3062
3445
|
"value": "#858299",
|
|
3063
3446
|
"public": true,
|
|
3064
3447
|
"isReferenceToInternal": true,
|
|
@@ -3069,18 +3452,18 @@
|
|
|
3069
3452
|
"public": true,
|
|
3070
3453
|
"isReferenceToInternal": true
|
|
3071
3454
|
},
|
|
3072
|
-
"name": "color-dark-mode-text-
|
|
3455
|
+
"name": "color-dark-mode-text-quote",
|
|
3073
3456
|
"attributes": {
|
|
3074
3457
|
"category": "color",
|
|
3075
3458
|
"type": "dark-mode",
|
|
3076
3459
|
"item": "text",
|
|
3077
|
-
"subitem": "
|
|
3460
|
+
"subitem": "quote"
|
|
3078
3461
|
},
|
|
3079
3462
|
"path": [
|
|
3080
3463
|
"color",
|
|
3081
3464
|
"dark-mode",
|
|
3082
3465
|
"text",
|
|
3083
|
-
"
|
|
3466
|
+
"quote"
|
|
3084
3467
|
]
|
|
3085
3468
|
}
|
|
3086
3469
|
},
|
|
@@ -3202,11 +3585,11 @@
|
|
|
3202
3585
|
]
|
|
3203
3586
|
},
|
|
3204
3587
|
"600": {
|
|
3205
|
-
"value": "#
|
|
3588
|
+
"value": "#705e00",
|
|
3206
3589
|
"filePath": "tokens/color/base/brand.dark.json",
|
|
3207
3590
|
"isSource": true,
|
|
3208
3591
|
"original": {
|
|
3209
|
-
"value": "#
|
|
3592
|
+
"value": "#705E00"
|
|
3210
3593
|
},
|
|
3211
3594
|
"name": "color-dark-mode-brand-primary-600",
|
|
3212
3595
|
"attributes": {
|
|
@@ -3254,11 +3637,11 @@
|
|
|
3254
3637
|
},
|
|
3255
3638
|
"secondary": {
|
|
3256
3639
|
"100": {
|
|
3257
|
-
"value": "#
|
|
3640
|
+
"value": "#f1eeff",
|
|
3258
3641
|
"filePath": "tokens/color/base/brand.dark.json",
|
|
3259
3642
|
"isSource": true,
|
|
3260
3643
|
"original": {
|
|
3261
|
-
"value": "#
|
|
3644
|
+
"value": "#F1EEFF"
|
|
3262
3645
|
},
|
|
3263
3646
|
"name": "color-dark-mode-brand-secondary-100",
|
|
3264
3647
|
"attributes": {
|
|
@@ -3277,11 +3660,11 @@
|
|
|
3277
3660
|
]
|
|
3278
3661
|
},
|
|
3279
3662
|
"200": {
|
|
3280
|
-
"value": "#
|
|
3663
|
+
"value": "#b5a4ff",
|
|
3281
3664
|
"filePath": "tokens/color/base/brand.dark.json",
|
|
3282
3665
|
"isSource": true,
|
|
3283
3666
|
"original": {
|
|
3284
|
-
"value": "#
|
|
3667
|
+
"value": "#B5A4FF"
|
|
3285
3668
|
},
|
|
3286
3669
|
"name": "color-dark-mode-brand-secondary-200",
|
|
3287
3670
|
"attributes": {
|
|
@@ -3300,11 +3683,11 @@
|
|
|
3300
3683
|
]
|
|
3301
3684
|
},
|
|
3302
3685
|
"300": {
|
|
3303
|
-
"value": "#
|
|
3686
|
+
"value": "#967fff",
|
|
3304
3687
|
"filePath": "tokens/color/base/brand.dark.json",
|
|
3305
3688
|
"isSource": true,
|
|
3306
3689
|
"original": {
|
|
3307
|
-
"value": "#
|
|
3690
|
+
"value": "#967FFF"
|
|
3308
3691
|
},
|
|
3309
3692
|
"name": "color-dark-mode-brand-secondary-300",
|
|
3310
3693
|
"attributes": {
|
|
@@ -3323,11 +3706,11 @@
|
|
|
3323
3706
|
]
|
|
3324
3707
|
},
|
|
3325
3708
|
"400": {
|
|
3326
|
-
"value": "#
|
|
3709
|
+
"value": "#785aff",
|
|
3327
3710
|
"filePath": "tokens/color/base/brand.dark.json",
|
|
3328
3711
|
"isSource": true,
|
|
3329
3712
|
"original": {
|
|
3330
|
-
"value": "#
|
|
3713
|
+
"value": "#785AFF"
|
|
3331
3714
|
},
|
|
3332
3715
|
"name": "color-dark-mode-brand-secondary-400",
|
|
3333
3716
|
"attributes": {
|
|
@@ -3346,11 +3729,11 @@
|
|
|
3346
3729
|
]
|
|
3347
3730
|
},
|
|
3348
3731
|
"500": {
|
|
3349
|
-
"value": "#
|
|
3732
|
+
"value": "#4b32bb",
|
|
3350
3733
|
"filePath": "tokens/color/base/brand.dark.json",
|
|
3351
3734
|
"isSource": true,
|
|
3352
3735
|
"original": {
|
|
3353
|
-
"value": "#
|
|
3736
|
+
"value": "#4B32BB"
|
|
3354
3737
|
},
|
|
3355
3738
|
"name": "color-dark-mode-brand-secondary-500",
|
|
3356
3739
|
"attributes": {
|
|
@@ -3369,7 +3752,7 @@
|
|
|
3369
3752
|
]
|
|
3370
3753
|
},
|
|
3371
3754
|
"default": {
|
|
3372
|
-
"value": "#
|
|
3755
|
+
"value": "#785aff",
|
|
3373
3756
|
"public": true,
|
|
3374
3757
|
"isReferenceToInternal": true,
|
|
3375
3758
|
"filePath": "tokens/color/base/brand.dark.json",
|
|
@@ -4897,13 +5280,13 @@
|
|
|
4897
5280
|
"primary": {
|
|
4898
5281
|
"background": {
|
|
4899
5282
|
"default": {
|
|
4900
|
-
"value": "#
|
|
5283
|
+
"value": "#3017a1",
|
|
4901
5284
|
"public": true,
|
|
4902
5285
|
"isReferenceToInternal": true,
|
|
4903
5286
|
"filePath": "tokens/color/alias/interactive.light.json",
|
|
4904
5287
|
"isSource": true,
|
|
4905
5288
|
"original": {
|
|
4906
|
-
"value": "{color.light-mode.brand.
|
|
5289
|
+
"value": "{color.light-mode.brand.secondary.400.value}",
|
|
4907
5290
|
"public": true,
|
|
4908
5291
|
"isReferenceToInternal": true
|
|
4909
5292
|
},
|
|
@@ -4925,13 +5308,13 @@
|
|
|
4925
5308
|
]
|
|
4926
5309
|
},
|
|
4927
5310
|
"hover": {
|
|
4928
|
-
"value": "#
|
|
5311
|
+
"value": "#785aff",
|
|
4929
5312
|
"public": true,
|
|
4930
5313
|
"isReferenceToInternal": true,
|
|
4931
5314
|
"filePath": "tokens/color/alias/interactive.light.json",
|
|
4932
5315
|
"isSource": true,
|
|
4933
5316
|
"original": {
|
|
4934
|
-
"value": "{color.light-mode.brand.
|
|
5317
|
+
"value": "{color.light-mode.brand.secondary.300.value}",
|
|
4935
5318
|
"public": true,
|
|
4936
5319
|
"isReferenceToInternal": true
|
|
4937
5320
|
},
|
|
@@ -4953,13 +5336,13 @@
|
|
|
4953
5336
|
]
|
|
4954
5337
|
},
|
|
4955
5338
|
"active": {
|
|
4956
|
-
"value": "#
|
|
5339
|
+
"value": "#11005d",
|
|
4957
5340
|
"public": true,
|
|
4958
5341
|
"isReferenceToInternal": true,
|
|
4959
5342
|
"filePath": "tokens/color/alias/interactive.light.json",
|
|
4960
5343
|
"isSource": true,
|
|
4961
5344
|
"original": {
|
|
4962
|
-
"value": "{color.light-mode.brand.
|
|
5345
|
+
"value": "{color.light-mode.brand.secondary.500.value}",
|
|
4963
5346
|
"public": true,
|
|
4964
5347
|
"isReferenceToInternal": true
|
|
4965
5348
|
},
|
|
@@ -4983,13 +5366,13 @@
|
|
|
4983
5366
|
},
|
|
4984
5367
|
"border": {
|
|
4985
5368
|
"default": {
|
|
4986
|
-
"value": "#
|
|
5369
|
+
"value": "#3017a1",
|
|
4987
5370
|
"public": true,
|
|
4988
5371
|
"isReferenceToInternal": true,
|
|
4989
5372
|
"filePath": "tokens/color/alias/interactive.light.json",
|
|
4990
5373
|
"isSource": true,
|
|
4991
5374
|
"original": {
|
|
4992
|
-
"value": "{color.light-mode.brand.
|
|
5375
|
+
"value": "{color.light-mode.brand.secondary.400.value}",
|
|
4993
5376
|
"public": true,
|
|
4994
5377
|
"isReferenceToInternal": true
|
|
4995
5378
|
},
|
|
@@ -5011,13 +5394,13 @@
|
|
|
5011
5394
|
]
|
|
5012
5395
|
},
|
|
5013
5396
|
"hover": {
|
|
5014
|
-
"value": "#
|
|
5397
|
+
"value": "#785aff",
|
|
5015
5398
|
"public": true,
|
|
5016
5399
|
"isReferenceToInternal": true,
|
|
5017
5400
|
"filePath": "tokens/color/alias/interactive.light.json",
|
|
5018
5401
|
"isSource": true,
|
|
5019
5402
|
"original": {
|
|
5020
|
-
"value": "{color.light-mode.brand.
|
|
5403
|
+
"value": "{color.light-mode.brand.secondary.300.value}",
|
|
5021
5404
|
"public": true,
|
|
5022
5405
|
"isReferenceToInternal": true
|
|
5023
5406
|
},
|
|
@@ -5039,13 +5422,13 @@
|
|
|
5039
5422
|
]
|
|
5040
5423
|
},
|
|
5041
5424
|
"active": {
|
|
5042
|
-
"value": "#
|
|
5425
|
+
"value": "#11005d",
|
|
5043
5426
|
"public": true,
|
|
5044
5427
|
"isReferenceToInternal": true,
|
|
5045
5428
|
"filePath": "tokens/color/alias/interactive.light.json",
|
|
5046
5429
|
"isSource": true,
|
|
5047
5430
|
"original": {
|
|
5048
|
-
"value": "{color.light-mode.brand.
|
|
5431
|
+
"value": "{color.light-mode.brand.secondary.500.value}",
|
|
5049
5432
|
"public": true,
|
|
5050
5433
|
"isReferenceToInternal": true
|
|
5051
5434
|
},
|
|
@@ -5069,13 +5452,13 @@
|
|
|
5069
5452
|
},
|
|
5070
5453
|
"foreground": {
|
|
5071
5454
|
"default": {
|
|
5072
|
-
"value": "#
|
|
5455
|
+
"value": "#ffffff",
|
|
5073
5456
|
"public": true,
|
|
5074
5457
|
"isReferenceToInternal": true,
|
|
5075
5458
|
"filePath": "tokens/color/alias/interactive.light.json",
|
|
5076
5459
|
"isSource": true,
|
|
5077
5460
|
"original": {
|
|
5078
|
-
"value": "{color.light-mode.neutral.
|
|
5461
|
+
"value": "{color.light-mode.neutral.000.value}",
|
|
5079
5462
|
"public": true,
|
|
5080
5463
|
"isReferenceToInternal": true
|
|
5081
5464
|
},
|
|
@@ -5097,13 +5480,13 @@
|
|
|
5097
5480
|
]
|
|
5098
5481
|
},
|
|
5099
5482
|
"hover": {
|
|
5100
|
-
"value": "#
|
|
5483
|
+
"value": "#ffffff",
|
|
5101
5484
|
"public": true,
|
|
5102
5485
|
"isReferenceToInternal": true,
|
|
5103
5486
|
"filePath": "tokens/color/alias/interactive.light.json",
|
|
5104
5487
|
"isSource": true,
|
|
5105
5488
|
"original": {
|
|
5106
|
-
"value": "{color.light-mode.neutral.
|
|
5489
|
+
"value": "{color.light-mode.neutral.000.value}",
|
|
5107
5490
|
"public": true,
|
|
5108
5491
|
"isReferenceToInternal": true
|
|
5109
5492
|
},
|
|
@@ -5125,13 +5508,13 @@
|
|
|
5125
5508
|
]
|
|
5126
5509
|
},
|
|
5127
5510
|
"active": {
|
|
5128
|
-
"value": "#
|
|
5511
|
+
"value": "#ffffff",
|
|
5129
5512
|
"public": true,
|
|
5130
5513
|
"isReferenceToInternal": true,
|
|
5131
5514
|
"filePath": "tokens/color/alias/interactive.light.json",
|
|
5132
5515
|
"isSource": true,
|
|
5133
5516
|
"original": {
|
|
5134
|
-
"value": "{color.light-mode.neutral.
|
|
5517
|
+
"value": "{color.light-mode.neutral.000.value}",
|
|
5135
5518
|
"public": true,
|
|
5136
5519
|
"isReferenceToInternal": true
|
|
5137
5520
|
},
|
|
@@ -5377,7 +5760,207 @@
|
|
|
5377
5760
|
"color",
|
|
5378
5761
|
"light-mode",
|
|
5379
5762
|
"button",
|
|
5380
|
-
"secondary",
|
|
5763
|
+
"secondary",
|
|
5764
|
+
"foreground",
|
|
5765
|
+
"hover"
|
|
5766
|
+
]
|
|
5767
|
+
},
|
|
5768
|
+
"active": {
|
|
5769
|
+
"value": "#11005d",
|
|
5770
|
+
"public": true,
|
|
5771
|
+
"isReferenceToInternal": true,
|
|
5772
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
5773
|
+
"isSource": true,
|
|
5774
|
+
"original": {
|
|
5775
|
+
"value": "{color.light-mode.brand.secondary.500.value}",
|
|
5776
|
+
"public": true,
|
|
5777
|
+
"isReferenceToInternal": true
|
|
5778
|
+
},
|
|
5779
|
+
"name": "color-light-mode-button-secondary-foreground-active",
|
|
5780
|
+
"attributes": {
|
|
5781
|
+
"category": "color",
|
|
5782
|
+
"type": "light-mode",
|
|
5783
|
+
"item": "button",
|
|
5784
|
+
"subitem": "secondary",
|
|
5785
|
+
"state": "foreground"
|
|
5786
|
+
},
|
|
5787
|
+
"path": [
|
|
5788
|
+
"color",
|
|
5789
|
+
"light-mode",
|
|
5790
|
+
"button",
|
|
5791
|
+
"secondary",
|
|
5792
|
+
"foreground",
|
|
5793
|
+
"active"
|
|
5794
|
+
]
|
|
5795
|
+
}
|
|
5796
|
+
}
|
|
5797
|
+
},
|
|
5798
|
+
"subtle": {
|
|
5799
|
+
"background": {
|
|
5800
|
+
"default": {
|
|
5801
|
+
"value": "rgba(0, 0, 0, 0)",
|
|
5802
|
+
"public": true,
|
|
5803
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
5804
|
+
"isSource": true,
|
|
5805
|
+
"original": {
|
|
5806
|
+
"value": "transparent",
|
|
5807
|
+
"public": true
|
|
5808
|
+
},
|
|
5809
|
+
"name": "color-light-mode-button-subtle-background-default",
|
|
5810
|
+
"attributes": {
|
|
5811
|
+
"category": "color",
|
|
5812
|
+
"type": "light-mode",
|
|
5813
|
+
"item": "button",
|
|
5814
|
+
"subitem": "subtle",
|
|
5815
|
+
"state": "background"
|
|
5816
|
+
},
|
|
5817
|
+
"path": [
|
|
5818
|
+
"color",
|
|
5819
|
+
"light-mode",
|
|
5820
|
+
"button",
|
|
5821
|
+
"subtle",
|
|
5822
|
+
"background",
|
|
5823
|
+
"default"
|
|
5824
|
+
]
|
|
5825
|
+
},
|
|
5826
|
+
"hover": {
|
|
5827
|
+
"value": "#f1f1f1",
|
|
5828
|
+
"public": true,
|
|
5829
|
+
"isReferenceToInternal": true,
|
|
5830
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
5831
|
+
"isSource": true,
|
|
5832
|
+
"original": {
|
|
5833
|
+
"value": "{color.light-mode.neutral.050.value}",
|
|
5834
|
+
"public": true,
|
|
5835
|
+
"isReferenceToInternal": true
|
|
5836
|
+
},
|
|
5837
|
+
"name": "color-light-mode-button-subtle-background-hover",
|
|
5838
|
+
"attributes": {
|
|
5839
|
+
"category": "color",
|
|
5840
|
+
"type": "light-mode",
|
|
5841
|
+
"item": "button",
|
|
5842
|
+
"subitem": "subtle",
|
|
5843
|
+
"state": "background"
|
|
5844
|
+
},
|
|
5845
|
+
"path": [
|
|
5846
|
+
"color",
|
|
5847
|
+
"light-mode",
|
|
5848
|
+
"button",
|
|
5849
|
+
"subtle",
|
|
5850
|
+
"background",
|
|
5851
|
+
"hover"
|
|
5852
|
+
]
|
|
5853
|
+
},
|
|
5854
|
+
"active": {
|
|
5855
|
+
"value": "#cfcfd3",
|
|
5856
|
+
"public": true,
|
|
5857
|
+
"isReferenceToInternal": true,
|
|
5858
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
5859
|
+
"isSource": true,
|
|
5860
|
+
"original": {
|
|
5861
|
+
"value": "{color.light-mode.neutral.100.value}",
|
|
5862
|
+
"public": true,
|
|
5863
|
+
"isReferenceToInternal": true
|
|
5864
|
+
},
|
|
5865
|
+
"name": "color-light-mode-button-subtle-background-active",
|
|
5866
|
+
"attributes": {
|
|
5867
|
+
"category": "color",
|
|
5868
|
+
"type": "light-mode",
|
|
5869
|
+
"item": "button",
|
|
5870
|
+
"subitem": "subtle",
|
|
5871
|
+
"state": "background"
|
|
5872
|
+
},
|
|
5873
|
+
"path": [
|
|
5874
|
+
"color",
|
|
5875
|
+
"light-mode",
|
|
5876
|
+
"button",
|
|
5877
|
+
"subtle",
|
|
5878
|
+
"background",
|
|
5879
|
+
"active"
|
|
5880
|
+
]
|
|
5881
|
+
}
|
|
5882
|
+
},
|
|
5883
|
+
"border": {
|
|
5884
|
+
"default": {
|
|
5885
|
+
"value": "rgba(0, 0, 0, 0)",
|
|
5886
|
+
"public": true,
|
|
5887
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
5888
|
+
"isSource": true,
|
|
5889
|
+
"original": {
|
|
5890
|
+
"value": "transparent",
|
|
5891
|
+
"public": true
|
|
5892
|
+
},
|
|
5893
|
+
"name": "color-light-mode-button-subtle-border-default",
|
|
5894
|
+
"attributes": {
|
|
5895
|
+
"category": "color",
|
|
5896
|
+
"type": "light-mode",
|
|
5897
|
+
"item": "button",
|
|
5898
|
+
"subitem": "subtle",
|
|
5899
|
+
"state": "border"
|
|
5900
|
+
},
|
|
5901
|
+
"path": [
|
|
5902
|
+
"color",
|
|
5903
|
+
"light-mode",
|
|
5904
|
+
"button",
|
|
5905
|
+
"subtle",
|
|
5906
|
+
"border",
|
|
5907
|
+
"default"
|
|
5908
|
+
]
|
|
5909
|
+
}
|
|
5910
|
+
},
|
|
5911
|
+
"foreground": {
|
|
5912
|
+
"default": {
|
|
5913
|
+
"value": "#3017a1",
|
|
5914
|
+
"public": true,
|
|
5915
|
+
"isReferenceToInternal": true,
|
|
5916
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
5917
|
+
"isSource": true,
|
|
5918
|
+
"original": {
|
|
5919
|
+
"value": "{color.light-mode.brand.secondary.400.value}",
|
|
5920
|
+
"public": true,
|
|
5921
|
+
"isReferenceToInternal": true
|
|
5922
|
+
},
|
|
5923
|
+
"name": "color-light-mode-button-subtle-foreground-default",
|
|
5924
|
+
"attributes": {
|
|
5925
|
+
"category": "color",
|
|
5926
|
+
"type": "light-mode",
|
|
5927
|
+
"item": "button",
|
|
5928
|
+
"subitem": "subtle",
|
|
5929
|
+
"state": "foreground"
|
|
5930
|
+
},
|
|
5931
|
+
"path": [
|
|
5932
|
+
"color",
|
|
5933
|
+
"light-mode",
|
|
5934
|
+
"button",
|
|
5935
|
+
"subtle",
|
|
5936
|
+
"foreground",
|
|
5937
|
+
"default"
|
|
5938
|
+
]
|
|
5939
|
+
},
|
|
5940
|
+
"hover": {
|
|
5941
|
+
"value": "#3017a1",
|
|
5942
|
+
"public": true,
|
|
5943
|
+
"isReferenceToInternal": true,
|
|
5944
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
5945
|
+
"isSource": true,
|
|
5946
|
+
"original": {
|
|
5947
|
+
"value": "{color.light-mode.brand.secondary.400.value}",
|
|
5948
|
+
"public": true,
|
|
5949
|
+
"isReferenceToInternal": true
|
|
5950
|
+
},
|
|
5951
|
+
"name": "color-light-mode-button-subtle-foreground-hover",
|
|
5952
|
+
"attributes": {
|
|
5953
|
+
"category": "color",
|
|
5954
|
+
"type": "light-mode",
|
|
5955
|
+
"item": "button",
|
|
5956
|
+
"subitem": "subtle",
|
|
5957
|
+
"state": "foreground"
|
|
5958
|
+
},
|
|
5959
|
+
"path": [
|
|
5960
|
+
"color",
|
|
5961
|
+
"light-mode",
|
|
5962
|
+
"button",
|
|
5963
|
+
"subtle",
|
|
5381
5964
|
"foreground",
|
|
5382
5965
|
"hover"
|
|
5383
5966
|
]
|
|
@@ -5393,105 +5976,107 @@
|
|
|
5393
5976
|
"public": true,
|
|
5394
5977
|
"isReferenceToInternal": true
|
|
5395
5978
|
},
|
|
5396
|
-
"name": "color-light-mode-button-
|
|
5979
|
+
"name": "color-light-mode-button-subtle-foreground-active",
|
|
5397
5980
|
"attributes": {
|
|
5398
5981
|
"category": "color",
|
|
5399
5982
|
"type": "light-mode",
|
|
5400
5983
|
"item": "button",
|
|
5401
|
-
"subitem": "
|
|
5984
|
+
"subitem": "subtle",
|
|
5402
5985
|
"state": "foreground"
|
|
5403
5986
|
},
|
|
5404
5987
|
"path": [
|
|
5405
5988
|
"color",
|
|
5406
5989
|
"light-mode",
|
|
5407
5990
|
"button",
|
|
5408
|
-
"
|
|
5991
|
+
"subtle",
|
|
5409
5992
|
"foreground",
|
|
5410
5993
|
"active"
|
|
5411
5994
|
]
|
|
5412
5995
|
}
|
|
5413
5996
|
}
|
|
5414
5997
|
},
|
|
5415
|
-
"
|
|
5998
|
+
"brand": {
|
|
5416
5999
|
"background": {
|
|
5417
6000
|
"default": {
|
|
5418
|
-
"value": "
|
|
6001
|
+
"value": "#ffdc28",
|
|
5419
6002
|
"public": true,
|
|
6003
|
+
"isReferenceToInternal": true,
|
|
5420
6004
|
"filePath": "tokens/color/alias/interactive.light.json",
|
|
5421
6005
|
"isSource": true,
|
|
5422
6006
|
"original": {
|
|
5423
|
-
"value": "
|
|
5424
|
-
"public": true
|
|
6007
|
+
"value": "{color.light-mode.brand.primary.400.value}",
|
|
6008
|
+
"public": true,
|
|
6009
|
+
"isReferenceToInternal": true
|
|
5425
6010
|
},
|
|
5426
|
-
"name": "color-light-mode-button-
|
|
6011
|
+
"name": "color-light-mode-button-brand-background-default",
|
|
5427
6012
|
"attributes": {
|
|
5428
6013
|
"category": "color",
|
|
5429
6014
|
"type": "light-mode",
|
|
5430
6015
|
"item": "button",
|
|
5431
|
-
"subitem": "
|
|
6016
|
+
"subitem": "brand",
|
|
5432
6017
|
"state": "background"
|
|
5433
6018
|
},
|
|
5434
6019
|
"path": [
|
|
5435
6020
|
"color",
|
|
5436
6021
|
"light-mode",
|
|
5437
6022
|
"button",
|
|
5438
|
-
"
|
|
6023
|
+
"brand",
|
|
5439
6024
|
"background",
|
|
5440
6025
|
"default"
|
|
5441
6026
|
]
|
|
5442
6027
|
},
|
|
5443
6028
|
"hover": {
|
|
5444
|
-
"value": "#
|
|
6029
|
+
"value": "#ffe668",
|
|
5445
6030
|
"public": true,
|
|
5446
6031
|
"isReferenceToInternal": true,
|
|
5447
6032
|
"filePath": "tokens/color/alias/interactive.light.json",
|
|
5448
6033
|
"isSource": true,
|
|
5449
6034
|
"original": {
|
|
5450
|
-
"value": "{color.light-mode.
|
|
6035
|
+
"value": "{color.light-mode.brand.primary.300.value}",
|
|
5451
6036
|
"public": true,
|
|
5452
6037
|
"isReferenceToInternal": true
|
|
5453
6038
|
},
|
|
5454
|
-
"name": "color-light-mode-button-
|
|
6039
|
+
"name": "color-light-mode-button-brand-background-hover",
|
|
5455
6040
|
"attributes": {
|
|
5456
6041
|
"category": "color",
|
|
5457
6042
|
"type": "light-mode",
|
|
5458
6043
|
"item": "button",
|
|
5459
|
-
"subitem": "
|
|
6044
|
+
"subitem": "brand",
|
|
5460
6045
|
"state": "background"
|
|
5461
6046
|
},
|
|
5462
6047
|
"path": [
|
|
5463
6048
|
"color",
|
|
5464
6049
|
"light-mode",
|
|
5465
6050
|
"button",
|
|
5466
|
-
"
|
|
6051
|
+
"brand",
|
|
5467
6052
|
"background",
|
|
5468
6053
|
"hover"
|
|
5469
6054
|
]
|
|
5470
6055
|
},
|
|
5471
6056
|
"active": {
|
|
5472
|
-
"value": "#
|
|
6057
|
+
"value": "#ddbd16",
|
|
5473
6058
|
"public": true,
|
|
5474
6059
|
"isReferenceToInternal": true,
|
|
5475
6060
|
"filePath": "tokens/color/alias/interactive.light.json",
|
|
5476
6061
|
"isSource": true,
|
|
5477
6062
|
"original": {
|
|
5478
|
-
"value": "{color.light-mode.
|
|
6063
|
+
"value": "{color.light-mode.brand.primary.500.value}",
|
|
5479
6064
|
"public": true,
|
|
5480
6065
|
"isReferenceToInternal": true
|
|
5481
6066
|
},
|
|
5482
|
-
"name": "color-light-mode-button-
|
|
6067
|
+
"name": "color-light-mode-button-brand-background-active",
|
|
5483
6068
|
"attributes": {
|
|
5484
6069
|
"category": "color",
|
|
5485
6070
|
"type": "light-mode",
|
|
5486
6071
|
"item": "button",
|
|
5487
|
-
"subitem": "
|
|
6072
|
+
"subitem": "brand",
|
|
5488
6073
|
"state": "background"
|
|
5489
6074
|
},
|
|
5490
6075
|
"path": [
|
|
5491
6076
|
"color",
|
|
5492
6077
|
"light-mode",
|
|
5493
6078
|
"button",
|
|
5494
|
-
"
|
|
6079
|
+
"brand",
|
|
5495
6080
|
"background",
|
|
5496
6081
|
"active"
|
|
5497
6082
|
]
|
|
@@ -5499,113 +6084,171 @@
|
|
|
5499
6084
|
},
|
|
5500
6085
|
"border": {
|
|
5501
6086
|
"default": {
|
|
5502
|
-
"value": "
|
|
6087
|
+
"value": "#ffdc28",
|
|
5503
6088
|
"public": true,
|
|
6089
|
+
"isReferenceToInternal": true,
|
|
5504
6090
|
"filePath": "tokens/color/alias/interactive.light.json",
|
|
5505
6091
|
"isSource": true,
|
|
5506
6092
|
"original": {
|
|
5507
|
-
"value": "
|
|
5508
|
-
"public": true
|
|
6093
|
+
"value": "{color.light-mode.brand.primary.400.value}",
|
|
6094
|
+
"public": true,
|
|
6095
|
+
"isReferenceToInternal": true
|
|
5509
6096
|
},
|
|
5510
|
-
"name": "color-light-mode-button-
|
|
6097
|
+
"name": "color-light-mode-button-brand-border-default",
|
|
5511
6098
|
"attributes": {
|
|
5512
6099
|
"category": "color",
|
|
5513
6100
|
"type": "light-mode",
|
|
5514
6101
|
"item": "button",
|
|
5515
|
-
"subitem": "
|
|
6102
|
+
"subitem": "brand",
|
|
5516
6103
|
"state": "border"
|
|
5517
6104
|
},
|
|
5518
6105
|
"path": [
|
|
5519
6106
|
"color",
|
|
5520
6107
|
"light-mode",
|
|
5521
6108
|
"button",
|
|
5522
|
-
"
|
|
6109
|
+
"brand",
|
|
5523
6110
|
"border",
|
|
5524
6111
|
"default"
|
|
5525
6112
|
]
|
|
6113
|
+
},
|
|
6114
|
+
"hover": {
|
|
6115
|
+
"value": "#ffe668",
|
|
6116
|
+
"public": true,
|
|
6117
|
+
"isReferenceToInternal": true,
|
|
6118
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
6119
|
+
"isSource": true,
|
|
6120
|
+
"original": {
|
|
6121
|
+
"value": "{color.light-mode.brand.primary.300.value}",
|
|
6122
|
+
"public": true,
|
|
6123
|
+
"isReferenceToInternal": true
|
|
6124
|
+
},
|
|
6125
|
+
"name": "color-light-mode-button-brand-border-hover",
|
|
6126
|
+
"attributes": {
|
|
6127
|
+
"category": "color",
|
|
6128
|
+
"type": "light-mode",
|
|
6129
|
+
"item": "button",
|
|
6130
|
+
"subitem": "brand",
|
|
6131
|
+
"state": "border"
|
|
6132
|
+
},
|
|
6133
|
+
"path": [
|
|
6134
|
+
"color",
|
|
6135
|
+
"light-mode",
|
|
6136
|
+
"button",
|
|
6137
|
+
"brand",
|
|
6138
|
+
"border",
|
|
6139
|
+
"hover"
|
|
6140
|
+
]
|
|
6141
|
+
},
|
|
6142
|
+
"active": {
|
|
6143
|
+
"value": "#ddbd16",
|
|
6144
|
+
"public": true,
|
|
6145
|
+
"isReferenceToInternal": true,
|
|
6146
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
6147
|
+
"isSource": true,
|
|
6148
|
+
"original": {
|
|
6149
|
+
"value": "{color.light-mode.brand.primary.500.value}",
|
|
6150
|
+
"public": true,
|
|
6151
|
+
"isReferenceToInternal": true
|
|
6152
|
+
},
|
|
6153
|
+
"name": "color-light-mode-button-brand-border-active",
|
|
6154
|
+
"attributes": {
|
|
6155
|
+
"category": "color",
|
|
6156
|
+
"type": "light-mode",
|
|
6157
|
+
"item": "button",
|
|
6158
|
+
"subitem": "brand",
|
|
6159
|
+
"state": "border"
|
|
6160
|
+
},
|
|
6161
|
+
"path": [
|
|
6162
|
+
"color",
|
|
6163
|
+
"light-mode",
|
|
6164
|
+
"button",
|
|
6165
|
+
"brand",
|
|
6166
|
+
"border",
|
|
6167
|
+
"active"
|
|
6168
|
+
]
|
|
5526
6169
|
}
|
|
5527
6170
|
},
|
|
5528
6171
|
"foreground": {
|
|
5529
6172
|
"default": {
|
|
5530
|
-
"value": "#
|
|
6173
|
+
"value": "#23232d",
|
|
5531
6174
|
"public": true,
|
|
5532
6175
|
"isReferenceToInternal": true,
|
|
5533
6176
|
"filePath": "tokens/color/alias/interactive.light.json",
|
|
5534
6177
|
"isSource": true,
|
|
5535
6178
|
"original": {
|
|
5536
|
-
"value": "{color.light-mode.
|
|
6179
|
+
"value": "{color.light-mode.neutral.700.value}",
|
|
5537
6180
|
"public": true,
|
|
5538
6181
|
"isReferenceToInternal": true
|
|
5539
6182
|
},
|
|
5540
|
-
"name": "color-light-mode-button-
|
|
6183
|
+
"name": "color-light-mode-button-brand-foreground-default",
|
|
5541
6184
|
"attributes": {
|
|
5542
6185
|
"category": "color",
|
|
5543
6186
|
"type": "light-mode",
|
|
5544
6187
|
"item": "button",
|
|
5545
|
-
"subitem": "
|
|
6188
|
+
"subitem": "brand",
|
|
5546
6189
|
"state": "foreground"
|
|
5547
6190
|
},
|
|
5548
6191
|
"path": [
|
|
5549
6192
|
"color",
|
|
5550
6193
|
"light-mode",
|
|
5551
6194
|
"button",
|
|
5552
|
-
"
|
|
6195
|
+
"brand",
|
|
5553
6196
|
"foreground",
|
|
5554
6197
|
"default"
|
|
5555
6198
|
]
|
|
5556
6199
|
},
|
|
5557
6200
|
"hover": {
|
|
5558
|
-
"value": "#
|
|
6201
|
+
"value": "#23232d",
|
|
5559
6202
|
"public": true,
|
|
5560
6203
|
"isReferenceToInternal": true,
|
|
5561
6204
|
"filePath": "tokens/color/alias/interactive.light.json",
|
|
5562
6205
|
"isSource": true,
|
|
5563
6206
|
"original": {
|
|
5564
|
-
"value": "{color.light-mode.
|
|
6207
|
+
"value": "{color.light-mode.neutral.700.value}",
|
|
5565
6208
|
"public": true,
|
|
5566
6209
|
"isReferenceToInternal": true
|
|
5567
6210
|
},
|
|
5568
|
-
"name": "color-light-mode-button-
|
|
6211
|
+
"name": "color-light-mode-button-brand-foreground-hover",
|
|
5569
6212
|
"attributes": {
|
|
5570
6213
|
"category": "color",
|
|
5571
6214
|
"type": "light-mode",
|
|
5572
6215
|
"item": "button",
|
|
5573
|
-
"subitem": "
|
|
6216
|
+
"subitem": "brand",
|
|
5574
6217
|
"state": "foreground"
|
|
5575
6218
|
},
|
|
5576
6219
|
"path": [
|
|
5577
6220
|
"color",
|
|
5578
6221
|
"light-mode",
|
|
5579
6222
|
"button",
|
|
5580
|
-
"
|
|
6223
|
+
"brand",
|
|
5581
6224
|
"foreground",
|
|
5582
6225
|
"hover"
|
|
5583
6226
|
]
|
|
5584
6227
|
},
|
|
5585
6228
|
"active": {
|
|
5586
|
-
"value": "#
|
|
6229
|
+
"value": "#23232d",
|
|
5587
6230
|
"public": true,
|
|
5588
6231
|
"isReferenceToInternal": true,
|
|
5589
6232
|
"filePath": "tokens/color/alias/interactive.light.json",
|
|
5590
6233
|
"isSource": true,
|
|
5591
6234
|
"original": {
|
|
5592
|
-
"value": "{color.light-mode.
|
|
6235
|
+
"value": "{color.light-mode.neutral.700.value}",
|
|
5593
6236
|
"public": true,
|
|
5594
6237
|
"isReferenceToInternal": true
|
|
5595
6238
|
},
|
|
5596
|
-
"name": "color-light-mode-button-
|
|
6239
|
+
"name": "color-light-mode-button-brand-foreground-active",
|
|
5597
6240
|
"attributes": {
|
|
5598
6241
|
"category": "color",
|
|
5599
6242
|
"type": "light-mode",
|
|
5600
6243
|
"item": "button",
|
|
5601
|
-
"subitem": "
|
|
6244
|
+
"subitem": "brand",
|
|
5602
6245
|
"state": "foreground"
|
|
5603
6246
|
},
|
|
5604
6247
|
"path": [
|
|
5605
6248
|
"color",
|
|
5606
6249
|
"light-mode",
|
|
5607
6250
|
"button",
|
|
5608
|
-
"
|
|
6251
|
+
"brand",
|
|
5609
6252
|
"foreground",
|
|
5610
6253
|
"active"
|
|
5611
6254
|
]
|
|
@@ -5671,7 +6314,7 @@
|
|
|
5671
6314
|
]
|
|
5672
6315
|
},
|
|
5673
6316
|
"active": {
|
|
5674
|
-
"value": "#
|
|
6317
|
+
"value": "#700000",
|
|
5675
6318
|
"public": true,
|
|
5676
6319
|
"isReferenceToInternal": true,
|
|
5677
6320
|
"filePath": "tokens/color/alias/interactive.light.json",
|
|
@@ -5757,7 +6400,7 @@
|
|
|
5757
6400
|
]
|
|
5758
6401
|
},
|
|
5759
6402
|
"active": {
|
|
5760
|
-
"value": "#
|
|
6403
|
+
"value": "#700000",
|
|
5761
6404
|
"public": true,
|
|
5762
6405
|
"isReferenceToInternal": true,
|
|
5763
6406
|
"filePath": "tokens/color/alias/interactive.light.json",
|
|
@@ -6222,7 +6865,7 @@
|
|
|
6222
6865
|
"filePath": "tokens/color/alias/typography.light.json",
|
|
6223
6866
|
"isSource": true,
|
|
6224
6867
|
"original": {
|
|
6225
|
-
"value": "{color.light-mode.
|
|
6868
|
+
"value": "{color.light-mode.text.default}",
|
|
6226
6869
|
"public": true,
|
|
6227
6870
|
"isReferenceToInternal": true
|
|
6228
6871
|
},
|
|
@@ -6263,6 +6906,31 @@
|
|
|
6263
6906
|
"headings"
|
|
6264
6907
|
]
|
|
6265
6908
|
},
|
|
6909
|
+
"lead": {
|
|
6910
|
+
"value": "#71717c",
|
|
6911
|
+
"public": true,
|
|
6912
|
+
"isReferenceToInternal": true,
|
|
6913
|
+
"filePath": "tokens/color/alias/typography.light.json",
|
|
6914
|
+
"isSource": true,
|
|
6915
|
+
"original": {
|
|
6916
|
+
"value": "{color.light-mode.neutral.400.value}",
|
|
6917
|
+
"public": true,
|
|
6918
|
+
"isReferenceToInternal": true
|
|
6919
|
+
},
|
|
6920
|
+
"name": "color-light-mode-text-lead",
|
|
6921
|
+
"attributes": {
|
|
6922
|
+
"category": "color",
|
|
6923
|
+
"type": "light-mode",
|
|
6924
|
+
"item": "text",
|
|
6925
|
+
"subitem": "lead"
|
|
6926
|
+
},
|
|
6927
|
+
"path": [
|
|
6928
|
+
"color",
|
|
6929
|
+
"light-mode",
|
|
6930
|
+
"text",
|
|
6931
|
+
"lead"
|
|
6932
|
+
]
|
|
6933
|
+
},
|
|
6266
6934
|
"overline": {
|
|
6267
6935
|
"value": "#71717c",
|
|
6268
6936
|
"public": true,
|
|
@@ -6287,6 +6955,31 @@
|
|
|
6287
6955
|
"text",
|
|
6288
6956
|
"overline"
|
|
6289
6957
|
]
|
|
6958
|
+
},
|
|
6959
|
+
"quote": {
|
|
6960
|
+
"value": "#71717c",
|
|
6961
|
+
"public": true,
|
|
6962
|
+
"isReferenceToInternal": true,
|
|
6963
|
+
"filePath": "tokens/color/alias/typography.light.json",
|
|
6964
|
+
"isSource": true,
|
|
6965
|
+
"original": {
|
|
6966
|
+
"value": "{color.light-mode.neutral.400.value}",
|
|
6967
|
+
"public": true,
|
|
6968
|
+
"isReferenceToInternal": true
|
|
6969
|
+
},
|
|
6970
|
+
"name": "color-light-mode-text-quote",
|
|
6971
|
+
"attributes": {
|
|
6972
|
+
"category": "color",
|
|
6973
|
+
"type": "light-mode",
|
|
6974
|
+
"item": "text",
|
|
6975
|
+
"subitem": "quote"
|
|
6976
|
+
},
|
|
6977
|
+
"path": [
|
|
6978
|
+
"color",
|
|
6979
|
+
"light-mode",
|
|
6980
|
+
"text",
|
|
6981
|
+
"quote"
|
|
6982
|
+
]
|
|
6290
6983
|
}
|
|
6291
6984
|
},
|
|
6292
6985
|
"brand": {
|
|
@@ -6407,11 +7100,11 @@
|
|
|
6407
7100
|
]
|
|
6408
7101
|
},
|
|
6409
7102
|
"600": {
|
|
6410
|
-
"value": "#
|
|
7103
|
+
"value": "#705e00",
|
|
6411
7104
|
"filePath": "tokens/color/base/brand.light.json",
|
|
6412
7105
|
"isSource": true,
|
|
6413
7106
|
"original": {
|
|
6414
|
-
"value": "#
|
|
7107
|
+
"value": "#705E00"
|
|
6415
7108
|
},
|
|
6416
7109
|
"name": "color-light-mode-brand-primary-600",
|
|
6417
7110
|
"attributes": {
|
|
@@ -7436,11 +8129,11 @@
|
|
|
7436
8129
|
]
|
|
7437
8130
|
},
|
|
7438
8131
|
"500": {
|
|
7439
|
-
"value": "#
|
|
8132
|
+
"value": "#700000",
|
|
7440
8133
|
"filePath": "tokens/color/base/semantic.light.json",
|
|
7441
8134
|
"isSource": true,
|
|
7442
8135
|
"original": {
|
|
7443
|
-
"value": "#
|
|
8136
|
+
"value": "#700000"
|
|
7444
8137
|
},
|
|
7445
8138
|
"name": "color-light-mode-semantic-error-500",
|
|
7446
8139
|
"attributes": {
|
|
@@ -7457,38 +8150,15 @@
|
|
|
7457
8150
|
"error",
|
|
7458
8151
|
"500"
|
|
7459
8152
|
]
|
|
7460
|
-
},
|
|
7461
|
-
"600": {
|
|
7462
|
-
"value": "#700000",
|
|
7463
|
-
"filePath": "tokens/color/base/semantic.light.json",
|
|
7464
|
-
"isSource": true,
|
|
7465
|
-
"original": {
|
|
7466
|
-
"value": "#700000"
|
|
7467
|
-
},
|
|
7468
|
-
"name": "color-light-mode-semantic-error-600",
|
|
7469
|
-
"attributes": {
|
|
7470
|
-
"category": "color",
|
|
7471
|
-
"type": "light-mode",
|
|
7472
|
-
"item": "semantic",
|
|
7473
|
-
"subitem": "error",
|
|
7474
|
-
"state": "600"
|
|
7475
|
-
},
|
|
7476
|
-
"path": [
|
|
7477
|
-
"color",
|
|
7478
|
-
"light-mode",
|
|
7479
|
-
"semantic",
|
|
7480
|
-
"error",
|
|
7481
|
-
"600"
|
|
7482
|
-
]
|
|
7483
8153
|
}
|
|
7484
8154
|
},
|
|
7485
8155
|
"warning": {
|
|
7486
8156
|
"100": {
|
|
7487
|
-
"value": "#
|
|
8157
|
+
"value": "#fffae6",
|
|
7488
8158
|
"filePath": "tokens/color/base/semantic.light.json",
|
|
7489
8159
|
"isSource": true,
|
|
7490
8160
|
"original": {
|
|
7491
|
-
"value": "#
|
|
8161
|
+
"value": "#FFFAE6"
|
|
7492
8162
|
},
|
|
7493
8163
|
"name": "color-light-mode-semantic-warning-100",
|
|
7494
8164
|
"attributes": {
|
|
@@ -7507,11 +8177,11 @@
|
|
|
7507
8177
|
]
|
|
7508
8178
|
},
|
|
7509
8179
|
"200": {
|
|
7510
|
-
"value": "#
|
|
8180
|
+
"value": "#ffdd99",
|
|
7511
8181
|
"filePath": "tokens/color/base/semantic.light.json",
|
|
7512
8182
|
"isSource": true,
|
|
7513
8183
|
"original": {
|
|
7514
|
-
"value": "#
|
|
8184
|
+
"value": "#FFDD99"
|
|
7515
8185
|
},
|
|
7516
8186
|
"name": "color-light-mode-semantic-warning-200",
|
|
7517
8187
|
"attributes": {
|
|
@@ -7530,11 +8200,11 @@
|
|
|
7530
8200
|
]
|
|
7531
8201
|
},
|
|
7532
8202
|
"300": {
|
|
7533
|
-
"value": "#
|
|
8203
|
+
"value": "#ffc44c",
|
|
7534
8204
|
"filePath": "tokens/color/base/semantic.light.json",
|
|
7535
8205
|
"isSource": true,
|
|
7536
8206
|
"original": {
|
|
7537
|
-
"value": "#
|
|
8207
|
+
"value": "#FFC44C"
|
|
7538
8208
|
},
|
|
7539
8209
|
"name": "color-light-mode-semantic-warning-300",
|
|
7540
8210
|
"attributes": {
|
|
@@ -7553,11 +8223,11 @@
|
|
|
7553
8223
|
]
|
|
7554
8224
|
},
|
|
7555
8225
|
"400": {
|
|
7556
|
-
"value": "#
|
|
8226
|
+
"value": "#ffab00",
|
|
7557
8227
|
"filePath": "tokens/color/base/semantic.light.json",
|
|
7558
8228
|
"isSource": true,
|
|
7559
8229
|
"original": {
|
|
7560
|
-
"value": "#
|
|
8230
|
+
"value": "#FFAB00"
|
|
7561
8231
|
},
|
|
7562
8232
|
"name": "color-light-mode-semantic-warning-400",
|
|
7563
8233
|
"attributes": {
|
|
@@ -7576,11 +8246,11 @@
|
|
|
7576
8246
|
]
|
|
7577
8247
|
},
|
|
7578
8248
|
"500": {
|
|
7579
|
-
"value": "#
|
|
8249
|
+
"value": "#b15902",
|
|
7580
8250
|
"filePath": "tokens/color/base/semantic.light.json",
|
|
7581
8251
|
"isSource": true,
|
|
7582
8252
|
"original": {
|
|
7583
|
-
"value": "#
|
|
8253
|
+
"value": "#B15902"
|
|
7584
8254
|
},
|
|
7585
8255
|
"name": "color-light-mode-semantic-warning-500",
|
|
7586
8256
|
"attributes": {
|
|
@@ -7597,29 +8267,6 @@
|
|
|
7597
8267
|
"warning",
|
|
7598
8268
|
"500"
|
|
7599
8269
|
]
|
|
7600
|
-
},
|
|
7601
|
-
"600": {
|
|
7602
|
-
"value": "#43290f",
|
|
7603
|
-
"filePath": "tokens/color/base/semantic.light.json",
|
|
7604
|
-
"isSource": true,
|
|
7605
|
-
"original": {
|
|
7606
|
-
"value": "#43290F"
|
|
7607
|
-
},
|
|
7608
|
-
"name": "color-light-mode-semantic-warning-600",
|
|
7609
|
-
"attributes": {
|
|
7610
|
-
"category": "color",
|
|
7611
|
-
"type": "light-mode",
|
|
7612
|
-
"item": "semantic",
|
|
7613
|
-
"subitem": "warning",
|
|
7614
|
-
"state": "600"
|
|
7615
|
-
},
|
|
7616
|
-
"path": [
|
|
7617
|
-
"color",
|
|
7618
|
-
"light-mode",
|
|
7619
|
-
"semantic",
|
|
7620
|
-
"warning",
|
|
7621
|
-
"600"
|
|
7622
|
-
]
|
|
7623
8270
|
}
|
|
7624
8271
|
},
|
|
7625
8272
|
"success": {
|
|
@@ -7737,38 +8384,15 @@
|
|
|
7737
8384
|
"success",
|
|
7738
8385
|
"500"
|
|
7739
8386
|
]
|
|
7740
|
-
},
|
|
7741
|
-
"600": {
|
|
7742
|
-
"value": "#133527",
|
|
7743
|
-
"filePath": "tokens/color/base/semantic.light.json",
|
|
7744
|
-
"isSource": true,
|
|
7745
|
-
"original": {
|
|
7746
|
-
"value": "#133527"
|
|
7747
|
-
},
|
|
7748
|
-
"name": "color-light-mode-semantic-success-600",
|
|
7749
|
-
"attributes": {
|
|
7750
|
-
"category": "color",
|
|
7751
|
-
"type": "light-mode",
|
|
7752
|
-
"item": "semantic",
|
|
7753
|
-
"subitem": "success",
|
|
7754
|
-
"state": "600"
|
|
7755
|
-
},
|
|
7756
|
-
"path": [
|
|
7757
|
-
"color",
|
|
7758
|
-
"light-mode",
|
|
7759
|
-
"semantic",
|
|
7760
|
-
"success",
|
|
7761
|
-
"600"
|
|
7762
|
-
]
|
|
7763
8387
|
}
|
|
7764
8388
|
},
|
|
7765
8389
|
"info": {
|
|
7766
8390
|
"100": {
|
|
7767
|
-
"value": "#
|
|
8391
|
+
"value": "#f0fdff",
|
|
7768
8392
|
"filePath": "tokens/color/base/semantic.light.json",
|
|
7769
8393
|
"isSource": true,
|
|
7770
8394
|
"original": {
|
|
7771
|
-
"value": "#
|
|
8395
|
+
"value": "#F0FDFF"
|
|
7772
8396
|
},
|
|
7773
8397
|
"name": "color-light-mode-semantic-info-100",
|
|
7774
8398
|
"attributes": {
|
|
@@ -7787,11 +8411,11 @@
|
|
|
7787
8411
|
]
|
|
7788
8412
|
},
|
|
7789
8413
|
"200": {
|
|
7790
|
-
"value": "#
|
|
8414
|
+
"value": "#acf5ff",
|
|
7791
8415
|
"filePath": "tokens/color/base/semantic.light.json",
|
|
7792
8416
|
"isSource": true,
|
|
7793
8417
|
"original": {
|
|
7794
|
-
"value": "#
|
|
8418
|
+
"value": "#ACF5FF"
|
|
7795
8419
|
},
|
|
7796
8420
|
"name": "color-light-mode-semantic-info-200",
|
|
7797
8421
|
"attributes": {
|
|
@@ -7810,11 +8434,11 @@
|
|
|
7810
8434
|
]
|
|
7811
8435
|
},
|
|
7812
8436
|
"300": {
|
|
7813
|
-
"value": "#
|
|
8437
|
+
"value": "#47c0d0",
|
|
7814
8438
|
"filePath": "tokens/color/base/semantic.light.json",
|
|
7815
8439
|
"isSource": true,
|
|
7816
8440
|
"original": {
|
|
7817
|
-
"value": "#
|
|
8441
|
+
"value": "#47C0D0"
|
|
7818
8442
|
},
|
|
7819
8443
|
"name": "color-light-mode-semantic-info-300",
|
|
7820
8444
|
"attributes": {
|
|
@@ -7856,11 +8480,11 @@
|
|
|
7856
8480
|
]
|
|
7857
8481
|
},
|
|
7858
8482
|
"500": {
|
|
7859
|
-
"value": "#
|
|
8483
|
+
"value": "#0f5f6a",
|
|
7860
8484
|
"filePath": "tokens/color/base/semantic.light.json",
|
|
7861
8485
|
"isSource": true,
|
|
7862
8486
|
"original": {
|
|
7863
|
-
"value": "#
|
|
8487
|
+
"value": "#0F5F6A"
|
|
7864
8488
|
},
|
|
7865
8489
|
"name": "color-light-mode-semantic-info-500",
|
|
7866
8490
|
"attributes": {
|
|
@@ -7877,29 +8501,6 @@
|
|
|
7877
8501
|
"info",
|
|
7878
8502
|
"500"
|
|
7879
8503
|
]
|
|
7880
|
-
},
|
|
7881
|
-
"600": {
|
|
7882
|
-
"value": "#1d474c",
|
|
7883
|
-
"filePath": "tokens/color/base/semantic.light.json",
|
|
7884
|
-
"isSource": true,
|
|
7885
|
-
"original": {
|
|
7886
|
-
"value": "#1D474C"
|
|
7887
|
-
},
|
|
7888
|
-
"name": "color-light-mode-semantic-info-600",
|
|
7889
|
-
"attributes": {
|
|
7890
|
-
"category": "color",
|
|
7891
|
-
"type": "light-mode",
|
|
7892
|
-
"item": "semantic",
|
|
7893
|
-
"subitem": "info",
|
|
7894
|
-
"state": "600"
|
|
7895
|
-
},
|
|
7896
|
-
"path": [
|
|
7897
|
-
"color",
|
|
7898
|
-
"light-mode",
|
|
7899
|
-
"semantic",
|
|
7900
|
-
"info",
|
|
7901
|
-
"600"
|
|
7902
|
-
]
|
|
7903
8504
|
}
|
|
7904
8505
|
}
|
|
7905
8506
|
}
|