@openlettermarketing/olc-react-sdk 0.0.37 → 0.0.39
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.
|
@@ -7,6 +7,7 @@ export declare const MESSAGES: {
|
|
|
7
7
|
readonly TYPE_REQUIRED: "Template Type is required";
|
|
8
8
|
readonly DESIGN_NEW: "Design Your Own";
|
|
9
9
|
readonly NO_MY_TEMPLATES: "No My Templates to show";
|
|
10
|
+
readonly LOADING_TEMPLATE: "Loading Templates...";
|
|
10
11
|
readonly NO_TEAM_TEMPLATES: "No Team Templates to show";
|
|
11
12
|
readonly NO_OLC_TEMPLATES: "No OLC Templates to show";
|
|
12
13
|
readonly PRODUCT_TYPE_REQUIRED: "Product Type is required";
|
package/package.json
CHANGED