@webitel/ui-sdk 26.6.50 → 26.6.51

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.
@@ -1,6 +1,6 @@
1
1
  import { a as e, t } from "./chunk-CY3AvKd6.js";
2
2
  import { n, t as r } from "./dist-BYiYpK00.js";
3
- import "./components-CtEt1sqi.js";
3
+ import "./components-CCbLe_rX.js";
4
4
  import { t as i } from "./_plugin-vue_export-helper-B3ysoDQm.js";
5
5
  import { c as a } from "./enums-pbYAJNeb.js";
6
6
  import { t as o } from "./wt-button-CZfPNaIj.js";
@@ -1,4 +1,4 @@
1
- import { c as e, i as t } from "./components-CtEt1sqi.js";
1
+ import { c as e, i as t } from "./components-CCbLe_rX.js";
2
2
  import { t as n } from "./_plugin-vue_export-helper-B3ysoDQm.js";
3
3
  import { t as r } from "./displayText-CtaxzaBz.js";
4
4
  import { Fragment as i, computed as a, createCommentVNode as o, createElementBlock as s, createTextVNode as c, createVNode as l, defineComponent as u, openBlock as d, renderList as f, renderSlot as p, toDisplayString as m, unref as h, withCtx as g } from "vue";
@@ -1,4 +1,4 @@
1
- import { n as e } from "./components-CtEt1sqi.js";
1
+ import { n as e } from "./components-CCbLe_rX.js";
2
2
  import { t } from "./vue-i18n-B8Px6VcD.js";
3
3
  import { n, r } from "./clients-aQCH0OHp.js";
4
4
  import { createBlock as i, createTextVNode as a, createVNode as o, defineComponent as s, inject as c, mergeProps as l, onMounted as u, openBlock as d, ref as f, resolveComponent as p, toDisplayString as m, unref as h, withCtx as g } from "vue";
@@ -1,4 +1,4 @@
1
- import { a as e, o as t, r as n, s as r } from "./components-CtEt1sqi.js";
1
+ import { a as e, o as t, r as n, s as r } from "./components-CCbLe_rX.js";
2
2
  import { t as i } from "./enums-pbYAJNeb.js";
3
3
  import { t as a } from "./vue-i18n-B8Px6VcD.js";
4
4
  import { t as o } from "./clients-aQCH0OHp.js";
@@ -1,4 +1,4 @@
1
- import { l as e } from "./components-CtEt1sqi.js";
1
+ import { l as e } from "./components-CCbLe_rX.js";
2
2
  import { t } from "./_plugin-vue_export-helper-B3ysoDQm.js";
3
3
  import { c as n } from "./enums-pbYAJNeb.js";
4
4
  import "./wt-button-CZfPNaIj.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webitel/ui-sdk",
3
- "version": "26.6.50",
3
+ "version": "26.6.51",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "npm run docs:dev",
@@ -69,7 +69,7 @@
69
69
  >
70
70
  <template #suffix>
71
71
  <wt-icon v-if="allowCustomValues && filterText" icon="select-custom-value-enter" />
72
- <wt-icon icon="search" />
72
+ <wt-icon disabled icon="search" />
73
73
  </template>
74
74
  </wt-input-text>
75
75
  </template>
@@ -103,7 +103,7 @@
103
103
  <template #chip="{ value, removeCallback }">
104
104
  <wt-chip
105
105
  removable
106
- :color="ChipColor.SECONDARY"
106
+ :color="ChipColor.MAIN"
107
107
  @remove="removeCallback($event)"
108
108
  >
109
109
  {{ getOptionLabel(value) }}
@@ -50,7 +50,7 @@
50
50
  >
51
51
  <template #suffix>
52
52
  <wt-icon v-if="allowCustomValues && filterText" icon="select-custom-value-enter" />
53
- <wt-icon icon="search" />
53
+ <wt-icon disabled icon="search" />
54
54
  </template>
55
55
  </wt-input-text>
56
56
  </template>