@pantheon-systems/pds-design-tokens 0.7.0-dev.7 → 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 +19 -10
- package/build/css/pds-design-tokens-light-mode.css +20 -11
- package/build/css/pds-design-tokens.css +3 -0
- package/build/figma/pds-design-tokens-figma.json +901 -400
- package/build/json/pds-design-tokens-dark-mode.json +291 -31
- package/build/json/pds-design-tokens-light-mode.json +302 -134
- package/build/json/pds-design-tokens.json +67 -0
- package/build/scss/_pds-design-tokens-dark-mode.scss +19 -10
- package/build/scss/_pds-design-tokens-light-mode.scss +20 -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",
|
|
@@ -3252,11 +3585,11 @@
|
|
|
3252
3585
|
]
|
|
3253
3586
|
},
|
|
3254
3587
|
"600": {
|
|
3255
|
-
"value": "#
|
|
3588
|
+
"value": "#705e00",
|
|
3256
3589
|
"filePath": "tokens/color/base/brand.dark.json",
|
|
3257
3590
|
"isSource": true,
|
|
3258
3591
|
"original": {
|
|
3259
|
-
"value": "#
|
|
3592
|
+
"value": "#705E00"
|
|
3260
3593
|
},
|
|
3261
3594
|
"name": "color-dark-mode-brand-primary-600",
|
|
3262
3595
|
"attributes": {
|
|
@@ -3304,11 +3637,11 @@
|
|
|
3304
3637
|
},
|
|
3305
3638
|
"secondary": {
|
|
3306
3639
|
"100": {
|
|
3307
|
-
"value": "#
|
|
3640
|
+
"value": "#f1eeff",
|
|
3308
3641
|
"filePath": "tokens/color/base/brand.dark.json",
|
|
3309
3642
|
"isSource": true,
|
|
3310
3643
|
"original": {
|
|
3311
|
-
"value": "#
|
|
3644
|
+
"value": "#F1EEFF"
|
|
3312
3645
|
},
|
|
3313
3646
|
"name": "color-dark-mode-brand-secondary-100",
|
|
3314
3647
|
"attributes": {
|
|
@@ -3327,11 +3660,11 @@
|
|
|
3327
3660
|
]
|
|
3328
3661
|
},
|
|
3329
3662
|
"200": {
|
|
3330
|
-
"value": "#
|
|
3663
|
+
"value": "#b5a4ff",
|
|
3331
3664
|
"filePath": "tokens/color/base/brand.dark.json",
|
|
3332
3665
|
"isSource": true,
|
|
3333
3666
|
"original": {
|
|
3334
|
-
"value": "#
|
|
3667
|
+
"value": "#B5A4FF"
|
|
3335
3668
|
},
|
|
3336
3669
|
"name": "color-dark-mode-brand-secondary-200",
|
|
3337
3670
|
"attributes": {
|
|
@@ -3350,11 +3683,11 @@
|
|
|
3350
3683
|
]
|
|
3351
3684
|
},
|
|
3352
3685
|
"300": {
|
|
3353
|
-
"value": "#
|
|
3686
|
+
"value": "#967fff",
|
|
3354
3687
|
"filePath": "tokens/color/base/brand.dark.json",
|
|
3355
3688
|
"isSource": true,
|
|
3356
3689
|
"original": {
|
|
3357
|
-
"value": "#
|
|
3690
|
+
"value": "#967FFF"
|
|
3358
3691
|
},
|
|
3359
3692
|
"name": "color-dark-mode-brand-secondary-300",
|
|
3360
3693
|
"attributes": {
|
|
@@ -3373,11 +3706,11 @@
|
|
|
3373
3706
|
]
|
|
3374
3707
|
},
|
|
3375
3708
|
"400": {
|
|
3376
|
-
"value": "#
|
|
3709
|
+
"value": "#785aff",
|
|
3377
3710
|
"filePath": "tokens/color/base/brand.dark.json",
|
|
3378
3711
|
"isSource": true,
|
|
3379
3712
|
"original": {
|
|
3380
|
-
"value": "#
|
|
3713
|
+
"value": "#785AFF"
|
|
3381
3714
|
},
|
|
3382
3715
|
"name": "color-dark-mode-brand-secondary-400",
|
|
3383
3716
|
"attributes": {
|
|
@@ -3396,11 +3729,11 @@
|
|
|
3396
3729
|
]
|
|
3397
3730
|
},
|
|
3398
3731
|
"500": {
|
|
3399
|
-
"value": "#
|
|
3732
|
+
"value": "#4b32bb",
|
|
3400
3733
|
"filePath": "tokens/color/base/brand.dark.json",
|
|
3401
3734
|
"isSource": true,
|
|
3402
3735
|
"original": {
|
|
3403
|
-
"value": "#
|
|
3736
|
+
"value": "#4B32BB"
|
|
3404
3737
|
},
|
|
3405
3738
|
"name": "color-dark-mode-brand-secondary-500",
|
|
3406
3739
|
"attributes": {
|
|
@@ -3419,7 +3752,7 @@
|
|
|
3419
3752
|
]
|
|
3420
3753
|
},
|
|
3421
3754
|
"default": {
|
|
3422
|
-
"value": "#
|
|
3755
|
+
"value": "#785aff",
|
|
3423
3756
|
"public": true,
|
|
3424
3757
|
"isReferenceToInternal": true,
|
|
3425
3758
|
"filePath": "tokens/color/base/brand.dark.json",
|
|
@@ -4947,13 +5280,13 @@
|
|
|
4947
5280
|
"primary": {
|
|
4948
5281
|
"background": {
|
|
4949
5282
|
"default": {
|
|
4950
|
-
"value": "#
|
|
5283
|
+
"value": "#3017a1",
|
|
4951
5284
|
"public": true,
|
|
4952
5285
|
"isReferenceToInternal": true,
|
|
4953
5286
|
"filePath": "tokens/color/alias/interactive.light.json",
|
|
4954
5287
|
"isSource": true,
|
|
4955
5288
|
"original": {
|
|
4956
|
-
"value": "{color.light-mode.brand.
|
|
5289
|
+
"value": "{color.light-mode.brand.secondary.400.value}",
|
|
4957
5290
|
"public": true,
|
|
4958
5291
|
"isReferenceToInternal": true
|
|
4959
5292
|
},
|
|
@@ -4975,13 +5308,13 @@
|
|
|
4975
5308
|
]
|
|
4976
5309
|
},
|
|
4977
5310
|
"hover": {
|
|
4978
|
-
"value": "#
|
|
5311
|
+
"value": "#785aff",
|
|
4979
5312
|
"public": true,
|
|
4980
5313
|
"isReferenceToInternal": true,
|
|
4981
5314
|
"filePath": "tokens/color/alias/interactive.light.json",
|
|
4982
5315
|
"isSource": true,
|
|
4983
5316
|
"original": {
|
|
4984
|
-
"value": "{color.light-mode.brand.
|
|
5317
|
+
"value": "{color.light-mode.brand.secondary.300.value}",
|
|
4985
5318
|
"public": true,
|
|
4986
5319
|
"isReferenceToInternal": true
|
|
4987
5320
|
},
|
|
@@ -5003,13 +5336,13 @@
|
|
|
5003
5336
|
]
|
|
5004
5337
|
},
|
|
5005
5338
|
"active": {
|
|
5006
|
-
"value": "#
|
|
5339
|
+
"value": "#11005d",
|
|
5007
5340
|
"public": true,
|
|
5008
5341
|
"isReferenceToInternal": true,
|
|
5009
5342
|
"filePath": "tokens/color/alias/interactive.light.json",
|
|
5010
5343
|
"isSource": true,
|
|
5011
5344
|
"original": {
|
|
5012
|
-
"value": "{color.light-mode.brand.
|
|
5345
|
+
"value": "{color.light-mode.brand.secondary.500.value}",
|
|
5013
5346
|
"public": true,
|
|
5014
5347
|
"isReferenceToInternal": true
|
|
5015
5348
|
},
|
|
@@ -5033,13 +5366,13 @@
|
|
|
5033
5366
|
},
|
|
5034
5367
|
"border": {
|
|
5035
5368
|
"default": {
|
|
5036
|
-
"value": "#
|
|
5369
|
+
"value": "#3017a1",
|
|
5037
5370
|
"public": true,
|
|
5038
5371
|
"isReferenceToInternal": true,
|
|
5039
5372
|
"filePath": "tokens/color/alias/interactive.light.json",
|
|
5040
5373
|
"isSource": true,
|
|
5041
5374
|
"original": {
|
|
5042
|
-
"value": "{color.light-mode.brand.
|
|
5375
|
+
"value": "{color.light-mode.brand.secondary.400.value}",
|
|
5043
5376
|
"public": true,
|
|
5044
5377
|
"isReferenceToInternal": true
|
|
5045
5378
|
},
|
|
@@ -5061,13 +5394,13 @@
|
|
|
5061
5394
|
]
|
|
5062
5395
|
},
|
|
5063
5396
|
"hover": {
|
|
5064
|
-
"value": "#
|
|
5397
|
+
"value": "#785aff",
|
|
5065
5398
|
"public": true,
|
|
5066
5399
|
"isReferenceToInternal": true,
|
|
5067
5400
|
"filePath": "tokens/color/alias/interactive.light.json",
|
|
5068
5401
|
"isSource": true,
|
|
5069
5402
|
"original": {
|
|
5070
|
-
"value": "{color.light-mode.brand.
|
|
5403
|
+
"value": "{color.light-mode.brand.secondary.300.value}",
|
|
5071
5404
|
"public": true,
|
|
5072
5405
|
"isReferenceToInternal": true
|
|
5073
5406
|
},
|
|
@@ -5089,13 +5422,13 @@
|
|
|
5089
5422
|
]
|
|
5090
5423
|
},
|
|
5091
5424
|
"active": {
|
|
5092
|
-
"value": "#
|
|
5425
|
+
"value": "#11005d",
|
|
5093
5426
|
"public": true,
|
|
5094
5427
|
"isReferenceToInternal": true,
|
|
5095
5428
|
"filePath": "tokens/color/alias/interactive.light.json",
|
|
5096
5429
|
"isSource": true,
|
|
5097
5430
|
"original": {
|
|
5098
|
-
"value": "{color.light-mode.brand.
|
|
5431
|
+
"value": "{color.light-mode.brand.secondary.500.value}",
|
|
5099
5432
|
"public": true,
|
|
5100
5433
|
"isReferenceToInternal": true
|
|
5101
5434
|
},
|
|
@@ -5119,13 +5452,13 @@
|
|
|
5119
5452
|
},
|
|
5120
5453
|
"foreground": {
|
|
5121
5454
|
"default": {
|
|
5122
|
-
"value": "#
|
|
5455
|
+
"value": "#ffffff",
|
|
5123
5456
|
"public": true,
|
|
5124
5457
|
"isReferenceToInternal": true,
|
|
5125
5458
|
"filePath": "tokens/color/alias/interactive.light.json",
|
|
5126
5459
|
"isSource": true,
|
|
5127
5460
|
"original": {
|
|
5128
|
-
"value": "{color.light-mode.neutral.
|
|
5461
|
+
"value": "{color.light-mode.neutral.000.value}",
|
|
5129
5462
|
"public": true,
|
|
5130
5463
|
"isReferenceToInternal": true
|
|
5131
5464
|
},
|
|
@@ -5147,13 +5480,13 @@
|
|
|
5147
5480
|
]
|
|
5148
5481
|
},
|
|
5149
5482
|
"hover": {
|
|
5150
|
-
"value": "#
|
|
5483
|
+
"value": "#ffffff",
|
|
5151
5484
|
"public": true,
|
|
5152
5485
|
"isReferenceToInternal": true,
|
|
5153
5486
|
"filePath": "tokens/color/alias/interactive.light.json",
|
|
5154
5487
|
"isSource": true,
|
|
5155
5488
|
"original": {
|
|
5156
|
-
"value": "{color.light-mode.neutral.
|
|
5489
|
+
"value": "{color.light-mode.neutral.000.value}",
|
|
5157
5490
|
"public": true,
|
|
5158
5491
|
"isReferenceToInternal": true
|
|
5159
5492
|
},
|
|
@@ -5175,13 +5508,13 @@
|
|
|
5175
5508
|
]
|
|
5176
5509
|
},
|
|
5177
5510
|
"active": {
|
|
5178
|
-
"value": "#
|
|
5511
|
+
"value": "#ffffff",
|
|
5179
5512
|
"public": true,
|
|
5180
5513
|
"isReferenceToInternal": true,
|
|
5181
5514
|
"filePath": "tokens/color/alias/interactive.light.json",
|
|
5182
5515
|
"isSource": true,
|
|
5183
5516
|
"original": {
|
|
5184
|
-
"value": "{color.light-mode.neutral.
|
|
5517
|
+
"value": "{color.light-mode.neutral.000.value}",
|
|
5185
5518
|
"public": true,
|
|
5186
5519
|
"isReferenceToInternal": true
|
|
5187
5520
|
},
|
|
@@ -5329,49 +5662,249 @@
|
|
|
5329
5662
|
"public": true,
|
|
5330
5663
|
"isReferenceToInternal": true
|
|
5331
5664
|
},
|
|
5332
|
-
"name": "color-light-mode-button-secondary-border-hover",
|
|
5665
|
+
"name": "color-light-mode-button-secondary-border-hover",
|
|
5666
|
+
"attributes": {
|
|
5667
|
+
"category": "color",
|
|
5668
|
+
"type": "light-mode",
|
|
5669
|
+
"item": "button",
|
|
5670
|
+
"subitem": "secondary",
|
|
5671
|
+
"state": "border"
|
|
5672
|
+
},
|
|
5673
|
+
"path": [
|
|
5674
|
+
"color",
|
|
5675
|
+
"light-mode",
|
|
5676
|
+
"button",
|
|
5677
|
+
"secondary",
|
|
5678
|
+
"border",
|
|
5679
|
+
"hover"
|
|
5680
|
+
]
|
|
5681
|
+
},
|
|
5682
|
+
"active": {
|
|
5683
|
+
"value": "#11005d",
|
|
5684
|
+
"public": true,
|
|
5685
|
+
"isReferenceToInternal": true,
|
|
5686
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
5687
|
+
"isSource": true,
|
|
5688
|
+
"original": {
|
|
5689
|
+
"value": "{color.light-mode.brand.secondary.500.value}",
|
|
5690
|
+
"public": true,
|
|
5691
|
+
"isReferenceToInternal": true
|
|
5692
|
+
},
|
|
5693
|
+
"name": "color-light-mode-button-secondary-border-active",
|
|
5694
|
+
"attributes": {
|
|
5695
|
+
"category": "color",
|
|
5696
|
+
"type": "light-mode",
|
|
5697
|
+
"item": "button",
|
|
5698
|
+
"subitem": "secondary",
|
|
5699
|
+
"state": "border"
|
|
5700
|
+
},
|
|
5701
|
+
"path": [
|
|
5702
|
+
"color",
|
|
5703
|
+
"light-mode",
|
|
5704
|
+
"button",
|
|
5705
|
+
"secondary",
|
|
5706
|
+
"border",
|
|
5707
|
+
"active"
|
|
5708
|
+
]
|
|
5709
|
+
}
|
|
5710
|
+
},
|
|
5711
|
+
"foreground": {
|
|
5712
|
+
"default": {
|
|
5713
|
+
"value": "#3017a1",
|
|
5714
|
+
"public": true,
|
|
5715
|
+
"isReferenceToInternal": true,
|
|
5716
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
5717
|
+
"isSource": true,
|
|
5718
|
+
"original": {
|
|
5719
|
+
"value": "{color.light-mode.brand.secondary.400.value}",
|
|
5720
|
+
"public": true,
|
|
5721
|
+
"isReferenceToInternal": true
|
|
5722
|
+
},
|
|
5723
|
+
"name": "color-light-mode-button-secondary-foreground-default",
|
|
5724
|
+
"attributes": {
|
|
5725
|
+
"category": "color",
|
|
5726
|
+
"type": "light-mode",
|
|
5727
|
+
"item": "button",
|
|
5728
|
+
"subitem": "secondary",
|
|
5729
|
+
"state": "foreground"
|
|
5730
|
+
},
|
|
5731
|
+
"path": [
|
|
5732
|
+
"color",
|
|
5733
|
+
"light-mode",
|
|
5734
|
+
"button",
|
|
5735
|
+
"secondary",
|
|
5736
|
+
"foreground",
|
|
5737
|
+
"default"
|
|
5738
|
+
]
|
|
5739
|
+
},
|
|
5740
|
+
"hover": {
|
|
5741
|
+
"value": "#3017a1",
|
|
5742
|
+
"public": true,
|
|
5743
|
+
"isReferenceToInternal": true,
|
|
5744
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
5745
|
+
"isSource": true,
|
|
5746
|
+
"original": {
|
|
5747
|
+
"value": "{color.light-mode.brand.secondary.400.value}",
|
|
5748
|
+
"public": true,
|
|
5749
|
+
"isReferenceToInternal": true
|
|
5750
|
+
},
|
|
5751
|
+
"name": "color-light-mode-button-secondary-foreground-hover",
|
|
5752
|
+
"attributes": {
|
|
5753
|
+
"category": "color",
|
|
5754
|
+
"type": "light-mode",
|
|
5755
|
+
"item": "button",
|
|
5756
|
+
"subitem": "secondary",
|
|
5757
|
+
"state": "foreground"
|
|
5758
|
+
},
|
|
5759
|
+
"path": [
|
|
5760
|
+
"color",
|
|
5761
|
+
"light-mode",
|
|
5762
|
+
"button",
|
|
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",
|
|
5333
5866
|
"attributes": {
|
|
5334
5867
|
"category": "color",
|
|
5335
5868
|
"type": "light-mode",
|
|
5336
5869
|
"item": "button",
|
|
5337
|
-
"subitem": "
|
|
5338
|
-
"state": "
|
|
5870
|
+
"subitem": "subtle",
|
|
5871
|
+
"state": "background"
|
|
5339
5872
|
},
|
|
5340
5873
|
"path": [
|
|
5341
5874
|
"color",
|
|
5342
5875
|
"light-mode",
|
|
5343
5876
|
"button",
|
|
5344
|
-
"
|
|
5345
|
-
"
|
|
5346
|
-
"
|
|
5877
|
+
"subtle",
|
|
5878
|
+
"background",
|
|
5879
|
+
"active"
|
|
5347
5880
|
]
|
|
5348
|
-
}
|
|
5349
|
-
|
|
5350
|
-
|
|
5881
|
+
}
|
|
5882
|
+
},
|
|
5883
|
+
"border": {
|
|
5884
|
+
"default": {
|
|
5885
|
+
"value": "rgba(0, 0, 0, 0)",
|
|
5351
5886
|
"public": true,
|
|
5352
|
-
"isReferenceToInternal": true,
|
|
5353
5887
|
"filePath": "tokens/color/alias/interactive.light.json",
|
|
5354
5888
|
"isSource": true,
|
|
5355
5889
|
"original": {
|
|
5356
|
-
"value": "
|
|
5357
|
-
"public": true
|
|
5358
|
-
"isReferenceToInternal": true
|
|
5890
|
+
"value": "transparent",
|
|
5891
|
+
"public": true
|
|
5359
5892
|
},
|
|
5360
|
-
"name": "color-light-mode-button-
|
|
5893
|
+
"name": "color-light-mode-button-subtle-border-default",
|
|
5361
5894
|
"attributes": {
|
|
5362
5895
|
"category": "color",
|
|
5363
5896
|
"type": "light-mode",
|
|
5364
5897
|
"item": "button",
|
|
5365
|
-
"subitem": "
|
|
5898
|
+
"subitem": "subtle",
|
|
5366
5899
|
"state": "border"
|
|
5367
5900
|
},
|
|
5368
5901
|
"path": [
|
|
5369
5902
|
"color",
|
|
5370
5903
|
"light-mode",
|
|
5371
5904
|
"button",
|
|
5372
|
-
"
|
|
5905
|
+
"subtle",
|
|
5373
5906
|
"border",
|
|
5374
|
-
"
|
|
5907
|
+
"default"
|
|
5375
5908
|
]
|
|
5376
5909
|
}
|
|
5377
5910
|
},
|
|
@@ -5387,19 +5920,19 @@
|
|
|
5387
5920
|
"public": true,
|
|
5388
5921
|
"isReferenceToInternal": true
|
|
5389
5922
|
},
|
|
5390
|
-
"name": "color-light-mode-button-
|
|
5923
|
+
"name": "color-light-mode-button-subtle-foreground-default",
|
|
5391
5924
|
"attributes": {
|
|
5392
5925
|
"category": "color",
|
|
5393
5926
|
"type": "light-mode",
|
|
5394
5927
|
"item": "button",
|
|
5395
|
-
"subitem": "
|
|
5928
|
+
"subitem": "subtle",
|
|
5396
5929
|
"state": "foreground"
|
|
5397
5930
|
},
|
|
5398
5931
|
"path": [
|
|
5399
5932
|
"color",
|
|
5400
5933
|
"light-mode",
|
|
5401
5934
|
"button",
|
|
5402
|
-
"
|
|
5935
|
+
"subtle",
|
|
5403
5936
|
"foreground",
|
|
5404
5937
|
"default"
|
|
5405
5938
|
]
|
|
@@ -5415,19 +5948,19 @@
|
|
|
5415
5948
|
"public": true,
|
|
5416
5949
|
"isReferenceToInternal": true
|
|
5417
5950
|
},
|
|
5418
|
-
"name": "color-light-mode-button-
|
|
5951
|
+
"name": "color-light-mode-button-subtle-foreground-hover",
|
|
5419
5952
|
"attributes": {
|
|
5420
5953
|
"category": "color",
|
|
5421
5954
|
"type": "light-mode",
|
|
5422
5955
|
"item": "button",
|
|
5423
|
-
"subitem": "
|
|
5956
|
+
"subitem": "subtle",
|
|
5424
5957
|
"state": "foreground"
|
|
5425
5958
|
},
|
|
5426
5959
|
"path": [
|
|
5427
5960
|
"color",
|
|
5428
5961
|
"light-mode",
|
|
5429
5962
|
"button",
|
|
5430
|
-
"
|
|
5963
|
+
"subtle",
|
|
5431
5964
|
"foreground",
|
|
5432
5965
|
"hover"
|
|
5433
5966
|
]
|
|
@@ -5443,105 +5976,107 @@
|
|
|
5443
5976
|
"public": true,
|
|
5444
5977
|
"isReferenceToInternal": true
|
|
5445
5978
|
},
|
|
5446
|
-
"name": "color-light-mode-button-
|
|
5979
|
+
"name": "color-light-mode-button-subtle-foreground-active",
|
|
5447
5980
|
"attributes": {
|
|
5448
5981
|
"category": "color",
|
|
5449
5982
|
"type": "light-mode",
|
|
5450
5983
|
"item": "button",
|
|
5451
|
-
"subitem": "
|
|
5984
|
+
"subitem": "subtle",
|
|
5452
5985
|
"state": "foreground"
|
|
5453
5986
|
},
|
|
5454
5987
|
"path": [
|
|
5455
5988
|
"color",
|
|
5456
5989
|
"light-mode",
|
|
5457
5990
|
"button",
|
|
5458
|
-
"
|
|
5991
|
+
"subtle",
|
|
5459
5992
|
"foreground",
|
|
5460
5993
|
"active"
|
|
5461
5994
|
]
|
|
5462
5995
|
}
|
|
5463
5996
|
}
|
|
5464
5997
|
},
|
|
5465
|
-
"
|
|
5998
|
+
"brand": {
|
|
5466
5999
|
"background": {
|
|
5467
6000
|
"default": {
|
|
5468
|
-
"value": "
|
|
6001
|
+
"value": "#ffdc28",
|
|
5469
6002
|
"public": true,
|
|
6003
|
+
"isReferenceToInternal": true,
|
|
5470
6004
|
"filePath": "tokens/color/alias/interactive.light.json",
|
|
5471
6005
|
"isSource": true,
|
|
5472
6006
|
"original": {
|
|
5473
|
-
"value": "
|
|
5474
|
-
"public": true
|
|
6007
|
+
"value": "{color.light-mode.brand.primary.400.value}",
|
|
6008
|
+
"public": true,
|
|
6009
|
+
"isReferenceToInternal": true
|
|
5475
6010
|
},
|
|
5476
|
-
"name": "color-light-mode-button-
|
|
6011
|
+
"name": "color-light-mode-button-brand-background-default",
|
|
5477
6012
|
"attributes": {
|
|
5478
6013
|
"category": "color",
|
|
5479
6014
|
"type": "light-mode",
|
|
5480
6015
|
"item": "button",
|
|
5481
|
-
"subitem": "
|
|
6016
|
+
"subitem": "brand",
|
|
5482
6017
|
"state": "background"
|
|
5483
6018
|
},
|
|
5484
6019
|
"path": [
|
|
5485
6020
|
"color",
|
|
5486
6021
|
"light-mode",
|
|
5487
6022
|
"button",
|
|
5488
|
-
"
|
|
6023
|
+
"brand",
|
|
5489
6024
|
"background",
|
|
5490
6025
|
"default"
|
|
5491
6026
|
]
|
|
5492
6027
|
},
|
|
5493
6028
|
"hover": {
|
|
5494
|
-
"value": "#
|
|
6029
|
+
"value": "#ffe668",
|
|
5495
6030
|
"public": true,
|
|
5496
6031
|
"isReferenceToInternal": true,
|
|
5497
6032
|
"filePath": "tokens/color/alias/interactive.light.json",
|
|
5498
6033
|
"isSource": true,
|
|
5499
6034
|
"original": {
|
|
5500
|
-
"value": "{color.light-mode.
|
|
6035
|
+
"value": "{color.light-mode.brand.primary.300.value}",
|
|
5501
6036
|
"public": true,
|
|
5502
6037
|
"isReferenceToInternal": true
|
|
5503
6038
|
},
|
|
5504
|
-
"name": "color-light-mode-button-
|
|
6039
|
+
"name": "color-light-mode-button-brand-background-hover",
|
|
5505
6040
|
"attributes": {
|
|
5506
6041
|
"category": "color",
|
|
5507
6042
|
"type": "light-mode",
|
|
5508
6043
|
"item": "button",
|
|
5509
|
-
"subitem": "
|
|
6044
|
+
"subitem": "brand",
|
|
5510
6045
|
"state": "background"
|
|
5511
6046
|
},
|
|
5512
6047
|
"path": [
|
|
5513
6048
|
"color",
|
|
5514
6049
|
"light-mode",
|
|
5515
6050
|
"button",
|
|
5516
|
-
"
|
|
6051
|
+
"brand",
|
|
5517
6052
|
"background",
|
|
5518
6053
|
"hover"
|
|
5519
6054
|
]
|
|
5520
6055
|
},
|
|
5521
6056
|
"active": {
|
|
5522
|
-
"value": "#
|
|
6057
|
+
"value": "#ddbd16",
|
|
5523
6058
|
"public": true,
|
|
5524
6059
|
"isReferenceToInternal": true,
|
|
5525
6060
|
"filePath": "tokens/color/alias/interactive.light.json",
|
|
5526
6061
|
"isSource": true,
|
|
5527
6062
|
"original": {
|
|
5528
|
-
"value": "{color.light-mode.
|
|
6063
|
+
"value": "{color.light-mode.brand.primary.500.value}",
|
|
5529
6064
|
"public": true,
|
|
5530
6065
|
"isReferenceToInternal": true
|
|
5531
6066
|
},
|
|
5532
|
-
"name": "color-light-mode-button-
|
|
6067
|
+
"name": "color-light-mode-button-brand-background-active",
|
|
5533
6068
|
"attributes": {
|
|
5534
6069
|
"category": "color",
|
|
5535
6070
|
"type": "light-mode",
|
|
5536
6071
|
"item": "button",
|
|
5537
|
-
"subitem": "
|
|
6072
|
+
"subitem": "brand",
|
|
5538
6073
|
"state": "background"
|
|
5539
6074
|
},
|
|
5540
6075
|
"path": [
|
|
5541
6076
|
"color",
|
|
5542
6077
|
"light-mode",
|
|
5543
6078
|
"button",
|
|
5544
|
-
"
|
|
6079
|
+
"brand",
|
|
5545
6080
|
"background",
|
|
5546
6081
|
"active"
|
|
5547
6082
|
]
|
|
@@ -5549,113 +6084,171 @@
|
|
|
5549
6084
|
},
|
|
5550
6085
|
"border": {
|
|
5551
6086
|
"default": {
|
|
5552
|
-
"value": "
|
|
6087
|
+
"value": "#ffdc28",
|
|
5553
6088
|
"public": true,
|
|
6089
|
+
"isReferenceToInternal": true,
|
|
5554
6090
|
"filePath": "tokens/color/alias/interactive.light.json",
|
|
5555
6091
|
"isSource": true,
|
|
5556
6092
|
"original": {
|
|
5557
|
-
"value": "
|
|
5558
|
-
"public": true
|
|
6093
|
+
"value": "{color.light-mode.brand.primary.400.value}",
|
|
6094
|
+
"public": true,
|
|
6095
|
+
"isReferenceToInternal": true
|
|
5559
6096
|
},
|
|
5560
|
-
"name": "color-light-mode-button-
|
|
6097
|
+
"name": "color-light-mode-button-brand-border-default",
|
|
5561
6098
|
"attributes": {
|
|
5562
6099
|
"category": "color",
|
|
5563
6100
|
"type": "light-mode",
|
|
5564
6101
|
"item": "button",
|
|
5565
|
-
"subitem": "
|
|
6102
|
+
"subitem": "brand",
|
|
5566
6103
|
"state": "border"
|
|
5567
6104
|
},
|
|
5568
6105
|
"path": [
|
|
5569
6106
|
"color",
|
|
5570
6107
|
"light-mode",
|
|
5571
6108
|
"button",
|
|
5572
|
-
"
|
|
6109
|
+
"brand",
|
|
5573
6110
|
"border",
|
|
5574
6111
|
"default"
|
|
5575
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
|
+
]
|
|
5576
6169
|
}
|
|
5577
6170
|
},
|
|
5578
6171
|
"foreground": {
|
|
5579
6172
|
"default": {
|
|
5580
|
-
"value": "#
|
|
6173
|
+
"value": "#23232d",
|
|
5581
6174
|
"public": true,
|
|
5582
6175
|
"isReferenceToInternal": true,
|
|
5583
6176
|
"filePath": "tokens/color/alias/interactive.light.json",
|
|
5584
6177
|
"isSource": true,
|
|
5585
6178
|
"original": {
|
|
5586
|
-
"value": "{color.light-mode.
|
|
6179
|
+
"value": "{color.light-mode.neutral.700.value}",
|
|
5587
6180
|
"public": true,
|
|
5588
6181
|
"isReferenceToInternal": true
|
|
5589
6182
|
},
|
|
5590
|
-
"name": "color-light-mode-button-
|
|
6183
|
+
"name": "color-light-mode-button-brand-foreground-default",
|
|
5591
6184
|
"attributes": {
|
|
5592
6185
|
"category": "color",
|
|
5593
6186
|
"type": "light-mode",
|
|
5594
6187
|
"item": "button",
|
|
5595
|
-
"subitem": "
|
|
6188
|
+
"subitem": "brand",
|
|
5596
6189
|
"state": "foreground"
|
|
5597
6190
|
},
|
|
5598
6191
|
"path": [
|
|
5599
6192
|
"color",
|
|
5600
6193
|
"light-mode",
|
|
5601
6194
|
"button",
|
|
5602
|
-
"
|
|
6195
|
+
"brand",
|
|
5603
6196
|
"foreground",
|
|
5604
6197
|
"default"
|
|
5605
6198
|
]
|
|
5606
6199
|
},
|
|
5607
6200
|
"hover": {
|
|
5608
|
-
"value": "#
|
|
6201
|
+
"value": "#23232d",
|
|
5609
6202
|
"public": true,
|
|
5610
6203
|
"isReferenceToInternal": true,
|
|
5611
6204
|
"filePath": "tokens/color/alias/interactive.light.json",
|
|
5612
6205
|
"isSource": true,
|
|
5613
6206
|
"original": {
|
|
5614
|
-
"value": "{color.light-mode.
|
|
6207
|
+
"value": "{color.light-mode.neutral.700.value}",
|
|
5615
6208
|
"public": true,
|
|
5616
6209
|
"isReferenceToInternal": true
|
|
5617
6210
|
},
|
|
5618
|
-
"name": "color-light-mode-button-
|
|
6211
|
+
"name": "color-light-mode-button-brand-foreground-hover",
|
|
5619
6212
|
"attributes": {
|
|
5620
6213
|
"category": "color",
|
|
5621
6214
|
"type": "light-mode",
|
|
5622
6215
|
"item": "button",
|
|
5623
|
-
"subitem": "
|
|
6216
|
+
"subitem": "brand",
|
|
5624
6217
|
"state": "foreground"
|
|
5625
6218
|
},
|
|
5626
6219
|
"path": [
|
|
5627
6220
|
"color",
|
|
5628
6221
|
"light-mode",
|
|
5629
6222
|
"button",
|
|
5630
|
-
"
|
|
6223
|
+
"brand",
|
|
5631
6224
|
"foreground",
|
|
5632
6225
|
"hover"
|
|
5633
6226
|
]
|
|
5634
6227
|
},
|
|
5635
6228
|
"active": {
|
|
5636
|
-
"value": "#
|
|
6229
|
+
"value": "#23232d",
|
|
5637
6230
|
"public": true,
|
|
5638
6231
|
"isReferenceToInternal": true,
|
|
5639
6232
|
"filePath": "tokens/color/alias/interactive.light.json",
|
|
5640
6233
|
"isSource": true,
|
|
5641
6234
|
"original": {
|
|
5642
|
-
"value": "{color.light-mode.
|
|
6235
|
+
"value": "{color.light-mode.neutral.700.value}",
|
|
5643
6236
|
"public": true,
|
|
5644
6237
|
"isReferenceToInternal": true
|
|
5645
6238
|
},
|
|
5646
|
-
"name": "color-light-mode-button-
|
|
6239
|
+
"name": "color-light-mode-button-brand-foreground-active",
|
|
5647
6240
|
"attributes": {
|
|
5648
6241
|
"category": "color",
|
|
5649
6242
|
"type": "light-mode",
|
|
5650
6243
|
"item": "button",
|
|
5651
|
-
"subitem": "
|
|
6244
|
+
"subitem": "brand",
|
|
5652
6245
|
"state": "foreground"
|
|
5653
6246
|
},
|
|
5654
6247
|
"path": [
|
|
5655
6248
|
"color",
|
|
5656
6249
|
"light-mode",
|
|
5657
6250
|
"button",
|
|
5658
|
-
"
|
|
6251
|
+
"brand",
|
|
5659
6252
|
"foreground",
|
|
5660
6253
|
"active"
|
|
5661
6254
|
]
|
|
@@ -5721,7 +6314,7 @@
|
|
|
5721
6314
|
]
|
|
5722
6315
|
},
|
|
5723
6316
|
"active": {
|
|
5724
|
-
"value": "#
|
|
6317
|
+
"value": "#700000",
|
|
5725
6318
|
"public": true,
|
|
5726
6319
|
"isReferenceToInternal": true,
|
|
5727
6320
|
"filePath": "tokens/color/alias/interactive.light.json",
|
|
@@ -5807,7 +6400,7 @@
|
|
|
5807
6400
|
]
|
|
5808
6401
|
},
|
|
5809
6402
|
"active": {
|
|
5810
|
-
"value": "#
|
|
6403
|
+
"value": "#700000",
|
|
5811
6404
|
"public": true,
|
|
5812
6405
|
"isReferenceToInternal": true,
|
|
5813
6406
|
"filePath": "tokens/color/alias/interactive.light.json",
|
|
@@ -6507,11 +7100,11 @@
|
|
|
6507
7100
|
]
|
|
6508
7101
|
},
|
|
6509
7102
|
"600": {
|
|
6510
|
-
"value": "#
|
|
7103
|
+
"value": "#705e00",
|
|
6511
7104
|
"filePath": "tokens/color/base/brand.light.json",
|
|
6512
7105
|
"isSource": true,
|
|
6513
7106
|
"original": {
|
|
6514
|
-
"value": "#
|
|
7107
|
+
"value": "#705E00"
|
|
6515
7108
|
},
|
|
6516
7109
|
"name": "color-light-mode-brand-primary-600",
|
|
6517
7110
|
"attributes": {
|
|
@@ -7536,11 +8129,11 @@
|
|
|
7536
8129
|
]
|
|
7537
8130
|
},
|
|
7538
8131
|
"500": {
|
|
7539
|
-
"value": "#
|
|
8132
|
+
"value": "#700000",
|
|
7540
8133
|
"filePath": "tokens/color/base/semantic.light.json",
|
|
7541
8134
|
"isSource": true,
|
|
7542
8135
|
"original": {
|
|
7543
|
-
"value": "#
|
|
8136
|
+
"value": "#700000"
|
|
7544
8137
|
},
|
|
7545
8138
|
"name": "color-light-mode-semantic-error-500",
|
|
7546
8139
|
"attributes": {
|
|
@@ -7557,38 +8150,15 @@
|
|
|
7557
8150
|
"error",
|
|
7558
8151
|
"500"
|
|
7559
8152
|
]
|
|
7560
|
-
},
|
|
7561
|
-
"600": {
|
|
7562
|
-
"value": "#700000",
|
|
7563
|
-
"filePath": "tokens/color/base/semantic.light.json",
|
|
7564
|
-
"isSource": true,
|
|
7565
|
-
"original": {
|
|
7566
|
-
"value": "#700000"
|
|
7567
|
-
},
|
|
7568
|
-
"name": "color-light-mode-semantic-error-600",
|
|
7569
|
-
"attributes": {
|
|
7570
|
-
"category": "color",
|
|
7571
|
-
"type": "light-mode",
|
|
7572
|
-
"item": "semantic",
|
|
7573
|
-
"subitem": "error",
|
|
7574
|
-
"state": "600"
|
|
7575
|
-
},
|
|
7576
|
-
"path": [
|
|
7577
|
-
"color",
|
|
7578
|
-
"light-mode",
|
|
7579
|
-
"semantic",
|
|
7580
|
-
"error",
|
|
7581
|
-
"600"
|
|
7582
|
-
]
|
|
7583
8153
|
}
|
|
7584
8154
|
},
|
|
7585
8155
|
"warning": {
|
|
7586
8156
|
"100": {
|
|
7587
|
-
"value": "#
|
|
8157
|
+
"value": "#fffae6",
|
|
7588
8158
|
"filePath": "tokens/color/base/semantic.light.json",
|
|
7589
8159
|
"isSource": true,
|
|
7590
8160
|
"original": {
|
|
7591
|
-
"value": "#
|
|
8161
|
+
"value": "#FFFAE6"
|
|
7592
8162
|
},
|
|
7593
8163
|
"name": "color-light-mode-semantic-warning-100",
|
|
7594
8164
|
"attributes": {
|
|
@@ -7607,11 +8177,11 @@
|
|
|
7607
8177
|
]
|
|
7608
8178
|
},
|
|
7609
8179
|
"200": {
|
|
7610
|
-
"value": "#
|
|
8180
|
+
"value": "#ffdd99",
|
|
7611
8181
|
"filePath": "tokens/color/base/semantic.light.json",
|
|
7612
8182
|
"isSource": true,
|
|
7613
8183
|
"original": {
|
|
7614
|
-
"value": "#
|
|
8184
|
+
"value": "#FFDD99"
|
|
7615
8185
|
},
|
|
7616
8186
|
"name": "color-light-mode-semantic-warning-200",
|
|
7617
8187
|
"attributes": {
|
|
@@ -7630,11 +8200,11 @@
|
|
|
7630
8200
|
]
|
|
7631
8201
|
},
|
|
7632
8202
|
"300": {
|
|
7633
|
-
"value": "#
|
|
8203
|
+
"value": "#ffc44c",
|
|
7634
8204
|
"filePath": "tokens/color/base/semantic.light.json",
|
|
7635
8205
|
"isSource": true,
|
|
7636
8206
|
"original": {
|
|
7637
|
-
"value": "#
|
|
8207
|
+
"value": "#FFC44C"
|
|
7638
8208
|
},
|
|
7639
8209
|
"name": "color-light-mode-semantic-warning-300",
|
|
7640
8210
|
"attributes": {
|
|
@@ -7653,11 +8223,11 @@
|
|
|
7653
8223
|
]
|
|
7654
8224
|
},
|
|
7655
8225
|
"400": {
|
|
7656
|
-
"value": "#
|
|
8226
|
+
"value": "#ffab00",
|
|
7657
8227
|
"filePath": "tokens/color/base/semantic.light.json",
|
|
7658
8228
|
"isSource": true,
|
|
7659
8229
|
"original": {
|
|
7660
|
-
"value": "#
|
|
8230
|
+
"value": "#FFAB00"
|
|
7661
8231
|
},
|
|
7662
8232
|
"name": "color-light-mode-semantic-warning-400",
|
|
7663
8233
|
"attributes": {
|
|
@@ -7676,11 +8246,11 @@
|
|
|
7676
8246
|
]
|
|
7677
8247
|
},
|
|
7678
8248
|
"500": {
|
|
7679
|
-
"value": "#
|
|
8249
|
+
"value": "#b15902",
|
|
7680
8250
|
"filePath": "tokens/color/base/semantic.light.json",
|
|
7681
8251
|
"isSource": true,
|
|
7682
8252
|
"original": {
|
|
7683
|
-
"value": "#
|
|
8253
|
+
"value": "#B15902"
|
|
7684
8254
|
},
|
|
7685
8255
|
"name": "color-light-mode-semantic-warning-500",
|
|
7686
8256
|
"attributes": {
|
|
@@ -7697,29 +8267,6 @@
|
|
|
7697
8267
|
"warning",
|
|
7698
8268
|
"500"
|
|
7699
8269
|
]
|
|
7700
|
-
},
|
|
7701
|
-
"600": {
|
|
7702
|
-
"value": "#43290f",
|
|
7703
|
-
"filePath": "tokens/color/base/semantic.light.json",
|
|
7704
|
-
"isSource": true,
|
|
7705
|
-
"original": {
|
|
7706
|
-
"value": "#43290F"
|
|
7707
|
-
},
|
|
7708
|
-
"name": "color-light-mode-semantic-warning-600",
|
|
7709
|
-
"attributes": {
|
|
7710
|
-
"category": "color",
|
|
7711
|
-
"type": "light-mode",
|
|
7712
|
-
"item": "semantic",
|
|
7713
|
-
"subitem": "warning",
|
|
7714
|
-
"state": "600"
|
|
7715
|
-
},
|
|
7716
|
-
"path": [
|
|
7717
|
-
"color",
|
|
7718
|
-
"light-mode",
|
|
7719
|
-
"semantic",
|
|
7720
|
-
"warning",
|
|
7721
|
-
"600"
|
|
7722
|
-
]
|
|
7723
8270
|
}
|
|
7724
8271
|
},
|
|
7725
8272
|
"success": {
|
|
@@ -7837,38 +8384,15 @@
|
|
|
7837
8384
|
"success",
|
|
7838
8385
|
"500"
|
|
7839
8386
|
]
|
|
7840
|
-
},
|
|
7841
|
-
"600": {
|
|
7842
|
-
"value": "#133527",
|
|
7843
|
-
"filePath": "tokens/color/base/semantic.light.json",
|
|
7844
|
-
"isSource": true,
|
|
7845
|
-
"original": {
|
|
7846
|
-
"value": "#133527"
|
|
7847
|
-
},
|
|
7848
|
-
"name": "color-light-mode-semantic-success-600",
|
|
7849
|
-
"attributes": {
|
|
7850
|
-
"category": "color",
|
|
7851
|
-
"type": "light-mode",
|
|
7852
|
-
"item": "semantic",
|
|
7853
|
-
"subitem": "success",
|
|
7854
|
-
"state": "600"
|
|
7855
|
-
},
|
|
7856
|
-
"path": [
|
|
7857
|
-
"color",
|
|
7858
|
-
"light-mode",
|
|
7859
|
-
"semantic",
|
|
7860
|
-
"success",
|
|
7861
|
-
"600"
|
|
7862
|
-
]
|
|
7863
8387
|
}
|
|
7864
8388
|
},
|
|
7865
8389
|
"info": {
|
|
7866
8390
|
"100": {
|
|
7867
|
-
"value": "#
|
|
8391
|
+
"value": "#f0fdff",
|
|
7868
8392
|
"filePath": "tokens/color/base/semantic.light.json",
|
|
7869
8393
|
"isSource": true,
|
|
7870
8394
|
"original": {
|
|
7871
|
-
"value": "#
|
|
8395
|
+
"value": "#F0FDFF"
|
|
7872
8396
|
},
|
|
7873
8397
|
"name": "color-light-mode-semantic-info-100",
|
|
7874
8398
|
"attributes": {
|
|
@@ -7887,11 +8411,11 @@
|
|
|
7887
8411
|
]
|
|
7888
8412
|
},
|
|
7889
8413
|
"200": {
|
|
7890
|
-
"value": "#
|
|
8414
|
+
"value": "#acf5ff",
|
|
7891
8415
|
"filePath": "tokens/color/base/semantic.light.json",
|
|
7892
8416
|
"isSource": true,
|
|
7893
8417
|
"original": {
|
|
7894
|
-
"value": "#
|
|
8418
|
+
"value": "#ACF5FF"
|
|
7895
8419
|
},
|
|
7896
8420
|
"name": "color-light-mode-semantic-info-200",
|
|
7897
8421
|
"attributes": {
|
|
@@ -7910,11 +8434,11 @@
|
|
|
7910
8434
|
]
|
|
7911
8435
|
},
|
|
7912
8436
|
"300": {
|
|
7913
|
-
"value": "#
|
|
8437
|
+
"value": "#47c0d0",
|
|
7914
8438
|
"filePath": "tokens/color/base/semantic.light.json",
|
|
7915
8439
|
"isSource": true,
|
|
7916
8440
|
"original": {
|
|
7917
|
-
"value": "#
|
|
8441
|
+
"value": "#47C0D0"
|
|
7918
8442
|
},
|
|
7919
8443
|
"name": "color-light-mode-semantic-info-300",
|
|
7920
8444
|
"attributes": {
|
|
@@ -7956,11 +8480,11 @@
|
|
|
7956
8480
|
]
|
|
7957
8481
|
},
|
|
7958
8482
|
"500": {
|
|
7959
|
-
"value": "#
|
|
8483
|
+
"value": "#0f5f6a",
|
|
7960
8484
|
"filePath": "tokens/color/base/semantic.light.json",
|
|
7961
8485
|
"isSource": true,
|
|
7962
8486
|
"original": {
|
|
7963
|
-
"value": "#
|
|
8487
|
+
"value": "#0F5F6A"
|
|
7964
8488
|
},
|
|
7965
8489
|
"name": "color-light-mode-semantic-info-500",
|
|
7966
8490
|
"attributes": {
|
|
@@ -7977,29 +8501,6 @@
|
|
|
7977
8501
|
"info",
|
|
7978
8502
|
"500"
|
|
7979
8503
|
]
|
|
7980
|
-
},
|
|
7981
|
-
"600": {
|
|
7982
|
-
"value": "#1d474c",
|
|
7983
|
-
"filePath": "tokens/color/base/semantic.light.json",
|
|
7984
|
-
"isSource": true,
|
|
7985
|
-
"original": {
|
|
7986
|
-
"value": "#1D474C"
|
|
7987
|
-
},
|
|
7988
|
-
"name": "color-light-mode-semantic-info-600",
|
|
7989
|
-
"attributes": {
|
|
7990
|
-
"category": "color",
|
|
7991
|
-
"type": "light-mode",
|
|
7992
|
-
"item": "semantic",
|
|
7993
|
-
"subitem": "info",
|
|
7994
|
-
"state": "600"
|
|
7995
|
-
},
|
|
7996
|
-
"path": [
|
|
7997
|
-
"color",
|
|
7998
|
-
"light-mode",
|
|
7999
|
-
"semantic",
|
|
8000
|
-
"info",
|
|
8001
|
-
"600"
|
|
8002
|
-
]
|
|
8003
8504
|
}
|
|
8004
8505
|
}
|
|
8005
8506
|
}
|