@pantheon-systems/pds-design-tokens 1.0.0-dev.7 → 1.0.0-dev.9
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 +18 -7
- package/build/css/pds-design-tokens-light-mode.css +16 -5
- package/build/figma/pds-design-tokens-figma.json +790 -56
- package/build/json/pds-design-tokens-dark-mode.json +326 -25
- package/build/json/pds-design-tokens-light-mode.json +326 -25
- package/build/scss/_pds-design-tokens-dark-mode.scss +18 -7
- package/build/scss/_pds-design-tokens-light-mode.scss +16 -5
- package/package.json +1 -1
|
@@ -574,6 +574,138 @@
|
|
|
574
574
|
]
|
|
575
575
|
}
|
|
576
576
|
},
|
|
577
|
+
"form": {
|
|
578
|
+
"label": {
|
|
579
|
+
"value": {
|
|
580
|
+
"fontSize": "1 * 16",
|
|
581
|
+
"fontFamily": "Poppins",
|
|
582
|
+
"fontWeight": 500,
|
|
583
|
+
"lineHeight": "125%"
|
|
584
|
+
},
|
|
585
|
+
"type": "typography",
|
|
586
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
587
|
+
"isSource": true,
|
|
588
|
+
"original": {
|
|
589
|
+
"value": {
|
|
590
|
+
"fontSize": "{typography.size.M} * {figma.typography.size.base}",
|
|
591
|
+
"fontFamily": "Poppins",
|
|
592
|
+
"fontWeight": "{typography.font-weight.medium}",
|
|
593
|
+
"lineHeight": "{typography.line-height.S}"
|
|
594
|
+
},
|
|
595
|
+
"type": "typography"
|
|
596
|
+
},
|
|
597
|
+
"name": "text-form-label",
|
|
598
|
+
"attributes": {
|
|
599
|
+
"category": "text",
|
|
600
|
+
"type": "form",
|
|
601
|
+
"item": "label"
|
|
602
|
+
},
|
|
603
|
+
"path": [
|
|
604
|
+
"text",
|
|
605
|
+
"form",
|
|
606
|
+
"label"
|
|
607
|
+
]
|
|
608
|
+
},
|
|
609
|
+
"input": {
|
|
610
|
+
"value": {
|
|
611
|
+
"fontSize": "1 * 16",
|
|
612
|
+
"fontFamily": "Poppins",
|
|
613
|
+
"fontWeight": 400,
|
|
614
|
+
"lineHeight": "1"
|
|
615
|
+
},
|
|
616
|
+
"type": "typography",
|
|
617
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
618
|
+
"isSource": true,
|
|
619
|
+
"original": {
|
|
620
|
+
"value": {
|
|
621
|
+
"fontSize": "{typography.size.M} * {figma.typography.size.base}",
|
|
622
|
+
"fontFamily": "Poppins",
|
|
623
|
+
"fontWeight": "{typography.font-weight.regular}",
|
|
624
|
+
"lineHeight": "1"
|
|
625
|
+
},
|
|
626
|
+
"type": "typography"
|
|
627
|
+
},
|
|
628
|
+
"name": "text-form-input",
|
|
629
|
+
"attributes": {
|
|
630
|
+
"category": "text",
|
|
631
|
+
"type": "form",
|
|
632
|
+
"item": "input"
|
|
633
|
+
},
|
|
634
|
+
"path": [
|
|
635
|
+
"text",
|
|
636
|
+
"form",
|
|
637
|
+
"input"
|
|
638
|
+
]
|
|
639
|
+
},
|
|
640
|
+
"description": {
|
|
641
|
+
"value": {
|
|
642
|
+
"fontSize": "0.875 * 16",
|
|
643
|
+
"fontFamily": "Poppins",
|
|
644
|
+
"fontWeight": 400,
|
|
645
|
+
"lineHeight": "125%"
|
|
646
|
+
},
|
|
647
|
+
"type": "typography",
|
|
648
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
649
|
+
"isSource": true,
|
|
650
|
+
"original": {
|
|
651
|
+
"value": {
|
|
652
|
+
"fontSize": "{typography.size.S} * {figma.typography.size.base}",
|
|
653
|
+
"fontFamily": "Poppins",
|
|
654
|
+
"fontWeight": "{typography.font-weight.regular}",
|
|
655
|
+
"lineHeight": "{typography.line-height.S}"
|
|
656
|
+
},
|
|
657
|
+
"type": "typography"
|
|
658
|
+
},
|
|
659
|
+
"name": "text-form-description",
|
|
660
|
+
"attributes": {
|
|
661
|
+
"category": "text",
|
|
662
|
+
"type": "form",
|
|
663
|
+
"item": "description"
|
|
664
|
+
},
|
|
665
|
+
"path": [
|
|
666
|
+
"text",
|
|
667
|
+
"form",
|
|
668
|
+
"description"
|
|
669
|
+
]
|
|
670
|
+
}
|
|
671
|
+
},
|
|
672
|
+
"menu": {
|
|
673
|
+
"item-heading": {
|
|
674
|
+
"value": {
|
|
675
|
+
"fontSize": "0.875 * 16",
|
|
676
|
+
"fontFamily": "Poppins",
|
|
677
|
+
"fontWeight": 700,
|
|
678
|
+
"letterSpacing": "0.04 * 100%",
|
|
679
|
+
"textCase": "uppercase",
|
|
680
|
+
"lineHeight": "125%"
|
|
681
|
+
},
|
|
682
|
+
"type": "typography",
|
|
683
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
684
|
+
"isSource": true,
|
|
685
|
+
"original": {
|
|
686
|
+
"value": {
|
|
687
|
+
"fontSize": "{typography.size.S} * {figma.typography.size.base}",
|
|
688
|
+
"fontFamily": "Poppins",
|
|
689
|
+
"fontWeight": "{typography.font-weight.bold}",
|
|
690
|
+
"letterSpacing": "{typography.letter-spacing.L} * 100%",
|
|
691
|
+
"textCase": "uppercase",
|
|
692
|
+
"lineHeight": "{typography.line-height.S}"
|
|
693
|
+
},
|
|
694
|
+
"type": "typography"
|
|
695
|
+
},
|
|
696
|
+
"name": "text-menu-item-heading",
|
|
697
|
+
"attributes": {
|
|
698
|
+
"category": "text",
|
|
699
|
+
"type": "menu",
|
|
700
|
+
"item": "item-heading"
|
|
701
|
+
},
|
|
702
|
+
"path": [
|
|
703
|
+
"text",
|
|
704
|
+
"menu",
|
|
705
|
+
"item-heading"
|
|
706
|
+
]
|
|
707
|
+
}
|
|
708
|
+
},
|
|
577
709
|
"type-scale": {
|
|
578
710
|
"regular": {
|
|
579
711
|
"4XL": {
|
|
@@ -1674,7 +1806,7 @@
|
|
|
1674
1806
|
"value": "#1d1d29",
|
|
1675
1807
|
"public": true,
|
|
1676
1808
|
"isReferenceToInternal": true,
|
|
1677
|
-
"filePath": "tokens/color/alias/
|
|
1809
|
+
"filePath": "tokens/color/alias/form.dark.json",
|
|
1678
1810
|
"isSource": true,
|
|
1679
1811
|
"original": {
|
|
1680
1812
|
"value": "{color.dark-mode.neutral.600.value}",
|
|
@@ -1697,43 +1829,126 @@
|
|
|
1697
1829
|
"default"
|
|
1698
1830
|
]
|
|
1699
1831
|
},
|
|
1700
|
-
"
|
|
1701
|
-
"value": "#
|
|
1832
|
+
"hover": {
|
|
1833
|
+
"value": "#282839",
|
|
1834
|
+
"public": true,
|
|
1835
|
+
"isReferenceToInternal": true,
|
|
1836
|
+
"filePath": "tokens/color/alias/form.dark.json",
|
|
1837
|
+
"isSource": true,
|
|
1838
|
+
"original": {
|
|
1839
|
+
"value": "{color.dark-mode.neutral.500.value}",
|
|
1840
|
+
"public": true,
|
|
1841
|
+
"isReferenceToInternal": true
|
|
1842
|
+
},
|
|
1843
|
+
"name": "color-dark-mode-input-background-hover",
|
|
1844
|
+
"attributes": {
|
|
1845
|
+
"category": "color",
|
|
1846
|
+
"type": "dark-mode",
|
|
1847
|
+
"item": "input",
|
|
1848
|
+
"subitem": "background",
|
|
1849
|
+
"state": "hover"
|
|
1850
|
+
},
|
|
1851
|
+
"path": [
|
|
1852
|
+
"color",
|
|
1853
|
+
"dark-mode",
|
|
1854
|
+
"input",
|
|
1855
|
+
"background",
|
|
1856
|
+
"hover"
|
|
1857
|
+
]
|
|
1858
|
+
},
|
|
1859
|
+
"active": {
|
|
1860
|
+
"value": "#1d1d29",
|
|
1702
1861
|
"public": true,
|
|
1703
1862
|
"isReferenceToInternal": true,
|
|
1704
|
-
"filePath": "tokens/color/alias/
|
|
1863
|
+
"filePath": "tokens/color/alias/form.dark.json",
|
|
1705
1864
|
"isSource": true,
|
|
1706
1865
|
"original": {
|
|
1707
|
-
"value": "{color.dark-mode.neutral.
|
|
1866
|
+
"value": "{color.dark-mode.neutral.600.value}",
|
|
1708
1867
|
"public": true,
|
|
1709
1868
|
"isReferenceToInternal": true
|
|
1710
1869
|
},
|
|
1711
|
-
"name": "color-dark-mode-input-background-
|
|
1870
|
+
"name": "color-dark-mode-input-background-active",
|
|
1712
1871
|
"attributes": {
|
|
1713
1872
|
"category": "color",
|
|
1714
1873
|
"type": "dark-mode",
|
|
1715
1874
|
"item": "input",
|
|
1716
1875
|
"subitem": "background",
|
|
1717
|
-
"state": "
|
|
1876
|
+
"state": "active"
|
|
1718
1877
|
},
|
|
1719
1878
|
"path": [
|
|
1720
1879
|
"color",
|
|
1721
1880
|
"dark-mode",
|
|
1722
1881
|
"input",
|
|
1723
1882
|
"background",
|
|
1724
|
-
"
|
|
1883
|
+
"active"
|
|
1884
|
+
]
|
|
1885
|
+
},
|
|
1886
|
+
"success": {
|
|
1887
|
+
"value": "#1d1d29",
|
|
1888
|
+
"public": true,
|
|
1889
|
+
"isReferenceToInternal": true,
|
|
1890
|
+
"filePath": "tokens/color/alias/form.dark.json",
|
|
1891
|
+
"isSource": true,
|
|
1892
|
+
"original": {
|
|
1893
|
+
"value": "{color.dark-mode.neutral.600.value}",
|
|
1894
|
+
"public": true,
|
|
1895
|
+
"isReferenceToInternal": true
|
|
1896
|
+
},
|
|
1897
|
+
"name": "color-dark-mode-input-background-success",
|
|
1898
|
+
"attributes": {
|
|
1899
|
+
"category": "color",
|
|
1900
|
+
"type": "dark-mode",
|
|
1901
|
+
"item": "input",
|
|
1902
|
+
"subitem": "background",
|
|
1903
|
+
"state": "success"
|
|
1904
|
+
},
|
|
1905
|
+
"path": [
|
|
1906
|
+
"color",
|
|
1907
|
+
"dark-mode",
|
|
1908
|
+
"input",
|
|
1909
|
+
"background",
|
|
1910
|
+
"success"
|
|
1911
|
+
]
|
|
1912
|
+
},
|
|
1913
|
+
"critical": {
|
|
1914
|
+
"value": "#1d1d29",
|
|
1915
|
+
"public": true,
|
|
1916
|
+
"isReferenceToInternal": true,
|
|
1917
|
+
"filePath": "tokens/color/alias/form.dark.json",
|
|
1918
|
+
"isSource": true,
|
|
1919
|
+
"original": {
|
|
1920
|
+
"value": "{color.dark-mode.neutral.600.value}",
|
|
1921
|
+
"public": true,
|
|
1922
|
+
"isReferenceToInternal": true
|
|
1923
|
+
},
|
|
1924
|
+
"name": "color-dark-mode-input-background-critical",
|
|
1925
|
+
"attributes": {
|
|
1926
|
+
"category": "color",
|
|
1927
|
+
"type": "dark-mode",
|
|
1928
|
+
"item": "input",
|
|
1929
|
+
"subitem": "background",
|
|
1930
|
+
"state": "critical"
|
|
1931
|
+
},
|
|
1932
|
+
"path": [
|
|
1933
|
+
"color",
|
|
1934
|
+
"dark-mode",
|
|
1935
|
+
"input",
|
|
1936
|
+
"background",
|
|
1937
|
+
"critical"
|
|
1725
1938
|
]
|
|
1726
1939
|
}
|
|
1727
1940
|
},
|
|
1728
1941
|
"border": {
|
|
1729
1942
|
"default": {
|
|
1730
|
-
"value": "#
|
|
1943
|
+
"value": "#a6a3b4",
|
|
1731
1944
|
"public": true,
|
|
1732
|
-
"
|
|
1945
|
+
"isReferenceToInternal": true,
|
|
1946
|
+
"filePath": "tokens/color/alias/form.dark.json",
|
|
1733
1947
|
"isSource": true,
|
|
1734
1948
|
"original": {
|
|
1735
|
-
"value": "{color.dark-mode.
|
|
1736
|
-
"public": true
|
|
1949
|
+
"value": "{color.dark-mode.neutral.200.value}",
|
|
1950
|
+
"public": true,
|
|
1951
|
+
"isReferenceToInternal": true
|
|
1737
1952
|
},
|
|
1738
1953
|
"name": "color-dark-mode-input-border-default",
|
|
1739
1954
|
"attributes": {
|
|
@@ -1747,35 +1962,253 @@
|
|
|
1747
1962
|
"color",
|
|
1748
1963
|
"dark-mode",
|
|
1749
1964
|
"input",
|
|
1750
|
-
"border",
|
|
1751
|
-
"default"
|
|
1965
|
+
"border",
|
|
1966
|
+
"default"
|
|
1967
|
+
]
|
|
1968
|
+
},
|
|
1969
|
+
"hover": {
|
|
1970
|
+
"value": "#858299",
|
|
1971
|
+
"public": true,
|
|
1972
|
+
"isReferenceToInternal": true,
|
|
1973
|
+
"filePath": "tokens/color/alias/form.dark.json",
|
|
1974
|
+
"isSource": true,
|
|
1975
|
+
"original": {
|
|
1976
|
+
"value": "{color.dark-mode.neutral.300.value}",
|
|
1977
|
+
"public": true,
|
|
1978
|
+
"isReferenceToInternal": true
|
|
1979
|
+
},
|
|
1980
|
+
"name": "color-dark-mode-input-border-hover",
|
|
1981
|
+
"attributes": {
|
|
1982
|
+
"category": "color",
|
|
1983
|
+
"type": "dark-mode",
|
|
1984
|
+
"item": "input",
|
|
1985
|
+
"subitem": "border",
|
|
1986
|
+
"state": "hover"
|
|
1987
|
+
},
|
|
1988
|
+
"path": [
|
|
1989
|
+
"color",
|
|
1990
|
+
"dark-mode",
|
|
1991
|
+
"input",
|
|
1992
|
+
"border",
|
|
1993
|
+
"hover"
|
|
1994
|
+
]
|
|
1995
|
+
},
|
|
1996
|
+
"active": {
|
|
1997
|
+
"value": "#858299",
|
|
1998
|
+
"public": true,
|
|
1999
|
+
"isReferenceToInternal": true,
|
|
2000
|
+
"filePath": "tokens/color/alias/form.dark.json",
|
|
2001
|
+
"isSource": true,
|
|
2002
|
+
"original": {
|
|
2003
|
+
"value": "{color.dark-mode.neutral.300.value}",
|
|
2004
|
+
"public": true,
|
|
2005
|
+
"isReferenceToInternal": true
|
|
2006
|
+
},
|
|
2007
|
+
"name": "color-dark-mode-input-border-active",
|
|
2008
|
+
"attributes": {
|
|
2009
|
+
"category": "color",
|
|
2010
|
+
"type": "dark-mode",
|
|
2011
|
+
"item": "input",
|
|
2012
|
+
"subitem": "border",
|
|
2013
|
+
"state": "active"
|
|
2014
|
+
},
|
|
2015
|
+
"path": [
|
|
2016
|
+
"color",
|
|
2017
|
+
"dark-mode",
|
|
2018
|
+
"input",
|
|
2019
|
+
"border",
|
|
2020
|
+
"active"
|
|
2021
|
+
]
|
|
2022
|
+
},
|
|
2023
|
+
"success": {
|
|
2024
|
+
"value": "#22a06b",
|
|
2025
|
+
"public": true,
|
|
2026
|
+
"isReferenceToInternal": true,
|
|
2027
|
+
"filePath": "tokens/color/alias/form.dark.json",
|
|
2028
|
+
"isSource": true,
|
|
2029
|
+
"original": {
|
|
2030
|
+
"value": "{color.dark-mode.semantic.success.300.value}",
|
|
2031
|
+
"public": true,
|
|
2032
|
+
"isReferenceToInternal": true
|
|
2033
|
+
},
|
|
2034
|
+
"name": "color-dark-mode-input-border-success",
|
|
2035
|
+
"attributes": {
|
|
2036
|
+
"category": "color",
|
|
2037
|
+
"type": "dark-mode",
|
|
2038
|
+
"item": "input",
|
|
2039
|
+
"subitem": "border",
|
|
2040
|
+
"state": "success"
|
|
2041
|
+
},
|
|
2042
|
+
"path": [
|
|
2043
|
+
"color",
|
|
2044
|
+
"dark-mode",
|
|
2045
|
+
"input",
|
|
2046
|
+
"border",
|
|
2047
|
+
"success"
|
|
2048
|
+
]
|
|
2049
|
+
},
|
|
2050
|
+
"critical": {
|
|
2051
|
+
"value": "#e05757",
|
|
2052
|
+
"public": true,
|
|
2053
|
+
"isReferenceToInternal": true,
|
|
2054
|
+
"filePath": "tokens/color/alias/form.dark.json",
|
|
2055
|
+
"isSource": true,
|
|
2056
|
+
"original": {
|
|
2057
|
+
"value": "{color.dark-mode.semantic.error.300.value}",
|
|
2058
|
+
"public": true,
|
|
2059
|
+
"isReferenceToInternal": true
|
|
2060
|
+
},
|
|
2061
|
+
"name": "color-dark-mode-input-border-critical",
|
|
2062
|
+
"attributes": {
|
|
2063
|
+
"category": "color",
|
|
2064
|
+
"type": "dark-mode",
|
|
2065
|
+
"item": "input",
|
|
2066
|
+
"subitem": "border",
|
|
2067
|
+
"state": "critical"
|
|
2068
|
+
},
|
|
2069
|
+
"path": [
|
|
2070
|
+
"color",
|
|
2071
|
+
"dark-mode",
|
|
2072
|
+
"input",
|
|
2073
|
+
"border",
|
|
2074
|
+
"critical"
|
|
2075
|
+
]
|
|
2076
|
+
}
|
|
2077
|
+
},
|
|
2078
|
+
"foreground": {
|
|
2079
|
+
"default": {
|
|
2080
|
+
"value": "#ffffff",
|
|
2081
|
+
"public": true,
|
|
2082
|
+
"isReferenceToInternal": true,
|
|
2083
|
+
"filePath": "tokens/color/alias/form.dark.json",
|
|
2084
|
+
"isSource": true,
|
|
2085
|
+
"original": {
|
|
2086
|
+
"value": "{color.dark-mode.neutral.000.value}",
|
|
2087
|
+
"public": true,
|
|
2088
|
+
"isReferenceToInternal": true
|
|
2089
|
+
},
|
|
2090
|
+
"name": "color-dark-mode-input-foreground-default",
|
|
2091
|
+
"attributes": {
|
|
2092
|
+
"category": "color",
|
|
2093
|
+
"type": "dark-mode",
|
|
2094
|
+
"item": "input",
|
|
2095
|
+
"subitem": "foreground",
|
|
2096
|
+
"state": "default"
|
|
2097
|
+
},
|
|
2098
|
+
"path": [
|
|
2099
|
+
"color",
|
|
2100
|
+
"dark-mode",
|
|
2101
|
+
"input",
|
|
2102
|
+
"foreground",
|
|
2103
|
+
"default"
|
|
2104
|
+
]
|
|
2105
|
+
},
|
|
2106
|
+
"hover": {
|
|
2107
|
+
"value": "#ffffff",
|
|
2108
|
+
"public": true,
|
|
2109
|
+
"isReferenceToInternal": true,
|
|
2110
|
+
"filePath": "tokens/color/alias/form.dark.json",
|
|
2111
|
+
"isSource": true,
|
|
2112
|
+
"original": {
|
|
2113
|
+
"value": "{color.dark-mode.neutral.000.value}",
|
|
2114
|
+
"public": true,
|
|
2115
|
+
"isReferenceToInternal": true
|
|
2116
|
+
},
|
|
2117
|
+
"name": "color-dark-mode-input-foreground-hover",
|
|
2118
|
+
"attributes": {
|
|
2119
|
+
"category": "color",
|
|
2120
|
+
"type": "dark-mode",
|
|
2121
|
+
"item": "input",
|
|
2122
|
+
"subitem": "foreground",
|
|
2123
|
+
"state": "hover"
|
|
2124
|
+
},
|
|
2125
|
+
"path": [
|
|
2126
|
+
"color",
|
|
2127
|
+
"dark-mode",
|
|
2128
|
+
"input",
|
|
2129
|
+
"foreground",
|
|
2130
|
+
"hover"
|
|
2131
|
+
]
|
|
2132
|
+
},
|
|
2133
|
+
"active": {
|
|
2134
|
+
"value": "#ffffff",
|
|
2135
|
+
"public": true,
|
|
2136
|
+
"isReferenceToInternal": true,
|
|
2137
|
+
"filePath": "tokens/color/alias/form.dark.json",
|
|
2138
|
+
"isSource": true,
|
|
2139
|
+
"original": {
|
|
2140
|
+
"value": "{color.dark-mode.neutral.000.value}",
|
|
2141
|
+
"public": true,
|
|
2142
|
+
"isReferenceToInternal": true
|
|
2143
|
+
},
|
|
2144
|
+
"name": "color-dark-mode-input-foreground-active",
|
|
2145
|
+
"attributes": {
|
|
2146
|
+
"category": "color",
|
|
2147
|
+
"type": "dark-mode",
|
|
2148
|
+
"item": "input",
|
|
2149
|
+
"subitem": "foreground",
|
|
2150
|
+
"state": "active"
|
|
2151
|
+
},
|
|
2152
|
+
"path": [
|
|
2153
|
+
"color",
|
|
2154
|
+
"dark-mode",
|
|
2155
|
+
"input",
|
|
2156
|
+
"foreground",
|
|
2157
|
+
"active"
|
|
2158
|
+
]
|
|
2159
|
+
},
|
|
2160
|
+
"success": {
|
|
2161
|
+
"value": "#22a06b",
|
|
2162
|
+
"public": true,
|
|
2163
|
+
"isReferenceToInternal": true,
|
|
2164
|
+
"filePath": "tokens/color/alias/form.dark.json",
|
|
2165
|
+
"isSource": true,
|
|
2166
|
+
"original": {
|
|
2167
|
+
"value": "{color.dark-mode.semantic.success.300.value}",
|
|
2168
|
+
"public": true,
|
|
2169
|
+
"isReferenceToInternal": true
|
|
2170
|
+
},
|
|
2171
|
+
"name": "color-dark-mode-input-foreground-success",
|
|
2172
|
+
"attributes": {
|
|
2173
|
+
"category": "color",
|
|
2174
|
+
"type": "dark-mode",
|
|
2175
|
+
"item": "input",
|
|
2176
|
+
"subitem": "foreground",
|
|
2177
|
+
"state": "success"
|
|
2178
|
+
},
|
|
2179
|
+
"path": [
|
|
2180
|
+
"color",
|
|
2181
|
+
"dark-mode",
|
|
2182
|
+
"input",
|
|
2183
|
+
"foreground",
|
|
2184
|
+
"success"
|
|
1752
2185
|
]
|
|
1753
2186
|
},
|
|
1754
|
-
"
|
|
1755
|
-
"value": "#
|
|
2187
|
+
"critical": {
|
|
2188
|
+
"value": "#e05757",
|
|
1756
2189
|
"public": true,
|
|
1757
2190
|
"isReferenceToInternal": true,
|
|
1758
|
-
"filePath": "tokens/color/alias/
|
|
2191
|
+
"filePath": "tokens/color/alias/form.dark.json",
|
|
1759
2192
|
"isSource": true,
|
|
1760
2193
|
"original": {
|
|
1761
|
-
"value": "{color.dark-mode.
|
|
2194
|
+
"value": "{color.dark-mode.semantic.error.300.value}",
|
|
1762
2195
|
"public": true,
|
|
1763
2196
|
"isReferenceToInternal": true
|
|
1764
2197
|
},
|
|
1765
|
-
"name": "color-dark-mode-input-
|
|
2198
|
+
"name": "color-dark-mode-input-foreground-critical",
|
|
1766
2199
|
"attributes": {
|
|
1767
2200
|
"category": "color",
|
|
1768
2201
|
"type": "dark-mode",
|
|
1769
2202
|
"item": "input",
|
|
1770
|
-
"subitem": "
|
|
1771
|
-
"state": "
|
|
2203
|
+
"subitem": "foreground",
|
|
2204
|
+
"state": "critical"
|
|
1772
2205
|
},
|
|
1773
2206
|
"path": [
|
|
1774
2207
|
"color",
|
|
1775
2208
|
"dark-mode",
|
|
1776
2209
|
"input",
|
|
1777
|
-
"
|
|
1778
|
-
"
|
|
2210
|
+
"foreground",
|
|
2211
|
+
"critical"
|
|
1779
2212
|
]
|
|
1780
2213
|
}
|
|
1781
2214
|
}
|
|
@@ -3124,13 +3557,13 @@
|
|
|
3124
3557
|
},
|
|
3125
3558
|
"menu": {
|
|
3126
3559
|
"background": {
|
|
3127
|
-
"value": "#
|
|
3560
|
+
"value": "#282839",
|
|
3128
3561
|
"public": true,
|
|
3129
3562
|
"isReferenceToInternal": true,
|
|
3130
3563
|
"filePath": "tokens/color/alias/menu.dark.json",
|
|
3131
3564
|
"isSource": true,
|
|
3132
3565
|
"original": {
|
|
3133
|
-
"value": "{color.dark-mode.neutral.
|
|
3566
|
+
"value": "{color.dark-mode.neutral.500}",
|
|
3134
3567
|
"public": true,
|
|
3135
3568
|
"isReferenceToInternal": true
|
|
3136
3569
|
},
|
|
@@ -3151,13 +3584,13 @@
|
|
|
3151
3584
|
"item": {
|
|
3152
3585
|
"background": {
|
|
3153
3586
|
"default": {
|
|
3154
|
-
"value": "#
|
|
3587
|
+
"value": "#282839",
|
|
3155
3588
|
"public": true,
|
|
3156
3589
|
"isReferenceToInternal": true,
|
|
3157
3590
|
"filePath": "tokens/color/alias/menu.dark.json",
|
|
3158
3591
|
"isSource": true,
|
|
3159
3592
|
"original": {
|
|
3160
|
-
"value": "{color.dark-mode.neutral.
|
|
3593
|
+
"value": "{color.dark-mode.neutral.500}",
|
|
3161
3594
|
"public": true,
|
|
3162
3595
|
"isReferenceToInternal": true
|
|
3163
3596
|
},
|
|
@@ -3179,13 +3612,13 @@
|
|
|
3179
3612
|
]
|
|
3180
3613
|
},
|
|
3181
3614
|
"hover": {
|
|
3182
|
-
"value": "#
|
|
3615
|
+
"value": "#504e62",
|
|
3183
3616
|
"public": true,
|
|
3184
3617
|
"isReferenceToInternal": true,
|
|
3185
3618
|
"filePath": "tokens/color/alias/menu.dark.json",
|
|
3186
3619
|
"isSource": true,
|
|
3187
3620
|
"original": {
|
|
3188
|
-
"value": "{color.dark-mode.neutral.
|
|
3621
|
+
"value": "{color.dark-mode.neutral.400}",
|
|
3189
3622
|
"public": true,
|
|
3190
3623
|
"isReferenceToInternal": true
|
|
3191
3624
|
},
|
|
@@ -3207,13 +3640,13 @@
|
|
|
3207
3640
|
]
|
|
3208
3641
|
},
|
|
3209
3642
|
"active": {
|
|
3210
|
-
"value": "#
|
|
3643
|
+
"value": "#858299",
|
|
3211
3644
|
"public": true,
|
|
3212
3645
|
"isReferenceToInternal": true,
|
|
3213
3646
|
"filePath": "tokens/color/alias/menu.dark.json",
|
|
3214
3647
|
"isSource": true,
|
|
3215
3648
|
"original": {
|
|
3216
|
-
"value": "{color.dark-mode.neutral.
|
|
3649
|
+
"value": "{color.dark-mode.neutral.300}",
|
|
3217
3650
|
"public": true,
|
|
3218
3651
|
"isReferenceToInternal": true
|
|
3219
3652
|
},
|
|
@@ -5412,7 +5845,7 @@
|
|
|
5412
5845
|
"value": "#ffffff",
|
|
5413
5846
|
"public": true,
|
|
5414
5847
|
"isReferenceToInternal": true,
|
|
5415
|
-
"filePath": "tokens/color/alias/
|
|
5848
|
+
"filePath": "tokens/color/alias/form.light.json",
|
|
5416
5849
|
"isSource": true,
|
|
5417
5850
|
"original": {
|
|
5418
5851
|
"value": "{color.light-mode.neutral.000.value}",
|
|
@@ -5435,43 +5868,126 @@
|
|
|
5435
5868
|
"default"
|
|
5436
5869
|
]
|
|
5437
5870
|
},
|
|
5438
|
-
"
|
|
5439
|
-
"value": "#
|
|
5871
|
+
"hover": {
|
|
5872
|
+
"value": "#f0ecff",
|
|
5873
|
+
"public": true,
|
|
5874
|
+
"isReferenceToInternal": true,
|
|
5875
|
+
"filePath": "tokens/color/alias/form.light.json",
|
|
5876
|
+
"isSource": true,
|
|
5877
|
+
"original": {
|
|
5878
|
+
"value": "{color.light-mode.brand.secondary.100.value}",
|
|
5879
|
+
"public": true,
|
|
5880
|
+
"isReferenceToInternal": true
|
|
5881
|
+
},
|
|
5882
|
+
"name": "color-light-mode-input-background-hover",
|
|
5883
|
+
"attributes": {
|
|
5884
|
+
"category": "color",
|
|
5885
|
+
"type": "light-mode",
|
|
5886
|
+
"item": "input",
|
|
5887
|
+
"subitem": "background",
|
|
5888
|
+
"state": "hover"
|
|
5889
|
+
},
|
|
5890
|
+
"path": [
|
|
5891
|
+
"color",
|
|
5892
|
+
"light-mode",
|
|
5893
|
+
"input",
|
|
5894
|
+
"background",
|
|
5895
|
+
"hover"
|
|
5896
|
+
]
|
|
5897
|
+
},
|
|
5898
|
+
"active": {
|
|
5899
|
+
"value": "#ffffff",
|
|
5900
|
+
"public": true,
|
|
5901
|
+
"isReferenceToInternal": true,
|
|
5902
|
+
"filePath": "tokens/color/alias/form.light.json",
|
|
5903
|
+
"isSource": true,
|
|
5904
|
+
"original": {
|
|
5905
|
+
"value": "{color.light-mode.neutral.000.value}",
|
|
5906
|
+
"public": true,
|
|
5907
|
+
"isReferenceToInternal": true
|
|
5908
|
+
},
|
|
5909
|
+
"name": "color-light-mode-input-background-active",
|
|
5910
|
+
"attributes": {
|
|
5911
|
+
"category": "color",
|
|
5912
|
+
"type": "light-mode",
|
|
5913
|
+
"item": "input",
|
|
5914
|
+
"subitem": "background",
|
|
5915
|
+
"state": "active"
|
|
5916
|
+
},
|
|
5917
|
+
"path": [
|
|
5918
|
+
"color",
|
|
5919
|
+
"light-mode",
|
|
5920
|
+
"input",
|
|
5921
|
+
"background",
|
|
5922
|
+
"active"
|
|
5923
|
+
]
|
|
5924
|
+
},
|
|
5925
|
+
"success": {
|
|
5926
|
+
"value": "#ffffff",
|
|
5927
|
+
"public": true,
|
|
5928
|
+
"isReferenceToInternal": true,
|
|
5929
|
+
"filePath": "tokens/color/alias/form.light.json",
|
|
5930
|
+
"isSource": true,
|
|
5931
|
+
"original": {
|
|
5932
|
+
"value": "{color.light-mode.neutral.000.value}",
|
|
5933
|
+
"public": true,
|
|
5934
|
+
"isReferenceToInternal": true
|
|
5935
|
+
},
|
|
5936
|
+
"name": "color-light-mode-input-background-success",
|
|
5937
|
+
"attributes": {
|
|
5938
|
+
"category": "color",
|
|
5939
|
+
"type": "light-mode",
|
|
5940
|
+
"item": "input",
|
|
5941
|
+
"subitem": "background",
|
|
5942
|
+
"state": "success"
|
|
5943
|
+
},
|
|
5944
|
+
"path": [
|
|
5945
|
+
"color",
|
|
5946
|
+
"light-mode",
|
|
5947
|
+
"input",
|
|
5948
|
+
"background",
|
|
5949
|
+
"success"
|
|
5950
|
+
]
|
|
5951
|
+
},
|
|
5952
|
+
"critical": {
|
|
5953
|
+
"value": "#ffebeb",
|
|
5440
5954
|
"public": true,
|
|
5441
5955
|
"isReferenceToInternal": true,
|
|
5442
|
-
"filePath": "tokens/color/alias/
|
|
5956
|
+
"filePath": "tokens/color/alias/form.light.json",
|
|
5443
5957
|
"isSource": true,
|
|
5444
5958
|
"original": {
|
|
5445
|
-
"value": "{color.light-mode.
|
|
5959
|
+
"value": "{color.light-mode.semantic.error.100.value}",
|
|
5446
5960
|
"public": true,
|
|
5447
5961
|
"isReferenceToInternal": true
|
|
5448
5962
|
},
|
|
5449
|
-
"name": "color-light-mode-input-background-
|
|
5963
|
+
"name": "color-light-mode-input-background-critical",
|
|
5450
5964
|
"attributes": {
|
|
5451
5965
|
"category": "color",
|
|
5452
5966
|
"type": "light-mode",
|
|
5453
5967
|
"item": "input",
|
|
5454
5968
|
"subitem": "background",
|
|
5455
|
-
"state": "
|
|
5969
|
+
"state": "critical"
|
|
5456
5970
|
},
|
|
5457
5971
|
"path": [
|
|
5458
5972
|
"color",
|
|
5459
5973
|
"light-mode",
|
|
5460
5974
|
"input",
|
|
5461
5975
|
"background",
|
|
5462
|
-
"
|
|
5976
|
+
"critical"
|
|
5463
5977
|
]
|
|
5464
5978
|
}
|
|
5465
5979
|
},
|
|
5466
5980
|
"border": {
|
|
5467
5981
|
"default": {
|
|
5468
|
-
"value": "#
|
|
5982
|
+
"value": "#8f8f99",
|
|
5469
5983
|
"public": true,
|
|
5470
|
-
"
|
|
5984
|
+
"isReferenceToInternal": true,
|
|
5985
|
+
"filePath": "tokens/color/alias/form.light.json",
|
|
5471
5986
|
"isSource": true,
|
|
5472
5987
|
"original": {
|
|
5473
|
-
"value": "{color.light-mode.
|
|
5474
|
-
"public": true
|
|
5988
|
+
"value": "{color.light-mode.neutral.300.value}",
|
|
5989
|
+
"public": true,
|
|
5990
|
+
"isReferenceToInternal": true
|
|
5475
5991
|
},
|
|
5476
5992
|
"name": "color-light-mode-input-border-default",
|
|
5477
5993
|
"attributes": {
|
|
@@ -5489,31 +6005,249 @@
|
|
|
5489
6005
|
"default"
|
|
5490
6006
|
]
|
|
5491
6007
|
},
|
|
5492
|
-
"
|
|
5493
|
-
"value": "#
|
|
6008
|
+
"hover": {
|
|
6009
|
+
"value": "#785aff",
|
|
6010
|
+
"public": true,
|
|
6011
|
+
"isReferenceToInternal": true,
|
|
6012
|
+
"filePath": "tokens/color/alias/form.light.json",
|
|
6013
|
+
"isSource": true,
|
|
6014
|
+
"original": {
|
|
6015
|
+
"value": "{color.light-mode.brand.secondary.300.value}",
|
|
6016
|
+
"public": true,
|
|
6017
|
+
"isReferenceToInternal": true
|
|
6018
|
+
},
|
|
6019
|
+
"name": "color-light-mode-input-border-hover",
|
|
6020
|
+
"attributes": {
|
|
6021
|
+
"category": "color",
|
|
6022
|
+
"type": "light-mode",
|
|
6023
|
+
"item": "input",
|
|
6024
|
+
"subitem": "border",
|
|
6025
|
+
"state": "hover"
|
|
6026
|
+
},
|
|
6027
|
+
"path": [
|
|
6028
|
+
"color",
|
|
6029
|
+
"light-mode",
|
|
6030
|
+
"input",
|
|
6031
|
+
"border",
|
|
6032
|
+
"hover"
|
|
6033
|
+
]
|
|
6034
|
+
},
|
|
6035
|
+
"active": {
|
|
6036
|
+
"value": "#785aff",
|
|
6037
|
+
"public": true,
|
|
6038
|
+
"isReferenceToInternal": true,
|
|
6039
|
+
"filePath": "tokens/color/alias/form.light.json",
|
|
6040
|
+
"isSource": true,
|
|
6041
|
+
"original": {
|
|
6042
|
+
"value": "{color.light-mode.brand.secondary.300.value}",
|
|
6043
|
+
"public": true,
|
|
6044
|
+
"isReferenceToInternal": true
|
|
6045
|
+
},
|
|
6046
|
+
"name": "color-light-mode-input-border-active",
|
|
6047
|
+
"attributes": {
|
|
6048
|
+
"category": "color",
|
|
6049
|
+
"type": "light-mode",
|
|
6050
|
+
"item": "input",
|
|
6051
|
+
"subitem": "border",
|
|
6052
|
+
"state": "active"
|
|
6053
|
+
},
|
|
6054
|
+
"path": [
|
|
6055
|
+
"color",
|
|
6056
|
+
"light-mode",
|
|
6057
|
+
"input",
|
|
6058
|
+
"border",
|
|
6059
|
+
"active"
|
|
6060
|
+
]
|
|
6061
|
+
},
|
|
6062
|
+
"success": {
|
|
6063
|
+
"value": "#1f845a",
|
|
6064
|
+
"public": true,
|
|
6065
|
+
"isReferenceToInternal": true,
|
|
6066
|
+
"filePath": "tokens/color/alias/form.light.json",
|
|
6067
|
+
"isSource": true,
|
|
6068
|
+
"original": {
|
|
6069
|
+
"value": "{color.light-mode.semantic.success.400.value}",
|
|
6070
|
+
"public": true,
|
|
6071
|
+
"isReferenceToInternal": true
|
|
6072
|
+
},
|
|
6073
|
+
"name": "color-light-mode-input-border-success",
|
|
6074
|
+
"attributes": {
|
|
6075
|
+
"category": "color",
|
|
6076
|
+
"type": "light-mode",
|
|
6077
|
+
"item": "input",
|
|
6078
|
+
"subitem": "border",
|
|
6079
|
+
"state": "success"
|
|
6080
|
+
},
|
|
6081
|
+
"path": [
|
|
6082
|
+
"color",
|
|
6083
|
+
"light-mode",
|
|
6084
|
+
"input",
|
|
6085
|
+
"border",
|
|
6086
|
+
"success"
|
|
6087
|
+
]
|
|
6088
|
+
},
|
|
6089
|
+
"critical": {
|
|
6090
|
+
"value": "#d61f1f",
|
|
5494
6091
|
"public": true,
|
|
5495
6092
|
"isReferenceToInternal": true,
|
|
5496
|
-
"filePath": "tokens/color/alias/
|
|
6093
|
+
"filePath": "tokens/color/alias/form.light.json",
|
|
5497
6094
|
"isSource": true,
|
|
5498
6095
|
"original": {
|
|
5499
|
-
"value": "{color.light-mode.
|
|
6096
|
+
"value": "{color.light-mode.semantic.error.400.value}",
|
|
5500
6097
|
"public": true,
|
|
5501
6098
|
"isReferenceToInternal": true
|
|
5502
6099
|
},
|
|
5503
|
-
"name": "color-light-mode-input-border-
|
|
6100
|
+
"name": "color-light-mode-input-border-critical",
|
|
5504
6101
|
"attributes": {
|
|
5505
6102
|
"category": "color",
|
|
5506
6103
|
"type": "light-mode",
|
|
5507
6104
|
"item": "input",
|
|
5508
6105
|
"subitem": "border",
|
|
5509
|
-
"state": "
|
|
6106
|
+
"state": "critical"
|
|
5510
6107
|
},
|
|
5511
6108
|
"path": [
|
|
5512
6109
|
"color",
|
|
5513
6110
|
"light-mode",
|
|
5514
6111
|
"input",
|
|
5515
6112
|
"border",
|
|
5516
|
-
"
|
|
6113
|
+
"critical"
|
|
6114
|
+
]
|
|
6115
|
+
}
|
|
6116
|
+
},
|
|
6117
|
+
"foreground": {
|
|
6118
|
+
"default": {
|
|
6119
|
+
"value": "#23232d",
|
|
6120
|
+
"public": true,
|
|
6121
|
+
"isReferenceToInternal": true,
|
|
6122
|
+
"filePath": "tokens/color/alias/form.light.json",
|
|
6123
|
+
"isSource": true,
|
|
6124
|
+
"original": {
|
|
6125
|
+
"value": "{color.light-mode.neutral.700.value}",
|
|
6126
|
+
"public": true,
|
|
6127
|
+
"isReferenceToInternal": true
|
|
6128
|
+
},
|
|
6129
|
+
"name": "color-light-mode-input-foreground-default",
|
|
6130
|
+
"attributes": {
|
|
6131
|
+
"category": "color",
|
|
6132
|
+
"type": "light-mode",
|
|
6133
|
+
"item": "input",
|
|
6134
|
+
"subitem": "foreground",
|
|
6135
|
+
"state": "default"
|
|
6136
|
+
},
|
|
6137
|
+
"path": [
|
|
6138
|
+
"color",
|
|
6139
|
+
"light-mode",
|
|
6140
|
+
"input",
|
|
6141
|
+
"foreground",
|
|
6142
|
+
"default"
|
|
6143
|
+
]
|
|
6144
|
+
},
|
|
6145
|
+
"hover": {
|
|
6146
|
+
"value": "#23232d",
|
|
6147
|
+
"public": true,
|
|
6148
|
+
"isReferenceToInternal": true,
|
|
6149
|
+
"filePath": "tokens/color/alias/form.light.json",
|
|
6150
|
+
"isSource": true,
|
|
6151
|
+
"original": {
|
|
6152
|
+
"value": "{color.light-mode.neutral.700.value}",
|
|
6153
|
+
"public": true,
|
|
6154
|
+
"isReferenceToInternal": true
|
|
6155
|
+
},
|
|
6156
|
+
"name": "color-light-mode-input-foreground-hover",
|
|
6157
|
+
"attributes": {
|
|
6158
|
+
"category": "color",
|
|
6159
|
+
"type": "light-mode",
|
|
6160
|
+
"item": "input",
|
|
6161
|
+
"subitem": "foreground",
|
|
6162
|
+
"state": "hover"
|
|
6163
|
+
},
|
|
6164
|
+
"path": [
|
|
6165
|
+
"color",
|
|
6166
|
+
"light-mode",
|
|
6167
|
+
"input",
|
|
6168
|
+
"foreground",
|
|
6169
|
+
"hover"
|
|
6170
|
+
]
|
|
6171
|
+
},
|
|
6172
|
+
"active": {
|
|
6173
|
+
"value": "#23232d",
|
|
6174
|
+
"public": true,
|
|
6175
|
+
"isReferenceToInternal": true,
|
|
6176
|
+
"filePath": "tokens/color/alias/form.light.json",
|
|
6177
|
+
"isSource": true,
|
|
6178
|
+
"original": {
|
|
6179
|
+
"value": "{color.light-mode.neutral.700.value}",
|
|
6180
|
+
"public": true,
|
|
6181
|
+
"isReferenceToInternal": true
|
|
6182
|
+
},
|
|
6183
|
+
"name": "color-light-mode-input-foreground-active",
|
|
6184
|
+
"attributes": {
|
|
6185
|
+
"category": "color",
|
|
6186
|
+
"type": "light-mode",
|
|
6187
|
+
"item": "input",
|
|
6188
|
+
"subitem": "foreground",
|
|
6189
|
+
"state": "active"
|
|
6190
|
+
},
|
|
6191
|
+
"path": [
|
|
6192
|
+
"color",
|
|
6193
|
+
"light-mode",
|
|
6194
|
+
"input",
|
|
6195
|
+
"foreground",
|
|
6196
|
+
"active"
|
|
6197
|
+
]
|
|
6198
|
+
},
|
|
6199
|
+
"success": {
|
|
6200
|
+
"value": "#1f845a",
|
|
6201
|
+
"public": true,
|
|
6202
|
+
"isReferenceToInternal": true,
|
|
6203
|
+
"filePath": "tokens/color/alias/form.light.json",
|
|
6204
|
+
"isSource": true,
|
|
6205
|
+
"original": {
|
|
6206
|
+
"value": "{color.light-mode.semantic.success.400.value}",
|
|
6207
|
+
"public": true,
|
|
6208
|
+
"isReferenceToInternal": true
|
|
6209
|
+
},
|
|
6210
|
+
"name": "color-light-mode-input-foreground-success",
|
|
6211
|
+
"attributes": {
|
|
6212
|
+
"category": "color",
|
|
6213
|
+
"type": "light-mode",
|
|
6214
|
+
"item": "input",
|
|
6215
|
+
"subitem": "foreground",
|
|
6216
|
+
"state": "success"
|
|
6217
|
+
},
|
|
6218
|
+
"path": [
|
|
6219
|
+
"color",
|
|
6220
|
+
"light-mode",
|
|
6221
|
+
"input",
|
|
6222
|
+
"foreground",
|
|
6223
|
+
"success"
|
|
6224
|
+
]
|
|
6225
|
+
},
|
|
6226
|
+
"critical": {
|
|
6227
|
+
"value": "#d61f1f",
|
|
6228
|
+
"public": true,
|
|
6229
|
+
"isReferenceToInternal": true,
|
|
6230
|
+
"filePath": "tokens/color/alias/form.light.json",
|
|
6231
|
+
"isSource": true,
|
|
6232
|
+
"original": {
|
|
6233
|
+
"value": "{color.light-mode.semantic.error.400.value}",
|
|
6234
|
+
"public": true,
|
|
6235
|
+
"isReferenceToInternal": true
|
|
6236
|
+
},
|
|
6237
|
+
"name": "color-light-mode-input-foreground-critical",
|
|
6238
|
+
"attributes": {
|
|
6239
|
+
"category": "color",
|
|
6240
|
+
"type": "light-mode",
|
|
6241
|
+
"item": "input",
|
|
6242
|
+
"subitem": "foreground",
|
|
6243
|
+
"state": "critical"
|
|
6244
|
+
},
|
|
6245
|
+
"path": [
|
|
6246
|
+
"color",
|
|
6247
|
+
"light-mode",
|
|
6248
|
+
"input",
|
|
6249
|
+
"foreground",
|
|
6250
|
+
"critical"
|
|
5517
6251
|
]
|
|
5518
6252
|
}
|
|
5519
6253
|
}
|
|
@@ -5836,13 +6570,13 @@
|
|
|
5836
6570
|
]
|
|
5837
6571
|
},
|
|
5838
6572
|
"active": {
|
|
5839
|
-
"value": "#
|
|
6573
|
+
"value": "#e5dbff",
|
|
5840
6574
|
"public": true,
|
|
5841
6575
|
"isReferenceToInternal": true,
|
|
5842
6576
|
"filePath": "tokens/color/alias/interactive.light.json",
|
|
5843
6577
|
"isSource": true,
|
|
5844
6578
|
"original": {
|
|
5845
|
-
"value": "{color.light-mode.
|
|
6579
|
+
"value": "{color.light-mode.brand.secondary.200.value}",
|
|
5846
6580
|
"public": true,
|
|
5847
6581
|
"isReferenceToInternal": true
|
|
5848
6582
|
},
|
|
@@ -6094,13 +6828,13 @@
|
|
|
6094
6828
|
]
|
|
6095
6829
|
},
|
|
6096
6830
|
"active": {
|
|
6097
|
-
"value": "#
|
|
6831
|
+
"value": "#e5dbff",
|
|
6098
6832
|
"public": true,
|
|
6099
6833
|
"isReferenceToInternal": true,
|
|
6100
6834
|
"filePath": "tokens/color/alias/interactive.light.json",
|
|
6101
6835
|
"isSource": true,
|
|
6102
6836
|
"original": {
|
|
6103
|
-
"value": "{color.light-mode.
|
|
6837
|
+
"value": "{color.light-mode.brand.secondary.200.value}",
|
|
6104
6838
|
"public": true,
|
|
6105
6839
|
"isReferenceToInternal": true
|
|
6106
6840
|
},
|
|
@@ -7613,11 +8347,11 @@
|
|
|
7613
8347
|
]
|
|
7614
8348
|
},
|
|
7615
8349
|
"200": {
|
|
7616
|
-
"value": "#
|
|
8350
|
+
"value": "#e5dbff",
|
|
7617
8351
|
"filePath": "tokens/color/base/brand.light.json",
|
|
7618
8352
|
"isSource": true,
|
|
7619
8353
|
"original": {
|
|
7620
|
-
"value": "#
|
|
8354
|
+
"value": "#E5DBFF"
|
|
7621
8355
|
},
|
|
7622
8356
|
"name": "color-light-mode-brand-secondary-200",
|
|
7623
8357
|
"attributes": {
|