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