@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.
|
@@ -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:
|
|
14
|
+
* Generated: 2026-06-25T18:49:32.548Z
|
|
15
15
|
*
|
|
16
16
|
* To regenerate:
|
|
17
17
|
* cd design-system && npm run tokens:generate
|
|
@@ -6981,6 +6981,13 @@ 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
|
+
.kds-screen > .kds-card-elevated {
|
|
6988
|
+
min-height: 26rem;
|
|
6989
|
+
}
|
|
6990
|
+
|
|
6984
6991
|
/* Payment stage — full-viewport centered wrapper.
|
|
6985
6992
|
Fondo muted (gris) para que las cards blancas (header + body) y el gap entre
|
|
6986
6993
|
ellas se distingan; sin esto, card blanca sobre fondo blanco se funden. */
|