easy-email-extensions 4.6.0 → 4.7.1
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/AttributePanel/components/attributes/BorderStyle.d.ts +1 -1
- package/lib/AttributePanel/components/blocks/Page/index.d.ts +6 -1
- package/lib/AttributePanel/index.d.ts +1 -0
- package/lib/AttributePanel/utils/BlockAttributeConfigurationManager.d.ts +2 -1
- package/lib/ShortcutToolbar/components/BlocksPanel/presetTemplate/index.d.ts +5 -5
- package/lib/ShortcutToolbar/components/DragIcon/index.d.ts +1 -2
- package/lib/index.js +1 -1
- package/lib/index2.js +1049 -892
- package/lib/index2.js.map +1 -1
- package/package.json +3 -3
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.7.1",
|
6
6
|
"author": "m-Ryan",
|
7
7
|
"repository": {
|
8
8
|
"type": "git",
|
@@ -20,7 +20,7 @@
|
|
20
20
|
"dev": "vite",
|
21
21
|
"typings": "tsc --declaration --emitDeclarationOnly --project tsconfig.lib.json && tsc-alias -p tsconfig.alias.json",
|
22
22
|
"build": "rimraf lib && npm run typings && vite build --config vite.config.ts",
|
23
|
-
"format": "eslint --fix --ext .tsx,.ts src/"
|
23
|
+
"format": "eslint --fix --ext .tsx,.ts,.tsx src/"
|
24
24
|
},
|
25
25
|
"husky": {
|
26
26
|
"hooks": {
|
@@ -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": "01e4eadcf182375cba063e703f8027494a245071"
|
92
92
|
}
|