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