@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.
|
@@ -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-
|
|
14
|
+
* Generated: 2026-06-23T13:22:38.115Z
|
|
15
15
|
*
|
|
16
16
|
* To regenerate:
|
|
17
17
|
* cd design-system && npm run tokens:generate
|
|
@@ -3440,7 +3440,8 @@ footer > .kds-container-center {
|
|
|
3440
3440
|
display: flex;
|
|
3441
3441
|
align-items: center;
|
|
3442
3442
|
gap: var(--kds-spacing-1);
|
|
3443
|
-
|
|
3443
|
+
/* Padding compacto: vertical spacing-1 (8px), horizontal spacing-2 (16px). */
|
|
3444
|
+
padding: var(--kds-spacing-1) var(--kds-spacing-2);
|
|
3444
3445
|
border-radius: var(--kds-radius-md);
|
|
3445
3446
|
border: 1px solid;
|
|
3446
3447
|
font-family: var(--kds-font-family-primary);
|
|
@@ -3450,7 +3451,7 @@ footer > .kds-container-center {
|
|
|
3450
3451
|
|
|
3451
3452
|
@media (min-width: 768px) {
|
|
3452
3453
|
.kds-alert {
|
|
3453
|
-
padding: var(--kds-spacing-2);
|
|
3454
|
+
padding: var(--kds-spacing-1) var(--kds-spacing-2);
|
|
3454
3455
|
flex: 1 1 auto;
|
|
3455
3456
|
}
|
|
3456
3457
|
}
|