easy-email-extensions 4.3.9 → 4.4.2
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/AttributePanel/components/attributes/BackgroundColor.d.ts +1 -1
- package/lib/AttributePanel/components/attributes/Color.d.ts +1 -1
- package/lib/AttributePanel/components/attributes/index.d.ts +1 -0
- package/lib/components/Form/AutoComplete.d.ts +1 -0
- package/lib/components/Form/InputWithUnit.d.ts +1 -0
- package/lib/components/Form/enhancer.d.ts +20 -15
- package/lib/components/Form/index.d.ts +20 -20
- package/lib/index.js +1 -1
- package/lib/index2.js +1125 -4303
- package/lib/index2.js.map +1 -1
- package/package.json +2 -2
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": "4.
|
5
|
+
"version": "4.4.2",
|
6
6
|
"author": "m-Ryan",
|
7
7
|
"repository": {
|
8
8
|
"type": "git",
|
@@ -88,5 +88,5 @@
|
|
88
88
|
"react-dom": "^17.0.2",
|
89
89
|
"react-final-form": "^6.5.7"
|
90
90
|
},
|
91
|
-
"gitHead": "
|
91
|
+
"gitHead": "0f886772b047d748cfc3b40be81d67352c59e088"
|
92
92
|
}
|