@atlaskit/tokens 0.8.3 → 0.9.2

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 (72) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/babel-plugin/package.json +3 -0
  3. package/css/atlassian-dark.css +1 -0
  4. package/css/atlassian-light.css +1 -0
  5. package/dist/cjs/artifacts/palettes-raw.js +1983 -0
  6. package/dist/cjs/artifacts/token-default-values.js +1 -0
  7. package/dist/cjs/artifacts/token-names.js +1 -0
  8. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +395 -0
  9. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +395 -0
  10. package/dist/cjs/entry-points/palettes-raw.js +15 -0
  11. package/dist/cjs/entry-points/token-ids.js +1 -1
  12. package/dist/cjs/get-token.js +1 -1
  13. package/dist/cjs/tokens/atlassian-dark/color/border.js +3 -0
  14. package/dist/cjs/tokens/atlassian-light/color/border.js +3 -0
  15. package/dist/cjs/tokens/default/color/border.js +8 -0
  16. package/dist/cjs/tokens/default/deprecated/deprecated.js +187 -0
  17. package/dist/cjs/tokens/palette.js +232 -116
  18. package/dist/cjs/utils/color-detection.js +129 -0
  19. package/dist/cjs/{token-ids.js → utils/token-ids.js} +1 -1
  20. package/dist/cjs/version.json +1 -1
  21. package/dist/es2019/artifacts/palettes-raw.js +1976 -0
  22. package/dist/es2019/artifacts/token-default-values.js +1 -0
  23. package/dist/es2019/artifacts/token-names.js +1 -0
  24. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +395 -0
  25. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +395 -0
  26. package/dist/es2019/entry-points/palettes-raw.js +1 -0
  27. package/dist/es2019/entry-points/token-ids.js +1 -1
  28. package/dist/es2019/get-token.js +1 -1
  29. package/dist/es2019/tokens/atlassian-dark/color/border.js +3 -0
  30. package/dist/es2019/tokens/atlassian-light/color/border.js +3 -0
  31. package/dist/es2019/tokens/default/color/border.js +8 -0
  32. package/dist/es2019/tokens/default/deprecated/deprecated.js +187 -0
  33. package/dist/es2019/tokens/palette.js +232 -116
  34. package/dist/es2019/utils/color-detection.js +101 -0
  35. package/dist/es2019/{token-ids.js → utils/token-ids.js} +1 -1
  36. package/dist/es2019/version.json +1 -1
  37. package/dist/esm/artifacts/palettes-raw.js +1976 -0
  38. package/dist/esm/artifacts/token-default-values.js +1 -0
  39. package/dist/esm/artifacts/token-names.js +1 -0
  40. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +395 -0
  41. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +395 -0
  42. package/dist/esm/entry-points/palettes-raw.js +1 -0
  43. package/dist/esm/entry-points/token-ids.js +1 -1
  44. package/dist/esm/get-token.js +1 -1
  45. package/dist/esm/tokens/atlassian-dark/color/border.js +3 -0
  46. package/dist/esm/tokens/atlassian-light/color/border.js +3 -0
  47. package/dist/esm/tokens/default/color/border.js +8 -0
  48. package/dist/esm/tokens/default/deprecated/deprecated.js +187 -0
  49. package/dist/esm/tokens/palette.js +232 -116
  50. package/dist/esm/utils/color-detection.js +104 -0
  51. package/dist/esm/{token-ids.js → utils/token-ids.js} +1 -1
  52. package/dist/esm/version.json +1 -1
  53. package/dist/types/artifacts/palettes-raw.d.ts +19 -0
  54. package/dist/types/artifacts/token-default-values.d.ts +1 -0
  55. package/dist/types/artifacts/token-names.d.ts +2 -0
  56. package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +43 -0
  57. package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +43 -0
  58. package/dist/types/artifacts/types-internal.d.ts +1 -1
  59. package/dist/types/artifacts/types.d.ts +1 -1
  60. package/dist/types/entry-points/palettes-raw.d.ts +1 -0
  61. package/dist/types/entry-points/token-ids.d.ts +1 -1
  62. package/dist/types/tokens/atlassian-dark/utility/utility.d.ts +2 -10
  63. package/dist/types/tokens/atlassian-light/utility/utility.d.ts +2 -10
  64. package/dist/types/tokens/default/utility/utility.d.ts +2 -142
  65. package/dist/types/types.d.ts +23 -7
  66. package/dist/types/utils/color-detection.d.ts +38 -0
  67. package/dist/types/{token-ids.d.ts → utils/token-ids.d.ts} +0 -0
  68. package/package.json +18 -4
  69. package/palettes-raw/package.json +10 -0
  70. package/rename-mapping/package.json +3 -0
  71. package/token-ids/package.json +3 -0
  72. package/token-names/package.json +3 -0
@@ -614,6 +614,8 @@ const tokens = [{
614
614
  "group": "paint",
615
615
  "state": "deleted",
616
616
  "introduced": "0.0.15",
617
+ "deprecated": "0.6.0",
618
+ "deleted": "0.8.0",
617
619
  "replacement": "color.text.[default]",
618
620
  "description": "Use for primary text, such as body copy, sentence case headers, and buttons"
619
621
  },
@@ -625,6 +627,8 @@ const tokens = [{
625
627
  "group": "paint",
626
628
  "state": "deleted",
627
629
  "introduced": "0.0.15",
630
+ "deprecated": "0.6.0",
631
+ "deleted": "0.8.0",
628
632
  "replacement": "color.text.[default]",
629
633
  "description": "Use for primary text, such as body copy, sentence case headers, and buttons"
630
634
  },
@@ -637,6 +641,8 @@ const tokens = [{
637
641
  "group": "paint",
638
642
  "state": "deleted",
639
643
  "introduced": "0.0.15",
644
+ "deprecated": "0.6.0",
645
+ "deleted": "0.8.0",
640
646
  "replacement": "color.link.pressed",
641
647
  "description": "Use for links in a pressed state"
642
648
  },
@@ -648,6 +654,8 @@ const tokens = [{
648
654
  "group": "paint",
649
655
  "state": "deleted",
650
656
  "introduced": "0.0.15",
657
+ "deprecated": "0.6.0",
658
+ "deleted": "0.8.0",
651
659
  "replacement": "color.link.pressed",
652
660
  "description": "Use for links in a pressed state"
653
661
  },
@@ -660,6 +668,8 @@ const tokens = [{
660
668
  "group": "paint",
661
669
  "state": "deleted",
662
670
  "introduced": "0.0.15",
671
+ "deprecated": "0.6.0",
672
+ "deleted": "0.8.0",
663
673
  "replacement": "color.link.[default]",
664
674
  "description": "Use for links in a resting or hover state. Add an underline for hover states"
665
675
  },
@@ -671,6 +681,8 @@ const tokens = [{
671
681
  "group": "paint",
672
682
  "state": "deleted",
673
683
  "introduced": "0.0.15",
684
+ "deprecated": "0.6.0",
685
+ "deleted": "0.8.0",
674
686
  "replacement": "color.link.[default]",
675
687
  "description": "Use for links in a resting or hover state. Add an underline for hover states"
676
688
  },
@@ -683,6 +695,8 @@ const tokens = [{
683
695
  "group": "paint",
684
696
  "state": "deleted",
685
697
  "introduced": "0.0.15",
698
+ "deprecated": "0.6.0",
699
+ "deleted": "0.8.0",
686
700
  "replacement": "color.text.subtlest",
687
701
  "description": "\nUse for tertiary text, such as meta-data, breadcrumbs, input field placeholder and helper text.\n\nUse for icons that are paired with text.medEmphasis text"
688
702
  },
@@ -694,6 +708,8 @@ const tokens = [{
694
708
  "group": "paint",
695
709
  "state": "deleted",
696
710
  "introduced": "0.0.15",
711
+ "deprecated": "0.6.0",
712
+ "deleted": "0.8.0",
697
713
  "replacement": "color.text.subtlest",
698
714
  "description": "\nUse for tertiary text, such as meta-data, breadcrumbs, input field placeholder and helper text.\n\nUse for icons that are paired with text.medEmphasis text"
699
715
  },
@@ -706,6 +722,8 @@ const tokens = [{
706
722
  "group": "paint",
707
723
  "state": "deleted",
708
724
  "introduced": "0.0.15",
725
+ "deprecated": "0.6.0",
726
+ "deleted": "0.8.0",
709
727
  "replacement": "color.text.subtle",
710
728
  "description": "\nUse for secondary text, such navigation, subtle button links, input field labels, and all caps subheadings.\n\nUse for icon-only buttons, or icons paired with text.highEmphasis text\n "
711
729
  },
@@ -717,6 +735,8 @@ const tokens = [{
717
735
  "group": "paint",
718
736
  "state": "deleted",
719
737
  "introduced": "0.0.15",
738
+ "deprecated": "0.6.0",
739
+ "deleted": "0.8.0",
720
740
  "replacement": "color.text.subtle",
721
741
  "description": "\nUse for secondary text, such navigation, subtle button links, input field labels, and all caps subheadings.\n\nUse for icon-only buttons, or icons paired with text.highEmphasis text\n "
722
742
  },
@@ -729,6 +749,8 @@ const tokens = [{
729
749
  "group": "paint",
730
750
  "state": "deleted",
731
751
  "introduced": "0.0.15",
752
+ "deprecated": "0.6.0",
753
+ "deleted": "0.8.0",
732
754
  "replacement": "color.text.inverse",
733
755
  "description": "Use for text and icons when on bold backgrounds"
734
756
  },
@@ -740,6 +762,8 @@ const tokens = [{
740
762
  "group": "paint",
741
763
  "state": "deleted",
742
764
  "introduced": "0.0.15",
765
+ "deprecated": "0.6.0",
766
+ "deleted": "0.8.0",
743
767
  "replacement": "color.text.inverse",
744
768
  "description": "Use for text and icons when on bold backgrounds"
745
769
  },
@@ -752,6 +776,8 @@ const tokens = [{
752
776
  "group": "paint",
753
777
  "state": "deleted",
754
778
  "introduced": "0.0.15",
779
+ "deprecated": "0.6.0",
780
+ "deleted": "0.8.0",
755
781
  "replacement": "color.text.warning.inverse",
756
782
  "description": "Use for text and icons when on bold warning backgrounds"
757
783
  },
@@ -763,6 +789,8 @@ const tokens = [{
763
789
  "group": "paint",
764
790
  "state": "deleted",
765
791
  "introduced": "0.0.15",
792
+ "deprecated": "0.6.0",
793
+ "deleted": "0.8.0",
766
794
  "replacement": "color.text.warning.inverse",
767
795
  "description": "Use for text and icons when on bold warning backgrounds"
768
796
  },
@@ -1379,6 +1407,27 @@ const tokens = [{
1379
1407
  },
1380
1408
  "name": "color.border.[default]",
1381
1409
  "path": ["color", "border", "[default]"]
1410
+ }, {
1411
+ "attributes": {
1412
+ "group": "paint",
1413
+ "state": "active",
1414
+ "introduced": "0.6.0",
1415
+ "description": "Use for borders on bold backgrounds."
1416
+ },
1417
+ "value": "#161A1D",
1418
+ "filePath": "src/tokens/atlassian-dark/color/border.tsx",
1419
+ "isSource": true,
1420
+ "original": {
1421
+ "attributes": {
1422
+ "group": "paint",
1423
+ "state": "active",
1424
+ "introduced": "0.6.0",
1425
+ "description": "Use for borders on bold backgrounds."
1426
+ },
1427
+ "value": "DN0"
1428
+ },
1429
+ "name": "color.border.inverse",
1430
+ "path": ["color", "border", "inverse"]
1382
1431
  }, {
1383
1432
  "attributes": {
1384
1433
  "group": "paint",
@@ -1594,6 +1643,8 @@ const tokens = [{
1594
1643
  "group": "paint",
1595
1644
  "state": "deleted",
1596
1645
  "introduced": "0.0.15",
1646
+ "deprecated": "0.6.0",
1647
+ "deleted": "0.8.0",
1597
1648
  "replacement": "color.border.focused",
1598
1649
  "description": "Use for focus rings of elements in a focus state"
1599
1650
  },
@@ -1605,6 +1656,8 @@ const tokens = [{
1605
1656
  "group": "paint",
1606
1657
  "state": "deleted",
1607
1658
  "introduced": "0.0.15",
1659
+ "deprecated": "0.6.0",
1660
+ "deleted": "0.8.0",
1608
1661
  "replacement": "color.border.focused",
1609
1662
  "description": "Use for focus rings of elements in a focus state"
1610
1663
  },
@@ -1617,6 +1670,8 @@ const tokens = [{
1617
1670
  "group": "paint",
1618
1671
  "state": "deleted",
1619
1672
  "introduced": "0.0.15",
1673
+ "deprecated": "0.6.0",
1674
+ "deleted": "0.8.0",
1620
1675
  "replacement": "color.border.[default]",
1621
1676
  "description": "Use to create borders around UI elements such as text fields, checkboxes, and radio buttons, or to visually group or separate UI elements, such as flat cards or side panel dividers"
1622
1677
  },
@@ -1628,6 +1683,8 @@ const tokens = [{
1628
1683
  "group": "paint",
1629
1684
  "state": "deleted",
1630
1685
  "introduced": "0.0.15",
1686
+ "deprecated": "0.6.0",
1687
+ "deleted": "0.8.0",
1631
1688
  "replacement": "color.border.[default]",
1632
1689
  "description": "Use to create borders around UI elements such as text fields, checkboxes, and radio buttons, or to visually group or separate UI elements, such as flat cards or side panel dividers"
1633
1690
  },
@@ -1724,6 +1781,8 @@ const tokens = [{
1724
1781
  "group": "paint",
1725
1782
  "state": "deleted",
1726
1783
  "introduced": "0.6.0",
1784
+ "deprecated": "0.7.0",
1785
+ "deleted": "0.8.0",
1727
1786
  "replacement": "color.background.accent.blue.subtler",
1728
1787
  "description": "Use for blue backgrounds when there is no meaning tied to the color, such as coloured tags."
1729
1788
  },
@@ -1735,6 +1794,8 @@ const tokens = [{
1735
1794
  "group": "paint",
1736
1795
  "state": "deleted",
1737
1796
  "introduced": "0.6.0",
1797
+ "deprecated": "0.7.0",
1798
+ "deleted": "0.8.0",
1738
1799
  "replacement": "color.background.accent.blue.subtler",
1739
1800
  "description": "Use for blue backgrounds when there is no meaning tied to the color, such as coloured tags."
1740
1801
  },
@@ -1747,6 +1808,8 @@ const tokens = [{
1747
1808
  "group": "paint",
1748
1809
  "state": "deleted",
1749
1810
  "introduced": "0.6.0",
1811
+ "deprecated": "0.7.0",
1812
+ "deleted": "0.8.0",
1750
1813
  "replacement": "color.background.accent.blue.subtle",
1751
1814
  "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."
1752
1815
  },
@@ -1758,6 +1821,8 @@ const tokens = [{
1758
1821
  "group": "paint",
1759
1822
  "state": "deleted",
1760
1823
  "introduced": "0.6.0",
1824
+ "deprecated": "0.7.0",
1825
+ "deleted": "0.8.0",
1761
1826
  "replacement": "color.background.accent.blue.subtle",
1762
1827
  "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."
1763
1828
  },
@@ -1854,6 +1919,8 @@ const tokens = [{
1854
1919
  "group": "paint",
1855
1920
  "state": "deleted",
1856
1921
  "introduced": "0.6.0",
1922
+ "deprecated": "0.7.0",
1923
+ "deleted": "0.8.0",
1857
1924
  "replacement": "color.background.accent.red.subtler",
1858
1925
  "description": "Use for red backgrounds when there is no meaning tied to the color, such as colored tags."
1859
1926
  },
@@ -1865,6 +1932,8 @@ const tokens = [{
1865
1932
  "group": "paint",
1866
1933
  "state": "deleted",
1867
1934
  "introduced": "0.6.0",
1935
+ "deprecated": "0.7.0",
1936
+ "deleted": "0.8.0",
1868
1937
  "replacement": "color.background.accent.red.subtler",
1869
1938
  "description": "Use for red backgrounds when there is no meaning tied to the color, such as colored tags."
1870
1939
  },
@@ -1877,6 +1946,8 @@ const tokens = [{
1877
1946
  "group": "paint",
1878
1947
  "state": "deleted",
1879
1948
  "introduced": "0.6.0",
1949
+ "deprecated": "0.7.0",
1950
+ "deleted": "0.8.0",
1880
1951
  "replacement": "color.background.accent.red.subtle",
1881
1952
  "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."
1882
1953
  },
@@ -1888,6 +1959,8 @@ const tokens = [{
1888
1959
  "group": "paint",
1889
1960
  "state": "deleted",
1890
1961
  "introduced": "0.6.0",
1962
+ "deprecated": "0.7.0",
1963
+ "deleted": "0.8.0",
1891
1964
  "replacement": "color.background.accent.red.subtle",
1892
1965
  "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."
1893
1966
  },
@@ -1984,6 +2057,8 @@ const tokens = [{
1984
2057
  "group": "paint",
1985
2058
  "state": "deleted",
1986
2059
  "introduced": "0.6.0",
2060
+ "deprecated": "0.7.0",
2061
+ "deleted": "0.8.0",
1987
2062
  "replacement": "color.background.accent.orange.subtler",
1988
2063
  "description": "Use for orange backgrounds when there is no meaning tied to the color, such as colored tags."
1989
2064
  },
@@ -1995,6 +2070,8 @@ const tokens = [{
1995
2070
  "group": "paint",
1996
2071
  "state": "deleted",
1997
2072
  "introduced": "0.6.0",
2073
+ "deprecated": "0.7.0",
2074
+ "deleted": "0.8.0",
1998
2075
  "replacement": "color.background.accent.orange.subtler",
1999
2076
  "description": "Use for orange backgrounds when there is no meaning tied to the color, such as colored tags."
2000
2077
  },
@@ -2007,6 +2084,8 @@ const tokens = [{
2007
2084
  "group": "paint",
2008
2085
  "state": "deleted",
2009
2086
  "introduced": "0.6.0",
2087
+ "deprecated": "0.7.0",
2088
+ "deleted": "0.8.0",
2010
2089
  "replacement": "color.background.accent.orange.subtle",
2011
2090
  "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
2091
  },
@@ -2018,6 +2097,8 @@ const tokens = [{
2018
2097
  "group": "paint",
2019
2098
  "state": "deleted",
2020
2099
  "introduced": "0.6.0",
2100
+ "deprecated": "0.7.0",
2101
+ "deleted": "0.8.0",
2021
2102
  "replacement": "color.background.accent.orange.subtle",
2022
2103
  "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."
2023
2104
  },
@@ -2114,6 +2195,8 @@ const tokens = [{
2114
2195
  "group": "paint",
2115
2196
  "state": "deleted",
2116
2197
  "introduced": "0.6.0",
2198
+ "deprecated": "0.7.0",
2199
+ "deleted": "0.8.0",
2117
2200
  "replacement": "color.background.accent.yellow.subtler",
2118
2201
  "description": "Use for yellow backgrounds when there is no meaning tied to the color, such as colored tags."
2119
2202
  },
@@ -2125,6 +2208,8 @@ const tokens = [{
2125
2208
  "group": "paint",
2126
2209
  "state": "deleted",
2127
2210
  "introduced": "0.6.0",
2211
+ "deprecated": "0.7.0",
2212
+ "deleted": "0.8.0",
2128
2213
  "replacement": "color.background.accent.yellow.subtler",
2129
2214
  "description": "Use for yellow backgrounds when there is no meaning tied to the color, such as colored tags."
2130
2215
  },
@@ -2137,6 +2222,8 @@ const tokens = [{
2137
2222
  "group": "paint",
2138
2223
  "state": "deleted",
2139
2224
  "introduced": "0.6.0",
2225
+ "deprecated": "0.7.0",
2226
+ "deleted": "0.8.0",
2140
2227
  "replacement": "color.background.accent.yellow.subtle",
2141
2228
  "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."
2142
2229
  },
@@ -2148,6 +2235,8 @@ const tokens = [{
2148
2235
  "group": "paint",
2149
2236
  "state": "deleted",
2150
2237
  "introduced": "0.6.0",
2238
+ "deprecated": "0.7.0",
2239
+ "deleted": "0.8.0",
2151
2240
  "replacement": "color.background.accent.yellow.subtle",
2152
2241
  "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."
2153
2242
  },
@@ -2244,6 +2333,8 @@ const tokens = [{
2244
2333
  "group": "paint",
2245
2334
  "state": "deleted",
2246
2335
  "introduced": "0.6.0",
2336
+ "deprecated": "0.7.0",
2337
+ "deleted": "0.8.0",
2247
2338
  "replacement": "color.background.accent.green.subtler",
2248
2339
  "description": "Use for green backgrounds when there is no meaning tied to the color, such as colored tags."
2249
2340
  },
@@ -2255,6 +2346,8 @@ const tokens = [{
2255
2346
  "group": "paint",
2256
2347
  "state": "deleted",
2257
2348
  "introduced": "0.6.0",
2349
+ "deprecated": "0.7.0",
2350
+ "deleted": "0.8.0",
2258
2351
  "replacement": "color.background.accent.green.subtler",
2259
2352
  "description": "Use for green backgrounds when there is no meaning tied to the color, such as colored tags."
2260
2353
  },
@@ -2267,6 +2360,8 @@ const tokens = [{
2267
2360
  "group": "paint",
2268
2361
  "state": "deleted",
2269
2362
  "introduced": "0.6.0",
2363
+ "deprecated": "0.7.0",
2364
+ "deleted": "0.8.0",
2270
2365
  "replacement": "color.background.accent.green.subtle",
2271
2366
  "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."
2272
2367
  },
@@ -2278,6 +2373,8 @@ const tokens = [{
2278
2373
  "group": "paint",
2279
2374
  "state": "deleted",
2280
2375
  "introduced": "0.6.0",
2376
+ "deprecated": "0.7.0",
2377
+ "deleted": "0.8.0",
2281
2378
  "replacement": "color.background.accent.green.subtle",
2282
2379
  "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."
2283
2380
  },
@@ -2374,6 +2471,8 @@ const tokens = [{
2374
2471
  "group": "paint",
2375
2472
  "state": "deleted",
2376
2473
  "introduced": "0.6.0",
2474
+ "deprecated": "0.7.0",
2475
+ "deleted": "0.8.0",
2377
2476
  "replacement": "color.background.accent.teal.subtler",
2378
2477
  "description": "Use for teal backgrounds when there is no meaning tied to the color, such as colored tags."
2379
2478
  },
@@ -2385,6 +2484,8 @@ const tokens = [{
2385
2484
  "group": "paint",
2386
2485
  "state": "deleted",
2387
2486
  "introduced": "0.6.0",
2487
+ "deprecated": "0.7.0",
2488
+ "deleted": "0.8.0",
2388
2489
  "replacement": "color.background.accent.teal.subtler",
2389
2490
  "description": "Use for teal backgrounds when there is no meaning tied to the color, such as colored tags."
2390
2491
  },
@@ -2397,6 +2498,8 @@ const tokens = [{
2397
2498
  "group": "paint",
2398
2499
  "state": "deleted",
2399
2500
  "introduced": "0.6.0",
2501
+ "deprecated": "0.7.0",
2502
+ "deleted": "0.8.0",
2400
2503
  "replacement": "color.background.accent.teal.subtle",
2401
2504
  "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."
2402
2505
  },
@@ -2408,6 +2511,8 @@ const tokens = [{
2408
2511
  "group": "paint",
2409
2512
  "state": "deleted",
2410
2513
  "introduced": "0.6.0",
2514
+ "deprecated": "0.7.0",
2515
+ "deleted": "0.8.0",
2411
2516
  "replacement": "color.background.accent.teal.subtle",
2412
2517
  "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."
2413
2518
  },
@@ -2504,6 +2609,8 @@ const tokens = [{
2504
2609
  "group": "paint",
2505
2610
  "state": "deleted",
2506
2611
  "introduced": "0.6.0",
2612
+ "deprecated": "0.7.0",
2613
+ "deleted": "0.8.0",
2507
2614
  "replacement": "color.background.accent.purple.subtler",
2508
2615
  "description": "Use for purple backgrounds when there is no meaning tied to the color, such as colored tags."
2509
2616
  },
@@ -2515,6 +2622,8 @@ const tokens = [{
2515
2622
  "group": "paint",
2516
2623
  "state": "deleted",
2517
2624
  "introduced": "0.6.0",
2625
+ "deprecated": "0.7.0",
2626
+ "deleted": "0.8.0",
2518
2627
  "replacement": "color.background.accent.purple.subtler",
2519
2628
  "description": "Use for purple backgrounds when there is no meaning tied to the color, such as colored tags."
2520
2629
  },
@@ -2527,6 +2636,8 @@ const tokens = [{
2527
2636
  "group": "paint",
2528
2637
  "state": "deleted",
2529
2638
  "introduced": "0.6.0",
2639
+ "deprecated": "0.7.0",
2640
+ "deleted": "0.8.0",
2530
2641
  "replacement": "color.background.accent.purple.subtle",
2531
2642
  "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."
2532
2643
  },
@@ -2538,6 +2649,8 @@ const tokens = [{
2538
2649
  "group": "paint",
2539
2650
  "state": "deleted",
2540
2651
  "introduced": "0.6.0",
2652
+ "deprecated": "0.7.0",
2653
+ "deleted": "0.8.0",
2541
2654
  "replacement": "color.background.accent.purple.subtle",
2542
2655
  "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."
2543
2656
  },
@@ -2634,6 +2747,8 @@ const tokens = [{
2634
2747
  "group": "paint",
2635
2748
  "state": "deleted",
2636
2749
  "introduced": "0.6.0",
2750
+ "deprecated": "0.7.0",
2751
+ "deleted": "0.8.0",
2637
2752
  "replacement": "color.background.accent.magenta.subtler",
2638
2753
  "description": "Use for magenta backgrounds when there is no meaning tied to the color, such as colored tags."
2639
2754
  },
@@ -2645,6 +2760,8 @@ const tokens = [{
2645
2760
  "group": "paint",
2646
2761
  "state": "deleted",
2647
2762
  "introduced": "0.6.0",
2763
+ "deprecated": "0.7.0",
2764
+ "deleted": "0.8.0",
2648
2765
  "replacement": "color.background.accent.magenta.subtler",
2649
2766
  "description": "Use for magenta backgrounds when there is no meaning tied to the color, such as colored tags."
2650
2767
  },
@@ -2657,6 +2774,8 @@ const tokens = [{
2657
2774
  "group": "paint",
2658
2775
  "state": "deleted",
2659
2776
  "introduced": "0.6.0",
2777
+ "deprecated": "0.7.0",
2778
+ "deleted": "0.8.0",
2660
2779
  "replacement": "color.background.accent.magenta.subtle",
2661
2780
  "description": "Use for magenta backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
2662
2781
  },
@@ -2668,6 +2787,8 @@ const tokens = [{
2668
2787
  "group": "paint",
2669
2788
  "state": "deleted",
2670
2789
  "introduced": "0.6.0",
2790
+ "deprecated": "0.7.0",
2791
+ "deleted": "0.8.0",
2671
2792
  "replacement": "color.background.accent.magenta.subtle",
2672
2793
  "description": "Use for magenta backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
2673
2794
  },
@@ -2764,6 +2885,7 @@ const tokens = [{
2764
2885
  "group": "paint",
2765
2886
  "state": "deprecated",
2766
2887
  "introduced": "0.1.0",
2888
+ "deprecated": "0.8.3",
2767
2889
  "replacement": "color.background.inverse.subtle.[default]",
2768
2890
  "description": "Use for backgrounds of elements on a bold background, such as in the buttons on spotlight cards."
2769
2891
  },
@@ -2775,6 +2897,7 @@ const tokens = [{
2775
2897
  "group": "paint",
2776
2898
  "state": "deprecated",
2777
2899
  "introduced": "0.1.0",
2900
+ "deprecated": "0.8.3",
2778
2901
  "replacement": "color.background.inverse.subtle.[default]",
2779
2902
  "description": "Use for backgrounds of elements on a bold background, such as in the buttons on spotlight cards."
2780
2903
  },
@@ -3102,6 +3225,7 @@ const tokens = [{
3102
3225
  "group": "paint",
3103
3226
  "state": "deprecated",
3104
3227
  "introduced": "0.6.0",
3228
+ "deprecated": "0.6.2",
3105
3229
  "replacement": "color.background.selected.[default].[default]",
3106
3230
  "description": "Use for the background of elements used to reinforce our brand."
3107
3231
  },
@@ -3113,6 +3237,7 @@ const tokens = [{
3113
3237
  "group": "paint",
3114
3238
  "state": "deprecated",
3115
3239
  "introduced": "0.6.0",
3240
+ "deprecated": "0.6.2",
3116
3241
  "replacement": "color.background.selected.[default].[default]",
3117
3242
  "description": "Use for the background of elements used to reinforce our brand."
3118
3243
  },
@@ -3125,6 +3250,7 @@ const tokens = [{
3125
3250
  "group": "paint",
3126
3251
  "state": "deprecated",
3127
3252
  "introduced": "0.6.0",
3253
+ "deprecated": "0.6.2",
3128
3254
  "replacement": "color.background.selected.[default].hovered",
3129
3255
  "description": "Hovered state for color.background.brand"
3130
3256
  },
@@ -3136,6 +3262,7 @@ const tokens = [{
3136
3262
  "group": "paint",
3137
3263
  "state": "deprecated",
3138
3264
  "introduced": "0.6.0",
3265
+ "deprecated": "0.6.2",
3139
3266
  "replacement": "color.background.selected.[default].hovered",
3140
3267
  "description": "Hovered state for color.background.brand"
3141
3268
  },
@@ -3148,6 +3275,7 @@ const tokens = [{
3148
3275
  "group": "paint",
3149
3276
  "state": "deprecated",
3150
3277
  "introduced": "0.6.0",
3278
+ "deprecated": "0.6.2",
3151
3279
  "replacement": "color.background.selected.[default].pressed",
3152
3280
  "description": "Pressed state for color.background.brand"
3153
3281
  },
@@ -3159,6 +3287,7 @@ const tokens = [{
3159
3287
  "group": "paint",
3160
3288
  "state": "deprecated",
3161
3289
  "introduced": "0.6.0",
3290
+ "deprecated": "0.6.2",
3162
3291
  "replacement": "color.background.selected.[default].pressed",
3163
3292
  "description": "Pressed state for color.background.brand"
3164
3293
  },
@@ -3297,6 +3426,7 @@ const tokens = [{
3297
3426
  "group": "paint",
3298
3427
  "state": "deprecated",
3299
3428
  "introduced": "0.1.0",
3429
+ "deprecated": "0.6.0",
3300
3430
  "replacement": "color.background.selected.[default].[default]",
3301
3431
  "description": "Use for backgrounds of elements in a selected state"
3302
3432
  },
@@ -3308,6 +3438,7 @@ const tokens = [{
3308
3438
  "group": "paint",
3309
3439
  "state": "deprecated",
3310
3440
  "introduced": "0.1.0",
3441
+ "deprecated": "0.6.0",
3311
3442
  "replacement": "color.background.selected.[default].[default]",
3312
3443
  "description": "Use for backgrounds of elements in a selected state"
3313
3444
  },
@@ -3320,6 +3451,7 @@ const tokens = [{
3320
3451
  "group": "paint",
3321
3452
  "state": "deprecated",
3322
3453
  "introduced": "0.1.0",
3454
+ "deprecated": "0.6.0",
3323
3455
  "replacement": "color.background.selected.[default].hovered",
3324
3456
  "description": "Hover state for color.background.selected"
3325
3457
  },
@@ -3331,6 +3463,7 @@ const tokens = [{
3331
3463
  "group": "paint",
3332
3464
  "state": "deprecated",
3333
3465
  "introduced": "0.1.0",
3466
+ "deprecated": "0.6.0",
3334
3467
  "replacement": "color.background.selected.[default].hovered",
3335
3468
  "description": "Hover state for color.background.selected"
3336
3469
  },
@@ -3973,6 +4106,8 @@ const tokens = [{
3973
4106
  "group": "paint",
3974
4107
  "state": "deleted",
3975
4108
  "introduced": "0.0.15",
4109
+ "deprecated": "0.6.0",
4110
+ "deleted": "0.8.0",
3976
4111
  "replacement": "color.blanket.[default]",
3977
4112
  "description": "Use for the screen overlay that appears with modal dialogs"
3978
4113
  },
@@ -3984,6 +4119,8 @@ const tokens = [{
3984
4119
  "group": "paint",
3985
4120
  "state": "deleted",
3986
4121
  "introduced": "0.0.15",
4122
+ "deprecated": "0.6.0",
4123
+ "deleted": "0.8.0",
3987
4124
  "replacement": "color.blanket.[default]",
3988
4125
  "description": "Use for the screen overlay that appears with modal dialogs"
3989
4126
  },
@@ -3996,6 +4133,8 @@ const tokens = [{
3996
4133
  "group": "paint",
3997
4134
  "state": "deleted",
3998
4135
  "introduced": "0.0.15",
4136
+ "deprecated": "0.6.0",
4137
+ "deleted": "0.8.0",
3999
4138
  "replacement": "color.background.brand.bold.hovered",
4000
4139
  "description": "Hover state of background.boldBrand"
4001
4140
  },
@@ -4007,6 +4146,8 @@ const tokens = [{
4007
4146
  "group": "paint",
4008
4147
  "state": "deleted",
4009
4148
  "introduced": "0.0.15",
4149
+ "deprecated": "0.6.0",
4150
+ "deleted": "0.8.0",
4010
4151
  "replacement": "color.background.brand.bold.hovered",
4011
4152
  "description": "Hover state of background.boldBrand"
4012
4153
  },
@@ -4019,6 +4160,8 @@ const tokens = [{
4019
4160
  "group": "paint",
4020
4161
  "state": "deleted",
4021
4162
  "introduced": "0.0.15",
4163
+ "deprecated": "0.6.0",
4164
+ "deleted": "0.8.0",
4022
4165
  "replacement": "color.background.brand.bold.pressed",
4023
4166
  "description": "Pressed state of background.boldBrand"
4024
4167
  },
@@ -4030,6 +4173,8 @@ const tokens = [{
4030
4173
  "group": "paint",
4031
4174
  "state": "deleted",
4032
4175
  "introduced": "0.0.15",
4176
+ "deprecated": "0.6.0",
4177
+ "deleted": "0.8.0",
4033
4178
  "replacement": "color.background.brand.bold.pressed",
4034
4179
  "description": "Pressed state of background.boldBrand"
4035
4180
  },
@@ -4042,6 +4187,8 @@ const tokens = [{
4042
4187
  "group": "paint",
4043
4188
  "state": "deleted",
4044
4189
  "introduced": "0.0.15",
4190
+ "deprecated": "0.6.0",
4191
+ "deleted": "0.8.0",
4045
4192
  "replacement": "color.background.brand.bold.[default]",
4046
4193
  "description": "A vibrant background for small UI elements like primary buttons and bold in progress lozenges."
4047
4194
  },
@@ -4053,6 +4200,8 @@ const tokens = [{
4053
4200
  "group": "paint",
4054
4201
  "state": "deleted",
4055
4202
  "introduced": "0.0.15",
4203
+ "deprecated": "0.6.0",
4204
+ "deleted": "0.8.0",
4056
4205
  "replacement": "color.background.brand.bold.[default]",
4057
4206
  "description": "A vibrant background for small UI elements like primary buttons and bold in progress lozenges."
4058
4207
  },
@@ -4065,6 +4214,8 @@ const tokens = [{
4065
4214
  "group": "paint",
4066
4215
  "state": "deleted",
4067
4216
  "introduced": "0.0.15",
4217
+ "deprecated": "0.6.0",
4218
+ "deleted": "0.8.0",
4068
4219
  "replacement": "color.background.danger.bold.hovered",
4069
4220
  "description": "Hover state of background.boldDanger"
4070
4221
  },
@@ -4076,6 +4227,8 @@ const tokens = [{
4076
4227
  "group": "paint",
4077
4228
  "state": "deleted",
4078
4229
  "introduced": "0.0.15",
4230
+ "deprecated": "0.6.0",
4231
+ "deleted": "0.8.0",
4079
4232
  "replacement": "color.background.danger.bold.hovered",
4080
4233
  "description": "Hover state of background.boldDanger"
4081
4234
  },
@@ -4088,6 +4241,8 @@ const tokens = [{
4088
4241
  "group": "paint",
4089
4242
  "state": "deleted",
4090
4243
  "introduced": "0.0.15",
4244
+ "deprecated": "0.6.0",
4245
+ "deleted": "0.8.0",
4091
4246
  "replacement": "color.background.danger.bold.pressed",
4092
4247
  "description": "Pressed state of background.boldDanger"
4093
4248
  },
@@ -4099,6 +4254,8 @@ const tokens = [{
4099
4254
  "group": "paint",
4100
4255
  "state": "deleted",
4101
4256
  "introduced": "0.0.15",
4257
+ "deprecated": "0.6.0",
4258
+ "deleted": "0.8.0",
4102
4259
  "replacement": "color.background.danger.bold.pressed",
4103
4260
  "description": "Pressed state of background.boldDanger"
4104
4261
  },
@@ -4111,6 +4268,8 @@ const tokens = [{
4111
4268
  "group": "paint",
4112
4269
  "state": "deleted",
4113
4270
  "introduced": "0.0.15",
4271
+ "deprecated": "0.6.0",
4272
+ "deleted": "0.8.0",
4114
4273
  "replacement": "color.background.danger.bold.[default]",
4115
4274
  "description": "A vibrant background for small UI elements like danger buttons and bold removed lozenges."
4116
4275
  },
@@ -4122,6 +4281,8 @@ const tokens = [{
4122
4281
  "group": "paint",
4123
4282
  "state": "deleted",
4124
4283
  "introduced": "0.0.15",
4284
+ "deprecated": "0.6.0",
4285
+ "deleted": "0.8.0",
4125
4286
  "replacement": "color.background.danger.bold.[default]",
4126
4287
  "description": "A vibrant background for small UI elements like danger buttons and bold removed lozenges."
4127
4288
  },
@@ -4134,6 +4295,8 @@ const tokens = [{
4134
4295
  "group": "paint",
4135
4296
  "state": "deleted",
4136
4297
  "introduced": "0.0.15",
4298
+ "deprecated": "0.6.0",
4299
+ "deleted": "0.8.0",
4137
4300
  "replacement": "color.background.discovery.bold.hovered",
4138
4301
  "description": "Hover state of background.boldDiscovery"
4139
4302
  },
@@ -4145,6 +4308,8 @@ const tokens = [{
4145
4308
  "group": "paint",
4146
4309
  "state": "deleted",
4147
4310
  "introduced": "0.0.15",
4311
+ "deprecated": "0.6.0",
4312
+ "deleted": "0.8.0",
4148
4313
  "replacement": "color.background.discovery.bold.hovered",
4149
4314
  "description": "Hover state of background.boldDiscovery"
4150
4315
  },
@@ -4157,6 +4322,8 @@ const tokens = [{
4157
4322
  "group": "paint",
4158
4323
  "state": "deleted",
4159
4324
  "introduced": "0.0.15",
4325
+ "deprecated": "0.6.0",
4326
+ "deleted": "0.8.0",
4160
4327
  "replacement": "color.background.discovery.bold.pressed",
4161
4328
  "description": "Pressed state of background.boldDiscovery"
4162
4329
  },
@@ -4168,6 +4335,8 @@ const tokens = [{
4168
4335
  "group": "paint",
4169
4336
  "state": "deleted",
4170
4337
  "introduced": "0.0.15",
4338
+ "deprecated": "0.6.0",
4339
+ "deleted": "0.8.0",
4171
4340
  "replacement": "color.background.discovery.bold.pressed",
4172
4341
  "description": "Pressed state of background.boldDiscovery"
4173
4342
  },
@@ -4180,6 +4349,8 @@ const tokens = [{
4180
4349
  "group": "paint",
4181
4350
  "state": "deleted",
4182
4351
  "introduced": "0.0.15",
4352
+ "deprecated": "0.6.0",
4353
+ "deleted": "0.8.0",
4183
4354
  "replacement": "color.background.discovery.bold.[default]",
4184
4355
  "description": "A vibrant background for small UI elements like onboarding buttons and bold new lozenges."
4185
4356
  },
@@ -4191,6 +4362,8 @@ const tokens = [{
4191
4362
  "group": "paint",
4192
4363
  "state": "deleted",
4193
4364
  "introduced": "0.0.15",
4365
+ "deprecated": "0.6.0",
4366
+ "deleted": "0.8.0",
4194
4367
  "replacement": "color.background.discovery.bold.[default]",
4195
4368
  "description": "A vibrant background for small UI elements like onboarding buttons and bold new lozenges."
4196
4369
  },
@@ -4203,6 +4376,8 @@ const tokens = [{
4203
4376
  "group": "paint",
4204
4377
  "state": "deleted",
4205
4378
  "introduced": "0.0.15",
4379
+ "deprecated": "0.6.0",
4380
+ "deleted": "0.8.0",
4206
4381
  "replacement": "color.background.neutral.bold.hovered",
4207
4382
  "description": "Hover state of background.boldNeutral"
4208
4383
  },
@@ -4214,6 +4389,8 @@ const tokens = [{
4214
4389
  "group": "paint",
4215
4390
  "state": "deleted",
4216
4391
  "introduced": "0.0.15",
4392
+ "deprecated": "0.6.0",
4393
+ "deleted": "0.8.0",
4217
4394
  "replacement": "color.background.neutral.bold.hovered",
4218
4395
  "description": "Hover state of background.boldNeutral"
4219
4396
  },
@@ -4226,6 +4403,8 @@ const tokens = [{
4226
4403
  "group": "paint",
4227
4404
  "state": "deleted",
4228
4405
  "introduced": "0.0.15",
4406
+ "deprecated": "0.6.0",
4407
+ "deleted": "0.8.0",
4229
4408
  "replacement": "color.background.neutral.bold.pressed",
4230
4409
  "description": "Pressed state of background.boldNeutral"
4231
4410
  },
@@ -4237,6 +4416,8 @@ const tokens = [{
4237
4416
  "group": "paint",
4238
4417
  "state": "deleted",
4239
4418
  "introduced": "0.0.15",
4419
+ "deprecated": "0.6.0",
4420
+ "deleted": "0.8.0",
4240
4421
  "replacement": "color.background.neutral.bold.pressed",
4241
4422
  "description": "Pressed state of background.boldNeutral"
4242
4423
  },
@@ -4249,6 +4430,8 @@ const tokens = [{
4249
4430
  "group": "paint",
4250
4431
  "state": "deleted",
4251
4432
  "introduced": "0.0.15",
4433
+ "deprecated": "0.6.0",
4434
+ "deleted": "0.8.0",
4252
4435
  "replacement": "color.background.neutral.bold.[default]",
4253
4436
  "description": "A vibrant background for small UI elements like unchecked toggles and bold default lozenges."
4254
4437
  },
@@ -4260,6 +4443,8 @@ const tokens = [{
4260
4443
  "group": "paint",
4261
4444
  "state": "deleted",
4262
4445
  "introduced": "0.0.15",
4446
+ "deprecated": "0.6.0",
4447
+ "deleted": "0.8.0",
4263
4448
  "replacement": "color.background.neutral.bold.[default]",
4264
4449
  "description": "A vibrant background for small UI elements like unchecked toggles and bold default lozenges."
4265
4450
  },
@@ -4272,6 +4457,8 @@ const tokens = [{
4272
4457
  "group": "paint",
4273
4458
  "state": "deleted",
4274
4459
  "introduced": "0.0.15",
4460
+ "deprecated": "0.6.0",
4461
+ "deleted": "0.8.0",
4275
4462
  "replacement": "color.background.success.bold.hovered",
4276
4463
  "description": "Hover state of background.boldSuccess"
4277
4464
  },
@@ -4283,6 +4470,8 @@ const tokens = [{
4283
4470
  "group": "paint",
4284
4471
  "state": "deleted",
4285
4472
  "introduced": "0.0.15",
4473
+ "deprecated": "0.6.0",
4474
+ "deleted": "0.8.0",
4286
4475
  "replacement": "color.background.success.bold.hovered",
4287
4476
  "description": "Hover state of background.boldSuccess"
4288
4477
  },
@@ -4295,6 +4484,8 @@ const tokens = [{
4295
4484
  "group": "paint",
4296
4485
  "state": "deleted",
4297
4486
  "introduced": "0.0.15",
4487
+ "deprecated": "0.6.0",
4488
+ "deleted": "0.8.0",
4298
4489
  "replacement": "color.background.success.bold.pressed",
4299
4490
  "description": "Pressed state of background.boldSuccess"
4300
4491
  },
@@ -4306,6 +4497,8 @@ const tokens = [{
4306
4497
  "group": "paint",
4307
4498
  "state": "deleted",
4308
4499
  "introduced": "0.0.15",
4500
+ "deprecated": "0.6.0",
4501
+ "deleted": "0.8.0",
4309
4502
  "replacement": "color.background.success.bold.pressed",
4310
4503
  "description": "Pressed state of background.boldSuccess"
4311
4504
  },
@@ -4318,6 +4511,8 @@ const tokens = [{
4318
4511
  "group": "paint",
4319
4512
  "state": "deleted",
4320
4513
  "introduced": "0.0.15",
4514
+ "deprecated": "0.6.0",
4515
+ "deleted": "0.8.0",
4321
4516
  "replacement": "color.background.success.bold.[default]",
4322
4517
  "description": "A vibrant background for small UI elements like checked toggles and bold success lozenges."
4323
4518
  },
@@ -4329,6 +4524,8 @@ const tokens = [{
4329
4524
  "group": "paint",
4330
4525
  "state": "deleted",
4331
4526
  "introduced": "0.0.15",
4527
+ "deprecated": "0.6.0",
4528
+ "deleted": "0.8.0",
4332
4529
  "replacement": "color.background.success.bold.[default]",
4333
4530
  "description": "A vibrant background for small UI elements like checked toggles and bold success lozenges."
4334
4531
  },
@@ -4341,6 +4538,8 @@ const tokens = [{
4341
4538
  "group": "paint",
4342
4539
  "state": "deleted",
4343
4540
  "introduced": "0.0.15",
4541
+ "deprecated": "0.6.0",
4542
+ "deleted": "0.8.0",
4344
4543
  "replacement": "color.background.warning.bold.hovered",
4345
4544
  "description": "Hover state of background.boldWarning"
4346
4545
  },
@@ -4352,6 +4551,8 @@ const tokens = [{
4352
4551
  "group": "paint",
4353
4552
  "state": "deleted",
4354
4553
  "introduced": "0.0.15",
4554
+ "deprecated": "0.6.0",
4555
+ "deleted": "0.8.0",
4355
4556
  "replacement": "color.background.warning.bold.hovered",
4356
4557
  "description": "Hover state of background.boldWarning"
4357
4558
  },
@@ -4364,6 +4565,8 @@ const tokens = [{
4364
4565
  "group": "paint",
4365
4566
  "state": "deleted",
4366
4567
  "introduced": "0.0.15",
4568
+ "deprecated": "0.6.0",
4569
+ "deleted": "0.8.0",
4367
4570
  "replacement": "color.background.warning.bold.pressed",
4368
4571
  "description": "Pressed state of background.boldWarning"
4369
4572
  },
@@ -4375,6 +4578,8 @@ const tokens = [{
4375
4578
  "group": "paint",
4376
4579
  "state": "deleted",
4377
4580
  "introduced": "0.0.15",
4581
+ "deprecated": "0.6.0",
4582
+ "deleted": "0.8.0",
4378
4583
  "replacement": "color.background.warning.bold.pressed",
4379
4584
  "description": "Pressed state of background.boldWarning"
4380
4585
  },
@@ -4387,6 +4592,8 @@ const tokens = [{
4387
4592
  "group": "paint",
4388
4593
  "state": "deleted",
4389
4594
  "introduced": "0.0.15",
4595
+ "deprecated": "0.6.0",
4596
+ "deleted": "0.8.0",
4390
4597
  "replacement": "color.background.warning.bold.[default]",
4391
4598
  "description": "A vibrant background for small UI elements like warning buttons and bold moved lozenges."
4392
4599
  },
@@ -4398,6 +4605,8 @@ const tokens = [{
4398
4605
  "group": "paint",
4399
4606
  "state": "deleted",
4400
4607
  "introduced": "0.0.15",
4608
+ "deprecated": "0.6.0",
4609
+ "deleted": "0.8.0",
4401
4610
  "replacement": "color.background.warning.bold.[default]",
4402
4611
  "description": "A vibrant background for small UI elements like warning buttons and bold moved lozenges."
4403
4612
  },
@@ -4410,6 +4619,8 @@ const tokens = [{
4410
4619
  "group": "paint",
4411
4620
  "state": "deleted",
4412
4621
  "introduced": "0.0.15",
4622
+ "deprecated": "0.6.0",
4623
+ "deleted": "0.8.0",
4413
4624
  "replacement": "elevation.surface.raised",
4414
4625
  "description": "Use for the background of raised cards, such as Jira cards on a Kanban board.\nCombine with shadow.card."
4415
4626
  },
@@ -4421,6 +4632,8 @@ const tokens = [{
4421
4632
  "group": "paint",
4422
4633
  "state": "deleted",
4423
4634
  "introduced": "0.0.15",
4635
+ "deprecated": "0.6.0",
4636
+ "deleted": "0.8.0",
4424
4637
  "replacement": "elevation.surface.raised",
4425
4638
  "description": "Use for the background of raised cards, such as Jira cards on a Kanban board.\nCombine with shadow.card."
4426
4639
  },
@@ -4433,6 +4646,8 @@ const tokens = [{
4433
4646
  "group": "paint",
4434
4647
  "state": "deleted",
4435
4648
  "introduced": "0.0.15",
4649
+ "deprecated": "0.6.0",
4650
+ "deleted": "0.8.0",
4436
4651
  "replacement": "elevation.surface.[default]",
4437
4652
  "description": "Use as the primary background for the UI"
4438
4653
  },
@@ -4444,6 +4659,8 @@ const tokens = [{
4444
4659
  "group": "paint",
4445
4660
  "state": "deleted",
4446
4661
  "introduced": "0.0.15",
4662
+ "deprecated": "0.6.0",
4663
+ "deleted": "0.8.0",
4447
4664
  "replacement": "elevation.surface.[default]",
4448
4665
  "description": "Use as the primary background for the UI"
4449
4666
  },
@@ -4456,6 +4673,8 @@ const tokens = [{
4456
4673
  "group": "paint",
4457
4674
  "state": "deleted",
4458
4675
  "introduced": "0.0.15",
4676
+ "deprecated": "0.6.0",
4677
+ "deleted": "0.8.0",
4459
4678
  "replacement": "elevation.surface.overlay",
4460
4679
  "description": "\nUse for the background of overlay elements, such as modals, dropdown menus, flags, and inline dialogs (i.e. elements that sit on top of the UI).\n\nAlso use for the background of raised cards in a dragged state.\n\nCombine with shadow.overlay."
4461
4680
  },
@@ -4467,6 +4686,8 @@ const tokens = [{
4467
4686
  "group": "paint",
4468
4687
  "state": "deleted",
4469
4688
  "introduced": "0.0.15",
4689
+ "deprecated": "0.6.0",
4690
+ "deleted": "0.8.0",
4470
4691
  "replacement": "elevation.surface.overlay",
4471
4692
  "description": "\nUse for the background of overlay elements, such as modals, dropdown menus, flags, and inline dialogs (i.e. elements that sit on top of the UI).\n\nAlso use for the background of raised cards in a dragged state.\n\nCombine with shadow.overlay."
4472
4693
  },
@@ -4479,6 +4700,8 @@ const tokens = [{
4479
4700
  "group": "paint",
4480
4701
  "state": "deleted",
4481
4702
  "introduced": "0.0.15",
4703
+ "deprecated": "0.6.0",
4704
+ "deleted": "0.8.0",
4482
4705
  "replacement": "color.background.input.pressed",
4483
4706
  "description": "Pressed state for background.subtleBorderedNeutral"
4484
4707
  },
@@ -4490,6 +4713,8 @@ const tokens = [{
4490
4713
  "group": "paint",
4491
4714
  "state": "deleted",
4492
4715
  "introduced": "0.0.15",
4716
+ "deprecated": "0.6.0",
4717
+ "deleted": "0.8.0",
4493
4718
  "replacement": "color.background.input.pressed",
4494
4719
  "description": "Pressed state for background.subtleBorderedNeutral"
4495
4720
  },
@@ -4502,6 +4727,8 @@ const tokens = [{
4502
4727
  "group": "paint",
4503
4728
  "state": "deleted",
4504
4729
  "introduced": "0.0.15",
4730
+ "deprecated": "0.6.0",
4731
+ "deleted": "0.8.0",
4505
4732
  "replacement": "color.background.input.[default]",
4506
4733
  "description": "Hover state for background.subtleBorderedNeutral"
4507
4734
  },
@@ -4513,6 +4740,8 @@ const tokens = [{
4513
4740
  "group": "paint",
4514
4741
  "state": "deleted",
4515
4742
  "introduced": "0.0.15",
4743
+ "deprecated": "0.6.0",
4744
+ "deleted": "0.8.0",
4516
4745
  "replacement": "color.background.input.[default]",
4517
4746
  "description": "Hover state for background.subtleBorderedNeutral"
4518
4747
  },
@@ -4525,6 +4754,7 @@ const tokens = [{
4525
4754
  "group": "paint",
4526
4755
  "state": "deprecated",
4527
4756
  "introduced": "0.0.15",
4757
+ "deprecated": "0.6.0",
4528
4758
  "replacement": "color.background.selected.[default].hovered",
4529
4759
  "description": "Hover state for background.subtleBrand"
4530
4760
  },
@@ -4536,6 +4766,7 @@ const tokens = [{
4536
4766
  "group": "paint",
4537
4767
  "state": "deprecated",
4538
4768
  "introduced": "0.0.15",
4769
+ "deprecated": "0.6.0",
4539
4770
  "replacement": "color.background.selected.[default].hovered",
4540
4771
  "description": "Hover state for background.subtleBrand"
4541
4772
  },
@@ -4548,6 +4779,7 @@ const tokens = [{
4548
4779
  "group": "paint",
4549
4780
  "state": "deprecated",
4550
4781
  "introduced": "0.0.15",
4782
+ "deprecated": "0.6.0",
4551
4783
  "replacement": "color.background.selected.[default].pressed",
4552
4784
  "description": "Pressed state for background.subtleBrand"
4553
4785
  },
@@ -4559,6 +4791,7 @@ const tokens = [{
4559
4791
  "group": "paint",
4560
4792
  "state": "deprecated",
4561
4793
  "introduced": "0.0.15",
4794
+ "deprecated": "0.6.0",
4562
4795
  "replacement": "color.background.selected.[default].pressed",
4563
4796
  "description": "Pressed state for background.subtleBrand"
4564
4797
  },
@@ -4571,6 +4804,7 @@ const tokens = [{
4571
4804
  "group": "paint",
4572
4805
  "state": "deprecated",
4573
4806
  "introduced": "0.0.15",
4807
+ "deprecated": "0.6.0",
4574
4808
  "replacement": "color.background.selected.[default].[default]",
4575
4809
  "description": "Use for subdued backgrounds of UI elements like information section messages and in progress lozenges."
4576
4810
  },
@@ -4582,6 +4816,7 @@ const tokens = [{
4582
4816
  "group": "paint",
4583
4817
  "state": "deprecated",
4584
4818
  "introduced": "0.0.15",
4819
+ "deprecated": "0.6.0",
4585
4820
  "replacement": "color.background.selected.[default].[default]",
4586
4821
  "description": "Use for subdued backgrounds of UI elements like information section messages and in progress lozenges."
4587
4822
  },
@@ -4594,6 +4829,8 @@ const tokens = [{
4594
4829
  "group": "paint",
4595
4830
  "state": "deleted",
4596
4831
  "introduced": "0.0.15",
4832
+ "deprecated": "0.6.0",
4833
+ "deleted": "0.8.0",
4597
4834
  "replacement": "color.background.danger.[default].hovered",
4598
4835
  "description": "Hover state for background.subtleDanger"
4599
4836
  },
@@ -4605,6 +4842,8 @@ const tokens = [{
4605
4842
  "group": "paint",
4606
4843
  "state": "deleted",
4607
4844
  "introduced": "0.0.15",
4845
+ "deprecated": "0.6.0",
4846
+ "deleted": "0.8.0",
4608
4847
  "replacement": "color.background.danger.[default].hovered",
4609
4848
  "description": "Hover state for background.subtleDanger"
4610
4849
  },
@@ -4617,6 +4856,8 @@ const tokens = [{
4617
4856
  "group": "paint",
4618
4857
  "state": "deleted",
4619
4858
  "introduced": "0.0.15",
4859
+ "deprecated": "0.6.0",
4860
+ "deleted": "0.8.0",
4620
4861
  "replacement": "color.background.danger.[default].pressed",
4621
4862
  "description": "Pressed state for background.subtleDanger"
4622
4863
  },
@@ -4628,6 +4869,8 @@ const tokens = [{
4628
4869
  "group": "paint",
4629
4870
  "state": "deleted",
4630
4871
  "introduced": "0.0.15",
4872
+ "deprecated": "0.6.0",
4873
+ "deleted": "0.8.0",
4631
4874
  "replacement": "color.background.danger.[default].pressed",
4632
4875
  "description": "Pressed state for background.subtleDanger"
4633
4876
  },
@@ -4640,6 +4883,8 @@ const tokens = [{
4640
4883
  "group": "paint",
4641
4884
  "state": "deleted",
4642
4885
  "introduced": "0.0.15",
4886
+ "deprecated": "0.6.0",
4887
+ "deleted": "0.8.0",
4643
4888
  "replacement": "color.background.danger.[default].[default]",
4644
4889
  "description": "Use for subdued backgrounds of UI elements like error section messages and removed lozenges."
4645
4890
  },
@@ -4651,6 +4896,8 @@ const tokens = [{
4651
4896
  "group": "paint",
4652
4897
  "state": "deleted",
4653
4898
  "introduced": "0.0.15",
4899
+ "deprecated": "0.6.0",
4900
+ "deleted": "0.8.0",
4654
4901
  "replacement": "color.background.danger.[default].[default]",
4655
4902
  "description": "Use for subdued backgrounds of UI elements like error section messages and removed lozenges."
4656
4903
  },
@@ -4663,6 +4910,8 @@ const tokens = [{
4663
4910
  "group": "paint",
4664
4911
  "state": "deleted",
4665
4912
  "introduced": "0.0.15",
4913
+ "deprecated": "0.6.0",
4914
+ "deleted": "0.8.0",
4666
4915
  "replacement": "color.background.discovery.[default].hovered",
4667
4916
  "description": "Hover state for background.subtleDiscovery"
4668
4917
  },
@@ -4674,6 +4923,8 @@ const tokens = [{
4674
4923
  "group": "paint",
4675
4924
  "state": "deleted",
4676
4925
  "introduced": "0.0.15",
4926
+ "deprecated": "0.6.0",
4927
+ "deleted": "0.8.0",
4677
4928
  "replacement": "color.background.discovery.[default].hovered",
4678
4929
  "description": "Hover state for background.subtleDiscovery"
4679
4930
  },
@@ -4686,6 +4937,8 @@ const tokens = [{
4686
4937
  "group": "paint",
4687
4938
  "state": "deleted",
4688
4939
  "introduced": "0.0.15",
4940
+ "deprecated": "0.6.0",
4941
+ "deleted": "0.8.0",
4689
4942
  "replacement": "color.background.discovery.[default].pressed",
4690
4943
  "description": "Pressed state for background.subtleDiscovery"
4691
4944
  },
@@ -4697,6 +4950,8 @@ const tokens = [{
4697
4950
  "group": "paint",
4698
4951
  "state": "deleted",
4699
4952
  "introduced": "0.0.15",
4953
+ "deprecated": "0.6.0",
4954
+ "deleted": "0.8.0",
4700
4955
  "replacement": "color.background.discovery.[default].pressed",
4701
4956
  "description": "Pressed state for background.subtleDiscovery"
4702
4957
  },
@@ -4709,6 +4964,8 @@ const tokens = [{
4709
4964
  "group": "paint",
4710
4965
  "state": "deleted",
4711
4966
  "introduced": "0.0.15",
4967
+ "deprecated": "0.6.0",
4968
+ "deleted": "0.8.0",
4712
4969
  "replacement": "color.background.discovery.[default].[default]",
4713
4970
  "description": "Use for subdued backgrounds of UI elements like discovery section messages and new lozenges."
4714
4971
  },
@@ -4720,6 +4977,8 @@ const tokens = [{
4720
4977
  "group": "paint",
4721
4978
  "state": "deleted",
4722
4979
  "introduced": "0.0.15",
4980
+ "deprecated": "0.6.0",
4981
+ "deleted": "0.8.0",
4723
4982
  "replacement": "color.background.discovery.[default].[default]",
4724
4983
  "description": "Use for subdued backgrounds of UI elements like discovery section messages and new lozenges."
4725
4984
  },
@@ -4732,6 +4991,8 @@ const tokens = [{
4732
4991
  "group": "paint",
4733
4992
  "state": "deleted",
4734
4993
  "introduced": "0.0.15",
4994
+ "deprecated": "0.6.0",
4995
+ "deleted": "0.8.0",
4735
4996
  "replacement": "color.background.neutral.[default].hovered",
4736
4997
  "description": "Hover state for background.subtleNeutral"
4737
4998
  },
@@ -4743,6 +5004,8 @@ const tokens = [{
4743
5004
  "group": "paint",
4744
5005
  "state": "deleted",
4745
5006
  "introduced": "0.0.15",
5007
+ "deprecated": "0.6.0",
5008
+ "deleted": "0.8.0",
4746
5009
  "replacement": "color.background.neutral.[default].hovered",
4747
5010
  "description": "Hover state for background.subtleNeutral"
4748
5011
  },
@@ -4755,6 +5018,8 @@ const tokens = [{
4755
5018
  "group": "paint",
4756
5019
  "state": "deleted",
4757
5020
  "introduced": "0.0.15",
5021
+ "deprecated": "0.6.0",
5022
+ "deleted": "0.8.0",
4758
5023
  "replacement": "color.background.neutral.[default].pressed",
4759
5024
  "description": "Pressed state for background.subtleNeutral"
4760
5025
  },
@@ -4766,6 +5031,8 @@ const tokens = [{
4766
5031
  "group": "paint",
4767
5032
  "state": "deleted",
4768
5033
  "introduced": "0.0.15",
5034
+ "deprecated": "0.6.0",
5035
+ "deleted": "0.8.0",
4769
5036
  "replacement": "color.background.neutral.[default].pressed",
4770
5037
  "description": "Pressed state for background.subtleNeutral"
4771
5038
  },
@@ -4778,6 +5045,8 @@ const tokens = [{
4778
5045
  "group": "paint",
4779
5046
  "state": "deleted",
4780
5047
  "introduced": "0.0.15",
5048
+ "deprecated": "0.6.0",
5049
+ "deleted": "0.8.0",
4781
5050
  "replacement": "color.background.neutral.[default].[default]",
4782
5051
  "description": "Use as the default background of UI elements like buttons, lozenges, and tags."
4783
5052
  },
@@ -4789,6 +5058,8 @@ const tokens = [{
4789
5058
  "group": "paint",
4790
5059
  "state": "deleted",
4791
5060
  "introduced": "0.0.15",
5061
+ "deprecated": "0.6.0",
5062
+ "deleted": "0.8.0",
4792
5063
  "replacement": "color.background.neutral.[default].[default]",
4793
5064
  "description": "Use as the default background of UI elements like buttons, lozenges, and tags."
4794
5065
  },
@@ -4801,6 +5072,8 @@ const tokens = [{
4801
5072
  "group": "paint",
4802
5073
  "state": "deleted",
4803
5074
  "introduced": "0.0.15",
5075
+ "deprecated": "0.6.0",
5076
+ "deleted": "0.8.0",
4804
5077
  "replacement": "color.background.success.[default].hovered",
4805
5078
  "description": "Hover state for background.subtleSuccess"
4806
5079
  },
@@ -4812,6 +5085,8 @@ const tokens = [{
4812
5085
  "group": "paint",
4813
5086
  "state": "deleted",
4814
5087
  "introduced": "0.0.15",
5088
+ "deprecated": "0.6.0",
5089
+ "deleted": "0.8.0",
4815
5090
  "replacement": "color.background.success.[default].hovered",
4816
5091
  "description": "Hover state for background.subtleSuccess"
4817
5092
  },
@@ -4824,6 +5099,8 @@ const tokens = [{
4824
5099
  "group": "paint",
4825
5100
  "state": "deleted",
4826
5101
  "introduced": "0.0.15",
5102
+ "deprecated": "0.6.0",
5103
+ "deleted": "0.8.0",
4827
5104
  "replacement": "color.background.success.[default].pressed",
4828
5105
  "description": "Pressed state for background.subtleSuccess"
4829
5106
  },
@@ -4835,6 +5112,8 @@ const tokens = [{
4835
5112
  "group": "paint",
4836
5113
  "state": "deleted",
4837
5114
  "introduced": "0.0.15",
5115
+ "deprecated": "0.6.0",
5116
+ "deleted": "0.8.0",
4838
5117
  "replacement": "color.background.success.[default].pressed",
4839
5118
  "description": "Pressed state for background.subtleSuccess"
4840
5119
  },
@@ -4847,6 +5126,8 @@ const tokens = [{
4847
5126
  "group": "paint",
4848
5127
  "state": "deleted",
4849
5128
  "introduced": "0.0.15",
5129
+ "deprecated": "0.6.0",
5130
+ "deleted": "0.8.0",
4850
5131
  "replacement": "color.background.success.[default].[default]",
4851
5132
  "description": "Use for subdued backgrounds of UI elements like success section messages and success lozenges."
4852
5133
  },
@@ -4858,6 +5139,8 @@ const tokens = [{
4858
5139
  "group": "paint",
4859
5140
  "state": "deleted",
4860
5141
  "introduced": "0.0.15",
5142
+ "deprecated": "0.6.0",
5143
+ "deleted": "0.8.0",
4861
5144
  "replacement": "color.background.success.[default].[default]",
4862
5145
  "description": "Use for subdued backgrounds of UI elements like success section messages and success lozenges."
4863
5146
  },
@@ -4870,6 +5153,8 @@ const tokens = [{
4870
5153
  "group": "paint",
4871
5154
  "state": "deleted",
4872
5155
  "introduced": "0.0.15",
5156
+ "deprecated": "0.6.0",
5157
+ "deleted": "0.8.0",
4873
5158
  "replacement": "color.background.warning.[default].hovered",
4874
5159
  "description": "Hover state for background.subtleWarning"
4875
5160
  },
@@ -4881,6 +5166,8 @@ const tokens = [{
4881
5166
  "group": "paint",
4882
5167
  "state": "deleted",
4883
5168
  "introduced": "0.0.15",
5169
+ "deprecated": "0.6.0",
5170
+ "deleted": "0.8.0",
4884
5171
  "replacement": "color.background.warning.[default].hovered",
4885
5172
  "description": "Hover state for background.subtleWarning"
4886
5173
  },
@@ -4893,6 +5180,8 @@ const tokens = [{
4893
5180
  "group": "paint",
4894
5181
  "state": "deleted",
4895
5182
  "introduced": "0.0.15",
5183
+ "deprecated": "0.6.0",
5184
+ "deleted": "0.8.0",
4896
5185
  "replacement": "color.background.warning.[default].pressed",
4897
5186
  "description": "Pressed state for background.subtleWarning"
4898
5187
  },
@@ -4904,6 +5193,8 @@ const tokens = [{
4904
5193
  "group": "paint",
4905
5194
  "state": "deleted",
4906
5195
  "introduced": "0.0.15",
5196
+ "deprecated": "0.6.0",
5197
+ "deleted": "0.8.0",
4907
5198
  "replacement": "color.background.warning.[default].pressed",
4908
5199
  "description": "Pressed state for background.subtleWarning"
4909
5200
  },
@@ -4916,6 +5207,8 @@ const tokens = [{
4916
5207
  "group": "paint",
4917
5208
  "state": "deleted",
4918
5209
  "introduced": "0.0.15",
5210
+ "deprecated": "0.6.0",
5211
+ "deleted": "0.8.0",
4919
5212
  "replacement": "color.background.warning.[default].[default]",
4920
5213
  "description": "Use for subdued backgrounds of UI elements like warning section messages and moved lozenges."
4921
5214
  },
@@ -4927,6 +5220,8 @@ const tokens = [{
4927
5220
  "group": "paint",
4928
5221
  "state": "deleted",
4929
5222
  "introduced": "0.0.15",
5223
+ "deprecated": "0.6.0",
5224
+ "deleted": "0.8.0",
4930
5225
  "replacement": "color.background.warning.[default].[default]",
4931
5226
  "description": "Use for subdued backgrounds of UI elements like warning section messages and moved lozenges."
4932
5227
  },
@@ -4939,6 +5234,8 @@ const tokens = [{
4939
5234
  "group": "paint",
4940
5235
  "state": "deleted",
4941
5236
  "introduced": "0.0.15",
5237
+ "deprecated": "0.6.0",
5238
+ "deleted": "0.8.0",
4942
5239
  "replacement": "elevation.surface.sunken",
4943
5240
  "description": "Use as a secondary background for the UI"
4944
5241
  },
@@ -4950,6 +5247,8 @@ const tokens = [{
4950
5247
  "group": "paint",
4951
5248
  "state": "deleted",
4952
5249
  "introduced": "0.0.15",
5250
+ "deprecated": "0.6.0",
5251
+ "deleted": "0.8.0",
4953
5252
  "replacement": "elevation.surface.sunken",
4954
5253
  "description": "Use as a secondary background for the UI"
4955
5254
  },
@@ -4962,6 +5261,8 @@ const tokens = [{
4962
5261
  "group": "paint",
4963
5262
  "state": "deleted",
4964
5263
  "introduced": "0.0.15",
5264
+ "deprecated": "0.6.0",
5265
+ "deleted": "0.8.0",
4965
5266
  "replacement": "color.background.neutral.subtle.hovered",
4966
5267
  "description": "Hover state for UIs that do not have a default background, such as menu items or subtle buttons."
4967
5268
  },
@@ -4973,6 +5274,8 @@ const tokens = [{
4973
5274
  "group": "paint",
4974
5275
  "state": "deleted",
4975
5276
  "introduced": "0.0.15",
5277
+ "deprecated": "0.6.0",
5278
+ "deleted": "0.8.0",
4976
5279
  "replacement": "color.background.neutral.subtle.hovered",
4977
5280
  "description": "Hover state for UIs that do not have a default background, such as menu items or subtle buttons."
4978
5281
  },
@@ -4985,6 +5288,8 @@ const tokens = [{
4985
5288
  "group": "paint",
4986
5289
  "state": "deleted",
4987
5290
  "introduced": "0.0.15",
5291
+ "deprecated": "0.6.0",
5292
+ "deleted": "0.8.0",
4988
5293
  "replacement": "color.background.neutral.subtle.pressed",
4989
5294
  "description": "Pressed state for UIs that do not have a default background, such as menu items or subtle buttons."
4990
5295
  },
@@ -4996,6 +5301,8 @@ const tokens = [{
4996
5301
  "group": "paint",
4997
5302
  "state": "deleted",
4998
5303
  "introduced": "0.0.15",
5304
+ "deprecated": "0.6.0",
5305
+ "deleted": "0.8.0",
4999
5306
  "replacement": "color.background.neutral.subtle.pressed",
5000
5307
  "description": "Pressed state for UIs that do not have a default background, such as menu items or subtle buttons."
5001
5308
  },
@@ -5239,6 +5546,8 @@ const tokens = [{
5239
5546
  "group": "paint",
5240
5547
  "state": "deleted",
5241
5548
  "introduced": "0.1.1",
5549
+ "deprecated": "0.6.0",
5550
+ "deleted": "0.8.0",
5242
5551
  "replacement": "color.background.accent.blue.bolder",
5243
5552
  "description": "Use for blue backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
5244
5553
  },
@@ -5250,6 +5559,8 @@ const tokens = [{
5250
5559
  "group": "paint",
5251
5560
  "state": "deleted",
5252
5561
  "introduced": "0.1.1",
5562
+ "deprecated": "0.6.0",
5563
+ "deleted": "0.8.0",
5253
5564
  "replacement": "color.background.accent.blue.bolder",
5254
5565
  "description": "Use for blue backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
5255
5566
  },
@@ -5262,6 +5573,8 @@ const tokens = [{
5262
5573
  "group": "paint",
5263
5574
  "state": "deleted",
5264
5575
  "introduced": "0.1.1",
5576
+ "deprecated": "0.6.0",
5577
+ "deleted": "0.8.0",
5265
5578
  "replacement": "color.background.accent.green.bolder",
5266
5579
  "description": "Use for green backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
5267
5580
  },
@@ -5273,6 +5586,8 @@ const tokens = [{
5273
5586
  "group": "paint",
5274
5587
  "state": "deleted",
5275
5588
  "introduced": "0.1.1",
5589
+ "deprecated": "0.6.0",
5590
+ "deleted": "0.8.0",
5276
5591
  "replacement": "color.background.accent.green.bolder",
5277
5592
  "description": "Use for green backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
5278
5593
  },
@@ -5285,6 +5600,8 @@ const tokens = [{
5285
5600
  "group": "paint",
5286
5601
  "state": "deleted",
5287
5602
  "introduced": "0.1.1",
5603
+ "deprecated": "0.6.0",
5604
+ "deleted": "0.8.0",
5288
5605
  "replacement": "color.background.accent.orange.bolder",
5289
5606
  "description": "Use for orange backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
5290
5607
  },
@@ -5296,6 +5613,8 @@ const tokens = [{
5296
5613
  "group": "paint",
5297
5614
  "state": "deleted",
5298
5615
  "introduced": "0.1.1",
5616
+ "deprecated": "0.6.0",
5617
+ "deleted": "0.8.0",
5299
5618
  "replacement": "color.background.accent.orange.bolder",
5300
5619
  "description": "Use for orange backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
5301
5620
  },
@@ -5308,6 +5627,8 @@ const tokens = [{
5308
5627
  "group": "paint",
5309
5628
  "state": "deleted",
5310
5629
  "introduced": "0.1.1",
5630
+ "deprecated": "0.6.0",
5631
+ "deleted": "0.8.0",
5311
5632
  "replacement": "color.background.accent.purple.bolder",
5312
5633
  "description": "Use for purple backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
5313
5634
  },
@@ -5319,6 +5640,8 @@ const tokens = [{
5319
5640
  "group": "paint",
5320
5641
  "state": "deleted",
5321
5642
  "introduced": "0.1.1",
5643
+ "deprecated": "0.6.0",
5644
+ "deleted": "0.8.0",
5322
5645
  "replacement": "color.background.accent.purple.bolder",
5323
5646
  "description": "Use for purple backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
5324
5647
  },
@@ -5331,6 +5654,8 @@ const tokens = [{
5331
5654
  "group": "paint",
5332
5655
  "state": "deleted",
5333
5656
  "introduced": "0.1.1",
5657
+ "deprecated": "0.6.0",
5658
+ "deleted": "0.8.0",
5334
5659
  "replacement": "color.background.accent.red.bolder",
5335
5660
  "description": "Use for red backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
5336
5661
  },
@@ -5342,6 +5667,8 @@ const tokens = [{
5342
5667
  "group": "paint",
5343
5668
  "state": "deleted",
5344
5669
  "introduced": "0.1.1",
5670
+ "deprecated": "0.6.0",
5671
+ "deleted": "0.8.0",
5345
5672
  "replacement": "color.background.accent.red.bolder",
5346
5673
  "description": "Use for red backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
5347
5674
  },
@@ -5354,6 +5681,8 @@ const tokens = [{
5354
5681
  "group": "paint",
5355
5682
  "state": "deleted",
5356
5683
  "introduced": "0.1.1",
5684
+ "deprecated": "0.6.0",
5685
+ "deleted": "0.8.0",
5357
5686
  "replacement": "color.background.accent.teal.bolder",
5358
5687
  "description": "Use for teal backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
5359
5688
  },
@@ -5365,6 +5694,8 @@ const tokens = [{
5365
5694
  "group": "paint",
5366
5695
  "state": "deleted",
5367
5696
  "introduced": "0.1.1",
5697
+ "deprecated": "0.6.0",
5698
+ "deleted": "0.8.0",
5368
5699
  "replacement": "color.background.accent.teal.bolder",
5369
5700
  "description": "Use for teal backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
5370
5701
  },
@@ -5377,6 +5708,8 @@ const tokens = [{
5377
5708
  "group": "paint",
5378
5709
  "state": "deleted",
5379
5710
  "introduced": "0.1.0",
5711
+ "deprecated": "0.6.0",
5712
+ "deleted": "0.8.0",
5380
5713
  "replacement": "color.background.accent.blue.subtler",
5381
5714
  "description": "Use for blue subdued backgrounds when there is no meaning tied to the color, such as colored tags."
5382
5715
  },
@@ -5388,6 +5721,8 @@ const tokens = [{
5388
5721
  "group": "paint",
5389
5722
  "state": "deleted",
5390
5723
  "introduced": "0.1.0",
5724
+ "deprecated": "0.6.0",
5725
+ "deleted": "0.8.0",
5391
5726
  "replacement": "color.background.accent.blue.subtler",
5392
5727
  "description": "Use for blue subdued backgrounds when there is no meaning tied to the color, such as colored tags."
5393
5728
  },
@@ -5400,6 +5735,8 @@ const tokens = [{
5400
5735
  "group": "paint",
5401
5736
  "state": "deleted",
5402
5737
  "introduced": "0.1.0",
5738
+ "deprecated": "0.6.0",
5739
+ "deleted": "0.8.0",
5403
5740
  "replacement": "color.background.accent.green.subtler",
5404
5741
  "description": "Use for green subdued backgrounds when there is no meaning tied to the color, such as colored tags."
5405
5742
  },
@@ -5411,6 +5748,8 @@ const tokens = [{
5411
5748
  "group": "paint",
5412
5749
  "state": "deleted",
5413
5750
  "introduced": "0.1.0",
5751
+ "deprecated": "0.6.0",
5752
+ "deleted": "0.8.0",
5414
5753
  "replacement": "color.background.accent.green.subtler",
5415
5754
  "description": "Use for green subdued backgrounds when there is no meaning tied to the color, such as colored tags."
5416
5755
  },
@@ -5423,6 +5762,8 @@ const tokens = [{
5423
5762
  "group": "paint",
5424
5763
  "state": "deleted",
5425
5764
  "introduced": "0.1.0",
5765
+ "deprecated": "0.6.0",
5766
+ "deleted": "0.8.0",
5426
5767
  "replacement": "color.background.accent.magenta.subtler",
5427
5768
  "description": "Use for magenta subdued backgrounds when there is no meaning tied to the color, such as colored tags."
5428
5769
  },
@@ -5434,6 +5775,8 @@ const tokens = [{
5434
5775
  "group": "paint",
5435
5776
  "state": "deleted",
5436
5777
  "introduced": "0.1.0",
5778
+ "deprecated": "0.6.0",
5779
+ "deleted": "0.8.0",
5437
5780
  "replacement": "color.background.accent.magenta.subtler",
5438
5781
  "description": "Use for magenta subdued backgrounds when there is no meaning tied to the color, such as colored tags."
5439
5782
  },
@@ -5446,6 +5789,8 @@ const tokens = [{
5446
5789
  "group": "paint",
5447
5790
  "state": "deleted",
5448
5791
  "introduced": "0.1.0",
5792
+ "deprecated": "0.6.0",
5793
+ "deleted": "0.8.0",
5449
5794
  "replacement": "color.background.accent.orange.subtler",
5450
5795
  "description": "Use for orange subdued backgrounds when there is no meaning tied to the color, such as colored tags."
5451
5796
  },
@@ -5457,6 +5802,8 @@ const tokens = [{
5457
5802
  "group": "paint",
5458
5803
  "state": "deleted",
5459
5804
  "introduced": "0.1.0",
5805
+ "deprecated": "0.6.0",
5806
+ "deleted": "0.8.0",
5460
5807
  "replacement": "color.background.accent.orange.subtler",
5461
5808
  "description": "Use for orange subdued backgrounds when there is no meaning tied to the color, such as colored tags."
5462
5809
  },
@@ -5469,6 +5816,8 @@ const tokens = [{
5469
5816
  "group": "paint",
5470
5817
  "state": "deleted",
5471
5818
  "introduced": "0.1.0",
5819
+ "deprecated": "0.6.0",
5820
+ "deleted": "0.8.0",
5472
5821
  "replacement": "color.background.accent.purple.subtler",
5473
5822
  "description": "Use for purple subdued backgrounds when there is no meaning tied to the color, such as colored tags."
5474
5823
  },
@@ -5480,6 +5829,8 @@ const tokens = [{
5480
5829
  "group": "paint",
5481
5830
  "state": "deleted",
5482
5831
  "introduced": "0.1.0",
5832
+ "deprecated": "0.6.0",
5833
+ "deleted": "0.8.0",
5483
5834
  "replacement": "color.background.accent.purple.subtler",
5484
5835
  "description": "Use for purple subdued backgrounds when there is no meaning tied to the color, such as colored tags."
5485
5836
  },
@@ -5492,6 +5843,8 @@ const tokens = [{
5492
5843
  "group": "paint",
5493
5844
  "state": "deleted",
5494
5845
  "introduced": "0.1.0",
5846
+ "deprecated": "0.6.0",
5847
+ "deleted": "0.8.0",
5495
5848
  "replacement": "color.background.accent.red.subtler",
5496
5849
  "description": "Use for red subdued backgrounds when there is no meaning tied to the color, such as colored tags."
5497
5850
  },
@@ -5503,6 +5856,8 @@ const tokens = [{
5503
5856
  "group": "paint",
5504
5857
  "state": "deleted",
5505
5858
  "introduced": "0.1.0",
5859
+ "deprecated": "0.6.0",
5860
+ "deleted": "0.8.0",
5506
5861
  "replacement": "color.background.accent.red.subtler",
5507
5862
  "description": "Use for red subdued backgrounds when there is no meaning tied to the color, such as colored tags."
5508
5863
  },
@@ -5515,6 +5870,8 @@ const tokens = [{
5515
5870
  "group": "paint",
5516
5871
  "state": "deleted",
5517
5872
  "introduced": "0.1.0",
5873
+ "deprecated": "0.6.0",
5874
+ "deleted": "0.8.0",
5518
5875
  "replacement": "color.background.accent.teal.subtler",
5519
5876
  "description": "Use for teal subdued backgrounds when there is no meaning tied to the color, such as colored tags."
5520
5877
  },
@@ -5526,6 +5883,8 @@ const tokens = [{
5526
5883
  "group": "paint",
5527
5884
  "state": "deleted",
5528
5885
  "introduced": "0.1.0",
5886
+ "deprecated": "0.6.0",
5887
+ "deleted": "0.8.0",
5529
5888
  "replacement": "color.background.accent.teal.subtler",
5530
5889
  "description": "Use for teal subdued backgrounds when there is no meaning tied to the color, such as colored tags."
5531
5890
  },
@@ -5538,6 +5897,8 @@ const tokens = [{
5538
5897
  "group": "paint",
5539
5898
  "state": "deleted",
5540
5899
  "introduced": "0.0.15",
5900
+ "deprecated": "0.6.0",
5901
+ "deleted": "0.8.0",
5541
5902
  "replacement": "color.icon.brand",
5542
5903
  "description": "\nUse rarely for icons or borders representing brand, in-progress, or information, such as the icons in information sections messages.\n\nAlso use for blue icons or borders when there is no meaning tied to the color, such as file type icons."
5543
5904
  },
@@ -5549,6 +5910,8 @@ const tokens = [{
5549
5910
  "group": "paint",
5550
5911
  "state": "deleted",
5551
5912
  "introduced": "0.0.15",
5913
+ "deprecated": "0.6.0",
5914
+ "deleted": "0.8.0",
5552
5915
  "replacement": "color.icon.brand",
5553
5916
  "description": "\nUse rarely for icons or borders representing brand, in-progress, or information, such as the icons in information sections messages.\n\nAlso use for blue icons or borders when there is no meaning tied to the color, such as file type icons."
5554
5917
  },
@@ -5561,6 +5924,8 @@ const tokens = [{
5561
5924
  "group": "paint",
5562
5925
  "state": "deleted",
5563
5926
  "introduced": "0.0.15",
5927
+ "deprecated": "0.6.0",
5928
+ "deleted": "0.8.0",
5564
5929
  "replacement": "color.icon.danger",
5565
5930
  "description": "\nUse rarely for icons and borders representing critical information, such the icons in error section messages or the borders on invalid text fields.\n\nAlso use for red icons or borders when there is no meaning tied to the color, such as file type icons."
5566
5931
  },
@@ -5572,6 +5937,8 @@ const tokens = [{
5572
5937
  "group": "paint",
5573
5938
  "state": "deleted",
5574
5939
  "introduced": "0.0.15",
5940
+ "deprecated": "0.6.0",
5941
+ "deleted": "0.8.0",
5575
5942
  "replacement": "color.icon.danger",
5576
5943
  "description": "\nUse rarely for icons and borders representing critical information, such the icons in error section messages or the borders on invalid text fields.\n\nAlso use for red icons or borders when there is no meaning tied to the color, such as file type icons."
5577
5944
  },
@@ -5584,6 +5951,8 @@ const tokens = [{
5584
5951
  "group": "paint",
5585
5952
  "state": "deleted",
5586
5953
  "introduced": "0.0.15",
5954
+ "deprecated": "0.6.0",
5955
+ "deleted": "0.8.0",
5587
5956
  "replacement": "color.icon.discovery",
5588
5957
  "description": "\nUse rarely for icons and borders representing new information, such as the icons in discovery section mesages or the borders in onboarding spotlights.\n\nAlso use for purple icons or borders when there is no meaning tied to the color, such as file type icons.\n"
5589
5958
  },
@@ -5595,6 +5964,8 @@ const tokens = [{
5595
5964
  "group": "paint",
5596
5965
  "state": "deleted",
5597
5966
  "introduced": "0.0.15",
5967
+ "deprecated": "0.6.0",
5968
+ "deleted": "0.8.0",
5598
5969
  "replacement": "color.icon.discovery",
5599
5970
  "description": "\nUse rarely for icons and borders representing new information, such as the icons in discovery section mesages or the borders in onboarding spotlights.\n\nAlso use for purple icons or borders when there is no meaning tied to the color, such as file type icons.\n"
5600
5971
  },
@@ -5607,6 +5978,8 @@ const tokens = [{
5607
5978
  "group": "paint",
5608
5979
  "state": "deleted",
5609
5980
  "introduced": "0.0.15",
5981
+ "deprecated": "0.6.0",
5982
+ "deleted": "0.8.0",
5610
5983
  "replacement": "color.icon.success",
5611
5984
  "description": "\nUse rarely for icons and borders representing positive information, such as the icons in success section messages or the borders on validated text fields.\n\nAlso use for green icons or borders when there is no meaning tied to the color, such as file type icons.\n"
5612
5985
  },
@@ -5618,6 +5991,8 @@ const tokens = [{
5618
5991
  "group": "paint",
5619
5992
  "state": "deleted",
5620
5993
  "introduced": "0.0.15",
5994
+ "deprecated": "0.6.0",
5995
+ "deleted": "0.8.0",
5621
5996
  "replacement": "color.icon.success",
5622
5997
  "description": "\nUse rarely for icons and borders representing positive information, such as the icons in success section messages or the borders on validated text fields.\n\nAlso use for green icons or borders when there is no meaning tied to the color, such as file type icons.\n"
5623
5998
  },
@@ -5630,6 +6005,8 @@ const tokens = [{
5630
6005
  "group": "paint",
5631
6006
  "state": "deleted",
5632
6007
  "introduced": "0.0.15",
6008
+ "deprecated": "0.6.0",
6009
+ "deleted": "0.8.0",
5633
6010
  "replacement": "color.icon.warning.[default]",
5634
6011
  "description": "\nUse rarely for icons and borders representing semi-urgent information, such as the icons in warning section messages.\n\nAlso use for yellow icons or borders when there is no meaning tied to the color, such as file type icons.\n"
5635
6012
  },
@@ -5641,6 +6018,8 @@ const tokens = [{
5641
6018
  "group": "paint",
5642
6019
  "state": "deleted",
5643
6020
  "introduced": "0.0.15",
6021
+ "deprecated": "0.6.0",
6022
+ "deleted": "0.8.0",
5644
6023
  "replacement": "color.icon.warning.[default]",
5645
6024
  "description": "\nUse rarely for icons and borders representing semi-urgent information, such as the icons in warning section messages.\n\nAlso use for yellow icons or borders when there is no meaning tied to the color, such as file type icons.\n"
5646
6025
  },
@@ -5653,6 +6032,8 @@ const tokens = [{
5653
6032
  "group": "paint",
5654
6033
  "state": "deleted",
5655
6034
  "introduced": "0.1.0",
6035
+ "deprecated": "0.6.0",
6036
+ "deleted": "0.8.0",
5656
6037
  "replacement": "color.interaction.hovered",
5657
6038
  "description": "Use as a background overlay for elements in a hover state when their background color cannot change, such as avatars."
5658
6039
  },
@@ -5664,6 +6045,8 @@ const tokens = [{
5664
6045
  "group": "paint",
5665
6046
  "state": "deleted",
5666
6047
  "introduced": "0.1.0",
6048
+ "deprecated": "0.6.0",
6049
+ "deleted": "0.8.0",
5667
6050
  "replacement": "color.interaction.hovered",
5668
6051
  "description": "Use as a background overlay for elements in a hover state when their background color cannot change, such as avatars."
5669
6052
  },
@@ -5676,6 +6059,8 @@ const tokens = [{
5676
6059
  "group": "paint",
5677
6060
  "state": "deleted",
5678
6061
  "introduced": "0.1.0",
6062
+ "deprecated": "0.6.0",
6063
+ "deleted": "0.8.0",
5679
6064
  "replacement": "color.interaction.pressed",
5680
6065
  "description": "Use as a background overlay for elements in a pressed state when their background color cannot change, such as avatars."
5681
6066
  },
@@ -5687,6 +6072,8 @@ const tokens = [{
5687
6072
  "group": "paint",
5688
6073
  "state": "deleted",
5689
6074
  "introduced": "0.1.0",
6075
+ "deprecated": "0.6.0",
6076
+ "deleted": "0.8.0",
5690
6077
  "replacement": "color.interaction.pressed",
5691
6078
  "description": "Use as a background overlay for elements in a pressed state when their background color cannot change, such as avatars."
5692
6079
  },
@@ -5699,6 +6086,8 @@ const tokens = [{
5699
6086
  "group": "shadow",
5700
6087
  "state": "deleted",
5701
6088
  "introduced": "0.6.0",
6089
+ "deprecated": "0.6.0",
6090
+ "deleted": "0.8.0",
5702
6091
  "replacement": "elevation.shadow.raised",
5703
6092
  "description": "\nUse for the box shadow of raised card elements, such as Jira cards on a Kanban board.\n\nCombine with background.overlay"
5704
6093
  },
@@ -5726,6 +6115,8 @@ const tokens = [{
5726
6115
  "group": "shadow",
5727
6116
  "state": "deleted",
5728
6117
  "introduced": "0.6.0",
6118
+ "deprecated": "0.6.0",
6119
+ "deleted": "0.8.0",
5729
6120
  "replacement": "elevation.shadow.raised",
5730
6121
  "description": "\nUse for the box shadow of raised card elements, such as Jira cards on a Kanban board.\n\nCombine with background.overlay"
5731
6122
  },
@@ -5754,6 +6145,8 @@ const tokens = [{
5754
6145
  "group": "shadow",
5755
6146
  "state": "deleted",
5756
6147
  "introduced": "0.6.0",
6148
+ "deprecated": "0.6.0",
6149
+ "deleted": "0.8.0",
5757
6150
  "replacement": "elevation.shadow.overlay",
5758
6151
  "description": "\nUse for the box shadow of overlay elements, such as modals, dropdown menus, flags, and inline dialogs (i.e. elements that sit on top of the UI).\n\nAlso use for the box shadow of raised cards in a dragged state.\n\nCombine with background.overlay"
5759
6152
  },
@@ -5791,6 +6184,8 @@ const tokens = [{
5791
6184
  "group": "shadow",
5792
6185
  "state": "deleted",
5793
6186
  "introduced": "0.6.0",
6187
+ "deprecated": "0.6.0",
6188
+ "deleted": "0.8.0",
5794
6189
  "replacement": "elevation.shadow.overlay",
5795
6190
  "description": "\nUse for the box shadow of overlay elements, such as modals, dropdown menus, flags, and inline dialogs (i.e. elements that sit on top of the UI).\n\nAlso use for the box shadow of raised cards in a dragged state.\n\nCombine with background.overlay"
5796
6191
  },