seeder-resources-view 1.0.9 → 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 CHANGED
@@ -17394,7 +17394,7 @@ const MediaGrid = /*#__PURE__*/memo(_ref3 => {
17394
17394
  size: "large",
17395
17395
  children: /*#__PURE__*/jsx(List, {
17396
17396
  grid: gridConfig,
17397
- dataSource: items.concat(items).concat(items),
17397
+ dataSource: items,
17398
17398
  renderItem: renderItem,
17399
17399
  pagination: false
17400
17400
  // locale={{ emptyText: 'No media files found' }}
@@ -17852,7 +17852,7 @@ const useDirectoryTree = _ref => {
17852
17852
  createFolder,
17853
17853
  removeFolderFile,
17854
17854
  renameFolderFile,
17855
- height = 760,
17855
+ height = 828,
17856
17856
  theme = {
17857
17857
  components: {
17858
17858
  Tree: {
@@ -18494,5 +18494,5 @@ const ResourcesView = _ref => {
18494
18494
  };
18495
18495
  var ResourcesView$1 = ResourcesView;
18496
18496
 
18497
- export { ResourcesView$1 as ResourcesView };
18497
+ export { ResourcesView$1 as ResourcesView, useDirectoryTree };
18498
18498
  //# sourceMappingURL=index.esm.js.map