@openlettermarketing/olc-react-sdk 2.0.1-beta.3 → 2.0.1-beta.4
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.
|
@@ -30,7 +30,7 @@ export declare const MERGE_UTM_PARAMS: {
|
|
|
30
30
|
key: string;
|
|
31
31
|
value: string;
|
|
32
32
|
}[];
|
|
33
|
-
export declare const DEFAULT_RESTRICTED_AREA_BG = "#
|
|
33
|
+
export declare const DEFAULT_RESTRICTED_AREA_BG = "#FFFFFF";
|
|
34
34
|
export declare const RESTRICTED_AREA_COLOR_PALETTE: {
|
|
35
35
|
name: string;
|
|
36
36
|
value: string;
|
package/build/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const SDK_VERSION: "2.0.1-beta.
|
|
1
|
+
export const SDK_VERSION: "2.0.1-beta.4";
|
package/package.json
CHANGED