@ds-mo/tokens 2.4.0 → 2.5.1

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.
package/dist/colors.css CHANGED
@@ -197,6 +197,7 @@
197
197
  --color-always-dark-foreground-tertiary: var(--color-reference-white-35);
198
198
  --color-always-dark-foreground-walkthrough: var(--color-reference-dark-teal-180-l70-c15-bold);
199
199
  --color-always-dark-foreground-warning: var(--color-reference-dark-orange-60-l75-c20-bold);
200
+ --color-always-dark-interaction-active: var(--color-reference-dark-blue-250-l27-c05-faint);
200
201
  --color-always-dark-interaction-focus: var(--color-reference-white-15);
201
202
  --color-always-dark-interaction-hover: var(--color-reference-white-10);
202
203
  --color-always-dark-interaction-pressed: var(--color-reference-white-15);
@@ -482,6 +483,7 @@
482
483
  --color-inverted-foreground-tertiary: var(--color-reference-white-35);
483
484
  --color-inverted-foreground-walkthrough: var(--color-reference-dark-teal-180-l70-c15-bold);
484
485
  --color-inverted-foreground-warning: var(--color-reference-dark-orange-60-l75-c20-bold);
486
+ --color-inverted-interaction-active: var(--color-reference-dark-blue-250-l27-c05-faint);
485
487
  --color-inverted-interaction-focus: var(--color-reference-white-15);
486
488
  --color-inverted-interaction-hover: var(--color-reference-white-10);
487
489
  --color-inverted-interaction-pressed: var(--color-reference-white-15);
@@ -495,6 +497,20 @@
495
497
  --color-location-marker-interaction-focus: var(--color-reference-black-15);
496
498
  --color-location-marker-interaction-hover: var(--color-reference-white-15);
497
499
  --color-location-marker-interaction-pressed: var(--color-reference-white-20);
500
+ --color-navigation-background: var(--color-reference-grey-l18);
501
+ --color-navigation-border-primary: var(--color-reference-white-20);
502
+ --color-navigation-border-secondary: var(--color-reference-white-15);
503
+ --color-navigation-border-tertiary: var(--color-reference-white-10);
504
+ --color-navigation-divider: var(--color-reference-white-10);
505
+ --color-navigation-foreground-brand: var(--color-reference-dark-blue-250-l65-c20-bold);
506
+ --color-navigation-foreground-primary: var(--color-reference-white-100);
507
+ --color-navigation-foreground-quaternary: var(--color-reference-white-20);
508
+ --color-navigation-foreground-secondary: var(--color-reference-white-55);
509
+ --color-navigation-foreground-tertiary: var(--color-reference-white-35);
510
+ --color-navigation-interaction-active: var(--color-reference-white-10);
511
+ --color-navigation-interaction-focus: var(--color-reference-white-15);
512
+ --color-navigation-interaction-hover: var(--color-reference-white-10);
513
+ --color-navigation-interaction-pressed: var(--color-reference-white-15);
498
514
  --color-safety-score-background-excellent: var(--color-reference-light-blue-250-l70-c18-medium);
499
515
  --color-safety-score-background-fair: var(--color-reference-light-orange-60-l75-c20-medium);
500
516
  --color-safety-score-background-good: var(--color-reference-light-blue-250-l92-c04-faint);
@@ -507,6 +523,8 @@
507
523
  --color-settings-profile-background: var(--color-reference-light-orange-60-l93-c05-faint);
508
524
  --color-settings-profile-border: var(--color-reference-light-orange-60-l75-c20-medium);
509
525
  --color-settings-profile-foreground: var(--color-reference-light-orange-60-l52-c13-bold);
526
+ --color-shimmer-fade: var(--color-reference-black-15);
527
+ --color-shimmer-highlight: var(--color-reference-white-10);
510
528
  --color-data-category-10: var(--color-reference-light-pink-0-l70-c22-medium);
511
529
  --color-data-category-11: var(--color-reference-light-teal-180-l75-c17-medium);
512
530
  --color-data-category-12: var(--color-reference-light-orange-60-l52-c13-bold);
@@ -601,11 +619,11 @@
601
619
  --color-always-dark-border-tertiary: var(--color-reference-white-10);
602
620
  --color-always-dark-divider: var(--color-reference-white-10);
603
621
  --color-always-dark-foreground-ai: var(--color-reference-light-purple-290-l52-c20-bold);
604
- --color-always-dark-foreground-brand: var(--color-reference-light-blue-250-l50-c18-bold);
622
+ --color-always-dark-foreground-brand: var(--color-reference-dark-blue-250-l65-c20-bold);
605
623
  --color-always-dark-foreground-caution: var(--color-reference-light-yellow-85-l51-c12-bold);
606
624
  --color-always-dark-foreground-guide: var(--color-reference-light-cyan-215-l51-c11-bold);
607
625
  --color-always-dark-foreground-negative: var(--color-reference-light-red-30-l53-c20-bold);
608
- --color-always-dark-foreground-neutral: var(--color-reference-grey-l51-light-bold);
626
+ --color-always-dark-foreground-neutral: var(--color-reference-grey-l65-dark-bold);
609
627
  --color-always-dark-foreground-positive: var(--color-reference-light-green-145-l50-c19-bold);
610
628
  --color-always-dark-foreground-primary: var(--color-reference-white-100);
611
629
  --color-always-dark-foreground-quaternary: var(--color-reference-white-20);
@@ -613,6 +631,7 @@
613
631
  --color-always-dark-foreground-tertiary: var(--color-reference-white-35);
614
632
  --color-always-dark-foreground-walkthrough: var(--color-reference-light-teal-180-l50-c12-bold);
615
633
  --color-always-dark-foreground-warning: var(--color-reference-light-orange-60-l52-c13-bold);
634
+ --color-always-dark-interaction-active: var(--color-reference-dark-blue-250-l27-c05-faint);
616
635
  --color-always-dark-interaction-focus: var(--color-reference-white-15);
617
636
  --color-always-dark-interaction-hover: var(--color-reference-white-10);
618
637
  --color-always-dark-interaction-pressed: var(--color-reference-white-15);
@@ -885,19 +904,20 @@
885
904
  --color-inverted-border-strong-warning: var(--color-reference-light-orange-60-l35-c09-strong);
886
905
  --color-inverted-border-tertiary: var(--color-reference-black-10);
887
906
  --color-inverted-divider: var(--color-reference-black-10);
888
- --color-inverted-foreground-ai: var(--color-reference-dark-purple-290-l67-c20-bold);
889
- --color-inverted-foreground-brand: var(--color-reference-dark-blue-250-l65-c20-bold);
890
- --color-inverted-foreground-caution: var(--color-reference-dark-yellow-85-l80-c18-bold);
891
- --color-inverted-foreground-guide: var(--color-reference-dark-cyan-215-l70-c15-bold);
892
- --color-inverted-foreground-negative: var(--color-reference-dark-red-30-l70-c20-bold);
893
- --color-inverted-foreground-neutral: var(--color-reference-grey-l65-dark-bold);
894
- --color-inverted-foreground-positive: var(--color-reference-dark-green-145-l70-c19-bold);
907
+ --color-inverted-foreground-ai: var(--color-reference-light-purple-290-l52-c20-bold);
908
+ --color-inverted-foreground-brand: var(--color-reference-light-blue-250-l50-c18-bold);
909
+ --color-inverted-foreground-caution: var(--color-reference-light-yellow-85-l51-c12-bold);
910
+ --color-inverted-foreground-guide: var(--color-reference-light-cyan-215-l51-c11-bold);
911
+ --color-inverted-foreground-negative: var(--color-reference-light-red-30-l53-c20-bold);
912
+ --color-inverted-foreground-neutral: var(--color-reference-grey-l51-light-bold);
913
+ --color-inverted-foreground-positive: var(--color-reference-light-green-145-l50-c19-bold);
895
914
  --color-inverted-foreground-primary: var(--color-reference-black-100);
896
915
  --color-inverted-foreground-quaternary: var(--color-reference-black-20);
897
916
  --color-inverted-foreground-secondary: var(--color-reference-black-60);
898
917
  --color-inverted-foreground-tertiary: var(--color-reference-black-45);
899
- --color-inverted-foreground-walkthrough: var(--color-reference-dark-teal-180-l70-c15-bold);
900
- --color-inverted-foreground-warning: var(--color-reference-dark-orange-60-l75-c20-bold);
918
+ --color-inverted-foreground-walkthrough: var(--color-reference-light-teal-180-l50-c12-bold);
919
+ --color-inverted-foreground-warning: var(--color-reference-light-orange-60-l52-c13-bold);
920
+ --color-inverted-interaction-active: var(--color-reference-light-blue-250-l92-c04-faint);
901
921
  --color-inverted-interaction-focus: var(--color-reference-black-15);
902
922
  --color-inverted-interaction-hover: var(--color-reference-black-10);
903
923
  --color-inverted-interaction-pressed: var(--color-reference-black-15);
@@ -911,6 +931,20 @@
911
931
  --color-location-marker-interaction-focus: var(--color-reference-white-15);
912
932
  --color-location-marker-interaction-hover: var(--color-reference-black-15);
913
933
  --color-location-marker-interaction-pressed: var(--color-reference-black-20);
934
+ --color-navigation-background: var(--color-reference-grey-l27-dark-faint);
935
+ --color-navigation-border-primary: var(--color-reference-white-15);
936
+ --color-navigation-border-secondary: var(--color-reference-white-10);
937
+ --color-navigation-border-tertiary: var(--color-reference-white-5);
938
+ --color-navigation-divider: var(--color-reference-white-5);
939
+ --color-navigation-foreground-brand: var(--color-reference-dark-blue-250-l65-c20-bold);
940
+ --color-navigation-foreground-primary: var(--color-reference-white-100);
941
+ --color-navigation-foreground-quaternary: var(--color-reference-white-15);
942
+ --color-navigation-foreground-secondary: var(--color-reference-white-50);
943
+ --color-navigation-foreground-tertiary: var(--color-reference-white-30);
944
+ --color-navigation-interaction-active: var(--color-reference-white-5);
945
+ --color-navigation-interaction-focus: var(--color-reference-white-10);
946
+ --color-navigation-interaction-hover: var(--color-reference-white-5);
947
+ --color-navigation-interaction-pressed: var(--color-reference-white-10);
914
948
  --color-safety-score-background-excellent: var(--color-reference-dark-blue-250-l50-c17-medium);
915
949
  --color-safety-score-background-fair: var(--color-reference-dark-orange-60-l75-c20-bold);
916
950
  --color-safety-score-background-good: var(--color-reference-dark-blue-250-l27-c05-faint);
@@ -923,6 +957,8 @@
923
957
  --color-settings-profile-background: var(--color-reference-dark-orange-60-l28-c05-faint);
924
958
  --color-settings-profile-border: var(--color-reference-dark-orange-60-l51-c13-medium);
925
959
  --color-settings-profile-foreground: var(--color-reference-dark-orange-60-l75-c20-bold);
960
+ --color-shimmer-fade: var(--color-reference-black-10);
961
+ --color-shimmer-highlight: var(--color-reference-white-15);
926
962
  --color-data-category-10: var(--color-reference-dark-pink-0-l68-c20-bold);
927
963
  --color-data-category-11: var(--color-reference-dark-teal-180-l70-c15-bold);
928
964
  --color-data-category-12: var(--color-reference-dark-orange-60-l51-c13-medium);
package/dist/index.cjs CHANGED
@@ -52,6 +52,7 @@ exports.colorAlwaysDarkForegroundSecondary = '--color-always-dark-foreground-sec
52
52
  exports.colorAlwaysDarkForegroundTertiary = '--color-always-dark-foreground-tertiary';
53
53
  exports.colorAlwaysDarkForegroundWalkthrough = '--color-always-dark-foreground-walkthrough';
54
54
  exports.colorAlwaysDarkForegroundWarning = '--color-always-dark-foreground-warning';
55
+ exports.colorAlwaysDarkInteractionActive = '--color-always-dark-interaction-active';
55
56
  exports.colorAlwaysDarkInteractionFocus = '--color-always-dark-interaction-focus';
56
57
  exports.colorAlwaysDarkInteractionHover = '--color-always-dark-interaction-hover';
57
58
  exports.colorAlwaysDarkInteractionPressed = '--color-always-dark-interaction-pressed';
@@ -386,6 +387,7 @@ exports.colorInvertedForegroundSecondary = '--color-inverted-foreground-secondar
386
387
  exports.colorInvertedForegroundTertiary = '--color-inverted-foreground-tertiary';
387
388
  exports.colorInvertedForegroundWalkthrough = '--color-inverted-foreground-walkthrough';
388
389
  exports.colorInvertedForegroundWarning = '--color-inverted-foreground-warning';
390
+ exports.colorInvertedInteractionActive = '--color-inverted-interaction-active';
389
391
  exports.colorInvertedInteractionFocus = '--color-inverted-interaction-focus';
390
392
  exports.colorInvertedInteractionHover = '--color-inverted-interaction-hover';
391
393
  exports.colorInvertedInteractionPressed = '--color-inverted-interaction-pressed';
@@ -399,6 +401,20 @@ exports.colorLocationMarkerForeground = '--color-location-marker-foreground';
399
401
  exports.colorLocationMarkerInteractionFocus = '--color-location-marker-interaction-focus';
400
402
  exports.colorLocationMarkerInteractionHover = '--color-location-marker-interaction-hover';
401
403
  exports.colorLocationMarkerInteractionPressed = '--color-location-marker-interaction-pressed';
404
+ exports.colorNavigationBackground = '--color-navigation-background';
405
+ exports.colorNavigationBorderPrimary = '--color-navigation-border-primary';
406
+ exports.colorNavigationBorderSecondary = '--color-navigation-border-secondary';
407
+ exports.colorNavigationBorderTertiary = '--color-navigation-border-tertiary';
408
+ exports.colorNavigationDivider = '--color-navigation-divider';
409
+ exports.colorNavigationForegroundBrand = '--color-navigation-foreground-brand';
410
+ exports.colorNavigationForegroundPrimary = '--color-navigation-foreground-primary';
411
+ exports.colorNavigationForegroundQuaternary = '--color-navigation-foreground-quaternary';
412
+ exports.colorNavigationForegroundSecondary = '--color-navigation-foreground-secondary';
413
+ exports.colorNavigationForegroundTertiary = '--color-navigation-foreground-tertiary';
414
+ exports.colorNavigationInteractionActive = '--color-navigation-interaction-active';
415
+ exports.colorNavigationInteractionFocus = '--color-navigation-interaction-focus';
416
+ exports.colorNavigationInteractionHover = '--color-navigation-interaction-hover';
417
+ exports.colorNavigationInteractionPressed = '--color-navigation-interaction-pressed';
402
418
  exports.colorReferenceBlack0 = '--color-reference-black-0';
403
419
  exports.colorReferenceBlack10 = '--color-reference-black-10';
404
420
  exports.colorReferenceBlack100 = '--color-reference-black-100';
@@ -552,6 +568,8 @@ exports.colorSafetyScoreInteractionPressed = '--color-safety-score-interaction-p
552
568
  exports.colorSettingsProfileBackground = '--color-settings-profile-background';
553
569
  exports.colorSettingsProfileBorder = '--color-settings-profile-border';
554
570
  exports.colorSettingsProfileForeground = '--color-settings-profile-foreground';
571
+ exports.colorShimmerFade = '--color-shimmer-fade';
572
+ exports.colorShimmerHighlight = '--color-shimmer-highlight';
555
573
  exports.dimensionBase = '--dimension-base';
556
574
  exports.dimensionCardWidthLg = '--dimension-card-width-lg';
557
575
  exports.dimensionCardWidthMd = '--dimension-card-width-md';
package/dist/index.d.ts CHANGED
@@ -52,6 +52,7 @@ export declare const colorAlwaysDarkForegroundSecondary: '--color-always-dark-fo
52
52
  export declare const colorAlwaysDarkForegroundTertiary: '--color-always-dark-foreground-tertiary';
53
53
  export declare const colorAlwaysDarkForegroundWalkthrough: '--color-always-dark-foreground-walkthrough';
54
54
  export declare const colorAlwaysDarkForegroundWarning: '--color-always-dark-foreground-warning';
55
+ export declare const colorAlwaysDarkInteractionActive: '--color-always-dark-interaction-active';
55
56
  export declare const colorAlwaysDarkInteractionFocus: '--color-always-dark-interaction-focus';
56
57
  export declare const colorAlwaysDarkInteractionHover: '--color-always-dark-interaction-hover';
57
58
  export declare const colorAlwaysDarkInteractionPressed: '--color-always-dark-interaction-pressed';
@@ -386,6 +387,7 @@ export declare const colorInvertedForegroundSecondary: '--color-inverted-foregro
386
387
  export declare const colorInvertedForegroundTertiary: '--color-inverted-foreground-tertiary';
387
388
  export declare const colorInvertedForegroundWalkthrough: '--color-inverted-foreground-walkthrough';
388
389
  export declare const colorInvertedForegroundWarning: '--color-inverted-foreground-warning';
390
+ export declare const colorInvertedInteractionActive: '--color-inverted-interaction-active';
389
391
  export declare const colorInvertedInteractionFocus: '--color-inverted-interaction-focus';
390
392
  export declare const colorInvertedInteractionHover: '--color-inverted-interaction-hover';
391
393
  export declare const colorInvertedInteractionPressed: '--color-inverted-interaction-pressed';
@@ -399,6 +401,20 @@ export declare const colorLocationMarkerForeground: '--color-location-marker-for
399
401
  export declare const colorLocationMarkerInteractionFocus: '--color-location-marker-interaction-focus';
400
402
  export declare const colorLocationMarkerInteractionHover: '--color-location-marker-interaction-hover';
401
403
  export declare const colorLocationMarkerInteractionPressed: '--color-location-marker-interaction-pressed';
404
+ export declare const colorNavigationBackground: '--color-navigation-background';
405
+ export declare const colorNavigationBorderPrimary: '--color-navigation-border-primary';
406
+ export declare const colorNavigationBorderSecondary: '--color-navigation-border-secondary';
407
+ export declare const colorNavigationBorderTertiary: '--color-navigation-border-tertiary';
408
+ export declare const colorNavigationDivider: '--color-navigation-divider';
409
+ export declare const colorNavigationForegroundBrand: '--color-navigation-foreground-brand';
410
+ export declare const colorNavigationForegroundPrimary: '--color-navigation-foreground-primary';
411
+ export declare const colorNavigationForegroundQuaternary: '--color-navigation-foreground-quaternary';
412
+ export declare const colorNavigationForegroundSecondary: '--color-navigation-foreground-secondary';
413
+ export declare const colorNavigationForegroundTertiary: '--color-navigation-foreground-tertiary';
414
+ export declare const colorNavigationInteractionActive: '--color-navigation-interaction-active';
415
+ export declare const colorNavigationInteractionFocus: '--color-navigation-interaction-focus';
416
+ export declare const colorNavigationInteractionHover: '--color-navigation-interaction-hover';
417
+ export declare const colorNavigationInteractionPressed: '--color-navigation-interaction-pressed';
402
418
  export declare const colorReferenceBlack0: '--color-reference-black-0';
403
419
  export declare const colorReferenceBlack10: '--color-reference-black-10';
404
420
  export declare const colorReferenceBlack100: '--color-reference-black-100';
@@ -552,6 +568,8 @@ export declare const colorSafetyScoreInteractionPressed: '--color-safety-score-i
552
568
  export declare const colorSettingsProfileBackground: '--color-settings-profile-background';
553
569
  export declare const colorSettingsProfileBorder: '--color-settings-profile-border';
554
570
  export declare const colorSettingsProfileForeground: '--color-settings-profile-foreground';
571
+ export declare const colorShimmerFade: '--color-shimmer-fade';
572
+ export declare const colorShimmerHighlight: '--color-shimmer-highlight';
555
573
  export declare const dimensionBase: '--dimension-base';
556
574
  export declare const dimensionCardWidthLg: '--dimension-card-width-lg';
557
575
  export declare const dimensionCardWidthMd: '--dimension-card-width-md';
package/dist/index.mjs CHANGED
@@ -52,6 +52,7 @@ export const colorAlwaysDarkForegroundSecondary = '--color-always-dark-foregroun
52
52
  export const colorAlwaysDarkForegroundTertiary = '--color-always-dark-foreground-tertiary';
53
53
  export const colorAlwaysDarkForegroundWalkthrough = '--color-always-dark-foreground-walkthrough';
54
54
  export const colorAlwaysDarkForegroundWarning = '--color-always-dark-foreground-warning';
55
+ export const colorAlwaysDarkInteractionActive = '--color-always-dark-interaction-active';
55
56
  export const colorAlwaysDarkInteractionFocus = '--color-always-dark-interaction-focus';
56
57
  export const colorAlwaysDarkInteractionHover = '--color-always-dark-interaction-hover';
57
58
  export const colorAlwaysDarkInteractionPressed = '--color-always-dark-interaction-pressed';
@@ -386,6 +387,7 @@ export const colorInvertedForegroundSecondary = '--color-inverted-foreground-sec
386
387
  export const colorInvertedForegroundTertiary = '--color-inverted-foreground-tertiary';
387
388
  export const colorInvertedForegroundWalkthrough = '--color-inverted-foreground-walkthrough';
388
389
  export const colorInvertedForegroundWarning = '--color-inverted-foreground-warning';
390
+ export const colorInvertedInteractionActive = '--color-inverted-interaction-active';
389
391
  export const colorInvertedInteractionFocus = '--color-inverted-interaction-focus';
390
392
  export const colorInvertedInteractionHover = '--color-inverted-interaction-hover';
391
393
  export const colorInvertedInteractionPressed = '--color-inverted-interaction-pressed';
@@ -399,6 +401,20 @@ export const colorLocationMarkerForeground = '--color-location-marker-foreground
399
401
  export const colorLocationMarkerInteractionFocus = '--color-location-marker-interaction-focus';
400
402
  export const colorLocationMarkerInteractionHover = '--color-location-marker-interaction-hover';
401
403
  export const colorLocationMarkerInteractionPressed = '--color-location-marker-interaction-pressed';
404
+ export const colorNavigationBackground = '--color-navigation-background';
405
+ export const colorNavigationBorderPrimary = '--color-navigation-border-primary';
406
+ export const colorNavigationBorderSecondary = '--color-navigation-border-secondary';
407
+ export const colorNavigationBorderTertiary = '--color-navigation-border-tertiary';
408
+ export const colorNavigationDivider = '--color-navigation-divider';
409
+ export const colorNavigationForegroundBrand = '--color-navigation-foreground-brand';
410
+ export const colorNavigationForegroundPrimary = '--color-navigation-foreground-primary';
411
+ export const colorNavigationForegroundQuaternary = '--color-navigation-foreground-quaternary';
412
+ export const colorNavigationForegroundSecondary = '--color-navigation-foreground-secondary';
413
+ export const colorNavigationForegroundTertiary = '--color-navigation-foreground-tertiary';
414
+ export const colorNavigationInteractionActive = '--color-navigation-interaction-active';
415
+ export const colorNavigationInteractionFocus = '--color-navigation-interaction-focus';
416
+ export const colorNavigationInteractionHover = '--color-navigation-interaction-hover';
417
+ export const colorNavigationInteractionPressed = '--color-navigation-interaction-pressed';
402
418
  export const colorReferenceBlack0 = '--color-reference-black-0';
403
419
  export const colorReferenceBlack10 = '--color-reference-black-10';
404
420
  export const colorReferenceBlack100 = '--color-reference-black-100';
@@ -552,6 +568,8 @@ export const colorSafetyScoreInteractionPressed = '--color-safety-score-interact
552
568
  export const colorSettingsProfileBackground = '--color-settings-profile-background';
553
569
  export const colorSettingsProfileBorder = '--color-settings-profile-border';
554
570
  export const colorSettingsProfileForeground = '--color-settings-profile-foreground';
571
+ export const colorShimmerFade = '--color-shimmer-fade';
572
+ export const colorShimmerHighlight = '--color-shimmer-highlight';
555
573
  export const dimensionBase = '--dimension-base';
556
574
  export const dimensionCardWidthLg = '--dimension-card-width-lg';
557
575
  export const dimensionCardWidthMd = '--dimension-card-width-md';
@@ -733,7 +733,7 @@
733
733
  },
734
734
  "--color-always-dark-foreground-brand": {
735
735
  "$type": "color",
736
- "$value": "var(--color-reference-light-blue-250-l50-c18-bold)"
736
+ "$value": "var(--color-reference-dark-blue-250-l65-c20-bold)"
737
737
  },
738
738
  "--color-always-dark-foreground-caution": {
739
739
  "$type": "color",
@@ -749,7 +749,7 @@
749
749
  },
750
750
  "--color-always-dark-foreground-neutral": {
751
751
  "$type": "color",
752
- "$value": "var(--color-reference-grey-l51-light-bold)"
752
+ "$value": "var(--color-reference-grey-l65-dark-bold)"
753
753
  },
754
754
  "--color-always-dark-foreground-positive": {
755
755
  "$type": "color",
@@ -779,6 +779,10 @@
779
779
  "$type": "color",
780
780
  "$value": "var(--color-reference-light-orange-60-l52-c13-bold)"
781
781
  },
782
+ "--color-always-dark-interaction-active": {
783
+ "$type": "color",
784
+ "$value": "var(--color-reference-dark-blue-250-l27-c05-faint)"
785
+ },
782
786
  "--color-always-dark-interaction-focus": {
783
787
  "$type": "color",
784
788
  "$value": "var(--color-reference-white-15)"
@@ -1869,31 +1873,31 @@
1869
1873
  },
1870
1874
  "--color-inverted-foreground-ai": {
1871
1875
  "$type": "color",
1872
- "$value": "var(--color-reference-dark-purple-290-l67-c20-bold)"
1876
+ "$value": "var(--color-reference-light-purple-290-l52-c20-bold)"
1873
1877
  },
1874
1878
  "--color-inverted-foreground-brand": {
1875
1879
  "$type": "color",
1876
- "$value": "var(--color-reference-dark-blue-250-l65-c20-bold)"
1880
+ "$value": "var(--color-reference-light-blue-250-l50-c18-bold)"
1877
1881
  },
1878
1882
  "--color-inverted-foreground-caution": {
1879
1883
  "$type": "color",
1880
- "$value": "var(--color-reference-dark-yellow-85-l80-c18-bold)"
1884
+ "$value": "var(--color-reference-light-yellow-85-l51-c12-bold)"
1881
1885
  },
1882
1886
  "--color-inverted-foreground-guide": {
1883
1887
  "$type": "color",
1884
- "$value": "var(--color-reference-dark-cyan-215-l70-c15-bold)"
1888
+ "$value": "var(--color-reference-light-cyan-215-l51-c11-bold)"
1885
1889
  },
1886
1890
  "--color-inverted-foreground-negative": {
1887
1891
  "$type": "color",
1888
- "$value": "var(--color-reference-dark-red-30-l70-c20-bold)"
1892
+ "$value": "var(--color-reference-light-red-30-l53-c20-bold)"
1889
1893
  },
1890
1894
  "--color-inverted-foreground-neutral": {
1891
1895
  "$type": "color",
1892
- "$value": "var(--color-reference-grey-l65-dark-bold)"
1896
+ "$value": "var(--color-reference-grey-l51-light-bold)"
1893
1897
  },
1894
1898
  "--color-inverted-foreground-positive": {
1895
1899
  "$type": "color",
1896
- "$value": "var(--color-reference-dark-green-145-l70-c19-bold)"
1900
+ "$value": "var(--color-reference-light-green-145-l50-c19-bold)"
1897
1901
  },
1898
1902
  "--color-inverted-foreground-primary": {
1899
1903
  "$type": "color",
@@ -1913,11 +1917,15 @@
1913
1917
  },
1914
1918
  "--color-inverted-foreground-walkthrough": {
1915
1919
  "$type": "color",
1916
- "$value": "var(--color-reference-dark-teal-180-l70-c15-bold)"
1920
+ "$value": "var(--color-reference-light-teal-180-l50-c12-bold)"
1917
1921
  },
1918
1922
  "--color-inverted-foreground-warning": {
1919
1923
  "$type": "color",
1920
- "$value": "var(--color-reference-dark-orange-60-l75-c20-bold)"
1924
+ "$value": "var(--color-reference-light-orange-60-l52-c13-bold)"
1925
+ },
1926
+ "--color-inverted-interaction-active": {
1927
+ "$type": "color",
1928
+ "$value": "var(--color-reference-light-blue-250-l92-c04-faint)"
1921
1929
  },
1922
1930
  "--color-inverted-interaction-focus": {
1923
1931
  "$type": "color",
@@ -1971,6 +1979,62 @@
1971
1979
  "$type": "color",
1972
1980
  "$value": "var(--color-reference-black-20)"
1973
1981
  },
1982
+ "--color-navigation-background": {
1983
+ "$type": "color",
1984
+ "$value": "var(--color-reference-grey-l27-dark-faint)"
1985
+ },
1986
+ "--color-navigation-border-primary": {
1987
+ "$type": "color",
1988
+ "$value": "var(--color-reference-white-15)"
1989
+ },
1990
+ "--color-navigation-border-secondary": {
1991
+ "$type": "color",
1992
+ "$value": "var(--color-reference-white-10)"
1993
+ },
1994
+ "--color-navigation-border-tertiary": {
1995
+ "$type": "color",
1996
+ "$value": "var(--color-reference-white-5)"
1997
+ },
1998
+ "--color-navigation-divider": {
1999
+ "$type": "color",
2000
+ "$value": "var(--color-reference-white-5)"
2001
+ },
2002
+ "--color-navigation-foreground-brand": {
2003
+ "$type": "color",
2004
+ "$value": "var(--color-reference-dark-blue-250-l65-c20-bold)"
2005
+ },
2006
+ "--color-navigation-foreground-primary": {
2007
+ "$type": "color",
2008
+ "$value": "var(--color-reference-white-100)"
2009
+ },
2010
+ "--color-navigation-foreground-quaternary": {
2011
+ "$type": "color",
2012
+ "$value": "var(--color-reference-white-15)"
2013
+ },
2014
+ "--color-navigation-foreground-secondary": {
2015
+ "$type": "color",
2016
+ "$value": "var(--color-reference-white-50)"
2017
+ },
2018
+ "--color-navigation-foreground-tertiary": {
2019
+ "$type": "color",
2020
+ "$value": "var(--color-reference-white-30)"
2021
+ },
2022
+ "--color-navigation-interaction-active": {
2023
+ "$type": "color",
2024
+ "$value": "var(--color-reference-white-5)"
2025
+ },
2026
+ "--color-navigation-interaction-focus": {
2027
+ "$type": "color",
2028
+ "$value": "var(--color-reference-white-10)"
2029
+ },
2030
+ "--color-navigation-interaction-hover": {
2031
+ "$type": "color",
2032
+ "$value": "var(--color-reference-white-5)"
2033
+ },
2034
+ "--color-navigation-interaction-pressed": {
2035
+ "$type": "color",
2036
+ "$value": "var(--color-reference-white-10)"
2037
+ },
1974
2038
  "--color-safety-score-background-excellent": {
1975
2039
  "$type": "color",
1976
2040
  "$value": "var(--color-reference-dark-blue-250-l50-c17-medium)"
@@ -2019,6 +2083,14 @@
2019
2083
  "$type": "color",
2020
2084
  "$value": "var(--color-reference-dark-orange-60-l75-c20-bold)"
2021
2085
  },
2086
+ "--color-shimmer-fade": {
2087
+ "$type": "color",
2088
+ "$value": "var(--color-reference-black-10)"
2089
+ },
2090
+ "--color-shimmer-highlight": {
2091
+ "$type": "color",
2092
+ "$value": "var(--color-reference-white-15)"
2093
+ },
2022
2094
  "--color-data-category-10": {
2023
2095
  "$type": "color",
2024
2096
  "$value": "var(--color-reference-dark-pink-0-l68-c20-bold)"
package/dist/tokens.json CHANGED
@@ -733,7 +733,7 @@
733
733
  },
734
734
  "--color-always-dark-foreground-brand": {
735
735
  "$type": "color",
736
- "$value": "var(--color-reference-light-blue-250-l50-c18-bold)"
736
+ "$value": "var(--color-reference-dark-blue-250-l65-c20-bold)"
737
737
  },
738
738
  "--color-always-dark-foreground-caution": {
739
739
  "$type": "color",
@@ -749,7 +749,7 @@
749
749
  },
750
750
  "--color-always-dark-foreground-neutral": {
751
751
  "$type": "color",
752
- "$value": "var(--color-reference-grey-l51-light-bold)"
752
+ "$value": "var(--color-reference-grey-l65-dark-bold)"
753
753
  },
754
754
  "--color-always-dark-foreground-positive": {
755
755
  "$type": "color",
@@ -779,6 +779,10 @@
779
779
  "$type": "color",
780
780
  "$value": "var(--color-reference-light-orange-60-l52-c13-bold)"
781
781
  },
782
+ "--color-always-dark-interaction-active": {
783
+ "$type": "color",
784
+ "$value": "var(--color-reference-dark-blue-250-l27-c05-faint)"
785
+ },
782
786
  "--color-always-dark-interaction-focus": {
783
787
  "$type": "color",
784
788
  "$value": "var(--color-reference-white-15)"
@@ -1869,31 +1873,31 @@
1869
1873
  },
1870
1874
  "--color-inverted-foreground-ai": {
1871
1875
  "$type": "color",
1872
- "$value": "var(--color-reference-dark-purple-290-l67-c20-bold)"
1876
+ "$value": "var(--color-reference-light-purple-290-l52-c20-bold)"
1873
1877
  },
1874
1878
  "--color-inverted-foreground-brand": {
1875
1879
  "$type": "color",
1876
- "$value": "var(--color-reference-dark-blue-250-l65-c20-bold)"
1880
+ "$value": "var(--color-reference-light-blue-250-l50-c18-bold)"
1877
1881
  },
1878
1882
  "--color-inverted-foreground-caution": {
1879
1883
  "$type": "color",
1880
- "$value": "var(--color-reference-dark-yellow-85-l80-c18-bold)"
1884
+ "$value": "var(--color-reference-light-yellow-85-l51-c12-bold)"
1881
1885
  },
1882
1886
  "--color-inverted-foreground-guide": {
1883
1887
  "$type": "color",
1884
- "$value": "var(--color-reference-dark-cyan-215-l70-c15-bold)"
1888
+ "$value": "var(--color-reference-light-cyan-215-l51-c11-bold)"
1885
1889
  },
1886
1890
  "--color-inverted-foreground-negative": {
1887
1891
  "$type": "color",
1888
- "$value": "var(--color-reference-dark-red-30-l70-c20-bold)"
1892
+ "$value": "var(--color-reference-light-red-30-l53-c20-bold)"
1889
1893
  },
1890
1894
  "--color-inverted-foreground-neutral": {
1891
1895
  "$type": "color",
1892
- "$value": "var(--color-reference-grey-l65-dark-bold)"
1896
+ "$value": "var(--color-reference-grey-l51-light-bold)"
1893
1897
  },
1894
1898
  "--color-inverted-foreground-positive": {
1895
1899
  "$type": "color",
1896
- "$value": "var(--color-reference-dark-green-145-l70-c19-bold)"
1900
+ "$value": "var(--color-reference-light-green-145-l50-c19-bold)"
1897
1901
  },
1898
1902
  "--color-inverted-foreground-primary": {
1899
1903
  "$type": "color",
@@ -1913,11 +1917,15 @@
1913
1917
  },
1914
1918
  "--color-inverted-foreground-walkthrough": {
1915
1919
  "$type": "color",
1916
- "$value": "var(--color-reference-dark-teal-180-l70-c15-bold)"
1920
+ "$value": "var(--color-reference-light-teal-180-l50-c12-bold)"
1917
1921
  },
1918
1922
  "--color-inverted-foreground-warning": {
1919
1923
  "$type": "color",
1920
- "$value": "var(--color-reference-dark-orange-60-l75-c20-bold)"
1924
+ "$value": "var(--color-reference-light-orange-60-l52-c13-bold)"
1925
+ },
1926
+ "--color-inverted-interaction-active": {
1927
+ "$type": "color",
1928
+ "$value": "var(--color-reference-light-blue-250-l92-c04-faint)"
1921
1929
  },
1922
1930
  "--color-inverted-interaction-focus": {
1923
1931
  "$type": "color",
@@ -1971,6 +1979,62 @@
1971
1979
  "$type": "color",
1972
1980
  "$value": "var(--color-reference-black-20)"
1973
1981
  },
1982
+ "--color-navigation-background": {
1983
+ "$type": "color",
1984
+ "$value": "var(--color-reference-grey-l27-dark-faint)"
1985
+ },
1986
+ "--color-navigation-border-primary": {
1987
+ "$type": "color",
1988
+ "$value": "var(--color-reference-white-15)"
1989
+ },
1990
+ "--color-navigation-border-secondary": {
1991
+ "$type": "color",
1992
+ "$value": "var(--color-reference-white-10)"
1993
+ },
1994
+ "--color-navigation-border-tertiary": {
1995
+ "$type": "color",
1996
+ "$value": "var(--color-reference-white-5)"
1997
+ },
1998
+ "--color-navigation-divider": {
1999
+ "$type": "color",
2000
+ "$value": "var(--color-reference-white-5)"
2001
+ },
2002
+ "--color-navigation-foreground-brand": {
2003
+ "$type": "color",
2004
+ "$value": "var(--color-reference-dark-blue-250-l65-c20-bold)"
2005
+ },
2006
+ "--color-navigation-foreground-primary": {
2007
+ "$type": "color",
2008
+ "$value": "var(--color-reference-white-100)"
2009
+ },
2010
+ "--color-navigation-foreground-quaternary": {
2011
+ "$type": "color",
2012
+ "$value": "var(--color-reference-white-15)"
2013
+ },
2014
+ "--color-navigation-foreground-secondary": {
2015
+ "$type": "color",
2016
+ "$value": "var(--color-reference-white-50)"
2017
+ },
2018
+ "--color-navigation-foreground-tertiary": {
2019
+ "$type": "color",
2020
+ "$value": "var(--color-reference-white-30)"
2021
+ },
2022
+ "--color-navigation-interaction-active": {
2023
+ "$type": "color",
2024
+ "$value": "var(--color-reference-white-5)"
2025
+ },
2026
+ "--color-navigation-interaction-focus": {
2027
+ "$type": "color",
2028
+ "$value": "var(--color-reference-white-10)"
2029
+ },
2030
+ "--color-navigation-interaction-hover": {
2031
+ "$type": "color",
2032
+ "$value": "var(--color-reference-white-5)"
2033
+ },
2034
+ "--color-navigation-interaction-pressed": {
2035
+ "$type": "color",
2036
+ "$value": "var(--color-reference-white-10)"
2037
+ },
1974
2038
  "--color-safety-score-background-excellent": {
1975
2039
  "$type": "color",
1976
2040
  "$value": "var(--color-reference-dark-blue-250-l50-c17-medium)"
@@ -2019,6 +2083,14 @@
2019
2083
  "$type": "color",
2020
2084
  "$value": "var(--color-reference-dark-orange-60-l75-c20-bold)"
2021
2085
  },
2086
+ "--color-shimmer-fade": {
2087
+ "$type": "color",
2088
+ "$value": "var(--color-reference-black-10)"
2089
+ },
2090
+ "--color-shimmer-highlight": {
2091
+ "$type": "color",
2092
+ "$value": "var(--color-reference-white-15)"
2093
+ },
2022
2094
  "--color-data-category-10": {
2023
2095
  "$type": "color",
2024
2096
  "$value": "var(--color-reference-dark-pink-0-l68-c20-bold)"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ds-mo/tokens",
3
- "version": "2.4.0",
3
+ "version": "2.5.1",
4
4
  "description": "TokoMo design tokens — colors, dimensions, typography, and effects as CSS custom properties, JSON, and TypeScript constants",
5
5
  "keywords": [
6
6
  "design-tokens",