@ds-mo/tokens 2.15.0 → 3.0.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/agent.json +1 -1
- package/dist/agent.mjs +1 -1
- package/dist/colors.css +58 -44
- package/dist/effects.css +1 -3
- package/dist/index.cjs +25 -18
- package/dist/index.d.ts +25 -18
- package/dist/index.mjs +25 -18
- package/dist/json/colors.json +264 -180
- package/dist/json/colors.modes.json +356 -244
- package/dist/json/effects.json +2 -2
- package/dist/tokens-index.json +266 -182
- package/dist/tokens.json +266 -182
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -56,6 +56,7 @@ export const colorAlwaysDarkInteractionActive = '--color-always-dark-interaction
|
|
|
56
56
|
export const colorAlwaysDarkInteractionFocus = '--color-always-dark-interaction-focus';
|
|
57
57
|
export const colorAlwaysDarkInteractionHover = '--color-always-dark-interaction-hover';
|
|
58
58
|
export const colorAlwaysDarkInteractionPressed = '--color-always-dark-interaction-pressed';
|
|
59
|
+
export const colorAlwaysDarkShimmer = '--color-always-dark-shimmer';
|
|
59
60
|
export const colorBackgroundBoldAi = '--color-background-bold-ai';
|
|
60
61
|
export const colorBackgroundBoldBrand = '--color-background-bold-brand';
|
|
61
62
|
export const colorBackgroundBoldCaution = '--color-background-bold-caution';
|
|
@@ -95,7 +96,6 @@ export const colorBackgroundStrongNeutral = '--color-background-strong-neutral';
|
|
|
95
96
|
export const colorBackgroundStrongPositive = '--color-background-strong-positive';
|
|
96
97
|
export const colorBackgroundStrongWalkthrough = '--color-background-strong-walkthrough';
|
|
97
98
|
export const colorBackgroundStrongWarning = '--color-background-strong-warning';
|
|
98
|
-
export const colorBackgroundTranslucent = '--color-background-translucent';
|
|
99
99
|
export const colorBackgroundTransparent = '--color-background-transparent';
|
|
100
100
|
export const colorBorderBoldAi = '--color-border-bold-ai';
|
|
101
101
|
export const colorBorderBoldBrand = '--color-border-bold-brand';
|
|
@@ -133,9 +133,6 @@ export const colorBorderOnMediumBackgroundTertiary = '--color-border-on-medium-b
|
|
|
133
133
|
export const colorBorderOnStrongBackgroundPrimary = '--color-border-on-strong-background-primary';
|
|
134
134
|
export const colorBorderOnStrongBackgroundSecondary = '--color-border-on-strong-background-secondary';
|
|
135
135
|
export const colorBorderOnStrongBackgroundTertiary = '--color-border-on-strong-background-tertiary';
|
|
136
|
-
export const colorBorderOnTranslucentBackgroundPrimary = '--color-border-on-translucent-background-primary';
|
|
137
|
-
export const colorBorderOnTranslucentBackgroundSecondary = '--color-border-on-translucent-background-secondary';
|
|
138
|
-
export const colorBorderOnTranslucentBackgroundTertiary = '--color-border-on-translucent-background-tertiary';
|
|
139
136
|
export const colorBorderPrimary = '--color-border-primary';
|
|
140
137
|
export const colorBorderSecondary = '--color-border-secondary';
|
|
141
138
|
export const colorBorderStrongAi = '--color-border-strong-ai';
|
|
@@ -369,10 +366,9 @@ export const colorDataWinLossLoss = '--color-data-win-loss-loss';
|
|
|
369
366
|
export const colorDataWinLossWin = '--color-data-win-loss-win';
|
|
370
367
|
export const colorDataWinLossWinAlt = '--color-data-win-loss-win-alt';
|
|
371
368
|
export const colorDividerDivider = '--color-divider-divider';
|
|
372
|
-
export const
|
|
373
|
-
export const
|
|
374
|
-
export const
|
|
375
|
-
export const colorDividerOnTranslucentBackground = '--color-divider-on-translucent-background';
|
|
369
|
+
export const colorDividerDividerOnBoldBackground = '--color-divider-divider-on-bold-background';
|
|
370
|
+
export const colorDividerDividerOnMediumBackground = '--color-divider-divider-on-medium-background';
|
|
371
|
+
export const colorDividerDividerOnStrongBackground = '--color-divider-divider-on-strong-background';
|
|
376
372
|
export const colorDriverStatusBackgroundDriving = '--color-driver-status-background-driving';
|
|
377
373
|
export const colorDriverStatusBackgroundOffDuty = '--color-driver-status-background-off-duty';
|
|
378
374
|
export const colorDriverStatusBackgroundOnDuty = '--color-driver-status-background-on-duty';
|
|
@@ -437,10 +433,6 @@ export const colorForegroundOnStrongBackgroundPrimary = '--color-foreground-on-s
|
|
|
437
433
|
export const colorForegroundOnStrongBackgroundQuaternary = '--color-foreground-on-strong-background-quaternary';
|
|
438
434
|
export const colorForegroundOnStrongBackgroundSecondary = '--color-foreground-on-strong-background-secondary';
|
|
439
435
|
export const colorForegroundOnStrongBackgroundTertiary = '--color-foreground-on-strong-background-tertiary';
|
|
440
|
-
export const colorForegroundOnTranslucentBackgroundPrimary = '--color-foreground-on-translucent-background-primary';
|
|
441
|
-
export const colorForegroundOnTranslucentBackgroundQuaternary = '--color-foreground-on-translucent-background-quaternary';
|
|
442
|
-
export const colorForegroundOnTranslucentBackgroundSecondary = '--color-foreground-on-translucent-background-secondary';
|
|
443
|
-
export const colorForegroundOnTranslucentBackgroundTertiary = '--color-foreground-on-translucent-background-tertiary';
|
|
444
436
|
export const colorForegroundPrimary = '--color-foreground-primary';
|
|
445
437
|
export const colorForegroundQuaternary = '--color-foreground-quaternary';
|
|
446
438
|
export const colorForegroundSecondary = '--color-foreground-secondary';
|
|
@@ -469,10 +461,6 @@ export const colorInteractionOnStrongBackgroundActive = '--color-interaction-on-
|
|
|
469
461
|
export const colorInteractionOnStrongBackgroundFocus = '--color-interaction-on-strong-background-focus';
|
|
470
462
|
export const colorInteractionOnStrongBackgroundHover = '--color-interaction-on-strong-background-hover';
|
|
471
463
|
export const colorInteractionOnStrongBackgroundPressed = '--color-interaction-on-strong-background-pressed';
|
|
472
|
-
export const colorInteractionOnTranslucentBackgroundActive = '--color-interaction-on-translucent-background-active';
|
|
473
|
-
export const colorInteractionOnTranslucentBackgroundFocus = '--color-interaction-on-translucent-background-focus';
|
|
474
|
-
export const colorInteractionOnTranslucentBackgroundHover = '--color-interaction-on-translucent-background-hover';
|
|
475
|
-
export const colorInteractionOnTranslucentBackgroundPressed = '--color-interaction-on-translucent-background-pressed';
|
|
476
464
|
export const colorInteractionPressed = '--color-interaction-pressed';
|
|
477
465
|
export const colorInvertedBackground = '--color-inverted-background';
|
|
478
466
|
export const colorInvertedBorderBoldAi = '--color-inverted-border-bold-ai';
|
|
@@ -532,6 +520,7 @@ export const colorInvertedInteractionActive = '--color-inverted-interaction-acti
|
|
|
532
520
|
export const colorInvertedInteractionFocus = '--color-inverted-interaction-focus';
|
|
533
521
|
export const colorInvertedInteractionHover = '--color-inverted-interaction-hover';
|
|
534
522
|
export const colorInvertedInteractionPressed = '--color-inverted-interaction-pressed';
|
|
523
|
+
export const colorInvertedShimmer = '--color-inverted-shimmer';
|
|
535
524
|
export const colorLocationMarkerBackgroundBrand = '--color-location-marker-background-brand';
|
|
536
525
|
export const colorLocationMarkerBackgroundCaution = '--color-location-marker-background-caution';
|
|
537
526
|
export const colorLocationMarkerBackgroundNegative = '--color-location-marker-background-negative';
|
|
@@ -555,6 +544,7 @@ export const colorMediaInteractionActive = '--color-media-interaction-active';
|
|
|
555
544
|
export const colorMediaInteractionFocus = '--color-media-interaction-focus';
|
|
556
545
|
export const colorMediaInteractionHover = '--color-media-interaction-hover';
|
|
557
546
|
export const colorMediaInteractionPressed = '--color-media-interaction-pressed';
|
|
547
|
+
export const colorMediaShimmer = '--color-media-shimmer';
|
|
558
548
|
export const colorNavigationBackground = '--color-navigation-background';
|
|
559
549
|
export const colorNavigationBorderPrimary = '--color-navigation-border-primary';
|
|
560
550
|
export const colorNavigationBorderSecondary = '--color-navigation-border-secondary';
|
|
@@ -569,6 +559,7 @@ export const colorNavigationInteractionActive = '--color-navigation-interaction-
|
|
|
569
559
|
export const colorNavigationInteractionFocus = '--color-navigation-interaction-focus';
|
|
570
560
|
export const colorNavigationInteractionHover = '--color-navigation-interaction-hover';
|
|
571
561
|
export const colorNavigationInteractionPressed = '--color-navigation-interaction-pressed';
|
|
562
|
+
export const colorNavigationShimmer = '--color-navigation-shimmer';
|
|
572
563
|
export const colorReferenceBlack0 = '--color-reference-black-0';
|
|
573
564
|
export const colorReferenceBlack10 = '--color-reference-black-10';
|
|
574
565
|
export const colorReferenceBlack100 = '--color-reference-black-100';
|
|
@@ -722,8 +713,24 @@ export const colorSafetyScoreInteractionPressed = '--color-safety-score-interact
|
|
|
722
713
|
export const colorSettingsProfileBackground = '--color-settings-profile-background';
|
|
723
714
|
export const colorSettingsProfileBorder = '--color-settings-profile-border';
|
|
724
715
|
export const colorSettingsProfileForeground = '--color-settings-profile-foreground';
|
|
725
|
-
export const
|
|
726
|
-
export const
|
|
716
|
+
export const colorShimmerShimmer = '--color-shimmer-shimmer';
|
|
717
|
+
export const colorShimmerShimmerOnBoldBackground = '--color-shimmer-shimmer-on-bold-background';
|
|
718
|
+
export const colorShimmerShimmerOnMediumBackground = '--color-shimmer-shimmer-on-medium-background';
|
|
719
|
+
export const colorShimmerShimmerOnStrongBackground = '--color-shimmer-shimmer-on-strong-background';
|
|
720
|
+
export const colorTranslucentBorderPrimary = '--color-translucent-border-primary';
|
|
721
|
+
export const colorTranslucentBorderSecondary = '--color-translucent-border-secondary';
|
|
722
|
+
export const colorTranslucentBorderTertiary = '--color-translucent-border-tertiary';
|
|
723
|
+
export const colorTranslucentDivider = '--color-translucent-divider';
|
|
724
|
+
export const colorTranslucentForegroundPrimary = '--color-translucent-foreground-primary';
|
|
725
|
+
export const colorTranslucentForegroundQuaternary = '--color-translucent-foreground-quaternary';
|
|
726
|
+
export const colorTranslucentForegroundSecondary = '--color-translucent-foreground-secondary';
|
|
727
|
+
export const colorTranslucentForegroundTertiary = '--color-translucent-foreground-tertiary';
|
|
728
|
+
export const colorTranslucentInteractionActive = '--color-translucent-interaction-active';
|
|
729
|
+
export const colorTranslucentInteractionFocus = '--color-translucent-interaction-focus';
|
|
730
|
+
export const colorTranslucentInteractionHover = '--color-translucent-interaction-hover';
|
|
731
|
+
export const colorTranslucentInteractionPressed = '--color-translucent-interaction-pressed';
|
|
732
|
+
export const colorTranslucentShimmer = '--color-translucent-shimmer';
|
|
733
|
+
export const colorTranslucentTranslucent = '--color-translucent-translucent';
|
|
727
734
|
export const dimensionBase = '--dimension-base';
|
|
728
735
|
export const dimensionCardHeightLg = '--dimension-card-height-lg';
|
|
729
736
|
export const dimensionCardHeightMd = '--dimension-card-height-md';
|