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