@khipu/design-system 0.2.0-alpha.39 → 0.2.0-alpha.40

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.
@@ -11,7 +11,7 @@
11
11
  *
12
12
  * AUTO-GENERATED FILE - DO NOT EDIT MANUALLY
13
13
  * Source: design-system/src/tokens/tokens.json
14
- * Generated: 2026-06-10T13:47:19.938Z
14
+ * Generated: 2026-06-10T17:26:00.201Z
15
15
  *
16
16
  * To regenerate:
17
17
  * cd design-system && npm run tokens:generate
@@ -2113,11 +2113,11 @@ a.kds-btn-google:disabled {
2113
2113
  /* Animate the filled value when it changes (e.g. advancing a step). BeerCSS
2114
2114
  sets the value background but no transition, so the width jumps abruptly. */
2115
2115
  .kds-progress::-webkit-progress-value {
2116
- transition: width var(--kds-transition-shorter) var(--kds-easing-standard);
2116
+ transition: width var(--kds-transition-standard) var(--kds-easing-standard);
2117
2117
  }
2118
2118
 
2119
2119
  .kds-progress::-moz-progress-bar {
2120
- transition: width var(--kds-transition-shorter) var(--kds-easing-standard);
2120
+ transition: width var(--kds-transition-standard) var(--kds-easing-standard);
2121
2121
  }
2122
2122
 
2123
2123
  /* ========================================