@khipu/design-system 0.2.0-alpha.130 → 0.2.0-alpha.131
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-07-21T15:12
|
|
14
|
+
* Generated: 2026-07-21T15:13:12.103Z
|
|
15
15
|
*
|
|
16
16
|
* To regenerate:
|
|
17
17
|
* cd design-system && npm run tokens:generate
|
|
@@ -6382,6 +6382,16 @@ button.kds-fab:focus-visible {
|
|
|
6382
6382
|
padding: var(--kds-spacing-2) 0;
|
|
6383
6383
|
}
|
|
6384
6384
|
|
|
6385
|
+
/* En el borde compartido con el card el rhythm lo aporta el padding del propio card:
|
|
6386
|
+
como primer/último hijo directo el padding del bloque no debe sumarse al del padre. */
|
|
6387
|
+
.kds-card-elevated > .kds-status-block:first-child {
|
|
6388
|
+
padding-top: 0;
|
|
6389
|
+
}
|
|
6390
|
+
|
|
6391
|
+
.kds-card-elevated > .kds-status-block:last-child {
|
|
6392
|
+
padding-bottom: 0;
|
|
6393
|
+
}
|
|
6394
|
+
|
|
6385
6395
|
.kds-status-block-icon {
|
|
6386
6396
|
width: var(--kds-status-icon-size);
|
|
6387
6397
|
height: var(--kds-status-icon-size);
|