@khipu/design-system 0.2.0-alpha.66 → 0.2.0-alpha.67
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-23T13:22:38.115Z
|
|
17
17
|
*
|
|
18
18
|
* To regenerate:
|
|
19
19
|
* cd design-system && npm run tokens:generate
|
|
@@ -3442,7 +3442,8 @@
|
|
|
3442
3442
|
display: flex;
|
|
3443
3443
|
align-items: center;
|
|
3444
3444
|
gap: var(--kds-spacing-1);
|
|
3445
|
-
|
|
3445
|
+
/* Padding compacto: vertical spacing-1 (8px), horizontal spacing-2 (16px). */
|
|
3446
|
+
padding: var(--kds-spacing-1) var(--kds-spacing-2);
|
|
3446
3447
|
border-radius: var(--kds-radius-md);
|
|
3447
3448
|
border: 1px solid;
|
|
3448
3449
|
font-family: var(--kds-font-family-primary);
|
|
@@ -3452,7 +3453,7 @@
|
|
|
3452
3453
|
|
|
3453
3454
|
@media (min-width: 768px) {
|
|
3454
3455
|
.kds-theme-root .kds-alert {
|
|
3455
|
-
padding: var(--kds-spacing-2);
|
|
3456
|
+
padding: var(--kds-spacing-1) var(--kds-spacing-2);
|
|
3456
3457
|
flex: 1 1 auto;
|
|
3457
3458
|
}
|
|
3458
3459
|
}
|