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