@khipu/design-system 0.2.0-alpha.77 → 0.2.0-alpha.78
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-26T12:31:16.193Z
|
|
15
15
|
*
|
|
16
16
|
* To regenerate:
|
|
17
17
|
* cd design-system && npm run tokens:generate
|
|
@@ -7032,6 +7032,15 @@ button.kds-btn-success::after {
|
|
|
7032
7032
|
border-radius: var(--kds-radius-card);
|
|
7033
7033
|
}
|
|
7034
7034
|
|
|
7035
|
+
/* Variante sin radio superior: pantallas de resultado (éxito/fallo/timeout) que van
|
|
7036
|
+
SIN header arriba — la body card va sola y su tope queda plano (flush) en vez de
|
|
7037
|
+
con esquinas redondeadas sueltas. El padding del card sigue manejando el inset. */
|
|
7038
|
+
.kds-screen > .kds-card-elevated.kds-card-elevated--flush-top,
|
|
7039
|
+
.kds-card-elevated.kds-card-elevated--flush-top {
|
|
7040
|
+
border-top-left-radius: 0;
|
|
7041
|
+
border-top-right-radius: 0;
|
|
7042
|
+
}
|
|
7043
|
+
|
|
7035
7044
|
/* Payment stage — full-viewport centered wrapper.
|
|
7036
7045
|
Fondo muted (gris) para que las cards blancas (header + body) y el gap entre
|
|
7037
7046
|
ellas se distingan; sin esto, card blanca sobre fondo blanco se funden. */
|