@khipu/design-system 0.3.5-alpha.12 → 0.3.5-alpha.13

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.
@@ -15,7 +15,7 @@
15
15
  *
16
16
  * AUTO-GENERATED FILE - DO NOT EDIT MANUALLY
17
17
  * Source: design-system/src/tokens/tokens.json
18
- * Generated: 2026-08-17T17:59:36.196Z
18
+ * Generated: 2026-08-17T18:53:32.414Z
19
19
  *
20
20
  * To regenerate:
21
21
  * cd design-system && npm run tokens:generate
@@ -1001,6 +1001,20 @@
1001
1001
  background-color: transparent !important;
1002
1002
  }
1003
1003
 
1004
+ /* Familia base del arbol del DS.
1005
+ BeerCSS la pone en `body { font-family: var(--font) }`, y `--font` es un alias
1006
+ declarado en :root. Una custom property se sustituye en el elemento que la declara,
1007
+ asi que ese alias se congela con la familia de :root: una marca que define
1008
+ --kds-font-family-primary mas abajo en el arbol no lo mueve, y el texto que solo
1009
+ hereda de body se queda con la familia por defecto.
1010
+
1011
+ Resolviendo el token aca, en la raiz del arbol del DS, hereda todo lo de adentro con
1012
+ la familia vigente en ese punto. Sin marca definida el valor es el mismo de siempre,
1013
+ asi que no cambia nada para quien no la configura. */
1014
+ .kds-theme-root .kds-theme-root {
1015
+ font-family: var(--kds-font-family-primary);
1016
+ }
1017
+
1004
1018
  /* ========================================
1005
1019
  TEXT UTILITIES OVERRIDE
1006
1020
  Fix BeerCSS classes that use wrong color tokens