@2uinc/frontend-component-xpert-chatbot 1.33.1 → 1.33.2

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.
@@ -21448,22 +21448,44 @@ function jT() {
21448
21448
  "aria-labelledby": "delete-conversation-modal-title",
21449
21449
  className: "xpert_chatbot__delete-conversation-modal",
21450
21450
  role: "dialog",
21451
- children: /* @__PURE__ */ v.jsxs("div", { className: "container", style: { borderColor: r }, children: [
21452
- /* @__PURE__ */ v.jsx(
21453
- "h2",
21454
- {
21455
- id: "delete-conversation-modal-title",
21456
- style: { color: r },
21457
- children: "Delete chat?"
21458
- }
21459
- ),
21460
- /* @__PURE__ */ v.jsx("p", { children: "Are you sure you want to delete your conversation?" }),
21461
- /* @__PURE__ */ v.jsx("p", { children: "This action cannot be undone." }),
21462
- /* @__PURE__ */ v.jsxs("div", { className: "buttons-container", children: [
21463
- /* @__PURE__ */ v.jsx("button", { onClick: () => n(!1), children: "Cancel" }),
21464
- /* @__PURE__ */ v.jsx("button", { className: "danger", onClick: t, children: "Delete" })
21465
- ] })
21466
- ] })
21451
+ children: /* @__PURE__ */ v.jsxs(
21452
+ "div",
21453
+ {
21454
+ className: "xpert_chatbot__delete-conversation-modal-container",
21455
+ style: { borderColor: r },
21456
+ children: [
21457
+ /* @__PURE__ */ v.jsx(
21458
+ "h2",
21459
+ {
21460
+ id: "delete-conversation-modal-title",
21461
+ className: "xpert_chatbot__delete-conversation-modal-h2",
21462
+ style: { color: r },
21463
+ children: "Delete chat?"
21464
+ }
21465
+ ),
21466
+ /* @__PURE__ */ v.jsx("p", { className: "xpert_chatbot__delete-conversation-modal-p", children: "Are you sure you want to delete your conversation?" }),
21467
+ /* @__PURE__ */ v.jsx("p", { className: "xpert_chatbot__delete-conversation-modal-p", children: "This action cannot be undone." }),
21468
+ /* @__PURE__ */ v.jsxs("div", { className: "xpert_chatbot__delete-conversation-modal-buttons-container", children: [
21469
+ /* @__PURE__ */ v.jsx(
21470
+ "button",
21471
+ {
21472
+ className: "xpert_chatbot__delete-conversation-modal-button",
21473
+ onClick: () => n(!1),
21474
+ children: "Cancel"
21475
+ }
21476
+ ),
21477
+ /* @__PURE__ */ v.jsx(
21478
+ "button",
21479
+ {
21480
+ className: "xpert_chatbot__delete-conversation-modal-button danger",
21481
+ onClick: t,
21482
+ children: "Delete"
21483
+ }
21484
+ )
21485
+ ] })
21486
+ ]
21487
+ }
21488
+ )
21467
21489
  }
21468
21490
  ) : null;
21469
21491
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@2uinc/frontend-component-xpert-chatbot",
3
- "version": "1.33.1",
3
+ "version": "1.33.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/2uinc/frontend-component-xpert-chatbot.git"