@atlaskit/forge-react-types 0.63.1 → 0.64.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 (48) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/dist/cjs/components/__generated__/tokens.codegen.js +264 -264
  3. package/dist/cjs/components/global/__generated__/GlobalCreateButtonProps.codegen.js +5 -0
  4. package/dist/cjs/components/global/__generated__/GlobalCreateMenuItemProps.codegen.js +1 -0
  5. package/dist/cjs/components/global/__generated__/GlobalFlyOutMenuItemProps.codegen.js +5 -0
  6. package/dist/cjs/components/global/__generated__/GlobalTopNavProps.codegen.js +5 -0
  7. package/dist/es2019/components/__generated__/tokens.codegen.js +264 -264
  8. package/dist/es2019/components/global/__generated__/GlobalCreateButtonProps.codegen.js +1 -0
  9. package/dist/es2019/components/global/__generated__/GlobalCreateMenuItemProps.codegen.js +0 -0
  10. package/dist/es2019/components/global/__generated__/GlobalFlyOutMenuItemProps.codegen.js +1 -0
  11. package/dist/es2019/components/global/__generated__/GlobalTopNavProps.codegen.js +1 -0
  12. package/dist/esm/components/__generated__/tokens.codegen.js +264 -264
  13. package/dist/esm/components/global/__generated__/GlobalCreateButtonProps.codegen.js +1 -0
  14. package/dist/esm/components/global/__generated__/GlobalCreateMenuItemProps.codegen.js +0 -0
  15. package/dist/esm/components/global/__generated__/GlobalFlyOutMenuItemProps.codegen.js +1 -0
  16. package/dist/esm/components/global/__generated__/GlobalTopNavProps.codegen.js +1 -0
  17. package/dist/types/components/__generated__/tokens.codegen.d.ts +3 -3
  18. package/dist/types/components/global/__generated__/GlobalCreateButtonProps.codegen.d.ts +15 -0
  19. package/dist/types/components/global/__generated__/GlobalCreateMenuItemProps.codegen.d.ts +21 -0
  20. package/dist/types/components/global/__generated__/GlobalExpandableMenuItemProps.codegen.d.ts +3 -3
  21. package/dist/types/components/global/__generated__/GlobalFlyOutMenuItemProps.codegen.d.ts +22 -0
  22. package/dist/types/components/global/__generated__/GlobalLinkMenuItemProps.codegen.d.ts +3 -3
  23. package/dist/types/components/global/__generated__/GlobalMainProps.codegen.d.ts +2 -2
  24. package/dist/types/components/global/__generated__/GlobalProps.codegen.d.ts +3 -3
  25. package/dist/types/components/global/__generated__/GlobalSidebarProps.codegen.d.ts +4 -4
  26. package/dist/types/components/global/__generated__/index.d.ts +5 -2
  27. package/dist/types-ts4.5/components/__generated__/tokens.codegen.d.ts +3 -3
  28. package/dist/types-ts4.5/components/global/__generated__/GlobalCreateButtonProps.codegen.d.ts +15 -0
  29. package/dist/types-ts4.5/components/global/__generated__/GlobalCreateMenuItemProps.codegen.d.ts +21 -0
  30. package/dist/types-ts4.5/components/global/__generated__/GlobalExpandableMenuItemProps.codegen.d.ts +3 -3
  31. package/dist/types-ts4.5/components/global/__generated__/GlobalFlyOutMenuItemProps.codegen.d.ts +22 -0
  32. package/dist/types-ts4.5/components/global/__generated__/GlobalLinkMenuItemProps.codegen.d.ts +3 -3
  33. package/dist/types-ts4.5/components/global/__generated__/GlobalMainProps.codegen.d.ts +2 -2
  34. package/dist/types-ts4.5/components/global/__generated__/GlobalProps.codegen.d.ts +3 -3
  35. package/dist/types-ts4.5/components/global/__generated__/GlobalSidebarProps.codegen.d.ts +4 -4
  36. package/dist/types-ts4.5/components/global/__generated__/index.d.ts +5 -2
  37. package/package.json +5 -5
  38. package/src/components/__generated__/tokens.codegen.tsx +265 -265
  39. package/src/components/global/__generated__/GlobalCreateButtonProps.codegen.tsx +19 -0
  40. package/src/components/global/__generated__/GlobalCreateMenuItemProps.codegen.tsx +24 -0
  41. package/src/components/global/__generated__/GlobalExpandableMenuItemProps.codegen.tsx +3 -3
  42. package/src/components/global/__generated__/GlobalFlyOutMenuItemProps.codegen.tsx +26 -0
  43. package/src/components/global/__generated__/GlobalLinkMenuItemProps.codegen.tsx +3 -3
  44. package/src/components/global/__generated__/GlobalMainProps.codegen.tsx +2 -2
  45. package/src/components/global/__generated__/GlobalProps.codegen.tsx +3 -3
  46. package/src/components/global/__generated__/GlobalSidebarProps.codegen.tsx +4 -4
  47. package/src/components/global/__generated__/GlobalTopNavProps.codegen.tsx +22 -0
  48. package/src/components/global/__generated__/index.ts +5 -2
@@ -3,9 +3,9 @@
3
3
  *
4
4
  * Shared tokens file for UI Kit components. Contains design token maps for xcss support. Source: `packages/forge/forge-ui/src/components/UIKit/tokens.partial.tsx`
5
5
  *
6
- * @codegen <<SignedSource::33ae3cd474ec98484f2403079ac6bcab>>
6
+ * @codegen <<SignedSource::3ccd9b53fdc2907a6eda6b72e159d9c6>>
7
7
  * @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
8
- * @codegenDependency ../../../../forge-ui/src/components/UIKit/tokens.partial.tsx <<SignedSource::34ba5fed5a73ed69de68004bceafe652>>
8
+ * @codegenDependency ../../../../forge-ui/src/components/UIKit/tokens.partial.tsx <<SignedSource::e30166598bcdedb0a9ec62bfb3712257>>
9
9
  */
10
10
  /* eslint-disable @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766 */
11
11
  /* eslint-disable @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766 */
@@ -27,7 +27,7 @@ import type { SerializedStyles } from '@emotion/serialize';
27
27
 
28
28
  /**
29
29
  * THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
30
- * @codegen <<SignedSource::ecfd4e431024c4f6fca22ac357edbfef>>
30
+ * @codegen <<SignedSource::457e16d67f12c48bba8b2c36b755de56>>
31
31
  * @codegenId forge-tokens
32
32
  * @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
33
33
  * @codegenDependency ../../../../../design-system/primitives/scripts/codegen-file-templates/dimensions.tsx <<SignedSource::cc9b3f12104c6ede803da6a42daac0b0>>
@@ -179,48 +179,48 @@ export const textColorMap: {
179
179
  'color.link.visited': 'var(--ds-link-visited)';
180
180
  'color.link.visited.pressed': 'var(--ds-link-visited-pressed)';
181
181
  } = {
182
- 'color.text': token('color.text', '#172B4D'),
182
+ 'color.text': token('color.text', '#292A2E'),
183
183
  'color.text.accent.lime': token('color.text.accent.lime', '#4C6B1F'),
184
184
  'color.text.accent.lime.bolder': token('color.text.accent.lime.bolder', '#37471F'),
185
- 'color.text.accent.red': token('color.text.accent.red', '#DE350B'),
186
- 'color.text.accent.red.bolder': token('color.text.accent.red.bolder', '#BF2600'),
187
- 'color.text.accent.orange': token('color.text.accent.orange', '#F18D13'),
188
- 'color.text.accent.orange.bolder': token('color.text.accent.orange.bolder', '#B65C02'),
189
- 'color.text.accent.yellow': token('color.text.accent.yellow', '#FF991F'),
190
- 'color.text.accent.yellow.bolder': token('color.text.accent.yellow.bolder', '#FF8B00'),
191
- 'color.text.accent.green': token('color.text.accent.green', '#00875A'),
192
- 'color.text.accent.green.bolder': token('color.text.accent.green.bolder', '#006644'),
193
- 'color.text.accent.teal': token('color.text.accent.teal', '#00A3BF'),
194
- 'color.text.accent.teal.bolder': token('color.text.accent.teal.bolder', '#008DA6'),
195
- 'color.text.accent.blue': token('color.text.accent.blue', '#0052CC'),
196
- 'color.text.accent.blue.bolder': token('color.text.accent.blue.bolder', '#0747A6'),
197
- 'color.text.accent.purple': token('color.text.accent.purple', '#5243AA'),
198
- 'color.text.accent.purple.bolder': token('color.text.accent.purple.bolder', '#403294'),
199
- 'color.text.accent.magenta': token('color.text.accent.magenta', '#E774BB'),
200
- 'color.text.accent.magenta.bolder': token('color.text.accent.magenta.bolder', '#DA62AC'),
201
- 'color.text.accent.gray': token('color.text.accent.gray', '#505F79'),
202
- 'color.text.accent.gray.bolder': token('color.text.accent.gray.bolder', '#172B4D'),
203
- 'color.text.disabled': token('color.text.disabled', '#A5ADBA'),
185
+ 'color.text.accent.red': token('color.text.accent.red', '#AE2E24'),
186
+ 'color.text.accent.red.bolder': token('color.text.accent.red.bolder', '#5D1F1A'),
187
+ 'color.text.accent.orange': token('color.text.accent.orange', '#9E4C00'),
188
+ 'color.text.accent.orange.bolder': token('color.text.accent.orange.bolder', '#693200'),
189
+ 'color.text.accent.yellow': token('color.text.accent.yellow', '#7F5F01'),
190
+ 'color.text.accent.yellow.bolder': token('color.text.accent.yellow.bolder', '#533F04'),
191
+ 'color.text.accent.green': token('color.text.accent.green', '#216E4E'),
192
+ 'color.text.accent.green.bolder': token('color.text.accent.green.bolder', '#164B35'),
193
+ 'color.text.accent.teal': token('color.text.accent.teal', '#206A83'),
194
+ 'color.text.accent.teal.bolder': token('color.text.accent.teal.bolder', '#164555'),
195
+ 'color.text.accent.blue': token('color.text.accent.blue', '#1558BC'),
196
+ 'color.text.accent.blue.bolder': token('color.text.accent.blue.bolder', '#123263'),
197
+ 'color.text.accent.purple': token('color.text.accent.purple', '#803FA5'),
198
+ 'color.text.accent.purple.bolder': token('color.text.accent.purple.bolder', '#48245D'),
199
+ 'color.text.accent.magenta': token('color.text.accent.magenta', '#943D73'),
200
+ 'color.text.accent.magenta.bolder': token('color.text.accent.magenta.bolder', '#50253F'),
201
+ 'color.text.accent.gray': token('color.text.accent.gray', '#505258'),
202
+ 'color.text.accent.gray.bolder': token('color.text.accent.gray.bolder', '#1E1F21'),
203
+ 'color.text.disabled': token('color.text.disabled', '#080F214A'),
204
204
  'color.text.inverse': token('color.text.inverse', '#FFFFFF'),
205
- 'color.text.selected': token('color.text.selected', '#0052CC'),
206
- 'color.text.brand': token('color.text.brand', '#0065FF'),
207
- 'color.text.danger': token('color.text.danger', '#DE350B'),
208
- 'color.text.danger.bolder': token('color.text.danger.bolder', '#BF2600'),
209
- 'color.text.warning': token('color.text.warning', '#974F0C'),
210
- 'color.text.warning.inverse': token('color.text.warning.inverse', '#172B4D'),
211
- 'color.text.warning.bolder': token('color.text.warning.bolder', '#974F0C'),
212
- 'color.text.success': token('color.text.success', '#006644'),
213
- 'color.text.success.bolder': token('color.text.success.bolder', '#006644'),
214
- 'color.text.discovery': token('color.text.discovery', '#403294'),
215
- 'color.text.discovery.bolder': token('color.text.discovery.bolder', '#403294'),
216
- 'color.text.information': token('color.text.information', '#0052CC'),
217
- 'color.text.information.bolder': token('color.text.information.bolder', '#0747A6'),
218
- 'color.text.subtlest': token('color.text.subtlest', '#7A869A'),
219
- 'color.text.subtle': token('color.text.subtle', '#42526E'),
220
- 'color.link': token('color.link', '#0052CC'),
221
- 'color.link.pressed': token('color.link.pressed', '#0747A6'),
222
- 'color.link.visited': token('color.link.visited', '#403294'),
223
- 'color.link.visited.pressed': token('color.link.visited.pressed', '#403294'),
205
+ 'color.text.selected': token('color.text.selected', '#1868DB'),
206
+ 'color.text.brand': token('color.text.brand', '#1868DB'),
207
+ 'color.text.danger': token('color.text.danger', '#AE2E24'),
208
+ 'color.text.danger.bolder': token('color.text.danger.bolder', '#5D1F1A'),
209
+ 'color.text.warning': token('color.text.warning', '#9E4C00'),
210
+ 'color.text.warning.inverse': token('color.text.warning.inverse', '#292A2E'),
211
+ 'color.text.warning.bolder': token('color.text.warning.bolder', '#693200'),
212
+ 'color.text.success': token('color.text.success', '#4C6B1F'),
213
+ 'color.text.success.bolder': token('color.text.success.bolder', '#37471F'),
214
+ 'color.text.discovery': token('color.text.discovery', '#803FA5'),
215
+ 'color.text.discovery.bolder': token('color.text.discovery.bolder', '#48245D'),
216
+ 'color.text.information': token('color.text.information', '#1558BC'),
217
+ 'color.text.information.bolder': token('color.text.information.bolder', '#123263'),
218
+ 'color.text.subtlest': token('color.text.subtlest', '#6B6E76'),
219
+ 'color.text.subtle': token('color.text.subtle', '#505258'),
220
+ 'color.link': token('color.link', '#1868DB'),
221
+ 'color.link.pressed': token('color.link.pressed', '#1558BC'),
222
+ 'color.link.visited': token('color.link.visited', '#803FA5'),
223
+ 'color.link.visited.pressed': token('color.link.visited.pressed', '#48245D'),
224
224
  } as const;
225
225
 
226
226
  export type TextColor = keyof typeof textColorMap;
@@ -441,7 +441,7 @@ export const backgroundColorMap: {
441
441
  } = {
442
442
  'color.background.accent.lime.subtlest': token(
443
443
  'color.background.accent.lime.subtlest',
444
- '#EEFBDA',
444
+ '#EFFFD6',
445
445
  ),
446
446
  'color.background.accent.lime.subtlest.hovered': token(
447
447
  'color.background.accent.lime.subtlest.hovered',
@@ -449,16 +449,16 @@ export const backgroundColorMap: {
449
449
  ),
450
450
  'color.background.accent.lime.subtlest.pressed': token(
451
451
  'color.background.accent.lime.subtlest.pressed',
452
- '#B3DF72',
452
+ '#BDE97C',
453
453
  ),
454
454
  'color.background.accent.lime.subtler': token('color.background.accent.lime.subtler', '#D3F1A7'),
455
455
  'color.background.accent.lime.subtler.hovered': token(
456
456
  'color.background.accent.lime.subtler.hovered',
457
- '#B3DF72',
457
+ '#BDE97C',
458
458
  ),
459
459
  'color.background.accent.lime.subtler.pressed': token(
460
460
  'color.background.accent.lime.subtler.pressed',
461
- '#94C748',
461
+ '#B3DF72',
462
462
  ),
463
463
  'color.background.accent.lime.subtle': token('color.background.accent.lime.subtle', '#94C748'),
464
464
  'color.background.accent.lime.subtle.hovered': token(
@@ -467,316 +467,316 @@ export const backgroundColorMap: {
467
467
  ),
468
468
  'color.background.accent.lime.subtle.pressed': token(
469
469
  'color.background.accent.lime.subtle.pressed',
470
- '#D3F1A7',
470
+ '#BDE97C',
471
471
  ),
472
472
  'color.background.accent.lime.bolder': token('color.background.accent.lime.bolder', '#5B7F24'),
473
473
  'color.background.accent.lime.bolder.hovered': token(
474
474
  'color.background.accent.lime.bolder.hovered',
475
- '#37471F',
475
+ '#4C6B1F',
476
476
  ),
477
477
  'color.background.accent.lime.bolder.pressed': token(
478
478
  'color.background.accent.lime.bolder.pressed',
479
- '#37471F',
479
+ '#3F5224',
480
480
  ),
481
- 'color.background.accent.red.subtlest': token('color.background.accent.red.subtlest', '#FF8F73'),
481
+ 'color.background.accent.red.subtlest': token('color.background.accent.red.subtlest', '#FFECEB'),
482
482
  'color.background.accent.red.subtlest.hovered': token(
483
483
  'color.background.accent.red.subtlest.hovered',
484
- '#FF7452',
484
+ '#FFD5D2',
485
485
  ),
486
486
  'color.background.accent.red.subtlest.pressed': token(
487
487
  'color.background.accent.red.subtlest.pressed',
488
- '#FF5630',
488
+ '#FFB8B2',
489
489
  ),
490
- 'color.background.accent.red.subtler': token('color.background.accent.red.subtler', '#FF7452'),
490
+ 'color.background.accent.red.subtler': token('color.background.accent.red.subtler', '#FFD5D2'),
491
491
  'color.background.accent.red.subtler.hovered': token(
492
492
  'color.background.accent.red.subtler.hovered',
493
- '#FF5630',
493
+ '#FFB8B2',
494
494
  ),
495
495
  'color.background.accent.red.subtler.pressed': token(
496
496
  'color.background.accent.red.subtler.pressed',
497
- '#DE350B',
497
+ '#FD9891',
498
498
  ),
499
- 'color.background.accent.red.subtle': token('color.background.accent.red.subtle', '#DE350B'),
499
+ 'color.background.accent.red.subtle': token('color.background.accent.red.subtle', '#F87168'),
500
500
  'color.background.accent.red.subtle.hovered': token(
501
501
  'color.background.accent.red.subtle.hovered',
502
- '#FF5630',
502
+ '#FD9891',
503
503
  ),
504
504
  'color.background.accent.red.subtle.pressed': token(
505
505
  'color.background.accent.red.subtle.pressed',
506
- '#FF7452',
506
+ '#FFB8B2',
507
507
  ),
508
- 'color.background.accent.red.bolder': token('color.background.accent.red.bolder', '#DE350B'),
508
+ 'color.background.accent.red.bolder': token('color.background.accent.red.bolder', '#C9372C'),
509
509
  'color.background.accent.red.bolder.hovered': token(
510
510
  'color.background.accent.red.bolder.hovered',
511
- '#FF5630',
511
+ '#AE2E24',
512
512
  ),
513
513
  'color.background.accent.red.bolder.pressed': token(
514
514
  'color.background.accent.red.bolder.pressed',
515
- '#FF7452',
515
+ '#872821',
516
516
  ),
517
517
  'color.background.accent.orange.subtlest': token(
518
518
  'color.background.accent.orange.subtlest',
519
- '#F18D13',
519
+ '#FFF5DB',
520
520
  ),
521
521
  'color.background.accent.orange.subtlest.hovered': token(
522
522
  'color.background.accent.orange.subtlest.hovered',
523
- '#FEC57B',
523
+ '#FCE4A6',
524
524
  ),
525
525
  'color.background.accent.orange.subtlest.pressed': token(
526
526
  'color.background.accent.orange.subtlest.pressed',
527
- '#FFE2BD',
527
+ '#FBD779',
528
528
  ),
529
529
  'color.background.accent.orange.subtler': token(
530
530
  'color.background.accent.orange.subtler',
531
- '#B65C02',
531
+ '#FCE4A6',
532
532
  ),
533
533
  'color.background.accent.orange.subtler.hovered': token(
534
534
  'color.background.accent.orange.subtler.hovered',
535
- '#F18D13',
535
+ '#FBD779',
536
536
  ),
537
537
  'color.background.accent.orange.subtler.pressed': token(
538
538
  'color.background.accent.orange.subtler.pressed',
539
- '#FEC57B',
539
+ '#FBC828',
540
540
  ),
541
541
  'color.background.accent.orange.subtle': token(
542
542
  'color.background.accent.orange.subtle',
543
- '#5F3811',
543
+ '#FCA700',
544
544
  ),
545
545
  'color.background.accent.orange.subtle.hovered': token(
546
546
  'color.background.accent.orange.subtle.hovered',
547
- '#974F0C',
547
+ '#FBC828',
548
548
  ),
549
549
  'color.background.accent.orange.subtle.pressed': token(
550
550
  'color.background.accent.orange.subtle.pressed',
551
- '#B65C02',
551
+ '#FBD779',
552
552
  ),
553
553
  'color.background.accent.orange.bolder': token(
554
554
  'color.background.accent.orange.bolder',
555
- '#43290F',
555
+ '#BD5B00',
556
556
  ),
557
557
  'color.background.accent.orange.bolder.hovered': token(
558
558
  'color.background.accent.orange.bolder.hovered',
559
- '#5F3811',
559
+ '#9E4C00',
560
560
  ),
561
561
  'color.background.accent.orange.bolder.pressed': token(
562
562
  'color.background.accent.orange.bolder.pressed',
563
- '#974F0C',
563
+ '#7A3B00',
564
564
  ),
565
565
  'color.background.accent.yellow.subtlest': token(
566
566
  'color.background.accent.yellow.subtlest',
567
- '#FFE380',
567
+ '#FEF7C8',
568
568
  ),
569
569
  'color.background.accent.yellow.subtlest.hovered': token(
570
570
  'color.background.accent.yellow.subtlest.hovered',
571
- '#FFC400',
571
+ '#F5E989',
572
572
  ),
573
573
  'color.background.accent.yellow.subtlest.pressed': token(
574
574
  'color.background.accent.yellow.subtlest.pressed',
575
- '#FFAB00',
575
+ '#EFDD4E',
576
576
  ),
577
577
  'color.background.accent.yellow.subtler': token(
578
578
  'color.background.accent.yellow.subtler',
579
- '#FFC400',
579
+ '#F5E989',
580
580
  ),
581
581
  'color.background.accent.yellow.subtler.hovered': token(
582
582
  'color.background.accent.yellow.subtler.hovered',
583
- '#FFAB00',
583
+ '#EFDD4E',
584
584
  ),
585
585
  'color.background.accent.yellow.subtler.pressed': token(
586
586
  'color.background.accent.yellow.subtler.pressed',
587
- '#FF991F',
587
+ '#EED12B',
588
588
  ),
589
589
  'color.background.accent.yellow.subtle': token(
590
590
  'color.background.accent.yellow.subtle',
591
- '#FF991F',
591
+ '#EED12B',
592
592
  ),
593
593
  'color.background.accent.yellow.subtle.hovered': token(
594
594
  'color.background.accent.yellow.subtle.hovered',
595
- '#FFAB00',
595
+ '#DDB30E',
596
596
  ),
597
597
  'color.background.accent.yellow.subtle.pressed': token(
598
598
  'color.background.accent.yellow.subtle.pressed',
599
- '#FFC400',
599
+ '#EFDD4E',
600
600
  ),
601
601
  'color.background.accent.yellow.bolder': token(
602
602
  'color.background.accent.yellow.bolder',
603
- '#FF991F',
603
+ '#946F00',
604
604
  ),
605
605
  'color.background.accent.yellow.bolder.hovered': token(
606
606
  'color.background.accent.yellow.bolder.hovered',
607
- '#FFAB00',
607
+ '#7F5F01',
608
608
  ),
609
609
  'color.background.accent.yellow.bolder.pressed': token(
610
610
  'color.background.accent.yellow.bolder.pressed',
611
- '#FFC400',
611
+ '#614A05',
612
612
  ),
613
613
  'color.background.accent.green.subtlest': token(
614
614
  'color.background.accent.green.subtlest',
615
- '#79F2C0',
615
+ '#DCFFF1',
616
616
  ),
617
617
  'color.background.accent.green.subtlest.hovered': token(
618
618
  'color.background.accent.green.subtlest.hovered',
619
- '#57D9A3',
619
+ '#BAF3DB',
620
620
  ),
621
621
  'color.background.accent.green.subtlest.pressed': token(
622
622
  'color.background.accent.green.subtlest.pressed',
623
- '#36B37E',
623
+ '#97EDC9',
624
624
  ),
625
625
  'color.background.accent.green.subtler': token(
626
626
  'color.background.accent.green.subtler',
627
- '#57D9A3',
627
+ '#BAF3DB',
628
628
  ),
629
629
  'color.background.accent.green.subtler.hovered': token(
630
630
  'color.background.accent.green.subtler.hovered',
631
- '#36B37E',
631
+ '#97EDC9',
632
632
  ),
633
633
  'color.background.accent.green.subtler.pressed': token(
634
634
  'color.background.accent.green.subtler.pressed',
635
- '#00875A',
635
+ '#7EE2B8',
636
636
  ),
637
- 'color.background.accent.green.subtle': token('color.background.accent.green.subtle', '#00875A'),
637
+ 'color.background.accent.green.subtle': token('color.background.accent.green.subtle', '#4BCE97'),
638
638
  'color.background.accent.green.subtle.hovered': token(
639
639
  'color.background.accent.green.subtle.hovered',
640
- '#36B37E',
640
+ '#7EE2B8',
641
641
  ),
642
642
  'color.background.accent.green.subtle.pressed': token(
643
643
  'color.background.accent.green.subtle.pressed',
644
- '#57D9A3',
644
+ '#97EDC9',
645
645
  ),
646
- 'color.background.accent.green.bolder': token('color.background.accent.green.bolder', '#00875A'),
646
+ 'color.background.accent.green.bolder': token('color.background.accent.green.bolder', '#1F845A'),
647
647
  'color.background.accent.green.bolder.hovered': token(
648
648
  'color.background.accent.green.bolder.hovered',
649
- '#36B37E',
649
+ '#216E4E',
650
650
  ),
651
651
  'color.background.accent.green.bolder.pressed': token(
652
652
  'color.background.accent.green.bolder.pressed',
653
- '#57D9A3',
653
+ '#19573D',
654
654
  ),
655
655
  'color.background.accent.teal.subtlest': token(
656
656
  'color.background.accent.teal.subtlest',
657
- '#79E2F2',
657
+ '#E7F9FF',
658
658
  ),
659
659
  'color.background.accent.teal.subtlest.hovered': token(
660
660
  'color.background.accent.teal.subtlest.hovered',
661
- '#00C7E6',
661
+ '#C6EDFB',
662
662
  ),
663
663
  'color.background.accent.teal.subtlest.pressed': token(
664
664
  'color.background.accent.teal.subtlest.pressed',
665
- '#00B8D9',
665
+ '#B1E4F7',
666
666
  ),
667
- 'color.background.accent.teal.subtler': token('color.background.accent.teal.subtler', '#00C7E6'),
667
+ 'color.background.accent.teal.subtler': token('color.background.accent.teal.subtler', '#C6EDFB'),
668
668
  'color.background.accent.teal.subtler.hovered': token(
669
669
  'color.background.accent.teal.subtler.hovered',
670
- '#00B8D9',
670
+ '#B1E4F7',
671
671
  ),
672
672
  'color.background.accent.teal.subtler.pressed': token(
673
673
  'color.background.accent.teal.subtler.pressed',
674
- '#00A3BF',
674
+ '#9DD9EE',
675
675
  ),
676
- 'color.background.accent.teal.subtle': token('color.background.accent.teal.subtle', '#00A3BF'),
676
+ 'color.background.accent.teal.subtle': token('color.background.accent.teal.subtle', '#6CC3E0'),
677
677
  'color.background.accent.teal.subtle.hovered': token(
678
678
  'color.background.accent.teal.subtle.hovered',
679
- '#00B8D9',
679
+ '#9DD9EE',
680
680
  ),
681
681
  'color.background.accent.teal.subtle.pressed': token(
682
682
  'color.background.accent.teal.subtle.pressed',
683
- '#00C7E6',
683
+ '#B1E4F7',
684
684
  ),
685
- 'color.background.accent.teal.bolder': token('color.background.accent.teal.bolder', '#00A3BF'),
685
+ 'color.background.accent.teal.bolder': token('color.background.accent.teal.bolder', '#227D9B'),
686
686
  'color.background.accent.teal.bolder.hovered': token(
687
687
  'color.background.accent.teal.bolder.hovered',
688
- '#00B8D9',
688
+ '#206A83',
689
689
  ),
690
690
  'color.background.accent.teal.bolder.pressed': token(
691
691
  'color.background.accent.teal.bolder.pressed',
692
- '#00C7E6',
692
+ '#1A5265',
693
693
  ),
694
694
  'color.background.accent.blue.subtlest': token(
695
695
  'color.background.accent.blue.subtlest',
696
- '#4C9AFF',
696
+ '#E9F2FE',
697
697
  ),
698
698
  'color.background.accent.blue.subtlest.hovered': token(
699
699
  'color.background.accent.blue.subtlest.hovered',
700
- '#2684FF',
700
+ '#CFE1FD',
701
701
  ),
702
702
  'color.background.accent.blue.subtlest.pressed': token(
703
703
  'color.background.accent.blue.subtlest.pressed',
704
- '#0065FF',
704
+ '#ADCBFB',
705
705
  ),
706
- 'color.background.accent.blue.subtler': token('color.background.accent.blue.subtler', '#2684FF'),
706
+ 'color.background.accent.blue.subtler': token('color.background.accent.blue.subtler', '#CFE1FD'),
707
707
  'color.background.accent.blue.subtler.hovered': token(
708
708
  'color.background.accent.blue.subtler.hovered',
709
- '#0065FF',
709
+ '#ADCBFB',
710
710
  ),
711
711
  'color.background.accent.blue.subtler.pressed': token(
712
712
  'color.background.accent.blue.subtler.pressed',
713
- '#0052CC',
713
+ '#8FB8F6',
714
714
  ),
715
- 'color.background.accent.blue.subtle': token('color.background.accent.blue.subtle', '#0052CC'),
715
+ 'color.background.accent.blue.subtle': token('color.background.accent.blue.subtle', '#669DF1'),
716
716
  'color.background.accent.blue.subtle.hovered': token(
717
717
  'color.background.accent.blue.subtle.hovered',
718
- '#0065FF',
718
+ '#8FB8F6',
719
719
  ),
720
720
  'color.background.accent.blue.subtle.pressed': token(
721
721
  'color.background.accent.blue.subtle.pressed',
722
- '#2684FF',
722
+ '#ADCBFB',
723
723
  ),
724
- 'color.background.accent.blue.bolder': token('color.background.accent.blue.bolder', '#0052CC'),
724
+ 'color.background.accent.blue.bolder': token('color.background.accent.blue.bolder', '#1868DB'),
725
725
  'color.background.accent.blue.bolder.hovered': token(
726
726
  'color.background.accent.blue.bolder.hovered',
727
- '#0065FF',
727
+ '#1558BC',
728
728
  ),
729
729
  'color.background.accent.blue.bolder.pressed': token(
730
730
  'color.background.accent.blue.bolder.pressed',
731
- '#2684FF',
731
+ '#144794',
732
732
  ),
733
733
  'color.background.accent.purple.subtlest': token(
734
734
  'color.background.accent.purple.subtlest',
735
- '#998DD9',
735
+ '#F8EEFE',
736
736
  ),
737
737
  'color.background.accent.purple.subtlest.hovered': token(
738
738
  'color.background.accent.purple.subtlest.hovered',
739
- '#8777D9',
739
+ '#EED7FC',
740
740
  ),
741
741
  'color.background.accent.purple.subtlest.pressed': token(
742
742
  'color.background.accent.purple.subtlest.pressed',
743
- '#6554C0',
743
+ '#E3BDFA',
744
744
  ),
745
745
  'color.background.accent.purple.subtler': token(
746
746
  'color.background.accent.purple.subtler',
747
- '#8777D9',
747
+ '#EED7FC',
748
748
  ),
749
749
  'color.background.accent.purple.subtler.hovered': token(
750
750
  'color.background.accent.purple.subtler.hovered',
751
- '#6554C0',
751
+ '#E3BDFA',
752
752
  ),
753
753
  'color.background.accent.purple.subtler.pressed': token(
754
754
  'color.background.accent.purple.subtler.pressed',
755
- '#5243AA',
755
+ '#D8A0F7',
756
756
  ),
757
757
  'color.background.accent.purple.subtle': token(
758
758
  'color.background.accent.purple.subtle',
759
- '#5243AA',
759
+ '#C97CF4',
760
760
  ),
761
761
  'color.background.accent.purple.subtle.hovered': token(
762
762
  'color.background.accent.purple.subtle.hovered',
763
- '#6554C0',
763
+ '#D8A0F7',
764
764
  ),
765
765
  'color.background.accent.purple.subtle.pressed': token(
766
766
  'color.background.accent.purple.subtle.pressed',
767
- '#8777D9',
767
+ '#E3BDFA',
768
768
  ),
769
769
  'color.background.accent.purple.bolder': token(
770
770
  'color.background.accent.purple.bolder',
771
- '#5243AA',
771
+ '#964AC0',
772
772
  ),
773
773
  'color.background.accent.purple.bolder.hovered': token(
774
774
  'color.background.accent.purple.bolder.hovered',
775
- '#6554C0',
775
+ '#803FA5',
776
776
  ),
777
777
  'color.background.accent.purple.bolder.pressed': token(
778
778
  'color.background.accent.purple.bolder.pressed',
779
- '#8777D9',
779
+ '#673286',
780
780
  ),
781
781
  'color.background.accent.magenta.subtlest': token(
782
782
  'color.background.accent.magenta.subtlest',
@@ -788,7 +788,7 @@ export const backgroundColorMap: {
788
788
  ),
789
789
  'color.background.accent.magenta.subtlest.pressed': token(
790
790
  'color.background.accent.magenta.subtlest.pressed',
791
- '#F797D2',
791
+ '#FCB6E1',
792
792
  ),
793
793
  'color.background.accent.magenta.subtler': token(
794
794
  'color.background.accent.magenta.subtler',
@@ -796,11 +796,11 @@ export const backgroundColorMap: {
796
796
  ),
797
797
  'color.background.accent.magenta.subtler.hovered': token(
798
798
  'color.background.accent.magenta.subtler.hovered',
799
- '#F797D2',
799
+ '#FCB6E1',
800
800
  ),
801
801
  'color.background.accent.magenta.subtler.pressed': token(
802
802
  'color.background.accent.magenta.subtler.pressed',
803
- '#E774BB',
803
+ '#F797D2',
804
804
  ),
805
805
  'color.background.accent.magenta.subtle': token(
806
806
  'color.background.accent.magenta.subtle',
@@ -812,7 +812,7 @@ export const backgroundColorMap: {
812
812
  ),
813
813
  'color.background.accent.magenta.subtle.pressed': token(
814
814
  'color.background.accent.magenta.subtle.pressed',
815
- '#FDD0EC',
815
+ '#FCB6E1',
816
816
  ),
817
817
  'color.background.accent.magenta.bolder': token(
818
818
  'color.background.accent.magenta.bolder',
@@ -824,50 +824,50 @@ export const backgroundColorMap: {
824
824
  ),
825
825
  'color.background.accent.magenta.bolder.pressed': token(
826
826
  'color.background.accent.magenta.bolder.pressed',
827
- '#50253F',
827
+ '#77325B',
828
828
  ),
829
829
  'color.background.accent.gray.subtlest': token(
830
830
  'color.background.accent.gray.subtlest',
831
- '#6B778C',
831
+ '#F0F1F2',
832
832
  ),
833
833
  'color.background.accent.gray.subtlest.hovered': token(
834
834
  'color.background.accent.gray.subtlest.hovered',
835
- '#5E6C84',
835
+ '#DDDEE1',
836
836
  ),
837
837
  'color.background.accent.gray.subtlest.pressed': token(
838
838
  'color.background.accent.gray.subtlest.pressed',
839
- '#505F79',
839
+ '#B7B9BE',
840
840
  ),
841
- 'color.background.accent.gray.subtler': token('color.background.accent.gray.subtler', '#5E6C84'),
841
+ 'color.background.accent.gray.subtler': token('color.background.accent.gray.subtler', '#DDDEE1'),
842
842
  'color.background.accent.gray.subtler.hovered': token(
843
843
  'color.background.accent.gray.subtler.hovered',
844
- '#505F79',
844
+ '#B7B9BE',
845
845
  ),
846
846
  'color.background.accent.gray.subtler.pressed': token(
847
847
  'color.background.accent.gray.subtler.pressed',
848
- '#42526E',
848
+ '#8C8F97',
849
849
  ),
850
- 'color.background.accent.gray.subtle': token('color.background.accent.gray.subtle', '#505F79'),
850
+ 'color.background.accent.gray.subtle': token('color.background.accent.gray.subtle', '#8C8F97'),
851
851
  'color.background.accent.gray.subtle.hovered': token(
852
852
  'color.background.accent.gray.subtle.hovered',
853
- '#5E6C84',
853
+ '#B7B9BE',
854
854
  ),
855
855
  'color.background.accent.gray.subtle.pressed': token(
856
856
  'color.background.accent.gray.subtle.pressed',
857
- '#6B778C',
857
+ '#DDDEE1',
858
858
  ),
859
- 'color.background.accent.gray.bolder': token('color.background.accent.gray.bolder', '#42526E'),
859
+ 'color.background.accent.gray.bolder': token('color.background.accent.gray.bolder', '#6B6E76'),
860
860
  'color.background.accent.gray.bolder.hovered': token(
861
861
  'color.background.accent.gray.bolder.hovered',
862
- '#344563',
862
+ '#505258',
863
863
  ),
864
864
  'color.background.accent.gray.bolder.pressed': token(
865
865
  'color.background.accent.gray.bolder.pressed',
866
- '#253858',
866
+ '#3B3D42',
867
867
  ),
868
- 'color.background.disabled': token('color.background.disabled', '#091e4289'),
869
- 'color.background.input': token('color.background.input', '#FAFBFC'),
870
- 'color.background.input.hovered': token('color.background.input.hovered', '#EBECF0'),
868
+ 'color.background.disabled': token('color.background.disabled', '#17171708'),
869
+ 'color.background.input': token('color.background.input', '#FFFFFF'),
870
+ 'color.background.input.hovered': token('color.background.input.hovered', '#F8F8F8'),
871
871
  'color.background.input.pressed': token('color.background.input.pressed', '#FFFFFF'),
872
872
  'color.background.inverse.subtle': token('color.background.inverse.subtle', '#00000029'),
873
873
  'color.background.inverse.subtle.hovered': token(
@@ -878,174 +878,174 @@ export const backgroundColorMap: {
878
878
  'color.background.inverse.subtle.pressed',
879
879
  '#00000052',
880
880
  ),
881
- 'color.background.neutral': token('color.background.neutral', '#DFE1E6'),
882
- 'color.background.neutral.hovered': token('color.background.neutral.hovered', '#091e4214'),
883
- 'color.background.neutral.pressed': token('color.background.neutral.pressed', '#B3D4FF'),
884
- 'color.background.neutral.subtle': token('color.background.neutral.subtle', 'transparent'),
881
+ 'color.background.neutral': token('color.background.neutral', '#0515240F'),
882
+ 'color.background.neutral.hovered': token('color.background.neutral.hovered', '#0B120E24'),
883
+ 'color.background.neutral.pressed': token('color.background.neutral.pressed', '#080F214A'),
884
+ 'color.background.neutral.subtle': token('color.background.neutral.subtle', '#00000000'),
885
885
  'color.background.neutral.subtle.hovered': token(
886
886
  'color.background.neutral.subtle.hovered',
887
- '#091e4214',
887
+ '#0515240F',
888
888
  ),
889
889
  'color.background.neutral.subtle.pressed': token(
890
890
  'color.background.neutral.subtle.pressed',
891
- '#B3D4FF',
891
+ '#0B120E24',
892
892
  ),
893
- 'color.background.neutral.bold': token('color.background.neutral.bold', '#42526E'),
893
+ 'color.background.neutral.bold': token('color.background.neutral.bold', '#292A2E'),
894
894
  'color.background.neutral.bold.hovered': token(
895
895
  'color.background.neutral.bold.hovered',
896
- '#505F79',
896
+ '#3B3D42',
897
897
  ),
898
898
  'color.background.neutral.bold.pressed': token(
899
899
  'color.background.neutral.bold.pressed',
900
- '#344563',
900
+ '#505258',
901
901
  ),
902
- 'color.background.selected': token('color.background.selected', '#DEEBFF'),
903
- 'color.background.selected.hovered': token('color.background.selected.hovered', '#B3D4FF'),
904
- 'color.background.selected.pressed': token('color.background.selected.pressed', '#4C9AFF'),
905
- 'color.background.selected.bold': token('color.background.selected.bold', '#0052CC'),
902
+ 'color.background.selected': token('color.background.selected', '#E9F2FE'),
903
+ 'color.background.selected.hovered': token('color.background.selected.hovered', '#CFE1FD'),
904
+ 'color.background.selected.pressed': token('color.background.selected.pressed', '#8FB8F6'),
905
+ 'color.background.selected.bold': token('color.background.selected.bold', '#1868DB'),
906
906
  'color.background.selected.bold.hovered': token(
907
907
  'color.background.selected.bold.hovered',
908
- '#2684FF',
908
+ '#1558BC',
909
909
  ),
910
910
  'color.background.selected.bold.pressed': token(
911
911
  'color.background.selected.bold.pressed',
912
- '#0052CC',
912
+ '#123263',
913
913
  ),
914
- 'color.background.brand.subtlest': token('color.background.brand.subtlest', '#B3D4FF'),
914
+ 'color.background.brand.subtlest': token('color.background.brand.subtlest', '#E9F2FE'),
915
915
  'color.background.brand.subtlest.hovered': token(
916
916
  'color.background.brand.subtlest.hovered',
917
- '#DEEBFF',
917
+ '#CFE1FD',
918
918
  ),
919
919
  'color.background.brand.subtlest.pressed': token(
920
920
  'color.background.brand.subtlest.pressed',
921
- '#4C9AFF',
921
+ '#ADCBFB',
922
922
  ),
923
- 'color.background.brand.bold': token('color.background.brand.bold', '#0052CC'),
924
- 'color.background.brand.bold.hovered': token('color.background.brand.bold.hovered', '#0065FF'),
925
- 'color.background.brand.bold.pressed': token('color.background.brand.bold.pressed', '#0747A6'),
926
- 'color.background.brand.boldest': token('color.background.brand.boldest', '#0747A6'),
923
+ 'color.background.brand.bold': token('color.background.brand.bold', '#1868DB'),
924
+ 'color.background.brand.bold.hovered': token('color.background.brand.bold.hovered', '#1558BC'),
925
+ 'color.background.brand.bold.pressed': token('color.background.brand.bold.pressed', '#144794'),
926
+ 'color.background.brand.boldest': token('color.background.brand.boldest', '#1C2B42'),
927
927
  'color.background.brand.boldest.hovered': token(
928
928
  'color.background.brand.boldest.hovered',
929
- '#0052CC',
929
+ '#123263',
930
930
  ),
931
931
  'color.background.brand.boldest.pressed': token(
932
932
  'color.background.brand.boldest.pressed',
933
- '#0747A6',
933
+ '#144794',
934
934
  ),
935
- 'color.background.danger': token('color.background.danger', '#FFEBE6'),
936
- 'color.background.danger.hovered': token('color.background.danger.hovered', '#FFBDAD'),
937
- 'color.background.danger.pressed': token('color.background.danger.pressed', '#FF8F73'),
938
- 'color.background.danger.subtler': token('color.background.danger.subtler', '#FFBDAD'),
935
+ 'color.background.danger': token('color.background.danger', '#FFECEB'),
936
+ 'color.background.danger.hovered': token('color.background.danger.hovered', '#FFD5D2'),
937
+ 'color.background.danger.pressed': token('color.background.danger.pressed', '#FFB8B2'),
938
+ 'color.background.danger.subtler': token('color.background.danger.subtler', '#FFD5D2'),
939
939
  'color.background.danger.subtler.hovered': token(
940
940
  'color.background.danger.subtler.hovered',
941
- '#FF8F73',
941
+ '#FFB8B2',
942
942
  ),
943
943
  'color.background.danger.subtler.pressed': token(
944
944
  'color.background.danger.subtler.pressed',
945
- '#FF7452',
946
- ),
947
- 'color.background.danger.bold': token('color.background.danger.bold', '#DE350B'),
948
- 'color.background.danger.bold.hovered': token('color.background.danger.bold.hovered', '#FF5630'),
949
- 'color.background.danger.bold.pressed': token('color.background.danger.bold.pressed', '#BF2600'),
950
- 'color.background.warning': token('color.background.warning', '#FFFAE6'),
951
- 'color.background.warning.hovered': token('color.background.warning.hovered', '#FFF0B3'),
952
- 'color.background.warning.pressed': token('color.background.warning.pressed', '#FFE380'),
953
- 'color.background.warning.subtler': token('color.background.warning.subtler', '#FFF0B3'),
945
+ '#FD9891',
946
+ ),
947
+ 'color.background.danger.bold': token('color.background.danger.bold', '#C9372C'),
948
+ 'color.background.danger.bold.hovered': token('color.background.danger.bold.hovered', '#AE2E24'),
949
+ 'color.background.danger.bold.pressed': token('color.background.danger.bold.pressed', '#872821'),
950
+ 'color.background.warning': token('color.background.warning', '#FFF5DB'),
951
+ 'color.background.warning.hovered': token('color.background.warning.hovered', '#FCE4A6'),
952
+ 'color.background.warning.pressed': token('color.background.warning.pressed', '#FBD779'),
953
+ 'color.background.warning.subtler': token('color.background.warning.subtler', '#FCE4A6'),
954
954
  'color.background.warning.subtler.hovered': token(
955
955
  'color.background.warning.subtler.hovered',
956
- '#FFE380',
956
+ '#FBD779',
957
957
  ),
958
958
  'color.background.warning.subtler.pressed': token(
959
959
  'color.background.warning.subtler.pressed',
960
- '#FFC400',
960
+ '#FBC828',
961
961
  ),
962
- 'color.background.warning.bold': token('color.background.warning.bold', '#FFAB00'),
962
+ 'color.background.warning.bold': token('color.background.warning.bold', '#FBC828'),
963
963
  'color.background.warning.bold.hovered': token(
964
964
  'color.background.warning.bold.hovered',
965
- '#FFC400',
965
+ '#FCA700',
966
966
  ),
967
967
  'color.background.warning.bold.pressed': token(
968
968
  'color.background.warning.bold.pressed',
969
- '#FF991F',
969
+ '#F68909',
970
970
  ),
971
- 'color.background.success': token('color.background.success', '#E3FCEF'),
972
- 'color.background.success.hovered': token('color.background.success.hovered', '#ABF5D1'),
973
- 'color.background.success.pressed': token('color.background.success.pressed', '#79F2C0'),
974
- 'color.background.success.subtler': token('color.background.success.subtler', '#ABF5D1'),
971
+ 'color.background.success': token('color.background.success', '#EFFFD6'),
972
+ 'color.background.success.hovered': token('color.background.success.hovered', '#D3F1A7'),
973
+ 'color.background.success.pressed': token('color.background.success.pressed', '#BDE97C'),
974
+ 'color.background.success.subtler': token('color.background.success.subtler', '#D3F1A7'),
975
975
  'color.background.success.subtler.hovered': token(
976
976
  'color.background.success.subtler.hovered',
977
- '#79F2C0',
977
+ '#BDE97C',
978
978
  ),
979
979
  'color.background.success.subtler.pressed': token(
980
980
  'color.background.success.subtler.pressed',
981
- '#57D9A3',
981
+ '#B3DF72',
982
982
  ),
983
- 'color.background.success.bold': token('color.background.success.bold', '#00875A'),
983
+ 'color.background.success.bold': token('color.background.success.bold', '#5B7F24'),
984
984
  'color.background.success.bold.hovered': token(
985
985
  'color.background.success.bold.hovered',
986
- '#57D9A3',
986
+ '#4C6B1F',
987
987
  ),
988
988
  'color.background.success.bold.pressed': token(
989
989
  'color.background.success.bold.pressed',
990
- '#00875A',
990
+ '#3F5224',
991
991
  ),
992
- 'color.background.discovery': token('color.background.discovery', '#EAE6FF'),
993
- 'color.background.discovery.hovered': token('color.background.discovery.hovered', '#C0B6F2'),
994
- 'color.background.discovery.pressed': token('color.background.discovery.pressed', '#998DD9'),
995
- 'color.background.discovery.subtler': token('color.background.discovery.subtler', '#C0B6F2'),
992
+ 'color.background.discovery': token('color.background.discovery', '#F8EEFE'),
993
+ 'color.background.discovery.hovered': token('color.background.discovery.hovered', '#EED7FC'),
994
+ 'color.background.discovery.pressed': token('color.background.discovery.pressed', '#E3BDFA'),
995
+ 'color.background.discovery.subtler': token('color.background.discovery.subtler', '#EED7FC'),
996
996
  'color.background.discovery.subtler.hovered': token(
997
997
  'color.background.discovery.subtler.hovered',
998
- '#998DD9',
998
+ '#E3BDFA',
999
999
  ),
1000
1000
  'color.background.discovery.subtler.pressed': token(
1001
1001
  'color.background.discovery.subtler.pressed',
1002
- '#8777D9',
1002
+ '#D8A0F7',
1003
1003
  ),
1004
- 'color.background.discovery.bold': token('color.background.discovery.bold', '#5243AA'),
1004
+ 'color.background.discovery.bold': token('color.background.discovery.bold', '#964AC0'),
1005
1005
  'color.background.discovery.bold.hovered': token(
1006
1006
  'color.background.discovery.bold.hovered',
1007
- '#8777D9',
1007
+ '#803FA5',
1008
1008
  ),
1009
1009
  'color.background.discovery.bold.pressed': token(
1010
1010
  'color.background.discovery.bold.pressed',
1011
- '#5243AA',
1011
+ '#673286',
1012
1012
  ),
1013
- 'color.background.information': token('color.background.information', '#DEEBFF'),
1014
- 'color.background.information.hovered': token('color.background.information.hovered', '#B3D4FF'),
1015
- 'color.background.information.pressed': token('color.background.information.pressed', '#4C9AFF'),
1016
- 'color.background.information.subtler': token('color.background.information.subtler', '#B3D4FF'),
1013
+ 'color.background.information': token('color.background.information', '#E9F2FE'),
1014
+ 'color.background.information.hovered': token('color.background.information.hovered', '#CFE1FD'),
1015
+ 'color.background.information.pressed': token('color.background.information.pressed', '#ADCBFB'),
1016
+ 'color.background.information.subtler': token('color.background.information.subtler', '#CFE1FD'),
1017
1017
  'color.background.information.subtler.hovered': token(
1018
1018
  'color.background.information.subtler.hovered',
1019
- '#4C9AFF',
1019
+ '#ADCBFB',
1020
1020
  ),
1021
1021
  'color.background.information.subtler.pressed': token(
1022
1022
  'color.background.information.subtler.pressed',
1023
- '#2684FF',
1023
+ '#8FB8F6',
1024
1024
  ),
1025
- 'color.background.information.bold': token('color.background.information.bold', '#0052CC'),
1025
+ 'color.background.information.bold': token('color.background.information.bold', '#1868DB'),
1026
1026
  'color.background.information.bold.hovered': token(
1027
1027
  'color.background.information.bold.hovered',
1028
- '#2684FF',
1028
+ '#1558BC',
1029
1029
  ),
1030
1030
  'color.background.information.bold.pressed': token(
1031
1031
  'color.background.information.bold.pressed',
1032
- '#0052CC',
1032
+ '#144794',
1033
1033
  ),
1034
- 'color.blanket': token('color.blanket', '#091e4289'),
1034
+ 'color.blanket': token('color.blanket', '#050C1F75'),
1035
1035
  'color.blanket.selected': token('color.blanket.selected', '#388BFF14'),
1036
1036
  'color.blanket.danger': token('color.blanket.danger', '#EF5C4814'),
1037
- 'color.skeleton': token('color.skeleton', '#F4F5F7'),
1038
- 'color.skeleton.subtle': token('color.skeleton.subtle', '#091e420a'),
1037
+ 'color.skeleton': token('color.skeleton', '#0515240F'),
1038
+ 'color.skeleton.subtle': token('color.skeleton.subtle', '#17171708'),
1039
1039
  'elevation.surface': token('elevation.surface', '#FFFFFF'),
1040
- 'elevation.surface.hovered': token('elevation.surface.hovered', '#FAFBFC'),
1041
- 'elevation.surface.pressed': token('elevation.surface.pressed', '#F4F5F7'),
1040
+ 'elevation.surface.hovered': token('elevation.surface.hovered', '#F0F1F2'),
1041
+ 'elevation.surface.pressed': token('elevation.surface.pressed', '#DDDEE1'),
1042
1042
  'elevation.surface.overlay': token('elevation.surface.overlay', '#FFFFFF'),
1043
- 'elevation.surface.overlay.hovered': token('elevation.surface.overlay.hovered', '#FAFBFC'),
1044
- 'elevation.surface.overlay.pressed': token('elevation.surface.overlay.pressed', '#F4F5F7'),
1043
+ 'elevation.surface.overlay.hovered': token('elevation.surface.overlay.hovered', '#F0F1F2'),
1044
+ 'elevation.surface.overlay.pressed': token('elevation.surface.overlay.pressed', '#DDDEE1'),
1045
1045
  'elevation.surface.raised': token('elevation.surface.raised', '#FFFFFF'),
1046
- 'elevation.surface.raised.hovered': token('elevation.surface.raised.hovered', '#FAFBFC'),
1047
- 'elevation.surface.raised.pressed': token('elevation.surface.raised.pressed', '#F4F5F7'),
1048
- 'elevation.surface.sunken': token('elevation.surface.sunken', '#F4F5F7'),
1046
+ 'elevation.surface.raised.hovered': token('elevation.surface.raised.hovered', '#F0F1F2'),
1047
+ 'elevation.surface.raised.pressed': token('elevation.surface.raised.pressed', '#DDDEE1'),
1048
+ 'elevation.surface.sunken': token('elevation.surface.sunken', '#F8F8F8'),
1049
1049
  'utility.elevation.surface.current': token('utility.elevation.surface.current', '#FFFFFF'),
1050
1050
  } as const;
1051
1051
 
@@ -1076,29 +1076,29 @@ export const borderColorMap: {
1076
1076
  'color.border.information': 'var(--ds-border-information)';
1077
1077
  'color.border.bold': 'var(--ds-border-bold)';
1078
1078
  } = {
1079
- 'color.border': token('color.border', '#091e4221'),
1079
+ 'color.border': token('color.border', '#0B120E24'),
1080
1080
  'color.border.accent.lime': token('color.border.accent.lime', '#6A9A23'),
1081
- 'color.border.accent.red': token('color.border.accent.red', '#FF5630'),
1082
- 'color.border.accent.orange': token('color.border.accent.orange', '#D94008'),
1083
- 'color.border.accent.yellow': token('color.border.accent.yellow', '#FFAB00'),
1084
- 'color.border.accent.green': token('color.border.accent.green', '#36B37E'),
1085
- 'color.border.accent.teal': token('color.border.accent.teal', '#00B8D9'),
1086
- 'color.border.accent.blue': token('color.border.accent.blue', '#0065FF'),
1087
- 'color.border.accent.purple': token('color.border.accent.purple', '#6554C0'),
1081
+ 'color.border.accent.red': token('color.border.accent.red', '#E2483D'),
1082
+ 'color.border.accent.orange': token('color.border.accent.orange', '#E06C00'),
1083
+ 'color.border.accent.yellow': token('color.border.accent.yellow', '#B38600'),
1084
+ 'color.border.accent.green': token('color.border.accent.green', '#22A06B'),
1085
+ 'color.border.accent.teal': token('color.border.accent.teal', '#2898BD'),
1086
+ 'color.border.accent.blue': token('color.border.accent.blue', '#357DE8'),
1087
+ 'color.border.accent.purple': token('color.border.accent.purple', '#AF59E1'),
1088
1088
  'color.border.accent.magenta': token('color.border.accent.magenta', '#CD519D'),
1089
- 'color.border.accent.gray': token('color.border.accent.gray', '#5E6C84'),
1090
- 'color.border.disabled': token('color.border.disabled', '#FAFBFC'),
1091
- 'color.border.focused': token('color.border.focused', '#2684FF'),
1092
- 'color.border.input': token('color.border.input', '#FAFBFC'),
1089
+ 'color.border.accent.gray': token('color.border.accent.gray', '#7D818A'),
1090
+ 'color.border.disabled': token('color.border.disabled', '#0515240F'),
1091
+ 'color.border.focused': token('color.border.focused', '#4688EC'),
1092
+ 'color.border.input': token('color.border.input', '#8C8F97'),
1093
1093
  'color.border.inverse': token('color.border.inverse', '#FFFFFF'),
1094
- 'color.border.selected': token('color.border.selected', '#0052CC'),
1095
- 'color.border.brand': token('color.border.brand', '#0052CC'),
1096
- 'color.border.danger': token('color.border.danger', '#FF5630'),
1097
- 'color.border.warning': token('color.border.warning', '#FFC400'),
1098
- 'color.border.success': token('color.border.success', '#00875A'),
1099
- 'color.border.discovery': token('color.border.discovery', '#998DD9'),
1100
- 'color.border.information': token('color.border.information', '#0065FF'),
1101
- 'color.border.bold': token('color.border.bold', '#344563'),
1094
+ 'color.border.selected': token('color.border.selected', '#1868DB'),
1095
+ 'color.border.brand': token('color.border.brand', '#1868DB'),
1096
+ 'color.border.danger': token('color.border.danger', '#E2483D'),
1097
+ 'color.border.warning': token('color.border.warning', '#E06C00'),
1098
+ 'color.border.success': token('color.border.success', '#6A9A23'),
1099
+ 'color.border.discovery': token('color.border.discovery', '#AF59E1'),
1100
+ 'color.border.information': token('color.border.information', '#357DE8'),
1101
+ 'color.border.bold': token('color.border.bold', '#7D818A'),
1102
1102
  } as const;
1103
1103
 
1104
1104
  export type BorderColor = keyof typeof borderColorMap;
@@ -1182,17 +1182,17 @@ export const shadowMap: {
1182
1182
  } = {
1183
1183
  'elevation.shadow.overflow': token(
1184
1184
  'elevation.shadow.overflow',
1185
- '0px 0px 8px #091e423f, 0px 0px 1px #091e424f',
1185
+ '0px 0px 8px #1E1F21, 0px 0px 1px #1E1F21',
1186
1186
  ),
1187
- 'elevation.shadow.overflow.perimeter': token('elevation.shadow.overflow.perimeter', '#091e421f'),
1188
- 'elevation.shadow.overflow.spread': token('elevation.shadow.overflow.spread', '#091e4229'),
1187
+ 'elevation.shadow.overflow.perimeter': token('elevation.shadow.overflow.perimeter', '#1E1F211f'),
1188
+ 'elevation.shadow.overflow.spread': token('elevation.shadow.overflow.spread', '#1E1F2129'),
1189
1189
  'elevation.shadow.overlay': token(
1190
1190
  'elevation.shadow.overlay',
1191
- '0px 8px 12px #091e423f, 0px 0px 1px #091e424f',
1191
+ '0px 8px 12px #1E1F21, 0px 0px 1px #1E1F21',
1192
1192
  ),
1193
1193
  'elevation.shadow.raised': token(
1194
1194
  'elevation.shadow.raised',
1195
- '0px 1px 1px #091e423f, 0px 0px 1px #091e4221',
1195
+ '0px 1px 1px #1E1F21, 0px 0px 1px #1E1F21',
1196
1196
  ),
1197
1197
  } as const;
1198
1198
 
@@ -1211,15 +1211,15 @@ export const surfaceColorMap: {
1211
1211
  'elevation.surface.sunken': 'var(--ds-surface-sunken)';
1212
1212
  } = {
1213
1213
  'elevation.surface': token('elevation.surface', '#FFFFFF'),
1214
- 'elevation.surface.hovered': token('elevation.surface.hovered', '#FAFBFC'),
1215
- 'elevation.surface.pressed': token('elevation.surface.pressed', '#F4F5F7'),
1214
+ 'elevation.surface.hovered': token('elevation.surface.hovered', '#F0F1F2'),
1215
+ 'elevation.surface.pressed': token('elevation.surface.pressed', '#DDDEE1'),
1216
1216
  'elevation.surface.overlay': token('elevation.surface.overlay', '#FFFFFF'),
1217
- 'elevation.surface.overlay.hovered': token('elevation.surface.overlay.hovered', '#FAFBFC'),
1218
- 'elevation.surface.overlay.pressed': token('elevation.surface.overlay.pressed', '#F4F5F7'),
1217
+ 'elevation.surface.overlay.hovered': token('elevation.surface.overlay.hovered', '#F0F1F2'),
1218
+ 'elevation.surface.overlay.pressed': token('elevation.surface.overlay.pressed', '#DDDEE1'),
1219
1219
  'elevation.surface.raised': token('elevation.surface.raised', '#FFFFFF'),
1220
- 'elevation.surface.raised.hovered': token('elevation.surface.raised.hovered', '#FAFBFC'),
1221
- 'elevation.surface.raised.pressed': token('elevation.surface.raised.pressed', '#F4F5F7'),
1222
- 'elevation.surface.sunken': token('elevation.surface.sunken', '#F4F5F7'),
1220
+ 'elevation.surface.raised.hovered': token('elevation.surface.raised.hovered', '#F0F1F2'),
1221
+ 'elevation.surface.raised.pressed': token('elevation.surface.raised.pressed', '#DDDEE1'),
1222
+ 'elevation.surface.sunken': token('elevation.surface.sunken', '#F8F8F8'),
1223
1223
  } as const;
1224
1224
 
1225
1225
  export type SurfaceColor = keyof typeof surfaceColorMap;