@bcc-code/vue-bcc-chat-ui 1.2.2 → 1.2.4
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/dist/vue-bcc-chat-ui.js +2 -2
- package/package.json +2 -2
package/dist/vue-bcc-chat-ui.js
CHANGED
|
@@ -70510,8 +70510,8 @@ const pI = oe([]), XFe = async (e) => (Nu[e] || (Nu[e] = await X.CometChat.getGr
|
|
|
70510
70510
|
dark: "#F9FAFB"
|
|
70511
70511
|
},
|
|
70512
70512
|
secondary: {
|
|
70513
|
-
light: "
|
|
70514
|
-
dark: "
|
|
70513
|
+
light: "white",
|
|
70514
|
+
dark: "white"
|
|
70515
70515
|
},
|
|
70516
70516
|
accent: {
|
|
70517
70517
|
// message bar text
|
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": "1.2.
|
|
5
|
+
"version": "1.2.4",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"private": false,
|
|
8
8
|
"files": [
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"vue": "^3.0.0"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@types/node": "^20.11.
|
|
25
|
+
"@types/node": "^20.11.24",
|
|
26
26
|
"@vitejs/plugin-vue": "^4.6.2",
|
|
27
27
|
"path": "^0.12.7",
|
|
28
28
|
"sass": "^1.71.1",
|