@khipu/design-system 0.2.0-alpha.95 → 0.2.0-alpha.97

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-06T15:27:11.189Z
16
+ * Generated: 2026-07-06T19:38:40.783Z
17
17
  *
18
18
  * To regenerate:
19
19
  * cd design-system && npm run tokens:generate
@@ -1546,6 +1546,10 @@
1546
1546
  align-items: flex-end;
1547
1547
  }
1548
1548
 
1549
+ .kds-theme-root .kds-self-center {
1550
+ align-self: center;
1551
+ }
1552
+
1549
1553
  /* Gap utilities */
1550
1554
  .kds-theme-root .kds-gap-1 { gap: var(--kds-spacing-1); }
1551
1555
  .kds-theme-root .kds-gap-2 { gap: var(--kds-spacing-2); }
@@ -1582,6 +1586,7 @@
1582
1586
  /* Spacing utilities - Margin */
1583
1587
  .kds-theme-root .kds-m-0 { margin: 0; }
1584
1588
  .kds-theme-root .kds-m-2 { margin: var(--kds-spacing-2); }
1589
+ .kds-theme-root .kds-m-2-5 { margin: var(--kds-spacing-2-5); }
1585
1590
  .kds-theme-root .kds-m-4 { margin: var(--kds-spacing-4); }
1586
1591
  .kds-theme-root .kds-m-6 { margin: var(--kds-spacing-6); }
1587
1592
  .kds-theme-root .kds-m-8 { margin: var(--kds-spacing-8); }
@@ -1595,6 +1600,7 @@
1595
1600
  .kds-theme-root .kds-mt-8 { margin-top: var(--kds-spacing-8); }
1596
1601
 
1597
1602
  .kds-theme-root .kds-mb-0 { margin-bottom: 0; }
1603
+ .kds-theme-root .kds-mb-0-5 { margin-bottom: var(--kds-spacing-0-5); }
1598
1604
  .kds-theme-root .kds-mb-1 { margin-bottom: var(--kds-spacing-1); }
1599
1605
  .kds-theme-root .kds-mb-2 { margin-bottom: var(--kds-spacing-2); }
1600
1606
  .kds-theme-root .kds-mb-3 { margin-bottom: var(--kds-spacing-3); }
@@ -3473,8 +3479,10 @@
3473
3479
  border: 1px solid;
3474
3480
  font-family: var(--kds-font-family-primary);
3475
3481
  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. */
3482
+ /* Banner: ocupa siempre el ancho del contenedor. width explícito porque como
3483
+ flex item de una columna con align-items:center el cross-axis no se estira.
3484
+ Sin flex-grow para no estirarse verticalmente en contenedores flex-column. */
3485
+ width: 100%;
3478
3486
  flex: 0 1 auto;
3479
3487
  }
3480
3488