@atlaskit/tokens 1.26.1 → 1.28.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (131) hide show
  1. package/CHANGELOG.md +114 -0
  2. package/dist/cjs/artifacts/atlassian-dark-token-value-for-contrast-check.js +2 -2
  3. package/dist/cjs/artifacts/palettes-raw/palette.js +77 -77
  4. package/dist/cjs/artifacts/theme-import-map.js +1 -13
  5. package/dist/cjs/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
  6. package/dist/cjs/artifacts/themes/atlassian-dark.js +2 -2
  7. package/dist/cjs/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
  8. package/dist/cjs/artifacts/themes/atlassian-light.js +2 -2
  9. package/dist/cjs/artifacts/themes/atlassian-typography-minor3.js +2 -2
  10. package/dist/cjs/artifacts/token-default-values.js +101 -101
  11. package/dist/cjs/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +115 -115
  12. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +115 -115
  13. package/dist/cjs/artifacts/tokens-raw/atlassian-light-increased-contrast.js +124 -124
  14. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +109 -109
  15. package/dist/cjs/artifacts/tokens-raw/atlassian-typography-adg3.js +17 -9
  16. package/dist/cjs/artifacts/tokens-raw/atlassian-typography-minor3.js +17 -9
  17. package/dist/cjs/artifacts/tokens-raw/atlassian-typography.js +17 -9
  18. package/dist/cjs/get-token-value.js +1 -1
  19. package/dist/cjs/get-token.js +1 -1
  20. package/dist/cjs/theme-config.js +1 -25
  21. package/dist/cjs/utils/get-theme-preferences.js +0 -13
  22. package/dist/es2019/artifacts/atlassian-dark-token-value-for-contrast-check.js +2 -2
  23. package/dist/es2019/artifacts/palettes-raw/palette.js +77 -77
  24. package/dist/es2019/artifacts/theme-import-map.js +1 -5
  25. package/dist/es2019/artifacts/themes/atlassian-dark-increased-contrast.js +115 -115
  26. package/dist/es2019/artifacts/themes/atlassian-dark.js +109 -109
  27. package/dist/es2019/artifacts/themes/atlassian-light-increased-contrast.js +124 -124
  28. package/dist/es2019/artifacts/themes/atlassian-light.js +101 -101
  29. package/dist/es2019/artifacts/themes/atlassian-typography-minor3.js +7 -1
  30. package/dist/es2019/artifacts/token-default-values.js +101 -101
  31. package/dist/es2019/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +115 -115
  32. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +115 -115
  33. package/dist/es2019/artifacts/tokens-raw/atlassian-light-increased-contrast.js +124 -124
  34. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +109 -109
  35. package/dist/es2019/artifacts/tokens-raw/atlassian-typography-adg3.js +17 -9
  36. package/dist/es2019/artifacts/tokens-raw/atlassian-typography-minor3.js +17 -9
  37. package/dist/es2019/artifacts/tokens-raw/atlassian-typography.js +17 -9
  38. package/dist/es2019/get-token-value.js +1 -1
  39. package/dist/es2019/get-token.js +1 -1
  40. package/dist/es2019/theme-config.js +1 -25
  41. package/dist/es2019/utils/get-theme-preferences.js +0 -13
  42. package/dist/esm/artifacts/atlassian-dark-token-value-for-contrast-check.js +2 -2
  43. package/dist/esm/artifacts/palettes-raw/palette.js +77 -77
  44. package/dist/esm/artifacts/theme-import-map.js +1 -9
  45. package/dist/esm/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
  46. package/dist/esm/artifacts/themes/atlassian-dark.js +2 -2
  47. package/dist/esm/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
  48. package/dist/esm/artifacts/themes/atlassian-light.js +2 -2
  49. package/dist/esm/artifacts/themes/atlassian-typography-minor3.js +2 -2
  50. package/dist/esm/artifacts/token-default-values.js +101 -101
  51. package/dist/esm/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +115 -115
  52. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +115 -115
  53. package/dist/esm/artifacts/tokens-raw/atlassian-light-increased-contrast.js +124 -124
  54. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +109 -109
  55. package/dist/esm/artifacts/tokens-raw/atlassian-typography-adg3.js +17 -9
  56. package/dist/esm/artifacts/tokens-raw/atlassian-typography-minor3.js +17 -9
  57. package/dist/esm/artifacts/tokens-raw/atlassian-typography.js +17 -9
  58. package/dist/esm/get-token-value.js +1 -1
  59. package/dist/esm/get-token.js +1 -1
  60. package/dist/esm/theme-config.js +1 -25
  61. package/dist/esm/utils/get-theme-preferences.js +0 -13
  62. package/dist/types/artifacts/atlassian-dark-token-value-for-contrast-check.d.ts +2 -2
  63. package/dist/types/artifacts/palettes-raw/palette.d.ts +1 -1
  64. package/dist/types/artifacts/theme-import-map.d.ts +1 -1
  65. package/dist/types/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
  66. package/dist/types/artifacts/themes/atlassian-dark.d.ts +2 -2
  67. package/dist/types/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
  68. package/dist/types/artifacts/themes/atlassian-light.d.ts +2 -2
  69. package/dist/types/artifacts/themes/atlassian-typography-minor3.d.ts +2 -2
  70. package/dist/types/artifacts/token-default-values.d.ts +101 -101
  71. package/dist/types/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
  72. package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  73. package/dist/types/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
  74. package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  75. package/dist/types/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +36 -1
  76. package/dist/types/artifacts/tokens-raw/atlassian-typography-minor3.d.ts +36 -1
  77. package/dist/types/artifacts/tokens-raw/atlassian-typography.d.ts +36 -1
  78. package/dist/types/theme-config.d.ts +4 -4
  79. package/dist/types/types.d.ts +10 -3
  80. package/dist/types-ts4.5/artifacts/atlassian-dark-token-value-for-contrast-check.d.ts +2 -2
  81. package/dist/types-ts4.5/artifacts/palettes-raw/palette.d.ts +1 -1
  82. package/dist/types-ts4.5/artifacts/theme-import-map.d.ts +1 -1
  83. package/dist/types-ts4.5/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
  84. package/dist/types-ts4.5/artifacts/themes/atlassian-dark.d.ts +2 -2
  85. package/dist/types-ts4.5/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
  86. package/dist/types-ts4.5/artifacts/themes/atlassian-light.d.ts +2 -2
  87. package/dist/types-ts4.5/artifacts/themes/atlassian-typography-minor3.d.ts +2 -2
  88. package/dist/types-ts4.5/artifacts/token-default-values.d.ts +101 -101
  89. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
  90. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  91. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
  92. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  93. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +36 -1
  94. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-minor3.d.ts +36 -1
  95. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography.d.ts +36 -1
  96. package/dist/types-ts4.5/theme-config.d.ts +4 -8
  97. package/dist/types-ts4.5/types.d.ts +10 -3
  98. package/figma/atlassian-dark-increased-contrast.json +114 -114
  99. package/figma/atlassian-dark.json +108 -108
  100. package/figma/atlassian-light-increased-contrast.json +123 -123
  101. package/figma/atlassian-light.json +100 -100
  102. package/package.json +1 -4
  103. package/report.api.md +59 -20
  104. package/tmp/api-report-tmp.d.ts +53 -7
  105. package/dist/cjs/artifacts/palettes-raw/updated-saturated-palette.js +0 -2257
  106. package/dist/cjs/artifacts/themes/atlassian-dark-saturated-palette-changes.js +0 -12
  107. package/dist/cjs/artifacts/themes/atlassian-light-saturated-palette-changes.js +0 -12
  108. package/dist/cjs/artifacts/tokens-raw/atlassian-dark-saturated-palette-changes.js +0 -8683
  109. package/dist/cjs/artifacts/tokens-raw/atlassian-light-saturated-palette-changes.js +0 -8645
  110. package/dist/es2019/artifacts/palettes-raw/updated-saturated-palette.js +0 -2251
  111. package/dist/es2019/artifacts/themes/atlassian-dark-saturated-palette-changes.js +0 -399
  112. package/dist/es2019/artifacts/themes/atlassian-light-saturated-palette-changes.js +0 -399
  113. package/dist/es2019/artifacts/tokens-raw/atlassian-dark-saturated-palette-changes.js +0 -8677
  114. package/dist/es2019/artifacts/tokens-raw/atlassian-light-saturated-palette-changes.js +0 -8639
  115. package/dist/esm/artifacts/palettes-raw/updated-saturated-palette.js +0 -2251
  116. package/dist/esm/artifacts/themes/atlassian-dark-saturated-palette-changes.js +0 -6
  117. package/dist/esm/artifacts/themes/atlassian-light-saturated-palette-changes.js +0 -6
  118. package/dist/esm/artifacts/tokens-raw/atlassian-dark-saturated-palette-changes.js +0 -8677
  119. package/dist/esm/artifacts/tokens-raw/atlassian-light-saturated-palette-changes.js +0 -8639
  120. package/dist/types/artifacts/palettes-raw/updated-saturated-palette.d.ts +0 -41
  121. package/dist/types/artifacts/themes/atlassian-dark-saturated-palette-changes.d.ts +0 -7
  122. package/dist/types/artifacts/themes/atlassian-light-saturated-palette-changes.d.ts +0 -7
  123. package/dist/types/artifacts/tokens-raw/atlassian-dark-saturated-palette-changes.d.ts +0 -109
  124. package/dist/types/artifacts/tokens-raw/atlassian-light-saturated-palette-changes.d.ts +0 -89
  125. package/dist/types-ts4.5/artifacts/palettes-raw/updated-saturated-palette.d.ts +0 -41
  126. package/dist/types-ts4.5/artifacts/themes/atlassian-dark-saturated-palette-changes.d.ts +0 -7
  127. package/dist/types-ts4.5/artifacts/themes/atlassian-light-saturated-palette-changes.d.ts +0 -7
  128. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-saturated-palette-changes.d.ts +0 -109
  129. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-saturated-palette-changes.d.ts +0 -89
  130. package/figma/atlassian-dark-saturated-palette-changes.json +0 -3540
  131. package/figma/atlassian-light-saturated-palette-changes.json +0 -3519
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.default = void 0;
7
7
  /**
8
8
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
9
- * @codegen <<SignedSource::894a2246e0d63fa705c91951a50a4a92>>
9
+ * @codegen <<SignedSource::f47d9f47ef16beee5acf8619a5053ef1>>
10
10
  * @codegenCommand yarn build tokens
11
11
  */
12
12
  var tokens = [{
@@ -54,7 +54,7 @@ var tokens = [{
54
54
  "path": ["color", "text", "accent", "lime", "[default]"],
55
55
  "cleanName": "color.text.accent.lime"
56
56
  }, {
57
- "value": "#EEFBDA",
57
+ "value": "#EFFFD6",
58
58
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
59
59
  "isSource": true,
60
60
  "attributes": {
@@ -76,7 +76,7 @@ var tokens = [{
76
76
  "path": ["color", "text", "accent", "lime", "bolder"],
77
77
  "cleanName": "color.text.accent.lime.bolder"
78
78
  }, {
79
- "value": "#FFD2CC",
79
+ "value": "#FFD5D2",
80
80
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
81
81
  "isSource": true,
82
82
  "attributes": {
@@ -98,7 +98,7 @@ var tokens = [{
98
98
  "path": ["color", "text", "accent", "red", "[default]"],
99
99
  "cleanName": "color.text.accent.red"
100
100
  }, {
101
- "value": "#FFEDEB",
101
+ "value": "#FFECEB",
102
102
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
103
103
  "isSource": true,
104
104
  "attributes": {
@@ -120,7 +120,7 @@ var tokens = [{
120
120
  "path": ["color", "text", "accent", "red", "bolder"],
121
121
  "cleanName": "color.text.accent.red.bolder"
122
122
  }, {
123
- "value": "#FFE2BD",
123
+ "value": "#FEDEC8",
124
124
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
125
125
  "isSource": true,
126
126
  "attributes": {
@@ -142,7 +142,7 @@ var tokens = [{
142
142
  "path": ["color", "text", "accent", "orange", "[default]"],
143
143
  "cleanName": "color.text.accent.orange"
144
144
  }, {
145
- "value": "#FFF4E5",
145
+ "value": "#FFF3EB",
146
146
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
147
147
  "isSource": true,
148
148
  "attributes": {
@@ -230,7 +230,7 @@ var tokens = [{
230
230
  "path": ["color", "text", "accent", "green", "[default]"],
231
231
  "cleanName": "color.text.accent.green"
232
232
  }, {
233
- "value": "#DFFCF0",
233
+ "value": "#DCFFF1",
234
234
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
235
235
  "isSource": true,
236
236
  "attributes": {
@@ -252,7 +252,7 @@ var tokens = [{
252
252
  "path": ["color", "text", "accent", "green", "bolder"],
253
253
  "cleanName": "color.text.accent.green.bolder"
254
254
  }, {
255
- "value": "#C1F0F5",
255
+ "value": "#C6EDFB",
256
256
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
257
257
  "isSource": true,
258
258
  "attributes": {
@@ -274,7 +274,7 @@ var tokens = [{
274
274
  "path": ["color", "text", "accent", "teal", "[default]"],
275
275
  "cleanName": "color.text.accent.teal"
276
276
  }, {
277
- "value": "#E3FAFC",
277
+ "value": "#E7F9FF",
278
278
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
279
279
  "isSource": true,
280
280
  "attributes": {
@@ -560,7 +560,7 @@ var tokens = [{
560
560
  "path": ["color", "text", "brand"],
561
561
  "cleanName": "color.text.brand"
562
562
  }, {
563
- "value": "#FFD2CC",
563
+ "value": "#FFD5D2",
564
564
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/text.tsx",
565
565
  "isSource": true,
566
566
  "attributes": {
@@ -582,7 +582,7 @@ var tokens = [{
582
582
  "path": ["color", "text", "danger"],
583
583
  "cleanName": "color.text.danger"
584
584
  }, {
585
- "value": "#FFE2BD",
585
+ "value": "#FEDEC8",
586
586
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/text.tsx",
587
587
  "isSource": true,
588
588
  "attributes": {
@@ -846,7 +846,7 @@ var tokens = [{
846
846
  "path": ["color", "icon", "accent", "lime"],
847
847
  "cleanName": "color.icon.accent.lime"
848
848
  }, {
849
- "value": "#FF9C8F",
849
+ "value": "#FD9891",
850
850
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
851
851
  "isSource": true,
852
852
  "attributes": {
@@ -868,7 +868,7 @@ var tokens = [{
868
868
  "path": ["color", "icon", "accent", "red"],
869
869
  "cleanName": "color.icon.accent.red"
870
870
  }, {
871
- "value": "#FEC57B",
871
+ "value": "#FEC195",
872
872
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
873
873
  "isSource": true,
874
874
  "attributes": {
@@ -934,7 +934,7 @@ var tokens = [{
934
934
  "path": ["color", "icon", "accent", "green"],
935
935
  "cleanName": "color.icon.accent.green"
936
936
  }, {
937
- "value": "#8BDBE5",
937
+ "value": "#9DD9EE",
938
938
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
939
939
  "isSource": true,
940
940
  "attributes": {
@@ -1132,7 +1132,7 @@ var tokens = [{
1132
1132
  "path": ["color", "icon", "brand"],
1133
1133
  "cleanName": "color.icon.brand"
1134
1134
  }, {
1135
- "value": "#F87462",
1135
+ "value": "#F87168",
1136
1136
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/icon.tsx",
1137
1137
  "isSource": true,
1138
1138
  "attributes": {
@@ -1154,7 +1154,7 @@ var tokens = [{
1154
1154
  "path": ["color", "icon", "danger"],
1155
1155
  "cleanName": "color.icon.danger"
1156
1156
  }, {
1157
- "value": "#FEC57B",
1157
+ "value": "#FEC195",
1158
1158
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/icon.tsx",
1159
1159
  "isSource": true,
1160
1160
  "attributes": {
@@ -1330,7 +1330,7 @@ var tokens = [{
1330
1330
  "path": ["color", "border", "accent", "lime"],
1331
1331
  "cleanName": "color.border.accent.lime"
1332
1332
  }, {
1333
- "value": "#FF9C8F",
1333
+ "value": "#FD9891",
1334
1334
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
1335
1335
  "isSource": true,
1336
1336
  "attributes": {
@@ -1352,7 +1352,7 @@ var tokens = [{
1352
1352
  "path": ["color", "border", "accent", "red"],
1353
1353
  "cleanName": "color.border.accent.red"
1354
1354
  }, {
1355
- "value": "#FEC57B",
1355
+ "value": "#FEC195",
1356
1356
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
1357
1357
  "isSource": true,
1358
1358
  "attributes": {
@@ -1418,7 +1418,7 @@ var tokens = [{
1418
1418
  "path": ["color", "border", "accent", "green"],
1419
1419
  "cleanName": "color.border.accent.green"
1420
1420
  }, {
1421
- "value": "#8BDBE5",
1421
+ "value": "#9DD9EE",
1422
1422
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
1423
1423
  "isSource": true,
1424
1424
  "attributes": {
@@ -1660,7 +1660,7 @@ var tokens = [{
1660
1660
  "path": ["color", "border", "brand"],
1661
1661
  "cleanName": "color.border.brand"
1662
1662
  }, {
1663
- "value": "#F87462",
1663
+ "value": "#F87168",
1664
1664
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/border.tsx",
1665
1665
  "isSource": true,
1666
1666
  "attributes": {
@@ -1682,7 +1682,7 @@ var tokens = [{
1682
1682
  "path": ["color", "border", "danger"],
1683
1683
  "cleanName": "color.border.danger"
1684
1684
  }, {
1685
- "value": "#FEC57B",
1685
+ "value": "#FEC195",
1686
1686
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/border.tsx",
1687
1687
  "isSource": true,
1688
1688
  "attributes": {
@@ -1792,7 +1792,7 @@ var tokens = [{
1792
1792
  "path": ["color", "border", "bold"],
1793
1793
  "cleanName": "color.border.bold"
1794
1794
  }, {
1795
- "value": "#2A3818",
1795
+ "value": "#28311B",
1796
1796
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
1797
1797
  "isSource": false,
1798
1798
  "attributes": {
@@ -1968,7 +1968,7 @@ var tokens = [{
1968
1968
  "path": ["color", "background", "accent", "lime", "subtle", "hovered"],
1969
1969
  "cleanName": "color.background.accent.lime.subtle.hovered"
1970
1970
  }, {
1971
- "value": "#2A3818",
1971
+ "value": "#28311B",
1972
1972
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
1973
1973
  "isSource": false,
1974
1974
  "attributes": {
@@ -2012,7 +2012,7 @@ var tokens = [{
2012
2012
  "path": ["color", "background", "accent", "lime", "bolder", "[default]"],
2013
2013
  "cleanName": "color.background.accent.lime.bolder"
2014
2014
  }, {
2015
- "value": "#EEFBDA",
2015
+ "value": "#EFFFD6",
2016
2016
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
2017
2017
  "isSource": true,
2018
2018
  "attributes": {
@@ -2056,7 +2056,7 @@ var tokens = [{
2056
2056
  "path": ["color", "background", "accent", "lime", "bolder", "pressed"],
2057
2057
  "cleanName": "color.background.accent.lime.bolder.pressed"
2058
2058
  }, {
2059
- "value": "#4F1C16",
2059
+ "value": "#42221F",
2060
2060
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2061
2061
  "isSource": false,
2062
2062
  "attributes": {
@@ -2078,7 +2078,7 @@ var tokens = [{
2078
2078
  "path": ["color", "background", "accent", "red", "subtlest", "[default]"],
2079
2079
  "cleanName": "color.background.accent.red.subtlest"
2080
2080
  }, {
2081
- "value": "#601E16",
2081
+ "value": "#5D1F1A",
2082
2082
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2083
2083
  "isSource": false,
2084
2084
  "attributes": {
@@ -2100,7 +2100,7 @@ var tokens = [{
2100
2100
  "path": ["color", "background", "accent", "red", "subtlest", "hovered"],
2101
2101
  "cleanName": "color.background.accent.red.subtlest.hovered"
2102
2102
  }, {
2103
- "value": "#AE2A19",
2103
+ "value": "#AE2E24",
2104
2104
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2105
2105
  "isSource": false,
2106
2106
  "attributes": {
@@ -2122,7 +2122,7 @@ var tokens = [{
2122
2122
  "path": ["color", "background", "accent", "red", "subtlest", "pressed"],
2123
2123
  "cleanName": "color.background.accent.red.subtlest.pressed"
2124
2124
  }, {
2125
- "value": "#601E16",
2125
+ "value": "#5D1F1A",
2126
2126
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2127
2127
  "isSource": false,
2128
2128
  "attributes": {
@@ -2144,7 +2144,7 @@ var tokens = [{
2144
2144
  "path": ["color", "background", "accent", "red", "subtler", "[default]"],
2145
2145
  "cleanName": "color.background.accent.red.subtler"
2146
2146
  }, {
2147
- "value": "#AE2A19",
2147
+ "value": "#AE2E24",
2148
2148
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2149
2149
  "isSource": false,
2150
2150
  "attributes": {
@@ -2166,7 +2166,7 @@ var tokens = [{
2166
2166
  "path": ["color", "background", "accent", "red", "subtler", "hovered"],
2167
2167
  "cleanName": "color.background.accent.red.subtler.hovered"
2168
2168
  }, {
2169
- "value": "#CA3521",
2169
+ "value": "#C9372C",
2170
2170
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2171
2171
  "isSource": false,
2172
2172
  "attributes": {
@@ -2188,7 +2188,7 @@ var tokens = [{
2188
2188
  "path": ["color", "background", "accent", "red", "subtler", "pressed"],
2189
2189
  "cleanName": "color.background.accent.red.subtler.pressed"
2190
2190
  }, {
2191
- "value": "#AE2A19",
2191
+ "value": "#AE2E24",
2192
2192
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2193
2193
  "isSource": false,
2194
2194
  "attributes": {
@@ -2210,7 +2210,7 @@ var tokens = [{
2210
2210
  "path": ["color", "background", "accent", "red", "subtle", "[default]"],
2211
2211
  "cleanName": "color.background.accent.red.subtle"
2212
2212
  }, {
2213
- "value": "#601E16",
2213
+ "value": "#5D1F1A",
2214
2214
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2215
2215
  "isSource": false,
2216
2216
  "attributes": {
@@ -2232,7 +2232,7 @@ var tokens = [{
2232
2232
  "path": ["color", "background", "accent", "red", "subtle", "hovered"],
2233
2233
  "cleanName": "color.background.accent.red.subtle.hovered"
2234
2234
  }, {
2235
- "value": "#4F1C16",
2235
+ "value": "#42221F",
2236
2236
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2237
2237
  "isSource": false,
2238
2238
  "attributes": {
@@ -2254,7 +2254,7 @@ var tokens = [{
2254
2254
  "path": ["color", "background", "accent", "red", "subtle", "pressed"],
2255
2255
  "cleanName": "color.background.accent.red.subtle.pressed"
2256
2256
  }, {
2257
- "value": "#FFD2CC",
2257
+ "value": "#FFD5D2",
2258
2258
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
2259
2259
  "isSource": true,
2260
2260
  "attributes": {
@@ -2276,7 +2276,7 @@ var tokens = [{
2276
2276
  "path": ["color", "background", "accent", "red", "bolder", "[default]"],
2277
2277
  "cleanName": "color.background.accent.red.bolder"
2278
2278
  }, {
2279
- "value": "#FFEDEB",
2279
+ "value": "#FFECEB",
2280
2280
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
2281
2281
  "isSource": true,
2282
2282
  "attributes": {
@@ -2298,7 +2298,7 @@ var tokens = [{
2298
2298
  "path": ["color", "background", "accent", "red", "bolder", "hovered"],
2299
2299
  "cleanName": "color.background.accent.red.bolder.hovered"
2300
2300
  }, {
2301
- "value": "#FFD2CC",
2301
+ "value": "#FFD5D2",
2302
2302
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2303
2303
  "isSource": false,
2304
2304
  "attributes": {
@@ -2320,7 +2320,7 @@ var tokens = [{
2320
2320
  "path": ["color", "background", "accent", "red", "bolder", "pressed"],
2321
2321
  "cleanName": "color.background.accent.red.bolder.pressed"
2322
2322
  }, {
2323
- "value": "#4A2B0F",
2323
+ "value": "#38291E",
2324
2324
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2325
2325
  "isSource": false,
2326
2326
  "attributes": {
@@ -2342,7 +2342,7 @@ var tokens = [{
2342
2342
  "path": ["color", "background", "accent", "orange", "subtlest", "[default]"],
2343
2343
  "cleanName": "color.background.accent.orange.subtlest"
2344
2344
  }, {
2345
- "value": "#5F3811",
2345
+ "value": "#702E00",
2346
2346
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2347
2347
  "isSource": false,
2348
2348
  "attributes": {
@@ -2364,7 +2364,7 @@ var tokens = [{
2364
2364
  "path": ["color", "background", "accent", "orange", "subtlest", "hovered"],
2365
2365
  "cleanName": "color.background.accent.orange.subtlest.hovered"
2366
2366
  }, {
2367
- "value": "#974F0C",
2367
+ "value": "#A54800",
2368
2368
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2369
2369
  "isSource": false,
2370
2370
  "attributes": {
@@ -2386,7 +2386,7 @@ var tokens = [{
2386
2386
  "path": ["color", "background", "accent", "orange", "subtlest", "pressed"],
2387
2387
  "cleanName": "color.background.accent.orange.subtlest.pressed"
2388
2388
  }, {
2389
- "value": "#5F3811",
2389
+ "value": "#702E00",
2390
2390
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2391
2391
  "isSource": false,
2392
2392
  "attributes": {
@@ -2408,7 +2408,7 @@ var tokens = [{
2408
2408
  "path": ["color", "background", "accent", "orange", "subtler", "[default]"],
2409
2409
  "cleanName": "color.background.accent.orange.subtler"
2410
2410
  }, {
2411
- "value": "#974F0C",
2411
+ "value": "#A54800",
2412
2412
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2413
2413
  "isSource": false,
2414
2414
  "attributes": {
@@ -2430,7 +2430,7 @@ var tokens = [{
2430
2430
  "path": ["color", "background", "accent", "orange", "subtler", "hovered"],
2431
2431
  "cleanName": "color.background.accent.orange.subtler.hovered"
2432
2432
  }, {
2433
- "value": "#B65C02",
2433
+ "value": "#C25100",
2434
2434
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2435
2435
  "isSource": false,
2436
2436
  "attributes": {
@@ -2452,7 +2452,7 @@ var tokens = [{
2452
2452
  "path": ["color", "background", "accent", "orange", "subtler", "pressed"],
2453
2453
  "cleanName": "color.background.accent.orange.subtler.pressed"
2454
2454
  }, {
2455
- "value": "#974F0C",
2455
+ "value": "#A54800",
2456
2456
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2457
2457
  "isSource": false,
2458
2458
  "attributes": {
@@ -2474,7 +2474,7 @@ var tokens = [{
2474
2474
  "path": ["color", "background", "accent", "orange", "subtle", "[default]"],
2475
2475
  "cleanName": "color.background.accent.orange.subtle"
2476
2476
  }, {
2477
- "value": "#5F3811",
2477
+ "value": "#702E00",
2478
2478
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2479
2479
  "isSource": false,
2480
2480
  "attributes": {
@@ -2496,7 +2496,7 @@ var tokens = [{
2496
2496
  "path": ["color", "background", "accent", "orange", "subtle", "hovered"],
2497
2497
  "cleanName": "color.background.accent.orange.subtle.hovered"
2498
2498
  }, {
2499
- "value": "#4A2B0F",
2499
+ "value": "#38291E",
2500
2500
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2501
2501
  "isSource": false,
2502
2502
  "attributes": {
@@ -2518,7 +2518,7 @@ var tokens = [{
2518
2518
  "path": ["color", "background", "accent", "orange", "subtle", "pressed"],
2519
2519
  "cleanName": "color.background.accent.orange.subtle.pressed"
2520
2520
  }, {
2521
- "value": "#FFE2BD",
2521
+ "value": "#FEDEC8",
2522
2522
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
2523
2523
  "isSource": true,
2524
2524
  "attributes": {
@@ -2540,7 +2540,7 @@ var tokens = [{
2540
2540
  "path": ["color", "background", "accent", "orange", "bolder", "[default]"],
2541
2541
  "cleanName": "color.background.accent.orange.bolder"
2542
2542
  }, {
2543
- "value": "#FFF4E5",
2543
+ "value": "#FFF3EB",
2544
2544
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
2545
2545
  "isSource": true,
2546
2546
  "attributes": {
@@ -2562,7 +2562,7 @@ var tokens = [{
2562
2562
  "path": ["color", "background", "accent", "orange", "bolder", "hovered"],
2563
2563
  "cleanName": "color.background.accent.orange.bolder.hovered"
2564
2564
  }, {
2565
- "value": "#FFE2BD",
2565
+ "value": "#FEDEC8",
2566
2566
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2567
2567
  "isSource": false,
2568
2568
  "attributes": {
@@ -2584,7 +2584,7 @@ var tokens = [{
2584
2584
  "path": ["color", "background", "accent", "orange", "bolder", "pressed"],
2585
2585
  "cleanName": "color.background.accent.orange.bolder.pressed"
2586
2586
  }, {
2587
- "value": "#3F3102",
2587
+ "value": "#332E1B",
2588
2588
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2589
2589
  "isSource": false,
2590
2590
  "attributes": {
@@ -2760,7 +2760,7 @@ var tokens = [{
2760
2760
  "path": ["color", "background", "accent", "yellow", "subtle", "hovered"],
2761
2761
  "cleanName": "color.background.accent.yellow.subtle.hovered"
2762
2762
  }, {
2763
- "value": "#3F3102",
2763
+ "value": "#332E1B",
2764
2764
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2765
2765
  "isSource": false,
2766
2766
  "attributes": {
@@ -2848,7 +2848,7 @@ var tokens = [{
2848
2848
  "path": ["color", "background", "accent", "yellow", "bolder", "pressed"],
2849
2849
  "cleanName": "color.background.accent.yellow.bolder.pressed"
2850
2850
  }, {
2851
- "value": "#143C2B",
2851
+ "value": "#1C3329",
2852
2852
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2853
2853
  "isSource": false,
2854
2854
  "attributes": {
@@ -3024,7 +3024,7 @@ var tokens = [{
3024
3024
  "path": ["color", "background", "accent", "green", "subtle", "hovered"],
3025
3025
  "cleanName": "color.background.accent.green.subtle.hovered"
3026
3026
  }, {
3027
- "value": "#143C2B",
3027
+ "value": "#1C3329",
3028
3028
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3029
3029
  "isSource": false,
3030
3030
  "attributes": {
@@ -3068,7 +3068,7 @@ var tokens = [{
3068
3068
  "path": ["color", "background", "accent", "green", "bolder", "[default]"],
3069
3069
  "cleanName": "color.background.accent.green.bolder"
3070
3070
  }, {
3071
- "value": "#DFFCF0",
3071
+ "value": "#DCFFF1",
3072
3072
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
3073
3073
  "isSource": true,
3074
3074
  "attributes": {
@@ -3112,7 +3112,7 @@ var tokens = [{
3112
3112
  "path": ["color", "background", "accent", "green", "bolder", "pressed"],
3113
3113
  "cleanName": "color.background.accent.green.bolder.pressed"
3114
3114
  }, {
3115
- "value": "#15373B",
3115
+ "value": "#1E3137",
3116
3116
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3117
3117
  "isSource": false,
3118
3118
  "attributes": {
@@ -3134,7 +3134,7 @@ var tokens = [{
3134
3134
  "path": ["color", "background", "accent", "teal", "subtlest", "[default]"],
3135
3135
  "cleanName": "color.background.accent.teal.subtlest"
3136
3136
  }, {
3137
- "value": "#1D474C",
3137
+ "value": "#164555",
3138
3138
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3139
3139
  "isSource": false,
3140
3140
  "attributes": {
@@ -3156,7 +3156,7 @@ var tokens = [{
3156
3156
  "path": ["color", "background", "accent", "teal", "subtlest", "hovered"],
3157
3157
  "cleanName": "color.background.accent.teal.subtlest.hovered"
3158
3158
  }, {
3159
- "value": "#206B74",
3159
+ "value": "#206A83",
3160
3160
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3161
3161
  "isSource": false,
3162
3162
  "attributes": {
@@ -3178,7 +3178,7 @@ var tokens = [{
3178
3178
  "path": ["color", "background", "accent", "teal", "subtlest", "pressed"],
3179
3179
  "cleanName": "color.background.accent.teal.subtlest.pressed"
3180
3180
  }, {
3181
- "value": "#1D474C",
3181
+ "value": "#164555",
3182
3182
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3183
3183
  "isSource": false,
3184
3184
  "attributes": {
@@ -3200,7 +3200,7 @@ var tokens = [{
3200
3200
  "path": ["color", "background", "accent", "teal", "subtler", "[default]"],
3201
3201
  "cleanName": "color.background.accent.teal.subtler"
3202
3202
  }, {
3203
- "value": "#206B74",
3203
+ "value": "#206A83",
3204
3204
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3205
3205
  "isSource": false,
3206
3206
  "attributes": {
@@ -3222,7 +3222,7 @@ var tokens = [{
3222
3222
  "path": ["color", "background", "accent", "teal", "subtler", "hovered"],
3223
3223
  "cleanName": "color.background.accent.teal.subtler.hovered"
3224
3224
  }, {
3225
- "value": "#1D7F8C",
3225
+ "value": "#227D9B",
3226
3226
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3227
3227
  "isSource": false,
3228
3228
  "attributes": {
@@ -3244,7 +3244,7 @@ var tokens = [{
3244
3244
  "path": ["color", "background", "accent", "teal", "subtler", "pressed"],
3245
3245
  "cleanName": "color.background.accent.teal.subtler.pressed"
3246
3246
  }, {
3247
- "value": "#206B74",
3247
+ "value": "#206A83",
3248
3248
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3249
3249
  "isSource": false,
3250
3250
  "attributes": {
@@ -3266,7 +3266,7 @@ var tokens = [{
3266
3266
  "path": ["color", "background", "accent", "teal", "subtle", "[default]"],
3267
3267
  "cleanName": "color.background.accent.teal.subtle"
3268
3268
  }, {
3269
- "value": "#1D474C",
3269
+ "value": "#164555",
3270
3270
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3271
3271
  "isSource": false,
3272
3272
  "attributes": {
@@ -3288,7 +3288,7 @@ var tokens = [{
3288
3288
  "path": ["color", "background", "accent", "teal", "subtle", "hovered"],
3289
3289
  "cleanName": "color.background.accent.teal.subtle.hovered"
3290
3290
  }, {
3291
- "value": "#15373B",
3291
+ "value": "#1E3137",
3292
3292
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3293
3293
  "isSource": false,
3294
3294
  "attributes": {
@@ -3310,7 +3310,7 @@ var tokens = [{
3310
3310
  "path": ["color", "background", "accent", "teal", "subtle", "pressed"],
3311
3311
  "cleanName": "color.background.accent.teal.subtle.pressed"
3312
3312
  }, {
3313
- "value": "#C1F0F5",
3313
+ "value": "#C6EDFB",
3314
3314
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
3315
3315
  "isSource": true,
3316
3316
  "attributes": {
@@ -3332,7 +3332,7 @@ var tokens = [{
3332
3332
  "path": ["color", "background", "accent", "teal", "bolder", "[default]"],
3333
3333
  "cleanName": "color.background.accent.teal.bolder"
3334
3334
  }, {
3335
- "value": "#E3FAFC",
3335
+ "value": "#E7F9FF",
3336
3336
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
3337
3337
  "isSource": true,
3338
3338
  "attributes": {
@@ -3354,7 +3354,7 @@ var tokens = [{
3354
3354
  "path": ["color", "background", "accent", "teal", "bolder", "hovered"],
3355
3355
  "cleanName": "color.background.accent.teal.bolder.hovered"
3356
3356
  }, {
3357
- "value": "#C1F0F5",
3357
+ "value": "#C6EDFB",
3358
3358
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3359
3359
  "isSource": false,
3360
3360
  "attributes": {
@@ -3376,7 +3376,7 @@ var tokens = [{
3376
3376
  "path": ["color", "background", "accent", "teal", "bolder", "pressed"],
3377
3377
  "cleanName": "color.background.accent.teal.bolder.pressed"
3378
3378
  }, {
3379
- "value": "#092957",
3379
+ "value": "#1C2B41",
3380
3380
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3381
3381
  "isSource": false,
3382
3382
  "attributes": {
@@ -3552,7 +3552,7 @@ var tokens = [{
3552
3552
  "path": ["color", "background", "accent", "blue", "subtle", "hovered"],
3553
3553
  "cleanName": "color.background.accent.blue.subtle.hovered"
3554
3554
  }, {
3555
- "value": "#092957",
3555
+ "value": "#1C2B41",
3556
3556
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3557
3557
  "isSource": false,
3558
3558
  "attributes": {
@@ -3640,7 +3640,7 @@ var tokens = [{
3640
3640
  "path": ["color", "background", "accent", "blue", "bolder", "pressed"],
3641
3641
  "cleanName": "color.background.accent.blue.bolder.pressed"
3642
3642
  }, {
3643
- "value": "#2B2451",
3643
+ "value": "#2B273F",
3644
3644
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3645
3645
  "isSource": false,
3646
3646
  "attributes": {
@@ -3816,7 +3816,7 @@ var tokens = [{
3816
3816
  "path": ["color", "background", "accent", "purple", "subtle", "hovered"],
3817
3817
  "cleanName": "color.background.accent.purple.subtle.hovered"
3818
3818
  }, {
3819
- "value": "#2B2451",
3819
+ "value": "#2B273F",
3820
3820
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3821
3821
  "isSource": false,
3822
3822
  "attributes": {
@@ -3904,7 +3904,7 @@ var tokens = [{
3904
3904
  "path": ["color", "background", "accent", "purple", "bolder", "pressed"],
3905
3905
  "cleanName": "color.background.accent.purple.bolder.pressed"
3906
3906
  }, {
3907
- "value": "#421F34",
3907
+ "value": "#3D2232",
3908
3908
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3909
3909
  "isSource": false,
3910
3910
  "attributes": {
@@ -4080,7 +4080,7 @@ var tokens = [{
4080
4080
  "path": ["color", "background", "accent", "magenta", "subtle", "hovered"],
4081
4081
  "cleanName": "color.background.accent.magenta.subtle.hovered"
4082
4082
  }, {
4083
- "value": "#421F34",
4083
+ "value": "#3D2232",
4084
4084
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
4085
4085
  "isSource": false,
4086
4086
  "attributes": {
@@ -4784,7 +4784,7 @@ var tokens = [{
4784
4784
  "path": ["color", "background", "neutral", "bold", "pressed"],
4785
4785
  "cleanName": "color.background.neutral.bold.pressed"
4786
4786
  }, {
4787
- "value": "#092957",
4787
+ "value": "#1C2B41",
4788
4788
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
4789
4789
  "isSource": false,
4790
4790
  "attributes": {
@@ -4916,7 +4916,7 @@ var tokens = [{
4916
4916
  "path": ["color", "background", "selected", "bold", "pressed"],
4917
4917
  "cleanName": "color.background.selected.bold.pressed"
4918
4918
  }, {
4919
- "value": "#092957",
4919
+ "value": "#1C2B41",
4920
4920
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
4921
4921
  "isSource": false,
4922
4922
  "attributes": {
@@ -5114,7 +5114,7 @@ var tokens = [{
5114
5114
  "path": ["color", "background", "brand", "boldest", "pressed"],
5115
5115
  "cleanName": "color.background.brand.boldest.pressed"
5116
5116
  }, {
5117
- "value": "#4F1C16",
5117
+ "value": "#42221F",
5118
5118
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5119
5119
  "isSource": false,
5120
5120
  "attributes": {
@@ -5136,7 +5136,7 @@ var tokens = [{
5136
5136
  "path": ["color", "background", "danger", "[default]", "[default]"],
5137
5137
  "cleanName": "color.background.danger"
5138
5138
  }, {
5139
- "value": "#601E16",
5139
+ "value": "#5D1F1A",
5140
5140
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5141
5141
  "isSource": false,
5142
5142
  "attributes": {
@@ -5158,7 +5158,7 @@ var tokens = [{
5158
5158
  "path": ["color", "background", "danger", "[default]", "hovered"],
5159
5159
  "cleanName": "color.background.danger.hovered"
5160
5160
  }, {
5161
- "value": "#AE2A19",
5161
+ "value": "#AE2E24",
5162
5162
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5163
5163
  "isSource": false,
5164
5164
  "attributes": {
@@ -5180,7 +5180,7 @@ var tokens = [{
5180
5180
  "path": ["color", "background", "danger", "[default]", "pressed"],
5181
5181
  "cleanName": "color.background.danger.pressed"
5182
5182
  }, {
5183
- "value": "#FFD2CC",
5183
+ "value": "#FFD5D2",
5184
5184
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/background.tsx",
5185
5185
  "isSource": true,
5186
5186
  "attributes": {
@@ -5202,7 +5202,7 @@ var tokens = [{
5202
5202
  "path": ["color", "background", "danger", "bold", "[default]"],
5203
5203
  "cleanName": "color.background.danger.bold"
5204
5204
  }, {
5205
- "value": "#FFEDEB",
5205
+ "value": "#FFECEB",
5206
5206
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/background.tsx",
5207
5207
  "isSource": true,
5208
5208
  "attributes": {
@@ -5246,7 +5246,7 @@ var tokens = [{
5246
5246
  "path": ["color", "background", "danger", "bold", "pressed"],
5247
5247
  "cleanName": "color.background.danger.bold.pressed"
5248
5248
  }, {
5249
- "value": "#3F3102",
5249
+ "value": "#332E1B",
5250
5250
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5251
5251
  "isSource": false,
5252
5252
  "attributes": {
@@ -5378,7 +5378,7 @@ var tokens = [{
5378
5378
  "path": ["color", "background", "warning", "bold", "pressed"],
5379
5379
  "cleanName": "color.background.warning.bold.pressed"
5380
5380
  }, {
5381
- "value": "#143C2B",
5381
+ "value": "#1C3329",
5382
5382
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5383
5383
  "isSource": false,
5384
5384
  "attributes": {
@@ -5466,7 +5466,7 @@ var tokens = [{
5466
5466
  "path": ["color", "background", "success", "bold", "[default]"],
5467
5467
  "cleanName": "color.background.success.bold"
5468
5468
  }, {
5469
- "value": "#DFFCF0",
5469
+ "value": "#DCFFF1",
5470
5470
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/background.tsx",
5471
5471
  "isSource": true,
5472
5472
  "attributes": {
@@ -5510,7 +5510,7 @@ var tokens = [{
5510
5510
  "path": ["color", "background", "success", "bold", "pressed"],
5511
5511
  "cleanName": "color.background.success.bold.pressed"
5512
5512
  }, {
5513
- "value": "#2B2451",
5513
+ "value": "#2B273F",
5514
5514
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5515
5515
  "isSource": false,
5516
5516
  "attributes": {
@@ -5642,7 +5642,7 @@ var tokens = [{
5642
5642
  "path": ["color", "background", "discovery", "bold", "pressed"],
5643
5643
  "cleanName": "color.background.discovery.bold.pressed"
5644
5644
  }, {
5645
- "value": "#092957",
5645
+ "value": "#1C2B41",
5646
5646
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5647
5647
  "isSource": false,
5648
5648
  "attributes": {
@@ -5928,7 +5928,7 @@ var tokens = [{
5928
5928
  "path": ["color", "skeleton", "subtle"],
5929
5929
  "cleanName": "color.skeleton.subtle"
5930
5930
  }, {
5931
- "value": "#8BDBE5",
5931
+ "value": "#9DD9EE",
5932
5932
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
5933
5933
  "isSource": true,
5934
5934
  "attributes": {
@@ -5950,7 +5950,7 @@ var tokens = [{
5950
5950
  "path": ["color", "chart", "categorical", "1", "[default]"],
5951
5951
  "cleanName": "color.chart.categorical.1"
5952
5952
  }, {
5953
- "value": "#C1F0F5",
5953
+ "value": "#C6EDFB",
5954
5954
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
5955
5955
  "isSource": true,
5956
5956
  "attributes": {
@@ -6016,7 +6016,7 @@ var tokens = [{
6016
6016
  "path": ["color", "chart", "categorical", "2", "hovered"],
6017
6017
  "cleanName": "color.chart.categorical.2.hovered"
6018
6018
  }, {
6019
- "value": "#FEC57B",
6019
+ "value": "#FEC195",
6020
6020
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
6021
6021
  "isSource": true,
6022
6022
  "attributes": {
@@ -6038,7 +6038,7 @@ var tokens = [{
6038
6038
  "path": ["color", "chart", "categorical", "3", "[default]"],
6039
6039
  "cleanName": "color.chart.categorical.3"
6040
6040
  }, {
6041
- "value": "#FFE2BD",
6041
+ "value": "#FEDEC8",
6042
6042
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
6043
6043
  "isSource": true,
6044
6044
  "attributes": {
@@ -6236,7 +6236,7 @@ var tokens = [{
6236
6236
  "path": ["color", "chart", "categorical", "7", "hovered"],
6237
6237
  "cleanName": "color.chart.categorical.7.hovered"
6238
6238
  }, {
6239
- "value": "#FEC57B",
6239
+ "value": "#FEC195",
6240
6240
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6241
6241
  "isSource": false,
6242
6242
  "attributes": {
@@ -6258,7 +6258,7 @@ var tokens = [{
6258
6258
  "path": ["color", "chart", "categorical", "8", "[default]"],
6259
6259
  "cleanName": "color.chart.categorical.8"
6260
6260
  }, {
6261
- "value": "#FFE2BD",
6261
+ "value": "#FEDEC8",
6262
6262
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6263
6263
  "isSource": false,
6264
6264
  "attributes": {
@@ -6346,7 +6346,7 @@ var tokens = [{
6346
6346
  "path": ["color", "chart", "lime", "bolder", "[default]"],
6347
6347
  "cleanName": "color.chart.lime.bolder"
6348
6348
  }, {
6349
- "value": "#EEFBDA",
6349
+ "value": "#EFFFD6",
6350
6350
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
6351
6351
  "isSource": true,
6352
6352
  "attributes": {
@@ -6368,7 +6368,7 @@ var tokens = [{
6368
6368
  "path": ["color", "chart", "lime", "bolder", "hovered"],
6369
6369
  "cleanName": "color.chart.lime.bolder.hovered"
6370
6370
  }, {
6371
- "value": "#EEFBDA",
6371
+ "value": "#EFFFD6",
6372
6372
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
6373
6373
  "isSource": true,
6374
6374
  "attributes": {
@@ -6456,7 +6456,7 @@ var tokens = [{
6456
6456
  "path": ["color", "chart", "neutral", "hovered"],
6457
6457
  "cleanName": "color.chart.neutral.hovered"
6458
6458
  }, {
6459
- "value": "#FF9C8F",
6459
+ "value": "#FD9891",
6460
6460
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
6461
6461
  "isSource": true,
6462
6462
  "attributes": {
@@ -6478,7 +6478,7 @@ var tokens = [{
6478
6478
  "path": ["color", "chart", "red", "bold", "[default]"],
6479
6479
  "cleanName": "color.chart.red.bold"
6480
6480
  }, {
6481
- "value": "#FFD2CC",
6481
+ "value": "#FFD5D2",
6482
6482
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
6483
6483
  "isSource": true,
6484
6484
  "attributes": {
@@ -6500,7 +6500,7 @@ var tokens = [{
6500
6500
  "path": ["color", "chart", "red", "bold", "hovered"],
6501
6501
  "cleanName": "color.chart.red.bold.hovered"
6502
6502
  }, {
6503
- "value": "#FFD2CC",
6503
+ "value": "#FFD5D2",
6504
6504
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
6505
6505
  "isSource": true,
6506
6506
  "attributes": {
@@ -6522,7 +6522,7 @@ var tokens = [{
6522
6522
  "path": ["color", "chart", "red", "bolder", "[default]"],
6523
6523
  "cleanName": "color.chart.red.bolder"
6524
6524
  }, {
6525
- "value": "#FFEDEB",
6525
+ "value": "#FFECEB",
6526
6526
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
6527
6527
  "isSource": true,
6528
6528
  "attributes": {
@@ -6544,7 +6544,7 @@ var tokens = [{
6544
6544
  "path": ["color", "chart", "red", "bolder", "hovered"],
6545
6545
  "cleanName": "color.chart.red.bolder.hovered"
6546
6546
  }, {
6547
- "value": "#FFEDEB",
6547
+ "value": "#FFECEB",
6548
6548
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
6549
6549
  "isSource": true,
6550
6550
  "attributes": {
@@ -6566,7 +6566,7 @@ var tokens = [{
6566
6566
  "path": ["color", "chart", "red", "boldest", "[default]"],
6567
6567
  "cleanName": "color.chart.red.boldest"
6568
6568
  }, {
6569
- "value": "#FFD2CC",
6569
+ "value": "#FFD5D2",
6570
6570
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
6571
6571
  "isSource": true,
6572
6572
  "attributes": {
@@ -6588,7 +6588,7 @@ var tokens = [{
6588
6588
  "path": ["color", "chart", "red", "boldest", "hovered"],
6589
6589
  "cleanName": "color.chart.red.boldest.hovered"
6590
6590
  }, {
6591
- "value": "#FEC57B",
6591
+ "value": "#FEC195",
6592
6592
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
6593
6593
  "isSource": true,
6594
6594
  "attributes": {
@@ -6610,7 +6610,7 @@ var tokens = [{
6610
6610
  "path": ["color", "chart", "orange", "bold", "[default]"],
6611
6611
  "cleanName": "color.chart.orange.bold"
6612
6612
  }, {
6613
- "value": "#FFE2BD",
6613
+ "value": "#FEDEC8",
6614
6614
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
6615
6615
  "isSource": true,
6616
6616
  "attributes": {
@@ -6632,7 +6632,7 @@ var tokens = [{
6632
6632
  "path": ["color", "chart", "orange", "bold", "hovered"],
6633
6633
  "cleanName": "color.chart.orange.bold.hovered"
6634
6634
  }, {
6635
- "value": "#FFE2BD",
6635
+ "value": "#FEDEC8",
6636
6636
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
6637
6637
  "isSource": true,
6638
6638
  "attributes": {
@@ -6654,7 +6654,7 @@ var tokens = [{
6654
6654
  "path": ["color", "chart", "orange", "bolder", "[default]"],
6655
6655
  "cleanName": "color.chart.orange.bolder"
6656
6656
  }, {
6657
- "value": "#FFF4E5",
6657
+ "value": "#FFF3EB",
6658
6658
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
6659
6659
  "isSource": true,
6660
6660
  "attributes": {
@@ -6676,7 +6676,7 @@ var tokens = [{
6676
6676
  "path": ["color", "chart", "orange", "bolder", "hovered"],
6677
6677
  "cleanName": "color.chart.orange.bolder.hovered"
6678
6678
  }, {
6679
- "value": "#FFF4E5",
6679
+ "value": "#FFF3EB",
6680
6680
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
6681
6681
  "isSource": true,
6682
6682
  "attributes": {
@@ -6698,7 +6698,7 @@ var tokens = [{
6698
6698
  "path": ["color", "chart", "orange", "boldest", "[default]"],
6699
6699
  "cleanName": "color.chart.orange.boldest"
6700
6700
  }, {
6701
- "value": "#FFE2BD",
6701
+ "value": "#FEDEC8",
6702
6702
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6703
6703
  "isSource": false,
6704
6704
  "attributes": {
@@ -6918,7 +6918,7 @@ var tokens = [{
6918
6918
  "path": ["color", "chart", "green", "bolder", "[default]"],
6919
6919
  "cleanName": "color.chart.green.bolder"
6920
6920
  }, {
6921
- "value": "#DFFCF0",
6921
+ "value": "#DCFFF1",
6922
6922
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
6923
6923
  "isSource": true,
6924
6924
  "attributes": {
@@ -6940,7 +6940,7 @@ var tokens = [{
6940
6940
  "path": ["color", "chart", "green", "bolder", "hovered"],
6941
6941
  "cleanName": "color.chart.green.bolder.hovered"
6942
6942
  }, {
6943
- "value": "#DFFCF0",
6943
+ "value": "#DCFFF1",
6944
6944
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
6945
6945
  "isSource": true,
6946
6946
  "attributes": {
@@ -6984,7 +6984,7 @@ var tokens = [{
6984
6984
  "path": ["color", "chart", "green", "boldest", "hovered"],
6985
6985
  "cleanName": "color.chart.green.boldest.hovered"
6986
6986
  }, {
6987
- "value": "#8BDBE5",
6987
+ "value": "#9DD9EE",
6988
6988
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
6989
6989
  "isSource": true,
6990
6990
  "attributes": {
@@ -7006,7 +7006,7 @@ var tokens = [{
7006
7006
  "path": ["color", "chart", "teal", "bold", "[default]"],
7007
7007
  "cleanName": "color.chart.teal.bold"
7008
7008
  }, {
7009
- "value": "#C1F0F5",
7009
+ "value": "#C6EDFB",
7010
7010
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
7011
7011
  "isSource": true,
7012
7012
  "attributes": {
@@ -7028,7 +7028,7 @@ var tokens = [{
7028
7028
  "path": ["color", "chart", "teal", "bold", "hovered"],
7029
7029
  "cleanName": "color.chart.teal.bold.hovered"
7030
7030
  }, {
7031
- "value": "#C1F0F5",
7031
+ "value": "#C6EDFB",
7032
7032
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
7033
7033
  "isSource": true,
7034
7034
  "attributes": {
@@ -7050,7 +7050,7 @@ var tokens = [{
7050
7050
  "path": ["color", "chart", "teal", "bolder", "[default]"],
7051
7051
  "cleanName": "color.chart.teal.bolder"
7052
7052
  }, {
7053
- "value": "#E3FAFC",
7053
+ "value": "#E7F9FF",
7054
7054
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
7055
7055
  "isSource": true,
7056
7056
  "attributes": {
@@ -7072,7 +7072,7 @@ var tokens = [{
7072
7072
  "path": ["color", "chart", "teal", "bolder", "hovered"],
7073
7073
  "cleanName": "color.chart.teal.bolder.hovered"
7074
7074
  }, {
7075
- "value": "#E3FAFC",
7075
+ "value": "#E7F9FF",
7076
7076
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
7077
7077
  "isSource": true,
7078
7078
  "attributes": {
@@ -7094,7 +7094,7 @@ var tokens = [{
7094
7094
  "path": ["color", "chart", "teal", "boldest", "[default]"],
7095
7095
  "cleanName": "color.chart.teal.boldest"
7096
7096
  }, {
7097
- "value": "#C1F0F5",
7097
+ "value": "#C6EDFB",
7098
7098
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7099
7099
  "isSource": false,
7100
7100
  "attributes": {
@@ -7688,7 +7688,7 @@ var tokens = [{
7688
7688
  "path": ["color", "chart", "brand", "hovered"],
7689
7689
  "cleanName": "color.chart.brand.hovered"
7690
7690
  }, {
7691
- "value": "#F87462",
7691
+ "value": "#F87168",
7692
7692
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
7693
7693
  "isSource": true,
7694
7694
  "attributes": {
@@ -7710,7 +7710,7 @@ var tokens = [{
7710
7710
  "path": ["color", "chart", "danger", "[default]", "[default]"],
7711
7711
  "cleanName": "color.chart.danger"
7712
7712
  }, {
7713
- "value": "#EF5C48",
7713
+ "value": "#F15B50",
7714
7714
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7715
7715
  "isSource": false,
7716
7716
  "attributes": {
@@ -7732,7 +7732,7 @@ var tokens = [{
7732
7732
  "path": ["color", "chart", "danger", "[default]", "hovered"],
7733
7733
  "cleanName": "color.chart.danger.hovered"
7734
7734
  }, {
7735
- "value": "#FF9C8F",
7735
+ "value": "#FD9891",
7736
7736
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7737
7737
  "isSource": false,
7738
7738
  "attributes": {
@@ -7754,7 +7754,7 @@ var tokens = [{
7754
7754
  "path": ["color", "chart", "danger", "bold", "[default]"],
7755
7755
  "cleanName": "color.chart.danger.bold"
7756
7756
  }, {
7757
- "value": "#FFD2CC",
7757
+ "value": "#FFD5D2",
7758
7758
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7759
7759
  "isSource": false,
7760
7760
  "attributes": {