@atlaskit/tokens 0.7.3 → 0.8.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 (65) hide show
  1. package/CHANGELOG.md +89 -0
  2. package/css/atlassian-dark.css +5 -3
  3. package/css/atlassian-light.css +5 -3
  4. package/dist/cjs/artifacts/rename-mapping.js +89 -89
  5. package/dist/cjs/artifacts/token-default-values.js +5 -3
  6. package/dist/cjs/artifacts/token-names.js +2 -0
  7. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +222 -184
  8. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +222 -184
  9. package/dist/cjs/constants.js +18 -0
  10. package/dist/cjs/entry-points/token-ids.js +25 -0
  11. package/dist/cjs/get-token.js +1 -1
  12. package/dist/cjs/token-ids.js +75 -0
  13. package/dist/cjs/tokens/atlassian-dark/color/background.js +3 -3
  14. package/dist/cjs/tokens/atlassian-dark/color/skeleton.js +20 -0
  15. package/dist/cjs/tokens/atlassian-light/color/background.js +3 -3
  16. package/dist/cjs/tokens/atlassian-light/color/skeleton.js +20 -0
  17. package/dist/cjs/tokens/default/color/skeleton.js +28 -0
  18. package/dist/cjs/tokens/default/deprecated/deprecated.js +89 -89
  19. package/dist/cjs/version.json +4 -2
  20. package/dist/es2019/artifacts/rename-mapping.js +89 -89
  21. package/dist/es2019/artifacts/token-default-values.js +5 -3
  22. package/dist/es2019/artifacts/token-names.js +2 -0
  23. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +222 -184
  24. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +222 -184
  25. package/dist/es2019/constants.js +8 -0
  26. package/dist/es2019/entry-points/token-ids.js +1 -0
  27. package/dist/es2019/get-token.js +1 -1
  28. package/dist/es2019/token-ids.js +51 -0
  29. package/dist/es2019/tokens/atlassian-dark/color/background.js +3 -3
  30. package/dist/es2019/tokens/atlassian-dark/color/skeleton.js +13 -0
  31. package/dist/es2019/tokens/atlassian-light/color/background.js +3 -3
  32. package/dist/es2019/tokens/atlassian-light/color/skeleton.js +13 -0
  33. package/dist/es2019/tokens/default/color/skeleton.js +21 -0
  34. package/dist/es2019/tokens/default/deprecated/deprecated.js +89 -89
  35. package/dist/es2019/version.json +4 -2
  36. package/dist/esm/artifacts/rename-mapping.js +89 -89
  37. package/dist/esm/artifacts/token-default-values.js +5 -3
  38. package/dist/esm/artifacts/token-names.js +2 -0
  39. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +222 -184
  40. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +222 -184
  41. package/dist/esm/constants.js +8 -0
  42. package/dist/esm/entry-points/token-ids.js +1 -0
  43. package/dist/esm/get-token.js +1 -1
  44. package/dist/esm/token-ids.js +58 -0
  45. package/dist/esm/tokens/atlassian-dark/color/background.js +3 -3
  46. package/dist/esm/tokens/atlassian-dark/color/skeleton.js +13 -0
  47. package/dist/esm/tokens/atlassian-light/color/background.js +3 -3
  48. package/dist/esm/tokens/atlassian-light/color/skeleton.js +13 -0
  49. package/dist/esm/tokens/default/color/skeleton.js +21 -0
  50. package/dist/esm/tokens/default/deprecated/deprecated.js +89 -89
  51. package/dist/esm/version.json +4 -2
  52. package/dist/types/artifacts/token-default-values.d.ts +5 -3
  53. package/dist/types/artifacts/token-names.d.ts +4 -0
  54. package/dist/types/artifacts/types-internal.d.ts +1 -1
  55. package/dist/types/artifacts/types.d.ts +1 -1
  56. package/dist/types/constants.d.ts +4 -0
  57. package/dist/types/entry-points/token-ids.d.ts +1 -0
  58. package/dist/types/token-ids.d.ts +43 -0
  59. package/dist/types/tokens/atlassian-dark/color/skeleton.d.ts +3 -0
  60. package/dist/types/tokens/atlassian-light/color/skeleton.d.ts +3 -0
  61. package/dist/types/tokens/default/color/skeleton.d.ts +3 -0
  62. package/dist/types/tokens/default/utility/utility.d.ts +10 -10
  63. package/dist/types/types.d.ts +8 -0
  64. package/package.json +5 -2
  65. package/token-ids/package.json +7 -0
@@ -560,7 +560,7 @@ var tokens = [{
560
560
  }, {
561
561
  "attributes": {
562
562
  "group": "paint",
563
- "state": "deprecated",
563
+ "state": "deleted",
564
564
  "replacement": "color.text.[default]",
565
565
  "description": "Use for primary text, such as body copy, sentence case headers, and buttons"
566
566
  },
@@ -570,7 +570,7 @@ var tokens = [{
570
570
  "original": {
571
571
  "attributes": {
572
572
  "group": "paint",
573
- "state": "deprecated",
573
+ "state": "deleted",
574
574
  "replacement": "color.text.[default]",
575
575
  "description": "Use for primary text, such as body copy, sentence case headers, and buttons"
576
576
  },
@@ -581,7 +581,7 @@ var tokens = [{
581
581
  }, {
582
582
  "attributes": {
583
583
  "group": "paint",
584
- "state": "deprecated",
584
+ "state": "deleted",
585
585
  "replacement": "color.link.pressed",
586
586
  "description": "Use for links in a pressed state"
587
587
  },
@@ -591,7 +591,7 @@ var tokens = [{
591
591
  "original": {
592
592
  "attributes": {
593
593
  "group": "paint",
594
- "state": "deprecated",
594
+ "state": "deleted",
595
595
  "replacement": "color.link.pressed",
596
596
  "description": "Use for links in a pressed state"
597
597
  },
@@ -602,7 +602,7 @@ var tokens = [{
602
602
  }, {
603
603
  "attributes": {
604
604
  "group": "paint",
605
- "state": "deprecated",
605
+ "state": "deleted",
606
606
  "replacement": "color.link.[default]",
607
607
  "description": "Use for links in a resting or hover state. Add an underline for hover states"
608
608
  },
@@ -612,7 +612,7 @@ var tokens = [{
612
612
  "original": {
613
613
  "attributes": {
614
614
  "group": "paint",
615
- "state": "deprecated",
615
+ "state": "deleted",
616
616
  "replacement": "color.link.[default]",
617
617
  "description": "Use for links in a resting or hover state. Add an underline for hover states"
618
618
  },
@@ -623,7 +623,7 @@ var tokens = [{
623
623
  }, {
624
624
  "attributes": {
625
625
  "group": "paint",
626
- "state": "deprecated",
626
+ "state": "deleted",
627
627
  "replacement": "color.text.subtlest",
628
628
  "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"
629
629
  },
@@ -633,7 +633,7 @@ var tokens = [{
633
633
  "original": {
634
634
  "attributes": {
635
635
  "group": "paint",
636
- "state": "deprecated",
636
+ "state": "deleted",
637
637
  "replacement": "color.text.subtlest",
638
638
  "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"
639
639
  },
@@ -644,7 +644,7 @@ var tokens = [{
644
644
  }, {
645
645
  "attributes": {
646
646
  "group": "paint",
647
- "state": "deprecated",
647
+ "state": "deleted",
648
648
  "replacement": "color.text.subtle",
649
649
  "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 "
650
650
  },
@@ -654,7 +654,7 @@ var tokens = [{
654
654
  "original": {
655
655
  "attributes": {
656
656
  "group": "paint",
657
- "state": "deprecated",
657
+ "state": "deleted",
658
658
  "replacement": "color.text.subtle",
659
659
  "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 "
660
660
  },
@@ -665,7 +665,7 @@ var tokens = [{
665
665
  }, {
666
666
  "attributes": {
667
667
  "group": "paint",
668
- "state": "deprecated",
668
+ "state": "deleted",
669
669
  "replacement": "color.text.inverse",
670
670
  "description": "Use for text and icons when on bold backgrounds"
671
671
  },
@@ -675,7 +675,7 @@ var tokens = [{
675
675
  "original": {
676
676
  "attributes": {
677
677
  "group": "paint",
678
- "state": "deprecated",
678
+ "state": "deleted",
679
679
  "replacement": "color.text.inverse",
680
680
  "description": "Use for text and icons when on bold backgrounds"
681
681
  },
@@ -686,7 +686,7 @@ var tokens = [{
686
686
  }, {
687
687
  "attributes": {
688
688
  "group": "paint",
689
- "state": "deprecated",
689
+ "state": "deleted",
690
690
  "replacement": "color.text.warning.inverse",
691
691
  "description": "Use for text and icons when on bold warning backgrounds"
692
692
  },
@@ -696,7 +696,7 @@ var tokens = [{
696
696
  "original": {
697
697
  "attributes": {
698
698
  "group": "paint",
699
- "state": "deprecated",
699
+ "state": "deleted",
700
700
  "replacement": "color.text.warning.inverse",
701
701
  "description": "Use for text and icons when on bold warning backgrounds"
702
702
  },
@@ -1448,7 +1448,7 @@ var tokens = [{
1448
1448
  }, {
1449
1449
  "attributes": {
1450
1450
  "group": "paint",
1451
- "state": "deprecated",
1451
+ "state": "deleted",
1452
1452
  "replacement": "color.border.focused",
1453
1453
  "description": "Use for focus rings of elements in a focus state"
1454
1454
  },
@@ -1458,7 +1458,7 @@ var tokens = [{
1458
1458
  "original": {
1459
1459
  "attributes": {
1460
1460
  "group": "paint",
1461
- "state": "deprecated",
1461
+ "state": "deleted",
1462
1462
  "replacement": "color.border.focused",
1463
1463
  "description": "Use for focus rings of elements in a focus state"
1464
1464
  },
@@ -1469,7 +1469,7 @@ var tokens = [{
1469
1469
  }, {
1470
1470
  "attributes": {
1471
1471
  "group": "paint",
1472
- "state": "deprecated",
1472
+ "state": "deleted",
1473
1473
  "replacement": "color.border.[default]",
1474
1474
  "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"
1475
1475
  },
@@ -1479,7 +1479,7 @@ var tokens = [{
1479
1479
  "original": {
1480
1480
  "attributes": {
1481
1481
  "group": "paint",
1482
- "state": "deprecated",
1482
+ "state": "deleted",
1483
1483
  "replacement": "color.border.[default]",
1484
1484
  "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"
1485
1485
  },
@@ -1566,7 +1566,7 @@ var tokens = [{
1566
1566
  }, {
1567
1567
  "attributes": {
1568
1568
  "group": "paint",
1569
- "state": "deprecated",
1569
+ "state": "deleted",
1570
1570
  "replacement": "color.background.accent.blue.subtler",
1571
1571
  "description": "Use for blue backgrounds when there is no meaning tied to the color, such as coloured tags."
1572
1572
  },
@@ -1576,7 +1576,7 @@ var tokens = [{
1576
1576
  "original": {
1577
1577
  "attributes": {
1578
1578
  "group": "paint",
1579
- "state": "deprecated",
1579
+ "state": "deleted",
1580
1580
  "replacement": "color.background.accent.blue.subtler",
1581
1581
  "description": "Use for blue backgrounds when there is no meaning tied to the color, such as coloured tags."
1582
1582
  },
@@ -1587,7 +1587,7 @@ var tokens = [{
1587
1587
  }, {
1588
1588
  "attributes": {
1589
1589
  "group": "paint",
1590
- "state": "deprecated",
1590
+ "state": "deleted",
1591
1591
  "replacement": "color.background.accent.blue.subtle",
1592
1592
  "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."
1593
1593
  },
@@ -1597,7 +1597,7 @@ var tokens = [{
1597
1597
  "original": {
1598
1598
  "attributes": {
1599
1599
  "group": "paint",
1600
- "state": "deprecated",
1600
+ "state": "deleted",
1601
1601
  "replacement": "color.background.accent.blue.subtle",
1602
1602
  "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."
1603
1603
  },
@@ -1684,7 +1684,7 @@ var tokens = [{
1684
1684
  }, {
1685
1685
  "attributes": {
1686
1686
  "group": "paint",
1687
- "state": "deprecated",
1687
+ "state": "deleted",
1688
1688
  "replacement": "color.background.accent.red.subtler",
1689
1689
  "description": "Use for red backgrounds when there is no meaning tied to the color, such as colored tags."
1690
1690
  },
@@ -1694,7 +1694,7 @@ var tokens = [{
1694
1694
  "original": {
1695
1695
  "attributes": {
1696
1696
  "group": "paint",
1697
- "state": "deprecated",
1697
+ "state": "deleted",
1698
1698
  "replacement": "color.background.accent.red.subtler",
1699
1699
  "description": "Use for red backgrounds when there is no meaning tied to the color, such as colored tags."
1700
1700
  },
@@ -1705,7 +1705,7 @@ var tokens = [{
1705
1705
  }, {
1706
1706
  "attributes": {
1707
1707
  "group": "paint",
1708
- "state": "deprecated",
1708
+ "state": "deleted",
1709
1709
  "replacement": "color.background.accent.red.subtle",
1710
1710
  "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."
1711
1711
  },
@@ -1715,7 +1715,7 @@ var tokens = [{
1715
1715
  "original": {
1716
1716
  "attributes": {
1717
1717
  "group": "paint",
1718
- "state": "deprecated",
1718
+ "state": "deleted",
1719
1719
  "replacement": "color.background.accent.red.subtle",
1720
1720
  "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."
1721
1721
  },
@@ -1802,7 +1802,7 @@ var tokens = [{
1802
1802
  }, {
1803
1803
  "attributes": {
1804
1804
  "group": "paint",
1805
- "state": "deprecated",
1805
+ "state": "deleted",
1806
1806
  "replacement": "color.background.accent.orange.subtler",
1807
1807
  "description": "Use for orange backgrounds when there is no meaning tied to the color, such as colored tags."
1808
1808
  },
@@ -1812,7 +1812,7 @@ var tokens = [{
1812
1812
  "original": {
1813
1813
  "attributes": {
1814
1814
  "group": "paint",
1815
- "state": "deprecated",
1815
+ "state": "deleted",
1816
1816
  "replacement": "color.background.accent.orange.subtler",
1817
1817
  "description": "Use for orange backgrounds when there is no meaning tied to the color, such as colored tags."
1818
1818
  },
@@ -1823,7 +1823,7 @@ var tokens = [{
1823
1823
  }, {
1824
1824
  "attributes": {
1825
1825
  "group": "paint",
1826
- "state": "deprecated",
1826
+ "state": "deleted",
1827
1827
  "replacement": "color.background.accent.orange.subtle",
1828
1828
  "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."
1829
1829
  },
@@ -1833,7 +1833,7 @@ var tokens = [{
1833
1833
  "original": {
1834
1834
  "attributes": {
1835
1835
  "group": "paint",
1836
- "state": "deprecated",
1836
+ "state": "deleted",
1837
1837
  "replacement": "color.background.accent.orange.subtle",
1838
1838
  "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."
1839
1839
  },
@@ -1920,7 +1920,7 @@ var tokens = [{
1920
1920
  }, {
1921
1921
  "attributes": {
1922
1922
  "group": "paint",
1923
- "state": "deprecated",
1923
+ "state": "deleted",
1924
1924
  "replacement": "color.background.accent.yellow.subtler",
1925
1925
  "description": "Use for yellow backgrounds when there is no meaning tied to the color, such as colored tags."
1926
1926
  },
@@ -1930,7 +1930,7 @@ var tokens = [{
1930
1930
  "original": {
1931
1931
  "attributes": {
1932
1932
  "group": "paint",
1933
- "state": "deprecated",
1933
+ "state": "deleted",
1934
1934
  "replacement": "color.background.accent.yellow.subtler",
1935
1935
  "description": "Use for yellow backgrounds when there is no meaning tied to the color, such as colored tags."
1936
1936
  },
@@ -1941,7 +1941,7 @@ var tokens = [{
1941
1941
  }, {
1942
1942
  "attributes": {
1943
1943
  "group": "paint",
1944
- "state": "deprecated",
1944
+ "state": "deleted",
1945
1945
  "replacement": "color.background.accent.yellow.subtle",
1946
1946
  "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."
1947
1947
  },
@@ -1951,7 +1951,7 @@ var tokens = [{
1951
1951
  "original": {
1952
1952
  "attributes": {
1953
1953
  "group": "paint",
1954
- "state": "deprecated",
1954
+ "state": "deleted",
1955
1955
  "replacement": "color.background.accent.yellow.subtle",
1956
1956
  "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."
1957
1957
  },
@@ -2038,7 +2038,7 @@ var tokens = [{
2038
2038
  }, {
2039
2039
  "attributes": {
2040
2040
  "group": "paint",
2041
- "state": "deprecated",
2041
+ "state": "deleted",
2042
2042
  "replacement": "color.background.accent.green.subtler",
2043
2043
  "description": "Use for green backgrounds when there is no meaning tied to the color, such as colored tags."
2044
2044
  },
@@ -2048,7 +2048,7 @@ var tokens = [{
2048
2048
  "original": {
2049
2049
  "attributes": {
2050
2050
  "group": "paint",
2051
- "state": "deprecated",
2051
+ "state": "deleted",
2052
2052
  "replacement": "color.background.accent.green.subtler",
2053
2053
  "description": "Use for green backgrounds when there is no meaning tied to the color, such as colored tags."
2054
2054
  },
@@ -2059,7 +2059,7 @@ var tokens = [{
2059
2059
  }, {
2060
2060
  "attributes": {
2061
2061
  "group": "paint",
2062
- "state": "deprecated",
2062
+ "state": "deleted",
2063
2063
  "replacement": "color.background.accent.green.subtle",
2064
2064
  "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."
2065
2065
  },
@@ -2069,7 +2069,7 @@ var tokens = [{
2069
2069
  "original": {
2070
2070
  "attributes": {
2071
2071
  "group": "paint",
2072
- "state": "deprecated",
2072
+ "state": "deleted",
2073
2073
  "replacement": "color.background.accent.green.subtle",
2074
2074
  "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."
2075
2075
  },
@@ -2156,7 +2156,7 @@ var tokens = [{
2156
2156
  }, {
2157
2157
  "attributes": {
2158
2158
  "group": "paint",
2159
- "state": "deprecated",
2159
+ "state": "deleted",
2160
2160
  "replacement": "color.background.accent.teal.subtler",
2161
2161
  "description": "Use for teal backgrounds when there is no meaning tied to the color, such as colored tags."
2162
2162
  },
@@ -2166,7 +2166,7 @@ var tokens = [{
2166
2166
  "original": {
2167
2167
  "attributes": {
2168
2168
  "group": "paint",
2169
- "state": "deprecated",
2169
+ "state": "deleted",
2170
2170
  "replacement": "color.background.accent.teal.subtler",
2171
2171
  "description": "Use for teal backgrounds when there is no meaning tied to the color, such as colored tags."
2172
2172
  },
@@ -2177,7 +2177,7 @@ var tokens = [{
2177
2177
  }, {
2178
2178
  "attributes": {
2179
2179
  "group": "paint",
2180
- "state": "deprecated",
2180
+ "state": "deleted",
2181
2181
  "replacement": "color.background.accent.teal.subtle",
2182
2182
  "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."
2183
2183
  },
@@ -2187,7 +2187,7 @@ var tokens = [{
2187
2187
  "original": {
2188
2188
  "attributes": {
2189
2189
  "group": "paint",
2190
- "state": "deprecated",
2190
+ "state": "deleted",
2191
2191
  "replacement": "color.background.accent.teal.subtle",
2192
2192
  "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."
2193
2193
  },
@@ -2274,7 +2274,7 @@ var tokens = [{
2274
2274
  }, {
2275
2275
  "attributes": {
2276
2276
  "group": "paint",
2277
- "state": "deprecated",
2277
+ "state": "deleted",
2278
2278
  "replacement": "color.background.accent.purple.subtler",
2279
2279
  "description": "Use for purple backgrounds when there is no meaning tied to the color, such as colored tags."
2280
2280
  },
@@ -2284,7 +2284,7 @@ var tokens = [{
2284
2284
  "original": {
2285
2285
  "attributes": {
2286
2286
  "group": "paint",
2287
- "state": "deprecated",
2287
+ "state": "deleted",
2288
2288
  "replacement": "color.background.accent.purple.subtler",
2289
2289
  "description": "Use for purple backgrounds when there is no meaning tied to the color, such as colored tags."
2290
2290
  },
@@ -2295,7 +2295,7 @@ var tokens = [{
2295
2295
  }, {
2296
2296
  "attributes": {
2297
2297
  "group": "paint",
2298
- "state": "deprecated",
2298
+ "state": "deleted",
2299
2299
  "replacement": "color.background.accent.purple.subtle",
2300
2300
  "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."
2301
2301
  },
@@ -2305,7 +2305,7 @@ var tokens = [{
2305
2305
  "original": {
2306
2306
  "attributes": {
2307
2307
  "group": "paint",
2308
- "state": "deprecated",
2308
+ "state": "deleted",
2309
2309
  "replacement": "color.background.accent.purple.subtle",
2310
2310
  "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."
2311
2311
  },
@@ -2392,7 +2392,7 @@ var tokens = [{
2392
2392
  }, {
2393
2393
  "attributes": {
2394
2394
  "group": "paint",
2395
- "state": "deprecated",
2395
+ "state": "deleted",
2396
2396
  "replacement": "color.background.accent.magenta.subtler",
2397
2397
  "description": "Use for magenta backgrounds when there is no meaning tied to the color, such as colored tags."
2398
2398
  },
@@ -2402,7 +2402,7 @@ var tokens = [{
2402
2402
  "original": {
2403
2403
  "attributes": {
2404
2404
  "group": "paint",
2405
- "state": "deprecated",
2405
+ "state": "deleted",
2406
2406
  "replacement": "color.background.accent.magenta.subtler",
2407
2407
  "description": "Use for magenta backgrounds when there is no meaning tied to the color, such as colored tags."
2408
2408
  },
@@ -2413,7 +2413,7 @@ var tokens = [{
2413
2413
  }, {
2414
2414
  "attributes": {
2415
2415
  "group": "paint",
2416
- "state": "deprecated",
2416
+ "state": "deleted",
2417
2417
  "replacement": "color.background.accent.magenta.subtle",
2418
2418
  "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."
2419
2419
  },
@@ -2423,7 +2423,7 @@ var tokens = [{
2423
2423
  "original": {
2424
2424
  "attributes": {
2425
2425
  "group": "paint",
2426
- "state": "deprecated",
2426
+ "state": "deleted",
2427
2427
  "replacement": "color.background.accent.magenta.subtle",
2428
2428
  "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."
2429
2429
  },
@@ -2475,7 +2475,7 @@ var tokens = [{
2475
2475
  "state": "active",
2476
2476
  "description": "Use for background of form UI elements, such as text fields, checkboxes, and radio buttons."
2477
2477
  },
2478
- "value": "#091E4208",
2478
+ "value": "#FFFFFF",
2479
2479
  "filePath": "src/tokens/atlassian-light/color/background.tsx",
2480
2480
  "isSource": true,
2481
2481
  "original": {
@@ -2484,7 +2484,7 @@ var tokens = [{
2484
2484
  "state": "active",
2485
2485
  "description": "Use for background of form UI elements, such as text fields, checkboxes, and radio buttons."
2486
2486
  },
2487
- "value": "N100A"
2487
+ "value": "N0"
2488
2488
  },
2489
2489
  "name": "color.background.input.[default]",
2490
2490
  "path": ["color", "background", "input", "[default]"]
@@ -2494,7 +2494,7 @@ var tokens = [{
2494
2494
  "state": "active",
2495
2495
  "description": "Hovered state for color.background.input"
2496
2496
  },
2497
- "value": "#FFFFFF",
2497
+ "value": "#F7F8F9",
2498
2498
  "filePath": "src/tokens/atlassian-light/color/background.tsx",
2499
2499
  "isSource": true,
2500
2500
  "original": {
@@ -2503,7 +2503,7 @@ var tokens = [{
2503
2503
  "state": "active",
2504
2504
  "description": "Hovered state for color.background.input"
2505
2505
  },
2506
- "value": "N0"
2506
+ "value": "N100"
2507
2507
  },
2508
2508
  "name": "color.background.input.hovered",
2509
2509
  "path": ["color", "background", "input", "hovered"]
@@ -2513,7 +2513,7 @@ var tokens = [{
2513
2513
  "state": "active",
2514
2514
  "description": "Pressed state for color.background.input"
2515
2515
  },
2516
- "value": "#091E420F",
2516
+ "value": "#FFFFFF",
2517
2517
  "filePath": "src/tokens/atlassian-light/color/background.tsx",
2518
2518
  "isSource": true,
2519
2519
  "original": {
@@ -2522,7 +2522,7 @@ var tokens = [{
2522
2522
  "state": "active",
2523
2523
  "description": "Pressed state for color.background.input"
2524
2524
  },
2525
- "value": "N200A"
2525
+ "value": "N0"
2526
2526
  },
2527
2527
  "name": "color.background.input.pressed",
2528
2528
  "path": ["color", "background", "input", "pressed"]
@@ -3546,7 +3546,7 @@ var tokens = [{
3546
3546
  }, {
3547
3547
  "attributes": {
3548
3548
  "group": "paint",
3549
- "state": "deprecated",
3549
+ "state": "deleted",
3550
3550
  "replacement": "color.blanket.[default]",
3551
3551
  "description": "Use for the screen overlay that appears with modal dialogs"
3552
3552
  },
@@ -3556,7 +3556,7 @@ var tokens = [{
3556
3556
  "original": {
3557
3557
  "attributes": {
3558
3558
  "group": "paint",
3559
- "state": "deprecated",
3559
+ "state": "deleted",
3560
3560
  "replacement": "color.blanket.[default]",
3561
3561
  "description": "Use for the screen overlay that appears with modal dialogs"
3562
3562
  },
@@ -3567,7 +3567,7 @@ var tokens = [{
3567
3567
  }, {
3568
3568
  "attributes": {
3569
3569
  "group": "paint",
3570
- "state": "deprecated",
3570
+ "state": "deleted",
3571
3571
  "replacement": "color.background.brand.bold.hovered",
3572
3572
  "description": "Hover state of background.boldBrand"
3573
3573
  },
@@ -3577,7 +3577,7 @@ var tokens = [{
3577
3577
  "original": {
3578
3578
  "attributes": {
3579
3579
  "group": "paint",
3580
- "state": "deprecated",
3580
+ "state": "deleted",
3581
3581
  "replacement": "color.background.brand.bold.hovered",
3582
3582
  "description": "Hover state of background.boldBrand"
3583
3583
  },
@@ -3588,7 +3588,7 @@ var tokens = [{
3588
3588
  }, {
3589
3589
  "attributes": {
3590
3590
  "group": "paint",
3591
- "state": "deprecated",
3591
+ "state": "deleted",
3592
3592
  "replacement": "color.background.brand.bold.pressed",
3593
3593
  "description": "Pressed state of background.boldBrand"
3594
3594
  },
@@ -3598,7 +3598,7 @@ var tokens = [{
3598
3598
  "original": {
3599
3599
  "attributes": {
3600
3600
  "group": "paint",
3601
- "state": "deprecated",
3601
+ "state": "deleted",
3602
3602
  "replacement": "color.background.brand.bold.pressed",
3603
3603
  "description": "Pressed state of background.boldBrand"
3604
3604
  },
@@ -3609,7 +3609,7 @@ var tokens = [{
3609
3609
  }, {
3610
3610
  "attributes": {
3611
3611
  "group": "paint",
3612
- "state": "deprecated",
3612
+ "state": "deleted",
3613
3613
  "replacement": "color.background.brand.bold.[default]",
3614
3614
  "description": "A vibrant background for small UI elements like primary buttons and bold in progress lozenges."
3615
3615
  },
@@ -3619,7 +3619,7 @@ var tokens = [{
3619
3619
  "original": {
3620
3620
  "attributes": {
3621
3621
  "group": "paint",
3622
- "state": "deprecated",
3622
+ "state": "deleted",
3623
3623
  "replacement": "color.background.brand.bold.[default]",
3624
3624
  "description": "A vibrant background for small UI elements like primary buttons and bold in progress lozenges."
3625
3625
  },
@@ -3630,7 +3630,7 @@ var tokens = [{
3630
3630
  }, {
3631
3631
  "attributes": {
3632
3632
  "group": "paint",
3633
- "state": "deprecated",
3633
+ "state": "deleted",
3634
3634
  "replacement": "color.background.danger.bold.hovered",
3635
3635
  "description": "Hover state of background.boldDanger"
3636
3636
  },
@@ -3640,7 +3640,7 @@ var tokens = [{
3640
3640
  "original": {
3641
3641
  "attributes": {
3642
3642
  "group": "paint",
3643
- "state": "deprecated",
3643
+ "state": "deleted",
3644
3644
  "replacement": "color.background.danger.bold.hovered",
3645
3645
  "description": "Hover state of background.boldDanger"
3646
3646
  },
@@ -3651,7 +3651,7 @@ var tokens = [{
3651
3651
  }, {
3652
3652
  "attributes": {
3653
3653
  "group": "paint",
3654
- "state": "deprecated",
3654
+ "state": "deleted",
3655
3655
  "replacement": "color.background.danger.bold.pressed",
3656
3656
  "description": "Pressed state of background.boldDanger"
3657
3657
  },
@@ -3661,7 +3661,7 @@ var tokens = [{
3661
3661
  "original": {
3662
3662
  "attributes": {
3663
3663
  "group": "paint",
3664
- "state": "deprecated",
3664
+ "state": "deleted",
3665
3665
  "replacement": "color.background.danger.bold.pressed",
3666
3666
  "description": "Pressed state of background.boldDanger"
3667
3667
  },
@@ -3672,7 +3672,7 @@ var tokens = [{
3672
3672
  }, {
3673
3673
  "attributes": {
3674
3674
  "group": "paint",
3675
- "state": "deprecated",
3675
+ "state": "deleted",
3676
3676
  "replacement": "color.background.danger.bold.[default]",
3677
3677
  "description": "A vibrant background for small UI elements like danger buttons and bold removed lozenges."
3678
3678
  },
@@ -3682,7 +3682,7 @@ var tokens = [{
3682
3682
  "original": {
3683
3683
  "attributes": {
3684
3684
  "group": "paint",
3685
- "state": "deprecated",
3685
+ "state": "deleted",
3686
3686
  "replacement": "color.background.danger.bold.[default]",
3687
3687
  "description": "A vibrant background for small UI elements like danger buttons and bold removed lozenges."
3688
3688
  },
@@ -3693,7 +3693,7 @@ var tokens = [{
3693
3693
  }, {
3694
3694
  "attributes": {
3695
3695
  "group": "paint",
3696
- "state": "deprecated",
3696
+ "state": "deleted",
3697
3697
  "replacement": "color.background.discovery.bold.hovered",
3698
3698
  "description": "Hover state of background.boldDiscovery"
3699
3699
  },
@@ -3703,7 +3703,7 @@ var tokens = [{
3703
3703
  "original": {
3704
3704
  "attributes": {
3705
3705
  "group": "paint",
3706
- "state": "deprecated",
3706
+ "state": "deleted",
3707
3707
  "replacement": "color.background.discovery.bold.hovered",
3708
3708
  "description": "Hover state of background.boldDiscovery"
3709
3709
  },
@@ -3714,7 +3714,7 @@ var tokens = [{
3714
3714
  }, {
3715
3715
  "attributes": {
3716
3716
  "group": "paint",
3717
- "state": "deprecated",
3717
+ "state": "deleted",
3718
3718
  "replacement": "color.background.discovery.bold.pressed",
3719
3719
  "description": "Pressed state of background.boldDiscovery"
3720
3720
  },
@@ -3724,7 +3724,7 @@ var tokens = [{
3724
3724
  "original": {
3725
3725
  "attributes": {
3726
3726
  "group": "paint",
3727
- "state": "deprecated",
3727
+ "state": "deleted",
3728
3728
  "replacement": "color.background.discovery.bold.pressed",
3729
3729
  "description": "Pressed state of background.boldDiscovery"
3730
3730
  },
@@ -3735,7 +3735,7 @@ var tokens = [{
3735
3735
  }, {
3736
3736
  "attributes": {
3737
3737
  "group": "paint",
3738
- "state": "deprecated",
3738
+ "state": "deleted",
3739
3739
  "replacement": "color.background.discovery.bold.[default]",
3740
3740
  "description": "A vibrant background for small UI elements like onboarding buttons and bold new lozenges."
3741
3741
  },
@@ -3745,7 +3745,7 @@ var tokens = [{
3745
3745
  "original": {
3746
3746
  "attributes": {
3747
3747
  "group": "paint",
3748
- "state": "deprecated",
3748
+ "state": "deleted",
3749
3749
  "replacement": "color.background.discovery.bold.[default]",
3750
3750
  "description": "A vibrant background for small UI elements like onboarding buttons and bold new lozenges."
3751
3751
  },
@@ -3756,7 +3756,7 @@ var tokens = [{
3756
3756
  }, {
3757
3757
  "attributes": {
3758
3758
  "group": "paint",
3759
- "state": "deprecated",
3759
+ "state": "deleted",
3760
3760
  "replacement": "color.background.neutral.bold.hovered",
3761
3761
  "description": "Hover state of background.boldNeutral"
3762
3762
  },
@@ -3766,7 +3766,7 @@ var tokens = [{
3766
3766
  "original": {
3767
3767
  "attributes": {
3768
3768
  "group": "paint",
3769
- "state": "deprecated",
3769
+ "state": "deleted",
3770
3770
  "replacement": "color.background.neutral.bold.hovered",
3771
3771
  "description": "Hover state of background.boldNeutral"
3772
3772
  },
@@ -3777,7 +3777,7 @@ var tokens = [{
3777
3777
  }, {
3778
3778
  "attributes": {
3779
3779
  "group": "paint",
3780
- "state": "deprecated",
3780
+ "state": "deleted",
3781
3781
  "replacement": "color.background.neutral.bold.pressed",
3782
3782
  "description": "Pressed state of background.boldNeutral"
3783
3783
  },
@@ -3787,7 +3787,7 @@ var tokens = [{
3787
3787
  "original": {
3788
3788
  "attributes": {
3789
3789
  "group": "paint",
3790
- "state": "deprecated",
3790
+ "state": "deleted",
3791
3791
  "replacement": "color.background.neutral.bold.pressed",
3792
3792
  "description": "Pressed state of background.boldNeutral"
3793
3793
  },
@@ -3798,7 +3798,7 @@ var tokens = [{
3798
3798
  }, {
3799
3799
  "attributes": {
3800
3800
  "group": "paint",
3801
- "state": "deprecated",
3801
+ "state": "deleted",
3802
3802
  "replacement": "color.background.neutral.bold.[default]",
3803
3803
  "description": "A vibrant background for small UI elements like unchecked toggles and bold default lozenges."
3804
3804
  },
@@ -3808,7 +3808,7 @@ var tokens = [{
3808
3808
  "original": {
3809
3809
  "attributes": {
3810
3810
  "group": "paint",
3811
- "state": "deprecated",
3811
+ "state": "deleted",
3812
3812
  "replacement": "color.background.neutral.bold.[default]",
3813
3813
  "description": "A vibrant background for small UI elements like unchecked toggles and bold default lozenges."
3814
3814
  },
@@ -3819,7 +3819,7 @@ var tokens = [{
3819
3819
  }, {
3820
3820
  "attributes": {
3821
3821
  "group": "paint",
3822
- "state": "deprecated",
3822
+ "state": "deleted",
3823
3823
  "replacement": "color.background.success.bold.hovered",
3824
3824
  "description": "Hover state of background.boldSuccess"
3825
3825
  },
@@ -3829,7 +3829,7 @@ var tokens = [{
3829
3829
  "original": {
3830
3830
  "attributes": {
3831
3831
  "group": "paint",
3832
- "state": "deprecated",
3832
+ "state": "deleted",
3833
3833
  "replacement": "color.background.success.bold.hovered",
3834
3834
  "description": "Hover state of background.boldSuccess"
3835
3835
  },
@@ -3840,7 +3840,7 @@ var tokens = [{
3840
3840
  }, {
3841
3841
  "attributes": {
3842
3842
  "group": "paint",
3843
- "state": "deprecated",
3843
+ "state": "deleted",
3844
3844
  "replacement": "color.background.success.bold.pressed",
3845
3845
  "description": "Pressed state of background.boldSuccess"
3846
3846
  },
@@ -3850,7 +3850,7 @@ var tokens = [{
3850
3850
  "original": {
3851
3851
  "attributes": {
3852
3852
  "group": "paint",
3853
- "state": "deprecated",
3853
+ "state": "deleted",
3854
3854
  "replacement": "color.background.success.bold.pressed",
3855
3855
  "description": "Pressed state of background.boldSuccess"
3856
3856
  },
@@ -3861,7 +3861,7 @@ var tokens = [{
3861
3861
  }, {
3862
3862
  "attributes": {
3863
3863
  "group": "paint",
3864
- "state": "deprecated",
3864
+ "state": "deleted",
3865
3865
  "replacement": "color.background.success.bold.[default]",
3866
3866
  "description": "A vibrant background for small UI elements like checked toggles and bold success lozenges."
3867
3867
  },
@@ -3871,7 +3871,7 @@ var tokens = [{
3871
3871
  "original": {
3872
3872
  "attributes": {
3873
3873
  "group": "paint",
3874
- "state": "deprecated",
3874
+ "state": "deleted",
3875
3875
  "replacement": "color.background.success.bold.[default]",
3876
3876
  "description": "A vibrant background for small UI elements like checked toggles and bold success lozenges."
3877
3877
  },
@@ -3882,7 +3882,7 @@ var tokens = [{
3882
3882
  }, {
3883
3883
  "attributes": {
3884
3884
  "group": "paint",
3885
- "state": "deprecated",
3885
+ "state": "deleted",
3886
3886
  "replacement": "color.background.warning.bold.hovered",
3887
3887
  "description": "Hover state of background.boldWarning"
3888
3888
  },
@@ -3892,7 +3892,7 @@ var tokens = [{
3892
3892
  "original": {
3893
3893
  "attributes": {
3894
3894
  "group": "paint",
3895
- "state": "deprecated",
3895
+ "state": "deleted",
3896
3896
  "replacement": "color.background.warning.bold.hovered",
3897
3897
  "description": "Hover state of background.boldWarning"
3898
3898
  },
@@ -3903,7 +3903,7 @@ var tokens = [{
3903
3903
  }, {
3904
3904
  "attributes": {
3905
3905
  "group": "paint",
3906
- "state": "deprecated",
3906
+ "state": "deleted",
3907
3907
  "replacement": "color.background.warning.bold.pressed",
3908
3908
  "description": "Pressed state of background.boldWarning"
3909
3909
  },
@@ -3913,7 +3913,7 @@ var tokens = [{
3913
3913
  "original": {
3914
3914
  "attributes": {
3915
3915
  "group": "paint",
3916
- "state": "deprecated",
3916
+ "state": "deleted",
3917
3917
  "replacement": "color.background.warning.bold.pressed",
3918
3918
  "description": "Pressed state of background.boldWarning"
3919
3919
  },
@@ -3924,7 +3924,7 @@ var tokens = [{
3924
3924
  }, {
3925
3925
  "attributes": {
3926
3926
  "group": "paint",
3927
- "state": "deprecated",
3927
+ "state": "deleted",
3928
3928
  "replacement": "color.background.warning.bold.[default]",
3929
3929
  "description": "A vibrant background for small UI elements like warning buttons and bold moved lozenges."
3930
3930
  },
@@ -3934,7 +3934,7 @@ var tokens = [{
3934
3934
  "original": {
3935
3935
  "attributes": {
3936
3936
  "group": "paint",
3937
- "state": "deprecated",
3937
+ "state": "deleted",
3938
3938
  "replacement": "color.background.warning.bold.[default]",
3939
3939
  "description": "A vibrant background for small UI elements like warning buttons and bold moved lozenges."
3940
3940
  },
@@ -3945,7 +3945,7 @@ var tokens = [{
3945
3945
  }, {
3946
3946
  "attributes": {
3947
3947
  "group": "paint",
3948
- "state": "deprecated",
3948
+ "state": "deleted",
3949
3949
  "replacement": "elevation.surface.raised",
3950
3950
  "description": "Use for the background of raised cards, such as Jira cards on a Kanban board.\nCombine with shadow.card."
3951
3951
  },
@@ -3955,7 +3955,7 @@ var tokens = [{
3955
3955
  "original": {
3956
3956
  "attributes": {
3957
3957
  "group": "paint",
3958
- "state": "deprecated",
3958
+ "state": "deleted",
3959
3959
  "replacement": "elevation.surface.raised",
3960
3960
  "description": "Use for the background of raised cards, such as Jira cards on a Kanban board.\nCombine with shadow.card."
3961
3961
  },
@@ -3966,7 +3966,7 @@ var tokens = [{
3966
3966
  }, {
3967
3967
  "attributes": {
3968
3968
  "group": "paint",
3969
- "state": "deprecated",
3969
+ "state": "deleted",
3970
3970
  "replacement": "elevation.surface.[default]",
3971
3971
  "description": "Use as the primary background for the UI"
3972
3972
  },
@@ -3976,7 +3976,7 @@ var tokens = [{
3976
3976
  "original": {
3977
3977
  "attributes": {
3978
3978
  "group": "paint",
3979
- "state": "deprecated",
3979
+ "state": "deleted",
3980
3980
  "replacement": "elevation.surface.[default]",
3981
3981
  "description": "Use as the primary background for the UI"
3982
3982
  },
@@ -3987,7 +3987,7 @@ var tokens = [{
3987
3987
  }, {
3988
3988
  "attributes": {
3989
3989
  "group": "paint",
3990
- "state": "deprecated",
3990
+ "state": "deleted",
3991
3991
  "replacement": "elevation.surface.overlay",
3992
3992
  "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."
3993
3993
  },
@@ -3997,7 +3997,7 @@ var tokens = [{
3997
3997
  "original": {
3998
3998
  "attributes": {
3999
3999
  "group": "paint",
4000
- "state": "deprecated",
4000
+ "state": "deleted",
4001
4001
  "replacement": "elevation.surface.overlay",
4002
4002
  "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."
4003
4003
  },
@@ -4008,7 +4008,7 @@ var tokens = [{
4008
4008
  }, {
4009
4009
  "attributes": {
4010
4010
  "group": "paint",
4011
- "state": "deprecated",
4011
+ "state": "deleted",
4012
4012
  "replacement": "color.background.input.pressed",
4013
4013
  "description": "Pressed state for background.subtleBorderedNeutral"
4014
4014
  },
@@ -4018,7 +4018,7 @@ var tokens = [{
4018
4018
  "original": {
4019
4019
  "attributes": {
4020
4020
  "group": "paint",
4021
- "state": "deprecated",
4021
+ "state": "deleted",
4022
4022
  "replacement": "color.background.input.pressed",
4023
4023
  "description": "Pressed state for background.subtleBorderedNeutral"
4024
4024
  },
@@ -4029,7 +4029,7 @@ var tokens = [{
4029
4029
  }, {
4030
4030
  "attributes": {
4031
4031
  "group": "paint",
4032
- "state": "deprecated",
4032
+ "state": "deleted",
4033
4033
  "replacement": "color.background.input.[default]",
4034
4034
  "description": "Hover state for background.subtleBorderedNeutral"
4035
4035
  },
@@ -4039,7 +4039,7 @@ var tokens = [{
4039
4039
  "original": {
4040
4040
  "attributes": {
4041
4041
  "group": "paint",
4042
- "state": "deprecated",
4042
+ "state": "deleted",
4043
4043
  "replacement": "color.background.input.[default]",
4044
4044
  "description": "Hover state for background.subtleBorderedNeutral"
4045
4045
  },
@@ -4113,7 +4113,7 @@ var tokens = [{
4113
4113
  }, {
4114
4114
  "attributes": {
4115
4115
  "group": "paint",
4116
- "state": "deprecated",
4116
+ "state": "deleted",
4117
4117
  "replacement": "color.background.danger.[default].hovered",
4118
4118
  "description": "Hover state for background.subtleDanger"
4119
4119
  },
@@ -4123,7 +4123,7 @@ var tokens = [{
4123
4123
  "original": {
4124
4124
  "attributes": {
4125
4125
  "group": "paint",
4126
- "state": "deprecated",
4126
+ "state": "deleted",
4127
4127
  "replacement": "color.background.danger.[default].hovered",
4128
4128
  "description": "Hover state for background.subtleDanger"
4129
4129
  },
@@ -4134,7 +4134,7 @@ var tokens = [{
4134
4134
  }, {
4135
4135
  "attributes": {
4136
4136
  "group": "paint",
4137
- "state": "deprecated",
4137
+ "state": "deleted",
4138
4138
  "replacement": "color.background.danger.[default].pressed",
4139
4139
  "description": "Pressed state for background.subtleDanger"
4140
4140
  },
@@ -4144,7 +4144,7 @@ var tokens = [{
4144
4144
  "original": {
4145
4145
  "attributes": {
4146
4146
  "group": "paint",
4147
- "state": "deprecated",
4147
+ "state": "deleted",
4148
4148
  "replacement": "color.background.danger.[default].pressed",
4149
4149
  "description": "Pressed state for background.subtleDanger"
4150
4150
  },
@@ -4155,7 +4155,7 @@ var tokens = [{
4155
4155
  }, {
4156
4156
  "attributes": {
4157
4157
  "group": "paint",
4158
- "state": "deprecated",
4158
+ "state": "deleted",
4159
4159
  "replacement": "color.background.danger.[default].[default]",
4160
4160
  "description": "Use for subdued backgrounds of UI elements like error section messages and removed lozenges."
4161
4161
  },
@@ -4165,7 +4165,7 @@ var tokens = [{
4165
4165
  "original": {
4166
4166
  "attributes": {
4167
4167
  "group": "paint",
4168
- "state": "deprecated",
4168
+ "state": "deleted",
4169
4169
  "replacement": "color.background.danger.[default].[default]",
4170
4170
  "description": "Use for subdued backgrounds of UI elements like error section messages and removed lozenges."
4171
4171
  },
@@ -4176,7 +4176,7 @@ var tokens = [{
4176
4176
  }, {
4177
4177
  "attributes": {
4178
4178
  "group": "paint",
4179
- "state": "deprecated",
4179
+ "state": "deleted",
4180
4180
  "replacement": "color.background.discovery.[default].hovered",
4181
4181
  "description": "Hover state for background.subtleDiscovery"
4182
4182
  },
@@ -4186,7 +4186,7 @@ var tokens = [{
4186
4186
  "original": {
4187
4187
  "attributes": {
4188
4188
  "group": "paint",
4189
- "state": "deprecated",
4189
+ "state": "deleted",
4190
4190
  "replacement": "color.background.discovery.[default].hovered",
4191
4191
  "description": "Hover state for background.subtleDiscovery"
4192
4192
  },
@@ -4197,7 +4197,7 @@ var tokens = [{
4197
4197
  }, {
4198
4198
  "attributes": {
4199
4199
  "group": "paint",
4200
- "state": "deprecated",
4200
+ "state": "deleted",
4201
4201
  "replacement": "color.background.discovery.[default].pressed",
4202
4202
  "description": "Pressed state for background.subtleDiscovery"
4203
4203
  },
@@ -4207,7 +4207,7 @@ var tokens = [{
4207
4207
  "original": {
4208
4208
  "attributes": {
4209
4209
  "group": "paint",
4210
- "state": "deprecated",
4210
+ "state": "deleted",
4211
4211
  "replacement": "color.background.discovery.[default].pressed",
4212
4212
  "description": "Pressed state for background.subtleDiscovery"
4213
4213
  },
@@ -4218,7 +4218,7 @@ var tokens = [{
4218
4218
  }, {
4219
4219
  "attributes": {
4220
4220
  "group": "paint",
4221
- "state": "deprecated",
4221
+ "state": "deleted",
4222
4222
  "replacement": "color.background.discovery.[default].[default]",
4223
4223
  "description": "Use for subdued backgrounds of UI elements like discovery section messages and new lozenges."
4224
4224
  },
@@ -4228,7 +4228,7 @@ var tokens = [{
4228
4228
  "original": {
4229
4229
  "attributes": {
4230
4230
  "group": "paint",
4231
- "state": "deprecated",
4231
+ "state": "deleted",
4232
4232
  "replacement": "color.background.discovery.[default].[default]",
4233
4233
  "description": "Use for subdued backgrounds of UI elements like discovery section messages and new lozenges."
4234
4234
  },
@@ -4239,7 +4239,7 @@ var tokens = [{
4239
4239
  }, {
4240
4240
  "attributes": {
4241
4241
  "group": "paint",
4242
- "state": "deprecated",
4242
+ "state": "deleted",
4243
4243
  "replacement": "color.background.neutral.[default].hovered",
4244
4244
  "description": "Hover state for background.subtleNeutral"
4245
4245
  },
@@ -4249,7 +4249,7 @@ var tokens = [{
4249
4249
  "original": {
4250
4250
  "attributes": {
4251
4251
  "group": "paint",
4252
- "state": "deprecated",
4252
+ "state": "deleted",
4253
4253
  "replacement": "color.background.neutral.[default].hovered",
4254
4254
  "description": "Hover state for background.subtleNeutral"
4255
4255
  },
@@ -4260,7 +4260,7 @@ var tokens = [{
4260
4260
  }, {
4261
4261
  "attributes": {
4262
4262
  "group": "paint",
4263
- "state": "deprecated",
4263
+ "state": "deleted",
4264
4264
  "replacement": "color.background.neutral.[default].pressed",
4265
4265
  "description": "Pressed state for background.subtleNeutral"
4266
4266
  },
@@ -4270,7 +4270,7 @@ var tokens = [{
4270
4270
  "original": {
4271
4271
  "attributes": {
4272
4272
  "group": "paint",
4273
- "state": "deprecated",
4273
+ "state": "deleted",
4274
4274
  "replacement": "color.background.neutral.[default].pressed",
4275
4275
  "description": "Pressed state for background.subtleNeutral"
4276
4276
  },
@@ -4281,7 +4281,7 @@ var tokens = [{
4281
4281
  }, {
4282
4282
  "attributes": {
4283
4283
  "group": "paint",
4284
- "state": "deprecated",
4284
+ "state": "deleted",
4285
4285
  "replacement": "color.background.neutral.[default].[default]",
4286
4286
  "description": "Use as the default background of UI elements like buttons, lozenges, and tags."
4287
4287
  },
@@ -4291,7 +4291,7 @@ var tokens = [{
4291
4291
  "original": {
4292
4292
  "attributes": {
4293
4293
  "group": "paint",
4294
- "state": "deprecated",
4294
+ "state": "deleted",
4295
4295
  "replacement": "color.background.neutral.[default].[default]",
4296
4296
  "description": "Use as the default background of UI elements like buttons, lozenges, and tags."
4297
4297
  },
@@ -4302,7 +4302,7 @@ var tokens = [{
4302
4302
  }, {
4303
4303
  "attributes": {
4304
4304
  "group": "paint",
4305
- "state": "deprecated",
4305
+ "state": "deleted",
4306
4306
  "replacement": "color.background.success.[default].hovered",
4307
4307
  "description": "Hover state for background.subtleSuccess"
4308
4308
  },
@@ -4312,7 +4312,7 @@ var tokens = [{
4312
4312
  "original": {
4313
4313
  "attributes": {
4314
4314
  "group": "paint",
4315
- "state": "deprecated",
4315
+ "state": "deleted",
4316
4316
  "replacement": "color.background.success.[default].hovered",
4317
4317
  "description": "Hover state for background.subtleSuccess"
4318
4318
  },
@@ -4323,7 +4323,7 @@ var tokens = [{
4323
4323
  }, {
4324
4324
  "attributes": {
4325
4325
  "group": "paint",
4326
- "state": "deprecated",
4326
+ "state": "deleted",
4327
4327
  "replacement": "color.background.success.[default].pressed",
4328
4328
  "description": "Pressed state for background.subtleSuccess"
4329
4329
  },
@@ -4333,7 +4333,7 @@ var tokens = [{
4333
4333
  "original": {
4334
4334
  "attributes": {
4335
4335
  "group": "paint",
4336
- "state": "deprecated",
4336
+ "state": "deleted",
4337
4337
  "replacement": "color.background.success.[default].pressed",
4338
4338
  "description": "Pressed state for background.subtleSuccess"
4339
4339
  },
@@ -4344,7 +4344,7 @@ var tokens = [{
4344
4344
  }, {
4345
4345
  "attributes": {
4346
4346
  "group": "paint",
4347
- "state": "deprecated",
4347
+ "state": "deleted",
4348
4348
  "replacement": "color.background.success.[default].[default]",
4349
4349
  "description": "Use for subdued backgrounds of UI elements like success section messages and success lozenges."
4350
4350
  },
@@ -4354,7 +4354,7 @@ var tokens = [{
4354
4354
  "original": {
4355
4355
  "attributes": {
4356
4356
  "group": "paint",
4357
- "state": "deprecated",
4357
+ "state": "deleted",
4358
4358
  "replacement": "color.background.success.[default].[default]",
4359
4359
  "description": "Use for subdued backgrounds of UI elements like success section messages and success lozenges."
4360
4360
  },
@@ -4365,7 +4365,7 @@ var tokens = [{
4365
4365
  }, {
4366
4366
  "attributes": {
4367
4367
  "group": "paint",
4368
- "state": "deprecated",
4368
+ "state": "deleted",
4369
4369
  "replacement": "color.background.warning.[default].hovered",
4370
4370
  "description": "Hover state for background.subtleWarning"
4371
4371
  },
@@ -4375,7 +4375,7 @@ var tokens = [{
4375
4375
  "original": {
4376
4376
  "attributes": {
4377
4377
  "group": "paint",
4378
- "state": "deprecated",
4378
+ "state": "deleted",
4379
4379
  "replacement": "color.background.warning.[default].hovered",
4380
4380
  "description": "Hover state for background.subtleWarning"
4381
4381
  },
@@ -4386,7 +4386,7 @@ var tokens = [{
4386
4386
  }, {
4387
4387
  "attributes": {
4388
4388
  "group": "paint",
4389
- "state": "deprecated",
4389
+ "state": "deleted",
4390
4390
  "replacement": "color.background.warning.[default].pressed",
4391
4391
  "description": "Pressed state for background.subtleWarning"
4392
4392
  },
@@ -4396,7 +4396,7 @@ var tokens = [{
4396
4396
  "original": {
4397
4397
  "attributes": {
4398
4398
  "group": "paint",
4399
- "state": "deprecated",
4399
+ "state": "deleted",
4400
4400
  "replacement": "color.background.warning.[default].pressed",
4401
4401
  "description": "Pressed state for background.subtleWarning"
4402
4402
  },
@@ -4407,7 +4407,7 @@ var tokens = [{
4407
4407
  }, {
4408
4408
  "attributes": {
4409
4409
  "group": "paint",
4410
- "state": "deprecated",
4410
+ "state": "deleted",
4411
4411
  "replacement": "color.background.warning.[default].[default]",
4412
4412
  "description": "Use for subdued backgrounds of UI elements like warning section messages and moved lozenges."
4413
4413
  },
@@ -4417,7 +4417,7 @@ var tokens = [{
4417
4417
  "original": {
4418
4418
  "attributes": {
4419
4419
  "group": "paint",
4420
- "state": "deprecated",
4420
+ "state": "deleted",
4421
4421
  "replacement": "color.background.warning.[default].[default]",
4422
4422
  "description": "Use for subdued backgrounds of UI elements like warning section messages and moved lozenges."
4423
4423
  },
@@ -4428,7 +4428,7 @@ var tokens = [{
4428
4428
  }, {
4429
4429
  "attributes": {
4430
4430
  "group": "paint",
4431
- "state": "deprecated",
4431
+ "state": "deleted",
4432
4432
  "replacement": "elevation.surface.sunken",
4433
4433
  "description": "Use as a secondary background for the UI"
4434
4434
  },
@@ -4438,7 +4438,7 @@ var tokens = [{
4438
4438
  "original": {
4439
4439
  "attributes": {
4440
4440
  "group": "paint",
4441
- "state": "deprecated",
4441
+ "state": "deleted",
4442
4442
  "replacement": "elevation.surface.sunken",
4443
4443
  "description": "Use as a secondary background for the UI"
4444
4444
  },
@@ -4449,7 +4449,7 @@ var tokens = [{
4449
4449
  }, {
4450
4450
  "attributes": {
4451
4451
  "group": "paint",
4452
- "state": "deprecated",
4452
+ "state": "deleted",
4453
4453
  "replacement": "color.background.neutral.subtle.hovered",
4454
4454
  "description": "Hover state for UIs that do not have a default background, such as menu items or subtle buttons."
4455
4455
  },
@@ -4459,7 +4459,7 @@ var tokens = [{
4459
4459
  "original": {
4460
4460
  "attributes": {
4461
4461
  "group": "paint",
4462
- "state": "deprecated",
4462
+ "state": "deleted",
4463
4463
  "replacement": "color.background.neutral.subtle.hovered",
4464
4464
  "description": "Hover state for UIs that do not have a default background, such as menu items or subtle buttons."
4465
4465
  },
@@ -4470,7 +4470,7 @@ var tokens = [{
4470
4470
  }, {
4471
4471
  "attributes": {
4472
4472
  "group": "paint",
4473
- "state": "deprecated",
4473
+ "state": "deleted",
4474
4474
  "replacement": "color.background.neutral.subtle.pressed",
4475
4475
  "description": "Pressed state for UIs that do not have a default background, such as menu items or subtle buttons."
4476
4476
  },
@@ -4480,7 +4480,7 @@ var tokens = [{
4480
4480
  "original": {
4481
4481
  "attributes": {
4482
4482
  "group": "paint",
4483
- "state": "deprecated",
4483
+ "state": "deleted",
4484
4484
  "replacement": "color.background.neutral.subtle.pressed",
4485
4485
  "description": "Pressed state for UIs that do not have a default background, such as menu items or subtle buttons."
4486
4486
  },
@@ -4621,6 +4621,44 @@ var tokens = [{
4621
4621
  },
4622
4622
  "name": "color.interaction.inverse.pressed",
4623
4623
  "path": ["color", "interaction", "inverse", "pressed"]
4624
+ }, {
4625
+ "attributes": {
4626
+ "group": "paint",
4627
+ "state": "active",
4628
+ "description": "Use for skeleton loading states"
4629
+ },
4630
+ "value": "#091E420F",
4631
+ "filePath": "src/tokens/atlassian-light/color/skeleton.tsx",
4632
+ "isSource": true,
4633
+ "original": {
4634
+ "attributes": {
4635
+ "group": "paint",
4636
+ "state": "active",
4637
+ "description": "Use for skeleton loading states"
4638
+ },
4639
+ "value": "N200A"
4640
+ },
4641
+ "name": "color.skeleton.[default]",
4642
+ "path": ["color", "skeleton", "[default]"]
4643
+ }, {
4644
+ "attributes": {
4645
+ "group": "paint",
4646
+ "state": "active",
4647
+ "description": "Use for the pulse or shimmer effect in skeleton loading states"
4648
+ },
4649
+ "value": "#091E4208",
4650
+ "filePath": "src/tokens/atlassian-light/color/skeleton.tsx",
4651
+ "isSource": true,
4652
+ "original": {
4653
+ "attributes": {
4654
+ "group": "paint",
4655
+ "state": "active",
4656
+ "description": "Use for the pulse or shimmer effect in skeleton loading states"
4657
+ },
4658
+ "value": "N100A"
4659
+ },
4660
+ "name": "color.skeleton.subtle",
4661
+ "path": ["color", "skeleton", "subtle"]
4624
4662
  }, {
4625
4663
  "attributes": {
4626
4664
  "group": "paint",
@@ -4662,7 +4700,7 @@ var tokens = [{
4662
4700
  }, {
4663
4701
  "attributes": {
4664
4702
  "group": "paint",
4665
- "state": "deprecated",
4703
+ "state": "deleted",
4666
4704
  "replacement": "color.background.accent.blue.bolder",
4667
4705
  "description": "Use for blue backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
4668
4706
  },
@@ -4672,7 +4710,7 @@ var tokens = [{
4672
4710
  "original": {
4673
4711
  "attributes": {
4674
4712
  "group": "paint",
4675
- "state": "deprecated",
4713
+ "state": "deleted",
4676
4714
  "replacement": "color.background.accent.blue.bolder",
4677
4715
  "description": "Use for blue backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
4678
4716
  },
@@ -4683,7 +4721,7 @@ var tokens = [{
4683
4721
  }, {
4684
4722
  "attributes": {
4685
4723
  "group": "paint",
4686
- "state": "deprecated",
4724
+ "state": "deleted",
4687
4725
  "replacement": "color.background.accent.green.bolder",
4688
4726
  "description": "Use for green backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
4689
4727
  },
@@ -4693,7 +4731,7 @@ var tokens = [{
4693
4731
  "original": {
4694
4732
  "attributes": {
4695
4733
  "group": "paint",
4696
- "state": "deprecated",
4734
+ "state": "deleted",
4697
4735
  "replacement": "color.background.accent.green.bolder",
4698
4736
  "description": "Use for green backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
4699
4737
  },
@@ -4704,7 +4742,7 @@ var tokens = [{
4704
4742
  }, {
4705
4743
  "attributes": {
4706
4744
  "group": "paint",
4707
- "state": "deprecated",
4745
+ "state": "deleted",
4708
4746
  "replacement": "color.background.accent.orange.bolder",
4709
4747
  "description": "Use for orange backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
4710
4748
  },
@@ -4714,7 +4752,7 @@ var tokens = [{
4714
4752
  "original": {
4715
4753
  "attributes": {
4716
4754
  "group": "paint",
4717
- "state": "deprecated",
4755
+ "state": "deleted",
4718
4756
  "replacement": "color.background.accent.orange.bolder",
4719
4757
  "description": "Use for orange backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
4720
4758
  },
@@ -4725,7 +4763,7 @@ var tokens = [{
4725
4763
  }, {
4726
4764
  "attributes": {
4727
4765
  "group": "paint",
4728
- "state": "deprecated",
4766
+ "state": "deleted",
4729
4767
  "replacement": "color.background.accent.purple.bolder",
4730
4768
  "description": "Use for purple backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
4731
4769
  },
@@ -4735,7 +4773,7 @@ var tokens = [{
4735
4773
  "original": {
4736
4774
  "attributes": {
4737
4775
  "group": "paint",
4738
- "state": "deprecated",
4776
+ "state": "deleted",
4739
4777
  "replacement": "color.background.accent.purple.bolder",
4740
4778
  "description": "Use for purple backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
4741
4779
  },
@@ -4746,7 +4784,7 @@ var tokens = [{
4746
4784
  }, {
4747
4785
  "attributes": {
4748
4786
  "group": "paint",
4749
- "state": "deprecated",
4787
+ "state": "deleted",
4750
4788
  "replacement": "color.background.accent.red.bolder",
4751
4789
  "description": "Use for red backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
4752
4790
  },
@@ -4756,7 +4794,7 @@ var tokens = [{
4756
4794
  "original": {
4757
4795
  "attributes": {
4758
4796
  "group": "paint",
4759
- "state": "deprecated",
4797
+ "state": "deleted",
4760
4798
  "replacement": "color.background.accent.red.bolder",
4761
4799
  "description": "Use for red backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
4762
4800
  },
@@ -4767,7 +4805,7 @@ var tokens = [{
4767
4805
  }, {
4768
4806
  "attributes": {
4769
4807
  "group": "paint",
4770
- "state": "deprecated",
4808
+ "state": "deleted",
4771
4809
  "replacement": "color.background.accent.teal.bolder",
4772
4810
  "description": "Use for teal backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
4773
4811
  },
@@ -4777,7 +4815,7 @@ var tokens = [{
4777
4815
  "original": {
4778
4816
  "attributes": {
4779
4817
  "group": "paint",
4780
- "state": "deprecated",
4818
+ "state": "deleted",
4781
4819
  "replacement": "color.background.accent.teal.bolder",
4782
4820
  "description": "Use for teal backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
4783
4821
  },
@@ -4788,7 +4826,7 @@ var tokens = [{
4788
4826
  }, {
4789
4827
  "attributes": {
4790
4828
  "group": "paint",
4791
- "state": "deprecated",
4829
+ "state": "deleted",
4792
4830
  "replacement": "color.background.accent.blue.subtler",
4793
4831
  "description": "Use for blue subdued backgrounds when there is no meaning tied to the color, such as colored tags."
4794
4832
  },
@@ -4798,7 +4836,7 @@ var tokens = [{
4798
4836
  "original": {
4799
4837
  "attributes": {
4800
4838
  "group": "paint",
4801
- "state": "deprecated",
4839
+ "state": "deleted",
4802
4840
  "replacement": "color.background.accent.blue.subtler",
4803
4841
  "description": "Use for blue subdued backgrounds when there is no meaning tied to the color, such as colored tags."
4804
4842
  },
@@ -4809,7 +4847,7 @@ var tokens = [{
4809
4847
  }, {
4810
4848
  "attributes": {
4811
4849
  "group": "paint",
4812
- "state": "deprecated",
4850
+ "state": "deleted",
4813
4851
  "replacement": "color.background.accent.green.subtler",
4814
4852
  "description": "Use for green subdued backgrounds when there is no meaning tied to the color, such as colored tags."
4815
4853
  },
@@ -4819,7 +4857,7 @@ var tokens = [{
4819
4857
  "original": {
4820
4858
  "attributes": {
4821
4859
  "group": "paint",
4822
- "state": "deprecated",
4860
+ "state": "deleted",
4823
4861
  "replacement": "color.background.accent.green.subtler",
4824
4862
  "description": "Use for green subdued backgrounds when there is no meaning tied to the color, such as colored tags."
4825
4863
  },
@@ -4830,7 +4868,7 @@ var tokens = [{
4830
4868
  }, {
4831
4869
  "attributes": {
4832
4870
  "group": "paint",
4833
- "state": "deprecated",
4871
+ "state": "deleted",
4834
4872
  "replacement": "color.background.accent.magenta.subtler",
4835
4873
  "description": "Use for magenta subdued backgrounds when there is no meaning tied to the color, such as colored tags."
4836
4874
  },
@@ -4840,7 +4878,7 @@ var tokens = [{
4840
4878
  "original": {
4841
4879
  "attributes": {
4842
4880
  "group": "paint",
4843
- "state": "deprecated",
4881
+ "state": "deleted",
4844
4882
  "replacement": "color.background.accent.magenta.subtler",
4845
4883
  "description": "Use for magenta subdued backgrounds when there is no meaning tied to the color, such as colored tags."
4846
4884
  },
@@ -4851,7 +4889,7 @@ var tokens = [{
4851
4889
  }, {
4852
4890
  "attributes": {
4853
4891
  "group": "paint",
4854
- "state": "deprecated",
4892
+ "state": "deleted",
4855
4893
  "replacement": "color.background.accent.orange.subtler",
4856
4894
  "description": "Use for orange subdued backgrounds when there is no meaning tied to the color, such as colored tags."
4857
4895
  },
@@ -4861,7 +4899,7 @@ var tokens = [{
4861
4899
  "original": {
4862
4900
  "attributes": {
4863
4901
  "group": "paint",
4864
- "state": "deprecated",
4902
+ "state": "deleted",
4865
4903
  "replacement": "color.background.accent.orange.subtler",
4866
4904
  "description": "Use for orange subdued backgrounds when there is no meaning tied to the color, such as colored tags."
4867
4905
  },
@@ -4872,7 +4910,7 @@ var tokens = [{
4872
4910
  }, {
4873
4911
  "attributes": {
4874
4912
  "group": "paint",
4875
- "state": "deprecated",
4913
+ "state": "deleted",
4876
4914
  "replacement": "color.background.accent.purple.subtler",
4877
4915
  "description": "Use for purple subdued backgrounds when there is no meaning tied to the color, such as colored tags."
4878
4916
  },
@@ -4882,7 +4920,7 @@ var tokens = [{
4882
4920
  "original": {
4883
4921
  "attributes": {
4884
4922
  "group": "paint",
4885
- "state": "deprecated",
4923
+ "state": "deleted",
4886
4924
  "replacement": "color.background.accent.purple.subtler",
4887
4925
  "description": "Use for purple subdued backgrounds when there is no meaning tied to the color, such as colored tags."
4888
4926
  },
@@ -4893,7 +4931,7 @@ var tokens = [{
4893
4931
  }, {
4894
4932
  "attributes": {
4895
4933
  "group": "paint",
4896
- "state": "deprecated",
4934
+ "state": "deleted",
4897
4935
  "replacement": "color.background.accent.red.subtler",
4898
4936
  "description": "Use for red subdued backgrounds when there is no meaning tied to the color, such as colored tags."
4899
4937
  },
@@ -4903,7 +4941,7 @@ var tokens = [{
4903
4941
  "original": {
4904
4942
  "attributes": {
4905
4943
  "group": "paint",
4906
- "state": "deprecated",
4944
+ "state": "deleted",
4907
4945
  "replacement": "color.background.accent.red.subtler",
4908
4946
  "description": "Use for red subdued backgrounds when there is no meaning tied to the color, such as colored tags."
4909
4947
  },
@@ -4914,7 +4952,7 @@ var tokens = [{
4914
4952
  }, {
4915
4953
  "attributes": {
4916
4954
  "group": "paint",
4917
- "state": "deprecated",
4955
+ "state": "deleted",
4918
4956
  "replacement": "color.background.accent.teal.subtler",
4919
4957
  "description": "Use for teal subdued backgrounds when there is no meaning tied to the color, such as colored tags."
4920
4958
  },
@@ -4924,7 +4962,7 @@ var tokens = [{
4924
4962
  "original": {
4925
4963
  "attributes": {
4926
4964
  "group": "paint",
4927
- "state": "deprecated",
4965
+ "state": "deleted",
4928
4966
  "replacement": "color.background.accent.teal.subtler",
4929
4967
  "description": "Use for teal subdued backgrounds when there is no meaning tied to the color, such as colored tags."
4930
4968
  },
@@ -4935,7 +4973,7 @@ var tokens = [{
4935
4973
  }, {
4936
4974
  "attributes": {
4937
4975
  "group": "paint",
4938
- "state": "deprecated",
4976
+ "state": "deleted",
4939
4977
  "replacement": "color.icon.brand",
4940
4978
  "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."
4941
4979
  },
@@ -4945,7 +4983,7 @@ var tokens = [{
4945
4983
  "original": {
4946
4984
  "attributes": {
4947
4985
  "group": "paint",
4948
- "state": "deprecated",
4986
+ "state": "deleted",
4949
4987
  "replacement": "color.icon.brand",
4950
4988
  "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."
4951
4989
  },
@@ -4956,7 +4994,7 @@ var tokens = [{
4956
4994
  }, {
4957
4995
  "attributes": {
4958
4996
  "group": "paint",
4959
- "state": "deprecated",
4997
+ "state": "deleted",
4960
4998
  "replacement": "color.icon.danger",
4961
4999
  "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."
4962
5000
  },
@@ -4966,7 +5004,7 @@ var tokens = [{
4966
5004
  "original": {
4967
5005
  "attributes": {
4968
5006
  "group": "paint",
4969
- "state": "deprecated",
5007
+ "state": "deleted",
4970
5008
  "replacement": "color.icon.danger",
4971
5009
  "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."
4972
5010
  },
@@ -4977,7 +5015,7 @@ var tokens = [{
4977
5015
  }, {
4978
5016
  "attributes": {
4979
5017
  "group": "paint",
4980
- "state": "deprecated",
5018
+ "state": "deleted",
4981
5019
  "replacement": "color.icon.discovery",
4982
5020
  "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"
4983
5021
  },
@@ -4987,7 +5025,7 @@ var tokens = [{
4987
5025
  "original": {
4988
5026
  "attributes": {
4989
5027
  "group": "paint",
4990
- "state": "deprecated",
5028
+ "state": "deleted",
4991
5029
  "replacement": "color.icon.discovery",
4992
5030
  "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"
4993
5031
  },
@@ -4998,7 +5036,7 @@ var tokens = [{
4998
5036
  }, {
4999
5037
  "attributes": {
5000
5038
  "group": "paint",
5001
- "state": "deprecated",
5039
+ "state": "deleted",
5002
5040
  "replacement": "color.icon.success",
5003
5041
  "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"
5004
5042
  },
@@ -5008,7 +5046,7 @@ var tokens = [{
5008
5046
  "original": {
5009
5047
  "attributes": {
5010
5048
  "group": "paint",
5011
- "state": "deprecated",
5049
+ "state": "deleted",
5012
5050
  "replacement": "color.icon.success",
5013
5051
  "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"
5014
5052
  },
@@ -5019,7 +5057,7 @@ var tokens = [{
5019
5057
  }, {
5020
5058
  "attributes": {
5021
5059
  "group": "paint",
5022
- "state": "deprecated",
5060
+ "state": "deleted",
5023
5061
  "replacement": "color.icon.warning.[default]",
5024
5062
  "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"
5025
5063
  },
@@ -5029,7 +5067,7 @@ var tokens = [{
5029
5067
  "original": {
5030
5068
  "attributes": {
5031
5069
  "group": "paint",
5032
- "state": "deprecated",
5070
+ "state": "deleted",
5033
5071
  "replacement": "color.icon.warning.[default]",
5034
5072
  "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"
5035
5073
  },
@@ -5040,7 +5078,7 @@ var tokens = [{
5040
5078
  }, {
5041
5079
  "attributes": {
5042
5080
  "group": "paint",
5043
- "state": "deprecated",
5081
+ "state": "deleted",
5044
5082
  "replacement": "color.interaction.hovered",
5045
5083
  "description": "Use as a background overlay for elements in a hover state when their background color cannot change, such as avatars."
5046
5084
  },
@@ -5050,7 +5088,7 @@ var tokens = [{
5050
5088
  "original": {
5051
5089
  "attributes": {
5052
5090
  "group": "paint",
5053
- "state": "deprecated",
5091
+ "state": "deleted",
5054
5092
  "replacement": "color.interaction.hovered",
5055
5093
  "description": "Use as a background overlay for elements in a hover state when their background color cannot change, such as avatars."
5056
5094
  },
@@ -5061,7 +5099,7 @@ var tokens = [{
5061
5099
  }, {
5062
5100
  "attributes": {
5063
5101
  "group": "paint",
5064
- "state": "deprecated",
5102
+ "state": "deleted",
5065
5103
  "replacement": "color.interaction.pressed",
5066
5104
  "description": "Use as a background overlay for elements in a pressed state when their background color cannot change, such as avatars."
5067
5105
  },
@@ -5071,7 +5109,7 @@ var tokens = [{
5071
5109
  "original": {
5072
5110
  "attributes": {
5073
5111
  "group": "paint",
5074
- "state": "deprecated",
5112
+ "state": "deleted",
5075
5113
  "replacement": "color.interaction.pressed",
5076
5114
  "description": "Use as a background overlay for elements in a pressed state when their background color cannot change, such as avatars."
5077
5115
  },
@@ -5082,7 +5120,7 @@ var tokens = [{
5082
5120
  }, {
5083
5121
  "attributes": {
5084
5122
  "group": "shadow",
5085
- "state": "deprecated",
5123
+ "state": "deleted",
5086
5124
  "replacement": "elevation.shadow.raised",
5087
5125
  "description": "\nUse for the box shadow of raised card elements, such as Jira cards on a Kanban board.\n\nCombine with background.overlay"
5088
5126
  },
@@ -5108,7 +5146,7 @@ var tokens = [{
5108
5146
  "original": {
5109
5147
  "attributes": {
5110
5148
  "group": "shadow",
5111
- "state": "deprecated",
5149
+ "state": "deleted",
5112
5150
  "replacement": "elevation.shadow.raised",
5113
5151
  "description": "\nUse for the box shadow of raised card elements, such as Jira cards on a Kanban board.\n\nCombine with background.overlay"
5114
5152
  },
@@ -5135,7 +5173,7 @@ var tokens = [{
5135
5173
  }, {
5136
5174
  "attributes": {
5137
5175
  "group": "shadow",
5138
- "state": "deprecated",
5176
+ "state": "deleted",
5139
5177
  "replacement": "elevation.shadow.overlay",
5140
5178
  "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"
5141
5179
  },
@@ -5161,7 +5199,7 @@ var tokens = [{
5161
5199
  "original": {
5162
5200
  "attributes": {
5163
5201
  "group": "shadow",
5164
- "state": "deprecated",
5202
+ "state": "deleted",
5165
5203
  "replacement": "elevation.shadow.overlay",
5166
5204
  "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"
5167
5205
  },