@openlettermarketing/olc-react-sdk 1.6.8-beta.16 → 1.6.8-beta.17

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.
@@ -78,6 +78,20 @@ export declare const MESSAGES: {
78
78
  readonly SUBMIT_BUTTON: "Add new QR code";
79
79
  readonly UPDATE_BUTTON: "Update QR code";
80
80
  };
81
+ readonly HIRE_DESIGNER: {
82
+ readonly TITLE: "Custom Design Form";
83
+ readonly UPLOAD_HEADING: "Upload Design Files";
84
+ readonly UPLOADED_TEXT: "Uploaded";
85
+ readonly FILE_VALLIDATION: "One or more files have unsupported formats. Please upload only .png, .jpg, .jpeg, .pdf, .doc, or .docx files.";
86
+ readonly FILE_NUMBER: "";
87
+ readonly TITLE_REQUIRED: "Template Name is required";
88
+ readonly URL_REQUIRED: "Video URL is required";
89
+ readonly URL_VAIDATION: "Video URL is not valid";
90
+ readonly COMMENT_REQUIRED: "Comments are required";
91
+ readonly EMAIL_REQUIRED: "Email is required";
92
+ readonly EMAIL_VALIDATION: "Email is not valid";
93
+ readonly SUBMIT_BUTTON: "'Next'";
94
+ };
81
95
  readonly DOWNLOAD_PROOF_BUTTON: "Download Proof";
82
96
  readonly CANCEL_BUTTON: "Cancel";
83
97
  readonly SUBMIT_BUTTON: "Save";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@openlettermarketing/olc-react-sdk",
3
3
  "private": false,
4
- "version": "1.6.8-beta.16",
4
+ "version": "1.6.8-beta.17",
5
5
  "type": "module",
6
6
  "description": "Simplify template builder integration for any product.",
7
7
  "main": "build/index.js",