@wistia/vhs-design-tokens 1.4.3-beta.f57f4414.36b1308 → 1.5.0-beta.bbf2d43c.3969391
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/design-tokens.css +25 -18
- package/dist/js/colorMetadata.js +560 -531
- package/dist/js/designTokens.js +25 -2
- package/dist/scss/_design-tokens.scss +25 -18
- package/index.d.ts +26 -28
- package/package.json +1 -1
package/dist/js/colorMetadata.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 08 Feb 2024 17:06:47 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
module.exports = {
|
|
@@ -1830,73 +1830,227 @@ module.exports = {
|
|
|
1830
1830
|
]
|
|
1831
1831
|
}
|
|
1832
1832
|
},
|
|
1833
|
-
"
|
|
1834
|
-
"
|
|
1835
|
-
"
|
|
1836
|
-
"
|
|
1833
|
+
"error": {
|
|
1834
|
+
"100": {
|
|
1835
|
+
"value": "#ffecec",
|
|
1836
|
+
"conformance": {
|
|
1837
|
+
"black": "AAA",
|
|
1838
|
+
"white": null
|
|
1839
|
+
},
|
|
1840
|
+
"filePath": "tokens/color.yaml",
|
|
1841
|
+
"isSource": true,
|
|
1842
|
+
"original": {
|
|
1843
|
+
"value": "#FFECEC",
|
|
1844
|
+
"conformance": {
|
|
1845
|
+
"black": "AAA",
|
|
1846
|
+
"white": null
|
|
1847
|
+
}
|
|
1848
|
+
},
|
|
1849
|
+
"name": "ColorError100",
|
|
1850
|
+
"attributes": {
|
|
1851
|
+
"category": "color",
|
|
1852
|
+
"type": "error",
|
|
1853
|
+
"item": "100"
|
|
1854
|
+
},
|
|
1855
|
+
"path": [
|
|
1856
|
+
"color",
|
|
1857
|
+
"error",
|
|
1858
|
+
"100"
|
|
1859
|
+
]
|
|
1860
|
+
},
|
|
1861
|
+
"200": {
|
|
1862
|
+
"value": "#ffcaca",
|
|
1863
|
+
"conformance": {
|
|
1864
|
+
"black": "AAA",
|
|
1865
|
+
"white": null
|
|
1866
|
+
},
|
|
1867
|
+
"filePath": "tokens/color.yaml",
|
|
1868
|
+
"isSource": true,
|
|
1869
|
+
"original": {
|
|
1837
1870
|
"value": "#FFCACA",
|
|
1838
1871
|
"conformance": {
|
|
1839
1872
|
"black": "AAA",
|
|
1840
1873
|
"white": null
|
|
1841
|
-
}
|
|
1842
|
-
|
|
1843
|
-
|
|
1874
|
+
}
|
|
1875
|
+
},
|
|
1876
|
+
"name": "ColorError200",
|
|
1877
|
+
"attributes": {
|
|
1878
|
+
"category": "color",
|
|
1879
|
+
"type": "error",
|
|
1880
|
+
"item": "200"
|
|
1844
1881
|
},
|
|
1845
|
-
"
|
|
1882
|
+
"path": [
|
|
1883
|
+
"color",
|
|
1884
|
+
"error",
|
|
1885
|
+
"200"
|
|
1886
|
+
]
|
|
1887
|
+
},
|
|
1888
|
+
"300": {
|
|
1889
|
+
"value": "#ff9a9a",
|
|
1890
|
+
"conformance": {
|
|
1891
|
+
"black": "AAA",
|
|
1892
|
+
"white": null
|
|
1893
|
+
},
|
|
1894
|
+
"filePath": "tokens/color.yaml",
|
|
1895
|
+
"isSource": true,
|
|
1896
|
+
"original": {
|
|
1846
1897
|
"value": "#FF9A9A",
|
|
1847
1898
|
"conformance": {
|
|
1848
1899
|
"black": "AAA",
|
|
1849
1900
|
"white": null
|
|
1850
|
-
}
|
|
1851
|
-
"filePath": "tokens/color.yaml",
|
|
1852
|
-
"isSource": true
|
|
1901
|
+
}
|
|
1853
1902
|
},
|
|
1854
|
-
"
|
|
1903
|
+
"name": "ColorError300",
|
|
1904
|
+
"attributes": {
|
|
1905
|
+
"category": "color",
|
|
1906
|
+
"type": "error",
|
|
1907
|
+
"item": "300"
|
|
1908
|
+
},
|
|
1909
|
+
"path": [
|
|
1910
|
+
"color",
|
|
1911
|
+
"error",
|
|
1912
|
+
"300"
|
|
1913
|
+
]
|
|
1914
|
+
},
|
|
1915
|
+
"400": {
|
|
1916
|
+
"value": "#ff6962",
|
|
1917
|
+
"conformance": {
|
|
1918
|
+
"black": "AAA",
|
|
1919
|
+
"white": null
|
|
1920
|
+
},
|
|
1921
|
+
"filePath": "tokens/color.yaml",
|
|
1922
|
+
"isSource": true,
|
|
1923
|
+
"original": {
|
|
1855
1924
|
"value": "#FF6962",
|
|
1856
1925
|
"conformance": {
|
|
1857
1926
|
"black": "AAA",
|
|
1858
1927
|
"white": null
|
|
1859
|
-
}
|
|
1860
|
-
|
|
1861
|
-
|
|
1928
|
+
}
|
|
1929
|
+
},
|
|
1930
|
+
"name": "ColorError400",
|
|
1931
|
+
"attributes": {
|
|
1932
|
+
"category": "color",
|
|
1933
|
+
"type": "error",
|
|
1934
|
+
"item": "400"
|
|
1862
1935
|
},
|
|
1863
|
-
"
|
|
1936
|
+
"path": [
|
|
1937
|
+
"color",
|
|
1938
|
+
"error",
|
|
1939
|
+
"400"
|
|
1940
|
+
]
|
|
1941
|
+
},
|
|
1942
|
+
"500": {
|
|
1943
|
+
"value": "#fa4040",
|
|
1944
|
+
"conformance": {
|
|
1945
|
+
"black": "AAA",
|
|
1946
|
+
"white": "AA"
|
|
1947
|
+
},
|
|
1948
|
+
"filePath": "tokens/color.yaml",
|
|
1949
|
+
"isSource": true,
|
|
1950
|
+
"original": {
|
|
1864
1951
|
"value": "#FA4040",
|
|
1865
1952
|
"conformance": {
|
|
1866
1953
|
"black": "AAA",
|
|
1867
1954
|
"white": "AA"
|
|
1868
|
-
}
|
|
1869
|
-
|
|
1870
|
-
|
|
1955
|
+
}
|
|
1956
|
+
},
|
|
1957
|
+
"name": "ColorError500",
|
|
1958
|
+
"attributes": {
|
|
1959
|
+
"category": "color",
|
|
1960
|
+
"type": "error",
|
|
1961
|
+
"item": "500"
|
|
1962
|
+
},
|
|
1963
|
+
"path": [
|
|
1964
|
+
"color",
|
|
1965
|
+
"error",
|
|
1966
|
+
"500"
|
|
1967
|
+
]
|
|
1968
|
+
},
|
|
1969
|
+
"600": {
|
|
1970
|
+
"value": "#d63727",
|
|
1971
|
+
"conformance": {
|
|
1972
|
+
"black": "AAA",
|
|
1973
|
+
"white": "AAA"
|
|
1871
1974
|
},
|
|
1872
|
-
"
|
|
1975
|
+
"filePath": "tokens/color.yaml",
|
|
1976
|
+
"isSource": true,
|
|
1977
|
+
"original": {
|
|
1873
1978
|
"value": "#D63727",
|
|
1874
1979
|
"conformance": {
|
|
1875
1980
|
"black": "AAA",
|
|
1876
1981
|
"white": "AAA"
|
|
1877
|
-
}
|
|
1878
|
-
|
|
1879
|
-
|
|
1982
|
+
}
|
|
1983
|
+
},
|
|
1984
|
+
"name": "ColorError600",
|
|
1985
|
+
"attributes": {
|
|
1986
|
+
"category": "color",
|
|
1987
|
+
"type": "error",
|
|
1988
|
+
"item": "600"
|
|
1989
|
+
},
|
|
1990
|
+
"path": [
|
|
1991
|
+
"color",
|
|
1992
|
+
"error",
|
|
1993
|
+
"600"
|
|
1994
|
+
]
|
|
1995
|
+
},
|
|
1996
|
+
"700": {
|
|
1997
|
+
"value": "#aa0d15",
|
|
1998
|
+
"conformance": {
|
|
1999
|
+
"black": null,
|
|
2000
|
+
"white": "AAA"
|
|
1880
2001
|
},
|
|
1881
|
-
"
|
|
2002
|
+
"filePath": "tokens/color.yaml",
|
|
2003
|
+
"isSource": true,
|
|
2004
|
+
"original": {
|
|
1882
2005
|
"value": "#AA0D15",
|
|
1883
2006
|
"conformance": {
|
|
1884
2007
|
"black": null,
|
|
1885
2008
|
"white": "AAA"
|
|
1886
|
-
}
|
|
1887
|
-
|
|
1888
|
-
|
|
2009
|
+
}
|
|
2010
|
+
},
|
|
2011
|
+
"name": "ColorError700",
|
|
2012
|
+
"attributes": {
|
|
2013
|
+
"category": "color",
|
|
2014
|
+
"type": "error",
|
|
2015
|
+
"item": "700"
|
|
1889
2016
|
},
|
|
1890
|
-
"
|
|
2017
|
+
"path": [
|
|
2018
|
+
"color",
|
|
2019
|
+
"error",
|
|
2020
|
+
"700"
|
|
2021
|
+
]
|
|
2022
|
+
},
|
|
2023
|
+
"800": {
|
|
2024
|
+
"value": "#860011",
|
|
2025
|
+
"conformance": {
|
|
2026
|
+
"black": null,
|
|
2027
|
+
"white": "AAA"
|
|
2028
|
+
},
|
|
2029
|
+
"filePath": "tokens/color.yaml",
|
|
2030
|
+
"isSource": true,
|
|
2031
|
+
"original": {
|
|
1891
2032
|
"value": "#860011",
|
|
1892
2033
|
"conformance": {
|
|
1893
2034
|
"black": null,
|
|
1894
2035
|
"white": "AAA"
|
|
1895
|
-
}
|
|
1896
|
-
"filePath": "tokens/color.yaml",
|
|
1897
|
-
"isSource": true
|
|
2036
|
+
}
|
|
1898
2037
|
},
|
|
1899
|
-
"
|
|
2038
|
+
"name": "ColorError800",
|
|
2039
|
+
"attributes": {
|
|
2040
|
+
"category": "color",
|
|
2041
|
+
"type": "error",
|
|
2042
|
+
"item": "800"
|
|
2043
|
+
},
|
|
2044
|
+
"path": [
|
|
2045
|
+
"color",
|
|
2046
|
+
"error",
|
|
2047
|
+
"800"
|
|
2048
|
+
]
|
|
2049
|
+
}
|
|
2050
|
+
},
|
|
2051
|
+
"success": {
|
|
2052
|
+
"100": {
|
|
2053
|
+
"value": "#e6f9f3",
|
|
1900
2054
|
"conformance": {
|
|
1901
2055
|
"black": "AAA",
|
|
1902
2056
|
"white": null
|
|
@@ -1904,555 +2058,430 @@ module.exports = {
|
|
|
1904
2058
|
"filePath": "tokens/color.yaml",
|
|
1905
2059
|
"isSource": true,
|
|
1906
2060
|
"original": {
|
|
1907
|
-
"
|
|
1908
|
-
"200": {
|
|
1909
|
-
"value": "#FFCACA",
|
|
1910
|
-
"conformance": {
|
|
1911
|
-
"black": "AAA",
|
|
1912
|
-
"white": null
|
|
1913
|
-
},
|
|
1914
|
-
"filePath": "tokens/color.yaml",
|
|
1915
|
-
"isSource": true
|
|
1916
|
-
},
|
|
1917
|
-
"300": {
|
|
1918
|
-
"value": "#FF9A9A",
|
|
1919
|
-
"conformance": {
|
|
1920
|
-
"black": "AAA",
|
|
1921
|
-
"white": null
|
|
1922
|
-
},
|
|
1923
|
-
"filePath": "tokens/color.yaml",
|
|
1924
|
-
"isSource": true
|
|
1925
|
-
},
|
|
1926
|
-
"400": {
|
|
1927
|
-
"value": "#FF6962",
|
|
1928
|
-
"conformance": {
|
|
1929
|
-
"black": "AAA",
|
|
1930
|
-
"white": null
|
|
1931
|
-
},
|
|
1932
|
-
"filePath": "tokens/color.yaml",
|
|
1933
|
-
"isSource": true
|
|
1934
|
-
},
|
|
1935
|
-
"500": {
|
|
1936
|
-
"value": "#FA4040",
|
|
1937
|
-
"conformance": {
|
|
1938
|
-
"black": "AAA",
|
|
1939
|
-
"white": "AA"
|
|
1940
|
-
},
|
|
1941
|
-
"filePath": "tokens/color.yaml",
|
|
1942
|
-
"isSource": true
|
|
1943
|
-
},
|
|
1944
|
-
"600": {
|
|
1945
|
-
"value": "#D63727",
|
|
1946
|
-
"conformance": {
|
|
1947
|
-
"black": "AAA",
|
|
1948
|
-
"white": "AAA"
|
|
1949
|
-
},
|
|
1950
|
-
"filePath": "tokens/color.yaml",
|
|
1951
|
-
"isSource": true
|
|
1952
|
-
},
|
|
1953
|
-
"700": {
|
|
1954
|
-
"value": "#AA0D15",
|
|
1955
|
-
"conformance": {
|
|
1956
|
-
"black": null,
|
|
1957
|
-
"white": "AAA"
|
|
1958
|
-
},
|
|
1959
|
-
"filePath": "tokens/color.yaml",
|
|
1960
|
-
"isSource": true
|
|
1961
|
-
},
|
|
1962
|
-
"800": {
|
|
1963
|
-
"value": "#860011",
|
|
1964
|
-
"conformance": {
|
|
1965
|
-
"black": null,
|
|
1966
|
-
"white": "AAA"
|
|
1967
|
-
},
|
|
1968
|
-
"filePath": "tokens/color.yaml",
|
|
1969
|
-
"isSource": true
|
|
1970
|
-
},
|
|
1971
|
-
"value": "#FFECEC",
|
|
2061
|
+
"value": "#E6F9F3",
|
|
1972
2062
|
"conformance": {
|
|
1973
2063
|
"black": "AAA",
|
|
1974
2064
|
"white": null
|
|
1975
2065
|
}
|
|
1976
2066
|
},
|
|
1977
|
-
"name": "
|
|
2067
|
+
"name": "ColorSuccess100",
|
|
1978
2068
|
"attributes": {
|
|
1979
2069
|
"category": "color",
|
|
1980
|
-
"type": "
|
|
1981
|
-
"item": "
|
|
2070
|
+
"type": "success",
|
|
2071
|
+
"item": "100"
|
|
1982
2072
|
},
|
|
1983
2073
|
"path": [
|
|
1984
2074
|
"color",
|
|
1985
|
-
"
|
|
1986
|
-
"
|
|
2075
|
+
"success",
|
|
2076
|
+
"100"
|
|
1987
2077
|
]
|
|
1988
2078
|
},
|
|
1989
|
-
"
|
|
1990
|
-
"
|
|
1991
|
-
|
|
1992
|
-
"
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
"
|
|
1999
|
-
"value": "#FFF8E6",
|
|
2000
|
-
"conformance": {
|
|
2001
|
-
"black": "AAA",
|
|
2002
|
-
"white": null
|
|
2003
|
-
}
|
|
2004
|
-
},
|
|
2005
|
-
"name": "ColorStatusWarning100",
|
|
2006
|
-
"attributes": {
|
|
2007
|
-
"category": "color",
|
|
2008
|
-
"type": "status",
|
|
2009
|
-
"item": "warning",
|
|
2010
|
-
"subitem": "100"
|
|
2011
|
-
},
|
|
2012
|
-
"path": [
|
|
2013
|
-
"color",
|
|
2014
|
-
"status",
|
|
2015
|
-
"warning",
|
|
2016
|
-
"100"
|
|
2017
|
-
]
|
|
2018
|
-
},
|
|
2019
|
-
"200": {
|
|
2020
|
-
"value": "#ffefc8",
|
|
2021
|
-
"conformance": {
|
|
2022
|
-
"black": "AAA",
|
|
2023
|
-
"white": null
|
|
2024
|
-
},
|
|
2025
|
-
"filePath": "tokens/color.yaml",
|
|
2026
|
-
"isSource": true,
|
|
2027
|
-
"original": {
|
|
2028
|
-
"value": "#FFEFC8",
|
|
2029
|
-
"conformance": {
|
|
2030
|
-
"black": "AAA",
|
|
2031
|
-
"white": null
|
|
2032
|
-
}
|
|
2033
|
-
},
|
|
2034
|
-
"name": "ColorStatusWarning200",
|
|
2035
|
-
"attributes": {
|
|
2036
|
-
"category": "color",
|
|
2037
|
-
"type": "status",
|
|
2038
|
-
"item": "warning",
|
|
2039
|
-
"subitem": "200"
|
|
2040
|
-
},
|
|
2041
|
-
"path": [
|
|
2042
|
-
"color",
|
|
2043
|
-
"status",
|
|
2044
|
-
"warning",
|
|
2045
|
-
"200"
|
|
2046
|
-
]
|
|
2047
|
-
},
|
|
2048
|
-
"300": {
|
|
2049
|
-
"value": "#ffdf96",
|
|
2079
|
+
"200": {
|
|
2080
|
+
"value": "#bfefe0",
|
|
2081
|
+
"conformance": {
|
|
2082
|
+
"black": "AAA",
|
|
2083
|
+
"white": null
|
|
2084
|
+
},
|
|
2085
|
+
"filePath": "tokens/color.yaml",
|
|
2086
|
+
"isSource": true,
|
|
2087
|
+
"original": {
|
|
2088
|
+
"value": "#BFEFE0",
|
|
2050
2089
|
"conformance": {
|
|
2051
2090
|
"black": "AAA",
|
|
2052
2091
|
"white": null
|
|
2053
|
-
}
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
"
|
|
2064
|
-
"
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
"
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
"400": {
|
|
2078
|
-
"value": "#ffce5a",
|
|
2092
|
+
}
|
|
2093
|
+
},
|
|
2094
|
+
"name": "ColorSuccess200",
|
|
2095
|
+
"attributes": {
|
|
2096
|
+
"category": "color",
|
|
2097
|
+
"type": "success",
|
|
2098
|
+
"item": "200"
|
|
2099
|
+
},
|
|
2100
|
+
"path": [
|
|
2101
|
+
"color",
|
|
2102
|
+
"success",
|
|
2103
|
+
"200"
|
|
2104
|
+
]
|
|
2105
|
+
},
|
|
2106
|
+
"300": {
|
|
2107
|
+
"value": "#81e0c1",
|
|
2108
|
+
"conformance": {
|
|
2109
|
+
"black": "AAA",
|
|
2110
|
+
"white": null
|
|
2111
|
+
},
|
|
2112
|
+
"filePath": "tokens/color.yaml",
|
|
2113
|
+
"isSource": true,
|
|
2114
|
+
"original": {
|
|
2115
|
+
"value": "#81E0C1",
|
|
2079
2116
|
"conformance": {
|
|
2080
2117
|
"black": "AAA",
|
|
2081
2118
|
"white": null
|
|
2082
|
-
}
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
"
|
|
2093
|
-
"
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
"
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
"500": {
|
|
2107
|
-
"value": "#fabe1f",
|
|
2119
|
+
}
|
|
2120
|
+
},
|
|
2121
|
+
"name": "ColorSuccess300",
|
|
2122
|
+
"attributes": {
|
|
2123
|
+
"category": "color",
|
|
2124
|
+
"type": "success",
|
|
2125
|
+
"item": "300"
|
|
2126
|
+
},
|
|
2127
|
+
"path": [
|
|
2128
|
+
"color",
|
|
2129
|
+
"success",
|
|
2130
|
+
"300"
|
|
2131
|
+
]
|
|
2132
|
+
},
|
|
2133
|
+
"400": {
|
|
2134
|
+
"value": "#41d0a3",
|
|
2135
|
+
"conformance": {
|
|
2136
|
+
"black": "AAA",
|
|
2137
|
+
"white": null
|
|
2138
|
+
},
|
|
2139
|
+
"filePath": "tokens/color.yaml",
|
|
2140
|
+
"isSource": true,
|
|
2141
|
+
"original": {
|
|
2142
|
+
"value": "#41D0A3",
|
|
2108
2143
|
"conformance": {
|
|
2109
2144
|
"black": "AAA",
|
|
2110
2145
|
"white": null
|
|
2111
|
-
}
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
"
|
|
2122
|
-
"
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
"
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
"600": {
|
|
2136
|
-
"value": "#dc9601",
|
|
2146
|
+
}
|
|
2147
|
+
},
|
|
2148
|
+
"name": "ColorSuccess400",
|
|
2149
|
+
"attributes": {
|
|
2150
|
+
"category": "color",
|
|
2151
|
+
"type": "success",
|
|
2152
|
+
"item": "400"
|
|
2153
|
+
},
|
|
2154
|
+
"path": [
|
|
2155
|
+
"color",
|
|
2156
|
+
"success",
|
|
2157
|
+
"400"
|
|
2158
|
+
]
|
|
2159
|
+
},
|
|
2160
|
+
"500": {
|
|
2161
|
+
"value": "#00c185",
|
|
2162
|
+
"conformance": {
|
|
2163
|
+
"black": "AAA",
|
|
2164
|
+
"white": null
|
|
2165
|
+
},
|
|
2166
|
+
"filePath": "tokens/color.yaml",
|
|
2167
|
+
"isSource": true,
|
|
2168
|
+
"original": {
|
|
2169
|
+
"value": "#00C185",
|
|
2137
2170
|
"conformance": {
|
|
2138
2171
|
"black": "AAA",
|
|
2139
2172
|
"white": null
|
|
2140
|
-
}
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
"
|
|
2151
|
-
"
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
"
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
"700": {
|
|
2165
|
-
"value": "#be7200",
|
|
2173
|
+
}
|
|
2174
|
+
},
|
|
2175
|
+
"name": "ColorSuccess500",
|
|
2176
|
+
"attributes": {
|
|
2177
|
+
"category": "color",
|
|
2178
|
+
"type": "success",
|
|
2179
|
+
"item": "500"
|
|
2180
|
+
},
|
|
2181
|
+
"path": [
|
|
2182
|
+
"color",
|
|
2183
|
+
"success",
|
|
2184
|
+
"500"
|
|
2185
|
+
]
|
|
2186
|
+
},
|
|
2187
|
+
"600": {
|
|
2188
|
+
"value": "#00966e",
|
|
2189
|
+
"conformance": {
|
|
2190
|
+
"black": "AAA",
|
|
2191
|
+
"white": "AA"
|
|
2192
|
+
},
|
|
2193
|
+
"filePath": "tokens/color.yaml",
|
|
2194
|
+
"isSource": true,
|
|
2195
|
+
"original": {
|
|
2196
|
+
"value": "#00966E",
|
|
2166
2197
|
"conformance": {
|
|
2167
2198
|
"black": "AAA",
|
|
2168
2199
|
"white": "AA"
|
|
2169
|
-
}
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
"
|
|
2180
|
-
"
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
"
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
"800": {
|
|
2194
|
-
"value": "#b45101",
|
|
2200
|
+
}
|
|
2201
|
+
},
|
|
2202
|
+
"name": "ColorSuccess600",
|
|
2203
|
+
"attributes": {
|
|
2204
|
+
"category": "color",
|
|
2205
|
+
"type": "success",
|
|
2206
|
+
"item": "600"
|
|
2207
|
+
},
|
|
2208
|
+
"path": [
|
|
2209
|
+
"color",
|
|
2210
|
+
"success",
|
|
2211
|
+
"600"
|
|
2212
|
+
]
|
|
2213
|
+
},
|
|
2214
|
+
"700": {
|
|
2215
|
+
"value": "#047063",
|
|
2216
|
+
"conformance": {
|
|
2217
|
+
"black": "AA",
|
|
2218
|
+
"white": "AAA"
|
|
2219
|
+
},
|
|
2220
|
+
"filePath": "tokens/color.yaml",
|
|
2221
|
+
"isSource": true,
|
|
2222
|
+
"original": {
|
|
2223
|
+
"value": "#047063",
|
|
2195
2224
|
"conformance": {
|
|
2196
2225
|
"black": "AA",
|
|
2197
2226
|
"white": "AAA"
|
|
2198
|
-
}
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
"
|
|
2209
|
-
"
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
"
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2227
|
+
}
|
|
2228
|
+
},
|
|
2229
|
+
"name": "ColorSuccess700",
|
|
2230
|
+
"attributes": {
|
|
2231
|
+
"category": "color",
|
|
2232
|
+
"type": "success",
|
|
2233
|
+
"item": "700"
|
|
2234
|
+
},
|
|
2235
|
+
"path": [
|
|
2236
|
+
"color",
|
|
2237
|
+
"success",
|
|
2238
|
+
"700"
|
|
2239
|
+
]
|
|
2240
|
+
},
|
|
2241
|
+
"800": {
|
|
2242
|
+
"value": "#025050",
|
|
2243
|
+
"conformance": {
|
|
2244
|
+
"black": null,
|
|
2245
|
+
"white": "AAA"
|
|
2246
|
+
},
|
|
2247
|
+
"filePath": "tokens/color.yaml",
|
|
2248
|
+
"isSource": true,
|
|
2249
|
+
"original": {
|
|
2250
|
+
"value": "#025050",
|
|
2251
|
+
"conformance": {
|
|
2252
|
+
"black": null,
|
|
2253
|
+
"white": "AAA"
|
|
2254
|
+
}
|
|
2255
|
+
},
|
|
2256
|
+
"name": "ColorSuccess800",
|
|
2257
|
+
"attributes": {
|
|
2258
|
+
"category": "color",
|
|
2259
|
+
"type": "success",
|
|
2260
|
+
"item": "800"
|
|
2261
|
+
},
|
|
2262
|
+
"path": [
|
|
2263
|
+
"color",
|
|
2264
|
+
"success",
|
|
2265
|
+
"800"
|
|
2266
|
+
]
|
|
2267
|
+
}
|
|
2268
|
+
},
|
|
2269
|
+
"warning": {
|
|
2270
|
+
"100": {
|
|
2271
|
+
"value": "#fff8e6",
|
|
2272
|
+
"conformance": {
|
|
2273
|
+
"black": "AAA",
|
|
2274
|
+
"white": null
|
|
2275
|
+
},
|
|
2276
|
+
"filePath": "tokens/color.yaml",
|
|
2277
|
+
"isSource": true,
|
|
2278
|
+
"original": {
|
|
2279
|
+
"value": "#FFF8E6",
|
|
2280
|
+
"conformance": {
|
|
2281
|
+
"black": "AAA",
|
|
2282
|
+
"white": null
|
|
2283
|
+
}
|
|
2284
|
+
},
|
|
2285
|
+
"name": "ColorWarning100",
|
|
2286
|
+
"attributes": {
|
|
2287
|
+
"category": "color",
|
|
2288
|
+
"type": "warning",
|
|
2289
|
+
"item": "100"
|
|
2290
|
+
},
|
|
2291
|
+
"path": [
|
|
2292
|
+
"color",
|
|
2293
|
+
"warning",
|
|
2294
|
+
"100"
|
|
2295
|
+
]
|
|
2296
|
+
},
|
|
2297
|
+
"200": {
|
|
2298
|
+
"value": "#ffefc8",
|
|
2299
|
+
"conformance": {
|
|
2300
|
+
"black": "AAA",
|
|
2301
|
+
"white": null
|
|
2302
|
+
},
|
|
2303
|
+
"filePath": "tokens/color.yaml",
|
|
2304
|
+
"isSource": true,
|
|
2305
|
+
"original": {
|
|
2306
|
+
"value": "#FFEFC8",
|
|
2226
2307
|
"conformance": {
|
|
2227
2308
|
"black": "AAA",
|
|
2228
2309
|
"white": null
|
|
2229
|
-
}
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
"
|
|
2240
|
-
"
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
"
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
"200": {
|
|
2254
|
-
"value": "#bfefe0",
|
|
2310
|
+
}
|
|
2311
|
+
},
|
|
2312
|
+
"name": "ColorWarning200",
|
|
2313
|
+
"attributes": {
|
|
2314
|
+
"category": "color",
|
|
2315
|
+
"type": "warning",
|
|
2316
|
+
"item": "200"
|
|
2317
|
+
},
|
|
2318
|
+
"path": [
|
|
2319
|
+
"color",
|
|
2320
|
+
"warning",
|
|
2321
|
+
"200"
|
|
2322
|
+
]
|
|
2323
|
+
},
|
|
2324
|
+
"300": {
|
|
2325
|
+
"value": "#ffdf96",
|
|
2326
|
+
"conformance": {
|
|
2327
|
+
"black": "AAA",
|
|
2328
|
+
"white": null
|
|
2329
|
+
},
|
|
2330
|
+
"filePath": "tokens/color.yaml",
|
|
2331
|
+
"isSource": true,
|
|
2332
|
+
"original": {
|
|
2333
|
+
"value": "#FFDF96",
|
|
2255
2334
|
"conformance": {
|
|
2256
2335
|
"black": "AAA",
|
|
2257
2336
|
"white": null
|
|
2258
|
-
}
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
"
|
|
2269
|
-
"
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
"
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
"300": {
|
|
2283
|
-
"value": "#81e0c1",
|
|
2337
|
+
}
|
|
2338
|
+
},
|
|
2339
|
+
"name": "ColorWarning300",
|
|
2340
|
+
"attributes": {
|
|
2341
|
+
"category": "color",
|
|
2342
|
+
"type": "warning",
|
|
2343
|
+
"item": "300"
|
|
2344
|
+
},
|
|
2345
|
+
"path": [
|
|
2346
|
+
"color",
|
|
2347
|
+
"warning",
|
|
2348
|
+
"300"
|
|
2349
|
+
]
|
|
2350
|
+
},
|
|
2351
|
+
"400": {
|
|
2352
|
+
"value": "#ffce5a",
|
|
2353
|
+
"conformance": {
|
|
2354
|
+
"black": "AAA",
|
|
2355
|
+
"white": null
|
|
2356
|
+
},
|
|
2357
|
+
"filePath": "tokens/color.yaml",
|
|
2358
|
+
"isSource": true,
|
|
2359
|
+
"original": {
|
|
2360
|
+
"value": "#FFCE5A",
|
|
2284
2361
|
"conformance": {
|
|
2285
2362
|
"black": "AAA",
|
|
2286
2363
|
"white": null
|
|
2287
|
-
}
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
"
|
|
2298
|
-
"
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
"
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
"400": {
|
|
2312
|
-
"value": "#41d0a3",
|
|
2364
|
+
}
|
|
2365
|
+
},
|
|
2366
|
+
"name": "ColorWarning400",
|
|
2367
|
+
"attributes": {
|
|
2368
|
+
"category": "color",
|
|
2369
|
+
"type": "warning",
|
|
2370
|
+
"item": "400"
|
|
2371
|
+
},
|
|
2372
|
+
"path": [
|
|
2373
|
+
"color",
|
|
2374
|
+
"warning",
|
|
2375
|
+
"400"
|
|
2376
|
+
]
|
|
2377
|
+
},
|
|
2378
|
+
"500": {
|
|
2379
|
+
"value": "#fabe1f",
|
|
2380
|
+
"conformance": {
|
|
2381
|
+
"black": "AAA",
|
|
2382
|
+
"white": null
|
|
2383
|
+
},
|
|
2384
|
+
"filePath": "tokens/color.yaml",
|
|
2385
|
+
"isSource": true,
|
|
2386
|
+
"original": {
|
|
2387
|
+
"value": "#FABE1F",
|
|
2313
2388
|
"conformance": {
|
|
2314
2389
|
"black": "AAA",
|
|
2315
2390
|
"white": null
|
|
2316
|
-
}
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
"
|
|
2327
|
-
"
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
"
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
"500": {
|
|
2341
|
-
"value": "#00c185",
|
|
2391
|
+
}
|
|
2392
|
+
},
|
|
2393
|
+
"name": "ColorWarning500",
|
|
2394
|
+
"attributes": {
|
|
2395
|
+
"category": "color",
|
|
2396
|
+
"type": "warning",
|
|
2397
|
+
"item": "500"
|
|
2398
|
+
},
|
|
2399
|
+
"path": [
|
|
2400
|
+
"color",
|
|
2401
|
+
"warning",
|
|
2402
|
+
"500"
|
|
2403
|
+
]
|
|
2404
|
+
},
|
|
2405
|
+
"600": {
|
|
2406
|
+
"value": "#dc9601",
|
|
2407
|
+
"conformance": {
|
|
2408
|
+
"black": "AAA",
|
|
2409
|
+
"white": null
|
|
2410
|
+
},
|
|
2411
|
+
"filePath": "tokens/color.yaml",
|
|
2412
|
+
"isSource": true,
|
|
2413
|
+
"original": {
|
|
2414
|
+
"value": "#DC9601",
|
|
2342
2415
|
"conformance": {
|
|
2343
2416
|
"black": "AAA",
|
|
2344
2417
|
"white": null
|
|
2345
|
-
}
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
"
|
|
2356
|
-
"
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
"
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
"600": {
|
|
2370
|
-
"value": "#00966e",
|
|
2418
|
+
}
|
|
2419
|
+
},
|
|
2420
|
+
"name": "ColorWarning600",
|
|
2421
|
+
"attributes": {
|
|
2422
|
+
"category": "color",
|
|
2423
|
+
"type": "warning",
|
|
2424
|
+
"item": "600"
|
|
2425
|
+
},
|
|
2426
|
+
"path": [
|
|
2427
|
+
"color",
|
|
2428
|
+
"warning",
|
|
2429
|
+
"600"
|
|
2430
|
+
]
|
|
2431
|
+
},
|
|
2432
|
+
"700": {
|
|
2433
|
+
"value": "#be7200",
|
|
2434
|
+
"conformance": {
|
|
2435
|
+
"black": "AAA",
|
|
2436
|
+
"white": "AA"
|
|
2437
|
+
},
|
|
2438
|
+
"filePath": "tokens/color.yaml",
|
|
2439
|
+
"isSource": true,
|
|
2440
|
+
"original": {
|
|
2441
|
+
"value": "#BE7200",
|
|
2371
2442
|
"conformance": {
|
|
2372
2443
|
"black": "AAA",
|
|
2373
2444
|
"white": "AA"
|
|
2374
|
-
}
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
"
|
|
2385
|
-
"
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
"
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
"700": {
|
|
2399
|
-
"value": "#047063",
|
|
2445
|
+
}
|
|
2446
|
+
},
|
|
2447
|
+
"name": "ColorWarning700",
|
|
2448
|
+
"attributes": {
|
|
2449
|
+
"category": "color",
|
|
2450
|
+
"type": "warning",
|
|
2451
|
+
"item": "700"
|
|
2452
|
+
},
|
|
2453
|
+
"path": [
|
|
2454
|
+
"color",
|
|
2455
|
+
"warning",
|
|
2456
|
+
"700"
|
|
2457
|
+
]
|
|
2458
|
+
},
|
|
2459
|
+
"800": {
|
|
2460
|
+
"value": "#b45101",
|
|
2461
|
+
"conformance": {
|
|
2462
|
+
"black": "AA",
|
|
2463
|
+
"white": "AAA"
|
|
2464
|
+
},
|
|
2465
|
+
"filePath": "tokens/color.yaml",
|
|
2466
|
+
"isSource": true,
|
|
2467
|
+
"original": {
|
|
2468
|
+
"value": "#B45101",
|
|
2400
2469
|
"conformance": {
|
|
2401
2470
|
"black": "AA",
|
|
2402
2471
|
"white": "AAA"
|
|
2403
|
-
}
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
"
|
|
2414
|
-
"
|
|
2415
|
-
|
|
2416
|
-
"type": "status",
|
|
2417
|
-
"item": "success",
|
|
2418
|
-
"subitem": "700"
|
|
2419
|
-
},
|
|
2420
|
-
"path": [
|
|
2421
|
-
"color",
|
|
2422
|
-
"status",
|
|
2423
|
-
"success",
|
|
2424
|
-
"700"
|
|
2425
|
-
]
|
|
2426
|
-
},
|
|
2427
|
-
"800": {
|
|
2428
|
-
"value": "#025050",
|
|
2429
|
-
"conformance": {
|
|
2430
|
-
"black": null,
|
|
2431
|
-
"white": "AAA"
|
|
2432
|
-
},
|
|
2433
|
-
"filePath": "tokens/color.yaml",
|
|
2434
|
-
"isSource": true,
|
|
2435
|
-
"original": {
|
|
2436
|
-
"value": "#025050",
|
|
2437
|
-
"conformance": {
|
|
2438
|
-
"black": null,
|
|
2439
|
-
"white": "AAA"
|
|
2440
|
-
}
|
|
2441
|
-
},
|
|
2442
|
-
"name": "ColorStatusSuccess800",
|
|
2443
|
-
"attributes": {
|
|
2444
|
-
"category": "color",
|
|
2445
|
-
"type": "status",
|
|
2446
|
-
"item": "success",
|
|
2447
|
-
"subitem": "800"
|
|
2448
|
-
},
|
|
2449
|
-
"path": [
|
|
2450
|
-
"color",
|
|
2451
|
-
"status",
|
|
2452
|
-
"success",
|
|
2453
|
-
"800"
|
|
2454
|
-
]
|
|
2455
|
-
}
|
|
2472
|
+
}
|
|
2473
|
+
},
|
|
2474
|
+
"name": "ColorWarning800",
|
|
2475
|
+
"attributes": {
|
|
2476
|
+
"category": "color",
|
|
2477
|
+
"type": "warning",
|
|
2478
|
+
"item": "800"
|
|
2479
|
+
},
|
|
2480
|
+
"path": [
|
|
2481
|
+
"color",
|
|
2482
|
+
"warning",
|
|
2483
|
+
"800"
|
|
2484
|
+
]
|
|
2456
2485
|
}
|
|
2457
2486
|
}
|
|
2458
2487
|
}
|