@emailmaker/filemanager 0.10.38 → 0.10.40

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.
@@ -2,6 +2,7 @@ import * as React from 'react';
2
2
  interface ActionsHeaderProps {
3
3
  activeLibraryItem: string;
4
4
  selectedFolder: string;
5
+ isTrashFolder?: boolean;
5
6
  }
6
7
  export declare const ActionsHeader: React.FC<ActionsHeaderProps>;
7
8
  export {};
package/file-manager.css CHANGED
@@ -2582,3 +2582,7 @@
2582
2582
  box-shadow: 0 0 12px rgba(24, 144, 255, 0.8);
2583
2583
  }
2584
2584
  }
2585
+
2586
+ .em-filemanager .pi .block.inline-flex {
2587
+ display: block;
2588
+ }