@connectycube/chat-widget 0.18.0 → 0.20.0

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.
@@ -33,7 +33,8 @@ declare const _default: {
33
33
  "Select": "Επιλογή",
34
34
  "Send": "Αποστολή",
35
35
  "StartChat": "Έναρξη συνομιλίας",
36
- "StartNewChat": "Έναρξη νέας συνομιλίας",
36
+ "NewUserChatDialogTitle": "Αποστολή μηνύματος σε μέλος",
37
+ "NewGroupChatDialogTitle": "Δημιουργία νέας ομάδας",
37
38
  "typing": "πληκτρολογεί",
38
39
  "Users": "Χρήστες",
39
40
  "you": "εσύ",
@@ -55,7 +56,9 @@ declare const _default: {
55
56
  "BlockListEmpty": "Η Blocked λίστα είναι άδεια",
56
57
  "NotificationSettings": "Ρυθμίσεις ειδοποιήσεων",
57
58
  "Notifications": "Ειδοποιήσεις",
58
- "NotificationSound": "Ήχος ειδοποίησης"
59
+ "NotificationSound": "Ήχος ειδοποίησης",
60
+ "PushNotifications": "Ειδοποιήσεις push",
61
+ "PleaseWait": "Παρακαλώ περιμένετε"
59
62
  };
60
63
 
61
64
  export default _default;
@@ -33,7 +33,8 @@ declare const _default: {
33
33
  "Select": "Select",
34
34
  "Send": "Send",
35
35
  "StartChat": "Start chat",
36
- "StartNewChat": "Start new chat",
36
+ "NewUserChatDialogTitle": "Send message to user",
37
+ "NewGroupChatDialogTitle": "Start a new Group",
37
38
  "typing": "typing",
38
39
  "Users": "Users",
39
40
  "you": "you",
@@ -55,7 +56,10 @@ declare const _default: {
55
56
  "BlockListEmpty": "Block list is empty",
56
57
  "NotificationSettings": "Notification settings",
57
58
  "Notifications": "Notifications",
58
- "NotificationSound": "Notification sound"
59
- };
59
+ "NotificationSound": "Notification sound",
60
+ "PushNotifications": "Push notifications",
61
+ "PleaseWait": "Please wait"
62
+ }
63
+ ;
60
64
 
61
65
  export default _default;
@@ -33,7 +33,8 @@ declare const _default: {
33
33
  "Select": "Вибрати",
34
34
  "Send": "Надіслати",
35
35
  "StartChat": "Розпочати чат",
36
- "StartNewChat": "Розпочати новий чат",
36
+ "NewUserChatDialogTitle": "Новий чат з користувачем",
37
+ "NewGroupChatDialogTitle": "Нова група",
37
38
  "typing": "друкує",
38
39
  "Users": "Користувачі",
39
40
  "you": "ви",
@@ -55,7 +56,10 @@ declare const _default: {
55
56
  "BlockListEmpty": "Список заблокованих порожній",
56
57
  "NotificationSettings": "Налаштування сповіщень",
57
58
  "Notifications": "Сповіщення",
58
- "NotificationSound": "Звук сповіщення"
59
- };
59
+ "NotificationSound": "Звук сповіщення",
60
+ "PushNotifications": "Push-сповіщення",
61
+ "PleaseWait": "Будь ласка, зачекайте"
62
+ }
63
+ ;
60
64
 
61
65
  export default _default;
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.18.0",
4
+ "version": "0.20.0",
5
5
  "license": "GPL-3.0-only",
6
6
  "homepage": "https://github.com/ConnectyCube/connectycube-chat-widget#readme",
7
7
  "bugs": {
@@ -44,7 +44,8 @@
44
44
  }
45
45
  },
46
46
  "files": [
47
- "dist"
47
+ "dist",
48
+ "CHANGELOG.md"
48
49
  ],
49
50
  "publishConfig": {
50
51
  "access": "public"
@@ -61,10 +62,11 @@
61
62
  "dev": "npm-run-all --parallel vite:dev tailwindcss:watch",
62
63
  "build": "npm run tailwindcss:minify & npm run vite:build",
63
64
  "preview": "npm run tailwindcss:minify & npm run vite:preview",
64
- "lint": "eslint ."
65
+ "lint": "eslint .",
66
+ "version": "sh ./fetch-version.sh"
65
67
  },
66
68
  "dependencies": {
67
- "@connectycube/use-chat": "^0.16.0",
69
+ "@connectycube/use-chat": "^0.17.0",
68
70
  "@radix-ui/react-alert-dialog": "^1.1.6",
69
71
  "@radix-ui/react-avatar": "^1.1.3",
70
72
  "@radix-ui/react-dialog": "^1.1.6",
@@ -75,36 +77,37 @@
75
77
  "@radix-ui/react-tabs": "^1.1.3",
76
78
  "class-variance-authority": "^0.7.1",
77
79
  "clsx": "^2.1.1",
78
- "connectycube": "^4.1.3",
79
- "i18next": "^24.2.2",
80
+ "connectycube": "^4.2.0",
81
+ "get-browser-fingerprint": "^4.1.0",
82
+ "i18next": "^24.2.3",
80
83
  "jsdom": "^26.0.0",
81
84
  "linkify-react": "^4.2.0",
82
85
  "linkifyjs": "^4.2.0",
83
- "lucide-react": "^0.477.0",
84
- "next-themes": "^0.4.4",
86
+ "lucide-react": "^0.480.0",
87
+ "next-themes": "^0.4.6",
85
88
  "react": "^18.3.1",
86
89
  "react-dom": "^18.3.1",
87
90
  "react-hook-form": "^7.54.2",
88
91
  "react-i18next": "^15.4.1",
89
92
  "react-icons": "^5.5.0",
90
- "react-intersection-observer": "^9.15.1",
91
- "react-router": "^7.2.0",
92
- "react-router-dom": "^7.2.0",
93
+ "react-intersection-observer": "^9.16.0",
94
+ "react-router": "^7.3.0",
95
+ "react-router-dom": "^7.3.0",
93
96
  "react-scroll": "^1.9.3",
94
97
  "zustand": "^5.0.3"
95
98
  },
96
99
  "devDependencies": {
97
- "@eslint/js": "^9.21.0",
98
- "@tailwindcss/postcss": "^4.0.9",
99
- "@tailwindcss/vite": "^4.0.9",
100
- "@types/node": "^22.13.9",
101
- "@types/react": "18.3.18",
100
+ "@eslint/js": "^9.22.0",
101
+ "@tailwindcss/postcss": "^4.0.14",
102
+ "@tailwindcss/vite": "^4.0.14",
103
+ "@types/node": "^22.13.10",
104
+ "@types/react": "^18.3.18",
102
105
  "@types/react-dom": "^18.3.5",
103
106
  "@types/react-i18next": "^8.1.0",
104
107
  "@types/react-scroll": "^1.8.10",
105
108
  "@vitejs/plugin-react": "^4.3.4",
106
- "@vitest/coverage-v8": "^3.0.7",
107
- "eslint": "^9.21.0",
109
+ "@vitest/coverage-v8": "^3.0.8",
110
+ "eslint": "^9.22.0",
108
111
  "eslint-plugin-react-hooks": "^5.2.0",
109
112
  "eslint-plugin-react-refresh": "^0.4.19",
110
113
  "globals": "^16.0.0",
@@ -112,18 +115,18 @@
112
115
  "prettier": "3.5.3",
113
116
  "sonner": "^2.0.1",
114
117
  "tailwind-merge": "^3.0.2",
115
- "tailwindcss": "^4.0.9",
118
+ "tailwindcss": "^4.0.14",
116
119
  "tailwindcss-animate": "^1.0.7",
117
120
  "typescript": "^5.8.2",
118
- "typescript-eslint": "^8.26.0",
119
- "vite": "^6.2.0",
121
+ "typescript-eslint": "^8.26.1",
122
+ "vite": "^6.2.2",
120
123
  "vite-plugin-css-injected-by-js": "^3.5.2",
121
124
  "vite-plugin-dts": "^4.5.3",
122
- "vitest": "^3.0.7"
125
+ "vitest": "^3.0.8"
123
126
  },
124
127
  "optionalDependencies": {
125
- "@tailwindcss/oxide-linux-x64-gnu": "^4.0.9",
126
- "lightningcss-linux-x64-gnu": "^1.29.1",
127
- "@rollup/rollup-linux-x64-gnu": "4.34.9"
128
+ "@rollup/rollup-linux-x64-gnu": "4.35.0",
129
+ "@tailwindcss/oxide-linux-x64-gnu": "^4.0.14",
130
+ "lightningcss-linux-x64-gnu": "^1.29.2"
128
131
  }
129
- }
132
+ }