@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.
@@ -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-02T20:44:15.394Z
16
+ * Generated: 2026-07-02T21:31:49.446Z
17
17
  *
18
18
  * To regenerate:
19
19
  * cd design-system && npm run tokens:generate
@@ -3473,14 +3473,9 @@
3473
3473
  border: 1px solid;
3474
3474
  font-family: var(--kds-font-family-primary);
3475
3475
  min-width: 0;
3476
- flex: 1 1 100%;
3477
- }
3478
-
3479
- @media (min-width: 768px) {
3480
- .kds-theme-root .kds-alert {
3481
- padding: var(--kds-spacing-1) var(--kds-spacing-2);
3482
- flex: 1 1 auto;
3483
- }
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. */
3478
+ flex: 0 1 auto;
3484
3479
  }
3485
3480
 
3486
3481
  .kds-theme-root .kds-alert:last-child {