@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.
@@ -11,7 +11,7 @@
11
11
  *
12
12
  * AUTO-GENERATED FILE - DO NOT EDIT MANUALLY
13
13
  * Source: design-system/src/tokens/tokens.json
14
- * Generated: 2026-06-09T13:05:49.029Z
14
+ * Generated: 2026-06-09T18:55:00.688Z
15
15
  *
16
16
  * To regenerate:
17
17
  * cd design-system && npm run tokens:generate
@@ -6031,12 +6031,12 @@ div.kds-invoice-header,
6031
6031
  /* Opt-in size modifiers (additive — do NOT change default 16/600) */
6032
6032
  .kds-card-title--lg {
6033
6033
  font-size: var(--kds-font-size-xl); /* 20px */
6034
- font-weight: var(--kds-font-weight-bold); /* 700 */
6034
+ font-weight: var(--kds-font-weight-semibold);
6035
6035
  }
6036
6036
 
6037
6037
  .kds-card-title--xl {
6038
6038
  font-size: var(--kds-font-size-2xl); /* 24px */
6039
- font-weight: var(--kds-font-weight-bold); /* 700 */
6039
+ font-weight: var(--kds-font-weight-semibold);
6040
6040
  }
6041
6041
 
6042
6042
  /* -- Key-Value Grid -- */