@khipu/design-system 0.2.0-alpha.95 → 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.
@@ -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-06T15:27:11.189Z
14
+ * Generated: 2026-07-06T16:10:28.378Z
15
15
  *
16
16
  * To regenerate:
17
17
  * cd design-system && npm run tokens:generate
@@ -3471,8 +3471,10 @@ footer > .kds-container-center {
3471
3471
  border: 1px solid;
3472
3472
  font-family: var(--kds-font-family-primary);
3473
3473
  min-width: 0;
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. */
3474
+ /* Banner: ocupa siempre el ancho del contenedor. width explícito porque como
3475
+ flex item de una columna con align-items:center el cross-axis no se estira.
3476
+ Sin flex-grow para no estirarse verticalmente en contenedores flex-column. */
3477
+ width: 100%;
3476
3478
  flex: 0 1 auto;
3477
3479
  }
3478
3480