@thanhpv102/easy-email-extensions 4.19.13 → 4.19.15

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.
@@ -1,4 +1,4 @@
1
- import { IPage } from 'easy-email-core';
1
+ import { IPage } from '@thanhpv102/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;
@@ -2,5 +2,5 @@
2
2
  * This file provides react-final-form compatible API exports
3
3
  * backed by react-hook-form for React 19 compatibility
4
4
  */
5
- export { Form, Field, FieldArray, useForm, useFormState, useField } from 'easy-email-editor';
6
- export type { FormApi, FormState, FormProps, FieldProps, FieldRenderProps, FieldArrayProps, FieldArrayRenderProps, UseFieldConfig } from 'easy-email-editor';
5
+ export { Form, Field, FieldArray, useForm, useFormState, useField } from '@thanhpv102/easy-email-editor';
6
+ export type { FormApi, FormState, FormProps, FieldProps, FieldRenderProps, FieldArrayProps, FieldArrayRenderProps, UseFieldConfig } from '@thanhpv102/easy-email-editor';
@@ -1,2 +1,2 @@
1
- import { IBlockData } from 'easy-email-core';
1
+ import { IBlockData } from '@thanhpv102/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 '@thanhpv102/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": "@thanhpv102/easy-email-extensions",
3
3
  "license": "MIT",
4
4
  "description": "Email editor",
5
- "version": "4.19.13",
5
+ "version": "4.19.15",
6
6
  "author": "m-Ryan",
7
7
  "repository": {
8
8
  "type": "git",
@@ -65,22 +65,22 @@
65
65
  },
66
66
  "dependencies": {
67
67
  "@ant-design/icons": "^6.0.0",
68
- "antd": "^6.3.0",
68
+ "antd": "^6.3.1",
69
69
  "codemirror": "^5.65.21",
70
70
  "color": "^4.2.3",
71
71
  "is-hotkey": "^0.2.0",
72
- "lodash": "^4.17.23",
73
- "mjml-browser": "^4.15.3",
72
+ "lodash": "^4.18.1",
73
+ "mjml-browser": "^4.18.0",
74
74
  "overlayscrollbars": "^2.12.1",
75
75
  "overlayscrollbars-react": "^0.5.6",
76
76
  "react-codemirror2": "^9.0.1",
77
77
  "react-colorful": "^5.6.1",
78
78
  "react-use": "^17.6.0",
79
- "uuid": "^10.0.0"
79
+ "uuid": "^14.0.0"
80
80
  },
81
81
  "peerDependencies": {
82
- "@thanhpv102/easy-email-core": "^4.19.8",
83
- "@thanhpv102/easy-email-editor": "^4.19.8",
82
+ "@thanhpv102/easy-email-core": "^4.19.15",
83
+ "@thanhpv102/easy-email-editor": "^4.19.15",
84
84
  "react": "^19.0.0",
85
85
  "react-dom": "^19.0.0"
86
86
  },