@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.
- package/dist/beercss/khipu-beercss.css +9 -8
- package/dist/beercss/khipu-beercss.min.css +1 -1
- package/dist/beercss/khipu-beercss.scoped.css +9 -8
- package/dist/beercss/khipu-beercss.scoped.min.css +1 -1
- package/dist/beercss/metadata.json +5 -5
- package/dist/index.d.mts +18 -1
- package/dist/index.d.ts +18 -1
- package/dist/index.js +343 -317
- package/dist/index.mjs +317 -292
- package/package.json +1 -1
|
@@ -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-
|
|
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
|
-
|
|
7213
|
-
|
|
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-
|
|
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-
|
|
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;
|