@webitel/ui-sdk 24.12.63 → 24.12.64
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/index.js +2 -0
- package/dist/img/sprite/load-preset.svg +5 -0
- package/dist/ui-sdk.js +1742 -1739
- package/dist/ui-sdk.umd.cjs +15 -15
- package/package.json +1 -1
- package/src/assets/icons/sprite/index.js +2 -0
- package/src/assets/icons/sprite/load-preset.svg +5 -0
package/package.json
CHANGED
|
@@ -195,6 +195,7 @@ import videoCam from './video-cam.svg';
|
|
|
195
195
|
import videoCamOff from './video-cam-off.svg';
|
|
196
196
|
import zoomIn from './zoom-in.svg';
|
|
197
197
|
import zoomOut from './zoom-out.svg';
|
|
198
|
+
import loadPreset from './load-preset.svg';
|
|
198
199
|
|
|
199
200
|
export default objCamelToKebab({
|
|
200
201
|
account,
|
|
@@ -398,4 +399,5 @@ export default objCamelToKebab({
|
|
|
398
399
|
plyrRewind,
|
|
399
400
|
plyrSettings,
|
|
400
401
|
plyrVolume,
|
|
402
|
+
loadPreset,
|
|
401
403
|
});
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M19.9498 8.05042C20.3403 8.44094 20.3403 9.07411 19.9498 9.46463C19.5593 9.85516 18.9261 9.85516 18.5356 9.46463C18.5416 9.47063 18.5408 9.47023 18.5314 9.46508C18.5029 9.44949 18.3946 9.39032 18.1519 9.3332C17.8662 9.26597 17.5032 9.2272 17.1214 9.2272C16.7396 9.2272 16.3766 9.26597 16.0909 9.3332C15.8481 9.39031 15.7398 9.44949 15.7113 9.46508C15.7019 9.47022 15.7012 9.47062 15.7071 9.46463C15.3166 9.85511 14.6835 9.85509 14.293 9.46458C13.9025 9.07408 13.9025 8.44095 14.2929 8.05042C14.2869 8.05641 14.2873 8.05569 14.2925 8.04628C14.3081 8.01774 14.3672 7.90946 14.4244 7.6667C14.4916 7.38101 14.5304 7.018 14.5304 6.63621C14.5304 6.25441 14.4916 5.8914 14.4244 5.60571C14.3672 5.36295 14.3081 5.25466 14.2925 5.22613C14.2873 5.21674 14.2869 5.216 14.2929 5.22199C13.9024 4.83147 13.9024 4.1983 14.2929 3.80778C14.6835 3.41725 15.3166 3.41725 15.7071 3.80778C16.0848 4.18548 16.2704 4.71923 16.3712 5.14763C16.4242 5.37296 16.4632 5.61122 16.4893 5.85404L20.0503 2.29289C20.4409 1.90237 21.074 1.90237 21.4646 2.29289C21.8551 2.68342 21.8551 3.31658 21.4646 3.70711L17.9035 7.26825C18.1463 7.29436 18.3846 7.33334 18.6099 7.38636C19.0383 7.48716 19.5721 7.67272 19.9498 8.05042Z"/>
|
|
3
|
+
<path d="M5 4C4.44772 4 4 4.44772 4 5V19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19V13C20 12.4477 20.4477 12 21 12C21.5523 12 22 12.4477 22 13V19C22 20.6569 20.6569 22 19 22H5C3.34315 22 2 20.6569 2 19V5C2 3.34315 3.34315 2 5 2H11C11.5523 2 12 2.44772 12 3C12 3.55228 11.5523 4 11 4H5Z"/>
|
|
4
|
+
<path d="M13 9C13 8.44772 12.5523 8 12 8C11.4477 8 11 8.44772 11 9V11H9C8.44772 11 8 11.4477 8 12C8 12.5523 8.44772 13 9 13H11V15C11 15.5523 11.4477 16 12 16C12.5523 16 13 15.5523 13 15V13H15C15.5523 13 16 12.5523 16 12C16 11.4477 15.5523 11 15 11H13V9Z"/>
|
|
5
|
+
</svg>
|