@khipu/design-system 0.2.0-alpha.63 → 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-22T13:53:18.399Z
16
+ * Generated: 2026-06-22T15:35:10.012Z
17
17
  *
18
18
  * To regenerate:
19
19
  * cd design-system && npm run tokens:generate
@@ -5749,13 +5749,17 @@
5749
5749
 
5750
5750
  .kds-theme-root .kds-status-block {
5751
5751
  text-align: center;
5752
- padding: var(--kds-spacing-6) 0;
5752
+ /* Padding vertical estándar: spacing-2 (16px), el mismo rhythm inter-elementos
5753
+ que usan kds-btn-stack y kds-hr-dashed. NO usar spacing-6 (48px): genera
5754
+ demasiado espacio cuando el bloque se compone con header/divider alrededor. */
5755
+ padding: var(--kds-spacing-2) 0;
5753
5756
  }
5754
5757
 
5755
5758
  .kds-theme-root .kds-status-block-icon {
5756
5759
  width: var(--kds-status-icon-size);
5757
5760
  height: var(--kds-status-icon-size);
5758
- 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);
5759
5763
  border-radius: var(--kds-radius-full);
5760
5764
  display: grid;
5761
5765
  place-items: center;