@webitel/ui-sdk 24.12.157 → 24.12.158
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 +7 -0
- package/dist/img/sprite/add-filter.svg +2 -2
- package/dist/ui-sdk.js +2616 -2616
- package/dist/ui-sdk.umd.cjs +15 -15
- package/package.json +1 -1
- package/src/assets/icons/sprite/add-filter.svg +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [v24.12.157] - 2025-02-26
|
|
2
|
+
### :bug: Bug Fixes
|
|
3
|
+
- [`695bc24`](https://github.com/webitel/webitel-ui-sdk/commit/695bc240f88e55bbf57b53e6d56af6e225f253b5) - update version *(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))*
|
|
4
|
+
- [`a18c989`](https://github.com/webitel/webitel-ui-sdk/commit/a18c989afde11c69959c162454b3c66a759e59b7) - fixed validation logic in some filter value fields *(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))*
|
|
5
|
+
|
|
6
|
+
|
|
1
7
|
## [v24.12.156] - 2025-02-26
|
|
2
8
|
### :bug: Bug Fixes
|
|
3
9
|
- [`ad9935b`](https://github.com/webitel/webitel-ui-sdk/commit/ad9935b95f6c92b0f7d0052a95aae702711e8c98) - wt-empty "empty" locale [WTEL-5741](https://webitel.atlassian.net/browse/WTEL-5741) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
@@ -1349,3 +1355,4 @@
|
|
|
1349
1355
|
[v24.12.153]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.152...v24.12.153
|
|
1350
1356
|
[v24.12.155]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.154...v24.12.155
|
|
1351
1357
|
[v24.12.156]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.155...v24.12.156
|
|
1358
|
+
[v24.12.157]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.156...v24.12.157
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<g id="Name=add-filter, Filled=false, Colored=false, Version=current, Badged=False">
|
|
3
3
|
<g id="Union">
|
|
4
|
-
<path d="M13 8C13 7.44772 12.5523 7 12 7C11.4477 7 11 7.44772 11 8V11L8 11C7.44771 11 7 11.4477 7 12C7 12.5523 7.44771 13 8 13L11 13V16C11 16.5523 11.4477 17 12 17C12.5523 17 13 16.5523 13 16V13H16C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11H13V8Z"
|
|
5
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z"
|
|
4
|
+
<path d="M13 8C13 7.44772 12.5523 7 12 7C11.4477 7 11 7.44772 11 8V11L8 11C7.44771 11 7 11.4477 7 12C7 12.5523 7.44771 13 8 13L11 13V16C11 16.5523 11.4477 17 12 17C12.5523 17 13 16.5523 13 16V13H16C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11H13V8Z" />
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z" />
|
|
6
6
|
</g>
|
|
7
7
|
</g>
|
|
8
8
|
</svg>
|