@webitel/ui-sdk 25.8.71 → 25.8.73
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/tick.svg +2 -2
- package/dist/ui-sdk.js +7 -7
- package/dist/ui-sdk.umd.cjs +2 -2
- package/package.json +2 -2
- package/src/assets/icons/sprite/tick.svg +2 -2
- package/src/locale/en/en.js +1 -2
- package/src/locale/es/es.js +1 -2
- package/src/locale/kz/kz.js +1 -2
- package/src/locale/pl/pl.js +1 -2
- package/src/locale/ro/ro.js +1 -1
- package/src/locale/ru/ru.js +1 -1
- package/src/locale/uk/uk.js +1 -1
- package/src/locale/uz/uz.js +1 -1
- package/src/locale/vi/vi.js +1 -1
package/dist/img/sprite/tick.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24"
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.1213 7.29289C18.5118 7.68342 18.5118 8.31658 18.1213 8.70711L11.1213 15.7071C10.3403 16.4882 9.07394 16.4882 8.29289 15.7071L5.29289 12.7071C4.90237 12.3166 4.90237 11.6834 5.29289 11.2929C5.68342 10.9024 6.31658 10.9024 6.70711 11.2929L9.35355 13.9393C9.54882 14.1346 9.8654 14.1346 10.0607 13.9393L16.7071 7.29289C17.0976 6.90237 17.7308 6.90237 18.1213 7.29289Z"
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.1213 7.29289C18.5118 7.68342 18.5118 8.31658 18.1213 8.70711L11.1213 15.7071C10.3403 16.4882 9.07394 16.4882 8.29289 15.7071L5.29289 12.7071C4.90237 12.3166 4.90237 11.6834 5.29289 11.2929C5.68342 10.9024 6.31658 10.9024 6.70711 11.2929L9.35355 13.9393C9.54882 14.1346 9.8654 14.1346 10.0607 13.9393L16.7071 7.29289C17.0976 6.90237 17.7308 6.90237 18.1213 7.29289Z"/>
|
|
3
3
|
</svg>
|
package/dist/ui-sdk.js
CHANGED
|
@@ -2663,7 +2663,7 @@ J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="table"><pa
|
|
|
2663
2663
|
const cC = "table";
|
|
2664
2664
|
J('<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="telegram-bot"><path fill="#1899CD" fill-rule="evenodd" d="M8.5 11a1.5 1.5 0 0 0 0 3h7a1.5 1.5 0 0 0 0-3zm1.5 1.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0m5 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2" clip-rule="evenodd" /><path fill="#1899CD" fill-rule="evenodd" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10m0-5c3.866 0 7-2.015 7-4.5v-4a.5.5 0 1 0-1 0v1.023C16.95 8.102 15.023 7 12 7S7.05 8.102 6 9.523V8.5a.5.5 0 0 0-1 0v4c0 2.485 3.134 4.5 7 4.5" clip-rule="evenodd" /></symbol>', "telegram-bot");
|
|
2665
2665
|
const pC = "telegram-bot";
|
|
2666
|
-
J('<symbol xmlns="http://www.w3.org/2000/svg"
|
|
2666
|
+
J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="tick"><path fill-rule="evenodd" d="M18.121 7.293a1 1 0 0 1 0 1.414l-7 7a2 2 0 0 1-2.828 0l-3-3a1 1 0 1 1 1.414-1.414l2.647 2.646a.5.5 0 0 0 .707 0l6.646-6.646a1 1 0 0 1 1.414 0" clip-rule="evenodd" /></symbol>', "tick");
|
|
2667
2667
|
const uC = "tick";
|
|
2668
2668
|
J('<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="tree-collapse"><path d="M8 11a1 1 0 1 0 0 2h8a1 1 0 1 0 0-2z" /><path fill-rule="evenodd" d="M5 2a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3V5a3 3 0 0 0-3-3zm14 2H5a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1" clip-rule="evenodd" /></symbol>', "tree-collapse");
|
|
2669
2669
|
const fC = "tree-collapse";
|
|
@@ -80420,8 +80420,8 @@ const Lle = {
|
|
|
80420
80420
|
color: "{gray.900}",
|
|
80421
80421
|
hover: "{gray.850}",
|
|
80422
80422
|
active: "{gray.750}",
|
|
80423
|
-
foreground: "{gray.
|
|
80424
|
-
foregroundHover: "{gray.
|
|
80423
|
+
foreground: "{gray.350}",
|
|
80424
|
+
foregroundHover: "{gray.300}"
|
|
80425
80425
|
},
|
|
80426
80426
|
success: {
|
|
80427
80427
|
color: "{green.600}",
|
|
@@ -81040,15 +81040,15 @@ const Lle = {
|
|
|
81040
81040
|
}
|
|
81041
81041
|
}, zle = {
|
|
81042
81042
|
text: {
|
|
81043
|
-
color: "{surface.
|
|
81043
|
+
color: "{surface.750}",
|
|
81044
81044
|
hoverColor: "{surface.800}",
|
|
81045
81045
|
mutedColor: "{surface.500}",
|
|
81046
81046
|
hoverMutedColor: "{surface.600}"
|
|
81047
81047
|
}
|
|
81048
81048
|
}, Vle = {
|
|
81049
81049
|
text: {
|
|
81050
|
-
color: "{surface.
|
|
81051
|
-
hoverColor: "{surface.
|
|
81050
|
+
color: "{surface.100}",
|
|
81051
|
+
hoverColor: "{surface.50}",
|
|
81052
81052
|
mutedColor: "{surface.400}",
|
|
81053
81053
|
hoverMutedColor: "{surface.300}"
|
|
81054
81054
|
}
|
|
@@ -81365,7 +81365,7 @@ const Lle = {
|
|
|
81365
81365
|
},
|
|
81366
81366
|
popover: {
|
|
81367
81367
|
borderRadius: "0.5rem",
|
|
81368
|
-
padding: "0.
|
|
81368
|
+
padding: "0.5rem"
|
|
81369
81369
|
},
|
|
81370
81370
|
modal: {
|
|
81371
81371
|
borderRadius: "{border.radius.xl}",
|