@connectycube/chat-widget 0.21.1 → 0.22.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.
- package/CHANGELOG.md +19 -0
- package/dist/App.d.ts +8 -0
- package/dist/components/home/main/chat-info-members.d.ts +1 -3
- package/dist/components/home/main/message-body.d.ts +1 -0
- package/dist/components/home/main/message-url-preview.d.ts +6 -0
- package/dist/components/home/sidebar/new-chat/create-group-chat/create-group-chat.d.ts +1 -1
- package/dist/components/shared/avatar.d.ts +8 -3
- package/dist/components/shared/widget-button.d.ts +4 -0
- package/dist/hooks/index.d.ts +5 -1
- package/dist/hooks/store/useAppSettingsStore.d.ts +9 -0
- package/dist/hooks/store/useLinkPreviewStore.d.ts +17 -0
- package/dist/hooks/store/useOnlineUsersCountStore.d.ts +11 -0
- package/dist/hooks/useLastActivity.d.ts +2 -0
- package/dist/hooks/useTypingStatusText.d.ts +3 -0
- package/dist/index.es.js +7710 -7817
- package/dist/index.umd.js +33 -33
- package/package.json +20 -20
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.
|
|
4
|
+
"version": "0.22.0",
|
|
5
5
|
"license": "GPL-3.0-only",
|
|
6
6
|
"homepage": "https://github.com/ConnectyCube/connectycube-chat-widget#readme",
|
|
7
7
|
"bugs": {
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"version": "sh ./fetch-version.sh"
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@connectycube/use-chat": "^0.
|
|
69
|
+
"@connectycube/use-chat": "^0.20.0",
|
|
70
70
|
"@radix-ui/react-alert-dialog": "^1.1.6",
|
|
71
71
|
"@radix-ui/react-avatar": "^1.1.3",
|
|
72
72
|
"@radix-ui/react-dialog": "^1.1.6",
|
|
@@ -77,56 +77,56 @@
|
|
|
77
77
|
"@radix-ui/react-tabs": "^1.1.3",
|
|
78
78
|
"class-variance-authority": "^0.7.1",
|
|
79
79
|
"clsx": "^2.1.1",
|
|
80
|
-
"connectycube": "^4.
|
|
80
|
+
"connectycube": "^4.3.0",
|
|
81
81
|
"get-browser-fingerprint": "^4.1.0",
|
|
82
82
|
"i18next": "^24.2.3",
|
|
83
83
|
"jsdom": "^26.0.0",
|
|
84
84
|
"linkify-react": "^4.2.0",
|
|
85
85
|
"linkifyjs": "^4.2.0",
|
|
86
|
-
"lucide-react": "^0.
|
|
86
|
+
"lucide-react": "^0.487.0",
|
|
87
87
|
"next-themes": "^0.4.6",
|
|
88
88
|
"react": "^18.3.1",
|
|
89
89
|
"react-dom": "^18.3.1",
|
|
90
|
-
"react-hook-form": "^7.
|
|
90
|
+
"react-hook-form": "^7.55.0",
|
|
91
91
|
"react-i18next": "^15.4.1",
|
|
92
92
|
"react-icons": "^5.5.0",
|
|
93
93
|
"react-intersection-observer": "^9.16.0",
|
|
94
94
|
"react-player": "^2.16.0",
|
|
95
|
-
"react-router": "^7.4.
|
|
96
|
-
"react-router-dom": "^7.4.
|
|
95
|
+
"react-router": "^7.4.1",
|
|
96
|
+
"react-router-dom": "^7.4.1",
|
|
97
97
|
"react-scroll": "^1.9.3",
|
|
98
98
|
"zustand": "^5.0.3"
|
|
99
99
|
},
|
|
100
100
|
"devDependencies": {
|
|
101
101
|
"@eslint/js": "^9.23.0",
|
|
102
|
-
"@tailwindcss/postcss": "^4.
|
|
103
|
-
"@tailwindcss/vite": "^4.
|
|
104
|
-
"@types/node": "^22.
|
|
102
|
+
"@tailwindcss/postcss": "^4.1.1",
|
|
103
|
+
"@tailwindcss/vite": "^4.1.1",
|
|
104
|
+
"@types/node": "^22.14.0",
|
|
105
105
|
"@types/react": "^18.3.20",
|
|
106
|
-
"@types/react-dom": "^18.3.
|
|
106
|
+
"@types/react-dom": "^18.3.6",
|
|
107
107
|
"@types/react-scroll": "^1.8.10",
|
|
108
108
|
"@vitejs/plugin-react": "^4.3.4",
|
|
109
|
-
"@vitest/coverage-v8": "^3.
|
|
109
|
+
"@vitest/coverage-v8": "^3.1.1",
|
|
110
110
|
"eslint": "^9.23.0",
|
|
111
111
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
112
112
|
"eslint-plugin-react-refresh": "^0.4.19",
|
|
113
113
|
"globals": "^16.0.0",
|
|
114
114
|
"npm-run-all": "^4.1.5",
|
|
115
115
|
"prettier": "3.5.3",
|
|
116
|
-
"sonner": "^2.0.
|
|
117
|
-
"tailwind-merge": "^3.0
|
|
118
|
-
"tailwindcss": "^4.
|
|
116
|
+
"sonner": "^2.0.3",
|
|
117
|
+
"tailwind-merge": "^3.1.0",
|
|
118
|
+
"tailwindcss": "^4.1.1",
|
|
119
119
|
"tailwindcss-animate": "^1.0.7",
|
|
120
120
|
"typescript": "^5.8.2",
|
|
121
|
-
"typescript-eslint": "^8.
|
|
122
|
-
"vite": "^6.2.
|
|
121
|
+
"typescript-eslint": "^8.29.0",
|
|
122
|
+
"vite": "^6.2.5",
|
|
123
123
|
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
124
124
|
"vite-plugin-dts": "^4.5.3",
|
|
125
|
-
"vitest": "^3.
|
|
125
|
+
"vitest": "^3.1.1"
|
|
126
126
|
},
|
|
127
127
|
"optionalDependencies": {
|
|
128
|
-
"@rollup/rollup-linux-x64-gnu": "4.
|
|
129
|
-
"@tailwindcss/oxide-linux-x64-gnu": "^4.
|
|
128
|
+
"@rollup/rollup-linux-x64-gnu": "4.39.0",
|
|
129
|
+
"@tailwindcss/oxide-linux-x64-gnu": "^4.1.1",
|
|
130
130
|
"lightningcss-linux-x64-gnu": "^1.29.3"
|
|
131
131
|
},
|
|
132
132
|
"engines": {
|