@khipu/design-system 0.2.0-alpha.89 → 0.2.0-alpha.90
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-07-
|
|
14
|
+
* Generated: 2026-07-02T21:31:49.446Z
|
|
15
15
|
*
|
|
16
16
|
* To regenerate:
|
|
17
17
|
* cd design-system && npm run tokens:generate
|
|
@@ -3471,14 +3471,9 @@ footer > .kds-container-center {
|
|
|
3471
3471
|
border: 1px solid;
|
|
3472
3472
|
font-family: var(--kds-font-family-primary);
|
|
3473
3473
|
min-width: 0;
|
|
3474
|
-
flex
|
|
3475
|
-
|
|
3476
|
-
|
|
3477
|
-
@media (min-width: 768px) {
|
|
3478
|
-
.kds-alert {
|
|
3479
|
-
padding: var(--kds-spacing-1) var(--kds-spacing-2);
|
|
3480
|
-
flex: 1 1 auto;
|
|
3481
|
-
}
|
|
3474
|
+
/* Bloque full-width (display:flex ya llena el ancho); sin flex-grow para no estirarse
|
|
3475
|
+
verticalmente cuando es hijo de un contenedor flex-column. */
|
|
3476
|
+
flex: 0 1 auto;
|
|
3482
3477
|
}
|
|
3483
3478
|
|
|
3484
3479
|
.kds-alert:last-child {
|