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

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-08-27T20:57:38.874Z
16
+ * Generated: 2026-09-01T14:04:42.024Z
17
17
  *
18
18
  * To regenerate:
19
19
  * cd design-system && npm run tokens:generate
@@ -6666,6 +6666,17 @@ button.kds-fab:active:not(:disabled) {
6666
6666
  padding: var(--kds-spacing-1-5) var(--kds-spacing-2);
6667
6667
  }
6668
6668
 
6669
+ /* La banda de espera lleva su propia tipografia, por spec de Figma: 11px en bold.
6670
+ Va scopeada a la variante y no a .kds-status-block-description, que la comparten
6671
+ los bloques de resultado, donde 11px seria ilegible. El color se deja en el token
6672
+ heredado: un #000 fijo se volveria invisible bajo modo oscuro, donde text-primary
6673
+ pasa a blanco. */
6674
+ .kds-status-block.kds-banded .kds-status-block-description {
6675
+ font-size: var(--kds-font-size-xs);
6676
+ font-weight: var(--kds-font-weight-bold);
6677
+ line-height: normal;
6678
+ }
6679
+
6669
6680
  @keyframes kds-spin {
6670
6681
  to { transform: rotate(360deg); }
6671
6682
  }