easy-email-extensions 3.1.38 → 3.1.46
Sign up to get free protection for your applications and to get access to all the features.
- package/License +22 -0
- package/lib/BlockLayer/index.d.ts +4 -1
- package/lib/SimpleLayout/SimpleLayout.d.ts +2 -1
- package/lib/index2.js +69 -34
- package/lib/index2.js.map +1 -1
- package/lib/utils/getBlockTitle.d.ts +1 -1
- package/package.json +2 -2
@@ -1,2 +1,2 @@
|
|
1
1
|
import { IBlockData } from '../../easy-email-core';
|
2
|
-
export declare function getBlockTitle(blockData: IBlockData, isFromContent?: boolean): string
|
2
|
+
export declare function getBlockTitle(blockData: IBlockData, isFromContent?: boolean): string;
|
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "easy-email-extensions",
|
3
3
|
"license": "MIT",
|
4
4
|
"description": "Email editor",
|
5
|
-
"version": "3.1.
|
5
|
+
"version": "3.1.46",
|
6
6
|
"author": "m-Ryan",
|
7
7
|
"repository": {
|
8
8
|
"type": "git",
|
@@ -82,5 +82,5 @@
|
|
82
82
|
"react-dom": "^17.0.2",
|
83
83
|
"react-final-form": "^6.5.7"
|
84
84
|
},
|
85
|
-
"gitHead": "
|
85
|
+
"gitHead": "78a68a550e66a015f1e03620cbf2214f0287e525"
|
86
86
|
}
|