wealth-alpha-chat-widget 2.0.4 → 2.0.5
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 +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -964,7 +964,7 @@ function MessageBubble({ message, onChipClick, onFeedback }) {
|
|
|
964
964
|
onClick: handleMarkdownClick
|
|
965
965
|
}
|
|
966
966
|
) : message.content }),
|
|
967
|
-
isCard ? /* @__PURE__ */ jsxRuntime.jsxs("div", { className: chat_default.feedbackRow, children: [
|
|
967
|
+
isCard && !isSectorCard ? /* @__PURE__ */ jsxRuntime.jsxs("div", { className: chat_default.feedbackRow, children: [
|
|
968
968
|
/* @__PURE__ */ jsxRuntime.jsx("span", { className: chat_default.feedbackLabel, children: "Was this helpful?" }),
|
|
969
969
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
970
970
|
"button",
|
|
@@ -997,7 +997,7 @@ function MessageBubble({ message, onChipClick, onFeedback }) {
|
|
|
997
997
|
}
|
|
998
998
|
)
|
|
999
999
|
] }) : null,
|
|
1000
|
-
isCard ? /* @__PURE__ */ jsxRuntime.jsxs("div", { className: chat_default.disclaimer, children: [
|
|
1000
|
+
isCard && !isSectorCard ? /* @__PURE__ */ jsxRuntime.jsxs("div", { className: chat_default.disclaimer, children: [
|
|
1001
1001
|
/* @__PURE__ */ jsxRuntime.jsx("b", { children: "Disclaimer:" }),
|
|
1002
1002
|
" ",
|
|
1003
1003
|
CARD_DISCLAIMER
|