From a28d1d4aecc1d69c618247a0f0405b32fc3bb2eb Mon Sep 17 00:00:00 2001 From: dlohvinov Date: Wed, 17 Apr 2024 14:40:40 +0300 Subject: [PATCH] 24.04.25: wt-select custom value arrow [WTEL-4462] --- package.json | 2 +- src/components/wt-select/wt-select.vue | 27 ++++++++++++++------------ 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 60c9c996..a57904c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@webitel/ui-sdk", - "version": "24.4.24", + "version": "24.4.25", "private": false, "scripts": { "dev": "vite", diff --git a/src/components/wt-select/wt-select.vue b/src/components/wt-select/wt-select.vue index 463b1aa0..bc34ac10 100644 --- a/src/components/wt-select/wt-select.vue +++ b/src/components/wt-select/wt-select.vue @@ -86,17 +86,18 @@