@connectycube/chat-widget 0.20.0 → 0.21.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.
@@ -1,4 +1,4 @@
1
- import { Dialogs } from '../../node_modules/connectycube/src/types';
1
+ import { Dialogs } from 'connectycube/types';
2
2
  import { ClassValue } from 'clsx';
3
3
  export declare function cn(...inputs: ClassValue[]): string;
4
4
  export declare function createTempChat(id: string, name: string, type: 3 | 2, occupantsIds: number[], currentUserId: number, photo?: string, extensions?: {
@@ -59,6 +59,7 @@ declare const _default: {
59
59
  "NotificationSound": "Ήχος ειδοποίησης",
60
60
  "PushNotifications": "Ειδοποιήσεις push",
61
61
  "PleaseWait": "Παρακαλώ περιμένετε"
62
- };
62
+ }
63
+ ;
63
64
 
64
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.20.0",
4
+ "version": "0.21.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.17.0",
69
+ "@connectycube/use-chat": "^0.18.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,13 +77,13 @@
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.2.0",
80
+ "connectycube": "^4.2.2",
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.480.0",
86
+ "lucide-react": "^0.483.0",
87
87
  "next-themes": "^0.4.6",
88
88
  "react": "^18.3.1",
89
89
  "react-dom": "^18.3.1",
@@ -91,22 +91,22 @@
91
91
  "react-i18next": "^15.4.1",
92
92
  "react-icons": "^5.5.0",
93
93
  "react-intersection-observer": "^9.16.0",
94
- "react-router": "^7.3.0",
95
- "react-router-dom": "^7.3.0",
94
+ "react-player": "^2.16.0",
95
+ "react-router": "^7.4.0",
96
+ "react-router-dom": "^7.4.0",
96
97
  "react-scroll": "^1.9.3",
97
98
  "zustand": "^5.0.3"
98
99
  },
99
100
  "devDependencies": {
100
101
  "@eslint/js": "^9.22.0",
101
- "@tailwindcss/postcss": "^4.0.14",
102
- "@tailwindcss/vite": "^4.0.14",
102
+ "@tailwindcss/postcss": "^4.0.15",
103
+ "@tailwindcss/vite": "^4.0.15",
103
104
  "@types/node": "^22.13.10",
104
105
  "@types/react": "^18.3.18",
105
106
  "@types/react-dom": "^18.3.5",
106
- "@types/react-i18next": "^8.1.0",
107
107
  "@types/react-scroll": "^1.8.10",
108
108
  "@vitejs/plugin-react": "^4.3.4",
109
- "@vitest/coverage-v8": "^3.0.8",
109
+ "@vitest/coverage-v8": "^3.0.9",
110
110
  "eslint": "^9.22.0",
111
111
  "eslint-plugin-react-hooks": "^5.2.0",
112
112
  "eslint-plugin-react-refresh": "^0.4.19",
@@ -115,18 +115,22 @@
115
115
  "prettier": "3.5.3",
116
116
  "sonner": "^2.0.1",
117
117
  "tailwind-merge": "^3.0.2",
118
- "tailwindcss": "^4.0.14",
118
+ "tailwindcss": "^4.0.15",
119
119
  "tailwindcss-animate": "^1.0.7",
120
120
  "typescript": "^5.8.2",
121
- "typescript-eslint": "^8.26.1",
121
+ "typescript-eslint": "^8.27.0",
122
122
  "vite": "^6.2.2",
123
123
  "vite-plugin-css-injected-by-js": "^3.5.2",
124
124
  "vite-plugin-dts": "^4.5.3",
125
- "vitest": "^3.0.8"
125
+ "vitest": "^3.0.9"
126
126
  },
127
127
  "optionalDependencies": {
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
+ "@rollup/rollup-linux-x64-gnu": "4.36.0",
129
+ "@tailwindcss/oxide-linux-x64-gnu": "^4.0.15",
130
+ "lightningcss-linux-x64-gnu": "^1.29.3"
131
+ },
132
+ "engines": {
133
+ "node": ">=20.0.0",
134
+ "npm": ">=10.0.0"
131
135
  }
132
136
  }