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

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-25T18:49:32.548Z
14
+ * Generated: 2026-06-25T19:02:11.249Z
15
15
  *
16
16
  * To regenerate:
17
17
  * cd design-system && npm run tokens:generate
@@ -6983,9 +6983,13 @@ button.kds-btn-success::after {
6983
6983
 
6984
6984
  /* Body card: alto mínimo estable para que NO salte entre estados de distinta altura
6985
6985
  (loader/progress ↔ formulario). Solo la body card = hijo directo de `.kds-screen`
6986
- (los headers van dentro de `.kds-invoice-sticky-wrap`, no la afecta). */
6986
+ (los headers van dentro de `.kds-invoice-sticky-wrap`, no la afecta).
6987
+ Flex-column para que el contenido quede arriba y el footer interno (versión / secure
6988
+ footer) pueda pinearse al fondo con `margin-top: auto` aunque el contenido sea corto. */
6987
6989
  .kds-screen > .kds-card-elevated {
6988
6990
  min-height: 26rem;
6991
+ display: flex;
6992
+ flex-direction: column;
6989
6993
  }
6990
6994
 
6991
6995
  /* Payment stage — full-viewport centered wrapper.