@webitel/ui-sdk 24.12.27 → 24.12.29

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,5 +1,15 @@
1
1
 
2
2
 
3
+ ## [v24.12.28] - 2024-12-18
4
+ ### :sparkles: New Features
5
+ - [`e3e3f7b`](https://github.com/webitel/webitel-ui-sdk/commit/e3e3f7b9099f66c0b95fef141bff88342ef1a379) - add filtersValue computed in useTableFilters[WTEL-5744](https://webitel.atlassian.net/browse/WTEL-5744) *(commit by [@Lera24](https://github.com/Lera24))*
6
+
7
+
8
+ ## [v24.12.27] - 2024-12-18
9
+ ### :bug: Bug Fixes
10
+ - [`74140f6`](https://github.com/webitel/webitel-ui-sdk/commit/74140f63285437deae1105c35962dd4ab5953c68) - card-page-style[WTEL-5694](https://webitel.atlassian.net/browse/WTEL-5694) *(commit by [@Lera24](https://github.com/Lera24))*
11
+
12
+
3
13
  ## [v24.12.26] - 2024-12-16
4
14
  ### :sparkles: New Features
5
15
  - [`c8aab36`](https://github.com/webitel/webitel-ui-sdk/commit/c8aab36db364f05ec01b3daffba69904b0d420b3) - case icons added [WTEL-5510] (https://webitel.atlassian.net/browse/WTEL-5510) *(commit by [@VladimirBeria](https://github.com/VladimirBeria))*
@@ -499,3 +509,5 @@
499
509
  [v24.12.24]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.23...v24.12.24
500
510
  [v24.12.25]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.24...v24.12.25
501
511
  [v24.12.26]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.25...v24.12.26
512
+ [v24.12.27]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.26...v24.12.27
513
+ [v24.12.28]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.27...v24.12.28
@@ -155,6 +155,7 @@ import soundOn from './sound-on.svg';
155
155
  import starFilled from './star--filled.svg';
156
156
  import star from './star.svg';
157
157
  import stop from './stop.svg';
158
+ import stopSign from './stop-sign.svg';
158
159
  import sttDownload from './stt-download.svg';
159
160
  import sttSearch from './stt-search.svg';
160
161
  import stt from './stt.svg';
@@ -333,6 +334,7 @@ export default objCamelToKebab({
333
334
  star,
334
335
  'star--filled': starFilled,
335
336
  stop,
337
+ stopSign,
336
338
  tick,
337
339
  upload,
338
340
  user,
@@ -0,0 +1,4 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M9 10C8.44771 10 8 10.4477 8 11V13C8 13.5523 8.44771 14 9 14H15C15.5523 14 16 13.5523 16 13V11C16 10.4477 15.5523 10 15 10H9Z"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20Z"/>
4
+ </svg>