@webitel/ui-sdk 24.2.16 → 24.2.17

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.16",
3
+ "version": "24.2.17",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -101,7 +101,6 @@
101
101
  class="multiselect__select"
102
102
  icon="arrow-down"
103
103
  @mousedown.prevent
104
- @click="toggle"
105
104
  />
106
105
  </template>
107
106