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

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-22T13:53:18.399Z
14
+ * Generated: 2026-06-22T14:07:45.872Z
15
15
  *
16
16
  * To regenerate:
17
17
  * cd design-system && npm run tokens:generate
@@ -5748,7 +5748,10 @@ dialog#surveyModal button.circle {
5748
5748
 
5749
5749
  .kds-status-block {
5750
5750
  text-align: center;
5751
- padding: var(--kds-spacing-6) 0;
5751
+ /* Padding vertical estándar: spacing-2 (16px), el mismo rhythm inter-elementos
5752
+ que usan kds-btn-stack y kds-hr-dashed. NO usar spacing-6 (48px): genera
5753
+ demasiado espacio cuando el bloque se compone con header/divider alrededor. */
5754
+ padding: var(--kds-spacing-2) 0;
5752
5755
  }
5753
5756
 
5754
5757
  .kds-status-block-icon {