wealth-alpha-chat-widget 1.0.6 → 1.0.7

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.cjs CHANGED
@@ -938,8 +938,9 @@ function MessageBubble({ message, onChipClick, onFeedback }) {
938
938
  "aria-pressed": rating === "up",
939
939
  onClick: () => rate("up"),
940
940
  children: /* @__PURE__ */ jsxRuntime.jsxs("svg", { className: chat_default.feedbackIcon, viewBox: "0 0 24 24", "aria-hidden": "true", children: [
941
- /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M7 10v12" }),
942
- /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2a3.13 3.13 0 0 1 3 3.88Z" })
941
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M7 22V11" }),
942
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M2 13a2 2 0 0 1 2-2h3v11H4a2 2 0 0 1-2-2v-7Z" }),
943
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M7 11l4-9a3 3 0 0 1 3 3v4h5a2 2 0 0 1 2 2.3l-1.2 7A2 2 0 0 1 17.8 20H7" })
943
944
  ] })
944
945
  }
945
946
  ),
@@ -951,9 +952,10 @@ function MessageBubble({ message, onChipClick, onFeedback }) {
951
952
  "aria-label": "Not helpful",
952
953
  "aria-pressed": rating === "down",
953
954
  onClick: () => rate("down"),
954
- children: /* @__PURE__ */ jsxRuntime.jsxs("svg", { className: chat_default.feedbackIcon, viewBox: "0 0 24 24", "aria-hidden": "true", children: [
955
- /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M17 14V2" }),
956
- /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M9 18.12 10 14H4.17a2 2 0 0 1-1.92-2.56l2.33-8A2 2 0 0 1 6.5 2H20a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.76a2 2 0 0 0-1.79 1.11L12 22a3.13 3.13 0 0 1-3-3.88Z" })
955
+ children: /* @__PURE__ */ jsxRuntime.jsxs("svg", { className: chat_default.feedbackIcon, viewBox: "0 0 24 24", "aria-hidden": "true", style: { transform: "rotate(180deg)" }, children: [
956
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M7 22V11" }),
957
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M2 13a2 2 0 0 1 2-2h3v11H4a2 2 0 0 1-2-2v-7Z" }),
958
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M7 11l4-9a3 3 0 0 1 3 3v4h5a2 2 0 0 1 2 2.3l-1.2 7A2 2 0 0 1 17.8 20H7" })
957
959
  ] })
958
960
  }
959
961
  )