@2uinc/frontend-component-xpert-chatbot 1.27.0 ā 1.27.1
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/lib/index.min.js +1 -1
- package/package.json +2 -1
package/dist/lib/index.min.js
CHANGED
@@ -1183,7 +1183,7 @@ const Vr = /* @__PURE__ */ tt(Zs), Ys = {
|
|
1183
1183
|
},
|
1184
1184
|
container: null
|
1185
1185
|
},
|
1186
|
-
systemMessage: "Hi there! š Iām Xpert
|
1186
|
+
systemMessage: "Hi there! š Iām Xpert. How may I assist you in navigating your Online Learning Campus today?",
|
1187
1187
|
prompts: null,
|
1188
1188
|
userMessageBubble: {
|
1189
1189
|
style: {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@2uinc/frontend-component-xpert-chatbot",
|
3
|
-
"version": "1.27.
|
3
|
+
"version": "1.27.1",
|
4
4
|
"repository": {
|
5
5
|
"type": "git",
|
6
6
|
"url": "git+https://github.com/2uinc/frontend-component-xpert-chatbot.git"
|
@@ -57,6 +57,7 @@
|
|
57
57
|
"@eslint/js": "^9.17.0",
|
58
58
|
"@fullhuman/postcss-purgecss": "^7.0.2",
|
59
59
|
"@iconify/react": "^5.1.0",
|
60
|
+
"@playwright/test": "^1.50.1",
|
60
61
|
"@semantic-release/exec": "^6.0.3",
|
61
62
|
"@semantic-release/git": "^10.0.1",
|
62
63
|
"@semantic-release/github": "^11.0.1",
|