@bcc-code/vue-bcc-chat-ui 4.4.8 → 4.4.10

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/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@bcc-code/vue-bcc-chat-ui",
3
3
  "author": "bcc-code",
4
4
  "license": "Apache-2.0",
5
- "version": "4.4.8",
5
+ "version": "4.4.10",
6
6
  "type": "module",
7
7
  "private": false,
8
8
  "files": [
@@ -160,9 +160,22 @@ onMounted(() => {
160
160
  "word-break": "break-all"
161
161
  },
162
162
  shadowDomSelector: "cometchat-preview",
163
- }
163
+ },
164
+ {
165
+ selector: ".cc__polldata",
166
+ style: { color: "var(--cc__primary150)" },
167
+ shadowDomSelector: "create-poll"
168
+ },
169
+ {
170
+ selector: ".cc__pollsbubble__option",
171
+ style: {
172
+ backgroundColor: "var(--cc__background)",
173
+ },
174
+ shadowDomSelector: "polls-bubble"
175
+ },
164
176
  ]);
165
177
 
178
+
166
179
  CometChat.addGroupListener("groupListener", new CometChat.GroupListener({
167
180
  onGroupMemberScopeChanged: (_action: any, changedUser: GroupMember, newScope: any, _oldScope: any, _changedGroup: GroupMember) => {
168
181
  handleGroupMemberChanges(changedUser, "update", newScope);
@@ -315,7 +328,7 @@ accent900: text in avatar
315
328
  --cc__primary150: #57639e;
316
329
  --cc__background: hsl(230, 25%, 15%);
317
330
  --cc__secondary: #111827;
318
- --cc__accent: #6274ae;
331
+ --cc__accent: #758abc;
319
332
  --cc__accent50: rgba(98, 116, 174, 0.24);
320
333
  --cc__accent100: linear-gradient(45deg, #05070b 0%, #0c111c 100%);
321
334
  --cc__accent200: rgba(98, 116, 174, 0.35);
@@ -325,7 +338,7 @@ accent900: text in avatar
325
338
  --cc__accent600: #758abc;
326
339
  --cc__accent700: #6274ae;
327
340
  --cc__accent800: rgba(98, 116, 174, 0.92);
328
- --cc__accent900: #f3faf7;
341
+ --cc__accent900: #090A0B;
329
342
  --cc__text-color: #fff;
330
343
  --cc__link-color: #cfeac8;
331
344
  }
@@ -95,7 +95,7 @@ function scheduleMessage() {
95
95
  --cc__primary150: #57639e;
96
96
  --cc__background: hsl(230, 25%, 15%);
97
97
  --cc__secondary: #111827;
98
- --cc__accent: #6274ae;
98
+ --cc__accent: #758abc;
99
99
  --cc__accent50: rgba(98, 116, 174, 0.24);
100
100
  --cc__accent100: linear-gradient(45deg, #05070b 0%, #0c111c 100%);
101
101
  --cc__accent200: rgba(98, 116, 174, 0.35);
@@ -105,7 +105,7 @@ function scheduleMessage() {
105
105
  --cc__accent600: #758abc;
106
106
  --cc__accent700: #6274ae;
107
107
  --cc__accent800: rgba(98, 116, 174, 0.92);
108
- --cc__accent900: #f3faf7;
108
+ --cc__accent900: #090A0B;
109
109
  --cc__text-color: #fff;
110
110
  --cc__link-color: #cfeac8;
111
111
  }