@khipu/design-system 0.2.0-alpha.131 → 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:
|
|
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
|
|