@xcelsior/ui-chat 1.0.7 → 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,15 @@
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
+
3
13
  ## 1.0.7
4
14
 
5
15
  ### Patch Changes