@openlettermarketing/olc-react-sdk 1.5.5 → 1.5.7

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.
@@ -8,6 +8,7 @@ export declare const GOOGLE_STREET_VIEW_IMAGE_URL: string;
8
8
  export declare const PRODUCT_LEARN_URL: string;
9
9
  export declare const multiPageLetters: string[];
10
10
  export declare const emojiRegex: RegExp;
11
+ export declare const allowedImageTypes: string[];
11
12
  interface TemplateTypes {
12
13
  id: string;
13
14
  label: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@openlettermarketing/olc-react-sdk",
3
3
  "private": false,
4
- "version": "1.5.5",
4
+ "version": "1.5.7",
5
5
  "type": "module",
6
6
  "description": "Simplify template builder integration for any product.",
7
7
  "main": "build/index.js",