image-salon-sdk 1.0.26 → 1.0.28

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/README.md CHANGED
@@ -41,6 +41,7 @@ parameters for ImageUpload class
41
41
  handleUpload: () => void; //callback to handle upload event on click.
42
42
  parentContainerId: string; //id of the container where you want to load message snippet.
43
43
  mode: "production" || "development"
44
+ endPoint?: string // custom endpoint- ignores mode
44
45
  buttonProps?: {
45
46
  buttonText?: string;
46
47
  buttonStyle?: object; // style css object
@@ -1 +1 @@
1
- export declare const AlertIcon: SVGSVGElement;
1
+ export declare const alertIcon: (width?: string, height?: string, color?: string) => SVGSVGElement;
@@ -1 +1 @@
1
- export declare const CircleCheckIcon: SVGSVGElement;
1
+ export declare const circleCheckIcon: () => SVGSVGElement;
@@ -0,0 +1 @@
1
+ export declare function moveIcon(): SVGSVGElement;
@@ -0,0 +1 @@
1
+ export declare function previewIcon(): SVGSVGElement;