@connectycube/chat-widget 0.31.0 → 0.32.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,5 +1,6 @@
1
1
  export declare const sleep: (ms: number) => Promise<void>;
2
2
  export declare const stripSpecificTailwindSupports: (css: string) => string;
3
+ export declare const isBrowser: boolean;
3
4
  export declare enum dataPrefix {
4
5
  WRAPPER = "data-connectycube-chat-widget-wrapper",
5
6
  FOCUSED = "data-connectycube-chat-widget-focused"
@@ -69,7 +69,7 @@ declare const _default: {
69
69
  "Accept": "Accept",
70
70
  "Reject": "Reject",
71
71
  "RejectedCall": "{{name}} rejected the call",
72
- "MissedCall": "Messed call from {{name}}"
72
+ "MissedCall": "Missed call from {{name}}"
73
73
  }
74
74
  ;
75
75
 
@@ -1,5 +1,6 @@
1
1
  export declare const sleep: (ms: number) => Promise<void>;
2
2
  export declare const stripSpecificTailwindSupports: (css: string) => string;
3
+ export declare const isBrowser: boolean;
3
4
  export declare enum dataPrefix {
4
5
  WRAPPER = "data-connectycube-chat-widget-wrapper",
5
6
  FOCUSED = "data-connectycube-chat-widget-focused"
@@ -69,7 +69,7 @@ declare const _default: {
69
69
  "Accept": "Accept",
70
70
  "Reject": "Reject",
71
71
  "RejectedCall": "{{name}} rejected the call",
72
- "MissedCall": "Messed call from {{name}}"
72
+ "MissedCall": "Missed call from {{name}}"
73
73
  }
74
74
  ;
75
75
 
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.31.0",
4
+ "version": "0.32.0",
5
5
  "license": "GPL-3.0-only",
6
6
  "homepage": "https://github.com/ConnectyCube/connectycube-chat-widget#readme",
7
7
  "bugs": {
@@ -79,7 +79,7 @@
79
79
  "version": "sh ./fetch-version.sh"
80
80
  },
81
81
  "dependencies": {
82
- "@connectycube/use-calls": "^0.11.1",
82
+ "@connectycube/use-calls": "^0.12.0",
83
83
  "@connectycube/use-chat": "^0.26.1",
84
84
  "@radix-ui/react-alert-dialog": "^1.1.14",
85
85
  "@radix-ui/react-avatar": "^1.1.10",
@@ -92,55 +92,54 @@
92
92
  "@radix-ui/react-tooltip": "^1.2.7",
93
93
  "class-variance-authority": "^0.7.1",
94
94
  "clsx": "^2.1.1",
95
- "connectycube": "^4.6.2",
95
+ "connectycube": "^4.7.0",
96
96
  "get-browser-fingerprint": "^4.1.0",
97
- "i18next": "^25.2.1",
98
- "jsdom": "^26.1.0",
97
+ "i18next": "^25.3.0",
99
98
  "linkify-react": "^4.3.1",
100
99
  "linkifyjs": "^4.3.1",
101
- "lucide-react": "^0.523.0",
100
+ "lucide-react": "^0.525.0",
102
101
  "next-themes": "^0.4.6",
103
- "react-hook-form": "^7.58.1",
102
+ "react-hook-form": "^7.59.0",
104
103
  "react-i18next": "^15.5.3",
105
104
  "react-icons": "^5.5.0",
106
105
  "react-intersection-observer": "^9.16.0",
107
106
  "react-player": "^2.16.0",
108
107
  "sonner": "^2.0.5",
109
108
  "virtua": "^0.41.5",
110
- "zustand": "^5.0.5"
109
+ "zustand": "^5.0.6"
111
110
  },
112
111
  "peerDependencies": {
113
- "react": "^18 || ^19",
114
- "react-dom": "^18 || ^19"
112
+ "react": ">=18",
113
+ "react-dom": ">=18"
115
114
  },
116
115
  "devDependencies": {
117
- "@eslint/js": "^9.29.0",
118
- "@tailwindcss/postcss": "^4.1.10",
119
- "@tailwindcss/vite": "^4.1.10",
120
- "@types/node": "^24.0.4",
116
+ "@eslint/js": "^9.30.1",
117
+ "@tailwindcss/postcss": "^4.1.11",
118
+ "@tailwindcss/vite": "^4.1.11",
119
+ "@types/node": "^24.0.10",
121
120
  "@types/react": "^19.1.8",
122
121
  "@types/react-dom": "^19.1.6",
123
122
  "@vitejs/plugin-react": "^4.6.0",
124
123
  "@vitest/coverage-v8": "^3.2.4",
125
- "eslint": "^9.29.0",
124
+ "eslint": "^9.30.1",
126
125
  "eslint-plugin-react-hooks": "^5.2.0",
127
126
  "eslint-plugin-react-refresh": "^0.4.20",
128
- "globals": "^16.2.0",
129
- "prettier": "3.6.1",
127
+ "globals": "^16.3.0",
128
+ "jsdom": "^26.1.0",
129
+ "prettier": "3.6.2",
130
130
  "tailwind-merge": "^3.3.1",
131
131
  "tailwind-scrollbar": "^4.0.2",
132
- "tailwindcss": "^4.1.10",
132
+ "tailwindcss": "^4.1.11",
133
133
  "tw-animate-css": "^1.3.4",
134
134
  "typescript": "^5.8.3",
135
- "typescript-eslint": "^8.35.0",
136
- "vite": "^6.3.5",
137
- "vite-plugin-css-injected-by-js": "^3.5.2",
135
+ "typescript-eslint": "^8.35.1",
136
+ "vite": "^7.0.0",
138
137
  "vite-plugin-dts": "^4.5.4",
139
138
  "vitest": "^3.2.4"
140
139
  },
141
140
  "optionalDependencies": {
142
141
  "@rollup/rollup-linux-x64-gnu": "4.44.1",
143
- "@tailwindcss/oxide-linux-x64-gnu": "^4.1.10",
142
+ "@tailwindcss/oxide-linux-x64-gnu": "^4.1.11",
144
143
  "lightningcss-linux-x64-gnu": "^1.30.1"
145
144
  },
146
145
  "engines": {