@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
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.default = void 0;
7
7
  /**
8
8
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
9
- * @codegen <<SignedSource::e5a01f19d58623f99b97e4dd2aef4926>>
9
+ * @codegen <<SignedSource::5be81818cd5004bcdfaa1d2ab995fd75>>
10
10
  * @codegenCommand yarn build tokens
11
11
  */
12
12
 
@@ -17,7 +17,7 @@ var tokens = [{
17
17
  "introduced": "0.6.0",
18
18
  "description": "Use for primary text, such as body copy, sentence case headers, and buttons."
19
19
  },
20
- "value": "#B6C2CF",
20
+ "value": "#CECFD2",
21
21
  "filePath": "schema/themes/atlassian-dark/color/text.tsx",
22
22
  "isSource": true,
23
23
  "original": {
@@ -27,7 +27,7 @@ var tokens = [{
27
27
  "introduced": "0.6.0",
28
28
  "description": "Use for primary text, such as body copy, sentence case headers, and buttons."
29
29
  },
30
- "value": "DarkNeutral900"
30
+ "value": "DarkNeutral1000"
31
31
  },
32
32
  "name": "color.text.[default]",
33
33
  "path": ["color", "text", "[default]"],
@@ -127,7 +127,7 @@ var tokens = [{
127
127
  "introduced": "0.6.0",
128
128
  "description": "Use for orange text on subtlest and subtler orange accent backgrounds when there is no meaning tied to the color."
129
129
  },
130
- "value": "#FEC195",
130
+ "value": "#FBC828",
131
131
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
132
132
  "isSource": true,
133
133
  "original": {
@@ -149,7 +149,7 @@ var tokens = [{
149
149
  "introduced": "0.7.0",
150
150
  "description": "Use for orange text on subtle orange accent backgrounds when there is no meaning tied to the color."
151
151
  },
152
- "value": "#FEDEC8",
152
+ "value": "#FCE4A6",
153
153
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
154
154
  "isSource": true,
155
155
  "original": {
@@ -171,7 +171,7 @@ var tokens = [{
171
171
  "introduced": "0.6.0",
172
172
  "description": "Use for yellow text on subtlest and subtler yellow accent backgrounds when there is no meaning tied to the color."
173
173
  },
174
- "value": "#F5CD47",
174
+ "value": "#EED12B",
175
175
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
176
176
  "isSource": true,
177
177
  "original": {
@@ -193,7 +193,7 @@ var tokens = [{
193
193
  "introduced": "0.7.0",
194
194
  "description": "Use for yellow text on subtle yellow accent backgrounds when there is no meaning tied to the color."
195
195
  },
196
- "value": "#F8E6A0",
196
+ "value": "#F5E989",
197
197
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
198
198
  "isSource": true,
199
199
  "original": {
@@ -303,7 +303,7 @@ var tokens = [{
303
303
  "introduced": "0.6.0",
304
304
  "description": "Use for blue text on subtlest and subtler blue accent backgrounds when there is no meaning tied to the color."
305
305
  },
306
- "value": "#85B8FF",
306
+ "value": "#8FB8F6",
307
307
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
308
308
  "isSource": true,
309
309
  "original": {
@@ -325,7 +325,7 @@ var tokens = [{
325
325
  "introduced": "0.7.0",
326
326
  "description": "Use for blue text on subtle blue accent backgrounds when there is no meaning tied to the color."
327
327
  },
328
- "value": "#CCE0FF",
328
+ "value": "#CFE1FD",
329
329
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
330
330
  "isSource": true,
331
331
  "original": {
@@ -347,7 +347,7 @@ var tokens = [{
347
347
  "introduced": "0.6.0",
348
348
  "description": "Use for purple text on subtlest and subtler purple accent backgrounds when there is no meaning tied to the color."
349
349
  },
350
- "value": "#B8ACF6",
350
+ "value": "#D8A0F7",
351
351
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
352
352
  "isSource": true,
353
353
  "original": {
@@ -369,7 +369,7 @@ var tokens = [{
369
369
  "introduced": "0.7.0",
370
370
  "description": "Use for purple text on subtle purple accent backgrounds when there is no meaning tied to the color."
371
371
  },
372
- "value": "#DFD8FD",
372
+ "value": "#EED7FC",
373
373
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
374
374
  "isSource": true,
375
375
  "original": {
@@ -435,7 +435,7 @@ var tokens = [{
435
435
  "introduced": "0.10.5",
436
436
  "description": "Use for text on non-bold gray accent backgrounds, such as colored tags."
437
437
  },
438
- "value": "#9FADBC",
438
+ "value": "#A9ABAF",
439
439
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
440
440
  "isSource": true,
441
441
  "original": {
@@ -457,7 +457,7 @@ var tokens = [{
457
457
  "introduced": "0.10.5",
458
458
  "description": "Use for text and icons on gray subtle accent backgrounds."
459
459
  },
460
- "value": "#DEE4EA",
460
+ "value": "#E2E3E4",
461
461
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
462
462
  "isSource": true,
463
463
  "original": {
@@ -479,7 +479,7 @@ var tokens = [{
479
479
  "introduced": "0.0.15",
480
480
  "description": "Use for text in a disabled state."
481
481
  },
482
- "value": "#BFDBF847",
482
+ "value": "#E5E9F640",
483
483
  "filePath": "schema/themes/atlassian-dark/color/text.tsx",
484
484
  "isSource": true,
485
485
  "original": {
@@ -501,7 +501,7 @@ var tokens = [{
501
501
  "introduced": "0.6.0",
502
502
  "description": "Use for text on bold backgrounds."
503
503
  },
504
- "value": "#1D2125",
504
+ "value": "#1F1F21",
505
505
  "filePath": "schema/themes/atlassian-dark/color/text.tsx",
506
506
  "isSource": true,
507
507
  "original": {
@@ -523,7 +523,7 @@ var tokens = [{
523
523
  "introduced": "0.6.0",
524
524
  "description": "Use for text in selected or opened states, such as tabs and dropdown buttons."
525
525
  },
526
- "value": "#579DFF",
526
+ "value": "#669DF1",
527
527
  "filePath": "schema/themes/atlassian-dark/color/text.tsx",
528
528
  "isSource": true,
529
529
  "original": {
@@ -545,7 +545,7 @@ var tokens = [{
545
545
  "introduced": "0.6.0",
546
546
  "description": "Use for text that reinforces our brand."
547
547
  },
548
- "value": "#579DFF",
548
+ "value": "#669DF1",
549
549
  "filePath": "schema/themes/atlassian-dark/color/text.tsx",
550
550
  "isSource": true,
551
551
  "original": {
@@ -589,7 +589,7 @@ var tokens = [{
589
589
  "introduced": "0.0.15",
590
590
  "description": "Use for text to emphasize caution, such as in moved lozenges."
591
591
  },
592
- "value": "#F5CD47",
592
+ "value": "#FBC828",
593
593
  "filePath": "schema/themes/atlassian-dark/color/text.tsx",
594
594
  "isSource": true,
595
595
  "original": {
@@ -599,7 +599,7 @@ var tokens = [{
599
599
  "introduced": "0.0.15",
600
600
  "description": "Use for text to emphasize caution, such as in moved lozenges."
601
601
  },
602
- "value": "Yellow300"
602
+ "value": "Orange300"
603
603
  },
604
604
  "name": "color.text.warning.[default]",
605
605
  "path": ["color", "text", "warning", "[default]"],
@@ -611,7 +611,7 @@ var tokens = [{
611
611
  "introduced": "0.6.0",
612
612
  "description": "Use for text when on bold warning backgrounds."
613
613
  },
614
- "value": "#1D2125",
614
+ "value": "#1F1F21",
615
615
  "filePath": "schema/themes/atlassian-dark/color/text.tsx",
616
616
  "isSource": true,
617
617
  "original": {
@@ -633,7 +633,7 @@ var tokens = [{
633
633
  "introduced": "0.0.15",
634
634
  "description": "Use for text to communicate a favorable outcome, such as input field success messaging."
635
635
  },
636
- "value": "#7EE2B8",
636
+ "value": "#B3DF72",
637
637
  "filePath": "schema/themes/atlassian-dark/color/text.tsx",
638
638
  "isSource": true,
639
639
  "original": {
@@ -643,7 +643,7 @@ var tokens = [{
643
643
  "introduced": "0.0.15",
644
644
  "description": "Use for text to communicate a favorable outcome, such as input field success messaging."
645
645
  },
646
- "value": "Green300"
646
+ "value": "Lime300"
647
647
  },
648
648
  "name": "color.text.success",
649
649
  "path": ["color", "text", "success"],
@@ -655,7 +655,7 @@ var tokens = [{
655
655
  "introduced": "0.0.15",
656
656
  "description": "Use for text to emphasize change or something new, such as in new lozenges."
657
657
  },
658
- "value": "#B8ACF6",
658
+ "value": "#D8A0F7",
659
659
  "filePath": "schema/themes/atlassian-dark/color/text.tsx",
660
660
  "isSource": true,
661
661
  "original": {
@@ -677,7 +677,7 @@ var tokens = [{
677
677
  "introduced": "0.6.0",
678
678
  "description": "Use for informative text or to communicate something is in progress, such as in-progress lozenges."
679
679
  },
680
- "value": "#85B8FF",
680
+ "value": "#8FB8F6",
681
681
  "filePath": "schema/themes/atlassian-dark/color/text.tsx",
682
682
  "isSource": true,
683
683
  "original": {
@@ -699,7 +699,7 @@ var tokens = [{
699
699
  "introduced": "0.6.0",
700
700
  "description": "Use for tertiary text, such as meta-data, breadcrumbs, input field placeholder and helper text."
701
701
  },
702
- "value": "#8C9BAB",
702
+ "value": "#96999E",
703
703
  "filePath": "schema/themes/atlassian-dark/color/text.tsx",
704
704
  "isSource": true,
705
705
  "original": {
@@ -721,7 +721,7 @@ var tokens = [{
721
721
  "introduced": "0.6.0",
722
722
  "description": "Use for secondary text, such as navigation, subtle button links, input field labels, and all caps subheadings."
723
723
  },
724
- "value": "#9FADBC",
724
+ "value": "#A9ABAF",
725
725
  "filePath": "schema/themes/atlassian-dark/color/text.tsx",
726
726
  "isSource": true,
727
727
  "original": {
@@ -743,7 +743,7 @@ var tokens = [{
743
743
  "introduced": "0.6.0",
744
744
  "description": "Use for links in a default or hovered state. Add an underline for hovered states."
745
745
  },
746
- "value": "#579DFF",
746
+ "value": "#669DF1",
747
747
  "filePath": "schema/themes/atlassian-dark/color/text.tsx",
748
748
  "isSource": true,
749
749
  "original": {
@@ -765,7 +765,7 @@ var tokens = [{
765
765
  "introduced": "0.6.0",
766
766
  "description": "Use for links in a pressed state."
767
767
  },
768
- "value": "#85B8FF",
768
+ "value": "#8FB8F6",
769
769
  "filePath": "schema/themes/atlassian-dark/color/text.tsx",
770
770
  "isSource": true,
771
771
  "original": {
@@ -787,7 +787,7 @@ var tokens = [{
787
787
  "introduced": "1.23.0",
788
788
  "description": "Use for visited links."
789
789
  },
790
- "value": "#B8ACF6",
790
+ "value": "#D8A0F7",
791
791
  "filePath": "schema/themes/atlassian-dark/color/text.tsx",
792
792
  "isSource": true,
793
793
  "original": {
@@ -809,7 +809,7 @@ var tokens = [{
809
809
  "introduced": "1.43.0",
810
810
  "description": "Use for visited links in a pressed state."
811
811
  },
812
- "value": "#DFD8FD",
812
+ "value": "#EED7FC",
813
813
  "filePath": "schema/themes/atlassian-dark/color/text.tsx",
814
814
  "isSource": true,
815
815
  "original": {
@@ -831,7 +831,7 @@ var tokens = [{
831
831
  "introduced": "0.6.0",
832
832
  "description": "Use for icon-only buttons, or icons paired with color.text"
833
833
  },
834
- "value": "#9FADBC",
834
+ "value": "#CECFD2",
835
835
  "filePath": "schema/themes/atlassian-dark/color/icon.tsx",
836
836
  "isSource": true,
837
837
  "original": {
@@ -841,7 +841,7 @@ var tokens = [{
841
841
  "introduced": "0.6.0",
842
842
  "description": "Use for icon-only buttons, or icons paired with color.text"
843
843
  },
844
- "value": "DarkNeutral800"
844
+ "value": "DarkNeutral1000"
845
845
  },
846
846
  "name": "color.icon.[default]",
847
847
  "path": ["color", "icon", "[default]"],
@@ -897,7 +897,7 @@ var tokens = [{
897
897
  "introduced": "0.6.0",
898
898
  "description": "Use for orange icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
899
899
  },
900
- "value": "#F38A3F",
900
+ "value": "#F68909",
901
901
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
902
902
  "isSource": true,
903
903
  "original": {
@@ -919,7 +919,7 @@ var tokens = [{
919
919
  "introduced": "0.6.0",
920
920
  "description": "Use for yellow icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
921
921
  },
922
- "value": "#F5CD47",
922
+ "value": "#EED12B",
923
923
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
924
924
  "isSource": true,
925
925
  "original": {
@@ -985,7 +985,7 @@ var tokens = [{
985
985
  "introduced": "0.6.0",
986
986
  "description": "Use for blue icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
987
987
  },
988
- "value": "#388BFF",
988
+ "value": "#4688EC",
989
989
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
990
990
  "isSource": true,
991
991
  "original": {
@@ -1007,7 +1007,7 @@ var tokens = [{
1007
1007
  "introduced": "0.6.0",
1008
1008
  "description": "Use for purple icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
1009
1009
  },
1010
- "value": "#8F7EE7",
1010
+ "value": "#BF63F3",
1011
1011
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
1012
1012
  "isSource": true,
1013
1013
  "original": {
@@ -1051,7 +1051,7 @@ var tokens = [{
1051
1051
  "introduced": "0.10.5",
1052
1052
  "description": "Use for icons on non-bold gray accent backgrounds, such as file type icons."
1053
1053
  },
1054
- "value": "#738496",
1054
+ "value": "#7E8188",
1055
1055
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
1056
1056
  "isSource": true,
1057
1057
  "original": {
@@ -1073,7 +1073,7 @@ var tokens = [{
1073
1073
  "introduced": "0.6.0",
1074
1074
  "description": "Use for icons in a disabled state."
1075
1075
  },
1076
- "value": "#BFDBF847",
1076
+ "value": "#E5E9F640",
1077
1077
  "filePath": "schema/themes/atlassian-dark/color/icon.tsx",
1078
1078
  "isSource": true,
1079
1079
  "original": {
@@ -1095,7 +1095,7 @@ var tokens = [{
1095
1095
  "introduced": "0.6.0",
1096
1096
  "description": "Use for icons on bold backgrounds."
1097
1097
  },
1098
- "value": "#1D2125",
1098
+ "value": "#1F1F21",
1099
1099
  "filePath": "schema/themes/atlassian-dark/color/icon.tsx",
1100
1100
  "isSource": true,
1101
1101
  "original": {
@@ -1117,7 +1117,7 @@ var tokens = [{
1117
1117
  "introduced": "0.6.2",
1118
1118
  "description": "Use for icons in selected or opened states, such as those used in dropdown buttons."
1119
1119
  },
1120
- "value": "#579DFF",
1120
+ "value": "#669DF1",
1121
1121
  "filePath": "schema/themes/atlassian-dark/color/icon.tsx",
1122
1122
  "isSource": true,
1123
1123
  "original": {
@@ -1139,7 +1139,7 @@ var tokens = [{
1139
1139
  "introduced": "0.6.0",
1140
1140
  "description": "Use for icons that reinforce our brand."
1141
1141
  },
1142
- "value": "#579DFF",
1142
+ "value": "#669DF1",
1143
1143
  "filePath": "schema/themes/atlassian-dark/color/icon.tsx",
1144
1144
  "isSource": true,
1145
1145
  "original": {
@@ -1183,7 +1183,7 @@ var tokens = [{
1183
1183
  "introduced": "0.6.0",
1184
1184
  "description": "Use for icons communicating caution, such as those used in warning section messages."
1185
1185
  },
1186
- "value": "#F5CD47",
1186
+ "value": "#FBC828",
1187
1187
  "filePath": "schema/themes/atlassian-dark/color/icon.tsx",
1188
1188
  "isSource": true,
1189
1189
  "original": {
@@ -1193,7 +1193,7 @@ var tokens = [{
1193
1193
  "introduced": "0.6.0",
1194
1194
  "description": "Use for icons communicating caution, such as those used in warning section messages."
1195
1195
  },
1196
- "value": "Yellow300"
1196
+ "value": "Orange300"
1197
1197
  },
1198
1198
  "name": "color.icon.warning.[default]",
1199
1199
  "path": ["color", "icon", "warning", "[default]"],
@@ -1205,7 +1205,7 @@ var tokens = [{
1205
1205
  "introduced": "0.6.0",
1206
1206
  "description": "Use for icons when on bold warning backgrounds."
1207
1207
  },
1208
- "value": "#1D2125",
1208
+ "value": "#1F1F21",
1209
1209
  "filePath": "schema/themes/atlassian-dark/color/icon.tsx",
1210
1210
  "isSource": true,
1211
1211
  "original": {
@@ -1227,7 +1227,7 @@ var tokens = [{
1227
1227
  "introduced": "0.6.0",
1228
1228
  "description": "Use for icons communicating a favorable outcome, such as those used in success section messaged."
1229
1229
  },
1230
- "value": "#2ABB7F",
1230
+ "value": "#82B536",
1231
1231
  "filePath": "schema/themes/atlassian-dark/color/icon.tsx",
1232
1232
  "isSource": true,
1233
1233
  "original": {
@@ -1237,7 +1237,7 @@ var tokens = [{
1237
1237
  "introduced": "0.6.0",
1238
1238
  "description": "Use for icons communicating a favorable outcome, such as those used in success section messaged."
1239
1239
  },
1240
- "value": "Green500"
1240
+ "value": "Lime500"
1241
1241
  },
1242
1242
  "name": "color.icon.success",
1243
1243
  "path": ["color", "icon", "success"],
@@ -1249,7 +1249,7 @@ var tokens = [{
1249
1249
  "introduced": "0.6.0",
1250
1250
  "description": "Use for icons communicating change or something new, such as discovery section messages."
1251
1251
  },
1252
- "value": "#8F7EE7",
1252
+ "value": "#BF63F3",
1253
1253
  "filePath": "schema/themes/atlassian-dark/color/icon.tsx",
1254
1254
  "isSource": true,
1255
1255
  "original": {
@@ -1271,7 +1271,7 @@ var tokens = [{
1271
1271
  "introduced": "0.6.0",
1272
1272
  "description": "Use for icons communicating information or something in-progress, such as information section messages."
1273
1273
  },
1274
- "value": "#388BFF",
1274
+ "value": "#4688EC",
1275
1275
  "filePath": "schema/themes/atlassian-dark/color/icon.tsx",
1276
1276
  "isSource": true,
1277
1277
  "original": {
@@ -1293,7 +1293,7 @@ var tokens = [{
1293
1293
  "introduced": "1.54.0",
1294
1294
  "description": "Use for icons paired with color.text.subtlest"
1295
1295
  },
1296
- "value": "#8C9BAB",
1296
+ "value": "#96999E",
1297
1297
  "filePath": "schema/themes/atlassian-dark/color/icon.tsx",
1298
1298
  "isSource": true,
1299
1299
  "original": {
@@ -1315,7 +1315,7 @@ var tokens = [{
1315
1315
  "introduced": "0.6.0",
1316
1316
  "description": "Use for icons paired with color.text.subtle"
1317
1317
  },
1318
- "value": "#8C9BAB",
1318
+ "value": "#A9ABAF",
1319
1319
  "filePath": "schema/themes/atlassian-dark/color/icon.tsx",
1320
1320
  "isSource": true,
1321
1321
  "original": {
@@ -1325,7 +1325,7 @@ var tokens = [{
1325
1325
  "introduced": "0.6.0",
1326
1326
  "description": "Use for icons paired with color.text.subtle"
1327
1327
  },
1328
- "value": "DarkNeutral700"
1328
+ "value": "DarkNeutral800"
1329
1329
  },
1330
1330
  "name": "color.icon.subtle",
1331
1331
  "path": ["color", "icon", "subtle"],
@@ -1337,7 +1337,7 @@ var tokens = [{
1337
1337
  "introduced": "0.6.0",
1338
1338
  "description": "Use to visually group or separate UI elements, such as flat cards or side panel dividers."
1339
1339
  },
1340
- "value": "#A6C5E229",
1340
+ "value": "#E3E4F21F",
1341
1341
  "filePath": "schema/themes/atlassian-dark/color/border.tsx",
1342
1342
  "isSource": true,
1343
1343
  "original": {
@@ -1403,7 +1403,7 @@ var tokens = [{
1403
1403
  "introduced": "0.6.0",
1404
1404
  "description": "Use for orange borders on non-bold backgrounds when there is no meaning tied to the color."
1405
1405
  },
1406
- "value": "#F38A3F",
1406
+ "value": "#F68909",
1407
1407
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
1408
1408
  "isSource": true,
1409
1409
  "original": {
@@ -1491,7 +1491,7 @@ var tokens = [{
1491
1491
  "introduced": "0.6.0",
1492
1492
  "description": "Use for blue borders on non-bold backgrounds when there is no meaning tied to the color."
1493
1493
  },
1494
- "value": "#388BFF",
1494
+ "value": "#4688EC",
1495
1495
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
1496
1496
  "isSource": true,
1497
1497
  "original": {
@@ -1513,7 +1513,7 @@ var tokens = [{
1513
1513
  "introduced": "0.6.0",
1514
1514
  "description": "Use for purple borders on non-bold backgrounds when there is no meaning tied to the color."
1515
1515
  },
1516
- "value": "#8F7EE7",
1516
+ "value": "#BF63F3",
1517
1517
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
1518
1518
  "isSource": true,
1519
1519
  "original": {
@@ -1557,7 +1557,7 @@ var tokens = [{
1557
1557
  "introduced": "0.10.5",
1558
1558
  "description": "Use for borders on non-bold gray accent backgrounds."
1559
1559
  },
1560
- "value": "#738496",
1560
+ "value": "#7E8188",
1561
1561
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
1562
1562
  "isSource": true,
1563
1563
  "original": {
@@ -1579,7 +1579,7 @@ var tokens = [{
1579
1579
  "introduced": "0.6.0",
1580
1580
  "description": "Use for borders of elements in a disabled state."
1581
1581
  },
1582
- "value": "#A1BDD914",
1582
+ "value": "#CECED912",
1583
1583
  "filePath": "schema/themes/atlassian-dark/color/border.tsx",
1584
1584
  "isSource": true,
1585
1585
  "original": {
@@ -1601,7 +1601,7 @@ var tokens = [{
1601
1601
  "introduced": "0.6.0",
1602
1602
  "description": "Use for focus rings of elements in a focus state."
1603
1603
  },
1604
- "value": "#85B8FF",
1604
+ "value": "#8FB8F6",
1605
1605
  "filePath": "schema/themes/atlassian-dark/color/border.tsx",
1606
1606
  "isSource": true,
1607
1607
  "original": {
@@ -1623,7 +1623,7 @@ var tokens = [{
1623
1623
  "introduced": "0.6.0",
1624
1624
  "description": "Use for borders of form UI elements, such as text fields, checkboxes, and radio buttons."
1625
1625
  },
1626
- "value": "#738496",
1626
+ "value": "#7E8188",
1627
1627
  "filePath": "schema/themes/atlassian-dark/color/border.tsx",
1628
1628
  "isSource": true,
1629
1629
  "original": {
@@ -1645,7 +1645,7 @@ var tokens = [{
1645
1645
  "introduced": "0.6.0",
1646
1646
  "description": "Use for borders on bold backgrounds."
1647
1647
  },
1648
- "value": "#161A1D",
1648
+ "value": "#18191A",
1649
1649
  "filePath": "schema/themes/atlassian-dark/color/border.tsx",
1650
1650
  "isSource": true,
1651
1651
  "original": {
@@ -1667,7 +1667,7 @@ var tokens = [{
1667
1667
  "introduced": "0.6.2",
1668
1668
  "description": "Use for borders or visual indicators of elements in a selected or opened state, such as in tabs or menu items."
1669
1669
  },
1670
- "value": "#579DFF",
1670
+ "value": "#669DF1",
1671
1671
  "filePath": "schema/themes/atlassian-dark/color/border.tsx",
1672
1672
  "isSource": true,
1673
1673
  "original": {
@@ -1689,7 +1689,7 @@ var tokens = [{
1689
1689
  "introduced": "0.6.0",
1690
1690
  "description": "Use for borders or visual indicators of elements that reinforce our brand, such as logos or primary buttons."
1691
1691
  },
1692
- "value": "#579DFF",
1692
+ "value": "#669DF1",
1693
1693
  "filePath": "schema/themes/atlassian-dark/color/border.tsx",
1694
1694
  "isSource": true,
1695
1695
  "original": {
@@ -1733,7 +1733,7 @@ var tokens = [{
1733
1733
  "introduced": "0.6.0",
1734
1734
  "description": "Use for borders communicating caution."
1735
1735
  },
1736
- "value": "#CF9F02",
1736
+ "value": "#F68909",
1737
1737
  "filePath": "schema/themes/atlassian-dark/color/border.tsx",
1738
1738
  "isSource": true,
1739
1739
  "original": {
@@ -1743,7 +1743,7 @@ var tokens = [{
1743
1743
  "introduced": "0.6.0",
1744
1744
  "description": "Use for borders communicating caution."
1745
1745
  },
1746
- "value": "Yellow500"
1746
+ "value": "Orange500"
1747
1747
  },
1748
1748
  "name": "color.border.warning",
1749
1749
  "path": ["color", "border", "warning"],
@@ -1755,7 +1755,7 @@ var tokens = [{
1755
1755
  "introduced": "0.6.0",
1756
1756
  "description": "Use for borders communicating a favorable outcome, such as the borders on validated text fields."
1757
1757
  },
1758
- "value": "#2ABB7F",
1758
+ "value": "#82B536",
1759
1759
  "filePath": "schema/themes/atlassian-dark/color/border.tsx",
1760
1760
  "isSource": true,
1761
1761
  "original": {
@@ -1765,7 +1765,7 @@ var tokens = [{
1765
1765
  "introduced": "0.6.0",
1766
1766
  "description": "Use for borders communicating a favorable outcome, such as the borders on validated text fields."
1767
1767
  },
1768
- "value": "Green500"
1768
+ "value": "Lime500"
1769
1769
  },
1770
1770
  "name": "color.border.success",
1771
1771
  "path": ["color", "border", "success"],
@@ -1777,7 +1777,7 @@ var tokens = [{
1777
1777
  "introduced": "0.6.0",
1778
1778
  "description": "Use for borders communicating change or something new, such as the borders in onboarding spotlights."
1779
1779
  },
1780
- "value": "#8F7EE7",
1780
+ "value": "#BF63F3",
1781
1781
  "filePath": "schema/themes/atlassian-dark/color/border.tsx",
1782
1782
  "isSource": true,
1783
1783
  "original": {
@@ -1799,7 +1799,7 @@ var tokens = [{
1799
1799
  "introduced": "0.6.0",
1800
1800
  "description": "Use for borders communicating information or something in-progress."
1801
1801
  },
1802
- "value": "#388BFF",
1802
+ "value": "#4688EC",
1803
1803
  "filePath": "schema/themes/atlassian-dark/color/border.tsx",
1804
1804
  "isSource": true,
1805
1805
  "original": {
@@ -1821,7 +1821,7 @@ var tokens = [{
1821
1821
  "introduced": "0.10.8",
1822
1822
  "description": "A neutral border option that passes min 3:1 contrast ratios."
1823
1823
  },
1824
- "value": "#738496",
1824
+ "value": "#7E8188",
1825
1825
  "filePath": "schema/themes/atlassian-dark/color/border.tsx",
1826
1826
  "isSource": true,
1827
1827
  "original": {
@@ -1843,7 +1843,7 @@ var tokens = [{
1843
1843
  "introduced": "1.6.0",
1844
1844
  "description": "Use for for backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
1845
1845
  },
1846
- "value": "#28311B",
1846
+ "value": "#37471F",
1847
1847
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
1848
1848
  "isSource": true,
1849
1849
  "original": {
@@ -1853,7 +1853,7 @@ var tokens = [{
1853
1853
  "introduced": "1.6.0",
1854
1854
  "description": "Use for for backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
1855
1855
  },
1856
- "value": "Lime1000"
1856
+ "value": "Lime900"
1857
1857
  },
1858
1858
  "name": "color.background.accent.lime.subtlest.[default]",
1859
1859
  "path": ["color", "background", "accent", "lime", "subtlest", "[default]"],
@@ -1865,7 +1865,7 @@ var tokens = [{
1865
1865
  "introduced": "1.19.0",
1866
1866
  "description": "Hovered state of color.background.accent.lime.subtlest."
1867
1867
  },
1868
- "value": "#37471F",
1868
+ "value": "#3F5224",
1869
1869
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
1870
1870
  "isSource": true,
1871
1871
  "original": {
@@ -1875,7 +1875,7 @@ var tokens = [{
1875
1875
  "introduced": "1.19.0",
1876
1876
  "description": "Hovered state of color.background.accent.lime.subtlest."
1877
1877
  },
1878
- "value": "Lime900"
1878
+ "value": "Lime850"
1879
1879
  },
1880
1880
  "name": "color.background.accent.lime.subtlest.hovered",
1881
1881
  "path": ["color", "background", "accent", "lime", "subtlest", "hovered"],
@@ -1887,7 +1887,7 @@ var tokens = [{
1887
1887
  "introduced": "1.19.0",
1888
1888
  "description": "Pressed state of color.background.accent.lime.subtlest."
1889
1889
  },
1890
- "value": "#4C6B1F",
1890
+ "value": "#3F5224",
1891
1891
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
1892
1892
  "isSource": true,
1893
1893
  "original": {
@@ -1897,7 +1897,7 @@ var tokens = [{
1897
1897
  "introduced": "1.19.0",
1898
1898
  "description": "Pressed state of color.background.accent.lime.subtlest."
1899
1899
  },
1900
- "value": "Lime800"
1900
+ "value": "Lime850"
1901
1901
  },
1902
1902
  "name": "color.background.accent.lime.subtlest.pressed",
1903
1903
  "path": ["color", "background", "accent", "lime", "subtlest", "pressed"],
@@ -1931,7 +1931,7 @@ var tokens = [{
1931
1931
  "introduced": "1.19.0",
1932
1932
  "description": "Hovered state of color.background.accent.lime.subtler."
1933
1933
  },
1934
- "value": "#4C6B1F",
1934
+ "value": "#3F5224",
1935
1935
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
1936
1936
  "isSource": true,
1937
1937
  "original": {
@@ -1941,7 +1941,7 @@ var tokens = [{
1941
1941
  "introduced": "1.19.0",
1942
1942
  "description": "Hovered state of color.background.accent.lime.subtler."
1943
1943
  },
1944
- "value": "Lime800"
1944
+ "value": "Lime850"
1945
1945
  },
1946
1946
  "name": "color.background.accent.lime.subtler.hovered",
1947
1947
  "path": ["color", "background", "accent", "lime", "subtler", "hovered"],
@@ -1953,7 +1953,7 @@ var tokens = [{
1953
1953
  "introduced": "1.19.0",
1954
1954
  "description": "Pressed state of color.background.accent.lime.subtler."
1955
1955
  },
1956
- "value": "#5B7F24",
1956
+ "value": "#4C6B1F",
1957
1957
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
1958
1958
  "isSource": true,
1959
1959
  "original": {
@@ -1963,7 +1963,7 @@ var tokens = [{
1963
1963
  "introduced": "1.19.0",
1964
1964
  "description": "Pressed state of color.background.accent.lime.subtler."
1965
1965
  },
1966
- "value": "Lime700"
1966
+ "value": "Lime800"
1967
1967
  },
1968
1968
  "name": "color.background.accent.lime.subtler.pressed",
1969
1969
  "path": ["color", "background", "accent", "lime", "subtler", "pressed"],
@@ -1997,7 +1997,7 @@ var tokens = [{
1997
1997
  "introduced": "1.19.0",
1998
1998
  "description": "Hovered state of color.background.accent.lime.subtle."
1999
1999
  },
2000
- "value": "#37471F",
2000
+ "value": "#3F5224",
2001
2001
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2002
2002
  "isSource": true,
2003
2003
  "original": {
@@ -2007,7 +2007,7 @@ var tokens = [{
2007
2007
  "introduced": "1.19.0",
2008
2008
  "description": "Hovered state of color.background.accent.lime.subtle."
2009
2009
  },
2010
- "value": "Lime900"
2010
+ "value": "Lime850"
2011
2011
  },
2012
2012
  "name": "color.background.accent.lime.subtle.hovered",
2013
2013
  "path": ["color", "background", "accent", "lime", "subtle", "hovered"],
@@ -2019,7 +2019,7 @@ var tokens = [{
2019
2019
  "introduced": "1.19.0",
2020
2020
  "description": "Pressed state of color.background.accent.lime.subtle."
2021
2021
  },
2022
- "value": "#28311B",
2022
+ "value": "#37471F",
2023
2023
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2024
2024
  "isSource": true,
2025
2025
  "original": {
@@ -2029,7 +2029,7 @@ var tokens = [{
2029
2029
  "introduced": "1.19.0",
2030
2030
  "description": "Pressed state of color.background.accent.lime.subtle."
2031
2031
  },
2032
- "value": "Lime1000"
2032
+ "value": "Lime900"
2033
2033
  },
2034
2034
  "name": "color.background.accent.lime.subtle.pressed",
2035
2035
  "path": ["color", "background", "accent", "lime", "subtle", "pressed"],
@@ -2085,7 +2085,7 @@ var tokens = [{
2085
2085
  "introduced": "1.19.0",
2086
2086
  "description": "Pressed state of color.background.accent.lime.bolder."
2087
2087
  },
2088
- "value": "#D3F1A7",
2088
+ "value": "#BDE97C",
2089
2089
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2090
2090
  "isSource": true,
2091
2091
  "original": {
@@ -2095,7 +2095,7 @@ var tokens = [{
2095
2095
  "introduced": "1.19.0",
2096
2096
  "description": "Pressed state of color.background.accent.lime.bolder."
2097
2097
  },
2098
- "value": "Lime200"
2098
+ "value": "Lime250"
2099
2099
  },
2100
2100
  "name": "color.background.accent.lime.bolder.pressed",
2101
2101
  "path": ["color", "background", "accent", "lime", "bolder", "pressed"],
@@ -2151,7 +2151,7 @@ var tokens = [{
2151
2151
  "introduced": "1.19.0",
2152
2152
  "description": "Pressed state of color.background.accent.red.subtlest."
2153
2153
  },
2154
- "value": "#AE2E24",
2154
+ "value": "#872821",
2155
2155
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2156
2156
  "isSource": true,
2157
2157
  "original": {
@@ -2161,7 +2161,7 @@ var tokens = [{
2161
2161
  "introduced": "1.19.0",
2162
2162
  "description": "Pressed state of color.background.accent.red.subtlest."
2163
2163
  },
2164
- "value": "Red800"
2164
+ "value": "Red850"
2165
2165
  },
2166
2166
  "name": "color.background.accent.red.subtlest.pressed",
2167
2167
  "path": ["color", "background", "accent", "red", "subtlest", "pressed"],
@@ -2195,7 +2195,7 @@ var tokens = [{
2195
2195
  "introduced": "1.19.0",
2196
2196
  "description": "Hovered state of color.background.accent.red.subtler."
2197
2197
  },
2198
- "value": "#AE2E24",
2198
+ "value": "#872821",
2199
2199
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2200
2200
  "isSource": true,
2201
2201
  "original": {
@@ -2205,7 +2205,7 @@ var tokens = [{
2205
2205
  "introduced": "1.19.0",
2206
2206
  "description": "Hovered state of color.background.accent.red.subtler."
2207
2207
  },
2208
- "value": "Red800"
2208
+ "value": "Red850"
2209
2209
  },
2210
2210
  "name": "color.background.accent.red.subtler.hovered",
2211
2211
  "path": ["color", "background", "accent", "red", "subtler", "hovered"],
@@ -2217,7 +2217,7 @@ var tokens = [{
2217
2217
  "introduced": "1.19.0",
2218
2218
  "description": "Pressed state of color.background.accent.red.subtler."
2219
2219
  },
2220
- "value": "#C9372C",
2220
+ "value": "#AE2E24",
2221
2221
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2222
2222
  "isSource": true,
2223
2223
  "original": {
@@ -2227,7 +2227,7 @@ var tokens = [{
2227
2227
  "introduced": "1.19.0",
2228
2228
  "description": "Pressed state of color.background.accent.red.subtler."
2229
2229
  },
2230
- "value": "Red700"
2230
+ "value": "Red800"
2231
2231
  },
2232
2232
  "name": "color.background.accent.red.subtler.pressed",
2233
2233
  "path": ["color", "background", "accent", "red", "subtler", "pressed"],
@@ -2261,7 +2261,7 @@ var tokens = [{
2261
2261
  "introduced": "1.19.0",
2262
2262
  "description": "Hovered state of color.background.accent.red.subtle."
2263
2263
  },
2264
- "value": "#5D1F1A",
2264
+ "value": "#872821",
2265
2265
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2266
2266
  "isSource": true,
2267
2267
  "original": {
@@ -2271,7 +2271,7 @@ var tokens = [{
2271
2271
  "introduced": "1.19.0",
2272
2272
  "description": "Hovered state of color.background.accent.red.subtle."
2273
2273
  },
2274
- "value": "Red900"
2274
+ "value": "Red850"
2275
2275
  },
2276
2276
  "name": "color.background.accent.red.subtle.hovered",
2277
2277
  "path": ["color", "background", "accent", "red", "subtle", "hovered"],
@@ -2283,7 +2283,7 @@ var tokens = [{
2283
2283
  "introduced": "1.19.0",
2284
2284
  "description": "Pressed state of color.background.accent.red.subtle."
2285
2285
  },
2286
- "value": "#42221F",
2286
+ "value": "#5D1F1A",
2287
2287
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2288
2288
  "isSource": true,
2289
2289
  "original": {
@@ -2293,7 +2293,7 @@ var tokens = [{
2293
2293
  "introduced": "1.19.0",
2294
2294
  "description": "Pressed state of color.background.accent.red.subtle."
2295
2295
  },
2296
- "value": "Red1000"
2296
+ "value": "Red900"
2297
2297
  },
2298
2298
  "name": "color.background.accent.red.subtle.pressed",
2299
2299
  "path": ["color", "background", "accent", "red", "subtle", "pressed"],
@@ -2349,7 +2349,7 @@ var tokens = [{
2349
2349
  "introduced": "1.19.0",
2350
2350
  "description": "Pressed state of color.background.accent.red.bolder."
2351
2351
  },
2352
- "value": "#FFD5D2",
2352
+ "value": "#FFB8B2",
2353
2353
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2354
2354
  "isSource": true,
2355
2355
  "original": {
@@ -2359,7 +2359,7 @@ var tokens = [{
2359
2359
  "introduced": "1.19.0",
2360
2360
  "description": "Pressed state of color.background.accent.red.bolder."
2361
2361
  },
2362
- "value": "Red200"
2362
+ "value": "Red250"
2363
2363
  },
2364
2364
  "name": "color.background.accent.red.bolder.pressed",
2365
2365
  "path": ["color", "background", "accent", "red", "bolder", "pressed"],
@@ -2371,7 +2371,7 @@ var tokens = [{
2371
2371
  "introduced": "0.7.0",
2372
2372
  "description": "Use for orange backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2373
2373
  },
2374
- "value": "#38291E",
2374
+ "value": "#693200",
2375
2375
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2376
2376
  "isSource": true,
2377
2377
  "original": {
@@ -2381,7 +2381,7 @@ var tokens = [{
2381
2381
  "introduced": "0.7.0",
2382
2382
  "description": "Use for orange backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2383
2383
  },
2384
- "value": "Orange1000"
2384
+ "value": "Orange900"
2385
2385
  },
2386
2386
  "name": "color.background.accent.orange.subtlest.[default]",
2387
2387
  "path": ["color", "background", "accent", "orange", "subtlest", "[default]"],
@@ -2393,7 +2393,7 @@ var tokens = [{
2393
2393
  "introduced": "1.19.0",
2394
2394
  "description": "Hovered state of color.background.accent.orange.subtlest."
2395
2395
  },
2396
- "value": "#702E00",
2396
+ "value": "#7A3B00",
2397
2397
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2398
2398
  "isSource": true,
2399
2399
  "original": {
@@ -2403,7 +2403,7 @@ var tokens = [{
2403
2403
  "introduced": "1.19.0",
2404
2404
  "description": "Hovered state of color.background.accent.orange.subtlest."
2405
2405
  },
2406
- "value": "Orange900"
2406
+ "value": "Orange850"
2407
2407
  },
2408
2408
  "name": "color.background.accent.orange.subtlest.hovered",
2409
2409
  "path": ["color", "background", "accent", "orange", "subtlest", "hovered"],
@@ -2415,7 +2415,7 @@ var tokens = [{
2415
2415
  "introduced": "1.19.0",
2416
2416
  "description": "Pressed state of color.background.accent.orange.subtlest."
2417
2417
  },
2418
- "value": "#A54800",
2418
+ "value": "#7A3B00",
2419
2419
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2420
2420
  "isSource": true,
2421
2421
  "original": {
@@ -2425,7 +2425,7 @@ var tokens = [{
2425
2425
  "introduced": "1.19.0",
2426
2426
  "description": "Pressed state of color.background.accent.orange.subtlest."
2427
2427
  },
2428
- "value": "Orange800"
2428
+ "value": "Orange850"
2429
2429
  },
2430
2430
  "name": "color.background.accent.orange.subtlest.pressed",
2431
2431
  "path": ["color", "background", "accent", "orange", "subtlest", "pressed"],
@@ -2437,7 +2437,7 @@ var tokens = [{
2437
2437
  "introduced": "0.7.0",
2438
2438
  "description": "Use for orange backgrounds when there is no meaning tied to the color, such as colored tags."
2439
2439
  },
2440
- "value": "#702E00",
2440
+ "value": "#693200",
2441
2441
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2442
2442
  "isSource": true,
2443
2443
  "original": {
@@ -2459,7 +2459,7 @@ var tokens = [{
2459
2459
  "introduced": "1.19.0",
2460
2460
  "description": "Hovered state of color.background.accent.orange.subtler."
2461
2461
  },
2462
- "value": "#A54800",
2462
+ "value": "#7A3B00",
2463
2463
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2464
2464
  "isSource": true,
2465
2465
  "original": {
@@ -2469,7 +2469,7 @@ var tokens = [{
2469
2469
  "introduced": "1.19.0",
2470
2470
  "description": "Hovered state of color.background.accent.orange.subtler."
2471
2471
  },
2472
- "value": "Orange800"
2472
+ "value": "Orange850"
2473
2473
  },
2474
2474
  "name": "color.background.accent.orange.subtler.hovered",
2475
2475
  "path": ["color", "background", "accent", "orange", "subtler", "hovered"],
@@ -2481,7 +2481,7 @@ var tokens = [{
2481
2481
  "introduced": "1.19.0",
2482
2482
  "description": "Pressed state of color.background.accent.orange.subtler."
2483
2483
  },
2484
- "value": "#C25100",
2484
+ "value": "#9E4C00",
2485
2485
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2486
2486
  "isSource": true,
2487
2487
  "original": {
@@ -2491,7 +2491,7 @@ var tokens = [{
2491
2491
  "introduced": "1.19.0",
2492
2492
  "description": "Pressed state of color.background.accent.orange.subtler."
2493
2493
  },
2494
- "value": "Orange700"
2494
+ "value": "Orange800"
2495
2495
  },
2496
2496
  "name": "color.background.accent.orange.subtler.pressed",
2497
2497
  "path": ["color", "background", "accent", "orange", "subtler", "pressed"],
@@ -2503,7 +2503,7 @@ var tokens = [{
2503
2503
  "introduced": "0.7.0",
2504
2504
  "description": "Use for vibrant orange backgrounds when there is no meaning tied to the color, such as colored tags."
2505
2505
  },
2506
- "value": "#A54800",
2506
+ "value": "#9E4C00",
2507
2507
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2508
2508
  "isSource": true,
2509
2509
  "original": {
@@ -2525,7 +2525,7 @@ var tokens = [{
2525
2525
  "introduced": "1.19.0",
2526
2526
  "description": "Hovered state of color.background.accent.orange.subtle."
2527
2527
  },
2528
- "value": "#702E00",
2528
+ "value": "#7A3B00",
2529
2529
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2530
2530
  "isSource": true,
2531
2531
  "original": {
@@ -2535,7 +2535,7 @@ var tokens = [{
2535
2535
  "introduced": "1.19.0",
2536
2536
  "description": "Hovered state of color.background.accent.orange.subtle."
2537
2537
  },
2538
- "value": "Orange900"
2538
+ "value": "Orange850"
2539
2539
  },
2540
2540
  "name": "color.background.accent.orange.subtle.hovered",
2541
2541
  "path": ["color", "background", "accent", "orange", "subtle", "hovered"],
@@ -2547,7 +2547,7 @@ var tokens = [{
2547
2547
  "introduced": "1.19.0",
2548
2548
  "description": "Pressed state of color.background.accent.orange.subtle."
2549
2549
  },
2550
- "value": "#38291E",
2550
+ "value": "#693200",
2551
2551
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2552
2552
  "isSource": true,
2553
2553
  "original": {
@@ -2557,7 +2557,7 @@ var tokens = [{
2557
2557
  "introduced": "1.19.0",
2558
2558
  "description": "Pressed state of color.background.accent.orange.subtle."
2559
2559
  },
2560
- "value": "Orange1000"
2560
+ "value": "Orange900"
2561
2561
  },
2562
2562
  "name": "color.background.accent.orange.subtle.pressed",
2563
2563
  "path": ["color", "background", "accent", "orange", "subtle", "pressed"],
@@ -2569,7 +2569,7 @@ var tokens = [{
2569
2569
  "introduced": "0.7.0",
2570
2570
  "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."
2571
2571
  },
2572
- "value": "#FEA362",
2572
+ "value": "#FCA700",
2573
2573
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2574
2574
  "isSource": true,
2575
2575
  "original": {
@@ -2591,7 +2591,7 @@ var tokens = [{
2591
2591
  "introduced": "1.19.0",
2592
2592
  "description": "Hovered state of color.background.accent.orange.bolder."
2593
2593
  },
2594
- "value": "#FEC195",
2594
+ "value": "#FBC828",
2595
2595
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2596
2596
  "isSource": true,
2597
2597
  "original": {
@@ -2613,7 +2613,7 @@ var tokens = [{
2613
2613
  "introduced": "1.19.0",
2614
2614
  "description": "Pressed state of color.background.accent.orange.bolder."
2615
2615
  },
2616
- "value": "#FEDEC8",
2616
+ "value": "#FBD779",
2617
2617
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2618
2618
  "isSource": true,
2619
2619
  "original": {
@@ -2623,7 +2623,7 @@ var tokens = [{
2623
2623
  "introduced": "1.19.0",
2624
2624
  "description": "Pressed state of color.background.accent.orange.bolder."
2625
2625
  },
2626
- "value": "Orange200"
2626
+ "value": "Orange250"
2627
2627
  },
2628
2628
  "name": "color.background.accent.orange.bolder.pressed",
2629
2629
  "path": ["color", "background", "accent", "orange", "bolder", "pressed"],
@@ -2635,7 +2635,7 @@ var tokens = [{
2635
2635
  "introduced": "0.7.0",
2636
2636
  "description": "Use for yellow backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2637
2637
  },
2638
- "value": "#332E1B",
2638
+ "value": "#533F04",
2639
2639
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2640
2640
  "isSource": true,
2641
2641
  "original": {
@@ -2645,7 +2645,7 @@ var tokens = [{
2645
2645
  "introduced": "0.7.0",
2646
2646
  "description": "Use for yellow backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2647
2647
  },
2648
- "value": "Yellow1000"
2648
+ "value": "Yellow900"
2649
2649
  },
2650
2650
  "name": "color.background.accent.yellow.subtlest.[default]",
2651
2651
  "path": ["color", "background", "accent", "yellow", "subtlest", "[default]"],
@@ -2657,7 +2657,7 @@ var tokens = [{
2657
2657
  "introduced": "1.19.0",
2658
2658
  "description": "Hovered state of color.background.accent.yellow.subtlest."
2659
2659
  },
2660
- "value": "#533F04",
2660
+ "value": "#614A05",
2661
2661
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2662
2662
  "isSource": true,
2663
2663
  "original": {
@@ -2667,7 +2667,7 @@ var tokens = [{
2667
2667
  "introduced": "1.19.0",
2668
2668
  "description": "Hovered state of color.background.accent.yellow.subtlest."
2669
2669
  },
2670
- "value": "Yellow900"
2670
+ "value": "Yellow850"
2671
2671
  },
2672
2672
  "name": "color.background.accent.yellow.subtlest.hovered",
2673
2673
  "path": ["color", "background", "accent", "yellow", "subtlest", "hovered"],
@@ -2679,7 +2679,7 @@ var tokens = [{
2679
2679
  "introduced": "1.19.0",
2680
2680
  "description": "Pressed state of color.background.accent.yellow.subtlest."
2681
2681
  },
2682
- "value": "#7F5F01",
2682
+ "value": "#614A05",
2683
2683
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2684
2684
  "isSource": true,
2685
2685
  "original": {
@@ -2689,7 +2689,7 @@ var tokens = [{
2689
2689
  "introduced": "1.19.0",
2690
2690
  "description": "Pressed state of color.background.accent.yellow.subtlest."
2691
2691
  },
2692
- "value": "Yellow800"
2692
+ "value": "Yellow850"
2693
2693
  },
2694
2694
  "name": "color.background.accent.yellow.subtlest.pressed",
2695
2695
  "path": ["color", "background", "accent", "yellow", "subtlest", "pressed"],
@@ -2723,7 +2723,7 @@ var tokens = [{
2723
2723
  "introduced": "1.19.0",
2724
2724
  "description": "Hovered state of color.background.accent.yellow.subtler."
2725
2725
  },
2726
- "value": "#7F5F01",
2726
+ "value": "#614A05",
2727
2727
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2728
2728
  "isSource": true,
2729
2729
  "original": {
@@ -2733,7 +2733,7 @@ var tokens = [{
2733
2733
  "introduced": "1.19.0",
2734
2734
  "description": "Hovered state of color.background.accent.yellow.subtler."
2735
2735
  },
2736
- "value": "Yellow800"
2736
+ "value": "Yellow850"
2737
2737
  },
2738
2738
  "name": "color.background.accent.yellow.subtler.hovered",
2739
2739
  "path": ["color", "background", "accent", "yellow", "subtler", "hovered"],
@@ -2745,7 +2745,7 @@ var tokens = [{
2745
2745
  "introduced": "1.19.0",
2746
2746
  "description": "Pressed state of color.background.accent.yellow.subtler."
2747
2747
  },
2748
- "value": "#946F00",
2748
+ "value": "#7F5F01",
2749
2749
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2750
2750
  "isSource": true,
2751
2751
  "original": {
@@ -2755,7 +2755,7 @@ var tokens = [{
2755
2755
  "introduced": "1.19.0",
2756
2756
  "description": "Pressed state of color.background.accent.yellow.subtler."
2757
2757
  },
2758
- "value": "Yellow700"
2758
+ "value": "Yellow800"
2759
2759
  },
2760
2760
  "name": "color.background.accent.yellow.subtler.pressed",
2761
2761
  "path": ["color", "background", "accent", "yellow", "subtler", "pressed"],
@@ -2789,7 +2789,7 @@ var tokens = [{
2789
2789
  "introduced": "1.19.0",
2790
2790
  "description": "Hovered state of color.background.accent.yellow.subtle."
2791
2791
  },
2792
- "value": "#533F04",
2792
+ "value": "#614A05",
2793
2793
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2794
2794
  "isSource": true,
2795
2795
  "original": {
@@ -2799,7 +2799,7 @@ var tokens = [{
2799
2799
  "introduced": "1.19.0",
2800
2800
  "description": "Hovered state of color.background.accent.yellow.subtle."
2801
2801
  },
2802
- "value": "Yellow900"
2802
+ "value": "Yellow850"
2803
2803
  },
2804
2804
  "name": "color.background.accent.yellow.subtle.hovered",
2805
2805
  "path": ["color", "background", "accent", "yellow", "subtle", "hovered"],
@@ -2811,7 +2811,7 @@ var tokens = [{
2811
2811
  "introduced": "1.19.0",
2812
2812
  "description": "Pressed state of color.background.accent.yellow.subtle."
2813
2813
  },
2814
- "value": "#332E1B",
2814
+ "value": "#533F04",
2815
2815
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2816
2816
  "isSource": true,
2817
2817
  "original": {
@@ -2821,7 +2821,7 @@ var tokens = [{
2821
2821
  "introduced": "1.19.0",
2822
2822
  "description": "Pressed state of color.background.accent.yellow.subtle."
2823
2823
  },
2824
- "value": "Yellow1000"
2824
+ "value": "Yellow900"
2825
2825
  },
2826
2826
  "name": "color.background.accent.yellow.subtle.pressed",
2827
2827
  "path": ["color", "background", "accent", "yellow", "subtle", "pressed"],
@@ -2833,7 +2833,7 @@ var tokens = [{
2833
2833
  "introduced": "0.7.0",
2834
2834
  "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."
2835
2835
  },
2836
- "value": "#E2B203",
2836
+ "value": "#DDB30E",
2837
2837
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2838
2838
  "isSource": true,
2839
2839
  "original": {
@@ -2855,7 +2855,7 @@ var tokens = [{
2855
2855
  "introduced": "1.19.0",
2856
2856
  "description": "Hovered state of color.background.accent.yellow.bolder."
2857
2857
  },
2858
- "value": "#F5CD47",
2858
+ "value": "#EED12B",
2859
2859
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2860
2860
  "isSource": true,
2861
2861
  "original": {
@@ -2877,7 +2877,7 @@ var tokens = [{
2877
2877
  "introduced": "1.19.0",
2878
2878
  "description": "Pressed state of color.background.accent.yellow.bolder."
2879
2879
  },
2880
- "value": "#F8E6A0",
2880
+ "value": "#EFDD4E",
2881
2881
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2882
2882
  "isSource": true,
2883
2883
  "original": {
@@ -2887,7 +2887,7 @@ var tokens = [{
2887
2887
  "introduced": "1.19.0",
2888
2888
  "description": "Pressed state of color.background.accent.yellow.bolder."
2889
2889
  },
2890
- "value": "Yellow200"
2890
+ "value": "Yellow250"
2891
2891
  },
2892
2892
  "name": "color.background.accent.yellow.bolder.pressed",
2893
2893
  "path": ["color", "background", "accent", "yellow", "bolder", "pressed"],
@@ -2899,7 +2899,7 @@ var tokens = [{
2899
2899
  "introduced": "0.7.0",
2900
2900
  "description": "Use for green backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2901
2901
  },
2902
- "value": "#1C3329",
2902
+ "value": "#164B35",
2903
2903
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2904
2904
  "isSource": true,
2905
2905
  "original": {
@@ -2909,7 +2909,7 @@ var tokens = [{
2909
2909
  "introduced": "0.7.0",
2910
2910
  "description": "Use for green backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2911
2911
  },
2912
- "value": "Green1000"
2912
+ "value": "Green900"
2913
2913
  },
2914
2914
  "name": "color.background.accent.green.subtlest.[default]",
2915
2915
  "path": ["color", "background", "accent", "green", "subtlest", "[default]"],
@@ -2921,7 +2921,7 @@ var tokens = [{
2921
2921
  "introduced": "1.19.0",
2922
2922
  "description": "Hovered state of color.background.accent.green.subtlest."
2923
2923
  },
2924
- "value": "#164B35",
2924
+ "value": "#19573D",
2925
2925
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2926
2926
  "isSource": true,
2927
2927
  "original": {
@@ -2931,7 +2931,7 @@ var tokens = [{
2931
2931
  "introduced": "1.19.0",
2932
2932
  "description": "Hovered state of color.background.accent.green.subtlest."
2933
2933
  },
2934
- "value": "Green900"
2934
+ "value": "Green850"
2935
2935
  },
2936
2936
  "name": "color.background.accent.green.subtlest.hovered",
2937
2937
  "path": ["color", "background", "accent", "green", "subtlest", "hovered"],
@@ -2943,7 +2943,7 @@ var tokens = [{
2943
2943
  "introduced": "1.19.0",
2944
2944
  "description": "Pressed state of color.background.accent.green.subtlest."
2945
2945
  },
2946
- "value": "#216E4E",
2946
+ "value": "#19573D",
2947
2947
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2948
2948
  "isSource": true,
2949
2949
  "original": {
@@ -2953,7 +2953,7 @@ var tokens = [{
2953
2953
  "introduced": "1.19.0",
2954
2954
  "description": "Pressed state of color.background.accent.green.subtlest."
2955
2955
  },
2956
- "value": "Green800"
2956
+ "value": "Green850"
2957
2957
  },
2958
2958
  "name": "color.background.accent.green.subtlest.pressed",
2959
2959
  "path": ["color", "background", "accent", "green", "subtlest", "pressed"],
@@ -2987,7 +2987,7 @@ var tokens = [{
2987
2987
  "introduced": "1.19.0",
2988
2988
  "description": "Hovered state of color.background.accent.green.subtler."
2989
2989
  },
2990
- "value": "#216E4E",
2990
+ "value": "#19573D",
2991
2991
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2992
2992
  "isSource": true,
2993
2993
  "original": {
@@ -2997,7 +2997,7 @@ var tokens = [{
2997
2997
  "introduced": "1.19.0",
2998
2998
  "description": "Hovered state of color.background.accent.green.subtler."
2999
2999
  },
3000
- "value": "Green800"
3000
+ "value": "Green850"
3001
3001
  },
3002
3002
  "name": "color.background.accent.green.subtler.hovered",
3003
3003
  "path": ["color", "background", "accent", "green", "subtler", "hovered"],
@@ -3009,7 +3009,7 @@ var tokens = [{
3009
3009
  "introduced": "1.19.0",
3010
3010
  "description": "Pressed state of color.background.accent.green.subtler."
3011
3011
  },
3012
- "value": "#1F845A",
3012
+ "value": "#216E4E",
3013
3013
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3014
3014
  "isSource": true,
3015
3015
  "original": {
@@ -3019,7 +3019,7 @@ var tokens = [{
3019
3019
  "introduced": "1.19.0",
3020
3020
  "description": "Pressed state of color.background.accent.green.subtler."
3021
3021
  },
3022
- "value": "Green700"
3022
+ "value": "Green800"
3023
3023
  },
3024
3024
  "name": "color.background.accent.green.subtler.pressed",
3025
3025
  "path": ["color", "background", "accent", "green", "subtler", "pressed"],
@@ -3053,7 +3053,7 @@ var tokens = [{
3053
3053
  "introduced": "1.19.0",
3054
3054
  "description": "Hovered state of color.background.accent.green.subtle."
3055
3055
  },
3056
- "value": "#164B35",
3056
+ "value": "#19573D",
3057
3057
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3058
3058
  "isSource": true,
3059
3059
  "original": {
@@ -3063,7 +3063,7 @@ var tokens = [{
3063
3063
  "introduced": "1.19.0",
3064
3064
  "description": "Hovered state of color.background.accent.green.subtle."
3065
3065
  },
3066
- "value": "Green900"
3066
+ "value": "Green850"
3067
3067
  },
3068
3068
  "name": "color.background.accent.green.subtle.hovered",
3069
3069
  "path": ["color", "background", "accent", "green", "subtle", "hovered"],
@@ -3075,7 +3075,7 @@ var tokens = [{
3075
3075
  "introduced": "1.19.0",
3076
3076
  "description": "Pressed state of color.background.accent.green.subtle."
3077
3077
  },
3078
- "value": "#1C3329",
3078
+ "value": "#164B35",
3079
3079
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3080
3080
  "isSource": true,
3081
3081
  "original": {
@@ -3085,7 +3085,7 @@ var tokens = [{
3085
3085
  "introduced": "1.19.0",
3086
3086
  "description": "Pressed state of color.background.accent.green.subtle."
3087
3087
  },
3088
- "value": "Green1000"
3088
+ "value": "Green900"
3089
3089
  },
3090
3090
  "name": "color.background.accent.green.subtle.pressed",
3091
3091
  "path": ["color", "background", "accent", "green", "subtle", "pressed"],
@@ -3141,7 +3141,7 @@ var tokens = [{
3141
3141
  "introduced": "1.19.0",
3142
3142
  "description": "Pressed state of color.background.accent.green.bolder."
3143
3143
  },
3144
- "value": "#BAF3DB",
3144
+ "value": "#97EDC9",
3145
3145
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3146
3146
  "isSource": true,
3147
3147
  "original": {
@@ -3151,7 +3151,7 @@ var tokens = [{
3151
3151
  "introduced": "1.19.0",
3152
3152
  "description": "Pressed state of color.background.accent.green.bolder."
3153
3153
  },
3154
- "value": "Green200"
3154
+ "value": "Green250"
3155
3155
  },
3156
3156
  "name": "color.background.accent.green.bolder.pressed",
3157
3157
  "path": ["color", "background", "accent", "green", "bolder", "pressed"],
@@ -3163,7 +3163,7 @@ var tokens = [{
3163
3163
  "introduced": "0.7.0",
3164
3164
  "description": "Use for teal backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
3165
3165
  },
3166
- "value": "#1E3137",
3166
+ "value": "#164555",
3167
3167
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3168
3168
  "isSource": true,
3169
3169
  "original": {
@@ -3173,7 +3173,7 @@ var tokens = [{
3173
3173
  "introduced": "0.7.0",
3174
3174
  "description": "Use for teal backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
3175
3175
  },
3176
- "value": "Teal1000"
3176
+ "value": "Teal900"
3177
3177
  },
3178
3178
  "name": "color.background.accent.teal.subtlest.[default]",
3179
3179
  "path": ["color", "background", "accent", "teal", "subtlest", "[default]"],
@@ -3185,7 +3185,7 @@ var tokens = [{
3185
3185
  "introduced": "1.19.0",
3186
3186
  "description": "Hovered state of color.background.accent.teal.subtlest."
3187
3187
  },
3188
- "value": "#164555",
3188
+ "value": "#1A5265",
3189
3189
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3190
3190
  "isSource": true,
3191
3191
  "original": {
@@ -3195,7 +3195,7 @@ var tokens = [{
3195
3195
  "introduced": "1.19.0",
3196
3196
  "description": "Hovered state of color.background.accent.teal.subtlest."
3197
3197
  },
3198
- "value": "Teal900"
3198
+ "value": "Teal850"
3199
3199
  },
3200
3200
  "name": "color.background.accent.teal.subtlest.hovered",
3201
3201
  "path": ["color", "background", "accent", "teal", "subtlest", "hovered"],
@@ -3207,7 +3207,7 @@ var tokens = [{
3207
3207
  "introduced": "1.19.0",
3208
3208
  "description": "Pressed state of color.background.accent.teal.subtlest."
3209
3209
  },
3210
- "value": "#206A83",
3210
+ "value": "#1A5265",
3211
3211
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3212
3212
  "isSource": true,
3213
3213
  "original": {
@@ -3217,7 +3217,7 @@ var tokens = [{
3217
3217
  "introduced": "1.19.0",
3218
3218
  "description": "Pressed state of color.background.accent.teal.subtlest."
3219
3219
  },
3220
- "value": "Teal800"
3220
+ "value": "Teal850"
3221
3221
  },
3222
3222
  "name": "color.background.accent.teal.subtlest.pressed",
3223
3223
  "path": ["color", "background", "accent", "teal", "subtlest", "pressed"],
@@ -3251,7 +3251,7 @@ var tokens = [{
3251
3251
  "introduced": "1.19.0",
3252
3252
  "description": "Hovered state of color.background.accent.teal.subtler."
3253
3253
  },
3254
- "value": "#206A83",
3254
+ "value": "#1A5265",
3255
3255
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3256
3256
  "isSource": true,
3257
3257
  "original": {
@@ -3261,7 +3261,7 @@ var tokens = [{
3261
3261
  "introduced": "1.19.0",
3262
3262
  "description": "Hovered state of color.background.accent.teal.subtler."
3263
3263
  },
3264
- "value": "Teal800"
3264
+ "value": "Teal850"
3265
3265
  },
3266
3266
  "name": "color.background.accent.teal.subtler.hovered",
3267
3267
  "path": ["color", "background", "accent", "teal", "subtler", "hovered"],
@@ -3273,7 +3273,7 @@ var tokens = [{
3273
3273
  "introduced": "1.19.0",
3274
3274
  "description": "Pressed state of color.background.accent.teal.subtler."
3275
3275
  },
3276
- "value": "#227D9B",
3276
+ "value": "#206A83",
3277
3277
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3278
3278
  "isSource": true,
3279
3279
  "original": {
@@ -3283,7 +3283,7 @@ var tokens = [{
3283
3283
  "introduced": "1.19.0",
3284
3284
  "description": "Pressed state of color.background.accent.teal.subtler."
3285
3285
  },
3286
- "value": "Teal700"
3286
+ "value": "Teal800"
3287
3287
  },
3288
3288
  "name": "color.background.accent.teal.subtler.pressed",
3289
3289
  "path": ["color", "background", "accent", "teal", "subtler", "pressed"],
@@ -3317,7 +3317,7 @@ var tokens = [{
3317
3317
  "introduced": "1.19.0",
3318
3318
  "description": "Hovered state of color.background.accent.teal.subtle."
3319
3319
  },
3320
- "value": "#164555",
3320
+ "value": "#1A5265",
3321
3321
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3322
3322
  "isSource": true,
3323
3323
  "original": {
@@ -3327,7 +3327,7 @@ var tokens = [{
3327
3327
  "introduced": "1.19.0",
3328
3328
  "description": "Hovered state of color.background.accent.teal.subtle."
3329
3329
  },
3330
- "value": "Teal900"
3330
+ "value": "Teal850"
3331
3331
  },
3332
3332
  "name": "color.background.accent.teal.subtle.hovered",
3333
3333
  "path": ["color", "background", "accent", "teal", "subtle", "hovered"],
@@ -3339,7 +3339,7 @@ var tokens = [{
3339
3339
  "introduced": "1.19.0",
3340
3340
  "description": "Pressed state of color.background.accent.teal.subtle."
3341
3341
  },
3342
- "value": "#1E3137",
3342
+ "value": "#164555",
3343
3343
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3344
3344
  "isSource": true,
3345
3345
  "original": {
@@ -3349,7 +3349,7 @@ var tokens = [{
3349
3349
  "introduced": "1.19.0",
3350
3350
  "description": "Pressed state of color.background.accent.teal.subtle."
3351
3351
  },
3352
- "value": "Teal1000"
3352
+ "value": "Teal900"
3353
3353
  },
3354
3354
  "name": "color.background.accent.teal.subtle.pressed",
3355
3355
  "path": ["color", "background", "accent", "teal", "subtle", "pressed"],
@@ -3405,7 +3405,7 @@ var tokens = [{
3405
3405
  "introduced": "1.19.0",
3406
3406
  "description": "Pressed state of color.background.accent.teal.bolder."
3407
3407
  },
3408
- "value": "#C6EDFB",
3408
+ "value": "#B1E4F7",
3409
3409
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3410
3410
  "isSource": true,
3411
3411
  "original": {
@@ -3415,7 +3415,7 @@ var tokens = [{
3415
3415
  "introduced": "1.19.0",
3416
3416
  "description": "Pressed state of color.background.accent.teal.bolder."
3417
3417
  },
3418
- "value": "Teal200"
3418
+ "value": "Teal250"
3419
3419
  },
3420
3420
  "name": "color.background.accent.teal.bolder.pressed",
3421
3421
  "path": ["color", "background", "accent", "teal", "bolder", "pressed"],
@@ -3427,7 +3427,7 @@ var tokens = [{
3427
3427
  "introduced": "0.7.0",
3428
3428
  "description": "Use for blue backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
3429
3429
  },
3430
- "value": "#1C2B41",
3430
+ "value": "#1C2B42",
3431
3431
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3432
3432
  "isSource": true,
3433
3433
  "original": {
@@ -3449,7 +3449,7 @@ var tokens = [{
3449
3449
  "introduced": "1.19.0",
3450
3450
  "description": "Hovered state of color.background.accent.blue.subtlest."
3451
3451
  },
3452
- "value": "#09326C",
3452
+ "value": "#123263",
3453
3453
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3454
3454
  "isSource": true,
3455
3455
  "original": {
@@ -3471,7 +3471,7 @@ var tokens = [{
3471
3471
  "introduced": "1.19.0",
3472
3472
  "description": "Pressed state of color.background.accent.blue.subtlest."
3473
3473
  },
3474
- "value": "#0055CC",
3474
+ "value": "#144794",
3475
3475
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3476
3476
  "isSource": true,
3477
3477
  "original": {
@@ -3481,7 +3481,7 @@ var tokens = [{
3481
3481
  "introduced": "1.19.0",
3482
3482
  "description": "Pressed state of color.background.accent.blue.subtlest."
3483
3483
  },
3484
- "value": "Blue800"
3484
+ "value": "Blue850"
3485
3485
  },
3486
3486
  "name": "color.background.accent.blue.subtlest.pressed",
3487
3487
  "path": ["color", "background", "accent", "blue", "subtlest", "pressed"],
@@ -3493,7 +3493,7 @@ var tokens = [{
3493
3493
  "introduced": "0.7.0",
3494
3494
  "description": "Use for blue backgrounds when there is no meaning tied to the color, such as colored tags."
3495
3495
  },
3496
- "value": "#09326C",
3496
+ "value": "#123263",
3497
3497
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3498
3498
  "isSource": true,
3499
3499
  "original": {
@@ -3515,7 +3515,7 @@ var tokens = [{
3515
3515
  "introduced": "1.19.0",
3516
3516
  "description": "Hovered state of color.background.accent.blue.subtler."
3517
3517
  },
3518
- "value": "#0055CC",
3518
+ "value": "#144794",
3519
3519
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3520
3520
  "isSource": true,
3521
3521
  "original": {
@@ -3525,7 +3525,7 @@ var tokens = [{
3525
3525
  "introduced": "1.19.0",
3526
3526
  "description": "Hovered state of color.background.accent.blue.subtler."
3527
3527
  },
3528
- "value": "Blue800"
3528
+ "value": "Blue850"
3529
3529
  },
3530
3530
  "name": "color.background.accent.blue.subtler.hovered",
3531
3531
  "path": ["color", "background", "accent", "blue", "subtler", "hovered"],
@@ -3537,7 +3537,7 @@ var tokens = [{
3537
3537
  "introduced": "1.19.0",
3538
3538
  "description": "Pressed state of color.background.accent.blue.subtler."
3539
3539
  },
3540
- "value": "#0C66E4",
3540
+ "value": "#1558BC",
3541
3541
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3542
3542
  "isSource": true,
3543
3543
  "original": {
@@ -3547,7 +3547,7 @@ var tokens = [{
3547
3547
  "introduced": "1.19.0",
3548
3548
  "description": "Pressed state of color.background.accent.blue.subtler."
3549
3549
  },
3550
- "value": "Blue700"
3550
+ "value": "Blue800"
3551
3551
  },
3552
3552
  "name": "color.background.accent.blue.subtler.pressed",
3553
3553
  "path": ["color", "background", "accent", "blue", "subtler", "pressed"],
@@ -3559,7 +3559,7 @@ var tokens = [{
3559
3559
  "introduced": "0.7.0",
3560
3560
  "description": "Use for vibrant blue backgrounds when there is no meaning tied to the color, such as colored tags."
3561
3561
  },
3562
- "value": "#0055CC",
3562
+ "value": "#1558BC",
3563
3563
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3564
3564
  "isSource": true,
3565
3565
  "original": {
@@ -3581,7 +3581,7 @@ var tokens = [{
3581
3581
  "introduced": "1.19.0",
3582
3582
  "description": "Hovered state of color.background.accent.blue.subtle."
3583
3583
  },
3584
- "value": "#09326C",
3584
+ "value": "#144794",
3585
3585
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3586
3586
  "isSource": true,
3587
3587
  "original": {
@@ -3591,7 +3591,7 @@ var tokens = [{
3591
3591
  "introduced": "1.19.0",
3592
3592
  "description": "Hovered state of color.background.accent.blue.subtle."
3593
3593
  },
3594
- "value": "Blue900"
3594
+ "value": "Blue850"
3595
3595
  },
3596
3596
  "name": "color.background.accent.blue.subtle.hovered",
3597
3597
  "path": ["color", "background", "accent", "blue", "subtle", "hovered"],
@@ -3603,7 +3603,7 @@ var tokens = [{
3603
3603
  "introduced": "1.19.0",
3604
3604
  "description": "Pressed state of color.background.accent.blue.subtle."
3605
3605
  },
3606
- "value": "#1C2B41",
3606
+ "value": "#123263",
3607
3607
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3608
3608
  "isSource": true,
3609
3609
  "original": {
@@ -3613,7 +3613,7 @@ var tokens = [{
3613
3613
  "introduced": "1.19.0",
3614
3614
  "description": "Pressed state of color.background.accent.blue.subtle."
3615
3615
  },
3616
- "value": "Blue1000"
3616
+ "value": "Blue900"
3617
3617
  },
3618
3618
  "name": "color.background.accent.blue.subtle.pressed",
3619
3619
  "path": ["color", "background", "accent", "blue", "subtle", "pressed"],
@@ -3625,7 +3625,7 @@ var tokens = [{
3625
3625
  "introduced": "0.7.0",
3626
3626
  "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."
3627
3627
  },
3628
- "value": "#579DFF",
3628
+ "value": "#669DF1",
3629
3629
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3630
3630
  "isSource": true,
3631
3631
  "original": {
@@ -3647,7 +3647,7 @@ var tokens = [{
3647
3647
  "introduced": "1.19.0",
3648
3648
  "description": "Hovered state of color.background.accent.blue.bolder."
3649
3649
  },
3650
- "value": "#85B8FF",
3650
+ "value": "#8FB8F6",
3651
3651
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3652
3652
  "isSource": true,
3653
3653
  "original": {
@@ -3669,7 +3669,7 @@ var tokens = [{
3669
3669
  "introduced": "1.19.0",
3670
3670
  "description": "Pressed state of color.background.accent.blue.bolder."
3671
3671
  },
3672
- "value": "#CCE0FF",
3672
+ "value": "#ADCBFB",
3673
3673
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3674
3674
  "isSource": true,
3675
3675
  "original": {
@@ -3679,7 +3679,7 @@ var tokens = [{
3679
3679
  "introduced": "1.19.0",
3680
3680
  "description": "Pressed state of color.background.accent.blue.bolder."
3681
3681
  },
3682
- "value": "Blue200"
3682
+ "value": "Blue250"
3683
3683
  },
3684
3684
  "name": "color.background.accent.blue.bolder.pressed",
3685
3685
  "path": ["color", "background", "accent", "blue", "bolder", "pressed"],
@@ -3691,7 +3691,7 @@ var tokens = [{
3691
3691
  "introduced": "0.7.0",
3692
3692
  "description": "Use for purple backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
3693
3693
  },
3694
- "value": "#2B273F",
3694
+ "value": "#48245D",
3695
3695
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3696
3696
  "isSource": true,
3697
3697
  "original": {
@@ -3701,7 +3701,7 @@ var tokens = [{
3701
3701
  "introduced": "0.7.0",
3702
3702
  "description": "Use for purple backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
3703
3703
  },
3704
- "value": "Purple1000"
3704
+ "value": "Purple900"
3705
3705
  },
3706
3706
  "name": "color.background.accent.purple.subtlest.[default]",
3707
3707
  "path": ["color", "background", "accent", "purple", "subtlest", "[default]"],
@@ -3713,7 +3713,7 @@ var tokens = [{
3713
3713
  "introduced": "1.19.0",
3714
3714
  "description": "Hovered state of color.background.accent.purple.subtlest."
3715
3715
  },
3716
- "value": "#352C63",
3716
+ "value": "#673286",
3717
3717
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3718
3718
  "isSource": true,
3719
3719
  "original": {
@@ -3723,7 +3723,7 @@ var tokens = [{
3723
3723
  "introduced": "1.19.0",
3724
3724
  "description": "Hovered state of color.background.accent.purple.subtlest."
3725
3725
  },
3726
- "value": "Purple900"
3726
+ "value": "Purple850"
3727
3727
  },
3728
3728
  "name": "color.background.accent.purple.subtlest.hovered",
3729
3729
  "path": ["color", "background", "accent", "purple", "subtlest", "hovered"],
@@ -3735,7 +3735,7 @@ var tokens = [{
3735
3735
  "introduced": "1.19.0",
3736
3736
  "description": "Pressed state of color.background.accent.purple.subtlest."
3737
3737
  },
3738
- "value": "#5E4DB2",
3738
+ "value": "#673286",
3739
3739
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3740
3740
  "isSource": true,
3741
3741
  "original": {
@@ -3745,7 +3745,7 @@ var tokens = [{
3745
3745
  "introduced": "1.19.0",
3746
3746
  "description": "Pressed state of color.background.accent.purple.subtlest."
3747
3747
  },
3748
- "value": "Purple800"
3748
+ "value": "Purple850"
3749
3749
  },
3750
3750
  "name": "color.background.accent.purple.subtlest.pressed",
3751
3751
  "path": ["color", "background", "accent", "purple", "subtlest", "pressed"],
@@ -3757,7 +3757,7 @@ var tokens = [{
3757
3757
  "introduced": "0.7.0",
3758
3758
  "description": "Use for purple backgrounds when there is no meaning tied to the color, such as colored tags."
3759
3759
  },
3760
- "value": "#352C63",
3760
+ "value": "#48245D",
3761
3761
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3762
3762
  "isSource": true,
3763
3763
  "original": {
@@ -3779,7 +3779,7 @@ var tokens = [{
3779
3779
  "introduced": "1.19.0",
3780
3780
  "description": "Hovered state of color.background.accent.purple.subtler."
3781
3781
  },
3782
- "value": "#5E4DB2",
3782
+ "value": "#673286",
3783
3783
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3784
3784
  "isSource": true,
3785
3785
  "original": {
@@ -3789,7 +3789,7 @@ var tokens = [{
3789
3789
  "introduced": "1.19.0",
3790
3790
  "description": "Hovered state of color.background.accent.purple.subtler."
3791
3791
  },
3792
- "value": "Purple800"
3792
+ "value": "Purple850"
3793
3793
  },
3794
3794
  "name": "color.background.accent.purple.subtler.hovered",
3795
3795
  "path": ["color", "background", "accent", "purple", "subtler", "hovered"],
@@ -3801,7 +3801,7 @@ var tokens = [{
3801
3801
  "introduced": "1.19.0",
3802
3802
  "description": "Pressed state of color.background.accent.purple.subtler."
3803
3803
  },
3804
- "value": "#6E5DC6",
3804
+ "value": "#803FA5",
3805
3805
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3806
3806
  "isSource": true,
3807
3807
  "original": {
@@ -3811,7 +3811,7 @@ var tokens = [{
3811
3811
  "introduced": "1.19.0",
3812
3812
  "description": "Pressed state of color.background.accent.purple.subtler."
3813
3813
  },
3814
- "value": "Purple700"
3814
+ "value": "Purple800"
3815
3815
  },
3816
3816
  "name": "color.background.accent.purple.subtler.pressed",
3817
3817
  "path": ["color", "background", "accent", "purple", "subtler", "pressed"],
@@ -3823,7 +3823,7 @@ var tokens = [{
3823
3823
  "introduced": "0.7.0",
3824
3824
  "description": "Use for vibrant purple backgrounds when there is no meaning tied to the color, such as colored tags."
3825
3825
  },
3826
- "value": "#5E4DB2",
3826
+ "value": "#803FA5",
3827
3827
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3828
3828
  "isSource": true,
3829
3829
  "original": {
@@ -3845,7 +3845,7 @@ var tokens = [{
3845
3845
  "introduced": "1.19.0",
3846
3846
  "description": "Hovered state of color.background.accent.purple.subtle."
3847
3847
  },
3848
- "value": "#352C63",
3848
+ "value": "#673286",
3849
3849
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3850
3850
  "isSource": true,
3851
3851
  "original": {
@@ -3855,7 +3855,7 @@ var tokens = [{
3855
3855
  "introduced": "1.19.0",
3856
3856
  "description": "Hovered state of color.background.accent.purple.subtle."
3857
3857
  },
3858
- "value": "Purple900"
3858
+ "value": "Purple850"
3859
3859
  },
3860
3860
  "name": "color.background.accent.purple.subtle.hovered",
3861
3861
  "path": ["color", "background", "accent", "purple", "subtle", "hovered"],
@@ -3867,7 +3867,7 @@ var tokens = [{
3867
3867
  "introduced": "1.19.0",
3868
3868
  "description": "Pressed state of color.background.accent.purple.subtle."
3869
3869
  },
3870
- "value": "#2B273F",
3870
+ "value": "#48245D",
3871
3871
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3872
3872
  "isSource": true,
3873
3873
  "original": {
@@ -3877,7 +3877,7 @@ var tokens = [{
3877
3877
  "introduced": "1.19.0",
3878
3878
  "description": "Pressed state of color.background.accent.purple.subtle."
3879
3879
  },
3880
- "value": "Purple1000"
3880
+ "value": "Purple900"
3881
3881
  },
3882
3882
  "name": "color.background.accent.purple.subtle.pressed",
3883
3883
  "path": ["color", "background", "accent", "purple", "subtle", "pressed"],
@@ -3889,7 +3889,7 @@ var tokens = [{
3889
3889
  "introduced": "0.7.0",
3890
3890
  "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."
3891
3891
  },
3892
- "value": "#9F8FEF",
3892
+ "value": "#C97CF4",
3893
3893
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3894
3894
  "isSource": true,
3895
3895
  "original": {
@@ -3911,7 +3911,7 @@ var tokens = [{
3911
3911
  "introduced": "1.19.0",
3912
3912
  "description": "Hovered state of color.background.accent.purple.bolder."
3913
3913
  },
3914
- "value": "#B8ACF6",
3914
+ "value": "#D8A0F7",
3915
3915
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3916
3916
  "isSource": true,
3917
3917
  "original": {
@@ -3933,7 +3933,7 @@ var tokens = [{
3933
3933
  "introduced": "1.19.0",
3934
3934
  "description": "Pressed state of color.background.accent.purple.bolder."
3935
3935
  },
3936
- "value": "#DFD8FD",
3936
+ "value": "#E3BDFA",
3937
3937
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3938
3938
  "isSource": true,
3939
3939
  "original": {
@@ -3943,7 +3943,7 @@ var tokens = [{
3943
3943
  "introduced": "1.19.0",
3944
3944
  "description": "Pressed state of color.background.accent.purple.bolder."
3945
3945
  },
3946
- "value": "Purple200"
3946
+ "value": "Purple250"
3947
3947
  },
3948
3948
  "name": "color.background.accent.purple.bolder.pressed",
3949
3949
  "path": ["color", "background", "accent", "purple", "bolder", "pressed"],
@@ -3955,7 +3955,7 @@ var tokens = [{
3955
3955
  "introduced": "0.7.0",
3956
3956
  "description": "Use for magenta backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
3957
3957
  },
3958
- "value": "#3D2232",
3958
+ "value": "#50253F",
3959
3959
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3960
3960
  "isSource": true,
3961
3961
  "original": {
@@ -3965,7 +3965,7 @@ var tokens = [{
3965
3965
  "introduced": "0.7.0",
3966
3966
  "description": "Use for magenta backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
3967
3967
  },
3968
- "value": "Magenta1000"
3968
+ "value": "Magenta900"
3969
3969
  },
3970
3970
  "name": "color.background.accent.magenta.subtlest.[default]",
3971
3971
  "path": ["color", "background", "accent", "magenta", "subtlest", "[default]"],
@@ -3977,7 +3977,7 @@ var tokens = [{
3977
3977
  "introduced": "1.19.0",
3978
3978
  "description": "Hovered state of color.background.accent.magenta.subtlest."
3979
3979
  },
3980
- "value": "#50253F",
3980
+ "value": "#77325B",
3981
3981
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3982
3982
  "isSource": true,
3983
3983
  "original": {
@@ -3987,7 +3987,7 @@ var tokens = [{
3987
3987
  "introduced": "1.19.0",
3988
3988
  "description": "Hovered state of color.background.accent.magenta.subtlest."
3989
3989
  },
3990
- "value": "Magenta900"
3990
+ "value": "Magenta850"
3991
3991
  },
3992
3992
  "name": "color.background.accent.magenta.subtlest.hovered",
3993
3993
  "path": ["color", "background", "accent", "magenta", "subtlest", "hovered"],
@@ -3999,7 +3999,7 @@ var tokens = [{
3999
3999
  "introduced": "1.19.0",
4000
4000
  "description": "Pressed state of color.background.accent.magenta.subtlest."
4001
4001
  },
4002
- "value": "#943D73",
4002
+ "value": "#77325B",
4003
4003
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
4004
4004
  "isSource": true,
4005
4005
  "original": {
@@ -4009,7 +4009,7 @@ var tokens = [{
4009
4009
  "introduced": "1.19.0",
4010
4010
  "description": "Pressed state of color.background.accent.magenta.subtlest."
4011
4011
  },
4012
- "value": "Magenta800"
4012
+ "value": "Magenta850"
4013
4013
  },
4014
4014
  "name": "color.background.accent.magenta.subtlest.pressed",
4015
4015
  "path": ["color", "background", "accent", "magenta", "subtlest", "pressed"],
@@ -4043,7 +4043,7 @@ var tokens = [{
4043
4043
  "introduced": "1.19.0",
4044
4044
  "description": "Hovered state of color.background.accent.magenta.subtler."
4045
4045
  },
4046
- "value": "#943D73",
4046
+ "value": "#77325B",
4047
4047
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
4048
4048
  "isSource": true,
4049
4049
  "original": {
@@ -4053,7 +4053,7 @@ var tokens = [{
4053
4053
  "introduced": "1.19.0",
4054
4054
  "description": "Hovered state of color.background.accent.magenta.subtler."
4055
4055
  },
4056
- "value": "Magenta800"
4056
+ "value": "Magenta850"
4057
4057
  },
4058
4058
  "name": "color.background.accent.magenta.subtler.hovered",
4059
4059
  "path": ["color", "background", "accent", "magenta", "subtler", "hovered"],
@@ -4065,7 +4065,7 @@ var tokens = [{
4065
4065
  "introduced": "1.19.0",
4066
4066
  "description": "Pressed state of color.background.accent.magenta.subtler."
4067
4067
  },
4068
- "value": "#AE4787",
4068
+ "value": "#943D73",
4069
4069
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
4070
4070
  "isSource": true,
4071
4071
  "original": {
@@ -4075,7 +4075,7 @@ var tokens = [{
4075
4075
  "introduced": "1.19.0",
4076
4076
  "description": "Pressed state of color.background.accent.magenta.subtler."
4077
4077
  },
4078
- "value": "Magenta700"
4078
+ "value": "Magenta800"
4079
4079
  },
4080
4080
  "name": "color.background.accent.magenta.subtler.pressed",
4081
4081
  "path": ["color", "background", "accent", "magenta", "subtler", "pressed"],
@@ -4109,7 +4109,7 @@ var tokens = [{
4109
4109
  "introduced": "1.19.0",
4110
4110
  "description": "Hovered state of color.background.accent.magenta.subtle."
4111
4111
  },
4112
- "value": "#50253F",
4112
+ "value": "#77325B",
4113
4113
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
4114
4114
  "isSource": true,
4115
4115
  "original": {
@@ -4119,7 +4119,7 @@ var tokens = [{
4119
4119
  "introduced": "1.19.0",
4120
4120
  "description": "Hovered state of color.background.accent.magenta.subtle."
4121
4121
  },
4122
- "value": "Magenta900"
4122
+ "value": "Magenta850"
4123
4123
  },
4124
4124
  "name": "color.background.accent.magenta.subtle.hovered",
4125
4125
  "path": ["color", "background", "accent", "magenta", "subtle", "hovered"],
@@ -4131,7 +4131,7 @@ var tokens = [{
4131
4131
  "introduced": "1.19.0",
4132
4132
  "description": "Pressed state of color.background.accent.magenta.subtle."
4133
4133
  },
4134
- "value": "#3D2232",
4134
+ "value": "#50253F",
4135
4135
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
4136
4136
  "isSource": true,
4137
4137
  "original": {
@@ -4141,7 +4141,7 @@ var tokens = [{
4141
4141
  "introduced": "1.19.0",
4142
4142
  "description": "Pressed state of color.background.accent.magenta.subtle."
4143
4143
  },
4144
- "value": "Magenta1000"
4144
+ "value": "Magenta900"
4145
4145
  },
4146
4146
  "name": "color.background.accent.magenta.subtle.pressed",
4147
4147
  "path": ["color", "background", "accent", "magenta", "subtle", "pressed"],
@@ -4197,7 +4197,7 @@ var tokens = [{
4197
4197
  "introduced": "1.19.0",
4198
4198
  "description": "Pressed state of color.background.accent.magenta.bolder."
4199
4199
  },
4200
- "value": "#FDD0EC",
4200
+ "value": "#FCB6E1",
4201
4201
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
4202
4202
  "isSource": true,
4203
4203
  "original": {
@@ -4207,7 +4207,7 @@ var tokens = [{
4207
4207
  "introduced": "1.19.0",
4208
4208
  "description": "Pressed state of color.background.accent.magenta.bolder."
4209
4209
  },
4210
- "value": "Magenta200"
4210
+ "value": "Magenta250"
4211
4211
  },
4212
4212
  "name": "color.background.accent.magenta.bolder.pressed",
4213
4213
  "path": ["color", "background", "accent", "magenta", "bolder", "pressed"],
@@ -4219,7 +4219,7 @@ var tokens = [{
4219
4219
  "introduced": "0.7.0",
4220
4220
  "description": "Use for gray backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
4221
4221
  },
4222
- "value": "#2C333A",
4222
+ "value": "#303134",
4223
4223
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
4224
4224
  "isSource": true,
4225
4225
  "original": {
@@ -4241,7 +4241,7 @@ var tokens = [{
4241
4241
  "introduced": "1.19.0",
4242
4242
  "description": "Hovered state of color.background.accent.gray.subtlest."
4243
4243
  },
4244
- "value": "#38414A",
4244
+ "value": "#3D3F43",
4245
4245
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
4246
4246
  "isSource": true,
4247
4247
  "original": {
@@ -4263,7 +4263,7 @@ var tokens = [{
4263
4263
  "introduced": "1.19.0",
4264
4264
  "description": "Pressed state of color.background.accent.gray.subtlest."
4265
4265
  },
4266
- "value": "#454F59",
4266
+ "value": "#4B4D51",
4267
4267
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
4268
4268
  "isSource": true,
4269
4269
  "original": {
@@ -4285,7 +4285,7 @@ var tokens = [{
4285
4285
  "introduced": "0.7.0",
4286
4286
  "description": "Use for gray backgrounds when there is no meaning tied to the color, such as colored tags."
4287
4287
  },
4288
- "value": "#454F59",
4288
+ "value": "#4B4D51",
4289
4289
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
4290
4290
  "isSource": true,
4291
4291
  "original": {
@@ -4307,7 +4307,7 @@ var tokens = [{
4307
4307
  "introduced": "1.19.0",
4308
4308
  "description": "Hovered state of color.background.accent.gray.subtler."
4309
4309
  },
4310
- "value": "#596773",
4310
+ "value": "#63666B",
4311
4311
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
4312
4312
  "isSource": true,
4313
4313
  "original": {
@@ -4329,7 +4329,7 @@ var tokens = [{
4329
4329
  "introduced": "1.19.0",
4330
4330
  "description": "Pressed state of color.background.accent.gray.subtler."
4331
4331
  },
4332
- "value": "#738496",
4332
+ "value": "#7E8188",
4333
4333
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
4334
4334
  "isSource": true,
4335
4335
  "original": {
@@ -4351,7 +4351,7 @@ var tokens = [{
4351
4351
  "introduced": "0.7.0",
4352
4352
  "description": "Use for vibrant gray backgrounds when there is no meaning tied to the color, such as colored tags."
4353
4353
  },
4354
- "value": "#596773",
4354
+ "value": "#63666B",
4355
4355
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
4356
4356
  "isSource": true,
4357
4357
  "original": {
@@ -4373,7 +4373,7 @@ var tokens = [{
4373
4373
  "introduced": "1.19.0",
4374
4374
  "description": "Hovered state of color.background.accent.gray.subtle."
4375
4375
  },
4376
- "value": "#454F59",
4376
+ "value": "#4B4D51",
4377
4377
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
4378
4378
  "isSource": true,
4379
4379
  "original": {
@@ -4395,7 +4395,7 @@ var tokens = [{
4395
4395
  "introduced": "1.19.0",
4396
4396
  "description": "Pressed state of color.background.accent.gray.subtle."
4397
4397
  },
4398
- "value": "#38414A",
4398
+ "value": "#3D3F43",
4399
4399
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
4400
4400
  "isSource": true,
4401
4401
  "original": {
@@ -4417,7 +4417,7 @@ var tokens = [{
4417
4417
  "introduced": "0.7.0",
4418
4418
  "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."
4419
4419
  },
4420
- "value": "#8C9BAB",
4420
+ "value": "#96999E",
4421
4421
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
4422
4422
  "isSource": true,
4423
4423
  "original": {
@@ -4439,7 +4439,7 @@ var tokens = [{
4439
4439
  "introduced": "1.19.0",
4440
4440
  "description": "Hovered state of color.background.accent.gray.bolder."
4441
4441
  },
4442
- "value": "#9FADBC",
4442
+ "value": "#A9ABAF",
4443
4443
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
4444
4444
  "isSource": true,
4445
4445
  "original": {
@@ -4461,7 +4461,7 @@ var tokens = [{
4461
4461
  "introduced": "1.19.0",
4462
4462
  "description": "Pressed state of color.background.accent.gray.subtlest."
4463
4463
  },
4464
- "value": "#B6C2CF",
4464
+ "value": "#BFC1C4",
4465
4465
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
4466
4466
  "isSource": true,
4467
4467
  "original": {
@@ -4483,7 +4483,7 @@ var tokens = [{
4483
4483
  "introduced": "0.0.15",
4484
4484
  "description": "Use for backgrounds of elements in a disabled state."
4485
4485
  },
4486
- "value": "#BCD6F00A",
4486
+ "value": "#BDBDBD0A",
4487
4487
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
4488
4488
  "isSource": true,
4489
4489
  "original": {
@@ -4505,7 +4505,7 @@ var tokens = [{
4505
4505
  "introduced": "0.6.0",
4506
4506
  "description": "Use for background of form UI elements, such as text fields, checkboxes, and radio buttons."
4507
4507
  },
4508
- "value": "#22272B",
4508
+ "value": "#242528",
4509
4509
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
4510
4510
  "isSource": true,
4511
4511
  "original": {
@@ -4527,7 +4527,7 @@ var tokens = [{
4527
4527
  "introduced": "0.6.0",
4528
4528
  "description": "Hovered state for color.background.input"
4529
4529
  },
4530
- "value": "#282E33",
4530
+ "value": "#2B2C2F",
4531
4531
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
4532
4532
  "isSource": true,
4533
4533
  "original": {
@@ -4549,7 +4549,7 @@ var tokens = [{
4549
4549
  "introduced": "0.6.0",
4550
4550
  "description": "Pressed state for color.background.input"
4551
4551
  },
4552
- "value": "#22272B",
4552
+ "value": "#242528",
4553
4553
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
4554
4554
  "isSource": true,
4555
4555
  "original": {
@@ -4637,7 +4637,7 @@ var tokens = [{
4637
4637
  "introduced": "0.6.0",
4638
4638
  "description": "The default background for neutral elements, such as default buttons."
4639
4639
  },
4640
- "value": "#A1BDD914",
4640
+ "value": "#CECED912",
4641
4641
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
4642
4642
  "isSource": true,
4643
4643
  "original": {
@@ -4659,7 +4659,7 @@ var tokens = [{
4659
4659
  "introduced": "0.6.0",
4660
4660
  "description": "Hovered state for color.background.neutral"
4661
4661
  },
4662
- "value": "#A6C5E229",
4662
+ "value": "#E3E4F21F",
4663
4663
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
4664
4664
  "isSource": true,
4665
4665
  "original": {
@@ -4681,7 +4681,7 @@ var tokens = [{
4681
4681
  "introduced": "0.6.0",
4682
4682
  "description": "Pressed state for color.background.neutral"
4683
4683
  },
4684
- "value": "#BFDBF847",
4684
+ "value": "#E5E9F640",
4685
4685
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
4686
4686
  "isSource": true,
4687
4687
  "original": {
@@ -4725,7 +4725,7 @@ var tokens = [{
4725
4725
  "introduced": "0.6.0",
4726
4726
  "description": "Hovered state for color.background.neutral.subtle"
4727
4727
  },
4728
- "value": "#A1BDD914",
4728
+ "value": "#CECED912",
4729
4729
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
4730
4730
  "isSource": true,
4731
4731
  "original": {
@@ -4747,7 +4747,7 @@ var tokens = [{
4747
4747
  "introduced": "0.6.0",
4748
4748
  "description": "Pressed state for color.background.neutral.subtle"
4749
4749
  },
4750
- "value": "#A6C5E229",
4750
+ "value": "#E3E4F21F",
4751
4751
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
4752
4752
  "isSource": true,
4753
4753
  "original": {
@@ -4769,7 +4769,7 @@ var tokens = [{
4769
4769
  "introduced": "0.6.0",
4770
4770
  "description": "A vibrant background option for neutral UI elements, such as announcement banners."
4771
4771
  },
4772
- "value": "#9FADBC",
4772
+ "value": "#CECFD2",
4773
4773
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
4774
4774
  "isSource": true,
4775
4775
  "original": {
@@ -4779,7 +4779,7 @@ var tokens = [{
4779
4779
  "introduced": "0.6.0",
4780
4780
  "description": "A vibrant background option for neutral UI elements, such as announcement banners."
4781
4781
  },
4782
- "value": "DarkNeutral800"
4782
+ "value": "DarkNeutral1000"
4783
4783
  },
4784
4784
  "name": "color.background.neutral.bold.[default]",
4785
4785
  "path": ["color", "background", "neutral", "bold", "[default]"],
@@ -4791,7 +4791,7 @@ var tokens = [{
4791
4791
  "introduced": "0.6.0",
4792
4792
  "description": "Hovered state of color.background.neutral.bold"
4793
4793
  },
4794
- "value": "#B6C2CF",
4794
+ "value": "#BFC1C4",
4795
4795
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
4796
4796
  "isSource": true,
4797
4797
  "original": {
@@ -4813,7 +4813,7 @@ var tokens = [{
4813
4813
  "introduced": "0.6.0",
4814
4814
  "description": "Pressed state of color.background.neutral.bold"
4815
4815
  },
4816
- "value": "#C7D1DB",
4816
+ "value": "#A9ABAF",
4817
4817
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
4818
4818
  "isSource": true,
4819
4819
  "original": {
@@ -4823,7 +4823,7 @@ var tokens = [{
4823
4823
  "introduced": "0.6.0",
4824
4824
  "description": "Pressed state of color.background.neutral.bold"
4825
4825
  },
4826
- "value": "DarkNeutral1000"
4826
+ "value": "DarkNeutral800"
4827
4827
  },
4828
4828
  "name": "color.background.neutral.bold.pressed",
4829
4829
  "path": ["color", "background", "neutral", "bold", "pressed"],
@@ -4835,7 +4835,7 @@ var tokens = [{
4835
4835
  "introduced": "0.6.2",
4836
4836
  "description": "Use for the background of elements in a selected state, such as in opened dropdown buttons."
4837
4837
  },
4838
- "value": "#1C2B41",
4838
+ "value": "#1C2B42",
4839
4839
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
4840
4840
  "isSource": true,
4841
4841
  "original": {
@@ -4857,7 +4857,7 @@ var tokens = [{
4857
4857
  "introduced": "0.6.2",
4858
4858
  "description": "Hovered state for color.background.selected"
4859
4859
  },
4860
- "value": "#09326C",
4860
+ "value": "#123263",
4861
4861
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
4862
4862
  "isSource": true,
4863
4863
  "original": {
@@ -4879,7 +4879,7 @@ var tokens = [{
4879
4879
  "introduced": "0.6.2",
4880
4880
  "description": "Pressed state for color.background.selected"
4881
4881
  },
4882
- "value": "#0055CC",
4882
+ "value": "#1558BC",
4883
4883
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
4884
4884
  "isSource": true,
4885
4885
  "original": {
@@ -4901,7 +4901,7 @@ var tokens = [{
4901
4901
  "introduced": "0.6.2",
4902
4902
  "description": "Use for the backgrounds of elements in a selected state, such as checkboxes and radio buttons."
4903
4903
  },
4904
- "value": "#579DFF",
4904
+ "value": "#669DF1",
4905
4905
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
4906
4906
  "isSource": true,
4907
4907
  "original": {
@@ -4923,7 +4923,7 @@ var tokens = [{
4923
4923
  "introduced": "0.6.2",
4924
4924
  "description": "Hovered state of color.background.selected.bold"
4925
4925
  },
4926
- "value": "#85B8FF",
4926
+ "value": "#8FB8F6",
4927
4927
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
4928
4928
  "isSource": true,
4929
4929
  "original": {
@@ -4945,7 +4945,7 @@ var tokens = [{
4945
4945
  "introduced": "0.6.2",
4946
4946
  "description": "Pressed state of color.background.selected.bold"
4947
4947
  },
4948
- "value": "#CCE0FF",
4948
+ "value": "#CFE1FD",
4949
4949
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
4950
4950
  "isSource": true,
4951
4951
  "original": {
@@ -4967,7 +4967,7 @@ var tokens = [{
4967
4967
  "introduced": "1.13.0",
4968
4968
  "description": "Use for the background of elements used to reinforce our brand, but with less emphasis."
4969
4969
  },
4970
- "value": "#1C2B41",
4970
+ "value": "#1C2B42",
4971
4971
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
4972
4972
  "isSource": true,
4973
4973
  "original": {
@@ -4989,7 +4989,7 @@ var tokens = [{
4989
4989
  "introduced": "1.13.0",
4990
4990
  "description": "Hovered state of color.background.brand.subtlest."
4991
4991
  },
4992
- "value": "#09326C",
4992
+ "value": "#123263",
4993
4993
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
4994
4994
  "isSource": true,
4995
4995
  "original": {
@@ -5011,7 +5011,7 @@ var tokens = [{
5011
5011
  "introduced": "1.13.0",
5012
5012
  "description": "Pressed state of color.background.brand.subtlest"
5013
5013
  },
5014
- "value": "#0055CC",
5014
+ "value": "#144794",
5015
5015
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5016
5016
  "isSource": true,
5017
5017
  "original": {
@@ -5021,7 +5021,7 @@ var tokens = [{
5021
5021
  "introduced": "1.13.0",
5022
5022
  "description": "Pressed state of color.background.brand.subtlest"
5023
5023
  },
5024
- "value": "Blue800"
5024
+ "value": "Blue850"
5025
5025
  },
5026
5026
  "name": "color.background.brand.subtlest.pressed",
5027
5027
  "path": ["color", "background", "brand", "subtlest", "pressed"],
@@ -5033,7 +5033,7 @@ var tokens = [{
5033
5033
  "introduced": "0.6.0",
5034
5034
  "description": "Use for the background of elements used to reinforce our brand, but with more emphasis."
5035
5035
  },
5036
- "value": "#579DFF",
5036
+ "value": "#669DF1",
5037
5037
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5038
5038
  "isSource": true,
5039
5039
  "original": {
@@ -5055,7 +5055,7 @@ var tokens = [{
5055
5055
  "introduced": "0.6.0",
5056
5056
  "description": "Hovered state of color.background.brand.bold."
5057
5057
  },
5058
- "value": "#85B8FF",
5058
+ "value": "#8FB8F6",
5059
5059
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5060
5060
  "isSource": true,
5061
5061
  "original": {
@@ -5077,7 +5077,7 @@ var tokens = [{
5077
5077
  "introduced": "0.6.0",
5078
5078
  "description": "Pressed state of color.background.brand.bold."
5079
5079
  },
5080
- "value": "#CCE0FF",
5080
+ "value": "#ADCBFB",
5081
5081
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5082
5082
  "isSource": true,
5083
5083
  "original": {
@@ -5087,7 +5087,7 @@ var tokens = [{
5087
5087
  "introduced": "0.6.0",
5088
5088
  "description": "Pressed state of color.background.brand.bold."
5089
5089
  },
5090
- "value": "Blue200"
5090
+ "value": "Blue250"
5091
5091
  },
5092
5092
  "name": "color.background.brand.bold.pressed",
5093
5093
  "path": ["color", "background", "brand", "bold", "pressed"],
@@ -5099,7 +5099,7 @@ var tokens = [{
5099
5099
  "introduced": "1.13.0",
5100
5100
  "description": "Use for the background of elements used to reinforce our brand, that need to stand out a lot."
5101
5101
  },
5102
- "value": "#E9F2FF",
5102
+ "value": "#E9F2FE",
5103
5103
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5104
5104
  "isSource": true,
5105
5105
  "original": {
@@ -5121,7 +5121,7 @@ var tokens = [{
5121
5121
  "introduced": "1.13.0",
5122
5122
  "description": "Hovered state of color.background.brand.boldest."
5123
5123
  },
5124
- "value": "#CCE0FF",
5124
+ "value": "#CFE1FD",
5125
5125
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5126
5126
  "isSource": true,
5127
5127
  "original": {
@@ -5143,7 +5143,7 @@ var tokens = [{
5143
5143
  "introduced": "1.13.0",
5144
5144
  "description": "Pressed state of color.background.brand.boldest."
5145
5145
  },
5146
- "value": "#85B8FF",
5146
+ "value": "#ADCBFB",
5147
5147
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5148
5148
  "isSource": true,
5149
5149
  "original": {
@@ -5153,7 +5153,7 @@ var tokens = [{
5153
5153
  "introduced": "1.13.0",
5154
5154
  "description": "Pressed state of color.background.brand.boldest."
5155
5155
  },
5156
- "value": "Blue300"
5156
+ "value": "Blue250"
5157
5157
  },
5158
5158
  "name": "color.background.brand.boldest.pressed",
5159
5159
  "path": ["color", "background", "brand", "boldest", "pressed"],
@@ -5209,7 +5209,7 @@ var tokens = [{
5209
5209
  "introduced": "0.6.0",
5210
5210
  "description": "Pressed state for color.background.danger"
5211
5211
  },
5212
- "value": "#AE2E24",
5212
+ "value": "#872821",
5213
5213
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5214
5214
  "isSource": true,
5215
5215
  "original": {
@@ -5219,7 +5219,7 @@ var tokens = [{
5219
5219
  "introduced": "0.6.0",
5220
5220
  "description": "Pressed state for color.background.danger"
5221
5221
  },
5222
- "value": "Red800"
5222
+ "value": "Red850"
5223
5223
  },
5224
5224
  "name": "color.background.danger.[default].pressed",
5225
5225
  "path": ["color", "background", "danger", "[default]", "pressed"],
@@ -5275,7 +5275,7 @@ var tokens = [{
5275
5275
  "introduced": "0.6.0",
5276
5276
  "description": "Pressed state of color.background.danger.bold"
5277
5277
  },
5278
- "value": "#FFD5D2",
5278
+ "value": "#FFB8B2",
5279
5279
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5280
5280
  "isSource": true,
5281
5281
  "original": {
@@ -5285,7 +5285,7 @@ var tokens = [{
5285
5285
  "introduced": "0.6.0",
5286
5286
  "description": "Pressed state of color.background.danger.bold"
5287
5287
  },
5288
- "value": "Red200"
5288
+ "value": "Red250"
5289
5289
  },
5290
5290
  "name": "color.background.danger.bold.pressed",
5291
5291
  "path": ["color", "background", "danger", "bold", "pressed"],
@@ -5297,7 +5297,7 @@ var tokens = [{
5297
5297
  "introduced": "0.6.0",
5298
5298
  "description": "Use for backgrounds communicating caution, such as in warning section messages."
5299
5299
  },
5300
- "value": "#332E1B",
5300
+ "value": "#3A2C1F",
5301
5301
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5302
5302
  "isSource": true,
5303
5303
  "original": {
@@ -5307,7 +5307,7 @@ var tokens = [{
5307
5307
  "introduced": "0.6.0",
5308
5308
  "description": "Use for backgrounds communicating caution, such as in warning section messages."
5309
5309
  },
5310
- "value": "Yellow1000"
5310
+ "value": "Orange1000"
5311
5311
  },
5312
5312
  "name": "color.background.warning.[default].[default]",
5313
5313
  "path": ["color", "background", "warning", "[default]", "[default]"],
@@ -5319,7 +5319,7 @@ var tokens = [{
5319
5319
  "introduced": "0.6.0",
5320
5320
  "description": "Hovered state for color.background.warning"
5321
5321
  },
5322
- "value": "#533F04",
5322
+ "value": "#693200",
5323
5323
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5324
5324
  "isSource": true,
5325
5325
  "original": {
@@ -5329,7 +5329,7 @@ var tokens = [{
5329
5329
  "introduced": "0.6.0",
5330
5330
  "description": "Hovered state for color.background.warning"
5331
5331
  },
5332
- "value": "Yellow900"
5332
+ "value": "Orange900"
5333
5333
  },
5334
5334
  "name": "color.background.warning.[default].hovered",
5335
5335
  "path": ["color", "background", "warning", "[default]", "hovered"],
@@ -5341,7 +5341,7 @@ var tokens = [{
5341
5341
  "introduced": "0.6.0",
5342
5342
  "description": "Pressed state for color.background.warning"
5343
5343
  },
5344
- "value": "#7F5F01",
5344
+ "value": "#7A3B00",
5345
5345
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5346
5346
  "isSource": true,
5347
5347
  "original": {
@@ -5351,7 +5351,7 @@ var tokens = [{
5351
5351
  "introduced": "0.6.0",
5352
5352
  "description": "Pressed state for color.background.warning"
5353
5353
  },
5354
- "value": "Yellow800"
5354
+ "value": "Orange850"
5355
5355
  },
5356
5356
  "name": "color.background.warning.[default].pressed",
5357
5357
  "path": ["color", "background", "warning", "[default]", "pressed"],
@@ -5363,7 +5363,7 @@ var tokens = [{
5363
5363
  "introduced": "0.6.0",
5364
5364
  "description": "A vibrant background option for communicating caution, such as in warning buttons and warning banners."
5365
5365
  },
5366
- "value": "#F5CD47",
5366
+ "value": "#FBC828",
5367
5367
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5368
5368
  "isSource": true,
5369
5369
  "original": {
@@ -5373,7 +5373,7 @@ var tokens = [{
5373
5373
  "introduced": "0.6.0",
5374
5374
  "description": "A vibrant background option for communicating caution, such as in warning buttons and warning banners."
5375
5375
  },
5376
- "value": "Yellow300"
5376
+ "value": "Orange300"
5377
5377
  },
5378
5378
  "name": "color.background.warning.bold.[default]",
5379
5379
  "path": ["color", "background", "warning", "bold", "[default]"],
@@ -5385,7 +5385,7 @@ var tokens = [{
5385
5385
  "introduced": "0.6.0",
5386
5386
  "description": "Hovered state of color.background.warning.bold"
5387
5387
  },
5388
- "value": "#E2B203",
5388
+ "value": "#FCA700",
5389
5389
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5390
5390
  "isSource": true,
5391
5391
  "original": {
@@ -5395,7 +5395,7 @@ var tokens = [{
5395
5395
  "introduced": "0.6.0",
5396
5396
  "description": "Hovered state of color.background.warning.bold"
5397
5397
  },
5398
- "value": "Yellow400"
5398
+ "value": "Orange400"
5399
5399
  },
5400
5400
  "name": "color.background.warning.bold.hovered",
5401
5401
  "path": ["color", "background", "warning", "bold", "hovered"],
@@ -5407,7 +5407,7 @@ var tokens = [{
5407
5407
  "introduced": "0.6.0",
5408
5408
  "description": "Pressed state of color.background.warning.bold"
5409
5409
  },
5410
- "value": "#CF9F02",
5410
+ "value": "#F68909",
5411
5411
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5412
5412
  "isSource": true,
5413
5413
  "original": {
@@ -5417,7 +5417,7 @@ var tokens = [{
5417
5417
  "introduced": "0.6.0",
5418
5418
  "description": "Pressed state of color.background.warning.bold"
5419
5419
  },
5420
- "value": "Yellow500"
5420
+ "value": "Orange500"
5421
5421
  },
5422
5422
  "name": "color.background.warning.bold.pressed",
5423
5423
  "path": ["color", "background", "warning", "bold", "pressed"],
@@ -5429,7 +5429,7 @@ var tokens = [{
5429
5429
  "introduced": "0.6.0",
5430
5430
  "description": "Use for backgrounds communicating a favorable outcome, such as in success section messages."
5431
5431
  },
5432
- "value": "#1C3329",
5432
+ "value": "#28311B",
5433
5433
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5434
5434
  "isSource": true,
5435
5435
  "original": {
@@ -5439,7 +5439,7 @@ var tokens = [{
5439
5439
  "introduced": "0.6.0",
5440
5440
  "description": "Use for backgrounds communicating a favorable outcome, such as in success section messages."
5441
5441
  },
5442
- "value": "Green1000"
5442
+ "value": "Lime1000"
5443
5443
  },
5444
5444
  "name": "color.background.success.[default].[default]",
5445
5445
  "path": ["color", "background", "success", "[default]", "[default]"],
@@ -5451,7 +5451,7 @@ var tokens = [{
5451
5451
  "introduced": "0.6.0",
5452
5452
  "description": "Hovered state for color.background.success"
5453
5453
  },
5454
- "value": "#164B35",
5454
+ "value": "#37471F",
5455
5455
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5456
5456
  "isSource": true,
5457
5457
  "original": {
@@ -5461,7 +5461,7 @@ var tokens = [{
5461
5461
  "introduced": "0.6.0",
5462
5462
  "description": "Hovered state for color.background.success"
5463
5463
  },
5464
- "value": "Green900"
5464
+ "value": "Lime900"
5465
5465
  },
5466
5466
  "name": "color.background.success.[default].hovered",
5467
5467
  "path": ["color", "background", "success", "[default]", "hovered"],
@@ -5473,7 +5473,7 @@ var tokens = [{
5473
5473
  "introduced": "0.6.0",
5474
5474
  "description": "Pressed state for color.background.success"
5475
5475
  },
5476
- "value": "#216E4E",
5476
+ "value": "#3F5224",
5477
5477
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5478
5478
  "isSource": true,
5479
5479
  "original": {
@@ -5483,7 +5483,7 @@ var tokens = [{
5483
5483
  "introduced": "0.6.0",
5484
5484
  "description": "Pressed state for color.background.success"
5485
5485
  },
5486
- "value": "Green800"
5486
+ "value": "Lime850"
5487
5487
  },
5488
5488
  "name": "color.background.success.[default].pressed",
5489
5489
  "path": ["color", "background", "success", "[default]", "pressed"],
@@ -5495,7 +5495,7 @@ var tokens = [{
5495
5495
  "introduced": "0.6.0",
5496
5496
  "description": "A vibrant background option for communicating a favorable outcome, such as in checked toggles."
5497
5497
  },
5498
- "value": "#4BCE97",
5498
+ "value": "#94C748",
5499
5499
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5500
5500
  "isSource": true,
5501
5501
  "original": {
@@ -5505,7 +5505,7 @@ var tokens = [{
5505
5505
  "introduced": "0.6.0",
5506
5506
  "description": "A vibrant background option for communicating a favorable outcome, such as in checked toggles."
5507
5507
  },
5508
- "value": "Green400"
5508
+ "value": "Lime400"
5509
5509
  },
5510
5510
  "name": "color.background.success.bold.[default]",
5511
5511
  "path": ["color", "background", "success", "bold", "[default]"],
@@ -5517,7 +5517,7 @@ var tokens = [{
5517
5517
  "introduced": "0.6.0",
5518
5518
  "description": "Hovered state of color.background.success.bold"
5519
5519
  },
5520
- "value": "#7EE2B8",
5520
+ "value": "#B3DF72",
5521
5521
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5522
5522
  "isSource": true,
5523
5523
  "original": {
@@ -5527,7 +5527,7 @@ var tokens = [{
5527
5527
  "introduced": "0.6.0",
5528
5528
  "description": "Hovered state of color.background.success.bold"
5529
5529
  },
5530
- "value": "Green300"
5530
+ "value": "Lime300"
5531
5531
  },
5532
5532
  "name": "color.background.success.bold.hovered",
5533
5533
  "path": ["color", "background", "success", "bold", "hovered"],
@@ -5539,7 +5539,7 @@ var tokens = [{
5539
5539
  "introduced": "0.6.0",
5540
5540
  "description": "Pressed state of color.background.success.bold"
5541
5541
  },
5542
- "value": "#BAF3DB",
5542
+ "value": "#BDE97C",
5543
5543
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5544
5544
  "isSource": true,
5545
5545
  "original": {
@@ -5549,7 +5549,7 @@ var tokens = [{
5549
5549
  "introduced": "0.6.0",
5550
5550
  "description": "Pressed state of color.background.success.bold"
5551
5551
  },
5552
- "value": "Green200"
5552
+ "value": "Lime250"
5553
5553
  },
5554
5554
  "name": "color.background.success.bold.pressed",
5555
5555
  "path": ["color", "background", "success", "bold", "pressed"],
@@ -5561,7 +5561,7 @@ var tokens = [{
5561
5561
  "introduced": "0.6.0",
5562
5562
  "description": "Use for backgrounds communicating change or something new, such as in discovery section messages."
5563
5563
  },
5564
- "value": "#2B273F",
5564
+ "value": "#35243F",
5565
5565
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5566
5566
  "isSource": true,
5567
5567
  "original": {
@@ -5583,7 +5583,7 @@ var tokens = [{
5583
5583
  "introduced": "0.6.0",
5584
5584
  "description": "Hover state for color.background.discovery"
5585
5585
  },
5586
- "value": "#352C63",
5586
+ "value": "#48245D",
5587
5587
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5588
5588
  "isSource": true,
5589
5589
  "original": {
@@ -5605,7 +5605,7 @@ var tokens = [{
5605
5605
  "introduced": "0.6.0",
5606
5606
  "description": "Pressed state for color.background.discovery"
5607
5607
  },
5608
- "value": "#5E4DB2",
5608
+ "value": "#673286",
5609
5609
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5610
5610
  "isSource": true,
5611
5611
  "original": {
@@ -5615,7 +5615,7 @@ var tokens = [{
5615
5615
  "introduced": "0.6.0",
5616
5616
  "description": "Pressed state for color.background.discovery"
5617
5617
  },
5618
- "value": "Purple800"
5618
+ "value": "Purple850"
5619
5619
  },
5620
5620
  "name": "color.background.discovery.[default].pressed",
5621
5621
  "path": ["color", "background", "discovery", "[default]", "pressed"],
@@ -5627,7 +5627,7 @@ var tokens = [{
5627
5627
  "introduced": "0.6.0",
5628
5628
  "description": "A vibrant background option communicating change or something new, such as in onboarding spotlights."
5629
5629
  },
5630
- "value": "#9F8FEF",
5630
+ "value": "#C97CF4",
5631
5631
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5632
5632
  "isSource": true,
5633
5633
  "original": {
@@ -5649,7 +5649,7 @@ var tokens = [{
5649
5649
  "introduced": "0.6.0",
5650
5650
  "description": "Hovered state of color.background.discovery.bold"
5651
5651
  },
5652
- "value": "#B8ACF6",
5652
+ "value": "#D8A0F7",
5653
5653
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5654
5654
  "isSource": true,
5655
5655
  "original": {
@@ -5671,7 +5671,7 @@ var tokens = [{
5671
5671
  "introduced": "0.6.0",
5672
5672
  "description": "Pressed state of color.background.discovery.bold"
5673
5673
  },
5674
- "value": "#DFD8FD",
5674
+ "value": "#E3BDFA",
5675
5675
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5676
5676
  "isSource": true,
5677
5677
  "original": {
@@ -5681,7 +5681,7 @@ var tokens = [{
5681
5681
  "introduced": "0.6.0",
5682
5682
  "description": "Pressed state of color.background.discovery.bold"
5683
5683
  },
5684
- "value": "Purple200"
5684
+ "value": "Purple250"
5685
5685
  },
5686
5686
  "name": "color.background.discovery.bold.pressed",
5687
5687
  "path": ["color", "background", "discovery", "bold", "pressed"],
@@ -5693,7 +5693,7 @@ var tokens = [{
5693
5693
  "introduced": "0.6.0",
5694
5694
  "description": "Use for backgrounds communicating information or something in-progress, such as in information section messages."
5695
5695
  },
5696
- "value": "#1C2B41",
5696
+ "value": "#1C2B42",
5697
5697
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5698
5698
  "isSource": true,
5699
5699
  "original": {
@@ -5715,7 +5715,7 @@ var tokens = [{
5715
5715
  "introduced": "0.6.0",
5716
5716
  "description": "Hovered state of color.background.information"
5717
5717
  },
5718
- "value": "#09326C",
5718
+ "value": "#123263",
5719
5719
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5720
5720
  "isSource": true,
5721
5721
  "original": {
@@ -5737,7 +5737,7 @@ var tokens = [{
5737
5737
  "introduced": "0.6.0",
5738
5738
  "description": "Pressed state of color.background.information"
5739
5739
  },
5740
- "value": "#0055CC",
5740
+ "value": "#144794",
5741
5741
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5742
5742
  "isSource": true,
5743
5743
  "original": {
@@ -5747,7 +5747,7 @@ var tokens = [{
5747
5747
  "introduced": "0.6.0",
5748
5748
  "description": "Pressed state of color.background.information"
5749
5749
  },
5750
- "value": "Blue800"
5750
+ "value": "Blue850"
5751
5751
  },
5752
5752
  "name": "color.background.information.[default].pressed",
5753
5753
  "path": ["color", "background", "information", "[default]", "pressed"],
@@ -5759,7 +5759,7 @@ var tokens = [{
5759
5759
  "introduced": "0.6.0",
5760
5760
  "description": "A vibrant background option for communicating information or something in-progress."
5761
5761
  },
5762
- "value": "#579DFF",
5762
+ "value": "#669DF1",
5763
5763
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5764
5764
  "isSource": true,
5765
5765
  "original": {
@@ -5781,7 +5781,7 @@ var tokens = [{
5781
5781
  "introduced": "0.6.0",
5782
5782
  "description": "Hovered state of color.background.information.bold"
5783
5783
  },
5784
- "value": "#85B8FF",
5784
+ "value": "#8FB8F6",
5785
5785
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5786
5786
  "isSource": true,
5787
5787
  "original": {
@@ -5803,7 +5803,7 @@ var tokens = [{
5803
5803
  "introduced": "0.6.0",
5804
5804
  "description": "Pressed state of color.background.information.bold"
5805
5805
  },
5806
- "value": "#CCE0FF",
5806
+ "value": "#ADCBFB",
5807
5807
  "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5808
5808
  "isSource": true,
5809
5809
  "original": {
@@ -5813,7 +5813,7 @@ var tokens = [{
5813
5813
  "introduced": "0.6.0",
5814
5814
  "description": "Pressed state of color.background.information.bold"
5815
5815
  },
5816
- "value": "Blue200"
5816
+ "value": "Blue250"
5817
5817
  },
5818
5818
  "name": "color.background.information.bold.pressed",
5819
5819
  "path": ["color", "background", "information", "bold", "pressed"],
@@ -5935,7 +5935,7 @@ var tokens = [{
5935
5935
  "introduced": "0.8.0",
5936
5936
  "description": "Use for skeleton loading states"
5937
5937
  },
5938
- "value": "#A1BDD914",
5938
+ "value": "#CECED912",
5939
5939
  "filePath": "schema/themes/atlassian-dark/color/skeleton.tsx",
5940
5940
  "isSource": true,
5941
5941
  "original": {
@@ -5957,7 +5957,7 @@ var tokens = [{
5957
5957
  "introduced": "0.8.0",
5958
5958
  "description": "Use for the pulse or shimmer effect in skeleton loading states"
5959
5959
  },
5960
- "value": "#BCD6F00A",
5960
+ "value": "#BDBDBD0A",
5961
5961
  "filePath": "schema/themes/atlassian-dark/color/skeleton.tsx",
5962
5962
  "isSource": true,
5963
5963
  "original": {
@@ -5979,7 +5979,7 @@ var tokens = [{
5979
5979
  "introduced": "0.13.3",
5980
5980
  "description": "For data visualisation only. Follow numbered sequence."
5981
5981
  },
5982
- "value": "#2898BD",
5982
+ "value": "#4688EC",
5983
5983
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
5984
5984
  "isSource": true,
5985
5985
  "original": {
@@ -5989,7 +5989,7 @@ var tokens = [{
5989
5989
  "introduced": "0.13.3",
5990
5990
  "description": "For data visualisation only. Follow numbered sequence."
5991
5991
  },
5992
- "value": "Teal600"
5992
+ "value": "Blue500"
5993
5993
  },
5994
5994
  "name": "color.chart.categorical.1.[default]",
5995
5995
  "path": ["color", "chart", "categorical", "1", "[default]"],
@@ -6001,7 +6001,7 @@ var tokens = [{
6001
6001
  "introduced": "0.13.3",
6002
6002
  "description": "Hovered state of color.chart.categorical.1."
6003
6003
  },
6004
- "value": "#42B2D7",
6004
+ "value": "#669DF1",
6005
6005
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6006
6006
  "isSource": true,
6007
6007
  "original": {
@@ -6011,7 +6011,7 @@ var tokens = [{
6011
6011
  "introduced": "0.13.3",
6012
6012
  "description": "Hovered state of color.chart.categorical.1."
6013
6013
  },
6014
- "value": "Teal500"
6014
+ "value": "Blue400"
6015
6015
  },
6016
6016
  "name": "color.chart.categorical.1.hovered",
6017
6017
  "path": ["color", "chart", "categorical", "1", "hovered"],
@@ -6023,7 +6023,7 @@ var tokens = [{
6023
6023
  "introduced": "0.13.3",
6024
6024
  "description": "For data visualisation only. Follow numbered sequence."
6025
6025
  },
6026
- "value": "#B8ACF6",
6026
+ "value": "#94C748",
6027
6027
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6028
6028
  "isSource": true,
6029
6029
  "original": {
@@ -6033,7 +6033,7 @@ var tokens = [{
6033
6033
  "introduced": "0.13.3",
6034
6034
  "description": "For data visualisation only. Follow numbered sequence."
6035
6035
  },
6036
- "value": "Purple300"
6036
+ "value": "Lime400"
6037
6037
  },
6038
6038
  "name": "color.chart.categorical.2.[default]",
6039
6039
  "path": ["color", "chart", "categorical", "2", "[default]"],
@@ -6045,7 +6045,7 @@ var tokens = [{
6045
6045
  "introduced": "0.13.3",
6046
6046
  "description": "Hovered state of color.chart.categorical.2."
6047
6047
  },
6048
- "value": "#DFD8FD",
6048
+ "value": "#B3DF72",
6049
6049
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6050
6050
  "isSource": true,
6051
6051
  "original": {
@@ -6055,7 +6055,7 @@ var tokens = [{
6055
6055
  "introduced": "0.13.3",
6056
6056
  "description": "Hovered state of color.chart.categorical.2."
6057
6057
  },
6058
- "value": "Purple200"
6058
+ "value": "Lime300"
6059
6059
  },
6060
6060
  "name": "color.chart.categorical.2.hovered",
6061
6061
  "path": ["color", "chart", "categorical", "2", "hovered"],
@@ -6067,7 +6067,7 @@ var tokens = [{
6067
6067
  "introduced": "0.13.3",
6068
6068
  "description": "For data visualisation only. Follow numbered sequence."
6069
6069
  },
6070
- "value": "#E56910",
6070
+ "value": "#C97CF4",
6071
6071
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6072
6072
  "isSource": true,
6073
6073
  "original": {
@@ -6077,7 +6077,7 @@ var tokens = [{
6077
6077
  "introduced": "0.13.3",
6078
6078
  "description": "For data visualisation only. Follow numbered sequence."
6079
6079
  },
6080
- "value": "Orange600"
6080
+ "value": "Purple400"
6081
6081
  },
6082
6082
  "name": "color.chart.categorical.3.[default]",
6083
6083
  "path": ["color", "chart", "categorical", "3", "[default]"],
@@ -6089,7 +6089,7 @@ var tokens = [{
6089
6089
  "introduced": "0.13.3",
6090
6090
  "description": "Hovered state of color.chart.categorical.3."
6091
6091
  },
6092
- "value": "#F38A3F",
6092
+ "value": "#D8A0F7",
6093
6093
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6094
6094
  "isSource": true,
6095
6095
  "original": {
@@ -6099,7 +6099,7 @@ var tokens = [{
6099
6099
  "introduced": "0.13.3",
6100
6100
  "description": "Hovered state of color.chart.categorical.3."
6101
6101
  },
6102
- "value": "Orange500"
6102
+ "value": "Purple300"
6103
6103
  },
6104
6104
  "name": "color.chart.categorical.3.hovered",
6105
6105
  "path": ["color", "chart", "categorical", "3", "hovered"],
@@ -6111,7 +6111,7 @@ var tokens = [{
6111
6111
  "introduced": "0.13.3",
6112
6112
  "description": "For data visualisation only. Follow numbered sequence."
6113
6113
  },
6114
- "value": "#F797D2",
6114
+ "value": "#FCA700",
6115
6115
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6116
6116
  "isSource": true,
6117
6117
  "original": {
@@ -6121,7 +6121,7 @@ var tokens = [{
6121
6121
  "introduced": "0.13.3",
6122
6122
  "description": "For data visualisation only. Follow numbered sequence."
6123
6123
  },
6124
- "value": "Magenta300"
6124
+ "value": "Orange400"
6125
6125
  },
6126
6126
  "name": "color.chart.categorical.4.[default]",
6127
6127
  "path": ["color", "chart", "categorical", "4", "[default]"],
@@ -6133,7 +6133,7 @@ var tokens = [{
6133
6133
  "introduced": "0.13.3",
6134
6134
  "description": "Hovered state of color.chart.categorical.4."
6135
6135
  },
6136
- "value": "#FDD0EC",
6136
+ "value": "#FBC828",
6137
6137
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6138
6138
  "isSource": true,
6139
6139
  "original": {
@@ -6143,7 +6143,7 @@ var tokens = [{
6143
6143
  "introduced": "0.13.3",
6144
6144
  "description": "Hovered state of color.chart.categorical.4."
6145
6145
  },
6146
- "value": "Magenta200"
6146
+ "value": "Orange300"
6147
6147
  },
6148
6148
  "name": "color.chart.categorical.4.hovered",
6149
6149
  "path": ["color", "chart", "categorical", "4", "hovered"],
@@ -6155,7 +6155,7 @@ var tokens = [{
6155
6155
  "introduced": "0.13.3",
6156
6156
  "description": "For data visualisation only. Follow numbered sequence."
6157
6157
  },
6158
- "value": "#CCE0FF",
6158
+ "value": "#1558BC",
6159
6159
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6160
6160
  "isSource": true,
6161
6161
  "original": {
@@ -6165,7 +6165,7 @@ var tokens = [{
6165
6165
  "introduced": "0.13.3",
6166
6166
  "description": "For data visualisation only. Follow numbered sequence."
6167
6167
  },
6168
- "value": "Blue200"
6168
+ "value": "Blue800"
6169
6169
  },
6170
6170
  "name": "color.chart.categorical.5.[default]",
6171
6171
  "path": ["color", "chart", "categorical", "5", "[default]"],
@@ -6177,7 +6177,7 @@ var tokens = [{
6177
6177
  "introduced": "0.13.3",
6178
6178
  "description": "Hovered state of color.chart.categorical.5."
6179
6179
  },
6180
- "value": "#E9F2FF",
6180
+ "value": "#1868DB",
6181
6181
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6182
6182
  "isSource": true,
6183
6183
  "original": {
@@ -6187,7 +6187,7 @@ var tokens = [{
6187
6187
  "introduced": "0.13.3",
6188
6188
  "description": "Hovered state of color.chart.categorical.5."
6189
6189
  },
6190
- "value": "Blue100"
6190
+ "value": "Blue700"
6191
6191
  },
6192
6192
  "name": "color.chart.categorical.5.hovered",
6193
6193
  "path": ["color", "chart", "categorical", "5", "hovered"],
@@ -6199,7 +6199,7 @@ var tokens = [{
6199
6199
  "introduced": "0.13.3",
6200
6200
  "description": "For data visualisation only. Follow numbered sequence."
6201
6201
  },
6202
- "value": "#8270DB",
6202
+ "value": "#964AC0",
6203
6203
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6204
6204
  "isSource": true,
6205
6205
  "original": {
@@ -6209,7 +6209,7 @@ var tokens = [{
6209
6209
  "introduced": "0.13.3",
6210
6210
  "description": "For data visualisation only. Follow numbered sequence."
6211
6211
  },
6212
- "value": "Purple600"
6212
+ "value": "Purple700"
6213
6213
  },
6214
6214
  "name": "color.chart.categorical.6.[default]",
6215
6215
  "path": ["color", "chart", "categorical", "6", "[default]"],
@@ -6221,7 +6221,7 @@ var tokens = [{
6221
6221
  "introduced": "0.13.3",
6222
6222
  "description": "Hovered state of color.chart.categorical.6."
6223
6223
  },
6224
- "value": "#8F7EE7",
6224
+ "value": "#AF59E1",
6225
6225
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6226
6226
  "isSource": true,
6227
6227
  "original": {
@@ -6231,7 +6231,7 @@ var tokens = [{
6231
6231
  "introduced": "0.13.3",
6232
6232
  "description": "Hovered state of color.chart.categorical.6."
6233
6233
  },
6234
- "value": "Purple500"
6234
+ "value": "Purple600"
6235
6235
  },
6236
6236
  "name": "color.chart.categorical.6.hovered",
6237
6237
  "path": ["color", "chart", "categorical", "6", "hovered"],
@@ -6243,7 +6243,7 @@ var tokens = [{
6243
6243
  "introduced": "0.13.3",
6244
6244
  "description": "For data visualisation only. Follow numbered sequence."
6245
6245
  },
6246
- "value": "#FDD0EC",
6246
+ "value": "#42B2D7",
6247
6247
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6248
6248
  "isSource": true,
6249
6249
  "original": {
@@ -6253,7 +6253,7 @@ var tokens = [{
6253
6253
  "introduced": "0.13.3",
6254
6254
  "description": "For data visualisation only. Follow numbered sequence."
6255
6255
  },
6256
- "value": "Magenta200"
6256
+ "value": "Teal500"
6257
6257
  },
6258
6258
  "name": "color.chart.categorical.7.[default]",
6259
6259
  "path": ["color", "chart", "categorical", "7", "[default]"],
@@ -6265,7 +6265,7 @@ var tokens = [{
6265
6265
  "introduced": "0.13.3",
6266
6266
  "description": "Hovered state of color.chart.categorical.7."
6267
6267
  },
6268
- "value": "#FFECF8",
6268
+ "value": "#6CC3E0",
6269
6269
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6270
6270
  "isSource": true,
6271
6271
  "original": {
@@ -6275,7 +6275,7 @@ var tokens = [{
6275
6275
  "introduced": "0.13.3",
6276
6276
  "description": "Hovered state of color.chart.categorical.7."
6277
6277
  },
6278
- "value": "Magenta100"
6278
+ "value": "Teal400"
6279
6279
  },
6280
6280
  "name": "color.chart.categorical.7.hovered",
6281
6281
  "path": ["color", "chart", "categorical", "7", "hovered"],
@@ -6287,7 +6287,7 @@ var tokens = [{
6287
6287
  "introduced": "0.13.3",
6288
6288
  "description": "For data visualisation only. Follow numbered sequence."
6289
6289
  },
6290
- "value": "#FEC195",
6290
+ "value": "#E06C00",
6291
6291
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6292
6292
  "isSource": true,
6293
6293
  "original": {
@@ -6297,7 +6297,7 @@ var tokens = [{
6297
6297
  "introduced": "0.13.3",
6298
6298
  "description": "For data visualisation only. Follow numbered sequence."
6299
6299
  },
6300
- "value": "Orange300"
6300
+ "value": "Orange600"
6301
6301
  },
6302
6302
  "name": "color.chart.categorical.8.[default]",
6303
6303
  "path": ["color", "chart", "categorical", "8", "[default]"],
@@ -6309,7 +6309,7 @@ var tokens = [{
6309
6309
  "introduced": "0.13.3",
6310
6310
  "description": "Hovered state of color.chart.categorical.8."
6311
6311
  },
6312
- "value": "#FEDEC8",
6312
+ "value": "#FBD779",
6313
6313
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6314
6314
  "isSource": true,
6315
6315
  "original": {
@@ -6319,7 +6319,7 @@ var tokens = [{
6319
6319
  "introduced": "0.13.3",
6320
6320
  "description": "Hovered state of color.chart.categorical.8."
6321
6321
  },
6322
- "value": "Orange200"
6322
+ "value": "Orange250"
6323
6323
  },
6324
6324
  "name": "color.chart.categorical.8.hovered",
6325
6325
  "path": ["color", "chart", "categorical", "8", "hovered"],
@@ -6463,7 +6463,7 @@ var tokens = [{
6463
6463
  "introduced": "0.13.3",
6464
6464
  "description": "A secondary color for data visualisation or to communicate 'to-do' statues."
6465
6465
  },
6466
- "value": "#738496",
6466
+ "value": "#7E8188",
6467
6467
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6468
6468
  "isSource": true,
6469
6469
  "original": {
@@ -6485,7 +6485,7 @@ var tokens = [{
6485
6485
  "introduced": "0.13.3",
6486
6486
  "description": "Hovered state of color.chart.neutral."
6487
6487
  },
6488
- "value": "#8C9BAB",
6488
+ "value": "#96999E",
6489
6489
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6490
6490
  "isSource": true,
6491
6491
  "original": {
@@ -6639,7 +6639,7 @@ var tokens = [{
6639
6639
  "introduced": "0.13.3",
6640
6640
  "description": "For data visualisation only."
6641
6641
  },
6642
- "value": "#F38A3F",
6642
+ "value": "#F68909",
6643
6643
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6644
6644
  "isSource": true,
6645
6645
  "original": {
@@ -6661,7 +6661,7 @@ var tokens = [{
6661
6661
  "introduced": "0.13.3",
6662
6662
  "description": "Hovered state of color.chart.orange.bold."
6663
6663
  },
6664
- "value": "#FEA362",
6664
+ "value": "#FCA700",
6665
6665
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6666
6666
  "isSource": true,
6667
6667
  "original": {
@@ -6683,7 +6683,7 @@ var tokens = [{
6683
6683
  "introduced": "0.13.3",
6684
6684
  "description": "For data visualisation only."
6685
6685
  },
6686
- "value": "#FEA362",
6686
+ "value": "#FCA700",
6687
6687
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6688
6688
  "isSource": true,
6689
6689
  "original": {
@@ -6705,7 +6705,7 @@ var tokens = [{
6705
6705
  "introduced": "0.13.3",
6706
6706
  "description": "Hovered state of color.chart.orange.bolder."
6707
6707
  },
6708
- "value": "#FEC195",
6708
+ "value": "#FBC828",
6709
6709
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6710
6710
  "isSource": true,
6711
6711
  "original": {
@@ -6727,7 +6727,7 @@ var tokens = [{
6727
6727
  "introduced": "0.13.3",
6728
6728
  "description": "For data visualisation only."
6729
6729
  },
6730
- "value": "#FEC195",
6730
+ "value": "#FBD779",
6731
6731
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6732
6732
  "isSource": true,
6733
6733
  "original": {
@@ -6737,7 +6737,7 @@ var tokens = [{
6737
6737
  "introduced": "0.13.3",
6738
6738
  "description": "For data visualisation only."
6739
6739
  },
6740
- "value": "Orange300"
6740
+ "value": "Orange250"
6741
6741
  },
6742
6742
  "name": "color.chart.orange.boldest.[default]",
6743
6743
  "path": ["color", "chart", "orange", "boldest", "[default]"],
@@ -6749,7 +6749,7 @@ var tokens = [{
6749
6749
  "introduced": "0.13.3",
6750
6750
  "description": "Hovered state of color.chart.orange.boldest."
6751
6751
  },
6752
- "value": "#FEDEC8",
6752
+ "value": "#FCE4A6",
6753
6753
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6754
6754
  "isSource": true,
6755
6755
  "original": {
@@ -6793,7 +6793,7 @@ var tokens = [{
6793
6793
  "introduced": "0.13.3",
6794
6794
  "description": "Hovered state of color.chart.yellow.bold."
6795
6795
  },
6796
- "value": "#E2B203",
6796
+ "value": "#DDB30E",
6797
6797
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6798
6798
  "isSource": true,
6799
6799
  "original": {
@@ -6815,7 +6815,7 @@ var tokens = [{
6815
6815
  "introduced": "0.13.3",
6816
6816
  "description": "For data visualisation only."
6817
6817
  },
6818
- "value": "#E2B203",
6818
+ "value": "#DDB30E",
6819
6819
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6820
6820
  "isSource": true,
6821
6821
  "original": {
@@ -6837,7 +6837,7 @@ var tokens = [{
6837
6837
  "introduced": "0.13.3",
6838
6838
  "description": "Hovered state of color.chart.yellow.bolder."
6839
6839
  },
6840
- "value": "#F5CD47",
6840
+ "value": "#EED12B",
6841
6841
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6842
6842
  "isSource": true,
6843
6843
  "original": {
@@ -6859,7 +6859,7 @@ var tokens = [{
6859
6859
  "introduced": "0.13.3",
6860
6860
  "description": "For data visualisation only."
6861
6861
  },
6862
- "value": "#F5CD47",
6862
+ "value": "#EED12B",
6863
6863
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6864
6864
  "isSource": true,
6865
6865
  "original": {
@@ -6881,7 +6881,7 @@ var tokens = [{
6881
6881
  "introduced": "0.13.3",
6882
6882
  "description": "Hovered state of color.chart.yellow.boldest."
6883
6883
  },
6884
- "value": "#F8E6A0",
6884
+ "value": "#F5E989",
6885
6885
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
6886
6886
  "isSource": true,
6887
6887
  "original": {
@@ -7167,7 +7167,7 @@ var tokens = [{
7167
7167
  "introduced": "0.13.3",
7168
7168
  "description": "For data visualisation only."
7169
7169
  },
7170
- "value": "#1D7AFC",
7170
+ "value": "#357DE8",
7171
7171
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7172
7172
  "isSource": true,
7173
7173
  "original": {
@@ -7189,7 +7189,7 @@ var tokens = [{
7189
7189
  "introduced": "0.13.3",
7190
7190
  "description": "Hovered state of color.chart.blue.bold."
7191
7191
  },
7192
- "value": "#388BFF",
7192
+ "value": "#4688EC",
7193
7193
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7194
7194
  "isSource": true,
7195
7195
  "original": {
@@ -7211,7 +7211,7 @@ var tokens = [{
7211
7211
  "introduced": "0.13.3",
7212
7212
  "description": "For data visualisation only."
7213
7213
  },
7214
- "value": "#388BFF",
7214
+ "value": "#4688EC",
7215
7215
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7216
7216
  "isSource": true,
7217
7217
  "original": {
@@ -7233,7 +7233,7 @@ var tokens = [{
7233
7233
  "introduced": "0.13.3",
7234
7234
  "description": "Hovered state of color.chart.blue.bolder."
7235
7235
  },
7236
- "value": "#579DFF",
7236
+ "value": "#669DF1",
7237
7237
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7238
7238
  "isSource": true,
7239
7239
  "original": {
@@ -7255,7 +7255,7 @@ var tokens = [{
7255
7255
  "introduced": "0.13.3",
7256
7256
  "description": "For data visualisation only."
7257
7257
  },
7258
- "value": "#85B8FF",
7258
+ "value": "#8FB8F6",
7259
7259
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7260
7260
  "isSource": true,
7261
7261
  "original": {
@@ -7277,7 +7277,7 @@ var tokens = [{
7277
7277
  "introduced": "0.13.3",
7278
7278
  "description": "Hovered state of color.chart.blue.boldest."
7279
7279
  },
7280
- "value": "#CCE0FF",
7280
+ "value": "#CFE1FD",
7281
7281
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7282
7282
  "isSource": true,
7283
7283
  "original": {
@@ -7299,7 +7299,7 @@ var tokens = [{
7299
7299
  "introduced": "0.13.3",
7300
7300
  "description": "For data visualisation only."
7301
7301
  },
7302
- "value": "#8270DB",
7302
+ "value": "#AF59E1",
7303
7303
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7304
7304
  "isSource": true,
7305
7305
  "original": {
@@ -7321,7 +7321,7 @@ var tokens = [{
7321
7321
  "introduced": "0.13.3",
7322
7322
  "description": "Hovered state of color.chart.purple.bold."
7323
7323
  },
7324
- "value": "#8F7EE7",
7324
+ "value": "#BF63F3",
7325
7325
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7326
7326
  "isSource": true,
7327
7327
  "original": {
@@ -7343,7 +7343,7 @@ var tokens = [{
7343
7343
  "introduced": "0.13.3",
7344
7344
  "description": "For data visualisation only."
7345
7345
  },
7346
- "value": "#8F7EE7",
7346
+ "value": "#BF63F3",
7347
7347
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7348
7348
  "isSource": true,
7349
7349
  "original": {
@@ -7365,7 +7365,7 @@ var tokens = [{
7365
7365
  "introduced": "0.13.3",
7366
7366
  "description": "Hovered state of color.chart.purple.bolder."
7367
7367
  },
7368
- "value": "#9F8FEF",
7368
+ "value": "#C97CF4",
7369
7369
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7370
7370
  "isSource": true,
7371
7371
  "original": {
@@ -7387,7 +7387,7 @@ var tokens = [{
7387
7387
  "introduced": "0.13.3",
7388
7388
  "description": "For data visualisation only."
7389
7389
  },
7390
- "value": "#B8ACF6",
7390
+ "value": "#D8A0F7",
7391
7391
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7392
7392
  "isSource": true,
7393
7393
  "original": {
@@ -7409,7 +7409,7 @@ var tokens = [{
7409
7409
  "introduced": "0.13.3",
7410
7410
  "description": "Hovered state of color.chart.purple.boldest."
7411
7411
  },
7412
- "value": "#DFD8FD",
7412
+ "value": "#EED7FC",
7413
7413
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7414
7414
  "isSource": true,
7415
7415
  "original": {
@@ -7563,7 +7563,7 @@ var tokens = [{
7563
7563
  "introduced": "0.13.3",
7564
7564
  "description": "For data visualisation only."
7565
7565
  },
7566
- "value": "#738496",
7566
+ "value": "#7E8188",
7567
7567
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7568
7568
  "isSource": true,
7569
7569
  "original": {
@@ -7585,7 +7585,7 @@ var tokens = [{
7585
7585
  "introduced": "0.13.3",
7586
7586
  "description": "Hovered state of color.chart.gray.bold."
7587
7587
  },
7588
- "value": "#8C9BAB",
7588
+ "value": "#96999E",
7589
7589
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7590
7590
  "isSource": true,
7591
7591
  "original": {
@@ -7607,7 +7607,7 @@ var tokens = [{
7607
7607
  "introduced": "0.13.3",
7608
7608
  "description": "For data visualisation only."
7609
7609
  },
7610
- "value": "#8C9BAB",
7610
+ "value": "#96999E",
7611
7611
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7612
7612
  "isSource": true,
7613
7613
  "original": {
@@ -7629,7 +7629,7 @@ var tokens = [{
7629
7629
  "introduced": "0.13.3",
7630
7630
  "description": "Hovered state of color.chart.gray.bolder."
7631
7631
  },
7632
- "value": "#9FADBC",
7632
+ "value": "#A9ABAF",
7633
7633
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7634
7634
  "isSource": true,
7635
7635
  "original": {
@@ -7651,7 +7651,7 @@ var tokens = [{
7651
7651
  "introduced": "0.13.3",
7652
7652
  "description": "For data visualisation only."
7653
7653
  },
7654
- "value": "#9FADBC",
7654
+ "value": "#A9ABAF",
7655
7655
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7656
7656
  "isSource": true,
7657
7657
  "original": {
@@ -7673,7 +7673,7 @@ var tokens = [{
7673
7673
  "introduced": "0.13.3",
7674
7674
  "description": "Hovered state of color.chart.gray.boldest."
7675
7675
  },
7676
- "value": "#B6C2CF",
7676
+ "value": "#BFC1C4",
7677
7677
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7678
7678
  "isSource": true,
7679
7679
  "original": {
@@ -7695,7 +7695,7 @@ var tokens = [{
7695
7695
  "introduced": "0.13.3",
7696
7696
  "description": "Our primary color for data visualisation. Use when only one color is required."
7697
7697
  },
7698
- "value": "#388BFF",
7698
+ "value": "#4688EC",
7699
7699
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7700
7700
  "isSource": true,
7701
7701
  "original": {
@@ -7717,7 +7717,7 @@ var tokens = [{
7717
7717
  "introduced": "0.13.3",
7718
7718
  "description": "Hovered state of color.chart.brand."
7719
7719
  },
7720
- "value": "#579DFF",
7720
+ "value": "#669DF1",
7721
7721
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7722
7722
  "isSource": true,
7723
7723
  "original": {
@@ -7783,7 +7783,7 @@ var tokens = [{
7783
7783
  "introduced": "0.13.3",
7784
7784
  "description": "A stronger emphasis option of color.chart.danger."
7785
7785
  },
7786
- "value": "#FD9891",
7786
+ "value": "#FFB8B2",
7787
7787
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7788
7788
  "isSource": true,
7789
7789
  "original": {
@@ -7793,7 +7793,7 @@ var tokens = [{
7793
7793
  "introduced": "0.13.3",
7794
7794
  "description": "A stronger emphasis option of color.chart.danger."
7795
7795
  },
7796
- "value": "Red300"
7796
+ "value": "Red250"
7797
7797
  },
7798
7798
  "name": "color.chart.danger.bold.[default]",
7799
7799
  "path": ["color", "chart", "danger", "bold", "[default]"],
@@ -7805,7 +7805,7 @@ var tokens = [{
7805
7805
  "introduced": "0.13.3",
7806
7806
  "description": "Hovered state of color.chart.danger.bold."
7807
7807
  },
7808
- "value": "#FFD5D2",
7808
+ "value": "#FD9891",
7809
7809
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7810
7810
  "isSource": true,
7811
7811
  "original": {
@@ -7815,7 +7815,7 @@ var tokens = [{
7815
7815
  "introduced": "0.13.3",
7816
7816
  "description": "Hovered state of color.chart.danger.bold."
7817
7817
  },
7818
- "value": "Red200"
7818
+ "value": "Red300"
7819
7819
  },
7820
7820
  "name": "color.chart.danger.bold.hovered",
7821
7821
  "path": ["color", "chart", "danger", "bold", "hovered"],
@@ -7827,7 +7827,7 @@ var tokens = [{
7827
7827
  "introduced": "0.13.3",
7828
7828
  "description": "For data visualisation communicating caution, such as 'at risk' statuses."
7829
7829
  },
7830
- "value": "#CF9F02",
7830
+ "value": "#F68909",
7831
7831
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7832
7832
  "isSource": true,
7833
7833
  "original": {
@@ -7837,7 +7837,7 @@ var tokens = [{
7837
7837
  "introduced": "0.13.3",
7838
7838
  "description": "For data visualisation communicating caution, such as 'at risk' statuses."
7839
7839
  },
7840
- "value": "Yellow500"
7840
+ "value": "Orange500"
7841
7841
  },
7842
7842
  "name": "color.chart.warning.[default].[default]",
7843
7843
  "path": ["color", "chart", "warning", "[default]", "[default]"],
@@ -7849,7 +7849,7 @@ var tokens = [{
7849
7849
  "introduced": "0.13.3",
7850
7850
  "description": "Hovered state of color.chart.warning."
7851
7851
  },
7852
- "value": "#E2B203",
7852
+ "value": "#FCA700",
7853
7853
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7854
7854
  "isSource": true,
7855
7855
  "original": {
@@ -7859,7 +7859,7 @@ var tokens = [{
7859
7859
  "introduced": "0.13.3",
7860
7860
  "description": "Hovered state of color.chart.warning."
7861
7861
  },
7862
- "value": "Yellow400"
7862
+ "value": "Orange400"
7863
7863
  },
7864
7864
  "name": "color.chart.warning.[default].hovered",
7865
7865
  "path": ["color", "chart", "warning", "[default]", "hovered"],
@@ -7871,7 +7871,7 @@ var tokens = [{
7871
7871
  "introduced": "0.13.3",
7872
7872
  "description": "A stronger emphasis option of color.chart.warning."
7873
7873
  },
7874
- "value": "#F5CD47",
7874
+ "value": "#FBC828",
7875
7875
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7876
7876
  "isSource": true,
7877
7877
  "original": {
@@ -7881,7 +7881,7 @@ var tokens = [{
7881
7881
  "introduced": "0.13.3",
7882
7882
  "description": "A stronger emphasis option of color.chart.warning."
7883
7883
  },
7884
- "value": "Yellow300"
7884
+ "value": "Orange300"
7885
7885
  },
7886
7886
  "name": "color.chart.warning.bold.[default]",
7887
7887
  "path": ["color", "chart", "warning", "bold", "[default]"],
@@ -7893,7 +7893,7 @@ var tokens = [{
7893
7893
  "introduced": "0.13.3",
7894
7894
  "description": "Hovered state of color.chart.warning.bold."
7895
7895
  },
7896
- "value": "#F8E6A0",
7896
+ "value": "#FCE4A6",
7897
7897
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7898
7898
  "isSource": true,
7899
7899
  "original": {
@@ -7903,7 +7903,7 @@ var tokens = [{
7903
7903
  "introduced": "0.13.3",
7904
7904
  "description": "Hovered state of color.chart.warning.bold."
7905
7905
  },
7906
- "value": "Yellow200"
7906
+ "value": "Orange200"
7907
7907
  },
7908
7908
  "name": "color.chart.warning.bold.hovered",
7909
7909
  "path": ["color", "chart", "warning", "bold", "hovered"],
@@ -7915,7 +7915,7 @@ var tokens = [{
7915
7915
  "introduced": "0.13.3",
7916
7916
  "description": "For data visualisation communicating positive information, such as 'on track'."
7917
7917
  },
7918
- "value": "#2ABB7F",
7918
+ "value": "#82B536",
7919
7919
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7920
7920
  "isSource": true,
7921
7921
  "original": {
@@ -7925,7 +7925,7 @@ var tokens = [{
7925
7925
  "introduced": "0.13.3",
7926
7926
  "description": "For data visualisation communicating positive information, such as 'on track'."
7927
7927
  },
7928
- "value": "Green500"
7928
+ "value": "Lime500"
7929
7929
  },
7930
7930
  "name": "color.chart.success.[default].[default]",
7931
7931
  "path": ["color", "chart", "success", "[default]", "[default]"],
@@ -7937,7 +7937,7 @@ var tokens = [{
7937
7937
  "introduced": "0.13.3",
7938
7938
  "description": "Hovered state of color.chart.success."
7939
7939
  },
7940
- "value": "#4BCE97",
7940
+ "value": "#94C748",
7941
7941
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7942
7942
  "isSource": true,
7943
7943
  "original": {
@@ -7947,7 +7947,7 @@ var tokens = [{
7947
7947
  "introduced": "0.13.3",
7948
7948
  "description": "Hovered state of color.chart.success."
7949
7949
  },
7950
- "value": "Green400"
7950
+ "value": "Lime400"
7951
7951
  },
7952
7952
  "name": "color.chart.success.[default].hovered",
7953
7953
  "path": ["color", "chart", "success", "[default]", "hovered"],
@@ -7959,7 +7959,7 @@ var tokens = [{
7959
7959
  "introduced": "0.13.3",
7960
7960
  "description": "A stronger emphasis option of color.chart.success."
7961
7961
  },
7962
- "value": "#7EE2B8",
7962
+ "value": "#B3DF72",
7963
7963
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7964
7964
  "isSource": true,
7965
7965
  "original": {
@@ -7969,7 +7969,7 @@ var tokens = [{
7969
7969
  "introduced": "0.13.3",
7970
7970
  "description": "A stronger emphasis option of color.chart.success."
7971
7971
  },
7972
- "value": "Green300"
7972
+ "value": "Lime300"
7973
7973
  },
7974
7974
  "name": "color.chart.success.bold.[default]",
7975
7975
  "path": ["color", "chart", "success", "bold", "[default]"],
@@ -7981,7 +7981,7 @@ var tokens = [{
7981
7981
  "introduced": "0.13.3",
7982
7982
  "description": "Hovered state of color.chart.success.bold."
7983
7983
  },
7984
- "value": "#BAF3DB",
7984
+ "value": "#D3F1A7",
7985
7985
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
7986
7986
  "isSource": true,
7987
7987
  "original": {
@@ -7991,7 +7991,7 @@ var tokens = [{
7991
7991
  "introduced": "0.13.3",
7992
7992
  "description": "Hovered state of color.chart.success.bold."
7993
7993
  },
7994
- "value": "Green200"
7994
+ "value": "Lime200"
7995
7995
  },
7996
7996
  "name": "color.chart.success.bold.hovered",
7997
7997
  "path": ["color", "chart", "success", "bold", "hovered"],
@@ -8003,7 +8003,7 @@ var tokens = [{
8003
8003
  "introduced": "0.13.3",
8004
8004
  "description": "For data visualisation communicating 'new' statuses."
8005
8005
  },
8006
- "value": "#8270DB",
8006
+ "value": "#BF63F3",
8007
8007
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
8008
8008
  "isSource": true,
8009
8009
  "original": {
@@ -8013,7 +8013,7 @@ var tokens = [{
8013
8013
  "introduced": "0.13.3",
8014
8014
  "description": "For data visualisation communicating 'new' statuses."
8015
8015
  },
8016
- "value": "Purple600"
8016
+ "value": "Purple500"
8017
8017
  },
8018
8018
  "name": "color.chart.discovery.[default].[default]",
8019
8019
  "path": ["color", "chart", "discovery", "[default]", "[default]"],
@@ -8025,7 +8025,7 @@ var tokens = [{
8025
8025
  "introduced": "0.13.3",
8026
8026
  "description": "Hovered state of color.chart.discovery."
8027
8027
  },
8028
- "value": "#8F7EE7",
8028
+ "value": "#C97CF4",
8029
8029
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
8030
8030
  "isSource": true,
8031
8031
  "original": {
@@ -8035,7 +8035,7 @@ var tokens = [{
8035
8035
  "introduced": "0.13.3",
8036
8036
  "description": "Hovered state of color.chart.discovery."
8037
8037
  },
8038
- "value": "Purple500"
8038
+ "value": "Purple400"
8039
8039
  },
8040
8040
  "name": "color.chart.discovery.[default].hovered",
8041
8041
  "path": ["color", "chart", "discovery", "[default]", "hovered"],
@@ -8047,7 +8047,7 @@ var tokens = [{
8047
8047
  "introduced": "0.13.3",
8048
8048
  "description": "A stronger emphasis option of color.chart.discovery."
8049
8049
  },
8050
- "value": "#B8ACF6",
8050
+ "value": "#D8A0F7",
8051
8051
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
8052
8052
  "isSource": true,
8053
8053
  "original": {
@@ -8069,7 +8069,7 @@ var tokens = [{
8069
8069
  "introduced": "0.13.3",
8070
8070
  "description": "Hovered state of color.chart.discovery.bold."
8071
8071
  },
8072
- "value": "#DFD8FD",
8072
+ "value": "#EED7FC",
8073
8073
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
8074
8074
  "isSource": true,
8075
8075
  "original": {
@@ -8091,7 +8091,7 @@ var tokens = [{
8091
8091
  "introduced": "0.13.3",
8092
8092
  "description": "For data visualisation communicating low priority or in-progress statuses."
8093
8093
  },
8094
- "value": "#1D7AFC",
8094
+ "value": "#4688EC",
8095
8095
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
8096
8096
  "isSource": true,
8097
8097
  "original": {
@@ -8101,7 +8101,7 @@ var tokens = [{
8101
8101
  "introduced": "0.13.3",
8102
8102
  "description": "For data visualisation communicating low priority or in-progress statuses."
8103
8103
  },
8104
- "value": "Blue600"
8104
+ "value": "Blue500"
8105
8105
  },
8106
8106
  "name": "color.chart.information.[default].[default]",
8107
8107
  "path": ["color", "chart", "information", "[default]", "[default]"],
@@ -8113,7 +8113,7 @@ var tokens = [{
8113
8113
  "introduced": "0.13.3",
8114
8114
  "description": "Hovered state of color.chart.information."
8115
8115
  },
8116
- "value": "#388BFF",
8116
+ "value": "#669DF1",
8117
8117
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
8118
8118
  "isSource": true,
8119
8119
  "original": {
@@ -8123,7 +8123,7 @@ var tokens = [{
8123
8123
  "introduced": "0.13.3",
8124
8124
  "description": "Hovered state of color.chart.information."
8125
8125
  },
8126
- "value": "Blue500"
8126
+ "value": "Blue400"
8127
8127
  },
8128
8128
  "name": "color.chart.information.[default].hovered",
8129
8129
  "path": ["color", "chart", "information", "[default]", "hovered"],
@@ -8135,7 +8135,7 @@ var tokens = [{
8135
8135
  "introduced": "0.13.3",
8136
8136
  "description": "A stronger emphasis option of color.chart.information."
8137
8137
  },
8138
- "value": "#85B8FF",
8138
+ "value": "#8FB8F6",
8139
8139
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
8140
8140
  "isSource": true,
8141
8141
  "original": {
@@ -8157,7 +8157,7 @@ var tokens = [{
8157
8157
  "introduced": "0.13.3",
8158
8158
  "description": "Hovered state of color.chart.information.bold."
8159
8159
  },
8160
- "value": "#CCE0FF",
8160
+ "value": "#CFE1FD",
8161
8161
  "filePath": "schema/themes/atlassian-dark/color/chart.tsx",
8162
8162
  "isSource": true,
8163
8163
  "original": {
@@ -8179,7 +8179,7 @@ var tokens = [{
8179
8179
  "introduced": "0.6.0",
8180
8180
  "description": "Use as the primary background for the UI."
8181
8181
  },
8182
- "value": "#1D2125",
8182
+ "value": "#1F1F21",
8183
8183
  "filePath": "schema/themes/atlassian-dark/elevation/surface.tsx",
8184
8184
  "isSource": true,
8185
8185
  "original": {
@@ -8201,7 +8201,7 @@ var tokens = [{
8201
8201
  "introduced": "0.10.20",
8202
8202
  "description": "Hovered state of elevation.surface"
8203
8203
  },
8204
- "value": "#22272B",
8204
+ "value": "#242528",
8205
8205
  "filePath": "schema/themes/atlassian-dark/elevation/surface.tsx",
8206
8206
  "isSource": true,
8207
8207
  "original": {
@@ -8223,7 +8223,7 @@ var tokens = [{
8223
8223
  "introduced": "0.10.20",
8224
8224
  "description": "Pressed state of elevation.surface"
8225
8225
  },
8226
- "value": "#282E33",
8226
+ "value": "#2B2C2F",
8227
8227
  "filePath": "schema/themes/atlassian-dark/elevation/surface.tsx",
8228
8228
  "isSource": true,
8229
8229
  "original": {
@@ -8245,7 +8245,7 @@ var tokens = [{
8245
8245
  "introduced": "0.6.0",
8246
8246
  "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."
8247
8247
  },
8248
- "value": "#282E33",
8248
+ "value": "#2B2C2F",
8249
8249
  "filePath": "schema/themes/atlassian-dark/elevation/surface.tsx",
8250
8250
  "isSource": true,
8251
8251
  "original": {
@@ -8267,7 +8267,7 @@ var tokens = [{
8267
8267
  "introduced": "0.10.20",
8268
8268
  "description": "Hovered state of elevation.surface.overlay"
8269
8269
  },
8270
- "value": "#2C333A",
8270
+ "value": "#303134",
8271
8271
  "filePath": "schema/themes/atlassian-dark/elevation/surface.tsx",
8272
8272
  "isSource": true,
8273
8273
  "original": {
@@ -8289,7 +8289,7 @@ var tokens = [{
8289
8289
  "introduced": "0.10.20",
8290
8290
  "description": "Pressed state of elevation.surface.overlay"
8291
8291
  },
8292
- "value": "#38414A",
8292
+ "value": "#3D3F43",
8293
8293
  "filePath": "schema/themes/atlassian-dark/elevation/surface.tsx",
8294
8294
  "isSource": true,
8295
8295
  "original": {
@@ -8311,7 +8311,7 @@ var tokens = [{
8311
8311
  "introduced": "0.6.0",
8312
8312
  "description": "Use for the background of cards that can be moved, such as Jira cards on a Kanban board. Combine with elevation.shadow.raised."
8313
8313
  },
8314
- "value": "#22272B",
8314
+ "value": "#242528",
8315
8315
  "filePath": "schema/themes/atlassian-dark/elevation/surface.tsx",
8316
8316
  "isSource": true,
8317
8317
  "original": {
@@ -8333,7 +8333,7 @@ var tokens = [{
8333
8333
  "introduced": "0.10.20",
8334
8334
  "description": "Hovered state of elevation.surface.raised"
8335
8335
  },
8336
- "value": "#282E33",
8336
+ "value": "#2B2C2F",
8337
8337
  "filePath": "schema/themes/atlassian-dark/elevation/surface.tsx",
8338
8338
  "isSource": true,
8339
8339
  "original": {
@@ -8355,7 +8355,7 @@ var tokens = [{
8355
8355
  "introduced": "0.10.20",
8356
8356
  "description": "Pressed state of elevation.surface.raised"
8357
8357
  },
8358
- "value": "#2C333A",
8358
+ "value": "#303134",
8359
8359
  "filePath": "schema/themes/atlassian-dark/elevation/surface.tsx",
8360
8360
  "isSource": true,
8361
8361
  "original": {
@@ -8377,7 +8377,7 @@ var tokens = [{
8377
8377
  "introduced": "0.6.0",
8378
8378
  "description": "A secondary background for the UI commonly used for grouping items, such as Jira cards in columns."
8379
8379
  },
8380
- "value": "#161A1D",
8380
+ "value": "#18191A",
8381
8381
  "filePath": "schema/themes/atlassian-dark/elevation/surface.tsx",
8382
8382
  "isSource": true,
8383
8383
  "original": {
@@ -8405,7 +8405,7 @@ var tokens = [{
8405
8405
  "x": 0,
8406
8406
  "y": 0
8407
8407
  },
8408
- "color": "#030404",
8408
+ "color": "#01040475",
8409
8409
  "opacity": 0.56
8410
8410
  }, {
8411
8411
  "radius": 1,
@@ -8413,7 +8413,7 @@ var tokens = [{
8413
8413
  "x": 0,
8414
8414
  "y": 0
8415
8415
  },
8416
- "color": "#030404",
8416
+ "color": "#01040475",
8417
8417
  "opacity": 0.5
8418
8418
  }],
8419
8419
  "filePath": "schema/themes/atlassian-dark/elevation/shadow.tsx",
@@ -8431,7 +8431,7 @@ var tokens = [{
8431
8431
  "x": 0,
8432
8432
  "y": 0
8433
8433
  },
8434
- "color": "#030404",
8434
+ "color": "DarkNeutral-100A",
8435
8435
  "opacity": 0.56
8436
8436
  }, {
8437
8437
  "radius": 1,
@@ -8439,7 +8439,7 @@ var tokens = [{
8439
8439
  "x": 0,
8440
8440
  "y": 0
8441
8441
  },
8442
- "color": "#030404",
8442
+ "color": "DarkNeutral-100A",
8443
8443
  "opacity": 0.5
8444
8444
  }]
8445
8445
  },
@@ -8453,7 +8453,7 @@ var tokens = [{
8453
8453
  "introduced": "0.10.32",
8454
8454
  "description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.spread to replicate the overflow shadow."
8455
8455
  },
8456
- "value": "#03040480",
8456
+ "value": "#01040480",
8457
8457
  "filePath": "schema/themes/atlassian-dark/elevation/shadow.tsx",
8458
8458
  "isSource": true,
8459
8459
  "original": {
@@ -8463,7 +8463,7 @@ var tokens = [{
8463
8463
  "introduced": "0.10.32",
8464
8464
  "description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.spread to replicate the overflow shadow."
8465
8465
  },
8466
- "value": "#03040480"
8466
+ "value": "#01040480"
8467
8467
  },
8468
8468
  "name": "elevation.shadow.overflow.perimeter",
8469
8469
  "path": ["elevation", "shadow", "overflow", "perimeter"],
@@ -8475,7 +8475,7 @@ var tokens = [{
8475
8475
  "introduced": "0.10.32",
8476
8476
  "description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.perimeter to replicate the overflow shadow."
8477
8477
  },
8478
- "value": "#0304048f",
8478
+ "value": "#0104048f",
8479
8479
  "filePath": "schema/themes/atlassian-dark/elevation/shadow.tsx",
8480
8480
  "isSource": true,
8481
8481
  "original": {
@@ -8485,7 +8485,7 @@ var tokens = [{
8485
8485
  "introduced": "0.10.32",
8486
8486
  "description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.perimeter to replicate the overflow shadow."
8487
8487
  },
8488
- "value": "#0304048f"
8488
+ "value": "#0104048f"
8489
8489
  },
8490
8490
  "name": "elevation.shadow.overflow.spread",
8491
8491
  "path": ["elevation", "shadow", "overflow", "spread"],
@@ -8500,19 +8500,19 @@ var tokens = [{
8500
8500
  "value": [{
8501
8501
  "radius": 0,
8502
8502
  "spread": 1,
8503
- "color": "#39424a",
8503
+ "color": "#BDBDBD",
8504
8504
  "offset": {
8505
8505
  "x": 0,
8506
8506
  "y": 0
8507
8507
  },
8508
- "opacity": 1
8508
+ "opacity": 0.12
8509
8509
  }, {
8510
8510
  "radius": 12,
8511
8511
  "offset": {
8512
8512
  "x": 0,
8513
8513
  "y": 8
8514
8514
  },
8515
- "color": "#03040442",
8515
+ "color": "#01040475",
8516
8516
  "opacity": 0.36
8517
8517
  }, {
8518
8518
  "radius": 1,
@@ -8521,7 +8521,7 @@ var tokens = [{
8521
8521
  "x": 0,
8522
8522
  "y": 0
8523
8523
  },
8524
- "color": "#03040442",
8524
+ "color": "#01040475",
8525
8525
  "opacity": 0.5
8526
8526
  }],
8527
8527
  "filePath": "schema/themes/atlassian-dark/elevation/shadow.tsx",
@@ -8536,12 +8536,12 @@ var tokens = [{
8536
8536
  "value": [{
8537
8537
  "radius": 0,
8538
8538
  "spread": 1,
8539
- "color": "#39424a",
8539
+ "color": "#BDBDBD",
8540
8540
  "offset": {
8541
8541
  "x": 0,
8542
8542
  "y": 0
8543
8543
  },
8544
- "opacity": 1
8544
+ "opacity": 0.12
8545
8545
  }, {
8546
8546
  "radius": 12,
8547
8547
  "offset": {
@@ -8586,7 +8586,7 @@ var tokens = [{
8586
8586
  "x": 0,
8587
8587
  "y": 1
8588
8588
  },
8589
- "color": "#03040442",
8589
+ "color": "#01040475",
8590
8590
  "opacity": 0.5
8591
8591
  }, {
8592
8592
  "radius": 1,
@@ -8594,7 +8594,7 @@ var tokens = [{
8594
8594
  "x": 0,
8595
8595
  "y": 0
8596
8596
  },
8597
- "color": "#03040442",
8597
+ "color": "#01040475",
8598
8598
  "opacity": 0.5
8599
8599
  }],
8600
8600
  "filePath": "schema/themes/atlassian-dark/elevation/shadow.tsx",
@@ -8709,7 +8709,7 @@ var tokens = [{
8709
8709
  "introduced": "1.14.0",
8710
8710
  "description": "A dynamic token that represents the current surface color set by a parent element. It defaults to the 'elevation.surface' token value."
8711
8711
  },
8712
- "value": "#1D2125",
8712
+ "value": "#1F1F21",
8713
8713
  "filePath": "schema/themes/atlassian-dark/utility/utility.tsx",
8714
8714
  "isSource": true,
8715
8715
  "original": {