@webitel/ui-sdk 25.10.19 → 25.10.21
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/dist/img/sprite/index.js +1 -1
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +25 -25
- package/dist/ui-sdk.umd.cjs +1 -1
- package/package.json +2 -2
package/dist/img/sprite/index.js
CHANGED
|
@@ -58,7 +58,6 @@ import chatReply from './chat-reply.svg';
|
|
|
58
58
|
import chatSend from './chat-send.svg';
|
|
59
59
|
import chatTransfer from './chat-transfer.svg';
|
|
60
60
|
import chatTransferFilled from './chat-transfer--filled.svg';
|
|
61
|
-
import consultativeTransfer from './consultative-transfer.svg';
|
|
62
61
|
import checkbox from './checkbox.svg';
|
|
63
62
|
import checkboxChecked from './checkbox--checked.svg';
|
|
64
63
|
import checkboxCheckedFilled from './checkbox--checked--filled.svg';
|
|
@@ -70,6 +69,7 @@ import collapse from './collapse.svg';
|
|
|
70
69
|
import columnSelect from './column-select.svg';
|
|
71
70
|
import comment from './comment.svg';
|
|
72
71
|
import conference from './conference.svg';
|
|
72
|
+
import consultativeTransfer from './consultative-transfer.svg';
|
|
73
73
|
import contacts from './contacts.svg';
|
|
74
74
|
import copy from './copy.svg';
|
|
75
75
|
import customChatGateway from './custom-chat-gateway.svg';
|