@openlettermarketing/olc-react-sdk 1.7.5 → 1.7.7
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.
|
@@ -18,7 +18,7 @@ export declare const MESSAGES: {
|
|
|
18
18
|
readonly GSV_RESTRICT_ONE_PER_PAGE: "Only one GSV image is allowed per page.";
|
|
19
19
|
readonly EMOJI_NOT_ALLOWED: "Emojis are not allowed in the template. Please remove them before saving.";
|
|
20
20
|
readonly EMPTY_QR_NOT_ALLOWED: "Please add a URL to your QR code in order to save the template.";
|
|
21
|
-
readonly SIZE_LIMIT_EXCEED: "Template size should be less than
|
|
21
|
+
readonly SIZE_LIMIT_EXCEED: "Template size should be less than 7MB. Please remove custom fonts or unnecessary assets.";
|
|
22
22
|
readonly CREATE: {
|
|
23
23
|
readonly TITLE: "Create New Template";
|
|
24
24
|
readonly TEMPLATE_LABEL: "Template Name*";
|
package/build/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const SDK_VERSION: "1.7.
|
|
1
|
+
export const SDK_VERSION: "1.7.7";
|