@ds-mo/tokens 2.3.1 → 2.5.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.
- package/dist/colors.css +57 -11
- package/dist/index.cjs +23 -0
- package/dist/index.d.ts +23 -0
- package/dist/index.mjs +23 -0
- package/dist/json/colors.json +103 -11
- package/dist/tokens.json +103 -11
- package/package.json +1 -1
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);
|
|
@@ -408,17 +409,22 @@
|
|
|
408
409
|
--color-geofence-category-uncategorized-background: var(--color-reference-grey-l93-light-faint);
|
|
409
410
|
--color-geofence-category-uncategorized-border: var(--color-reference-grey-l75-light-medium);
|
|
410
411
|
--color-geofence-category-uncategorized-foreground: var(--color-reference-grey-l51-light-bold);
|
|
412
|
+
--color-interaction-active: var(--color-reference-light-blue-250-l92-c04-faint);
|
|
411
413
|
--color-interaction-focus: var(--color-reference-black-15);
|
|
412
414
|
--color-interaction-hover: var(--color-reference-black-10);
|
|
415
|
+
--color-interaction-on-bold-background-active: var(--color-reference-light-blue-250-l70-c18-medium);
|
|
413
416
|
--color-interaction-on-bold-background-focus: var(--color-reference-white-20);
|
|
414
417
|
--color-interaction-on-bold-background-hover: var(--color-reference-white-15);
|
|
415
418
|
--color-interaction-on-bold-background-pressed: var(--color-reference-white-20);
|
|
419
|
+
--color-interaction-on-medium-background-active: var(--color-reference-light-blue-250-l50-c18-bold);
|
|
416
420
|
--color-interaction-on-medium-background-focus: var(--color-reference-black-20);
|
|
417
421
|
--color-interaction-on-medium-background-hover: var(--color-reference-black-15);
|
|
418
422
|
--color-interaction-on-medium-background-pressed: var(--color-reference-black-20);
|
|
423
|
+
--color-interaction-on-strong-background-active: var(--color-reference-light-blue-250-l50-c18-bold);
|
|
419
424
|
--color-interaction-on-strong-background-focus: var(--color-reference-white-15);
|
|
420
425
|
--color-interaction-on-strong-background-hover: var(--color-reference-white-10);
|
|
421
426
|
--color-interaction-on-strong-background-pressed: var(--color-reference-white-15);
|
|
427
|
+
--color-interaction-on-translucent-background-active: var(--color-reference-light-blue-250-l92-c04-faint);
|
|
422
428
|
--color-interaction-on-translucent-background-focus: var(--color-reference-black-20);
|
|
423
429
|
--color-interaction-on-translucent-background-hover: var(--color-reference-black-15);
|
|
424
430
|
--color-interaction-on-translucent-background-pressed: var(--color-reference-black-20);
|
|
@@ -477,6 +483,7 @@
|
|
|
477
483
|
--color-inverted-foreground-tertiary: var(--color-reference-white-35);
|
|
478
484
|
--color-inverted-foreground-walkthrough: var(--color-reference-dark-teal-180-l70-c15-bold);
|
|
479
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);
|
|
480
487
|
--color-inverted-interaction-focus: var(--color-reference-white-15);
|
|
481
488
|
--color-inverted-interaction-hover: var(--color-reference-white-10);
|
|
482
489
|
--color-inverted-interaction-pressed: var(--color-reference-white-15);
|
|
@@ -490,6 +497,20 @@
|
|
|
490
497
|
--color-location-marker-interaction-focus: var(--color-reference-black-15);
|
|
491
498
|
--color-location-marker-interaction-hover: var(--color-reference-white-15);
|
|
492
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);
|
|
493
514
|
--color-safety-score-background-excellent: var(--color-reference-light-blue-250-l70-c18-medium);
|
|
494
515
|
--color-safety-score-background-fair: var(--color-reference-light-orange-60-l75-c20-medium);
|
|
495
516
|
--color-safety-score-background-good: var(--color-reference-light-blue-250-l92-c04-faint);
|
|
@@ -502,6 +523,8 @@
|
|
|
502
523
|
--color-settings-profile-background: var(--color-reference-light-orange-60-l93-c05-faint);
|
|
503
524
|
--color-settings-profile-border: var(--color-reference-light-orange-60-l75-c20-medium);
|
|
504
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);
|
|
505
528
|
--color-data-category-10: var(--color-reference-light-pink-0-l70-c22-medium);
|
|
506
529
|
--color-data-category-11: var(--color-reference-light-teal-180-l75-c17-medium);
|
|
507
530
|
--color-data-category-12: var(--color-reference-light-orange-60-l52-c13-bold);
|
|
@@ -596,11 +619,11 @@
|
|
|
596
619
|
--color-always-dark-border-tertiary: var(--color-reference-white-10);
|
|
597
620
|
--color-always-dark-divider: var(--color-reference-white-10);
|
|
598
621
|
--color-always-dark-foreground-ai: var(--color-reference-light-purple-290-l52-c20-bold);
|
|
599
|
-
--color-always-dark-foreground-brand: var(--color-reference-
|
|
622
|
+
--color-always-dark-foreground-brand: var(--color-reference-dark-blue-250-l65-c20-bold);
|
|
600
623
|
--color-always-dark-foreground-caution: var(--color-reference-light-yellow-85-l51-c12-bold);
|
|
601
624
|
--color-always-dark-foreground-guide: var(--color-reference-light-cyan-215-l51-c11-bold);
|
|
602
625
|
--color-always-dark-foreground-negative: var(--color-reference-light-red-30-l53-c20-bold);
|
|
603
|
-
--color-always-dark-foreground-neutral: var(--color-reference-grey-
|
|
626
|
+
--color-always-dark-foreground-neutral: var(--color-reference-grey-l65-dark-bold);
|
|
604
627
|
--color-always-dark-foreground-positive: var(--color-reference-light-green-145-l50-c19-bold);
|
|
605
628
|
--color-always-dark-foreground-primary: var(--color-reference-white-100);
|
|
606
629
|
--color-always-dark-foreground-quaternary: var(--color-reference-white-20);
|
|
@@ -608,6 +631,7 @@
|
|
|
608
631
|
--color-always-dark-foreground-tertiary: var(--color-reference-white-35);
|
|
609
632
|
--color-always-dark-foreground-walkthrough: var(--color-reference-light-teal-180-l50-c12-bold);
|
|
610
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);
|
|
611
635
|
--color-always-dark-interaction-focus: var(--color-reference-white-15);
|
|
612
636
|
--color-always-dark-interaction-hover: var(--color-reference-white-10);
|
|
613
637
|
--color-always-dark-interaction-pressed: var(--color-reference-white-15);
|
|
@@ -819,17 +843,22 @@
|
|
|
819
843
|
--color-geofence-category-uncategorized-background: var(--color-reference-grey-l27-dark-faint);
|
|
820
844
|
--color-geofence-category-uncategorized-border: var(--color-reference-grey-l50-dark-medium);
|
|
821
845
|
--color-geofence-category-uncategorized-foreground: var(--color-reference-grey-l65-dark-bold);
|
|
846
|
+
--color-interaction-active: var(--color-reference-dark-blue-250-l27-c05-faint);
|
|
822
847
|
--color-interaction-focus: var(--color-reference-white-15);
|
|
823
848
|
--color-interaction-hover: var(--color-reference-white-10);
|
|
849
|
+
--color-interaction-on-bold-background-active: var(--color-reference-dark-blue-250-l50-c17-medium);
|
|
824
850
|
--color-interaction-on-bold-background-focus: var(--color-reference-black-20);
|
|
825
851
|
--color-interaction-on-bold-background-hover: var(--color-reference-black-15);
|
|
826
852
|
--color-interaction-on-bold-background-pressed: var(--color-reference-black-20);
|
|
853
|
+
--color-interaction-on-medium-background-active: var(--color-reference-dark-blue-250-l65-c20-bold);
|
|
827
854
|
--color-interaction-on-medium-background-focus: var(--color-reference-white-20);
|
|
828
855
|
--color-interaction-on-medium-background-hover: var(--color-reference-white-15);
|
|
829
856
|
--color-interaction-on-medium-background-pressed: var(--color-reference-white-20);
|
|
857
|
+
--color-interaction-on-strong-background-active: var(--color-reference-dark-blue-250-l65-c20-bold);
|
|
830
858
|
--color-interaction-on-strong-background-focus: var(--color-reference-black-15);
|
|
831
859
|
--color-interaction-on-strong-background-hover: var(--color-reference-black-10);
|
|
832
860
|
--color-interaction-on-strong-background-pressed: var(--color-reference-black-15);
|
|
861
|
+
--color-interaction-on-translucent-background-active: var(--color-reference-dark-blue-250-l27-c05-faint);
|
|
833
862
|
--color-interaction-on-translucent-background-focus: var(--color-reference-white-20);
|
|
834
863
|
--color-interaction-on-translucent-background-hover: var(--color-reference-white-15);
|
|
835
864
|
--color-interaction-on-translucent-background-pressed: var(--color-reference-white-20);
|
|
@@ -875,19 +904,20 @@
|
|
|
875
904
|
--color-inverted-border-strong-warning: var(--color-reference-light-orange-60-l35-c09-strong);
|
|
876
905
|
--color-inverted-border-tertiary: var(--color-reference-black-10);
|
|
877
906
|
--color-inverted-divider: var(--color-reference-black-10);
|
|
878
|
-
--color-inverted-foreground-ai: var(--color-reference-
|
|
879
|
-
--color-inverted-foreground-brand: var(--color-reference-
|
|
880
|
-
--color-inverted-foreground-caution: var(--color-reference-
|
|
881
|
-
--color-inverted-foreground-guide: var(--color-reference-
|
|
882
|
-
--color-inverted-foreground-negative: var(--color-reference-
|
|
883
|
-
--color-inverted-foreground-neutral: var(--color-reference-grey-
|
|
884
|
-
--color-inverted-foreground-positive: var(--color-reference-
|
|
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);
|
|
885
914
|
--color-inverted-foreground-primary: var(--color-reference-black-100);
|
|
886
915
|
--color-inverted-foreground-quaternary: var(--color-reference-black-20);
|
|
887
916
|
--color-inverted-foreground-secondary: var(--color-reference-black-60);
|
|
888
917
|
--color-inverted-foreground-tertiary: var(--color-reference-black-45);
|
|
889
|
-
--color-inverted-foreground-walkthrough: var(--color-reference-
|
|
890
|
-
--color-inverted-foreground-warning: var(--color-reference-
|
|
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);
|
|
891
921
|
--color-inverted-interaction-focus: var(--color-reference-black-15);
|
|
892
922
|
--color-inverted-interaction-hover: var(--color-reference-black-10);
|
|
893
923
|
--color-inverted-interaction-pressed: var(--color-reference-black-15);
|
|
@@ -901,6 +931,20 @@
|
|
|
901
931
|
--color-location-marker-interaction-focus: var(--color-reference-white-15);
|
|
902
932
|
--color-location-marker-interaction-hover: var(--color-reference-black-15);
|
|
903
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);
|
|
904
948
|
--color-safety-score-background-excellent: var(--color-reference-dark-blue-250-l50-c17-medium);
|
|
905
949
|
--color-safety-score-background-fair: var(--color-reference-dark-orange-60-l75-c20-bold);
|
|
906
950
|
--color-safety-score-background-good: var(--color-reference-dark-blue-250-l27-c05-faint);
|
|
@@ -913,6 +957,8 @@
|
|
|
913
957
|
--color-settings-profile-background: var(--color-reference-dark-orange-60-l28-c05-faint);
|
|
914
958
|
--color-settings-profile-border: var(--color-reference-dark-orange-60-l51-c13-medium);
|
|
915
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);
|
|
916
962
|
--color-data-category-10: var(--color-reference-dark-pink-0-l68-c20-bold);
|
|
917
963
|
--color-data-category-11: var(--color-reference-dark-teal-180-l70-c15-bold);
|
|
918
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';
|
|
@@ -312,17 +313,22 @@ exports.colorGeofenceCategoryTerminalForeground = '--color-geofence-category-ter
|
|
|
312
313
|
exports.colorGeofenceCategoryUncategorizedBackground = '--color-geofence-category-uncategorized-background';
|
|
313
314
|
exports.colorGeofenceCategoryUncategorizedBorder = '--color-geofence-category-uncategorized-border';
|
|
314
315
|
exports.colorGeofenceCategoryUncategorizedForeground = '--color-geofence-category-uncategorized-foreground';
|
|
316
|
+
exports.colorInteractionActive = '--color-interaction-active';
|
|
315
317
|
exports.colorInteractionFocus = '--color-interaction-focus';
|
|
316
318
|
exports.colorInteractionHover = '--color-interaction-hover';
|
|
319
|
+
exports.colorInteractionOnBoldBackgroundActive = '--color-interaction-on-bold-background-active';
|
|
317
320
|
exports.colorInteractionOnBoldBackgroundFocus = '--color-interaction-on-bold-background-focus';
|
|
318
321
|
exports.colorInteractionOnBoldBackgroundHover = '--color-interaction-on-bold-background-hover';
|
|
319
322
|
exports.colorInteractionOnBoldBackgroundPressed = '--color-interaction-on-bold-background-pressed';
|
|
323
|
+
exports.colorInteractionOnMediumBackgroundActive = '--color-interaction-on-medium-background-active';
|
|
320
324
|
exports.colorInteractionOnMediumBackgroundFocus = '--color-interaction-on-medium-background-focus';
|
|
321
325
|
exports.colorInteractionOnMediumBackgroundHover = '--color-interaction-on-medium-background-hover';
|
|
322
326
|
exports.colorInteractionOnMediumBackgroundPressed = '--color-interaction-on-medium-background-pressed';
|
|
327
|
+
exports.colorInteractionOnStrongBackgroundActive = '--color-interaction-on-strong-background-active';
|
|
323
328
|
exports.colorInteractionOnStrongBackgroundFocus = '--color-interaction-on-strong-background-focus';
|
|
324
329
|
exports.colorInteractionOnStrongBackgroundHover = '--color-interaction-on-strong-background-hover';
|
|
325
330
|
exports.colorInteractionOnStrongBackgroundPressed = '--color-interaction-on-strong-background-pressed';
|
|
331
|
+
exports.colorInteractionOnTranslucentBackgroundActive = '--color-interaction-on-translucent-background-active';
|
|
326
332
|
exports.colorInteractionOnTranslucentBackgroundFocus = '--color-interaction-on-translucent-background-focus';
|
|
327
333
|
exports.colorInteractionOnTranslucentBackgroundHover = '--color-interaction-on-translucent-background-hover';
|
|
328
334
|
exports.colorInteractionOnTranslucentBackgroundPressed = '--color-interaction-on-translucent-background-pressed';
|
|
@@ -381,6 +387,7 @@ exports.colorInvertedForegroundSecondary = '--color-inverted-foreground-secondar
|
|
|
381
387
|
exports.colorInvertedForegroundTertiary = '--color-inverted-foreground-tertiary';
|
|
382
388
|
exports.colorInvertedForegroundWalkthrough = '--color-inverted-foreground-walkthrough';
|
|
383
389
|
exports.colorInvertedForegroundWarning = '--color-inverted-foreground-warning';
|
|
390
|
+
exports.colorInvertedInteractionActive = '--color-inverted-interaction-active';
|
|
384
391
|
exports.colorInvertedInteractionFocus = '--color-inverted-interaction-focus';
|
|
385
392
|
exports.colorInvertedInteractionHover = '--color-inverted-interaction-hover';
|
|
386
393
|
exports.colorInvertedInteractionPressed = '--color-inverted-interaction-pressed';
|
|
@@ -394,6 +401,20 @@ exports.colorLocationMarkerForeground = '--color-location-marker-foreground';
|
|
|
394
401
|
exports.colorLocationMarkerInteractionFocus = '--color-location-marker-interaction-focus';
|
|
395
402
|
exports.colorLocationMarkerInteractionHover = '--color-location-marker-interaction-hover';
|
|
396
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';
|
|
397
418
|
exports.colorReferenceBlack0 = '--color-reference-black-0';
|
|
398
419
|
exports.colorReferenceBlack10 = '--color-reference-black-10';
|
|
399
420
|
exports.colorReferenceBlack100 = '--color-reference-black-100';
|
|
@@ -547,6 +568,8 @@ exports.colorSafetyScoreInteractionPressed = '--color-safety-score-interaction-p
|
|
|
547
568
|
exports.colorSettingsProfileBackground = '--color-settings-profile-background';
|
|
548
569
|
exports.colorSettingsProfileBorder = '--color-settings-profile-border';
|
|
549
570
|
exports.colorSettingsProfileForeground = '--color-settings-profile-foreground';
|
|
571
|
+
exports.colorShimmerFade = '--color-shimmer-fade';
|
|
572
|
+
exports.colorShimmerHighlight = '--color-shimmer-highlight';
|
|
550
573
|
exports.dimensionBase = '--dimension-base';
|
|
551
574
|
exports.dimensionCardWidthLg = '--dimension-card-width-lg';
|
|
552
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';
|
|
@@ -312,17 +313,22 @@ export declare const colorGeofenceCategoryTerminalForeground: '--color-geofence-
|
|
|
312
313
|
export declare const colorGeofenceCategoryUncategorizedBackground: '--color-geofence-category-uncategorized-background';
|
|
313
314
|
export declare const colorGeofenceCategoryUncategorizedBorder: '--color-geofence-category-uncategorized-border';
|
|
314
315
|
export declare const colorGeofenceCategoryUncategorizedForeground: '--color-geofence-category-uncategorized-foreground';
|
|
316
|
+
export declare const colorInteractionActive: '--color-interaction-active';
|
|
315
317
|
export declare const colorInteractionFocus: '--color-interaction-focus';
|
|
316
318
|
export declare const colorInteractionHover: '--color-interaction-hover';
|
|
319
|
+
export declare const colorInteractionOnBoldBackgroundActive: '--color-interaction-on-bold-background-active';
|
|
317
320
|
export declare const colorInteractionOnBoldBackgroundFocus: '--color-interaction-on-bold-background-focus';
|
|
318
321
|
export declare const colorInteractionOnBoldBackgroundHover: '--color-interaction-on-bold-background-hover';
|
|
319
322
|
export declare const colorInteractionOnBoldBackgroundPressed: '--color-interaction-on-bold-background-pressed';
|
|
323
|
+
export declare const colorInteractionOnMediumBackgroundActive: '--color-interaction-on-medium-background-active';
|
|
320
324
|
export declare const colorInteractionOnMediumBackgroundFocus: '--color-interaction-on-medium-background-focus';
|
|
321
325
|
export declare const colorInteractionOnMediumBackgroundHover: '--color-interaction-on-medium-background-hover';
|
|
322
326
|
export declare const colorInteractionOnMediumBackgroundPressed: '--color-interaction-on-medium-background-pressed';
|
|
327
|
+
export declare const colorInteractionOnStrongBackgroundActive: '--color-interaction-on-strong-background-active';
|
|
323
328
|
export declare const colorInteractionOnStrongBackgroundFocus: '--color-interaction-on-strong-background-focus';
|
|
324
329
|
export declare const colorInteractionOnStrongBackgroundHover: '--color-interaction-on-strong-background-hover';
|
|
325
330
|
export declare const colorInteractionOnStrongBackgroundPressed: '--color-interaction-on-strong-background-pressed';
|
|
331
|
+
export declare const colorInteractionOnTranslucentBackgroundActive: '--color-interaction-on-translucent-background-active';
|
|
326
332
|
export declare const colorInteractionOnTranslucentBackgroundFocus: '--color-interaction-on-translucent-background-focus';
|
|
327
333
|
export declare const colorInteractionOnTranslucentBackgroundHover: '--color-interaction-on-translucent-background-hover';
|
|
328
334
|
export declare const colorInteractionOnTranslucentBackgroundPressed: '--color-interaction-on-translucent-background-pressed';
|
|
@@ -381,6 +387,7 @@ export declare const colorInvertedForegroundSecondary: '--color-inverted-foregro
|
|
|
381
387
|
export declare const colorInvertedForegroundTertiary: '--color-inverted-foreground-tertiary';
|
|
382
388
|
export declare const colorInvertedForegroundWalkthrough: '--color-inverted-foreground-walkthrough';
|
|
383
389
|
export declare const colorInvertedForegroundWarning: '--color-inverted-foreground-warning';
|
|
390
|
+
export declare const colorInvertedInteractionActive: '--color-inverted-interaction-active';
|
|
384
391
|
export declare const colorInvertedInteractionFocus: '--color-inverted-interaction-focus';
|
|
385
392
|
export declare const colorInvertedInteractionHover: '--color-inverted-interaction-hover';
|
|
386
393
|
export declare const colorInvertedInteractionPressed: '--color-inverted-interaction-pressed';
|
|
@@ -394,6 +401,20 @@ export declare const colorLocationMarkerForeground: '--color-location-marker-for
|
|
|
394
401
|
export declare const colorLocationMarkerInteractionFocus: '--color-location-marker-interaction-focus';
|
|
395
402
|
export declare const colorLocationMarkerInteractionHover: '--color-location-marker-interaction-hover';
|
|
396
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';
|
|
397
418
|
export declare const colorReferenceBlack0: '--color-reference-black-0';
|
|
398
419
|
export declare const colorReferenceBlack10: '--color-reference-black-10';
|
|
399
420
|
export declare const colorReferenceBlack100: '--color-reference-black-100';
|
|
@@ -547,6 +568,8 @@ export declare const colorSafetyScoreInteractionPressed: '--color-safety-score-i
|
|
|
547
568
|
export declare const colorSettingsProfileBackground: '--color-settings-profile-background';
|
|
548
569
|
export declare const colorSettingsProfileBorder: '--color-settings-profile-border';
|
|
549
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';
|
|
550
573
|
export declare const dimensionBase: '--dimension-base';
|
|
551
574
|
export declare const dimensionCardWidthLg: '--dimension-card-width-lg';
|
|
552
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';
|
|
@@ -312,17 +313,22 @@ export const colorGeofenceCategoryTerminalForeground = '--color-geofence-categor
|
|
|
312
313
|
export const colorGeofenceCategoryUncategorizedBackground = '--color-geofence-category-uncategorized-background';
|
|
313
314
|
export const colorGeofenceCategoryUncategorizedBorder = '--color-geofence-category-uncategorized-border';
|
|
314
315
|
export const colorGeofenceCategoryUncategorizedForeground = '--color-geofence-category-uncategorized-foreground';
|
|
316
|
+
export const colorInteractionActive = '--color-interaction-active';
|
|
315
317
|
export const colorInteractionFocus = '--color-interaction-focus';
|
|
316
318
|
export const colorInteractionHover = '--color-interaction-hover';
|
|
319
|
+
export const colorInteractionOnBoldBackgroundActive = '--color-interaction-on-bold-background-active';
|
|
317
320
|
export const colorInteractionOnBoldBackgroundFocus = '--color-interaction-on-bold-background-focus';
|
|
318
321
|
export const colorInteractionOnBoldBackgroundHover = '--color-interaction-on-bold-background-hover';
|
|
319
322
|
export const colorInteractionOnBoldBackgroundPressed = '--color-interaction-on-bold-background-pressed';
|
|
323
|
+
export const colorInteractionOnMediumBackgroundActive = '--color-interaction-on-medium-background-active';
|
|
320
324
|
export const colorInteractionOnMediumBackgroundFocus = '--color-interaction-on-medium-background-focus';
|
|
321
325
|
export const colorInteractionOnMediumBackgroundHover = '--color-interaction-on-medium-background-hover';
|
|
322
326
|
export const colorInteractionOnMediumBackgroundPressed = '--color-interaction-on-medium-background-pressed';
|
|
327
|
+
export const colorInteractionOnStrongBackgroundActive = '--color-interaction-on-strong-background-active';
|
|
323
328
|
export const colorInteractionOnStrongBackgroundFocus = '--color-interaction-on-strong-background-focus';
|
|
324
329
|
export const colorInteractionOnStrongBackgroundHover = '--color-interaction-on-strong-background-hover';
|
|
325
330
|
export const colorInteractionOnStrongBackgroundPressed = '--color-interaction-on-strong-background-pressed';
|
|
331
|
+
export const colorInteractionOnTranslucentBackgroundActive = '--color-interaction-on-translucent-background-active';
|
|
326
332
|
export const colorInteractionOnTranslucentBackgroundFocus = '--color-interaction-on-translucent-background-focus';
|
|
327
333
|
export const colorInteractionOnTranslucentBackgroundHover = '--color-interaction-on-translucent-background-hover';
|
|
328
334
|
export const colorInteractionOnTranslucentBackgroundPressed = '--color-interaction-on-translucent-background-pressed';
|
|
@@ -381,6 +387,7 @@ export const colorInvertedForegroundSecondary = '--color-inverted-foreground-sec
|
|
|
381
387
|
export const colorInvertedForegroundTertiary = '--color-inverted-foreground-tertiary';
|
|
382
388
|
export const colorInvertedForegroundWalkthrough = '--color-inverted-foreground-walkthrough';
|
|
383
389
|
export const colorInvertedForegroundWarning = '--color-inverted-foreground-warning';
|
|
390
|
+
export const colorInvertedInteractionActive = '--color-inverted-interaction-active';
|
|
384
391
|
export const colorInvertedInteractionFocus = '--color-inverted-interaction-focus';
|
|
385
392
|
export const colorInvertedInteractionHover = '--color-inverted-interaction-hover';
|
|
386
393
|
export const colorInvertedInteractionPressed = '--color-inverted-interaction-pressed';
|
|
@@ -394,6 +401,20 @@ export const colorLocationMarkerForeground = '--color-location-marker-foreground
|
|
|
394
401
|
export const colorLocationMarkerInteractionFocus = '--color-location-marker-interaction-focus';
|
|
395
402
|
export const colorLocationMarkerInteractionHover = '--color-location-marker-interaction-hover';
|
|
396
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';
|
|
397
418
|
export const colorReferenceBlack0 = '--color-reference-black-0';
|
|
398
419
|
export const colorReferenceBlack10 = '--color-reference-black-10';
|
|
399
420
|
export const colorReferenceBlack100 = '--color-reference-black-100';
|
|
@@ -547,6 +568,8 @@ export const colorSafetyScoreInteractionPressed = '--color-safety-score-interact
|
|
|
547
568
|
export const colorSettingsProfileBackground = '--color-settings-profile-background';
|
|
548
569
|
export const colorSettingsProfileBorder = '--color-settings-profile-border';
|
|
549
570
|
export const colorSettingsProfileForeground = '--color-settings-profile-foreground';
|
|
571
|
+
export const colorShimmerFade = '--color-shimmer-fade';
|
|
572
|
+
export const colorShimmerHighlight = '--color-shimmer-highlight';
|
|
550
573
|
export const dimensionBase = '--dimension-base';
|
|
551
574
|
export const dimensionCardWidthLg = '--dimension-card-width-lg';
|
|
552
575
|
export const dimensionCardWidthMd = '--dimension-card-width-md';
|
package/dist/json/colors.json
CHANGED
|
@@ -733,7 +733,7 @@
|
|
|
733
733
|
},
|
|
734
734
|
"--color-always-dark-foreground-brand": {
|
|
735
735
|
"$type": "color",
|
|
736
|
-
"$value": "var(--color-reference-
|
|
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-
|
|
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)"
|
|
@@ -1623,6 +1627,10 @@
|
|
|
1623
1627
|
"$type": "color",
|
|
1624
1628
|
"$value": "var(--color-reference-grey-l65-dark-bold)"
|
|
1625
1629
|
},
|
|
1630
|
+
"--color-interaction-active": {
|
|
1631
|
+
"$type": "color",
|
|
1632
|
+
"$value": "var(--color-reference-dark-blue-250-l27-c05-faint)"
|
|
1633
|
+
},
|
|
1626
1634
|
"--color-interaction-focus": {
|
|
1627
1635
|
"$type": "color",
|
|
1628
1636
|
"$value": "var(--color-reference-white-15)"
|
|
@@ -1631,6 +1639,10 @@
|
|
|
1631
1639
|
"$type": "color",
|
|
1632
1640
|
"$value": "var(--color-reference-white-10)"
|
|
1633
1641
|
},
|
|
1642
|
+
"--color-interaction-on-bold-background-active": {
|
|
1643
|
+
"$type": "color",
|
|
1644
|
+
"$value": "var(--color-reference-dark-blue-250-l50-c17-medium)"
|
|
1645
|
+
},
|
|
1634
1646
|
"--color-interaction-on-bold-background-focus": {
|
|
1635
1647
|
"$type": "color",
|
|
1636
1648
|
"$value": "var(--color-reference-black-20)"
|
|
@@ -1643,6 +1655,10 @@
|
|
|
1643
1655
|
"$type": "color",
|
|
1644
1656
|
"$value": "var(--color-reference-black-20)"
|
|
1645
1657
|
},
|
|
1658
|
+
"--color-interaction-on-medium-background-active": {
|
|
1659
|
+
"$type": "color",
|
|
1660
|
+
"$value": "var(--color-reference-dark-blue-250-l65-c20-bold)"
|
|
1661
|
+
},
|
|
1646
1662
|
"--color-interaction-on-medium-background-focus": {
|
|
1647
1663
|
"$type": "color",
|
|
1648
1664
|
"$value": "var(--color-reference-white-20)"
|
|
@@ -1655,6 +1671,10 @@
|
|
|
1655
1671
|
"$type": "color",
|
|
1656
1672
|
"$value": "var(--color-reference-white-20)"
|
|
1657
1673
|
},
|
|
1674
|
+
"--color-interaction-on-strong-background-active": {
|
|
1675
|
+
"$type": "color",
|
|
1676
|
+
"$value": "var(--color-reference-dark-blue-250-l65-c20-bold)"
|
|
1677
|
+
},
|
|
1658
1678
|
"--color-interaction-on-strong-background-focus": {
|
|
1659
1679
|
"$type": "color",
|
|
1660
1680
|
"$value": "var(--color-reference-black-15)"
|
|
@@ -1667,6 +1687,10 @@
|
|
|
1667
1687
|
"$type": "color",
|
|
1668
1688
|
"$value": "var(--color-reference-black-15)"
|
|
1669
1689
|
},
|
|
1690
|
+
"--color-interaction-on-translucent-background-active": {
|
|
1691
|
+
"$type": "color",
|
|
1692
|
+
"$value": "var(--color-reference-dark-blue-250-l27-c05-faint)"
|
|
1693
|
+
},
|
|
1670
1694
|
"--color-interaction-on-translucent-background-focus": {
|
|
1671
1695
|
"$type": "color",
|
|
1672
1696
|
"$value": "var(--color-reference-white-20)"
|
|
@@ -1849,31 +1873,31 @@
|
|
|
1849
1873
|
},
|
|
1850
1874
|
"--color-inverted-foreground-ai": {
|
|
1851
1875
|
"$type": "color",
|
|
1852
|
-
"$value": "var(--color-reference-
|
|
1876
|
+
"$value": "var(--color-reference-light-purple-290-l52-c20-bold)"
|
|
1853
1877
|
},
|
|
1854
1878
|
"--color-inverted-foreground-brand": {
|
|
1855
1879
|
"$type": "color",
|
|
1856
|
-
"$value": "var(--color-reference-
|
|
1880
|
+
"$value": "var(--color-reference-light-blue-250-l50-c18-bold)"
|
|
1857
1881
|
},
|
|
1858
1882
|
"--color-inverted-foreground-caution": {
|
|
1859
1883
|
"$type": "color",
|
|
1860
|
-
"$value": "var(--color-reference-
|
|
1884
|
+
"$value": "var(--color-reference-light-yellow-85-l51-c12-bold)"
|
|
1861
1885
|
},
|
|
1862
1886
|
"--color-inverted-foreground-guide": {
|
|
1863
1887
|
"$type": "color",
|
|
1864
|
-
"$value": "var(--color-reference-
|
|
1888
|
+
"$value": "var(--color-reference-light-cyan-215-l51-c11-bold)"
|
|
1865
1889
|
},
|
|
1866
1890
|
"--color-inverted-foreground-negative": {
|
|
1867
1891
|
"$type": "color",
|
|
1868
|
-
"$value": "var(--color-reference-
|
|
1892
|
+
"$value": "var(--color-reference-light-red-30-l53-c20-bold)"
|
|
1869
1893
|
},
|
|
1870
1894
|
"--color-inverted-foreground-neutral": {
|
|
1871
1895
|
"$type": "color",
|
|
1872
|
-
"$value": "var(--color-reference-grey-
|
|
1896
|
+
"$value": "var(--color-reference-grey-l51-light-bold)"
|
|
1873
1897
|
},
|
|
1874
1898
|
"--color-inverted-foreground-positive": {
|
|
1875
1899
|
"$type": "color",
|
|
1876
|
-
"$value": "var(--color-reference-
|
|
1900
|
+
"$value": "var(--color-reference-light-green-145-l50-c19-bold)"
|
|
1877
1901
|
},
|
|
1878
1902
|
"--color-inverted-foreground-primary": {
|
|
1879
1903
|
"$type": "color",
|
|
@@ -1893,11 +1917,15 @@
|
|
|
1893
1917
|
},
|
|
1894
1918
|
"--color-inverted-foreground-walkthrough": {
|
|
1895
1919
|
"$type": "color",
|
|
1896
|
-
"$value": "var(--color-reference-
|
|
1920
|
+
"$value": "var(--color-reference-light-teal-180-l50-c12-bold)"
|
|
1897
1921
|
},
|
|
1898
1922
|
"--color-inverted-foreground-warning": {
|
|
1899
1923
|
"$type": "color",
|
|
1900
|
-
"$value": "var(--color-reference-
|
|
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)"
|
|
1901
1929
|
},
|
|
1902
1930
|
"--color-inverted-interaction-focus": {
|
|
1903
1931
|
"$type": "color",
|
|
@@ -1951,6 +1979,62 @@
|
|
|
1951
1979
|
"$type": "color",
|
|
1952
1980
|
"$value": "var(--color-reference-black-20)"
|
|
1953
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
|
+
},
|
|
1954
2038
|
"--color-safety-score-background-excellent": {
|
|
1955
2039
|
"$type": "color",
|
|
1956
2040
|
"$value": "var(--color-reference-dark-blue-250-l50-c17-medium)"
|
|
@@ -1999,6 +2083,14 @@
|
|
|
1999
2083
|
"$type": "color",
|
|
2000
2084
|
"$value": "var(--color-reference-dark-orange-60-l75-c20-bold)"
|
|
2001
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
|
+
},
|
|
2002
2094
|
"--color-data-category-10": {
|
|
2003
2095
|
"$type": "color",
|
|
2004
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-
|
|
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-
|
|
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)"
|
|
@@ -1623,6 +1627,10 @@
|
|
|
1623
1627
|
"$type": "color",
|
|
1624
1628
|
"$value": "var(--color-reference-grey-l65-dark-bold)"
|
|
1625
1629
|
},
|
|
1630
|
+
"--color-interaction-active": {
|
|
1631
|
+
"$type": "color",
|
|
1632
|
+
"$value": "var(--color-reference-dark-blue-250-l27-c05-faint)"
|
|
1633
|
+
},
|
|
1626
1634
|
"--color-interaction-focus": {
|
|
1627
1635
|
"$type": "color",
|
|
1628
1636
|
"$value": "var(--color-reference-white-15)"
|
|
@@ -1631,6 +1639,10 @@
|
|
|
1631
1639
|
"$type": "color",
|
|
1632
1640
|
"$value": "var(--color-reference-white-10)"
|
|
1633
1641
|
},
|
|
1642
|
+
"--color-interaction-on-bold-background-active": {
|
|
1643
|
+
"$type": "color",
|
|
1644
|
+
"$value": "var(--color-reference-dark-blue-250-l50-c17-medium)"
|
|
1645
|
+
},
|
|
1634
1646
|
"--color-interaction-on-bold-background-focus": {
|
|
1635
1647
|
"$type": "color",
|
|
1636
1648
|
"$value": "var(--color-reference-black-20)"
|
|
@@ -1643,6 +1655,10 @@
|
|
|
1643
1655
|
"$type": "color",
|
|
1644
1656
|
"$value": "var(--color-reference-black-20)"
|
|
1645
1657
|
},
|
|
1658
|
+
"--color-interaction-on-medium-background-active": {
|
|
1659
|
+
"$type": "color",
|
|
1660
|
+
"$value": "var(--color-reference-dark-blue-250-l65-c20-bold)"
|
|
1661
|
+
},
|
|
1646
1662
|
"--color-interaction-on-medium-background-focus": {
|
|
1647
1663
|
"$type": "color",
|
|
1648
1664
|
"$value": "var(--color-reference-white-20)"
|
|
@@ -1655,6 +1671,10 @@
|
|
|
1655
1671
|
"$type": "color",
|
|
1656
1672
|
"$value": "var(--color-reference-white-20)"
|
|
1657
1673
|
},
|
|
1674
|
+
"--color-interaction-on-strong-background-active": {
|
|
1675
|
+
"$type": "color",
|
|
1676
|
+
"$value": "var(--color-reference-dark-blue-250-l65-c20-bold)"
|
|
1677
|
+
},
|
|
1658
1678
|
"--color-interaction-on-strong-background-focus": {
|
|
1659
1679
|
"$type": "color",
|
|
1660
1680
|
"$value": "var(--color-reference-black-15)"
|
|
@@ -1667,6 +1687,10 @@
|
|
|
1667
1687
|
"$type": "color",
|
|
1668
1688
|
"$value": "var(--color-reference-black-15)"
|
|
1669
1689
|
},
|
|
1690
|
+
"--color-interaction-on-translucent-background-active": {
|
|
1691
|
+
"$type": "color",
|
|
1692
|
+
"$value": "var(--color-reference-dark-blue-250-l27-c05-faint)"
|
|
1693
|
+
},
|
|
1670
1694
|
"--color-interaction-on-translucent-background-focus": {
|
|
1671
1695
|
"$type": "color",
|
|
1672
1696
|
"$value": "var(--color-reference-white-20)"
|
|
@@ -1849,31 +1873,31 @@
|
|
|
1849
1873
|
},
|
|
1850
1874
|
"--color-inverted-foreground-ai": {
|
|
1851
1875
|
"$type": "color",
|
|
1852
|
-
"$value": "var(--color-reference-
|
|
1876
|
+
"$value": "var(--color-reference-light-purple-290-l52-c20-bold)"
|
|
1853
1877
|
},
|
|
1854
1878
|
"--color-inverted-foreground-brand": {
|
|
1855
1879
|
"$type": "color",
|
|
1856
|
-
"$value": "var(--color-reference-
|
|
1880
|
+
"$value": "var(--color-reference-light-blue-250-l50-c18-bold)"
|
|
1857
1881
|
},
|
|
1858
1882
|
"--color-inverted-foreground-caution": {
|
|
1859
1883
|
"$type": "color",
|
|
1860
|
-
"$value": "var(--color-reference-
|
|
1884
|
+
"$value": "var(--color-reference-light-yellow-85-l51-c12-bold)"
|
|
1861
1885
|
},
|
|
1862
1886
|
"--color-inverted-foreground-guide": {
|
|
1863
1887
|
"$type": "color",
|
|
1864
|
-
"$value": "var(--color-reference-
|
|
1888
|
+
"$value": "var(--color-reference-light-cyan-215-l51-c11-bold)"
|
|
1865
1889
|
},
|
|
1866
1890
|
"--color-inverted-foreground-negative": {
|
|
1867
1891
|
"$type": "color",
|
|
1868
|
-
"$value": "var(--color-reference-
|
|
1892
|
+
"$value": "var(--color-reference-light-red-30-l53-c20-bold)"
|
|
1869
1893
|
},
|
|
1870
1894
|
"--color-inverted-foreground-neutral": {
|
|
1871
1895
|
"$type": "color",
|
|
1872
|
-
"$value": "var(--color-reference-grey-
|
|
1896
|
+
"$value": "var(--color-reference-grey-l51-light-bold)"
|
|
1873
1897
|
},
|
|
1874
1898
|
"--color-inverted-foreground-positive": {
|
|
1875
1899
|
"$type": "color",
|
|
1876
|
-
"$value": "var(--color-reference-
|
|
1900
|
+
"$value": "var(--color-reference-light-green-145-l50-c19-bold)"
|
|
1877
1901
|
},
|
|
1878
1902
|
"--color-inverted-foreground-primary": {
|
|
1879
1903
|
"$type": "color",
|
|
@@ -1893,11 +1917,15 @@
|
|
|
1893
1917
|
},
|
|
1894
1918
|
"--color-inverted-foreground-walkthrough": {
|
|
1895
1919
|
"$type": "color",
|
|
1896
|
-
"$value": "var(--color-reference-
|
|
1920
|
+
"$value": "var(--color-reference-light-teal-180-l50-c12-bold)"
|
|
1897
1921
|
},
|
|
1898
1922
|
"--color-inverted-foreground-warning": {
|
|
1899
1923
|
"$type": "color",
|
|
1900
|
-
"$value": "var(--color-reference-
|
|
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)"
|
|
1901
1929
|
},
|
|
1902
1930
|
"--color-inverted-interaction-focus": {
|
|
1903
1931
|
"$type": "color",
|
|
@@ -1951,6 +1979,62 @@
|
|
|
1951
1979
|
"$type": "color",
|
|
1952
1980
|
"$value": "var(--color-reference-black-20)"
|
|
1953
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
|
+
},
|
|
1954
2038
|
"--color-safety-score-background-excellent": {
|
|
1955
2039
|
"$type": "color",
|
|
1956
2040
|
"$value": "var(--color-reference-dark-blue-250-l50-c17-medium)"
|
|
@@ -1999,6 +2083,14 @@
|
|
|
1999
2083
|
"$type": "color",
|
|
2000
2084
|
"$value": "var(--color-reference-dark-orange-60-l75-c20-bold)"
|
|
2001
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
|
+
},
|
|
2002
2094
|
"--color-data-category-10": {
|
|
2003
2095
|
"$type": "color",
|
|
2004
2096
|
"$value": "var(--color-reference-dark-pink-0-l68-c20-bold)"
|
package/package.json
CHANGED