@fe-free/ai 4.1.2 → 4.1.3

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,15 @@
1
1
  # @fe-free/ai
2
2
 
3
+ ## 4.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - fix some
8
+ - Updated dependencies
9
+ - @fe-free/core@4.1.3
10
+ - @fe-free/icons@4.1.3
11
+ - @fe-free/tool@4.1.3
12
+
3
13
  ## 4.1.2
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fe-free/ai",
3
- "version": "4.1.2",
3
+ "version": "4.1.3",
4
4
  "description": "",
5
5
  "main": "./src/index.ts",
6
6
  "author": "",
@@ -12,7 +12,7 @@
12
12
  "dependencies": {
13
13
  "ahooks": "^3.7.8",
14
14
  "classnames": "^2.5.1",
15
- "@fe-free/core": "4.1.2"
15
+ "@fe-free/core": "4.1.3"
16
16
  },
17
17
  "peerDependencies": {
18
18
  "antd": "^5.27.1",
@@ -22,8 +22,8 @@
22
22
  "i18next-icu": "^2.4.1",
23
23
  "react": "^19.2.0",
24
24
  "react-i18next": "^16.4.0",
25
- "@fe-free/icons": "4.1.2",
26
- "@fe-free/tool": "4.1.2"
25
+ "@fe-free/icons": "4.1.3",
26
+ "@fe-free/tool": "4.1.3"
27
27
  },
28
28
  "scripts": {
29
29
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -141,7 +141,7 @@ function UploadFileItem({ file, onDelete }: { file: UploadFile; onDelete: () =>
141
141
  className="h-[53px] w-[53px] rounded-lg border border-01 bg-01 object-cover"
142
142
  />
143
143
  ) : (
144
- <div className="flex h-[53px] w-[200px] items-center overflow-hidden rounded bg-01 px-1">
144
+ <div className="flex h-[53px] w-[200px] items-center rounded bg-01 px-1">
145
145
  <div className="min-w-0">
146
146
  <FileCard name={file.name} size={file.size} />
147
147
  </div>