@emailmaker/filemanager 0.10.59 → 0.10.61

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.
@@ -9,6 +9,8 @@ interface ActionsHeaderProps {
9
9
  loading: boolean;
10
10
  onRefresh?: () => void;
11
11
  refreshDisabled?: boolean;
12
+ /** Показывать кнопку Refresh только при наличии clearCache (apiEndpoints или dataProviders) */
13
+ showRefresh?: boolean;
12
14
  }
13
15
  export declare const ActionsHeader: React.FC<ActionsHeaderProps>;
14
16
  export {};
package/file-manager.css CHANGED
@@ -725,6 +725,12 @@
725
725
  background-color: transparent !important;
726
726
  }
727
727
 
728
+ .em-filemanager .permanentDeleteWarning {
729
+ margin-top: 12px;
730
+ margin-bottom: 0;
731
+ line-height: 1.5;
732
+ }
733
+
728
734
  .em-filemanager .clearTrashProgress {
729
735
  margin-top: 16px;
730
736
  }