@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.
|
@@ -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-
|
|
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:
|
|
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
|
}
|
|
@@ -5758,7 +5763,8 @@
|
|
|
5758
5763
|
.kds-theme-root .kds-status-block-icon {
|
|
5759
5764
|
width: var(--kds-status-icon-size);
|
|
5760
5765
|
height: var(--kds-status-icon-size);
|
|
5761
|
-
|
|
5766
|
+
/* spacing-2 (16px) icono→título: rhythm estándar inter-elementos. */
|
|
5767
|
+
margin: 0 auto var(--kds-spacing-2);
|
|
5762
5768
|
border-radius: var(--kds-radius-full);
|
|
5763
5769
|
display: grid;
|
|
5764
5770
|
place-items: center;
|