@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
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::ba4727849cfe1b62059099a594316de7>>
3
+ * @codegen <<SignedSource::13b519ff8291998fc292b5fcb756fdd4>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  var tokens = [{
@@ -48,7 +48,7 @@ var tokens = [{
48
48
  "path": ["color", "text", "accent", "lime", "[default]"],
49
49
  "cleanName": "color.text.accent.lime"
50
50
  }, {
51
- "value": "#2A3818",
51
+ "value": "#28311B",
52
52
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
53
53
  "isSource": true,
54
54
  "attributes": {
@@ -70,7 +70,7 @@ var tokens = [{
70
70
  "path": ["color", "text", "accent", "lime", "bolder"],
71
71
  "cleanName": "color.text.accent.lime.bolder"
72
72
  }, {
73
- "value": "#601E16",
73
+ "value": "#5D1F1A",
74
74
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
75
75
  "isSource": true,
76
76
  "attributes": {
@@ -92,7 +92,7 @@ var tokens = [{
92
92
  "path": ["color", "text", "accent", "red", "[default]"],
93
93
  "cleanName": "color.text.accent.red"
94
94
  }, {
95
- "value": "#4F1C16",
95
+ "value": "#42221F",
96
96
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
97
97
  "isSource": true,
98
98
  "attributes": {
@@ -114,7 +114,7 @@ var tokens = [{
114
114
  "path": ["color", "text", "accent", "red", "bolder"],
115
115
  "cleanName": "color.text.accent.red.bolder"
116
116
  }, {
117
- "value": "#5F3811",
117
+ "value": "#702E00",
118
118
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
119
119
  "isSource": true,
120
120
  "attributes": {
@@ -136,7 +136,7 @@ var tokens = [{
136
136
  "path": ["color", "text", "accent", "orange", "[default]"],
137
137
  "cleanName": "color.text.accent.orange"
138
138
  }, {
139
- "value": "#4A2B0F",
139
+ "value": "#38291E",
140
140
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
141
141
  "isSource": true,
142
142
  "attributes": {
@@ -180,7 +180,7 @@ var tokens = [{
180
180
  "path": ["color", "text", "accent", "yellow", "[default]"],
181
181
  "cleanName": "color.text.accent.yellow"
182
182
  }, {
183
- "value": "#3F3102",
183
+ "value": "#332E1B",
184
184
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
185
185
  "isSource": true,
186
186
  "attributes": {
@@ -224,7 +224,7 @@ var tokens = [{
224
224
  "path": ["color", "text", "accent", "green", "[default]"],
225
225
  "cleanName": "color.text.accent.green"
226
226
  }, {
227
- "value": "#143C2B",
227
+ "value": "#1C3329",
228
228
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
229
229
  "isSource": true,
230
230
  "attributes": {
@@ -246,7 +246,7 @@ var tokens = [{
246
246
  "path": ["color", "text", "accent", "green", "bolder"],
247
247
  "cleanName": "color.text.accent.green.bolder"
248
248
  }, {
249
- "value": "#1D474C",
249
+ "value": "#164555",
250
250
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
251
251
  "isSource": true,
252
252
  "attributes": {
@@ -268,7 +268,7 @@ var tokens = [{
268
268
  "path": ["color", "text", "accent", "teal", "[default]"],
269
269
  "cleanName": "color.text.accent.teal"
270
270
  }, {
271
- "value": "#15373B",
271
+ "value": "#1E3137",
272
272
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
273
273
  "isSource": true,
274
274
  "attributes": {
@@ -312,7 +312,7 @@ var tokens = [{
312
312
  "path": ["color", "text", "accent", "blue", "[default]"],
313
313
  "cleanName": "color.text.accent.blue"
314
314
  }, {
315
- "value": "#092957",
315
+ "value": "#1C2B41",
316
316
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
317
317
  "isSource": true,
318
318
  "attributes": {
@@ -356,7 +356,7 @@ var tokens = [{
356
356
  "path": ["color", "text", "accent", "purple", "[default]"],
357
357
  "cleanName": "color.text.accent.purple"
358
358
  }, {
359
- "value": "#2B2451",
359
+ "value": "#2B273F",
360
360
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
361
361
  "isSource": true,
362
362
  "attributes": {
@@ -400,7 +400,7 @@ var tokens = [{
400
400
  "path": ["color", "text", "accent", "magenta", "[default]"],
401
401
  "cleanName": "color.text.accent.magenta"
402
402
  }, {
403
- "value": "#421F34",
403
+ "value": "#3D2232",
404
404
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
405
405
  "isSource": true,
406
406
  "attributes": {
@@ -554,7 +554,7 @@ var tokens = [{
554
554
  "path": ["color", "text", "brand"],
555
555
  "cleanName": "color.text.brand"
556
556
  }, {
557
- "value": "#601E16",
557
+ "value": "#5D1F1A",
558
558
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/text.tsx",
559
559
  "isSource": true,
560
560
  "attributes": {
@@ -576,7 +576,7 @@ var tokens = [{
576
576
  "path": ["color", "text", "danger"],
577
577
  "cleanName": "color.text.danger"
578
578
  }, {
579
- "value": "#5F3811",
579
+ "value": "#702E00",
580
580
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/text.tsx",
581
581
  "isSource": true,
582
582
  "attributes": {
@@ -752,7 +752,7 @@ var tokens = [{
752
752
  "path": ["color", "link", "[default]"],
753
753
  "cleanName": "color.link"
754
754
  }, {
755
- "value": "#092957",
755
+ "value": "#1C2B41",
756
756
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/text.tsx",
757
757
  "isSource": true,
758
758
  "attributes": {
@@ -840,7 +840,7 @@ var tokens = [{
840
840
  "path": ["color", "icon", "accent", "lime"],
841
841
  "cleanName": "color.icon.accent.lime"
842
842
  }, {
843
- "value": "#AE2A19",
843
+ "value": "#AE2E24",
844
844
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
845
845
  "isSource": true,
846
846
  "attributes": {
@@ -862,7 +862,7 @@ var tokens = [{
862
862
  "path": ["color", "icon", "accent", "red"],
863
863
  "cleanName": "color.icon.accent.red"
864
864
  }, {
865
- "value": "#974F0C",
865
+ "value": "#A54800",
866
866
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
867
867
  "isSource": true,
868
868
  "attributes": {
@@ -928,7 +928,7 @@ var tokens = [{
928
928
  "path": ["color", "icon", "accent", "green"],
929
929
  "cleanName": "color.icon.accent.green"
930
930
  }, {
931
- "value": "#206B74",
931
+ "value": "#206A83",
932
932
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
933
933
  "isSource": true,
934
934
  "attributes": {
@@ -1126,7 +1126,7 @@ var tokens = [{
1126
1126
  "path": ["color", "icon", "brand"],
1127
1127
  "cleanName": "color.icon.brand"
1128
1128
  }, {
1129
- "value": "#CA3521",
1129
+ "value": "#C9372C",
1130
1130
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/icon.tsx",
1131
1131
  "isSource": true,
1132
1132
  "attributes": {
@@ -1148,7 +1148,7 @@ var tokens = [{
1148
1148
  "path": ["color", "icon", "danger"],
1149
1149
  "cleanName": "color.icon.danger"
1150
1150
  }, {
1151
- "value": "#974F0C",
1151
+ "value": "#A54800",
1152
1152
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/icon.tsx",
1153
1153
  "isSource": true,
1154
1154
  "attributes": {
@@ -1324,7 +1324,7 @@ var tokens = [{
1324
1324
  "path": ["color", "border", "accent", "lime"],
1325
1325
  "cleanName": "color.border.accent.lime"
1326
1326
  }, {
1327
- "value": "#AE2A19",
1327
+ "value": "#AE2E24",
1328
1328
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
1329
1329
  "isSource": true,
1330
1330
  "attributes": {
@@ -1346,7 +1346,7 @@ var tokens = [{
1346
1346
  "path": ["color", "border", "accent", "red"],
1347
1347
  "cleanName": "color.border.accent.red"
1348
1348
  }, {
1349
- "value": "#974F0C",
1349
+ "value": "#A54800",
1350
1350
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
1351
1351
  "isSource": true,
1352
1352
  "attributes": {
@@ -1412,7 +1412,7 @@ var tokens = [{
1412
1412
  "path": ["color", "border", "accent", "green"],
1413
1413
  "cleanName": "color.border.accent.green"
1414
1414
  }, {
1415
- "value": "#206B74",
1415
+ "value": "#206A83",
1416
1416
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
1417
1417
  "isSource": true,
1418
1418
  "attributes": {
@@ -1654,7 +1654,7 @@ var tokens = [{
1654
1654
  "path": ["color", "border", "brand"],
1655
1655
  "cleanName": "color.border.brand"
1656
1656
  }, {
1657
- "value": "#CA3521",
1657
+ "value": "#C9372C",
1658
1658
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/border.tsx",
1659
1659
  "isSource": true,
1660
1660
  "attributes": {
@@ -1676,7 +1676,7 @@ var tokens = [{
1676
1676
  "path": ["color", "border", "danger"],
1677
1677
  "cleanName": "color.border.danger"
1678
1678
  }, {
1679
- "value": "#974F0C",
1679
+ "value": "#A54800",
1680
1680
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/border.tsx",
1681
1681
  "isSource": true,
1682
1682
  "attributes": {
@@ -1786,7 +1786,7 @@ var tokens = [{
1786
1786
  "path": ["color", "border", "bold"],
1787
1787
  "cleanName": "color.border.bold"
1788
1788
  }, {
1789
- "value": "#EEFBDA",
1789
+ "value": "#EFFFD6",
1790
1790
  "filePath": "schema/themes/atlassian-light/color/accent.tsx",
1791
1791
  "isSource": false,
1792
1792
  "attributes": {
@@ -1962,7 +1962,7 @@ var tokens = [{
1962
1962
  "path": ["color", "background", "accent", "lime", "subtle", "hovered"],
1963
1963
  "cleanName": "color.background.accent.lime.subtle.hovered"
1964
1964
  }, {
1965
- "value": "#EEFBDA",
1965
+ "value": "#EFFFD6",
1966
1966
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
1967
1967
  "isSource": true,
1968
1968
  "attributes": {
@@ -2006,7 +2006,7 @@ var tokens = [{
2006
2006
  "path": ["color", "background", "accent", "lime", "bolder", "[default]"],
2007
2007
  "cleanName": "color.background.accent.lime.bolder"
2008
2008
  }, {
2009
- "value": "#2A3818",
2009
+ "value": "#28311B",
2010
2010
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
2011
2011
  "isSource": true,
2012
2012
  "attributes": {
@@ -2050,7 +2050,7 @@ var tokens = [{
2050
2050
  "path": ["color", "background", "accent", "lime", "bolder", "pressed"],
2051
2051
  "cleanName": "color.background.accent.lime.bolder.pressed"
2052
2052
  }, {
2053
- "value": "#FFEDEB",
2053
+ "value": "#FFECEB",
2054
2054
  "filePath": "schema/themes/atlassian-light/color/accent.tsx",
2055
2055
  "isSource": false,
2056
2056
  "attributes": {
@@ -2072,7 +2072,7 @@ var tokens = [{
2072
2072
  "path": ["color", "background", "accent", "red", "subtlest", "[default]"],
2073
2073
  "cleanName": "color.background.accent.red.subtlest"
2074
2074
  }, {
2075
- "value": "#FFD2CC",
2075
+ "value": "#FFD5D2",
2076
2076
  "filePath": "schema/themes/atlassian-light/color/accent.tsx",
2077
2077
  "isSource": false,
2078
2078
  "attributes": {
@@ -2094,7 +2094,7 @@ var tokens = [{
2094
2094
  "path": ["color", "background", "accent", "red", "subtlest", "hovered"],
2095
2095
  "cleanName": "color.background.accent.red.subtlest.hovered"
2096
2096
  }, {
2097
- "value": "#FF9C8F",
2097
+ "value": "#FD9891",
2098
2098
  "filePath": "schema/themes/atlassian-light/color/accent.tsx",
2099
2099
  "isSource": false,
2100
2100
  "attributes": {
@@ -2116,7 +2116,7 @@ var tokens = [{
2116
2116
  "path": ["color", "background", "accent", "red", "subtlest", "pressed"],
2117
2117
  "cleanName": "color.background.accent.red.subtlest.pressed"
2118
2118
  }, {
2119
- "value": "#FFD2CC",
2119
+ "value": "#FFD5D2",
2120
2120
  "filePath": "schema/themes/atlassian-light/color/accent.tsx",
2121
2121
  "isSource": false,
2122
2122
  "attributes": {
@@ -2138,7 +2138,7 @@ var tokens = [{
2138
2138
  "path": ["color", "background", "accent", "red", "subtler", "[default]"],
2139
2139
  "cleanName": "color.background.accent.red.subtler"
2140
2140
  }, {
2141
- "value": "#FF9C8F",
2141
+ "value": "#FD9891",
2142
2142
  "filePath": "schema/themes/atlassian-light/color/accent.tsx",
2143
2143
  "isSource": false,
2144
2144
  "attributes": {
@@ -2160,7 +2160,7 @@ var tokens = [{
2160
2160
  "path": ["color", "background", "accent", "red", "subtler", "hovered"],
2161
2161
  "cleanName": "color.background.accent.red.subtler.hovered"
2162
2162
  }, {
2163
- "value": "#F87462",
2163
+ "value": "#F87168",
2164
2164
  "filePath": "schema/themes/atlassian-light/color/accent.tsx",
2165
2165
  "isSource": false,
2166
2166
  "attributes": {
@@ -2204,7 +2204,7 @@ var tokens = [{
2204
2204
  "path": ["color", "background", "accent", "red", "subtle", "[default]"],
2205
2205
  "cleanName": "color.background.accent.red.subtle"
2206
2206
  }, {
2207
- "value": "#FFD2CC",
2207
+ "value": "#FFD5D2",
2208
2208
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
2209
2209
  "isSource": true,
2210
2210
  "attributes": {
@@ -2226,7 +2226,7 @@ var tokens = [{
2226
2226
  "path": ["color", "background", "accent", "red", "subtle", "hovered"],
2227
2227
  "cleanName": "color.background.accent.red.subtle.hovered"
2228
2228
  }, {
2229
- "value": "#FFEDEB",
2229
+ "value": "#FFECEB",
2230
2230
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
2231
2231
  "isSource": true,
2232
2232
  "attributes": {
@@ -2248,7 +2248,7 @@ var tokens = [{
2248
2248
  "path": ["color", "background", "accent", "red", "subtle", "pressed"],
2249
2249
  "cleanName": "color.background.accent.red.subtle.pressed"
2250
2250
  }, {
2251
- "value": "#601E16",
2251
+ "value": "#5D1F1A",
2252
2252
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
2253
2253
  "isSource": true,
2254
2254
  "attributes": {
@@ -2270,7 +2270,7 @@ var tokens = [{
2270
2270
  "path": ["color", "background", "accent", "red", "bolder", "[default]"],
2271
2271
  "cleanName": "color.background.accent.red.bolder"
2272
2272
  }, {
2273
- "value": "#4F1C16",
2273
+ "value": "#42221F",
2274
2274
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
2275
2275
  "isSource": true,
2276
2276
  "attributes": {
@@ -2314,7 +2314,7 @@ var tokens = [{
2314
2314
  "path": ["color", "background", "accent", "red", "bolder", "pressed"],
2315
2315
  "cleanName": "color.background.accent.red.bolder.pressed"
2316
2316
  }, {
2317
- "value": "#FFF4E5",
2317
+ "value": "#FFF3EB",
2318
2318
  "filePath": "schema/themes/atlassian-light/color/accent.tsx",
2319
2319
  "isSource": false,
2320
2320
  "attributes": {
@@ -2336,7 +2336,7 @@ var tokens = [{
2336
2336
  "path": ["color", "background", "accent", "orange", "subtlest", "[default]"],
2337
2337
  "cleanName": "color.background.accent.orange.subtlest"
2338
2338
  }, {
2339
- "value": "#FFE2BD",
2339
+ "value": "#FEDEC8",
2340
2340
  "filePath": "schema/themes/atlassian-light/color/accent.tsx",
2341
2341
  "isSource": false,
2342
2342
  "attributes": {
@@ -2358,7 +2358,7 @@ var tokens = [{
2358
2358
  "path": ["color", "background", "accent", "orange", "subtlest", "hovered"],
2359
2359
  "cleanName": "color.background.accent.orange.subtlest.hovered"
2360
2360
  }, {
2361
- "value": "#FEC57B",
2361
+ "value": "#FEC195",
2362
2362
  "filePath": "schema/themes/atlassian-light/color/accent.tsx",
2363
2363
  "isSource": false,
2364
2364
  "attributes": {
@@ -2380,7 +2380,7 @@ var tokens = [{
2380
2380
  "path": ["color", "background", "accent", "orange", "subtlest", "pressed"],
2381
2381
  "cleanName": "color.background.accent.orange.subtlest.pressed"
2382
2382
  }, {
2383
- "value": "#FFE2BD",
2383
+ "value": "#FEDEC8",
2384
2384
  "filePath": "schema/themes/atlassian-light/color/accent.tsx",
2385
2385
  "isSource": false,
2386
2386
  "attributes": {
@@ -2402,7 +2402,7 @@ var tokens = [{
2402
2402
  "path": ["color", "background", "accent", "orange", "subtler", "[default]"],
2403
2403
  "cleanName": "color.background.accent.orange.subtler"
2404
2404
  }, {
2405
- "value": "#FEC57B",
2405
+ "value": "#FEC195",
2406
2406
  "filePath": "schema/themes/atlassian-light/color/accent.tsx",
2407
2407
  "isSource": false,
2408
2408
  "attributes": {
@@ -2424,7 +2424,7 @@ var tokens = [{
2424
2424
  "path": ["color", "background", "accent", "orange", "subtler", "hovered"],
2425
2425
  "cleanName": "color.background.accent.orange.subtler.hovered"
2426
2426
  }, {
2427
- "value": "#FAA53D",
2427
+ "value": "#FEA362",
2428
2428
  "filePath": "schema/themes/atlassian-light/color/accent.tsx",
2429
2429
  "isSource": false,
2430
2430
  "attributes": {
@@ -2446,7 +2446,7 @@ var tokens = [{
2446
2446
  "path": ["color", "background", "accent", "orange", "subtler", "pressed"],
2447
2447
  "cleanName": "color.background.accent.orange.subtler.pressed"
2448
2448
  }, {
2449
- "value": "#FEC57B",
2449
+ "value": "#FEC195",
2450
2450
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
2451
2451
  "isSource": true,
2452
2452
  "attributes": {
@@ -2468,7 +2468,7 @@ var tokens = [{
2468
2468
  "path": ["color", "background", "accent", "orange", "subtle", "[default]"],
2469
2469
  "cleanName": "color.background.accent.orange.subtle"
2470
2470
  }, {
2471
- "value": "#FFE2BD",
2471
+ "value": "#FEDEC8",
2472
2472
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
2473
2473
  "isSource": true,
2474
2474
  "attributes": {
@@ -2490,7 +2490,7 @@ var tokens = [{
2490
2490
  "path": ["color", "background", "accent", "orange", "subtle", "hovered"],
2491
2491
  "cleanName": "color.background.accent.orange.subtle.hovered"
2492
2492
  }, {
2493
- "value": "#FFF4E5",
2493
+ "value": "#FFF3EB",
2494
2494
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
2495
2495
  "isSource": true,
2496
2496
  "attributes": {
@@ -2512,7 +2512,7 @@ var tokens = [{
2512
2512
  "path": ["color", "background", "accent", "orange", "subtle", "pressed"],
2513
2513
  "cleanName": "color.background.accent.orange.subtle.pressed"
2514
2514
  }, {
2515
- "value": "#5F3811",
2515
+ "value": "#702E00",
2516
2516
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
2517
2517
  "isSource": true,
2518
2518
  "attributes": {
@@ -2534,7 +2534,7 @@ var tokens = [{
2534
2534
  "path": ["color", "background", "accent", "orange", "bolder", "[default]"],
2535
2535
  "cleanName": "color.background.accent.orange.bolder"
2536
2536
  }, {
2537
- "value": "#4A2B0F",
2537
+ "value": "#38291E",
2538
2538
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
2539
2539
  "isSource": true,
2540
2540
  "attributes": {
@@ -2798,7 +2798,7 @@ var tokens = [{
2798
2798
  "path": ["color", "background", "accent", "yellow", "bolder", "[default]"],
2799
2799
  "cleanName": "color.background.accent.yellow.bolder"
2800
2800
  }, {
2801
- "value": "#3F3102",
2801
+ "value": "#332E1B",
2802
2802
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
2803
2803
  "isSource": true,
2804
2804
  "attributes": {
@@ -2842,7 +2842,7 @@ var tokens = [{
2842
2842
  "path": ["color", "background", "accent", "yellow", "bolder", "pressed"],
2843
2843
  "cleanName": "color.background.accent.yellow.bolder.pressed"
2844
2844
  }, {
2845
- "value": "#DFFCF0",
2845
+ "value": "#DCFFF1",
2846
2846
  "filePath": "schema/themes/atlassian-light/color/accent.tsx",
2847
2847
  "isSource": false,
2848
2848
  "attributes": {
@@ -3018,7 +3018,7 @@ var tokens = [{
3018
3018
  "path": ["color", "background", "accent", "green", "subtle", "hovered"],
3019
3019
  "cleanName": "color.background.accent.green.subtle.hovered"
3020
3020
  }, {
3021
- "value": "#DFFCF0",
3021
+ "value": "#DCFFF1",
3022
3022
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
3023
3023
  "isSource": true,
3024
3024
  "attributes": {
@@ -3062,7 +3062,7 @@ var tokens = [{
3062
3062
  "path": ["color", "background", "accent", "green", "bolder", "[default]"],
3063
3063
  "cleanName": "color.background.accent.green.bolder"
3064
3064
  }, {
3065
- "value": "#143C2B",
3065
+ "value": "#1C3329",
3066
3066
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
3067
3067
  "isSource": true,
3068
3068
  "attributes": {
@@ -3106,7 +3106,7 @@ var tokens = [{
3106
3106
  "path": ["color", "background", "accent", "green", "bolder", "pressed"],
3107
3107
  "cleanName": "color.background.accent.green.bolder.pressed"
3108
3108
  }, {
3109
- "value": "#E3FAFC",
3109
+ "value": "#E7F9FF",
3110
3110
  "filePath": "schema/themes/atlassian-light/color/accent.tsx",
3111
3111
  "isSource": false,
3112
3112
  "attributes": {
@@ -3128,7 +3128,7 @@ var tokens = [{
3128
3128
  "path": ["color", "background", "accent", "teal", "subtlest", "[default]"],
3129
3129
  "cleanName": "color.background.accent.teal.subtlest"
3130
3130
  }, {
3131
- "value": "#C1F0F5",
3131
+ "value": "#C6EDFB",
3132
3132
  "filePath": "schema/themes/atlassian-light/color/accent.tsx",
3133
3133
  "isSource": false,
3134
3134
  "attributes": {
@@ -3150,7 +3150,7 @@ var tokens = [{
3150
3150
  "path": ["color", "background", "accent", "teal", "subtlest", "hovered"],
3151
3151
  "cleanName": "color.background.accent.teal.subtlest.hovered"
3152
3152
  }, {
3153
- "value": "#8BDBE5",
3153
+ "value": "#9DD9EE",
3154
3154
  "filePath": "schema/themes/atlassian-light/color/accent.tsx",
3155
3155
  "isSource": false,
3156
3156
  "attributes": {
@@ -3172,7 +3172,7 @@ var tokens = [{
3172
3172
  "path": ["color", "background", "accent", "teal", "subtlest", "pressed"],
3173
3173
  "cleanName": "color.background.accent.teal.subtlest.pressed"
3174
3174
  }, {
3175
- "value": "#C1F0F5",
3175
+ "value": "#C6EDFB",
3176
3176
  "filePath": "schema/themes/atlassian-light/color/accent.tsx",
3177
3177
  "isSource": false,
3178
3178
  "attributes": {
@@ -3194,7 +3194,7 @@ var tokens = [{
3194
3194
  "path": ["color", "background", "accent", "teal", "subtler", "[default]"],
3195
3195
  "cleanName": "color.background.accent.teal.subtler"
3196
3196
  }, {
3197
- "value": "#8BDBE5",
3197
+ "value": "#9DD9EE",
3198
3198
  "filePath": "schema/themes/atlassian-light/color/accent.tsx",
3199
3199
  "isSource": false,
3200
3200
  "attributes": {
@@ -3216,7 +3216,7 @@ var tokens = [{
3216
3216
  "path": ["color", "background", "accent", "teal", "subtler", "hovered"],
3217
3217
  "cleanName": "color.background.accent.teal.subtler.hovered"
3218
3218
  }, {
3219
- "value": "#60C6D2",
3219
+ "value": "#6CC3E0",
3220
3220
  "filePath": "schema/themes/atlassian-light/color/accent.tsx",
3221
3221
  "isSource": false,
3222
3222
  "attributes": {
@@ -3238,7 +3238,7 @@ var tokens = [{
3238
3238
  "path": ["color", "background", "accent", "teal", "subtler", "pressed"],
3239
3239
  "cleanName": "color.background.accent.teal.subtler.pressed"
3240
3240
  }, {
3241
- "value": "#8BDBE5",
3241
+ "value": "#9DD9EE",
3242
3242
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
3243
3243
  "isSource": true,
3244
3244
  "attributes": {
@@ -3260,7 +3260,7 @@ var tokens = [{
3260
3260
  "path": ["color", "background", "accent", "teal", "subtle", "[default]"],
3261
3261
  "cleanName": "color.background.accent.teal.subtle"
3262
3262
  }, {
3263
- "value": "#C1F0F5",
3263
+ "value": "#C6EDFB",
3264
3264
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
3265
3265
  "isSource": true,
3266
3266
  "attributes": {
@@ -3282,7 +3282,7 @@ var tokens = [{
3282
3282
  "path": ["color", "background", "accent", "teal", "subtle", "hovered"],
3283
3283
  "cleanName": "color.background.accent.teal.subtle.hovered"
3284
3284
  }, {
3285
- "value": "#E3FAFC",
3285
+ "value": "#E7F9FF",
3286
3286
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
3287
3287
  "isSource": true,
3288
3288
  "attributes": {
@@ -3304,7 +3304,7 @@ var tokens = [{
3304
3304
  "path": ["color", "background", "accent", "teal", "subtle", "pressed"],
3305
3305
  "cleanName": "color.background.accent.teal.subtle.pressed"
3306
3306
  }, {
3307
- "value": "#1D474C",
3307
+ "value": "#164555",
3308
3308
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
3309
3309
  "isSource": true,
3310
3310
  "attributes": {
@@ -3326,7 +3326,7 @@ var tokens = [{
3326
3326
  "path": ["color", "background", "accent", "teal", "bolder", "[default]"],
3327
3327
  "cleanName": "color.background.accent.teal.bolder"
3328
3328
  }, {
3329
- "value": "#15373B",
3329
+ "value": "#1E3137",
3330
3330
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
3331
3331
  "isSource": true,
3332
3332
  "attributes": {
@@ -3590,7 +3590,7 @@ var tokens = [{
3590
3590
  "path": ["color", "background", "accent", "blue", "bolder", "[default]"],
3591
3591
  "cleanName": "color.background.accent.blue.bolder"
3592
3592
  }, {
3593
- "value": "#092957",
3593
+ "value": "#1C2B41",
3594
3594
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
3595
3595
  "isSource": true,
3596
3596
  "attributes": {
@@ -3854,7 +3854,7 @@ var tokens = [{
3854
3854
  "path": ["color", "background", "accent", "purple", "bolder", "[default]"],
3855
3855
  "cleanName": "color.background.accent.purple.bolder"
3856
3856
  }, {
3857
- "value": "#2B2451",
3857
+ "value": "#2B273F",
3858
3858
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
3859
3859
  "isSource": true,
3860
3860
  "attributes": {
@@ -4118,7 +4118,7 @@ var tokens = [{
4118
4118
  "path": ["color", "background", "accent", "magenta", "bolder", "[default]"],
4119
4119
  "cleanName": "color.background.accent.magenta.bolder"
4120
4120
  }, {
4121
- "value": "#421F34",
4121
+ "value": "#3D2232",
4122
4122
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
4123
4123
  "isSource": true,
4124
4124
  "attributes": {
@@ -4866,7 +4866,7 @@ var tokens = [{
4866
4866
  "path": ["color", "background", "selected", "bold", "[default]"],
4867
4867
  "cleanName": "color.background.selected.bold"
4868
4868
  }, {
4869
- "value": "#092957",
4869
+ "value": "#1C2B41",
4870
4870
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/background.tsx",
4871
4871
  "isSource": true,
4872
4872
  "attributes": {
@@ -4998,7 +4998,7 @@ var tokens = [{
4998
4998
  "path": ["color", "background", "brand", "bold", "[default]"],
4999
4999
  "cleanName": "color.background.brand.bold"
5000
5000
  }, {
5001
- "value": "#092957",
5001
+ "value": "#1C2B41",
5002
5002
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/background.tsx",
5003
5003
  "isSource": true,
5004
5004
  "attributes": {
@@ -5042,7 +5042,7 @@ var tokens = [{
5042
5042
  "path": ["color", "background", "brand", "bold", "pressed"],
5043
5043
  "cleanName": "color.background.brand.bold.pressed"
5044
5044
  }, {
5045
- "value": "#092957",
5045
+ "value": "#1C2B41",
5046
5046
  "filePath": "schema/themes/atlassian-light/color/background.tsx",
5047
5047
  "isSource": false,
5048
5048
  "attributes": {
@@ -5108,7 +5108,7 @@ var tokens = [{
5108
5108
  "path": ["color", "background", "brand", "boldest", "pressed"],
5109
5109
  "cleanName": "color.background.brand.boldest.pressed"
5110
5110
  }, {
5111
- "value": "#FFEDEB",
5111
+ "value": "#FFECEB",
5112
5112
  "filePath": "schema/themes/atlassian-light/color/background.tsx",
5113
5113
  "isSource": false,
5114
5114
  "attributes": {
@@ -5130,7 +5130,7 @@ var tokens = [{
5130
5130
  "path": ["color", "background", "danger", "[default]", "[default]"],
5131
5131
  "cleanName": "color.background.danger"
5132
5132
  }, {
5133
- "value": "#FFD2CC",
5133
+ "value": "#FFD5D2",
5134
5134
  "filePath": "schema/themes/atlassian-light/color/background.tsx",
5135
5135
  "isSource": false,
5136
5136
  "attributes": {
@@ -5152,7 +5152,7 @@ var tokens = [{
5152
5152
  "path": ["color", "background", "danger", "[default]", "hovered"],
5153
5153
  "cleanName": "color.background.danger.hovered"
5154
5154
  }, {
5155
- "value": "#FF9C8F",
5155
+ "value": "#FD9891",
5156
5156
  "filePath": "schema/themes/atlassian-light/color/background.tsx",
5157
5157
  "isSource": false,
5158
5158
  "attributes": {
@@ -5174,7 +5174,7 @@ var tokens = [{
5174
5174
  "path": ["color", "background", "danger", "[default]", "pressed"],
5175
5175
  "cleanName": "color.background.danger.pressed"
5176
5176
  }, {
5177
- "value": "#601E16",
5177
+ "value": "#5D1F1A",
5178
5178
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/background.tsx",
5179
5179
  "isSource": true,
5180
5180
  "attributes": {
@@ -5196,7 +5196,7 @@ var tokens = [{
5196
5196
  "path": ["color", "background", "danger", "bold", "[default]"],
5197
5197
  "cleanName": "color.background.danger.bold"
5198
5198
  }, {
5199
- "value": "#4F1C16",
5199
+ "value": "#42221F",
5200
5200
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/background.tsx",
5201
5201
  "isSource": true,
5202
5202
  "attributes": {
@@ -5328,7 +5328,7 @@ var tokens = [{
5328
5328
  "path": ["color", "background", "warning", "bold", "[default]"],
5329
5329
  "cleanName": "color.background.warning.bold"
5330
5330
  }, {
5331
- "value": "#3F3102",
5331
+ "value": "#332E1B",
5332
5332
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/background.tsx",
5333
5333
  "isSource": true,
5334
5334
  "attributes": {
@@ -5372,7 +5372,7 @@ var tokens = [{
5372
5372
  "path": ["color", "background", "warning", "bold", "pressed"],
5373
5373
  "cleanName": "color.background.warning.bold.pressed"
5374
5374
  }, {
5375
- "value": "#DFFCF0",
5375
+ "value": "#DCFFF1",
5376
5376
  "filePath": "schema/themes/atlassian-light/color/background.tsx",
5377
5377
  "isSource": false,
5378
5378
  "attributes": {
@@ -5460,7 +5460,7 @@ var tokens = [{
5460
5460
  "path": ["color", "background", "success", "bold", "[default]"],
5461
5461
  "cleanName": "color.background.success.bold"
5462
5462
  }, {
5463
- "value": "#143C2B",
5463
+ "value": "#1C3329",
5464
5464
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/background.tsx",
5465
5465
  "isSource": true,
5466
5466
  "attributes": {
@@ -5592,7 +5592,7 @@ var tokens = [{
5592
5592
  "path": ["color", "background", "discovery", "bold", "[default]"],
5593
5593
  "cleanName": "color.background.discovery.bold"
5594
5594
  }, {
5595
- "value": "#2B2451",
5595
+ "value": "#2B273F",
5596
5596
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/background.tsx",
5597
5597
  "isSource": true,
5598
5598
  "attributes": {
@@ -5724,7 +5724,7 @@ var tokens = [{
5724
5724
  "path": ["color", "background", "information", "bold", "[default]"],
5725
5725
  "cleanName": "color.background.information.bold"
5726
5726
  }, {
5727
- "value": "#092957",
5727
+ "value": "#1C2B41",
5728
5728
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/background.tsx",
5729
5729
  "isSource": true,
5730
5730
  "attributes": {
@@ -5922,7 +5922,7 @@ var tokens = [{
5922
5922
  "path": ["color", "skeleton", "subtle"],
5923
5923
  "cleanName": "color.skeleton.subtle"
5924
5924
  }, {
5925
- "value": "#206B74",
5925
+ "value": "#206A83",
5926
5926
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
5927
5927
  "isSource": true,
5928
5928
  "attributes": {
@@ -5944,7 +5944,7 @@ var tokens = [{
5944
5944
  "path": ["color", "chart", "categorical", "1", "[default]"],
5945
5945
  "cleanName": "color.chart.categorical.1"
5946
5946
  }, {
5947
- "value": "#1D474C",
5947
+ "value": "#164555",
5948
5948
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
5949
5949
  "isSource": true,
5950
5950
  "attributes": {
@@ -6010,7 +6010,7 @@ var tokens = [{
6010
6010
  "path": ["color", "chart", "categorical", "2", "hovered"],
6011
6011
  "cleanName": "color.chart.categorical.2.hovered"
6012
6012
  }, {
6013
- "value": "#974F0C",
6013
+ "value": "#A54800",
6014
6014
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
6015
6015
  "isSource": true,
6016
6016
  "attributes": {
@@ -6032,7 +6032,7 @@ var tokens = [{
6032
6032
  "path": ["color", "chart", "categorical", "3", "[default]"],
6033
6033
  "cleanName": "color.chart.categorical.3"
6034
6034
  }, {
6035
- "value": "#5F3811",
6035
+ "value": "#702E00",
6036
6036
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
6037
6037
  "isSource": true,
6038
6038
  "attributes": {
@@ -6120,7 +6120,7 @@ var tokens = [{
6120
6120
  "path": ["color", "chart", "categorical", "5", "[default]"],
6121
6121
  "cleanName": "color.chart.categorical.5"
6122
6122
  }, {
6123
- "value": "#092957",
6123
+ "value": "#1C2B41",
6124
6124
  "filePath": "schema/themes/atlassian-light/color/chart.tsx",
6125
6125
  "isSource": false,
6126
6126
  "attributes": {
@@ -6208,7 +6208,7 @@ var tokens = [{
6208
6208
  "path": ["color", "chart", "categorical", "7", "[default]"],
6209
6209
  "cleanName": "color.chart.categorical.7"
6210
6210
  }, {
6211
- "value": "#421F34",
6211
+ "value": "#3D2232",
6212
6212
  "filePath": "schema/themes/atlassian-light/color/chart.tsx",
6213
6213
  "isSource": false,
6214
6214
  "attributes": {
@@ -6230,7 +6230,7 @@ var tokens = [{
6230
6230
  "path": ["color", "chart", "categorical", "7", "hovered"],
6231
6231
  "cleanName": "color.chart.categorical.7.hovered"
6232
6232
  }, {
6233
- "value": "#974F0C",
6233
+ "value": "#A54800",
6234
6234
  "filePath": "schema/themes/atlassian-light/color/chart.tsx",
6235
6235
  "isSource": false,
6236
6236
  "attributes": {
@@ -6252,7 +6252,7 @@ var tokens = [{
6252
6252
  "path": ["color", "chart", "categorical", "8", "[default]"],
6253
6253
  "cleanName": "color.chart.categorical.8"
6254
6254
  }, {
6255
- "value": "#5F3811",
6255
+ "value": "#702E00",
6256
6256
  "filePath": "schema/themes/atlassian-light/color/chart.tsx",
6257
6257
  "isSource": false,
6258
6258
  "attributes": {
@@ -6340,7 +6340,7 @@ var tokens = [{
6340
6340
  "path": ["color", "chart", "lime", "bolder", "[default]"],
6341
6341
  "cleanName": "color.chart.lime.bolder"
6342
6342
  }, {
6343
- "value": "#2A3818",
6343
+ "value": "#28311B",
6344
6344
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
6345
6345
  "isSource": true,
6346
6346
  "attributes": {
@@ -6362,7 +6362,7 @@ var tokens = [{
6362
6362
  "path": ["color", "chart", "lime", "bolder", "hovered"],
6363
6363
  "cleanName": "color.chart.lime.bolder.hovered"
6364
6364
  }, {
6365
- "value": "#2A3818",
6365
+ "value": "#28311B",
6366
6366
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
6367
6367
  "isSource": true,
6368
6368
  "attributes": {
@@ -6450,7 +6450,7 @@ var tokens = [{
6450
6450
  "path": ["color", "chart", "neutral", "hovered"],
6451
6451
  "cleanName": "color.chart.neutral.hovered"
6452
6452
  }, {
6453
- "value": "#AE2A19",
6453
+ "value": "#AE2E24",
6454
6454
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
6455
6455
  "isSource": true,
6456
6456
  "attributes": {
@@ -6472,7 +6472,7 @@ var tokens = [{
6472
6472
  "path": ["color", "chart", "red", "bold", "[default]"],
6473
6473
  "cleanName": "color.chart.red.bold"
6474
6474
  }, {
6475
- "value": "#601E16",
6475
+ "value": "#5D1F1A",
6476
6476
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
6477
6477
  "isSource": true,
6478
6478
  "attributes": {
@@ -6494,7 +6494,7 @@ var tokens = [{
6494
6494
  "path": ["color", "chart", "red", "bold", "hovered"],
6495
6495
  "cleanName": "color.chart.red.bold.hovered"
6496
6496
  }, {
6497
- "value": "#601E16",
6497
+ "value": "#5D1F1A",
6498
6498
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
6499
6499
  "isSource": true,
6500
6500
  "attributes": {
@@ -6516,7 +6516,7 @@ var tokens = [{
6516
6516
  "path": ["color", "chart", "red", "bolder", "[default]"],
6517
6517
  "cleanName": "color.chart.red.bolder"
6518
6518
  }, {
6519
- "value": "#4F1C16",
6519
+ "value": "#42221F",
6520
6520
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
6521
6521
  "isSource": true,
6522
6522
  "attributes": {
@@ -6538,7 +6538,7 @@ var tokens = [{
6538
6538
  "path": ["color", "chart", "red", "bolder", "hovered"],
6539
6539
  "cleanName": "color.chart.red.bolder.hovered"
6540
6540
  }, {
6541
- "value": "#4F1C16",
6541
+ "value": "#42221F",
6542
6542
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
6543
6543
  "isSource": true,
6544
6544
  "attributes": {
@@ -6582,7 +6582,7 @@ var tokens = [{
6582
6582
  "path": ["color", "chart", "red", "boldest", "hovered"],
6583
6583
  "cleanName": "color.chart.red.boldest.hovered"
6584
6584
  }, {
6585
- "value": "#974F0C",
6585
+ "value": "#A54800",
6586
6586
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
6587
6587
  "isSource": true,
6588
6588
  "attributes": {
@@ -6604,7 +6604,7 @@ var tokens = [{
6604
6604
  "path": ["color", "chart", "orange", "bold", "[default]"],
6605
6605
  "cleanName": "color.chart.orange.bold"
6606
6606
  }, {
6607
- "value": "#5F3811",
6607
+ "value": "#702E00",
6608
6608
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
6609
6609
  "isSource": true,
6610
6610
  "attributes": {
@@ -6626,7 +6626,7 @@ var tokens = [{
6626
6626
  "path": ["color", "chart", "orange", "bold", "hovered"],
6627
6627
  "cleanName": "color.chart.orange.bold.hovered"
6628
6628
  }, {
6629
- "value": "#5F3811",
6629
+ "value": "#702E00",
6630
6630
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
6631
6631
  "isSource": true,
6632
6632
  "attributes": {
@@ -6648,7 +6648,7 @@ var tokens = [{
6648
6648
  "path": ["color", "chart", "orange", "bolder", "[default]"],
6649
6649
  "cleanName": "color.chart.orange.bolder"
6650
6650
  }, {
6651
- "value": "#4A2B0F",
6651
+ "value": "#38291E",
6652
6652
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
6653
6653
  "isSource": true,
6654
6654
  "attributes": {
@@ -6670,7 +6670,7 @@ var tokens = [{
6670
6670
  "path": ["color", "chart", "orange", "bolder", "hovered"],
6671
6671
  "cleanName": "color.chart.orange.bolder.hovered"
6672
6672
  }, {
6673
- "value": "#4A2B0F",
6673
+ "value": "#38291E",
6674
6674
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
6675
6675
  "isSource": true,
6676
6676
  "attributes": {
@@ -6780,7 +6780,7 @@ var tokens = [{
6780
6780
  "path": ["color", "chart", "yellow", "bolder", "[default]"],
6781
6781
  "cleanName": "color.chart.yellow.bolder"
6782
6782
  }, {
6783
- "value": "#3F3102",
6783
+ "value": "#332E1B",
6784
6784
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
6785
6785
  "isSource": true,
6786
6786
  "attributes": {
@@ -6802,7 +6802,7 @@ var tokens = [{
6802
6802
  "path": ["color", "chart", "yellow", "bolder", "hovered"],
6803
6803
  "cleanName": "color.chart.yellow.bolder.hovered"
6804
6804
  }, {
6805
- "value": "#3F3102",
6805
+ "value": "#332E1B",
6806
6806
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
6807
6807
  "isSource": true,
6808
6808
  "attributes": {
@@ -6912,7 +6912,7 @@ var tokens = [{
6912
6912
  "path": ["color", "chart", "green", "bolder", "[default]"],
6913
6913
  "cleanName": "color.chart.green.bolder"
6914
6914
  }, {
6915
- "value": "#143C2B",
6915
+ "value": "#1C3329",
6916
6916
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
6917
6917
  "isSource": true,
6918
6918
  "attributes": {
@@ -6934,7 +6934,7 @@ var tokens = [{
6934
6934
  "path": ["color", "chart", "green", "bolder", "hovered"],
6935
6935
  "cleanName": "color.chart.green.bolder.hovered"
6936
6936
  }, {
6937
- "value": "#143C2B",
6937
+ "value": "#1C3329",
6938
6938
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
6939
6939
  "isSource": true,
6940
6940
  "attributes": {
@@ -6978,7 +6978,7 @@ var tokens = [{
6978
6978
  "path": ["color", "chart", "green", "boldest", "hovered"],
6979
6979
  "cleanName": "color.chart.green.boldest.hovered"
6980
6980
  }, {
6981
- "value": "#206B74",
6981
+ "value": "#206A83",
6982
6982
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
6983
6983
  "isSource": true,
6984
6984
  "attributes": {
@@ -7000,7 +7000,7 @@ var tokens = [{
7000
7000
  "path": ["color", "chart", "teal", "bold", "[default]"],
7001
7001
  "cleanName": "color.chart.teal.bold"
7002
7002
  }, {
7003
- "value": "#1D474C",
7003
+ "value": "#164555",
7004
7004
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
7005
7005
  "isSource": true,
7006
7006
  "attributes": {
@@ -7022,7 +7022,7 @@ var tokens = [{
7022
7022
  "path": ["color", "chart", "teal", "bold", "hovered"],
7023
7023
  "cleanName": "color.chart.teal.bold.hovered"
7024
7024
  }, {
7025
- "value": "#1D474C",
7025
+ "value": "#164555",
7026
7026
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
7027
7027
  "isSource": true,
7028
7028
  "attributes": {
@@ -7044,7 +7044,7 @@ var tokens = [{
7044
7044
  "path": ["color", "chart", "teal", "bolder", "[default]"],
7045
7045
  "cleanName": "color.chart.teal.bolder"
7046
7046
  }, {
7047
- "value": "#15373B",
7047
+ "value": "#1E3137",
7048
7048
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
7049
7049
  "isSource": true,
7050
7050
  "attributes": {
@@ -7066,7 +7066,7 @@ var tokens = [{
7066
7066
  "path": ["color", "chart", "teal", "bolder", "hovered"],
7067
7067
  "cleanName": "color.chart.teal.bolder.hovered"
7068
7068
  }, {
7069
- "value": "#15373B",
7069
+ "value": "#1E3137",
7070
7070
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
7071
7071
  "isSource": true,
7072
7072
  "attributes": {
@@ -7176,7 +7176,7 @@ var tokens = [{
7176
7176
  "path": ["color", "chart", "blue", "bolder", "[default]"],
7177
7177
  "cleanName": "color.chart.blue.bolder"
7178
7178
  }, {
7179
- "value": "#092957",
7179
+ "value": "#1C2B41",
7180
7180
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
7181
7181
  "isSource": true,
7182
7182
  "attributes": {
@@ -7198,7 +7198,7 @@ var tokens = [{
7198
7198
  "path": ["color", "chart", "blue", "bolder", "hovered"],
7199
7199
  "cleanName": "color.chart.blue.bolder.hovered"
7200
7200
  }, {
7201
- "value": "#092957",
7201
+ "value": "#1C2B41",
7202
7202
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
7203
7203
  "isSource": true,
7204
7204
  "attributes": {
@@ -7308,7 +7308,7 @@ var tokens = [{
7308
7308
  "path": ["color", "chart", "purple", "bolder", "[default]"],
7309
7309
  "cleanName": "color.chart.purple.bolder"
7310
7310
  }, {
7311
- "value": "#2B2451",
7311
+ "value": "#2B273F",
7312
7312
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
7313
7313
  "isSource": true,
7314
7314
  "attributes": {
@@ -7330,7 +7330,7 @@ var tokens = [{
7330
7330
  "path": ["color", "chart", "purple", "bolder", "hovered"],
7331
7331
  "cleanName": "color.chart.purple.bolder.hovered"
7332
7332
  }, {
7333
- "value": "#2B2451",
7333
+ "value": "#2B273F",
7334
7334
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
7335
7335
  "isSource": true,
7336
7336
  "attributes": {
@@ -7440,7 +7440,7 @@ var tokens = [{
7440
7440
  "path": ["color", "chart", "magenta", "bolder", "[default]"],
7441
7441
  "cleanName": "color.chart.magenta.bolder"
7442
7442
  }, {
7443
- "value": "#421F34",
7443
+ "value": "#3D2232",
7444
7444
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
7445
7445
  "isSource": true,
7446
7446
  "attributes": {
@@ -7462,7 +7462,7 @@ var tokens = [{
7462
7462
  "path": ["color", "chart", "magenta", "bolder", "hovered"],
7463
7463
  "cleanName": "color.chart.magenta.bolder.hovered"
7464
7464
  }, {
7465
- "value": "#421F34",
7465
+ "value": "#3D2232",
7466
7466
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
7467
7467
  "isSource": true,
7468
7468
  "attributes": {
@@ -7682,7 +7682,7 @@ var tokens = [{
7682
7682
  "path": ["color", "chart", "brand", "hovered"],
7683
7683
  "cleanName": "color.chart.brand.hovered"
7684
7684
  }, {
7685
- "value": "#CA3521",
7685
+ "value": "#C9372C",
7686
7686
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
7687
7687
  "isSource": true,
7688
7688
  "attributes": {
@@ -7704,7 +7704,7 @@ var tokens = [{
7704
7704
  "path": ["color", "chart", "danger", "[default]", "[default]"],
7705
7705
  "cleanName": "color.chart.danger"
7706
7706
  }, {
7707
- "value": "#AE2A19",
7707
+ "value": "#AE2E24",
7708
7708
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
7709
7709
  "isSource": true,
7710
7710
  "attributes": {
@@ -7726,7 +7726,7 @@ var tokens = [{
7726
7726
  "path": ["color", "chart", "danger", "[default]", "hovered"],
7727
7727
  "cleanName": "color.chart.danger.hovered"
7728
7728
  }, {
7729
- "value": "#601E16",
7729
+ "value": "#5D1F1A",
7730
7730
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
7731
7731
  "isSource": true,
7732
7732
  "attributes": {
@@ -7748,7 +7748,7 @@ var tokens = [{
7748
7748
  "path": ["color", "chart", "danger", "bold", "[default]"],
7749
7749
  "cleanName": "color.chart.danger.bold"
7750
7750
  }, {
7751
- "value": "#4F1C16",
7751
+ "value": "#42221F",
7752
7752
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
7753
7753
  "isSource": true,
7754
7754
  "attributes": {
@@ -7836,7 +7836,7 @@ var tokens = [{
7836
7836
  "path": ["color", "chart", "warning", "bold", "[default]"],
7837
7837
  "cleanName": "color.chart.warning.bold"
7838
7838
  }, {
7839
- "value": "#3F3102",
7839
+ "value": "#332E1B",
7840
7840
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
7841
7841
  "isSource": true,
7842
7842
  "attributes": {
@@ -7924,7 +7924,7 @@ var tokens = [{
7924
7924
  "path": ["color", "chart", "success", "bold", "[default]"],
7925
7925
  "cleanName": "color.chart.success.bold"
7926
7926
  }, {
7927
- "value": "#143C2B",
7927
+ "value": "#1C3329",
7928
7928
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
7929
7929
  "isSource": true,
7930
7930
  "attributes": {
@@ -8012,7 +8012,7 @@ var tokens = [{
8012
8012
  "path": ["color", "chart", "discovery", "bold", "[default]"],
8013
8013
  "cleanName": "color.chart.discovery.bold"
8014
8014
  }, {
8015
- "value": "#2B2451",
8015
+ "value": "#2B273F",
8016
8016
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
8017
8017
  "isSource": true,
8018
8018
  "attributes": {
@@ -8100,7 +8100,7 @@ var tokens = [{
8100
8100
  "path": ["color", "chart", "information", "bold", "[default]"],
8101
8101
  "cleanName": "color.chart.information.bold"
8102
8102
  }, {
8103
- "value": "#092957",
8103
+ "value": "#1C2B41",
8104
8104
  "filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
8105
8105
  "isSource": true,
8106
8106
  "attributes": {