@khipu/design-system 0.2.0-alpha.112 → 0.2.0-alpha.113
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-
|
|
16
|
+
* Generated: 2026-07-08T21:08:29.384Z
|
|
17
17
|
*
|
|
18
18
|
* To regenerate:
|
|
19
19
|
* cd design-system && npm run tokens:generate
|
|
@@ -4785,23 +4785,25 @@
|
|
|
4785
4785
|
text-transform: uppercase;
|
|
4786
4786
|
}
|
|
4787
4787
|
|
|
4788
|
-
/* KV label — label del par clave↔valor (letra del dt de .kds-kv: "PAGO A" / "ASUNTO").
|
|
4788
|
+
/* KV label — label del par clave↔valor (letra del dt de .kds-kv: "PAGO A" / "ASUNTO").
|
|
4789
|
+
line-height tight: en pares apilados el relaxed infla la separación de tinta. */
|
|
4789
4790
|
.kds-theme-root .kds-text-kv-label {
|
|
4790
4791
|
font-family: var(--kds-font-family-primary, 'Public Sans', sans-serif);
|
|
4791
4792
|
font-size: var(--kds-font-size-xs);
|
|
4792
4793
|
font-weight: var(--kds-font-weight-regular);
|
|
4793
|
-
line-height: var(--kds-line-height-
|
|
4794
|
+
line-height: var(--kds-line-height-tight);
|
|
4794
4795
|
letter-spacing: normal;
|
|
4795
4796
|
text-transform: uppercase;
|
|
4796
4797
|
color: var(--kds-color-text-secondary);
|
|
4797
4798
|
}
|
|
4798
4799
|
|
|
4799
|
-
/* Value — dato/valor destacado (ej. nombre del comercio en el header del cobro).
|
|
4800
|
+
/* Value — dato/valor destacado (ej. nombre del comercio en el header del cobro).
|
|
4801
|
+
line-height tight: se usa en pares apilados y el relaxed infla la separación. */
|
|
4800
4802
|
.kds-theme-root .kds-text-value {
|
|
4801
4803
|
font-family: var(--kds-font-family-primary, 'Public Sans', sans-serif);
|
|
4802
4804
|
font-size: var(--kds-font-size-sm);
|
|
4803
4805
|
font-weight: var(--kds-font-weight-semibold);
|
|
4804
|
-
line-height: var(--kds-line-height-
|
|
4806
|
+
line-height: var(--kds-line-height-tight);
|
|
4805
4807
|
color: var(--kds-color-gray-800);
|
|
4806
4808
|
}
|
|
4807
4809
|
|