@khipu/design-system 0.2.0-alpha.92 → 0.2.0-alpha.93

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-03T17:29:33.898Z
14
+ * Generated: 2026-07-03T17:35:24.299Z
15
15
  *
16
16
  * To regenerate:
17
17
  * cd design-system && npm run tokens:generate
@@ -6035,6 +6035,8 @@ button.kds-fab:focus-visible {
6035
6035
  font-weight: var(--kds-font-weight-bold);
6036
6036
  color: var(--kds-color-text-primary);
6037
6037
  margin: 0 0 var(--kds-spacing-1);
6038
+ /* El reset global :where(h2) usa estas vars con !important; así se overridea. */
6039
+ --kds-typography-h2-margin-block-end: var(--kds-spacing-1);
6038
6040
  }
6039
6041
 
6040
6042
  .kds-status-block-description {