@2uinc/frontend-component-xpert-chatbot 1.13.4 → 1.13.5

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 CHANGED
@@ -17,13 +17,15 @@
17
17
  xpertKey: 'test-chatbot',
18
18
  };
19
19
  </script>
20
- <head>
21
- <link rel="stylesheet" href="https://chatbot-frontend.prod.ai.2u.com/@latest/index.min.css" />
22
- </head>
20
+ <link rel="stylesheet" href="https://chatbot-frontend.prod.ai.2u.com/@latest/index.min.css" />
23
21
  <script defer src="https://chatbot-frontend.prod.ai.2u.com/@latest/index.min.js"></script>
24
22
  </body>
25
23
  ```
26
24
 
25
+ ```
26
+ $ npm install @2uinc/frontend-component-xpert-chatbot
27
+ ```
28
+
27
29
  <img src="docs/assets/edx.png" alt="edx Marketplace launch button" width="250">
28
30
  <img src="docs/assets/edx-screen.png" alt="edx Marketplace screen" width="250">
29
31
 
@@ -361,7 +361,7 @@ const is = {
361
361
  },
362
362
  container: null
363
363
  },
364
- systemMessage: "Hi there! 👋 I'm Xpert, what can I help you with? I'm available to answer questions about things like billing, registration, and payment options.",
364
+ systemMessage: "Hi there! 👋 I'm Xpert, what can I help you with? I'm available to answer questions about technical issues, navigating the Digital Campus, or using Digital Campus features.",
365
365
  prompts: null,
366
366
  userMessageBubble: {
367
367
  style: {
@@ -441,7 +441,7 @@ const is = {
441
441
  },
442
442
  container: null
443
443
  },
444
- systemMessage: "Hi there! 👋 I'm Xpert, what can I help you with? I'm available to answer questions about things like billing, registration, and payment options.",
444
+ systemMessage: "Hi there! 👋 I'm Xpert, what can I help you with? I'm available to answer questions about technical issues, navigating the Digital Campus, or using Digital Campus features.",
445
445
  prompts: null,
446
446
  userMessageBubble: {
447
447
  style: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@2uinc/frontend-component-xpert-chatbot",
3
- "version": "1.13.4",
3
+ "version": "1.13.5",
4
4
  "homepage": "/app/plugins/xpert-chatbot/frontend/build/",
5
5
  "repository": {
6
6
  "type": "git",