@connectycube/chat-widget 0.14.0 → 0.14.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/README.md +3 -26
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -126,28 +126,6 @@ See chat widget code samples <https://github.com/ConnectyCube/connectycube-chat-
|
|
|
126
126
|
|
|
127
127
|
## Props
|
|
128
128
|
|
|
129
|
-
<<<<<<< HEAD
|
|
130
|
-
| Prop Name | Type | Description | Default Value |
|
|
131
|
-
| -------------------- | --------------------- | -------------------------------------------------------------------------------------- | ------------- |
|
|
132
|
-
| `appId` | `number \| string` | The ConnectyCube Application ID | |
|
|
133
|
-
| `authKey` | `string` | The ConnectyCube Authentication Key | |
|
|
134
|
-
| `config` | `object` | _(Optional)_ Configuration options for ConnectyCube SDK | |
|
|
135
|
-
| `userId` | `string` | A User Id from your system | |
|
|
136
|
-
| `userName` | `string` | User name. This is how other users will see your user name | |
|
|
137
|
-
| `userAvatar` | `string` | _(Optional)_ User Avatar URL | |
|
|
138
|
-
| `userProfileLink` | `string` | _(Optional)_ User profile link URL | |
|
|
139
|
-
| `muted` | `boolean` | _(Optional)_ Do not play sound on incoming message | false |
|
|
140
|
-
| `splitView` | `boolean` | _(Optional)_ Displays the chats in split view or single view | false |
|
|
141
|
-
| `showOnlineUsersTab` | `boolean` | _(Optional)_ Displays users tab with the list of online users | false |
|
|
142
|
-
| `buttonTitle` | `string` | _(Optional)_ The text displayed on the chat button | "Chat" |
|
|
143
|
-
| `buttonStyle` | `React.CSSProperties` | _(Optional)_ Inline styles for the button | |
|
|
144
|
-
| `portalStyle` | `React.CSSProperties` | _(Optional)_ Inline styles for the portal | |
|
|
145
|
-
| `badgeStyle` | `React.CSSProperties` | _(Optional)_ Inline styles for the badge | |
|
|
146
|
-
| `buttonClassName` | `string` | _(Optional)_ CSS class or Tailwind CSS classes for the button | |
|
|
147
|
-
| `portalClassName` | `string` | _(Optional)_ CSS class or Tailwind CSS classes for the chat | |
|
|
148
|
-
| `badgeClassName` | `string` | _(Optional)_ CSS class or Tailwind CSS classes for the badge | |
|
|
149
|
-
| `quickActions` | `object` | _(Optional)_ Configuration for quick actions dialog. See [QuickActions](#quickactions) | |
|
|
150
|
-
=======
|
|
151
129
|
| Prop Name | Type | Description | Default Value |
|
|
152
130
|
| -------------------- | --------------------- | -------------------------------------------------------------------------------------------------------------- | ------------- |
|
|
153
131
|
| `appId` | `number \| string` | The ConnectyCube Application ID | |
|
|
@@ -156,20 +134,19 @@ See chat widget code samples <https://github.com/ConnectyCube/connectycube-chat-
|
|
|
156
134
|
| `userId` | `string` | A User Id from your system | |
|
|
157
135
|
| `userName` | `string` | User name. This is how other users will see your user name | |
|
|
158
136
|
| `userAvatar` | `string` | _(Optional)_ User Avatar URL | |
|
|
137
|
+
| `userProfileLink` | `string` | _(Optional)_ User profile link URL | |
|
|
159
138
|
| `muted` | `boolean` | _(Optional)_ Do not play sound on incoming message | false |
|
|
160
139
|
| `splitView` | `boolean` | _(Optional)_ Displays the chats in split view or single view | false |
|
|
161
140
|
| `showOnlineUsersTab` | `boolean` | _(Optional)_ Displays users tab with the list of online users | false |
|
|
162
|
-
| `
|
|
163
|
-
| `buttonTitle` | `string` | _(Optional)_ The text displayed on the chat button | |
|
|
141
|
+
| `buttonTitle` | `string` | _(Optional)_ The text displayed on the chat button | "Chat" |
|
|
164
142
|
| `buttonStyle` | `React.CSSProperties` | _(Optional)_ Inline styles for the button | |
|
|
165
143
|
| `portalStyle` | `React.CSSProperties` | _(Optional)_ Inline styles for the portal | |
|
|
166
144
|
| `badgeStyle` | `React.CSSProperties` | _(Optional)_ Inline styles for the badge | |
|
|
167
145
|
| `buttonClassName` | `string` | _(Optional)_ CSS class or Tailwind CSS classes for the button | |
|
|
168
146
|
| `portalClassName` | `string` | _(Optional)_ CSS class or Tailwind CSS classes for the chat | |
|
|
169
147
|
| `badgeClassName` | `string` | _(Optional)_ CSS class or Tailwind CSS classes for the badge | |
|
|
170
|
-
| `quickActions` | `object` | _(Optional)_ Configuration for quick actions
|
|
148
|
+
| `quickActions` | `object` | _(Optional)_ Configuration for quick actions dialog. See [QuickActions](#quickactions) | |
|
|
171
149
|
| `translation` | `string` | _(Optional)_ Specifies the language for the chat widget. See [Supported Translations](#supported-translations) | "en" |
|
|
172
|
-
>>>>>>> dev
|
|
173
150
|
|
|
174
151
|
## Quick Actions
|
|
175
152
|
|
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.14.
|
|
4
|
+
"version": "0.14.2",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"chat-widget",
|
|
7
7
|
"widget",
|