@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.
@@ -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-06T14:04:46.279Z
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
- /* Bloque full-width (display:flex ya llena el ancho); sin flex-grow para no estirarse
3477
- verticalmente cuando es hijo de un contenedor flex-column. */
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