@openlettermarketing/olc-react-sdk 1.7.4-beta-2 → 1.7.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.
- package/build/index.js +3 -3
- package/build/index.js.map +1 -1
- package/build/types/utils/message.d.ts +1 -0
- package/package.json +1 -1
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export declare const MESSAGES: {
|
|
2
2
|
readonly TEMPLATE_MESSAGE_ON_SMALL_SCREEN: "Template Builder is available on tablet and web view only.";
|
|
3
3
|
readonly GENERAL_ERROR: "Internal Server Error";
|
|
4
|
+
readonly DOWNLOAD_ERROR: "Something went wrong. Please try again.";
|
|
4
5
|
readonly TEMPLATE: {
|
|
5
6
|
readonly SEARCH_PLACE_HOLDER: "Search by template name or template ID";
|
|
6
7
|
readonly NAME_REQUIRED: "Template Name is required";
|
package/package.json
CHANGED