@webitel/ui-sdk 24.2.57 → 24.4.4

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": "24.2.57",
3
+ "version": "24.4.04",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -118,10 +118,10 @@ function handleOptionClick({ option, index, hide }) {
118
118
  padding: var(--wt-context-menu-option-padding);
119
119
  cursor: pointer;
120
120
  color: var(--wt-context-menu-option-text-color);
121
+ transition: var(--transition);
121
122
 
122
123
  &:hover {
123
- background-color: var(--wt-context-menu-option-hover-color);
124
- transition: var(--transition);
124
+ background-color: var(--wt-context-menu-option-background-hover-color);
125
125
  }
126
126
 
127
127
  &--disabled {