@xcelsior/ui-chat 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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.0.7
4
+
5
+ ### Patch Changes
6
+
7
+ - updated version
8
+ - 97bcd49: initial version
9
+
3
10
  ## 1.0.6
4
11
 
5
12
  ### Patch Changes
package/dist/index.js CHANGED
@@ -620,7 +620,7 @@ function MessageItem({
620
620
  {
621
621
  className: `rounded-2xl px-4 py-2 ${isOwnMessage ? "bg-blue-600 text-white" : "bg-gray-100 dark:bg-gray-800 text-gray-900 dark:text-gray-100"}`,
622
622
  children: [
623
- message.messageType === "text" && /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("div", { className: "prose prose-sm dark:prose-invert max-w-none", children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
623
+ message.messageType === "text" && /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
624
624
  import_react_markdown.default,
625
625
  {
626
626
  components: {
@@ -649,7 +649,7 @@ function MessageItem({
649
649
  },
650
650
  children: message.content
651
651
  }
652
- ) }),
652
+ ),
653
653
  message.messageType === "image" && /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
654
654
  "img",
655
655
  {