@webitel/ui-sdk 24.12.44 → 24.12.46
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/cases.svg +5 -0
- package/dist/img/sprite/index.js +2 -0
- package/dist/ui-sdk.js +2021 -2018
- package/dist/ui-sdk.umd.cjs +16 -16
- package/package.json +1 -1
- package/src/assets/icons/sprite/cases.svg +5 -0
- package/src/assets/icons/sprite/index.js +2 -0
- package/src/modules/AuditForm/components/audit-form.vue +4 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [v24.12.44] - 2025-01-06
|
|
2
|
+
### :bug: Bug Fixes
|
|
3
|
+
- [`9880b55`](https://github.com/webitel/webitel-ui-sdk/commit/9880b55fd1a317c6a392a5419946de748857a2ca) - update package version to 24.12.44
|
|
4
|
+
- [`e4d75f1`](https://github.com/webitel/webitel-ui-sdk/commit/e4d75f1fc4bb971c0e123d67dd828fa083f94d0d) - implement gap for tooltip content and display flex with direction column
|
|
5
|
+
|
|
6
|
+
|
|
1
7
|
## [v24.12.41] - 2025-01-03
|
|
2
8
|
### :bug: Bug Fixes
|
|
3
9
|
- [`4968c67`](https://github.com/webitel/webitel-ui-sdk/commit/4968c6723bd88564fd1f6d3d0ac8beaf56789418) - rollback minus and plus icons
|
|
@@ -709,3 +715,4 @@
|
|
|
709
715
|
[v24.12.39]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.38...v24.12.39
|
|
710
716
|
[v24.12.40]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.39...v24.12.40
|
|
711
717
|
[v24.12.41]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.40...v24.12.41
|
|
718
|
+
[v24.12.44]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.43...v24.12.44
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="Cases">
|
|
3
|
+
<path id="Union" fill-rule="evenodd" clip-rule="evenodd" d="M2 5C2 3.34315 3.34315 2 5 2H9.67544C9.99789 2 10.3182 2.05198 10.6241 2.15395L13.0083 2.94868C13.1103 2.98267 13.2171 3 13.3246 3H19C20.6569 3 22 4.34315 22 6V19C22 20.6569 20.6569 22 19 22H5C3.34315 22 2 20.6569 2 19V5ZM20 6V11.1707C19.6872 11.0602 19.3506 11 19 11V9C19 7.89543 18.1046 7 17 7H7C5.89543 7 5 7.89543 5 9V11C4.64936 11 4.31278 11.0602 4 11.1707V5C4 4.44772 4.44772 4 5 4H9.67544C9.78293 4 9.88971 4.01733 9.99167 4.05132L12.3759 4.84605C12.6818 4.94802 13.0021 5 13.3246 5H19C19.5523 5 20 5.44772 20 6ZM5 13C4.44772 13 4 13.4477 4 14V19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19V14C20 13.4477 19.5523 13 19 13H5ZM17 11H7V9H17L17 11Z"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
package/dist/img/sprite/index.js
CHANGED
|
@@ -39,6 +39,7 @@ import callRingingFilled from './call-ringing--filled.svg';
|
|
|
39
39
|
import callTransfer from './call-transfer.svg';
|
|
40
40
|
import callTransferFilled from './call-transfer--filled.svg';
|
|
41
41
|
import caseAuthor from './case-author.svg';
|
|
42
|
+
import cases from './cases.svg';
|
|
42
43
|
import chat from './chat.svg';
|
|
43
44
|
import chatFilled from './chat--filled.svg';
|
|
44
45
|
import chatEmoji from './chat-emoji.svg';
|
|
@@ -238,6 +239,7 @@ export default objCamelToKebab({
|
|
|
238
239
|
'call-transfer--filled': callTransferFilled,
|
|
239
240
|
|
|
240
241
|
caseAuthor,
|
|
242
|
+
cases,
|
|
241
243
|
chat,
|
|
242
244
|
'chat--filled': chatFilled,
|
|
243
245
|
chatEmoji,
|