@2uinc/frontend-component-xpert-chatbot 1.13.9-beta.7 → 1.13.9-beta.8
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 +7 -16
- package/package.json +1 -1
package/dist/lib/index.min.js
CHANGED
@@ -10480,7 +10480,7 @@ const Xh = Fn, Ka = () => {
|
|
10480
10480
|
"div",
|
10481
10481
|
{
|
10482
10482
|
ref: t,
|
10483
|
-
tabIndex:
|
10483
|
+
tabIndex: -1,
|
10484
10484
|
role: "alert",
|
10485
10485
|
"aria-live": "assertive",
|
10486
10486
|
className: "xpert-chatbot-popup__conversations_disclaimer--text",
|
@@ -10535,24 +10535,15 @@ Xr.propTypes = {
|
|
10535
10535
|
onPromptClick: D.func.isRequired
|
10536
10536
|
};
|
10537
10537
|
Xr.displayName = "PromptList";
|
10538
|
-
const eg = Xr, Jr = ({ message: e, isNormalSize: t }) => /* @__PURE__ */ N.jsx(
|
10538
|
+
const eg = Xr, Jr = ({ message: e, isNormalSize: t }) => /* @__PURE__ */ N.jsx("div", { role: "status", className: "xpert-chatbot-popup__bubble--group", children: /* @__PURE__ */ N.jsx("div", { className: "xpert-chatbot-popup__bubble--group-inner", children: /* @__PURE__ */ N.jsx(
|
10539
10539
|
"div",
|
10540
10540
|
{
|
10541
|
-
|
10542
|
-
|
10543
|
-
|
10544
|
-
children:
|
10545
|
-
"div",
|
10546
|
-
{
|
10547
|
-
id: "message-container",
|
10548
|
-
"data-testid": "message-container",
|
10549
|
-
className: "xpert-chatbot-popup__bubble--assistant",
|
10550
|
-
style: { maxWidth: t ? "85%" : "67%" },
|
10551
|
-
children: e
|
10552
|
-
}
|
10553
|
-
) })
|
10541
|
+
"data-testid": "message-container",
|
10542
|
+
className: "xpert-chatbot-popup__bubble--assistant",
|
10543
|
+
style: { maxWidth: t ? "85%" : "67%" },
|
10544
|
+
children: e
|
10554
10545
|
}
|
10555
|
-
);
|
10546
|
+
) }) });
|
10556
10547
|
Jr.propTypes = {
|
10557
10548
|
message: D.string.isRequired,
|
10558
10549
|
isNormalSize: D.bool.isRequired
|