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