@xcelsior/ui-chat 1.0.6 → 1.0.8

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.
@@ -0,0 +1,22 @@
1
+
2
+ > @xcelsior/ui-chat@1.0.7 build /Users/tuannguyen/Work/xcelsior-packages/packages/ui/ui-chat
3
+ > tsup src/index.tsx --format esm,cjs --dts --external react
4
+
5
+ CLI Building entry: src/index.tsx
6
+ CLI Using tsconfig: tsconfig.json
7
+ CLI tsup v8.5.1
8
+ CLI Using tsup config: /Users/tuannguyen/Work/xcelsior-packages/packages/ui/ui-chat/tsup.config.ts
9
+ CLI Target: es2020
10
+ CLI Cleaning output folder
11
+ ESM Build start
12
+ CJS Build start
13
+ ESM dist/index.mjs 59.89 KB
14
+ ESM dist/index.mjs.map 114.96 KB
15
+ ESM ⚡️ Build success in 27ms
16
+ CJS dist/index.js 66.59 KB
17
+ CJS dist/index.js.map 115.65 KB
18
+ CJS ⚡️ Build success in 27ms
19
+ DTS Build start
20
+ DTS ⚡️ Build success in 1550ms
21
+ DTS dist/index.d.mts 10.60 KB
22
+ DTS dist/index.d.ts 10.60 KB
@@ -1,5 +1,5 @@
1
1
 
2
- > @xcelsior/ui-chat@1.0.0 lint /Users/tuannguyen/Work/xcelsior-packages/packages/ui/ui-chat
2
+ > @xcelsior/ui-chat@1.0.7 lint /Users/tuannguyen/Work/xcelsior-packages/packages/ui/ui-chat
3
3
  > biome check .
4
4
 
5
- Checked 24 files in 17ms. No fixes applied.
5
+ Checked 25 files in 61ms. No fixes applied.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.0.8
4
+
5
+ ### Patch Changes
6
+
7
+ - improve styling
8
+ - Updated dependencies
9
+ - Updated dependencies [f3ec4eb]
10
+ - @xcelsior/ui-fields@1.0.4
11
+ - @xcelsior/design-system@1.0.7
12
+
13
+ ## 1.0.7
14
+
15
+ ### Patch Changes
16
+
17
+ - updated version
18
+ - 97bcd49: initial version
19
+
3
20
  ## 1.0.6
4
21
 
5
22
  ### 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
  {