easy-email-extensions 3.0.4 → 3.0.8

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.
@@ -11,4 +11,4 @@ export interface CheckboxGroupProps extends ArcoCheckboxGroupProps<any> {
11
11
  checkboxStyle?: Partial<React.CSSProperties>;
12
12
  vertical?: boolean;
13
13
  }
14
- export declare function ChexkBoxGroup(props: CheckboxGroupProps): JSX.Element;
14
+ export declare function CheckBoxGroup(props: CheckboxGroupProps): JSX.Element;
@@ -17,4 +17,4 @@ export interface EnhancerProps<T> extends Partial<FieldProps<T, any>> {
17
17
  wrapper?: boolean;
18
18
  size?: InputProps['size'];
19
19
  }
20
- export default function enhancer<P>(Component: any, changeAdapter: (e: any) => any): (props: EnhancerProps<P> & Omit<P, 'value' | 'onChange' | 'mutators'>) => JSX.Element;
20
+ export default function enhancer<P, C extends (...rest: any[]) => any = any>(Component: any, changeAdapter: C): (props: EnhancerProps<P> & Omit<P, 'value' | 'onChange' | 'mutators'>) => JSX.Element;
package/lib/index.js CHANGED
@@ -2,6 +2,7 @@ export { b as Align, A as AttributePanel, d as AttributesPanelWrapper, R as Auto
2
2
  import "react";
3
3
  import "easy-email-editor";
4
4
  import "easy-email-core";
5
+ import "react-sortablejs";
5
6
  import "react-final-form";
6
7
  import "react-dom";
7
8
  //# sourceMappingURL=index.js.map
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}