@khipu/design-system 0.2.0-alpha.75 → 0.2.0-alpha.76
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-25T20:08:50.316Z
|
|
15
15
|
*
|
|
16
16
|
* To regenerate:
|
|
17
17
|
* cd design-system && npm run tokens:generate
|
|
@@ -6989,9 +6989,12 @@ button.kds-btn-success::after {
|
|
|
6989
6989
|
Flex-column para que el contenido quede arriba y el footer interno (versión / secure
|
|
6990
6990
|
footer) pueda pinearse al fondo con `margin-top: auto` aunque el contenido sea corto. */
|
|
6991
6991
|
.kds-screen > .kds-card-elevated {
|
|
6992
|
-
min-height:
|
|
6992
|
+
min-height: 36rem;
|
|
6993
6993
|
display: flex;
|
|
6994
6994
|
flex-direction: column;
|
|
6995
|
+
/* mismo radio que el header (invoice-sticky usa radius-card); el base card-elevated
|
|
6996
|
+
es radius-md (8px) y quedaba distinto al header en desktop. */
|
|
6997
|
+
border-radius: var(--kds-radius-card);
|
|
6995
6998
|
}
|
|
6996
6999
|
|
|
6997
7000
|
/* Payment stage — full-viewport centered wrapper.
|