@embedreach/components 0.1.48 → 0.1.49

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.
@@ -38913,6 +38913,8 @@ const SMSPreview$1 = ({ fromPhone, body }) => {
38913
38913
  };
38914
38914
  const PreviewPanel = ({ emailPreview, smsPreview, iconDefinitions }) => {
38915
38915
  const [selectedTab, setSelectedTab] = useState("email");
38916
+ console.log(emailPreview);
38917
+ console.log(smsPreview);
38916
38918
  useEffect(() => {
38917
38919
  if (emailPreview) {
38918
38920
  setSelectedTab("email");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@embedreach/components",
3
- "version": "0.1.48",
3
+ "version": "0.1.49",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./dist/index.umd.js",