@khipu/design-system 0.2.0-alpha.130 → 0.2.0-alpha.132

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:54.686Z
14
+ * Generated: 2026-07-21T15:35:15.070Z
15
15
  *
16
16
  * To regenerate:
17
17
  * cd design-system && npm run tokens:generate
@@ -6236,6 +6236,11 @@ button.kds-fab:focus-visible {
6236
6236
  height: 1.25em;
6237
6237
  min-width: 0;
6238
6238
  min-height: 0;
6239
+ /* Correccion optica: la tinta de expand_more vive en la zona alta del em, asi que
6240
+ centrado geometrico contra el label (con ascendentes) se percibe montado; este
6241
+ nudge lo baja al centro de las minusculas. No usar transform: lo pisa el rotate. */
6242
+ position: relative;
6243
+ top: 0.09em;
6239
6244
  transition: transform var(--kds-transition-shorter, 0.2s);
6240
6245
  }
6241
6246
 
@@ -6382,6 +6387,16 @@ button.kds-fab:focus-visible {
6382
6387
  padding: var(--kds-spacing-2) 0;
6383
6388
  }
6384
6389
 
6390
+ /* En el borde compartido con el card el rhythm lo aporta el padding del propio card:
6391
+ como primer/último hijo directo el padding del bloque no debe sumarse al del padre. */
6392
+ .kds-card-elevated > .kds-status-block:first-child {
6393
+ padding-top: 0;
6394
+ }
6395
+
6396
+ .kds-card-elevated > .kds-status-block:last-child {
6397
+ padding-bottom: 0;
6398
+ }
6399
+
6385
6400
  .kds-status-block-icon {
6386
6401
  width: var(--kds-status-icon-size);
6387
6402
  height: var(--kds-status-icon-size);