@webitel/ui-sdk 24.12.118 → 24.12.120
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 +6 -0
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +11838 -11778
- package/dist/ui-sdk.umd.cjs +17 -17
- package/package.json +16 -16
- package/src/components/index.js +3 -0
- package/src/components/transitions/cases/wt-replace-transition.vue +38 -0
- package/src/components/transitions/wt-transition.vue +53 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
## [v24.12.119] - 2025-02-21
|
|
2
|
+
### :bug: Bug Fixes
|
|
3
|
+
- [`8ceb167`](https://github.com/webitel/webitel-ui-sdk/commit/8ceb167057c4fbd989adf300ed0d022c1ec7356e) - packages *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
4
|
+
|
|
5
|
+
|
|
1
6
|
## [v24.12.116] - 2025-02-19
|
|
2
7
|
### :recycle: Refactors
|
|
3
8
|
- [`b6a89bb`](https://github.com/webitel/webitel-ui-sdk/commit/b6a89bb2a20a3f32a78fc83f8a791df18de8727f) - WtNavigationBar types [WTEL-5896](https://webitel.atlassian.net/browse/WTEL-5896) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
@@ -1151,3 +1156,4 @@
|
|
|
1151
1156
|
[v24.12.102]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.101...v24.12.102
|
|
1152
1157
|
[v24.12.115]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.102...v24.12.115
|
|
1153
1158
|
[v24.12.116]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.115...v24.12.116
|
|
1159
|
+
[v24.12.119]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.118-2...v24.12.119
|