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

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-22T21:32:22.124Z
15
15
  *
16
16
  * To regenerate:
17
17
  * cd design-system && npm run tokens:generate
@@ -3478,7 +3478,9 @@ footer > .kds-container-center {
3478
3478
  font-size: var(--kds-font-size-sm);
3479
3479
  font-weight: var(--kds-font-weight-semibold);
3480
3480
  line-height: var(--kds-line-height-normal);
3481
- margin-bottom: var(--kds-spacing-0-5);
3481
+ /* Solo margin-bottom: el padding del alert da el espaciado. Reset del resto para
3482
+ evitar el margin-block que BeerCSS aplica a <p> dentro del scope. */
3483
+ margin: 0 0 var(--kds-spacing-0-5);
3482
3484
  word-break: normal;
3483
3485
  overflow-wrap: break-word;
3484
3486
  }
@@ -3488,6 +3490,9 @@ footer > .kds-container-center {
3488
3490
  font-size: var(--kds-font-size-sm);
3489
3491
  font-weight: var(--kds-font-weight-regular);
3490
3492
  line-height: var(--kds-line-height-relaxed);
3493
+ /* Sin margen propio: el padding del alert es el único espaciado (evita el
3494
+ margin-block de <p> de BeerCSS dentro del scope). */
3495
+ margin: 0;
3491
3496
  word-break: normal;
3492
3497
  overflow-wrap: break-word;
3493
3498
  }
@@ -5757,7 +5762,8 @@ dialog#surveyModal button.circle {
5757
5762
  .kds-status-block-icon {
5758
5763
  width: var(--kds-status-icon-size);
5759
5764
  height: var(--kds-status-icon-size);
5760
- margin: 0 auto var(--kds-spacing-3);
5765
+ /* spacing-2 (16px) icono→título: rhythm estándar inter-elementos. */
5766
+ margin: 0 auto var(--kds-spacing-2);
5761
5767
  border-radius: var(--kds-radius-full);
5762
5768
  display: grid;
5763
5769
  place-items: center;