@khipu/design-system 0.2.0-alpha.85 → 0.2.0-alpha.87
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-01T20:06:40.901Z
|
|
15
15
|
*
|
|
16
16
|
* To regenerate:
|
|
17
17
|
* cd design-system && npm run tokens:generate
|
|
@@ -5782,8 +5782,12 @@ button.kds-fab:focus-visible {
|
|
|
5782
5782
|
display: block;
|
|
5783
5783
|
object-fit: contain;
|
|
5784
5784
|
overflow: visible;
|
|
5785
|
-
/*
|
|
5786
|
-
|
|
5785
|
+
/* Corrección óptica: la masa visible del wordmark (el cuerpo de "Khipu") queda sobre el
|
|
5786
|
+
centro geométrico de su viewBox (45x15) porque el descendente de la "p" ocupa la parte
|
|
5787
|
+
baja. Al centrar por caja (align-items:center) el logo se ve ~1px alto respecto al texto,
|
|
5788
|
+
así que se baja 0.75px para alinear el centro óptico. Alto fijo (11px) → nudge consistente. */
|
|
5789
|
+
position: relative;
|
|
5790
|
+
top: 0.75px;
|
|
5787
5791
|
}
|
|
5788
5792
|
|
|
5789
5793
|
/* Divisor entre el logo de Khipu y el del PSP ("Khipu | klap") */
|