@webitel/ui-sdk 24.10.27 → 24.10.28
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/copy.svg +5 -2
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +3445 -3440
- package/dist/ui-sdk.umd.cjs +15 -15
- package/package.json +1 -1
- package/src/components/wt-input/wt-input.vue +8 -0
package/dist/img/sprite/copy.svg
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
<path d="M10 5.05755C10 3.39585 11.3166 2 13 2L17.5 2.00005C19.1834 2.00005 20.5 3.39589 20.5 5.0576V13.9424C20.5 15.6041 19.1834 17 17.5 17H16.9286C16.3763 17 15.9286 16.5522 15.9286 16C15.9286 15.4477 16.3763 15 16.9286 15H17.5C18.0257 15 18.5 14.5534 18.5 13.9424V5.0576C18.5 4.4466 18.0257 4.00005 17.5 4.00005L13 4C12.4743 4 12 4.44655 12 5.05755C12 5.60984 11.5523 6.05755 11 6.05755C10.4477 6.05755 10 5.60984 10 5.05755Z"/>
|
|
3
|
+
<path d="M12 11H7V12H12V11Z" />
|
|
4
|
+
<path d="M7 17H12V18H7V17Z" />
|
|
5
|
+
<path d="M12 14H7V15H12V14Z" />
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.44444 7.00005C5.09442 7.00005 4 8.03324 4 9.30774V19.6924C4 20.9669 5.09441 22 6.44444 22H12.5556C13.9056 22 15 20.9669 15 19.6924V9.30774C15 8.03324 13.9056 7.00005 12.5556 7.00005H6.44444ZM6.08891 9.13026C6.01645 9.19867 6 9.26125 6 9.30774V19.6924C6 19.7388 6.01645 19.8014 6.08891 19.8698C6.16336 19.9401 6.28451 20 6.44444 20H12.5556C12.7155 20 12.8366 19.9401 12.9111 19.8698C12.9835 19.8014 13 19.7388 13 19.6924V9.30774C13 9.26125 12.9835 9.19867 12.9111 9.13026C12.8366 9.05997 12.7155 9.00005 12.5556 9.00005H6.44444C6.28451 9.00005 6.16336 9.05997 6.08891 9.13026Z" />
|
|
4
7
|
</svg>
|