@openlettermarketing/olc-react-sdk 1.7.0 → 1.7.2

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.
@@ -17,4 +17,5 @@ export declare const defaultTemplateTypes: TemplateTypes[];
17
17
  export declare const sortOrderForTemplates: string[];
18
18
  export declare const EMAIL_REGEX: RegExp;
19
19
  export declare const VIDEO_URL_REGEX: RegExp;
20
+ export declare const DISALLOWED_DOMAINS: string[];
20
21
  export {};
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.0",
4
+ "version": "1.7.2",
5
5
  "type": "module",
6
6
  "description": "Simplify template builder integration for any product.",
7
7
  "main": "build/index.js",