@khipu/design-system 0.2.0-alpha.73 → 0.2.0-alpha.75
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:17:02.906Z
|
|
17
17
|
*
|
|
18
18
|
* To regenerate:
|
|
19
19
|
* cd design-system && npm run tokens:generate
|
|
@@ -6417,7 +6417,9 @@
|
|
|
6417
6417
|
line-height: 1.5;
|
|
6418
6418
|
letter-spacing: -0.31px;
|
|
6419
6419
|
color: var(--kds-color-text-primary);
|
|
6420
|
-
margin-bottom
|
|
6420
|
+
/* sin !important: no hay regla de margin-bottom para h1 en BeerCSS que competir, y así un
|
|
6421
|
+
consumidor puede anularlo (p.ej. FormTitle dentro de un Stack que ya da el espacio). */
|
|
6422
|
+
margin-bottom: var(--kds-spacing-2);
|
|
6421
6423
|
}
|
|
6422
6424
|
|
|
6423
6425
|
/* Opt-in size modifiers (additive — do NOT change default 16/600) */
|
|
@@ -6984,9 +6986,13 @@
|
|
|
6984
6986
|
|
|
6985
6987
|
/* Body card: alto mínimo estable para que NO salte entre estados de distinta altura
|
|
6986
6988
|
(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).
|
|
6989
|
+
(los headers van dentro de `.kds-invoice-sticky-wrap`, no la afecta).
|
|
6990
|
+
Flex-column para que el contenido quede arriba y el footer interno (versión / secure
|
|
6991
|
+
footer) pueda pinearse al fondo con `margin-top: auto` aunque el contenido sea corto. */
|
|
6988
6992
|
.kds-theme-root .kds-screen > .kds-card-elevated {
|
|
6989
|
-
min-height:
|
|
6993
|
+
min-height: 30rem;
|
|
6994
|
+
display: flex;
|
|
6995
|
+
flex-direction: column;
|
|
6990
6996
|
}
|
|
6991
6997
|
|
|
6992
6998
|
/* Payment stage — full-viewport centered wrapper.
|