@atlaskit/tokens 7.1.1 → 8.0.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 (115) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/dist/cjs/artifacts/atlassian-dark-token-value-for-contrast-check.js +8 -8
  3. package/dist/cjs/artifacts/atlassian-light-token-value-for-contrast-check.js +7 -7
  4. package/dist/cjs/artifacts/palettes-raw/palette.js +147 -147
  5. package/dist/cjs/artifacts/theme-import-map.js +1 -13
  6. package/dist/cjs/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
  7. package/dist/cjs/artifacts/themes/atlassian-dark.js +2 -2
  8. package/dist/cjs/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
  9. package/dist/cjs/artifacts/themes/atlassian-light.js +2 -2
  10. package/dist/cjs/artifacts/token-default-values.js +266 -266
  11. package/dist/cjs/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +401 -401
  12. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +436 -436
  13. package/dist/cjs/artifacts/tokens-raw/atlassian-light-increased-contrast.js +273 -273
  14. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +375 -375
  15. package/dist/cjs/entry-points/palettes-raw.js +0 -7
  16. package/dist/cjs/entry-points/token-metadata.codegen.js +266 -266
  17. package/dist/cjs/entry-points/tokens-raw.js +0 -14
  18. package/dist/cjs/get-theme-styles.js +0 -3
  19. package/dist/cjs/get-token-value.js +0 -4
  20. package/dist/cjs/get-token.js +0 -4
  21. package/dist/cjs/theme-config.js +1 -19
  22. package/dist/cjs/utils/theme-loading.js +3 -7
  23. package/dist/es2019/artifacts/atlassian-dark-token-value-for-contrast-check.js +8 -8
  24. package/dist/es2019/artifacts/atlassian-light-token-value-for-contrast-check.js +7 -7
  25. package/dist/es2019/artifacts/palettes-raw/palette.js +147 -147
  26. package/dist/es2019/artifacts/theme-import-map.js +2 -6
  27. package/dist/es2019/artifacts/themes/atlassian-dark-increased-contrast.js +289 -289
  28. package/dist/es2019/artifacts/themes/atlassian-dark.js +294 -294
  29. package/dist/es2019/artifacts/themes/atlassian-light-increased-contrast.js +218 -218
  30. package/dist/es2019/artifacts/themes/atlassian-light.js +266 -266
  31. package/dist/es2019/artifacts/token-default-values.js +266 -266
  32. package/dist/es2019/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +401 -401
  33. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +436 -436
  34. package/dist/es2019/artifacts/tokens-raw/atlassian-light-increased-contrast.js +273 -273
  35. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +375 -375
  36. package/dist/es2019/entry-points/palettes-raw.js +0 -1
  37. package/dist/es2019/entry-points/token-metadata.codegen.js +266 -266
  38. package/dist/es2019/entry-points/tokens-raw.js +0 -2
  39. package/dist/es2019/get-theme-styles.js +0 -1
  40. package/dist/es2019/get-token-value.js +0 -4
  41. package/dist/es2019/get-token.js +0 -4
  42. package/dist/es2019/theme-config.js +1 -19
  43. package/dist/es2019/utils/theme-loading.js +0 -4
  44. package/dist/esm/artifacts/atlassian-dark-token-value-for-contrast-check.js +8 -8
  45. package/dist/esm/artifacts/atlassian-light-token-value-for-contrast-check.js +7 -7
  46. package/dist/esm/artifacts/palettes-raw/palette.js +147 -147
  47. package/dist/esm/artifacts/theme-import-map.js +1 -9
  48. package/dist/esm/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
  49. package/dist/esm/artifacts/themes/atlassian-dark.js +2 -2
  50. package/dist/esm/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
  51. package/dist/esm/artifacts/themes/atlassian-light.js +2 -2
  52. package/dist/esm/artifacts/token-default-values.js +266 -266
  53. package/dist/esm/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +401 -401
  54. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +436 -436
  55. package/dist/esm/artifacts/tokens-raw/atlassian-light-increased-contrast.js +273 -273
  56. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +375 -375
  57. package/dist/esm/entry-points/palettes-raw.js +0 -1
  58. package/dist/esm/entry-points/token-metadata.codegen.js +266 -266
  59. package/dist/esm/entry-points/tokens-raw.js +0 -2
  60. package/dist/esm/get-theme-styles.js +0 -3
  61. package/dist/esm/get-token-value.js +0 -4
  62. package/dist/esm/get-token.js +0 -4
  63. package/dist/esm/theme-config.js +1 -19
  64. package/dist/esm/utils/theme-loading.js +3 -7
  65. package/dist/types/artifacts/atlassian-dark-token-value-for-contrast-check.d.ts +8 -8
  66. package/dist/types/artifacts/atlassian-light-token-value-for-contrast-check.d.ts +7 -7
  67. package/dist/types/artifacts/palettes-raw/palette.d.ts +1 -1
  68. package/dist/types/artifacts/theme-import-map.d.ts +1 -1
  69. package/dist/types/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
  70. package/dist/types/artifacts/themes/atlassian-dark.d.ts +2 -2
  71. package/dist/types/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
  72. package/dist/types/artifacts/themes/atlassian-light.d.ts +2 -2
  73. package/dist/types/artifacts/token-default-values.d.ts +266 -266
  74. package/dist/types/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
  75. package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  76. package/dist/types/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
  77. package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  78. package/dist/types/entry-points/palettes-raw.d.ts +0 -1
  79. package/dist/types/entry-points/token-metadata.codegen.d.ts +1 -1
  80. package/dist/types/entry-points/tokens-raw.d.ts +0 -2
  81. package/dist/types/theme-config.d.ts +6 -6
  82. package/dist/types-ts4.5/artifacts/atlassian-dark-token-value-for-contrast-check.d.ts +8 -8
  83. package/dist/types-ts4.5/artifacts/atlassian-light-token-value-for-contrast-check.d.ts +7 -7
  84. package/dist/types-ts4.5/artifacts/palettes-raw/palette.d.ts +1 -1
  85. package/dist/types-ts4.5/artifacts/theme-import-map.d.ts +1 -1
  86. package/dist/types-ts4.5/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
  87. package/dist/types-ts4.5/artifacts/themes/atlassian-dark.d.ts +2 -2
  88. package/dist/types-ts4.5/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
  89. package/dist/types-ts4.5/artifacts/themes/atlassian-light.d.ts +2 -2
  90. package/dist/types-ts4.5/artifacts/token-default-values.d.ts +266 -266
  91. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
  92. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  93. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
  94. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  95. package/dist/types-ts4.5/entry-points/palettes-raw.d.ts +0 -1
  96. package/dist/types-ts4.5/entry-points/token-metadata.codegen.d.ts +1 -1
  97. package/dist/types-ts4.5/entry-points/tokens-raw.d.ts +0 -2
  98. package/dist/types-ts4.5/theme-config.d.ts +4 -8
  99. package/figma/atlassian-dark-increased-contrast.json +292 -292
  100. package/figma/atlassian-dark.json +297 -297
  101. package/figma/atlassian-light-increased-contrast.json +220 -220
  102. package/figma/atlassian-light.json +268 -268
  103. package/package.json +5 -5
  104. package/dist/cjs/artifacts/themes/atlassian-dark-brand-refresh.js +0 -12
  105. package/dist/cjs/artifacts/themes/atlassian-light-brand-refresh.js +0 -12
  106. package/dist/es2019/artifacts/themes/atlassian-dark-brand-refresh.js +0 -401
  107. package/dist/es2019/artifacts/themes/atlassian-light-brand-refresh.js +0 -401
  108. package/dist/esm/artifacts/themes/atlassian-dark-brand-refresh.js +0 -6
  109. package/dist/esm/artifacts/themes/atlassian-light-brand-refresh.js +0 -6
  110. package/dist/types/artifacts/themes/atlassian-dark-brand-refresh.d.ts +0 -7
  111. package/dist/types/artifacts/themes/atlassian-light-brand-refresh.d.ts +0 -7
  112. package/dist/types-ts4.5/artifacts/themes/atlassian-dark-brand-refresh.d.ts +0 -7
  113. package/dist/types-ts4.5/artifacts/themes/atlassian-light-brand-refresh.d.ts +0 -7
  114. package/figma/atlassian-dark-brand-refresh.json +0 -3558
  115. package/figma/atlassian-light-brand-refresh.json +0 -3537
@@ -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::e5a01f19d58623f99b97e4dd2aef4926>>
3
+ * @codegen <<SignedSource::5be81818cd5004bcdfaa1d2ab995fd75>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
 
@@ -11,7 +11,7 @@ var tokens = [{
11
11
  "introduced": "0.6.0",
12
12
  "description": "Use for primary text, such as body copy, sentence case headers, and buttons."
13
13
  },
14
- "value": "#B6C2CF",
14
+ "value": "#CECFD2",
15
15
  "filePath": "schema/themes/atlassian-dark/color/text.tsx",
16
16
  "isSource": true,
17
17
  "original": {
@@ -21,7 +21,7 @@ var tokens = [{
21
21
  "introduced": "0.6.0",
22
22
  "description": "Use for primary text, such as body copy, sentence case headers, and buttons."
23
23
  },
24
- "value": "DarkNeutral900"
24
+ "value": "DarkNeutral1000"
25
25
  },
26
26
  "name": "color.text.[default]",
27
27
  "path": ["color", "text", "[default]"],
@@ -121,7 +121,7 @@ var tokens = [{
121
121
  "introduced": "0.6.0",
122
122
  "description": "Use for orange text on subtlest and subtler orange accent backgrounds when there is no meaning tied to the color."
123
123
  },
124
- "value": "#FEC195",
124
+ "value": "#FBC828",
125
125
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
126
126
  "isSource": true,
127
127
  "original": {
@@ -143,7 +143,7 @@ var tokens = [{
143
143
  "introduced": "0.7.0",
144
144
  "description": "Use for orange text on subtle orange accent backgrounds when there is no meaning tied to the color."
145
145
  },
146
- "value": "#FEDEC8",
146
+ "value": "#FCE4A6",
147
147
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
148
148
  "isSource": true,
149
149
  "original": {
@@ -165,7 +165,7 @@ var tokens = [{
165
165
  "introduced": "0.6.0",
166
166
  "description": "Use for yellow text on subtlest and subtler yellow accent backgrounds when there is no meaning tied to the color."
167
167
  },
168
- "value": "#F5CD47",
168
+ "value": "#EED12B",
169
169
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
170
170
  "isSource": true,
171
171
  "original": {
@@ -187,7 +187,7 @@ var tokens = [{
187
187
  "introduced": "0.7.0",
188
188
  "description": "Use for yellow text on subtle yellow accent backgrounds when there is no meaning tied to the color."
189
189
  },
190
- "value": "#F8E6A0",
190
+ "value": "#F5E989",
191
191
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
192
192
  "isSource": true,
193
193
  "original": {
@@ -297,7 +297,7 @@ var tokens = [{
297
297
  "introduced": "0.6.0",
298
298
  "description": "Use for blue text on subtlest and subtler blue accent backgrounds when there is no meaning tied to the color."
299
299
  },
300
- "value": "#85B8FF",
300
+ "value": "#8FB8F6",
301
301
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
302
302
  "isSource": true,
303
303
  "original": {
@@ -319,7 +319,7 @@ var tokens = [{
319
319
  "introduced": "0.7.0",
320
320
  "description": "Use for blue text on subtle blue accent backgrounds when there is no meaning tied to the color."
321
321
  },
322
- "value": "#CCE0FF",
322
+ "value": "#CFE1FD",
323
323
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
324
324
  "isSource": true,
325
325
  "original": {
@@ -341,7 +341,7 @@ var tokens = [{
341
341
  "introduced": "0.6.0",
342
342
  "description": "Use for purple text on subtlest and subtler purple accent backgrounds when there is no meaning tied to the color."
343
343
  },
344
- "value": "#B8ACF6",
344
+ "value": "#D8A0F7",
345
345
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
346
346
  "isSource": true,
347
347
  "original": {
@@ -363,7 +363,7 @@ var tokens = [{
363
363
  "introduced": "0.7.0",
364
364
  "description": "Use for purple text on subtle purple accent backgrounds when there is no meaning tied to the color."
365
365
  },
366
- "value": "#DFD8FD",
366
+ "value": "#EED7FC",
367
367
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
368
368
  "isSource": true,
369
369
  "original": {
@@ -429,7 +429,7 @@ var tokens = [{
429
429
  "introduced": "0.10.5",
430
430
  "description": "Use for text on non-bold gray accent backgrounds, such as colored tags."
431
431
  },
432
- "value": "#9FADBC",
432
+ "value": "#A9ABAF",
433
433
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
434
434
  "isSource": true,
435
435
  "original": {
@@ -451,7 +451,7 @@ var tokens = [{
451
451
  "introduced": "0.10.5",
452
452
  "description": "Use for text and icons on gray subtle accent backgrounds."
453
453
  },
454
- "value": "#DEE4EA",
454
+ "value": "#E2E3E4",
455
455
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
456
456
  "isSource": true,
457
457
  "original": {
@@ -473,7 +473,7 @@ var tokens = [{
473
473
  "introduced": "0.0.15",
474
474
  "description": "Use for text in a disabled state."
475
475
  },
476
- "value": "#BFDBF847",
476
+ "value": "#E5E9F640",
477
477
  "filePath": "schema/themes/atlassian-dark/color/text.tsx",
478
478
  "isSource": true,
479
479
  "original": {
@@ -495,7 +495,7 @@ var tokens = [{
495
495
  "introduced": "0.6.0",
496
496
  "description": "Use for text on bold backgrounds."
497
497
  },
498
- "value": "#1D2125",
498
+ "value": "#1F1F21",
499
499
  "filePath": "schema/themes/atlassian-dark/color/text.tsx",
500
500
  "isSource": true,
501
501
  "original": {
@@ -517,7 +517,7 @@ var tokens = [{
517
517
  "introduced": "0.6.0",
518
518
  "description": "Use for text in selected or opened states, such as tabs and dropdown buttons."
519
519
  },
520
- "value": "#579DFF",
520
+ "value": "#669DF1",
521
521
  "filePath": "schema/themes/atlassian-dark/color/text.tsx",
522
522
  "isSource": true,
523
523
  "original": {
@@ -539,7 +539,7 @@ var tokens = [{
539
539
  "introduced": "0.6.0",
540
540
  "description": "Use for text that reinforces our brand."
541
541
  },
542
- "value": "#579DFF",
542
+ "value": "#669DF1",
543
543
  "filePath": "schema/themes/atlassian-dark/color/text.tsx",
544
544
  "isSource": true,
545
545
  "original": {
@@ -583,7 +583,7 @@ var tokens = [{
583
583
  "introduced": "0.0.15",
584
584
  "description": "Use for text to emphasize caution, such as in moved lozenges."
585
585
  },
586
- "value": "#F5CD47",
586
+ "value": "#FBC828",
587
587
  "filePath": "schema/themes/atlassian-dark/color/text.tsx",
588
588
  "isSource": true,
589
589
  "original": {
@@ -593,7 +593,7 @@ var tokens = [{
593
593
  "introduced": "0.0.15",
594
594
  "description": "Use for text to emphasize caution, such as in moved lozenges."
595
595
  },
596
- "value": "Yellow300"
596
+ "value": "Orange300"
597
597
  },
598
598
  "name": "color.text.warning.[default]",
599
599
  "path": ["color", "text", "warning", "[default]"],
@@ -605,7 +605,7 @@ var tokens = [{
605
605
  "introduced": "0.6.0",
606
606
  "description": "Use for text when on bold warning backgrounds."
607
607
  },
608
- "value": "#1D2125",
608
+ "value": "#1F1F21",
609
609
  "filePath": "schema/themes/atlassian-dark/color/text.tsx",
610
610
  "isSource": true,
611
611
  "original": {
@@ -627,7 +627,7 @@ var tokens = [{
627
627
  "introduced": "0.0.15",
628
628
  "description": "Use for text to communicate a favorable outcome, such as input field success messaging."
629
629
  },
630
- "value": "#7EE2B8",
630
+ "value": "#B3DF72",
631
631
  "filePath": "schema/themes/atlassian-dark/color/text.tsx",
632
632
  "isSource": true,
633
633
  "original": {
@@ -637,7 +637,7 @@ var tokens = [{
637
637
  "introduced": "0.0.15",
638
638
  "description": "Use for text to communicate a favorable outcome, such as input field success messaging."
639
639
  },
640
- "value": "Green300"
640
+ "value": "Lime300"
641
641
  },
642
642
  "name": "color.text.success",
643
643
  "path": ["color", "text", "success"],
@@ -649,7 +649,7 @@ var tokens = [{
649
649
  "introduced": "0.0.15",
650
650
  "description": "Use for text to emphasize change or something new, such as in new lozenges."
651
651
  },
652
- "value": "#B8ACF6",
652
+ "value": "#D8A0F7",
653
653
  "filePath": "schema/themes/atlassian-dark/color/text.tsx",
654
654
  "isSource": true,
655
655
  "original": {
@@ -671,7 +671,7 @@ var tokens = [{
671
671
  "introduced": "0.6.0",
672
672
  "description": "Use for informative text or to communicate something is in progress, such as in-progress lozenges."
673
673
  },
674
- "value": "#85B8FF",
674
+ "value": "#8FB8F6",
675
675
  "filePath": "schema/themes/atlassian-dark/color/text.tsx",
676
676
  "isSource": true,
677
677
  "original": {
@@ -693,7 +693,7 @@ var tokens = [{
693
693
  "introduced": "0.6.0",
694
694
  "description": "Use for tertiary text, such as meta-data, breadcrumbs, input field placeholder and helper text."
695
695
  },
696
- "value": "#8C9BAB",
696
+ "value": "#96999E",
697
697
  "filePath": "schema/themes/atlassian-dark/color/text.tsx",
698
698
  "isSource": true,
699
699
  "original": {
@@ -715,7 +715,7 @@ var tokens = [{
715
715
  "introduced": "0.6.0",
716
716
  "description": "Use for secondary text, such as navigation, subtle button links, input field labels, and all caps subheadings."
717
717
  },
718
- "value": "#9FADBC",
718
+ "value": "#A9ABAF",
719
719
  "filePath": "schema/themes/atlassian-dark/color/text.tsx",
720
720
  "isSource": true,
721
721
  "original": {
@@ -737,7 +737,7 @@ var tokens = [{
737
737
  "introduced": "0.6.0",
738
738
  "description": "Use for links in a default or hovered state. Add an underline for hovered states."
739
739
  },
740
- "value": "#579DFF",
740
+ "value": "#669DF1",
741
741
  "filePath": "schema/themes/atlassian-dark/color/text.tsx",
742
742
  "isSource": true,
743
743
  "original": {
@@ -759,7 +759,7 @@ var tokens = [{
759
759
  "introduced": "0.6.0",
760
760
  "description": "Use for links in a pressed state."
761
761
  },
762
- "value": "#85B8FF",
762
+ "value": "#8FB8F6",
763
763
  "filePath": "schema/themes/atlassian-dark/color/text.tsx",
764
764
  "isSource": true,
765
765
  "original": {
@@ -781,7 +781,7 @@ var tokens = [{
781
781
  "introduced": "1.23.0",
782
782
  "description": "Use for visited links."
783
783
  },
784
- "value": "#B8ACF6",
784
+ "value": "#D8A0F7",
785
785
  "filePath": "schema/themes/atlassian-dark/color/text.tsx",
786
786
  "isSource": true,
787
787
  "original": {
@@ -803,7 +803,7 @@ var tokens = [{
803
803
  "introduced": "1.43.0",
804
804
  "description": "Use for visited links in a pressed state."
805
805
  },
806
- "value": "#DFD8FD",
806
+ "value": "#EED7FC",
807
807
  "filePath": "schema/themes/atlassian-dark/color/text.tsx",
808
808
  "isSource": true,
809
809
  "original": {
@@ -825,7 +825,7 @@ var tokens = [{
825
825
  "introduced": "0.6.0",
826
826
  "description": "Use for icon-only buttons, or icons paired with color.text"
827
827
  },
828
- "value": "#9FADBC",
828
+ "value": "#CECFD2",
829
829
  "filePath": "schema/themes/atlassian-dark/color/icon.tsx",
830
830
  "isSource": true,
831
831
  "original": {
@@ -835,7 +835,7 @@ var tokens = [{
835
835
  "introduced": "0.6.0",
836
836
  "description": "Use for icon-only buttons, or icons paired with color.text"
837
837
  },
838
- "value": "DarkNeutral800"
838
+ "value": "DarkNeutral1000"
839
839
  },
840
840
  "name": "color.icon.[default]",
841
841
  "path": ["color", "icon", "[default]"],
@@ -891,7 +891,7 @@ var tokens = [{
891
891
  "introduced": "0.6.0",
892
892
  "description": "Use for orange icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
893
893
  },
894
- "value": "#F38A3F",
894
+ "value": "#F68909",
895
895
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
896
896
  "isSource": true,
897
897
  "original": {
@@ -913,7 +913,7 @@ var tokens = [{
913
913
  "introduced": "0.6.0",
914
914
  "description": "Use for yellow icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
915
915
  },
916
- "value": "#F5CD47",
916
+ "value": "#EED12B",
917
917
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
918
918
  "isSource": true,
919
919
  "original": {
@@ -979,7 +979,7 @@ var tokens = [{
979
979
  "introduced": "0.6.0",
980
980
  "description": "Use for blue icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
981
981
  },
982
- "value": "#388BFF",
982
+ "value": "#4688EC",
983
983
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
984
984
  "isSource": true,
985
985
  "original": {
@@ -1001,7 +1001,7 @@ var tokens = [{
1001
1001
  "introduced": "0.6.0",
1002
1002
  "description": "Use for purple icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
1003
1003
  },
1004
- "value": "#8F7EE7",
1004
+ "value": "#BF63F3",
1005
1005
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
1006
1006
  "isSource": true,
1007
1007
  "original": {
@@ -1045,7 +1045,7 @@ var tokens = [{
1045
1045
  "introduced": "0.10.5",
1046
1046
  "description": "Use for icons on non-bold gray accent backgrounds, such as file type icons."
1047
1047
  },
1048
- "value": "#738496",
1048
+ "value": "#7E8188",
1049
1049
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
1050
1050
  "isSource": true,
1051
1051
  "original": {
@@ -1067,7 +1067,7 @@ var tokens = [{
1067
1067
  "introduced": "0.6.0",
1068
1068
  "description": "Use for icons in a disabled state."
1069
1069
  },
1070
- "value": "#BFDBF847",
1070
+ "value": "#E5E9F640",
1071
1071
  "filePath": "schema/themes/atlassian-dark/color/icon.tsx",
1072
1072
  "isSource": true,
1073
1073
  "original": {
@@ -1089,7 +1089,7 @@ var tokens = [{
1089
1089
  "introduced": "0.6.0",
1090
1090
  "description": "Use for icons on bold backgrounds."
1091
1091
  },
1092
- "value": "#1D2125",
1092
+ "value": "#1F1F21",
1093
1093
  "filePath": "schema/themes/atlassian-dark/color/icon.tsx",
1094
1094
  "isSource": true,
1095
1095
  "original": {
@@ -1111,7 +1111,7 @@ var tokens = [{
1111
1111
  "introduced": "0.6.2",
1112
1112
  "description": "Use for icons in selected or opened states, such as those used in dropdown buttons."
1113
1113
  },
1114
- "value": "#579DFF",
1114
+ "value": "#669DF1",
1115
1115
  "filePath": "schema/themes/atlassian-dark/color/icon.tsx",
1116
1116
  "isSource": true,
1117
1117
  "original": {
@@ -1133,7 +1133,7 @@ var tokens = [{
1133
1133
  "introduced": "0.6.0",
1134
1134
  "description": "Use for icons that reinforce our brand."
1135
1135
  },
1136
- "value": "#579DFF",
1136
+ "value": "#669DF1",
1137
1137
  "filePath": "schema/themes/atlassian-dark/color/icon.tsx",
1138
1138
  "isSource": true,
1139
1139
  "original": {
@@ -1177,7 +1177,7 @@ var tokens = [{
1177
1177
  "introduced": "0.6.0",
1178
1178
  "description": "Use for icons communicating caution, such as those used in warning section messages."
1179
1179
  },
1180
- "value": "#F5CD47",
1180
+ "value": "#FBC828",
1181
1181
  "filePath": "schema/themes/atlassian-dark/color/icon.tsx",
1182
1182
  "isSource": true,
1183
1183
  "original": {
@@ -1187,7 +1187,7 @@ var tokens = [{
1187
1187
  "introduced": "0.6.0",
1188
1188
  "description": "Use for icons communicating caution, such as those used in warning section messages."
1189
1189
  },
1190
- "value": "Yellow300"
1190
+ "value": "Orange300"
1191
1191
  },
1192
1192
  "name": "color.icon.warning.[default]",
1193
1193
  "path": ["color", "icon", "warning", "[default]"],
@@ -1199,7 +1199,7 @@ var tokens = [{
1199
1199
  "introduced": "0.6.0",
1200
1200
  "description": "Use for icons when on bold warning backgrounds."
1201
1201
  },
1202
- "value": "#1D2125",
1202
+ "value": "#1F1F21",
1203
1203
  "filePath": "schema/themes/atlassian-dark/color/icon.tsx",
1204
1204
  "isSource": true,
1205
1205
  "original": {
@@ -1221,7 +1221,7 @@ var tokens = [{
1221
1221
  "introduced": "0.6.0",
1222
1222
  "description": "Use for icons communicating a favorable outcome, such as those used in success section messaged."
1223
1223
  },
1224
- "value": "#2ABB7F",
1224
+ "value": "#82B536",
1225
1225
  "filePath": "schema/themes/atlassian-dark/color/icon.tsx",
1226
1226
  "isSource": true,
1227
1227
  "original": {
@@ -1231,7 +1231,7 @@ var tokens = [{
1231
1231
  "introduced": "0.6.0",
1232
1232
  "description": "Use for icons communicating a favorable outcome, such as those used in success section messaged."
1233
1233
  },
1234
- "value": "Green500"
1234
+ "value": "Lime500"
1235
1235
  },
1236
1236
  "name": "color.icon.success",
1237
1237
  "path": ["color", "icon", "success"],
@@ -1243,7 +1243,7 @@ var tokens = [{
1243
1243
  "introduced": "0.6.0",
1244
1244
  "description": "Use for icons communicating change or something new, such as discovery section messages."
1245
1245
  },
1246
- "value": "#8F7EE7",
1246
+ "value": "#BF63F3",
1247
1247
  "filePath": "schema/themes/atlassian-dark/color/icon.tsx",
1248
1248
  "isSource": true,
1249
1249
  "original": {
@@ -1265,7 +1265,7 @@ var tokens = [{
1265
1265
  "introduced": "0.6.0",
1266
1266
  "description": "Use for icons communicating information or something in-progress, such as information section messages."
1267
1267
  },
1268
- "value": "#388BFF",
1268
+ "value": "#4688EC",
1269
1269
  "filePath": "schema/themes/atlassian-dark/color/icon.tsx",
1270
1270
  "isSource": true,
1271
1271
  "original": {
@@ -1287,7 +1287,7 @@ var tokens = [{
1287
1287
  "introduced": "1.54.0",
1288
1288
  "description": "Use for icons paired with color.text.subtlest"
1289
1289
  },
1290
- "value": "#8C9BAB",
1290
+ "value": "#96999E",
1291
1291
  "filePath": "schema/themes/atlassian-dark/color/icon.tsx",
1292
1292
  "isSource": true,
1293
1293
  "original": {
@@ -1309,7 +1309,7 @@ var tokens = [{
1309
1309
  "introduced": "0.6.0",
1310
1310
  "description": "Use for icons paired with color.text.subtle"
1311
1311
  },
1312
- "value": "#8C9BAB",
1312
+ "value": "#A9ABAF",
1313
1313
  "filePath": "schema/themes/atlassian-dark/color/icon.tsx",
1314
1314
  "isSource": true,
1315
1315
  "original": {
@@ -1319,7 +1319,7 @@ var tokens = [{
1319
1319
  "introduced": "0.6.0",
1320
1320
  "description": "Use for icons paired with color.text.subtle"
1321
1321
  },
1322
- "value": "DarkNeutral700"
1322
+ "value": "DarkNeutral800"
1323
1323
  },
1324
1324
  "name": "color.icon.subtle",
1325
1325
  "path": ["color", "icon", "subtle"],
@@ -1331,7 +1331,7 @@ var tokens = [{
1331
1331
  "introduced": "0.6.0",
1332
1332
  "description": "Use to visually group or separate UI elements, such as flat cards or side panel dividers."
1333
1333
  },
1334
- "value": "#A6C5E229",
1334
+ "value": "#E3E4F21F",
1335
1335
  "filePath": "schema/themes/atlassian-dark/color/border.tsx",
1336
1336
  "isSource": true,
1337
1337
  "original": {
@@ -1397,7 +1397,7 @@ var tokens = [{
1397
1397
  "introduced": "0.6.0",
1398
1398
  "description": "Use for orange borders on non-bold backgrounds when there is no meaning tied to the color."
1399
1399
  },
1400
- "value": "#F38A3F",
1400
+ "value": "#F68909",
1401
1401
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
1402
1402
  "isSource": true,
1403
1403
  "original": {
@@ -1485,7 +1485,7 @@ var tokens = [{
1485
1485
  "introduced": "0.6.0",
1486
1486
  "description": "Use for blue borders on non-bold backgrounds when there is no meaning tied to the color."
1487
1487
  },
1488
- "value": "#388BFF",
1488
+ "value": "#4688EC",
1489
1489
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
1490
1490
  "isSource": true,
1491
1491
  "original": {
@@ -1507,7 +1507,7 @@ var tokens = [{
1507
1507
  "introduced": "0.6.0",
1508
1508
  "description": "Use for purple borders on non-bold backgrounds when there is no meaning tied to the color."
1509
1509
  },
1510
- "value": "#8F7EE7",
1510
+ "value": "#BF63F3",
1511
1511
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
1512
1512
  "isSource": true,
1513
1513
  "original": {
@@ -1551,7 +1551,7 @@ var tokens = [{
1551
1551
  "introduced": "0.10.5",
1552
1552
  "description": "Use for borders on non-bold gray accent backgrounds."
1553
1553
  },
1554
- "value": "#738496",
1554
+ "value": "#7E8188",
1555
1555
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
1556
1556
  "isSource": true,
1557
1557
  "original": {
@@ -1573,7 +1573,7 @@ var tokens = [{
1573
1573
  "introduced": "0.6.0",
1574
1574
  "description": "Use for borders of elements in a disabled state."
1575
1575
  },
1576
- "value": "#A1BDD914",
1576
+ "value": "#CECED912",
1577
1577
  "filePath": "schema/themes/atlassian-dark/color/border.tsx",
1578
1578
  "isSource": true,
1579
1579
  "original": {
@@ -1595,7 +1595,7 @@ var tokens = [{
1595
1595
  "introduced": "0.6.0",
1596
1596
  "description": "Use for focus rings of elements in a focus state."
1597
1597
  },
1598
- "value": "#85B8FF",
1598
+ "value": "#8FB8F6",
1599
1599
  "filePath": "schema/themes/atlassian-dark/color/border.tsx",
1600
1600
  "isSource": true,
1601
1601
  "original": {
@@ -1617,7 +1617,7 @@ var tokens = [{
1617
1617
  "introduced": "0.6.0",
1618
1618
  "description": "Use for borders of form UI elements, such as text fields, checkboxes, and radio buttons."
1619
1619
  },
1620
- "value": "#738496",
1620
+ "value": "#7E8188",
1621
1621
  "filePath": "schema/themes/atlassian-dark/color/border.tsx",
1622
1622
  "isSource": true,
1623
1623
  "original": {
@@ -1639,7 +1639,7 @@ var tokens = [{
1639
1639
  "introduced": "0.6.0",
1640
1640
  "description": "Use for borders on bold backgrounds."
1641
1641
  },
1642
- "value": "#161A1D",
1642
+ "value": "#18191A",
1643
1643
  "filePath": "schema/themes/atlassian-dark/color/border.tsx",
1644
1644
  "isSource": true,
1645
1645
  "original": {
@@ -1661,7 +1661,7 @@ var tokens = [{
1661
1661
  "introduced": "0.6.2",
1662
1662
  "description": "Use for borders or visual indicators of elements in a selected or opened state, such as in tabs or menu items."
1663
1663
  },
1664
- "value": "#579DFF",
1664
+ "value": "#669DF1",
1665
1665
  "filePath": "schema/themes/atlassian-dark/color/border.tsx",
1666
1666
  "isSource": true,
1667
1667
  "original": {
@@ -1683,7 +1683,7 @@ var tokens = [{
1683
1683
  "introduced": "0.6.0",
1684
1684
  "description": "Use for borders or visual indicators of elements that reinforce our brand, such as logos or primary buttons."
1685
1685
  },
1686
- "value": "#579DFF",
1686
+ "value": "#669DF1",
1687
1687
  "filePath": "schema/themes/atlassian-dark/color/border.tsx",
1688
1688
  "isSource": true,
1689
1689
  "original": {
@@ -1727,7 +1727,7 @@ var tokens = [{
1727
1727
  "introduced": "0.6.0",
1728
1728
  "description": "Use for borders communicating caution."
1729
1729
  },
1730
- "value": "#CF9F02",
1730
+ "value": "#F68909",
1731
1731
  "filePath": "schema/themes/atlassian-dark/color/border.tsx",
1732
1732
  "isSource": true,
1733
1733
  "original": {
@@ -1737,7 +1737,7 @@ var tokens = [{
1737
1737
  "introduced": "0.6.0",
1738
1738
  "description": "Use for borders communicating caution."
1739
1739
  },
1740
- "value": "Yellow500"
1740
+ "value": "Orange500"
1741
1741
  },
1742
1742
  "name": "color.border.warning",
1743
1743
  "path": ["color", "border", "warning"],
@@ -1749,7 +1749,7 @@ var tokens = [{
1749
1749
  "introduced": "0.6.0",
1750
1750
  "description": "Use for borders communicating a favorable outcome, such as the borders on validated text fields."
1751
1751
  },
1752
- "value": "#2ABB7F",
1752
+ "value": "#82B536",
1753
1753
  "filePath": "schema/themes/atlassian-dark/color/border.tsx",
1754
1754
  "isSource": true,
1755
1755
  "original": {
@@ -1759,7 +1759,7 @@ var tokens = [{
1759
1759
  "introduced": "0.6.0",
1760
1760
  "description": "Use for borders communicating a favorable outcome, such as the borders on validated text fields."
1761
1761
  },
1762
- "value": "Green500"
1762
+ "value": "Lime500"
1763
1763
  },
1764
1764
  "name": "color.border.success",
1765
1765
  "path": ["color", "border", "success"],
@@ -1771,7 +1771,7 @@ var tokens = [{
1771
1771
  "introduced": "0.6.0",
1772
1772
  "description": "Use for borders communicating change or something new, such as the borders in onboarding spotlights."
1773
1773
  },
1774
- "value": "#8F7EE7",
1774
+ "value": "#BF63F3",
1775
1775
  "filePath": "schema/themes/atlassian-dark/color/border.tsx",
1776
1776
  "isSource": true,
1777
1777
  "original": {
@@ -1793,7 +1793,7 @@ var tokens = [{
1793
1793
  "introduced": "0.6.0",
1794
1794
  "description": "Use for borders communicating information or something in-progress."
1795
1795
  },
1796
- "value": "#388BFF",
1796
+ "value": "#4688EC",
1797
1797
  "filePath": "schema/themes/atlassian-dark/color/border.tsx",
1798
1798
  "isSource": true,
1799
1799
  "original": {
@@ -1815,7 +1815,7 @@ var tokens = [{
1815
1815
  "introduced": "0.10.8",
1816
1816
  "description": "A neutral border option that passes min 3:1 contrast ratios."
1817
1817
  },
1818
- "value": "#738496",
1818
+ "value": "#7E8188",
1819
1819
  "filePath": "schema/themes/atlassian-dark/color/border.tsx",
1820
1820
  "isSource": true,
1821
1821
  "original": {
@@ -1837,7 +1837,7 @@ var tokens = [{
1837
1837
  "introduced": "1.6.0",
1838
1838
  "description": "Use for for backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
1839
1839
  },
1840
- "value": "#28311B",
1840
+ "value": "#37471F",
1841
1841
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
1842
1842
  "isSource": true,
1843
1843
  "original": {
@@ -1847,7 +1847,7 @@ var tokens = [{
1847
1847
  "introduced": "1.6.0",
1848
1848
  "description": "Use for for backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
1849
1849
  },
1850
- "value": "Lime1000"
1850
+ "value": "Lime900"
1851
1851
  },
1852
1852
  "name": "color.background.accent.lime.subtlest.[default]",
1853
1853
  "path": ["color", "background", "accent", "lime", "subtlest", "[default]"],
@@ -1859,7 +1859,7 @@ var tokens = [{
1859
1859
  "introduced": "1.19.0",
1860
1860
  "description": "Hovered state of color.background.accent.lime.subtlest."
1861
1861
  },
1862
- "value": "#37471F",
1862
+ "value": "#3F5224",
1863
1863
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
1864
1864
  "isSource": true,
1865
1865
  "original": {
@@ -1869,7 +1869,7 @@ var tokens = [{
1869
1869
  "introduced": "1.19.0",
1870
1870
  "description": "Hovered state of color.background.accent.lime.subtlest."
1871
1871
  },
1872
- "value": "Lime900"
1872
+ "value": "Lime850"
1873
1873
  },
1874
1874
  "name": "color.background.accent.lime.subtlest.hovered",
1875
1875
  "path": ["color", "background", "accent", "lime", "subtlest", "hovered"],
@@ -1881,7 +1881,7 @@ var tokens = [{
1881
1881
  "introduced": "1.19.0",
1882
1882
  "description": "Pressed state of color.background.accent.lime.subtlest."
1883
1883
  },
1884
- "value": "#4C6B1F",
1884
+ "value": "#3F5224",
1885
1885
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
1886
1886
  "isSource": true,
1887
1887
  "original": {
@@ -1891,7 +1891,7 @@ var tokens = [{
1891
1891
  "introduced": "1.19.0",
1892
1892
  "description": "Pressed state of color.background.accent.lime.subtlest."
1893
1893
  },
1894
- "value": "Lime800"
1894
+ "value": "Lime850"
1895
1895
  },
1896
1896
  "name": "color.background.accent.lime.subtlest.pressed",
1897
1897
  "path": ["color", "background", "accent", "lime", "subtlest", "pressed"],
@@ -1925,7 +1925,7 @@ var tokens = [{
1925
1925
  "introduced": "1.19.0",
1926
1926
  "description": "Hovered state of color.background.accent.lime.subtler."
1927
1927
  },
1928
- "value": "#4C6B1F",
1928
+ "value": "#3F5224",
1929
1929
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
1930
1930
  "isSource": true,
1931
1931
  "original": {
@@ -1935,7 +1935,7 @@ var tokens = [{
1935
1935
  "introduced": "1.19.0",
1936
1936
  "description": "Hovered state of color.background.accent.lime.subtler."
1937
1937
  },
1938
- "value": "Lime800"
1938
+ "value": "Lime850"
1939
1939
  },
1940
1940
  "name": "color.background.accent.lime.subtler.hovered",
1941
1941
  "path": ["color", "background", "accent", "lime", "subtler", "hovered"],
@@ -1947,7 +1947,7 @@ var tokens = [{
1947
1947
  "introduced": "1.19.0",
1948
1948
  "description": "Pressed state of color.background.accent.lime.subtler."
1949
1949
  },
1950
- "value": "#5B7F24",
1950
+ "value": "#4C6B1F",
1951
1951
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
1952
1952
  "isSource": true,
1953
1953
  "original": {
@@ -1957,7 +1957,7 @@ var tokens = [{
1957
1957
  "introduced": "1.19.0",
1958
1958
  "description": "Pressed state of color.background.accent.lime.subtler."
1959
1959
  },
1960
- "value": "Lime700"
1960
+ "value": "Lime800"
1961
1961
  },
1962
1962
  "name": "color.background.accent.lime.subtler.pressed",
1963
1963
  "path": ["color", "background", "accent", "lime", "subtler", "pressed"],
@@ -1991,7 +1991,7 @@ var tokens = [{
1991
1991
  "introduced": "1.19.0",
1992
1992
  "description": "Hovered state of color.background.accent.lime.subtle."
1993
1993
  },
1994
- "value": "#37471F",
1994
+ "value": "#3F5224",
1995
1995
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
1996
1996
  "isSource": true,
1997
1997
  "original": {
@@ -2001,7 +2001,7 @@ var tokens = [{
2001
2001
  "introduced": "1.19.0",
2002
2002
  "description": "Hovered state of color.background.accent.lime.subtle."
2003
2003
  },
2004
- "value": "Lime900"
2004
+ "value": "Lime850"
2005
2005
  },
2006
2006
  "name": "color.background.accent.lime.subtle.hovered",
2007
2007
  "path": ["color", "background", "accent", "lime", "subtle", "hovered"],
@@ -2013,7 +2013,7 @@ var tokens = [{
2013
2013
  "introduced": "1.19.0",
2014
2014
  "description": "Pressed state of color.background.accent.lime.subtle."
2015
2015
  },
2016
- "value": "#28311B",
2016
+ "value": "#37471F",
2017
2017
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2018
2018
  "isSource": true,
2019
2019
  "original": {
@@ -2023,7 +2023,7 @@ var tokens = [{
2023
2023
  "introduced": "1.19.0",
2024
2024
  "description": "Pressed state of color.background.accent.lime.subtle."
2025
2025
  },
2026
- "value": "Lime1000"
2026
+ "value": "Lime900"
2027
2027
  },
2028
2028
  "name": "color.background.accent.lime.subtle.pressed",
2029
2029
  "path": ["color", "background", "accent", "lime", "subtle", "pressed"],
@@ -2079,7 +2079,7 @@ var tokens = [{
2079
2079
  "introduced": "1.19.0",
2080
2080
  "description": "Pressed state of color.background.accent.lime.bolder."
2081
2081
  },
2082
- "value": "#D3F1A7",
2082
+ "value": "#BDE97C",
2083
2083
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2084
2084
  "isSource": true,
2085
2085
  "original": {
@@ -2089,7 +2089,7 @@ var tokens = [{
2089
2089
  "introduced": "1.19.0",
2090
2090
  "description": "Pressed state of color.background.accent.lime.bolder."
2091
2091
  },
2092
- "value": "Lime200"
2092
+ "value": "Lime250"
2093
2093
  },
2094
2094
  "name": "color.background.accent.lime.bolder.pressed",
2095
2095
  "path": ["color", "background", "accent", "lime", "bolder", "pressed"],
@@ -2145,7 +2145,7 @@ var tokens = [{
2145
2145
  "introduced": "1.19.0",
2146
2146
  "description": "Pressed state of color.background.accent.red.subtlest."
2147
2147
  },
2148
- "value": "#AE2E24",
2148
+ "value": "#872821",
2149
2149
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2150
2150
  "isSource": true,
2151
2151
  "original": {
@@ -2155,7 +2155,7 @@ var tokens = [{
2155
2155
  "introduced": "1.19.0",
2156
2156
  "description": "Pressed state of color.background.accent.red.subtlest."
2157
2157
  },
2158
- "value": "Red800"
2158
+ "value": "Red850"
2159
2159
  },
2160
2160
  "name": "color.background.accent.red.subtlest.pressed",
2161
2161
  "path": ["color", "background", "accent", "red", "subtlest", "pressed"],
@@ -2189,7 +2189,7 @@ var tokens = [{
2189
2189
  "introduced": "1.19.0",
2190
2190
  "description": "Hovered state of color.background.accent.red.subtler."
2191
2191
  },
2192
- "value": "#AE2E24",
2192
+ "value": "#872821",
2193
2193
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2194
2194
  "isSource": true,
2195
2195
  "original": {
@@ -2199,7 +2199,7 @@ var tokens = [{
2199
2199
  "introduced": "1.19.0",
2200
2200
  "description": "Hovered state of color.background.accent.red.subtler."
2201
2201
  },
2202
- "value": "Red800"
2202
+ "value": "Red850"
2203
2203
  },
2204
2204
  "name": "color.background.accent.red.subtler.hovered",
2205
2205
  "path": ["color", "background", "accent", "red", "subtler", "hovered"],
@@ -2211,7 +2211,7 @@ var tokens = [{
2211
2211
  "introduced": "1.19.0",
2212
2212
  "description": "Pressed state of color.background.accent.red.subtler."
2213
2213
  },
2214
- "value": "#C9372C",
2214
+ "value": "#AE2E24",
2215
2215
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2216
2216
  "isSource": true,
2217
2217
  "original": {
@@ -2221,7 +2221,7 @@ var tokens = [{
2221
2221
  "introduced": "1.19.0",
2222
2222
  "description": "Pressed state of color.background.accent.red.subtler."
2223
2223
  },
2224
- "value": "Red700"
2224
+ "value": "Red800"
2225
2225
  },
2226
2226
  "name": "color.background.accent.red.subtler.pressed",
2227
2227
  "path": ["color", "background", "accent", "red", "subtler", "pressed"],
@@ -2255,7 +2255,7 @@ var tokens = [{
2255
2255
  "introduced": "1.19.0",
2256
2256
  "description": "Hovered state of color.background.accent.red.subtle."
2257
2257
  },
2258
- "value": "#5D1F1A",
2258
+ "value": "#872821",
2259
2259
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2260
2260
  "isSource": true,
2261
2261
  "original": {
@@ -2265,7 +2265,7 @@ var tokens = [{
2265
2265
  "introduced": "1.19.0",
2266
2266
  "description": "Hovered state of color.background.accent.red.subtle."
2267
2267
  },
2268
- "value": "Red900"
2268
+ "value": "Red850"
2269
2269
  },
2270
2270
  "name": "color.background.accent.red.subtle.hovered",
2271
2271
  "path": ["color", "background", "accent", "red", "subtle", "hovered"],
@@ -2277,7 +2277,7 @@ var tokens = [{
2277
2277
  "introduced": "1.19.0",
2278
2278
  "description": "Pressed state of color.background.accent.red.subtle."
2279
2279
  },
2280
- "value": "#42221F",
2280
+ "value": "#5D1F1A",
2281
2281
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2282
2282
  "isSource": true,
2283
2283
  "original": {
@@ -2287,7 +2287,7 @@ var tokens = [{
2287
2287
  "introduced": "1.19.0",
2288
2288
  "description": "Pressed state of color.background.accent.red.subtle."
2289
2289
  },
2290
- "value": "Red1000"
2290
+ "value": "Red900"
2291
2291
  },
2292
2292
  "name": "color.background.accent.red.subtle.pressed",
2293
2293
  "path": ["color", "background", "accent", "red", "subtle", "pressed"],
@@ -2343,7 +2343,7 @@ var tokens = [{
2343
2343
  "introduced": "1.19.0",
2344
2344
  "description": "Pressed state of color.background.accent.red.bolder."
2345
2345
  },
2346
- "value": "#FFD5D2",
2346
+ "value": "#FFB8B2",
2347
2347
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2348
2348
  "isSource": true,
2349
2349
  "original": {
@@ -2353,7 +2353,7 @@ var tokens = [{
2353
2353
  "introduced": "1.19.0",
2354
2354
  "description": "Pressed state of color.background.accent.red.bolder."
2355
2355
  },
2356
- "value": "Red200"
2356
+ "value": "Red250"
2357
2357
  },
2358
2358
  "name": "color.background.accent.red.bolder.pressed",
2359
2359
  "path": ["color", "background", "accent", "red", "bolder", "pressed"],
@@ -2365,7 +2365,7 @@ var tokens = [{
2365
2365
  "introduced": "0.7.0",
2366
2366
  "description": "Use for orange backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2367
2367
  },
2368
- "value": "#38291E",
2368
+ "value": "#693200",
2369
2369
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2370
2370
  "isSource": true,
2371
2371
  "original": {
@@ -2375,7 +2375,7 @@ var tokens = [{
2375
2375
  "introduced": "0.7.0",
2376
2376
  "description": "Use for orange backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2377
2377
  },
2378
- "value": "Orange1000"
2378
+ "value": "Orange900"
2379
2379
  },
2380
2380
  "name": "color.background.accent.orange.subtlest.[default]",
2381
2381
  "path": ["color", "background", "accent", "orange", "subtlest", "[default]"],
@@ -2387,7 +2387,7 @@ var tokens = [{
2387
2387
  "introduced": "1.19.0",
2388
2388
  "description": "Hovered state of color.background.accent.orange.subtlest."
2389
2389
  },
2390
- "value": "#702E00",
2390
+ "value": "#7A3B00",
2391
2391
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2392
2392
  "isSource": true,
2393
2393
  "original": {
@@ -2397,7 +2397,7 @@ var tokens = [{
2397
2397
  "introduced": "1.19.0",
2398
2398
  "description": "Hovered state of color.background.accent.orange.subtlest."
2399
2399
  },
2400
- "value": "Orange900"
2400
+ "value": "Orange850"
2401
2401
  },
2402
2402
  "name": "color.background.accent.orange.subtlest.hovered",
2403
2403
  "path": ["color", "background", "accent", "orange", "subtlest", "hovered"],
@@ -2409,7 +2409,7 @@ var tokens = [{
2409
2409
  "introduced": "1.19.0",
2410
2410
  "description": "Pressed state of color.background.accent.orange.subtlest."
2411
2411
  },
2412
- "value": "#A54800",
2412
+ "value": "#7A3B00",
2413
2413
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2414
2414
  "isSource": true,
2415
2415
  "original": {
@@ -2419,7 +2419,7 @@ var tokens = [{
2419
2419
  "introduced": "1.19.0",
2420
2420
  "description": "Pressed state of color.background.accent.orange.subtlest."
2421
2421
  },
2422
- "value": "Orange800"
2422
+ "value": "Orange850"
2423
2423
  },
2424
2424
  "name": "color.background.accent.orange.subtlest.pressed",
2425
2425
  "path": ["color", "background", "accent", "orange", "subtlest", "pressed"],
@@ -2431,7 +2431,7 @@ var tokens = [{
2431
2431
  "introduced": "0.7.0",
2432
2432
  "description": "Use for orange backgrounds when there is no meaning tied to the color, such as colored tags."
2433
2433
  },
2434
- "value": "#702E00",
2434
+ "value": "#693200",
2435
2435
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2436
2436
  "isSource": true,
2437
2437
  "original": {
@@ -2453,7 +2453,7 @@ var tokens = [{
2453
2453
  "introduced": "1.19.0",
2454
2454
  "description": "Hovered state of color.background.accent.orange.subtler."
2455
2455
  },
2456
- "value": "#A54800",
2456
+ "value": "#7A3B00",
2457
2457
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2458
2458
  "isSource": true,
2459
2459
  "original": {
@@ -2463,7 +2463,7 @@ var tokens = [{
2463
2463
  "introduced": "1.19.0",
2464
2464
  "description": "Hovered state of color.background.accent.orange.subtler."
2465
2465
  },
2466
- "value": "Orange800"
2466
+ "value": "Orange850"
2467
2467
  },
2468
2468
  "name": "color.background.accent.orange.subtler.hovered",
2469
2469
  "path": ["color", "background", "accent", "orange", "subtler", "hovered"],
@@ -2475,7 +2475,7 @@ var tokens = [{
2475
2475
  "introduced": "1.19.0",
2476
2476
  "description": "Pressed state of color.background.accent.orange.subtler."
2477
2477
  },
2478
- "value": "#C25100",
2478
+ "value": "#9E4C00",
2479
2479
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2480
2480
  "isSource": true,
2481
2481
  "original": {
@@ -2485,7 +2485,7 @@ var tokens = [{
2485
2485
  "introduced": "1.19.0",
2486
2486
  "description": "Pressed state of color.background.accent.orange.subtler."
2487
2487
  },
2488
- "value": "Orange700"
2488
+ "value": "Orange800"
2489
2489
  },
2490
2490
  "name": "color.background.accent.orange.subtler.pressed",
2491
2491
  "path": ["color", "background", "accent", "orange", "subtler", "pressed"],
@@ -2497,7 +2497,7 @@ var tokens = [{
2497
2497
  "introduced": "0.7.0",
2498
2498
  "description": "Use for vibrant orange backgrounds when there is no meaning tied to the color, such as colored tags."
2499
2499
  },
2500
- "value": "#A54800",
2500
+ "value": "#9E4C00",
2501
2501
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2502
2502
  "isSource": true,
2503
2503
  "original": {
@@ -2519,7 +2519,7 @@ var tokens = [{
2519
2519
  "introduced": "1.19.0",
2520
2520
  "description": "Hovered state of color.background.accent.orange.subtle."
2521
2521
  },
2522
- "value": "#702E00",
2522
+ "value": "#7A3B00",
2523
2523
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2524
2524
  "isSource": true,
2525
2525
  "original": {
@@ -2529,7 +2529,7 @@ var tokens = [{
2529
2529
  "introduced": "1.19.0",
2530
2530
  "description": "Hovered state of color.background.accent.orange.subtle."
2531
2531
  },
2532
- "value": "Orange900"
2532
+ "value": "Orange850"
2533
2533
  },
2534
2534
  "name": "color.background.accent.orange.subtle.hovered",
2535
2535
  "path": ["color", "background", "accent", "orange", "subtle", "hovered"],
@@ -2541,7 +2541,7 @@ var tokens = [{
2541
2541
  "introduced": "1.19.0",
2542
2542
  "description": "Pressed state of color.background.accent.orange.subtle."
2543
2543
  },
2544
- "value": "#38291E",
2544
+ "value": "#693200",
2545
2545
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2546
2546
  "isSource": true,
2547
2547
  "original": {
@@ -2551,7 +2551,7 @@ var tokens = [{
2551
2551
  "introduced": "1.19.0",
2552
2552
  "description": "Pressed state of color.background.accent.orange.subtle."
2553
2553
  },
2554
- "value": "Orange1000"
2554
+ "value": "Orange900"
2555
2555
  },
2556
2556
  "name": "color.background.accent.orange.subtle.pressed",
2557
2557
  "path": ["color", "background", "accent", "orange", "subtle", "pressed"],
@@ -2563,7 +2563,7 @@ var tokens = [{
2563
2563
  "introduced": "0.7.0",
2564
2564
  "description": "Use for orange backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
2565
2565
  },
2566
- "value": "#FEA362",
2566
+ "value": "#FCA700",
2567
2567
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2568
2568
  "isSource": true,
2569
2569
  "original": {
@@ -2585,7 +2585,7 @@ var tokens = [{
2585
2585
  "introduced": "1.19.0",
2586
2586
  "description": "Hovered state of color.background.accent.orange.bolder."
2587
2587
  },
2588
- "value": "#FEC195",
2588
+ "value": "#FBC828",
2589
2589
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2590
2590
  "isSource": true,
2591
2591
  "original": {
@@ -2607,7 +2607,7 @@ var tokens = [{
2607
2607
  "introduced": "1.19.0",
2608
2608
  "description": "Pressed state of color.background.accent.orange.bolder."
2609
2609
  },
2610
- "value": "#FEDEC8",
2610
+ "value": "#FBD779",
2611
2611
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2612
2612
  "isSource": true,
2613
2613
  "original": {
@@ -2617,7 +2617,7 @@ var tokens = [{
2617
2617
  "introduced": "1.19.0",
2618
2618
  "description": "Pressed state of color.background.accent.orange.bolder."
2619
2619
  },
2620
- "value": "Orange200"
2620
+ "value": "Orange250"
2621
2621
  },
2622
2622
  "name": "color.background.accent.orange.bolder.pressed",
2623
2623
  "path": ["color", "background", "accent", "orange", "bolder", "pressed"],
@@ -2629,7 +2629,7 @@ var tokens = [{
2629
2629
  "introduced": "0.7.0",
2630
2630
  "description": "Use for yellow backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2631
2631
  },
2632
- "value": "#332E1B",
2632
+ "value": "#533F04",
2633
2633
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2634
2634
  "isSource": true,
2635
2635
  "original": {
@@ -2639,7 +2639,7 @@ var tokens = [{
2639
2639
  "introduced": "0.7.0",
2640
2640
  "description": "Use for yellow backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2641
2641
  },
2642
- "value": "Yellow1000"
2642
+ "value": "Yellow900"
2643
2643
  },
2644
2644
  "name": "color.background.accent.yellow.subtlest.[default]",
2645
2645
  "path": ["color", "background", "accent", "yellow", "subtlest", "[default]"],
@@ -2651,7 +2651,7 @@ var tokens = [{
2651
2651
  "introduced": "1.19.0",
2652
2652
  "description": "Hovered state of color.background.accent.yellow.subtlest."
2653
2653
  },
2654
- "value": "#533F04",
2654
+ "value": "#614A05",
2655
2655
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2656
2656
  "isSource": true,
2657
2657
  "original": {
@@ -2661,7 +2661,7 @@ var tokens = [{
2661
2661
  "introduced": "1.19.0",
2662
2662
  "description": "Hovered state of color.background.accent.yellow.subtlest."
2663
2663
  },
2664
- "value": "Yellow900"
2664
+ "value": "Yellow850"
2665
2665
  },
2666
2666
  "name": "color.background.accent.yellow.subtlest.hovered",
2667
2667
  "path": ["color", "background", "accent", "yellow", "subtlest", "hovered"],
@@ -2673,7 +2673,7 @@ var tokens = [{
2673
2673
  "introduced": "1.19.0",
2674
2674
  "description": "Pressed state of color.background.accent.yellow.subtlest."
2675
2675
  },
2676
- "value": "#7F5F01",
2676
+ "value": "#614A05",
2677
2677
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2678
2678
  "isSource": true,
2679
2679
  "original": {
@@ -2683,7 +2683,7 @@ var tokens = [{
2683
2683
  "introduced": "1.19.0",
2684
2684
  "description": "Pressed state of color.background.accent.yellow.subtlest."
2685
2685
  },
2686
- "value": "Yellow800"
2686
+ "value": "Yellow850"
2687
2687
  },
2688
2688
  "name": "color.background.accent.yellow.subtlest.pressed",
2689
2689
  "path": ["color", "background", "accent", "yellow", "subtlest", "pressed"],
@@ -2717,7 +2717,7 @@ var tokens = [{
2717
2717
  "introduced": "1.19.0",
2718
2718
  "description": "Hovered state of color.background.accent.yellow.subtler."
2719
2719
  },
2720
- "value": "#7F5F01",
2720
+ "value": "#614A05",
2721
2721
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2722
2722
  "isSource": true,
2723
2723
  "original": {
@@ -2727,7 +2727,7 @@ var tokens = [{
2727
2727
  "introduced": "1.19.0",
2728
2728
  "description": "Hovered state of color.background.accent.yellow.subtler."
2729
2729
  },
2730
- "value": "Yellow800"
2730
+ "value": "Yellow850"
2731
2731
  },
2732
2732
  "name": "color.background.accent.yellow.subtler.hovered",
2733
2733
  "path": ["color", "background", "accent", "yellow", "subtler", "hovered"],
@@ -2739,7 +2739,7 @@ var tokens = [{
2739
2739
  "introduced": "1.19.0",
2740
2740
  "description": "Pressed state of color.background.accent.yellow.subtler."
2741
2741
  },
2742
- "value": "#946F00",
2742
+ "value": "#7F5F01",
2743
2743
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2744
2744
  "isSource": true,
2745
2745
  "original": {
@@ -2749,7 +2749,7 @@ var tokens = [{
2749
2749
  "introduced": "1.19.0",
2750
2750
  "description": "Pressed state of color.background.accent.yellow.subtler."
2751
2751
  },
2752
- "value": "Yellow700"
2752
+ "value": "Yellow800"
2753
2753
  },
2754
2754
  "name": "color.background.accent.yellow.subtler.pressed",
2755
2755
  "path": ["color", "background", "accent", "yellow", "subtler", "pressed"],
@@ -2783,7 +2783,7 @@ var tokens = [{
2783
2783
  "introduced": "1.19.0",
2784
2784
  "description": "Hovered state of color.background.accent.yellow.subtle."
2785
2785
  },
2786
- "value": "#533F04",
2786
+ "value": "#614A05",
2787
2787
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2788
2788
  "isSource": true,
2789
2789
  "original": {
@@ -2793,7 +2793,7 @@ var tokens = [{
2793
2793
  "introduced": "1.19.0",
2794
2794
  "description": "Hovered state of color.background.accent.yellow.subtle."
2795
2795
  },
2796
- "value": "Yellow900"
2796
+ "value": "Yellow850"
2797
2797
  },
2798
2798
  "name": "color.background.accent.yellow.subtle.hovered",
2799
2799
  "path": ["color", "background", "accent", "yellow", "subtle", "hovered"],
@@ -2805,7 +2805,7 @@ var tokens = [{
2805
2805
  "introduced": "1.19.0",
2806
2806
  "description": "Pressed state of color.background.accent.yellow.subtle."
2807
2807
  },
2808
- "value": "#332E1B",
2808
+ "value": "#533F04",
2809
2809
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2810
2810
  "isSource": true,
2811
2811
  "original": {
@@ -2815,7 +2815,7 @@ var tokens = [{
2815
2815
  "introduced": "1.19.0",
2816
2816
  "description": "Pressed state of color.background.accent.yellow.subtle."
2817
2817
  },
2818
- "value": "Yellow1000"
2818
+ "value": "Yellow900"
2819
2819
  },
2820
2820
  "name": "color.background.accent.yellow.subtle.pressed",
2821
2821
  "path": ["color", "background", "accent", "yellow", "subtle", "pressed"],
@@ -2827,7 +2827,7 @@ var tokens = [{
2827
2827
  "introduced": "0.7.0",
2828
2828
  "description": "Use for yellow backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
2829
2829
  },
2830
- "value": "#E2B203",
2830
+ "value": "#DDB30E",
2831
2831
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2832
2832
  "isSource": true,
2833
2833
  "original": {
@@ -2849,7 +2849,7 @@ var tokens = [{
2849
2849
  "introduced": "1.19.0",
2850
2850
  "description": "Hovered state of color.background.accent.yellow.bolder."
2851
2851
  },
2852
- "value": "#F5CD47",
2852
+ "value": "#EED12B",
2853
2853
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2854
2854
  "isSource": true,
2855
2855
  "original": {
@@ -2871,7 +2871,7 @@ var tokens = [{
2871
2871
  "introduced": "1.19.0",
2872
2872
  "description": "Pressed state of color.background.accent.yellow.bolder."
2873
2873
  },
2874
- "value": "#F8E6A0",
2874
+ "value": "#EFDD4E",
2875
2875
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2876
2876
  "isSource": true,
2877
2877
  "original": {
@@ -2881,7 +2881,7 @@ var tokens = [{
2881
2881
  "introduced": "1.19.0",
2882
2882
  "description": "Pressed state of color.background.accent.yellow.bolder."
2883
2883
  },
2884
- "value": "Yellow200"
2884
+ "value": "Yellow250"
2885
2885
  },
2886
2886
  "name": "color.background.accent.yellow.bolder.pressed",
2887
2887
  "path": ["color", "background", "accent", "yellow", "bolder", "pressed"],
@@ -2893,7 +2893,7 @@ var tokens = [{
2893
2893
  "introduced": "0.7.0",
2894
2894
  "description": "Use for green backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2895
2895
  },
2896
- "value": "#1C3329",
2896
+ "value": "#164B35",
2897
2897
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2898
2898
  "isSource": true,
2899
2899
  "original": {
@@ -2903,7 +2903,7 @@ var tokens = [{
2903
2903
  "introduced": "0.7.0",
2904
2904
  "description": "Use for green backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2905
2905
  },
2906
- "value": "Green1000"
2906
+ "value": "Green900"
2907
2907
  },
2908
2908
  "name": "color.background.accent.green.subtlest.[default]",
2909
2909
  "path": ["color", "background", "accent", "green", "subtlest", "[default]"],
@@ -2915,7 +2915,7 @@ var tokens = [{
2915
2915
  "introduced": "1.19.0",
2916
2916
  "description": "Hovered state of color.background.accent.green.subtlest."
2917
2917
  },
2918
- "value": "#164B35",
2918
+ "value": "#19573D",
2919
2919
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2920
2920
  "isSource": true,
2921
2921
  "original": {
@@ -2925,7 +2925,7 @@ var tokens = [{
2925
2925
  "introduced": "1.19.0",
2926
2926
  "description": "Hovered state of color.background.accent.green.subtlest."
2927
2927
  },
2928
- "value": "Green900"
2928
+ "value": "Green850"
2929
2929
  },
2930
2930
  "name": "color.background.accent.green.subtlest.hovered",
2931
2931
  "path": ["color", "background", "accent", "green", "subtlest", "hovered"],
@@ -2937,7 +2937,7 @@ var tokens = [{
2937
2937
  "introduced": "1.19.0",
2938
2938
  "description": "Pressed state of color.background.accent.green.subtlest."
2939
2939
  },
2940
- "value": "#216E4E",
2940
+ "value": "#19573D",
2941
2941
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2942
2942
  "isSource": true,
2943
2943
  "original": {
@@ -2947,7 +2947,7 @@ var tokens = [{
2947
2947
  "introduced": "1.19.0",
2948
2948
  "description": "Pressed state of color.background.accent.green.subtlest."
2949
2949
  },
2950
- "value": "Green800"
2950
+ "value": "Green850"
2951
2951
  },
2952
2952
  "name": "color.background.accent.green.subtlest.pressed",
2953
2953
  "path": ["color", "background", "accent", "green", "subtlest", "pressed"],
@@ -2981,7 +2981,7 @@ var tokens = [{
2981
2981
  "introduced": "1.19.0",
2982
2982
  "description": "Hovered state of color.background.accent.green.subtler."
2983
2983
  },
2984
- "value": "#216E4E",
2984
+ "value": "#19573D",
2985
2985
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2986
2986
  "isSource": true,
2987
2987
  "original": {
@@ -2991,7 +2991,7 @@ var tokens = [{
2991
2991
  "introduced": "1.19.0",
2992
2992
  "description": "Hovered state of color.background.accent.green.subtler."
2993
2993
  },
2994
- "value": "Green800"
2994
+ "value": "Green850"
2995
2995
  },
2996
2996
  "name": "color.background.accent.green.subtler.hovered",
2997
2997
  "path": ["color", "background", "accent", "green", "subtler", "hovered"],
@@ -3003,7 +3003,7 @@ var tokens = [{
3003
3003
  "introduced": "1.19.0",
3004
3004
  "description": "Pressed state of color.background.accent.green.subtler."
3005
3005
  },
3006
- "value": "#1F845A",
3006
+ "value": "#216E4E",
3007
3007
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3008
3008
  "isSource": true,
3009
3009
  "original": {
@@ -3013,7 +3013,7 @@ var tokens = [{
3013
3013
  "introduced": "1.19.0",
3014
3014
  "description": "Pressed state of color.background.accent.green.subtler."
3015
3015
  },
3016
- "value": "Green700"
3016
+ "value": "Green800"
3017
3017
  },
3018
3018
  "name": "color.background.accent.green.subtler.pressed",
3019
3019
  "path": ["color", "background", "accent", "green", "subtler", "pressed"],
@@ -3047,7 +3047,7 @@ var tokens = [{
3047
3047
  "introduced": "1.19.0",
3048
3048
  "description": "Hovered state of color.background.accent.green.subtle."
3049
3049
  },
3050
- "value": "#164B35",
3050
+ "value": "#19573D",
3051
3051
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3052
3052
  "isSource": true,
3053
3053
  "original": {
@@ -3057,7 +3057,7 @@ var tokens = [{
3057
3057
  "introduced": "1.19.0",
3058
3058
  "description": "Hovered state of color.background.accent.green.subtle."
3059
3059
  },
3060
- "value": "Green900"
3060
+ "value": "Green850"
3061
3061
  },
3062
3062
  "name": "color.background.accent.green.subtle.hovered",
3063
3063
  "path": ["color", "background", "accent", "green", "subtle", "hovered"],
@@ -3069,7 +3069,7 @@ var tokens = [{
3069
3069
  "introduced": "1.19.0",
3070
3070
  "description": "Pressed state of color.background.accent.green.subtle."
3071
3071
  },
3072
- "value": "#1C3329",
3072
+ "value": "#164B35",
3073
3073
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3074
3074
  "isSource": true,
3075
3075
  "original": {
@@ -3079,7 +3079,7 @@ var tokens = [{
3079
3079
  "introduced": "1.19.0",
3080
3080
  "description": "Pressed state of color.background.accent.green.subtle."
3081
3081
  },
3082
- "value": "Green1000"
3082
+ "value": "Green900"
3083
3083
  },
3084
3084
  "name": "color.background.accent.green.subtle.pressed",
3085
3085
  "path": ["color", "background", "accent", "green", "subtle", "pressed"],
@@ -3135,7 +3135,7 @@ var tokens = [{
3135
3135
  "introduced": "1.19.0",
3136
3136
  "description": "Pressed state of color.background.accent.green.bolder."
3137
3137
  },
3138
- "value": "#BAF3DB",
3138
+ "value": "#97EDC9",
3139
3139
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3140
3140
  "isSource": true,
3141
3141
  "original": {
@@ -3145,7 +3145,7 @@ var tokens = [{
3145
3145
  "introduced": "1.19.0",
3146
3146
  "description": "Pressed state of color.background.accent.green.bolder."
3147
3147
  },
3148
- "value": "Green200"
3148
+ "value": "Green250"
3149
3149
  },
3150
3150
  "name": "color.background.accent.green.bolder.pressed",
3151
3151
  "path": ["color", "background", "accent", "green", "bolder", "pressed"],
@@ -3157,7 +3157,7 @@ var tokens = [{
3157
3157
  "introduced": "0.7.0",
3158
3158
  "description": "Use for teal backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
3159
3159
  },
3160
- "value": "#1E3137",
3160
+ "value": "#164555",
3161
3161
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3162
3162
  "isSource": true,
3163
3163
  "original": {
@@ -3167,7 +3167,7 @@ var tokens = [{
3167
3167
  "introduced": "0.7.0",
3168
3168
  "description": "Use for teal backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
3169
3169
  },
3170
- "value": "Teal1000"
3170
+ "value": "Teal900"
3171
3171
  },
3172
3172
  "name": "color.background.accent.teal.subtlest.[default]",
3173
3173
  "path": ["color", "background", "accent", "teal", "subtlest", "[default]"],
@@ -3179,7 +3179,7 @@ var tokens = [{
3179
3179
  "introduced": "1.19.0",
3180
3180
  "description": "Hovered state of color.background.accent.teal.subtlest."
3181
3181
  },
3182
- "value": "#164555",
3182
+ "value": "#1A5265",
3183
3183
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3184
3184
  "isSource": true,
3185
3185
  "original": {
@@ -3189,7 +3189,7 @@ var tokens = [{
3189
3189
  "introduced": "1.19.0",
3190
3190
  "description": "Hovered state of color.background.accent.teal.subtlest."
3191
3191
  },
3192
- "value": "Teal900"
3192
+ "value": "Teal850"
3193
3193
  },
3194
3194
  "name": "color.background.accent.teal.subtlest.hovered",
3195
3195
  "path": ["color", "background", "accent", "teal", "subtlest", "hovered"],
@@ -3201,7 +3201,7 @@ var tokens = [{
3201
3201
  "introduced": "1.19.0",
3202
3202
  "description": "Pressed state of color.background.accent.teal.subtlest."
3203
3203
  },
3204
- "value": "#206A83",
3204
+ "value": "#1A5265",
3205
3205
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3206
3206
  "isSource": true,
3207
3207
  "original": {
@@ -3211,7 +3211,7 @@ var tokens = [{
3211
3211
  "introduced": "1.19.0",
3212
3212
  "description": "Pressed state of color.background.accent.teal.subtlest."
3213
3213
  },
3214
- "value": "Teal800"
3214
+ "value": "Teal850"
3215
3215
  },
3216
3216
  "name": "color.background.accent.teal.subtlest.pressed",
3217
3217
  "path": ["color", "background", "accent", "teal", "subtlest", "pressed"],
@@ -3245,7 +3245,7 @@ var tokens = [{
3245
3245
  "introduced": "1.19.0",
3246
3246
  "description": "Hovered state of color.background.accent.teal.subtler."
3247
3247
  },
3248
- "value": "#206A83",
3248
+ "value": "#1A5265",
3249
3249
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3250
3250
  "isSource": true,
3251
3251
  "original": {
@@ -3255,7 +3255,7 @@ var tokens = [{
3255
3255
  "introduced": "1.19.0",
3256
3256
  "description": "Hovered state of color.background.accent.teal.subtler."
3257
3257
  },
3258
- "value": "Teal800"
3258
+ "value": "Teal850"
3259
3259
  },
3260
3260
  "name": "color.background.accent.teal.subtler.hovered",
3261
3261
  "path": ["color", "background", "accent", "teal", "subtler", "hovered"],
@@ -3267,7 +3267,7 @@ var tokens = [{
3267
3267
  "introduced": "1.19.0",
3268
3268
  "description": "Pressed state of color.background.accent.teal.subtler."
3269
3269
  },
3270
- "value": "#227D9B",
3270
+ "value": "#206A83",
3271
3271
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3272
3272
  "isSource": true,
3273
3273
  "original": {
@@ -3277,7 +3277,7 @@ var tokens = [{
3277
3277
  "introduced": "1.19.0",
3278
3278
  "description": "Pressed state of color.background.accent.teal.subtler."
3279
3279
  },
3280
- "value": "Teal700"
3280
+ "value": "Teal800"
3281
3281
  },
3282
3282
  "name": "color.background.accent.teal.subtler.pressed",
3283
3283
  "path": ["color", "background", "accent", "teal", "subtler", "pressed"],
@@ -3311,7 +3311,7 @@ var tokens = [{
3311
3311
  "introduced": "1.19.0",
3312
3312
  "description": "Hovered state of color.background.accent.teal.subtle."
3313
3313
  },
3314
- "value": "#164555",
3314
+ "value": "#1A5265",
3315
3315
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3316
3316
  "isSource": true,
3317
3317
  "original": {
@@ -3321,7 +3321,7 @@ var tokens = [{
3321
3321
  "introduced": "1.19.0",
3322
3322
  "description": "Hovered state of color.background.accent.teal.subtle."
3323
3323
  },
3324
- "value": "Teal900"
3324
+ "value": "Teal850"
3325
3325
  },
3326
3326
  "name": "color.background.accent.teal.subtle.hovered",
3327
3327
  "path": ["color", "background", "accent", "teal", "subtle", "hovered"],
@@ -3333,7 +3333,7 @@ var tokens = [{
3333
3333
  "introduced": "1.19.0",
3334
3334
  "description": "Pressed state of color.background.accent.teal.subtle."
3335
3335
  },
3336
- "value": "#1E3137",
3336
+ "value": "#164555",
3337
3337
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3338
3338
  "isSource": true,
3339
3339
  "original": {
@@ -3343,7 +3343,7 @@ var tokens = [{
3343
3343
  "introduced": "1.19.0",
3344
3344
  "description": "Pressed state of color.background.accent.teal.subtle."
3345
3345
  },
3346
- "value": "Teal1000"
3346
+ "value": "Teal900"
3347
3347
  },
3348
3348
  "name": "color.background.accent.teal.subtle.pressed",
3349
3349
  "path": ["color", "background", "accent", "teal", "subtle", "pressed"],
@@ -3399,7 +3399,7 @@ var tokens = [{
3399
3399
  "introduced": "1.19.0",
3400
3400
  "description": "Pressed state of color.background.accent.teal.bolder."
3401
3401
  },
3402
- "value": "#C6EDFB",
3402
+ "value": "#B1E4F7",
3403
3403
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3404
3404
  "isSource": true,
3405
3405
  "original": {
@@ -3409,7 +3409,7 @@ var tokens = [{
3409
3409
  "introduced": "1.19.0",
3410
3410
  "description": "Pressed state of color.background.accent.teal.bolder."
3411
3411
  },
3412
- "value": "Teal200"
3412
+ "value": "Teal250"
3413
3413
  },
3414
3414
  "name": "color.background.accent.teal.bolder.pressed",
3415
3415
  "path": ["color", "background", "accent", "teal", "bolder", "pressed"],
@@ -3421,7 +3421,7 @@ var tokens = [{
3421
3421
  "introduced": "0.7.0",
3422
3422
  "description": "Use for blue backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
3423
3423
  },
3424
- "value": "#1C2B41",
3424
+ "value": "#1C2B42",
3425
3425
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3426
3426
  "isSource": true,
3427
3427
  "original": {
@@ -3443,7 +3443,7 @@ var tokens = [{
3443
3443
  "introduced": "1.19.0",
3444
3444
  "description": "Hovered state of color.background.accent.blue.subtlest."
3445
3445
  },
3446
- "value": "#09326C",
3446
+ "value": "#123263",
3447
3447
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3448
3448
  "isSource": true,
3449
3449
  "original": {
@@ -3465,7 +3465,7 @@ var tokens = [{
3465
3465
  "introduced": "1.19.0",
3466
3466
  "description": "Pressed state of color.background.accent.blue.subtlest."
3467
3467
  },
3468
- "value": "#0055CC",
3468
+ "value": "#144794",
3469
3469
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3470
3470
  "isSource": true,
3471
3471
  "original": {
@@ -3475,7 +3475,7 @@ var tokens = [{
3475
3475
  "introduced": "1.19.0",
3476
3476
  "description": "Pressed state of color.background.accent.blue.subtlest."
3477
3477
  },
3478
- "value": "Blue800"
3478
+ "value": "Blue850"
3479
3479
  },
3480
3480
  "name": "color.background.accent.blue.subtlest.pressed",
3481
3481
  "path": ["color", "background", "accent", "blue", "subtlest", "pressed"],
@@ -3487,7 +3487,7 @@ var tokens = [{
3487
3487
  "introduced": "0.7.0",
3488
3488
  "description": "Use for blue backgrounds when there is no meaning tied to the color, such as colored tags."
3489
3489
  },
3490
- "value": "#09326C",
3490
+ "value": "#123263",
3491
3491
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3492
3492
  "isSource": true,
3493
3493
  "original": {
@@ -3509,7 +3509,7 @@ var tokens = [{
3509
3509
  "introduced": "1.19.0",
3510
3510
  "description": "Hovered state of color.background.accent.blue.subtler."
3511
3511
  },
3512
- "value": "#0055CC",
3512
+ "value": "#144794",
3513
3513
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3514
3514
  "isSource": true,
3515
3515
  "original": {
@@ -3519,7 +3519,7 @@ var tokens = [{
3519
3519
  "introduced": "1.19.0",
3520
3520
  "description": "Hovered state of color.background.accent.blue.subtler."
3521
3521
  },
3522
- "value": "Blue800"
3522
+ "value": "Blue850"
3523
3523
  },
3524
3524
  "name": "color.background.accent.blue.subtler.hovered",
3525
3525
  "path": ["color", "background", "accent", "blue", "subtler", "hovered"],
@@ -3531,7 +3531,7 @@ var tokens = [{
3531
3531
  "introduced": "1.19.0",
3532
3532
  "description": "Pressed state of color.background.accent.blue.subtler."
3533
3533
  },
3534
- "value": "#0C66E4",
3534
+ "value": "#1558BC",
3535
3535
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3536
3536
  "isSource": true,
3537
3537
  "original": {
@@ -3541,7 +3541,7 @@ var tokens = [{
3541
3541
  "introduced": "1.19.0",
3542
3542
  "description": "Pressed state of color.background.accent.blue.subtler."
3543
3543
  },
3544
- "value": "Blue700"
3544
+ "value": "Blue800"
3545
3545
  },
3546
3546
  "name": "color.background.accent.blue.subtler.pressed",
3547
3547
  "path": ["color", "background", "accent", "blue", "subtler", "pressed"],
@@ -3553,7 +3553,7 @@ var tokens = [{
3553
3553
  "introduced": "0.7.0",
3554
3554
  "description": "Use for vibrant blue backgrounds when there is no meaning tied to the color, such as colored tags."
3555
3555
  },
3556
- "value": "#0055CC",
3556
+ "value": "#1558BC",
3557
3557
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3558
3558
  "isSource": true,
3559
3559
  "original": {
@@ -3575,7 +3575,7 @@ var tokens = [{
3575
3575
  "introduced": "1.19.0",
3576
3576
  "description": "Hovered state of color.background.accent.blue.subtle."
3577
3577
  },
3578
- "value": "#09326C",
3578
+ "value": "#144794",
3579
3579
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3580
3580
  "isSource": true,
3581
3581
  "original": {
@@ -3585,7 +3585,7 @@ var tokens = [{
3585
3585
  "introduced": "1.19.0",
3586
3586
  "description": "Hovered state of color.background.accent.blue.subtle."
3587
3587
  },
3588
- "value": "Blue900"
3588
+ "value": "Blue850"
3589
3589
  },
3590
3590
  "name": "color.background.accent.blue.subtle.hovered",
3591
3591
  "path": ["color", "background", "accent", "blue", "subtle", "hovered"],
@@ -3597,7 +3597,7 @@ var tokens = [{
3597
3597
  "introduced": "1.19.0",
3598
3598
  "description": "Pressed state of color.background.accent.blue.subtle."
3599
3599
  },
3600
- "value": "#1C2B41",
3600
+ "value": "#123263",
3601
3601
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3602
3602
  "isSource": true,
3603
3603
  "original": {
@@ -3607,7 +3607,7 @@ var tokens = [{
3607
3607
  "introduced": "1.19.0",
3608
3608
  "description": "Pressed state of color.background.accent.blue.subtle."
3609
3609
  },
3610
- "value": "Blue1000"
3610
+ "value": "Blue900"
3611
3611
  },
3612
3612
  "name": "color.background.accent.blue.subtle.pressed",
3613
3613
  "path": ["color", "background", "accent", "blue", "subtle", "pressed"],
@@ -3619,7 +3619,7 @@ var tokens = [{
3619
3619
  "introduced": "0.7.0",
3620
3620
  "description": "Use for blue backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
3621
3621
  },
3622
- "value": "#579DFF",
3622
+ "value": "#669DF1",
3623
3623
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3624
3624
  "isSource": true,
3625
3625
  "original": {
@@ -3641,7 +3641,7 @@ var tokens = [{
3641
3641
  "introduced": "1.19.0",
3642
3642
  "description": "Hovered state of color.background.accent.blue.bolder."
3643
3643
  },
3644
- "value": "#85B8FF",
3644
+ "value": "#8FB8F6",
3645
3645
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3646
3646
  "isSource": true,
3647
3647
  "original": {
@@ -3663,7 +3663,7 @@ var tokens = [{
3663
3663
  "introduced": "1.19.0",
3664
3664
  "description": "Pressed state of color.background.accent.blue.bolder."
3665
3665
  },
3666
- "value": "#CCE0FF",
3666
+ "value": "#ADCBFB",
3667
3667
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3668
3668
  "isSource": true,
3669
3669
  "original": {
@@ -3673,7 +3673,7 @@ var tokens = [{
3673
3673
  "introduced": "1.19.0",
3674
3674
  "description": "Pressed state of color.background.accent.blue.bolder."
3675
3675
  },
3676
- "value": "Blue200"
3676
+ "value": "Blue250"
3677
3677
  },
3678
3678
  "name": "color.background.accent.blue.bolder.pressed",
3679
3679
  "path": ["color", "background", "accent", "blue", "bolder", "pressed"],
@@ -3685,7 +3685,7 @@ var tokens = [{
3685
3685
  "introduced": "0.7.0",
3686
3686
  "description": "Use for purple backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
3687
3687
  },
3688
- "value": "#2B273F",
3688
+ "value": "#48245D",
3689
3689
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3690
3690
  "isSource": true,
3691
3691
  "original": {
@@ -3695,7 +3695,7 @@ var tokens = [{
3695
3695
  "introduced": "0.7.0",
3696
3696
  "description": "Use for purple backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
3697
3697
  },
3698
- "value": "Purple1000"
3698
+ "value": "Purple900"
3699
3699
  },
3700
3700
  "name": "color.background.accent.purple.subtlest.[default]",
3701
3701
  "path": ["color", "background", "accent", "purple", "subtlest", "[default]"],
@@ -3707,7 +3707,7 @@ var tokens = [{
3707
3707
  "introduced": "1.19.0",
3708
3708
  "description": "Hovered state of color.background.accent.purple.subtlest."
3709
3709
  },
3710
- "value": "#352C63",
3710
+ "value": "#673286",
3711
3711
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3712
3712
  "isSource": true,
3713
3713
  "original": {
@@ -3717,7 +3717,7 @@ var tokens = [{
3717
3717
  "introduced": "1.19.0",
3718
3718
  "description": "Hovered state of color.background.accent.purple.subtlest."
3719
3719
  },
3720
- "value": "Purple900"
3720
+ "value": "Purple850"
3721
3721
  },
3722
3722
  "name": "color.background.accent.purple.subtlest.hovered",
3723
3723
  "path": ["color", "background", "accent", "purple", "subtlest", "hovered"],
@@ -3729,7 +3729,7 @@ var tokens = [{
3729
3729
  "introduced": "1.19.0",
3730
3730
  "description": "Pressed state of color.background.accent.purple.subtlest."
3731
3731
  },
3732
- "value": "#5E4DB2",
3732
+ "value": "#673286",
3733
3733
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3734
3734
  "isSource": true,
3735
3735
  "original": {
@@ -3739,7 +3739,7 @@ var tokens = [{
3739
3739
  "introduced": "1.19.0",
3740
3740
  "description": "Pressed state of color.background.accent.purple.subtlest."
3741
3741
  },
3742
- "value": "Purple800"
3742
+ "value": "Purple850"
3743
3743
  },
3744
3744
  "name": "color.background.accent.purple.subtlest.pressed",
3745
3745
  "path": ["color", "background", "accent", "purple", "subtlest", "pressed"],
@@ -3751,7 +3751,7 @@ var tokens = [{
3751
3751
  "introduced": "0.7.0",
3752
3752
  "description": "Use for purple backgrounds when there is no meaning tied to the color, such as colored tags."
3753
3753
  },
3754
- "value": "#352C63",
3754
+ "value": "#48245D",
3755
3755
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3756
3756
  "isSource": true,
3757
3757
  "original": {
@@ -3773,7 +3773,7 @@ var tokens = [{
3773
3773
  "introduced": "1.19.0",
3774
3774
  "description": "Hovered state of color.background.accent.purple.subtler."
3775
3775
  },
3776
- "value": "#5E4DB2",
3776
+ "value": "#673286",
3777
3777
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3778
3778
  "isSource": true,
3779
3779
  "original": {
@@ -3783,7 +3783,7 @@ var tokens = [{
3783
3783
  "introduced": "1.19.0",
3784
3784
  "description": "Hovered state of color.background.accent.purple.subtler."
3785
3785
  },
3786
- "value": "Purple800"
3786
+ "value": "Purple850"
3787
3787
  },
3788
3788
  "name": "color.background.accent.purple.subtler.hovered",
3789
3789
  "path": ["color", "background", "accent", "purple", "subtler", "hovered"],
@@ -3795,7 +3795,7 @@ var tokens = [{
3795
3795
  "introduced": "1.19.0",
3796
3796
  "description": "Pressed state of color.background.accent.purple.subtler."
3797
3797
  },
3798
- "value": "#6E5DC6",
3798
+ "value": "#803FA5",
3799
3799
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3800
3800
  "isSource": true,
3801
3801
  "original": {
@@ -3805,7 +3805,7 @@ var tokens = [{
3805
3805
  "introduced": "1.19.0",
3806
3806
  "description": "Pressed state of color.background.accent.purple.subtler."
3807
3807
  },
3808
- "value": "Purple700"
3808
+ "value": "Purple800"
3809
3809
  },
3810
3810
  "name": "color.background.accent.purple.subtler.pressed",
3811
3811
  "path": ["color", "background", "accent", "purple", "subtler", "pressed"],
@@ -3817,7 +3817,7 @@ var tokens = [{
3817
3817
  "introduced": "0.7.0",
3818
3818
  "description": "Use for vibrant purple backgrounds when there is no meaning tied to the color, such as colored tags."
3819
3819
  },
3820
- "value": "#5E4DB2",
3820
+ "value": "#803FA5",
3821
3821
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3822
3822
  "isSource": true,
3823
3823
  "original": {
@@ -3839,7 +3839,7 @@ var tokens = [{
3839
3839
  "introduced": "1.19.0",
3840
3840
  "description": "Hovered state of color.background.accent.purple.subtle."
3841
3841
  },
3842
- "value": "#352C63",
3842
+ "value": "#673286",
3843
3843
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3844
3844
  "isSource": true,
3845
3845
  "original": {
@@ -3849,7 +3849,7 @@ var tokens = [{
3849
3849
  "introduced": "1.19.0",
3850
3850
  "description": "Hovered state of color.background.accent.purple.subtle."
3851
3851
  },
3852
- "value": "Purple900"
3852
+ "value": "Purple850"
3853
3853
  },
3854
3854
  "name": "color.background.accent.purple.subtle.hovered",
3855
3855
  "path": ["color", "background", "accent", "purple", "subtle", "hovered"],
@@ -3861,7 +3861,7 @@ var tokens = [{
3861
3861
  "introduced": "1.19.0",
3862
3862
  "description": "Pressed state of color.background.accent.purple.subtle."
3863
3863
  },
3864
- "value": "#2B273F",
3864
+ "value": "#48245D",
3865
3865
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3866
3866
  "isSource": true,
3867
3867
  "original": {
@@ -3871,7 +3871,7 @@ var tokens = [{
3871
3871
  "introduced": "1.19.0",
3872
3872
  "description": "Pressed state of color.background.accent.purple.subtle."
3873
3873
  },
3874
- "value": "Purple1000"
3874
+ "value": "Purple900"
3875
3875
  },
3876
3876
  "name": "color.background.accent.purple.subtle.pressed",
3877
3877
  "path": ["color", "background", "accent", "purple", "subtle", "pressed"],
@@ -3883,7 +3883,7 @@ var tokens = [{
3883
3883
  "introduced": "0.7.0",
3884
3884
  "description": "Use for purple backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
3885
3885
  },
3886
- "value": "#9F8FEF",
3886
+ "value": "#C97CF4",
3887
3887
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3888
3888
  "isSource": true,
3889
3889
  "original": {
@@ -3905,7 +3905,7 @@ var tokens = [{
3905
3905
  "introduced": "1.19.0",
3906
3906
  "description": "Hovered state of color.background.accent.purple.bolder."
3907
3907
  },
3908
- "value": "#B8ACF6",
3908
+ "value": "#D8A0F7",
3909
3909
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3910
3910
  "isSource": true,
3911
3911
  "original": {
@@ -3927,7 +3927,7 @@ var tokens = [{
3927
3927
  "introduced": "1.19.0",
3928
3928
  "description": "Pressed state of color.background.accent.purple.bolder."
3929
3929
  },
3930
- "value": "#DFD8FD",
3930
+ "value": "#E3BDFA",
3931
3931
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3932
3932
  "isSource": true,
3933
3933
  "original": {
@@ -3937,7 +3937,7 @@ var tokens = [{
3937
3937
  "introduced": "1.19.0",
3938
3938
  "description": "Pressed state of color.background.accent.purple.bolder."
3939
3939
  },
3940
- "value": "Purple200"
3940
+ "value": "Purple250"
3941
3941
  },
3942
3942
  "name": "color.background.accent.purple.bolder.pressed",
3943
3943
  "path": ["color", "background", "accent", "purple", "bolder", "pressed"],
@@ -3949,7 +3949,7 @@ var tokens = [{
3949
3949
  "introduced": "0.7.0",
3950
3950
  "description": "Use for magenta backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
3951
3951
  },
3952
- "value": "#3D2232",
3952
+ "value": "#50253F",
3953
3953
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3954
3954
  "isSource": true,
3955
3955
  "original": {
@@ -3959,7 +3959,7 @@ var tokens = [{
3959
3959
  "introduced": "0.7.0",
3960
3960
  "description": "Use for magenta backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
3961
3961
  },
3962
- "value": "Magenta1000"
3962
+ "value": "Magenta900"
3963
3963
  },
3964
3964
  "name": "color.background.accent.magenta.subtlest.[default]",
3965
3965
  "path": ["color", "background", "accent", "magenta", "subtlest", "[default]"],
@@ -3971,7 +3971,7 @@ var tokens = [{
3971
3971
  "introduced": "1.19.0",
3972
3972
  "description": "Hovered state of color.background.accent.magenta.subtlest."
3973
3973
  },
3974
- "value": "#50253F",
3974
+ "value": "#77325B",
3975
3975
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3976
3976
  "isSource": true,
3977
3977
  "original": {
@@ -3981,7 +3981,7 @@ var tokens = [{
3981
3981
  "introduced": "1.19.0",
3982
3982
  "description": "Hovered state of color.background.accent.magenta.subtlest."
3983
3983
  },
3984
- "value": "Magenta900"
3984
+ "value": "Magenta850"
3985
3985
  },
3986
3986
  "name": "color.background.accent.magenta.subtlest.hovered",
3987
3987
  "path": ["color", "background", "accent", "magenta", "subtlest", "hovered"],
@@ -3993,7 +3993,7 @@ var tokens = [{
3993
3993
  "introduced": "1.19.0",
3994
3994
  "description": "Pressed state of color.background.accent.magenta.subtlest."
3995
3995
  },
3996
- "value": "#943D73",
3996
+ "value": "#77325B",
3997
3997
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3998
3998
  "isSource": true,
3999
3999
  "original": {
@@ -4003,7 +4003,7 @@ var tokens = [{
4003
4003
  "introduced": "1.19.0",
4004
4004
  "description": "Pressed state of color.background.accent.magenta.subtlest."
4005
4005
  },
4006
- "value": "Magenta800"
4006
+ "value": "Magenta850"
4007
4007
  },
4008
4008
  "name": "color.background.accent.magenta.subtlest.pressed",
4009
4009
  "path": ["color", "background", "accent", "magenta", "subtlest", "pressed"],
@@ -4037,7 +4037,7 @@ var tokens = [{
4037
4037
  "introduced": "1.19.0",
4038
4038
  "description": "Hovered state of color.background.accent.magenta.subtler."
4039
4039
  },
4040
- "value": "#943D73",
4040
+ "value": "#77325B",
4041
4041
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
4042
4042
  "isSource": true,
4043
4043
  "original": {
@@ -4047,7 +4047,7 @@ var tokens = [{
4047
4047
  "introduced": "1.19.0",
4048
4048
  "description": "Hovered state of color.background.accent.magenta.subtler."
4049
4049
  },
4050
- "value": "Magenta800"
4050
+ "value": "Magenta850"
4051
4051
  },
4052
4052
  "name": "color.background.accent.magenta.subtler.hovered",
4053
4053
  "path": ["color", "background", "accent", "magenta", "subtler", "hovered"],
@@ -4059,7 +4059,7 @@ var tokens = [{
4059
4059
  "introduced": "1.19.0",
4060
4060
  "description": "Pressed state of color.background.accent.magenta.subtler."
4061
4061
  },
4062
- "value": "#AE4787",
4062
+ "value": "#943D73",
4063
4063
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
4064
4064
  "isSource": true,
4065
4065
  "original": {
@@ -4069,7 +4069,7 @@ var tokens = [{
4069
4069
  "introduced": "1.19.0",
4070
4070
  "description": "Pressed state of color.background.accent.magenta.subtler."
4071
4071
  },
4072
- "value": "Magenta700"
4072
+ "value": "Magenta800"
4073
4073
  },
4074
4074
  "name": "color.background.accent.magenta.subtler.pressed",
4075
4075
  "path": ["color", "background", "accent", "magenta", "subtler", "pressed"],
@@ -4103,7 +4103,7 @@ var tokens = [{
4103
4103
  "introduced": "1.19.0",
4104
4104
  "description": "Hovered state of color.background.accent.magenta.subtle."
4105
4105
  },
4106
- "value": "#50253F",
4106
+ "value": "#77325B",
4107
4107
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
4108
4108
  "isSource": true,
4109
4109
  "original": {
@@ -4113,7 +4113,7 @@ var tokens = [{
4113
4113
  "introduced": "1.19.0",
4114
4114
  "description": "Hovered state of color.background.accent.magenta.subtle."
4115
4115
  },
4116
- "value": "Magenta900"
4116
+ "value": "Magenta850"
4117
4117
  },
4118
4118
  "name": "color.background.accent.magenta.subtle.hovered",
4119
4119
  "path": ["color", "background", "accent", "magenta", "subtle", "hovered"],
@@ -4125,7 +4125,7 @@ var tokens = [{
4125
4125
  "introduced": "1.19.0",
4126
4126
  "description": "Pressed state of color.background.accent.magenta.subtle."
4127
4127
  },
4128
- "value": "#3D2232",
4128
+ "value": "#50253F",
4129
4129
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
4130
4130
  "isSource": true,
4131
4131
  "original": {
@@ -4135,7 +4135,7 @@ var tokens = [{
4135
4135
  "introduced": "1.19.0",
4136
4136
  "description": "Pressed state of color.background.accent.magenta.subtle."
4137
4137
  },
4138
- "value": "Magenta1000"
4138
+ "value": "Magenta900"
4139
4139
  },
4140
4140
  "name": "color.background.accent.magenta.subtle.pressed",
4141
4141
  "path": ["color", "background", "accent", "magenta", "subtle", "pressed"],
@@ -4191,7 +4191,7 @@ var tokens = [{
4191
4191
  "introduced": "1.19.0",
4192
4192
  "description": "Pressed state of color.background.accent.magenta.bolder."
4193
4193
  },
4194
- "value": "#FDD0EC",
4194
+ "value": "#FCB6E1",
4195
4195
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
4196
4196
  "isSource": true,
4197
4197
  "original": {
@@ -4201,7 +4201,7 @@ var tokens = [{
4201
4201
  "introduced": "1.19.0",
4202
4202
  "description": "Pressed state of color.background.accent.magenta.bolder."
4203
4203
  },
4204
- "value": "Magenta200"
4204
+ "value": "Magenta250"
4205
4205
  },
4206
4206
  "name": "color.background.accent.magenta.bolder.pressed",
4207
4207
  "path": ["color", "background", "accent", "magenta", "bolder", "pressed"],
@@ -4213,7 +4213,7 @@ var tokens = [{
4213
4213
  "introduced": "0.7.0",
4214
4214
  "description": "Use for gray backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
4215
4215
  },
4216
- "value": "#2C333A",
4216
+ "value": "#303134",
4217
4217
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
4218
4218
  "isSource": true,
4219
4219
  "original": {
@@ -4235,7 +4235,7 @@ var tokens = [{
4235
4235
  "introduced": "1.19.0",
4236
4236
  "description": "Hovered state of color.background.accent.gray.subtlest."
4237
4237
  },
4238
- "value": "#38414A",
4238
+ "value": "#3D3F43",
4239
4239
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
4240
4240
  "isSource": true,
4241
4241
  "original": {
@@ -4257,7 +4257,7 @@ var tokens = [{
4257
4257
  "introduced": "1.19.0",
4258
4258
  "description": "Pressed state of color.background.accent.gray.subtlest."
4259
4259
  },
4260
- "value": "#454F59",
4260
+ "value": "#4B4D51",
4261
4261
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
4262
4262
  "isSource": true,
4263
4263
  "original": {
@@ -4279,7 +4279,7 @@ var tokens = [{
4279
4279
  "introduced": "0.7.0",
4280
4280
  "description": "Use for gray backgrounds when there is no meaning tied to the color, such as colored tags."
4281
4281
  },
4282
- "value": "#454F59",
4282
+ "value": "#4B4D51",
4283
4283
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
4284
4284
  "isSource": true,
4285
4285
  "original": {
@@ -4301,7 +4301,7 @@ var tokens = [{
4301
4301
  "introduced": "1.19.0",
4302
4302
  "description": "Hovered state of color.background.accent.gray.subtler."
4303
4303
  },
4304
- "value": "#596773",
4304
+ "value": "#63666B",
4305
4305
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
4306
4306
  "isSource": true,
4307
4307
  "original": {
@@ -4323,7 +4323,7 @@ var tokens = [{
4323
4323
  "introduced": "1.19.0",
4324
4324
  "description": "Pressed state of color.background.accent.gray.subtler."
4325
4325
  },
4326
- "value": "#738496",
4326
+ "value": "#7E8188",
4327
4327
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
4328
4328
  "isSource": true,
4329
4329
  "original": {
@@ -4345,7 +4345,7 @@ var tokens = [{
4345
4345
  "introduced": "0.7.0",
4346
4346
  "description": "Use for vibrant gray backgrounds when there is no meaning tied to the color, such as colored tags."
4347
4347
  },
4348
- "value": "#596773",
4348
+ "value": "#63666B",
4349
4349
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
4350
4350
  "isSource": true,
4351
4351
  "original": {
@@ -4367,7 +4367,7 @@ var tokens = [{
4367
4367
  "introduced": "1.19.0",
4368
4368
  "description": "Hovered state of color.background.accent.gray.subtle."
4369
4369
  },
4370
- "value": "#454F59",
4370
+ "value": "#4B4D51",
4371
4371
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
4372
4372
  "isSource": true,
4373
4373
  "original": {
@@ -4389,7 +4389,7 @@ var tokens = [{
4389
4389
  "introduced": "1.19.0",
4390
4390
  "description": "Pressed state of color.background.accent.gray.subtle."
4391
4391
  },
4392
- "value": "#38414A",
4392
+ "value": "#3D3F43",
4393
4393
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
4394
4394
  "isSource": true,
4395
4395
  "original": {
@@ -4411,7 +4411,7 @@ var tokens = [{
4411
4411
  "introduced": "0.7.0",
4412
4412
  "description": "Use for gray backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
4413
4413
  },
4414
- "value": "#8C9BAB",
4414
+ "value": "#96999E",
4415
4415
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
4416
4416
  "isSource": true,
4417
4417
  "original": {
@@ -4433,7 +4433,7 @@ var tokens = [{
4433
4433
  "introduced": "1.19.0",
4434
4434
  "description": "Hovered state of color.background.accent.gray.bolder."
4435
4435
  },
4436
- "value": "#9FADBC",
4436
+ "value": "#A9ABAF",
4437
4437
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
4438
4438
  "isSource": true,
4439
4439
  "original": {
@@ -4455,7 +4455,7 @@ var tokens = [{
4455
4455
  "introduced": "1.19.0",
4456
4456
  "description": "Pressed state of color.background.accent.gray.subtlest."
4457
4457
  },
4458
- "value": "#B6C2CF",
4458
+ "value": "#BFC1C4",
4459
4459
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
4460
4460
  "isSource": true,
4461
4461
  "original": {
@@ -4477,7 +4477,7 @@ var tokens = [{
4477
4477
  "introduced": "0.0.15",
4478
4478
  "description": "Use for backgrounds of elements in a disabled state."
4479
4479
  },
4480
- "value": "#BCD6F00A",
4480
+ "value": "#BDBDBD0A",
4481
4481
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
4482
4482
  "isSource": true,
4483
4483
  "original": {
@@ -4499,7 +4499,7 @@ var tokens = [{
4499
4499
  "introduced": "0.6.0",
4500
4500
  "description": "Use for background of form UI elements, such as text fields, checkboxes, and radio buttons."
4501
4501
  },
4502
- "value": "#22272B",
4502
+ "value": "#242528",
4503
4503
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
4504
4504
  "isSource": true,
4505
4505
  "original": {
@@ -4521,7 +4521,7 @@ var tokens = [{
4521
4521
  "introduced": "0.6.0",
4522
4522
  "description": "Hovered state for color.background.input"
4523
4523
  },
4524
- "value": "#282E33",
4524
+ "value": "#2B2C2F",
4525
4525
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
4526
4526
  "isSource": true,
4527
4527
  "original": {
@@ -4543,7 +4543,7 @@ var tokens = [{
4543
4543
  "introduced": "0.6.0",
4544
4544
  "description": "Pressed state for color.background.input"
4545
4545
  },
4546
- "value": "#22272B",
4546
+ "value": "#242528",
4547
4547
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
4548
4548
  "isSource": true,
4549
4549
  "original": {
@@ -4631,7 +4631,7 @@ var tokens = [{
4631
4631
  "introduced": "0.6.0",
4632
4632
  "description": "The default background for neutral elements, such as default buttons."
4633
4633
  },
4634
- "value": "#A1BDD914",
4634
+ "value": "#CECED912",
4635
4635
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
4636
4636
  "isSource": true,
4637
4637
  "original": {
@@ -4653,7 +4653,7 @@ var tokens = [{
4653
4653
  "introduced": "0.6.0",
4654
4654
  "description": "Hovered state for color.background.neutral"
4655
4655
  },
4656
- "value": "#A6C5E229",
4656
+ "value": "#E3E4F21F",
4657
4657
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
4658
4658
  "isSource": true,
4659
4659
  "original": {
@@ -4675,7 +4675,7 @@ var tokens = [{
4675
4675
  "introduced": "0.6.0",
4676
4676
  "description": "Pressed state for color.background.neutral"
4677
4677
  },
4678
- "value": "#BFDBF847",
4678
+ "value": "#E5E9F640",
4679
4679
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
4680
4680
  "isSource": true,
4681
4681
  "original": {
@@ -4719,7 +4719,7 @@ var tokens = [{
4719
4719
  "introduced": "0.6.0",
4720
4720
  "description": "Hovered state for color.background.neutral.subtle"
4721
4721
  },
4722
- "value": "#A1BDD914",
4722
+ "value": "#CECED912",
4723
4723
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
4724
4724
  "isSource": true,
4725
4725
  "original": {
@@ -4741,7 +4741,7 @@ var tokens = [{
4741
4741
  "introduced": "0.6.0",
4742
4742
  "description": "Pressed state for color.background.neutral.subtle"
4743
4743
  },
4744
- "value": "#A6C5E229",
4744
+ "value": "#E3E4F21F",
4745
4745
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
4746
4746
  "isSource": true,
4747
4747
  "original": {
@@ -4763,7 +4763,7 @@ var tokens = [{
4763
4763
  "introduced": "0.6.0",
4764
4764
  "description": "A vibrant background option for neutral UI elements, such as announcement banners."
4765
4765
  },
4766
- "value": "#9FADBC",
4766
+ "value": "#CECFD2",
4767
4767
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
4768
4768
  "isSource": true,
4769
4769
  "original": {
@@ -4773,7 +4773,7 @@ var tokens = [{
4773
4773
  "introduced": "0.6.0",
4774
4774
  "description": "A vibrant background option for neutral UI elements, such as announcement banners."
4775
4775
  },
4776
- "value": "DarkNeutral800"
4776
+ "value": "DarkNeutral1000"
4777
4777
  },
4778
4778
  "name": "color.background.neutral.bold.[default]",
4779
4779
  "path": ["color", "background", "neutral", "bold", "[default]"],
@@ -4785,7 +4785,7 @@ var tokens = [{
4785
4785
  "introduced": "0.6.0",
4786
4786
  "description": "Hovered state of color.background.neutral.bold"
4787
4787
  },
4788
- "value": "#B6C2CF",
4788
+ "value": "#BFC1C4",
4789
4789
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
4790
4790
  "isSource": true,
4791
4791
  "original": {
@@ -4807,7 +4807,7 @@ var tokens = [{
4807
4807
  "introduced": "0.6.0",
4808
4808
  "description": "Pressed state of color.background.neutral.bold"
4809
4809
  },
4810
- "value": "#C7D1DB",
4810
+ "value": "#A9ABAF",
4811
4811
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
4812
4812
  "isSource": true,
4813
4813
  "original": {
@@ -4817,7 +4817,7 @@ var tokens = [{
4817
4817
  "introduced": "0.6.0",
4818
4818
  "description": "Pressed state of color.background.neutral.bold"
4819
4819
  },
4820
- "value": "DarkNeutral1000"
4820
+ "value": "DarkNeutral800"
4821
4821
  },
4822
4822
  "name": "color.background.neutral.bold.pressed",
4823
4823
  "path": ["color", "background", "neutral", "bold", "pressed"],
@@ -4829,7 +4829,7 @@ var tokens = [{
4829
4829
  "introduced": "0.6.2",
4830
4830
  "description": "Use for the background of elements in a selected state, such as in opened dropdown buttons."
4831
4831
  },
4832
- "value": "#1C2B41",
4832
+ "value": "#1C2B42",
4833
4833
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
4834
4834
  "isSource": true,
4835
4835
  "original": {
@@ -4851,7 +4851,7 @@ var tokens = [{
4851
4851
  "introduced": "0.6.2",
4852
4852
  "description": "Hovered state for color.background.selected"
4853
4853
  },
4854
- "value": "#09326C",
4854
+ "value": "#123263",
4855
4855
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
4856
4856
  "isSource": true,
4857
4857
  "original": {
@@ -4873,7 +4873,7 @@ var tokens = [{
4873
4873
  "introduced": "0.6.2",
4874
4874
  "description": "Pressed state for color.background.selected"
4875
4875
  },
4876
- "value": "#0055CC",
4876
+ "value": "#1558BC",
4877
4877
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
4878
4878
  "isSource": true,
4879
4879
  "original": {
@@ -4895,7 +4895,7 @@ var tokens = [{
4895
4895
  "introduced": "0.6.2",
4896
4896
  "description": "Use for the backgrounds of elements in a selected state, such as checkboxes and radio buttons."
4897
4897
  },
4898
- "value": "#579DFF",
4898
+ "value": "#669DF1",
4899
4899
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
4900
4900
  "isSource": true,
4901
4901
  "original": {
@@ -4917,7 +4917,7 @@ var tokens = [{
4917
4917
  "introduced": "0.6.2",
4918
4918
  "description": "Hovered state of color.background.selected.bold"
4919
4919
  },
4920
- "value": "#85B8FF",
4920
+ "value": "#8FB8F6",
4921
4921
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
4922
4922
  "isSource": true,
4923
4923
  "original": {
@@ -4939,7 +4939,7 @@ var tokens = [{
4939
4939
  "introduced": "0.6.2",
4940
4940
  "description": "Pressed state of color.background.selected.bold"
4941
4941
  },
4942
- "value": "#CCE0FF",
4942
+ "value": "#CFE1FD",
4943
4943
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
4944
4944
  "isSource": true,
4945
4945
  "original": {
@@ -4961,7 +4961,7 @@ var tokens = [{
4961
4961
  "introduced": "1.13.0",
4962
4962
  "description": "Use for the background of elements used to reinforce our brand, but with less emphasis."
4963
4963
  },
4964
- "value": "#1C2B41",
4964
+ "value": "#1C2B42",
4965
4965
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
4966
4966
  "isSource": true,
4967
4967
  "original": {
@@ -4983,7 +4983,7 @@ var tokens = [{
4983
4983
  "introduced": "1.13.0",
4984
4984
  "description": "Hovered state of color.background.brand.subtlest."
4985
4985
  },
4986
- "value": "#09326C",
4986
+ "value": "#123263",
4987
4987
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
4988
4988
  "isSource": true,
4989
4989
  "original": {
@@ -5005,7 +5005,7 @@ var tokens = [{
5005
5005
  "introduced": "1.13.0",
5006
5006
  "description": "Pressed state of color.background.brand.subtlest"
5007
5007
  },
5008
- "value": "#0055CC",
5008
+ "value": "#144794",
5009
5009
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5010
5010
  "isSource": true,
5011
5011
  "original": {
@@ -5015,7 +5015,7 @@ var tokens = [{
5015
5015
  "introduced": "1.13.0",
5016
5016
  "description": "Pressed state of color.background.brand.subtlest"
5017
5017
  },
5018
- "value": "Blue800"
5018
+ "value": "Blue850"
5019
5019
  },
5020
5020
  "name": "color.background.brand.subtlest.pressed",
5021
5021
  "path": ["color", "background", "brand", "subtlest", "pressed"],
@@ -5027,7 +5027,7 @@ var tokens = [{
5027
5027
  "introduced": "0.6.0",
5028
5028
  "description": "Use for the background of elements used to reinforce our brand, but with more emphasis."
5029
5029
  },
5030
- "value": "#579DFF",
5030
+ "value": "#669DF1",
5031
5031
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5032
5032
  "isSource": true,
5033
5033
  "original": {
@@ -5049,7 +5049,7 @@ var tokens = [{
5049
5049
  "introduced": "0.6.0",
5050
5050
  "description": "Hovered state of color.background.brand.bold."
5051
5051
  },
5052
- "value": "#85B8FF",
5052
+ "value": "#8FB8F6",
5053
5053
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5054
5054
  "isSource": true,
5055
5055
  "original": {
@@ -5071,7 +5071,7 @@ var tokens = [{
5071
5071
  "introduced": "0.6.0",
5072
5072
  "description": "Pressed state of color.background.brand.bold."
5073
5073
  },
5074
- "value": "#CCE0FF",
5074
+ "value": "#ADCBFB",
5075
5075
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5076
5076
  "isSource": true,
5077
5077
  "original": {
@@ -5081,7 +5081,7 @@ var tokens = [{
5081
5081
  "introduced": "0.6.0",
5082
5082
  "description": "Pressed state of color.background.brand.bold."
5083
5083
  },
5084
- "value": "Blue200"
5084
+ "value": "Blue250"
5085
5085
  },
5086
5086
  "name": "color.background.brand.bold.pressed",
5087
5087
  "path": ["color", "background", "brand", "bold", "pressed"],
@@ -5093,7 +5093,7 @@ var tokens = [{
5093
5093
  "introduced": "1.13.0",
5094
5094
  "description": "Use for the background of elements used to reinforce our brand, that need to stand out a lot."
5095
5095
  },
5096
- "value": "#E9F2FF",
5096
+ "value": "#E9F2FE",
5097
5097
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5098
5098
  "isSource": true,
5099
5099
  "original": {
@@ -5115,7 +5115,7 @@ var tokens = [{
5115
5115
  "introduced": "1.13.0",
5116
5116
  "description": "Hovered state of color.background.brand.boldest."
5117
5117
  },
5118
- "value": "#CCE0FF",
5118
+ "value": "#CFE1FD",
5119
5119
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5120
5120
  "isSource": true,
5121
5121
  "original": {
@@ -5137,7 +5137,7 @@ var tokens = [{
5137
5137
  "introduced": "1.13.0",
5138
5138
  "description": "Pressed state of color.background.brand.boldest."
5139
5139
  },
5140
- "value": "#85B8FF",
5140
+ "value": "#ADCBFB",
5141
5141
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5142
5142
  "isSource": true,
5143
5143
  "original": {
@@ -5147,7 +5147,7 @@ var tokens = [{
5147
5147
  "introduced": "1.13.0",
5148
5148
  "description": "Pressed state of color.background.brand.boldest."
5149
5149
  },
5150
- "value": "Blue300"
5150
+ "value": "Blue250"
5151
5151
  },
5152
5152
  "name": "color.background.brand.boldest.pressed",
5153
5153
  "path": ["color", "background", "brand", "boldest", "pressed"],
@@ -5203,7 +5203,7 @@ var tokens = [{
5203
5203
  "introduced": "0.6.0",
5204
5204
  "description": "Pressed state for color.background.danger"
5205
5205
  },
5206
- "value": "#AE2E24",
5206
+ "value": "#872821",
5207
5207
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5208
5208
  "isSource": true,
5209
5209
  "original": {
@@ -5213,7 +5213,7 @@ var tokens = [{
5213
5213
  "introduced": "0.6.0",
5214
5214
  "description": "Pressed state for color.background.danger"
5215
5215
  },
5216
- "value": "Red800"
5216
+ "value": "Red850"
5217
5217
  },
5218
5218
  "name": "color.background.danger.[default].pressed",
5219
5219
  "path": ["color", "background", "danger", "[default]", "pressed"],
@@ -5269,7 +5269,7 @@ var tokens = [{
5269
5269
  "introduced": "0.6.0",
5270
5270
  "description": "Pressed state of color.background.danger.bold"
5271
5271
  },
5272
- "value": "#FFD5D2",
5272
+ "value": "#FFB8B2",
5273
5273
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5274
5274
  "isSource": true,
5275
5275
  "original": {
@@ -5279,7 +5279,7 @@ var tokens = [{
5279
5279
  "introduced": "0.6.0",
5280
5280
  "description": "Pressed state of color.background.danger.bold"
5281
5281
  },
5282
- "value": "Red200"
5282
+ "value": "Red250"
5283
5283
  },
5284
5284
  "name": "color.background.danger.bold.pressed",
5285
5285
  "path": ["color", "background", "danger", "bold", "pressed"],
@@ -5291,7 +5291,7 @@ var tokens = [{
5291
5291
  "introduced": "0.6.0",
5292
5292
  "description": "Use for backgrounds communicating caution, such as in warning section messages."
5293
5293
  },
5294
- "value": "#332E1B",
5294
+ "value": "#3A2C1F",
5295
5295
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5296
5296
  "isSource": true,
5297
5297
  "original": {
@@ -5301,7 +5301,7 @@ var tokens = [{
5301
5301
  "introduced": "0.6.0",
5302
5302
  "description": "Use for backgrounds communicating caution, such as in warning section messages."
5303
5303
  },
5304
- "value": "Yellow1000"
5304
+ "value": "Orange1000"
5305
5305
  },
5306
5306
  "name": "color.background.warning.[default].[default]",
5307
5307
  "path": ["color", "background", "warning", "[default]", "[default]"],
@@ -5313,7 +5313,7 @@ var tokens = [{
5313
5313
  "introduced": "0.6.0",
5314
5314
  "description": "Hovered state for color.background.warning"
5315
5315
  },
5316
- "value": "#533F04",
5316
+ "value": "#693200",
5317
5317
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5318
5318
  "isSource": true,
5319
5319
  "original": {
@@ -5323,7 +5323,7 @@ var tokens = [{
5323
5323
  "introduced": "0.6.0",
5324
5324
  "description": "Hovered state for color.background.warning"
5325
5325
  },
5326
- "value": "Yellow900"
5326
+ "value": "Orange900"
5327
5327
  },
5328
5328
  "name": "color.background.warning.[default].hovered",
5329
5329
  "path": ["color", "background", "warning", "[default]", "hovered"],
@@ -5335,7 +5335,7 @@ var tokens = [{
5335
5335
  "introduced": "0.6.0",
5336
5336
  "description": "Pressed state for color.background.warning"
5337
5337
  },
5338
- "value": "#7F5F01",
5338
+ "value": "#7A3B00",
5339
5339
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5340
5340
  "isSource": true,
5341
5341
  "original": {
@@ -5345,7 +5345,7 @@ var tokens = [{
5345
5345
  "introduced": "0.6.0",
5346
5346
  "description": "Pressed state for color.background.warning"
5347
5347
  },
5348
- "value": "Yellow800"
5348
+ "value": "Orange850"
5349
5349
  },
5350
5350
  "name": "color.background.warning.[default].pressed",
5351
5351
  "path": ["color", "background", "warning", "[default]", "pressed"],
@@ -5357,7 +5357,7 @@ var tokens = [{
5357
5357
  "introduced": "0.6.0",
5358
5358
  "description": "A vibrant background option for communicating caution, such as in warning buttons and warning banners."
5359
5359
  },
5360
- "value": "#F5CD47",
5360
+ "value": "#FBC828",
5361
5361
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5362
5362
  "isSource": true,
5363
5363
  "original": {
@@ -5367,7 +5367,7 @@ var tokens = [{
5367
5367
  "introduced": "0.6.0",
5368
5368
  "description": "A vibrant background option for communicating caution, such as in warning buttons and warning banners."
5369
5369
  },
5370
- "value": "Yellow300"
5370
+ "value": "Orange300"
5371
5371
  },
5372
5372
  "name": "color.background.warning.bold.[default]",
5373
5373
  "path": ["color", "background", "warning", "bold", "[default]"],
@@ -5379,7 +5379,7 @@ var tokens = [{
5379
5379
  "introduced": "0.6.0",
5380
5380
  "description": "Hovered state of color.background.warning.bold"
5381
5381
  },
5382
- "value": "#E2B203",
5382
+ "value": "#FCA700",
5383
5383
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5384
5384
  "isSource": true,
5385
5385
  "original": {
@@ -5389,7 +5389,7 @@ var tokens = [{
5389
5389
  "introduced": "0.6.0",
5390
5390
  "description": "Hovered state of color.background.warning.bold"
5391
5391
  },
5392
- "value": "Yellow400"
5392
+ "value": "Orange400"
5393
5393
  },
5394
5394
  "name": "color.background.warning.bold.hovered",
5395
5395
  "path": ["color", "background", "warning", "bold", "hovered"],
@@ -5401,7 +5401,7 @@ var tokens = [{
5401
5401
  "introduced": "0.6.0",
5402
5402
  "description": "Pressed state of color.background.warning.bold"
5403
5403
  },
5404
- "value": "#CF9F02",
5404
+ "value": "#F68909",
5405
5405
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5406
5406
  "isSource": true,
5407
5407
  "original": {
@@ -5411,7 +5411,7 @@ var tokens = [{
5411
5411
  "introduced": "0.6.0",
5412
5412
  "description": "Pressed state of color.background.warning.bold"
5413
5413
  },
5414
- "value": "Yellow500"
5414
+ "value": "Orange500"
5415
5415
  },
5416
5416
  "name": "color.background.warning.bold.pressed",
5417
5417
  "path": ["color", "background", "warning", "bold", "pressed"],
@@ -5423,7 +5423,7 @@ var tokens = [{
5423
5423
  "introduced": "0.6.0",
5424
5424
  "description": "Use for backgrounds communicating a favorable outcome, such as in success section messages."
5425
5425
  },
5426
- "value": "#1C3329",
5426
+ "value": "#28311B",
5427
5427
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5428
5428
  "isSource": true,
5429
5429
  "original": {
@@ -5433,7 +5433,7 @@ var tokens = [{
5433
5433
  "introduced": "0.6.0",
5434
5434
  "description": "Use for backgrounds communicating a favorable outcome, such as in success section messages."
5435
5435
  },
5436
- "value": "Green1000"
5436
+ "value": "Lime1000"
5437
5437
  },
5438
5438
  "name": "color.background.success.[default].[default]",
5439
5439
  "path": ["color", "background", "success", "[default]", "[default]"],
@@ -5445,7 +5445,7 @@ var tokens = [{
5445
5445
  "introduced": "0.6.0",
5446
5446
  "description": "Hovered state for color.background.success"
5447
5447
  },
5448
- "value": "#164B35",
5448
+ "value": "#37471F",
5449
5449
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5450
5450
  "isSource": true,
5451
5451
  "original": {
@@ -5455,7 +5455,7 @@ var tokens = [{
5455
5455
  "introduced": "0.6.0",
5456
5456
  "description": "Hovered state for color.background.success"
5457
5457
  },
5458
- "value": "Green900"
5458
+ "value": "Lime900"
5459
5459
  },
5460
5460
  "name": "color.background.success.[default].hovered",
5461
5461
  "path": ["color", "background", "success", "[default]", "hovered"],
@@ -5467,7 +5467,7 @@ var tokens = [{
5467
5467
  "introduced": "0.6.0",
5468
5468
  "description": "Pressed state for color.background.success"
5469
5469
  },
5470
- "value": "#216E4E",
5470
+ "value": "#3F5224",
5471
5471
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5472
5472
  "isSource": true,
5473
5473
  "original": {
@@ -5477,7 +5477,7 @@ var tokens = [{
5477
5477
  "introduced": "0.6.0",
5478
5478
  "description": "Pressed state for color.background.success"
5479
5479
  },
5480
- "value": "Green800"
5480
+ "value": "Lime850"
5481
5481
  },
5482
5482
  "name": "color.background.success.[default].pressed",
5483
5483
  "path": ["color", "background", "success", "[default]", "pressed"],
@@ -5489,7 +5489,7 @@ var tokens = [{
5489
5489
  "introduced": "0.6.0",
5490
5490
  "description": "A vibrant background option for communicating a favorable outcome, such as in checked toggles."
5491
5491
  },
5492
- "value": "#4BCE97",
5492
+ "value": "#94C748",
5493
5493
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5494
5494
  "isSource": true,
5495
5495
  "original": {
@@ -5499,7 +5499,7 @@ var tokens = [{
5499
5499
  "introduced": "0.6.0",
5500
5500
  "description": "A vibrant background option for communicating a favorable outcome, such as in checked toggles."
5501
5501
  },
5502
- "value": "Green400"
5502
+ "value": "Lime400"
5503
5503
  },
5504
5504
  "name": "color.background.success.bold.[default]",
5505
5505
  "path": ["color", "background", "success", "bold", "[default]"],
@@ -5511,7 +5511,7 @@ var tokens = [{
5511
5511
  "introduced": "0.6.0",
5512
5512
  "description": "Hovered state of color.background.success.bold"
5513
5513
  },
5514
- "value": "#7EE2B8",
5514
+ "value": "#B3DF72",
5515
5515
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5516
5516
  "isSource": true,
5517
5517
  "original": {
@@ -5521,7 +5521,7 @@ var tokens = [{
5521
5521
  "introduced": "0.6.0",
5522
5522
  "description": "Hovered state of color.background.success.bold"
5523
5523
  },
5524
- "value": "Green300"
5524
+ "value": "Lime300"
5525
5525
  },
5526
5526
  "name": "color.background.success.bold.hovered",
5527
5527
  "path": ["color", "background", "success", "bold", "hovered"],
@@ -5533,7 +5533,7 @@ var tokens = [{
5533
5533
  "introduced": "0.6.0",
5534
5534
  "description": "Pressed state of color.background.success.bold"
5535
5535
  },
5536
- "value": "#BAF3DB",
5536
+ "value": "#BDE97C",
5537
5537
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5538
5538
  "isSource": true,
5539
5539
  "original": {
@@ -5543,7 +5543,7 @@ var tokens = [{
5543
5543
  "introduced": "0.6.0",
5544
5544
  "description": "Pressed state of color.background.success.bold"
5545
5545
  },
5546
- "value": "Green200"
5546
+ "value": "Lime250"
5547
5547
  },
5548
5548
  "name": "color.background.success.bold.pressed",
5549
5549
  "path": ["color", "background", "success", "bold", "pressed"],
@@ -5555,7 +5555,7 @@ var tokens = [{
5555
5555
  "introduced": "0.6.0",
5556
5556
  "description": "Use for backgrounds communicating change or something new, such as in discovery section messages."
5557
5557
  },
5558
- "value": "#2B273F",
5558
+ "value": "#35243F",
5559
5559
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5560
5560
  "isSource": true,
5561
5561
  "original": {
@@ -5577,7 +5577,7 @@ var tokens = [{
5577
5577
  "introduced": "0.6.0",
5578
5578
  "description": "Hover state for color.background.discovery"
5579
5579
  },
5580
- "value": "#352C63",
5580
+ "value": "#48245D",
5581
5581
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5582
5582
  "isSource": true,
5583
5583
  "original": {
@@ -5599,7 +5599,7 @@ var tokens = [{
5599
5599
  "introduced": "0.6.0",
5600
5600
  "description": "Pressed state for color.background.discovery"
5601
5601
  },
5602
- "value": "#5E4DB2",
5602
+ "value": "#673286",
5603
5603
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5604
5604
  "isSource": true,
5605
5605
  "original": {
@@ -5609,7 +5609,7 @@ var tokens = [{
5609
5609
  "introduced": "0.6.0",
5610
5610
  "description": "Pressed state for color.background.discovery"
5611
5611
  },
5612
- "value": "Purple800"
5612
+ "value": "Purple850"
5613
5613
  },
5614
5614
  "name": "color.background.discovery.[default].pressed",
5615
5615
  "path": ["color", "background", "discovery", "[default]", "pressed"],
@@ -5621,7 +5621,7 @@ var tokens = [{
5621
5621
  "introduced": "0.6.0",
5622
5622
  "description": "A vibrant background option communicating change or something new, such as in onboarding spotlights."
5623
5623
  },
5624
- "value": "#9F8FEF",
5624
+ "value": "#C97CF4",
5625
5625
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5626
5626
  "isSource": true,
5627
5627
  "original": {
@@ -5643,7 +5643,7 @@ var tokens = [{
5643
5643
  "introduced": "0.6.0",
5644
5644
  "description": "Hovered state of color.background.discovery.bold"
5645
5645
  },
5646
- "value": "#B8ACF6",
5646
+ "value": "#D8A0F7",
5647
5647
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5648
5648
  "isSource": true,
5649
5649
  "original": {
@@ -5665,7 +5665,7 @@ var tokens = [{
5665
5665
  "introduced": "0.6.0",
5666
5666
  "description": "Pressed state of color.background.discovery.bold"
5667
5667
  },
5668
- "value": "#DFD8FD",
5668
+ "value": "#E3BDFA",
5669
5669
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5670
5670
  "isSource": true,
5671
5671
  "original": {
@@ -5675,7 +5675,7 @@ var tokens = [{
5675
5675
  "introduced": "0.6.0",
5676
5676
  "description": "Pressed state of color.background.discovery.bold"
5677
5677
  },
5678
- "value": "Purple200"
5678
+ "value": "Purple250"
5679
5679
  },
5680
5680
  "name": "color.background.discovery.bold.pressed",
5681
5681
  "path": ["color", "background", "discovery", "bold", "pressed"],
@@ -5687,7 +5687,7 @@ var tokens = [{
5687
5687
  "introduced": "0.6.0",
5688
5688
  "description": "Use for backgrounds communicating information or something in-progress, such as in information section messages."
5689
5689
  },
5690
- "value": "#1C2B41",
5690
+ "value": "#1C2B42",
5691
5691
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5692
5692
  "isSource": true,
5693
5693
  "original": {
@@ -5709,7 +5709,7 @@ var tokens = [{
5709
5709
  "introduced": "0.6.0",
5710
5710
  "description": "Hovered state of color.background.information"
5711
5711
  },
5712
- "value": "#09326C",
5712
+ "value": "#123263",
5713
5713
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5714
5714
  "isSource": true,
5715
5715
  "original": {
@@ -5731,7 +5731,7 @@ var tokens = [{
5731
5731
  "introduced": "0.6.0",
5732
5732
  "description": "Pressed state of color.background.information"
5733
5733
  },
5734
- "value": "#0055CC",
5734
+ "value": "#144794",
5735
5735
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5736
5736
  "isSource": true,
5737
5737
  "original": {
@@ -5741,7 +5741,7 @@ var tokens = [{
5741
5741
  "introduced": "0.6.0",
5742
5742
  "description": "Pressed state of color.background.information"
5743
5743
  },
5744
- "value": "Blue800"
5744
+ "value": "Blue850"
5745
5745
  },
5746
5746
  "name": "color.background.information.[default].pressed",
5747
5747
  "path": ["color", "background", "information", "[default]", "pressed"],
@@ -5753,7 +5753,7 @@ var tokens = [{
5753
5753
  "introduced": "0.6.0",
5754
5754
  "description": "A vibrant background option for communicating information or something in-progress."
5755
5755
  },
5756
- "value": "#579DFF",
5756
+ "value": "#669DF1",
5757
5757
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5758
5758
  "isSource": true,
5759
5759
  "original": {
@@ -5775,7 +5775,7 @@ var tokens = [{
5775
5775
  "introduced": "0.6.0",
5776
5776
  "description": "Hovered state of color.background.information.bold"
5777
5777
  },
5778
- "value": "#85B8FF",
5778
+ "value": "#8FB8F6",
5779
5779
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5780
5780
  "isSource": true,
5781
5781
  "original": {
@@ -5797,7 +5797,7 @@ var tokens = [{
5797
5797
  "introduced": "0.6.0",
5798
5798
  "description": "Pressed state of color.background.information.bold"
5799
5799
  },
5800
- "value": "#CCE0FF",
5800
+ "value": "#ADCBFB",
5801
5801
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5802
5802
  "isSource": true,
5803
5803
  "original": {
@@ -5807,7 +5807,7 @@ var tokens = [{
5807
5807
  "introduced": "0.6.0",
5808
5808
  "description": "Pressed state of color.background.information.bold"
5809
5809
  },
5810
- "value": "Blue200"
5810
+ "value": "Blue250"
5811
5811
  },
5812
5812
  "name": "color.background.information.bold.pressed",
5813
5813
  "path": ["color", "background", "information", "bold", "pressed"],
@@ -5929,7 +5929,7 @@ var tokens = [{
5929
5929
  "introduced": "0.8.0",
5930
5930
  "description": "Use for skeleton loading states"
5931
5931
  },
5932
- "value": "#A1BDD914",
5932
+ "value": "#CECED912",
5933
5933
  "filePath": "schema/themes/atlassian-dark/color/skeleton.tsx",
5934
5934
  "isSource": true,
5935
5935
  "original": {
@@ -5951,7 +5951,7 @@ var tokens = [{
5951
5951
  "introduced": "0.8.0",
5952
5952
  "description": "Use for the pulse or shimmer effect in skeleton loading states"
5953
5953
  },
5954
- "value": "#BCD6F00A",
5954
+ "value": "#BDBDBD0A",
5955
5955
  "filePath": "schema/themes/atlassian-dark/color/skeleton.tsx",
5956
5956
  "isSource": true,
5957
5957
  "original": {
@@ -5973,7 +5973,7 @@ var tokens = [{
5973
5973
  "introduced": "0.13.3",
5974
5974
  "description": "For data visualisation only. Follow numbered sequence."
5975
5975
  },
5976
- "value": "#2898BD",
5976
+ "value": "#4688EC",
5977
5977
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
5978
5978
  "isSource": true,
5979
5979
  "original": {
@@ -5983,7 +5983,7 @@ var tokens = [{
5983
5983
  "introduced": "0.13.3",
5984
5984
  "description": "For data visualisation only. Follow numbered sequence."
5985
5985
  },
5986
- "value": "Teal600"
5986
+ "value": "Blue500"
5987
5987
  },
5988
5988
  "name": "color.chart.categorical.1.[default]",
5989
5989
  "path": ["color", "chart", "categorical", "1", "[default]"],
@@ -5995,7 +5995,7 @@ var tokens = [{
5995
5995
  "introduced": "0.13.3",
5996
5996
  "description": "Hovered state of color.chart.categorical.1."
5997
5997
  },
5998
- "value": "#42B2D7",
5998
+ "value": "#669DF1",
5999
5999
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6000
6000
  "isSource": true,
6001
6001
  "original": {
@@ -6005,7 +6005,7 @@ var tokens = [{
6005
6005
  "introduced": "0.13.3",
6006
6006
  "description": "Hovered state of color.chart.categorical.1."
6007
6007
  },
6008
- "value": "Teal500"
6008
+ "value": "Blue400"
6009
6009
  },
6010
6010
  "name": "color.chart.categorical.1.hovered",
6011
6011
  "path": ["color", "chart", "categorical", "1", "hovered"],
@@ -6017,7 +6017,7 @@ var tokens = [{
6017
6017
  "introduced": "0.13.3",
6018
6018
  "description": "For data visualisation only. Follow numbered sequence."
6019
6019
  },
6020
- "value": "#B8ACF6",
6020
+ "value": "#94C748",
6021
6021
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6022
6022
  "isSource": true,
6023
6023
  "original": {
@@ -6027,7 +6027,7 @@ var tokens = [{
6027
6027
  "introduced": "0.13.3",
6028
6028
  "description": "For data visualisation only. Follow numbered sequence."
6029
6029
  },
6030
- "value": "Purple300"
6030
+ "value": "Lime400"
6031
6031
  },
6032
6032
  "name": "color.chart.categorical.2.[default]",
6033
6033
  "path": ["color", "chart", "categorical", "2", "[default]"],
@@ -6039,7 +6039,7 @@ var tokens = [{
6039
6039
  "introduced": "0.13.3",
6040
6040
  "description": "Hovered state of color.chart.categorical.2."
6041
6041
  },
6042
- "value": "#DFD8FD",
6042
+ "value": "#B3DF72",
6043
6043
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6044
6044
  "isSource": true,
6045
6045
  "original": {
@@ -6049,7 +6049,7 @@ var tokens = [{
6049
6049
  "introduced": "0.13.3",
6050
6050
  "description": "Hovered state of color.chart.categorical.2."
6051
6051
  },
6052
- "value": "Purple200"
6052
+ "value": "Lime300"
6053
6053
  },
6054
6054
  "name": "color.chart.categorical.2.hovered",
6055
6055
  "path": ["color", "chart", "categorical", "2", "hovered"],
@@ -6061,7 +6061,7 @@ var tokens = [{
6061
6061
  "introduced": "0.13.3",
6062
6062
  "description": "For data visualisation only. Follow numbered sequence."
6063
6063
  },
6064
- "value": "#E56910",
6064
+ "value": "#C97CF4",
6065
6065
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6066
6066
  "isSource": true,
6067
6067
  "original": {
@@ -6071,7 +6071,7 @@ var tokens = [{
6071
6071
  "introduced": "0.13.3",
6072
6072
  "description": "For data visualisation only. Follow numbered sequence."
6073
6073
  },
6074
- "value": "Orange600"
6074
+ "value": "Purple400"
6075
6075
  },
6076
6076
  "name": "color.chart.categorical.3.[default]",
6077
6077
  "path": ["color", "chart", "categorical", "3", "[default]"],
@@ -6083,7 +6083,7 @@ var tokens = [{
6083
6083
  "introduced": "0.13.3",
6084
6084
  "description": "Hovered state of color.chart.categorical.3."
6085
6085
  },
6086
- "value": "#F38A3F",
6086
+ "value": "#D8A0F7",
6087
6087
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6088
6088
  "isSource": true,
6089
6089
  "original": {
@@ -6093,7 +6093,7 @@ var tokens = [{
6093
6093
  "introduced": "0.13.3",
6094
6094
  "description": "Hovered state of color.chart.categorical.3."
6095
6095
  },
6096
- "value": "Orange500"
6096
+ "value": "Purple300"
6097
6097
  },
6098
6098
  "name": "color.chart.categorical.3.hovered",
6099
6099
  "path": ["color", "chart", "categorical", "3", "hovered"],
@@ -6105,7 +6105,7 @@ var tokens = [{
6105
6105
  "introduced": "0.13.3",
6106
6106
  "description": "For data visualisation only. Follow numbered sequence."
6107
6107
  },
6108
- "value": "#F797D2",
6108
+ "value": "#FCA700",
6109
6109
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6110
6110
  "isSource": true,
6111
6111
  "original": {
@@ -6115,7 +6115,7 @@ var tokens = [{
6115
6115
  "introduced": "0.13.3",
6116
6116
  "description": "For data visualisation only. Follow numbered sequence."
6117
6117
  },
6118
- "value": "Magenta300"
6118
+ "value": "Orange400"
6119
6119
  },
6120
6120
  "name": "color.chart.categorical.4.[default]",
6121
6121
  "path": ["color", "chart", "categorical", "4", "[default]"],
@@ -6127,7 +6127,7 @@ var tokens = [{
6127
6127
  "introduced": "0.13.3",
6128
6128
  "description": "Hovered state of color.chart.categorical.4."
6129
6129
  },
6130
- "value": "#FDD0EC",
6130
+ "value": "#FBC828",
6131
6131
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6132
6132
  "isSource": true,
6133
6133
  "original": {
@@ -6137,7 +6137,7 @@ var tokens = [{
6137
6137
  "introduced": "0.13.3",
6138
6138
  "description": "Hovered state of color.chart.categorical.4."
6139
6139
  },
6140
- "value": "Magenta200"
6140
+ "value": "Orange300"
6141
6141
  },
6142
6142
  "name": "color.chart.categorical.4.hovered",
6143
6143
  "path": ["color", "chart", "categorical", "4", "hovered"],
@@ -6149,7 +6149,7 @@ var tokens = [{
6149
6149
  "introduced": "0.13.3",
6150
6150
  "description": "For data visualisation only. Follow numbered sequence."
6151
6151
  },
6152
- "value": "#CCE0FF",
6152
+ "value": "#1558BC",
6153
6153
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6154
6154
  "isSource": true,
6155
6155
  "original": {
@@ -6159,7 +6159,7 @@ var tokens = [{
6159
6159
  "introduced": "0.13.3",
6160
6160
  "description": "For data visualisation only. Follow numbered sequence."
6161
6161
  },
6162
- "value": "Blue200"
6162
+ "value": "Blue800"
6163
6163
  },
6164
6164
  "name": "color.chart.categorical.5.[default]",
6165
6165
  "path": ["color", "chart", "categorical", "5", "[default]"],
@@ -6171,7 +6171,7 @@ var tokens = [{
6171
6171
  "introduced": "0.13.3",
6172
6172
  "description": "Hovered state of color.chart.categorical.5."
6173
6173
  },
6174
- "value": "#E9F2FF",
6174
+ "value": "#1868DB",
6175
6175
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6176
6176
  "isSource": true,
6177
6177
  "original": {
@@ -6181,7 +6181,7 @@ var tokens = [{
6181
6181
  "introduced": "0.13.3",
6182
6182
  "description": "Hovered state of color.chart.categorical.5."
6183
6183
  },
6184
- "value": "Blue100"
6184
+ "value": "Blue700"
6185
6185
  },
6186
6186
  "name": "color.chart.categorical.5.hovered",
6187
6187
  "path": ["color", "chart", "categorical", "5", "hovered"],
@@ -6193,7 +6193,7 @@ var tokens = [{
6193
6193
  "introduced": "0.13.3",
6194
6194
  "description": "For data visualisation only. Follow numbered sequence."
6195
6195
  },
6196
- "value": "#8270DB",
6196
+ "value": "#964AC0",
6197
6197
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6198
6198
  "isSource": true,
6199
6199
  "original": {
@@ -6203,7 +6203,7 @@ var tokens = [{
6203
6203
  "introduced": "0.13.3",
6204
6204
  "description": "For data visualisation only. Follow numbered sequence."
6205
6205
  },
6206
- "value": "Purple600"
6206
+ "value": "Purple700"
6207
6207
  },
6208
6208
  "name": "color.chart.categorical.6.[default]",
6209
6209
  "path": ["color", "chart", "categorical", "6", "[default]"],
@@ -6215,7 +6215,7 @@ var tokens = [{
6215
6215
  "introduced": "0.13.3",
6216
6216
  "description": "Hovered state of color.chart.categorical.6."
6217
6217
  },
6218
- "value": "#8F7EE7",
6218
+ "value": "#AF59E1",
6219
6219
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6220
6220
  "isSource": true,
6221
6221
  "original": {
@@ -6225,7 +6225,7 @@ var tokens = [{
6225
6225
  "introduced": "0.13.3",
6226
6226
  "description": "Hovered state of color.chart.categorical.6."
6227
6227
  },
6228
- "value": "Purple500"
6228
+ "value": "Purple600"
6229
6229
  },
6230
6230
  "name": "color.chart.categorical.6.hovered",
6231
6231
  "path": ["color", "chart", "categorical", "6", "hovered"],
@@ -6237,7 +6237,7 @@ var tokens = [{
6237
6237
  "introduced": "0.13.3",
6238
6238
  "description": "For data visualisation only. Follow numbered sequence."
6239
6239
  },
6240
- "value": "#FDD0EC",
6240
+ "value": "#42B2D7",
6241
6241
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6242
6242
  "isSource": true,
6243
6243
  "original": {
@@ -6247,7 +6247,7 @@ var tokens = [{
6247
6247
  "introduced": "0.13.3",
6248
6248
  "description": "For data visualisation only. Follow numbered sequence."
6249
6249
  },
6250
- "value": "Magenta200"
6250
+ "value": "Teal500"
6251
6251
  },
6252
6252
  "name": "color.chart.categorical.7.[default]",
6253
6253
  "path": ["color", "chart", "categorical", "7", "[default]"],
@@ -6259,7 +6259,7 @@ var tokens = [{
6259
6259
  "introduced": "0.13.3",
6260
6260
  "description": "Hovered state of color.chart.categorical.7."
6261
6261
  },
6262
- "value": "#FFECF8",
6262
+ "value": "#6CC3E0",
6263
6263
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6264
6264
  "isSource": true,
6265
6265
  "original": {
@@ -6269,7 +6269,7 @@ var tokens = [{
6269
6269
  "introduced": "0.13.3",
6270
6270
  "description": "Hovered state of color.chart.categorical.7."
6271
6271
  },
6272
- "value": "Magenta100"
6272
+ "value": "Teal400"
6273
6273
  },
6274
6274
  "name": "color.chart.categorical.7.hovered",
6275
6275
  "path": ["color", "chart", "categorical", "7", "hovered"],
@@ -6281,7 +6281,7 @@ var tokens = [{
6281
6281
  "introduced": "0.13.3",
6282
6282
  "description": "For data visualisation only. Follow numbered sequence."
6283
6283
  },
6284
- "value": "#FEC195",
6284
+ "value": "#E06C00",
6285
6285
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6286
6286
  "isSource": true,
6287
6287
  "original": {
@@ -6291,7 +6291,7 @@ var tokens = [{
6291
6291
  "introduced": "0.13.3",
6292
6292
  "description": "For data visualisation only. Follow numbered sequence."
6293
6293
  },
6294
- "value": "Orange300"
6294
+ "value": "Orange600"
6295
6295
  },
6296
6296
  "name": "color.chart.categorical.8.[default]",
6297
6297
  "path": ["color", "chart", "categorical", "8", "[default]"],
@@ -6303,7 +6303,7 @@ var tokens = [{
6303
6303
  "introduced": "0.13.3",
6304
6304
  "description": "Hovered state of color.chart.categorical.8."
6305
6305
  },
6306
- "value": "#FEDEC8",
6306
+ "value": "#FBD779",
6307
6307
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6308
6308
  "isSource": true,
6309
6309
  "original": {
@@ -6313,7 +6313,7 @@ var tokens = [{
6313
6313
  "introduced": "0.13.3",
6314
6314
  "description": "Hovered state of color.chart.categorical.8."
6315
6315
  },
6316
- "value": "Orange200"
6316
+ "value": "Orange250"
6317
6317
  },
6318
6318
  "name": "color.chart.categorical.8.hovered",
6319
6319
  "path": ["color", "chart", "categorical", "8", "hovered"],
@@ -6457,7 +6457,7 @@ var tokens = [{
6457
6457
  "introduced": "0.13.3",
6458
6458
  "description": "A secondary color for data visualisation or to communicate 'to-do' statues."
6459
6459
  },
6460
- "value": "#738496",
6460
+ "value": "#7E8188",
6461
6461
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6462
6462
  "isSource": true,
6463
6463
  "original": {
@@ -6479,7 +6479,7 @@ var tokens = [{
6479
6479
  "introduced": "0.13.3",
6480
6480
  "description": "Hovered state of color.chart.neutral."
6481
6481
  },
6482
- "value": "#8C9BAB",
6482
+ "value": "#96999E",
6483
6483
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6484
6484
  "isSource": true,
6485
6485
  "original": {
@@ -6633,7 +6633,7 @@ var tokens = [{
6633
6633
  "introduced": "0.13.3",
6634
6634
  "description": "For data visualisation only."
6635
6635
  },
6636
- "value": "#F38A3F",
6636
+ "value": "#F68909",
6637
6637
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6638
6638
  "isSource": true,
6639
6639
  "original": {
@@ -6655,7 +6655,7 @@ var tokens = [{
6655
6655
  "introduced": "0.13.3",
6656
6656
  "description": "Hovered state of color.chart.orange.bold."
6657
6657
  },
6658
- "value": "#FEA362",
6658
+ "value": "#FCA700",
6659
6659
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6660
6660
  "isSource": true,
6661
6661
  "original": {
@@ -6677,7 +6677,7 @@ var tokens = [{
6677
6677
  "introduced": "0.13.3",
6678
6678
  "description": "For data visualisation only."
6679
6679
  },
6680
- "value": "#FEA362",
6680
+ "value": "#FCA700",
6681
6681
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6682
6682
  "isSource": true,
6683
6683
  "original": {
@@ -6699,7 +6699,7 @@ var tokens = [{
6699
6699
  "introduced": "0.13.3",
6700
6700
  "description": "Hovered state of color.chart.orange.bolder."
6701
6701
  },
6702
- "value": "#FEC195",
6702
+ "value": "#FBC828",
6703
6703
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6704
6704
  "isSource": true,
6705
6705
  "original": {
@@ -6721,7 +6721,7 @@ var tokens = [{
6721
6721
  "introduced": "0.13.3",
6722
6722
  "description": "For data visualisation only."
6723
6723
  },
6724
- "value": "#FEC195",
6724
+ "value": "#FBD779",
6725
6725
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6726
6726
  "isSource": true,
6727
6727
  "original": {
@@ -6731,7 +6731,7 @@ var tokens = [{
6731
6731
  "introduced": "0.13.3",
6732
6732
  "description": "For data visualisation only."
6733
6733
  },
6734
- "value": "Orange300"
6734
+ "value": "Orange250"
6735
6735
  },
6736
6736
  "name": "color.chart.orange.boldest.[default]",
6737
6737
  "path": ["color", "chart", "orange", "boldest", "[default]"],
@@ -6743,7 +6743,7 @@ var tokens = [{
6743
6743
  "introduced": "0.13.3",
6744
6744
  "description": "Hovered state of color.chart.orange.boldest."
6745
6745
  },
6746
- "value": "#FEDEC8",
6746
+ "value": "#FCE4A6",
6747
6747
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6748
6748
  "isSource": true,
6749
6749
  "original": {
@@ -6787,7 +6787,7 @@ var tokens = [{
6787
6787
  "introduced": "0.13.3",
6788
6788
  "description": "Hovered state of color.chart.yellow.bold."
6789
6789
  },
6790
- "value": "#E2B203",
6790
+ "value": "#DDB30E",
6791
6791
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6792
6792
  "isSource": true,
6793
6793
  "original": {
@@ -6809,7 +6809,7 @@ var tokens = [{
6809
6809
  "introduced": "0.13.3",
6810
6810
  "description": "For data visualisation only."
6811
6811
  },
6812
- "value": "#E2B203",
6812
+ "value": "#DDB30E",
6813
6813
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6814
6814
  "isSource": true,
6815
6815
  "original": {
@@ -6831,7 +6831,7 @@ var tokens = [{
6831
6831
  "introduced": "0.13.3",
6832
6832
  "description": "Hovered state of color.chart.yellow.bolder."
6833
6833
  },
6834
- "value": "#F5CD47",
6834
+ "value": "#EED12B",
6835
6835
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6836
6836
  "isSource": true,
6837
6837
  "original": {
@@ -6853,7 +6853,7 @@ var tokens = [{
6853
6853
  "introduced": "0.13.3",
6854
6854
  "description": "For data visualisation only."
6855
6855
  },
6856
- "value": "#F5CD47",
6856
+ "value": "#EED12B",
6857
6857
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6858
6858
  "isSource": true,
6859
6859
  "original": {
@@ -6875,7 +6875,7 @@ var tokens = [{
6875
6875
  "introduced": "0.13.3",
6876
6876
  "description": "Hovered state of color.chart.yellow.boldest."
6877
6877
  },
6878
- "value": "#F8E6A0",
6878
+ "value": "#F5E989",
6879
6879
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6880
6880
  "isSource": true,
6881
6881
  "original": {
@@ -7161,7 +7161,7 @@ var tokens = [{
7161
7161
  "introduced": "0.13.3",
7162
7162
  "description": "For data visualisation only."
7163
7163
  },
7164
- "value": "#1D7AFC",
7164
+ "value": "#357DE8",
7165
7165
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7166
7166
  "isSource": true,
7167
7167
  "original": {
@@ -7183,7 +7183,7 @@ var tokens = [{
7183
7183
  "introduced": "0.13.3",
7184
7184
  "description": "Hovered state of color.chart.blue.bold."
7185
7185
  },
7186
- "value": "#388BFF",
7186
+ "value": "#4688EC",
7187
7187
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7188
7188
  "isSource": true,
7189
7189
  "original": {
@@ -7205,7 +7205,7 @@ var tokens = [{
7205
7205
  "introduced": "0.13.3",
7206
7206
  "description": "For data visualisation only."
7207
7207
  },
7208
- "value": "#388BFF",
7208
+ "value": "#4688EC",
7209
7209
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7210
7210
  "isSource": true,
7211
7211
  "original": {
@@ -7227,7 +7227,7 @@ var tokens = [{
7227
7227
  "introduced": "0.13.3",
7228
7228
  "description": "Hovered state of color.chart.blue.bolder."
7229
7229
  },
7230
- "value": "#579DFF",
7230
+ "value": "#669DF1",
7231
7231
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7232
7232
  "isSource": true,
7233
7233
  "original": {
@@ -7249,7 +7249,7 @@ var tokens = [{
7249
7249
  "introduced": "0.13.3",
7250
7250
  "description": "For data visualisation only."
7251
7251
  },
7252
- "value": "#85B8FF",
7252
+ "value": "#8FB8F6",
7253
7253
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7254
7254
  "isSource": true,
7255
7255
  "original": {
@@ -7271,7 +7271,7 @@ var tokens = [{
7271
7271
  "introduced": "0.13.3",
7272
7272
  "description": "Hovered state of color.chart.blue.boldest."
7273
7273
  },
7274
- "value": "#CCE0FF",
7274
+ "value": "#CFE1FD",
7275
7275
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7276
7276
  "isSource": true,
7277
7277
  "original": {
@@ -7293,7 +7293,7 @@ var tokens = [{
7293
7293
  "introduced": "0.13.3",
7294
7294
  "description": "For data visualisation only."
7295
7295
  },
7296
- "value": "#8270DB",
7296
+ "value": "#AF59E1",
7297
7297
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7298
7298
  "isSource": true,
7299
7299
  "original": {
@@ -7315,7 +7315,7 @@ var tokens = [{
7315
7315
  "introduced": "0.13.3",
7316
7316
  "description": "Hovered state of color.chart.purple.bold."
7317
7317
  },
7318
- "value": "#8F7EE7",
7318
+ "value": "#BF63F3",
7319
7319
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7320
7320
  "isSource": true,
7321
7321
  "original": {
@@ -7337,7 +7337,7 @@ var tokens = [{
7337
7337
  "introduced": "0.13.3",
7338
7338
  "description": "For data visualisation only."
7339
7339
  },
7340
- "value": "#8F7EE7",
7340
+ "value": "#BF63F3",
7341
7341
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7342
7342
  "isSource": true,
7343
7343
  "original": {
@@ -7359,7 +7359,7 @@ var tokens = [{
7359
7359
  "introduced": "0.13.3",
7360
7360
  "description": "Hovered state of color.chart.purple.bolder."
7361
7361
  },
7362
- "value": "#9F8FEF",
7362
+ "value": "#C97CF4",
7363
7363
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7364
7364
  "isSource": true,
7365
7365
  "original": {
@@ -7381,7 +7381,7 @@ var tokens = [{
7381
7381
  "introduced": "0.13.3",
7382
7382
  "description": "For data visualisation only."
7383
7383
  },
7384
- "value": "#B8ACF6",
7384
+ "value": "#D8A0F7",
7385
7385
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7386
7386
  "isSource": true,
7387
7387
  "original": {
@@ -7403,7 +7403,7 @@ var tokens = [{
7403
7403
  "introduced": "0.13.3",
7404
7404
  "description": "Hovered state of color.chart.purple.boldest."
7405
7405
  },
7406
- "value": "#DFD8FD",
7406
+ "value": "#EED7FC",
7407
7407
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7408
7408
  "isSource": true,
7409
7409
  "original": {
@@ -7557,7 +7557,7 @@ var tokens = [{
7557
7557
  "introduced": "0.13.3",
7558
7558
  "description": "For data visualisation only."
7559
7559
  },
7560
- "value": "#738496",
7560
+ "value": "#7E8188",
7561
7561
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7562
7562
  "isSource": true,
7563
7563
  "original": {
@@ -7579,7 +7579,7 @@ var tokens = [{
7579
7579
  "introduced": "0.13.3",
7580
7580
  "description": "Hovered state of color.chart.gray.bold."
7581
7581
  },
7582
- "value": "#8C9BAB",
7582
+ "value": "#96999E",
7583
7583
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7584
7584
  "isSource": true,
7585
7585
  "original": {
@@ -7601,7 +7601,7 @@ var tokens = [{
7601
7601
  "introduced": "0.13.3",
7602
7602
  "description": "For data visualisation only."
7603
7603
  },
7604
- "value": "#8C9BAB",
7604
+ "value": "#96999E",
7605
7605
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7606
7606
  "isSource": true,
7607
7607
  "original": {
@@ -7623,7 +7623,7 @@ var tokens = [{
7623
7623
  "introduced": "0.13.3",
7624
7624
  "description": "Hovered state of color.chart.gray.bolder."
7625
7625
  },
7626
- "value": "#9FADBC",
7626
+ "value": "#A9ABAF",
7627
7627
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7628
7628
  "isSource": true,
7629
7629
  "original": {
@@ -7645,7 +7645,7 @@ var tokens = [{
7645
7645
  "introduced": "0.13.3",
7646
7646
  "description": "For data visualisation only."
7647
7647
  },
7648
- "value": "#9FADBC",
7648
+ "value": "#A9ABAF",
7649
7649
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7650
7650
  "isSource": true,
7651
7651
  "original": {
@@ -7667,7 +7667,7 @@ var tokens = [{
7667
7667
  "introduced": "0.13.3",
7668
7668
  "description": "Hovered state of color.chart.gray.boldest."
7669
7669
  },
7670
- "value": "#B6C2CF",
7670
+ "value": "#BFC1C4",
7671
7671
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7672
7672
  "isSource": true,
7673
7673
  "original": {
@@ -7689,7 +7689,7 @@ var tokens = [{
7689
7689
  "introduced": "0.13.3",
7690
7690
  "description": "Our primary color for data visualisation. Use when only one color is required."
7691
7691
  },
7692
- "value": "#388BFF",
7692
+ "value": "#4688EC",
7693
7693
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7694
7694
  "isSource": true,
7695
7695
  "original": {
@@ -7711,7 +7711,7 @@ var tokens = [{
7711
7711
  "introduced": "0.13.3",
7712
7712
  "description": "Hovered state of color.chart.brand."
7713
7713
  },
7714
- "value": "#579DFF",
7714
+ "value": "#669DF1",
7715
7715
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7716
7716
  "isSource": true,
7717
7717
  "original": {
@@ -7777,7 +7777,7 @@ var tokens = [{
7777
7777
  "introduced": "0.13.3",
7778
7778
  "description": "A stronger emphasis option of color.chart.danger."
7779
7779
  },
7780
- "value": "#FD9891",
7780
+ "value": "#FFB8B2",
7781
7781
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7782
7782
  "isSource": true,
7783
7783
  "original": {
@@ -7787,7 +7787,7 @@ var tokens = [{
7787
7787
  "introduced": "0.13.3",
7788
7788
  "description": "A stronger emphasis option of color.chart.danger."
7789
7789
  },
7790
- "value": "Red300"
7790
+ "value": "Red250"
7791
7791
  },
7792
7792
  "name": "color.chart.danger.bold.[default]",
7793
7793
  "path": ["color", "chart", "danger", "bold", "[default]"],
@@ -7799,7 +7799,7 @@ var tokens = [{
7799
7799
  "introduced": "0.13.3",
7800
7800
  "description": "Hovered state of color.chart.danger.bold."
7801
7801
  },
7802
- "value": "#FFD5D2",
7802
+ "value": "#FD9891",
7803
7803
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7804
7804
  "isSource": true,
7805
7805
  "original": {
@@ -7809,7 +7809,7 @@ var tokens = [{
7809
7809
  "introduced": "0.13.3",
7810
7810
  "description": "Hovered state of color.chart.danger.bold."
7811
7811
  },
7812
- "value": "Red200"
7812
+ "value": "Red300"
7813
7813
  },
7814
7814
  "name": "color.chart.danger.bold.hovered",
7815
7815
  "path": ["color", "chart", "danger", "bold", "hovered"],
@@ -7821,7 +7821,7 @@ var tokens = [{
7821
7821
  "introduced": "0.13.3",
7822
7822
  "description": "For data visualisation communicating caution, such as 'at risk' statuses."
7823
7823
  },
7824
- "value": "#CF9F02",
7824
+ "value": "#F68909",
7825
7825
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7826
7826
  "isSource": true,
7827
7827
  "original": {
@@ -7831,7 +7831,7 @@ var tokens = [{
7831
7831
  "introduced": "0.13.3",
7832
7832
  "description": "For data visualisation communicating caution, such as 'at risk' statuses."
7833
7833
  },
7834
- "value": "Yellow500"
7834
+ "value": "Orange500"
7835
7835
  },
7836
7836
  "name": "color.chart.warning.[default].[default]",
7837
7837
  "path": ["color", "chart", "warning", "[default]", "[default]"],
@@ -7843,7 +7843,7 @@ var tokens = [{
7843
7843
  "introduced": "0.13.3",
7844
7844
  "description": "Hovered state of color.chart.warning."
7845
7845
  },
7846
- "value": "#E2B203",
7846
+ "value": "#FCA700",
7847
7847
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7848
7848
  "isSource": true,
7849
7849
  "original": {
@@ -7853,7 +7853,7 @@ var tokens = [{
7853
7853
  "introduced": "0.13.3",
7854
7854
  "description": "Hovered state of color.chart.warning."
7855
7855
  },
7856
- "value": "Yellow400"
7856
+ "value": "Orange400"
7857
7857
  },
7858
7858
  "name": "color.chart.warning.[default].hovered",
7859
7859
  "path": ["color", "chart", "warning", "[default]", "hovered"],
@@ -7865,7 +7865,7 @@ var tokens = [{
7865
7865
  "introduced": "0.13.3",
7866
7866
  "description": "A stronger emphasis option of color.chart.warning."
7867
7867
  },
7868
- "value": "#F5CD47",
7868
+ "value": "#FBC828",
7869
7869
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7870
7870
  "isSource": true,
7871
7871
  "original": {
@@ -7875,7 +7875,7 @@ var tokens = [{
7875
7875
  "introduced": "0.13.3",
7876
7876
  "description": "A stronger emphasis option of color.chart.warning."
7877
7877
  },
7878
- "value": "Yellow300"
7878
+ "value": "Orange300"
7879
7879
  },
7880
7880
  "name": "color.chart.warning.bold.[default]",
7881
7881
  "path": ["color", "chart", "warning", "bold", "[default]"],
@@ -7887,7 +7887,7 @@ var tokens = [{
7887
7887
  "introduced": "0.13.3",
7888
7888
  "description": "Hovered state of color.chart.warning.bold."
7889
7889
  },
7890
- "value": "#F8E6A0",
7890
+ "value": "#FCE4A6",
7891
7891
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7892
7892
  "isSource": true,
7893
7893
  "original": {
@@ -7897,7 +7897,7 @@ var tokens = [{
7897
7897
  "introduced": "0.13.3",
7898
7898
  "description": "Hovered state of color.chart.warning.bold."
7899
7899
  },
7900
- "value": "Yellow200"
7900
+ "value": "Orange200"
7901
7901
  },
7902
7902
  "name": "color.chart.warning.bold.hovered",
7903
7903
  "path": ["color", "chart", "warning", "bold", "hovered"],
@@ -7909,7 +7909,7 @@ var tokens = [{
7909
7909
  "introduced": "0.13.3",
7910
7910
  "description": "For data visualisation communicating positive information, such as 'on track'."
7911
7911
  },
7912
- "value": "#2ABB7F",
7912
+ "value": "#82B536",
7913
7913
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7914
7914
  "isSource": true,
7915
7915
  "original": {
@@ -7919,7 +7919,7 @@ var tokens = [{
7919
7919
  "introduced": "0.13.3",
7920
7920
  "description": "For data visualisation communicating positive information, such as 'on track'."
7921
7921
  },
7922
- "value": "Green500"
7922
+ "value": "Lime500"
7923
7923
  },
7924
7924
  "name": "color.chart.success.[default].[default]",
7925
7925
  "path": ["color", "chart", "success", "[default]", "[default]"],
@@ -7931,7 +7931,7 @@ var tokens = [{
7931
7931
  "introduced": "0.13.3",
7932
7932
  "description": "Hovered state of color.chart.success."
7933
7933
  },
7934
- "value": "#4BCE97",
7934
+ "value": "#94C748",
7935
7935
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7936
7936
  "isSource": true,
7937
7937
  "original": {
@@ -7941,7 +7941,7 @@ var tokens = [{
7941
7941
  "introduced": "0.13.3",
7942
7942
  "description": "Hovered state of color.chart.success."
7943
7943
  },
7944
- "value": "Green400"
7944
+ "value": "Lime400"
7945
7945
  },
7946
7946
  "name": "color.chart.success.[default].hovered",
7947
7947
  "path": ["color", "chart", "success", "[default]", "hovered"],
@@ -7953,7 +7953,7 @@ var tokens = [{
7953
7953
  "introduced": "0.13.3",
7954
7954
  "description": "A stronger emphasis option of color.chart.success."
7955
7955
  },
7956
- "value": "#7EE2B8",
7956
+ "value": "#B3DF72",
7957
7957
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7958
7958
  "isSource": true,
7959
7959
  "original": {
@@ -7963,7 +7963,7 @@ var tokens = [{
7963
7963
  "introduced": "0.13.3",
7964
7964
  "description": "A stronger emphasis option of color.chart.success."
7965
7965
  },
7966
- "value": "Green300"
7966
+ "value": "Lime300"
7967
7967
  },
7968
7968
  "name": "color.chart.success.bold.[default]",
7969
7969
  "path": ["color", "chart", "success", "bold", "[default]"],
@@ -7975,7 +7975,7 @@ var tokens = [{
7975
7975
  "introduced": "0.13.3",
7976
7976
  "description": "Hovered state of color.chart.success.bold."
7977
7977
  },
7978
- "value": "#BAF3DB",
7978
+ "value": "#D3F1A7",
7979
7979
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7980
7980
  "isSource": true,
7981
7981
  "original": {
@@ -7985,7 +7985,7 @@ var tokens = [{
7985
7985
  "introduced": "0.13.3",
7986
7986
  "description": "Hovered state of color.chart.success.bold."
7987
7987
  },
7988
- "value": "Green200"
7988
+ "value": "Lime200"
7989
7989
  },
7990
7990
  "name": "color.chart.success.bold.hovered",
7991
7991
  "path": ["color", "chart", "success", "bold", "hovered"],
@@ -7997,7 +7997,7 @@ var tokens = [{
7997
7997
  "introduced": "0.13.3",
7998
7998
  "description": "For data visualisation communicating 'new' statuses."
7999
7999
  },
8000
- "value": "#8270DB",
8000
+ "value": "#BF63F3",
8001
8001
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
8002
8002
  "isSource": true,
8003
8003
  "original": {
@@ -8007,7 +8007,7 @@ var tokens = [{
8007
8007
  "introduced": "0.13.3",
8008
8008
  "description": "For data visualisation communicating 'new' statuses."
8009
8009
  },
8010
- "value": "Purple600"
8010
+ "value": "Purple500"
8011
8011
  },
8012
8012
  "name": "color.chart.discovery.[default].[default]",
8013
8013
  "path": ["color", "chart", "discovery", "[default]", "[default]"],
@@ -8019,7 +8019,7 @@ var tokens = [{
8019
8019
  "introduced": "0.13.3",
8020
8020
  "description": "Hovered state of color.chart.discovery."
8021
8021
  },
8022
- "value": "#8F7EE7",
8022
+ "value": "#C97CF4",
8023
8023
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
8024
8024
  "isSource": true,
8025
8025
  "original": {
@@ -8029,7 +8029,7 @@ var tokens = [{
8029
8029
  "introduced": "0.13.3",
8030
8030
  "description": "Hovered state of color.chart.discovery."
8031
8031
  },
8032
- "value": "Purple500"
8032
+ "value": "Purple400"
8033
8033
  },
8034
8034
  "name": "color.chart.discovery.[default].hovered",
8035
8035
  "path": ["color", "chart", "discovery", "[default]", "hovered"],
@@ -8041,7 +8041,7 @@ var tokens = [{
8041
8041
  "introduced": "0.13.3",
8042
8042
  "description": "A stronger emphasis option of color.chart.discovery."
8043
8043
  },
8044
- "value": "#B8ACF6",
8044
+ "value": "#D8A0F7",
8045
8045
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
8046
8046
  "isSource": true,
8047
8047
  "original": {
@@ -8063,7 +8063,7 @@ var tokens = [{
8063
8063
  "introduced": "0.13.3",
8064
8064
  "description": "Hovered state of color.chart.discovery.bold."
8065
8065
  },
8066
- "value": "#DFD8FD",
8066
+ "value": "#EED7FC",
8067
8067
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
8068
8068
  "isSource": true,
8069
8069
  "original": {
@@ -8085,7 +8085,7 @@ var tokens = [{
8085
8085
  "introduced": "0.13.3",
8086
8086
  "description": "For data visualisation communicating low priority or in-progress statuses."
8087
8087
  },
8088
- "value": "#1D7AFC",
8088
+ "value": "#4688EC",
8089
8089
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
8090
8090
  "isSource": true,
8091
8091
  "original": {
@@ -8095,7 +8095,7 @@ var tokens = [{
8095
8095
  "introduced": "0.13.3",
8096
8096
  "description": "For data visualisation communicating low priority or in-progress statuses."
8097
8097
  },
8098
- "value": "Blue600"
8098
+ "value": "Blue500"
8099
8099
  },
8100
8100
  "name": "color.chart.information.[default].[default]",
8101
8101
  "path": ["color", "chart", "information", "[default]", "[default]"],
@@ -8107,7 +8107,7 @@ var tokens = [{
8107
8107
  "introduced": "0.13.3",
8108
8108
  "description": "Hovered state of color.chart.information."
8109
8109
  },
8110
- "value": "#388BFF",
8110
+ "value": "#669DF1",
8111
8111
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
8112
8112
  "isSource": true,
8113
8113
  "original": {
@@ -8117,7 +8117,7 @@ var tokens = [{
8117
8117
  "introduced": "0.13.3",
8118
8118
  "description": "Hovered state of color.chart.information."
8119
8119
  },
8120
- "value": "Blue500"
8120
+ "value": "Blue400"
8121
8121
  },
8122
8122
  "name": "color.chart.information.[default].hovered",
8123
8123
  "path": ["color", "chart", "information", "[default]", "hovered"],
@@ -8129,7 +8129,7 @@ var tokens = [{
8129
8129
  "introduced": "0.13.3",
8130
8130
  "description": "A stronger emphasis option of color.chart.information."
8131
8131
  },
8132
- "value": "#85B8FF",
8132
+ "value": "#8FB8F6",
8133
8133
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
8134
8134
  "isSource": true,
8135
8135
  "original": {
@@ -8151,7 +8151,7 @@ var tokens = [{
8151
8151
  "introduced": "0.13.3",
8152
8152
  "description": "Hovered state of color.chart.information.bold."
8153
8153
  },
8154
- "value": "#CCE0FF",
8154
+ "value": "#CFE1FD",
8155
8155
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
8156
8156
  "isSource": true,
8157
8157
  "original": {
@@ -8173,7 +8173,7 @@ var tokens = [{
8173
8173
  "introduced": "0.6.0",
8174
8174
  "description": "Use as the primary background for the UI."
8175
8175
  },
8176
- "value": "#1D2125",
8176
+ "value": "#1F1F21",
8177
8177
  "filePath": "schema/themes/atlassian-dark/elevation/surface.tsx",
8178
8178
  "isSource": true,
8179
8179
  "original": {
@@ -8195,7 +8195,7 @@ var tokens = [{
8195
8195
  "introduced": "0.10.20",
8196
8196
  "description": "Hovered state of elevation.surface"
8197
8197
  },
8198
- "value": "#22272B",
8198
+ "value": "#242528",
8199
8199
  "filePath": "schema/themes/atlassian-dark/elevation/surface.tsx",
8200
8200
  "isSource": true,
8201
8201
  "original": {
@@ -8217,7 +8217,7 @@ var tokens = [{
8217
8217
  "introduced": "0.10.20",
8218
8218
  "description": "Pressed state of elevation.surface"
8219
8219
  },
8220
- "value": "#282E33",
8220
+ "value": "#2B2C2F",
8221
8221
  "filePath": "schema/themes/atlassian-dark/elevation/surface.tsx",
8222
8222
  "isSource": true,
8223
8223
  "original": {
@@ -8239,7 +8239,7 @@ var tokens = [{
8239
8239
  "introduced": "0.6.0",
8240
8240
  "description": "Use for the background of elements that sit on top of they UI, such as modals, dialogs, dropdown menus, floating toolbars, and floating single-action buttons. Also use for the background of raised cards in a dragged state. Combine with elevation.shadow.overlay."
8241
8241
  },
8242
- "value": "#282E33",
8242
+ "value": "#2B2C2F",
8243
8243
  "filePath": "schema/themes/atlassian-dark/elevation/surface.tsx",
8244
8244
  "isSource": true,
8245
8245
  "original": {
@@ -8261,7 +8261,7 @@ var tokens = [{
8261
8261
  "introduced": "0.10.20",
8262
8262
  "description": "Hovered state of elevation.surface.overlay"
8263
8263
  },
8264
- "value": "#2C333A",
8264
+ "value": "#303134",
8265
8265
  "filePath": "schema/themes/atlassian-dark/elevation/surface.tsx",
8266
8266
  "isSource": true,
8267
8267
  "original": {
@@ -8283,7 +8283,7 @@ var tokens = [{
8283
8283
  "introduced": "0.10.20",
8284
8284
  "description": "Pressed state of elevation.surface.overlay"
8285
8285
  },
8286
- "value": "#38414A",
8286
+ "value": "#3D3F43",
8287
8287
  "filePath": "schema/themes/atlassian-dark/elevation/surface.tsx",
8288
8288
  "isSource": true,
8289
8289
  "original": {
@@ -8305,7 +8305,7 @@ var tokens = [{
8305
8305
  "introduced": "0.6.0",
8306
8306
  "description": "Use for the background of cards that can be moved, such as Jira cards on a Kanban board. Combine with elevation.shadow.raised."
8307
8307
  },
8308
- "value": "#22272B",
8308
+ "value": "#242528",
8309
8309
  "filePath": "schema/themes/atlassian-dark/elevation/surface.tsx",
8310
8310
  "isSource": true,
8311
8311
  "original": {
@@ -8327,7 +8327,7 @@ var tokens = [{
8327
8327
  "introduced": "0.10.20",
8328
8328
  "description": "Hovered state of elevation.surface.raised"
8329
8329
  },
8330
- "value": "#282E33",
8330
+ "value": "#2B2C2F",
8331
8331
  "filePath": "schema/themes/atlassian-dark/elevation/surface.tsx",
8332
8332
  "isSource": true,
8333
8333
  "original": {
@@ -8349,7 +8349,7 @@ var tokens = [{
8349
8349
  "introduced": "0.10.20",
8350
8350
  "description": "Pressed state of elevation.surface.raised"
8351
8351
  },
8352
- "value": "#2C333A",
8352
+ "value": "#303134",
8353
8353
  "filePath": "schema/themes/atlassian-dark/elevation/surface.tsx",
8354
8354
  "isSource": true,
8355
8355
  "original": {
@@ -8371,7 +8371,7 @@ var tokens = [{
8371
8371
  "introduced": "0.6.0",
8372
8372
  "description": "A secondary background for the UI commonly used for grouping items, such as Jira cards in columns."
8373
8373
  },
8374
- "value": "#161A1D",
8374
+ "value": "#18191A",
8375
8375
  "filePath": "schema/themes/atlassian-dark/elevation/surface.tsx",
8376
8376
  "isSource": true,
8377
8377
  "original": {
@@ -8399,7 +8399,7 @@ var tokens = [{
8399
8399
  "x": 0,
8400
8400
  "y": 0
8401
8401
  },
8402
- "color": "#030404",
8402
+ "color": "#01040475",
8403
8403
  "opacity": 0.56
8404
8404
  }, {
8405
8405
  "radius": 1,
@@ -8407,7 +8407,7 @@ var tokens = [{
8407
8407
  "x": 0,
8408
8408
  "y": 0
8409
8409
  },
8410
- "color": "#030404",
8410
+ "color": "#01040475",
8411
8411
  "opacity": 0.5
8412
8412
  }],
8413
8413
  "filePath": "schema/themes/atlassian-dark/elevation/shadow.tsx",
@@ -8425,7 +8425,7 @@ var tokens = [{
8425
8425
  "x": 0,
8426
8426
  "y": 0
8427
8427
  },
8428
- "color": "#030404",
8428
+ "color": "DarkNeutral-100A",
8429
8429
  "opacity": 0.56
8430
8430
  }, {
8431
8431
  "radius": 1,
@@ -8433,7 +8433,7 @@ var tokens = [{
8433
8433
  "x": 0,
8434
8434
  "y": 0
8435
8435
  },
8436
- "color": "#030404",
8436
+ "color": "DarkNeutral-100A",
8437
8437
  "opacity": 0.5
8438
8438
  }]
8439
8439
  },
@@ -8447,7 +8447,7 @@ var tokens = [{
8447
8447
  "introduced": "0.10.32",
8448
8448
  "description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.spread to replicate the overflow shadow."
8449
8449
  },
8450
- "value": "#03040480",
8450
+ "value": "#01040480",
8451
8451
  "filePath": "schema/themes/atlassian-dark/elevation/shadow.tsx",
8452
8452
  "isSource": true,
8453
8453
  "original": {
@@ -8457,7 +8457,7 @@ var tokens = [{
8457
8457
  "introduced": "0.10.32",
8458
8458
  "description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.spread to replicate the overflow shadow."
8459
8459
  },
8460
- "value": "#03040480"
8460
+ "value": "#01040480"
8461
8461
  },
8462
8462
  "name": "elevation.shadow.overflow.perimeter",
8463
8463
  "path": ["elevation", "shadow", "overflow", "perimeter"],
@@ -8469,7 +8469,7 @@ var tokens = [{
8469
8469
  "introduced": "0.10.32",
8470
8470
  "description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.perimeter to replicate the overflow shadow."
8471
8471
  },
8472
- "value": "#0304048f",
8472
+ "value": "#0104048f",
8473
8473
  "filePath": "schema/themes/atlassian-dark/elevation/shadow.tsx",
8474
8474
  "isSource": true,
8475
8475
  "original": {
@@ -8479,7 +8479,7 @@ var tokens = [{
8479
8479
  "introduced": "0.10.32",
8480
8480
  "description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.perimeter to replicate the overflow shadow."
8481
8481
  },
8482
- "value": "#0304048f"
8482
+ "value": "#0104048f"
8483
8483
  },
8484
8484
  "name": "elevation.shadow.overflow.spread",
8485
8485
  "path": ["elevation", "shadow", "overflow", "spread"],
@@ -8494,19 +8494,19 @@ var tokens = [{
8494
8494
  "value": [{
8495
8495
  "radius": 0,
8496
8496
  "spread": 1,
8497
- "color": "#39424a",
8497
+ "color": "#BDBDBD",
8498
8498
  "offset": {
8499
8499
  "x": 0,
8500
8500
  "y": 0
8501
8501
  },
8502
- "opacity": 1
8502
+ "opacity": 0.12
8503
8503
  }, {
8504
8504
  "radius": 12,
8505
8505
  "offset": {
8506
8506
  "x": 0,
8507
8507
  "y": 8
8508
8508
  },
8509
- "color": "#03040442",
8509
+ "color": "#01040475",
8510
8510
  "opacity": 0.36
8511
8511
  }, {
8512
8512
  "radius": 1,
@@ -8515,7 +8515,7 @@ var tokens = [{
8515
8515
  "x": 0,
8516
8516
  "y": 0
8517
8517
  },
8518
- "color": "#03040442",
8518
+ "color": "#01040475",
8519
8519
  "opacity": 0.5
8520
8520
  }],
8521
8521
  "filePath": "schema/themes/atlassian-dark/elevation/shadow.tsx",
@@ -8530,12 +8530,12 @@ var tokens = [{
8530
8530
  "value": [{
8531
8531
  "radius": 0,
8532
8532
  "spread": 1,
8533
- "color": "#39424a",
8533
+ "color": "#BDBDBD",
8534
8534
  "offset": {
8535
8535
  "x": 0,
8536
8536
  "y": 0
8537
8537
  },
8538
- "opacity": 1
8538
+ "opacity": 0.12
8539
8539
  }, {
8540
8540
  "radius": 12,
8541
8541
  "offset": {
@@ -8580,7 +8580,7 @@ var tokens = [{
8580
8580
  "x": 0,
8581
8581
  "y": 1
8582
8582
  },
8583
- "color": "#03040442",
8583
+ "color": "#01040475",
8584
8584
  "opacity": 0.5
8585
8585
  }, {
8586
8586
  "radius": 1,
@@ -8588,7 +8588,7 @@ var tokens = [{
8588
8588
  "x": 0,
8589
8589
  "y": 0
8590
8590
  },
8591
- "color": "#03040442",
8591
+ "color": "#01040475",
8592
8592
  "opacity": 0.5
8593
8593
  }],
8594
8594
  "filePath": "schema/themes/atlassian-dark/elevation/shadow.tsx",
@@ -8703,7 +8703,7 @@ var tokens = [{
8703
8703
  "introduced": "1.14.0",
8704
8704
  "description": "A dynamic token that represents the current surface color set by a parent element. It defaults to the 'elevation.surface' token value."
8705
8705
  },
8706
- "value": "#1D2125",
8706
+ "value": "#1F1F21",
8707
8707
  "filePath": "schema/themes/atlassian-dark/utility/utility.tsx",
8708
8708
  "isSource": true,
8709
8709
  "original": {