@khipu/design-system 0.2.0-alpha.102 → 0.2.0-alpha.103

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-07-07T13:35:39.708Z
14
+ * Generated: 2026-07-07T14:02:38.498Z
15
15
  *
16
16
  * To regenerate:
17
17
  * cd design-system && npm run tokens:generate
@@ -699,7 +699,8 @@ body.dark {
699
699
  --kds-color-danger-soft: var(--kds-alert-error-bg); /* #FEF2F2 */
700
700
 
701
701
  /* Bottom Sheet */
702
- --kds-bottom-sheet-max-width: 480px;
702
+ /* Mismo ancho que la card principal del flujo (stage narrow). */
703
+ --kds-bottom-sheet-max-width: var(--kds-stage-narrow-max-width);
703
704
  --kds-bottom-sheet-shadow: 0 -8px var(--kds-spacing-3-5) rgba(0, 0, 0, 0.18);
704
705
 
705
706
  /* Status Block */