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 +7 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +19 -19
- package/dist/index.css.map +1 -1
- package/dist/index.mjs +7 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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
|
|
942
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "
|
|
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: "
|
|
956
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "
|
|
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
|
)
|