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