@khipu/design-system 0.2.0-alpha.56 → 0.2.0-alpha.57
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-17T20:27:32.353Z
|
|
15
15
|
*
|
|
16
16
|
* To regenerate:
|
|
17
17
|
* cd design-system && npm run tokens:generate
|
|
@@ -7271,6 +7271,27 @@ button.kds-btn-success::after {
|
|
|
7271
7271
|
box-shadow: 0 0 0 2px var(--kds-color-primary-faint);
|
|
7272
7272
|
}
|
|
7273
7273
|
|
|
7274
|
+
/* Variante con ícono (withIcon): lupa posicionada DENTRO del input, a la derecha. */
|
|
7275
|
+
.kds-search-field-wrapper {
|
|
7276
|
+
position: relative;
|
|
7277
|
+
width: 100%;
|
|
7278
|
+
}
|
|
7279
|
+
|
|
7280
|
+
.kds-search-field-icon {
|
|
7281
|
+
position: absolute;
|
|
7282
|
+
right: var(--kds-spacing-1-5);
|
|
7283
|
+
top: 50%;
|
|
7284
|
+
transform: translateY(-50%);
|
|
7285
|
+
font-size: 20px;
|
|
7286
|
+
color: var(--kds-color-text-hint);
|
|
7287
|
+
pointer-events: none;
|
|
7288
|
+
}
|
|
7289
|
+
|
|
7290
|
+
/* Espacio a la derecha del texto para no solaparse con la lupa. */
|
|
7291
|
+
.kds-search-field-wrapper .kds-search-field {
|
|
7292
|
+
padding-right: calc(var(--kds-spacing-1-5) + var(--kds-spacing-3));
|
|
7293
|
+
}
|
|
7294
|
+
|
|
7274
7295
|
.kds-bank-modal-search {
|
|
7275
7296
|
padding: 0 var(--kds-spacing-2) var(--kds-spacing-1-5);
|
|
7276
7297
|
}
|