@khipu/design-system 0.2.0-alpha.45 → 0.2.0-alpha.47

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-06-12T13:45:42.180Z
16
+ * Generated: 2026-06-12T20:54:46.291Z
17
17
  *
18
18
  * To regenerate:
19
19
  * cd design-system && npm run tokens:generate
@@ -4613,6 +4613,12 @@
4613
4613
  color: var(--kds-color-primary-dark, #5B3179);
4614
4614
  }
4615
4615
 
4616
+ /* Inline emphasis: bold weight only, inherits size/color/family from context so it
4617
+ works as a highlighted fragment inside any other variant (body, heading, etc.). */
4618
+ .kds-theme-root .kds-text-strong {
4619
+ font-weight: var(--kds-font-weight-bold, 700);
4620
+ }
4621
+
4616
4622
  /* Display utilities */
4617
4623
  .kds-theme-root .kds-hidden {
4618
4624
  display: none;