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.mjs CHANGED
@@ -958,7 +958,7 @@ function MessageBubble({ message, onChipClick, onFeedback }) {
958
958
  onClick: handleMarkdownClick
959
959
  }
960
960
  ) : message.content }),
961
- isCard ? /* @__PURE__ */ jsxs("div", { className: chat_default.feedbackRow, children: [
961
+ isCard && !isSectorCard ? /* @__PURE__ */ jsxs("div", { className: chat_default.feedbackRow, children: [
962
962
  /* @__PURE__ */ jsx("span", { className: chat_default.feedbackLabel, children: "Was this helpful?" }),
963
963
  /* @__PURE__ */ jsx(
964
964
  "button",
@@ -991,7 +991,7 @@ function MessageBubble({ message, onChipClick, onFeedback }) {
991
991
  }
992
992
  )
993
993
  ] }) : null,
994
- isCard ? /* @__PURE__ */ jsxs("div", { className: chat_default.disclaimer, children: [
994
+ isCard && !isSectorCard ? /* @__PURE__ */ jsxs("div", { className: chat_default.disclaimer, children: [
995
995
  /* @__PURE__ */ jsx("b", { children: "Disclaimer:" }),
996
996
  " ",
997
997
  CARD_DISCLAIMER