@ds-mo/tokens 3.0.1 → 3.1.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/agent.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "schemaVersion": "1.0.0",
3
3
  "package": "@ds-mo/tokens",
4
- "packageVersion": "3.0.1",
4
+ "packageVersion": "3.1.0",
5
5
  "kind": "tokens",
6
6
  "entries": [
7
7
  {
package/dist/agent.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  const manifest = {
2
2
  "schemaVersion": "1.0.0",
3
3
  "package": "@ds-mo/tokens",
4
- "packageVersion": "3.0.1",
4
+ "packageVersion": "3.1.0",
5
5
  "kind": "tokens",
6
6
  "entries": [
7
7
  {
package/dist/colors.css CHANGED
@@ -527,7 +527,8 @@
527
527
  --color-foreground-strong-walkthrough: var(--color-reference-light-teal-180-l35-c09-strong);
528
528
  --color-foreground-strong-warning: var(--color-reference-light-orange-60-l35-c09-strong);
529
529
  --color-foreground-tertiary: var(--color-reference-black-45);
530
- --color-interaction-active: var(--color-reference-light-blue-250-l92-c04-faint);
530
+ --color-interaction-active-brand: var(--color-reference-light-blue-250-l92-c04-faint);
531
+ --color-interaction-active: var(--color-reference-black-10);
531
532
  --color-interaction-focus: var(--color-reference-black-15);
532
533
  --color-interaction-hover: var(--color-reference-black-10);
533
534
  --color-interaction-on-bold-background-active: var(--color-reference-white-15);
@@ -1122,7 +1123,8 @@
1122
1123
  --color-foreground-strong-walkthrough: var(--color-reference-dark-teal-180-l93-c08-strong);
1123
1124
  --color-foreground-strong-warning: var(--color-reference-dark-orange-60-l92-c06-strong);
1124
1125
  --color-foreground-tertiary: var(--color-reference-white-35);
1125
- --color-interaction-active: var(--color-reference-dark-blue-250-l27-c05-faint);
1126
+ --color-interaction-active-brand: var(--color-reference-dark-blue-250-l27-c05-faint);
1127
+ --color-interaction-active: var(--color-reference-white-10);
1126
1128
  --color-interaction-focus: var(--color-reference-white-15);
1127
1129
  --color-interaction-hover: var(--color-reference-white-10);
1128
1130
  --color-interaction-on-bold-background-active: var(--color-reference-black-15);
package/dist/index.cjs CHANGED
@@ -447,6 +447,7 @@ exports.colorForegroundStrongWalkthrough = '--color-foreground-strong-walkthroug
447
447
  exports.colorForegroundStrongWarning = '--color-foreground-strong-warning';
448
448
  exports.colorForegroundTertiary = '--color-foreground-tertiary';
449
449
  exports.colorInteractionActive = '--color-interaction-active';
450
+ exports.colorInteractionActiveBrand = '--color-interaction-active-brand';
450
451
  exports.colorInteractionFocus = '--color-interaction-focus';
451
452
  exports.colorInteractionHover = '--color-interaction-hover';
452
453
  exports.colorInteractionOnBoldBackgroundActive = '--color-interaction-on-bold-background-active';
package/dist/index.d.ts CHANGED
@@ -447,6 +447,7 @@ export declare const colorForegroundStrongWalkthrough: '--color-foreground-stron
447
447
  export declare const colorForegroundStrongWarning: '--color-foreground-strong-warning';
448
448
  export declare const colorForegroundTertiary: '--color-foreground-tertiary';
449
449
  export declare const colorInteractionActive: '--color-interaction-active';
450
+ export declare const colorInteractionActiveBrand: '--color-interaction-active-brand';
450
451
  export declare const colorInteractionFocus: '--color-interaction-focus';
451
452
  export declare const colorInteractionHover: '--color-interaction-hover';
452
453
  export declare const colorInteractionOnBoldBackgroundActive: '--color-interaction-on-bold-background-active';
package/dist/index.mjs CHANGED
@@ -447,6 +447,7 @@ export const colorForegroundStrongWalkthrough = '--color-foreground-strong-walkt
447
447
  export const colorForegroundStrongWarning = '--color-foreground-strong-warning';
448
448
  export const colorForegroundTertiary = '--color-foreground-tertiary';
449
449
  export const colorInteractionActive = '--color-interaction-active';
450
+ export const colorInteractionActiveBrand = '--color-interaction-active-brand';
450
451
  export const colorInteractionFocus = '--color-interaction-focus';
451
452
  export const colorInteractionHover = '--color-interaction-hover';
452
453
  export const colorInteractionOnBoldBackgroundActive = '--color-interaction-on-bold-background-active';
@@ -5171,7 +5171,7 @@
5171
5171
  }
5172
5172
  }
5173
5173
  },
5174
- "--color-interaction-active": {
5174
+ "--color-interaction-active-brand": {
5175
5175
  "$type": "color",
5176
5176
  "$value": "var(--color-reference-light-blue-250-l92-c04-faint)",
5177
5177
  "$extensions": {
@@ -5183,6 +5183,18 @@
5183
5183
  }
5184
5184
  }
5185
5185
  },
5186
+ "--color-interaction-active": {
5187
+ "$type": "color",
5188
+ "$value": "var(--color-reference-black-10)",
5189
+ "$extensions": {
5190
+ "ds-mo": {
5191
+ "modes": {
5192
+ "light": "var(--color-reference-black-10)",
5193
+ "dark": "var(--color-reference-white-10)"
5194
+ }
5195
+ }
5196
+ }
5197
+ },
5186
5198
  "--color-interaction-focus": {
5187
5199
  "$type": "color",
5188
5200
  "$value": "var(--color-reference-black-15)",
@@ -5172,7 +5172,7 @@
5172
5172
  }
5173
5173
  }
5174
5174
  },
5175
- "--color-interaction-active": {
5175
+ "--color-interaction-active-brand": {
5176
5176
  "$type": "color",
5177
5177
  "$value": "var(--color-reference-light-blue-250-l92-c04-faint)",
5178
5178
  "$extensions": {
@@ -5184,6 +5184,18 @@
5184
5184
  }
5185
5185
  }
5186
5186
  },
5187
+ "--color-interaction-active": {
5188
+ "$type": "color",
5189
+ "$value": "var(--color-reference-black-10)",
5190
+ "$extensions": {
5191
+ "ds-mo": {
5192
+ "modes": {
5193
+ "light": "var(--color-reference-black-10)",
5194
+ "dark": "var(--color-reference-white-10)"
5195
+ }
5196
+ }
5197
+ }
5198
+ },
5187
5199
  "--color-interaction-focus": {
5188
5200
  "$type": "color",
5189
5201
  "$value": "var(--color-reference-black-15)",
@@ -9206,10 +9218,14 @@
9206
9218
  "$type": "color",
9207
9219
  "$value": "var(--color-reference-white-35)"
9208
9220
  },
9209
- "--color-interaction-active": {
9221
+ "--color-interaction-active-brand": {
9210
9222
  "$type": "color",
9211
9223
  "$value": "var(--color-reference-dark-blue-250-l27-c05-faint)"
9212
9224
  },
9225
+ "--color-interaction-active": {
9226
+ "$type": "color",
9227
+ "$value": "var(--color-reference-white-10)"
9228
+ },
9213
9229
  "--color-interaction-focus": {
9214
9230
  "$type": "color",
9215
9231
  "$value": "var(--color-reference-white-15)"
@@ -5184,7 +5184,7 @@
5184
5184
  }
5185
5185
  }
5186
5186
  },
5187
- "--color-interaction-active": {
5187
+ "--color-interaction-active-brand": {
5188
5188
  "$type": "color",
5189
5189
  "$value": "var(--color-reference-light-blue-250-l92-c04-faint)",
5190
5190
  "$extensions": {
@@ -5196,6 +5196,18 @@
5196
5196
  }
5197
5197
  }
5198
5198
  },
5199
+ "--color-interaction-active": {
5200
+ "$type": "color",
5201
+ "$value": "var(--color-reference-black-10)",
5202
+ "$extensions": {
5203
+ "ds-mo": {
5204
+ "modes": {
5205
+ "light": "var(--color-reference-black-10)",
5206
+ "dark": "var(--color-reference-white-10)"
5207
+ }
5208
+ }
5209
+ }
5210
+ },
5199
5211
  "--color-interaction-focus": {
5200
5212
  "$type": "color",
5201
5213
  "$value": "var(--color-reference-black-15)",
package/dist/tokens.json CHANGED
@@ -5171,7 +5171,7 @@
5171
5171
  }
5172
5172
  }
5173
5173
  },
5174
- "--color-interaction-active": {
5174
+ "--color-interaction-active-brand": {
5175
5175
  "$type": "color",
5176
5176
  "$value": "var(--color-reference-light-blue-250-l92-c04-faint)",
5177
5177
  "$extensions": {
@@ -5183,6 +5183,18 @@
5183
5183
  }
5184
5184
  }
5185
5185
  },
5186
+ "--color-interaction-active": {
5187
+ "$type": "color",
5188
+ "$value": "var(--color-reference-black-10)",
5189
+ "$extensions": {
5190
+ "ds-mo": {
5191
+ "modes": {
5192
+ "light": "var(--color-reference-black-10)",
5193
+ "dark": "var(--color-reference-white-10)"
5194
+ }
5195
+ }
5196
+ }
5197
+ },
5186
5198
  "--color-interaction-focus": {
5187
5199
  "$type": "color",
5188
5200
  "$value": "var(--color-reference-black-15)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ds-mo/tokens",
3
- "version": "3.0.1",
3
+ "version": "3.1.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",