@webitel/ui-sdk 26.2.33 → 26.2.34
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webitel/ui-sdk",
|
|
3
|
-
"version": "26.2.
|
|
3
|
+
"version": "26.2.34",
|
|
4
4
|
"private": false,
|
|
5
5
|
"scripts": {
|
|
6
6
|
"make-all": "npm version patch --git-tag-version false && npm run build && (npm run build:types || true) && (npm run biome:format:all || true) && npm run publish-lib",
|
|
@@ -96,7 +96,6 @@
|
|
|
96
96
|
border-color: var(--wt-text-field-select-option-wrapper-border-color);
|
|
97
97
|
border-radius: var(--border-radius);
|
|
98
98
|
background: transparent;
|
|
99
|
-
z-index: calc(var(--p-galleria-mask-z-index) - 2);
|
|
100
99
|
}
|
|
101
100
|
|
|
102
101
|
:deep(.multiselect) .multiselect__content-wrapper::-webkit-scrollbar {
|
|
@@ -142,11 +141,6 @@
|
|
|
142
141
|
/* reset */
|
|
143
142
|
}
|
|
144
143
|
|
|
145
|
-
:deep(.multiselect--active) {
|
|
146
|
-
z-index: calc(var(--p-galleria-mask-z-index) - 2);
|
|
147
|
-
/* lowered z-index to prevent overlapping the gallery and video container */
|
|
148
|
-
}
|
|
149
|
-
|
|
150
144
|
:deep(.multiselect--active) .multiselect__select.multiselect__arrow .wt-icon {
|
|
151
145
|
fill: var(--icon-active-color);
|
|
152
146
|
}
|
|
@@ -232,4 +226,4 @@
|
|
|
232
226
|
.wt-tags-input--invalid :deep(.multiselect) .multiselect__tags .multiselect__custom-tag,
|
|
233
227
|
.wt-tags-input--invalid :deep(.multiselect) .multiselect__tags .multiselect__single-label {
|
|
234
228
|
color: var(--wt-chip-main-text-color);
|
|
235
|
-
}
|
|
229
|
+
}
|