@webitel/ui-sdk 26.2.1 → 26.2.3

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.1",
3
+ "version": "26.2.3",
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 lint:fix || true) && npm run publish-lib",
@@ -76,7 +76,6 @@
76
76
  border-color: var(--wt-text-field-select-option-wrapper-border-color);
77
77
  border-radius: var(--border-radius);
78
78
  background: transparent;
79
- z-index: calc(var(--p-galleria-mask-z-index) - 2);
80
79
  }
81
80
 
82
81
  // select options
@@ -104,7 +103,6 @@
104
103
  }
105
104
 
106
105
  :deep(.multiselect--active) {
107
- z-index: calc(var(--p-galleria-mask-z-index) - 2); // // lowered z-index to prevent overlapping the gallery and video container
108
106
  .multiselect__select.multiselect__arrow .wt-icon {
109
107
  fill: var(--icon-active-color);
110
108
  }