@openlettermarketing/olc-react-sdk 2.1.2-beta.4 → 2.1.2-beta.5
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.
|
@@ -67,7 +67,7 @@ export interface Product {
|
|
|
67
67
|
export declare const drawRestrictedAreaOnPage: (store: any, product: Product, envelopeType: string) => void;
|
|
68
68
|
export declare const extractFontFamilies: (jsonData: any[]) => string[];
|
|
69
69
|
export declare const removeBracketsFromRPL: (jsonData: any[]) => any;
|
|
70
|
-
export declare const changeColorOfBoxesForSnapPack: (jsonData: any[], preFill?: boolean
|
|
70
|
+
export declare const changeColorOfBoxesForSnapPack: (jsonData: any[], preFill?: boolean) => any;
|
|
71
71
|
export declare const extractCustomRistrictedBoxColor: (jsonData: any) => null;
|
|
72
72
|
export declare const validateGSV: (pages: any) => boolean;
|
|
73
73
|
export declare const validateEmoji: (pages: any) => boolean;
|
package/build/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const SDK_VERSION: "2.1.2-beta.
|
|
1
|
+
export const SDK_VERSION: "2.1.2-beta.5";
|
package/package.json
CHANGED