@khipu/design-system 0.2.0-alpha.33 → 0.2.0-alpha.34

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-09T13:05:49.029Z
16
+ * Generated: 2026-06-09T18:55:00.688Z
17
17
  *
18
18
  * To regenerate:
19
19
  * cd design-system && npm run tokens:generate
@@ -6032,12 +6032,12 @@
6032
6032
  /* Opt-in size modifiers (additive — do NOT change default 16/600) */
6033
6033
  .kds-theme-root .kds-card-title--lg {
6034
6034
  font-size: var(--kds-font-size-xl); /* 20px */
6035
- font-weight: var(--kds-font-weight-bold); /* 700 */
6035
+ font-weight: var(--kds-font-weight-semibold);
6036
6036
  }
6037
6037
 
6038
6038
  .kds-theme-root .kds-card-title--xl {
6039
6039
  font-size: var(--kds-font-size-2xl); /* 24px */
6040
- font-weight: var(--kds-font-weight-bold); /* 700 */
6040
+ font-weight: var(--kds-font-weight-semibold);
6041
6041
  }
6042
6042
 
6043
6043
  /* -- Key-Value Grid -- */
@@ -7598,3 +7598,6 @@
7598
7598
  .kds-theme-root .kds-col-lg-12 { grid-area: auto/span 12; }
7599
7599
  }
7600
7600
 
7601
+
7602
+ /* coexistence: scope wrapper must not impose layout on the host */
7603
+ .kds-theme-root{display:contents}