seeder-resources-view 1.0.8 → 1.0.10
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/dist/index.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -17854,7 +17854,7 @@ const useDirectoryTree = _ref => {
|
|
|
17854
17854
|
createFolder,
|
|
17855
17855
|
removeFolderFile,
|
|
17856
17856
|
renameFolderFile,
|
|
17857
|
-
height =
|
|
17857
|
+
height = 828,
|
|
17858
17858
|
theme = {
|
|
17859
17859
|
components: {
|
|
17860
17860
|
Tree: {
|
|
@@ -18497,4 +18497,5 @@ const ResourcesView = _ref => {
|
|
|
18497
18497
|
var ResourcesView$1 = ResourcesView;
|
|
18498
18498
|
|
|
18499
18499
|
exports.ResourcesView = ResourcesView$1;
|
|
18500
|
+
exports.useDirectoryTree = useDirectoryTree;
|
|
18500
18501
|
//# sourceMappingURL=index.js.map
|