@webitel/ui-sdk 25.4.10 → 25.4.12
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 +12 -0
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +747 -741
- package/dist/ui-sdk.umd.cjs +2 -2
- package/package.json +1 -1
- package/src/components/wt-logo/wt-logo.vue +28 -8
- package/src/components/wt-time-input/wt-time-input.vue +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## [v25.04.11] - 2025-03-07
|
|
2
|
+
### :bug: Bug Fixes
|
|
3
|
+
- [`e9e2a49`](https://github.com/webitel/webitel-ui-sdk/commit/e9e2a4934ece0975736d02c5845ba1385266cc97) - invalid style in wt-time-input[WTEL-5893](https://webitel.atlassian.net/browse/WTEL-5893) *(commit by [@Lera24](https://github.com/Lera24))*
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
## [v25.04.10] - 2025-03-06
|
|
7
|
+
### :bug: Bug Fixes
|
|
8
|
+
- [`dbc0a66`](https://github.com/webitel/webitel-ui-sdk/commit/dbc0a66fa301c1bf59a34ad7b5e1982fe93c361e) - change default duration in wt-replace-transition.vue *(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))*
|
|
9
|
+
|
|
10
|
+
|
|
1
11
|
## [v25.04.9] - 2025-03-06
|
|
2
12
|
### :bug: Bug Fixes
|
|
3
13
|
- [`3164801`](https://github.com/webitel/webitel-ui-sdk/commit/3164801012f3db2fe14f66d25bc63ebbd21802f8) - added scss variables to duration in wt-transition.vue *(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))*
|
|
@@ -1429,3 +1439,5 @@
|
|
|
1429
1439
|
[v25.04.6]: https://github.com/webitel/webitel-ui-sdk/compare/v25.04.5...v25.04.6
|
|
1430
1440
|
[v25.04.7]: https://github.com/webitel/webitel-ui-sdk/compare/v25.04.6...v25.04.7
|
|
1431
1441
|
[v25.04.9]: https://github.com/webitel/webitel-ui-sdk/compare/v25.04.8...v25.04.9
|
|
1442
|
+
[v25.04.10]: https://github.com/webitel/webitel-ui-sdk/compare/v25.04.9...v25.04.10
|
|
1443
|
+
[v25.04.11]: https://github.com/webitel/webitel-ui-sdk/compare/v25.04.10...v25.04.11
|