@webitel/ui-sdk 25.6.13 → 25.6.15

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 CHANGED
@@ -1,3 +1,18 @@
1
+ ## [v25.6.15] - 2025-05-14
2
+ ### :sparkles: New Features
3
+ - [`bcaec52`](https://github.com/webitel/webitel-ui-sdk/commit/bcaec52fd8cb9dcbf230de597fb911ba677ae086) - add locale for notification [WTEL-6860](https://webitel.atlassian.net/browse/WTEL-6860) *(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))*
4
+
5
+
6
+ ## [v25.6.14] - 2025-05-13
7
+ ### :sparkles: New Features
8
+ - [`e5ae856`](https://github.com/webitel/webitel-ui-sdk/commit/e5ae8560d249c53d6dc74be6c7e61f824cf853d7) - added portal gateway protocol [WTEL-6785](https://webitel.atlassian.net/browse/WTEL-6785) *(commit by [@plnnsimon](https://github.com/plnnsimon))*
9
+
10
+
11
+ ## [v25.6.13] - 2025-05-12
12
+ ### :bug: Bug Fixes
13
+ - [`f22d14a`](https://github.com/webitel/webitel-ui-sdk/commit/f22d14a38b67347d0b263fae6fc78e2c92da1a77) - audit form v-models [WTEL-6894](https://webitel.atlassian.net/browse/WTEL-6894) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
14
+
15
+
1
16
  ## [v25.6.12] - 2025-05-12
2
17
  ### :sparkles: New Features
3
18
  - [`5dff95a`](https://github.com/webitel/webitel-ui-sdk/commit/5dff95af18314681fa30a08fa112eecc8f760c80) - added portal icon [WTEL-6785](https://webitel.atlassian.net/browse/WTEL-6785) *(commit by [@plnnsimon](https://github.com/plnnsimon))*
@@ -2136,3 +2151,6 @@
2136
2151
  [v25.6.10]: https://github.com/webitel/webitel-ui-sdk/compare/v25.6.9...v25.6.10
2137
2152
  [v25.6.11]: https://github.com/webitel/webitel-ui-sdk/compare/v25.6.10...v25.6.11
2138
2153
  [v25.6.12]: https://github.com/webitel/webitel-ui-sdk/compare/v25.6.11...v25.6.12
2154
+ [v25.6.13]: https://github.com/webitel/webitel-ui-sdk/compare/v25.6.12...v25.6.13
2155
+ [v25.6.14]: https://github.com/webitel/webitel-ui-sdk/compare/v25.6.13...v25.6.14
2156
+ [v25.6.15]: https://github.com/webitel/webitel-ui-sdk/compare/v25.6.14...v25.6.15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webitel/ui-sdk",
3
- "version": "25.6.13",
3
+ "version": "25.6.15",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "npm run docs:dev",
@@ -6,6 +6,7 @@ const ChatGatewayProvider = Object.freeze({
6
6
  WEBCHAT: 'webchat',
7
7
  INFOBIP: 'infobip_whatsapp',
8
8
  CUSTOM: 'custom',
9
+ PORTAL: 'portal',
9
10
  });
10
11
 
11
12
  export default ChatGatewayProvider;
@@ -129,6 +129,7 @@ export default {
129
129
  emptyResultSearch: 'Your search yielded no results',
130
130
  contact: 'Contact | Contacts',
131
131
  column: 'Column | Columns',
132
+ notification: 'Notification | Notifications',
132
133
  },
133
134
  // date-related texts
134
135
  date: {
@@ -128,6 +128,7 @@ export default {
128
128
  messaging: 'Сообщения',
129
129
  emptyResultSearch: 'Поиск не дал результатов',
130
130
  contact: 'Контакт | Контакты',
131
+ notification: 'Уведомление | Уведомления',
131
132
  },
132
133
  // date-related texts
133
134
  date: {
@@ -128,6 +128,7 @@ export default {
128
128
  messaging: 'Повідомлення',
129
129
  emptyResultSearch: 'Пошук не дав результатів',
130
130
  contact: 'Контакт | Контакти',
131
+ notification: 'Сповіщення',
131
132
  },
132
133
  // date-related texts
133
134
  date: {