@khipu/design-system 0.2.0-alpha.103 → 0.2.0-alpha.104

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-07-07T14:02:38.498Z
14
+ * Generated: 2026-07-07T14:22:40.372Z
15
15
  *
16
16
  * To regenerate:
17
17
  * cd design-system && npm run tokens:generate
@@ -6050,7 +6050,7 @@ button.kds-fab:focus-visible {
6050
6050
 
6051
6051
  .kds-status-block-title {
6052
6052
  font-size: var(--kds-font-size-xl);
6053
- font-weight: var(--kds-font-weight-bold);
6053
+ font-weight: var(--kds-font-weight-semibold);
6054
6054
  color: var(--kds-color-text-primary);
6055
6055
  margin: 0 0 var(--kds-spacing-1);
6056
6056
  /* El reset global :where(h2) usa estas vars con !important; así se overridea. */