@webitel/ui-sdk 25.4.63 → 25.4.65

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,8 @@
1
+ ## [v25.4.64] - 2025-04-17
2
+ ### :sparkles: New Features
3
+ - [`85d254a`](https://github.com/webitel/webitel-ui-sdk/commit/85d254a5405dddd5ffd92466af85badfd3505fb0) - update styles for wt tree table [WTEL-6440](https://webitel.atlassian.net/browse/WTEL-6440) *(commit by [@stanislav-kozak](https://github.com/stanislav-kozak))*
4
+
5
+
1
6
  ## [v25.4.62] - 2025-04-15
2
7
  ### :sparkles: New Features
3
8
  - [`cfd2a1e`](https://github.com/webitel/webitel-ui-sdk/commit/cfd2a1ed1f9090ab36ee28bf61cf4e9cd7991695) - implement locale for list, contact and case [WTEL-6370](https://webitel.atlassian.net/browse/WTEL-6370) *(commit by [@stanislav-kozak](https://github.com/stanislav-kozak))*
@@ -1897,3 +1902,4 @@
1897
1902
  [v25.4.59]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.58...v25.4.59
1898
1903
  [v25.4.60]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.59...v25.4.60
1899
1904
  [v25.4.62]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.61...v25.4.62
1905
+ [v25.4.64]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.63...v25.4.64
@@ -180,6 +180,7 @@ import stopSign from './stop-sign.svg';
180
180
  import stt from './stt.svg';
181
181
  import sttDownload from './stt-download.svg';
182
182
  import sttSearch from './stt-search.svg';
183
+ import table from './table.svg';
183
184
  import telegramBot from './telegram-bot.svg';
184
185
  import tick from './tick.svg';
185
186
  import treeCollapse from './tree-collapse.svg';
@@ -330,6 +331,7 @@ export default objCamelToKebab({
330
331
  numpad,
331
332
  pause,
332
333
  play,
334
+ table,
333
335
  treeExpand,
334
336
  prompter,
335
337
  queueMember,
@@ -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="M2 2H22V22H2V2ZM20 6V4H16V6H20ZM14 8H10V20H14V8ZM10 6H14V4H10V6ZM8 4V6H4V4H8ZM8 8H4V20H8V8ZM20 8H16V20H20V8Z" />
3
+ </svg>