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