@emailmaker/filemanager 0.10.30 → 0.10.31

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.
@@ -10,7 +10,7 @@ interface FileModalsProps {
10
10
  folders: Folder[];
11
11
  isUrlModalVisible: boolean;
12
12
  setIsUrlModalVisible: (visible: boolean) => void;
13
- handleAddFileByUrl: (url?: string | null) => void;
13
+ handleAddFileByUrl: (url?: string | null) => Promise<File | void>;
14
14
  urlForm: FormInstance;
15
15
  isRenameModalVisible: boolean;
16
16
  handleRenameOk: () => void;
package/file-manager.css CHANGED
@@ -2328,9 +2328,9 @@
2328
2328
  margin-bottom: 0;
2329
2329
  display: none;
2330
2330
  position: absolute;
2331
- top: 4px;
2331
+ top: 2px;
2332
2332
  left: 0;
2333
- right: -12px;
2333
+ right: 4px;
2334
2334
  bottom: 0;
2335
2335
  z-index: 100;
2336
2336
  height: 44px;