@openlettermarketing/olc-react-sdk 1.7.8-beta.5 → 1.7.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.
@@ -16,6 +16,7 @@ interface GeneralSelectProps {
16
16
  builderSelect: boolean;
17
17
  gallerySelect: boolean;
18
18
  clearField: boolean;
19
+ qrField?: boolean;
19
20
  }
20
21
  declare const GeneralSelect: React.FC<GeneralSelectProps>;
21
22
  export default GeneralSelect;
@@ -17,6 +17,7 @@ interface InputProps {
17
17
  gellerySearch?: boolean;
18
18
  videoTooltip?: boolean;
19
19
  handleFileRemove?: () => void;
20
+ qrField?: boolean;
20
21
  }
21
22
  declare const Input: FC<InputProps>;
22
23
  export default Input;
@@ -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 5MB. Please remove custom fonts or unnecessary assets.";
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*";
@@ -75,7 +75,7 @@ export declare const MESSAGES: {
75
75
  };
76
76
  readonly QR_SECTION: {
77
77
  readonly EMPTY_QR: "Please add a URL to your QR code.";
78
- readonly QR_PLACEHOLDER: "Type a URL";
78
+ readonly QR_PLACEHOLDER: "Enter QR URL";
79
79
  readonly INVALID_URL: "Please add a valid URL to your QR code.";
80
80
  readonly SUBMIT_BUTTON: "Add new QR code";
81
81
  readonly UPDATE_BUTTON: "Update QR code";
@@ -1 +1 @@
1
- export const SDK_VERSION: "1.7.8-beta.5";
1
+ export const SDK_VERSION: "1.7.8";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@openlettermarketing/olc-react-sdk",
3
3
  "private": false,
4
- "version": "1.7.8-beta.5",
4
+ "version": "1.7.8",
5
5
  "type": "module",
6
6
  "description": "Simplify template builder integration for any product.",
7
7
  "main": "build/index.js",