@khipu/design-system 0.3.5-alpha.17 → 0.3.5-alpha.18

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-09-01T14:04:42.024Z
16
+ * Generated: 2026-09-01T16:57:01.357Z
17
17
  *
18
18
  * To regenerate:
19
19
  * cd design-system && npm run tokens:generate
@@ -6661,6 +6661,11 @@ button.kds-fab:active:not(:disabled) {
6661
6661
  al contenido en lugar de encabezar la pantalla. Va después de `.inline`
6662
6662
  porque marca igual en especificidad y necesita ganarle el padding. */
6663
6663
  .kds-status-block.kds-banded {
6664
+ /* 0.75rem = 12px, el valor que --kds-font-size-xs toma desde tablet. Va plano y no
6665
+ sigue la escala responsiva a proposito: a 11px el mensaje de espera se parte en dos
6666
+ lineas y el diseno lo quiere en una. Como custom property de la variante, siguiendo
6667
+ el patron de kds-spinner-sm con --kds-status-icon-size. */
6668
+ --kds-status-band-font-size: 0.75rem;
6664
6669
  background: var(--kds-color-background-muted);
6665
6670
  border-radius: var(--kds-radius-md);
6666
6671
  padding: var(--kds-spacing-1-5) var(--kds-spacing-2);
@@ -6672,7 +6677,7 @@ button.kds-fab:active:not(:disabled) {
6672
6677
  heredado: un #000 fijo se volveria invisible bajo modo oscuro, donde text-primary
6673
6678
  pasa a blanco. */
6674
6679
  .kds-status-block.kds-banded .kds-status-block-description {
6675
- font-size: var(--kds-font-size-xs);
6680
+ font-size: var(--kds-status-band-font-size);
6676
6681
  font-weight: var(--kds-font-weight-bold);
6677
6682
  line-height: normal;
6678
6683
  }