@2uinc/frontend-component-xpert-chatbot 1.3.0 → 1.3.1-alpha.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/README.md +3 -9
- package/package.json +1 -1
package/README.md
CHANGED
@@ -116,17 +116,11 @@ A CDN deployment occurs after the NPM deployment for clients that don't have Rea
|
|
116
116
|
<head>
|
117
117
|
<link rel="stylesheet" href="https://chatbot-frontend.prod.ai.2u.com/@latest/index.min.css" />
|
118
118
|
|
119
|
-
<script type="importmap">
|
120
|
-
{
|
121
|
-
"imports": {
|
122
|
-
"react": "https://cdn.jsdelivr.net/npm/react@17.0.2/+esm",
|
123
|
-
"react-dom": "https://cdn.jsdelivr.net/npm/react-dom@17.0.2/+esm"
|
124
|
-
}
|
125
|
-
}
|
126
|
-
</script>
|
127
119
|
</head>
|
128
120
|
<body>
|
129
|
-
<
|
121
|
+
<div id="xpert-chatbot-container"></div>
|
122
|
+
...
|
123
|
+
<script defer src="https://chatbot-frontend.prod.ai.2u.com/@latest/index.min.js"></script>
|
130
124
|
</body>
|
131
125
|
```
|
132
126
|
|