@openlettermarketing/olc-react-sdk 1.7.8-beta.4 → 1.7.8-beta.6

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;
@@ -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.4";
1
+ export const SDK_VERSION: "1.7.8-beta.6";
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.4",
4
+ "version": "1.7.8-beta.6",
5
5
  "type": "module",
6
6
  "description": "Simplify template builder integration for any product.",
7
7
  "main": "build/index.js",