@atlaskit/tokens 1.18.0 → 1.20.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/CHANGELOG.md +102 -0
- package/dist/cjs/artifacts/generated-pairs.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-dark.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-legacy-dark.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-legacy-light.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-light.js +2 -2
- package/dist/cjs/artifacts/token-default-values.js +81 -1
- package/dist/cjs/artifacts/token-names.js +81 -1
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +2044 -284
- package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-dark.js +2052 -292
- package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-light.js +2038 -278
- package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +2037 -277
- package/dist/cjs/get-theme-html-attrs.js +2 -13
- package/dist/cjs/get-token-value.js +1 -1
- package/dist/cjs/get-token.js +1 -1
- package/dist/cjs/tokens/atlassian-dark/color/accent.js +360 -40
- package/dist/cjs/tokens/atlassian-legacy-dark/color/accent.js +396 -52
- package/dist/cjs/tokens/atlassian-legacy-light/color/accent.js +396 -52
- package/dist/cjs/tokens/atlassian-light/color/accent.js +360 -40
- package/dist/cjs/tokens/default/color/accent.js +920 -200
- package/dist/cjs/utils/get-theme-preferences.js +3 -5
- package/dist/es2019/artifacts/generated-pairs.js +2 -2
- package/dist/es2019/artifacts/themes/atlassian-dark.js +81 -1
- package/dist/es2019/artifacts/themes/atlassian-legacy-dark.js +85 -5
- package/dist/es2019/artifacts/themes/atlassian-legacy-light.js +86 -6
- package/dist/es2019/artifacts/themes/atlassian-light.js +81 -1
- package/dist/es2019/artifacts/token-default-values.js +81 -1
- package/dist/es2019/artifacts/token-names.js +81 -1
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +2044 -284
- package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-dark.js +2052 -292
- package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-light.js +2038 -278
- package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +2037 -277
- package/dist/es2019/get-theme-html-attrs.js +2 -13
- package/dist/es2019/get-token-value.js +1 -1
- package/dist/es2019/get-token.js +1 -1
- package/dist/es2019/tokens/atlassian-dark/color/accent.js +360 -40
- package/dist/es2019/tokens/atlassian-legacy-dark/color/accent.js +396 -52
- package/dist/es2019/tokens/atlassian-legacy-light/color/accent.js +396 -52
- package/dist/es2019/tokens/atlassian-light/color/accent.js +360 -40
- package/dist/es2019/tokens/default/color/accent.js +920 -200
- package/dist/es2019/utils/get-theme-preferences.js +3 -5
- package/dist/esm/artifacts/generated-pairs.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-dark.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-legacy-dark.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-legacy-light.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-light.js +2 -2
- package/dist/esm/artifacts/token-default-values.js +81 -1
- package/dist/esm/artifacts/token-names.js +81 -1
- package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +2044 -284
- package/dist/esm/artifacts/tokens-raw/atlassian-legacy-dark.js +2052 -292
- package/dist/esm/artifacts/tokens-raw/atlassian-legacy-light.js +2038 -278
- package/dist/esm/artifacts/tokens-raw/atlassian-light.js +2037 -277
- package/dist/esm/get-theme-html-attrs.js +2 -13
- package/dist/esm/get-token-value.js +1 -1
- package/dist/esm/get-token.js +1 -1
- package/dist/esm/tokens/atlassian-dark/color/accent.js +360 -40
- package/dist/esm/tokens/atlassian-legacy-dark/color/accent.js +396 -52
- package/dist/esm/tokens/atlassian-legacy-light/color/accent.js +396 -52
- package/dist/esm/tokens/atlassian-light/color/accent.js +360 -40
- package/dist/esm/tokens/default/color/accent.js +920 -200
- package/dist/esm/utils/get-theme-preferences.js +3 -5
- package/dist/types/artifacts/generated-pairs.d.ts +1 -1
- package/dist/types/artifacts/themes/atlassian-dark.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-legacy-dark.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-legacy-light.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-light.d.ts +2 -2
- package/dist/types/artifacts/token-default-values.d.ts +81 -1
- package/dist/types/artifacts/token-names.d.ts +161 -1
- package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-legacy-light.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
- package/dist/types/artifacts/types-internal.d.ts +2 -2
- package/dist/types/artifacts/types.d.ts +2 -2
- package/dist/types/types.d.ts +200 -40
- package/dist/types-ts4.5/artifacts/generated-pairs.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/themes/atlassian-dark.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-legacy-dark.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-legacy-light.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-light.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/token-default-values.d.ts +81 -1
- package/dist/types-ts4.5/artifacts/token-names.d.ts +161 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-light.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/types-internal.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/types.d.ts +2 -2
- package/dist/types-ts4.5/types.d.ts +200 -40
- package/figma/atlassian-dark.json +720 -0
- package/figma/atlassian-legacy-dark.json +724 -4
- package/figma/atlassian-legacy-light.json +724 -4
- package/figma/atlassian-light.json +720 -0
- package/package.json +1 -4
- package/report.api.md +360 -40
- package/tmp/api-report-tmp.d.ts +162 -2
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
8
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
9
|
-
* @codegen <<SignedSource::
|
|
9
|
+
* @codegen <<SignedSource::9faa03010b915213b0e7b73c8c9a4264>>
|
|
10
10
|
* @codegenCommand yarn build tokens
|
|
11
11
|
*/
|
|
12
12
|
var tokens = [{
|
|
@@ -1788,9 +1788,53 @@ var tokens = [{
|
|
|
1788
1788
|
},
|
|
1789
1789
|
"value": "#EEFBDA"
|
|
1790
1790
|
},
|
|
1791
|
-
"name": "color.background.accent.lime.subtlest",
|
|
1792
|
-
"path": ["color", "background", "accent", "lime", "subtlest"],
|
|
1791
|
+
"name": "color.background.accent.lime.subtlest.[default]",
|
|
1792
|
+
"path": ["color", "background", "accent", "lime", "subtlest", "[default]"],
|
|
1793
1793
|
"cleanName": "color.background.accent.lime.subtlest"
|
|
1794
|
+
}, {
|
|
1795
|
+
"attributes": {
|
|
1796
|
+
"group": "paint",
|
|
1797
|
+
"state": "active",
|
|
1798
|
+
"introduced": "1.19.0",
|
|
1799
|
+
"description": "Hovered state of color.background.accent.lime.subtlest."
|
|
1800
|
+
},
|
|
1801
|
+
"value": "#D3F1A7",
|
|
1802
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
1803
|
+
"isSource": true,
|
|
1804
|
+
"original": {
|
|
1805
|
+
"attributes": {
|
|
1806
|
+
"group": "paint",
|
|
1807
|
+
"state": "active",
|
|
1808
|
+
"introduced": "1.19.0",
|
|
1809
|
+
"description": "Hovered state of color.background.accent.lime.subtlest."
|
|
1810
|
+
},
|
|
1811
|
+
"value": "#D3F1A7"
|
|
1812
|
+
},
|
|
1813
|
+
"name": "color.background.accent.lime.subtlest.hovered",
|
|
1814
|
+
"path": ["color", "background", "accent", "lime", "subtlest", "hovered"],
|
|
1815
|
+
"cleanName": "color.background.accent.lime.subtlest.hovered"
|
|
1816
|
+
}, {
|
|
1817
|
+
"attributes": {
|
|
1818
|
+
"group": "paint",
|
|
1819
|
+
"state": "active",
|
|
1820
|
+
"introduced": "1.19.0",
|
|
1821
|
+
"description": "Pressed state of color.background.accent.lime.subtlest."
|
|
1822
|
+
},
|
|
1823
|
+
"value": "#B3DF72",
|
|
1824
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
1825
|
+
"isSource": true,
|
|
1826
|
+
"original": {
|
|
1827
|
+
"attributes": {
|
|
1828
|
+
"group": "paint",
|
|
1829
|
+
"state": "active",
|
|
1830
|
+
"introduced": "1.19.0",
|
|
1831
|
+
"description": "Pressed state of color.background.accent.lime.subtlest."
|
|
1832
|
+
},
|
|
1833
|
+
"value": "#B3DF72"
|
|
1834
|
+
},
|
|
1835
|
+
"name": "color.background.accent.lime.subtlest.pressed",
|
|
1836
|
+
"path": ["color", "background", "accent", "lime", "subtlest", "pressed"],
|
|
1837
|
+
"cleanName": "color.background.accent.lime.subtlest.pressed"
|
|
1794
1838
|
}, {
|
|
1795
1839
|
"attributes": {
|
|
1796
1840
|
"group": "paint",
|
|
@@ -1810,9 +1854,53 @@ var tokens = [{
|
|
|
1810
1854
|
},
|
|
1811
1855
|
"value": "#D3F1A7"
|
|
1812
1856
|
},
|
|
1813
|
-
"name": "color.background.accent.lime.subtler",
|
|
1814
|
-
"path": ["color", "background", "accent", "lime", "subtler"],
|
|
1857
|
+
"name": "color.background.accent.lime.subtler.[default]",
|
|
1858
|
+
"path": ["color", "background", "accent", "lime", "subtler", "[default]"],
|
|
1815
1859
|
"cleanName": "color.background.accent.lime.subtler"
|
|
1860
|
+
}, {
|
|
1861
|
+
"attributes": {
|
|
1862
|
+
"group": "paint",
|
|
1863
|
+
"state": "active",
|
|
1864
|
+
"introduced": "1.19.0",
|
|
1865
|
+
"description": "Hovered state of color.background.accent.lime.subtler."
|
|
1866
|
+
},
|
|
1867
|
+
"value": "#B3DF72",
|
|
1868
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
1869
|
+
"isSource": true,
|
|
1870
|
+
"original": {
|
|
1871
|
+
"attributes": {
|
|
1872
|
+
"group": "paint",
|
|
1873
|
+
"state": "active",
|
|
1874
|
+
"introduced": "1.19.0",
|
|
1875
|
+
"description": "Hovered state of color.background.accent.lime.subtler."
|
|
1876
|
+
},
|
|
1877
|
+
"value": "#B3DF72"
|
|
1878
|
+
},
|
|
1879
|
+
"name": "color.background.accent.lime.subtler.hovered",
|
|
1880
|
+
"path": ["color", "background", "accent", "lime", "subtler", "hovered"],
|
|
1881
|
+
"cleanName": "color.background.accent.lime.subtler.hovered"
|
|
1882
|
+
}, {
|
|
1883
|
+
"attributes": {
|
|
1884
|
+
"group": "paint",
|
|
1885
|
+
"state": "active",
|
|
1886
|
+
"introduced": "1.19.0",
|
|
1887
|
+
"description": "Pressed state of color.background.accent.lime.subtler."
|
|
1888
|
+
},
|
|
1889
|
+
"value": "#94C748",
|
|
1890
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
1891
|
+
"isSource": true,
|
|
1892
|
+
"original": {
|
|
1893
|
+
"attributes": {
|
|
1894
|
+
"group": "paint",
|
|
1895
|
+
"state": "active",
|
|
1896
|
+
"introduced": "1.19.0",
|
|
1897
|
+
"description": "Pressed state of color.background.accent.lime.subtler."
|
|
1898
|
+
},
|
|
1899
|
+
"value": "#94C748"
|
|
1900
|
+
},
|
|
1901
|
+
"name": "color.background.accent.lime.subtler.pressed",
|
|
1902
|
+
"path": ["color", "background", "accent", "lime", "subtler", "pressed"],
|
|
1903
|
+
"cleanName": "color.background.accent.lime.subtler.pressed"
|
|
1816
1904
|
}, {
|
|
1817
1905
|
"attributes": {
|
|
1818
1906
|
"group": "paint",
|
|
@@ -1832,9 +1920,53 @@ var tokens = [{
|
|
|
1832
1920
|
},
|
|
1833
1921
|
"value": "#94C748"
|
|
1834
1922
|
},
|
|
1835
|
-
"name": "color.background.accent.lime.subtle",
|
|
1836
|
-
"path": ["color", "background", "accent", "lime", "subtle"],
|
|
1923
|
+
"name": "color.background.accent.lime.subtle.[default]",
|
|
1924
|
+
"path": ["color", "background", "accent", "lime", "subtle", "[default]"],
|
|
1837
1925
|
"cleanName": "color.background.accent.lime.subtle"
|
|
1926
|
+
}, {
|
|
1927
|
+
"attributes": {
|
|
1928
|
+
"group": "paint",
|
|
1929
|
+
"state": "active",
|
|
1930
|
+
"introduced": "1.19.0",
|
|
1931
|
+
"description": "Hovered state of color.background.accent.lime.subtle."
|
|
1932
|
+
},
|
|
1933
|
+
"value": "#B3DF72",
|
|
1934
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
1935
|
+
"isSource": true,
|
|
1936
|
+
"original": {
|
|
1937
|
+
"attributes": {
|
|
1938
|
+
"group": "paint",
|
|
1939
|
+
"state": "active",
|
|
1940
|
+
"introduced": "1.19.0",
|
|
1941
|
+
"description": "Hovered state of color.background.accent.lime.subtle."
|
|
1942
|
+
},
|
|
1943
|
+
"value": "#B3DF72"
|
|
1944
|
+
},
|
|
1945
|
+
"name": "color.background.accent.lime.subtle.hovered",
|
|
1946
|
+
"path": ["color", "background", "accent", "lime", "subtle", "hovered"],
|
|
1947
|
+
"cleanName": "color.background.accent.lime.subtle.hovered"
|
|
1948
|
+
}, {
|
|
1949
|
+
"attributes": {
|
|
1950
|
+
"group": "paint",
|
|
1951
|
+
"state": "active",
|
|
1952
|
+
"introduced": "1.19.0",
|
|
1953
|
+
"description": "Pressed state of color.background.accent.lime.subtle."
|
|
1954
|
+
},
|
|
1955
|
+
"value": "#D3F1A7",
|
|
1956
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
1957
|
+
"isSource": true,
|
|
1958
|
+
"original": {
|
|
1959
|
+
"attributes": {
|
|
1960
|
+
"group": "paint",
|
|
1961
|
+
"state": "active",
|
|
1962
|
+
"introduced": "1.19.0",
|
|
1963
|
+
"description": "Pressed state of color.background.accent.lime.subtle."
|
|
1964
|
+
},
|
|
1965
|
+
"value": "#D3F1A7"
|
|
1966
|
+
},
|
|
1967
|
+
"name": "color.background.accent.lime.subtle.pressed",
|
|
1968
|
+
"path": ["color", "background", "accent", "lime", "subtle", "pressed"],
|
|
1969
|
+
"cleanName": "color.background.accent.lime.subtle.pressed"
|
|
1838
1970
|
}, {
|
|
1839
1971
|
"attributes": {
|
|
1840
1972
|
"group": "paint",
|
|
@@ -1854,9 +1986,53 @@ var tokens = [{
|
|
|
1854
1986
|
},
|
|
1855
1987
|
"value": "#5B7F24"
|
|
1856
1988
|
},
|
|
1857
|
-
"name": "color.background.accent.lime.bolder",
|
|
1858
|
-
"path": ["color", "background", "accent", "lime", "bolder"],
|
|
1989
|
+
"name": "color.background.accent.lime.bolder.[default]",
|
|
1990
|
+
"path": ["color", "background", "accent", "lime", "bolder", "[default]"],
|
|
1859
1991
|
"cleanName": "color.background.accent.lime.bolder"
|
|
1992
|
+
}, {
|
|
1993
|
+
"attributes": {
|
|
1994
|
+
"group": "paint",
|
|
1995
|
+
"state": "active",
|
|
1996
|
+
"introduced": "1.19.0",
|
|
1997
|
+
"description": "Hovered state of color.background.accent.lime.bolder."
|
|
1998
|
+
},
|
|
1999
|
+
"value": "#37471F",
|
|
2000
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2001
|
+
"isSource": true,
|
|
2002
|
+
"original": {
|
|
2003
|
+
"attributes": {
|
|
2004
|
+
"group": "paint",
|
|
2005
|
+
"state": "active",
|
|
2006
|
+
"introduced": "1.19.0",
|
|
2007
|
+
"description": "Hovered state of color.background.accent.lime.bolder."
|
|
2008
|
+
},
|
|
2009
|
+
"value": "#37471F"
|
|
2010
|
+
},
|
|
2011
|
+
"name": "color.background.accent.lime.bolder.hovered",
|
|
2012
|
+
"path": ["color", "background", "accent", "lime", "bolder", "hovered"],
|
|
2013
|
+
"cleanName": "color.background.accent.lime.bolder.hovered"
|
|
2014
|
+
}, {
|
|
2015
|
+
"attributes": {
|
|
2016
|
+
"group": "paint",
|
|
2017
|
+
"state": "active",
|
|
2018
|
+
"introduced": "1.19.0",
|
|
2019
|
+
"description": "Pressed state of color.background.accent.lime.bolder."
|
|
2020
|
+
},
|
|
2021
|
+
"value": "#37471F",
|
|
2022
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2023
|
+
"isSource": true,
|
|
2024
|
+
"original": {
|
|
2025
|
+
"attributes": {
|
|
2026
|
+
"group": "paint",
|
|
2027
|
+
"state": "active",
|
|
2028
|
+
"introduced": "1.19.0",
|
|
2029
|
+
"description": "Pressed state of color.background.accent.lime.bolder."
|
|
2030
|
+
},
|
|
2031
|
+
"value": "#37471F"
|
|
2032
|
+
},
|
|
2033
|
+
"name": "color.background.accent.lime.bolder.pressed",
|
|
2034
|
+
"path": ["color", "background", "accent", "lime", "bolder", "pressed"],
|
|
2035
|
+
"cleanName": "color.background.accent.lime.bolder.pressed"
|
|
1860
2036
|
}, {
|
|
1861
2037
|
"attributes": {
|
|
1862
2038
|
"group": "paint",
|
|
@@ -1876,9 +2052,53 @@ var tokens = [{
|
|
|
1876
2052
|
},
|
|
1877
2053
|
"value": "R100"
|
|
1878
2054
|
},
|
|
1879
|
-
"name": "color.background.accent.red.subtlest",
|
|
1880
|
-
"path": ["color", "background", "accent", "red", "subtlest"],
|
|
2055
|
+
"name": "color.background.accent.red.subtlest.[default]",
|
|
2056
|
+
"path": ["color", "background", "accent", "red", "subtlest", "[default]"],
|
|
1881
2057
|
"cleanName": "color.background.accent.red.subtlest"
|
|
2058
|
+
}, {
|
|
2059
|
+
"attributes": {
|
|
2060
|
+
"group": "paint",
|
|
2061
|
+
"state": "active",
|
|
2062
|
+
"introduced": "1.19.0",
|
|
2063
|
+
"description": "Hovered state of color.background.accent.red.subtlest."
|
|
2064
|
+
},
|
|
2065
|
+
"value": "#FF7452",
|
|
2066
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2067
|
+
"isSource": true,
|
|
2068
|
+
"original": {
|
|
2069
|
+
"attributes": {
|
|
2070
|
+
"group": "paint",
|
|
2071
|
+
"state": "active",
|
|
2072
|
+
"introduced": "1.19.0",
|
|
2073
|
+
"description": "Hovered state of color.background.accent.red.subtlest."
|
|
2074
|
+
},
|
|
2075
|
+
"value": "R200"
|
|
2076
|
+
},
|
|
2077
|
+
"name": "color.background.accent.red.subtlest.hovered",
|
|
2078
|
+
"path": ["color", "background", "accent", "red", "subtlest", "hovered"],
|
|
2079
|
+
"cleanName": "color.background.accent.red.subtlest.hovered"
|
|
2080
|
+
}, {
|
|
2081
|
+
"attributes": {
|
|
2082
|
+
"group": "paint",
|
|
2083
|
+
"state": "active",
|
|
2084
|
+
"introduced": "1.19.0",
|
|
2085
|
+
"description": "Pressed state of color.background.accent.red.subtlest."
|
|
2086
|
+
},
|
|
2087
|
+
"value": "#FF5630",
|
|
2088
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2089
|
+
"isSource": true,
|
|
2090
|
+
"original": {
|
|
2091
|
+
"attributes": {
|
|
2092
|
+
"group": "paint",
|
|
2093
|
+
"state": "active",
|
|
2094
|
+
"introduced": "1.19.0",
|
|
2095
|
+
"description": "Pressed state of color.background.accent.red.subtlest."
|
|
2096
|
+
},
|
|
2097
|
+
"value": "R300"
|
|
2098
|
+
},
|
|
2099
|
+
"name": "color.background.accent.red.subtlest.pressed",
|
|
2100
|
+
"path": ["color", "background", "accent", "red", "subtlest", "pressed"],
|
|
2101
|
+
"cleanName": "color.background.accent.red.subtlest.pressed"
|
|
1882
2102
|
}, {
|
|
1883
2103
|
"attributes": {
|
|
1884
2104
|
"group": "paint",
|
|
@@ -1898,9 +2118,53 @@ var tokens = [{
|
|
|
1898
2118
|
},
|
|
1899
2119
|
"value": "R200"
|
|
1900
2120
|
},
|
|
1901
|
-
"name": "color.background.accent.red.subtler",
|
|
1902
|
-
"path": ["color", "background", "accent", "red", "subtler"],
|
|
2121
|
+
"name": "color.background.accent.red.subtler.[default]",
|
|
2122
|
+
"path": ["color", "background", "accent", "red", "subtler", "[default]"],
|
|
1903
2123
|
"cleanName": "color.background.accent.red.subtler"
|
|
2124
|
+
}, {
|
|
2125
|
+
"attributes": {
|
|
2126
|
+
"group": "paint",
|
|
2127
|
+
"state": "active",
|
|
2128
|
+
"introduced": "1.19.0",
|
|
2129
|
+
"description": "Hovered state of color.background.accent.red.subtler."
|
|
2130
|
+
},
|
|
2131
|
+
"value": "#FF5630",
|
|
2132
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2133
|
+
"isSource": true,
|
|
2134
|
+
"original": {
|
|
2135
|
+
"attributes": {
|
|
2136
|
+
"group": "paint",
|
|
2137
|
+
"state": "active",
|
|
2138
|
+
"introduced": "1.19.0",
|
|
2139
|
+
"description": "Hovered state of color.background.accent.red.subtler."
|
|
2140
|
+
},
|
|
2141
|
+
"value": "R300"
|
|
2142
|
+
},
|
|
2143
|
+
"name": "color.background.accent.red.subtler.hovered",
|
|
2144
|
+
"path": ["color", "background", "accent", "red", "subtler", "hovered"],
|
|
2145
|
+
"cleanName": "color.background.accent.red.subtler.hovered"
|
|
2146
|
+
}, {
|
|
2147
|
+
"attributes": {
|
|
2148
|
+
"group": "paint",
|
|
2149
|
+
"state": "active",
|
|
2150
|
+
"introduced": "1.19.0",
|
|
2151
|
+
"description": "Pressed state of color.background.accent.red.subtler."
|
|
2152
|
+
},
|
|
2153
|
+
"value": "#DE350B",
|
|
2154
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2155
|
+
"isSource": true,
|
|
2156
|
+
"original": {
|
|
2157
|
+
"attributes": {
|
|
2158
|
+
"group": "paint",
|
|
2159
|
+
"state": "active",
|
|
2160
|
+
"introduced": "1.19.0",
|
|
2161
|
+
"description": "Pressed state of color.background.accent.red.subtler."
|
|
2162
|
+
},
|
|
2163
|
+
"value": "R400"
|
|
2164
|
+
},
|
|
2165
|
+
"name": "color.background.accent.red.subtler.pressed",
|
|
2166
|
+
"path": ["color", "background", "accent", "red", "subtler", "pressed"],
|
|
2167
|
+
"cleanName": "color.background.accent.red.subtler.pressed"
|
|
1904
2168
|
}, {
|
|
1905
2169
|
"attributes": {
|
|
1906
2170
|
"group": "paint",
|
|
@@ -1920,9 +2184,53 @@ var tokens = [{
|
|
|
1920
2184
|
},
|
|
1921
2185
|
"value": "R400"
|
|
1922
2186
|
},
|
|
1923
|
-
"name": "color.background.accent.red.subtle",
|
|
1924
|
-
"path": ["color", "background", "accent", "red", "subtle"],
|
|
2187
|
+
"name": "color.background.accent.red.subtle.[default]",
|
|
2188
|
+
"path": ["color", "background", "accent", "red", "subtle", "[default]"],
|
|
1925
2189
|
"cleanName": "color.background.accent.red.subtle"
|
|
2190
|
+
}, {
|
|
2191
|
+
"attributes": {
|
|
2192
|
+
"group": "paint",
|
|
2193
|
+
"state": "active",
|
|
2194
|
+
"introduced": "1.19.0",
|
|
2195
|
+
"description": "Hovered state of color.background.accent.red.subtle."
|
|
2196
|
+
},
|
|
2197
|
+
"value": "#FF5630",
|
|
2198
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2199
|
+
"isSource": true,
|
|
2200
|
+
"original": {
|
|
2201
|
+
"attributes": {
|
|
2202
|
+
"group": "paint",
|
|
2203
|
+
"state": "active",
|
|
2204
|
+
"introduced": "1.19.0",
|
|
2205
|
+
"description": "Hovered state of color.background.accent.red.subtle."
|
|
2206
|
+
},
|
|
2207
|
+
"value": "R300"
|
|
2208
|
+
},
|
|
2209
|
+
"name": "color.background.accent.red.subtle.hovered",
|
|
2210
|
+
"path": ["color", "background", "accent", "red", "subtle", "hovered"],
|
|
2211
|
+
"cleanName": "color.background.accent.red.subtle.hovered"
|
|
2212
|
+
}, {
|
|
2213
|
+
"attributes": {
|
|
2214
|
+
"group": "paint",
|
|
2215
|
+
"state": "active",
|
|
2216
|
+
"introduced": "1.19.0",
|
|
2217
|
+
"description": "Pressed state of color.background.accent.red.subtle."
|
|
2218
|
+
},
|
|
2219
|
+
"value": "#FF7452",
|
|
2220
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2221
|
+
"isSource": true,
|
|
2222
|
+
"original": {
|
|
2223
|
+
"attributes": {
|
|
2224
|
+
"group": "paint",
|
|
2225
|
+
"state": "active",
|
|
2226
|
+
"introduced": "1.19.0",
|
|
2227
|
+
"description": "Pressed state of color.background.accent.red.subtle."
|
|
2228
|
+
},
|
|
2229
|
+
"value": "R200"
|
|
2230
|
+
},
|
|
2231
|
+
"name": "color.background.accent.red.subtle.pressed",
|
|
2232
|
+
"path": ["color", "background", "accent", "red", "subtle", "pressed"],
|
|
2233
|
+
"cleanName": "color.background.accent.red.subtle.pressed"
|
|
1926
2234
|
}, {
|
|
1927
2235
|
"attributes": {
|
|
1928
2236
|
"group": "paint",
|
|
@@ -1942,9 +2250,53 @@ var tokens = [{
|
|
|
1942
2250
|
},
|
|
1943
2251
|
"value": "R400"
|
|
1944
2252
|
},
|
|
1945
|
-
"name": "color.background.accent.red.bolder",
|
|
1946
|
-
"path": ["color", "background", "accent", "red", "bolder"],
|
|
2253
|
+
"name": "color.background.accent.red.bolder.[default]",
|
|
2254
|
+
"path": ["color", "background", "accent", "red", "bolder", "[default]"],
|
|
1947
2255
|
"cleanName": "color.background.accent.red.bolder"
|
|
2256
|
+
}, {
|
|
2257
|
+
"attributes": {
|
|
2258
|
+
"group": "paint",
|
|
2259
|
+
"state": "active",
|
|
2260
|
+
"introduced": "1.19.0",
|
|
2261
|
+
"description": "Hovered state of color.background.accent.red.bolder."
|
|
2262
|
+
},
|
|
2263
|
+
"value": "#FF5630",
|
|
2264
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2265
|
+
"isSource": true,
|
|
2266
|
+
"original": {
|
|
2267
|
+
"attributes": {
|
|
2268
|
+
"group": "paint",
|
|
2269
|
+
"state": "active",
|
|
2270
|
+
"introduced": "1.19.0",
|
|
2271
|
+
"description": "Hovered state of color.background.accent.red.bolder."
|
|
2272
|
+
},
|
|
2273
|
+
"value": "R300"
|
|
2274
|
+
},
|
|
2275
|
+
"name": "color.background.accent.red.bolder.hovered",
|
|
2276
|
+
"path": ["color", "background", "accent", "red", "bolder", "hovered"],
|
|
2277
|
+
"cleanName": "color.background.accent.red.bolder.hovered"
|
|
2278
|
+
}, {
|
|
2279
|
+
"attributes": {
|
|
2280
|
+
"group": "paint",
|
|
2281
|
+
"state": "active",
|
|
2282
|
+
"introduced": "1.19.0",
|
|
2283
|
+
"description": "Pressed state of color.background.accent.red.bolder."
|
|
2284
|
+
},
|
|
2285
|
+
"value": "#FF7452",
|
|
2286
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2287
|
+
"isSource": true,
|
|
2288
|
+
"original": {
|
|
2289
|
+
"attributes": {
|
|
2290
|
+
"group": "paint",
|
|
2291
|
+
"state": "active",
|
|
2292
|
+
"introduced": "1.19.0",
|
|
2293
|
+
"description": "Pressed state of color.background.accent.red.bolder."
|
|
2294
|
+
},
|
|
2295
|
+
"value": "R200"
|
|
2296
|
+
},
|
|
2297
|
+
"name": "color.background.accent.red.bolder.pressed",
|
|
2298
|
+
"path": ["color", "background", "accent", "red", "bolder", "pressed"],
|
|
2299
|
+
"cleanName": "color.background.accent.red.bolder.pressed"
|
|
1948
2300
|
}, {
|
|
1949
2301
|
"attributes": {
|
|
1950
2302
|
"group": "paint",
|
|
@@ -1964,105 +2316,1513 @@ var tokens = [{
|
|
|
1964
2316
|
},
|
|
1965
2317
|
"value": "#F18D13"
|
|
1966
2318
|
},
|
|
1967
|
-
"name": "color.background.accent.orange.subtlest",
|
|
1968
|
-
"path": ["color", "background", "accent", "orange", "subtlest"],
|
|
2319
|
+
"name": "color.background.accent.orange.subtlest.[default]",
|
|
2320
|
+
"path": ["color", "background", "accent", "orange", "subtlest", "[default]"],
|
|
1969
2321
|
"cleanName": "color.background.accent.orange.subtlest"
|
|
1970
2322
|
}, {
|
|
1971
2323
|
"attributes": {
|
|
1972
2324
|
"group": "paint",
|
|
1973
2325
|
"state": "active",
|
|
1974
|
-
"introduced": "
|
|
1975
|
-
"description": "
|
|
2326
|
+
"introduced": "1.19.0",
|
|
2327
|
+
"description": "Hovered state of color.background.accent.orange.subtlest."
|
|
1976
2328
|
},
|
|
1977
|
-
"value": "#
|
|
2329
|
+
"value": "#FEC57B",
|
|
1978
2330
|
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
1979
2331
|
"isSource": true,
|
|
1980
2332
|
"original": {
|
|
1981
2333
|
"attributes": {
|
|
1982
2334
|
"group": "paint",
|
|
1983
2335
|
"state": "active",
|
|
1984
|
-
"introduced": "
|
|
1985
|
-
"description": "
|
|
2336
|
+
"introduced": "1.19.0",
|
|
2337
|
+
"description": "Hovered state of color.background.accent.orange.subtlest."
|
|
1986
2338
|
},
|
|
1987
|
-
"value": "#
|
|
2339
|
+
"value": "#FEC57B"
|
|
1988
2340
|
},
|
|
1989
|
-
"name": "color.background.accent.orange.
|
|
1990
|
-
"path": ["color", "background", "accent", "orange", "
|
|
1991
|
-
"cleanName": "color.background.accent.orange.
|
|
2341
|
+
"name": "color.background.accent.orange.subtlest.hovered",
|
|
2342
|
+
"path": ["color", "background", "accent", "orange", "subtlest", "hovered"],
|
|
2343
|
+
"cleanName": "color.background.accent.orange.subtlest.hovered"
|
|
1992
2344
|
}, {
|
|
1993
2345
|
"attributes": {
|
|
1994
2346
|
"group": "paint",
|
|
1995
2347
|
"state": "active",
|
|
1996
|
-
"introduced": "
|
|
1997
|
-
"description": "
|
|
2348
|
+
"introduced": "1.19.0",
|
|
2349
|
+
"description": "Pressed state of color.background.accent.orange.subtlest."
|
|
1998
2350
|
},
|
|
1999
|
-
"value": "#
|
|
2351
|
+
"value": "#FFE2BD",
|
|
2000
2352
|
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2001
2353
|
"isSource": true,
|
|
2002
2354
|
"original": {
|
|
2003
2355
|
"attributes": {
|
|
2004
2356
|
"group": "paint",
|
|
2005
2357
|
"state": "active",
|
|
2006
|
-
"introduced": "
|
|
2007
|
-
"description": "
|
|
2358
|
+
"introduced": "1.19.0",
|
|
2359
|
+
"description": "Pressed state of color.background.accent.orange.subtlest."
|
|
2360
|
+
},
|
|
2361
|
+
"value": "#FFE2BD"
|
|
2362
|
+
},
|
|
2363
|
+
"name": "color.background.accent.orange.subtlest.pressed",
|
|
2364
|
+
"path": ["color", "background", "accent", "orange", "subtlest", "pressed"],
|
|
2365
|
+
"cleanName": "color.background.accent.orange.subtlest.pressed"
|
|
2366
|
+
}, {
|
|
2367
|
+
"attributes": {
|
|
2368
|
+
"group": "paint",
|
|
2369
|
+
"state": "active",
|
|
2370
|
+
"introduced": "0.7.0",
|
|
2371
|
+
"description": "Use for orange backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2372
|
+
},
|
|
2373
|
+
"value": "#B65C02",
|
|
2374
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2375
|
+
"isSource": true,
|
|
2376
|
+
"original": {
|
|
2377
|
+
"attributes": {
|
|
2378
|
+
"group": "paint",
|
|
2379
|
+
"state": "active",
|
|
2380
|
+
"introduced": "0.7.0",
|
|
2381
|
+
"description": "Use for orange backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2382
|
+
},
|
|
2383
|
+
"value": "#B65C02"
|
|
2384
|
+
},
|
|
2385
|
+
"name": "color.background.accent.orange.subtler.[default]",
|
|
2386
|
+
"path": ["color", "background", "accent", "orange", "subtler", "[default]"],
|
|
2387
|
+
"cleanName": "color.background.accent.orange.subtler"
|
|
2388
|
+
}, {
|
|
2389
|
+
"attributes": {
|
|
2390
|
+
"group": "paint",
|
|
2391
|
+
"state": "active",
|
|
2392
|
+
"introduced": "1.19.0",
|
|
2393
|
+
"description": "Hovered state of color.background.accent.orange.subtler."
|
|
2394
|
+
},
|
|
2395
|
+
"value": "#F18D13",
|
|
2396
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2397
|
+
"isSource": true,
|
|
2398
|
+
"original": {
|
|
2399
|
+
"attributes": {
|
|
2400
|
+
"group": "paint",
|
|
2401
|
+
"state": "active",
|
|
2402
|
+
"introduced": "1.19.0",
|
|
2403
|
+
"description": "Hovered state of color.background.accent.orange.subtler."
|
|
2404
|
+
},
|
|
2405
|
+
"value": "#F18D13"
|
|
2406
|
+
},
|
|
2407
|
+
"name": "color.background.accent.orange.subtler.hovered",
|
|
2408
|
+
"path": ["color", "background", "accent", "orange", "subtler", "hovered"],
|
|
2409
|
+
"cleanName": "color.background.accent.orange.subtler.hovered"
|
|
2410
|
+
}, {
|
|
2411
|
+
"attributes": {
|
|
2412
|
+
"group": "paint",
|
|
2413
|
+
"state": "active",
|
|
2414
|
+
"introduced": "1.19.0",
|
|
2415
|
+
"description": "Pressed state of color.background.accent.orange.subtler."
|
|
2416
|
+
},
|
|
2417
|
+
"value": "#FEC57B",
|
|
2418
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2419
|
+
"isSource": true,
|
|
2420
|
+
"original": {
|
|
2421
|
+
"attributes": {
|
|
2422
|
+
"group": "paint",
|
|
2423
|
+
"state": "active",
|
|
2424
|
+
"introduced": "1.19.0",
|
|
2425
|
+
"description": "Pressed state of color.background.accent.orange.subtler."
|
|
2426
|
+
},
|
|
2427
|
+
"value": "#FEC57B"
|
|
2428
|
+
},
|
|
2429
|
+
"name": "color.background.accent.orange.subtler.pressed",
|
|
2430
|
+
"path": ["color", "background", "accent", "orange", "subtler", "pressed"],
|
|
2431
|
+
"cleanName": "color.background.accent.orange.subtler.pressed"
|
|
2432
|
+
}, {
|
|
2433
|
+
"attributes": {
|
|
2434
|
+
"group": "paint",
|
|
2435
|
+
"state": "active",
|
|
2436
|
+
"introduced": "0.7.0",
|
|
2437
|
+
"description": "Use for vibrant orange backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2438
|
+
},
|
|
2439
|
+
"value": "#5F3811",
|
|
2440
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2441
|
+
"isSource": true,
|
|
2442
|
+
"original": {
|
|
2443
|
+
"attributes": {
|
|
2444
|
+
"group": "paint",
|
|
2445
|
+
"state": "active",
|
|
2446
|
+
"introduced": "0.7.0",
|
|
2447
|
+
"description": "Use for vibrant orange backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2448
|
+
},
|
|
2449
|
+
"value": "#5F3811"
|
|
2450
|
+
},
|
|
2451
|
+
"name": "color.background.accent.orange.subtle.[default]",
|
|
2452
|
+
"path": ["color", "background", "accent", "orange", "subtle", "[default]"],
|
|
2453
|
+
"cleanName": "color.background.accent.orange.subtle"
|
|
2454
|
+
}, {
|
|
2455
|
+
"attributes": {
|
|
2456
|
+
"group": "paint",
|
|
2457
|
+
"state": "active",
|
|
2458
|
+
"introduced": "1.19.0",
|
|
2459
|
+
"description": "Hovered state of color.background.accent.orange.subtle."
|
|
2460
|
+
},
|
|
2461
|
+
"value": "#974F0C",
|
|
2462
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2463
|
+
"isSource": true,
|
|
2464
|
+
"original": {
|
|
2465
|
+
"attributes": {
|
|
2466
|
+
"group": "paint",
|
|
2467
|
+
"state": "active",
|
|
2468
|
+
"introduced": "1.19.0",
|
|
2469
|
+
"description": "Hovered state of color.background.accent.orange.subtle."
|
|
2470
|
+
},
|
|
2471
|
+
"value": "#974F0C"
|
|
2472
|
+
},
|
|
2473
|
+
"name": "color.background.accent.orange.subtle.hovered",
|
|
2474
|
+
"path": ["color", "background", "accent", "orange", "subtle", "hovered"],
|
|
2475
|
+
"cleanName": "color.background.accent.orange.subtle.hovered"
|
|
2476
|
+
}, {
|
|
2477
|
+
"attributes": {
|
|
2478
|
+
"group": "paint",
|
|
2479
|
+
"state": "active",
|
|
2480
|
+
"introduced": "1.19.0",
|
|
2481
|
+
"description": "Pressed state of color.background.accent.orange.subtle."
|
|
2482
|
+
},
|
|
2483
|
+
"value": "#B65C02",
|
|
2484
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2485
|
+
"isSource": true,
|
|
2486
|
+
"original": {
|
|
2487
|
+
"attributes": {
|
|
2488
|
+
"group": "paint",
|
|
2489
|
+
"state": "active",
|
|
2490
|
+
"introduced": "1.19.0",
|
|
2491
|
+
"description": "Pressed state of color.background.accent.orange.subtle."
|
|
2492
|
+
},
|
|
2493
|
+
"value": "#B65C02"
|
|
2494
|
+
},
|
|
2495
|
+
"name": "color.background.accent.orange.subtle.pressed",
|
|
2496
|
+
"path": ["color", "background", "accent", "orange", "subtle", "pressed"],
|
|
2497
|
+
"cleanName": "color.background.accent.orange.subtle.pressed"
|
|
2498
|
+
}, {
|
|
2499
|
+
"attributes": {
|
|
2500
|
+
"group": "paint",
|
|
2501
|
+
"state": "active",
|
|
2502
|
+
"introduced": "0.7.0",
|
|
2503
|
+
"description": "Use for orange backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
2504
|
+
},
|
|
2505
|
+
"value": "#43290F",
|
|
2506
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2507
|
+
"isSource": true,
|
|
2508
|
+
"original": {
|
|
2509
|
+
"attributes": {
|
|
2510
|
+
"group": "paint",
|
|
2511
|
+
"state": "active",
|
|
2512
|
+
"introduced": "0.7.0",
|
|
2513
|
+
"description": "Use for orange backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
2514
|
+
},
|
|
2515
|
+
"value": "#43290F"
|
|
2516
|
+
},
|
|
2517
|
+
"name": "color.background.accent.orange.bolder.[default]",
|
|
2518
|
+
"path": ["color", "background", "accent", "orange", "bolder", "[default]"],
|
|
2519
|
+
"cleanName": "color.background.accent.orange.bolder"
|
|
2520
|
+
}, {
|
|
2521
|
+
"attributes": {
|
|
2522
|
+
"group": "paint",
|
|
2523
|
+
"state": "active",
|
|
2524
|
+
"introduced": "1.19.0",
|
|
2525
|
+
"description": "Hovered state of color.background.accent.orange.bolder."
|
|
2526
|
+
},
|
|
2527
|
+
"value": "#5F3811",
|
|
2528
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2529
|
+
"isSource": true,
|
|
2530
|
+
"original": {
|
|
2531
|
+
"attributes": {
|
|
2532
|
+
"group": "paint",
|
|
2533
|
+
"state": "active",
|
|
2534
|
+
"introduced": "1.19.0",
|
|
2535
|
+
"description": "Hovered state of color.background.accent.orange.bolder."
|
|
2536
|
+
},
|
|
2537
|
+
"value": "#5F3811"
|
|
2538
|
+
},
|
|
2539
|
+
"name": "color.background.accent.orange.bolder.hovered",
|
|
2540
|
+
"path": ["color", "background", "accent", "orange", "bolder", "hovered"],
|
|
2541
|
+
"cleanName": "color.background.accent.orange.bolder.hovered"
|
|
2542
|
+
}, {
|
|
2543
|
+
"attributes": {
|
|
2544
|
+
"group": "paint",
|
|
2545
|
+
"state": "active",
|
|
2546
|
+
"introduced": "1.19.0",
|
|
2547
|
+
"description": "Pressed state of color.background.accent.orange.bolder."
|
|
2548
|
+
},
|
|
2549
|
+
"value": "#974F0C",
|
|
2550
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2551
|
+
"isSource": true,
|
|
2552
|
+
"original": {
|
|
2553
|
+
"attributes": {
|
|
2554
|
+
"group": "paint",
|
|
2555
|
+
"state": "active",
|
|
2556
|
+
"introduced": "1.19.0",
|
|
2557
|
+
"description": "Pressed state of color.background.accent.orange.bolder."
|
|
2558
|
+
},
|
|
2559
|
+
"value": "#974F0C"
|
|
2560
|
+
},
|
|
2561
|
+
"name": "color.background.accent.orange.bolder.pressed",
|
|
2562
|
+
"path": ["color", "background", "accent", "orange", "bolder", "pressed"],
|
|
2563
|
+
"cleanName": "color.background.accent.orange.bolder.pressed"
|
|
2564
|
+
}, {
|
|
2565
|
+
"attributes": {
|
|
2566
|
+
"group": "paint",
|
|
2567
|
+
"state": "active",
|
|
2568
|
+
"introduced": "0.7.0",
|
|
2569
|
+
"description": "Use for yellow backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
2570
|
+
},
|
|
2571
|
+
"value": "#FFE380",
|
|
2572
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2573
|
+
"isSource": true,
|
|
2574
|
+
"original": {
|
|
2575
|
+
"attributes": {
|
|
2576
|
+
"group": "paint",
|
|
2577
|
+
"state": "active",
|
|
2578
|
+
"introduced": "0.7.0",
|
|
2579
|
+
"description": "Use for yellow backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
2580
|
+
},
|
|
2581
|
+
"value": "Y100"
|
|
2582
|
+
},
|
|
2583
|
+
"name": "color.background.accent.yellow.subtlest.[default]",
|
|
2584
|
+
"path": ["color", "background", "accent", "yellow", "subtlest", "[default]"],
|
|
2585
|
+
"cleanName": "color.background.accent.yellow.subtlest"
|
|
2586
|
+
}, {
|
|
2587
|
+
"attributes": {
|
|
2588
|
+
"group": "paint",
|
|
2589
|
+
"state": "active",
|
|
2590
|
+
"introduced": "1.19.0",
|
|
2591
|
+
"description": "Hovered state of color.background.accent.yellow.subtlest."
|
|
2592
|
+
},
|
|
2593
|
+
"value": "#FFC400",
|
|
2594
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2595
|
+
"isSource": true,
|
|
2596
|
+
"original": {
|
|
2597
|
+
"attributes": {
|
|
2598
|
+
"group": "paint",
|
|
2599
|
+
"state": "active",
|
|
2600
|
+
"introduced": "1.19.0",
|
|
2601
|
+
"description": "Hovered state of color.background.accent.yellow.subtlest."
|
|
2602
|
+
},
|
|
2603
|
+
"value": "Y200"
|
|
2604
|
+
},
|
|
2605
|
+
"name": "color.background.accent.yellow.subtlest.hovered",
|
|
2606
|
+
"path": ["color", "background", "accent", "yellow", "subtlest", "hovered"],
|
|
2607
|
+
"cleanName": "color.background.accent.yellow.subtlest.hovered"
|
|
2608
|
+
}, {
|
|
2609
|
+
"attributes": {
|
|
2610
|
+
"group": "paint",
|
|
2611
|
+
"state": "active",
|
|
2612
|
+
"introduced": "1.19.0",
|
|
2613
|
+
"description": "Pressed state of color.background.accent.yellow.subtlest."
|
|
2614
|
+
},
|
|
2615
|
+
"value": "#FFAB00",
|
|
2616
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2617
|
+
"isSource": true,
|
|
2618
|
+
"original": {
|
|
2619
|
+
"attributes": {
|
|
2620
|
+
"group": "paint",
|
|
2621
|
+
"state": "active",
|
|
2622
|
+
"introduced": "1.19.0",
|
|
2623
|
+
"description": "Pressed state of color.background.accent.yellow.subtlest."
|
|
2624
|
+
},
|
|
2625
|
+
"value": "Y300"
|
|
2626
|
+
},
|
|
2627
|
+
"name": "color.background.accent.yellow.subtlest.pressed",
|
|
2628
|
+
"path": ["color", "background", "accent", "yellow", "subtlest", "pressed"],
|
|
2629
|
+
"cleanName": "color.background.accent.yellow.subtlest.pressed"
|
|
2630
|
+
}, {
|
|
2631
|
+
"attributes": {
|
|
2632
|
+
"group": "paint",
|
|
2633
|
+
"state": "active",
|
|
2634
|
+
"introduced": "0.7.0",
|
|
2635
|
+
"description": "Use for yellow backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2636
|
+
},
|
|
2637
|
+
"value": "#FFC400",
|
|
2638
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2639
|
+
"isSource": true,
|
|
2640
|
+
"original": {
|
|
2641
|
+
"attributes": {
|
|
2642
|
+
"group": "paint",
|
|
2643
|
+
"state": "active",
|
|
2644
|
+
"introduced": "0.7.0",
|
|
2645
|
+
"description": "Use for yellow backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2646
|
+
},
|
|
2647
|
+
"value": "Y200"
|
|
2648
|
+
},
|
|
2649
|
+
"name": "color.background.accent.yellow.subtler.[default]",
|
|
2650
|
+
"path": ["color", "background", "accent", "yellow", "subtler", "[default]"],
|
|
2651
|
+
"cleanName": "color.background.accent.yellow.subtler"
|
|
2652
|
+
}, {
|
|
2653
|
+
"attributes": {
|
|
2654
|
+
"group": "paint",
|
|
2655
|
+
"state": "active",
|
|
2656
|
+
"introduced": "1.19.0",
|
|
2657
|
+
"description": "Hovered state of color.background.accent.yellow.subtler."
|
|
2658
|
+
},
|
|
2659
|
+
"value": "#FFAB00",
|
|
2660
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2661
|
+
"isSource": true,
|
|
2662
|
+
"original": {
|
|
2663
|
+
"attributes": {
|
|
2664
|
+
"group": "paint",
|
|
2665
|
+
"state": "active",
|
|
2666
|
+
"introduced": "1.19.0",
|
|
2667
|
+
"description": "Hovered state of color.background.accent.yellow.subtler."
|
|
2668
|
+
},
|
|
2669
|
+
"value": "Y300"
|
|
2670
|
+
},
|
|
2671
|
+
"name": "color.background.accent.yellow.subtler.hovered",
|
|
2672
|
+
"path": ["color", "background", "accent", "yellow", "subtler", "hovered"],
|
|
2673
|
+
"cleanName": "color.background.accent.yellow.subtler.hovered"
|
|
2674
|
+
}, {
|
|
2675
|
+
"attributes": {
|
|
2676
|
+
"group": "paint",
|
|
2677
|
+
"state": "active",
|
|
2678
|
+
"introduced": "1.19.0",
|
|
2679
|
+
"description": "Pressed state of color.background.accent.yellow.subtler."
|
|
2680
|
+
},
|
|
2681
|
+
"value": "#FF991F",
|
|
2682
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2683
|
+
"isSource": true,
|
|
2684
|
+
"original": {
|
|
2685
|
+
"attributes": {
|
|
2686
|
+
"group": "paint",
|
|
2687
|
+
"state": "active",
|
|
2688
|
+
"introduced": "1.19.0",
|
|
2689
|
+
"description": "Pressed state of color.background.accent.yellow.subtler."
|
|
2690
|
+
},
|
|
2691
|
+
"value": "Y400"
|
|
2692
|
+
},
|
|
2693
|
+
"name": "color.background.accent.yellow.subtler.pressed",
|
|
2694
|
+
"path": ["color", "background", "accent", "yellow", "subtler", "pressed"],
|
|
2695
|
+
"cleanName": "color.background.accent.yellow.subtler.pressed"
|
|
2696
|
+
}, {
|
|
2697
|
+
"attributes": {
|
|
2698
|
+
"group": "paint",
|
|
2699
|
+
"state": "active",
|
|
2700
|
+
"introduced": "0.7.0",
|
|
2701
|
+
"description": "Use for vibrant yellow backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2702
|
+
},
|
|
2703
|
+
"value": "#FF991F",
|
|
2704
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2705
|
+
"isSource": true,
|
|
2706
|
+
"original": {
|
|
2707
|
+
"attributes": {
|
|
2708
|
+
"group": "paint",
|
|
2709
|
+
"state": "active",
|
|
2710
|
+
"introduced": "0.7.0",
|
|
2711
|
+
"description": "Use for vibrant yellow backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2712
|
+
},
|
|
2713
|
+
"value": "Y400"
|
|
2714
|
+
},
|
|
2715
|
+
"name": "color.background.accent.yellow.subtle.[default]",
|
|
2716
|
+
"path": ["color", "background", "accent", "yellow", "subtle", "[default]"],
|
|
2717
|
+
"cleanName": "color.background.accent.yellow.subtle"
|
|
2718
|
+
}, {
|
|
2719
|
+
"attributes": {
|
|
2720
|
+
"group": "paint",
|
|
2721
|
+
"state": "active",
|
|
2722
|
+
"introduced": "1.19.0",
|
|
2723
|
+
"description": "Hovered state of color.background.accent.yellow.subtle."
|
|
2724
|
+
},
|
|
2725
|
+
"value": "#FFAB00",
|
|
2726
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2727
|
+
"isSource": true,
|
|
2728
|
+
"original": {
|
|
2729
|
+
"attributes": {
|
|
2730
|
+
"group": "paint",
|
|
2731
|
+
"state": "active",
|
|
2732
|
+
"introduced": "1.19.0",
|
|
2733
|
+
"description": "Hovered state of color.background.accent.yellow.subtle."
|
|
2734
|
+
},
|
|
2735
|
+
"value": "Y300"
|
|
2736
|
+
},
|
|
2737
|
+
"name": "color.background.accent.yellow.subtle.hovered",
|
|
2738
|
+
"path": ["color", "background", "accent", "yellow", "subtle", "hovered"],
|
|
2739
|
+
"cleanName": "color.background.accent.yellow.subtle.hovered"
|
|
2740
|
+
}, {
|
|
2741
|
+
"attributes": {
|
|
2742
|
+
"group": "paint",
|
|
2743
|
+
"state": "active",
|
|
2744
|
+
"introduced": "1.19.0",
|
|
2745
|
+
"description": "Pressed state of color.background.accent.yellow.subtle."
|
|
2746
|
+
},
|
|
2747
|
+
"value": "#FFC400",
|
|
2748
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2749
|
+
"isSource": true,
|
|
2750
|
+
"original": {
|
|
2751
|
+
"attributes": {
|
|
2752
|
+
"group": "paint",
|
|
2753
|
+
"state": "active",
|
|
2754
|
+
"introduced": "1.19.0",
|
|
2755
|
+
"description": "Pressed state of color.background.accent.yellow.subtle."
|
|
2756
|
+
},
|
|
2757
|
+
"value": "Y200"
|
|
2758
|
+
},
|
|
2759
|
+
"name": "color.background.accent.yellow.subtle.pressed",
|
|
2760
|
+
"path": ["color", "background", "accent", "yellow", "subtle", "pressed"],
|
|
2761
|
+
"cleanName": "color.background.accent.yellow.subtle.pressed"
|
|
2762
|
+
}, {
|
|
2763
|
+
"attributes": {
|
|
2764
|
+
"group": "paint",
|
|
2765
|
+
"state": "active",
|
|
2766
|
+
"introduced": "0.7.0",
|
|
2767
|
+
"description": "Use for yellow backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
2768
|
+
},
|
|
2769
|
+
"value": "#FF991F",
|
|
2770
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2771
|
+
"isSource": true,
|
|
2772
|
+
"original": {
|
|
2773
|
+
"attributes": {
|
|
2774
|
+
"group": "paint",
|
|
2775
|
+
"state": "active",
|
|
2776
|
+
"introduced": "0.7.0",
|
|
2777
|
+
"description": "Use for yellow backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
2778
|
+
},
|
|
2779
|
+
"value": "Y400"
|
|
2780
|
+
},
|
|
2781
|
+
"name": "color.background.accent.yellow.bolder.[default]",
|
|
2782
|
+
"path": ["color", "background", "accent", "yellow", "bolder", "[default]"],
|
|
2783
|
+
"cleanName": "color.background.accent.yellow.bolder"
|
|
2784
|
+
}, {
|
|
2785
|
+
"attributes": {
|
|
2786
|
+
"group": "paint",
|
|
2787
|
+
"state": "active",
|
|
2788
|
+
"introduced": "1.19.0",
|
|
2789
|
+
"description": "Hovered state of color.background.accent.yellow.bolder."
|
|
2790
|
+
},
|
|
2791
|
+
"value": "#FFAB00",
|
|
2792
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2793
|
+
"isSource": true,
|
|
2794
|
+
"original": {
|
|
2795
|
+
"attributes": {
|
|
2796
|
+
"group": "paint",
|
|
2797
|
+
"state": "active",
|
|
2798
|
+
"introduced": "1.19.0",
|
|
2799
|
+
"description": "Hovered state of color.background.accent.yellow.bolder."
|
|
2800
|
+
},
|
|
2801
|
+
"value": "Y300"
|
|
2802
|
+
},
|
|
2803
|
+
"name": "color.background.accent.yellow.bolder.hovered",
|
|
2804
|
+
"path": ["color", "background", "accent", "yellow", "bolder", "hovered"],
|
|
2805
|
+
"cleanName": "color.background.accent.yellow.bolder.hovered"
|
|
2806
|
+
}, {
|
|
2807
|
+
"attributes": {
|
|
2808
|
+
"group": "paint",
|
|
2809
|
+
"state": "active",
|
|
2810
|
+
"introduced": "1.19.0",
|
|
2811
|
+
"description": "Pressed state of color.background.accent.yellow.bolder."
|
|
2812
|
+
},
|
|
2813
|
+
"value": "#FFC400",
|
|
2814
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2815
|
+
"isSource": true,
|
|
2816
|
+
"original": {
|
|
2817
|
+
"attributes": {
|
|
2818
|
+
"group": "paint",
|
|
2819
|
+
"state": "active",
|
|
2820
|
+
"introduced": "1.19.0",
|
|
2821
|
+
"description": "Pressed state of color.background.accent.yellow.bolder."
|
|
2822
|
+
},
|
|
2823
|
+
"value": "Y200"
|
|
2824
|
+
},
|
|
2825
|
+
"name": "color.background.accent.yellow.bolder.pressed",
|
|
2826
|
+
"path": ["color", "background", "accent", "yellow", "bolder", "pressed"],
|
|
2827
|
+
"cleanName": "color.background.accent.yellow.bolder.pressed"
|
|
2828
|
+
}, {
|
|
2829
|
+
"attributes": {
|
|
2830
|
+
"group": "paint",
|
|
2831
|
+
"state": "active",
|
|
2832
|
+
"introduced": "0.7.0",
|
|
2833
|
+
"description": "Use for green backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
2834
|
+
},
|
|
2835
|
+
"value": "#79F2C0",
|
|
2836
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2837
|
+
"isSource": true,
|
|
2838
|
+
"original": {
|
|
2839
|
+
"attributes": {
|
|
2840
|
+
"group": "paint",
|
|
2841
|
+
"state": "active",
|
|
2842
|
+
"introduced": "0.7.0",
|
|
2843
|
+
"description": "Use for green backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
2844
|
+
},
|
|
2845
|
+
"value": "G100"
|
|
2846
|
+
},
|
|
2847
|
+
"name": "color.background.accent.green.subtlest.[default]",
|
|
2848
|
+
"path": ["color", "background", "accent", "green", "subtlest", "[default]"],
|
|
2849
|
+
"cleanName": "color.background.accent.green.subtlest"
|
|
2850
|
+
}, {
|
|
2851
|
+
"attributes": {
|
|
2852
|
+
"group": "paint",
|
|
2853
|
+
"state": "active",
|
|
2854
|
+
"introduced": "1.19.0",
|
|
2855
|
+
"description": "Hovered state of color.background.accent.green.subtlest."
|
|
2856
|
+
},
|
|
2857
|
+
"value": "#57D9A3",
|
|
2858
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2859
|
+
"isSource": true,
|
|
2860
|
+
"original": {
|
|
2861
|
+
"attributes": {
|
|
2862
|
+
"group": "paint",
|
|
2863
|
+
"state": "active",
|
|
2864
|
+
"introduced": "1.19.0",
|
|
2865
|
+
"description": "Hovered state of color.background.accent.green.subtlest."
|
|
2866
|
+
},
|
|
2867
|
+
"value": "G200"
|
|
2868
|
+
},
|
|
2869
|
+
"name": "color.background.accent.green.subtlest.hovered",
|
|
2870
|
+
"path": ["color", "background", "accent", "green", "subtlest", "hovered"],
|
|
2871
|
+
"cleanName": "color.background.accent.green.subtlest.hovered"
|
|
2872
|
+
}, {
|
|
2873
|
+
"attributes": {
|
|
2874
|
+
"group": "paint",
|
|
2875
|
+
"state": "active",
|
|
2876
|
+
"introduced": "1.19.0",
|
|
2877
|
+
"description": "Pressed state of color.background.accent.green.subtlest."
|
|
2878
|
+
},
|
|
2879
|
+
"value": "#36B37E",
|
|
2880
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2881
|
+
"isSource": true,
|
|
2882
|
+
"original": {
|
|
2883
|
+
"attributes": {
|
|
2884
|
+
"group": "paint",
|
|
2885
|
+
"state": "active",
|
|
2886
|
+
"introduced": "1.19.0",
|
|
2887
|
+
"description": "Pressed state of color.background.accent.green.subtlest."
|
|
2888
|
+
},
|
|
2889
|
+
"value": "G300"
|
|
2890
|
+
},
|
|
2891
|
+
"name": "color.background.accent.green.subtlest.pressed",
|
|
2892
|
+
"path": ["color", "background", "accent", "green", "subtlest", "pressed"],
|
|
2893
|
+
"cleanName": "color.background.accent.green.subtlest.pressed"
|
|
2894
|
+
}, {
|
|
2895
|
+
"attributes": {
|
|
2896
|
+
"group": "paint",
|
|
2897
|
+
"state": "active",
|
|
2898
|
+
"introduced": "0.7.0",
|
|
2899
|
+
"description": "Use for green backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2900
|
+
},
|
|
2901
|
+
"value": "#57D9A3",
|
|
2902
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2903
|
+
"isSource": true,
|
|
2904
|
+
"original": {
|
|
2905
|
+
"attributes": {
|
|
2906
|
+
"group": "paint",
|
|
2907
|
+
"state": "active",
|
|
2908
|
+
"introduced": "0.7.0",
|
|
2909
|
+
"description": "Use for green backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2910
|
+
},
|
|
2911
|
+
"value": "G200"
|
|
2912
|
+
},
|
|
2913
|
+
"name": "color.background.accent.green.subtler.[default]",
|
|
2914
|
+
"path": ["color", "background", "accent", "green", "subtler", "[default]"],
|
|
2915
|
+
"cleanName": "color.background.accent.green.subtler"
|
|
2916
|
+
}, {
|
|
2917
|
+
"attributes": {
|
|
2918
|
+
"group": "paint",
|
|
2919
|
+
"state": "active",
|
|
2920
|
+
"introduced": "1.19.0",
|
|
2921
|
+
"description": "Hovered state of color.background.accent.green.subtler."
|
|
2922
|
+
},
|
|
2923
|
+
"value": "#36B37E",
|
|
2924
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2925
|
+
"isSource": true,
|
|
2926
|
+
"original": {
|
|
2927
|
+
"attributes": {
|
|
2928
|
+
"group": "paint",
|
|
2929
|
+
"state": "active",
|
|
2930
|
+
"introduced": "1.19.0",
|
|
2931
|
+
"description": "Hovered state of color.background.accent.green.subtler."
|
|
2932
|
+
},
|
|
2933
|
+
"value": "G300"
|
|
2934
|
+
},
|
|
2935
|
+
"name": "color.background.accent.green.subtler.hovered",
|
|
2936
|
+
"path": ["color", "background", "accent", "green", "subtler", "hovered"],
|
|
2937
|
+
"cleanName": "color.background.accent.green.subtler.hovered"
|
|
2938
|
+
}, {
|
|
2939
|
+
"attributes": {
|
|
2940
|
+
"group": "paint",
|
|
2941
|
+
"state": "active",
|
|
2942
|
+
"introduced": "1.19.0",
|
|
2943
|
+
"description": "Pressed state of color.background.accent.green.subtler."
|
|
2944
|
+
},
|
|
2945
|
+
"value": "#00875A",
|
|
2946
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2947
|
+
"isSource": true,
|
|
2948
|
+
"original": {
|
|
2949
|
+
"attributes": {
|
|
2950
|
+
"group": "paint",
|
|
2951
|
+
"state": "active",
|
|
2952
|
+
"introduced": "1.19.0",
|
|
2953
|
+
"description": "Pressed state of color.background.accent.green.subtler."
|
|
2954
|
+
},
|
|
2955
|
+
"value": "G400"
|
|
2956
|
+
},
|
|
2957
|
+
"name": "color.background.accent.green.subtler.pressed",
|
|
2958
|
+
"path": ["color", "background", "accent", "green", "subtler", "pressed"],
|
|
2959
|
+
"cleanName": "color.background.accent.green.subtler.pressed"
|
|
2960
|
+
}, {
|
|
2961
|
+
"attributes": {
|
|
2962
|
+
"group": "paint",
|
|
2963
|
+
"state": "active",
|
|
2964
|
+
"introduced": "0.7.0",
|
|
2965
|
+
"description": "Use for vibrant green backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2966
|
+
},
|
|
2967
|
+
"value": "#00875A",
|
|
2968
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2969
|
+
"isSource": true,
|
|
2970
|
+
"original": {
|
|
2971
|
+
"attributes": {
|
|
2972
|
+
"group": "paint",
|
|
2973
|
+
"state": "active",
|
|
2974
|
+
"introduced": "0.7.0",
|
|
2975
|
+
"description": "Use for vibrant green backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2976
|
+
},
|
|
2977
|
+
"value": "G400"
|
|
2978
|
+
},
|
|
2979
|
+
"name": "color.background.accent.green.subtle.[default]",
|
|
2980
|
+
"path": ["color", "background", "accent", "green", "subtle", "[default]"],
|
|
2981
|
+
"cleanName": "color.background.accent.green.subtle"
|
|
2982
|
+
}, {
|
|
2983
|
+
"attributes": {
|
|
2984
|
+
"group": "paint",
|
|
2985
|
+
"state": "active",
|
|
2986
|
+
"introduced": "1.19.0",
|
|
2987
|
+
"description": "Hovered state of color.background.accent.green.subtle."
|
|
2988
|
+
},
|
|
2989
|
+
"value": "#36B37E",
|
|
2990
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2991
|
+
"isSource": true,
|
|
2992
|
+
"original": {
|
|
2993
|
+
"attributes": {
|
|
2994
|
+
"group": "paint",
|
|
2995
|
+
"state": "active",
|
|
2996
|
+
"introduced": "1.19.0",
|
|
2997
|
+
"description": "Hovered state of color.background.accent.green.subtle."
|
|
2998
|
+
},
|
|
2999
|
+
"value": "G300"
|
|
3000
|
+
},
|
|
3001
|
+
"name": "color.background.accent.green.subtle.hovered",
|
|
3002
|
+
"path": ["color", "background", "accent", "green", "subtle", "hovered"],
|
|
3003
|
+
"cleanName": "color.background.accent.green.subtle.hovered"
|
|
3004
|
+
}, {
|
|
3005
|
+
"attributes": {
|
|
3006
|
+
"group": "paint",
|
|
3007
|
+
"state": "active",
|
|
3008
|
+
"introduced": "1.19.0",
|
|
3009
|
+
"description": "Pressed state of color.background.accent.green.subtle."
|
|
3010
|
+
},
|
|
3011
|
+
"value": "#57D9A3",
|
|
3012
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
3013
|
+
"isSource": true,
|
|
3014
|
+
"original": {
|
|
3015
|
+
"attributes": {
|
|
3016
|
+
"group": "paint",
|
|
3017
|
+
"state": "active",
|
|
3018
|
+
"introduced": "1.19.0",
|
|
3019
|
+
"description": "Pressed state of color.background.accent.green.subtle."
|
|
3020
|
+
},
|
|
3021
|
+
"value": "G200"
|
|
3022
|
+
},
|
|
3023
|
+
"name": "color.background.accent.green.subtle.pressed",
|
|
3024
|
+
"path": ["color", "background", "accent", "green", "subtle", "pressed"],
|
|
3025
|
+
"cleanName": "color.background.accent.green.subtle.pressed"
|
|
3026
|
+
}, {
|
|
3027
|
+
"attributes": {
|
|
3028
|
+
"group": "paint",
|
|
3029
|
+
"state": "active",
|
|
3030
|
+
"introduced": "0.7.0",
|
|
3031
|
+
"description": "Use for green backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
3032
|
+
},
|
|
3033
|
+
"value": "#00875A",
|
|
3034
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
3035
|
+
"isSource": true,
|
|
3036
|
+
"original": {
|
|
3037
|
+
"attributes": {
|
|
3038
|
+
"group": "paint",
|
|
3039
|
+
"state": "active",
|
|
3040
|
+
"introduced": "0.7.0",
|
|
3041
|
+
"description": "Use for green backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
3042
|
+
},
|
|
3043
|
+
"value": "G400"
|
|
3044
|
+
},
|
|
3045
|
+
"name": "color.background.accent.green.bolder.[default]",
|
|
3046
|
+
"path": ["color", "background", "accent", "green", "bolder", "[default]"],
|
|
3047
|
+
"cleanName": "color.background.accent.green.bolder"
|
|
3048
|
+
}, {
|
|
3049
|
+
"attributes": {
|
|
3050
|
+
"group": "paint",
|
|
3051
|
+
"state": "active",
|
|
3052
|
+
"introduced": "1.19.0",
|
|
3053
|
+
"description": "Hovered state of color.background.accent.green.bolder."
|
|
3054
|
+
},
|
|
3055
|
+
"value": "#36B37E",
|
|
3056
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
3057
|
+
"isSource": true,
|
|
3058
|
+
"original": {
|
|
3059
|
+
"attributes": {
|
|
3060
|
+
"group": "paint",
|
|
3061
|
+
"state": "active",
|
|
3062
|
+
"introduced": "1.19.0",
|
|
3063
|
+
"description": "Hovered state of color.background.accent.green.bolder."
|
|
3064
|
+
},
|
|
3065
|
+
"value": "G300"
|
|
3066
|
+
},
|
|
3067
|
+
"name": "color.background.accent.green.bolder.hovered",
|
|
3068
|
+
"path": ["color", "background", "accent", "green", "bolder", "hovered"],
|
|
3069
|
+
"cleanName": "color.background.accent.green.bolder.hovered"
|
|
3070
|
+
}, {
|
|
3071
|
+
"attributes": {
|
|
3072
|
+
"group": "paint",
|
|
3073
|
+
"state": "active",
|
|
3074
|
+
"introduced": "1.19.0",
|
|
3075
|
+
"description": "Pressed state of color.background.accent.green.bolder."
|
|
3076
|
+
},
|
|
3077
|
+
"value": "#57D9A3",
|
|
3078
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
3079
|
+
"isSource": true,
|
|
3080
|
+
"original": {
|
|
3081
|
+
"attributes": {
|
|
3082
|
+
"group": "paint",
|
|
3083
|
+
"state": "active",
|
|
3084
|
+
"introduced": "1.19.0",
|
|
3085
|
+
"description": "Pressed state of color.background.accent.green.bolder."
|
|
3086
|
+
},
|
|
3087
|
+
"value": "G200"
|
|
3088
|
+
},
|
|
3089
|
+
"name": "color.background.accent.green.bolder.pressed",
|
|
3090
|
+
"path": ["color", "background", "accent", "green", "bolder", "pressed"],
|
|
3091
|
+
"cleanName": "color.background.accent.green.bolder.pressed"
|
|
3092
|
+
}, {
|
|
3093
|
+
"attributes": {
|
|
3094
|
+
"group": "paint",
|
|
3095
|
+
"state": "active",
|
|
3096
|
+
"introduced": "0.7.0",
|
|
3097
|
+
"description": "Use for teal backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
3098
|
+
},
|
|
3099
|
+
"value": "#79E2F2",
|
|
3100
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
3101
|
+
"isSource": true,
|
|
3102
|
+
"original": {
|
|
3103
|
+
"attributes": {
|
|
3104
|
+
"group": "paint",
|
|
3105
|
+
"state": "active",
|
|
3106
|
+
"introduced": "0.7.0",
|
|
3107
|
+
"description": "Use for teal backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
3108
|
+
},
|
|
3109
|
+
"value": "T100"
|
|
3110
|
+
},
|
|
3111
|
+
"name": "color.background.accent.teal.subtlest.[default]",
|
|
3112
|
+
"path": ["color", "background", "accent", "teal", "subtlest", "[default]"],
|
|
3113
|
+
"cleanName": "color.background.accent.teal.subtlest"
|
|
3114
|
+
}, {
|
|
3115
|
+
"attributes": {
|
|
3116
|
+
"group": "paint",
|
|
3117
|
+
"state": "active",
|
|
3118
|
+
"introduced": "1.19.0",
|
|
3119
|
+
"description": "Hovered state of color.background.accent.teal.subtlest."
|
|
3120
|
+
},
|
|
3121
|
+
"value": "#00C7E6",
|
|
3122
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
3123
|
+
"isSource": true,
|
|
3124
|
+
"original": {
|
|
3125
|
+
"attributes": {
|
|
3126
|
+
"group": "paint",
|
|
3127
|
+
"state": "active",
|
|
3128
|
+
"introduced": "1.19.0",
|
|
3129
|
+
"description": "Hovered state of color.background.accent.teal.subtlest."
|
|
3130
|
+
},
|
|
3131
|
+
"value": "T200"
|
|
3132
|
+
},
|
|
3133
|
+
"name": "color.background.accent.teal.subtlest.hovered",
|
|
3134
|
+
"path": ["color", "background", "accent", "teal", "subtlest", "hovered"],
|
|
3135
|
+
"cleanName": "color.background.accent.teal.subtlest.hovered"
|
|
3136
|
+
}, {
|
|
3137
|
+
"attributes": {
|
|
3138
|
+
"group": "paint",
|
|
3139
|
+
"state": "active",
|
|
3140
|
+
"introduced": "1.19.0",
|
|
3141
|
+
"description": "Pressed state of color.background.accent.teal.subtlest."
|
|
3142
|
+
},
|
|
3143
|
+
"value": "#00B8D9",
|
|
3144
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
3145
|
+
"isSource": true,
|
|
3146
|
+
"original": {
|
|
3147
|
+
"attributes": {
|
|
3148
|
+
"group": "paint",
|
|
3149
|
+
"state": "active",
|
|
3150
|
+
"introduced": "1.19.0",
|
|
3151
|
+
"description": "Pressed state of color.background.accent.teal.subtlest."
|
|
3152
|
+
},
|
|
3153
|
+
"value": "T300"
|
|
3154
|
+
},
|
|
3155
|
+
"name": "color.background.accent.teal.subtlest.pressed",
|
|
3156
|
+
"path": ["color", "background", "accent", "teal", "subtlest", "pressed"],
|
|
3157
|
+
"cleanName": "color.background.accent.teal.subtlest.pressed"
|
|
3158
|
+
}, {
|
|
3159
|
+
"attributes": {
|
|
3160
|
+
"group": "paint",
|
|
3161
|
+
"state": "active",
|
|
3162
|
+
"introduced": "0.7.0",
|
|
3163
|
+
"description": "Use for teal backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
3164
|
+
},
|
|
3165
|
+
"value": "#00C7E6",
|
|
3166
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
3167
|
+
"isSource": true,
|
|
3168
|
+
"original": {
|
|
3169
|
+
"attributes": {
|
|
3170
|
+
"group": "paint",
|
|
3171
|
+
"state": "active",
|
|
3172
|
+
"introduced": "0.7.0",
|
|
3173
|
+
"description": "Use for teal backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
3174
|
+
},
|
|
3175
|
+
"value": "T200"
|
|
3176
|
+
},
|
|
3177
|
+
"name": "color.background.accent.teal.subtler.[default]",
|
|
3178
|
+
"path": ["color", "background", "accent", "teal", "subtler", "[default]"],
|
|
3179
|
+
"cleanName": "color.background.accent.teal.subtler"
|
|
3180
|
+
}, {
|
|
3181
|
+
"attributes": {
|
|
3182
|
+
"group": "paint",
|
|
3183
|
+
"state": "active",
|
|
3184
|
+
"introduced": "1.19.0",
|
|
3185
|
+
"description": "Hovered state of color.background.accent.teal.subtler."
|
|
3186
|
+
},
|
|
3187
|
+
"value": "#00B8D9",
|
|
3188
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
3189
|
+
"isSource": true,
|
|
3190
|
+
"original": {
|
|
3191
|
+
"attributes": {
|
|
3192
|
+
"group": "paint",
|
|
3193
|
+
"state": "active",
|
|
3194
|
+
"introduced": "1.19.0",
|
|
3195
|
+
"description": "Hovered state of color.background.accent.teal.subtler."
|
|
3196
|
+
},
|
|
3197
|
+
"value": "T300"
|
|
3198
|
+
},
|
|
3199
|
+
"name": "color.background.accent.teal.subtler.hovered",
|
|
3200
|
+
"path": ["color", "background", "accent", "teal", "subtler", "hovered"],
|
|
3201
|
+
"cleanName": "color.background.accent.teal.subtler.hovered"
|
|
3202
|
+
}, {
|
|
3203
|
+
"attributes": {
|
|
3204
|
+
"group": "paint",
|
|
3205
|
+
"state": "active",
|
|
3206
|
+
"introduced": "1.19.0",
|
|
3207
|
+
"description": "Pressed state of color.background.accent.teal.subtler."
|
|
3208
|
+
},
|
|
3209
|
+
"value": "#00A3BF",
|
|
3210
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
3211
|
+
"isSource": true,
|
|
3212
|
+
"original": {
|
|
3213
|
+
"attributes": {
|
|
3214
|
+
"group": "paint",
|
|
3215
|
+
"state": "active",
|
|
3216
|
+
"introduced": "1.19.0",
|
|
3217
|
+
"description": "Pressed state of color.background.accent.teal.subtler."
|
|
3218
|
+
},
|
|
3219
|
+
"value": "T400"
|
|
3220
|
+
},
|
|
3221
|
+
"name": "color.background.accent.teal.subtler.pressed",
|
|
3222
|
+
"path": ["color", "background", "accent", "teal", "subtler", "pressed"],
|
|
3223
|
+
"cleanName": "color.background.accent.teal.subtler.pressed"
|
|
3224
|
+
}, {
|
|
3225
|
+
"attributes": {
|
|
3226
|
+
"group": "paint",
|
|
3227
|
+
"state": "active",
|
|
3228
|
+
"introduced": "0.7.0",
|
|
3229
|
+
"description": "Use for vibrant teal backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
3230
|
+
},
|
|
3231
|
+
"value": "#00A3BF",
|
|
3232
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
3233
|
+
"isSource": true,
|
|
3234
|
+
"original": {
|
|
3235
|
+
"attributes": {
|
|
3236
|
+
"group": "paint",
|
|
3237
|
+
"state": "active",
|
|
3238
|
+
"introduced": "0.7.0",
|
|
3239
|
+
"description": "Use for vibrant teal backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
3240
|
+
},
|
|
3241
|
+
"value": "T400"
|
|
3242
|
+
},
|
|
3243
|
+
"name": "color.background.accent.teal.subtle.[default]",
|
|
3244
|
+
"path": ["color", "background", "accent", "teal", "subtle", "[default]"],
|
|
3245
|
+
"cleanName": "color.background.accent.teal.subtle"
|
|
3246
|
+
}, {
|
|
3247
|
+
"attributes": {
|
|
3248
|
+
"group": "paint",
|
|
3249
|
+
"state": "active",
|
|
3250
|
+
"introduced": "1.19.0",
|
|
3251
|
+
"description": "Hovered state of color.background.accent.teal.subtle."
|
|
3252
|
+
},
|
|
3253
|
+
"value": "#00B8D9",
|
|
3254
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
3255
|
+
"isSource": true,
|
|
3256
|
+
"original": {
|
|
3257
|
+
"attributes": {
|
|
3258
|
+
"group": "paint",
|
|
3259
|
+
"state": "active",
|
|
3260
|
+
"introduced": "1.19.0",
|
|
3261
|
+
"description": "Hovered state of color.background.accent.teal.subtle."
|
|
3262
|
+
},
|
|
3263
|
+
"value": "T300"
|
|
3264
|
+
},
|
|
3265
|
+
"name": "color.background.accent.teal.subtle.hovered",
|
|
3266
|
+
"path": ["color", "background", "accent", "teal", "subtle", "hovered"],
|
|
3267
|
+
"cleanName": "color.background.accent.teal.subtle.hovered"
|
|
3268
|
+
}, {
|
|
3269
|
+
"attributes": {
|
|
3270
|
+
"group": "paint",
|
|
3271
|
+
"state": "active",
|
|
3272
|
+
"introduced": "1.19.0",
|
|
3273
|
+
"description": "Pressed state of color.background.accent.teal.subtle."
|
|
3274
|
+
},
|
|
3275
|
+
"value": "#00C7E6",
|
|
3276
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
3277
|
+
"isSource": true,
|
|
3278
|
+
"original": {
|
|
3279
|
+
"attributes": {
|
|
3280
|
+
"group": "paint",
|
|
3281
|
+
"state": "active",
|
|
3282
|
+
"introduced": "1.19.0",
|
|
3283
|
+
"description": "Pressed state of color.background.accent.teal.subtle."
|
|
3284
|
+
},
|
|
3285
|
+
"value": "T200"
|
|
3286
|
+
},
|
|
3287
|
+
"name": "color.background.accent.teal.subtle.pressed",
|
|
3288
|
+
"path": ["color", "background", "accent", "teal", "subtle", "pressed"],
|
|
3289
|
+
"cleanName": "color.background.accent.teal.subtle.pressed"
|
|
3290
|
+
}, {
|
|
3291
|
+
"attributes": {
|
|
3292
|
+
"group": "paint",
|
|
3293
|
+
"state": "active",
|
|
3294
|
+
"introduced": "0.7.0",
|
|
3295
|
+
"description": "Use for teal backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
3296
|
+
},
|
|
3297
|
+
"value": "#00A3BF",
|
|
3298
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
3299
|
+
"isSource": true,
|
|
3300
|
+
"original": {
|
|
3301
|
+
"attributes": {
|
|
3302
|
+
"group": "paint",
|
|
3303
|
+
"state": "active",
|
|
3304
|
+
"introduced": "0.7.0",
|
|
3305
|
+
"description": "Use for teal backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
3306
|
+
},
|
|
3307
|
+
"value": "T400"
|
|
3308
|
+
},
|
|
3309
|
+
"name": "color.background.accent.teal.bolder.[default]",
|
|
3310
|
+
"path": ["color", "background", "accent", "teal", "bolder", "[default]"],
|
|
3311
|
+
"cleanName": "color.background.accent.teal.bolder"
|
|
3312
|
+
}, {
|
|
3313
|
+
"attributes": {
|
|
3314
|
+
"group": "paint",
|
|
3315
|
+
"state": "active",
|
|
3316
|
+
"introduced": "1.19.0",
|
|
3317
|
+
"description": "Hovered state of color.background.accent.teal.bolder."
|
|
3318
|
+
},
|
|
3319
|
+
"value": "#00B8D9",
|
|
3320
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
3321
|
+
"isSource": true,
|
|
3322
|
+
"original": {
|
|
3323
|
+
"attributes": {
|
|
3324
|
+
"group": "paint",
|
|
3325
|
+
"state": "active",
|
|
3326
|
+
"introduced": "1.19.0",
|
|
3327
|
+
"description": "Hovered state of color.background.accent.teal.bolder."
|
|
3328
|
+
},
|
|
3329
|
+
"value": "T300"
|
|
3330
|
+
},
|
|
3331
|
+
"name": "color.background.accent.teal.bolder.hovered",
|
|
3332
|
+
"path": ["color", "background", "accent", "teal", "bolder", "hovered"],
|
|
3333
|
+
"cleanName": "color.background.accent.teal.bolder.hovered"
|
|
3334
|
+
}, {
|
|
3335
|
+
"attributes": {
|
|
3336
|
+
"group": "paint",
|
|
3337
|
+
"state": "active",
|
|
3338
|
+
"introduced": "1.19.0",
|
|
3339
|
+
"description": "Pressed state of color.background.accent.teal.bolder."
|
|
3340
|
+
},
|
|
3341
|
+
"value": "#00C7E6",
|
|
3342
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
3343
|
+
"isSource": true,
|
|
3344
|
+
"original": {
|
|
3345
|
+
"attributes": {
|
|
3346
|
+
"group": "paint",
|
|
3347
|
+
"state": "active",
|
|
3348
|
+
"introduced": "1.19.0",
|
|
3349
|
+
"description": "Pressed state of color.background.accent.teal.bolder."
|
|
3350
|
+
},
|
|
3351
|
+
"value": "T200"
|
|
3352
|
+
},
|
|
3353
|
+
"name": "color.background.accent.teal.bolder.pressed",
|
|
3354
|
+
"path": ["color", "background", "accent", "teal", "bolder", "pressed"],
|
|
3355
|
+
"cleanName": "color.background.accent.teal.bolder.pressed"
|
|
3356
|
+
}, {
|
|
3357
|
+
"attributes": {
|
|
3358
|
+
"group": "paint",
|
|
3359
|
+
"state": "active",
|
|
3360
|
+
"introduced": "0.7.0",
|
|
3361
|
+
"description": "Use for blue backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
3362
|
+
},
|
|
3363
|
+
"value": "#4C9AFF",
|
|
3364
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
3365
|
+
"isSource": true,
|
|
3366
|
+
"original": {
|
|
3367
|
+
"attributes": {
|
|
3368
|
+
"group": "paint",
|
|
3369
|
+
"state": "active",
|
|
3370
|
+
"introduced": "0.7.0",
|
|
3371
|
+
"description": "Use for blue backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
3372
|
+
},
|
|
3373
|
+
"value": "B100"
|
|
3374
|
+
},
|
|
3375
|
+
"name": "color.background.accent.blue.subtlest.[default]",
|
|
3376
|
+
"path": ["color", "background", "accent", "blue", "subtlest", "[default]"],
|
|
3377
|
+
"cleanName": "color.background.accent.blue.subtlest"
|
|
3378
|
+
}, {
|
|
3379
|
+
"attributes": {
|
|
3380
|
+
"group": "paint",
|
|
3381
|
+
"state": "active",
|
|
3382
|
+
"introduced": "1.19.0",
|
|
3383
|
+
"description": "Hovered state of color.background.accent.blue.subtlest."
|
|
3384
|
+
},
|
|
3385
|
+
"value": "#2684FF",
|
|
3386
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
3387
|
+
"isSource": true,
|
|
3388
|
+
"original": {
|
|
3389
|
+
"attributes": {
|
|
3390
|
+
"group": "paint",
|
|
3391
|
+
"state": "active",
|
|
3392
|
+
"introduced": "1.19.0",
|
|
3393
|
+
"description": "Hovered state of color.background.accent.blue.subtlest."
|
|
3394
|
+
},
|
|
3395
|
+
"value": "B200"
|
|
3396
|
+
},
|
|
3397
|
+
"name": "color.background.accent.blue.subtlest.hovered",
|
|
3398
|
+
"path": ["color", "background", "accent", "blue", "subtlest", "hovered"],
|
|
3399
|
+
"cleanName": "color.background.accent.blue.subtlest.hovered"
|
|
3400
|
+
}, {
|
|
3401
|
+
"attributes": {
|
|
3402
|
+
"group": "paint",
|
|
3403
|
+
"state": "active",
|
|
3404
|
+
"introduced": "1.19.0",
|
|
3405
|
+
"description": "Pressed state of color.background.accent.blue.subtlest."
|
|
3406
|
+
},
|
|
3407
|
+
"value": "#0065FF",
|
|
3408
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
3409
|
+
"isSource": true,
|
|
3410
|
+
"original": {
|
|
3411
|
+
"attributes": {
|
|
3412
|
+
"group": "paint",
|
|
3413
|
+
"state": "active",
|
|
3414
|
+
"introduced": "1.19.0",
|
|
3415
|
+
"description": "Pressed state of color.background.accent.blue.subtlest."
|
|
3416
|
+
},
|
|
3417
|
+
"value": "B300"
|
|
3418
|
+
},
|
|
3419
|
+
"name": "color.background.accent.blue.subtlest.pressed",
|
|
3420
|
+
"path": ["color", "background", "accent", "blue", "subtlest", "pressed"],
|
|
3421
|
+
"cleanName": "color.background.accent.blue.subtlest.pressed"
|
|
3422
|
+
}, {
|
|
3423
|
+
"attributes": {
|
|
3424
|
+
"group": "paint",
|
|
3425
|
+
"state": "active",
|
|
3426
|
+
"introduced": "0.7.0",
|
|
3427
|
+
"description": "Use for blue backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
3428
|
+
},
|
|
3429
|
+
"value": "#2684FF",
|
|
3430
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
3431
|
+
"isSource": true,
|
|
3432
|
+
"original": {
|
|
3433
|
+
"attributes": {
|
|
3434
|
+
"group": "paint",
|
|
3435
|
+
"state": "active",
|
|
3436
|
+
"introduced": "0.7.0",
|
|
3437
|
+
"description": "Use for blue backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
3438
|
+
},
|
|
3439
|
+
"value": "B200"
|
|
3440
|
+
},
|
|
3441
|
+
"name": "color.background.accent.blue.subtler.[default]",
|
|
3442
|
+
"path": ["color", "background", "accent", "blue", "subtler", "[default]"],
|
|
3443
|
+
"cleanName": "color.background.accent.blue.subtler"
|
|
3444
|
+
}, {
|
|
3445
|
+
"attributes": {
|
|
3446
|
+
"group": "paint",
|
|
3447
|
+
"state": "active",
|
|
3448
|
+
"introduced": "1.19.0",
|
|
3449
|
+
"description": "Hovered state of color.background.accent.blue.subtler."
|
|
3450
|
+
},
|
|
3451
|
+
"value": "#0065FF",
|
|
3452
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
3453
|
+
"isSource": true,
|
|
3454
|
+
"original": {
|
|
3455
|
+
"attributes": {
|
|
3456
|
+
"group": "paint",
|
|
3457
|
+
"state": "active",
|
|
3458
|
+
"introduced": "1.19.0",
|
|
3459
|
+
"description": "Hovered state of color.background.accent.blue.subtler."
|
|
3460
|
+
},
|
|
3461
|
+
"value": "B300"
|
|
3462
|
+
},
|
|
3463
|
+
"name": "color.background.accent.blue.subtler.hovered",
|
|
3464
|
+
"path": ["color", "background", "accent", "blue", "subtler", "hovered"],
|
|
3465
|
+
"cleanName": "color.background.accent.blue.subtler.hovered"
|
|
3466
|
+
}, {
|
|
3467
|
+
"attributes": {
|
|
3468
|
+
"group": "paint",
|
|
3469
|
+
"state": "active",
|
|
3470
|
+
"introduced": "1.19.0",
|
|
3471
|
+
"description": "Pressed state of color.background.accent.blue.subtler."
|
|
3472
|
+
},
|
|
3473
|
+
"value": "#0052CC",
|
|
3474
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
3475
|
+
"isSource": true,
|
|
3476
|
+
"original": {
|
|
3477
|
+
"attributes": {
|
|
3478
|
+
"group": "paint",
|
|
3479
|
+
"state": "active",
|
|
3480
|
+
"introduced": "1.19.0",
|
|
3481
|
+
"description": "Pressed state of color.background.accent.blue.subtler."
|
|
3482
|
+
},
|
|
3483
|
+
"value": "B400"
|
|
3484
|
+
},
|
|
3485
|
+
"name": "color.background.accent.blue.subtler.pressed",
|
|
3486
|
+
"path": ["color", "background", "accent", "blue", "subtler", "pressed"],
|
|
3487
|
+
"cleanName": "color.background.accent.blue.subtler.pressed"
|
|
3488
|
+
}, {
|
|
3489
|
+
"attributes": {
|
|
3490
|
+
"group": "paint",
|
|
3491
|
+
"state": "active",
|
|
3492
|
+
"introduced": "0.7.0",
|
|
3493
|
+
"description": "Use for vibrant blue backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
3494
|
+
},
|
|
3495
|
+
"value": "#0052CC",
|
|
3496
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
3497
|
+
"isSource": true,
|
|
3498
|
+
"original": {
|
|
3499
|
+
"attributes": {
|
|
3500
|
+
"group": "paint",
|
|
3501
|
+
"state": "active",
|
|
3502
|
+
"introduced": "0.7.0",
|
|
3503
|
+
"description": "Use for vibrant blue backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
3504
|
+
},
|
|
3505
|
+
"value": "B400"
|
|
3506
|
+
},
|
|
3507
|
+
"name": "color.background.accent.blue.subtle.[default]",
|
|
3508
|
+
"path": ["color", "background", "accent", "blue", "subtle", "[default]"],
|
|
3509
|
+
"cleanName": "color.background.accent.blue.subtle"
|
|
3510
|
+
}, {
|
|
3511
|
+
"attributes": {
|
|
3512
|
+
"group": "paint",
|
|
3513
|
+
"state": "active",
|
|
3514
|
+
"introduced": "1.19.0",
|
|
3515
|
+
"description": "Hovered state of color.background.accent.blue.subtle."
|
|
3516
|
+
},
|
|
3517
|
+
"value": "#0065FF",
|
|
3518
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
3519
|
+
"isSource": true,
|
|
3520
|
+
"original": {
|
|
3521
|
+
"attributes": {
|
|
3522
|
+
"group": "paint",
|
|
3523
|
+
"state": "active",
|
|
3524
|
+
"introduced": "1.19.0",
|
|
3525
|
+
"description": "Hovered state of color.background.accent.blue.subtle."
|
|
3526
|
+
},
|
|
3527
|
+
"value": "B300"
|
|
3528
|
+
},
|
|
3529
|
+
"name": "color.background.accent.blue.subtle.hovered",
|
|
3530
|
+
"path": ["color", "background", "accent", "blue", "subtle", "hovered"],
|
|
3531
|
+
"cleanName": "color.background.accent.blue.subtle.hovered"
|
|
3532
|
+
}, {
|
|
3533
|
+
"attributes": {
|
|
3534
|
+
"group": "paint",
|
|
3535
|
+
"state": "active",
|
|
3536
|
+
"introduced": "1.19.0",
|
|
3537
|
+
"description": "Pressed state of color.background.accent.blue.subtle."
|
|
3538
|
+
},
|
|
3539
|
+
"value": "#2684FF",
|
|
3540
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
3541
|
+
"isSource": true,
|
|
3542
|
+
"original": {
|
|
3543
|
+
"attributes": {
|
|
3544
|
+
"group": "paint",
|
|
3545
|
+
"state": "active",
|
|
3546
|
+
"introduced": "1.19.0",
|
|
3547
|
+
"description": "Pressed state of color.background.accent.blue.subtle."
|
|
3548
|
+
},
|
|
3549
|
+
"value": "B200"
|
|
3550
|
+
},
|
|
3551
|
+
"name": "color.background.accent.blue.subtle.pressed",
|
|
3552
|
+
"path": ["color", "background", "accent", "blue", "subtle", "pressed"],
|
|
3553
|
+
"cleanName": "color.background.accent.blue.subtle.pressed"
|
|
3554
|
+
}, {
|
|
3555
|
+
"attributes": {
|
|
3556
|
+
"group": "paint",
|
|
3557
|
+
"state": "active",
|
|
3558
|
+
"introduced": "0.7.0",
|
|
3559
|
+
"description": "Use for blue backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
3560
|
+
},
|
|
3561
|
+
"value": "#0052CC",
|
|
3562
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
3563
|
+
"isSource": true,
|
|
3564
|
+
"original": {
|
|
3565
|
+
"attributes": {
|
|
3566
|
+
"group": "paint",
|
|
3567
|
+
"state": "active",
|
|
3568
|
+
"introduced": "0.7.0",
|
|
3569
|
+
"description": "Use for blue backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
3570
|
+
},
|
|
3571
|
+
"value": "B400"
|
|
3572
|
+
},
|
|
3573
|
+
"name": "color.background.accent.blue.bolder.[default]",
|
|
3574
|
+
"path": ["color", "background", "accent", "blue", "bolder", "[default]"],
|
|
3575
|
+
"cleanName": "color.background.accent.blue.bolder"
|
|
3576
|
+
}, {
|
|
3577
|
+
"attributes": {
|
|
3578
|
+
"group": "paint",
|
|
3579
|
+
"state": "active",
|
|
3580
|
+
"introduced": "1.19.0",
|
|
3581
|
+
"description": "Hovered state of color.background.accent.blue.bolder."
|
|
3582
|
+
},
|
|
3583
|
+
"value": "#0065FF",
|
|
3584
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
3585
|
+
"isSource": true,
|
|
3586
|
+
"original": {
|
|
3587
|
+
"attributes": {
|
|
3588
|
+
"group": "paint",
|
|
3589
|
+
"state": "active",
|
|
3590
|
+
"introduced": "1.19.0",
|
|
3591
|
+
"description": "Hovered state of color.background.accent.blue.bolder."
|
|
3592
|
+
},
|
|
3593
|
+
"value": "B300"
|
|
3594
|
+
},
|
|
3595
|
+
"name": "color.background.accent.blue.bolder.hovered",
|
|
3596
|
+
"path": ["color", "background", "accent", "blue", "bolder", "hovered"],
|
|
3597
|
+
"cleanName": "color.background.accent.blue.bolder.hovered"
|
|
3598
|
+
}, {
|
|
3599
|
+
"attributes": {
|
|
3600
|
+
"group": "paint",
|
|
3601
|
+
"state": "active",
|
|
3602
|
+
"introduced": "1.19.0",
|
|
3603
|
+
"description": "Pressed state of color.background.accent.blue.bolder."
|
|
3604
|
+
},
|
|
3605
|
+
"value": "#2684FF",
|
|
3606
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
3607
|
+
"isSource": true,
|
|
3608
|
+
"original": {
|
|
3609
|
+
"attributes": {
|
|
3610
|
+
"group": "paint",
|
|
3611
|
+
"state": "active",
|
|
3612
|
+
"introduced": "1.19.0",
|
|
3613
|
+
"description": "Pressed state of color.background.accent.blue.bolder."
|
|
3614
|
+
},
|
|
3615
|
+
"value": "B200"
|
|
3616
|
+
},
|
|
3617
|
+
"name": "color.background.accent.blue.bolder.pressed",
|
|
3618
|
+
"path": ["color", "background", "accent", "blue", "bolder", "pressed"],
|
|
3619
|
+
"cleanName": "color.background.accent.blue.bolder.pressed"
|
|
3620
|
+
}, {
|
|
3621
|
+
"attributes": {
|
|
3622
|
+
"group": "paint",
|
|
3623
|
+
"state": "active",
|
|
3624
|
+
"introduced": "0.7.0",
|
|
3625
|
+
"description": "Use for purple backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
3626
|
+
},
|
|
3627
|
+
"value": "#998DD9",
|
|
3628
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
3629
|
+
"isSource": true,
|
|
3630
|
+
"original": {
|
|
3631
|
+
"attributes": {
|
|
3632
|
+
"group": "paint",
|
|
3633
|
+
"state": "active",
|
|
3634
|
+
"introduced": "0.7.0",
|
|
3635
|
+
"description": "Use for purple backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
3636
|
+
},
|
|
3637
|
+
"value": "P100"
|
|
3638
|
+
},
|
|
3639
|
+
"name": "color.background.accent.purple.subtlest.[default]",
|
|
3640
|
+
"path": ["color", "background", "accent", "purple", "subtlest", "[default]"],
|
|
3641
|
+
"cleanName": "color.background.accent.purple.subtlest"
|
|
3642
|
+
}, {
|
|
3643
|
+
"attributes": {
|
|
3644
|
+
"group": "paint",
|
|
3645
|
+
"state": "active",
|
|
3646
|
+
"introduced": "1.19.0",
|
|
3647
|
+
"description": "Hovered state of color.background.accent.purple.subtlest."
|
|
3648
|
+
},
|
|
3649
|
+
"value": "#8777D9",
|
|
3650
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
3651
|
+
"isSource": true,
|
|
3652
|
+
"original": {
|
|
3653
|
+
"attributes": {
|
|
3654
|
+
"group": "paint",
|
|
3655
|
+
"state": "active",
|
|
3656
|
+
"introduced": "1.19.0",
|
|
3657
|
+
"description": "Hovered state of color.background.accent.purple.subtlest."
|
|
3658
|
+
},
|
|
3659
|
+
"value": "P200"
|
|
3660
|
+
},
|
|
3661
|
+
"name": "color.background.accent.purple.subtlest.hovered",
|
|
3662
|
+
"path": ["color", "background", "accent", "purple", "subtlest", "hovered"],
|
|
3663
|
+
"cleanName": "color.background.accent.purple.subtlest.hovered"
|
|
3664
|
+
}, {
|
|
3665
|
+
"attributes": {
|
|
3666
|
+
"group": "paint",
|
|
3667
|
+
"state": "active",
|
|
3668
|
+
"introduced": "1.19.0",
|
|
3669
|
+
"description": "Pressed state of color.background.accent.purple.subtlest."
|
|
3670
|
+
},
|
|
3671
|
+
"value": "#6554C0",
|
|
3672
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
3673
|
+
"isSource": true,
|
|
3674
|
+
"original": {
|
|
3675
|
+
"attributes": {
|
|
3676
|
+
"group": "paint",
|
|
3677
|
+
"state": "active",
|
|
3678
|
+
"introduced": "1.19.0",
|
|
3679
|
+
"description": "Pressed state of color.background.accent.purple.subtlest."
|
|
3680
|
+
},
|
|
3681
|
+
"value": "P300"
|
|
3682
|
+
},
|
|
3683
|
+
"name": "color.background.accent.purple.subtlest.pressed",
|
|
3684
|
+
"path": ["color", "background", "accent", "purple", "subtlest", "pressed"],
|
|
3685
|
+
"cleanName": "color.background.accent.purple.subtlest.pressed"
|
|
3686
|
+
}, {
|
|
3687
|
+
"attributes": {
|
|
3688
|
+
"group": "paint",
|
|
3689
|
+
"state": "active",
|
|
3690
|
+
"introduced": "0.7.0",
|
|
3691
|
+
"description": "Use for purple backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
3692
|
+
},
|
|
3693
|
+
"value": "#8777D9",
|
|
3694
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
3695
|
+
"isSource": true,
|
|
3696
|
+
"original": {
|
|
3697
|
+
"attributes": {
|
|
3698
|
+
"group": "paint",
|
|
3699
|
+
"state": "active",
|
|
3700
|
+
"introduced": "0.7.0",
|
|
3701
|
+
"description": "Use for purple backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
3702
|
+
},
|
|
3703
|
+
"value": "P200"
|
|
3704
|
+
},
|
|
3705
|
+
"name": "color.background.accent.purple.subtler.[default]",
|
|
3706
|
+
"path": ["color", "background", "accent", "purple", "subtler", "[default]"],
|
|
3707
|
+
"cleanName": "color.background.accent.purple.subtler"
|
|
3708
|
+
}, {
|
|
3709
|
+
"attributes": {
|
|
3710
|
+
"group": "paint",
|
|
3711
|
+
"state": "active",
|
|
3712
|
+
"introduced": "1.19.0",
|
|
3713
|
+
"description": "Hovered state of color.background.accent.purple.subtler."
|
|
3714
|
+
},
|
|
3715
|
+
"value": "#6554C0",
|
|
3716
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
3717
|
+
"isSource": true,
|
|
3718
|
+
"original": {
|
|
3719
|
+
"attributes": {
|
|
3720
|
+
"group": "paint",
|
|
3721
|
+
"state": "active",
|
|
3722
|
+
"introduced": "1.19.0",
|
|
3723
|
+
"description": "Hovered state of color.background.accent.purple.subtler."
|
|
3724
|
+
},
|
|
3725
|
+
"value": "P300"
|
|
3726
|
+
},
|
|
3727
|
+
"name": "color.background.accent.purple.subtler.hovered",
|
|
3728
|
+
"path": ["color", "background", "accent", "purple", "subtler", "hovered"],
|
|
3729
|
+
"cleanName": "color.background.accent.purple.subtler.hovered"
|
|
3730
|
+
}, {
|
|
3731
|
+
"attributes": {
|
|
3732
|
+
"group": "paint",
|
|
3733
|
+
"state": "active",
|
|
3734
|
+
"introduced": "1.19.0",
|
|
3735
|
+
"description": "Pressed state of color.background.accent.purple.subtler."
|
|
3736
|
+
},
|
|
3737
|
+
"value": "#5243AA",
|
|
3738
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
3739
|
+
"isSource": true,
|
|
3740
|
+
"original": {
|
|
3741
|
+
"attributes": {
|
|
3742
|
+
"group": "paint",
|
|
3743
|
+
"state": "active",
|
|
3744
|
+
"introduced": "1.19.0",
|
|
3745
|
+
"description": "Pressed state of color.background.accent.purple.subtler."
|
|
3746
|
+
},
|
|
3747
|
+
"value": "P400"
|
|
3748
|
+
},
|
|
3749
|
+
"name": "color.background.accent.purple.subtler.pressed",
|
|
3750
|
+
"path": ["color", "background", "accent", "purple", "subtler", "pressed"],
|
|
3751
|
+
"cleanName": "color.background.accent.purple.subtler.pressed"
|
|
3752
|
+
}, {
|
|
3753
|
+
"attributes": {
|
|
3754
|
+
"group": "paint",
|
|
3755
|
+
"state": "active",
|
|
3756
|
+
"introduced": "0.7.0",
|
|
3757
|
+
"description": "Use for vibrant purple backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
3758
|
+
},
|
|
3759
|
+
"value": "#5243AA",
|
|
3760
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
3761
|
+
"isSource": true,
|
|
3762
|
+
"original": {
|
|
3763
|
+
"attributes": {
|
|
3764
|
+
"group": "paint",
|
|
3765
|
+
"state": "active",
|
|
3766
|
+
"introduced": "0.7.0",
|
|
3767
|
+
"description": "Use for vibrant purple backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2008
3768
|
},
|
|
2009
|
-
"value": "
|
|
3769
|
+
"value": "P400"
|
|
2010
3770
|
},
|
|
2011
|
-
"name": "color.background.accent.
|
|
2012
|
-
"path": ["color", "background", "accent", "
|
|
2013
|
-
"cleanName": "color.background.accent.
|
|
3771
|
+
"name": "color.background.accent.purple.subtle.[default]",
|
|
3772
|
+
"path": ["color", "background", "accent", "purple", "subtle", "[default]"],
|
|
3773
|
+
"cleanName": "color.background.accent.purple.subtle"
|
|
2014
3774
|
}, {
|
|
2015
3775
|
"attributes": {
|
|
2016
3776
|
"group": "paint",
|
|
2017
3777
|
"state": "active",
|
|
2018
|
-
"introduced": "
|
|
2019
|
-
"description": "
|
|
3778
|
+
"introduced": "1.19.0",
|
|
3779
|
+
"description": "Hovered state of color.background.accent.purple.subtle."
|
|
2020
3780
|
},
|
|
2021
|
-
"value": "#
|
|
3781
|
+
"value": "#6554C0",
|
|
2022
3782
|
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2023
3783
|
"isSource": true,
|
|
2024
3784
|
"original": {
|
|
2025
3785
|
"attributes": {
|
|
2026
3786
|
"group": "paint",
|
|
2027
3787
|
"state": "active",
|
|
2028
|
-
"introduced": "
|
|
2029
|
-
"description": "
|
|
3788
|
+
"introduced": "1.19.0",
|
|
3789
|
+
"description": "Hovered state of color.background.accent.purple.subtle."
|
|
2030
3790
|
},
|
|
2031
|
-
"value": "
|
|
3791
|
+
"value": "P300"
|
|
2032
3792
|
},
|
|
2033
|
-
"name": "color.background.accent.
|
|
2034
|
-
"path": ["color", "background", "accent", "
|
|
2035
|
-
"cleanName": "color.background.accent.
|
|
3793
|
+
"name": "color.background.accent.purple.subtle.hovered",
|
|
3794
|
+
"path": ["color", "background", "accent", "purple", "subtle", "hovered"],
|
|
3795
|
+
"cleanName": "color.background.accent.purple.subtle.hovered"
|
|
2036
3796
|
}, {
|
|
2037
3797
|
"attributes": {
|
|
2038
3798
|
"group": "paint",
|
|
2039
3799
|
"state": "active",
|
|
2040
|
-
"introduced": "
|
|
2041
|
-
"description": "
|
|
3800
|
+
"introduced": "1.19.0",
|
|
3801
|
+
"description": "Pressed state of color.background.accent.purple.subtle."
|
|
2042
3802
|
},
|
|
2043
|
-
"value": "#
|
|
3803
|
+
"value": "#8777D9",
|
|
2044
3804
|
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2045
3805
|
"isSource": true,
|
|
2046
3806
|
"original": {
|
|
2047
3807
|
"attributes": {
|
|
2048
3808
|
"group": "paint",
|
|
2049
3809
|
"state": "active",
|
|
2050
|
-
"introduced": "
|
|
2051
|
-
"description": "
|
|
3810
|
+
"introduced": "1.19.0",
|
|
3811
|
+
"description": "Pressed state of color.background.accent.purple.subtle."
|
|
2052
3812
|
},
|
|
2053
|
-
"value": "
|
|
3813
|
+
"value": "P200"
|
|
2054
3814
|
},
|
|
2055
|
-
"name": "color.background.accent.
|
|
2056
|
-
"path": ["color", "background", "accent", "
|
|
2057
|
-
"cleanName": "color.background.accent.
|
|
3815
|
+
"name": "color.background.accent.purple.subtle.pressed",
|
|
3816
|
+
"path": ["color", "background", "accent", "purple", "subtle", "pressed"],
|
|
3817
|
+
"cleanName": "color.background.accent.purple.subtle.pressed"
|
|
2058
3818
|
}, {
|
|
2059
3819
|
"attributes": {
|
|
2060
3820
|
"group": "paint",
|
|
2061
3821
|
"state": "active",
|
|
2062
3822
|
"introduced": "0.7.0",
|
|
2063
|
-
"description": "Use for
|
|
3823
|
+
"description": "Use for purple backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
2064
3824
|
},
|
|
2065
|
-
"value": "#
|
|
3825
|
+
"value": "#5243AA",
|
|
2066
3826
|
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2067
3827
|
"isSource": true,
|
|
2068
3828
|
"original": {
|
|
@@ -2070,65 +3830,65 @@ var tokens = [{
|
|
|
2070
3830
|
"group": "paint",
|
|
2071
3831
|
"state": "active",
|
|
2072
3832
|
"introduced": "0.7.0",
|
|
2073
|
-
"description": "Use for
|
|
3833
|
+
"description": "Use for purple backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
2074
3834
|
},
|
|
2075
|
-
"value": "
|
|
3835
|
+
"value": "P400"
|
|
2076
3836
|
},
|
|
2077
|
-
"name": "color.background.accent.
|
|
2078
|
-
"path": ["color", "background", "accent", "
|
|
2079
|
-
"cleanName": "color.background.accent.
|
|
3837
|
+
"name": "color.background.accent.purple.bolder.[default]",
|
|
3838
|
+
"path": ["color", "background", "accent", "purple", "bolder", "[default]"],
|
|
3839
|
+
"cleanName": "color.background.accent.purple.bolder"
|
|
2080
3840
|
}, {
|
|
2081
3841
|
"attributes": {
|
|
2082
3842
|
"group": "paint",
|
|
2083
3843
|
"state": "active",
|
|
2084
|
-
"introduced": "
|
|
2085
|
-
"description": "
|
|
3844
|
+
"introduced": "1.19.0",
|
|
3845
|
+
"description": "Hovered state of color.background.accent.purple.bolder."
|
|
2086
3846
|
},
|
|
2087
|
-
"value": "#
|
|
3847
|
+
"value": "#6554C0",
|
|
2088
3848
|
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2089
3849
|
"isSource": true,
|
|
2090
3850
|
"original": {
|
|
2091
3851
|
"attributes": {
|
|
2092
3852
|
"group": "paint",
|
|
2093
3853
|
"state": "active",
|
|
2094
|
-
"introduced": "
|
|
2095
|
-
"description": "
|
|
3854
|
+
"introduced": "1.19.0",
|
|
3855
|
+
"description": "Hovered state of color.background.accent.purple.bolder."
|
|
2096
3856
|
},
|
|
2097
|
-
"value": "
|
|
3857
|
+
"value": "P300"
|
|
2098
3858
|
},
|
|
2099
|
-
"name": "color.background.accent.
|
|
2100
|
-
"path": ["color", "background", "accent", "
|
|
2101
|
-
"cleanName": "color.background.accent.
|
|
3859
|
+
"name": "color.background.accent.purple.bolder.hovered",
|
|
3860
|
+
"path": ["color", "background", "accent", "purple", "bolder", "hovered"],
|
|
3861
|
+
"cleanName": "color.background.accent.purple.bolder.hovered"
|
|
2102
3862
|
}, {
|
|
2103
3863
|
"attributes": {
|
|
2104
3864
|
"group": "paint",
|
|
2105
3865
|
"state": "active",
|
|
2106
|
-
"introduced": "
|
|
2107
|
-
"description": "
|
|
3866
|
+
"introduced": "1.19.0",
|
|
3867
|
+
"description": "Pressed state of color.background.accent.purple.bolder."
|
|
2108
3868
|
},
|
|
2109
|
-
"value": "#
|
|
3869
|
+
"value": "#8777D9",
|
|
2110
3870
|
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2111
3871
|
"isSource": true,
|
|
2112
3872
|
"original": {
|
|
2113
3873
|
"attributes": {
|
|
2114
3874
|
"group": "paint",
|
|
2115
3875
|
"state": "active",
|
|
2116
|
-
"introduced": "
|
|
2117
|
-
"description": "
|
|
3876
|
+
"introduced": "1.19.0",
|
|
3877
|
+
"description": "Pressed state of color.background.accent.purple.bolder."
|
|
2118
3878
|
},
|
|
2119
|
-
"value": "
|
|
3879
|
+
"value": "P200"
|
|
2120
3880
|
},
|
|
2121
|
-
"name": "color.background.accent.
|
|
2122
|
-
"path": ["color", "background", "accent", "
|
|
2123
|
-
"cleanName": "color.background.accent.
|
|
3881
|
+
"name": "color.background.accent.purple.bolder.pressed",
|
|
3882
|
+
"path": ["color", "background", "accent", "purple", "bolder", "pressed"],
|
|
3883
|
+
"cleanName": "color.background.accent.purple.bolder.pressed"
|
|
2124
3884
|
}, {
|
|
2125
3885
|
"attributes": {
|
|
2126
3886
|
"group": "paint",
|
|
2127
3887
|
"state": "active",
|
|
2128
3888
|
"introduced": "0.7.0",
|
|
2129
|
-
"description": "Use for
|
|
3889
|
+
"description": "Use for magenta backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
2130
3890
|
},
|
|
2131
|
-
"value": "#
|
|
3891
|
+
"value": "#FFECF8",
|
|
2132
3892
|
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2133
3893
|
"isSource": true,
|
|
2134
3894
|
"original": {
|
|
@@ -2136,65 +3896,65 @@ var tokens = [{
|
|
|
2136
3896
|
"group": "paint",
|
|
2137
3897
|
"state": "active",
|
|
2138
3898
|
"introduced": "0.7.0",
|
|
2139
|
-
"description": "Use for
|
|
3899
|
+
"description": "Use for magenta backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
2140
3900
|
},
|
|
2141
|
-
"value": "
|
|
3901
|
+
"value": "#FFECF8"
|
|
2142
3902
|
},
|
|
2143
|
-
"name": "color.background.accent.
|
|
2144
|
-
"path": ["color", "background", "accent", "
|
|
2145
|
-
"cleanName": "color.background.accent.
|
|
3903
|
+
"name": "color.background.accent.magenta.subtlest.[default]",
|
|
3904
|
+
"path": ["color", "background", "accent", "magenta", "subtlest", "[default]"],
|
|
3905
|
+
"cleanName": "color.background.accent.magenta.subtlest"
|
|
2146
3906
|
}, {
|
|
2147
3907
|
"attributes": {
|
|
2148
3908
|
"group": "paint",
|
|
2149
3909
|
"state": "active",
|
|
2150
|
-
"introduced": "
|
|
2151
|
-
"description": "
|
|
3910
|
+
"introduced": "1.19.0",
|
|
3911
|
+
"description": "Hovered state of color.background.accent.magenta.subtlest."
|
|
2152
3912
|
},
|
|
2153
|
-
"value": "#
|
|
3913
|
+
"value": "#FDD0EC",
|
|
2154
3914
|
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2155
3915
|
"isSource": true,
|
|
2156
3916
|
"original": {
|
|
2157
3917
|
"attributes": {
|
|
2158
3918
|
"group": "paint",
|
|
2159
3919
|
"state": "active",
|
|
2160
|
-
"introduced": "
|
|
2161
|
-
"description": "
|
|
3920
|
+
"introduced": "1.19.0",
|
|
3921
|
+
"description": "Hovered state of color.background.accent.magenta.subtlest."
|
|
2162
3922
|
},
|
|
2163
|
-
"value": "
|
|
3923
|
+
"value": "#FDD0EC"
|
|
2164
3924
|
},
|
|
2165
|
-
"name": "color.background.accent.
|
|
2166
|
-
"path": ["color", "background", "accent", "
|
|
2167
|
-
"cleanName": "color.background.accent.
|
|
3925
|
+
"name": "color.background.accent.magenta.subtlest.hovered",
|
|
3926
|
+
"path": ["color", "background", "accent", "magenta", "subtlest", "hovered"],
|
|
3927
|
+
"cleanName": "color.background.accent.magenta.subtlest.hovered"
|
|
2168
3928
|
}, {
|
|
2169
3929
|
"attributes": {
|
|
2170
3930
|
"group": "paint",
|
|
2171
3931
|
"state": "active",
|
|
2172
|
-
"introduced": "
|
|
2173
|
-
"description": "
|
|
3932
|
+
"introduced": "1.19.0",
|
|
3933
|
+
"description": "Pressed state of color.background.accent.magenta.subtlest."
|
|
2174
3934
|
},
|
|
2175
|
-
"value": "#
|
|
3935
|
+
"value": "#F797D2",
|
|
2176
3936
|
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2177
3937
|
"isSource": true,
|
|
2178
3938
|
"original": {
|
|
2179
3939
|
"attributes": {
|
|
2180
3940
|
"group": "paint",
|
|
2181
3941
|
"state": "active",
|
|
2182
|
-
"introduced": "
|
|
2183
|
-
"description": "
|
|
3942
|
+
"introduced": "1.19.0",
|
|
3943
|
+
"description": "Pressed state of color.background.accent.magenta.subtlest."
|
|
2184
3944
|
},
|
|
2185
|
-
"value": "
|
|
3945
|
+
"value": "#F797D2"
|
|
2186
3946
|
},
|
|
2187
|
-
"name": "color.background.accent.
|
|
2188
|
-
"path": ["color", "background", "accent", "
|
|
2189
|
-
"cleanName": "color.background.accent.
|
|
3947
|
+
"name": "color.background.accent.magenta.subtlest.pressed",
|
|
3948
|
+
"path": ["color", "background", "accent", "magenta", "subtlest", "pressed"],
|
|
3949
|
+
"cleanName": "color.background.accent.magenta.subtlest.pressed"
|
|
2190
3950
|
}, {
|
|
2191
3951
|
"attributes": {
|
|
2192
3952
|
"group": "paint",
|
|
2193
3953
|
"state": "active",
|
|
2194
3954
|
"introduced": "0.7.0",
|
|
2195
|
-
"description": "Use for
|
|
3955
|
+
"description": "Use for magenta backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2196
3956
|
},
|
|
2197
|
-
"value": "#
|
|
3957
|
+
"value": "#FDD0EC",
|
|
2198
3958
|
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2199
3959
|
"isSource": true,
|
|
2200
3960
|
"original": {
|
|
@@ -2202,65 +3962,65 @@ var tokens = [{
|
|
|
2202
3962
|
"group": "paint",
|
|
2203
3963
|
"state": "active",
|
|
2204
3964
|
"introduced": "0.7.0",
|
|
2205
|
-
"description": "Use for
|
|
3965
|
+
"description": "Use for magenta backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2206
3966
|
},
|
|
2207
|
-
"value": "
|
|
3967
|
+
"value": "#FDD0EC"
|
|
2208
3968
|
},
|
|
2209
|
-
"name": "color.background.accent.
|
|
2210
|
-
"path": ["color", "background", "accent", "
|
|
2211
|
-
"cleanName": "color.background.accent.
|
|
3969
|
+
"name": "color.background.accent.magenta.subtler.[default]",
|
|
3970
|
+
"path": ["color", "background", "accent", "magenta", "subtler", "[default]"],
|
|
3971
|
+
"cleanName": "color.background.accent.magenta.subtler"
|
|
2212
3972
|
}, {
|
|
2213
3973
|
"attributes": {
|
|
2214
3974
|
"group": "paint",
|
|
2215
3975
|
"state": "active",
|
|
2216
|
-
"introduced": "
|
|
2217
|
-
"description": "
|
|
3976
|
+
"introduced": "1.19.0",
|
|
3977
|
+
"description": "Hovered state of color.background.accent.magenta.subtler."
|
|
2218
3978
|
},
|
|
2219
|
-
"value": "#
|
|
3979
|
+
"value": "#F797D2",
|
|
2220
3980
|
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2221
3981
|
"isSource": true,
|
|
2222
3982
|
"original": {
|
|
2223
3983
|
"attributes": {
|
|
2224
3984
|
"group": "paint",
|
|
2225
3985
|
"state": "active",
|
|
2226
|
-
"introduced": "
|
|
2227
|
-
"description": "
|
|
3986
|
+
"introduced": "1.19.0",
|
|
3987
|
+
"description": "Hovered state of color.background.accent.magenta.subtler."
|
|
2228
3988
|
},
|
|
2229
|
-
"value": "
|
|
3989
|
+
"value": "#F797D2"
|
|
2230
3990
|
},
|
|
2231
|
-
"name": "color.background.accent.
|
|
2232
|
-
"path": ["color", "background", "accent", "
|
|
2233
|
-
"cleanName": "color.background.accent.
|
|
3991
|
+
"name": "color.background.accent.magenta.subtler.hovered",
|
|
3992
|
+
"path": ["color", "background", "accent", "magenta", "subtler", "hovered"],
|
|
3993
|
+
"cleanName": "color.background.accent.magenta.subtler.hovered"
|
|
2234
3994
|
}, {
|
|
2235
3995
|
"attributes": {
|
|
2236
3996
|
"group": "paint",
|
|
2237
3997
|
"state": "active",
|
|
2238
|
-
"introduced": "
|
|
2239
|
-
"description": "
|
|
3998
|
+
"introduced": "1.19.0",
|
|
3999
|
+
"description": "Pressed state of color.background.accent.magenta.subtler."
|
|
2240
4000
|
},
|
|
2241
|
-
"value": "#
|
|
4001
|
+
"value": "#E774BB",
|
|
2242
4002
|
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2243
4003
|
"isSource": true,
|
|
2244
4004
|
"original": {
|
|
2245
4005
|
"attributes": {
|
|
2246
4006
|
"group": "paint",
|
|
2247
4007
|
"state": "active",
|
|
2248
|
-
"introduced": "
|
|
2249
|
-
"description": "
|
|
4008
|
+
"introduced": "1.19.0",
|
|
4009
|
+
"description": "Pressed state of color.background.accent.magenta.subtler."
|
|
2250
4010
|
},
|
|
2251
|
-
"value": "
|
|
4011
|
+
"value": "#E774BB"
|
|
2252
4012
|
},
|
|
2253
|
-
"name": "color.background.accent.
|
|
2254
|
-
"path": ["color", "background", "accent", "
|
|
2255
|
-
"cleanName": "color.background.accent.
|
|
4013
|
+
"name": "color.background.accent.magenta.subtler.pressed",
|
|
4014
|
+
"path": ["color", "background", "accent", "magenta", "subtler", "pressed"],
|
|
4015
|
+
"cleanName": "color.background.accent.magenta.subtler.pressed"
|
|
2256
4016
|
}, {
|
|
2257
4017
|
"attributes": {
|
|
2258
4018
|
"group": "paint",
|
|
2259
4019
|
"state": "active",
|
|
2260
4020
|
"introduced": "0.7.0",
|
|
2261
|
-
"description": "Use for vibrant
|
|
4021
|
+
"description": "Use for vibrant magenta backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2262
4022
|
},
|
|
2263
|
-
"value": "#
|
|
4023
|
+
"value": "#E774BB",
|
|
2264
4024
|
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2265
4025
|
"isSource": true,
|
|
2266
4026
|
"original": {
|
|
@@ -2268,65 +4028,65 @@ var tokens = [{
|
|
|
2268
4028
|
"group": "paint",
|
|
2269
4029
|
"state": "active",
|
|
2270
4030
|
"introduced": "0.7.0",
|
|
2271
|
-
"description": "Use for vibrant
|
|
4031
|
+
"description": "Use for vibrant magenta backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2272
4032
|
},
|
|
2273
|
-
"value": "
|
|
4033
|
+
"value": "#E774BB"
|
|
2274
4034
|
},
|
|
2275
|
-
"name": "color.background.accent.
|
|
2276
|
-
"path": ["color", "background", "accent", "
|
|
2277
|
-
"cleanName": "color.background.accent.
|
|
4035
|
+
"name": "color.background.accent.magenta.subtle.[default]",
|
|
4036
|
+
"path": ["color", "background", "accent", "magenta", "subtle", "[default]"],
|
|
4037
|
+
"cleanName": "color.background.accent.magenta.subtle"
|
|
2278
4038
|
}, {
|
|
2279
4039
|
"attributes": {
|
|
2280
4040
|
"group": "paint",
|
|
2281
4041
|
"state": "active",
|
|
2282
|
-
"introduced": "
|
|
2283
|
-
"description": "
|
|
4042
|
+
"introduced": "1.19.0",
|
|
4043
|
+
"description": "Hovered state of color.background.accent.magenta.subtle."
|
|
2284
4044
|
},
|
|
2285
|
-
"value": "#
|
|
4045
|
+
"value": "#F797D2",
|
|
2286
4046
|
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2287
4047
|
"isSource": true,
|
|
2288
4048
|
"original": {
|
|
2289
4049
|
"attributes": {
|
|
2290
4050
|
"group": "paint",
|
|
2291
4051
|
"state": "active",
|
|
2292
|
-
"introduced": "
|
|
2293
|
-
"description": "
|
|
4052
|
+
"introduced": "1.19.0",
|
|
4053
|
+
"description": "Hovered state of color.background.accent.magenta.subtle."
|
|
2294
4054
|
},
|
|
2295
|
-
"value": "
|
|
4055
|
+
"value": "#F797D2"
|
|
2296
4056
|
},
|
|
2297
|
-
"name": "color.background.accent.
|
|
2298
|
-
"path": ["color", "background", "accent", "
|
|
2299
|
-
"cleanName": "color.background.accent.
|
|
4057
|
+
"name": "color.background.accent.magenta.subtle.hovered",
|
|
4058
|
+
"path": ["color", "background", "accent", "magenta", "subtle", "hovered"],
|
|
4059
|
+
"cleanName": "color.background.accent.magenta.subtle.hovered"
|
|
2300
4060
|
}, {
|
|
2301
4061
|
"attributes": {
|
|
2302
4062
|
"group": "paint",
|
|
2303
4063
|
"state": "active",
|
|
2304
|
-
"introduced": "
|
|
2305
|
-
"description": "
|
|
4064
|
+
"introduced": "1.19.0",
|
|
4065
|
+
"description": "Pressed state of color.background.accent.magenta.subtle."
|
|
2306
4066
|
},
|
|
2307
|
-
"value": "#
|
|
4067
|
+
"value": "#FDD0EC",
|
|
2308
4068
|
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2309
4069
|
"isSource": true,
|
|
2310
4070
|
"original": {
|
|
2311
4071
|
"attributes": {
|
|
2312
4072
|
"group": "paint",
|
|
2313
4073
|
"state": "active",
|
|
2314
|
-
"introduced": "
|
|
2315
|
-
"description": "
|
|
4074
|
+
"introduced": "1.19.0",
|
|
4075
|
+
"description": "Pressed state of color.background.accent.magenta.subtle."
|
|
2316
4076
|
},
|
|
2317
|
-
"value": "
|
|
4077
|
+
"value": "#FDD0EC"
|
|
2318
4078
|
},
|
|
2319
|
-
"name": "color.background.accent.
|
|
2320
|
-
"path": ["color", "background", "accent", "
|
|
2321
|
-
"cleanName": "color.background.accent.
|
|
4079
|
+
"name": "color.background.accent.magenta.subtle.pressed",
|
|
4080
|
+
"path": ["color", "background", "accent", "magenta", "subtle", "pressed"],
|
|
4081
|
+
"cleanName": "color.background.accent.magenta.subtle.pressed"
|
|
2322
4082
|
}, {
|
|
2323
4083
|
"attributes": {
|
|
2324
4084
|
"group": "paint",
|
|
2325
4085
|
"state": "active",
|
|
2326
4086
|
"introduced": "0.7.0",
|
|
2327
|
-
"description": "Use for
|
|
4087
|
+
"description": "Use for magenta backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
2328
4088
|
},
|
|
2329
|
-
"value": "#
|
|
4089
|
+
"value": "#AE4787",
|
|
2330
4090
|
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2331
4091
|
"isSource": true,
|
|
2332
4092
|
"original": {
|
|
@@ -2334,65 +4094,65 @@ var tokens = [{
|
|
|
2334
4094
|
"group": "paint",
|
|
2335
4095
|
"state": "active",
|
|
2336
4096
|
"introduced": "0.7.0",
|
|
2337
|
-
"description": "Use for
|
|
4097
|
+
"description": "Use for magenta backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
2338
4098
|
},
|
|
2339
|
-
"value": "
|
|
4099
|
+
"value": "#AE4787"
|
|
2340
4100
|
},
|
|
2341
|
-
"name": "color.background.accent.
|
|
2342
|
-
"path": ["color", "background", "accent", "
|
|
2343
|
-
"cleanName": "color.background.accent.
|
|
4101
|
+
"name": "color.background.accent.magenta.bolder.[default]",
|
|
4102
|
+
"path": ["color", "background", "accent", "magenta", "bolder", "[default]"],
|
|
4103
|
+
"cleanName": "color.background.accent.magenta.bolder"
|
|
2344
4104
|
}, {
|
|
2345
4105
|
"attributes": {
|
|
2346
4106
|
"group": "paint",
|
|
2347
4107
|
"state": "active",
|
|
2348
|
-
"introduced": "
|
|
2349
|
-
"description": "
|
|
4108
|
+
"introduced": "1.19.0",
|
|
4109
|
+
"description": "Hovered state of color.background.accent.magenta.bolder."
|
|
2350
4110
|
},
|
|
2351
|
-
"value": "#
|
|
4111
|
+
"value": "#943D73",
|
|
2352
4112
|
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2353
4113
|
"isSource": true,
|
|
2354
4114
|
"original": {
|
|
2355
4115
|
"attributes": {
|
|
2356
4116
|
"group": "paint",
|
|
2357
4117
|
"state": "active",
|
|
2358
|
-
"introduced": "
|
|
2359
|
-
"description": "
|
|
4118
|
+
"introduced": "1.19.0",
|
|
4119
|
+
"description": "Hovered state of color.background.accent.magenta.bolder."
|
|
2360
4120
|
},
|
|
2361
|
-
"value": "
|
|
4121
|
+
"value": "#943D73"
|
|
2362
4122
|
},
|
|
2363
|
-
"name": "color.background.accent.
|
|
2364
|
-
"path": ["color", "background", "accent", "
|
|
2365
|
-
"cleanName": "color.background.accent.
|
|
4123
|
+
"name": "color.background.accent.magenta.bolder.hovered",
|
|
4124
|
+
"path": ["color", "background", "accent", "magenta", "bolder", "hovered"],
|
|
4125
|
+
"cleanName": "color.background.accent.magenta.bolder.hovered"
|
|
2366
4126
|
}, {
|
|
2367
4127
|
"attributes": {
|
|
2368
4128
|
"group": "paint",
|
|
2369
4129
|
"state": "active",
|
|
2370
|
-
"introduced": "
|
|
2371
|
-
"description": "
|
|
4130
|
+
"introduced": "1.19.0",
|
|
4131
|
+
"description": "Pressed state of color.background.accent.magenta.bolder."
|
|
2372
4132
|
},
|
|
2373
|
-
"value": "#
|
|
4133
|
+
"value": "#50253F",
|
|
2374
4134
|
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2375
4135
|
"isSource": true,
|
|
2376
4136
|
"original": {
|
|
2377
4137
|
"attributes": {
|
|
2378
4138
|
"group": "paint",
|
|
2379
4139
|
"state": "active",
|
|
2380
|
-
"introduced": "
|
|
2381
|
-
"description": "
|
|
4140
|
+
"introduced": "1.19.0",
|
|
4141
|
+
"description": "Pressed state of color.background.accent.magenta.bolder."
|
|
2382
4142
|
},
|
|
2383
|
-
"value": "
|
|
4143
|
+
"value": "#50253F"
|
|
2384
4144
|
},
|
|
2385
|
-
"name": "color.background.accent.
|
|
2386
|
-
"path": ["color", "background", "accent", "
|
|
2387
|
-
"cleanName": "color.background.accent.
|
|
4145
|
+
"name": "color.background.accent.magenta.bolder.pressed",
|
|
4146
|
+
"path": ["color", "background", "accent", "magenta", "bolder", "pressed"],
|
|
4147
|
+
"cleanName": "color.background.accent.magenta.bolder.pressed"
|
|
2388
4148
|
}, {
|
|
2389
4149
|
"attributes": {
|
|
2390
4150
|
"group": "paint",
|
|
2391
4151
|
"state": "active",
|
|
2392
4152
|
"introduced": "0.7.0",
|
|
2393
|
-
"description": "Use for
|
|
4153
|
+
"description": "Use for gray backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
2394
4154
|
},
|
|
2395
|
-
"value": "#
|
|
4155
|
+
"value": "#6B778C",
|
|
2396
4156
|
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2397
4157
|
"isSource": true,
|
|
2398
4158
|
"original": {
|
|
@@ -2400,65 +4160,65 @@ var tokens = [{
|
|
|
2400
4160
|
"group": "paint",
|
|
2401
4161
|
"state": "active",
|
|
2402
4162
|
"introduced": "0.7.0",
|
|
2403
|
-
"description": "Use for
|
|
4163
|
+
"description": "Use for gray backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
2404
4164
|
},
|
|
2405
|
-
"value": "
|
|
4165
|
+
"value": "N200"
|
|
2406
4166
|
},
|
|
2407
|
-
"name": "color.background.accent.
|
|
2408
|
-
"path": ["color", "background", "accent", "
|
|
2409
|
-
"cleanName": "color.background.accent.
|
|
4167
|
+
"name": "color.background.accent.gray.subtlest.[default]",
|
|
4168
|
+
"path": ["color", "background", "accent", "gray", "subtlest", "[default]"],
|
|
4169
|
+
"cleanName": "color.background.accent.gray.subtlest"
|
|
2410
4170
|
}, {
|
|
2411
4171
|
"attributes": {
|
|
2412
4172
|
"group": "paint",
|
|
2413
4173
|
"state": "active",
|
|
2414
|
-
"introduced": "
|
|
2415
|
-
"description": "
|
|
4174
|
+
"introduced": "1.19.0",
|
|
4175
|
+
"description": "Hovered state of color.background.accent.gray.subtlest."
|
|
2416
4176
|
},
|
|
2417
|
-
"value": "#
|
|
4177
|
+
"value": "#5E6C84",
|
|
2418
4178
|
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2419
4179
|
"isSource": true,
|
|
2420
4180
|
"original": {
|
|
2421
4181
|
"attributes": {
|
|
2422
4182
|
"group": "paint",
|
|
2423
4183
|
"state": "active",
|
|
2424
|
-
"introduced": "
|
|
2425
|
-
"description": "
|
|
4184
|
+
"introduced": "1.19.0",
|
|
4185
|
+
"description": "Hovered state of color.background.accent.gray.subtlest."
|
|
2426
4186
|
},
|
|
2427
|
-
"value": "
|
|
4187
|
+
"value": "N300"
|
|
2428
4188
|
},
|
|
2429
|
-
"name": "color.background.accent.
|
|
2430
|
-
"path": ["color", "background", "accent", "
|
|
2431
|
-
"cleanName": "color.background.accent.
|
|
4189
|
+
"name": "color.background.accent.gray.subtlest.hovered",
|
|
4190
|
+
"path": ["color", "background", "accent", "gray", "subtlest", "hovered"],
|
|
4191
|
+
"cleanName": "color.background.accent.gray.subtlest.hovered"
|
|
2432
4192
|
}, {
|
|
2433
4193
|
"attributes": {
|
|
2434
4194
|
"group": "paint",
|
|
2435
4195
|
"state": "active",
|
|
2436
|
-
"introduced": "
|
|
2437
|
-
"description": "
|
|
4196
|
+
"introduced": "1.19.0",
|
|
4197
|
+
"description": "Pressed state of color.background.accent.gray.subtlest."
|
|
2438
4198
|
},
|
|
2439
|
-
"value": "#
|
|
4199
|
+
"value": "#505F79",
|
|
2440
4200
|
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2441
4201
|
"isSource": true,
|
|
2442
4202
|
"original": {
|
|
2443
4203
|
"attributes": {
|
|
2444
4204
|
"group": "paint",
|
|
2445
4205
|
"state": "active",
|
|
2446
|
-
"introduced": "
|
|
2447
|
-
"description": "
|
|
4206
|
+
"introduced": "1.19.0",
|
|
4207
|
+
"description": "Pressed state of color.background.accent.gray.subtlest."
|
|
2448
4208
|
},
|
|
2449
|
-
"value": "
|
|
4209
|
+
"value": "N400"
|
|
2450
4210
|
},
|
|
2451
|
-
"name": "color.background.accent.
|
|
2452
|
-
"path": ["color", "background", "accent", "
|
|
2453
|
-
"cleanName": "color.background.accent.
|
|
4211
|
+
"name": "color.background.accent.gray.subtlest.pressed",
|
|
4212
|
+
"path": ["color", "background", "accent", "gray", "subtlest", "pressed"],
|
|
4213
|
+
"cleanName": "color.background.accent.gray.subtlest.pressed"
|
|
2454
4214
|
}, {
|
|
2455
4215
|
"attributes": {
|
|
2456
4216
|
"group": "paint",
|
|
2457
4217
|
"state": "active",
|
|
2458
4218
|
"introduced": "0.7.0",
|
|
2459
|
-
"description": "Use for
|
|
4219
|
+
"description": "Use for gray backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2460
4220
|
},
|
|
2461
|
-
"value": "#
|
|
4221
|
+
"value": "#5E6C84",
|
|
2462
4222
|
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2463
4223
|
"isSource": true,
|
|
2464
4224
|
"original": {
|
|
@@ -2466,65 +4226,65 @@ var tokens = [{
|
|
|
2466
4226
|
"group": "paint",
|
|
2467
4227
|
"state": "active",
|
|
2468
4228
|
"introduced": "0.7.0",
|
|
2469
|
-
"description": "Use for
|
|
4229
|
+
"description": "Use for gray backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2470
4230
|
},
|
|
2471
|
-
"value": "
|
|
4231
|
+
"value": "N300"
|
|
2472
4232
|
},
|
|
2473
|
-
"name": "color.background.accent.
|
|
2474
|
-
"path": ["color", "background", "accent", "
|
|
2475
|
-
"cleanName": "color.background.accent.
|
|
4233
|
+
"name": "color.background.accent.gray.subtler.[default]",
|
|
4234
|
+
"path": ["color", "background", "accent", "gray", "subtler", "[default]"],
|
|
4235
|
+
"cleanName": "color.background.accent.gray.subtler"
|
|
2476
4236
|
}, {
|
|
2477
4237
|
"attributes": {
|
|
2478
4238
|
"group": "paint",
|
|
2479
4239
|
"state": "active",
|
|
2480
|
-
"introduced": "
|
|
2481
|
-
"description": "
|
|
4240
|
+
"introduced": "1.19.0",
|
|
4241
|
+
"description": "Hovered state of color.background.accent.gray.subtler."
|
|
2482
4242
|
},
|
|
2483
|
-
"value": "#
|
|
4243
|
+
"value": "#505F79",
|
|
2484
4244
|
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2485
4245
|
"isSource": true,
|
|
2486
4246
|
"original": {
|
|
2487
4247
|
"attributes": {
|
|
2488
4248
|
"group": "paint",
|
|
2489
4249
|
"state": "active",
|
|
2490
|
-
"introduced": "
|
|
2491
|
-
"description": "
|
|
4250
|
+
"introduced": "1.19.0",
|
|
4251
|
+
"description": "Hovered state of color.background.accent.gray.subtler."
|
|
2492
4252
|
},
|
|
2493
|
-
"value": "
|
|
4253
|
+
"value": "N400"
|
|
2494
4254
|
},
|
|
2495
|
-
"name": "color.background.accent.
|
|
2496
|
-
"path": ["color", "background", "accent", "
|
|
2497
|
-
"cleanName": "color.background.accent.
|
|
4255
|
+
"name": "color.background.accent.gray.subtler.hovered",
|
|
4256
|
+
"path": ["color", "background", "accent", "gray", "subtler", "hovered"],
|
|
4257
|
+
"cleanName": "color.background.accent.gray.subtler.hovered"
|
|
2498
4258
|
}, {
|
|
2499
4259
|
"attributes": {
|
|
2500
4260
|
"group": "paint",
|
|
2501
4261
|
"state": "active",
|
|
2502
|
-
"introduced": "
|
|
2503
|
-
"description": "
|
|
4262
|
+
"introduced": "1.19.0",
|
|
4263
|
+
"description": "Pressed state of color.background.accent.gray.subtler."
|
|
2504
4264
|
},
|
|
2505
|
-
"value": "#
|
|
4265
|
+
"value": "#42526E",
|
|
2506
4266
|
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2507
4267
|
"isSource": true,
|
|
2508
4268
|
"original": {
|
|
2509
4269
|
"attributes": {
|
|
2510
4270
|
"group": "paint",
|
|
2511
4271
|
"state": "active",
|
|
2512
|
-
"introduced": "
|
|
2513
|
-
"description": "
|
|
4272
|
+
"introduced": "1.19.0",
|
|
4273
|
+
"description": "Pressed state of color.background.accent.gray.subtler."
|
|
2514
4274
|
},
|
|
2515
|
-
"value": "
|
|
4275
|
+
"value": "N500"
|
|
2516
4276
|
},
|
|
2517
|
-
"name": "color.background.accent.
|
|
2518
|
-
"path": ["color", "background", "accent", "
|
|
2519
|
-
"cleanName": "color.background.accent.
|
|
4277
|
+
"name": "color.background.accent.gray.subtler.pressed",
|
|
4278
|
+
"path": ["color", "background", "accent", "gray", "subtler", "pressed"],
|
|
4279
|
+
"cleanName": "color.background.accent.gray.subtler.pressed"
|
|
2520
4280
|
}, {
|
|
2521
4281
|
"attributes": {
|
|
2522
4282
|
"group": "paint",
|
|
2523
4283
|
"state": "active",
|
|
2524
4284
|
"introduced": "0.7.0",
|
|
2525
|
-
"description": "Use for vibrant
|
|
4285
|
+
"description": "Use for vibrant gray backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2526
4286
|
},
|
|
2527
|
-
"value": "#
|
|
4287
|
+
"value": "#505F79",
|
|
2528
4288
|
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2529
4289
|
"isSource": true,
|
|
2530
4290
|
"original": {
|
|
@@ -2532,41 +4292,41 @@ var tokens = [{
|
|
|
2532
4292
|
"group": "paint",
|
|
2533
4293
|
"state": "active",
|
|
2534
4294
|
"introduced": "0.7.0",
|
|
2535
|
-
"description": "Use for vibrant
|
|
4295
|
+
"description": "Use for vibrant gray backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2536
4296
|
},
|
|
2537
|
-
"value": "
|
|
4297
|
+
"value": "N400"
|
|
2538
4298
|
},
|
|
2539
|
-
"name": "color.background.accent.
|
|
2540
|
-
"path": ["color", "background", "accent", "
|
|
2541
|
-
"cleanName": "color.background.accent.
|
|
4299
|
+
"name": "color.background.accent.gray.subtle.[default]",
|
|
4300
|
+
"path": ["color", "background", "accent", "gray", "subtle", "[default]"],
|
|
4301
|
+
"cleanName": "color.background.accent.gray.subtle"
|
|
2542
4302
|
}, {
|
|
2543
4303
|
"attributes": {
|
|
2544
4304
|
"group": "paint",
|
|
2545
4305
|
"state": "active",
|
|
2546
|
-
"introduced": "
|
|
2547
|
-
"description": "
|
|
4306
|
+
"introduced": "1.19.0",
|
|
4307
|
+
"description": "Hovered state of color.background.accent.gray.subtle."
|
|
2548
4308
|
},
|
|
2549
|
-
"value": "#
|
|
4309
|
+
"value": "#5E6C84",
|
|
2550
4310
|
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2551
4311
|
"isSource": true,
|
|
2552
4312
|
"original": {
|
|
2553
4313
|
"attributes": {
|
|
2554
4314
|
"group": "paint",
|
|
2555
4315
|
"state": "active",
|
|
2556
|
-
"introduced": "
|
|
2557
|
-
"description": "
|
|
4316
|
+
"introduced": "1.19.0",
|
|
4317
|
+
"description": "Hovered state of color.background.accent.gray.subtle."
|
|
2558
4318
|
},
|
|
2559
|
-
"value": "
|
|
4319
|
+
"value": "N300"
|
|
2560
4320
|
},
|
|
2561
|
-
"name": "color.background.accent.
|
|
2562
|
-
"path": ["color", "background", "accent", "
|
|
2563
|
-
"cleanName": "color.background.accent.
|
|
4321
|
+
"name": "color.background.accent.gray.subtle.hovered",
|
|
4322
|
+
"path": ["color", "background", "accent", "gray", "subtle", "hovered"],
|
|
4323
|
+
"cleanName": "color.background.accent.gray.subtle.hovered"
|
|
2564
4324
|
}, {
|
|
2565
4325
|
"attributes": {
|
|
2566
4326
|
"group": "paint",
|
|
2567
4327
|
"state": "active",
|
|
2568
|
-
"introduced": "
|
|
2569
|
-
"description": "
|
|
4328
|
+
"introduced": "1.19.0",
|
|
4329
|
+
"description": "Pressed state of color.background.accent.gray.subtle."
|
|
2570
4330
|
},
|
|
2571
4331
|
"value": "#6B778C",
|
|
2572
4332
|
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
@@ -2575,22 +4335,22 @@ var tokens = [{
|
|
|
2575
4335
|
"attributes": {
|
|
2576
4336
|
"group": "paint",
|
|
2577
4337
|
"state": "active",
|
|
2578
|
-
"introduced": "
|
|
2579
|
-
"description": "
|
|
4338
|
+
"introduced": "1.19.0",
|
|
4339
|
+
"description": "Pressed state of color.background.accent.gray.subtle."
|
|
2580
4340
|
},
|
|
2581
4341
|
"value": "N200"
|
|
2582
4342
|
},
|
|
2583
|
-
"name": "color.background.accent.gray.
|
|
2584
|
-
"path": ["color", "background", "accent", "gray", "
|
|
2585
|
-
"cleanName": "color.background.accent.gray.
|
|
4343
|
+
"name": "color.background.accent.gray.subtle.pressed",
|
|
4344
|
+
"path": ["color", "background", "accent", "gray", "subtle", "pressed"],
|
|
4345
|
+
"cleanName": "color.background.accent.gray.subtle.pressed"
|
|
2586
4346
|
}, {
|
|
2587
4347
|
"attributes": {
|
|
2588
4348
|
"group": "paint",
|
|
2589
4349
|
"state": "active",
|
|
2590
4350
|
"introduced": "0.7.0",
|
|
2591
|
-
"description": "Use for gray backgrounds when there is no meaning tied to the color,
|
|
4351
|
+
"description": "Use for gray backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
2592
4352
|
},
|
|
2593
|
-
"value": "#
|
|
4353
|
+
"value": "#42526E",
|
|
2594
4354
|
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2595
4355
|
"isSource": true,
|
|
2596
4356
|
"original": {
|
|
@@ -2598,57 +4358,57 @@ var tokens = [{
|
|
|
2598
4358
|
"group": "paint",
|
|
2599
4359
|
"state": "active",
|
|
2600
4360
|
"introduced": "0.7.0",
|
|
2601
|
-
"description": "Use for gray backgrounds when there is no meaning tied to the color,
|
|
4361
|
+
"description": "Use for gray backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
2602
4362
|
},
|
|
2603
|
-
"value": "
|
|
4363
|
+
"value": "N500"
|
|
2604
4364
|
},
|
|
2605
|
-
"name": "color.background.accent.gray.
|
|
2606
|
-
"path": ["color", "background", "accent", "gray", "
|
|
2607
|
-
"cleanName": "color.background.accent.gray.
|
|
4365
|
+
"name": "color.background.accent.gray.bolder.[default]",
|
|
4366
|
+
"path": ["color", "background", "accent", "gray", "bolder", "[default]"],
|
|
4367
|
+
"cleanName": "color.background.accent.gray.bolder"
|
|
2608
4368
|
}, {
|
|
2609
4369
|
"attributes": {
|
|
2610
4370
|
"group": "paint",
|
|
2611
4371
|
"state": "active",
|
|
2612
|
-
"introduced": "
|
|
2613
|
-
"description": "
|
|
4372
|
+
"introduced": "1.19.0",
|
|
4373
|
+
"description": "Hovered state of color.background.accent.gray.bolder."
|
|
2614
4374
|
},
|
|
2615
|
-
"value": "#
|
|
4375
|
+
"value": "#344563",
|
|
2616
4376
|
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2617
4377
|
"isSource": true,
|
|
2618
4378
|
"original": {
|
|
2619
4379
|
"attributes": {
|
|
2620
4380
|
"group": "paint",
|
|
2621
4381
|
"state": "active",
|
|
2622
|
-
"introduced": "
|
|
2623
|
-
"description": "
|
|
4382
|
+
"introduced": "1.19.0",
|
|
4383
|
+
"description": "Hovered state of color.background.accent.gray.bolder."
|
|
2624
4384
|
},
|
|
2625
|
-
"value": "
|
|
4385
|
+
"value": "N600"
|
|
2626
4386
|
},
|
|
2627
|
-
"name": "color.background.accent.gray.
|
|
2628
|
-
"path": ["color", "background", "accent", "gray", "
|
|
2629
|
-
"cleanName": "color.background.accent.gray.
|
|
4387
|
+
"name": "color.background.accent.gray.bolder.hovered",
|
|
4388
|
+
"path": ["color", "background", "accent", "gray", "bolder", "hovered"],
|
|
4389
|
+
"cleanName": "color.background.accent.gray.bolder.hovered"
|
|
2630
4390
|
}, {
|
|
2631
4391
|
"attributes": {
|
|
2632
4392
|
"group": "paint",
|
|
2633
4393
|
"state": "active",
|
|
2634
|
-
"introduced": "
|
|
2635
|
-
"description": "
|
|
4394
|
+
"introduced": "1.19.0",
|
|
4395
|
+
"description": "Pressed state of color.background.accent.gray.subtlest."
|
|
2636
4396
|
},
|
|
2637
|
-
"value": "#
|
|
4397
|
+
"value": "#253858",
|
|
2638
4398
|
"filePath": "src/tokens/atlassian-legacy-light/color/accent.tsx",
|
|
2639
4399
|
"isSource": true,
|
|
2640
4400
|
"original": {
|
|
2641
4401
|
"attributes": {
|
|
2642
4402
|
"group": "paint",
|
|
2643
4403
|
"state": "active",
|
|
2644
|
-
"introduced": "
|
|
2645
|
-
"description": "
|
|
4404
|
+
"introduced": "1.19.0",
|
|
4405
|
+
"description": "Pressed state of color.background.accent.gray.subtlest."
|
|
2646
4406
|
},
|
|
2647
|
-
"value": "
|
|
4407
|
+
"value": "N700"
|
|
2648
4408
|
},
|
|
2649
|
-
"name": "color.background.accent.gray.bolder",
|
|
2650
|
-
"path": ["color", "background", "accent", "gray", "bolder"],
|
|
2651
|
-
"cleanName": "color.background.accent.gray.bolder"
|
|
4409
|
+
"name": "color.background.accent.gray.bolder.pressed",
|
|
4410
|
+
"path": ["color", "background", "accent", "gray", "bolder", "pressed"],
|
|
4411
|
+
"cleanName": "color.background.accent.gray.bolder.pressed"
|
|
2652
4412
|
}, {
|
|
2653
4413
|
"attributes": {
|
|
2654
4414
|
"group": "paint",
|