@2uinc/frontend-component-xpert-chatbot 1.13.9-beta.7 → 1.13.9-beta.9

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.
@@ -10480,7 +10480,7 @@ const Xh = Fn, Ka = () => {
10480
10480
  "div",
10481
10481
  {
10482
10482
  ref: t,
10483
- tabIndex: 0,
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
- role: "status",
10542
- "aria-labelledby": "message-container",
10543
- className: "xpert-chatbot-popup__bubble--group",
10544
- children: /* @__PURE__ */ N.jsx("div", { className: "xpert-chatbot-popup__bubble--group-inner", children: /* @__PURE__ */ N.jsx(
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
@@ -10814,7 +10805,6 @@ function Ja({
10814
10805
  onClick: n,
10815
10806
  "aria-label": a.text,
10816
10807
  type: "button",
10817
- tabIndex: 0,
10818
10808
  children: /* @__PURE__ */ N.jsx("div", { className: "xpert_chatbot__proactive-message__text", children: e })
10819
10809
  }
10820
10810
  ) }),
@@ -10825,7 +10815,6 @@ function Ja({
10825
10815
  onClick: m,
10826
10816
  "aria-label": "Close proactive message",
10827
10817
  type: "button",
10828
- tabIndex: 0,
10829
10818
  children: /* @__PURE__ */ N.jsx(
10830
10819
  Nt,
10831
10820
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@2uinc/frontend-component-xpert-chatbot",
3
- "version": "1.13.9-beta.7",
3
+ "version": "1.13.9-beta.9",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/2uinc/frontend-component-xpert-chatbot.git"