@khipu/design-system 0.2.0-alpha.72 → 0.2.0-alpha.73

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-25T18:16:56.985Z
16
+ * Generated: 2026-06-25T18:49:32.548Z
17
17
  *
18
18
  * To regenerate:
19
19
  * cd design-system && npm run tokens:generate
@@ -6982,6 +6982,13 @@
6982
6982
  padding-bottom: 0;
6983
6983
  }
6984
6984
 
6985
+ /* Body card: alto mínimo estable para que NO salte entre estados de distinta altura
6986
+ (loader/progress ↔ formulario). Solo la body card = hijo directo de `.kds-screen`
6987
+ (los headers van dentro de `.kds-invoice-sticky-wrap`, no la afecta). */
6988
+ .kds-theme-root .kds-screen > .kds-card-elevated {
6989
+ min-height: 26rem;
6990
+ }
6991
+
6985
6992
  /* Payment stage — full-viewport centered wrapper.
6986
6993
  Fondo muted (gris) para que las cards blancas (header + body) y el gap entre
6987
6994
  ellas se distingan; sin esto, card blanca sobre fondo blanco se funden. */