@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
@@ -620,6 +620,8 @@ var tokens = [{
620
620
  "group": "paint",
621
621
  "state": "deleted",
622
622
  "introduced": "0.0.15",
623
+ "deprecated": "0.6.0",
624
+ "deleted": "0.8.0",
623
625
  "replacement": "color.text.[default]",
624
626
  "description": "Use for primary text, such as body copy, sentence case headers, and buttons"
625
627
  },
@@ -631,6 +633,8 @@ var tokens = [{
631
633
  "group": "paint",
632
634
  "state": "deleted",
633
635
  "introduced": "0.0.15",
636
+ "deprecated": "0.6.0",
637
+ "deleted": "0.8.0",
634
638
  "replacement": "color.text.[default]",
635
639
  "description": "Use for primary text, such as body copy, sentence case headers, and buttons"
636
640
  },
@@ -643,6 +647,8 @@ var tokens = [{
643
647
  "group": "paint",
644
648
  "state": "deleted",
645
649
  "introduced": "0.0.15",
650
+ "deprecated": "0.6.0",
651
+ "deleted": "0.8.0",
646
652
  "replacement": "color.link.pressed",
647
653
  "description": "Use for links in a pressed state"
648
654
  },
@@ -654,6 +660,8 @@ var tokens = [{
654
660
  "group": "paint",
655
661
  "state": "deleted",
656
662
  "introduced": "0.0.15",
663
+ "deprecated": "0.6.0",
664
+ "deleted": "0.8.0",
657
665
  "replacement": "color.link.pressed",
658
666
  "description": "Use for links in a pressed state"
659
667
  },
@@ -666,6 +674,8 @@ var tokens = [{
666
674
  "group": "paint",
667
675
  "state": "deleted",
668
676
  "introduced": "0.0.15",
677
+ "deprecated": "0.6.0",
678
+ "deleted": "0.8.0",
669
679
  "replacement": "color.link.[default]",
670
680
  "description": "Use for links in a resting or hover state. Add an underline for hover states"
671
681
  },
@@ -677,6 +687,8 @@ var tokens = [{
677
687
  "group": "paint",
678
688
  "state": "deleted",
679
689
  "introduced": "0.0.15",
690
+ "deprecated": "0.6.0",
691
+ "deleted": "0.8.0",
680
692
  "replacement": "color.link.[default]",
681
693
  "description": "Use for links in a resting or hover state. Add an underline for hover states"
682
694
  },
@@ -689,6 +701,8 @@ var tokens = [{
689
701
  "group": "paint",
690
702
  "state": "deleted",
691
703
  "introduced": "0.0.15",
704
+ "deprecated": "0.6.0",
705
+ "deleted": "0.8.0",
692
706
  "replacement": "color.text.subtlest",
693
707
  "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"
694
708
  },
@@ -700,6 +714,8 @@ var tokens = [{
700
714
  "group": "paint",
701
715
  "state": "deleted",
702
716
  "introduced": "0.0.15",
717
+ "deprecated": "0.6.0",
718
+ "deleted": "0.8.0",
703
719
  "replacement": "color.text.subtlest",
704
720
  "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"
705
721
  },
@@ -712,6 +728,8 @@ var tokens = [{
712
728
  "group": "paint",
713
729
  "state": "deleted",
714
730
  "introduced": "0.0.15",
731
+ "deprecated": "0.6.0",
732
+ "deleted": "0.8.0",
715
733
  "replacement": "color.text.subtle",
716
734
  "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 "
717
735
  },
@@ -723,6 +741,8 @@ var tokens = [{
723
741
  "group": "paint",
724
742
  "state": "deleted",
725
743
  "introduced": "0.0.15",
744
+ "deprecated": "0.6.0",
745
+ "deleted": "0.8.0",
726
746
  "replacement": "color.text.subtle",
727
747
  "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 "
728
748
  },
@@ -735,6 +755,8 @@ var tokens = [{
735
755
  "group": "paint",
736
756
  "state": "deleted",
737
757
  "introduced": "0.0.15",
758
+ "deprecated": "0.6.0",
759
+ "deleted": "0.8.0",
738
760
  "replacement": "color.text.inverse",
739
761
  "description": "Use for text and icons when on bold backgrounds"
740
762
  },
@@ -746,6 +768,8 @@ var tokens = [{
746
768
  "group": "paint",
747
769
  "state": "deleted",
748
770
  "introduced": "0.0.15",
771
+ "deprecated": "0.6.0",
772
+ "deleted": "0.8.0",
749
773
  "replacement": "color.text.inverse",
750
774
  "description": "Use for text and icons when on bold backgrounds"
751
775
  },
@@ -758,6 +782,8 @@ var tokens = [{
758
782
  "group": "paint",
759
783
  "state": "deleted",
760
784
  "introduced": "0.0.15",
785
+ "deprecated": "0.6.0",
786
+ "deleted": "0.8.0",
761
787
  "replacement": "color.text.warning.inverse",
762
788
  "description": "Use for text and icons when on bold warning backgrounds"
763
789
  },
@@ -769,6 +795,8 @@ var tokens = [{
769
795
  "group": "paint",
770
796
  "state": "deleted",
771
797
  "introduced": "0.0.15",
798
+ "deprecated": "0.6.0",
799
+ "deleted": "0.8.0",
772
800
  "replacement": "color.text.warning.inverse",
773
801
  "description": "Use for text and icons when on bold warning backgrounds"
774
802
  },
@@ -1385,6 +1413,27 @@ var tokens = [{
1385
1413
  },
1386
1414
  "name": "color.border.[default]",
1387
1415
  "path": ["color", "border", "[default]"]
1416
+ }, {
1417
+ "attributes": {
1418
+ "group": "paint",
1419
+ "state": "active",
1420
+ "introduced": "0.6.0",
1421
+ "description": "Use for borders on bold backgrounds."
1422
+ },
1423
+ "value": "#161A1D",
1424
+ "filePath": "src/tokens/atlassian-dark/color/border.tsx",
1425
+ "isSource": true,
1426
+ "original": {
1427
+ "attributes": {
1428
+ "group": "paint",
1429
+ "state": "active",
1430
+ "introduced": "0.6.0",
1431
+ "description": "Use for borders on bold backgrounds."
1432
+ },
1433
+ "value": "DN0"
1434
+ },
1435
+ "name": "color.border.inverse",
1436
+ "path": ["color", "border", "inverse"]
1388
1437
  }, {
1389
1438
  "attributes": {
1390
1439
  "group": "paint",
@@ -1600,6 +1649,8 @@ var tokens = [{
1600
1649
  "group": "paint",
1601
1650
  "state": "deleted",
1602
1651
  "introduced": "0.0.15",
1652
+ "deprecated": "0.6.0",
1653
+ "deleted": "0.8.0",
1603
1654
  "replacement": "color.border.focused",
1604
1655
  "description": "Use for focus rings of elements in a focus state"
1605
1656
  },
@@ -1611,6 +1662,8 @@ var tokens = [{
1611
1662
  "group": "paint",
1612
1663
  "state": "deleted",
1613
1664
  "introduced": "0.0.15",
1665
+ "deprecated": "0.6.0",
1666
+ "deleted": "0.8.0",
1614
1667
  "replacement": "color.border.focused",
1615
1668
  "description": "Use for focus rings of elements in a focus state"
1616
1669
  },
@@ -1623,6 +1676,8 @@ var tokens = [{
1623
1676
  "group": "paint",
1624
1677
  "state": "deleted",
1625
1678
  "introduced": "0.0.15",
1679
+ "deprecated": "0.6.0",
1680
+ "deleted": "0.8.0",
1626
1681
  "replacement": "color.border.[default]",
1627
1682
  "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"
1628
1683
  },
@@ -1634,6 +1689,8 @@ var tokens = [{
1634
1689
  "group": "paint",
1635
1690
  "state": "deleted",
1636
1691
  "introduced": "0.0.15",
1692
+ "deprecated": "0.6.0",
1693
+ "deleted": "0.8.0",
1637
1694
  "replacement": "color.border.[default]",
1638
1695
  "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"
1639
1696
  },
@@ -1730,6 +1787,8 @@ var tokens = [{
1730
1787
  "group": "paint",
1731
1788
  "state": "deleted",
1732
1789
  "introduced": "0.6.0",
1790
+ "deprecated": "0.7.0",
1791
+ "deleted": "0.8.0",
1733
1792
  "replacement": "color.background.accent.blue.subtler",
1734
1793
  "description": "Use for blue backgrounds when there is no meaning tied to the color, such as coloured tags."
1735
1794
  },
@@ -1741,6 +1800,8 @@ var tokens = [{
1741
1800
  "group": "paint",
1742
1801
  "state": "deleted",
1743
1802
  "introduced": "0.6.0",
1803
+ "deprecated": "0.7.0",
1804
+ "deleted": "0.8.0",
1744
1805
  "replacement": "color.background.accent.blue.subtler",
1745
1806
  "description": "Use for blue backgrounds when there is no meaning tied to the color, such as coloured tags."
1746
1807
  },
@@ -1753,6 +1814,8 @@ var tokens = [{
1753
1814
  "group": "paint",
1754
1815
  "state": "deleted",
1755
1816
  "introduced": "0.6.0",
1817
+ "deprecated": "0.7.0",
1818
+ "deleted": "0.8.0",
1756
1819
  "replacement": "color.background.accent.blue.subtle",
1757
1820
  "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."
1758
1821
  },
@@ -1764,6 +1827,8 @@ var tokens = [{
1764
1827
  "group": "paint",
1765
1828
  "state": "deleted",
1766
1829
  "introduced": "0.6.0",
1830
+ "deprecated": "0.7.0",
1831
+ "deleted": "0.8.0",
1767
1832
  "replacement": "color.background.accent.blue.subtle",
1768
1833
  "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."
1769
1834
  },
@@ -1860,6 +1925,8 @@ var tokens = [{
1860
1925
  "group": "paint",
1861
1926
  "state": "deleted",
1862
1927
  "introduced": "0.6.0",
1928
+ "deprecated": "0.7.0",
1929
+ "deleted": "0.8.0",
1863
1930
  "replacement": "color.background.accent.red.subtler",
1864
1931
  "description": "Use for red backgrounds when there is no meaning tied to the color, such as colored tags."
1865
1932
  },
@@ -1871,6 +1938,8 @@ var tokens = [{
1871
1938
  "group": "paint",
1872
1939
  "state": "deleted",
1873
1940
  "introduced": "0.6.0",
1941
+ "deprecated": "0.7.0",
1942
+ "deleted": "0.8.0",
1874
1943
  "replacement": "color.background.accent.red.subtler",
1875
1944
  "description": "Use for red backgrounds when there is no meaning tied to the color, such as colored tags."
1876
1945
  },
@@ -1883,6 +1952,8 @@ var tokens = [{
1883
1952
  "group": "paint",
1884
1953
  "state": "deleted",
1885
1954
  "introduced": "0.6.0",
1955
+ "deprecated": "0.7.0",
1956
+ "deleted": "0.8.0",
1886
1957
  "replacement": "color.background.accent.red.subtle",
1887
1958
  "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."
1888
1959
  },
@@ -1894,6 +1965,8 @@ var tokens = [{
1894
1965
  "group": "paint",
1895
1966
  "state": "deleted",
1896
1967
  "introduced": "0.6.0",
1968
+ "deprecated": "0.7.0",
1969
+ "deleted": "0.8.0",
1897
1970
  "replacement": "color.background.accent.red.subtle",
1898
1971
  "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."
1899
1972
  },
@@ -1990,6 +2063,8 @@ var tokens = [{
1990
2063
  "group": "paint",
1991
2064
  "state": "deleted",
1992
2065
  "introduced": "0.6.0",
2066
+ "deprecated": "0.7.0",
2067
+ "deleted": "0.8.0",
1993
2068
  "replacement": "color.background.accent.orange.subtler",
1994
2069
  "description": "Use for orange backgrounds when there is no meaning tied to the color, such as colored tags."
1995
2070
  },
@@ -2001,6 +2076,8 @@ var tokens = [{
2001
2076
  "group": "paint",
2002
2077
  "state": "deleted",
2003
2078
  "introduced": "0.6.0",
2079
+ "deprecated": "0.7.0",
2080
+ "deleted": "0.8.0",
2004
2081
  "replacement": "color.background.accent.orange.subtler",
2005
2082
  "description": "Use for orange backgrounds when there is no meaning tied to the color, such as colored tags."
2006
2083
  },
@@ -2013,6 +2090,8 @@ var tokens = [{
2013
2090
  "group": "paint",
2014
2091
  "state": "deleted",
2015
2092
  "introduced": "0.6.0",
2093
+ "deprecated": "0.7.0",
2094
+ "deleted": "0.8.0",
2016
2095
  "replacement": "color.background.accent.orange.subtle",
2017
2096
  "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."
2018
2097
  },
@@ -2024,6 +2103,8 @@ var tokens = [{
2024
2103
  "group": "paint",
2025
2104
  "state": "deleted",
2026
2105
  "introduced": "0.6.0",
2106
+ "deprecated": "0.7.0",
2107
+ "deleted": "0.8.0",
2027
2108
  "replacement": "color.background.accent.orange.subtle",
2028
2109
  "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."
2029
2110
  },
@@ -2120,6 +2201,8 @@ var tokens = [{
2120
2201
  "group": "paint",
2121
2202
  "state": "deleted",
2122
2203
  "introduced": "0.6.0",
2204
+ "deprecated": "0.7.0",
2205
+ "deleted": "0.8.0",
2123
2206
  "replacement": "color.background.accent.yellow.subtler",
2124
2207
  "description": "Use for yellow backgrounds when there is no meaning tied to the color, such as colored tags."
2125
2208
  },
@@ -2131,6 +2214,8 @@ var tokens = [{
2131
2214
  "group": "paint",
2132
2215
  "state": "deleted",
2133
2216
  "introduced": "0.6.0",
2217
+ "deprecated": "0.7.0",
2218
+ "deleted": "0.8.0",
2134
2219
  "replacement": "color.background.accent.yellow.subtler",
2135
2220
  "description": "Use for yellow backgrounds when there is no meaning tied to the color, such as colored tags."
2136
2221
  },
@@ -2143,6 +2228,8 @@ var tokens = [{
2143
2228
  "group": "paint",
2144
2229
  "state": "deleted",
2145
2230
  "introduced": "0.6.0",
2231
+ "deprecated": "0.7.0",
2232
+ "deleted": "0.8.0",
2146
2233
  "replacement": "color.background.accent.yellow.subtle",
2147
2234
  "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."
2148
2235
  },
@@ -2154,6 +2241,8 @@ var tokens = [{
2154
2241
  "group": "paint",
2155
2242
  "state": "deleted",
2156
2243
  "introduced": "0.6.0",
2244
+ "deprecated": "0.7.0",
2245
+ "deleted": "0.8.0",
2157
2246
  "replacement": "color.background.accent.yellow.subtle",
2158
2247
  "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."
2159
2248
  },
@@ -2250,6 +2339,8 @@ var tokens = [{
2250
2339
  "group": "paint",
2251
2340
  "state": "deleted",
2252
2341
  "introduced": "0.6.0",
2342
+ "deprecated": "0.7.0",
2343
+ "deleted": "0.8.0",
2253
2344
  "replacement": "color.background.accent.green.subtler",
2254
2345
  "description": "Use for green backgrounds when there is no meaning tied to the color, such as colored tags."
2255
2346
  },
@@ -2261,6 +2352,8 @@ var tokens = [{
2261
2352
  "group": "paint",
2262
2353
  "state": "deleted",
2263
2354
  "introduced": "0.6.0",
2355
+ "deprecated": "0.7.0",
2356
+ "deleted": "0.8.0",
2264
2357
  "replacement": "color.background.accent.green.subtler",
2265
2358
  "description": "Use for green backgrounds when there is no meaning tied to the color, such as colored tags."
2266
2359
  },
@@ -2273,6 +2366,8 @@ var tokens = [{
2273
2366
  "group": "paint",
2274
2367
  "state": "deleted",
2275
2368
  "introduced": "0.6.0",
2369
+ "deprecated": "0.7.0",
2370
+ "deleted": "0.8.0",
2276
2371
  "replacement": "color.background.accent.green.subtle",
2277
2372
  "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."
2278
2373
  },
@@ -2284,6 +2379,8 @@ var tokens = [{
2284
2379
  "group": "paint",
2285
2380
  "state": "deleted",
2286
2381
  "introduced": "0.6.0",
2382
+ "deprecated": "0.7.0",
2383
+ "deleted": "0.8.0",
2287
2384
  "replacement": "color.background.accent.green.subtle",
2288
2385
  "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."
2289
2386
  },
@@ -2380,6 +2477,8 @@ var tokens = [{
2380
2477
  "group": "paint",
2381
2478
  "state": "deleted",
2382
2479
  "introduced": "0.6.0",
2480
+ "deprecated": "0.7.0",
2481
+ "deleted": "0.8.0",
2383
2482
  "replacement": "color.background.accent.teal.subtler",
2384
2483
  "description": "Use for teal backgrounds when there is no meaning tied to the color, such as colored tags."
2385
2484
  },
@@ -2391,6 +2490,8 @@ var tokens = [{
2391
2490
  "group": "paint",
2392
2491
  "state": "deleted",
2393
2492
  "introduced": "0.6.0",
2493
+ "deprecated": "0.7.0",
2494
+ "deleted": "0.8.0",
2394
2495
  "replacement": "color.background.accent.teal.subtler",
2395
2496
  "description": "Use for teal backgrounds when there is no meaning tied to the color, such as colored tags."
2396
2497
  },
@@ -2403,6 +2504,8 @@ var tokens = [{
2403
2504
  "group": "paint",
2404
2505
  "state": "deleted",
2405
2506
  "introduced": "0.6.0",
2507
+ "deprecated": "0.7.0",
2508
+ "deleted": "0.8.0",
2406
2509
  "replacement": "color.background.accent.teal.subtle",
2407
2510
  "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."
2408
2511
  },
@@ -2414,6 +2517,8 @@ var tokens = [{
2414
2517
  "group": "paint",
2415
2518
  "state": "deleted",
2416
2519
  "introduced": "0.6.0",
2520
+ "deprecated": "0.7.0",
2521
+ "deleted": "0.8.0",
2417
2522
  "replacement": "color.background.accent.teal.subtle",
2418
2523
  "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."
2419
2524
  },
@@ -2510,6 +2615,8 @@ var tokens = [{
2510
2615
  "group": "paint",
2511
2616
  "state": "deleted",
2512
2617
  "introduced": "0.6.0",
2618
+ "deprecated": "0.7.0",
2619
+ "deleted": "0.8.0",
2513
2620
  "replacement": "color.background.accent.purple.subtler",
2514
2621
  "description": "Use for purple backgrounds when there is no meaning tied to the color, such as colored tags."
2515
2622
  },
@@ -2521,6 +2628,8 @@ var tokens = [{
2521
2628
  "group": "paint",
2522
2629
  "state": "deleted",
2523
2630
  "introduced": "0.6.0",
2631
+ "deprecated": "0.7.0",
2632
+ "deleted": "0.8.0",
2524
2633
  "replacement": "color.background.accent.purple.subtler",
2525
2634
  "description": "Use for purple backgrounds when there is no meaning tied to the color, such as colored tags."
2526
2635
  },
@@ -2533,6 +2642,8 @@ var tokens = [{
2533
2642
  "group": "paint",
2534
2643
  "state": "deleted",
2535
2644
  "introduced": "0.6.0",
2645
+ "deprecated": "0.7.0",
2646
+ "deleted": "0.8.0",
2536
2647
  "replacement": "color.background.accent.purple.subtle",
2537
2648
  "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."
2538
2649
  },
@@ -2544,6 +2655,8 @@ var tokens = [{
2544
2655
  "group": "paint",
2545
2656
  "state": "deleted",
2546
2657
  "introduced": "0.6.0",
2658
+ "deprecated": "0.7.0",
2659
+ "deleted": "0.8.0",
2547
2660
  "replacement": "color.background.accent.purple.subtle",
2548
2661
  "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."
2549
2662
  },
@@ -2640,6 +2753,8 @@ var tokens = [{
2640
2753
  "group": "paint",
2641
2754
  "state": "deleted",
2642
2755
  "introduced": "0.6.0",
2756
+ "deprecated": "0.7.0",
2757
+ "deleted": "0.8.0",
2643
2758
  "replacement": "color.background.accent.magenta.subtler",
2644
2759
  "description": "Use for magenta backgrounds when there is no meaning tied to the color, such as colored tags."
2645
2760
  },
@@ -2651,6 +2766,8 @@ var tokens = [{
2651
2766
  "group": "paint",
2652
2767
  "state": "deleted",
2653
2768
  "introduced": "0.6.0",
2769
+ "deprecated": "0.7.0",
2770
+ "deleted": "0.8.0",
2654
2771
  "replacement": "color.background.accent.magenta.subtler",
2655
2772
  "description": "Use for magenta backgrounds when there is no meaning tied to the color, such as colored tags."
2656
2773
  },
@@ -2663,6 +2780,8 @@ var tokens = [{
2663
2780
  "group": "paint",
2664
2781
  "state": "deleted",
2665
2782
  "introduced": "0.6.0",
2783
+ "deprecated": "0.7.0",
2784
+ "deleted": "0.8.0",
2666
2785
  "replacement": "color.background.accent.magenta.subtle",
2667
2786
  "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."
2668
2787
  },
@@ -2674,6 +2793,8 @@ var tokens = [{
2674
2793
  "group": "paint",
2675
2794
  "state": "deleted",
2676
2795
  "introduced": "0.6.0",
2796
+ "deprecated": "0.7.0",
2797
+ "deleted": "0.8.0",
2677
2798
  "replacement": "color.background.accent.magenta.subtle",
2678
2799
  "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."
2679
2800
  },
@@ -2770,6 +2891,7 @@ var tokens = [{
2770
2891
  "group": "paint",
2771
2892
  "state": "deprecated",
2772
2893
  "introduced": "0.1.0",
2894
+ "deprecated": "0.8.3",
2773
2895
  "replacement": "color.background.inverse.subtle.[default]",
2774
2896
  "description": "Use for backgrounds of elements on a bold background, such as in the buttons on spotlight cards."
2775
2897
  },
@@ -2781,6 +2903,7 @@ var tokens = [{
2781
2903
  "group": "paint",
2782
2904
  "state": "deprecated",
2783
2905
  "introduced": "0.1.0",
2906
+ "deprecated": "0.8.3",
2784
2907
  "replacement": "color.background.inverse.subtle.[default]",
2785
2908
  "description": "Use for backgrounds of elements on a bold background, such as in the buttons on spotlight cards."
2786
2909
  },
@@ -3108,6 +3231,7 @@ var tokens = [{
3108
3231
  "group": "paint",
3109
3232
  "state": "deprecated",
3110
3233
  "introduced": "0.6.0",
3234
+ "deprecated": "0.6.2",
3111
3235
  "replacement": "color.background.selected.[default].[default]",
3112
3236
  "description": "Use for the background of elements used to reinforce our brand."
3113
3237
  },
@@ -3119,6 +3243,7 @@ var tokens = [{
3119
3243
  "group": "paint",
3120
3244
  "state": "deprecated",
3121
3245
  "introduced": "0.6.0",
3246
+ "deprecated": "0.6.2",
3122
3247
  "replacement": "color.background.selected.[default].[default]",
3123
3248
  "description": "Use for the background of elements used to reinforce our brand."
3124
3249
  },
@@ -3131,6 +3256,7 @@ var tokens = [{
3131
3256
  "group": "paint",
3132
3257
  "state": "deprecated",
3133
3258
  "introduced": "0.6.0",
3259
+ "deprecated": "0.6.2",
3134
3260
  "replacement": "color.background.selected.[default].hovered",
3135
3261
  "description": "Hovered state for color.background.brand"
3136
3262
  },
@@ -3142,6 +3268,7 @@ var tokens = [{
3142
3268
  "group": "paint",
3143
3269
  "state": "deprecated",
3144
3270
  "introduced": "0.6.0",
3271
+ "deprecated": "0.6.2",
3145
3272
  "replacement": "color.background.selected.[default].hovered",
3146
3273
  "description": "Hovered state for color.background.brand"
3147
3274
  },
@@ -3154,6 +3281,7 @@ var tokens = [{
3154
3281
  "group": "paint",
3155
3282
  "state": "deprecated",
3156
3283
  "introduced": "0.6.0",
3284
+ "deprecated": "0.6.2",
3157
3285
  "replacement": "color.background.selected.[default].pressed",
3158
3286
  "description": "Pressed state for color.background.brand"
3159
3287
  },
@@ -3165,6 +3293,7 @@ var tokens = [{
3165
3293
  "group": "paint",
3166
3294
  "state": "deprecated",
3167
3295
  "introduced": "0.6.0",
3296
+ "deprecated": "0.6.2",
3168
3297
  "replacement": "color.background.selected.[default].pressed",
3169
3298
  "description": "Pressed state for color.background.brand"
3170
3299
  },
@@ -3303,6 +3432,7 @@ var tokens = [{
3303
3432
  "group": "paint",
3304
3433
  "state": "deprecated",
3305
3434
  "introduced": "0.1.0",
3435
+ "deprecated": "0.6.0",
3306
3436
  "replacement": "color.background.selected.[default].[default]",
3307
3437
  "description": "Use for backgrounds of elements in a selected state"
3308
3438
  },
@@ -3314,6 +3444,7 @@ var tokens = [{
3314
3444
  "group": "paint",
3315
3445
  "state": "deprecated",
3316
3446
  "introduced": "0.1.0",
3447
+ "deprecated": "0.6.0",
3317
3448
  "replacement": "color.background.selected.[default].[default]",
3318
3449
  "description": "Use for backgrounds of elements in a selected state"
3319
3450
  },
@@ -3326,6 +3457,7 @@ var tokens = [{
3326
3457
  "group": "paint",
3327
3458
  "state": "deprecated",
3328
3459
  "introduced": "0.1.0",
3460
+ "deprecated": "0.6.0",
3329
3461
  "replacement": "color.background.selected.[default].hovered",
3330
3462
  "description": "Hover state for color.background.selected"
3331
3463
  },
@@ -3337,6 +3469,7 @@ var tokens = [{
3337
3469
  "group": "paint",
3338
3470
  "state": "deprecated",
3339
3471
  "introduced": "0.1.0",
3472
+ "deprecated": "0.6.0",
3340
3473
  "replacement": "color.background.selected.[default].hovered",
3341
3474
  "description": "Hover state for color.background.selected"
3342
3475
  },
@@ -3979,6 +4112,8 @@ var tokens = [{
3979
4112
  "group": "paint",
3980
4113
  "state": "deleted",
3981
4114
  "introduced": "0.0.15",
4115
+ "deprecated": "0.6.0",
4116
+ "deleted": "0.8.0",
3982
4117
  "replacement": "color.blanket.[default]",
3983
4118
  "description": "Use for the screen overlay that appears with modal dialogs"
3984
4119
  },
@@ -3990,6 +4125,8 @@ var tokens = [{
3990
4125
  "group": "paint",
3991
4126
  "state": "deleted",
3992
4127
  "introduced": "0.0.15",
4128
+ "deprecated": "0.6.0",
4129
+ "deleted": "0.8.0",
3993
4130
  "replacement": "color.blanket.[default]",
3994
4131
  "description": "Use for the screen overlay that appears with modal dialogs"
3995
4132
  },
@@ -4002,6 +4139,8 @@ var tokens = [{
4002
4139
  "group": "paint",
4003
4140
  "state": "deleted",
4004
4141
  "introduced": "0.0.15",
4142
+ "deprecated": "0.6.0",
4143
+ "deleted": "0.8.0",
4005
4144
  "replacement": "color.background.brand.bold.hovered",
4006
4145
  "description": "Hover state of background.boldBrand"
4007
4146
  },
@@ -4013,6 +4152,8 @@ var tokens = [{
4013
4152
  "group": "paint",
4014
4153
  "state": "deleted",
4015
4154
  "introduced": "0.0.15",
4155
+ "deprecated": "0.6.0",
4156
+ "deleted": "0.8.0",
4016
4157
  "replacement": "color.background.brand.bold.hovered",
4017
4158
  "description": "Hover state of background.boldBrand"
4018
4159
  },
@@ -4025,6 +4166,8 @@ var tokens = [{
4025
4166
  "group": "paint",
4026
4167
  "state": "deleted",
4027
4168
  "introduced": "0.0.15",
4169
+ "deprecated": "0.6.0",
4170
+ "deleted": "0.8.0",
4028
4171
  "replacement": "color.background.brand.bold.pressed",
4029
4172
  "description": "Pressed state of background.boldBrand"
4030
4173
  },
@@ -4036,6 +4179,8 @@ var tokens = [{
4036
4179
  "group": "paint",
4037
4180
  "state": "deleted",
4038
4181
  "introduced": "0.0.15",
4182
+ "deprecated": "0.6.0",
4183
+ "deleted": "0.8.0",
4039
4184
  "replacement": "color.background.brand.bold.pressed",
4040
4185
  "description": "Pressed state of background.boldBrand"
4041
4186
  },
@@ -4048,6 +4193,8 @@ var tokens = [{
4048
4193
  "group": "paint",
4049
4194
  "state": "deleted",
4050
4195
  "introduced": "0.0.15",
4196
+ "deprecated": "0.6.0",
4197
+ "deleted": "0.8.0",
4051
4198
  "replacement": "color.background.brand.bold.[default]",
4052
4199
  "description": "A vibrant background for small UI elements like primary buttons and bold in progress lozenges."
4053
4200
  },
@@ -4059,6 +4206,8 @@ var tokens = [{
4059
4206
  "group": "paint",
4060
4207
  "state": "deleted",
4061
4208
  "introduced": "0.0.15",
4209
+ "deprecated": "0.6.0",
4210
+ "deleted": "0.8.0",
4062
4211
  "replacement": "color.background.brand.bold.[default]",
4063
4212
  "description": "A vibrant background for small UI elements like primary buttons and bold in progress lozenges."
4064
4213
  },
@@ -4071,6 +4220,8 @@ var tokens = [{
4071
4220
  "group": "paint",
4072
4221
  "state": "deleted",
4073
4222
  "introduced": "0.0.15",
4223
+ "deprecated": "0.6.0",
4224
+ "deleted": "0.8.0",
4074
4225
  "replacement": "color.background.danger.bold.hovered",
4075
4226
  "description": "Hover state of background.boldDanger"
4076
4227
  },
@@ -4082,6 +4233,8 @@ var tokens = [{
4082
4233
  "group": "paint",
4083
4234
  "state": "deleted",
4084
4235
  "introduced": "0.0.15",
4236
+ "deprecated": "0.6.0",
4237
+ "deleted": "0.8.0",
4085
4238
  "replacement": "color.background.danger.bold.hovered",
4086
4239
  "description": "Hover state of background.boldDanger"
4087
4240
  },
@@ -4094,6 +4247,8 @@ var tokens = [{
4094
4247
  "group": "paint",
4095
4248
  "state": "deleted",
4096
4249
  "introduced": "0.0.15",
4250
+ "deprecated": "0.6.0",
4251
+ "deleted": "0.8.0",
4097
4252
  "replacement": "color.background.danger.bold.pressed",
4098
4253
  "description": "Pressed state of background.boldDanger"
4099
4254
  },
@@ -4105,6 +4260,8 @@ var tokens = [{
4105
4260
  "group": "paint",
4106
4261
  "state": "deleted",
4107
4262
  "introduced": "0.0.15",
4263
+ "deprecated": "0.6.0",
4264
+ "deleted": "0.8.0",
4108
4265
  "replacement": "color.background.danger.bold.pressed",
4109
4266
  "description": "Pressed state of background.boldDanger"
4110
4267
  },
@@ -4117,6 +4274,8 @@ var tokens = [{
4117
4274
  "group": "paint",
4118
4275
  "state": "deleted",
4119
4276
  "introduced": "0.0.15",
4277
+ "deprecated": "0.6.0",
4278
+ "deleted": "0.8.0",
4120
4279
  "replacement": "color.background.danger.bold.[default]",
4121
4280
  "description": "A vibrant background for small UI elements like danger buttons and bold removed lozenges."
4122
4281
  },
@@ -4128,6 +4287,8 @@ var tokens = [{
4128
4287
  "group": "paint",
4129
4288
  "state": "deleted",
4130
4289
  "introduced": "0.0.15",
4290
+ "deprecated": "0.6.0",
4291
+ "deleted": "0.8.0",
4131
4292
  "replacement": "color.background.danger.bold.[default]",
4132
4293
  "description": "A vibrant background for small UI elements like danger buttons and bold removed lozenges."
4133
4294
  },
@@ -4140,6 +4301,8 @@ var tokens = [{
4140
4301
  "group": "paint",
4141
4302
  "state": "deleted",
4142
4303
  "introduced": "0.0.15",
4304
+ "deprecated": "0.6.0",
4305
+ "deleted": "0.8.0",
4143
4306
  "replacement": "color.background.discovery.bold.hovered",
4144
4307
  "description": "Hover state of background.boldDiscovery"
4145
4308
  },
@@ -4151,6 +4314,8 @@ var tokens = [{
4151
4314
  "group": "paint",
4152
4315
  "state": "deleted",
4153
4316
  "introduced": "0.0.15",
4317
+ "deprecated": "0.6.0",
4318
+ "deleted": "0.8.0",
4154
4319
  "replacement": "color.background.discovery.bold.hovered",
4155
4320
  "description": "Hover state of background.boldDiscovery"
4156
4321
  },
@@ -4163,6 +4328,8 @@ var tokens = [{
4163
4328
  "group": "paint",
4164
4329
  "state": "deleted",
4165
4330
  "introduced": "0.0.15",
4331
+ "deprecated": "0.6.0",
4332
+ "deleted": "0.8.0",
4166
4333
  "replacement": "color.background.discovery.bold.pressed",
4167
4334
  "description": "Pressed state of background.boldDiscovery"
4168
4335
  },
@@ -4174,6 +4341,8 @@ var tokens = [{
4174
4341
  "group": "paint",
4175
4342
  "state": "deleted",
4176
4343
  "introduced": "0.0.15",
4344
+ "deprecated": "0.6.0",
4345
+ "deleted": "0.8.0",
4177
4346
  "replacement": "color.background.discovery.bold.pressed",
4178
4347
  "description": "Pressed state of background.boldDiscovery"
4179
4348
  },
@@ -4186,6 +4355,8 @@ var tokens = [{
4186
4355
  "group": "paint",
4187
4356
  "state": "deleted",
4188
4357
  "introduced": "0.0.15",
4358
+ "deprecated": "0.6.0",
4359
+ "deleted": "0.8.0",
4189
4360
  "replacement": "color.background.discovery.bold.[default]",
4190
4361
  "description": "A vibrant background for small UI elements like onboarding buttons and bold new lozenges."
4191
4362
  },
@@ -4197,6 +4368,8 @@ var tokens = [{
4197
4368
  "group": "paint",
4198
4369
  "state": "deleted",
4199
4370
  "introduced": "0.0.15",
4371
+ "deprecated": "0.6.0",
4372
+ "deleted": "0.8.0",
4200
4373
  "replacement": "color.background.discovery.bold.[default]",
4201
4374
  "description": "A vibrant background for small UI elements like onboarding buttons and bold new lozenges."
4202
4375
  },
@@ -4209,6 +4382,8 @@ var tokens = [{
4209
4382
  "group": "paint",
4210
4383
  "state": "deleted",
4211
4384
  "introduced": "0.0.15",
4385
+ "deprecated": "0.6.0",
4386
+ "deleted": "0.8.0",
4212
4387
  "replacement": "color.background.neutral.bold.hovered",
4213
4388
  "description": "Hover state of background.boldNeutral"
4214
4389
  },
@@ -4220,6 +4395,8 @@ var tokens = [{
4220
4395
  "group": "paint",
4221
4396
  "state": "deleted",
4222
4397
  "introduced": "0.0.15",
4398
+ "deprecated": "0.6.0",
4399
+ "deleted": "0.8.0",
4223
4400
  "replacement": "color.background.neutral.bold.hovered",
4224
4401
  "description": "Hover state of background.boldNeutral"
4225
4402
  },
@@ -4232,6 +4409,8 @@ var tokens = [{
4232
4409
  "group": "paint",
4233
4410
  "state": "deleted",
4234
4411
  "introduced": "0.0.15",
4412
+ "deprecated": "0.6.0",
4413
+ "deleted": "0.8.0",
4235
4414
  "replacement": "color.background.neutral.bold.pressed",
4236
4415
  "description": "Pressed state of background.boldNeutral"
4237
4416
  },
@@ -4243,6 +4422,8 @@ var tokens = [{
4243
4422
  "group": "paint",
4244
4423
  "state": "deleted",
4245
4424
  "introduced": "0.0.15",
4425
+ "deprecated": "0.6.0",
4426
+ "deleted": "0.8.0",
4246
4427
  "replacement": "color.background.neutral.bold.pressed",
4247
4428
  "description": "Pressed state of background.boldNeutral"
4248
4429
  },
@@ -4255,6 +4436,8 @@ var tokens = [{
4255
4436
  "group": "paint",
4256
4437
  "state": "deleted",
4257
4438
  "introduced": "0.0.15",
4439
+ "deprecated": "0.6.0",
4440
+ "deleted": "0.8.0",
4258
4441
  "replacement": "color.background.neutral.bold.[default]",
4259
4442
  "description": "A vibrant background for small UI elements like unchecked toggles and bold default lozenges."
4260
4443
  },
@@ -4266,6 +4449,8 @@ var tokens = [{
4266
4449
  "group": "paint",
4267
4450
  "state": "deleted",
4268
4451
  "introduced": "0.0.15",
4452
+ "deprecated": "0.6.0",
4453
+ "deleted": "0.8.0",
4269
4454
  "replacement": "color.background.neutral.bold.[default]",
4270
4455
  "description": "A vibrant background for small UI elements like unchecked toggles and bold default lozenges."
4271
4456
  },
@@ -4278,6 +4463,8 @@ var tokens = [{
4278
4463
  "group": "paint",
4279
4464
  "state": "deleted",
4280
4465
  "introduced": "0.0.15",
4466
+ "deprecated": "0.6.0",
4467
+ "deleted": "0.8.0",
4281
4468
  "replacement": "color.background.success.bold.hovered",
4282
4469
  "description": "Hover state of background.boldSuccess"
4283
4470
  },
@@ -4289,6 +4476,8 @@ var tokens = [{
4289
4476
  "group": "paint",
4290
4477
  "state": "deleted",
4291
4478
  "introduced": "0.0.15",
4479
+ "deprecated": "0.6.0",
4480
+ "deleted": "0.8.0",
4292
4481
  "replacement": "color.background.success.bold.hovered",
4293
4482
  "description": "Hover state of background.boldSuccess"
4294
4483
  },
@@ -4301,6 +4490,8 @@ var tokens = [{
4301
4490
  "group": "paint",
4302
4491
  "state": "deleted",
4303
4492
  "introduced": "0.0.15",
4493
+ "deprecated": "0.6.0",
4494
+ "deleted": "0.8.0",
4304
4495
  "replacement": "color.background.success.bold.pressed",
4305
4496
  "description": "Pressed state of background.boldSuccess"
4306
4497
  },
@@ -4312,6 +4503,8 @@ var tokens = [{
4312
4503
  "group": "paint",
4313
4504
  "state": "deleted",
4314
4505
  "introduced": "0.0.15",
4506
+ "deprecated": "0.6.0",
4507
+ "deleted": "0.8.0",
4315
4508
  "replacement": "color.background.success.bold.pressed",
4316
4509
  "description": "Pressed state of background.boldSuccess"
4317
4510
  },
@@ -4324,6 +4517,8 @@ var tokens = [{
4324
4517
  "group": "paint",
4325
4518
  "state": "deleted",
4326
4519
  "introduced": "0.0.15",
4520
+ "deprecated": "0.6.0",
4521
+ "deleted": "0.8.0",
4327
4522
  "replacement": "color.background.success.bold.[default]",
4328
4523
  "description": "A vibrant background for small UI elements like checked toggles and bold success lozenges."
4329
4524
  },
@@ -4335,6 +4530,8 @@ var tokens = [{
4335
4530
  "group": "paint",
4336
4531
  "state": "deleted",
4337
4532
  "introduced": "0.0.15",
4533
+ "deprecated": "0.6.0",
4534
+ "deleted": "0.8.0",
4338
4535
  "replacement": "color.background.success.bold.[default]",
4339
4536
  "description": "A vibrant background for small UI elements like checked toggles and bold success lozenges."
4340
4537
  },
@@ -4347,6 +4544,8 @@ var tokens = [{
4347
4544
  "group": "paint",
4348
4545
  "state": "deleted",
4349
4546
  "introduced": "0.0.15",
4547
+ "deprecated": "0.6.0",
4548
+ "deleted": "0.8.0",
4350
4549
  "replacement": "color.background.warning.bold.hovered",
4351
4550
  "description": "Hover state of background.boldWarning"
4352
4551
  },
@@ -4358,6 +4557,8 @@ var tokens = [{
4358
4557
  "group": "paint",
4359
4558
  "state": "deleted",
4360
4559
  "introduced": "0.0.15",
4560
+ "deprecated": "0.6.0",
4561
+ "deleted": "0.8.0",
4361
4562
  "replacement": "color.background.warning.bold.hovered",
4362
4563
  "description": "Hover state of background.boldWarning"
4363
4564
  },
@@ -4370,6 +4571,8 @@ var tokens = [{
4370
4571
  "group": "paint",
4371
4572
  "state": "deleted",
4372
4573
  "introduced": "0.0.15",
4574
+ "deprecated": "0.6.0",
4575
+ "deleted": "0.8.0",
4373
4576
  "replacement": "color.background.warning.bold.pressed",
4374
4577
  "description": "Pressed state of background.boldWarning"
4375
4578
  },
@@ -4381,6 +4584,8 @@ var tokens = [{
4381
4584
  "group": "paint",
4382
4585
  "state": "deleted",
4383
4586
  "introduced": "0.0.15",
4587
+ "deprecated": "0.6.0",
4588
+ "deleted": "0.8.0",
4384
4589
  "replacement": "color.background.warning.bold.pressed",
4385
4590
  "description": "Pressed state of background.boldWarning"
4386
4591
  },
@@ -4393,6 +4598,8 @@ var tokens = [{
4393
4598
  "group": "paint",
4394
4599
  "state": "deleted",
4395
4600
  "introduced": "0.0.15",
4601
+ "deprecated": "0.6.0",
4602
+ "deleted": "0.8.0",
4396
4603
  "replacement": "color.background.warning.bold.[default]",
4397
4604
  "description": "A vibrant background for small UI elements like warning buttons and bold moved lozenges."
4398
4605
  },
@@ -4404,6 +4611,8 @@ var tokens = [{
4404
4611
  "group": "paint",
4405
4612
  "state": "deleted",
4406
4613
  "introduced": "0.0.15",
4614
+ "deprecated": "0.6.0",
4615
+ "deleted": "0.8.0",
4407
4616
  "replacement": "color.background.warning.bold.[default]",
4408
4617
  "description": "A vibrant background for small UI elements like warning buttons and bold moved lozenges."
4409
4618
  },
@@ -4416,6 +4625,8 @@ var tokens = [{
4416
4625
  "group": "paint",
4417
4626
  "state": "deleted",
4418
4627
  "introduced": "0.0.15",
4628
+ "deprecated": "0.6.0",
4629
+ "deleted": "0.8.0",
4419
4630
  "replacement": "elevation.surface.raised",
4420
4631
  "description": "Use for the background of raised cards, such as Jira cards on a Kanban board.\nCombine with shadow.card."
4421
4632
  },
@@ -4427,6 +4638,8 @@ var tokens = [{
4427
4638
  "group": "paint",
4428
4639
  "state": "deleted",
4429
4640
  "introduced": "0.0.15",
4641
+ "deprecated": "0.6.0",
4642
+ "deleted": "0.8.0",
4430
4643
  "replacement": "elevation.surface.raised",
4431
4644
  "description": "Use for the background of raised cards, such as Jira cards on a Kanban board.\nCombine with shadow.card."
4432
4645
  },
@@ -4439,6 +4652,8 @@ var tokens = [{
4439
4652
  "group": "paint",
4440
4653
  "state": "deleted",
4441
4654
  "introduced": "0.0.15",
4655
+ "deprecated": "0.6.0",
4656
+ "deleted": "0.8.0",
4442
4657
  "replacement": "elevation.surface.[default]",
4443
4658
  "description": "Use as the primary background for the UI"
4444
4659
  },
@@ -4450,6 +4665,8 @@ var tokens = [{
4450
4665
  "group": "paint",
4451
4666
  "state": "deleted",
4452
4667
  "introduced": "0.0.15",
4668
+ "deprecated": "0.6.0",
4669
+ "deleted": "0.8.0",
4453
4670
  "replacement": "elevation.surface.[default]",
4454
4671
  "description": "Use as the primary background for the UI"
4455
4672
  },
@@ -4462,6 +4679,8 @@ var tokens = [{
4462
4679
  "group": "paint",
4463
4680
  "state": "deleted",
4464
4681
  "introduced": "0.0.15",
4682
+ "deprecated": "0.6.0",
4683
+ "deleted": "0.8.0",
4465
4684
  "replacement": "elevation.surface.overlay",
4466
4685
  "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."
4467
4686
  },
@@ -4473,6 +4692,8 @@ var tokens = [{
4473
4692
  "group": "paint",
4474
4693
  "state": "deleted",
4475
4694
  "introduced": "0.0.15",
4695
+ "deprecated": "0.6.0",
4696
+ "deleted": "0.8.0",
4476
4697
  "replacement": "elevation.surface.overlay",
4477
4698
  "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."
4478
4699
  },
@@ -4485,6 +4706,8 @@ var tokens = [{
4485
4706
  "group": "paint",
4486
4707
  "state": "deleted",
4487
4708
  "introduced": "0.0.15",
4709
+ "deprecated": "0.6.0",
4710
+ "deleted": "0.8.0",
4488
4711
  "replacement": "color.background.input.pressed",
4489
4712
  "description": "Pressed state for background.subtleBorderedNeutral"
4490
4713
  },
@@ -4496,6 +4719,8 @@ var tokens = [{
4496
4719
  "group": "paint",
4497
4720
  "state": "deleted",
4498
4721
  "introduced": "0.0.15",
4722
+ "deprecated": "0.6.0",
4723
+ "deleted": "0.8.0",
4499
4724
  "replacement": "color.background.input.pressed",
4500
4725
  "description": "Pressed state for background.subtleBorderedNeutral"
4501
4726
  },
@@ -4508,6 +4733,8 @@ var tokens = [{
4508
4733
  "group": "paint",
4509
4734
  "state": "deleted",
4510
4735
  "introduced": "0.0.15",
4736
+ "deprecated": "0.6.0",
4737
+ "deleted": "0.8.0",
4511
4738
  "replacement": "color.background.input.[default]",
4512
4739
  "description": "Hover state for background.subtleBorderedNeutral"
4513
4740
  },
@@ -4519,6 +4746,8 @@ var tokens = [{
4519
4746
  "group": "paint",
4520
4747
  "state": "deleted",
4521
4748
  "introduced": "0.0.15",
4749
+ "deprecated": "0.6.0",
4750
+ "deleted": "0.8.0",
4522
4751
  "replacement": "color.background.input.[default]",
4523
4752
  "description": "Hover state for background.subtleBorderedNeutral"
4524
4753
  },
@@ -4531,6 +4760,7 @@ var tokens = [{
4531
4760
  "group": "paint",
4532
4761
  "state": "deprecated",
4533
4762
  "introduced": "0.0.15",
4763
+ "deprecated": "0.6.0",
4534
4764
  "replacement": "color.background.selected.[default].hovered",
4535
4765
  "description": "Hover state for background.subtleBrand"
4536
4766
  },
@@ -4542,6 +4772,7 @@ var tokens = [{
4542
4772
  "group": "paint",
4543
4773
  "state": "deprecated",
4544
4774
  "introduced": "0.0.15",
4775
+ "deprecated": "0.6.0",
4545
4776
  "replacement": "color.background.selected.[default].hovered",
4546
4777
  "description": "Hover state for background.subtleBrand"
4547
4778
  },
@@ -4554,6 +4785,7 @@ var tokens = [{
4554
4785
  "group": "paint",
4555
4786
  "state": "deprecated",
4556
4787
  "introduced": "0.0.15",
4788
+ "deprecated": "0.6.0",
4557
4789
  "replacement": "color.background.selected.[default].pressed",
4558
4790
  "description": "Pressed state for background.subtleBrand"
4559
4791
  },
@@ -4565,6 +4797,7 @@ var tokens = [{
4565
4797
  "group": "paint",
4566
4798
  "state": "deprecated",
4567
4799
  "introduced": "0.0.15",
4800
+ "deprecated": "0.6.0",
4568
4801
  "replacement": "color.background.selected.[default].pressed",
4569
4802
  "description": "Pressed state for background.subtleBrand"
4570
4803
  },
@@ -4577,6 +4810,7 @@ var tokens = [{
4577
4810
  "group": "paint",
4578
4811
  "state": "deprecated",
4579
4812
  "introduced": "0.0.15",
4813
+ "deprecated": "0.6.0",
4580
4814
  "replacement": "color.background.selected.[default].[default]",
4581
4815
  "description": "Use for subdued backgrounds of UI elements like information section messages and in progress lozenges."
4582
4816
  },
@@ -4588,6 +4822,7 @@ var tokens = [{
4588
4822
  "group": "paint",
4589
4823
  "state": "deprecated",
4590
4824
  "introduced": "0.0.15",
4825
+ "deprecated": "0.6.0",
4591
4826
  "replacement": "color.background.selected.[default].[default]",
4592
4827
  "description": "Use for subdued backgrounds of UI elements like information section messages and in progress lozenges."
4593
4828
  },
@@ -4600,6 +4835,8 @@ var tokens = [{
4600
4835
  "group": "paint",
4601
4836
  "state": "deleted",
4602
4837
  "introduced": "0.0.15",
4838
+ "deprecated": "0.6.0",
4839
+ "deleted": "0.8.0",
4603
4840
  "replacement": "color.background.danger.[default].hovered",
4604
4841
  "description": "Hover state for background.subtleDanger"
4605
4842
  },
@@ -4611,6 +4848,8 @@ var tokens = [{
4611
4848
  "group": "paint",
4612
4849
  "state": "deleted",
4613
4850
  "introduced": "0.0.15",
4851
+ "deprecated": "0.6.0",
4852
+ "deleted": "0.8.0",
4614
4853
  "replacement": "color.background.danger.[default].hovered",
4615
4854
  "description": "Hover state for background.subtleDanger"
4616
4855
  },
@@ -4623,6 +4862,8 @@ var tokens = [{
4623
4862
  "group": "paint",
4624
4863
  "state": "deleted",
4625
4864
  "introduced": "0.0.15",
4865
+ "deprecated": "0.6.0",
4866
+ "deleted": "0.8.0",
4626
4867
  "replacement": "color.background.danger.[default].pressed",
4627
4868
  "description": "Pressed state for background.subtleDanger"
4628
4869
  },
@@ -4634,6 +4875,8 @@ var tokens = [{
4634
4875
  "group": "paint",
4635
4876
  "state": "deleted",
4636
4877
  "introduced": "0.0.15",
4878
+ "deprecated": "0.6.0",
4879
+ "deleted": "0.8.0",
4637
4880
  "replacement": "color.background.danger.[default].pressed",
4638
4881
  "description": "Pressed state for background.subtleDanger"
4639
4882
  },
@@ -4646,6 +4889,8 @@ var tokens = [{
4646
4889
  "group": "paint",
4647
4890
  "state": "deleted",
4648
4891
  "introduced": "0.0.15",
4892
+ "deprecated": "0.6.0",
4893
+ "deleted": "0.8.0",
4649
4894
  "replacement": "color.background.danger.[default].[default]",
4650
4895
  "description": "Use for subdued backgrounds of UI elements like error section messages and removed lozenges."
4651
4896
  },
@@ -4657,6 +4902,8 @@ var tokens = [{
4657
4902
  "group": "paint",
4658
4903
  "state": "deleted",
4659
4904
  "introduced": "0.0.15",
4905
+ "deprecated": "0.6.0",
4906
+ "deleted": "0.8.0",
4660
4907
  "replacement": "color.background.danger.[default].[default]",
4661
4908
  "description": "Use for subdued backgrounds of UI elements like error section messages and removed lozenges."
4662
4909
  },
@@ -4669,6 +4916,8 @@ var tokens = [{
4669
4916
  "group": "paint",
4670
4917
  "state": "deleted",
4671
4918
  "introduced": "0.0.15",
4919
+ "deprecated": "0.6.0",
4920
+ "deleted": "0.8.0",
4672
4921
  "replacement": "color.background.discovery.[default].hovered",
4673
4922
  "description": "Hover state for background.subtleDiscovery"
4674
4923
  },
@@ -4680,6 +4929,8 @@ var tokens = [{
4680
4929
  "group": "paint",
4681
4930
  "state": "deleted",
4682
4931
  "introduced": "0.0.15",
4932
+ "deprecated": "0.6.0",
4933
+ "deleted": "0.8.0",
4683
4934
  "replacement": "color.background.discovery.[default].hovered",
4684
4935
  "description": "Hover state for background.subtleDiscovery"
4685
4936
  },
@@ -4692,6 +4943,8 @@ var tokens = [{
4692
4943
  "group": "paint",
4693
4944
  "state": "deleted",
4694
4945
  "introduced": "0.0.15",
4946
+ "deprecated": "0.6.0",
4947
+ "deleted": "0.8.0",
4695
4948
  "replacement": "color.background.discovery.[default].pressed",
4696
4949
  "description": "Pressed state for background.subtleDiscovery"
4697
4950
  },
@@ -4703,6 +4956,8 @@ var tokens = [{
4703
4956
  "group": "paint",
4704
4957
  "state": "deleted",
4705
4958
  "introduced": "0.0.15",
4959
+ "deprecated": "0.6.0",
4960
+ "deleted": "0.8.0",
4706
4961
  "replacement": "color.background.discovery.[default].pressed",
4707
4962
  "description": "Pressed state for background.subtleDiscovery"
4708
4963
  },
@@ -4715,6 +4970,8 @@ var tokens = [{
4715
4970
  "group": "paint",
4716
4971
  "state": "deleted",
4717
4972
  "introduced": "0.0.15",
4973
+ "deprecated": "0.6.0",
4974
+ "deleted": "0.8.0",
4718
4975
  "replacement": "color.background.discovery.[default].[default]",
4719
4976
  "description": "Use for subdued backgrounds of UI elements like discovery section messages and new lozenges."
4720
4977
  },
@@ -4726,6 +4983,8 @@ var tokens = [{
4726
4983
  "group": "paint",
4727
4984
  "state": "deleted",
4728
4985
  "introduced": "0.0.15",
4986
+ "deprecated": "0.6.0",
4987
+ "deleted": "0.8.0",
4729
4988
  "replacement": "color.background.discovery.[default].[default]",
4730
4989
  "description": "Use for subdued backgrounds of UI elements like discovery section messages and new lozenges."
4731
4990
  },
@@ -4738,6 +4997,8 @@ var tokens = [{
4738
4997
  "group": "paint",
4739
4998
  "state": "deleted",
4740
4999
  "introduced": "0.0.15",
5000
+ "deprecated": "0.6.0",
5001
+ "deleted": "0.8.0",
4741
5002
  "replacement": "color.background.neutral.[default].hovered",
4742
5003
  "description": "Hover state for background.subtleNeutral"
4743
5004
  },
@@ -4749,6 +5010,8 @@ var tokens = [{
4749
5010
  "group": "paint",
4750
5011
  "state": "deleted",
4751
5012
  "introduced": "0.0.15",
5013
+ "deprecated": "0.6.0",
5014
+ "deleted": "0.8.0",
4752
5015
  "replacement": "color.background.neutral.[default].hovered",
4753
5016
  "description": "Hover state for background.subtleNeutral"
4754
5017
  },
@@ -4761,6 +5024,8 @@ var tokens = [{
4761
5024
  "group": "paint",
4762
5025
  "state": "deleted",
4763
5026
  "introduced": "0.0.15",
5027
+ "deprecated": "0.6.0",
5028
+ "deleted": "0.8.0",
4764
5029
  "replacement": "color.background.neutral.[default].pressed",
4765
5030
  "description": "Pressed state for background.subtleNeutral"
4766
5031
  },
@@ -4772,6 +5037,8 @@ var tokens = [{
4772
5037
  "group": "paint",
4773
5038
  "state": "deleted",
4774
5039
  "introduced": "0.0.15",
5040
+ "deprecated": "0.6.0",
5041
+ "deleted": "0.8.0",
4775
5042
  "replacement": "color.background.neutral.[default].pressed",
4776
5043
  "description": "Pressed state for background.subtleNeutral"
4777
5044
  },
@@ -4784,6 +5051,8 @@ var tokens = [{
4784
5051
  "group": "paint",
4785
5052
  "state": "deleted",
4786
5053
  "introduced": "0.0.15",
5054
+ "deprecated": "0.6.0",
5055
+ "deleted": "0.8.0",
4787
5056
  "replacement": "color.background.neutral.[default].[default]",
4788
5057
  "description": "Use as the default background of UI elements like buttons, lozenges, and tags."
4789
5058
  },
@@ -4795,6 +5064,8 @@ var tokens = [{
4795
5064
  "group": "paint",
4796
5065
  "state": "deleted",
4797
5066
  "introduced": "0.0.15",
5067
+ "deprecated": "0.6.0",
5068
+ "deleted": "0.8.0",
4798
5069
  "replacement": "color.background.neutral.[default].[default]",
4799
5070
  "description": "Use as the default background of UI elements like buttons, lozenges, and tags."
4800
5071
  },
@@ -4807,6 +5078,8 @@ var tokens = [{
4807
5078
  "group": "paint",
4808
5079
  "state": "deleted",
4809
5080
  "introduced": "0.0.15",
5081
+ "deprecated": "0.6.0",
5082
+ "deleted": "0.8.0",
4810
5083
  "replacement": "color.background.success.[default].hovered",
4811
5084
  "description": "Hover state for background.subtleSuccess"
4812
5085
  },
@@ -4818,6 +5091,8 @@ var tokens = [{
4818
5091
  "group": "paint",
4819
5092
  "state": "deleted",
4820
5093
  "introduced": "0.0.15",
5094
+ "deprecated": "0.6.0",
5095
+ "deleted": "0.8.0",
4821
5096
  "replacement": "color.background.success.[default].hovered",
4822
5097
  "description": "Hover state for background.subtleSuccess"
4823
5098
  },
@@ -4830,6 +5105,8 @@ var tokens = [{
4830
5105
  "group": "paint",
4831
5106
  "state": "deleted",
4832
5107
  "introduced": "0.0.15",
5108
+ "deprecated": "0.6.0",
5109
+ "deleted": "0.8.0",
4833
5110
  "replacement": "color.background.success.[default].pressed",
4834
5111
  "description": "Pressed state for background.subtleSuccess"
4835
5112
  },
@@ -4841,6 +5118,8 @@ var tokens = [{
4841
5118
  "group": "paint",
4842
5119
  "state": "deleted",
4843
5120
  "introduced": "0.0.15",
5121
+ "deprecated": "0.6.0",
5122
+ "deleted": "0.8.0",
4844
5123
  "replacement": "color.background.success.[default].pressed",
4845
5124
  "description": "Pressed state for background.subtleSuccess"
4846
5125
  },
@@ -4853,6 +5132,8 @@ var tokens = [{
4853
5132
  "group": "paint",
4854
5133
  "state": "deleted",
4855
5134
  "introduced": "0.0.15",
5135
+ "deprecated": "0.6.0",
5136
+ "deleted": "0.8.0",
4856
5137
  "replacement": "color.background.success.[default].[default]",
4857
5138
  "description": "Use for subdued backgrounds of UI elements like success section messages and success lozenges."
4858
5139
  },
@@ -4864,6 +5145,8 @@ var tokens = [{
4864
5145
  "group": "paint",
4865
5146
  "state": "deleted",
4866
5147
  "introduced": "0.0.15",
5148
+ "deprecated": "0.6.0",
5149
+ "deleted": "0.8.0",
4867
5150
  "replacement": "color.background.success.[default].[default]",
4868
5151
  "description": "Use for subdued backgrounds of UI elements like success section messages and success lozenges."
4869
5152
  },
@@ -4876,6 +5159,8 @@ var tokens = [{
4876
5159
  "group": "paint",
4877
5160
  "state": "deleted",
4878
5161
  "introduced": "0.0.15",
5162
+ "deprecated": "0.6.0",
5163
+ "deleted": "0.8.0",
4879
5164
  "replacement": "color.background.warning.[default].hovered",
4880
5165
  "description": "Hover state for background.subtleWarning"
4881
5166
  },
@@ -4887,6 +5172,8 @@ var tokens = [{
4887
5172
  "group": "paint",
4888
5173
  "state": "deleted",
4889
5174
  "introduced": "0.0.15",
5175
+ "deprecated": "0.6.0",
5176
+ "deleted": "0.8.0",
4890
5177
  "replacement": "color.background.warning.[default].hovered",
4891
5178
  "description": "Hover state for background.subtleWarning"
4892
5179
  },
@@ -4899,6 +5186,8 @@ var tokens = [{
4899
5186
  "group": "paint",
4900
5187
  "state": "deleted",
4901
5188
  "introduced": "0.0.15",
5189
+ "deprecated": "0.6.0",
5190
+ "deleted": "0.8.0",
4902
5191
  "replacement": "color.background.warning.[default].pressed",
4903
5192
  "description": "Pressed state for background.subtleWarning"
4904
5193
  },
@@ -4910,6 +5199,8 @@ var tokens = [{
4910
5199
  "group": "paint",
4911
5200
  "state": "deleted",
4912
5201
  "introduced": "0.0.15",
5202
+ "deprecated": "0.6.0",
5203
+ "deleted": "0.8.0",
4913
5204
  "replacement": "color.background.warning.[default].pressed",
4914
5205
  "description": "Pressed state for background.subtleWarning"
4915
5206
  },
@@ -4922,6 +5213,8 @@ var tokens = [{
4922
5213
  "group": "paint",
4923
5214
  "state": "deleted",
4924
5215
  "introduced": "0.0.15",
5216
+ "deprecated": "0.6.0",
5217
+ "deleted": "0.8.0",
4925
5218
  "replacement": "color.background.warning.[default].[default]",
4926
5219
  "description": "Use for subdued backgrounds of UI elements like warning section messages and moved lozenges."
4927
5220
  },
@@ -4933,6 +5226,8 @@ var tokens = [{
4933
5226
  "group": "paint",
4934
5227
  "state": "deleted",
4935
5228
  "introduced": "0.0.15",
5229
+ "deprecated": "0.6.0",
5230
+ "deleted": "0.8.0",
4936
5231
  "replacement": "color.background.warning.[default].[default]",
4937
5232
  "description": "Use for subdued backgrounds of UI elements like warning section messages and moved lozenges."
4938
5233
  },
@@ -4945,6 +5240,8 @@ var tokens = [{
4945
5240
  "group": "paint",
4946
5241
  "state": "deleted",
4947
5242
  "introduced": "0.0.15",
5243
+ "deprecated": "0.6.0",
5244
+ "deleted": "0.8.0",
4948
5245
  "replacement": "elevation.surface.sunken",
4949
5246
  "description": "Use as a secondary background for the UI"
4950
5247
  },
@@ -4956,6 +5253,8 @@ var tokens = [{
4956
5253
  "group": "paint",
4957
5254
  "state": "deleted",
4958
5255
  "introduced": "0.0.15",
5256
+ "deprecated": "0.6.0",
5257
+ "deleted": "0.8.0",
4959
5258
  "replacement": "elevation.surface.sunken",
4960
5259
  "description": "Use as a secondary background for the UI"
4961
5260
  },
@@ -4968,6 +5267,8 @@ var tokens = [{
4968
5267
  "group": "paint",
4969
5268
  "state": "deleted",
4970
5269
  "introduced": "0.0.15",
5270
+ "deprecated": "0.6.0",
5271
+ "deleted": "0.8.0",
4971
5272
  "replacement": "color.background.neutral.subtle.hovered",
4972
5273
  "description": "Hover state for UIs that do not have a default background, such as menu items or subtle buttons."
4973
5274
  },
@@ -4979,6 +5280,8 @@ var tokens = [{
4979
5280
  "group": "paint",
4980
5281
  "state": "deleted",
4981
5282
  "introduced": "0.0.15",
5283
+ "deprecated": "0.6.0",
5284
+ "deleted": "0.8.0",
4982
5285
  "replacement": "color.background.neutral.subtle.hovered",
4983
5286
  "description": "Hover state for UIs that do not have a default background, such as menu items or subtle buttons."
4984
5287
  },
@@ -4991,6 +5294,8 @@ var tokens = [{
4991
5294
  "group": "paint",
4992
5295
  "state": "deleted",
4993
5296
  "introduced": "0.0.15",
5297
+ "deprecated": "0.6.0",
5298
+ "deleted": "0.8.0",
4994
5299
  "replacement": "color.background.neutral.subtle.pressed",
4995
5300
  "description": "Pressed state for UIs that do not have a default background, such as menu items or subtle buttons."
4996
5301
  },
@@ -5002,6 +5307,8 @@ var tokens = [{
5002
5307
  "group": "paint",
5003
5308
  "state": "deleted",
5004
5309
  "introduced": "0.0.15",
5310
+ "deprecated": "0.6.0",
5311
+ "deleted": "0.8.0",
5005
5312
  "replacement": "color.background.neutral.subtle.pressed",
5006
5313
  "description": "Pressed state for UIs that do not have a default background, such as menu items or subtle buttons."
5007
5314
  },
@@ -5245,6 +5552,8 @@ var tokens = [{
5245
5552
  "group": "paint",
5246
5553
  "state": "deleted",
5247
5554
  "introduced": "0.1.1",
5555
+ "deprecated": "0.6.0",
5556
+ "deleted": "0.8.0",
5248
5557
  "replacement": "color.background.accent.blue.bolder",
5249
5558
  "description": "Use for blue backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
5250
5559
  },
@@ -5256,6 +5565,8 @@ var tokens = [{
5256
5565
  "group": "paint",
5257
5566
  "state": "deleted",
5258
5567
  "introduced": "0.1.1",
5568
+ "deprecated": "0.6.0",
5569
+ "deleted": "0.8.0",
5259
5570
  "replacement": "color.background.accent.blue.bolder",
5260
5571
  "description": "Use for blue backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
5261
5572
  },
@@ -5268,6 +5579,8 @@ var tokens = [{
5268
5579
  "group": "paint",
5269
5580
  "state": "deleted",
5270
5581
  "introduced": "0.1.1",
5582
+ "deprecated": "0.6.0",
5583
+ "deleted": "0.8.0",
5271
5584
  "replacement": "color.background.accent.green.bolder",
5272
5585
  "description": "Use for green backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
5273
5586
  },
@@ -5279,6 +5592,8 @@ var tokens = [{
5279
5592
  "group": "paint",
5280
5593
  "state": "deleted",
5281
5594
  "introduced": "0.1.1",
5595
+ "deprecated": "0.6.0",
5596
+ "deleted": "0.8.0",
5282
5597
  "replacement": "color.background.accent.green.bolder",
5283
5598
  "description": "Use for green backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
5284
5599
  },
@@ -5291,6 +5606,8 @@ var tokens = [{
5291
5606
  "group": "paint",
5292
5607
  "state": "deleted",
5293
5608
  "introduced": "0.1.1",
5609
+ "deprecated": "0.6.0",
5610
+ "deleted": "0.8.0",
5294
5611
  "replacement": "color.background.accent.orange.bolder",
5295
5612
  "description": "Use for orange backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
5296
5613
  },
@@ -5302,6 +5619,8 @@ var tokens = [{
5302
5619
  "group": "paint",
5303
5620
  "state": "deleted",
5304
5621
  "introduced": "0.1.1",
5622
+ "deprecated": "0.6.0",
5623
+ "deleted": "0.8.0",
5305
5624
  "replacement": "color.background.accent.orange.bolder",
5306
5625
  "description": "Use for orange backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
5307
5626
  },
@@ -5314,6 +5633,8 @@ var tokens = [{
5314
5633
  "group": "paint",
5315
5634
  "state": "deleted",
5316
5635
  "introduced": "0.1.1",
5636
+ "deprecated": "0.6.0",
5637
+ "deleted": "0.8.0",
5317
5638
  "replacement": "color.background.accent.purple.bolder",
5318
5639
  "description": "Use for purple backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
5319
5640
  },
@@ -5325,6 +5646,8 @@ var tokens = [{
5325
5646
  "group": "paint",
5326
5647
  "state": "deleted",
5327
5648
  "introduced": "0.1.1",
5649
+ "deprecated": "0.6.0",
5650
+ "deleted": "0.8.0",
5328
5651
  "replacement": "color.background.accent.purple.bolder",
5329
5652
  "description": "Use for purple backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
5330
5653
  },
@@ -5337,6 +5660,8 @@ var tokens = [{
5337
5660
  "group": "paint",
5338
5661
  "state": "deleted",
5339
5662
  "introduced": "0.1.1",
5663
+ "deprecated": "0.6.0",
5664
+ "deleted": "0.8.0",
5340
5665
  "replacement": "color.background.accent.red.bolder",
5341
5666
  "description": "Use for red backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
5342
5667
  },
@@ -5348,6 +5673,8 @@ var tokens = [{
5348
5673
  "group": "paint",
5349
5674
  "state": "deleted",
5350
5675
  "introduced": "0.1.1",
5676
+ "deprecated": "0.6.0",
5677
+ "deleted": "0.8.0",
5351
5678
  "replacement": "color.background.accent.red.bolder",
5352
5679
  "description": "Use for red backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
5353
5680
  },
@@ -5360,6 +5687,8 @@ var tokens = [{
5360
5687
  "group": "paint",
5361
5688
  "state": "deleted",
5362
5689
  "introduced": "0.1.1",
5690
+ "deprecated": "0.6.0",
5691
+ "deleted": "0.8.0",
5363
5692
  "replacement": "color.background.accent.teal.bolder",
5364
5693
  "description": "Use for teal backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
5365
5694
  },
@@ -5371,6 +5700,8 @@ var tokens = [{
5371
5700
  "group": "paint",
5372
5701
  "state": "deleted",
5373
5702
  "introduced": "0.1.1",
5703
+ "deprecated": "0.6.0",
5704
+ "deleted": "0.8.0",
5374
5705
  "replacement": "color.background.accent.teal.bolder",
5375
5706
  "description": "Use for teal backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
5376
5707
  },
@@ -5383,6 +5714,8 @@ var tokens = [{
5383
5714
  "group": "paint",
5384
5715
  "state": "deleted",
5385
5716
  "introduced": "0.1.0",
5717
+ "deprecated": "0.6.0",
5718
+ "deleted": "0.8.0",
5386
5719
  "replacement": "color.background.accent.blue.subtler",
5387
5720
  "description": "Use for blue subdued backgrounds when there is no meaning tied to the color, such as colored tags."
5388
5721
  },
@@ -5394,6 +5727,8 @@ var tokens = [{
5394
5727
  "group": "paint",
5395
5728
  "state": "deleted",
5396
5729
  "introduced": "0.1.0",
5730
+ "deprecated": "0.6.0",
5731
+ "deleted": "0.8.0",
5397
5732
  "replacement": "color.background.accent.blue.subtler",
5398
5733
  "description": "Use for blue subdued backgrounds when there is no meaning tied to the color, such as colored tags."
5399
5734
  },
@@ -5406,6 +5741,8 @@ var tokens = [{
5406
5741
  "group": "paint",
5407
5742
  "state": "deleted",
5408
5743
  "introduced": "0.1.0",
5744
+ "deprecated": "0.6.0",
5745
+ "deleted": "0.8.0",
5409
5746
  "replacement": "color.background.accent.green.subtler",
5410
5747
  "description": "Use for green subdued backgrounds when there is no meaning tied to the color, such as colored tags."
5411
5748
  },
@@ -5417,6 +5754,8 @@ var tokens = [{
5417
5754
  "group": "paint",
5418
5755
  "state": "deleted",
5419
5756
  "introduced": "0.1.0",
5757
+ "deprecated": "0.6.0",
5758
+ "deleted": "0.8.0",
5420
5759
  "replacement": "color.background.accent.green.subtler",
5421
5760
  "description": "Use for green subdued backgrounds when there is no meaning tied to the color, such as colored tags."
5422
5761
  },
@@ -5429,6 +5768,8 @@ var tokens = [{
5429
5768
  "group": "paint",
5430
5769
  "state": "deleted",
5431
5770
  "introduced": "0.1.0",
5771
+ "deprecated": "0.6.0",
5772
+ "deleted": "0.8.0",
5432
5773
  "replacement": "color.background.accent.magenta.subtler",
5433
5774
  "description": "Use for magenta subdued backgrounds when there is no meaning tied to the color, such as colored tags."
5434
5775
  },
@@ -5440,6 +5781,8 @@ var tokens = [{
5440
5781
  "group": "paint",
5441
5782
  "state": "deleted",
5442
5783
  "introduced": "0.1.0",
5784
+ "deprecated": "0.6.0",
5785
+ "deleted": "0.8.0",
5443
5786
  "replacement": "color.background.accent.magenta.subtler",
5444
5787
  "description": "Use for magenta subdued backgrounds when there is no meaning tied to the color, such as colored tags."
5445
5788
  },
@@ -5452,6 +5795,8 @@ var tokens = [{
5452
5795
  "group": "paint",
5453
5796
  "state": "deleted",
5454
5797
  "introduced": "0.1.0",
5798
+ "deprecated": "0.6.0",
5799
+ "deleted": "0.8.0",
5455
5800
  "replacement": "color.background.accent.orange.subtler",
5456
5801
  "description": "Use for orange subdued backgrounds when there is no meaning tied to the color, such as colored tags."
5457
5802
  },
@@ -5463,6 +5808,8 @@ var tokens = [{
5463
5808
  "group": "paint",
5464
5809
  "state": "deleted",
5465
5810
  "introduced": "0.1.0",
5811
+ "deprecated": "0.6.0",
5812
+ "deleted": "0.8.0",
5466
5813
  "replacement": "color.background.accent.orange.subtler",
5467
5814
  "description": "Use for orange subdued backgrounds when there is no meaning tied to the color, such as colored tags."
5468
5815
  },
@@ -5475,6 +5822,8 @@ var tokens = [{
5475
5822
  "group": "paint",
5476
5823
  "state": "deleted",
5477
5824
  "introduced": "0.1.0",
5825
+ "deprecated": "0.6.0",
5826
+ "deleted": "0.8.0",
5478
5827
  "replacement": "color.background.accent.purple.subtler",
5479
5828
  "description": "Use for purple subdued backgrounds when there is no meaning tied to the color, such as colored tags."
5480
5829
  },
@@ -5486,6 +5835,8 @@ var tokens = [{
5486
5835
  "group": "paint",
5487
5836
  "state": "deleted",
5488
5837
  "introduced": "0.1.0",
5838
+ "deprecated": "0.6.0",
5839
+ "deleted": "0.8.0",
5489
5840
  "replacement": "color.background.accent.purple.subtler",
5490
5841
  "description": "Use for purple subdued backgrounds when there is no meaning tied to the color, such as colored tags."
5491
5842
  },
@@ -5498,6 +5849,8 @@ var tokens = [{
5498
5849
  "group": "paint",
5499
5850
  "state": "deleted",
5500
5851
  "introduced": "0.1.0",
5852
+ "deprecated": "0.6.0",
5853
+ "deleted": "0.8.0",
5501
5854
  "replacement": "color.background.accent.red.subtler",
5502
5855
  "description": "Use for red subdued backgrounds when there is no meaning tied to the color, such as colored tags."
5503
5856
  },
@@ -5509,6 +5862,8 @@ var tokens = [{
5509
5862
  "group": "paint",
5510
5863
  "state": "deleted",
5511
5864
  "introduced": "0.1.0",
5865
+ "deprecated": "0.6.0",
5866
+ "deleted": "0.8.0",
5512
5867
  "replacement": "color.background.accent.red.subtler",
5513
5868
  "description": "Use for red subdued backgrounds when there is no meaning tied to the color, such as colored tags."
5514
5869
  },
@@ -5521,6 +5876,8 @@ var tokens = [{
5521
5876
  "group": "paint",
5522
5877
  "state": "deleted",
5523
5878
  "introduced": "0.1.0",
5879
+ "deprecated": "0.6.0",
5880
+ "deleted": "0.8.0",
5524
5881
  "replacement": "color.background.accent.teal.subtler",
5525
5882
  "description": "Use for teal subdued backgrounds when there is no meaning tied to the color, such as colored tags."
5526
5883
  },
@@ -5532,6 +5889,8 @@ var tokens = [{
5532
5889
  "group": "paint",
5533
5890
  "state": "deleted",
5534
5891
  "introduced": "0.1.0",
5892
+ "deprecated": "0.6.0",
5893
+ "deleted": "0.8.0",
5535
5894
  "replacement": "color.background.accent.teal.subtler",
5536
5895
  "description": "Use for teal subdued backgrounds when there is no meaning tied to the color, such as colored tags."
5537
5896
  },
@@ -5544,6 +5903,8 @@ var tokens = [{
5544
5903
  "group": "paint",
5545
5904
  "state": "deleted",
5546
5905
  "introduced": "0.0.15",
5906
+ "deprecated": "0.6.0",
5907
+ "deleted": "0.8.0",
5547
5908
  "replacement": "color.icon.brand",
5548
5909
  "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."
5549
5910
  },
@@ -5555,6 +5916,8 @@ var tokens = [{
5555
5916
  "group": "paint",
5556
5917
  "state": "deleted",
5557
5918
  "introduced": "0.0.15",
5919
+ "deprecated": "0.6.0",
5920
+ "deleted": "0.8.0",
5558
5921
  "replacement": "color.icon.brand",
5559
5922
  "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."
5560
5923
  },
@@ -5567,6 +5930,8 @@ var tokens = [{
5567
5930
  "group": "paint",
5568
5931
  "state": "deleted",
5569
5932
  "introduced": "0.0.15",
5933
+ "deprecated": "0.6.0",
5934
+ "deleted": "0.8.0",
5570
5935
  "replacement": "color.icon.danger",
5571
5936
  "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."
5572
5937
  },
@@ -5578,6 +5943,8 @@ var tokens = [{
5578
5943
  "group": "paint",
5579
5944
  "state": "deleted",
5580
5945
  "introduced": "0.0.15",
5946
+ "deprecated": "0.6.0",
5947
+ "deleted": "0.8.0",
5581
5948
  "replacement": "color.icon.danger",
5582
5949
  "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."
5583
5950
  },
@@ -5590,6 +5957,8 @@ var tokens = [{
5590
5957
  "group": "paint",
5591
5958
  "state": "deleted",
5592
5959
  "introduced": "0.0.15",
5960
+ "deprecated": "0.6.0",
5961
+ "deleted": "0.8.0",
5593
5962
  "replacement": "color.icon.discovery",
5594
5963
  "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"
5595
5964
  },
@@ -5601,6 +5970,8 @@ var tokens = [{
5601
5970
  "group": "paint",
5602
5971
  "state": "deleted",
5603
5972
  "introduced": "0.0.15",
5973
+ "deprecated": "0.6.0",
5974
+ "deleted": "0.8.0",
5604
5975
  "replacement": "color.icon.discovery",
5605
5976
  "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"
5606
5977
  },
@@ -5613,6 +5984,8 @@ var tokens = [{
5613
5984
  "group": "paint",
5614
5985
  "state": "deleted",
5615
5986
  "introduced": "0.0.15",
5987
+ "deprecated": "0.6.0",
5988
+ "deleted": "0.8.0",
5616
5989
  "replacement": "color.icon.success",
5617
5990
  "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"
5618
5991
  },
@@ -5624,6 +5997,8 @@ var tokens = [{
5624
5997
  "group": "paint",
5625
5998
  "state": "deleted",
5626
5999
  "introduced": "0.0.15",
6000
+ "deprecated": "0.6.0",
6001
+ "deleted": "0.8.0",
5627
6002
  "replacement": "color.icon.success",
5628
6003
  "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"
5629
6004
  },
@@ -5636,6 +6011,8 @@ var tokens = [{
5636
6011
  "group": "paint",
5637
6012
  "state": "deleted",
5638
6013
  "introduced": "0.0.15",
6014
+ "deprecated": "0.6.0",
6015
+ "deleted": "0.8.0",
5639
6016
  "replacement": "color.icon.warning.[default]",
5640
6017
  "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"
5641
6018
  },
@@ -5647,6 +6024,8 @@ var tokens = [{
5647
6024
  "group": "paint",
5648
6025
  "state": "deleted",
5649
6026
  "introduced": "0.0.15",
6027
+ "deprecated": "0.6.0",
6028
+ "deleted": "0.8.0",
5650
6029
  "replacement": "color.icon.warning.[default]",
5651
6030
  "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"
5652
6031
  },
@@ -5659,6 +6038,8 @@ var tokens = [{
5659
6038
  "group": "paint",
5660
6039
  "state": "deleted",
5661
6040
  "introduced": "0.1.0",
6041
+ "deprecated": "0.6.0",
6042
+ "deleted": "0.8.0",
5662
6043
  "replacement": "color.interaction.hovered",
5663
6044
  "description": "Use as a background overlay for elements in a hover state when their background color cannot change, such as avatars."
5664
6045
  },
@@ -5670,6 +6051,8 @@ var tokens = [{
5670
6051
  "group": "paint",
5671
6052
  "state": "deleted",
5672
6053
  "introduced": "0.1.0",
6054
+ "deprecated": "0.6.0",
6055
+ "deleted": "0.8.0",
5673
6056
  "replacement": "color.interaction.hovered",
5674
6057
  "description": "Use as a background overlay for elements in a hover state when their background color cannot change, such as avatars."
5675
6058
  },
@@ -5682,6 +6065,8 @@ var tokens = [{
5682
6065
  "group": "paint",
5683
6066
  "state": "deleted",
5684
6067
  "introduced": "0.1.0",
6068
+ "deprecated": "0.6.0",
6069
+ "deleted": "0.8.0",
5685
6070
  "replacement": "color.interaction.pressed",
5686
6071
  "description": "Use as a background overlay for elements in a pressed state when their background color cannot change, such as avatars."
5687
6072
  },
@@ -5693,6 +6078,8 @@ var tokens = [{
5693
6078
  "group": "paint",
5694
6079
  "state": "deleted",
5695
6080
  "introduced": "0.1.0",
6081
+ "deprecated": "0.6.0",
6082
+ "deleted": "0.8.0",
5696
6083
  "replacement": "color.interaction.pressed",
5697
6084
  "description": "Use as a background overlay for elements in a pressed state when their background color cannot change, such as avatars."
5698
6085
  },
@@ -5705,6 +6092,8 @@ var tokens = [{
5705
6092
  "group": "shadow",
5706
6093
  "state": "deleted",
5707
6094
  "introduced": "0.6.0",
6095
+ "deprecated": "0.6.0",
6096
+ "deleted": "0.8.0",
5708
6097
  "replacement": "elevation.shadow.raised",
5709
6098
  "description": "\nUse for the box shadow of raised card elements, such as Jira cards on a Kanban board.\n\nCombine with background.overlay"
5710
6099
  },
@@ -5732,6 +6121,8 @@ var tokens = [{
5732
6121
  "group": "shadow",
5733
6122
  "state": "deleted",
5734
6123
  "introduced": "0.6.0",
6124
+ "deprecated": "0.6.0",
6125
+ "deleted": "0.8.0",
5735
6126
  "replacement": "elevation.shadow.raised",
5736
6127
  "description": "\nUse for the box shadow of raised card elements, such as Jira cards on a Kanban board.\n\nCombine with background.overlay"
5737
6128
  },
@@ -5760,6 +6151,8 @@ var tokens = [{
5760
6151
  "group": "shadow",
5761
6152
  "state": "deleted",
5762
6153
  "introduced": "0.6.0",
6154
+ "deprecated": "0.6.0",
6155
+ "deleted": "0.8.0",
5763
6156
  "replacement": "elevation.shadow.overlay",
5764
6157
  "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"
5765
6158
  },
@@ -5797,6 +6190,8 @@ var tokens = [{
5797
6190
  "group": "shadow",
5798
6191
  "state": "deleted",
5799
6192
  "introduced": "0.6.0",
6193
+ "deprecated": "0.6.0",
6194
+ "deleted": "0.8.0",
5800
6195
  "replacement": "elevation.shadow.overlay",
5801
6196
  "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"
5802
6197
  },