@fe-free/file 3.0.0 → 3.0.1

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,7 @@
1
1
  # @ones-wb/file
2
2
 
3
+ ## 3.0.1
4
+
3
5
  ## 3.0.0
4
6
 
5
7
  ## 2.8.15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fe-free/file",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "",
5
5
  "main": "./src/index.ts",
6
6
  "author": "",
@@ -10,7 +10,7 @@ import { EnumImportType } from './types';
10
10
 
11
11
  function ItemRender({ file, right }: { file: UploadFile; right?: React.ReactNode }) {
12
12
  return (
13
- <div className="fec-border flex items-center gap-2 rounded-md">
13
+ <div className="flex items-center gap-2 rounded-md border border-01">
14
14
  <div className="flex-1">
15
15
  <Attachments.FileCard key={file.name} item={file} />
16
16
  </div>