@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::a80d8cbd5dd6567623aa21c92718805d>>
|
|
10
10
|
* @codegenCommand yarn build tokens
|
|
11
11
|
*/
|
|
12
12
|
var tokens = [{
|
|
@@ -1788,15 +1788,15 @@ var tokens = [{
|
|
|
1788
1788
|
},
|
|
1789
1789
|
"value": "Lime1000"
|
|
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
1794
|
}, {
|
|
1795
1795
|
"attributes": {
|
|
1796
1796
|
"group": "paint",
|
|
1797
1797
|
"state": "active",
|
|
1798
|
-
"introduced": "1.
|
|
1799
|
-
"description": "
|
|
1798
|
+
"introduced": "1.19.0",
|
|
1799
|
+
"description": "Hovered state of color.background.accent.lime.subtlest."
|
|
1800
1800
|
},
|
|
1801
1801
|
"value": "#37471F",
|
|
1802
1802
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
@@ -1805,20 +1805,20 @@ var tokens = [{
|
|
|
1805
1805
|
"attributes": {
|
|
1806
1806
|
"group": "paint",
|
|
1807
1807
|
"state": "active",
|
|
1808
|
-
"introduced": "1.
|
|
1809
|
-
"description": "
|
|
1808
|
+
"introduced": "1.19.0",
|
|
1809
|
+
"description": "Hovered state of color.background.accent.lime.subtlest."
|
|
1810
1810
|
},
|
|
1811
1811
|
"value": "Lime900"
|
|
1812
1812
|
},
|
|
1813
|
-
"name": "color.background.accent.lime.
|
|
1814
|
-
"path": ["color", "background", "accent", "lime", "
|
|
1815
|
-
"cleanName": "color.background.accent.lime.
|
|
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
1816
|
}, {
|
|
1817
1817
|
"attributes": {
|
|
1818
1818
|
"group": "paint",
|
|
1819
1819
|
"state": "active",
|
|
1820
|
-
"introduced": "1.
|
|
1821
|
-
"description": "
|
|
1820
|
+
"introduced": "1.19.0",
|
|
1821
|
+
"description": "Pressed state of color.background.accent.lime.subtlest."
|
|
1822
1822
|
},
|
|
1823
1823
|
"value": "#4C6B1F",
|
|
1824
1824
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
@@ -1827,22 +1827,22 @@ var tokens = [{
|
|
|
1827
1827
|
"attributes": {
|
|
1828
1828
|
"group": "paint",
|
|
1829
1829
|
"state": "active",
|
|
1830
|
-
"introduced": "1.
|
|
1831
|
-
"description": "
|
|
1830
|
+
"introduced": "1.19.0",
|
|
1831
|
+
"description": "Pressed state of color.background.accent.lime.subtlest."
|
|
1832
1832
|
},
|
|
1833
1833
|
"value": "Lime800"
|
|
1834
1834
|
},
|
|
1835
|
-
"name": "color.background.accent.lime.
|
|
1836
|
-
"path": ["color", "background", "accent", "lime", "
|
|
1837
|
-
"cleanName": "color.background.accent.lime.
|
|
1835
|
+
"name": "color.background.accent.lime.subtlest.pressed",
|
|
1836
|
+
"path": ["color", "background", "accent", "lime", "subtlest", "pressed"],
|
|
1837
|
+
"cleanName": "color.background.accent.lime.subtlest.pressed"
|
|
1838
1838
|
}, {
|
|
1839
1839
|
"attributes": {
|
|
1840
1840
|
"group": "paint",
|
|
1841
1841
|
"state": "active",
|
|
1842
1842
|
"introduced": "1.6.0",
|
|
1843
|
-
"description": "Use for for backgrounds when there is no meaning tied to the color,
|
|
1843
|
+
"description": "Use for for backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1844
1844
|
},
|
|
1845
|
-
"value": "#
|
|
1845
|
+
"value": "#37471F",
|
|
1846
1846
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
1847
1847
|
"isSource": true,
|
|
1848
1848
|
"original": {
|
|
@@ -1850,197 +1850,197 @@ var tokens = [{
|
|
|
1850
1850
|
"group": "paint",
|
|
1851
1851
|
"state": "active",
|
|
1852
1852
|
"introduced": "1.6.0",
|
|
1853
|
-
"description": "Use for for backgrounds when there is no meaning tied to the color,
|
|
1853
|
+
"description": "Use for for backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1854
1854
|
},
|
|
1855
|
-
"value": "
|
|
1855
|
+
"value": "Lime900"
|
|
1856
1856
|
},
|
|
1857
|
-
"name": "color.background.accent.lime.
|
|
1858
|
-
"path": ["color", "background", "accent", "lime", "
|
|
1859
|
-
"cleanName": "color.background.accent.lime.
|
|
1857
|
+
"name": "color.background.accent.lime.subtler.[default]",
|
|
1858
|
+
"path": ["color", "background", "accent", "lime", "subtler", "[default]"],
|
|
1859
|
+
"cleanName": "color.background.accent.lime.subtler"
|
|
1860
1860
|
}, {
|
|
1861
1861
|
"attributes": {
|
|
1862
1862
|
"group": "paint",
|
|
1863
1863
|
"state": "active",
|
|
1864
|
-
"introduced": "
|
|
1865
|
-
"description": "
|
|
1864
|
+
"introduced": "1.19.0",
|
|
1865
|
+
"description": "Hovered state of color.background.accent.lime.subtler."
|
|
1866
1866
|
},
|
|
1867
|
-
"value": "#
|
|
1867
|
+
"value": "#4C6B1F",
|
|
1868
1868
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
1869
1869
|
"isSource": true,
|
|
1870
1870
|
"original": {
|
|
1871
1871
|
"attributes": {
|
|
1872
1872
|
"group": "paint",
|
|
1873
1873
|
"state": "active",
|
|
1874
|
-
"introduced": "
|
|
1875
|
-
"description": "
|
|
1874
|
+
"introduced": "1.19.0",
|
|
1875
|
+
"description": "Hovered state of color.background.accent.lime.subtler."
|
|
1876
1876
|
},
|
|
1877
|
-
"value": "
|
|
1877
|
+
"value": "Lime800"
|
|
1878
1878
|
},
|
|
1879
|
-
"name": "color.background.accent.
|
|
1880
|
-
"path": ["color", "background", "accent", "
|
|
1881
|
-
"cleanName": "color.background.accent.
|
|
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
1882
|
}, {
|
|
1883
1883
|
"attributes": {
|
|
1884
1884
|
"group": "paint",
|
|
1885
1885
|
"state": "active",
|
|
1886
|
-
"introduced": "
|
|
1887
|
-
"description": "
|
|
1886
|
+
"introduced": "1.19.0",
|
|
1887
|
+
"description": "Pressed state of color.background.accent.lime.subtler."
|
|
1888
1888
|
},
|
|
1889
|
-
"value": "#
|
|
1889
|
+
"value": "#5B7F24",
|
|
1890
1890
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
1891
1891
|
"isSource": true,
|
|
1892
1892
|
"original": {
|
|
1893
1893
|
"attributes": {
|
|
1894
1894
|
"group": "paint",
|
|
1895
1895
|
"state": "active",
|
|
1896
|
-
"introduced": "
|
|
1897
|
-
"description": "
|
|
1896
|
+
"introduced": "1.19.0",
|
|
1897
|
+
"description": "Pressed state of color.background.accent.lime.subtler."
|
|
1898
1898
|
},
|
|
1899
|
-
"value": "
|
|
1899
|
+
"value": "Lime700"
|
|
1900
1900
|
},
|
|
1901
|
-
"name": "color.background.accent.
|
|
1902
|
-
"path": ["color", "background", "accent", "
|
|
1903
|
-
"cleanName": "color.background.accent.
|
|
1901
|
+
"name": "color.background.accent.lime.subtler.pressed",
|
|
1902
|
+
"path": ["color", "background", "accent", "lime", "subtler", "pressed"],
|
|
1903
|
+
"cleanName": "color.background.accent.lime.subtler.pressed"
|
|
1904
1904
|
}, {
|
|
1905
1905
|
"attributes": {
|
|
1906
1906
|
"group": "paint",
|
|
1907
1907
|
"state": "active",
|
|
1908
|
-
"introduced": "
|
|
1909
|
-
"description": "Use for vibrant
|
|
1908
|
+
"introduced": "1.6.0",
|
|
1909
|
+
"description": "Use for vibrant for backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1910
1910
|
},
|
|
1911
|
-
"value": "#
|
|
1911
|
+
"value": "#4C6B1F",
|
|
1912
1912
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
1913
1913
|
"isSource": true,
|
|
1914
1914
|
"original": {
|
|
1915
1915
|
"attributes": {
|
|
1916
1916
|
"group": "paint",
|
|
1917
1917
|
"state": "active",
|
|
1918
|
-
"introduced": "
|
|
1919
|
-
"description": "Use for vibrant
|
|
1918
|
+
"introduced": "1.6.0",
|
|
1919
|
+
"description": "Use for vibrant for backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1920
1920
|
},
|
|
1921
|
-
"value": "
|
|
1921
|
+
"value": "Lime800"
|
|
1922
1922
|
},
|
|
1923
|
-
"name": "color.background.accent.
|
|
1924
|
-
"path": ["color", "background", "accent", "
|
|
1925
|
-
"cleanName": "color.background.accent.
|
|
1923
|
+
"name": "color.background.accent.lime.subtle.[default]",
|
|
1924
|
+
"path": ["color", "background", "accent", "lime", "subtle", "[default]"],
|
|
1925
|
+
"cleanName": "color.background.accent.lime.subtle"
|
|
1926
1926
|
}, {
|
|
1927
1927
|
"attributes": {
|
|
1928
1928
|
"group": "paint",
|
|
1929
1929
|
"state": "active",
|
|
1930
|
-
"introduced": "
|
|
1931
|
-
"description": "
|
|
1930
|
+
"introduced": "1.19.0",
|
|
1931
|
+
"description": "Hovered state of color.background.accent.lime.subtle."
|
|
1932
1932
|
},
|
|
1933
|
-
"value": "#
|
|
1933
|
+
"value": "#37471F",
|
|
1934
1934
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
1935
1935
|
"isSource": true,
|
|
1936
1936
|
"original": {
|
|
1937
1937
|
"attributes": {
|
|
1938
1938
|
"group": "paint",
|
|
1939
1939
|
"state": "active",
|
|
1940
|
-
"introduced": "
|
|
1941
|
-
"description": "
|
|
1940
|
+
"introduced": "1.19.0",
|
|
1941
|
+
"description": "Hovered state of color.background.accent.lime.subtle."
|
|
1942
1942
|
},
|
|
1943
|
-
"value": "
|
|
1943
|
+
"value": "Lime900"
|
|
1944
1944
|
},
|
|
1945
|
-
"name": "color.background.accent.
|
|
1946
|
-
"path": ["color", "background", "accent", "
|
|
1947
|
-
"cleanName": "color.background.accent.
|
|
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
1948
|
}, {
|
|
1949
1949
|
"attributes": {
|
|
1950
1950
|
"group": "paint",
|
|
1951
1951
|
"state": "active",
|
|
1952
|
-
"introduced": "
|
|
1953
|
-
"description": "
|
|
1952
|
+
"introduced": "1.19.0",
|
|
1953
|
+
"description": "Pressed state of color.background.accent.lime.subtle."
|
|
1954
1954
|
},
|
|
1955
|
-
"value": "#
|
|
1955
|
+
"value": "#2A3818",
|
|
1956
1956
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
1957
1957
|
"isSource": true,
|
|
1958
1958
|
"original": {
|
|
1959
1959
|
"attributes": {
|
|
1960
1960
|
"group": "paint",
|
|
1961
1961
|
"state": "active",
|
|
1962
|
-
"introduced": "
|
|
1963
|
-
"description": "
|
|
1962
|
+
"introduced": "1.19.0",
|
|
1963
|
+
"description": "Pressed state of color.background.accent.lime.subtle."
|
|
1964
1964
|
},
|
|
1965
|
-
"value": "
|
|
1965
|
+
"value": "Lime1000"
|
|
1966
1966
|
},
|
|
1967
|
-
"name": "color.background.accent.
|
|
1968
|
-
"path": ["color", "background", "accent", "
|
|
1969
|
-
"cleanName": "color.background.accent.
|
|
1967
|
+
"name": "color.background.accent.lime.subtle.pressed",
|
|
1968
|
+
"path": ["color", "background", "accent", "lime", "subtle", "pressed"],
|
|
1969
|
+
"cleanName": "color.background.accent.lime.subtle.pressed"
|
|
1970
1970
|
}, {
|
|
1971
1971
|
"attributes": {
|
|
1972
1972
|
"group": "paint",
|
|
1973
1973
|
"state": "active",
|
|
1974
|
-
"introduced": "
|
|
1975
|
-
"description": "Use for
|
|
1974
|
+
"introduced": "1.6.0",
|
|
1975
|
+
"description": "Use for for backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
1976
1976
|
},
|
|
1977
|
-
"value": "#
|
|
1977
|
+
"value": "#94C748",
|
|
1978
1978
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
1979
1979
|
"isSource": true,
|
|
1980
1980
|
"original": {
|
|
1981
1981
|
"attributes": {
|
|
1982
1982
|
"group": "paint",
|
|
1983
1983
|
"state": "active",
|
|
1984
|
-
"introduced": "
|
|
1985
|
-
"description": "Use for
|
|
1984
|
+
"introduced": "1.6.0",
|
|
1985
|
+
"description": "Use for for backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
1986
1986
|
},
|
|
1987
|
-
"value": "
|
|
1987
|
+
"value": "Lime400"
|
|
1988
1988
|
},
|
|
1989
|
-
"name": "color.background.accent.
|
|
1990
|
-
"path": ["color", "background", "accent", "
|
|
1991
|
-
"cleanName": "color.background.accent.
|
|
1989
|
+
"name": "color.background.accent.lime.bolder.[default]",
|
|
1990
|
+
"path": ["color", "background", "accent", "lime", "bolder", "[default]"],
|
|
1991
|
+
"cleanName": "color.background.accent.lime.bolder"
|
|
1992
1992
|
}, {
|
|
1993
1993
|
"attributes": {
|
|
1994
1994
|
"group": "paint",
|
|
1995
1995
|
"state": "active",
|
|
1996
|
-
"introduced": "
|
|
1997
|
-
"description": "
|
|
1996
|
+
"introduced": "1.19.0",
|
|
1997
|
+
"description": "Hovered state of color.background.accent.lime.bolder."
|
|
1998
1998
|
},
|
|
1999
|
-
"value": "#
|
|
1999
|
+
"value": "#B3DF72",
|
|
2000
2000
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
2001
2001
|
"isSource": true,
|
|
2002
2002
|
"original": {
|
|
2003
2003
|
"attributes": {
|
|
2004
2004
|
"group": "paint",
|
|
2005
2005
|
"state": "active",
|
|
2006
|
-
"introduced": "
|
|
2007
|
-
"description": "
|
|
2006
|
+
"introduced": "1.19.0",
|
|
2007
|
+
"description": "Hovered state of color.background.accent.lime.bolder."
|
|
2008
2008
|
},
|
|
2009
|
-
"value": "
|
|
2009
|
+
"value": "Lime300"
|
|
2010
2010
|
},
|
|
2011
|
-
"name": "color.background.accent.
|
|
2012
|
-
"path": ["color", "background", "accent", "
|
|
2013
|
-
"cleanName": "color.background.accent.
|
|
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
2014
|
}, {
|
|
2015
2015
|
"attributes": {
|
|
2016
2016
|
"group": "paint",
|
|
2017
2017
|
"state": "active",
|
|
2018
|
-
"introduced": "
|
|
2019
|
-
"description": "
|
|
2018
|
+
"introduced": "1.19.0",
|
|
2019
|
+
"description": "Pressed state of color.background.accent.lime.bolder."
|
|
2020
2020
|
},
|
|
2021
|
-
"value": "#
|
|
2021
|
+
"value": "#D3F1A7",
|
|
2022
2022
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
2023
2023
|
"isSource": true,
|
|
2024
2024
|
"original": {
|
|
2025
2025
|
"attributes": {
|
|
2026
2026
|
"group": "paint",
|
|
2027
2027
|
"state": "active",
|
|
2028
|
-
"introduced": "
|
|
2029
|
-
"description": "
|
|
2028
|
+
"introduced": "1.19.0",
|
|
2029
|
+
"description": "Pressed state of color.background.accent.lime.bolder."
|
|
2030
2030
|
},
|
|
2031
|
-
"value": "
|
|
2031
|
+
"value": "Lime200"
|
|
2032
2032
|
},
|
|
2033
|
-
"name": "color.background.accent.
|
|
2034
|
-
"path": ["color", "background", "accent", "
|
|
2035
|
-
"cleanName": "color.background.accent.
|
|
2033
|
+
"name": "color.background.accent.lime.bolder.pressed",
|
|
2034
|
+
"path": ["color", "background", "accent", "lime", "bolder", "pressed"],
|
|
2035
|
+
"cleanName": "color.background.accent.lime.bolder.pressed"
|
|
2036
2036
|
}, {
|
|
2037
2037
|
"attributes": {
|
|
2038
2038
|
"group": "paint",
|
|
2039
2039
|
"state": "active",
|
|
2040
2040
|
"introduced": "0.7.0",
|
|
2041
|
-
"description": "Use for
|
|
2041
|
+
"description": "Use for red backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
2042
2042
|
},
|
|
2043
|
-
"value": "#
|
|
2043
|
+
"value": "#4F1C16",
|
|
2044
2044
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
2045
2045
|
"isSource": true,
|
|
2046
2046
|
"original": {
|
|
@@ -2048,65 +2048,65 @@ var tokens = [{
|
|
|
2048
2048
|
"group": "paint",
|
|
2049
2049
|
"state": "active",
|
|
2050
2050
|
"introduced": "0.7.0",
|
|
2051
|
-
"description": "Use for
|
|
2051
|
+
"description": "Use for red backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
2052
2052
|
},
|
|
2053
|
-
"value": "
|
|
2053
|
+
"value": "Red1000"
|
|
2054
2054
|
},
|
|
2055
|
-
"name": "color.background.accent.
|
|
2056
|
-
"path": ["color", "background", "accent", "
|
|
2057
|
-
"cleanName": "color.background.accent.
|
|
2055
|
+
"name": "color.background.accent.red.subtlest.[default]",
|
|
2056
|
+
"path": ["color", "background", "accent", "red", "subtlest", "[default]"],
|
|
2057
|
+
"cleanName": "color.background.accent.red.subtlest"
|
|
2058
2058
|
}, {
|
|
2059
2059
|
"attributes": {
|
|
2060
2060
|
"group": "paint",
|
|
2061
2061
|
"state": "active",
|
|
2062
|
-
"introduced": "
|
|
2063
|
-
"description": "
|
|
2062
|
+
"introduced": "1.19.0",
|
|
2063
|
+
"description": "Hovered state of color.background.accent.red.subtlest."
|
|
2064
2064
|
},
|
|
2065
|
-
"value": "#
|
|
2065
|
+
"value": "#601E16",
|
|
2066
2066
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
2067
2067
|
"isSource": true,
|
|
2068
2068
|
"original": {
|
|
2069
2069
|
"attributes": {
|
|
2070
2070
|
"group": "paint",
|
|
2071
2071
|
"state": "active",
|
|
2072
|
-
"introduced": "
|
|
2073
|
-
"description": "
|
|
2072
|
+
"introduced": "1.19.0",
|
|
2073
|
+
"description": "Hovered state of color.background.accent.red.subtlest."
|
|
2074
2074
|
},
|
|
2075
|
-
"value": "
|
|
2075
|
+
"value": "Red900"
|
|
2076
2076
|
},
|
|
2077
|
-
"name": "color.background.accent.
|
|
2078
|
-
"path": ["color", "background", "accent", "
|
|
2079
|
-
"cleanName": "color.background.accent.
|
|
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
2080
|
}, {
|
|
2081
2081
|
"attributes": {
|
|
2082
2082
|
"group": "paint",
|
|
2083
2083
|
"state": "active",
|
|
2084
|
-
"introduced": "
|
|
2085
|
-
"description": "
|
|
2084
|
+
"introduced": "1.19.0",
|
|
2085
|
+
"description": "Pressed state of color.background.accent.red.subtlest."
|
|
2086
2086
|
},
|
|
2087
|
-
"value": "#
|
|
2087
|
+
"value": "#AE2A19",
|
|
2088
2088
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
2089
2089
|
"isSource": true,
|
|
2090
2090
|
"original": {
|
|
2091
2091
|
"attributes": {
|
|
2092
2092
|
"group": "paint",
|
|
2093
2093
|
"state": "active",
|
|
2094
|
-
"introduced": "
|
|
2095
|
-
"description": "
|
|
2094
|
+
"introduced": "1.19.0",
|
|
2095
|
+
"description": "Pressed state of color.background.accent.red.subtlest."
|
|
2096
2096
|
},
|
|
2097
|
-
"value": "
|
|
2097
|
+
"value": "Red800"
|
|
2098
2098
|
},
|
|
2099
|
-
"name": "color.background.accent.
|
|
2100
|
-
"path": ["color", "background", "accent", "
|
|
2101
|
-
"cleanName": "color.background.accent.
|
|
2099
|
+
"name": "color.background.accent.red.subtlest.pressed",
|
|
2100
|
+
"path": ["color", "background", "accent", "red", "subtlest", "pressed"],
|
|
2101
|
+
"cleanName": "color.background.accent.red.subtlest.pressed"
|
|
2102
2102
|
}, {
|
|
2103
2103
|
"attributes": {
|
|
2104
2104
|
"group": "paint",
|
|
2105
2105
|
"state": "active",
|
|
2106
2106
|
"introduced": "0.7.0",
|
|
2107
|
-
"description": "Use for
|
|
2107
|
+
"description": "Use for red backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2108
2108
|
},
|
|
2109
|
-
"value": "#
|
|
2109
|
+
"value": "#601E16",
|
|
2110
2110
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
2111
2111
|
"isSource": true,
|
|
2112
2112
|
"original": {
|
|
@@ -2114,65 +2114,65 @@ var tokens = [{
|
|
|
2114
2114
|
"group": "paint",
|
|
2115
2115
|
"state": "active",
|
|
2116
2116
|
"introduced": "0.7.0",
|
|
2117
|
-
"description": "Use for
|
|
2117
|
+
"description": "Use for red backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2118
2118
|
},
|
|
2119
|
-
"value": "
|
|
2119
|
+
"value": "Red900"
|
|
2120
2120
|
},
|
|
2121
|
-
"name": "color.background.accent.
|
|
2122
|
-
"path": ["color", "background", "accent", "
|
|
2123
|
-
"cleanName": "color.background.accent.
|
|
2121
|
+
"name": "color.background.accent.red.subtler.[default]",
|
|
2122
|
+
"path": ["color", "background", "accent", "red", "subtler", "[default]"],
|
|
2123
|
+
"cleanName": "color.background.accent.red.subtler"
|
|
2124
2124
|
}, {
|
|
2125
2125
|
"attributes": {
|
|
2126
2126
|
"group": "paint",
|
|
2127
2127
|
"state": "active",
|
|
2128
|
-
"introduced": "
|
|
2129
|
-
"description": "
|
|
2128
|
+
"introduced": "1.19.0",
|
|
2129
|
+
"description": "Hovered state of color.background.accent.red.subtler."
|
|
2130
2130
|
},
|
|
2131
|
-
"value": "#
|
|
2131
|
+
"value": "#AE2A19",
|
|
2132
2132
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
2133
2133
|
"isSource": true,
|
|
2134
2134
|
"original": {
|
|
2135
2135
|
"attributes": {
|
|
2136
2136
|
"group": "paint",
|
|
2137
2137
|
"state": "active",
|
|
2138
|
-
"introduced": "
|
|
2139
|
-
"description": "
|
|
2138
|
+
"introduced": "1.19.0",
|
|
2139
|
+
"description": "Hovered state of color.background.accent.red.subtler."
|
|
2140
2140
|
},
|
|
2141
|
-
"value": "
|
|
2141
|
+
"value": "Red800"
|
|
2142
2142
|
},
|
|
2143
|
-
"name": "color.background.accent.
|
|
2144
|
-
"path": ["color", "background", "accent", "
|
|
2145
|
-
"cleanName": "color.background.accent.
|
|
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
2146
|
}, {
|
|
2147
2147
|
"attributes": {
|
|
2148
2148
|
"group": "paint",
|
|
2149
2149
|
"state": "active",
|
|
2150
|
-
"introduced": "
|
|
2151
|
-
"description": "
|
|
2150
|
+
"introduced": "1.19.0",
|
|
2151
|
+
"description": "Pressed state of color.background.accent.red.subtler."
|
|
2152
2152
|
},
|
|
2153
|
-
"value": "#
|
|
2153
|
+
"value": "#CA3521",
|
|
2154
2154
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
2155
2155
|
"isSource": true,
|
|
2156
2156
|
"original": {
|
|
2157
2157
|
"attributes": {
|
|
2158
2158
|
"group": "paint",
|
|
2159
2159
|
"state": "active",
|
|
2160
|
-
"introduced": "
|
|
2161
|
-
"description": "
|
|
2160
|
+
"introduced": "1.19.0",
|
|
2161
|
+
"description": "Pressed state of color.background.accent.red.subtler."
|
|
2162
2162
|
},
|
|
2163
|
-
"value": "
|
|
2163
|
+
"value": "Red700"
|
|
2164
2164
|
},
|
|
2165
|
-
"name": "color.background.accent.
|
|
2166
|
-
"path": ["color", "background", "accent", "
|
|
2167
|
-
"cleanName": "color.background.accent.
|
|
2165
|
+
"name": "color.background.accent.red.subtler.pressed",
|
|
2166
|
+
"path": ["color", "background", "accent", "red", "subtler", "pressed"],
|
|
2167
|
+
"cleanName": "color.background.accent.red.subtler.pressed"
|
|
2168
2168
|
}, {
|
|
2169
2169
|
"attributes": {
|
|
2170
2170
|
"group": "paint",
|
|
2171
2171
|
"state": "active",
|
|
2172
2172
|
"introduced": "0.7.0",
|
|
2173
|
-
"description": "Use for vibrant
|
|
2173
|
+
"description": "Use for vibrant red backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2174
2174
|
},
|
|
2175
|
-
"value": "#
|
|
2175
|
+
"value": "#AE2A19",
|
|
2176
2176
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
2177
2177
|
"isSource": true,
|
|
2178
2178
|
"original": {
|
|
@@ -2180,65 +2180,65 @@ var tokens = [{
|
|
|
2180
2180
|
"group": "paint",
|
|
2181
2181
|
"state": "active",
|
|
2182
2182
|
"introduced": "0.7.0",
|
|
2183
|
-
"description": "Use for vibrant
|
|
2183
|
+
"description": "Use for vibrant red backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2184
2184
|
},
|
|
2185
|
-
"value": "
|
|
2185
|
+
"value": "Red800"
|
|
2186
2186
|
},
|
|
2187
|
-
"name": "color.background.accent.
|
|
2188
|
-
"path": ["color", "background", "accent", "
|
|
2189
|
-
"cleanName": "color.background.accent.
|
|
2187
|
+
"name": "color.background.accent.red.subtle.[default]",
|
|
2188
|
+
"path": ["color", "background", "accent", "red", "subtle", "[default]"],
|
|
2189
|
+
"cleanName": "color.background.accent.red.subtle"
|
|
2190
2190
|
}, {
|
|
2191
2191
|
"attributes": {
|
|
2192
2192
|
"group": "paint",
|
|
2193
2193
|
"state": "active",
|
|
2194
|
-
"introduced": "
|
|
2195
|
-
"description": "
|
|
2194
|
+
"introduced": "1.19.0",
|
|
2195
|
+
"description": "Hovered state of color.background.accent.red.subtle."
|
|
2196
2196
|
},
|
|
2197
|
-
"value": "#
|
|
2197
|
+
"value": "#601E16",
|
|
2198
2198
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
2199
2199
|
"isSource": true,
|
|
2200
2200
|
"original": {
|
|
2201
2201
|
"attributes": {
|
|
2202
2202
|
"group": "paint",
|
|
2203
2203
|
"state": "active",
|
|
2204
|
-
"introduced": "
|
|
2205
|
-
"description": "
|
|
2204
|
+
"introduced": "1.19.0",
|
|
2205
|
+
"description": "Hovered state of color.background.accent.red.subtle."
|
|
2206
2206
|
},
|
|
2207
|
-
"value": "
|
|
2207
|
+
"value": "Red900"
|
|
2208
2208
|
},
|
|
2209
|
-
"name": "color.background.accent.
|
|
2210
|
-
"path": ["color", "background", "accent", "
|
|
2211
|
-
"cleanName": "color.background.accent.
|
|
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
2212
|
}, {
|
|
2213
2213
|
"attributes": {
|
|
2214
2214
|
"group": "paint",
|
|
2215
2215
|
"state": "active",
|
|
2216
|
-
"introduced": "
|
|
2217
|
-
"description": "
|
|
2216
|
+
"introduced": "1.19.0",
|
|
2217
|
+
"description": "Pressed state of color.background.accent.red.subtle."
|
|
2218
2218
|
},
|
|
2219
|
-
"value": "#
|
|
2219
|
+
"value": "#4F1C16",
|
|
2220
2220
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
2221
2221
|
"isSource": true,
|
|
2222
2222
|
"original": {
|
|
2223
2223
|
"attributes": {
|
|
2224
2224
|
"group": "paint",
|
|
2225
2225
|
"state": "active",
|
|
2226
|
-
"introduced": "
|
|
2227
|
-
"description": "
|
|
2226
|
+
"introduced": "1.19.0",
|
|
2227
|
+
"description": "Pressed state of color.background.accent.red.subtle."
|
|
2228
2228
|
},
|
|
2229
|
-
"value": "
|
|
2229
|
+
"value": "Red1000"
|
|
2230
2230
|
},
|
|
2231
|
-
"name": "color.background.accent.
|
|
2232
|
-
"path": ["color", "background", "accent", "
|
|
2233
|
-
"cleanName": "color.background.accent.
|
|
2231
|
+
"name": "color.background.accent.red.subtle.pressed",
|
|
2232
|
+
"path": ["color", "background", "accent", "red", "subtle", "pressed"],
|
|
2233
|
+
"cleanName": "color.background.accent.red.subtle.pressed"
|
|
2234
2234
|
}, {
|
|
2235
2235
|
"attributes": {
|
|
2236
2236
|
"group": "paint",
|
|
2237
2237
|
"state": "active",
|
|
2238
2238
|
"introduced": "0.7.0",
|
|
2239
|
-
"description": "Use for
|
|
2239
|
+
"description": "Use for red backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
2240
2240
|
},
|
|
2241
|
-
"value": "#
|
|
2241
|
+
"value": "#F87462",
|
|
2242
2242
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
2243
2243
|
"isSource": true,
|
|
2244
2244
|
"original": {
|
|
@@ -2246,65 +2246,65 @@ var tokens = [{
|
|
|
2246
2246
|
"group": "paint",
|
|
2247
2247
|
"state": "active",
|
|
2248
2248
|
"introduced": "0.7.0",
|
|
2249
|
-
"description": "Use for
|
|
2249
|
+
"description": "Use for red backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
2250
2250
|
},
|
|
2251
|
-
"value": "
|
|
2251
|
+
"value": "Red400"
|
|
2252
2252
|
},
|
|
2253
|
-
"name": "color.background.accent.
|
|
2254
|
-
"path": ["color", "background", "accent", "
|
|
2255
|
-
"cleanName": "color.background.accent.
|
|
2253
|
+
"name": "color.background.accent.red.bolder.[default]",
|
|
2254
|
+
"path": ["color", "background", "accent", "red", "bolder", "[default]"],
|
|
2255
|
+
"cleanName": "color.background.accent.red.bolder"
|
|
2256
2256
|
}, {
|
|
2257
2257
|
"attributes": {
|
|
2258
2258
|
"group": "paint",
|
|
2259
2259
|
"state": "active",
|
|
2260
|
-
"introduced": "
|
|
2261
|
-
"description": "
|
|
2260
|
+
"introduced": "1.19.0",
|
|
2261
|
+
"description": "Hovered state of color.background.accent.red.bolder."
|
|
2262
2262
|
},
|
|
2263
|
-
"value": "#
|
|
2263
|
+
"value": "#FF9C8F",
|
|
2264
2264
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
2265
2265
|
"isSource": true,
|
|
2266
2266
|
"original": {
|
|
2267
2267
|
"attributes": {
|
|
2268
2268
|
"group": "paint",
|
|
2269
2269
|
"state": "active",
|
|
2270
|
-
"introduced": "
|
|
2271
|
-
"description": "
|
|
2270
|
+
"introduced": "1.19.0",
|
|
2271
|
+
"description": "Hovered state of color.background.accent.red.bolder."
|
|
2272
2272
|
},
|
|
2273
|
-
"value": "
|
|
2273
|
+
"value": "Red300"
|
|
2274
2274
|
},
|
|
2275
|
-
"name": "color.background.accent.
|
|
2276
|
-
"path": ["color", "background", "accent", "
|
|
2277
|
-
"cleanName": "color.background.accent.
|
|
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
2278
|
}, {
|
|
2279
2279
|
"attributes": {
|
|
2280
2280
|
"group": "paint",
|
|
2281
2281
|
"state": "active",
|
|
2282
|
-
"introduced": "
|
|
2283
|
-
"description": "
|
|
2282
|
+
"introduced": "1.19.0",
|
|
2283
|
+
"description": "Pressed state of color.background.accent.red.bolder."
|
|
2284
2284
|
},
|
|
2285
|
-
"value": "#
|
|
2285
|
+
"value": "#FFD2CC",
|
|
2286
2286
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
2287
2287
|
"isSource": true,
|
|
2288
2288
|
"original": {
|
|
2289
2289
|
"attributes": {
|
|
2290
2290
|
"group": "paint",
|
|
2291
2291
|
"state": "active",
|
|
2292
|
-
"introduced": "
|
|
2293
|
-
"description": "
|
|
2292
|
+
"introduced": "1.19.0",
|
|
2293
|
+
"description": "Pressed state of color.background.accent.red.bolder."
|
|
2294
2294
|
},
|
|
2295
|
-
"value": "
|
|
2295
|
+
"value": "Red200"
|
|
2296
2296
|
},
|
|
2297
|
-
"name": "color.background.accent.
|
|
2298
|
-
"path": ["color", "background", "accent", "
|
|
2299
|
-
"cleanName": "color.background.accent.
|
|
2297
|
+
"name": "color.background.accent.red.bolder.pressed",
|
|
2298
|
+
"path": ["color", "background", "accent", "red", "bolder", "pressed"],
|
|
2299
|
+
"cleanName": "color.background.accent.red.bolder.pressed"
|
|
2300
2300
|
}, {
|
|
2301
2301
|
"attributes": {
|
|
2302
2302
|
"group": "paint",
|
|
2303
2303
|
"state": "active",
|
|
2304
2304
|
"introduced": "0.7.0",
|
|
2305
|
-
"description": "Use for
|
|
2305
|
+
"description": "Use for orange backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
2306
2306
|
},
|
|
2307
|
-
"value": "#
|
|
2307
|
+
"value": "#4A2B0F",
|
|
2308
2308
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
2309
2309
|
"isSource": true,
|
|
2310
2310
|
"original": {
|
|
@@ -2312,65 +2312,65 @@ var tokens = [{
|
|
|
2312
2312
|
"group": "paint",
|
|
2313
2313
|
"state": "active",
|
|
2314
2314
|
"introduced": "0.7.0",
|
|
2315
|
-
"description": "Use for
|
|
2315
|
+
"description": "Use for orange backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
2316
2316
|
},
|
|
2317
|
-
"value": "
|
|
2317
|
+
"value": "Orange1000"
|
|
2318
2318
|
},
|
|
2319
|
-
"name": "color.background.accent.
|
|
2320
|
-
"path": ["color", "background", "accent", "
|
|
2321
|
-
"cleanName": "color.background.accent.
|
|
2319
|
+
"name": "color.background.accent.orange.subtlest.[default]",
|
|
2320
|
+
"path": ["color", "background", "accent", "orange", "subtlest", "[default]"],
|
|
2321
|
+
"cleanName": "color.background.accent.orange.subtlest"
|
|
2322
2322
|
}, {
|
|
2323
2323
|
"attributes": {
|
|
2324
2324
|
"group": "paint",
|
|
2325
2325
|
"state": "active",
|
|
2326
|
-
"introduced": "
|
|
2327
|
-
"description": "
|
|
2326
|
+
"introduced": "1.19.0",
|
|
2327
|
+
"description": "Hovered state of color.background.accent.orange.subtlest."
|
|
2328
2328
|
},
|
|
2329
|
-
"value": "#
|
|
2329
|
+
"value": "#5F3811",
|
|
2330
2330
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
2331
2331
|
"isSource": true,
|
|
2332
2332
|
"original": {
|
|
2333
2333
|
"attributes": {
|
|
2334
2334
|
"group": "paint",
|
|
2335
2335
|
"state": "active",
|
|
2336
|
-
"introduced": "
|
|
2337
|
-
"description": "
|
|
2336
|
+
"introduced": "1.19.0",
|
|
2337
|
+
"description": "Hovered state of color.background.accent.orange.subtlest."
|
|
2338
2338
|
},
|
|
2339
|
-
"value": "
|
|
2339
|
+
"value": "Orange900"
|
|
2340
2340
|
},
|
|
2341
|
-
"name": "color.background.accent.
|
|
2342
|
-
"path": ["color", "background", "accent", "
|
|
2343
|
-
"cleanName": "color.background.accent.
|
|
2341
|
+
"name": "color.background.accent.orange.subtlest.hovered",
|
|
2342
|
+
"path": ["color", "background", "accent", "orange", "subtlest", "hovered"],
|
|
2343
|
+
"cleanName": "color.background.accent.orange.subtlest.hovered"
|
|
2344
2344
|
}, {
|
|
2345
2345
|
"attributes": {
|
|
2346
2346
|
"group": "paint",
|
|
2347
2347
|
"state": "active",
|
|
2348
|
-
"introduced": "
|
|
2349
|
-
"description": "
|
|
2348
|
+
"introduced": "1.19.0",
|
|
2349
|
+
"description": "Pressed state of color.background.accent.orange.subtlest."
|
|
2350
2350
|
},
|
|
2351
|
-
"value": "#
|
|
2351
|
+
"value": "#974F0C",
|
|
2352
2352
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
2353
2353
|
"isSource": true,
|
|
2354
2354
|
"original": {
|
|
2355
2355
|
"attributes": {
|
|
2356
2356
|
"group": "paint",
|
|
2357
2357
|
"state": "active",
|
|
2358
|
-
"introduced": "
|
|
2359
|
-
"description": "
|
|
2358
|
+
"introduced": "1.19.0",
|
|
2359
|
+
"description": "Pressed state of color.background.accent.orange.subtlest."
|
|
2360
2360
|
},
|
|
2361
|
-
"value": "
|
|
2361
|
+
"value": "Orange800"
|
|
2362
2362
|
},
|
|
2363
|
-
"name": "color.background.accent.
|
|
2364
|
-
"path": ["color", "background", "accent", "
|
|
2365
|
-
"cleanName": "color.background.accent.
|
|
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
2366
|
}, {
|
|
2367
2367
|
"attributes": {
|
|
2368
2368
|
"group": "paint",
|
|
2369
2369
|
"state": "active",
|
|
2370
2370
|
"introduced": "0.7.0",
|
|
2371
|
-
"description": "Use for
|
|
2371
|
+
"description": "Use for orange backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2372
2372
|
},
|
|
2373
|
-
"value": "#
|
|
2373
|
+
"value": "#5F3811",
|
|
2374
2374
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
2375
2375
|
"isSource": true,
|
|
2376
2376
|
"original": {
|
|
@@ -2378,65 +2378,1517 @@ var tokens = [{
|
|
|
2378
2378
|
"group": "paint",
|
|
2379
2379
|
"state": "active",
|
|
2380
2380
|
"introduced": "0.7.0",
|
|
2381
|
-
"description": "Use for
|
|
2381
|
+
"description": "Use for orange backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2382
2382
|
},
|
|
2383
|
-
"value": "
|
|
2383
|
+
"value": "Orange900"
|
|
2384
2384
|
},
|
|
2385
|
-
"name": "color.background.accent.
|
|
2386
|
-
"path": ["color", "background", "accent", "
|
|
2387
|
-
"cleanName": "color.background.accent.
|
|
2385
|
+
"name": "color.background.accent.orange.subtler.[default]",
|
|
2386
|
+
"path": ["color", "background", "accent", "orange", "subtler", "[default]"],
|
|
2387
|
+
"cleanName": "color.background.accent.orange.subtler"
|
|
2388
2388
|
}, {
|
|
2389
2389
|
"attributes": {
|
|
2390
2390
|
"group": "paint",
|
|
2391
2391
|
"state": "active",
|
|
2392
|
-
"introduced": "
|
|
2393
|
-
"description": "
|
|
2392
|
+
"introduced": "1.19.0",
|
|
2393
|
+
"description": "Hovered state of color.background.accent.orange.subtler."
|
|
2394
2394
|
},
|
|
2395
|
-
"value": "#
|
|
2395
|
+
"value": "#974F0C",
|
|
2396
2396
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
2397
2397
|
"isSource": true,
|
|
2398
2398
|
"original": {
|
|
2399
2399
|
"attributes": {
|
|
2400
2400
|
"group": "paint",
|
|
2401
2401
|
"state": "active",
|
|
2402
|
-
"introduced": "
|
|
2403
|
-
"description": "
|
|
2402
|
+
"introduced": "1.19.0",
|
|
2403
|
+
"description": "Hovered state of color.background.accent.orange.subtler."
|
|
2404
2404
|
},
|
|
2405
|
-
"value": "
|
|
2405
|
+
"value": "Orange800"
|
|
2406
2406
|
},
|
|
2407
|
-
"name": "color.background.accent.
|
|
2408
|
-
"path": ["color", "background", "accent", "
|
|
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": "#B65C02",
|
|
2418
|
+
"filePath": "src/tokens/atlassian-dark/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": "Orange700"
|
|
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": "#974F0C",
|
|
2440
|
+
"filePath": "src/tokens/atlassian-dark/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": "Orange800"
|
|
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": "#5F3811",
|
|
2462
|
+
"filePath": "src/tokens/atlassian-dark/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": "Orange900"
|
|
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": "#4A2B0F",
|
|
2484
|
+
"filePath": "src/tokens/atlassian-dark/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": "Orange1000"
|
|
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": "#FAA53D",
|
|
2506
|
+
"filePath": "src/tokens/atlassian-dark/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": "Orange400"
|
|
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": "#FEC57B",
|
|
2528
|
+
"filePath": "src/tokens/atlassian-dark/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": "Orange300"
|
|
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": "#FFE2BD",
|
|
2550
|
+
"filePath": "src/tokens/atlassian-dark/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": "Orange200"
|
|
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": "#3F3102",
|
|
2572
|
+
"filePath": "src/tokens/atlassian-dark/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": "Yellow1000"
|
|
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": "#533F04",
|
|
2594
|
+
"filePath": "src/tokens/atlassian-dark/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": "Yellow900"
|
|
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": "#7F5F01",
|
|
2616
|
+
"filePath": "src/tokens/atlassian-dark/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": "Yellow800"
|
|
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": "#533F04",
|
|
2638
|
+
"filePath": "src/tokens/atlassian-dark/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": "Yellow900"
|
|
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": "#7F5F01",
|
|
2660
|
+
"filePath": "src/tokens/atlassian-dark/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": "Yellow800"
|
|
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": "#946F00",
|
|
2682
|
+
"filePath": "src/tokens/atlassian-dark/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": "Yellow700"
|
|
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": "#7F5F01",
|
|
2704
|
+
"filePath": "src/tokens/atlassian-dark/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": "Yellow800"
|
|
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": "#533F04",
|
|
2726
|
+
"filePath": "src/tokens/atlassian-dark/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": "Yellow900"
|
|
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": "#3F3102",
|
|
2748
|
+
"filePath": "src/tokens/atlassian-dark/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": "Yellow1000"
|
|
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": "#E2B203",
|
|
2770
|
+
"filePath": "src/tokens/atlassian-dark/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": "Yellow400"
|
|
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": "#F5CD47",
|
|
2792
|
+
"filePath": "src/tokens/atlassian-dark/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": "Yellow300"
|
|
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": "#F8E6A0",
|
|
2814
|
+
"filePath": "src/tokens/atlassian-dark/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": "Yellow200"
|
|
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": "#143C2B",
|
|
2836
|
+
"filePath": "src/tokens/atlassian-dark/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": "Green1000"
|
|
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": "#164B35",
|
|
2858
|
+
"filePath": "src/tokens/atlassian-dark/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": "Green900"
|
|
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": "#216E4E",
|
|
2880
|
+
"filePath": "src/tokens/atlassian-dark/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": "Green800"
|
|
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": "#164B35",
|
|
2902
|
+
"filePath": "src/tokens/atlassian-dark/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": "Green900"
|
|
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": "#216E4E",
|
|
2924
|
+
"filePath": "src/tokens/atlassian-dark/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": "Green800"
|
|
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": "#1F845A",
|
|
2946
|
+
"filePath": "src/tokens/atlassian-dark/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": "Green700"
|
|
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": "#216E4E",
|
|
2968
|
+
"filePath": "src/tokens/atlassian-dark/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": "Green800"
|
|
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": "#164B35",
|
|
2990
|
+
"filePath": "src/tokens/atlassian-dark/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": "Green900"
|
|
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": "#143C2B",
|
|
3012
|
+
"filePath": "src/tokens/atlassian-dark/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": "Green1000"
|
|
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": "#4BCE97",
|
|
3034
|
+
"filePath": "src/tokens/atlassian-dark/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": "Green400"
|
|
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": "#7EE2B8",
|
|
3056
|
+
"filePath": "src/tokens/atlassian-dark/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": "Green300"
|
|
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": "#BAF3DB",
|
|
3078
|
+
"filePath": "src/tokens/atlassian-dark/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": "Green200"
|
|
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": "#15373B",
|
|
3100
|
+
"filePath": "src/tokens/atlassian-dark/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": "Teal1000"
|
|
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": "#1D474C",
|
|
3122
|
+
"filePath": "src/tokens/atlassian-dark/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": "Teal900"
|
|
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": "#206B74",
|
|
3144
|
+
"filePath": "src/tokens/atlassian-dark/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": "Teal800"
|
|
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": "#1D474C",
|
|
3166
|
+
"filePath": "src/tokens/atlassian-dark/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": "Teal900"
|
|
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": "#206B74",
|
|
3188
|
+
"filePath": "src/tokens/atlassian-dark/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": "Teal800"
|
|
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": "#1D7F8C",
|
|
3210
|
+
"filePath": "src/tokens/atlassian-dark/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": "Teal700"
|
|
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": "#206B74",
|
|
3232
|
+
"filePath": "src/tokens/atlassian-dark/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": "Teal800"
|
|
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": "#1D474C",
|
|
3254
|
+
"filePath": "src/tokens/atlassian-dark/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": "Teal900"
|
|
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": "#15373B",
|
|
3276
|
+
"filePath": "src/tokens/atlassian-dark/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": "Teal1000"
|
|
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": "#60C6D2",
|
|
3298
|
+
"filePath": "src/tokens/atlassian-dark/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": "Teal400"
|
|
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": "#8BDBE5",
|
|
3320
|
+
"filePath": "src/tokens/atlassian-dark/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": "Teal300"
|
|
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": "#C1F0F5",
|
|
3342
|
+
"filePath": "src/tokens/atlassian-dark/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": "Teal200"
|
|
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": "#092957",
|
|
3364
|
+
"filePath": "src/tokens/atlassian-dark/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": "Blue1000"
|
|
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": "#09326C",
|
|
3386
|
+
"filePath": "src/tokens/atlassian-dark/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": "Blue900"
|
|
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": "#0055CC",
|
|
3408
|
+
"filePath": "src/tokens/atlassian-dark/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": "Blue800"
|
|
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": "#09326C",
|
|
3430
|
+
"filePath": "src/tokens/atlassian-dark/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": "Blue900"
|
|
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": "#0055CC",
|
|
3452
|
+
"filePath": "src/tokens/atlassian-dark/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": "Blue800"
|
|
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": "#0C66E4",
|
|
3474
|
+
"filePath": "src/tokens/atlassian-dark/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": "Blue700"
|
|
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": "#0055CC",
|
|
3496
|
+
"filePath": "src/tokens/atlassian-dark/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": "Blue800"
|
|
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": "#09326C",
|
|
3518
|
+
"filePath": "src/tokens/atlassian-dark/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": "Blue900"
|
|
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": "#092957",
|
|
3540
|
+
"filePath": "src/tokens/atlassian-dark/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": "Blue1000"
|
|
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": "#579DFF",
|
|
3562
|
+
"filePath": "src/tokens/atlassian-dark/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": "Blue400"
|
|
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": "#85B8FF",
|
|
3584
|
+
"filePath": "src/tokens/atlassian-dark/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": "Blue300"
|
|
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": "#CCE0FF",
|
|
3606
|
+
"filePath": "src/tokens/atlassian-dark/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": "Blue200"
|
|
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": "#2B2451",
|
|
3628
|
+
"filePath": "src/tokens/atlassian-dark/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": "Purple1000"
|
|
3638
|
+
},
|
|
3639
|
+
"name": "color.background.accent.purple.subtlest.[default]",
|
|
3640
|
+
"path": ["color", "background", "accent", "purple", "subtlest", "[default]"],
|
|
2409
3641
|
"cleanName": "color.background.accent.purple.subtlest"
|
|
2410
3642
|
}, {
|
|
2411
3643
|
"attributes": {
|
|
2412
3644
|
"group": "paint",
|
|
2413
3645
|
"state": "active",
|
|
2414
|
-
"introduced": "
|
|
2415
|
-
"description": "
|
|
3646
|
+
"introduced": "1.19.0",
|
|
3647
|
+
"description": "Hovered state of color.background.accent.purple.subtlest."
|
|
3648
|
+
},
|
|
3649
|
+
"value": "#352C63",
|
|
3650
|
+
"filePath": "src/tokens/atlassian-dark/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": "Purple900"
|
|
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": "#5E4DB2",
|
|
3672
|
+
"filePath": "src/tokens/atlassian-dark/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": "Purple800"
|
|
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": "#352C63",
|
|
3694
|
+
"filePath": "src/tokens/atlassian-dark/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": "Purple900"
|
|
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": "#5E4DB2",
|
|
3716
|
+
"filePath": "src/tokens/atlassian-dark/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": "Purple800"
|
|
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": "#6E5DC6",
|
|
3738
|
+
"filePath": "src/tokens/atlassian-dark/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": "Purple700"
|
|
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": "#5E4DB2",
|
|
3760
|
+
"filePath": "src/tokens/atlassian-dark/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."
|
|
3768
|
+
},
|
|
3769
|
+
"value": "Purple800"
|
|
3770
|
+
},
|
|
3771
|
+
"name": "color.background.accent.purple.subtle.[default]",
|
|
3772
|
+
"path": ["color", "background", "accent", "purple", "subtle", "[default]"],
|
|
3773
|
+
"cleanName": "color.background.accent.purple.subtle"
|
|
3774
|
+
}, {
|
|
3775
|
+
"attributes": {
|
|
3776
|
+
"group": "paint",
|
|
3777
|
+
"state": "active",
|
|
3778
|
+
"introduced": "1.19.0",
|
|
3779
|
+
"description": "Hovered state of color.background.accent.purple.subtle."
|
|
3780
|
+
},
|
|
3781
|
+
"value": "#352C63",
|
|
3782
|
+
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
3783
|
+
"isSource": true,
|
|
3784
|
+
"original": {
|
|
3785
|
+
"attributes": {
|
|
3786
|
+
"group": "paint",
|
|
3787
|
+
"state": "active",
|
|
3788
|
+
"introduced": "1.19.0",
|
|
3789
|
+
"description": "Hovered state of color.background.accent.purple.subtle."
|
|
3790
|
+
},
|
|
3791
|
+
"value": "Purple900"
|
|
3792
|
+
},
|
|
3793
|
+
"name": "color.background.accent.purple.subtle.hovered",
|
|
3794
|
+
"path": ["color", "background", "accent", "purple", "subtle", "hovered"],
|
|
3795
|
+
"cleanName": "color.background.accent.purple.subtle.hovered"
|
|
3796
|
+
}, {
|
|
3797
|
+
"attributes": {
|
|
3798
|
+
"group": "paint",
|
|
3799
|
+
"state": "active",
|
|
3800
|
+
"introduced": "1.19.0",
|
|
3801
|
+
"description": "Pressed state of color.background.accent.purple.subtle."
|
|
3802
|
+
},
|
|
3803
|
+
"value": "#2B2451",
|
|
3804
|
+
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
3805
|
+
"isSource": true,
|
|
3806
|
+
"original": {
|
|
3807
|
+
"attributes": {
|
|
3808
|
+
"group": "paint",
|
|
3809
|
+
"state": "active",
|
|
3810
|
+
"introduced": "1.19.0",
|
|
3811
|
+
"description": "Pressed state of color.background.accent.purple.subtle."
|
|
3812
|
+
},
|
|
3813
|
+
"value": "Purple1000"
|
|
3814
|
+
},
|
|
3815
|
+
"name": "color.background.accent.purple.subtle.pressed",
|
|
3816
|
+
"path": ["color", "background", "accent", "purple", "subtle", "pressed"],
|
|
3817
|
+
"cleanName": "color.background.accent.purple.subtle.pressed"
|
|
3818
|
+
}, {
|
|
3819
|
+
"attributes": {
|
|
3820
|
+
"group": "paint",
|
|
3821
|
+
"state": "active",
|
|
3822
|
+
"introduced": "0.7.0",
|
|
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."
|
|
3824
|
+
},
|
|
3825
|
+
"value": "#9F8FEF",
|
|
3826
|
+
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
3827
|
+
"isSource": true,
|
|
3828
|
+
"original": {
|
|
3829
|
+
"attributes": {
|
|
3830
|
+
"group": "paint",
|
|
3831
|
+
"state": "active",
|
|
3832
|
+
"introduced": "0.7.0",
|
|
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."
|
|
3834
|
+
},
|
|
3835
|
+
"value": "Purple400"
|
|
3836
|
+
},
|
|
3837
|
+
"name": "color.background.accent.purple.bolder.[default]",
|
|
3838
|
+
"path": ["color", "background", "accent", "purple", "bolder", "[default]"],
|
|
3839
|
+
"cleanName": "color.background.accent.purple.bolder"
|
|
3840
|
+
}, {
|
|
3841
|
+
"attributes": {
|
|
3842
|
+
"group": "paint",
|
|
3843
|
+
"state": "active",
|
|
3844
|
+
"introduced": "1.19.0",
|
|
3845
|
+
"description": "Hovered state of color.background.accent.purple.bolder."
|
|
3846
|
+
},
|
|
3847
|
+
"value": "#B8ACF6",
|
|
3848
|
+
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
3849
|
+
"isSource": true,
|
|
3850
|
+
"original": {
|
|
3851
|
+
"attributes": {
|
|
3852
|
+
"group": "paint",
|
|
3853
|
+
"state": "active",
|
|
3854
|
+
"introduced": "1.19.0",
|
|
3855
|
+
"description": "Hovered state of color.background.accent.purple.bolder."
|
|
3856
|
+
},
|
|
3857
|
+
"value": "Purple300"
|
|
3858
|
+
},
|
|
3859
|
+
"name": "color.background.accent.purple.bolder.hovered",
|
|
3860
|
+
"path": ["color", "background", "accent", "purple", "bolder", "hovered"],
|
|
3861
|
+
"cleanName": "color.background.accent.purple.bolder.hovered"
|
|
3862
|
+
}, {
|
|
3863
|
+
"attributes": {
|
|
3864
|
+
"group": "paint",
|
|
3865
|
+
"state": "active",
|
|
3866
|
+
"introduced": "1.19.0",
|
|
3867
|
+
"description": "Pressed state of color.background.accent.purple.bolder."
|
|
2416
3868
|
},
|
|
2417
|
-
"value": "#
|
|
3869
|
+
"value": "#DFD8FD",
|
|
2418
3870
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
2419
3871
|
"isSource": true,
|
|
2420
3872
|
"original": {
|
|
2421
3873
|
"attributes": {
|
|
2422
3874
|
"group": "paint",
|
|
2423
3875
|
"state": "active",
|
|
2424
|
-
"introduced": "
|
|
2425
|
-
"description": "
|
|
3876
|
+
"introduced": "1.19.0",
|
|
3877
|
+
"description": "Pressed state of color.background.accent.purple.bolder."
|
|
2426
3878
|
},
|
|
2427
|
-
"value": "
|
|
3879
|
+
"value": "Purple200"
|
|
2428
3880
|
},
|
|
2429
|
-
"name": "color.background.accent.purple.
|
|
2430
|
-
"path": ["color", "background", "accent", "purple", "
|
|
2431
|
-
"cleanName": "color.background.accent.purple.
|
|
3881
|
+
"name": "color.background.accent.purple.bolder.pressed",
|
|
3882
|
+
"path": ["color", "background", "accent", "purple", "bolder", "pressed"],
|
|
3883
|
+
"cleanName": "color.background.accent.purple.bolder.pressed"
|
|
2432
3884
|
}, {
|
|
2433
3885
|
"attributes": {
|
|
2434
3886
|
"group": "paint",
|
|
2435
3887
|
"state": "active",
|
|
2436
3888
|
"introduced": "0.7.0",
|
|
2437
|
-
"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."
|
|
2438
3890
|
},
|
|
2439
|
-
"value": "#
|
|
3891
|
+
"value": "#421F34",
|
|
2440
3892
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
2441
3893
|
"isSource": true,
|
|
2442
3894
|
"original": {
|
|
@@ -2444,57 +3896,57 @@ var tokens = [{
|
|
|
2444
3896
|
"group": "paint",
|
|
2445
3897
|
"state": "active",
|
|
2446
3898
|
"introduced": "0.7.0",
|
|
2447
|
-
"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."
|
|
2448
3900
|
},
|
|
2449
|
-
"value": "
|
|
3901
|
+
"value": "Magenta1000"
|
|
2450
3902
|
},
|
|
2451
|
-
"name": "color.background.accent.
|
|
2452
|
-
"path": ["color", "background", "accent", "
|
|
2453
|
-
"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"
|
|
2454
3906
|
}, {
|
|
2455
3907
|
"attributes": {
|
|
2456
3908
|
"group": "paint",
|
|
2457
3909
|
"state": "active",
|
|
2458
|
-
"introduced": "
|
|
2459
|
-
"description": "
|
|
3910
|
+
"introduced": "1.19.0",
|
|
3911
|
+
"description": "Hovered state of color.background.accent.magenta.subtlest."
|
|
2460
3912
|
},
|
|
2461
|
-
"value": "#
|
|
3913
|
+
"value": "#50253F",
|
|
2462
3914
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
2463
3915
|
"isSource": true,
|
|
2464
3916
|
"original": {
|
|
2465
3917
|
"attributes": {
|
|
2466
3918
|
"group": "paint",
|
|
2467
3919
|
"state": "active",
|
|
2468
|
-
"introduced": "
|
|
2469
|
-
"description": "
|
|
3920
|
+
"introduced": "1.19.0",
|
|
3921
|
+
"description": "Hovered state of color.background.accent.magenta.subtlest."
|
|
2470
3922
|
},
|
|
2471
|
-
"value": "
|
|
3923
|
+
"value": "Magenta900"
|
|
2472
3924
|
},
|
|
2473
|
-
"name": "color.background.accent.
|
|
2474
|
-
"path": ["color", "background", "accent", "
|
|
2475
|
-
"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"
|
|
2476
3928
|
}, {
|
|
2477
3929
|
"attributes": {
|
|
2478
3930
|
"group": "paint",
|
|
2479
3931
|
"state": "active",
|
|
2480
|
-
"introduced": "
|
|
2481
|
-
"description": "
|
|
3932
|
+
"introduced": "1.19.0",
|
|
3933
|
+
"description": "Pressed state of color.background.accent.magenta.subtlest."
|
|
2482
3934
|
},
|
|
2483
|
-
"value": "#
|
|
3935
|
+
"value": "#943D73",
|
|
2484
3936
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
2485
3937
|
"isSource": true,
|
|
2486
3938
|
"original": {
|
|
2487
3939
|
"attributes": {
|
|
2488
3940
|
"group": "paint",
|
|
2489
3941
|
"state": "active",
|
|
2490
|
-
"introduced": "
|
|
2491
|
-
"description": "
|
|
3942
|
+
"introduced": "1.19.0",
|
|
3943
|
+
"description": "Pressed state of color.background.accent.magenta.subtlest."
|
|
2492
3944
|
},
|
|
2493
|
-
"value": "
|
|
3945
|
+
"value": "Magenta800"
|
|
2494
3946
|
},
|
|
2495
|
-
"name": "color.background.accent.magenta.subtlest",
|
|
2496
|
-
"path": ["color", "background", "accent", "magenta", "subtlest"],
|
|
2497
|
-
"cleanName": "color.background.accent.magenta.subtlest"
|
|
3947
|
+
"name": "color.background.accent.magenta.subtlest.pressed",
|
|
3948
|
+
"path": ["color", "background", "accent", "magenta", "subtlest", "pressed"],
|
|
3949
|
+
"cleanName": "color.background.accent.magenta.subtlest.pressed"
|
|
2498
3950
|
}, {
|
|
2499
3951
|
"attributes": {
|
|
2500
3952
|
"group": "paint",
|
|
@@ -2514,9 +3966,53 @@ var tokens = [{
|
|
|
2514
3966
|
},
|
|
2515
3967
|
"value": "Magenta900"
|
|
2516
3968
|
},
|
|
2517
|
-
"name": "color.background.accent.magenta.subtler",
|
|
2518
|
-
"path": ["color", "background", "accent", "magenta", "subtler"],
|
|
3969
|
+
"name": "color.background.accent.magenta.subtler.[default]",
|
|
3970
|
+
"path": ["color", "background", "accent", "magenta", "subtler", "[default]"],
|
|
2519
3971
|
"cleanName": "color.background.accent.magenta.subtler"
|
|
3972
|
+
}, {
|
|
3973
|
+
"attributes": {
|
|
3974
|
+
"group": "paint",
|
|
3975
|
+
"state": "active",
|
|
3976
|
+
"introduced": "1.19.0",
|
|
3977
|
+
"description": "Hovered state of color.background.accent.magenta.subtler."
|
|
3978
|
+
},
|
|
3979
|
+
"value": "#943D73",
|
|
3980
|
+
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
3981
|
+
"isSource": true,
|
|
3982
|
+
"original": {
|
|
3983
|
+
"attributes": {
|
|
3984
|
+
"group": "paint",
|
|
3985
|
+
"state": "active",
|
|
3986
|
+
"introduced": "1.19.0",
|
|
3987
|
+
"description": "Hovered state of color.background.accent.magenta.subtler."
|
|
3988
|
+
},
|
|
3989
|
+
"value": "Magenta800"
|
|
3990
|
+
},
|
|
3991
|
+
"name": "color.background.accent.magenta.subtler.hovered",
|
|
3992
|
+
"path": ["color", "background", "accent", "magenta", "subtler", "hovered"],
|
|
3993
|
+
"cleanName": "color.background.accent.magenta.subtler.hovered"
|
|
3994
|
+
}, {
|
|
3995
|
+
"attributes": {
|
|
3996
|
+
"group": "paint",
|
|
3997
|
+
"state": "active",
|
|
3998
|
+
"introduced": "1.19.0",
|
|
3999
|
+
"description": "Pressed state of color.background.accent.magenta.subtler."
|
|
4000
|
+
},
|
|
4001
|
+
"value": "#AE4787",
|
|
4002
|
+
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
4003
|
+
"isSource": true,
|
|
4004
|
+
"original": {
|
|
4005
|
+
"attributes": {
|
|
4006
|
+
"group": "paint",
|
|
4007
|
+
"state": "active",
|
|
4008
|
+
"introduced": "1.19.0",
|
|
4009
|
+
"description": "Pressed state of color.background.accent.magenta.subtler."
|
|
4010
|
+
},
|
|
4011
|
+
"value": "Magenta700"
|
|
4012
|
+
},
|
|
4013
|
+
"name": "color.background.accent.magenta.subtler.pressed",
|
|
4014
|
+
"path": ["color", "background", "accent", "magenta", "subtler", "pressed"],
|
|
4015
|
+
"cleanName": "color.background.accent.magenta.subtler.pressed"
|
|
2520
4016
|
}, {
|
|
2521
4017
|
"attributes": {
|
|
2522
4018
|
"group": "paint",
|
|
@@ -2536,9 +4032,53 @@ var tokens = [{
|
|
|
2536
4032
|
},
|
|
2537
4033
|
"value": "Magenta800"
|
|
2538
4034
|
},
|
|
2539
|
-
"name": "color.background.accent.magenta.subtle",
|
|
2540
|
-
"path": ["color", "background", "accent", "magenta", "subtle"],
|
|
4035
|
+
"name": "color.background.accent.magenta.subtle.[default]",
|
|
4036
|
+
"path": ["color", "background", "accent", "magenta", "subtle", "[default]"],
|
|
2541
4037
|
"cleanName": "color.background.accent.magenta.subtle"
|
|
4038
|
+
}, {
|
|
4039
|
+
"attributes": {
|
|
4040
|
+
"group": "paint",
|
|
4041
|
+
"state": "active",
|
|
4042
|
+
"introduced": "1.19.0",
|
|
4043
|
+
"description": "Hovered state of color.background.accent.magenta.subtle."
|
|
4044
|
+
},
|
|
4045
|
+
"value": "#50253F",
|
|
4046
|
+
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
4047
|
+
"isSource": true,
|
|
4048
|
+
"original": {
|
|
4049
|
+
"attributes": {
|
|
4050
|
+
"group": "paint",
|
|
4051
|
+
"state": "active",
|
|
4052
|
+
"introduced": "1.19.0",
|
|
4053
|
+
"description": "Hovered state of color.background.accent.magenta.subtle."
|
|
4054
|
+
},
|
|
4055
|
+
"value": "Magenta900"
|
|
4056
|
+
},
|
|
4057
|
+
"name": "color.background.accent.magenta.subtle.hovered",
|
|
4058
|
+
"path": ["color", "background", "accent", "magenta", "subtle", "hovered"],
|
|
4059
|
+
"cleanName": "color.background.accent.magenta.subtle.hovered"
|
|
4060
|
+
}, {
|
|
4061
|
+
"attributes": {
|
|
4062
|
+
"group": "paint",
|
|
4063
|
+
"state": "active",
|
|
4064
|
+
"introduced": "1.19.0",
|
|
4065
|
+
"description": "Pressed state of color.background.accent.magenta.subtle."
|
|
4066
|
+
},
|
|
4067
|
+
"value": "#421F34",
|
|
4068
|
+
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
4069
|
+
"isSource": true,
|
|
4070
|
+
"original": {
|
|
4071
|
+
"attributes": {
|
|
4072
|
+
"group": "paint",
|
|
4073
|
+
"state": "active",
|
|
4074
|
+
"introduced": "1.19.0",
|
|
4075
|
+
"description": "Pressed state of color.background.accent.magenta.subtle."
|
|
4076
|
+
},
|
|
4077
|
+
"value": "Magenta1000"
|
|
4078
|
+
},
|
|
4079
|
+
"name": "color.background.accent.magenta.subtle.pressed",
|
|
4080
|
+
"path": ["color", "background", "accent", "magenta", "subtle", "pressed"],
|
|
4081
|
+
"cleanName": "color.background.accent.magenta.subtle.pressed"
|
|
2542
4082
|
}, {
|
|
2543
4083
|
"attributes": {
|
|
2544
4084
|
"group": "paint",
|
|
@@ -2558,9 +4098,53 @@ var tokens = [{
|
|
|
2558
4098
|
},
|
|
2559
4099
|
"value": "Magenta400"
|
|
2560
4100
|
},
|
|
2561
|
-
"name": "color.background.accent.magenta.bolder",
|
|
2562
|
-
"path": ["color", "background", "accent", "magenta", "bolder"],
|
|
4101
|
+
"name": "color.background.accent.magenta.bolder.[default]",
|
|
4102
|
+
"path": ["color", "background", "accent", "magenta", "bolder", "[default]"],
|
|
2563
4103
|
"cleanName": "color.background.accent.magenta.bolder"
|
|
4104
|
+
}, {
|
|
4105
|
+
"attributes": {
|
|
4106
|
+
"group": "paint",
|
|
4107
|
+
"state": "active",
|
|
4108
|
+
"introduced": "1.19.0",
|
|
4109
|
+
"description": "Hovered state of color.background.accent.magenta.bolder."
|
|
4110
|
+
},
|
|
4111
|
+
"value": "#F797D2",
|
|
4112
|
+
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
4113
|
+
"isSource": true,
|
|
4114
|
+
"original": {
|
|
4115
|
+
"attributes": {
|
|
4116
|
+
"group": "paint",
|
|
4117
|
+
"state": "active",
|
|
4118
|
+
"introduced": "1.19.0",
|
|
4119
|
+
"description": "Hovered state of color.background.accent.magenta.bolder."
|
|
4120
|
+
},
|
|
4121
|
+
"value": "Magenta300"
|
|
4122
|
+
},
|
|
4123
|
+
"name": "color.background.accent.magenta.bolder.hovered",
|
|
4124
|
+
"path": ["color", "background", "accent", "magenta", "bolder", "hovered"],
|
|
4125
|
+
"cleanName": "color.background.accent.magenta.bolder.hovered"
|
|
4126
|
+
}, {
|
|
4127
|
+
"attributes": {
|
|
4128
|
+
"group": "paint",
|
|
4129
|
+
"state": "active",
|
|
4130
|
+
"introduced": "1.19.0",
|
|
4131
|
+
"description": "Pressed state of color.background.accent.magenta.bolder."
|
|
4132
|
+
},
|
|
4133
|
+
"value": "#FDD0EC",
|
|
4134
|
+
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
4135
|
+
"isSource": true,
|
|
4136
|
+
"original": {
|
|
4137
|
+
"attributes": {
|
|
4138
|
+
"group": "paint",
|
|
4139
|
+
"state": "active",
|
|
4140
|
+
"introduced": "1.19.0",
|
|
4141
|
+
"description": "Pressed state of color.background.accent.magenta.bolder."
|
|
4142
|
+
},
|
|
4143
|
+
"value": "Magenta200"
|
|
4144
|
+
},
|
|
4145
|
+
"name": "color.background.accent.magenta.bolder.pressed",
|
|
4146
|
+
"path": ["color", "background", "accent", "magenta", "bolder", "pressed"],
|
|
4147
|
+
"cleanName": "color.background.accent.magenta.bolder.pressed"
|
|
2564
4148
|
}, {
|
|
2565
4149
|
"attributes": {
|
|
2566
4150
|
"group": "paint",
|
|
@@ -2580,9 +4164,53 @@ var tokens = [{
|
|
|
2580
4164
|
},
|
|
2581
4165
|
"value": "DarkNeutral300"
|
|
2582
4166
|
},
|
|
2583
|
-
"name": "color.background.accent.gray.subtlest",
|
|
2584
|
-
"path": ["color", "background", "accent", "gray", "subtlest"],
|
|
4167
|
+
"name": "color.background.accent.gray.subtlest.[default]",
|
|
4168
|
+
"path": ["color", "background", "accent", "gray", "subtlest", "[default]"],
|
|
2585
4169
|
"cleanName": "color.background.accent.gray.subtlest"
|
|
4170
|
+
}, {
|
|
4171
|
+
"attributes": {
|
|
4172
|
+
"group": "paint",
|
|
4173
|
+
"state": "active",
|
|
4174
|
+
"introduced": "1.19.0",
|
|
4175
|
+
"description": "Hovered state of color.background.accent.gray.subtlest."
|
|
4176
|
+
},
|
|
4177
|
+
"value": "#38414A",
|
|
4178
|
+
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
4179
|
+
"isSource": true,
|
|
4180
|
+
"original": {
|
|
4181
|
+
"attributes": {
|
|
4182
|
+
"group": "paint",
|
|
4183
|
+
"state": "active",
|
|
4184
|
+
"introduced": "1.19.0",
|
|
4185
|
+
"description": "Hovered state of color.background.accent.gray.subtlest."
|
|
4186
|
+
},
|
|
4187
|
+
"value": "DarkNeutral350"
|
|
4188
|
+
},
|
|
4189
|
+
"name": "color.background.accent.gray.subtlest.hovered",
|
|
4190
|
+
"path": ["color", "background", "accent", "gray", "subtlest", "hovered"],
|
|
4191
|
+
"cleanName": "color.background.accent.gray.subtlest.hovered"
|
|
4192
|
+
}, {
|
|
4193
|
+
"attributes": {
|
|
4194
|
+
"group": "paint",
|
|
4195
|
+
"state": "active",
|
|
4196
|
+
"introduced": "1.19.0",
|
|
4197
|
+
"description": "Pressed state of color.background.accent.gray.subtlest."
|
|
4198
|
+
},
|
|
4199
|
+
"value": "#454F59",
|
|
4200
|
+
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
4201
|
+
"isSource": true,
|
|
4202
|
+
"original": {
|
|
4203
|
+
"attributes": {
|
|
4204
|
+
"group": "paint",
|
|
4205
|
+
"state": "active",
|
|
4206
|
+
"introduced": "1.19.0",
|
|
4207
|
+
"description": "Pressed state of color.background.accent.gray.subtlest."
|
|
4208
|
+
},
|
|
4209
|
+
"value": "DarkNeutral400"
|
|
4210
|
+
},
|
|
4211
|
+
"name": "color.background.accent.gray.subtlest.pressed",
|
|
4212
|
+
"path": ["color", "background", "accent", "gray", "subtlest", "pressed"],
|
|
4213
|
+
"cleanName": "color.background.accent.gray.subtlest.pressed"
|
|
2586
4214
|
}, {
|
|
2587
4215
|
"attributes": {
|
|
2588
4216
|
"group": "paint",
|
|
@@ -2602,9 +4230,53 @@ var tokens = [{
|
|
|
2602
4230
|
},
|
|
2603
4231
|
"value": "DarkNeutral400"
|
|
2604
4232
|
},
|
|
2605
|
-
"name": "color.background.accent.gray.subtler",
|
|
2606
|
-
"path": ["color", "background", "accent", "gray", "subtler"],
|
|
4233
|
+
"name": "color.background.accent.gray.subtler.[default]",
|
|
4234
|
+
"path": ["color", "background", "accent", "gray", "subtler", "[default]"],
|
|
2607
4235
|
"cleanName": "color.background.accent.gray.subtler"
|
|
4236
|
+
}, {
|
|
4237
|
+
"attributes": {
|
|
4238
|
+
"group": "paint",
|
|
4239
|
+
"state": "active",
|
|
4240
|
+
"introduced": "1.19.0",
|
|
4241
|
+
"description": "Hovered state of color.background.accent.gray.subtler."
|
|
4242
|
+
},
|
|
4243
|
+
"value": "#596773",
|
|
4244
|
+
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
4245
|
+
"isSource": true,
|
|
4246
|
+
"original": {
|
|
4247
|
+
"attributes": {
|
|
4248
|
+
"group": "paint",
|
|
4249
|
+
"state": "active",
|
|
4250
|
+
"introduced": "1.19.0",
|
|
4251
|
+
"description": "Hovered state of color.background.accent.gray.subtler."
|
|
4252
|
+
},
|
|
4253
|
+
"value": "DarkNeutral500"
|
|
4254
|
+
},
|
|
4255
|
+
"name": "color.background.accent.gray.subtler.hovered",
|
|
4256
|
+
"path": ["color", "background", "accent", "gray", "subtler", "hovered"],
|
|
4257
|
+
"cleanName": "color.background.accent.gray.subtler.hovered"
|
|
4258
|
+
}, {
|
|
4259
|
+
"attributes": {
|
|
4260
|
+
"group": "paint",
|
|
4261
|
+
"state": "active",
|
|
4262
|
+
"introduced": "1.19.0",
|
|
4263
|
+
"description": "Pressed state of color.background.accent.gray.subtler."
|
|
4264
|
+
},
|
|
4265
|
+
"value": "#738496",
|
|
4266
|
+
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
4267
|
+
"isSource": true,
|
|
4268
|
+
"original": {
|
|
4269
|
+
"attributes": {
|
|
4270
|
+
"group": "paint",
|
|
4271
|
+
"state": "active",
|
|
4272
|
+
"introduced": "1.19.0",
|
|
4273
|
+
"description": "Pressed state of color.background.accent.gray.subtler."
|
|
4274
|
+
},
|
|
4275
|
+
"value": "DarkNeutral600"
|
|
4276
|
+
},
|
|
4277
|
+
"name": "color.background.accent.gray.subtler.pressed",
|
|
4278
|
+
"path": ["color", "background", "accent", "gray", "subtler", "pressed"],
|
|
4279
|
+
"cleanName": "color.background.accent.gray.subtler.pressed"
|
|
2608
4280
|
}, {
|
|
2609
4281
|
"attributes": {
|
|
2610
4282
|
"group": "paint",
|
|
@@ -2624,9 +4296,53 @@ var tokens = [{
|
|
|
2624
4296
|
},
|
|
2625
4297
|
"value": "DarkNeutral500"
|
|
2626
4298
|
},
|
|
2627
|
-
"name": "color.background.accent.gray.subtle",
|
|
2628
|
-
"path": ["color", "background", "accent", "gray", "subtle"],
|
|
4299
|
+
"name": "color.background.accent.gray.subtle.[default]",
|
|
4300
|
+
"path": ["color", "background", "accent", "gray", "subtle", "[default]"],
|
|
2629
4301
|
"cleanName": "color.background.accent.gray.subtle"
|
|
4302
|
+
}, {
|
|
4303
|
+
"attributes": {
|
|
4304
|
+
"group": "paint",
|
|
4305
|
+
"state": "active",
|
|
4306
|
+
"introduced": "1.19.0",
|
|
4307
|
+
"description": "Hovered state of color.background.accent.gray.subtle."
|
|
4308
|
+
},
|
|
4309
|
+
"value": "#454F59",
|
|
4310
|
+
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
4311
|
+
"isSource": true,
|
|
4312
|
+
"original": {
|
|
4313
|
+
"attributes": {
|
|
4314
|
+
"group": "paint",
|
|
4315
|
+
"state": "active",
|
|
4316
|
+
"introduced": "1.19.0",
|
|
4317
|
+
"description": "Hovered state of color.background.accent.gray.subtle."
|
|
4318
|
+
},
|
|
4319
|
+
"value": "DarkNeutral400"
|
|
4320
|
+
},
|
|
4321
|
+
"name": "color.background.accent.gray.subtle.hovered",
|
|
4322
|
+
"path": ["color", "background", "accent", "gray", "subtle", "hovered"],
|
|
4323
|
+
"cleanName": "color.background.accent.gray.subtle.hovered"
|
|
4324
|
+
}, {
|
|
4325
|
+
"attributes": {
|
|
4326
|
+
"group": "paint",
|
|
4327
|
+
"state": "active",
|
|
4328
|
+
"introduced": "1.19.0",
|
|
4329
|
+
"description": "Pressed state of color.background.accent.gray.subtle."
|
|
4330
|
+
},
|
|
4331
|
+
"value": "#38414A",
|
|
4332
|
+
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
4333
|
+
"isSource": true,
|
|
4334
|
+
"original": {
|
|
4335
|
+
"attributes": {
|
|
4336
|
+
"group": "paint",
|
|
4337
|
+
"state": "active",
|
|
4338
|
+
"introduced": "1.19.0",
|
|
4339
|
+
"description": "Pressed state of color.background.accent.gray.subtle."
|
|
4340
|
+
},
|
|
4341
|
+
"value": "DarkNeutral350"
|
|
4342
|
+
},
|
|
4343
|
+
"name": "color.background.accent.gray.subtle.pressed",
|
|
4344
|
+
"path": ["color", "background", "accent", "gray", "subtle", "pressed"],
|
|
4345
|
+
"cleanName": "color.background.accent.gray.subtle.pressed"
|
|
2630
4346
|
}, {
|
|
2631
4347
|
"attributes": {
|
|
2632
4348
|
"group": "paint",
|
|
@@ -2646,9 +4362,53 @@ var tokens = [{
|
|
|
2646
4362
|
},
|
|
2647
4363
|
"value": "DarkNeutral700"
|
|
2648
4364
|
},
|
|
2649
|
-
"name": "color.background.accent.gray.bolder",
|
|
2650
|
-
"path": ["color", "background", "accent", "gray", "bolder"],
|
|
4365
|
+
"name": "color.background.accent.gray.bolder.[default]",
|
|
4366
|
+
"path": ["color", "background", "accent", "gray", "bolder", "[default]"],
|
|
2651
4367
|
"cleanName": "color.background.accent.gray.bolder"
|
|
4368
|
+
}, {
|
|
4369
|
+
"attributes": {
|
|
4370
|
+
"group": "paint",
|
|
4371
|
+
"state": "active",
|
|
4372
|
+
"introduced": "1.19.0",
|
|
4373
|
+
"description": "Hovered state of color.background.accent.gray.bolder."
|
|
4374
|
+
},
|
|
4375
|
+
"value": "#9FADBC",
|
|
4376
|
+
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
4377
|
+
"isSource": true,
|
|
4378
|
+
"original": {
|
|
4379
|
+
"attributes": {
|
|
4380
|
+
"group": "paint",
|
|
4381
|
+
"state": "active",
|
|
4382
|
+
"introduced": "1.19.0",
|
|
4383
|
+
"description": "Hovered state of color.background.accent.gray.bolder."
|
|
4384
|
+
},
|
|
4385
|
+
"value": "DarkNeutral800"
|
|
4386
|
+
},
|
|
4387
|
+
"name": "color.background.accent.gray.bolder.hovered",
|
|
4388
|
+
"path": ["color", "background", "accent", "gray", "bolder", "hovered"],
|
|
4389
|
+
"cleanName": "color.background.accent.gray.bolder.hovered"
|
|
4390
|
+
}, {
|
|
4391
|
+
"attributes": {
|
|
4392
|
+
"group": "paint",
|
|
4393
|
+
"state": "active",
|
|
4394
|
+
"introduced": "1.19.0",
|
|
4395
|
+
"description": "Pressed state of color.background.accent.gray.subtlest."
|
|
4396
|
+
},
|
|
4397
|
+
"value": "#B6C2CF",
|
|
4398
|
+
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
4399
|
+
"isSource": true,
|
|
4400
|
+
"original": {
|
|
4401
|
+
"attributes": {
|
|
4402
|
+
"group": "paint",
|
|
4403
|
+
"state": "active",
|
|
4404
|
+
"introduced": "1.19.0",
|
|
4405
|
+
"description": "Pressed state of color.background.accent.gray.subtlest."
|
|
4406
|
+
},
|
|
4407
|
+
"value": "DarkNeutral900"
|
|
4408
|
+
},
|
|
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",
|