@tarxemo/customer_support 1.2.1 → 1.2.3

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/index.es.js CHANGED
@@ -2035,21 +2035,21 @@ const ls = ({ message: e, onDelete: t }) => {
2035
2035
  return Se(() => {
2036
2036
  var l;
2037
2037
  (l = u.current) == null || l.scrollIntoView({ behavior: "smooth" });
2038
- }, [e]), /* @__PURE__ */ g.createElement("div", { className: "cs-window" }, /* @__PURE__ */ g.createElement("div", { className: "cs-window__header" }, /* @__PURE__ */ g.createElement("div", { className: "cs-window__header-info" }, /* @__PURE__ */ g.createElement("h3", { className: "cs-window__title" }, "Customer Support"), /* @__PURE__ */ g.createElement("div", { className: "cs-window__status" }, /* @__PURE__ */ g.createElement("span", { className: "cs-window__status-dot" }), /* @__PURE__ */ g.createElement("span", null, "Online"))), /* @__PURE__ */ g.createElement("div", { style: { display: "flex", gap: "8px" } }, e.length > 0 && f && /* @__PURE__ */ g.createElement(
2038
+ }, [e]), /* @__PURE__ */ g.createElement("div", { className: "cs-window" }, /* @__PURE__ */ g.createElement("div", { className: "cs-window__header" }, /* @__PURE__ */ g.createElement("div", { className: "cs-window__header-info" }, /* @__PURE__ */ g.createElement("h3", { className: "cs-window__title text-gray-900" }, "Customer Support"), /* @__PURE__ */ g.createElement("div", { className: "cs-window__status" }, /* @__PURE__ */ g.createElement("span", { className: "cs-window__status-dot" }), /* @__PURE__ */ g.createElement("span", { className: "text-gray-900" }, "Online"))), /* @__PURE__ */ g.createElement("div", { style: { display: "flex", gap: "8px" } }, e.length > 0 && f && /* @__PURE__ */ g.createElement(
2039
2039
  "button",
2040
2040
  {
2041
- className: "cs-window__close",
2041
+ className: "cs-window__close text-red-500",
2042
2042
  onClick: () => {
2043
2043
  window.confirm("Are you sure you want to clear the entire chat history?") && f();
2044
2044
  },
2045
2045
  "aria-label": "Clear chat history",
2046
2046
  title: "Clear chat history"
2047
2047
  },
2048
- /* @__PURE__ */ g.createElement(Ge, { size: 18 })
2048
+ /* @__PURE__ */ g.createElement(Ge, { size: 18, className: "text-red-500" })
2049
2049
  ), /* @__PURE__ */ g.createElement(
2050
2050
  "button",
2051
2051
  {
2052
- className: "cs-window__close",
2052
+ className: "cs-window__close text-gray-900",
2053
2053
  onClick: r,
2054
2054
  "aria-label": "Close chat"
2055
2055
  },