@tecsinapse/cortex-react 1.16.1-beta.1 → 1.16.1-beta.2
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.
|
@@ -103,14 +103,7 @@ const useFileUpload = ({
|
|
|
103
103
|
uploadResultText
|
|
104
104
|
});
|
|
105
105
|
}
|
|
106
|
-
}, [
|
|
107
|
-
showManager,
|
|
108
|
-
handleRemoveFile,
|
|
109
|
-
closeManager,
|
|
110
|
-
uploadProgressText,
|
|
111
|
-
uploadResultText,
|
|
112
|
-
hasManager
|
|
113
|
-
]);
|
|
106
|
+
}, [handleRemoveFile, closeManager, uploadResultText]);
|
|
114
107
|
const addMimeTypes = (key, acc) => {
|
|
115
108
|
types.AcceptSpecificMap[key].forEach((mimeType) => {
|
|
116
109
|
acc[mimeType] = [];
|
|
@@ -101,14 +101,7 @@ const useFileUpload = ({
|
|
|
101
101
|
uploadResultText
|
|
102
102
|
});
|
|
103
103
|
}
|
|
104
|
-
}, [
|
|
105
|
-
showManager,
|
|
106
|
-
handleRemoveFile,
|
|
107
|
-
closeManager,
|
|
108
|
-
uploadProgressText,
|
|
109
|
-
uploadResultText,
|
|
110
|
-
hasManager
|
|
111
|
-
]);
|
|
104
|
+
}, [handleRemoveFile, closeManager, uploadResultText]);
|
|
112
105
|
const addMimeTypes = (key, acc) => {
|
|
113
106
|
AcceptSpecificMap[key].forEach((mimeType) => {
|
|
114
107
|
acc[mimeType] = [];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tecsinapse/cortex-react",
|
|
3
|
-
"version": "1.16.1-beta.
|
|
3
|
+
"version": "1.16.1-beta.2",
|
|
4
4
|
"description": "React components based in @tecsinapse/cortex-core",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"react-icons": ">=5.2.0",
|
|
49
49
|
"tailwind": ">=3.3.0"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "7d549edf47a0ae17a6ccd33db766e9a27d08e790"
|
|
52
52
|
}
|