@connectycube/chat-widget 0.30.1 → 0.30.2
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/index.es.js +2337 -2324
- package/dist/index.umd.js +20 -20
- package/dist/react19/index.es.js +2276 -2263
- package/dist/react19/types/locales/el/translation.json.d.ts +1 -0
- package/dist/react19/types/locales/en/translation.json.d.ts +1 -0
- package/dist/react19/types/locales/ua/translation.json.d.ts +1 -0
- package/dist/types/locales/el/translation.json.d.ts +1 -0
- package/dist/types/locales/en/translation.json.d.ts +1 -0
- package/dist/types/locales/ua/translation.json.d.ts +1 -0
- package/package.json +1 -1
|
@@ -63,6 +63,7 @@ declare const _default: {
|
|
|
63
63
|
"Busy": "Απασχολημένος/η",
|
|
64
64
|
"Away": "Απουσιάζω",
|
|
65
65
|
"Online": "Συνδεδεμένος/η",
|
|
66
|
+
"IncomingCall": "Εισερχόμενη κλήση",
|
|
66
67
|
"IncomingAudioCall": "Εισερχόμενη κλήση ήχου από τον χρήστη {{name}}",
|
|
67
68
|
"IncomingVideoCall": "Εισερχόμενη κλήση βίντεο από τον χρήστη {{name}}",
|
|
68
69
|
"Accept": "Αποδοχή",
|
|
@@ -63,6 +63,7 @@ declare const _default: {
|
|
|
63
63
|
"Busy": "Busy",
|
|
64
64
|
"Away": "Away",
|
|
65
65
|
"Online": "Online",
|
|
66
|
+
"IncomingCall": "Incoming call",
|
|
66
67
|
"IncomingAudioCall": "Incoming audio call from {{name}}",
|
|
67
68
|
"IncomingVideoCall": "Incoming video call from {{name}}",
|
|
68
69
|
"Accept": "Accept",
|
|
@@ -63,6 +63,7 @@ declare const _default: {
|
|
|
63
63
|
"Busy": "Зайнятий",
|
|
64
64
|
"Away": "Відсутній",
|
|
65
65
|
"Online": "В мережі",
|
|
66
|
+
"IncomingCall": "Вхідний виклик",
|
|
66
67
|
"IncomingAudioCall": "Вхідний аудіо виклик від {{name}}",
|
|
67
68
|
"IncomingVideoCall": "Вхідний відео виклик від {{name}}",
|
|
68
69
|
"Accept": "Прийняти",
|
|
@@ -63,6 +63,7 @@ declare const _default: {
|
|
|
63
63
|
"Busy": "Απασχολημένος/η",
|
|
64
64
|
"Away": "Απουσιάζω",
|
|
65
65
|
"Online": "Συνδεδεμένος/η",
|
|
66
|
+
"IncomingCall": "Εισερχόμενη κλήση",
|
|
66
67
|
"IncomingAudioCall": "Εισερχόμενη κλήση ήχου από τον χρήστη {{name}}",
|
|
67
68
|
"IncomingVideoCall": "Εισερχόμενη κλήση βίντεο από τον χρήστη {{name}}",
|
|
68
69
|
"Accept": "Αποδοχή",
|
|
@@ -63,6 +63,7 @@ declare const _default: {
|
|
|
63
63
|
"Busy": "Busy",
|
|
64
64
|
"Away": "Away",
|
|
65
65
|
"Online": "Online",
|
|
66
|
+
"IncomingCall": "Incoming call",
|
|
66
67
|
"IncomingAudioCall": "Incoming audio call from {{name}}",
|
|
67
68
|
"IncomingVideoCall": "Incoming video call from {{name}}",
|
|
68
69
|
"Accept": "Accept",
|
|
@@ -63,6 +63,7 @@ declare const _default: {
|
|
|
63
63
|
"Busy": "Зайнятий",
|
|
64
64
|
"Away": "Відсутній",
|
|
65
65
|
"Online": "В мережі",
|
|
66
|
+
"IncomingCall": "Вхідний виклик",
|
|
66
67
|
"IncomingAudioCall": "Вхідний аудіо виклик від {{name}}",
|
|
67
68
|
"IncomingVideoCall": "Вхідний відео виклик від {{name}}",
|
|
68
69
|
"Accept": "Прийняти",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@connectycube/chat-widget",
|
|
3
3
|
"description": "A React component that seamlessly integrates ConnectyCube's real-time chat capabilities into your web applications. This widget offers an out-of-the-box solution for embedding chat features—such as instant messaging, user presence, and file sharing—without the overhead of building a complete chat system from scratch.",
|
|
4
|
-
"version": "0.30.
|
|
4
|
+
"version": "0.30.2",
|
|
5
5
|
"license": "GPL-3.0-only",
|
|
6
6
|
"homepage": "https://github.com/ConnectyCube/connectycube-chat-widget#readme",
|
|
7
7
|
"bugs": {
|