@ds-mo/tokens 2.3.1 → 2.4.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 CHANGED
@@ -408,17 +408,22 @@
408
408
  --color-geofence-category-uncategorized-background: var(--color-reference-grey-l93-light-faint);
409
409
  --color-geofence-category-uncategorized-border: var(--color-reference-grey-l75-light-medium);
410
410
  --color-geofence-category-uncategorized-foreground: var(--color-reference-grey-l51-light-bold);
411
+ --color-interaction-active: var(--color-reference-light-blue-250-l92-c04-faint);
411
412
  --color-interaction-focus: var(--color-reference-black-15);
412
413
  --color-interaction-hover: var(--color-reference-black-10);
414
+ --color-interaction-on-bold-background-active: var(--color-reference-light-blue-250-l70-c18-medium);
413
415
  --color-interaction-on-bold-background-focus: var(--color-reference-white-20);
414
416
  --color-interaction-on-bold-background-hover: var(--color-reference-white-15);
415
417
  --color-interaction-on-bold-background-pressed: var(--color-reference-white-20);
418
+ --color-interaction-on-medium-background-active: var(--color-reference-light-blue-250-l50-c18-bold);
416
419
  --color-interaction-on-medium-background-focus: var(--color-reference-black-20);
417
420
  --color-interaction-on-medium-background-hover: var(--color-reference-black-15);
418
421
  --color-interaction-on-medium-background-pressed: var(--color-reference-black-20);
422
+ --color-interaction-on-strong-background-active: var(--color-reference-light-blue-250-l50-c18-bold);
419
423
  --color-interaction-on-strong-background-focus: var(--color-reference-white-15);
420
424
  --color-interaction-on-strong-background-hover: var(--color-reference-white-10);
421
425
  --color-interaction-on-strong-background-pressed: var(--color-reference-white-15);
426
+ --color-interaction-on-translucent-background-active: var(--color-reference-light-blue-250-l92-c04-faint);
422
427
  --color-interaction-on-translucent-background-focus: var(--color-reference-black-20);
423
428
  --color-interaction-on-translucent-background-hover: var(--color-reference-black-15);
424
429
  --color-interaction-on-translucent-background-pressed: var(--color-reference-black-20);
@@ -819,17 +824,22 @@
819
824
  --color-geofence-category-uncategorized-background: var(--color-reference-grey-l27-dark-faint);
820
825
  --color-geofence-category-uncategorized-border: var(--color-reference-grey-l50-dark-medium);
821
826
  --color-geofence-category-uncategorized-foreground: var(--color-reference-grey-l65-dark-bold);
827
+ --color-interaction-active: var(--color-reference-dark-blue-250-l27-c05-faint);
822
828
  --color-interaction-focus: var(--color-reference-white-15);
823
829
  --color-interaction-hover: var(--color-reference-white-10);
830
+ --color-interaction-on-bold-background-active: var(--color-reference-dark-blue-250-l50-c17-medium);
824
831
  --color-interaction-on-bold-background-focus: var(--color-reference-black-20);
825
832
  --color-interaction-on-bold-background-hover: var(--color-reference-black-15);
826
833
  --color-interaction-on-bold-background-pressed: var(--color-reference-black-20);
834
+ --color-interaction-on-medium-background-active: var(--color-reference-dark-blue-250-l65-c20-bold);
827
835
  --color-interaction-on-medium-background-focus: var(--color-reference-white-20);
828
836
  --color-interaction-on-medium-background-hover: var(--color-reference-white-15);
829
837
  --color-interaction-on-medium-background-pressed: var(--color-reference-white-20);
838
+ --color-interaction-on-strong-background-active: var(--color-reference-dark-blue-250-l65-c20-bold);
830
839
  --color-interaction-on-strong-background-focus: var(--color-reference-black-15);
831
840
  --color-interaction-on-strong-background-hover: var(--color-reference-black-10);
832
841
  --color-interaction-on-strong-background-pressed: var(--color-reference-black-15);
842
+ --color-interaction-on-translucent-background-active: var(--color-reference-dark-blue-250-l27-c05-faint);
833
843
  --color-interaction-on-translucent-background-focus: var(--color-reference-white-20);
834
844
  --color-interaction-on-translucent-background-hover: var(--color-reference-white-15);
835
845
  --color-interaction-on-translucent-background-pressed: var(--color-reference-white-20);
package/dist/index.cjs CHANGED
@@ -312,17 +312,22 @@ exports.colorGeofenceCategoryTerminalForeground = '--color-geofence-category-ter
312
312
  exports.colorGeofenceCategoryUncategorizedBackground = '--color-geofence-category-uncategorized-background';
313
313
  exports.colorGeofenceCategoryUncategorizedBorder = '--color-geofence-category-uncategorized-border';
314
314
  exports.colorGeofenceCategoryUncategorizedForeground = '--color-geofence-category-uncategorized-foreground';
315
+ exports.colorInteractionActive = '--color-interaction-active';
315
316
  exports.colorInteractionFocus = '--color-interaction-focus';
316
317
  exports.colorInteractionHover = '--color-interaction-hover';
318
+ exports.colorInteractionOnBoldBackgroundActive = '--color-interaction-on-bold-background-active';
317
319
  exports.colorInteractionOnBoldBackgroundFocus = '--color-interaction-on-bold-background-focus';
318
320
  exports.colorInteractionOnBoldBackgroundHover = '--color-interaction-on-bold-background-hover';
319
321
  exports.colorInteractionOnBoldBackgroundPressed = '--color-interaction-on-bold-background-pressed';
322
+ exports.colorInteractionOnMediumBackgroundActive = '--color-interaction-on-medium-background-active';
320
323
  exports.colorInteractionOnMediumBackgroundFocus = '--color-interaction-on-medium-background-focus';
321
324
  exports.colorInteractionOnMediumBackgroundHover = '--color-interaction-on-medium-background-hover';
322
325
  exports.colorInteractionOnMediumBackgroundPressed = '--color-interaction-on-medium-background-pressed';
326
+ exports.colorInteractionOnStrongBackgroundActive = '--color-interaction-on-strong-background-active';
323
327
  exports.colorInteractionOnStrongBackgroundFocus = '--color-interaction-on-strong-background-focus';
324
328
  exports.colorInteractionOnStrongBackgroundHover = '--color-interaction-on-strong-background-hover';
325
329
  exports.colorInteractionOnStrongBackgroundPressed = '--color-interaction-on-strong-background-pressed';
330
+ exports.colorInteractionOnTranslucentBackgroundActive = '--color-interaction-on-translucent-background-active';
326
331
  exports.colorInteractionOnTranslucentBackgroundFocus = '--color-interaction-on-translucent-background-focus';
327
332
  exports.colorInteractionOnTranslucentBackgroundHover = '--color-interaction-on-translucent-background-hover';
328
333
  exports.colorInteractionOnTranslucentBackgroundPressed = '--color-interaction-on-translucent-background-pressed';
package/dist/index.d.ts CHANGED
@@ -312,17 +312,22 @@ export declare const colorGeofenceCategoryTerminalForeground: '--color-geofence-
312
312
  export declare const colorGeofenceCategoryUncategorizedBackground: '--color-geofence-category-uncategorized-background';
313
313
  export declare const colorGeofenceCategoryUncategorizedBorder: '--color-geofence-category-uncategorized-border';
314
314
  export declare const colorGeofenceCategoryUncategorizedForeground: '--color-geofence-category-uncategorized-foreground';
315
+ export declare const colorInteractionActive: '--color-interaction-active';
315
316
  export declare const colorInteractionFocus: '--color-interaction-focus';
316
317
  export declare const colorInteractionHover: '--color-interaction-hover';
318
+ export declare const colorInteractionOnBoldBackgroundActive: '--color-interaction-on-bold-background-active';
317
319
  export declare const colorInteractionOnBoldBackgroundFocus: '--color-interaction-on-bold-background-focus';
318
320
  export declare const colorInteractionOnBoldBackgroundHover: '--color-interaction-on-bold-background-hover';
319
321
  export declare const colorInteractionOnBoldBackgroundPressed: '--color-interaction-on-bold-background-pressed';
322
+ export declare const colorInteractionOnMediumBackgroundActive: '--color-interaction-on-medium-background-active';
320
323
  export declare const colorInteractionOnMediumBackgroundFocus: '--color-interaction-on-medium-background-focus';
321
324
  export declare const colorInteractionOnMediumBackgroundHover: '--color-interaction-on-medium-background-hover';
322
325
  export declare const colorInteractionOnMediumBackgroundPressed: '--color-interaction-on-medium-background-pressed';
326
+ export declare const colorInteractionOnStrongBackgroundActive: '--color-interaction-on-strong-background-active';
323
327
  export declare const colorInteractionOnStrongBackgroundFocus: '--color-interaction-on-strong-background-focus';
324
328
  export declare const colorInteractionOnStrongBackgroundHover: '--color-interaction-on-strong-background-hover';
325
329
  export declare const colorInteractionOnStrongBackgroundPressed: '--color-interaction-on-strong-background-pressed';
330
+ export declare const colorInteractionOnTranslucentBackgroundActive: '--color-interaction-on-translucent-background-active';
326
331
  export declare const colorInteractionOnTranslucentBackgroundFocus: '--color-interaction-on-translucent-background-focus';
327
332
  export declare const colorInteractionOnTranslucentBackgroundHover: '--color-interaction-on-translucent-background-hover';
328
333
  export declare const colorInteractionOnTranslucentBackgroundPressed: '--color-interaction-on-translucent-background-pressed';
package/dist/index.mjs CHANGED
@@ -312,17 +312,22 @@ export const colorGeofenceCategoryTerminalForeground = '--color-geofence-categor
312
312
  export const colorGeofenceCategoryUncategorizedBackground = '--color-geofence-category-uncategorized-background';
313
313
  export const colorGeofenceCategoryUncategorizedBorder = '--color-geofence-category-uncategorized-border';
314
314
  export const colorGeofenceCategoryUncategorizedForeground = '--color-geofence-category-uncategorized-foreground';
315
+ export const colorInteractionActive = '--color-interaction-active';
315
316
  export const colorInteractionFocus = '--color-interaction-focus';
316
317
  export const colorInteractionHover = '--color-interaction-hover';
318
+ export const colorInteractionOnBoldBackgroundActive = '--color-interaction-on-bold-background-active';
317
319
  export const colorInteractionOnBoldBackgroundFocus = '--color-interaction-on-bold-background-focus';
318
320
  export const colorInteractionOnBoldBackgroundHover = '--color-interaction-on-bold-background-hover';
319
321
  export const colorInteractionOnBoldBackgroundPressed = '--color-interaction-on-bold-background-pressed';
322
+ export const colorInteractionOnMediumBackgroundActive = '--color-interaction-on-medium-background-active';
320
323
  export const colorInteractionOnMediumBackgroundFocus = '--color-interaction-on-medium-background-focus';
321
324
  export const colorInteractionOnMediumBackgroundHover = '--color-interaction-on-medium-background-hover';
322
325
  export const colorInteractionOnMediumBackgroundPressed = '--color-interaction-on-medium-background-pressed';
326
+ export const colorInteractionOnStrongBackgroundActive = '--color-interaction-on-strong-background-active';
323
327
  export const colorInteractionOnStrongBackgroundFocus = '--color-interaction-on-strong-background-focus';
324
328
  export const colorInteractionOnStrongBackgroundHover = '--color-interaction-on-strong-background-hover';
325
329
  export const colorInteractionOnStrongBackgroundPressed = '--color-interaction-on-strong-background-pressed';
330
+ export const colorInteractionOnTranslucentBackgroundActive = '--color-interaction-on-translucent-background-active';
326
331
  export const colorInteractionOnTranslucentBackgroundFocus = '--color-interaction-on-translucent-background-focus';
327
332
  export const colorInteractionOnTranslucentBackgroundHover = '--color-interaction-on-translucent-background-hover';
328
333
  export const colorInteractionOnTranslucentBackgroundPressed = '--color-interaction-on-translucent-background-pressed';
@@ -1623,6 +1623,10 @@
1623
1623
  "$type": "color",
1624
1624
  "$value": "var(--color-reference-grey-l65-dark-bold)"
1625
1625
  },
1626
+ "--color-interaction-active": {
1627
+ "$type": "color",
1628
+ "$value": "var(--color-reference-dark-blue-250-l27-c05-faint)"
1629
+ },
1626
1630
  "--color-interaction-focus": {
1627
1631
  "$type": "color",
1628
1632
  "$value": "var(--color-reference-white-15)"
@@ -1631,6 +1635,10 @@
1631
1635
  "$type": "color",
1632
1636
  "$value": "var(--color-reference-white-10)"
1633
1637
  },
1638
+ "--color-interaction-on-bold-background-active": {
1639
+ "$type": "color",
1640
+ "$value": "var(--color-reference-dark-blue-250-l50-c17-medium)"
1641
+ },
1634
1642
  "--color-interaction-on-bold-background-focus": {
1635
1643
  "$type": "color",
1636
1644
  "$value": "var(--color-reference-black-20)"
@@ -1643,6 +1651,10 @@
1643
1651
  "$type": "color",
1644
1652
  "$value": "var(--color-reference-black-20)"
1645
1653
  },
1654
+ "--color-interaction-on-medium-background-active": {
1655
+ "$type": "color",
1656
+ "$value": "var(--color-reference-dark-blue-250-l65-c20-bold)"
1657
+ },
1646
1658
  "--color-interaction-on-medium-background-focus": {
1647
1659
  "$type": "color",
1648
1660
  "$value": "var(--color-reference-white-20)"
@@ -1655,6 +1667,10 @@
1655
1667
  "$type": "color",
1656
1668
  "$value": "var(--color-reference-white-20)"
1657
1669
  },
1670
+ "--color-interaction-on-strong-background-active": {
1671
+ "$type": "color",
1672
+ "$value": "var(--color-reference-dark-blue-250-l65-c20-bold)"
1673
+ },
1658
1674
  "--color-interaction-on-strong-background-focus": {
1659
1675
  "$type": "color",
1660
1676
  "$value": "var(--color-reference-black-15)"
@@ -1667,6 +1683,10 @@
1667
1683
  "$type": "color",
1668
1684
  "$value": "var(--color-reference-black-15)"
1669
1685
  },
1686
+ "--color-interaction-on-translucent-background-active": {
1687
+ "$type": "color",
1688
+ "$value": "var(--color-reference-dark-blue-250-l27-c05-faint)"
1689
+ },
1670
1690
  "--color-interaction-on-translucent-background-focus": {
1671
1691
  "$type": "color",
1672
1692
  "$value": "var(--color-reference-white-20)"
package/dist/tokens.json CHANGED
@@ -1623,6 +1623,10 @@
1623
1623
  "$type": "color",
1624
1624
  "$value": "var(--color-reference-grey-l65-dark-bold)"
1625
1625
  },
1626
+ "--color-interaction-active": {
1627
+ "$type": "color",
1628
+ "$value": "var(--color-reference-dark-blue-250-l27-c05-faint)"
1629
+ },
1626
1630
  "--color-interaction-focus": {
1627
1631
  "$type": "color",
1628
1632
  "$value": "var(--color-reference-white-15)"
@@ -1631,6 +1635,10 @@
1631
1635
  "$type": "color",
1632
1636
  "$value": "var(--color-reference-white-10)"
1633
1637
  },
1638
+ "--color-interaction-on-bold-background-active": {
1639
+ "$type": "color",
1640
+ "$value": "var(--color-reference-dark-blue-250-l50-c17-medium)"
1641
+ },
1634
1642
  "--color-interaction-on-bold-background-focus": {
1635
1643
  "$type": "color",
1636
1644
  "$value": "var(--color-reference-black-20)"
@@ -1643,6 +1651,10 @@
1643
1651
  "$type": "color",
1644
1652
  "$value": "var(--color-reference-black-20)"
1645
1653
  },
1654
+ "--color-interaction-on-medium-background-active": {
1655
+ "$type": "color",
1656
+ "$value": "var(--color-reference-dark-blue-250-l65-c20-bold)"
1657
+ },
1646
1658
  "--color-interaction-on-medium-background-focus": {
1647
1659
  "$type": "color",
1648
1660
  "$value": "var(--color-reference-white-20)"
@@ -1655,6 +1667,10 @@
1655
1667
  "$type": "color",
1656
1668
  "$value": "var(--color-reference-white-20)"
1657
1669
  },
1670
+ "--color-interaction-on-strong-background-active": {
1671
+ "$type": "color",
1672
+ "$value": "var(--color-reference-dark-blue-250-l65-c20-bold)"
1673
+ },
1658
1674
  "--color-interaction-on-strong-background-focus": {
1659
1675
  "$type": "color",
1660
1676
  "$value": "var(--color-reference-black-15)"
@@ -1667,6 +1683,10 @@
1667
1683
  "$type": "color",
1668
1684
  "$value": "var(--color-reference-black-15)"
1669
1685
  },
1686
+ "--color-interaction-on-translucent-background-active": {
1687
+ "$type": "color",
1688
+ "$value": "var(--color-reference-dark-blue-250-l27-c05-faint)"
1689
+ },
1670
1690
  "--color-interaction-on-translucent-background-focus": {
1671
1691
  "$type": "color",
1672
1692
  "$value": "var(--color-reference-white-20)"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ds-mo/tokens",
3
- "version": "2.3.1",
3
+ "version": "2.4.0",
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",