@openlettermarketing/olc-react-sdk 2.0.1 → 2.0.2-beta.1

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.
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ declare const sizeImageLg: () => React.JSX.Element;
3
+ export default sizeImageLg;
@@ -2,3 +2,4 @@ import { Store } from "./types";
2
2
  export declare const addSafetyBordersTo4x6PostCard: (store: Store) => void;
3
3
  export declare const addSafetyBordersTo6x9PostCard: (store: Store) => void;
4
4
  export declare const addSafetyBordersTo6x11PostCard: (store: Store) => void;
5
+ export declare const addSafetyBordersTo12x9PostCard: (store: Store) => void;
@@ -1 +1 @@
1
- export const SDK_VERSION: "2.0.1";
1
+ export const SDK_VERSION: "2.0.2-beta.1";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@openlettermarketing/olc-react-sdk",
3
3
  "private": false,
4
- "version": "2.0.1",
4
+ "version": "2.0.2-beta.1",
5
5
  "type": "module",
6
6
  "description": "Simplify template builder integration for any product.",
7
7
  "main": "build/index.js",