@khipu/design-system 0.2.0-alpha.72 → 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-
|
|
14
|
+
* Generated: 2026-06-25T19:02:11.249Z
|
|
15
15
|
*
|
|
16
16
|
* To regenerate:
|
|
17
17
|
* cd design-system && npm run tokens:generate
|
|
@@ -6981,6 +6981,17 @@ button.kds-btn-success::after {
|
|
|
6981
6981
|
padding-bottom: 0;
|
|
6982
6982
|
}
|
|
6983
6983
|
|
|
6984
|
+
/* Body card: alto mínimo estable para que NO salte entre estados de distinta altura
|
|
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).
|
|
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. */
|
|
6989
|
+
.kds-screen > .kds-card-elevated {
|
|
6990
|
+
min-height: 26rem;
|
|
6991
|
+
display: flex;
|
|
6992
|
+
flex-direction: column;
|
|
6993
|
+
}
|
|
6994
|
+
|
|
6984
6995
|
/* Payment stage — full-viewport centered wrapper.
|
|
6985
6996
|
Fondo muted (gris) para que las cards blancas (header + body) y el gap entre
|
|
6986
6997
|
ellas se distingan; sin esto, card blanca sobre fondo blanco se funden. */
|