@atlaskit/tokens 1.26.1 → 1.27.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 (109) hide show
  1. package/CHANGELOG.md +108 -0
  2. package/dist/cjs/artifacts/atlassian-dark-token-value-for-contrast-check.js +2 -2
  3. package/dist/cjs/artifacts/palettes-raw/palette.js +77 -77
  4. package/dist/cjs/artifacts/theme-import-map.js +1 -13
  5. package/dist/cjs/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
  6. package/dist/cjs/artifacts/themes/atlassian-dark.js +2 -2
  7. package/dist/cjs/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
  8. package/dist/cjs/artifacts/themes/atlassian-light.js +2 -2
  9. package/dist/cjs/artifacts/token-default-values.js +101 -101
  10. package/dist/cjs/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +115 -115
  11. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +115 -115
  12. package/dist/cjs/artifacts/tokens-raw/atlassian-light-increased-contrast.js +124 -124
  13. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +109 -109
  14. package/dist/cjs/get-token-value.js +1 -1
  15. package/dist/cjs/get-token.js +1 -1
  16. package/dist/cjs/theme-config.js +1 -25
  17. package/dist/cjs/utils/get-theme-preferences.js +0 -13
  18. package/dist/es2019/artifacts/atlassian-dark-token-value-for-contrast-check.js +2 -2
  19. package/dist/es2019/artifacts/palettes-raw/palette.js +77 -77
  20. package/dist/es2019/artifacts/theme-import-map.js +1 -5
  21. package/dist/es2019/artifacts/themes/atlassian-dark-increased-contrast.js +115 -115
  22. package/dist/es2019/artifacts/themes/atlassian-dark.js +109 -109
  23. package/dist/es2019/artifacts/themes/atlassian-light-increased-contrast.js +124 -124
  24. package/dist/es2019/artifacts/themes/atlassian-light.js +101 -101
  25. package/dist/es2019/artifacts/token-default-values.js +101 -101
  26. package/dist/es2019/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +115 -115
  27. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +115 -115
  28. package/dist/es2019/artifacts/tokens-raw/atlassian-light-increased-contrast.js +124 -124
  29. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +109 -109
  30. package/dist/es2019/get-token-value.js +1 -1
  31. package/dist/es2019/get-token.js +1 -1
  32. package/dist/es2019/theme-config.js +1 -25
  33. package/dist/es2019/utils/get-theme-preferences.js +0 -13
  34. package/dist/esm/artifacts/atlassian-dark-token-value-for-contrast-check.js +2 -2
  35. package/dist/esm/artifacts/palettes-raw/palette.js +77 -77
  36. package/dist/esm/artifacts/theme-import-map.js +1 -9
  37. package/dist/esm/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
  38. package/dist/esm/artifacts/themes/atlassian-dark.js +2 -2
  39. package/dist/esm/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
  40. package/dist/esm/artifacts/themes/atlassian-light.js +2 -2
  41. package/dist/esm/artifacts/token-default-values.js +101 -101
  42. package/dist/esm/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +115 -115
  43. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +115 -115
  44. package/dist/esm/artifacts/tokens-raw/atlassian-light-increased-contrast.js +124 -124
  45. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +109 -109
  46. package/dist/esm/get-token-value.js +1 -1
  47. package/dist/esm/get-token.js +1 -1
  48. package/dist/esm/theme-config.js +1 -25
  49. package/dist/esm/utils/get-theme-preferences.js +0 -13
  50. package/dist/types/artifacts/atlassian-dark-token-value-for-contrast-check.d.ts +2 -2
  51. package/dist/types/artifacts/palettes-raw/palette.d.ts +1 -1
  52. package/dist/types/artifacts/theme-import-map.d.ts +1 -1
  53. package/dist/types/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
  54. package/dist/types/artifacts/themes/atlassian-dark.d.ts +2 -2
  55. package/dist/types/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
  56. package/dist/types/artifacts/themes/atlassian-light.d.ts +2 -2
  57. package/dist/types/artifacts/token-default-values.d.ts +101 -101
  58. package/dist/types/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
  59. package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  60. package/dist/types/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
  61. package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  62. package/dist/types/theme-config.d.ts +4 -4
  63. package/dist/types-ts4.5/artifacts/atlassian-dark-token-value-for-contrast-check.d.ts +2 -2
  64. package/dist/types-ts4.5/artifacts/palettes-raw/palette.d.ts +1 -1
  65. package/dist/types-ts4.5/artifacts/theme-import-map.d.ts +1 -1
  66. package/dist/types-ts4.5/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
  67. package/dist/types-ts4.5/artifacts/themes/atlassian-dark.d.ts +2 -2
  68. package/dist/types-ts4.5/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
  69. package/dist/types-ts4.5/artifacts/themes/atlassian-light.d.ts +2 -2
  70. package/dist/types-ts4.5/artifacts/token-default-values.d.ts +101 -101
  71. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
  72. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  73. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
  74. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  75. package/dist/types-ts4.5/theme-config.d.ts +4 -8
  76. package/figma/atlassian-dark-increased-contrast.json +114 -114
  77. package/figma/atlassian-dark.json +108 -108
  78. package/figma/atlassian-light-increased-contrast.json +123 -123
  79. package/figma/atlassian-light.json +100 -100
  80. package/package.json +1 -4
  81. package/report.api.md +2 -9
  82. package/tmp/api-report-tmp.d.ts +4 -4
  83. package/dist/cjs/artifacts/palettes-raw/updated-saturated-palette.js +0 -2257
  84. package/dist/cjs/artifacts/themes/atlassian-dark-saturated-palette-changes.js +0 -12
  85. package/dist/cjs/artifacts/themes/atlassian-light-saturated-palette-changes.js +0 -12
  86. package/dist/cjs/artifacts/tokens-raw/atlassian-dark-saturated-palette-changes.js +0 -8683
  87. package/dist/cjs/artifacts/tokens-raw/atlassian-light-saturated-palette-changes.js +0 -8645
  88. package/dist/es2019/artifacts/palettes-raw/updated-saturated-palette.js +0 -2251
  89. package/dist/es2019/artifacts/themes/atlassian-dark-saturated-palette-changes.js +0 -399
  90. package/dist/es2019/artifacts/themes/atlassian-light-saturated-palette-changes.js +0 -399
  91. package/dist/es2019/artifacts/tokens-raw/atlassian-dark-saturated-palette-changes.js +0 -8677
  92. package/dist/es2019/artifacts/tokens-raw/atlassian-light-saturated-palette-changes.js +0 -8639
  93. package/dist/esm/artifacts/palettes-raw/updated-saturated-palette.js +0 -2251
  94. package/dist/esm/artifacts/themes/atlassian-dark-saturated-palette-changes.js +0 -6
  95. package/dist/esm/artifacts/themes/atlassian-light-saturated-palette-changes.js +0 -6
  96. package/dist/esm/artifacts/tokens-raw/atlassian-dark-saturated-palette-changes.js +0 -8677
  97. package/dist/esm/artifacts/tokens-raw/atlassian-light-saturated-palette-changes.js +0 -8639
  98. package/dist/types/artifacts/palettes-raw/updated-saturated-palette.d.ts +0 -41
  99. package/dist/types/artifacts/themes/atlassian-dark-saturated-palette-changes.d.ts +0 -7
  100. package/dist/types/artifacts/themes/atlassian-light-saturated-palette-changes.d.ts +0 -7
  101. package/dist/types/artifacts/tokens-raw/atlassian-dark-saturated-palette-changes.d.ts +0 -109
  102. package/dist/types/artifacts/tokens-raw/atlassian-light-saturated-palette-changes.d.ts +0 -89
  103. package/dist/types-ts4.5/artifacts/palettes-raw/updated-saturated-palette.d.ts +0 -41
  104. package/dist/types-ts4.5/artifacts/themes/atlassian-dark-saturated-palette-changes.d.ts +0 -7
  105. package/dist/types-ts4.5/artifacts/themes/atlassian-light-saturated-palette-changes.d.ts +0 -7
  106. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-saturated-palette-changes.d.ts +0 -109
  107. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-saturated-palette-changes.d.ts +0 -89
  108. package/figma/atlassian-dark-saturated-palette-changes.json +0 -3540
  109. package/figma/atlassian-light-saturated-palette-changes.json +0 -3519
@@ -1,10 +1,10 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::92182eabfb168482b95227f69330ae5e>>
3
+ * @codegen <<SignedSource::ef2302d3e60545ba54818efd29a896a6>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  var tokens = [{
7
- "value": "#EEFBDA",
7
+ "value": "#EFFFD6",
8
8
  "attributes": {
9
9
  "group": "palette",
10
10
  "category": "lime"
@@ -12,7 +12,7 @@ var tokens = [{
12
12
  "filePath": "schema/palettes/palette.tsx",
13
13
  "isSource": true,
14
14
  "original": {
15
- "value": "#EEFBDA",
15
+ "value": "#EFFFD6",
16
16
  "attributes": {
17
17
  "group": "palette",
18
18
  "category": "lime"
@@ -157,7 +157,7 @@ var tokens = [{
157
157
  "name": "color.palette.Lime900",
158
158
  "path": ["color", "palette", "Lime900"]
159
159
  }, {
160
- "value": "#2A3818",
160
+ "value": "#28311B",
161
161
  "attributes": {
162
162
  "group": "palette",
163
163
  "category": "lime"
@@ -165,7 +165,7 @@ var tokens = [{
165
165
  "filePath": "schema/palettes/palette.tsx",
166
166
  "isSource": true,
167
167
  "original": {
168
- "value": "#2A3818",
168
+ "value": "#28311B",
169
169
  "attributes": {
170
170
  "group": "palette",
171
171
  "category": "lime"
@@ -174,7 +174,7 @@ var tokens = [{
174
174
  "name": "color.palette.Lime1000",
175
175
  "path": ["color", "palette", "Lime1000"]
176
176
  }, {
177
- "value": "#FFEDEB",
177
+ "value": "#FFECEB",
178
178
  "attributes": {
179
179
  "group": "palette",
180
180
  "category": "red"
@@ -182,7 +182,7 @@ var tokens = [{
182
182
  "filePath": "schema/palettes/palette.tsx",
183
183
  "isSource": true,
184
184
  "original": {
185
- "value": "#FFEDEB",
185
+ "value": "#FFECEB",
186
186
  "attributes": {
187
187
  "group": "palette",
188
188
  "category": "red"
@@ -191,7 +191,7 @@ var tokens = [{
191
191
  "name": "color.palette.Red100",
192
192
  "path": ["color", "palette", "Red100"]
193
193
  }, {
194
- "value": "#FFD2CC",
194
+ "value": "#FFD5D2",
195
195
  "attributes": {
196
196
  "group": "palette",
197
197
  "category": "red"
@@ -199,7 +199,7 @@ var tokens = [{
199
199
  "filePath": "schema/palettes/palette.tsx",
200
200
  "isSource": true,
201
201
  "original": {
202
- "value": "#FFD2CC",
202
+ "value": "#FFD5D2",
203
203
  "attributes": {
204
204
  "group": "palette",
205
205
  "category": "red"
@@ -208,7 +208,7 @@ var tokens = [{
208
208
  "name": "color.palette.Red200",
209
209
  "path": ["color", "palette", "Red200"]
210
210
  }, {
211
- "value": "#FF9C8F",
211
+ "value": "#FD9891",
212
212
  "attributes": {
213
213
  "group": "palette",
214
214
  "category": "red"
@@ -216,7 +216,7 @@ var tokens = [{
216
216
  "filePath": "schema/palettes/palette.tsx",
217
217
  "isSource": true,
218
218
  "original": {
219
- "value": "#FF9C8F",
219
+ "value": "#FD9891",
220
220
  "attributes": {
221
221
  "group": "palette",
222
222
  "category": "red"
@@ -225,7 +225,7 @@ var tokens = [{
225
225
  "name": "color.palette.Red300",
226
226
  "path": ["color", "palette", "Red300"]
227
227
  }, {
228
- "value": "#F87462",
228
+ "value": "#F87168",
229
229
  "attributes": {
230
230
  "group": "palette",
231
231
  "category": "red"
@@ -233,7 +233,7 @@ var tokens = [{
233
233
  "filePath": "schema/palettes/palette.tsx",
234
234
  "isSource": true,
235
235
  "original": {
236
- "value": "#F87462",
236
+ "value": "#F87168",
237
237
  "attributes": {
238
238
  "group": "palette",
239
239
  "category": "red"
@@ -242,7 +242,7 @@ var tokens = [{
242
242
  "name": "color.palette.Red400",
243
243
  "path": ["color", "palette", "Red400"]
244
244
  }, {
245
- "value": "#EF5C48",
245
+ "value": "#F15B50",
246
246
  "attributes": {
247
247
  "group": "palette",
248
248
  "category": "red"
@@ -250,7 +250,7 @@ var tokens = [{
250
250
  "filePath": "schema/palettes/palette.tsx",
251
251
  "isSource": true,
252
252
  "original": {
253
- "value": "#EF5C48",
253
+ "value": "#F15B50",
254
254
  "attributes": {
255
255
  "group": "palette",
256
256
  "category": "red"
@@ -259,7 +259,7 @@ var tokens = [{
259
259
  "name": "color.palette.Red500",
260
260
  "path": ["color", "palette", "Red500"]
261
261
  }, {
262
- "value": "#E34935",
262
+ "value": "#E2483D",
263
263
  "attributes": {
264
264
  "group": "palette",
265
265
  "category": "red"
@@ -267,7 +267,7 @@ var tokens = [{
267
267
  "filePath": "schema/palettes/palette.tsx",
268
268
  "isSource": true,
269
269
  "original": {
270
- "value": "#E34935",
270
+ "value": "#E2483D",
271
271
  "attributes": {
272
272
  "group": "palette",
273
273
  "category": "red"
@@ -276,7 +276,7 @@ var tokens = [{
276
276
  "name": "color.palette.Red600",
277
277
  "path": ["color", "palette", "Red600"]
278
278
  }, {
279
- "value": "#CA3521",
279
+ "value": "#C9372C",
280
280
  "attributes": {
281
281
  "group": "palette",
282
282
  "category": "red"
@@ -284,7 +284,7 @@ var tokens = [{
284
284
  "filePath": "schema/palettes/palette.tsx",
285
285
  "isSource": true,
286
286
  "original": {
287
- "value": "#CA3521",
287
+ "value": "#C9372C",
288
288
  "attributes": {
289
289
  "group": "palette",
290
290
  "category": "red"
@@ -293,7 +293,7 @@ var tokens = [{
293
293
  "name": "color.palette.Red700",
294
294
  "path": ["color", "palette", "Red700"]
295
295
  }, {
296
- "value": "#AE2A19",
296
+ "value": "#AE2E24",
297
297
  "attributes": {
298
298
  "group": "palette",
299
299
  "category": "red"
@@ -301,7 +301,7 @@ var tokens = [{
301
301
  "filePath": "schema/palettes/palette.tsx",
302
302
  "isSource": true,
303
303
  "original": {
304
- "value": "#AE2A19",
304
+ "value": "#AE2E24",
305
305
  "attributes": {
306
306
  "group": "palette",
307
307
  "category": "red"
@@ -310,7 +310,7 @@ var tokens = [{
310
310
  "name": "color.palette.Red800",
311
311
  "path": ["color", "palette", "Red800"]
312
312
  }, {
313
- "value": "#601E16",
313
+ "value": "#5D1F1A",
314
314
  "attributes": {
315
315
  "group": "palette",
316
316
  "category": "red"
@@ -318,7 +318,7 @@ var tokens = [{
318
318
  "filePath": "schema/palettes/palette.tsx",
319
319
  "isSource": true,
320
320
  "original": {
321
- "value": "#601E16",
321
+ "value": "#5D1F1A",
322
322
  "attributes": {
323
323
  "group": "palette",
324
324
  "category": "red"
@@ -327,7 +327,7 @@ var tokens = [{
327
327
  "name": "color.palette.Red900",
328
328
  "path": ["color", "palette", "Red900"]
329
329
  }, {
330
- "value": "#4F1C16",
330
+ "value": "#42221F",
331
331
  "attributes": {
332
332
  "group": "palette",
333
333
  "category": "red"
@@ -335,7 +335,7 @@ var tokens = [{
335
335
  "filePath": "schema/palettes/palette.tsx",
336
336
  "isSource": true,
337
337
  "original": {
338
- "value": "#4F1C16",
338
+ "value": "#42221F",
339
339
  "attributes": {
340
340
  "group": "palette",
341
341
  "category": "red"
@@ -344,7 +344,7 @@ var tokens = [{
344
344
  "name": "color.palette.Red1000",
345
345
  "path": ["color", "palette", "Red1000"]
346
346
  }, {
347
- "value": "#FFF4E5",
347
+ "value": "#FFF3EB",
348
348
  "attributes": {
349
349
  "group": "palette",
350
350
  "category": "orange"
@@ -352,7 +352,7 @@ var tokens = [{
352
352
  "filePath": "schema/palettes/palette.tsx",
353
353
  "isSource": true,
354
354
  "original": {
355
- "value": "#FFF4E5",
355
+ "value": "#FFF3EB",
356
356
  "attributes": {
357
357
  "group": "palette",
358
358
  "category": "orange"
@@ -361,7 +361,7 @@ var tokens = [{
361
361
  "name": "color.palette.Orange100",
362
362
  "path": ["color", "palette", "Orange100"]
363
363
  }, {
364
- "value": "#FFE2BD",
364
+ "value": "#FEDEC8",
365
365
  "attributes": {
366
366
  "group": "palette",
367
367
  "category": "orange"
@@ -369,7 +369,7 @@ var tokens = [{
369
369
  "filePath": "schema/palettes/palette.tsx",
370
370
  "isSource": true,
371
371
  "original": {
372
- "value": "#FFE2BD",
372
+ "value": "#FEDEC8",
373
373
  "attributes": {
374
374
  "group": "palette",
375
375
  "category": "orange"
@@ -378,7 +378,7 @@ var tokens = [{
378
378
  "name": "color.palette.Orange200",
379
379
  "path": ["color", "palette", "Orange200"]
380
380
  }, {
381
- "value": "#FEC57B",
381
+ "value": "#FEC195",
382
382
  "attributes": {
383
383
  "group": "palette",
384
384
  "category": "orange"
@@ -386,7 +386,7 @@ var tokens = [{
386
386
  "filePath": "schema/palettes/palette.tsx",
387
387
  "isSource": true,
388
388
  "original": {
389
- "value": "#FEC57B",
389
+ "value": "#FEC195",
390
390
  "attributes": {
391
391
  "group": "palette",
392
392
  "category": "orange"
@@ -395,7 +395,7 @@ var tokens = [{
395
395
  "name": "color.palette.Orange300",
396
396
  "path": ["color", "palette", "Orange300"]
397
397
  }, {
398
- "value": "#FAA53D",
398
+ "value": "#FEA362",
399
399
  "attributes": {
400
400
  "group": "palette",
401
401
  "category": "orange"
@@ -403,7 +403,7 @@ var tokens = [{
403
403
  "filePath": "schema/palettes/palette.tsx",
404
404
  "isSource": true,
405
405
  "original": {
406
- "value": "#FAA53D",
406
+ "value": "#FEA362",
407
407
  "attributes": {
408
408
  "group": "palette",
409
409
  "category": "orange"
@@ -412,7 +412,7 @@ var tokens = [{
412
412
  "name": "color.palette.Orange400",
413
413
  "path": ["color", "palette", "Orange400"]
414
414
  }, {
415
- "value": "#F18D13",
415
+ "value": "#F38A3F",
416
416
  "attributes": {
417
417
  "group": "palette",
418
418
  "category": "orange"
@@ -420,7 +420,7 @@ var tokens = [{
420
420
  "filePath": "schema/palettes/palette.tsx",
421
421
  "isSource": true,
422
422
  "original": {
423
- "value": "#F18D13",
423
+ "value": "#F38A3F",
424
424
  "attributes": {
425
425
  "group": "palette",
426
426
  "category": "orange"
@@ -429,7 +429,7 @@ var tokens = [{
429
429
  "name": "color.palette.Orange500",
430
430
  "path": ["color", "palette", "Orange500"]
431
431
  }, {
432
- "value": "#D97008",
432
+ "value": "#E56910",
433
433
  "attributes": {
434
434
  "group": "palette",
435
435
  "category": "orange"
@@ -437,7 +437,7 @@ var tokens = [{
437
437
  "filePath": "schema/palettes/palette.tsx",
438
438
  "isSource": true,
439
439
  "original": {
440
- "value": "#D97008",
440
+ "value": "#E56910",
441
441
  "attributes": {
442
442
  "group": "palette",
443
443
  "category": "orange"
@@ -446,7 +446,7 @@ var tokens = [{
446
446
  "name": "color.palette.Orange600",
447
447
  "path": ["color", "palette", "Orange600"]
448
448
  }, {
449
- "value": "#B65C02",
449
+ "value": "#C25100",
450
450
  "attributes": {
451
451
  "group": "palette",
452
452
  "category": "orange"
@@ -454,7 +454,7 @@ var tokens = [{
454
454
  "filePath": "schema/palettes/palette.tsx",
455
455
  "isSource": true,
456
456
  "original": {
457
- "value": "#B65C02",
457
+ "value": "#C25100",
458
458
  "attributes": {
459
459
  "group": "palette",
460
460
  "category": "orange"
@@ -463,7 +463,7 @@ var tokens = [{
463
463
  "name": "color.palette.Orange700",
464
464
  "path": ["color", "palette", "Orange700"]
465
465
  }, {
466
- "value": "#974F0C",
466
+ "value": "#A54800",
467
467
  "attributes": {
468
468
  "group": "palette",
469
469
  "category": "orange"
@@ -471,7 +471,7 @@ var tokens = [{
471
471
  "filePath": "schema/palettes/palette.tsx",
472
472
  "isSource": true,
473
473
  "original": {
474
- "value": "#974F0C",
474
+ "value": "#A54800",
475
475
  "attributes": {
476
476
  "group": "palette",
477
477
  "category": "orange"
@@ -480,7 +480,7 @@ var tokens = [{
480
480
  "name": "color.palette.Orange800",
481
481
  "path": ["color", "palette", "Orange800"]
482
482
  }, {
483
- "value": "#5F3811",
483
+ "value": "#702E00",
484
484
  "attributes": {
485
485
  "group": "palette",
486
486
  "category": "orange"
@@ -488,7 +488,7 @@ var tokens = [{
488
488
  "filePath": "schema/palettes/palette.tsx",
489
489
  "isSource": true,
490
490
  "original": {
491
- "value": "#5F3811",
491
+ "value": "#702E00",
492
492
  "attributes": {
493
493
  "group": "palette",
494
494
  "category": "orange"
@@ -497,7 +497,7 @@ var tokens = [{
497
497
  "name": "color.palette.Orange900",
498
498
  "path": ["color", "palette", "Orange900"]
499
499
  }, {
500
- "value": "#4A2B0F",
500
+ "value": "#38291E",
501
501
  "attributes": {
502
502
  "group": "palette",
503
503
  "category": "orange"
@@ -505,7 +505,7 @@ var tokens = [{
505
505
  "filePath": "schema/palettes/palette.tsx",
506
506
  "isSource": true,
507
507
  "original": {
508
- "value": "#4A2B0F",
508
+ "value": "#38291E",
509
509
  "attributes": {
510
510
  "group": "palette",
511
511
  "category": "orange"
@@ -667,7 +667,7 @@ var tokens = [{
667
667
  "name": "color.palette.Yellow900",
668
668
  "path": ["color", "palette", "Yellow900"]
669
669
  }, {
670
- "value": "#3F3102",
670
+ "value": "#332E1B",
671
671
  "attributes": {
672
672
  "group": "palette",
673
673
  "category": "yellow"
@@ -675,7 +675,7 @@ var tokens = [{
675
675
  "filePath": "schema/palettes/palette.tsx",
676
676
  "isSource": true,
677
677
  "original": {
678
- "value": "#3F3102",
678
+ "value": "#332E1B",
679
679
  "attributes": {
680
680
  "group": "palette",
681
681
  "category": "yellow"
@@ -684,7 +684,7 @@ var tokens = [{
684
684
  "name": "color.palette.Yellow1000",
685
685
  "path": ["color", "palette", "Yellow1000"]
686
686
  }, {
687
- "value": "#DFFCF0",
687
+ "value": "#DCFFF1",
688
688
  "attributes": {
689
689
  "group": "palette",
690
690
  "category": "green"
@@ -692,7 +692,7 @@ var tokens = [{
692
692
  "filePath": "schema/palettes/palette.tsx",
693
693
  "isSource": true,
694
694
  "original": {
695
- "value": "#DFFCF0",
695
+ "value": "#DCFFF1",
696
696
  "attributes": {
697
697
  "group": "palette",
698
698
  "category": "green"
@@ -837,7 +837,7 @@ var tokens = [{
837
837
  "name": "color.palette.Green900",
838
838
  "path": ["color", "palette", "Green900"]
839
839
  }, {
840
- "value": "#143C2B",
840
+ "value": "#1C3329",
841
841
  "attributes": {
842
842
  "group": "palette",
843
843
  "category": "green"
@@ -845,7 +845,7 @@ var tokens = [{
845
845
  "filePath": "schema/palettes/palette.tsx",
846
846
  "isSource": true,
847
847
  "original": {
848
- "value": "#143C2B",
848
+ "value": "#1C3329",
849
849
  "attributes": {
850
850
  "group": "palette",
851
851
  "category": "green"
@@ -854,7 +854,7 @@ var tokens = [{
854
854
  "name": "color.palette.Green1000",
855
855
  "path": ["color", "palette", "Green1000"]
856
856
  }, {
857
- "value": "#E3FAFC",
857
+ "value": "#E7F9FF",
858
858
  "attributes": {
859
859
  "group": "palette",
860
860
  "category": "teal"
@@ -862,7 +862,7 @@ var tokens = [{
862
862
  "filePath": "schema/palettes/palette.tsx",
863
863
  "isSource": true,
864
864
  "original": {
865
- "value": "#E3FAFC",
865
+ "value": "#E7F9FF",
866
866
  "attributes": {
867
867
  "group": "palette",
868
868
  "category": "teal"
@@ -871,7 +871,7 @@ var tokens = [{
871
871
  "name": "color.palette.Teal100",
872
872
  "path": ["color", "palette", "Teal100"]
873
873
  }, {
874
- "value": "#C1F0F5",
874
+ "value": "#C6EDFB",
875
875
  "attributes": {
876
876
  "group": "palette",
877
877
  "category": "teal"
@@ -879,7 +879,7 @@ var tokens = [{
879
879
  "filePath": "schema/palettes/palette.tsx",
880
880
  "isSource": true,
881
881
  "original": {
882
- "value": "#C1F0F5",
882
+ "value": "#C6EDFB",
883
883
  "attributes": {
884
884
  "group": "palette",
885
885
  "category": "teal"
@@ -888,7 +888,7 @@ var tokens = [{
888
888
  "name": "color.palette.Teal200",
889
889
  "path": ["color", "palette", "Teal200"]
890
890
  }, {
891
- "value": "#8BDBE5",
891
+ "value": "#9DD9EE",
892
892
  "attributes": {
893
893
  "group": "palette",
894
894
  "category": "teal"
@@ -896,7 +896,7 @@ var tokens = [{
896
896
  "filePath": "schema/palettes/palette.tsx",
897
897
  "isSource": true,
898
898
  "original": {
899
- "value": "#8BDBE5",
899
+ "value": "#9DD9EE",
900
900
  "attributes": {
901
901
  "group": "palette",
902
902
  "category": "teal"
@@ -905,7 +905,7 @@ var tokens = [{
905
905
  "name": "color.palette.Teal300",
906
906
  "path": ["color", "palette", "Teal300"]
907
907
  }, {
908
- "value": "#60C6D2",
908
+ "value": "#6CC3E0",
909
909
  "attributes": {
910
910
  "group": "palette",
911
911
  "category": "teal"
@@ -913,7 +913,7 @@ var tokens = [{
913
913
  "filePath": "schema/palettes/palette.tsx",
914
914
  "isSource": true,
915
915
  "original": {
916
- "value": "#60C6D2",
916
+ "value": "#6CC3E0",
917
917
  "attributes": {
918
918
  "group": "palette",
919
919
  "category": "teal"
@@ -922,7 +922,7 @@ var tokens = [{
922
922
  "name": "color.palette.Teal400",
923
923
  "path": ["color", "palette", "Teal400"]
924
924
  }, {
925
- "value": "#37B4C3",
925
+ "value": "#42B2D7",
926
926
  "attributes": {
927
927
  "group": "palette",
928
928
  "category": "teal"
@@ -930,7 +930,7 @@ var tokens = [{
930
930
  "filePath": "schema/palettes/palette.tsx",
931
931
  "isSource": true,
932
932
  "original": {
933
- "value": "#37B4C3",
933
+ "value": "#42B2D7",
934
934
  "attributes": {
935
935
  "group": "palette",
936
936
  "category": "teal"
@@ -939,7 +939,7 @@ var tokens = [{
939
939
  "name": "color.palette.Teal500",
940
940
  "path": ["color", "palette", "Teal500"]
941
941
  }, {
942
- "value": "#1D9AAA",
942
+ "value": "#2898BD",
943
943
  "attributes": {
944
944
  "group": "palette",
945
945
  "category": "teal"
@@ -947,7 +947,7 @@ var tokens = [{
947
947
  "filePath": "schema/palettes/palette.tsx",
948
948
  "isSource": true,
949
949
  "original": {
950
- "value": "#1D9AAA",
950
+ "value": "#2898BD",
951
951
  "attributes": {
952
952
  "group": "palette",
953
953
  "category": "teal"
@@ -956,7 +956,7 @@ var tokens = [{
956
956
  "name": "color.palette.Teal600",
957
957
  "path": ["color", "palette", "Teal600"]
958
958
  }, {
959
- "value": "#1D7F8C",
959
+ "value": "#227D9B",
960
960
  "attributes": {
961
961
  "group": "palette",
962
962
  "category": "teal"
@@ -964,7 +964,7 @@ var tokens = [{
964
964
  "filePath": "schema/palettes/palette.tsx",
965
965
  "isSource": true,
966
966
  "original": {
967
- "value": "#1D7F8C",
967
+ "value": "#227D9B",
968
968
  "attributes": {
969
969
  "group": "palette",
970
970
  "category": "teal"
@@ -973,7 +973,7 @@ var tokens = [{
973
973
  "name": "color.palette.Teal700",
974
974
  "path": ["color", "palette", "Teal700"]
975
975
  }, {
976
- "value": "#206B74",
976
+ "value": "#206A83",
977
977
  "attributes": {
978
978
  "group": "palette",
979
979
  "category": "teal"
@@ -981,7 +981,7 @@ var tokens = [{
981
981
  "filePath": "schema/palettes/palette.tsx",
982
982
  "isSource": true,
983
983
  "original": {
984
- "value": "#206B74",
984
+ "value": "#206A83",
985
985
  "attributes": {
986
986
  "group": "palette",
987
987
  "category": "teal"
@@ -990,7 +990,7 @@ var tokens = [{
990
990
  "name": "color.palette.Teal800",
991
991
  "path": ["color", "palette", "Teal800"]
992
992
  }, {
993
- "value": "#1D474C",
993
+ "value": "#164555",
994
994
  "attributes": {
995
995
  "group": "palette",
996
996
  "category": "teal"
@@ -998,7 +998,7 @@ var tokens = [{
998
998
  "filePath": "schema/palettes/palette.tsx",
999
999
  "isSource": true,
1000
1000
  "original": {
1001
- "value": "#1D474C",
1001
+ "value": "#164555",
1002
1002
  "attributes": {
1003
1003
  "group": "palette",
1004
1004
  "category": "teal"
@@ -1007,7 +1007,7 @@ var tokens = [{
1007
1007
  "name": "color.palette.Teal900",
1008
1008
  "path": ["color", "palette", "Teal900"]
1009
1009
  }, {
1010
- "value": "#15373B",
1010
+ "value": "#1E3137",
1011
1011
  "attributes": {
1012
1012
  "group": "palette",
1013
1013
  "category": "teal"
@@ -1015,7 +1015,7 @@ var tokens = [{
1015
1015
  "filePath": "schema/palettes/palette.tsx",
1016
1016
  "isSource": true,
1017
1017
  "original": {
1018
- "value": "#15373B",
1018
+ "value": "#1E3137",
1019
1019
  "attributes": {
1020
1020
  "group": "palette",
1021
1021
  "category": "teal"
@@ -1177,7 +1177,7 @@ var tokens = [{
1177
1177
  "name": "color.palette.Blue900",
1178
1178
  "path": ["color", "palette", "Blue900"]
1179
1179
  }, {
1180
- "value": "#092957",
1180
+ "value": "#1C2B41",
1181
1181
  "attributes": {
1182
1182
  "group": "palette",
1183
1183
  "category": "blue"
@@ -1185,7 +1185,7 @@ var tokens = [{
1185
1185
  "filePath": "schema/palettes/palette.tsx",
1186
1186
  "isSource": true,
1187
1187
  "original": {
1188
- "value": "#092957",
1188
+ "value": "#1C2B41",
1189
1189
  "attributes": {
1190
1190
  "group": "palette",
1191
1191
  "category": "blue"
@@ -1347,7 +1347,7 @@ var tokens = [{
1347
1347
  "name": "color.palette.Purple900",
1348
1348
  "path": ["color", "palette", "Purple900"]
1349
1349
  }, {
1350
- "value": "#2B2451",
1350
+ "value": "#2B273F",
1351
1351
  "attributes": {
1352
1352
  "group": "palette",
1353
1353
  "category": "purple"
@@ -1355,7 +1355,7 @@ var tokens = [{
1355
1355
  "filePath": "schema/palettes/palette.tsx",
1356
1356
  "isSource": true,
1357
1357
  "original": {
1358
- "value": "#2B2451",
1358
+ "value": "#2B273F",
1359
1359
  "attributes": {
1360
1360
  "group": "palette",
1361
1361
  "category": "purple"
@@ -1517,7 +1517,7 @@ var tokens = [{
1517
1517
  "name": "color.palette.Magenta900",
1518
1518
  "path": ["color", "palette", "Magenta900"]
1519
1519
  }, {
1520
- "value": "#421F34",
1520
+ "value": "#3D2232",
1521
1521
  "attributes": {
1522
1522
  "group": "palette",
1523
1523
  "category": "magenta"
@@ -1525,7 +1525,7 @@ var tokens = [{
1525
1525
  "filePath": "schema/palettes/palette.tsx",
1526
1526
  "isSource": true,
1527
1527
  "original": {
1528
- "value": "#421F34",
1528
+ "value": "#3D2232",
1529
1529
  "attributes": {
1530
1530
  "group": "palette",
1531
1531
  "category": "magenta"
@@ -6,7 +6,7 @@
6
6
  * This allows users to compose their themes and only use the tokens that are requested.
7
7
  * When a new theme is created, the import should automatically be added to the map
8
8
  *
9
- * @codegen <<SignedSource::7667de31cb00ca5dd2ce00e7a286ae79>>
9
+ * @codegen <<SignedSource::a21941d8f8cea58425b92ce9b8bfcd4e>>
10
10
  * @codegenCommand yarn build tokens
11
11
  */
12
12
 
@@ -55,14 +55,6 @@ var themeImportsMap = {
55
55
  return import( /* webpackChunkName: "@atlaskit-internal_atlassian-dark-new-input-border" */
56
56
  './themes/atlassian-dark-new-input-border');
57
57
  },
58
- 'light-saturated-palette-changes': function lightSaturatedPaletteChanges() {
59
- return import( /* webpackChunkName: "@atlaskit-internal_atlassian-light-saturated-palette-changes" */
60
- './themes/atlassian-light-saturated-palette-changes');
61
- },
62
- 'dark-saturated-palette-changes': function darkSaturatedPaletteChanges() {
63
- return import( /* webpackChunkName: "@atlaskit-internal_atlassian-dark-saturated-palette-changes" */
64
- './themes/atlassian-dark-saturated-palette-changes');
65
- },
66
58
  'typography': function typography() {
67
59
  return import( /* webpackChunkName: "@atlaskit-internal_atlassian-typography" */
68
60
  './themes/atlassian-typography');