@ivanholiak/easy-email-extensions 4.16.4 → 4.16.5

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.
package/lib/index3.js CHANGED
@@ -19,8 +19,8 @@ var __spreadValues = (a, b) => {
19
19
  var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
20
20
  import React__default, { useState, useLayoutEffect, useEffect, forwardRef, useRef, useImperativeHandle, useCallback } from "react";
21
21
  import { _ as _objectWithoutPropertiesLoose, a as _extends } from "./index2.js";
22
- import "easy-email-editor";
23
- import "easy-email-core";
22
+ import "@ivanholiak/easy-email-editor";
23
+ import "@ivanholiak/easy-email-core";
24
24
  import "react-dom";
25
25
  import "react-final-form";
26
26
  import "uuid";
@@ -1,4 +1,4 @@
1
- import { IPage } from 'easy-email-core';
1
+ import { IPage } from '@ivanholiak/easy-email-core';
2
2
  export declare function MjmlToJson(data: MjmlBlockItem | string): IPage;
3
3
  export declare function getMetaDataFromMjml(data?: IChildrenItem): {
4
4
  [key: string]: any;
@@ -1,2 +1,2 @@
1
- import { IBlockData } from 'easy-email-core';
1
+ import { IBlockData } from '@ivanholiak/easy-email-core';
2
2
  export declare function getBlockTitle(blockData: IBlockData, isFromContent?: boolean): string;
@@ -1,2 +1,2 @@
1
- import { IBlockData } from 'easy-email-core';
1
+ import { IBlockData } from '@ivanholiak/easy-email-core';
2
2
  export declare function parseXMLtoBlock(text: string): IBlockData<any, any>;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@ivanholiak/easy-email-extensions",
3
3
  "license": "MIT",
4
4
  "description": "Email editor",
5
- "version": "4.16.4",
5
+ "version": "4.16.5",
6
6
  "author": "m-Ryan",
7
7
  "repository": {
8
8
  "type": "git",
@@ -95,8 +95,8 @@
95
95
  "uuid": "^9.0.1"
96
96
  },
97
97
  "peerDependencies": {
98
- "@ivanholiak/easy-email-core": "^4.3.6",
99
- "@ivanholiak/easy-email-editor": "^4.3.6",
98
+ "@ivanholiak/easy-email-core": "^4.16.5",
99
+ "@ivanholiak/easy-email-editor": "^4.16.4",
100
100
  "react": "^19.0.0",
101
101
  "react-dom": "^19.0.0",
102
102
  "react-final-form": "^6.5.7"