@smarter.sh/ui-chat 0.2.3 → 0.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/smarter-chat-library.es.js +3 -3
- package/dist/smarter-chat-library.es.js.map +1 -1
- package/dist/smarter-chat-library.umd.js +1 -1
- package/dist/smarter-chat-library.umd.js.map +1 -1
- package/dist/ui-chat.css +1 -1
- package/package.json +1 -1
- package/src/components/SmarterChat/{SmarterChat.jsx → Component.jsx} +4 -4
- package/src/components/SmarterChat/index.js +2 -2
- package/src/components/SmarterChat/styles.css +2 -2
|
@@ -10862,8 +10862,8 @@ function lb({
|
|
|
10862
10862
|
/* @__PURE__ */ pe(
|
|
10863
10863
|
At.Content,
|
|
10864
10864
|
{
|
|
10865
|
-
userName: g ? /* @__PURE__ */ pe(jt, { title: j, isValid: x, isDeployed: ae }) : "
|
|
10866
|
-
info: g ? B : "
|
|
10865
|
+
userName: g ? /* @__PURE__ */ pe(jt, { title: j, isValid: x, isDeployed: ae }) : "Configuring workbench...",
|
|
10866
|
+
info: g ? B : ""
|
|
10867
10867
|
}
|
|
10868
10868
|
),
|
|
10869
10869
|
/* @__PURE__ */ Qe(At.Actions, { children: [
|
|
@@ -10906,7 +10906,7 @@ function lb({
|
|
|
10906
10906
|
c && /* @__PURE__ */ pe(Vv, { children: /* @__PURE__ */ pe(Wc, { config: w }) })
|
|
10907
10907
|
] }) }) }) });
|
|
10908
10908
|
}
|
|
10909
|
-
const ub = "0.2.
|
|
10909
|
+
const ub = "0.2.4";
|
|
10910
10910
|
export {
|
|
10911
10911
|
Ds as ConfigPropTypes,
|
|
10912
10912
|
Wc as Console,
|