easy-email-extensions 3.1.10 → 3.1.19
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/index2.js +85 -83
- package/lib/index2.js.map +1 -1
- package/lib/utils/getPreviewClassName.d.ts +1 -0
- package/package.json +3 -3
@@ -0,0 +1 @@
|
|
1
|
+
export declare function getPreviewClassName(idx: string | null, type: string): 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.19",
|
6
6
|
"author": "m-Ryan",
|
7
7
|
"repository": {
|
8
8
|
"type": "git",
|
@@ -76,10 +76,10 @@
|
|
76
76
|
"react-use": "^17.3.1"
|
77
77
|
},
|
78
78
|
"peerDependencies": {
|
79
|
-
"easy-email-core": "^2.5.2",
|
79
|
+
"easy-email-core": "^git 2.5.2",
|
80
80
|
"react": "^17.0.2",
|
81
81
|
"react-dom": "^17.0.2",
|
82
82
|
"react-final-form": "^6.5.7"
|
83
83
|
},
|
84
|
-
"gitHead": "
|
84
|
+
"gitHead": "83e3f52fe652f079035e4f9f1825a1926dfc8d71"
|
85
85
|
}
|