@khipu/design-system 0.2.0-alpha.109 → 0.2.0-alpha.110

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.
@@ -11,7 +11,7 @@
11
11
  *
12
12
  * AUTO-GENERATED FILE - DO NOT EDIT MANUALLY
13
13
  * Source: design-system/src/tokens/tokens.json
14
- * Generated: 2026-07-08T20:36:23.970Z
14
+ * Generated: 2026-07-08T20:42:31.506Z
15
15
  *
16
16
  * To regenerate:
17
17
  * cd design-system && npm run tokens:generate
@@ -4782,6 +4782,17 @@ dialog#surveyModal button.circle {
4782
4782
  text-transform: uppercase;
4783
4783
  }
4784
4784
 
4785
+ /* KV label — label del par clave↔valor (letra del dt de .kds-kv: "PAGO A" / "ASUNTO"). */
4786
+ .kds-text-kv-label {
4787
+ font-family: var(--kds-font-family-primary, 'Public Sans', sans-serif);
4788
+ font-size: var(--kds-font-size-xs);
4789
+ font-weight: var(--kds-font-weight-regular);
4790
+ line-height: var(--kds-line-height-relaxed);
4791
+ letter-spacing: normal;
4792
+ text-transform: uppercase;
4793
+ color: var(--kds-color-text-secondary);
4794
+ }
4795
+
4785
4796
  /* Value — dato/valor destacado (ej. nombre del comercio en el header del cobro). */
4786
4797
  .kds-text-value {
4787
4798
  font-family: var(--kds-font-family-primary, 'Public Sans', sans-serif);