@khipu/design-system 0.2.0-alpha.94 → 0.2.0-alpha.96
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.
- package/dist/beercss/khipu-beercss.css +5 -3
- package/dist/beercss/khipu-beercss.min.css +1 -1
- package/dist/beercss/khipu-beercss.scoped.css +5 -3
- package/dist/beercss/khipu-beercss.scoped.min.css +1 -1
- package/dist/beercss/metadata.json +5 -5
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
|
@@ -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-07-
|
|
16
|
+
* Generated: 2026-07-06T16:10:28.378Z
|
|
17
17
|
*
|
|
18
18
|
* To regenerate:
|
|
19
19
|
* cd design-system && npm run tokens:generate
|
|
@@ -3473,8 +3473,10 @@
|
|
|
3473
3473
|
border: 1px solid;
|
|
3474
3474
|
font-family: var(--kds-font-family-primary);
|
|
3475
3475
|
min-width: 0;
|
|
3476
|
-
/*
|
|
3477
|
-
|
|
3476
|
+
/* Banner: ocupa siempre el ancho del contenedor. width explícito porque como
|
|
3477
|
+
flex item de una columna con align-items:center el cross-axis no se estira.
|
|
3478
|
+
Sin flex-grow para no estirarse verticalmente en contenedores flex-column. */
|
|
3479
|
+
width: 100%;
|
|
3478
3480
|
flex: 0 1 auto;
|
|
3479
3481
|
}
|
|
3480
3482
|
|