@khipu/design-system 0.2.0-alpha.64 → 0.2.0-alpha.65

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-22T14:07:45.872Z
16
+ * Generated: 2026-06-22T15:35:10.012Z
17
17
  *
18
18
  * To regenerate:
19
19
  * cd design-system && npm run tokens:generate
@@ -5758,7 +5758,8 @@
5758
5758
  .kds-theme-root .kds-status-block-icon {
5759
5759
  width: var(--kds-status-icon-size);
5760
5760
  height: var(--kds-status-icon-size);
5761
- margin: 0 auto var(--kds-spacing-3);
5761
+ /* spacing-2 (16px) icono→título: rhythm estándar inter-elementos. */
5762
+ margin: 0 auto var(--kds-spacing-2);
5762
5763
  border-radius: var(--kds-radius-full);
5763
5764
  display: grid;
5764
5765
  place-items: center;