@webitel/ui-sdk 25.4.50 → 25.4.52

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/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [v25.4.51] - 2025-04-03
2
+ ### :bug: Bug Fixes
3
+ - [`c87b176`](https://github.com/webitel/webitel-ui-sdk/commit/c87b1768de47753ceeb18045a200ded352b8405b) - delete enter days in timepicker component[WTEL-6651](https://webitel.atlassian.net/browse/WTEL-6651) *(commit by [@Lera24](https://github.com/Lera24))*
4
+ - [`63fdd4f`](https://github.com/webitel/webitel-ui-sdk/commit/63fdd4fefde4435afb886d1c1cb6517516fdcd86) - ui-datalist/ rm searchbar-related filters from presets [WTEL-6522](https://webitel.atlassian.net/browse/WTEL-6522) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
5
+
6
+
1
7
  ## [v25.4.49] - 2025-04-03
2
8
  ### :bug: Bug Fixes
3
9
  - [`0de05f6`](https://github.com/webitel/webitel-ui-sdk/commit/0de05f6be3d3c0b4132ec61d193b7fedaac3c056) - ui-datalist/ filter update [WTEL-6522](https://webitel.atlassian.net/browse/WTEL-6522) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
@@ -1807,3 +1813,4 @@
1807
1813
  [v25.4.47]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.46...v25.4.47
1808
1814
  [v25.4.48]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.47...v25.4.48
1809
1815
  [v25.4.49]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.48...v25.4.49
1816
+ [v25.4.51]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.50...v25.4.51
@@ -188,6 +188,7 @@ import treeExpand from './tree-expand.svg';
188
188
  import treeLine from './tree-line.svg';
189
189
  import ttsDownload from './tts-download.svg';
190
190
  import undo from './undo.svg';
191
+ import union from './union.svg';
191
192
  import unpin from './unpin.svg';
192
193
  import upload from './upload.svg';
193
194
  import user from './user.svg';
@@ -355,6 +356,7 @@ export default objCamelToKebab({
355
356
  tick,
356
357
  upload,
357
358
  user,
359
+ union,
358
360
  videoCamOff,
359
361
  videoCam,
360
362
  zoomIn,
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13.0988 3.66504C12.4511 3.25822 11.6282 3.25636 10.9787 3.66024L4.94383 7.41318C4.35688 7.77819 4 8.42038 4 9.11156V15.4153C4 16.0929 4.34304 16.7243 4.91144 17.0931L10.9114 20.9859C11.5736 21.4155 12.4264 21.4155 13.0886 20.9859L19.0886 17.0931C19.657 16.7243 20 16.0929 20 15.4153V9.10565C20 8.41769 19.6464 7.77801 19.0638 7.41207L13.0988 3.66504ZM12.0349 5.35862L7.78725 8.00012L12.0349 10.6416L16.2401 8.00012L12.0349 5.35862ZM6 15.4153V9.24387L11 12.3532V18.6593L6 15.4153ZM13 18.6593L18 15.4153V9.25644L13 12.3972V18.6593Z"/>
3
+ </svg>