@khipu/design-system 0.2.0-alpha.65 → 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.
@@ -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-22T15:35:10.012Z
16
+ * Generated: 2026-06-22T21:32:22.124Z
17
17
  *
18
18
  * To regenerate:
19
19
  * cd design-system && npm run tokens:generate
@@ -3480,7 +3480,9 @@
3480
3480
  font-size: var(--kds-font-size-sm);
3481
3481
  font-weight: var(--kds-font-weight-semibold);
3482
3482
  line-height: var(--kds-line-height-normal);
3483
- margin-bottom: var(--kds-spacing-0-5);
3483
+ /* Solo margin-bottom: el padding del alert da el espaciado. Reset del resto para
3484
+ evitar el margin-block que BeerCSS aplica a <p> dentro del scope. */
3485
+ margin: 0 0 var(--kds-spacing-0-5);
3484
3486
  word-break: normal;
3485
3487
  overflow-wrap: break-word;
3486
3488
  }
@@ -3490,6 +3492,9 @@
3490
3492
  font-size: var(--kds-font-size-sm);
3491
3493
  font-weight: var(--kds-font-weight-regular);
3492
3494
  line-height: var(--kds-line-height-relaxed);
3495
+ /* Sin margen propio: el padding del alert es el único espaciado (evita el
3496
+ margin-block de <p> de BeerCSS dentro del scope). */
3497
+ margin: 0;
3493
3498
  word-break: normal;
3494
3499
  overflow-wrap: break-word;
3495
3500
  }