@atlaskit/tokens 7.1.0 → 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 (120) hide show
  1. package/CHANGELOG.md +33 -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/babel-plugin/plugin.js +8 -0
  16. package/dist/cjs/entry-points/palettes-raw.js +0 -7
  17. package/dist/cjs/entry-points/token-metadata.codegen.js +266 -266
  18. package/dist/cjs/entry-points/tokens-raw.js +0 -14
  19. package/dist/cjs/get-theme-styles.js +0 -3
  20. package/dist/cjs/get-token-value.js +0 -4
  21. package/dist/cjs/get-token.js +0 -4
  22. package/dist/cjs/theme-config.js +1 -19
  23. package/dist/cjs/utils/theme-loading.js +3 -7
  24. package/dist/es2019/artifacts/atlassian-dark-token-value-for-contrast-check.js +8 -8
  25. package/dist/es2019/artifacts/atlassian-light-token-value-for-contrast-check.js +7 -7
  26. package/dist/es2019/artifacts/palettes-raw/palette.js +147 -147
  27. package/dist/es2019/artifacts/theme-import-map.js +2 -6
  28. package/dist/es2019/artifacts/themes/atlassian-dark-increased-contrast.js +289 -289
  29. package/dist/es2019/artifacts/themes/atlassian-dark.js +294 -294
  30. package/dist/es2019/artifacts/themes/atlassian-light-increased-contrast.js +218 -218
  31. package/dist/es2019/artifacts/themes/atlassian-light.js +266 -266
  32. package/dist/es2019/artifacts/token-default-values.js +266 -266
  33. package/dist/es2019/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +401 -401
  34. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +436 -436
  35. package/dist/es2019/artifacts/tokens-raw/atlassian-light-increased-contrast.js +273 -273
  36. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +375 -375
  37. package/dist/es2019/babel-plugin/plugin.js +8 -0
  38. package/dist/es2019/entry-points/palettes-raw.js +0 -1
  39. package/dist/es2019/entry-points/token-metadata.codegen.js +266 -266
  40. package/dist/es2019/entry-points/tokens-raw.js +0 -2
  41. package/dist/es2019/get-theme-styles.js +0 -1
  42. package/dist/es2019/get-token-value.js +0 -4
  43. package/dist/es2019/get-token.js +0 -4
  44. package/dist/es2019/theme-config.js +1 -19
  45. package/dist/es2019/utils/theme-loading.js +0 -4
  46. package/dist/esm/artifacts/atlassian-dark-token-value-for-contrast-check.js +8 -8
  47. package/dist/esm/artifacts/atlassian-light-token-value-for-contrast-check.js +7 -7
  48. package/dist/esm/artifacts/palettes-raw/palette.js +147 -147
  49. package/dist/esm/artifacts/theme-import-map.js +1 -9
  50. package/dist/esm/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
  51. package/dist/esm/artifacts/themes/atlassian-dark.js +2 -2
  52. package/dist/esm/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
  53. package/dist/esm/artifacts/themes/atlassian-light.js +2 -2
  54. package/dist/esm/artifacts/token-default-values.js +266 -266
  55. package/dist/esm/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +401 -401
  56. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +436 -436
  57. package/dist/esm/artifacts/tokens-raw/atlassian-light-increased-contrast.js +273 -273
  58. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +375 -375
  59. package/dist/esm/babel-plugin/plugin.js +8 -0
  60. package/dist/esm/entry-points/palettes-raw.js +0 -1
  61. package/dist/esm/entry-points/token-metadata.codegen.js +266 -266
  62. package/dist/esm/entry-points/tokens-raw.js +0 -2
  63. package/dist/esm/get-theme-styles.js +0 -3
  64. package/dist/esm/get-token-value.js +0 -4
  65. package/dist/esm/get-token.js +0 -4
  66. package/dist/esm/theme-config.js +1 -19
  67. package/dist/esm/utils/theme-loading.js +3 -7
  68. package/dist/types/artifacts/atlassian-dark-token-value-for-contrast-check.d.ts +8 -8
  69. package/dist/types/artifacts/atlassian-light-token-value-for-contrast-check.d.ts +7 -7
  70. package/dist/types/artifacts/palettes-raw/palette.d.ts +1 -1
  71. package/dist/types/artifacts/theme-import-map.d.ts +1 -1
  72. package/dist/types/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
  73. package/dist/types/artifacts/themes/atlassian-dark.d.ts +2 -2
  74. package/dist/types/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
  75. package/dist/types/artifacts/themes/atlassian-light.d.ts +2 -2
  76. package/dist/types/artifacts/token-default-values.d.ts +266 -266
  77. package/dist/types/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
  78. package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  79. package/dist/types/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
  80. package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  81. package/dist/types/babel-plugin/plugin.d.ts +4 -0
  82. package/dist/types/entry-points/palettes-raw.d.ts +0 -1
  83. package/dist/types/entry-points/token-metadata.codegen.d.ts +1 -1
  84. package/dist/types/entry-points/tokens-raw.d.ts +0 -2
  85. package/dist/types/theme-config.d.ts +6 -6
  86. package/dist/types-ts4.5/artifacts/atlassian-dark-token-value-for-contrast-check.d.ts +8 -8
  87. package/dist/types-ts4.5/artifacts/atlassian-light-token-value-for-contrast-check.d.ts +7 -7
  88. package/dist/types-ts4.5/artifacts/palettes-raw/palette.d.ts +1 -1
  89. package/dist/types-ts4.5/artifacts/theme-import-map.d.ts +1 -1
  90. package/dist/types-ts4.5/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
  91. package/dist/types-ts4.5/artifacts/themes/atlassian-dark.d.ts +2 -2
  92. package/dist/types-ts4.5/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
  93. package/dist/types-ts4.5/artifacts/themes/atlassian-light.d.ts +2 -2
  94. package/dist/types-ts4.5/artifacts/token-default-values.d.ts +266 -266
  95. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
  96. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  97. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
  98. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  99. package/dist/types-ts4.5/babel-plugin/plugin.d.ts +4 -0
  100. package/dist/types-ts4.5/entry-points/palettes-raw.d.ts +0 -1
  101. package/dist/types-ts4.5/entry-points/token-metadata.codegen.d.ts +1 -1
  102. package/dist/types-ts4.5/entry-points/tokens-raw.d.ts +0 -2
  103. package/dist/types-ts4.5/theme-config.d.ts +4 -8
  104. package/figma/atlassian-dark-increased-contrast.json +292 -292
  105. package/figma/atlassian-dark.json +297 -297
  106. package/figma/atlassian-light-increased-contrast.json +220 -220
  107. package/figma/atlassian-light.json +268 -268
  108. package/package.json +6 -6
  109. package/dist/cjs/artifacts/themes/atlassian-dark-brand-refresh.js +0 -12
  110. package/dist/cjs/artifacts/themes/atlassian-light-brand-refresh.js +0 -12
  111. package/dist/es2019/artifacts/themes/atlassian-dark-brand-refresh.js +0 -401
  112. package/dist/es2019/artifacts/themes/atlassian-light-brand-refresh.js +0 -401
  113. package/dist/esm/artifacts/themes/atlassian-dark-brand-refresh.js +0 -6
  114. package/dist/esm/artifacts/themes/atlassian-light-brand-refresh.js +0 -6
  115. package/dist/types/artifacts/themes/atlassian-dark-brand-refresh.d.ts +0 -7
  116. package/dist/types/artifacts/themes/atlassian-light-brand-refresh.d.ts +0 -7
  117. package/dist/types-ts4.5/artifacts/themes/atlassian-dark-brand-refresh.d.ts +0 -7
  118. package/dist/types-ts4.5/artifacts/themes/atlassian-light-brand-refresh.d.ts +0 -7
  119. package/figma/atlassian-dark-brand-refresh.json +0 -3558
  120. package/figma/atlassian-light-brand-refresh.json +0 -3537
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * Metadata for generation of of `@atlaskit/ads-mcp` and https://atlassian.design/llms-tokens.txt.
5
5
  *
6
- * @codegen <<SignedSource::fc7eb246882a1c2dfeef3f7836f83459>>
6
+ * @codegen <<SignedSource::2df7129dadaefaa82ff5761d8db12e31>>
7
7
  * @codegenCommand yarn build tokens
8
8
  */
9
9
 
@@ -11,7 +11,7 @@ export var tokens = [{
11
11
  name: 'color.text',
12
12
  path: ['color', 'text', '[default]'],
13
13
  description: 'Use for primary text, such as body copy, sentence case headers, and buttons.',
14
- exampleValue: '#172B4D'
14
+ exampleValue: '#292A2E'
15
15
  }, {
16
16
  name: 'color.text.accent.lime',
17
17
  path: ['color', 'text', 'accent', 'lime', '[default]'],
@@ -36,12 +36,12 @@ export var tokens = [{
36
36
  name: 'color.text.accent.orange',
37
37
  path: ['color', 'text', 'accent', 'orange', '[default]'],
38
38
  description: 'Use for orange text on subtlest and subtler orange accent backgrounds when there is no meaning tied to the color.',
39
- exampleValue: '#A54800'
39
+ exampleValue: '#9E4C00'
40
40
  }, {
41
41
  name: 'color.text.accent.orange.bolder',
42
42
  path: ['color', 'text', 'accent', 'orange', 'bolder'],
43
43
  description: 'Use for orange text on subtle orange accent backgrounds when there is no meaning tied to the color.',
44
- exampleValue: '#702E00'
44
+ exampleValue: '#693200'
45
45
  }, {
46
46
  name: 'color.text.accent.yellow',
47
47
  path: ['color', 'text', 'accent', 'yellow', '[default]'],
@@ -76,22 +76,22 @@ export var tokens = [{
76
76
  name: 'color.text.accent.blue',
77
77
  path: ['color', 'text', 'accent', 'blue', '[default]'],
78
78
  description: 'Use for blue text on subtlest and subtler blue accent backgrounds when there is no meaning tied to the color.',
79
- exampleValue: '#0055CC'
79
+ exampleValue: '#1558BC'
80
80
  }, {
81
81
  name: 'color.text.accent.blue.bolder',
82
82
  path: ['color', 'text', 'accent', 'blue', 'bolder'],
83
83
  description: 'Use for blue text on subtle blue accent backgrounds when there is no meaning tied to the color.',
84
- exampleValue: '#09326C'
84
+ exampleValue: '#123263'
85
85
  }, {
86
86
  name: 'color.text.accent.purple',
87
87
  path: ['color', 'text', 'accent', 'purple', '[default]'],
88
88
  description: 'Use for purple text on subtlest and subtler purple accent backgrounds when there is no meaning tied to the color.',
89
- exampleValue: '#5E4DB2'
89
+ exampleValue: '#803FA5'
90
90
  }, {
91
91
  name: 'color.text.accent.purple.bolder',
92
92
  path: ['color', 'text', 'accent', 'purple', 'bolder'],
93
93
  description: 'Use for purple text on subtle purple accent backgrounds when there is no meaning tied to the color.',
94
- exampleValue: '#352C63'
94
+ exampleValue: '#48245D'
95
95
  }, {
96
96
  name: 'color.text.accent.magenta',
97
97
  path: ['color', 'text', 'accent', 'magenta', '[default]'],
@@ -106,17 +106,17 @@ export var tokens = [{
106
106
  name: 'color.text.accent.gray',
107
107
  path: ['color', 'text', 'accent', 'gray', '[default]'],
108
108
  description: 'Use for text on non-bold gray accent backgrounds, such as colored tags.',
109
- exampleValue: '#44546F'
109
+ exampleValue: '#505258'
110
110
  }, {
111
111
  name: 'color.text.accent.gray.bolder',
112
112
  path: ['color', 'text', 'accent', 'gray', 'bolder'],
113
113
  description: 'Use for text and icons on gray subtle accent backgrounds.',
114
- exampleValue: '#091E42'
114
+ exampleValue: '#1E1F21'
115
115
  }, {
116
116
  name: 'color.text.disabled',
117
117
  path: ['color', 'text', 'disabled'],
118
118
  description: 'Use for text in a disabled state.',
119
- exampleValue: '#091E424F'
119
+ exampleValue: '#080F214A'
120
120
  }, {
121
121
  name: 'color.text.inverse',
122
122
  path: ['color', 'text', 'inverse'],
@@ -126,12 +126,12 @@ export var tokens = [{
126
126
  name: 'color.text.selected',
127
127
  path: ['color', 'text', 'selected'],
128
128
  description: 'Use for text in selected or opened states, such as tabs and dropdown buttons.',
129
- exampleValue: '#0C66E4'
129
+ exampleValue: '#1868DB'
130
130
  }, {
131
131
  name: 'color.text.brand',
132
132
  path: ['color', 'text', 'brand'],
133
133
  description: 'Use for text that reinforces our brand.',
134
- exampleValue: '#0C66E4'
134
+ exampleValue: '#1868DB'
135
135
  }, {
136
136
  name: 'color.text.danger',
137
137
  path: ['color', 'text', 'danger'],
@@ -141,62 +141,62 @@ export var tokens = [{
141
141
  name: 'color.text.warning',
142
142
  path: ['color', 'text', 'warning', '[default]'],
143
143
  description: 'Use for text to emphasize caution, such as in moved lozenges.',
144
- exampleValue: '#A54800'
144
+ exampleValue: '#9E4C00'
145
145
  }, {
146
146
  name: 'color.text.warning.inverse',
147
147
  path: ['color', 'text', 'warning', 'inverse'],
148
148
  description: 'Use for text when on bold warning backgrounds.',
149
- exampleValue: '#172B4D'
149
+ exampleValue: '#292A2E'
150
150
  }, {
151
151
  name: 'color.text.success',
152
152
  path: ['color', 'text', 'success'],
153
153
  description: 'Use for text to communicate a favorable outcome, such as input field success messaging.',
154
- exampleValue: '#216E4E'
154
+ exampleValue: '#4C6B1F'
155
155
  }, {
156
156
  name: 'color.text.discovery',
157
157
  path: ['color', 'text', 'discovery'],
158
158
  description: 'Use for text to emphasize change or something new, such as in new lozenges.',
159
- exampleValue: '#5E4DB2'
159
+ exampleValue: '#803FA5'
160
160
  }, {
161
161
  name: 'color.text.information',
162
162
  path: ['color', 'text', 'information'],
163
163
  description: 'Use for informative text or to communicate something is in progress, such as in-progress lozenges.',
164
- exampleValue: '#0055CC'
164
+ exampleValue: '#1558BC'
165
165
  }, {
166
166
  name: 'color.text.subtlest',
167
167
  path: ['color', 'text', 'subtlest'],
168
168
  description: 'Use for tertiary text, such as meta-data, breadcrumbs, input field placeholder and helper text.',
169
- exampleValue: '#626F86'
169
+ exampleValue: '#6B6E76'
170
170
  }, {
171
171
  name: 'color.text.subtle',
172
172
  path: ['color', 'text', 'subtle'],
173
173
  description: 'Use for secondary text, such as navigation, subtle button links, input field labels, and all caps subheadings.',
174
- exampleValue: '#44546F'
174
+ exampleValue: '#505258'
175
175
  }, {
176
176
  name: 'color.link',
177
177
  path: ['color', 'link', '[default]'],
178
178
  description: 'Use for links in a default or hovered state. Add an underline for hovered states.',
179
- exampleValue: '#0C66E4'
179
+ exampleValue: '#1868DB'
180
180
  }, {
181
181
  name: 'color.link.pressed',
182
182
  path: ['color', 'link', 'pressed'],
183
183
  description: 'Use for links in a pressed state.',
184
- exampleValue: '#0055CC'
184
+ exampleValue: '#1558BC'
185
185
  }, {
186
186
  name: 'color.link.visited',
187
187
  path: ['color', 'link', 'visited', '[default]'],
188
188
  description: 'Use for visited links.',
189
- exampleValue: '#5E4DB2'
189
+ exampleValue: '#803FA5'
190
190
  }, {
191
191
  name: 'color.link.visited.pressed',
192
192
  path: ['color', 'link', 'visited', 'pressed'],
193
193
  description: 'Use for visited links in a pressed state.',
194
- exampleValue: '#352C63'
194
+ exampleValue: '#48245D'
195
195
  }, {
196
196
  name: 'color.icon',
197
197
  path: ['color', 'icon', '[default]'],
198
198
  description: 'Use for icon-only buttons, or icons paired with color.text',
199
- exampleValue: '#44546F'
199
+ exampleValue: '#292A2E'
200
200
  }, {
201
201
  name: 'color.icon.accent.lime',
202
202
  path: ['color', 'icon', 'accent', 'lime'],
@@ -211,7 +211,7 @@ export var tokens = [{
211
211
  name: 'color.icon.accent.orange',
212
212
  path: ['color', 'icon', 'accent', 'orange'],
213
213
  description: 'Use for orange icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.',
214
- exampleValue: '#E56910'
214
+ exampleValue: '#E06C00'
215
215
  }, {
216
216
  name: 'color.icon.accent.yellow',
217
217
  path: ['color', 'icon', 'accent', 'yellow'],
@@ -231,12 +231,12 @@ export var tokens = [{
231
231
  name: 'color.icon.accent.blue',
232
232
  path: ['color', 'icon', 'accent', 'blue'],
233
233
  description: 'Use for blue icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.',
234
- exampleValue: '#1D7AFC'
234
+ exampleValue: '#357DE8'
235
235
  }, {
236
236
  name: 'color.icon.accent.purple',
237
237
  path: ['color', 'icon', 'accent', 'purple'],
238
238
  description: 'Use for purple icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.',
239
- exampleValue: '#8270DB'
239
+ exampleValue: '#AF59E1'
240
240
  }, {
241
241
  name: 'color.icon.accent.magenta',
242
242
  path: ['color', 'icon', 'accent', 'magenta'],
@@ -246,12 +246,12 @@ export var tokens = [{
246
246
  name: 'color.icon.accent.gray',
247
247
  path: ['color', 'icon', 'accent', 'gray'],
248
248
  description: 'Use for icons on non-bold gray accent backgrounds, such as file type icons.',
249
- exampleValue: '#758195'
249
+ exampleValue: '#7D818A'
250
250
  }, {
251
251
  name: 'color.icon.disabled',
252
252
  path: ['color', 'icon', 'disabled'],
253
253
  description: 'Use for icons in a disabled state.',
254
- exampleValue: '#091E424F'
254
+ exampleValue: '#080F214A'
255
255
  }, {
256
256
  name: 'color.icon.inverse',
257
257
  path: ['color', 'icon', 'inverse'],
@@ -261,12 +261,12 @@ export var tokens = [{
261
261
  name: 'color.icon.selected',
262
262
  path: ['color', 'icon', 'selected'],
263
263
  description: 'Use for icons in selected or opened states, such as those used in dropdown buttons.',
264
- exampleValue: '#0C66E4'
264
+ exampleValue: '#1868DB'
265
265
  }, {
266
266
  name: 'color.icon.brand',
267
267
  path: ['color', 'icon', 'brand'],
268
268
  description: 'Use for icons that reinforce our brand.',
269
- exampleValue: '#0C66E4'
269
+ exampleValue: '#1868DB'
270
270
  }, {
271
271
  name: 'color.icon.danger',
272
272
  path: ['color', 'icon', 'danger'],
@@ -276,42 +276,42 @@ export var tokens = [{
276
276
  name: 'color.icon.warning',
277
277
  path: ['color', 'icon', 'warning', '[default]'],
278
278
  description: 'Use for icons communicating caution, such as those used in warning section messages.',
279
- exampleValue: '#E56910'
279
+ exampleValue: '#E06C00'
280
280
  }, {
281
281
  name: 'color.icon.warning.inverse',
282
282
  path: ['color', 'icon', 'warning', 'inverse'],
283
283
  description: 'Use for icons when on bold warning backgrounds.',
284
- exampleValue: '#172B4D'
284
+ exampleValue: '#292A2E'
285
285
  }, {
286
286
  name: 'color.icon.success',
287
287
  path: ['color', 'icon', 'success'],
288
288
  description: 'Use for icons communicating a favorable outcome, such as those used in success section messaged.',
289
- exampleValue: '#22A06B'
289
+ exampleValue: '#6A9A23'
290
290
  }, {
291
291
  name: 'color.icon.discovery',
292
292
  path: ['color', 'icon', 'discovery'],
293
293
  description: 'Use for icons communicating change or something new, such as discovery section messages.',
294
- exampleValue: '#8270DB'
294
+ exampleValue: '#AF59E1'
295
295
  }, {
296
296
  name: 'color.icon.information',
297
297
  path: ['color', 'icon', 'information'],
298
298
  description: 'Use for icons communicating information or something in-progress, such as information section messages.',
299
- exampleValue: '#1D7AFC'
299
+ exampleValue: '#357DE8'
300
300
  }, {
301
301
  name: 'color.icon.subtlest',
302
302
  path: ['color', 'icon', 'subtlest'],
303
303
  description: 'Use for icons paired with color.text.subtlest',
304
- exampleValue: '#626F86'
304
+ exampleValue: '#6B6E76'
305
305
  }, {
306
306
  name: 'color.icon.subtle',
307
307
  path: ['color', 'icon', 'subtle'],
308
308
  description: 'Use for icons paired with color.text.subtle',
309
- exampleValue: '#626F86'
309
+ exampleValue: '#505258'
310
310
  }, {
311
311
  name: 'color.border',
312
312
  path: ['color', 'border', '[default]'],
313
313
  description: 'Use to visually group or separate UI elements, such as flat cards or side panel dividers.',
314
- exampleValue: '#091E4224'
314
+ exampleValue: '#0B120E24'
315
315
  }, {
316
316
  name: 'color.border.accent.lime',
317
317
  path: ['color', 'border', 'accent', 'lime'],
@@ -326,7 +326,7 @@ export var tokens = [{
326
326
  name: 'color.border.accent.orange',
327
327
  path: ['color', 'border', 'accent', 'orange'],
328
328
  description: 'Use for orange borders on non-bold backgrounds when there is no meaning tied to the color.',
329
- exampleValue: '#E56910'
329
+ exampleValue: '#E06C00'
330
330
  }, {
331
331
  name: 'color.border.accent.yellow',
332
332
  path: ['color', 'border', 'accent', 'yellow'],
@@ -346,12 +346,12 @@ export var tokens = [{
346
346
  name: 'color.border.accent.blue',
347
347
  path: ['color', 'border', 'accent', 'blue'],
348
348
  description: 'Use for blue borders on non-bold backgrounds when there is no meaning tied to the color.',
349
- exampleValue: '#1D7AFC'
349
+ exampleValue: '#357DE8'
350
350
  }, {
351
351
  name: 'color.border.accent.purple',
352
352
  path: ['color', 'border', 'accent', 'purple'],
353
353
  description: 'Use for purple borders on non-bold backgrounds when there is no meaning tied to the color.',
354
- exampleValue: '#8270DB'
354
+ exampleValue: '#AF59E1'
355
355
  }, {
356
356
  name: 'color.border.accent.magenta',
357
357
  path: ['color', 'border', 'accent', 'magenta'],
@@ -361,22 +361,22 @@ export var tokens = [{
361
361
  name: 'color.border.accent.gray',
362
362
  path: ['color', 'border', 'accent', 'gray'],
363
363
  description: 'Use for borders on non-bold gray accent backgrounds.',
364
- exampleValue: '#758195'
364
+ exampleValue: '#7D818A'
365
365
  }, {
366
366
  name: 'color.border.disabled',
367
367
  path: ['color', 'border', 'disabled'],
368
368
  description: 'Use for borders of elements in a disabled state.',
369
- exampleValue: '#091E420F'
369
+ exampleValue: '#0515240F'
370
370
  }, {
371
371
  name: 'color.border.focused',
372
372
  path: ['color', 'border', 'focused'],
373
373
  description: 'Use for focus rings of elements in a focus state.',
374
- exampleValue: '#388BFF'
374
+ exampleValue: '#4688EC'
375
375
  }, {
376
376
  name: 'color.border.input',
377
377
  path: ['color', 'border', 'input'],
378
378
  description: 'Use for borders of form UI elements, such as text fields, checkboxes, and radio buttons.',
379
- exampleValue: '#8590A2'
379
+ exampleValue: '#8C8F97'
380
380
  }, {
381
381
  name: 'color.border.inverse',
382
382
  path: ['color', 'border', 'inverse'],
@@ -386,12 +386,12 @@ export var tokens = [{
386
386
  name: 'color.border.selected',
387
387
  path: ['color', 'border', 'selected'],
388
388
  description: 'Use for borders or visual indicators of elements in a selected or opened state, such as in tabs or menu items.',
389
- exampleValue: '#0C66E4'
389
+ exampleValue: '#1868DB'
390
390
  }, {
391
391
  name: 'color.border.brand',
392
392
  path: ['color', 'border', 'brand'],
393
393
  description: 'Use for borders or visual indicators of elements that reinforce our brand, such as logos or primary buttons.',
394
- exampleValue: '#0C66E4'
394
+ exampleValue: '#1868DB'
395
395
  }, {
396
396
  name: 'color.border.danger',
397
397
  path: ['color', 'border', 'danger'],
@@ -401,27 +401,27 @@ export var tokens = [{
401
401
  name: 'color.border.warning',
402
402
  path: ['color', 'border', 'warning'],
403
403
  description: 'Use for borders communicating caution.',
404
- exampleValue: '#E56910'
404
+ exampleValue: '#E06C00'
405
405
  }, {
406
406
  name: 'color.border.success',
407
407
  path: ['color', 'border', 'success'],
408
408
  description: 'Use for borders communicating a favorable outcome, such as the borders on validated text fields.',
409
- exampleValue: '#22A06B'
409
+ exampleValue: '#6A9A23'
410
410
  }, {
411
411
  name: 'color.border.discovery',
412
412
  path: ['color', 'border', 'discovery'],
413
413
  description: 'Use for borders communicating change or something new, such as the borders in onboarding spotlights.',
414
- exampleValue: '#8270DB'
414
+ exampleValue: '#AF59E1'
415
415
  }, {
416
416
  name: 'color.border.information',
417
417
  path: ['color', 'border', 'information'],
418
418
  description: 'Use for borders communicating information or something in-progress.',
419
- exampleValue: '#1D7AFC'
419
+ exampleValue: '#357DE8'
420
420
  }, {
421
421
  name: 'color.border.bold',
422
422
  path: ['color', 'border', 'bold'],
423
423
  description: 'A neutral border option that passes min 3:1 contrast ratios.',
424
- exampleValue: '#758195'
424
+ exampleValue: '#7D818A'
425
425
  }, {
426
426
  name: 'color.background.accent.lime.subtlest',
427
427
  path: ['color', 'background', 'accent', 'lime', 'subtlest', '[default]'],
@@ -436,7 +436,7 @@ export var tokens = [{
436
436
  name: 'color.background.accent.lime.subtlest.pressed',
437
437
  path: ['color', 'background', 'accent', 'lime', 'subtlest', 'pressed'],
438
438
  description: 'Pressed state of color.background.accent.lime.subtlest.',
439
- exampleValue: '#B3DF72'
439
+ exampleValue: '#BDE97C'
440
440
  }, {
441
441
  name: 'color.background.accent.lime.subtler',
442
442
  path: ['color', 'background', 'accent', 'lime', 'subtler', '[default]'],
@@ -446,12 +446,12 @@ export var tokens = [{
446
446
  name: 'color.background.accent.lime.subtler.hovered',
447
447
  path: ['color', 'background', 'accent', 'lime', 'subtler', 'hovered'],
448
448
  description: 'Hovered state of color.background.accent.lime.subtler.',
449
- exampleValue: '#B3DF72'
449
+ exampleValue: '#BDE97C'
450
450
  }, {
451
451
  name: 'color.background.accent.lime.subtler.pressed',
452
452
  path: ['color', 'background', 'accent', 'lime', 'subtler', 'pressed'],
453
453
  description: 'Pressed state of color.background.accent.lime.subtler.',
454
- exampleValue: '#94C748'
454
+ exampleValue: '#B3DF72'
455
455
  }, {
456
456
  name: 'color.background.accent.lime.subtle',
457
457
  path: ['color', 'background', 'accent', 'lime', 'subtle', '[default]'],
@@ -466,7 +466,7 @@ export var tokens = [{
466
466
  name: 'color.background.accent.lime.subtle.pressed',
467
467
  path: ['color', 'background', 'accent', 'lime', 'subtle', 'pressed'],
468
468
  description: 'Pressed state of color.background.accent.lime.subtle.',
469
- exampleValue: '#D3F1A7'
469
+ exampleValue: '#BDE97C'
470
470
  }, {
471
471
  name: 'color.background.accent.lime.bolder',
472
472
  path: ['color', 'background', 'accent', 'lime', 'bolder', '[default]'],
@@ -481,7 +481,7 @@ export var tokens = [{
481
481
  name: 'color.background.accent.lime.bolder.pressed',
482
482
  path: ['color', 'background', 'accent', 'lime', 'bolder', 'pressed'],
483
483
  description: 'Pressed state of color.background.accent.lime.bolder.',
484
- exampleValue: '#37471F'
484
+ exampleValue: '#3F5224'
485
485
  }, {
486
486
  name: 'color.background.accent.red.subtlest',
487
487
  path: ['color', 'background', 'accent', 'red', 'subtlest', '[default]'],
@@ -496,7 +496,7 @@ export var tokens = [{
496
496
  name: 'color.background.accent.red.subtlest.pressed',
497
497
  path: ['color', 'background', 'accent', 'red', 'subtlest', 'pressed'],
498
498
  description: 'Pressed state of color.background.accent.red.subtlest.',
499
- exampleValue: '#FD9891'
499
+ exampleValue: '#FFB8B2'
500
500
  }, {
501
501
  name: 'color.background.accent.red.subtler',
502
502
  path: ['color', 'background', 'accent', 'red', 'subtler', '[default]'],
@@ -506,12 +506,12 @@ export var tokens = [{
506
506
  name: 'color.background.accent.red.subtler.hovered',
507
507
  path: ['color', 'background', 'accent', 'red', 'subtler', 'hovered'],
508
508
  description: 'Hovered state of color.background.accent.red.subtler.',
509
- exampleValue: '#FD9891'
509
+ exampleValue: '#FFB8B2'
510
510
  }, {
511
511
  name: 'color.background.accent.red.subtler.pressed',
512
512
  path: ['color', 'background', 'accent', 'red', 'subtler', 'pressed'],
513
513
  description: 'Pressed state of color.background.accent.red.subtler.',
514
- exampleValue: '#F87168'
514
+ exampleValue: '#FD9891'
515
515
  }, {
516
516
  name: 'color.background.accent.red.subtle',
517
517
  path: ['color', 'background', 'accent', 'red', 'subtle', '[default]'],
@@ -526,7 +526,7 @@ export var tokens = [{
526
526
  name: 'color.background.accent.red.subtle.pressed',
527
527
  path: ['color', 'background', 'accent', 'red', 'subtle', 'pressed'],
528
528
  description: 'Pressed state of color.background.accent.red.subtle.',
529
- exampleValue: '#FFD5D2'
529
+ exampleValue: '#FFB8B2'
530
530
  }, {
531
531
  name: 'color.background.accent.red.bolder',
532
532
  path: ['color', 'background', 'accent', 'red', 'bolder', '[default]'],
@@ -541,112 +541,112 @@ export var tokens = [{
541
541
  name: 'color.background.accent.red.bolder.pressed',
542
542
  path: ['color', 'background', 'accent', 'red', 'bolder', 'pressed'],
543
543
  description: 'Pressed state of color.background.accent.red.bolder.',
544
- exampleValue: '#5D1F1A'
544
+ exampleValue: '#872821'
545
545
  }, {
546
546
  name: 'color.background.accent.orange.subtlest',
547
547
  path: ['color', 'background', 'accent', 'orange', 'subtlest', '[default]'],
548
548
  description: 'Use for orange backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.',
549
- exampleValue: '#FFF3EB'
549
+ exampleValue: '#FFF5DB'
550
550
  }, {
551
551
  name: 'color.background.accent.orange.subtlest.hovered',
552
552
  path: ['color', 'background', 'accent', 'orange', 'subtlest', 'hovered'],
553
553
  description: 'Hovered state of color.background.accent.orange.subtlest.',
554
- exampleValue: '#FEDEC8'
554
+ exampleValue: '#FCE4A6'
555
555
  }, {
556
556
  name: 'color.background.accent.orange.subtlest.pressed',
557
557
  path: ['color', 'background', 'accent', 'orange', 'subtlest', 'pressed'],
558
558
  description: 'Pressed state of color.background.accent.orange.subtlest.',
559
- exampleValue: '#FEC195'
559
+ exampleValue: '#FBD779'
560
560
  }, {
561
561
  name: 'color.background.accent.orange.subtler',
562
562
  path: ['color', 'background', 'accent', 'orange', 'subtler', '[default]'],
563
563
  description: 'Use for orange backgrounds when there is no meaning tied to the color, such as colored tags.',
564
- exampleValue: '#FEDEC8'
564
+ exampleValue: '#FCE4A6'
565
565
  }, {
566
566
  name: 'color.background.accent.orange.subtler.hovered',
567
567
  path: ['color', 'background', 'accent', 'orange', 'subtler', 'hovered'],
568
568
  description: 'Hovered state of color.background.accent.orange.subtler.',
569
- exampleValue: '#FEC195'
569
+ exampleValue: '#FBD779'
570
570
  }, {
571
571
  name: 'color.background.accent.orange.subtler.pressed',
572
572
  path: ['color', 'background', 'accent', 'orange', 'subtler', 'pressed'],
573
573
  description: 'Pressed state of color.background.accent.orange.subtler.',
574
- exampleValue: '#FEA362'
574
+ exampleValue: '#FBC828'
575
575
  }, {
576
576
  name: 'color.background.accent.orange.subtle',
577
577
  path: ['color', 'background', 'accent', 'orange', 'subtle', '[default]'],
578
578
  description: 'Use for vibrant orange backgrounds when there is no meaning tied to the color, such as colored tags.',
579
- exampleValue: '#FEA362'
579
+ exampleValue: '#FCA700'
580
580
  }, {
581
581
  name: 'color.background.accent.orange.subtle.hovered',
582
582
  path: ['color', 'background', 'accent', 'orange', 'subtle', 'hovered'],
583
583
  description: 'Hovered state of color.background.accent.orange.subtle.',
584
- exampleValue: '#FEC195'
584
+ exampleValue: '#FBC828'
585
585
  }, {
586
586
  name: 'color.background.accent.orange.subtle.pressed',
587
587
  path: ['color', 'background', 'accent', 'orange', 'subtle', 'pressed'],
588
588
  description: 'Pressed state of color.background.accent.orange.subtle.',
589
- exampleValue: '#FEDEC8'
589
+ exampleValue: '#FBD779'
590
590
  }, {
591
591
  name: 'color.background.accent.orange.bolder',
592
592
  path: ['color', 'background', 'accent', 'orange', 'bolder', '[default]'],
593
593
  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.',
594
- exampleValue: '#C25100'
594
+ exampleValue: '#BD5B00'
595
595
  }, {
596
596
  name: 'color.background.accent.orange.bolder.hovered',
597
597
  path: ['color', 'background', 'accent', 'orange', 'bolder', 'hovered'],
598
598
  description: 'Hovered state of color.background.accent.orange.bolder.',
599
- exampleValue: '#A54800'
599
+ exampleValue: '#9E4C00'
600
600
  }, {
601
601
  name: 'color.background.accent.orange.bolder.pressed',
602
602
  path: ['color', 'background', 'accent', 'orange', 'bolder', 'pressed'],
603
603
  description: 'Pressed state of color.background.accent.orange.bolder.',
604
- exampleValue: '#702E00'
604
+ exampleValue: '#7A3B00'
605
605
  }, {
606
606
  name: 'color.background.accent.yellow.subtlest',
607
607
  path: ['color', 'background', 'accent', 'yellow', 'subtlest', '[default]'],
608
608
  description: 'Use for yellow backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.',
609
- exampleValue: '#FFF7D6'
609
+ exampleValue: '#FEF7C8'
610
610
  }, {
611
611
  name: 'color.background.accent.yellow.subtlest.hovered',
612
612
  path: ['color', 'background', 'accent', 'yellow', 'subtlest', 'hovered'],
613
613
  description: 'Hovered state of color.background.accent.yellow.subtlest.',
614
- exampleValue: '#F8E6A0'
614
+ exampleValue: '#F5E989'
615
615
  }, {
616
616
  name: 'color.background.accent.yellow.subtlest.pressed',
617
617
  path: ['color', 'background', 'accent', 'yellow', 'subtlest', 'pressed'],
618
618
  description: 'Pressed state of color.background.accent.yellow.subtlest.',
619
- exampleValue: '#F5CD47'
619
+ exampleValue: '#EFDD4E'
620
620
  }, {
621
621
  name: 'color.background.accent.yellow.subtler',
622
622
  path: ['color', 'background', 'accent', 'yellow', 'subtler', '[default]'],
623
623
  description: 'Use for yellow backgrounds when there is no meaning tied to the color, such as colored tags.',
624
- exampleValue: '#F8E6A0'
624
+ exampleValue: '#F5E989'
625
625
  }, {
626
626
  name: 'color.background.accent.yellow.subtler.hovered',
627
627
  path: ['color', 'background', 'accent', 'yellow', 'subtler', 'hovered'],
628
628
  description: 'Hovered state of color.background.accent.yellow.subtler.',
629
- exampleValue: '#F5CD47'
629
+ exampleValue: '#EFDD4E'
630
630
  }, {
631
631
  name: 'color.background.accent.yellow.subtler.pressed',
632
632
  path: ['color', 'background', 'accent', 'yellow', 'subtler', 'pressed'],
633
633
  description: 'Pressed state of color.background.accent.yellow.subtler.',
634
- exampleValue: '#E2B203'
634
+ exampleValue: '#EED12B'
635
635
  }, {
636
636
  name: 'color.background.accent.yellow.subtle',
637
637
  path: ['color', 'background', 'accent', 'yellow', 'subtle', '[default]'],
638
638
  description: 'Use for vibrant yellow backgrounds when there is no meaning tied to the color, such as colored tags.',
639
- exampleValue: '#F5CD47'
639
+ exampleValue: '#EED12B'
640
640
  }, {
641
641
  name: 'color.background.accent.yellow.subtle.hovered',
642
642
  path: ['color', 'background', 'accent', 'yellow', 'subtle', 'hovered'],
643
643
  description: 'Hovered state of color.background.accent.yellow.subtle.',
644
- exampleValue: '#E2B203'
644
+ exampleValue: '#DDB30E'
645
645
  }, {
646
646
  name: 'color.background.accent.yellow.subtle.pressed',
647
647
  path: ['color', 'background', 'accent', 'yellow', 'subtle', 'pressed'],
648
648
  description: 'Pressed state of color.background.accent.yellow.subtle.',
649
- exampleValue: '#CF9F02'
649
+ exampleValue: '#EFDD4E'
650
650
  }, {
651
651
  name: 'color.background.accent.yellow.bolder',
652
652
  path: ['color', 'background', 'accent', 'yellow', 'bolder', '[default]'],
@@ -661,7 +661,7 @@ export var tokens = [{
661
661
  name: 'color.background.accent.yellow.bolder.pressed',
662
662
  path: ['color', 'background', 'accent', 'yellow', 'bolder', 'pressed'],
663
663
  description: 'Pressed state of color.background.accent.yellow.bolder.',
664
- exampleValue: '#533F04'
664
+ exampleValue: '#614A05'
665
665
  }, {
666
666
  name: 'color.background.accent.green.subtlest',
667
667
  path: ['color', 'background', 'accent', 'green', 'subtlest', '[default]'],
@@ -676,7 +676,7 @@ export var tokens = [{
676
676
  name: 'color.background.accent.green.subtlest.pressed',
677
677
  path: ['color', 'background', 'accent', 'green', 'subtlest', 'pressed'],
678
678
  description: 'Pressed state of color.background.accent.green.subtlest.',
679
- exampleValue: '#7EE2B8'
679
+ exampleValue: '#97EDC9'
680
680
  }, {
681
681
  name: 'color.background.accent.green.subtler',
682
682
  path: ['color', 'background', 'accent', 'green', 'subtler', '[default]'],
@@ -686,12 +686,12 @@ export var tokens = [{
686
686
  name: 'color.background.accent.green.subtler.hovered',
687
687
  path: ['color', 'background', 'accent', 'green', 'subtler', 'hovered'],
688
688
  description: 'Hovered state of color.background.accent.green.subtler.',
689
- exampleValue: '#7EE2B8'
689
+ exampleValue: '#97EDC9'
690
690
  }, {
691
691
  name: 'color.background.accent.green.subtler.pressed',
692
692
  path: ['color', 'background', 'accent', 'green', 'subtler', 'pressed'],
693
693
  description: 'Pressed state of color.background.accent.green.subtler.',
694
- exampleValue: '#4BCE97'
694
+ exampleValue: '#7EE2B8'
695
695
  }, {
696
696
  name: 'color.background.accent.green.subtle',
697
697
  path: ['color', 'background', 'accent', 'green', 'subtle', '[default]'],
@@ -706,7 +706,7 @@ export var tokens = [{
706
706
  name: 'color.background.accent.green.subtle.pressed',
707
707
  path: ['color', 'background', 'accent', 'green', 'subtle', 'pressed'],
708
708
  description: 'Pressed state of color.background.accent.green.subtle.',
709
- exampleValue: '#BAF3DB'
709
+ exampleValue: '#97EDC9'
710
710
  }, {
711
711
  name: 'color.background.accent.green.bolder',
712
712
  path: ['color', 'background', 'accent', 'green', 'bolder', '[default]'],
@@ -721,7 +721,7 @@ export var tokens = [{
721
721
  name: 'color.background.accent.green.bolder.pressed',
722
722
  path: ['color', 'background', 'accent', 'green', 'bolder', 'pressed'],
723
723
  description: 'Pressed state of color.background.accent.green.bolder.',
724
- exampleValue: '#164B35'
724
+ exampleValue: '#19573D'
725
725
  }, {
726
726
  name: 'color.background.accent.teal.subtlest',
727
727
  path: ['color', 'background', 'accent', 'teal', 'subtlest', '[default]'],
@@ -736,7 +736,7 @@ export var tokens = [{
736
736
  name: 'color.background.accent.teal.subtlest.pressed',
737
737
  path: ['color', 'background', 'accent', 'teal', 'subtlest', 'pressed'],
738
738
  description: 'Pressed state of color.background.accent.teal.subtlest.',
739
- exampleValue: '#9DD9EE'
739
+ exampleValue: '#B1E4F7'
740
740
  }, {
741
741
  name: 'color.background.accent.teal.subtler',
742
742
  path: ['color', 'background', 'accent', 'teal', 'subtler', '[default]'],
@@ -746,12 +746,12 @@ export var tokens = [{
746
746
  name: 'color.background.accent.teal.subtler.hovered',
747
747
  path: ['color', 'background', 'accent', 'teal', 'subtler', 'hovered'],
748
748
  description: 'Hovered state of color.background.accent.teal.subtler.',
749
- exampleValue: '#9DD9EE'
749
+ exampleValue: '#B1E4F7'
750
750
  }, {
751
751
  name: 'color.background.accent.teal.subtler.pressed',
752
752
  path: ['color', 'background', 'accent', 'teal', 'subtler', 'pressed'],
753
753
  description: 'Pressed state of color.background.accent.teal.subtler.',
754
- exampleValue: '#6CC3E0'
754
+ exampleValue: '#9DD9EE'
755
755
  }, {
756
756
  name: 'color.background.accent.teal.subtle',
757
757
  path: ['color', 'background', 'accent', 'teal', 'subtle', '[default]'],
@@ -766,7 +766,7 @@ export var tokens = [{
766
766
  name: 'color.background.accent.teal.subtle.pressed',
767
767
  path: ['color', 'background', 'accent', 'teal', 'subtle', 'pressed'],
768
768
  description: 'Pressed state of color.background.accent.teal.subtle.',
769
- exampleValue: '#C6EDFB'
769
+ exampleValue: '#B1E4F7'
770
770
  }, {
771
771
  name: 'color.background.accent.teal.bolder',
772
772
  path: ['color', 'background', 'accent', 'teal', 'bolder', '[default]'],
@@ -781,127 +781,127 @@ export var tokens = [{
781
781
  name: 'color.background.accent.teal.bolder.pressed',
782
782
  path: ['color', 'background', 'accent', 'teal', 'bolder', 'pressed'],
783
783
  description: 'Pressed state of color.background.accent.teal.bolder.',
784
- exampleValue: '#164555'
784
+ exampleValue: '#1A5265'
785
785
  }, {
786
786
  name: 'color.background.accent.blue.subtlest',
787
787
  path: ['color', 'background', 'accent', 'blue', 'subtlest', '[default]'],
788
788
  description: 'Use for blue backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.',
789
- exampleValue: '#E9F2FF'
789
+ exampleValue: '#E9F2FE'
790
790
  }, {
791
791
  name: 'color.background.accent.blue.subtlest.hovered',
792
792
  path: ['color', 'background', 'accent', 'blue', 'subtlest', 'hovered'],
793
793
  description: 'Hovered state of color.background.accent.blue.subtlest.',
794
- exampleValue: '#CCE0FF'
794
+ exampleValue: '#CFE1FD'
795
795
  }, {
796
796
  name: 'color.background.accent.blue.subtlest.pressed',
797
797
  path: ['color', 'background', 'accent', 'blue', 'subtlest', 'pressed'],
798
798
  description: 'Pressed state of color.background.accent.blue.subtlest.',
799
- exampleValue: '#85B8FF'
799
+ exampleValue: '#ADCBFB'
800
800
  }, {
801
801
  name: 'color.background.accent.blue.subtler',
802
802
  path: ['color', 'background', 'accent', 'blue', 'subtler', '[default]'],
803
803
  description: 'Use for blue backgrounds when there is no meaning tied to the color, such as colored tags.',
804
- exampleValue: '#CCE0FF'
804
+ exampleValue: '#CFE1FD'
805
805
  }, {
806
806
  name: 'color.background.accent.blue.subtler.hovered',
807
807
  path: ['color', 'background', 'accent', 'blue', 'subtler', 'hovered'],
808
808
  description: 'Hovered state of color.background.accent.blue.subtler.',
809
- exampleValue: '#85B8FF'
809
+ exampleValue: '#ADCBFB'
810
810
  }, {
811
811
  name: 'color.background.accent.blue.subtler.pressed',
812
812
  path: ['color', 'background', 'accent', 'blue', 'subtler', 'pressed'],
813
813
  description: 'Pressed state of color.background.accent.blue.subtler.',
814
- exampleValue: '#579DFF'
814
+ exampleValue: '#8FB8F6'
815
815
  }, {
816
816
  name: 'color.background.accent.blue.subtle',
817
817
  path: ['color', 'background', 'accent', 'blue', 'subtle', '[default]'],
818
818
  description: 'Use for vibrant blue backgrounds when there is no meaning tied to the color, such as colored tags.',
819
- exampleValue: '#579DFF'
819
+ exampleValue: '#669DF1'
820
820
  }, {
821
821
  name: 'color.background.accent.blue.subtle.hovered',
822
822
  path: ['color', 'background', 'accent', 'blue', 'subtle', 'hovered'],
823
823
  description: 'Hovered state of color.background.accent.blue.subtle.',
824
- exampleValue: '#85B8FF'
824
+ exampleValue: '#8FB8F6'
825
825
  }, {
826
826
  name: 'color.background.accent.blue.subtle.pressed',
827
827
  path: ['color', 'background', 'accent', 'blue', 'subtle', 'pressed'],
828
828
  description: 'Pressed state of color.background.accent.blue.subtle.',
829
- exampleValue: '#CCE0FF'
829
+ exampleValue: '#ADCBFB'
830
830
  }, {
831
831
  name: 'color.background.accent.blue.bolder',
832
832
  path: ['color', 'background', 'accent', 'blue', 'bolder', '[default]'],
833
833
  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.',
834
- exampleValue: '#0C66E4'
834
+ exampleValue: '#1868DB'
835
835
  }, {
836
836
  name: 'color.background.accent.blue.bolder.hovered',
837
837
  path: ['color', 'background', 'accent', 'blue', 'bolder', 'hovered'],
838
838
  description: 'Hovered state of color.background.accent.blue.bolder.',
839
- exampleValue: '#0055CC'
839
+ exampleValue: '#1558BC'
840
840
  }, {
841
841
  name: 'color.background.accent.blue.bolder.pressed',
842
842
  path: ['color', 'background', 'accent', 'blue', 'bolder', 'pressed'],
843
843
  description: 'Pressed state of color.background.accent.blue.bolder.',
844
- exampleValue: '#09326C'
844
+ exampleValue: '#144794'
845
845
  }, {
846
846
  name: 'color.background.accent.purple.subtlest',
847
847
  path: ['color', 'background', 'accent', 'purple', 'subtlest', '[default]'],
848
848
  description: 'Use for purple backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.',
849
- exampleValue: '#F3F0FF'
849
+ exampleValue: '#F8EEFE'
850
850
  }, {
851
851
  name: 'color.background.accent.purple.subtlest.hovered',
852
852
  path: ['color', 'background', 'accent', 'purple', 'subtlest', 'hovered'],
853
853
  description: 'Hovered state of color.background.accent.purple.subtlest.',
854
- exampleValue: '#DFD8FD'
854
+ exampleValue: '#EED7FC'
855
855
  }, {
856
856
  name: 'color.background.accent.purple.subtlest.pressed',
857
857
  path: ['color', 'background', 'accent', 'purple', 'subtlest', 'pressed'],
858
858
  description: 'Pressed state of color.background.accent.purple.subtlest.',
859
- exampleValue: '#B8ACF6'
859
+ exampleValue: '#E3BDFA'
860
860
  }, {
861
861
  name: 'color.background.accent.purple.subtler',
862
862
  path: ['color', 'background', 'accent', 'purple', 'subtler', '[default]'],
863
863
  description: 'Use for purple backgrounds when there is no meaning tied to the color, such as colored tags.',
864
- exampleValue: '#DFD8FD'
864
+ exampleValue: '#EED7FC'
865
865
  }, {
866
866
  name: 'color.background.accent.purple.subtler.hovered',
867
867
  path: ['color', 'background', 'accent', 'purple', 'subtler', 'hovered'],
868
868
  description: 'Hovered state of color.background.accent.purple.subtler.',
869
- exampleValue: '#B8ACF6'
869
+ exampleValue: '#E3BDFA'
870
870
  }, {
871
871
  name: 'color.background.accent.purple.subtler.pressed',
872
872
  path: ['color', 'background', 'accent', 'purple', 'subtler', 'pressed'],
873
873
  description: 'Pressed state of color.background.accent.purple.subtler.',
874
- exampleValue: '#9F8FEF'
874
+ exampleValue: '#D8A0F7'
875
875
  }, {
876
876
  name: 'color.background.accent.purple.subtle',
877
877
  path: ['color', 'background', 'accent', 'purple', 'subtle', '[default]'],
878
878
  description: 'Use for vibrant purple backgrounds when there is no meaning tied to the color, such as colored tags.',
879
- exampleValue: '#9F8FEF'
879
+ exampleValue: '#C97CF4'
880
880
  }, {
881
881
  name: 'color.background.accent.purple.subtle.hovered',
882
882
  path: ['color', 'background', 'accent', 'purple', 'subtle', 'hovered'],
883
883
  description: 'Hovered state of color.background.accent.purple.subtle.',
884
- exampleValue: '#B8ACF6'
884
+ exampleValue: '#D8A0F7'
885
885
  }, {
886
886
  name: 'color.background.accent.purple.subtle.pressed',
887
887
  path: ['color', 'background', 'accent', 'purple', 'subtle', 'pressed'],
888
888
  description: 'Pressed state of color.background.accent.purple.subtle.',
889
- exampleValue: '#DFD8FD'
889
+ exampleValue: '#E3BDFA'
890
890
  }, {
891
891
  name: 'color.background.accent.purple.bolder',
892
892
  path: ['color', 'background', 'accent', 'purple', 'bolder', '[default]'],
893
893
  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.',
894
- exampleValue: '#6E5DC6'
894
+ exampleValue: '#964AC0'
895
895
  }, {
896
896
  name: 'color.background.accent.purple.bolder.hovered',
897
897
  path: ['color', 'background', 'accent', 'purple', 'bolder', 'hovered'],
898
898
  description: 'Hovered state of color.background.accent.purple.bolder.',
899
- exampleValue: '#5E4DB2'
899
+ exampleValue: '#803FA5'
900
900
  }, {
901
901
  name: 'color.background.accent.purple.bolder.pressed',
902
902
  path: ['color', 'background', 'accent', 'purple', 'bolder', 'pressed'],
903
903
  description: 'Pressed state of color.background.accent.purple.bolder.',
904
- exampleValue: '#352C63'
904
+ exampleValue: '#673286'
905
905
  }, {
906
906
  name: 'color.background.accent.magenta.subtlest',
907
907
  path: ['color', 'background', 'accent', 'magenta', 'subtlest', '[default]'],
@@ -916,7 +916,7 @@ export var tokens = [{
916
916
  name: 'color.background.accent.magenta.subtlest.pressed',
917
917
  path: ['color', 'background', 'accent', 'magenta', 'subtlest', 'pressed'],
918
918
  description: 'Pressed state of color.background.accent.magenta.subtlest.',
919
- exampleValue: '#F797D2'
919
+ exampleValue: '#FCB6E1'
920
920
  }, {
921
921
  name: 'color.background.accent.magenta.subtler',
922
922
  path: ['color', 'background', 'accent', 'magenta', 'subtler', '[default]'],
@@ -926,12 +926,12 @@ export var tokens = [{
926
926
  name: 'color.background.accent.magenta.subtler.hovered',
927
927
  path: ['color', 'background', 'accent', 'magenta', 'subtler', 'hovered'],
928
928
  description: 'Hovered state of color.background.accent.magenta.subtler.',
929
- exampleValue: '#F797D2'
929
+ exampleValue: '#FCB6E1'
930
930
  }, {
931
931
  name: 'color.background.accent.magenta.subtler.pressed',
932
932
  path: ['color', 'background', 'accent', 'magenta', 'subtler', 'pressed'],
933
933
  description: 'Pressed state of color.background.accent.magenta.subtler.',
934
- exampleValue: '#E774BB'
934
+ exampleValue: '#F797D2'
935
935
  }, {
936
936
  name: 'color.background.accent.magenta.subtle',
937
937
  path: ['color', 'background', 'accent', 'magenta', 'subtle', '[default]'],
@@ -946,7 +946,7 @@ export var tokens = [{
946
946
  name: 'color.background.accent.magenta.subtle.pressed',
947
947
  path: ['color', 'background', 'accent', 'magenta', 'subtle', 'pressed'],
948
948
  description: 'Pressed state of color.background.accent.magenta.subtle.',
949
- exampleValue: '#FDD0EC'
949
+ exampleValue: '#FCB6E1'
950
950
  }, {
951
951
  name: 'color.background.accent.magenta.bolder',
952
952
  path: ['color', 'background', 'accent', 'magenta', 'bolder', '[default]'],
@@ -961,72 +961,72 @@ export var tokens = [{
961
961
  name: 'color.background.accent.magenta.bolder.pressed',
962
962
  path: ['color', 'background', 'accent', 'magenta', 'bolder', 'pressed'],
963
963
  description: 'Pressed state of color.background.accent.magenta.bolder.',
964
- exampleValue: '#50253F'
964
+ exampleValue: '#77325B'
965
965
  }, {
966
966
  name: 'color.background.accent.gray.subtlest',
967
967
  path: ['color', 'background', 'accent', 'gray', 'subtlest', '[default]'],
968
968
  description: 'Use for gray backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.',
969
- exampleValue: '#F1F2F4'
969
+ exampleValue: '#F0F1F2'
970
970
  }, {
971
971
  name: 'color.background.accent.gray.subtlest.hovered',
972
972
  path: ['color', 'background', 'accent', 'gray', 'subtlest', 'hovered'],
973
973
  description: 'Hovered state of color.background.accent.gray.subtlest.',
974
- exampleValue: '#DCDFE4'
974
+ exampleValue: '#DDDEE1'
975
975
  }, {
976
976
  name: 'color.background.accent.gray.subtlest.pressed',
977
977
  path: ['color', 'background', 'accent', 'gray', 'subtlest', 'pressed'],
978
978
  description: 'Pressed state of color.background.accent.gray.subtlest.',
979
- exampleValue: '#B3B9C4'
979
+ exampleValue: '#B7B9BE'
980
980
  }, {
981
981
  name: 'color.background.accent.gray.subtler',
982
982
  path: ['color', 'background', 'accent', 'gray', 'subtler', '[default]'],
983
983
  description: 'Use for gray backgrounds when there is no meaning tied to the color, such as colored tags.',
984
- exampleValue: '#DCDFE4'
984
+ exampleValue: '#DDDEE1'
985
985
  }, {
986
986
  name: 'color.background.accent.gray.subtler.hovered',
987
987
  path: ['color', 'background', 'accent', 'gray', 'subtler', 'hovered'],
988
988
  description: 'Hovered state of color.background.accent.gray.subtler.',
989
- exampleValue: '#B3B9C4'
989
+ exampleValue: '#B7B9BE'
990
990
  }, {
991
991
  name: 'color.background.accent.gray.subtler.pressed',
992
992
  path: ['color', 'background', 'accent', 'gray', 'subtler', 'pressed'],
993
993
  description: 'Pressed state of color.background.accent.gray.subtler.',
994
- exampleValue: '#8590A2'
994
+ exampleValue: '#8C8F97'
995
995
  }, {
996
996
  name: 'color.background.accent.gray.subtle',
997
997
  path: ['color', 'background', 'accent', 'gray', 'subtle', '[default]'],
998
998
  description: 'Use for vibrant gray backgrounds when there is no meaning tied to the color, such as colored tags.',
999
- exampleValue: '#8590A2'
999
+ exampleValue: '#8C8F97'
1000
1000
  }, {
1001
1001
  name: 'color.background.accent.gray.subtle.hovered',
1002
1002
  path: ['color', 'background', 'accent', 'gray', 'subtle', 'hovered'],
1003
1003
  description: 'Hovered state of color.background.accent.gray.subtle.',
1004
- exampleValue: '#B3B9C4'
1004
+ exampleValue: '#B7B9BE'
1005
1005
  }, {
1006
1006
  name: 'color.background.accent.gray.subtle.pressed',
1007
1007
  path: ['color', 'background', 'accent', 'gray', 'subtle', 'pressed'],
1008
1008
  description: 'Pressed state of color.background.accent.gray.subtle.',
1009
- exampleValue: '#DCDFE4'
1009
+ exampleValue: '#DDDEE1'
1010
1010
  }, {
1011
1011
  name: 'color.background.accent.gray.bolder',
1012
1012
  path: ['color', 'background', 'accent', 'gray', 'bolder', '[default]'],
1013
1013
  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.',
1014
- exampleValue: '#626F86'
1014
+ exampleValue: '#6B6E76'
1015
1015
  }, {
1016
1016
  name: 'color.background.accent.gray.bolder.hovered',
1017
1017
  path: ['color', 'background', 'accent', 'gray', 'bolder', 'hovered'],
1018
1018
  description: 'Hovered state of color.background.accent.gray.bolder.',
1019
- exampleValue: '#44546F'
1019
+ exampleValue: '#505258'
1020
1020
  }, {
1021
1021
  name: 'color.background.accent.gray.bolder.pressed',
1022
1022
  path: ['color', 'background', 'accent', 'gray', 'bolder', 'pressed'],
1023
1023
  description: 'Pressed state of color.background.accent.gray.subtlest.',
1024
- exampleValue: '#2C3E5D'
1024
+ exampleValue: '#3B3D42'
1025
1025
  }, {
1026
1026
  name: 'color.background.disabled',
1027
1027
  path: ['color', 'background', 'disabled'],
1028
1028
  description: 'Use for backgrounds of elements in a disabled state.',
1029
- exampleValue: '#091E4208'
1029
+ exampleValue: '#17171708'
1030
1030
  }, {
1031
1031
  name: 'color.background.input',
1032
1032
  path: ['color', 'background', 'input', '[default]'],
@@ -1036,7 +1036,7 @@ export var tokens = [{
1036
1036
  name: 'color.background.input.hovered',
1037
1037
  path: ['color', 'background', 'input', 'hovered'],
1038
1038
  description: 'Hovered state for color.background.input',
1039
- exampleValue: '#F7F8F9'
1039
+ exampleValue: '#F8F8F8'
1040
1040
  }, {
1041
1041
  name: 'color.background.input.pressed',
1042
1042
  path: ['color', 'background', 'input', 'pressed'],
@@ -1061,17 +1061,17 @@ export var tokens = [{
1061
1061
  name: 'color.background.neutral',
1062
1062
  path: ['color', 'background', 'neutral', '[default]', '[default]'],
1063
1063
  description: 'The default background for neutral elements, such as default buttons.',
1064
- exampleValue: '#091E420F'
1064
+ exampleValue: '#0515240F'
1065
1065
  }, {
1066
1066
  name: 'color.background.neutral.hovered',
1067
1067
  path: ['color', 'background', 'neutral', '[default]', 'hovered'],
1068
1068
  description: 'Hovered state for color.background.neutral',
1069
- exampleValue: '#091E4224'
1069
+ exampleValue: '#0B120E24'
1070
1070
  }, {
1071
1071
  name: 'color.background.neutral.pressed',
1072
1072
  path: ['color', 'background', 'neutral', '[default]', 'pressed'],
1073
1073
  description: 'Pressed state for color.background.neutral',
1074
- exampleValue: '#091E424F'
1074
+ exampleValue: '#080F214A'
1075
1075
  }, {
1076
1076
  name: 'color.background.neutral.subtle',
1077
1077
  path: ['color', 'background', 'neutral', 'subtle', '[default]'],
@@ -1081,102 +1081,102 @@ export var tokens = [{
1081
1081
  name: 'color.background.neutral.subtle.hovered',
1082
1082
  path: ['color', 'background', 'neutral', 'subtle', 'hovered'],
1083
1083
  description: 'Hovered state for color.background.neutral.subtle',
1084
- exampleValue: '#091E420F'
1084
+ exampleValue: '#0515240F'
1085
1085
  }, {
1086
1086
  name: 'color.background.neutral.subtle.pressed',
1087
1087
  path: ['color', 'background', 'neutral', 'subtle', 'pressed'],
1088
1088
  description: 'Pressed state for color.background.neutral.subtle',
1089
- exampleValue: '#091E4224'
1089
+ exampleValue: '#0B120E24'
1090
1090
  }, {
1091
1091
  name: 'color.background.neutral.bold',
1092
1092
  path: ['color', 'background', 'neutral', 'bold', '[default]'],
1093
1093
  description: 'A vibrant background option for neutral UI elements, such as announcement banners.',
1094
- exampleValue: '#44546F'
1094
+ exampleValue: '#292A2E'
1095
1095
  }, {
1096
1096
  name: 'color.background.neutral.bold.hovered',
1097
1097
  path: ['color', 'background', 'neutral', 'bold', 'hovered'],
1098
1098
  description: 'Hovered state of color.background.neutral.bold',
1099
- exampleValue: '#2C3E5D'
1099
+ exampleValue: '#3B3D42'
1100
1100
  }, {
1101
1101
  name: 'color.background.neutral.bold.pressed',
1102
1102
  path: ['color', 'background', 'neutral', 'bold', 'pressed'],
1103
1103
  description: 'Pressed state of color.background.neutral.bold',
1104
- exampleValue: '#172B4D'
1104
+ exampleValue: '#505258'
1105
1105
  }, {
1106
1106
  name: 'color.background.selected',
1107
1107
  path: ['color', 'background', 'selected', '[default]', '[default]'],
1108
1108
  description: 'Use for the background of elements in a selected state, such as in opened dropdown buttons.',
1109
- exampleValue: '#E9F2FF'
1109
+ exampleValue: '#E9F2FE'
1110
1110
  }, {
1111
1111
  name: 'color.background.selected.hovered',
1112
1112
  path: ['color', 'background', 'selected', '[default]', 'hovered'],
1113
1113
  description: 'Hovered state for color.background.selected',
1114
- exampleValue: '#CCE0FF'
1114
+ exampleValue: '#CFE1FD'
1115
1115
  }, {
1116
1116
  name: 'color.background.selected.pressed',
1117
1117
  path: ['color', 'background', 'selected', '[default]', 'pressed'],
1118
1118
  description: 'Pressed state for color.background.selected',
1119
- exampleValue: '#85B8FF'
1119
+ exampleValue: '#8FB8F6'
1120
1120
  }, {
1121
1121
  name: 'color.background.selected.bold',
1122
1122
  path: ['color', 'background', 'selected', 'bold', '[default]'],
1123
1123
  description: 'Use for the backgrounds of elements in a selected state, such as checkboxes and radio buttons.',
1124
- exampleValue: '#0C66E4'
1124
+ exampleValue: '#1868DB'
1125
1125
  }, {
1126
1126
  name: 'color.background.selected.bold.hovered',
1127
1127
  path: ['color', 'background', 'selected', 'bold', 'hovered'],
1128
1128
  description: 'Hovered state of color.background.selected.bold',
1129
- exampleValue: '#0055CC'
1129
+ exampleValue: '#1558BC'
1130
1130
  }, {
1131
1131
  name: 'color.background.selected.bold.pressed',
1132
1132
  path: ['color', 'background', 'selected', 'bold', 'pressed'],
1133
1133
  description: 'Pressed state of color.background.selected.bold',
1134
- exampleValue: '#09326C'
1134
+ exampleValue: '#123263'
1135
1135
  }, {
1136
1136
  name: 'color.background.brand.subtlest',
1137
1137
  path: ['color', 'background', 'brand', 'subtlest', '[default]'],
1138
1138
  description: 'Use for the background of elements used to reinforce our brand, but with less emphasis.',
1139
- exampleValue: '#E9F2FF'
1139
+ exampleValue: '#E9F2FE'
1140
1140
  }, {
1141
1141
  name: 'color.background.brand.subtlest.hovered',
1142
1142
  path: ['color', 'background', 'brand', 'subtlest', 'hovered'],
1143
1143
  description: 'Hovered state of color.background.brand.subtlest.',
1144
- exampleValue: '#CCE0FF'
1144
+ exampleValue: '#CFE1FD'
1145
1145
  }, {
1146
1146
  name: 'color.background.brand.subtlest.pressed',
1147
1147
  path: ['color', 'background', 'brand', 'subtlest', 'pressed'],
1148
1148
  description: 'Pressed state of color.background.brand.subtlest',
1149
- exampleValue: '#85B8FF'
1149
+ exampleValue: '#ADCBFB'
1150
1150
  }, {
1151
1151
  name: 'color.background.brand.bold',
1152
1152
  path: ['color', 'background', 'brand', 'bold', '[default]'],
1153
1153
  description: 'Use for the background of elements used to reinforce our brand, but with more emphasis.',
1154
- exampleValue: '#0C66E4'
1154
+ exampleValue: '#1868DB'
1155
1155
  }, {
1156
1156
  name: 'color.background.brand.bold.hovered',
1157
1157
  path: ['color', 'background', 'brand', 'bold', 'hovered'],
1158
1158
  description: 'Hovered state of color.background.brand.bold.',
1159
- exampleValue: '#0055CC'
1159
+ exampleValue: '#1558BC'
1160
1160
  }, {
1161
1161
  name: 'color.background.brand.bold.pressed',
1162
1162
  path: ['color', 'background', 'brand', 'bold', 'pressed'],
1163
1163
  description: 'Pressed state of color.background.brand.bold.',
1164
- exampleValue: '#09326C'
1164
+ exampleValue: '#144794'
1165
1165
  }, {
1166
1166
  name: 'color.background.brand.boldest',
1167
1167
  path: ['color', 'background', 'brand', 'boldest', '[default]'],
1168
1168
  description: 'Use for the background of elements used to reinforce our brand, that need to stand out a lot.',
1169
- exampleValue: '#1C2B41'
1169
+ exampleValue: '#1C2B42'
1170
1170
  }, {
1171
1171
  name: 'color.background.brand.boldest.hovered',
1172
1172
  path: ['color', 'background', 'brand', 'boldest', 'hovered'],
1173
1173
  description: 'Hovered state of color.background.brand.boldest.',
1174
- exampleValue: '#09326C'
1174
+ exampleValue: '#123263'
1175
1175
  }, {
1176
1176
  name: 'color.background.brand.boldest.pressed',
1177
1177
  path: ['color', 'background', 'brand', 'boldest', 'pressed'],
1178
1178
  description: 'Pressed state of color.background.brand.boldest.',
1179
- exampleValue: '#0055CC'
1179
+ exampleValue: '#144794'
1180
1180
  }, {
1181
1181
  name: 'color.background.danger',
1182
1182
  path: ['color', 'background', 'danger', '[default]', '[default]'],
@@ -1191,7 +1191,7 @@ export var tokens = [{
1191
1191
  name: 'color.background.danger.pressed',
1192
1192
  path: ['color', 'background', 'danger', '[default]', 'pressed'],
1193
1193
  description: 'Pressed state for color.background.danger',
1194
- exampleValue: '#FD9891'
1194
+ exampleValue: '#FFB8B2'
1195
1195
  }, {
1196
1196
  name: 'color.background.danger.bold',
1197
1197
  path: ['color', 'background', 'danger', 'bold', '[default]'],
@@ -1206,132 +1206,132 @@ export var tokens = [{
1206
1206
  name: 'color.background.danger.bold.pressed',
1207
1207
  path: ['color', 'background', 'danger', 'bold', 'pressed'],
1208
1208
  description: 'Pressed state of color.background.danger.bold',
1209
- exampleValue: '#5D1F1A'
1209
+ exampleValue: '#872821'
1210
1210
  }, {
1211
1211
  name: 'color.background.warning',
1212
1212
  path: ['color', 'background', 'warning', '[default]', '[default]'],
1213
1213
  description: 'Use for backgrounds communicating caution, such as in warning section messages.',
1214
- exampleValue: '#FFF7D6'
1214
+ exampleValue: '#FFF5DB'
1215
1215
  }, {
1216
1216
  name: 'color.background.warning.hovered',
1217
1217
  path: ['color', 'background', 'warning', '[default]', 'hovered'],
1218
1218
  description: 'Hovered state for color.background.warning',
1219
- exampleValue: '#F8E6A0'
1219
+ exampleValue: '#FCE4A6'
1220
1220
  }, {
1221
1221
  name: 'color.background.warning.pressed',
1222
1222
  path: ['color', 'background', 'warning', '[default]', 'pressed'],
1223
1223
  description: 'Pressed state for color.background.warning',
1224
- exampleValue: '#F5CD47'
1224
+ exampleValue: '#FBD779'
1225
1225
  }, {
1226
1226
  name: 'color.background.warning.bold',
1227
1227
  path: ['color', 'background', 'warning', 'bold', '[default]'],
1228
1228
  description: 'A vibrant background option for communicating caution, such as in warning buttons and warning banners.',
1229
- exampleValue: '#F5CD47'
1229
+ exampleValue: '#FBC828'
1230
1230
  }, {
1231
1231
  name: 'color.background.warning.bold.hovered',
1232
1232
  path: ['color', 'background', 'warning', 'bold', 'hovered'],
1233
1233
  description: 'Hovered state of color.background.warning.bold',
1234
- exampleValue: '#E2B203'
1234
+ exampleValue: '#FCA700'
1235
1235
  }, {
1236
1236
  name: 'color.background.warning.bold.pressed',
1237
1237
  path: ['color', 'background', 'warning', 'bold', 'pressed'],
1238
1238
  description: 'Pressed state of color.background.warning.bold',
1239
- exampleValue: '#CF9F02'
1239
+ exampleValue: '#F68909'
1240
1240
  }, {
1241
1241
  name: 'color.background.success',
1242
1242
  path: ['color', 'background', 'success', '[default]', '[default]'],
1243
1243
  description: 'Use for backgrounds communicating a favorable outcome, such as in success section messages.',
1244
- exampleValue: '#DCFFF1'
1244
+ exampleValue: '#EFFFD6'
1245
1245
  }, {
1246
1246
  name: 'color.background.success.hovered',
1247
1247
  path: ['color', 'background', 'success', '[default]', 'hovered'],
1248
1248
  description: 'Hovered state for color.background.success',
1249
- exampleValue: '#BAF3DB'
1249
+ exampleValue: '#D3F1A7'
1250
1250
  }, {
1251
1251
  name: 'color.background.success.pressed',
1252
1252
  path: ['color', 'background', 'success', '[default]', 'pressed'],
1253
1253
  description: 'Pressed state for color.background.success',
1254
- exampleValue: '#7EE2B8'
1254
+ exampleValue: '#BDE97C'
1255
1255
  }, {
1256
1256
  name: 'color.background.success.bold',
1257
1257
  path: ['color', 'background', 'success', 'bold', '[default]'],
1258
1258
  description: 'A vibrant background option for communicating a favorable outcome, such as in checked toggles.',
1259
- exampleValue: '#1F845A'
1259
+ exampleValue: '#5B7F24'
1260
1260
  }, {
1261
1261
  name: 'color.background.success.bold.hovered',
1262
1262
  path: ['color', 'background', 'success', 'bold', 'hovered'],
1263
1263
  description: 'Hovered state of color.background.success.bold',
1264
- exampleValue: '#216E4E'
1264
+ exampleValue: '#4C6B1F'
1265
1265
  }, {
1266
1266
  name: 'color.background.success.bold.pressed',
1267
1267
  path: ['color', 'background', 'success', 'bold', 'pressed'],
1268
1268
  description: 'Pressed state of color.background.success.bold',
1269
- exampleValue: '#164B35'
1269
+ exampleValue: '#3F5224'
1270
1270
  }, {
1271
1271
  name: 'color.background.discovery',
1272
1272
  path: ['color', 'background', 'discovery', '[default]', '[default]'],
1273
1273
  description: 'Use for backgrounds communicating change or something new, such as in discovery section messages.',
1274
- exampleValue: '#F3F0FF'
1274
+ exampleValue: '#F8EEFE'
1275
1275
  }, {
1276
1276
  name: 'color.background.discovery.hovered',
1277
1277
  path: ['color', 'background', 'discovery', '[default]', 'hovered'],
1278
1278
  description: 'Hover state for color.background.discovery',
1279
- exampleValue: '#DFD8FD'
1279
+ exampleValue: '#EED7FC'
1280
1280
  }, {
1281
1281
  name: 'color.background.discovery.pressed',
1282
1282
  path: ['color', 'background', 'discovery', '[default]', 'pressed'],
1283
1283
  description: 'Pressed state for color.background.discovery',
1284
- exampleValue: '#B8ACF6'
1284
+ exampleValue: '#E3BDFA'
1285
1285
  }, {
1286
1286
  name: 'color.background.discovery.bold',
1287
1287
  path: ['color', 'background', 'discovery', 'bold', '[default]'],
1288
1288
  description: 'A vibrant background option communicating change or something new, such as in onboarding spotlights.',
1289
- exampleValue: '#6E5DC6'
1289
+ exampleValue: '#964AC0'
1290
1290
  }, {
1291
1291
  name: 'color.background.discovery.bold.hovered',
1292
1292
  path: ['color', 'background', 'discovery', 'bold', 'hovered'],
1293
1293
  description: 'Hovered state of color.background.discovery.bold',
1294
- exampleValue: '#5E4DB2'
1294
+ exampleValue: '#803FA5'
1295
1295
  }, {
1296
1296
  name: 'color.background.discovery.bold.pressed',
1297
1297
  path: ['color', 'background', 'discovery', 'bold', 'pressed'],
1298
1298
  description: 'Pressed state of color.background.discovery.bold',
1299
- exampleValue: '#352C63'
1299
+ exampleValue: '#673286'
1300
1300
  }, {
1301
1301
  name: 'color.background.information',
1302
1302
  path: ['color', 'background', 'information', '[default]', '[default]'],
1303
1303
  description: 'Use for backgrounds communicating information or something in-progress, such as in information section messages.',
1304
- exampleValue: '#E9F2FF'
1304
+ exampleValue: '#E9F2FE'
1305
1305
  }, {
1306
1306
  name: 'color.background.information.hovered',
1307
1307
  path: ['color', 'background', 'information', '[default]', 'hovered'],
1308
1308
  description: 'Hovered state of color.background.information',
1309
- exampleValue: '#CCE0FF'
1309
+ exampleValue: '#CFE1FD'
1310
1310
  }, {
1311
1311
  name: 'color.background.information.pressed',
1312
1312
  path: ['color', 'background', 'information', '[default]', 'pressed'],
1313
1313
  description: 'Pressed state of color.background.information',
1314
- exampleValue: '#85B8FF'
1314
+ exampleValue: '#ADCBFB'
1315
1315
  }, {
1316
1316
  name: 'color.background.information.bold',
1317
1317
  path: ['color', 'background', 'information', 'bold', '[default]'],
1318
1318
  description: 'A vibrant background option for communicating information or something in-progress.',
1319
- exampleValue: '#0C66E4'
1319
+ exampleValue: '#1868DB'
1320
1320
  }, {
1321
1321
  name: 'color.background.information.bold.hovered',
1322
1322
  path: ['color', 'background', 'information', 'bold', 'hovered'],
1323
1323
  description: 'Hovered state of color.background.information.bold',
1324
- exampleValue: '#0055CC'
1324
+ exampleValue: '#1558BC'
1325
1325
  }, {
1326
1326
  name: 'color.background.information.bold.pressed',
1327
1327
  path: ['color', 'background', 'information', 'bold', 'pressed'],
1328
1328
  description: 'Pressed state of color.background.information.bold',
1329
- exampleValue: '#09326C'
1329
+ exampleValue: '#144794'
1330
1330
  }, {
1331
1331
  name: 'color.blanket',
1332
1332
  path: ['color', 'blanket', '[default]'],
1333
1333
  description: 'Use for the screen overlay that appears with modal dialogs',
1334
- exampleValue: '#091E427D'
1334
+ exampleValue: '#050C1F75'
1335
1335
  }, {
1336
1336
  name: 'color.blanket.selected',
1337
1337
  path: ['color', 'blanket', 'selected'],
@@ -1356,92 +1356,92 @@ export var tokens = [{
1356
1356
  name: 'color.skeleton',
1357
1357
  path: ['color', 'skeleton', '[default]'],
1358
1358
  description: 'Use for skeleton loading states',
1359
- exampleValue: '#091E420F'
1359
+ exampleValue: '#0515240F'
1360
1360
  }, {
1361
1361
  name: 'color.skeleton.subtle',
1362
1362
  path: ['color', 'skeleton', 'subtle'],
1363
1363
  description: 'Use for the pulse or shimmer effect in skeleton loading states',
1364
- exampleValue: '#091E4208'
1364
+ exampleValue: '#17171708'
1365
1365
  }, {
1366
1366
  name: 'color.chart.categorical.1',
1367
1367
  path: ['color', 'chart', 'categorical', '1', '[default]'],
1368
1368
  description: 'For data visualisation only. Follow numbered sequence.',
1369
- exampleValue: '#2898BD'
1369
+ exampleValue: '#357DE8'
1370
1370
  }, {
1371
1371
  name: 'color.chart.categorical.1.hovered',
1372
1372
  path: ['color', 'chart', 'categorical', '1', 'hovered'],
1373
1373
  description: 'Hovered state of color.chart.categorical.1.',
1374
- exampleValue: '#227D9B'
1374
+ exampleValue: '#1868DB'
1375
1375
  }, {
1376
1376
  name: 'color.chart.categorical.2',
1377
1377
  path: ['color', 'chart', 'categorical', '2', '[default]'],
1378
1378
  description: 'For data visualisation only. Follow numbered sequence.',
1379
- exampleValue: '#5E4DB2'
1379
+ exampleValue: '#82B536'
1380
1380
  }, {
1381
1381
  name: 'color.chart.categorical.2.hovered',
1382
1382
  path: ['color', 'chart', 'categorical', '2', 'hovered'],
1383
1383
  description: 'Hovered state of color.chart.categorical.2.',
1384
- exampleValue: '#352C63'
1384
+ exampleValue: '#6A9A23'
1385
1385
  }, {
1386
1386
  name: 'color.chart.categorical.3',
1387
1387
  path: ['color', 'chart', 'categorical', '3', '[default]'],
1388
1388
  description: 'For data visualisation only. Follow numbered sequence.',
1389
- exampleValue: '#E56910'
1389
+ exampleValue: '#BF63F3'
1390
1390
  }, {
1391
1391
  name: 'color.chart.categorical.3.hovered',
1392
1392
  path: ['color', 'chart', 'categorical', '3', 'hovered'],
1393
1393
  description: 'Hovered state of color.chart.categorical.3.',
1394
- exampleValue: '#C25100'
1394
+ exampleValue: '#AF59E1'
1395
1395
  }, {
1396
1396
  name: 'color.chart.categorical.4',
1397
1397
  path: ['color', 'chart', 'categorical', '4', '[default]'],
1398
1398
  description: 'For data visualisation only. Follow numbered sequence.',
1399
- exampleValue: '#943D73'
1399
+ exampleValue: '#F68909'
1400
1400
  }, {
1401
1401
  name: 'color.chart.categorical.4.hovered',
1402
1402
  path: ['color', 'chart', 'categorical', '4', 'hovered'],
1403
1403
  description: 'Hovered state of color.chart.categorical.4.',
1404
- exampleValue: '#50253F'
1404
+ exampleValue: '#E06C00'
1405
1405
  }, {
1406
1406
  name: 'color.chart.categorical.5',
1407
1407
  path: ['color', 'chart', 'categorical', '5', '[default]'],
1408
1408
  description: 'For data visualisation only. Follow numbered sequence.',
1409
- exampleValue: '#09326C'
1409
+ exampleValue: '#1558BC'
1410
1410
  }, {
1411
1411
  name: 'color.chart.categorical.5.hovered',
1412
1412
  path: ['color', 'chart', 'categorical', '5', 'hovered'],
1413
1413
  description: 'Hovered state of color.chart.categorical.5.',
1414
- exampleValue: '#1C2B41'
1414
+ exampleValue: '#123263'
1415
1415
  }, {
1416
1416
  name: 'color.chart.categorical.6',
1417
1417
  path: ['color', 'chart', 'categorical', '6', '[default]'],
1418
1418
  description: 'For data visualisation only. Follow numbered sequence.',
1419
- exampleValue: '#8F7EE7'
1419
+ exampleValue: '#964AC0'
1420
1420
  }, {
1421
1421
  name: 'color.chart.categorical.6.hovered',
1422
1422
  path: ['color', 'chart', 'categorical', '6', 'hovered'],
1423
1423
  description: 'Hovered state of color.chart.categorical.6.',
1424
- exampleValue: '#8270DB'
1424
+ exampleValue: '#803FA5'
1425
1425
  }, {
1426
1426
  name: 'color.chart.categorical.7',
1427
1427
  path: ['color', 'chart', 'categorical', '7', '[default]'],
1428
1428
  description: 'For data visualisation only. Follow numbered sequence.',
1429
- exampleValue: '#50253F'
1429
+ exampleValue: '#42B2D7'
1430
1430
  }, {
1431
1431
  name: 'color.chart.categorical.7.hovered',
1432
1432
  path: ['color', 'chart', 'categorical', '7', 'hovered'],
1433
1433
  description: 'Hovered state of color.chart.categorical.7.',
1434
- exampleValue: '#3D2232'
1434
+ exampleValue: '#2898BD'
1435
1435
  }, {
1436
1436
  name: 'color.chart.categorical.8',
1437
1437
  path: ['color', 'chart', 'categorical', '8', '[default]'],
1438
1438
  description: 'For data visualisation only. Follow numbered sequence.',
1439
- exampleValue: '#A54800'
1439
+ exampleValue: '#BD5B00'
1440
1440
  }, {
1441
1441
  name: 'color.chart.categorical.8.hovered',
1442
1442
  path: ['color', 'chart', 'categorical', '8', 'hovered'],
1443
1443
  description: 'Hovered state of color.chart.categorical.8.',
1444
- exampleValue: '#702E00'
1444
+ exampleValue: '#7A3B00'
1445
1445
  }, {
1446
1446
  name: 'color.chart.lime.bold',
1447
1447
  path: ['color', 'chart', 'lime', 'bold', '[default]'],
@@ -1476,12 +1476,12 @@ export var tokens = [{
1476
1476
  name: 'color.chart.neutral',
1477
1477
  path: ['color', 'chart', 'neutral', '[default]'],
1478
1478
  description: "A secondary color for data visualisation or to communicate 'to-do' statues.",
1479
- exampleValue: '#8590A2'
1479
+ exampleValue: '#8C8F97'
1480
1480
  }, {
1481
1481
  name: 'color.chart.neutral.hovered',
1482
1482
  path: ['color', 'chart', 'neutral', 'hovered'],
1483
1483
  description: 'Hovered state of color.chart.neutral.',
1484
- exampleValue: '#758195'
1484
+ exampleValue: '#7D818A'
1485
1485
  }, {
1486
1486
  name: 'color.chart.red.bold',
1487
1487
  path: ['color', 'chart', 'red', 'bold', '[default]'],
@@ -1516,32 +1516,32 @@ export var tokens = [{
1516
1516
  name: 'color.chart.orange.bold',
1517
1517
  path: ['color', 'chart', 'orange', 'bold', '[default]'],
1518
1518
  description: 'For data visualisation only.',
1519
- exampleValue: '#E56910'
1519
+ exampleValue: '#E06C00'
1520
1520
  }, {
1521
1521
  name: 'color.chart.orange.bold.hovered',
1522
1522
  path: ['color', 'chart', 'orange', 'bold', 'hovered'],
1523
1523
  description: 'Hovered state of color.chart.orange.bold.',
1524
- exampleValue: '#C25100'
1524
+ exampleValue: '#BD5B00'
1525
1525
  }, {
1526
1526
  name: 'color.chart.orange.bolder',
1527
1527
  path: ['color', 'chart', 'orange', 'bolder', '[default]'],
1528
1528
  description: 'For data visualisation only.',
1529
- exampleValue: '#C25100'
1529
+ exampleValue: '#BD5B00'
1530
1530
  }, {
1531
1531
  name: 'color.chart.orange.bolder.hovered',
1532
1532
  path: ['color', 'chart', 'orange', 'bolder', 'hovered'],
1533
1533
  description: 'Hovered state of color.chart.orange.bolder.',
1534
- exampleValue: '#A54800'
1534
+ exampleValue: '#9E4C00'
1535
1535
  }, {
1536
1536
  name: 'color.chart.orange.boldest',
1537
1537
  path: ['color', 'chart', 'orange', 'boldest', '[default]'],
1538
1538
  description: 'For data visualisation only.',
1539
- exampleValue: '#A54800'
1539
+ exampleValue: '#7A3B00'
1540
1540
  }, {
1541
1541
  name: 'color.chart.orange.boldest.hovered',
1542
1542
  path: ['color', 'chart', 'orange', 'boldest', 'hovered'],
1543
1543
  description: 'Hovered state of color.chart.orange.boldest.',
1544
- exampleValue: '#702E00'
1544
+ exampleValue: '#693200'
1545
1545
  }, {
1546
1546
  name: 'color.chart.yellow.bold',
1547
1547
  path: ['color', 'chart', 'yellow', 'bold', '[default]'],
@@ -1636,62 +1636,62 @@ export var tokens = [{
1636
1636
  name: 'color.chart.blue.bold',
1637
1637
  path: ['color', 'chart', 'blue', 'bold', '[default]'],
1638
1638
  description: 'For data visualisation only.',
1639
- exampleValue: '#388BFF'
1639
+ exampleValue: '#4688EC'
1640
1640
  }, {
1641
1641
  name: 'color.chart.blue.bold.hovered',
1642
1642
  path: ['color', 'chart', 'blue', 'bold', 'hovered'],
1643
1643
  description: 'Hovered state of color.chart.blue.bold.',
1644
- exampleValue: '#1D7AFC'
1644
+ exampleValue: '#357DE8'
1645
1645
  }, {
1646
1646
  name: 'color.chart.blue.bolder',
1647
1647
  path: ['color', 'chart', 'blue', 'bolder', '[default]'],
1648
1648
  description: 'For data visualisation only.',
1649
- exampleValue: '#1D7AFC'
1649
+ exampleValue: '#357DE8'
1650
1650
  }, {
1651
1651
  name: 'color.chart.blue.bolder.hovered',
1652
1652
  path: ['color', 'chart', 'blue', 'bolder', 'hovered'],
1653
1653
  description: 'Hovered state of color.chart.blue.bolder.',
1654
- exampleValue: '#0C66E4'
1654
+ exampleValue: '#1868DB'
1655
1655
  }, {
1656
1656
  name: 'color.chart.blue.boldest',
1657
1657
  path: ['color', 'chart', 'blue', 'boldest', '[default]'],
1658
1658
  description: 'For data visualisation only.',
1659
- exampleValue: '#0055CC'
1659
+ exampleValue: '#1558BC'
1660
1660
  }, {
1661
1661
  name: 'color.chart.blue.boldest.hovered',
1662
1662
  path: ['color', 'chart', 'blue', 'boldest', 'hovered'],
1663
1663
  description: 'Hovered state of color.chart.blue.boldest.',
1664
- exampleValue: '#09326C'
1664
+ exampleValue: '#123263'
1665
1665
  }, {
1666
1666
  name: 'color.chart.purple.bold',
1667
1667
  path: ['color', 'chart', 'purple', 'bold', '[default]'],
1668
1668
  description: 'For data visualisation only.',
1669
- exampleValue: '#8F7EE7'
1669
+ exampleValue: '#BF63F3'
1670
1670
  }, {
1671
1671
  name: 'color.chart.purple.bold.hovered',
1672
1672
  path: ['color', 'chart', 'purple', 'bold', 'hovered'],
1673
1673
  description: 'Hovered state of color.chart.purple.bold.',
1674
- exampleValue: '#8270DB'
1674
+ exampleValue: '#AF59E1'
1675
1675
  }, {
1676
1676
  name: 'color.chart.purple.bolder',
1677
1677
  path: ['color', 'chart', 'purple', 'bolder', '[default]'],
1678
1678
  description: 'For data visualisation only.',
1679
- exampleValue: '#8270DB'
1679
+ exampleValue: '#AF59E1'
1680
1680
  }, {
1681
1681
  name: 'color.chart.purple.bolder.hovered',
1682
1682
  path: ['color', 'chart', 'purple', 'bolder', 'hovered'],
1683
1683
  description: 'Hovered state of color.chart.purple.bolder.',
1684
- exampleValue: '#6E5DC6'
1684
+ exampleValue: '#964AC0'
1685
1685
  }, {
1686
1686
  name: 'color.chart.purple.boldest',
1687
1687
  path: ['color', 'chart', 'purple', 'boldest', '[default]'],
1688
1688
  description: 'For data visualisation only.',
1689
- exampleValue: '#5E4DB2'
1689
+ exampleValue: '#803FA5'
1690
1690
  }, {
1691
1691
  name: 'color.chart.purple.boldest.hovered',
1692
1692
  path: ['color', 'chart', 'purple', 'boldest', 'hovered'],
1693
1693
  description: 'Hovered state of color.chart.purple.boldest.',
1694
- exampleValue: '#352C63'
1694
+ exampleValue: '#48245D'
1695
1695
  }, {
1696
1696
  name: 'color.chart.magenta.bold',
1697
1697
  path: ['color', 'chart', 'magenta', 'bold', '[default]'],
@@ -1726,57 +1726,57 @@ export var tokens = [{
1726
1726
  name: 'color.chart.gray.bold',
1727
1727
  path: ['color', 'chart', 'gray', 'bold', '[default]'],
1728
1728
  description: 'For data visualisation only.',
1729
- exampleValue: '#8590A2'
1729
+ exampleValue: '#8C8F97'
1730
1730
  }, {
1731
1731
  name: 'color.chart.gray.bold.hovered',
1732
1732
  path: ['color', 'chart', 'gray', 'bold', 'hovered'],
1733
1733
  description: 'Hovered state of color.chart.gray.bold.',
1734
- exampleValue: '#758195'
1734
+ exampleValue: '#7D818A'
1735
1735
  }, {
1736
1736
  name: 'color.chart.gray.bolder',
1737
1737
  path: ['color', 'chart', 'gray', 'bolder', '[default]'],
1738
1738
  description: 'For data visualisation only.',
1739
- exampleValue: '#758195'
1739
+ exampleValue: '#7D818A'
1740
1740
  }, {
1741
1741
  name: 'color.chart.gray.bolder.hovered',
1742
1742
  path: ['color', 'chart', 'gray', 'bolder', 'hovered'],
1743
1743
  description: 'Hovered state of color.chart.gray.bolder.',
1744
- exampleValue: '#626F86'
1744
+ exampleValue: '#6B6E76'
1745
1745
  }, {
1746
1746
  name: 'color.chart.gray.boldest',
1747
1747
  path: ['color', 'chart', 'gray', 'boldest', '[default]'],
1748
1748
  description: 'For data visualisation only.',
1749
- exampleValue: '#44546F'
1749
+ exampleValue: '#505258'
1750
1750
  }, {
1751
1751
  name: 'color.chart.gray.boldest.hovered',
1752
1752
  path: ['color', 'chart', 'gray', 'boldest', 'hovered'],
1753
1753
  description: 'Hovered state of color.chart.gray.boldest.',
1754
- exampleValue: '#2C3E5D'
1754
+ exampleValue: '#3B3D42'
1755
1755
  }, {
1756
1756
  name: 'color.chart.brand',
1757
1757
  path: ['color', 'chart', 'brand', '[default]'],
1758
1758
  description: 'Our primary color for data visualisation. Use when only one color is required.',
1759
- exampleValue: '#1D7AFC'
1759
+ exampleValue: '#357DE8'
1760
1760
  }, {
1761
1761
  name: 'color.chart.brand.hovered',
1762
1762
  path: ['color', 'chart', 'brand', 'hovered'],
1763
1763
  description: 'Hovered state of color.chart.brand.',
1764
- exampleValue: '#0C66E4'
1764
+ exampleValue: '#1868DB'
1765
1765
  }, {
1766
1766
  name: 'color.chart.danger',
1767
1767
  path: ['color', 'chart', 'danger', '[default]', '[default]'],
1768
1768
  description: "For data visualisation communicating negative information, such as 'off track'.",
1769
- exampleValue: '#F15B50'
1769
+ exampleValue: '#E2483D'
1770
1770
  }, {
1771
1771
  name: 'color.chart.danger.hovered',
1772
1772
  path: ['color', 'chart', 'danger', '[default]', 'hovered'],
1773
1773
  description: 'Hovered state of color.chart.danger.',
1774
- exampleValue: '#E2483D'
1774
+ exampleValue: '#C9372C'
1775
1775
  }, {
1776
1776
  name: 'color.chart.danger.bold',
1777
1777
  path: ['color', 'chart', 'danger', 'bold', '[default]'],
1778
1778
  description: 'A stronger emphasis option of color.chart.danger.',
1779
- exampleValue: '#AE2E24'
1779
+ exampleValue: '#872821'
1780
1780
  }, {
1781
1781
  name: 'color.chart.danger.bold.hovered',
1782
1782
  path: ['color', 'chart', 'danger', 'bold', 'hovered'],
@@ -1786,82 +1786,82 @@ export var tokens = [{
1786
1786
  name: 'color.chart.warning',
1787
1787
  path: ['color', 'chart', 'warning', '[default]', '[default]'],
1788
1788
  description: "For data visualisation communicating caution, such as 'at risk' statuses.",
1789
- exampleValue: '#B38600'
1789
+ exampleValue: '#F68909'
1790
1790
  }, {
1791
1791
  name: 'color.chart.warning.hovered',
1792
1792
  path: ['color', 'chart', 'warning', '[default]', 'hovered'],
1793
1793
  description: 'Hovered state of color.chart.warning.',
1794
- exampleValue: '#946F00'
1794
+ exampleValue: '#E06C00'
1795
1795
  }, {
1796
1796
  name: 'color.chart.warning.bold',
1797
1797
  path: ['color', 'chart', 'warning', 'bold', '[default]'],
1798
1798
  description: 'A stronger emphasis option of color.chart.warning.',
1799
- exampleValue: '#7F5F01'
1799
+ exampleValue: '#BD5B00'
1800
1800
  }, {
1801
1801
  name: 'color.chart.warning.bold.hovered',
1802
1802
  path: ['color', 'chart', 'warning', 'bold', 'hovered'],
1803
1803
  description: 'Hovered state of color.chart.warning.bold.',
1804
- exampleValue: '#533F04'
1804
+ exampleValue: '#9E4C00'
1805
1805
  }, {
1806
1806
  name: 'color.chart.success',
1807
1807
  path: ['color', 'chart', 'success', '[default]', '[default]'],
1808
1808
  description: "For data visualisation communicating positive information, such as 'on track'.",
1809
- exampleValue: '#22A06B'
1809
+ exampleValue: '#82B536'
1810
1810
  }, {
1811
1811
  name: 'color.chart.success.hovered',
1812
1812
  path: ['color', 'chart', 'success', '[default]', 'hovered'],
1813
1813
  description: 'Hovered state of color.chart.success.',
1814
- exampleValue: '#1F845A'
1814
+ exampleValue: '#6A9A23'
1815
1815
  }, {
1816
1816
  name: 'color.chart.success.bold',
1817
1817
  path: ['color', 'chart', 'success', 'bold', '[default]'],
1818
1818
  description: 'A stronger emphasis option of color.chart.success.',
1819
- exampleValue: '#216E4E'
1819
+ exampleValue: '#5B7F24'
1820
1820
  }, {
1821
1821
  name: 'color.chart.success.bold.hovered',
1822
1822
  path: ['color', 'chart', 'success', 'bold', 'hovered'],
1823
1823
  description: 'Hovered state of color.chart.success.bold.',
1824
- exampleValue: '#164B35'
1824
+ exampleValue: '#4C6B1F'
1825
1825
  }, {
1826
1826
  name: 'color.chart.discovery',
1827
1827
  path: ['color', 'chart', 'discovery', '[default]', '[default]'],
1828
1828
  description: "For data visualisation communicating 'new' statuses.",
1829
- exampleValue: '#8F7EE7'
1829
+ exampleValue: '#BF63F3'
1830
1830
  }, {
1831
1831
  name: 'color.chart.discovery.hovered',
1832
1832
  path: ['color', 'chart', 'discovery', '[default]', 'hovered'],
1833
1833
  description: 'Hovered state of color.chart.discovery.',
1834
- exampleValue: '#8270DB'
1834
+ exampleValue: '#AF59E1'
1835
1835
  }, {
1836
1836
  name: 'color.chart.discovery.bold',
1837
1837
  path: ['color', 'chart', 'discovery', 'bold', '[default]'],
1838
1838
  description: 'A stronger emphasis option of color.chart.discovery.',
1839
- exampleValue: '#5E4DB2'
1839
+ exampleValue: '#803FA5'
1840
1840
  }, {
1841
1841
  name: 'color.chart.discovery.bold.hovered',
1842
1842
  path: ['color', 'chart', 'discovery', 'bold', 'hovered'],
1843
1843
  description: 'Hovered state of color.chart.discovery.bold.',
1844
- exampleValue: '#352C63'
1844
+ exampleValue: '#964AC0'
1845
1845
  }, {
1846
1846
  name: 'color.chart.information',
1847
1847
  path: ['color', 'chart', 'information', '[default]', '[default]'],
1848
1848
  description: 'For data visualisation communicating low priority or in-progress statuses.',
1849
- exampleValue: '#388BFF'
1849
+ exampleValue: '#357DE8'
1850
1850
  }, {
1851
1851
  name: 'color.chart.information.hovered',
1852
1852
  path: ['color', 'chart', 'information', '[default]', 'hovered'],
1853
1853
  description: 'Hovered state of color.chart.information.',
1854
- exampleValue: '#1D7AFC'
1854
+ exampleValue: '#1868DB'
1855
1855
  }, {
1856
1856
  name: 'color.chart.information.bold',
1857
1857
  path: ['color', 'chart', 'information', 'bold', '[default]'],
1858
1858
  description: 'A stronger emphasis option of color.chart.information.',
1859
- exampleValue: '#0055CC'
1859
+ exampleValue: '#1558BC'
1860
1860
  }, {
1861
1861
  name: 'color.chart.information.bold.hovered',
1862
1862
  path: ['color', 'chart', 'information', 'bold', 'hovered'],
1863
1863
  description: 'Hovered state of color.chart.information.bold.',
1864
- exampleValue: '#09326C'
1864
+ exampleValue: '#123263'
1865
1865
  }, {
1866
1866
  name: 'elevation.surface',
1867
1867
  path: ['elevation', 'surface', '[default]', '[default]'],
@@ -1871,12 +1871,12 @@ export var tokens = [{
1871
1871
  name: 'elevation.surface.hovered',
1872
1872
  path: ['elevation', 'surface', '[default]', 'hovered'],
1873
1873
  description: 'Hovered state of elevation.surface',
1874
- exampleValue: '#F1F2F4'
1874
+ exampleValue: '#F0F1F2'
1875
1875
  }, {
1876
1876
  name: 'elevation.surface.pressed',
1877
1877
  path: ['elevation', 'surface', '[default]', 'pressed'],
1878
1878
  description: 'Pressed state of elevation.surface',
1879
- exampleValue: '#DCDFE4'
1879
+ exampleValue: '#DDDEE1'
1880
1880
  }, {
1881
1881
  name: 'elevation.surface.overlay',
1882
1882
  path: ['elevation', 'surface', 'overlay', '[default]'],
@@ -1886,12 +1886,12 @@ export var tokens = [{
1886
1886
  name: 'elevation.surface.overlay.hovered',
1887
1887
  path: ['elevation', 'surface', 'overlay', 'hovered'],
1888
1888
  description: 'Hovered state of elevation.surface.overlay',
1889
- exampleValue: '#F1F2F4'
1889
+ exampleValue: '#F0F1F2'
1890
1890
  }, {
1891
1891
  name: 'elevation.surface.overlay.pressed',
1892
1892
  path: ['elevation', 'surface', 'overlay', 'pressed'],
1893
1893
  description: 'Pressed state of elevation.surface.overlay',
1894
- exampleValue: '#DCDFE4'
1894
+ exampleValue: '#DDDEE1'
1895
1895
  }, {
1896
1896
  name: 'elevation.surface.raised',
1897
1897
  path: ['elevation', 'surface', 'raised', '[default]'],
@@ -1901,42 +1901,42 @@ export var tokens = [{
1901
1901
  name: 'elevation.surface.raised.hovered',
1902
1902
  path: ['elevation', 'surface', 'raised', 'hovered'],
1903
1903
  description: 'Hovered state of elevation.surface.raised',
1904
- exampleValue: '#F1F2F4'
1904
+ exampleValue: '#F0F1F2'
1905
1905
  }, {
1906
1906
  name: 'elevation.surface.raised.pressed',
1907
1907
  path: ['elevation', 'surface', 'raised', 'pressed'],
1908
1908
  description: 'Pressed state of elevation.surface.raised',
1909
- exampleValue: '#DCDFE4'
1909
+ exampleValue: '#DDDEE1'
1910
1910
  }, {
1911
1911
  name: 'elevation.surface.sunken',
1912
1912
  path: ['elevation', 'surface', 'sunken'],
1913
1913
  description: 'A secondary background for the UI commonly used for grouping items, such as Jira cards in columns.',
1914
- exampleValue: '#F7F8F9'
1914
+ exampleValue: '#F8F8F8'
1915
1915
  }, {
1916
1916
  name: 'elevation.shadow.overflow',
1917
1917
  path: ['elevation', 'shadow', 'overflow', '[default]'],
1918
1918
  description: 'Use to create a shadow when content scrolls under other content.',
1919
- exampleValue: '0px 0px 8px #091E4229, 0px 0px 1px #091E421F'
1919
+ exampleValue: '0px 0px 8px #1E1F2129, 0px 0px 1px #1E1F211F'
1920
1920
  }, {
1921
1921
  name: 'elevation.shadow.overflow.perimeter',
1922
1922
  path: ['elevation', 'shadow', 'overflow', 'perimeter'],
1923
1923
  description: 'Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.spread to replicate the overflow shadow.',
1924
- exampleValue: '#091e421f'
1924
+ exampleValue: '#1E1F211f'
1925
1925
  }, {
1926
1926
  name: 'elevation.shadow.overflow.spread',
1927
1927
  path: ['elevation', 'shadow', 'overflow', 'spread'],
1928
1928
  description: 'Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.perimeter to replicate the overflow shadow.',
1929
- exampleValue: '#091e4229'
1929
+ exampleValue: '#1E1F2129'
1930
1930
  }, {
1931
1931
  name: 'elevation.shadow.overlay',
1932
1932
  path: ['elevation', 'shadow', 'overlay'],
1933
1933
  description: 'Use for the box shadow of elements that sit on top of the UI, such as modals, dropdown menus, flags, and inline dialogs. Combine with elevation.surface.overlay\n\nAlso use for the box shadow of raised cards in a dragged state.',
1934
- exampleValue: '0px 8px 12px #091E4226, 0px 0px 1px #091E424F'
1934
+ exampleValue: '0px 8px 12px #1E1F2126, 0px 0px 1px #1E1F214F'
1935
1935
  }, {
1936
1936
  name: 'elevation.shadow.raised',
1937
1937
  path: ['elevation', 'shadow', 'raised'],
1938
1938
  description: 'Use for the box shadow of raised card elements, such as Jira cards on a Kanban board. Combine with elevation.surface.raised',
1939
- exampleValue: '0px 1px 1px #091E4240, 0px 0px 1px #091E424F'
1939
+ exampleValue: '0px 1px 1px #1E1F2140, 0px 0px 1px #1E1F214F'
1940
1940
  }, {
1941
1941
  name: 'opacity.disabled',
1942
1942
  path: ['opacity', 'disabled'],