@2uinc/frontend-component-xpert-chatbot 1.3.16 → 1.3.17
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 +2 -1
- package/package.json +1 -1
package/dist/lib/index.min.js
CHANGED
@@ -9643,8 +9643,9 @@ function Jo({ disableScroll: e }) {
|
|
9643
9643
|
}, [e]), /* @__PURE__ */ D.jsx(
|
9644
9644
|
"div",
|
9645
9645
|
{
|
9646
|
+
"aria-label": "Loading",
|
9646
9647
|
ref: t,
|
9647
|
-
role: "
|
9648
|
+
role: "status",
|
9648
9649
|
className: "xpert_chatbot__loader__wrapper",
|
9649
9650
|
children: /* @__PURE__ */ D.jsxs("div", { className: "xpert_chatbot__loader__ellipsis", children: [
|
9650
9651
|
/* @__PURE__ */ D.jsx("div", { className: "xpert_chatbot__loader__ellipsis-bullets--first" }),
|