@khipu/design-system 0.2.0-alpha.51 → 0.2.0-alpha.52

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.
@@ -13,7 +13,7 @@
13
13
  *
14
14
  * AUTO-GENERATED FILE - DO NOT EDIT MANUALLY
15
15
  * Source: design-system/src/tokens/tokens.json
16
- * Generated: 2026-06-16T22:54:43.169Z
16
+ * Generated: 2026-06-17T00:12:45.797Z
17
17
  *
18
18
  * To regenerate:
19
19
  * cd design-system && npm run tokens:generate
@@ -7209,11 +7209,8 @@
7209
7209
  display: none;
7210
7210
  }
7211
7211
 
7212
- .kds-theme-root .kds-bank-modal-search {
7213
- padding: 0 var(--kds-spacing-2) var(--kds-spacing-1-5);
7214
- }
7215
-
7216
- .kds-theme-root .kds-bank-modal-search input {
7212
+ /* Search field reutilizable (standalone o dentro del KdsBankModal). */
7213
+ .kds-theme-root .kds-search-field {
7217
7214
  width: 100%;
7218
7215
  padding: var(--kds-spacing-1-25) var(--kds-spacing-1-5);
7219
7216
  border: 1px solid var(--kds-color-divider);
@@ -7225,15 +7222,19 @@
7225
7222
  background: var(--kds-color-surface);
7226
7223
  }
7227
7224
 
7228
- .kds-theme-root .kds-bank-modal-search input::placeholder {
7225
+ .kds-theme-root .kds-search-field::placeholder {
7229
7226
  color: var(--kds-color-text-hint);
7230
7227
  }
7231
7228
 
7232
- .kds-theme-root .kds-bank-modal-search input:focus {
7229
+ .kds-theme-root .kds-search-field:focus {
7233
7230
  border-color: var(--kds-color-primary-main);
7234
7231
  box-shadow: 0 0 0 2px var(--kds-color-primary-faint);
7235
7232
  }
7236
7233
 
7234
+ .kds-theme-root .kds-bank-modal-search {
7235
+ padding: 0 var(--kds-spacing-2) var(--kds-spacing-1-5);
7236
+ }
7237
+
7237
7238
  .kds-theme-root .kds-bank-modal-body {
7238
7239
  flex: 1;
7239
7240
  overflow-y: auto;