esender-email-editor 1.0.3 → 1.1.2
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.
- package/README.md +89 -19
- package/dist/index.cjs +6 -6
- package/dist/index.d.ts +43 -4
- package/dist/index.js +6 -6
- package/dist/styles.css +1 -1
- package/package.json +17 -17
package/dist/styles.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
.aee-root{height:100%;width:100%}.aee-root,.aee-root *,.aee-root :after,.aee-root :before{box-sizing:border-box;margin:0;outline:none;padding:0}.aee-root table,.aee-root td{border-collapse:initial!important}.aee-root ::-webkit-scrollbar{width:.1px}.aee-root .my-app{background-color:#fff;display:flex;flex-direction:column;font-family:Noto Sans,Source Sans Pro,Open Sans,sans-serif;height:100%}.aee-root .placeitem-placeholder{border:none!important;outline:none!important}.aee-root .mj-column-per-8-33{overflow-x:hidden}.aee-root .ck-focused{border:none!important;box-shadow:none!important}.aee-root .ql-container.ql-snow{border:none!important}.aee-root .ql-snow *{outline:none!important}.aee-root #toolbarContainer{transition:all .3s cubic-bezier(.645,.045,.355,1)}.Editor-module_layout__rUhRA{height:100%;width:100%}.Editor-module_editor__CJuIm{display:flex;flex:1;flex-direction:row;height:100%;overflow:hidden}.Editor-module_editor__CJuIm .Editor-module_attributes__gjtrM,.Editor-module_editor__CJuIm .Editor-module_bank__rWdsL{background-color:#fff;flex:1}.Editor-module_editor__CJuIm .Editor-module_attributes__gjtrM .Editor-module_components__5znCr,.Editor-module_editor__CJuIm .Editor-module_bank__rWdsL .Editor-module_components__5znCr{display:flex;flex-wrap:wrap;justify-content:center;padding:24px 0;row-gap:10px}.Editor-module_editor__CJuIm .Editor-module_attributes__gjtrM .Editor-module_columns__T1-E1,.Editor-module_editor__CJuIm .Editor-module_attributes__gjtrM .Editor-module_mods__1vyjz,.Editor-module_editor__CJuIm .Editor-module_bank__rWdsL .Editor-module_columns__T1-E1,.Editor-module_editor__CJuIm .Editor-module_bank__rWdsL .Editor-module_mods__1vyjz{display:flex;flex-direction:column;padding:24px 16px}.Editor-module_editor__CJuIm .Editor-module_attributes__gjtrM{flex:unset;width:400px}.Editor-module_editor__CJuIm .Editor-module_bank__rWdsL{flex:unset;width:150px}.Editor-module_editor__CJuIm .Editor-module_iconsContainer__iSGtJ{height:64px;width:auto}.Editor-module_editor__CJuIm .Editor-module_view__hgt0B{background-color:#f0f0f0;flex:2;position:relative}.Editor-module_viewHolder__NsSx-{margin:40px auto;min-height:100%;padding-bottom:160px}.Editor-module_title__sGgwx{font-size:14px;font-weight:600;margin:0;padding:0}.aee-root .ant-collapse-item:hover{background-color:#f2f2f2}.aee-root .ant-collapse-item-active:hover{background-color:initial}.aee-root .inline-editor-popover-color-picker .ant-popover-inner-content{padding:0}.aee-root .smartphone{background-color:#fff;border-color:#fbfbfd;border-radius:36px;border-style:solid;border-width:60px 16px;box-sizing:border-box;height:90vh;left:40%;position:fixed;top:52%;transform:translate(-50%,-50%);width:25%}.aee-root .smartphone:after,.aee-root .smartphone:before{box-shadow:inset 1px 3px 2px 0 #cccccd,inset -1px -1px 6px 0 #ededf8;content:"";display:block;position:absolute;transform:translate(-50%,-50%)}.aee-root .smartphone:before{border-radius:10px;height:5px;left:53%;top:-30px;width:60px}.aee-root .smartphone:after{border:1px solid #cecece;border-radius:50%;bottom:-76px;height:40px;left:50%;width:40px}.aee-root .smartphone .buttons:after,.aee-root .smartphone .buttons:before{box-shadow:inset 1px 3px 2px 0 #cccccd,inset -1px -1px 6px 0 #ededf8;content:"";display:block;height:45px;position:absolute;transform:translate(-50%,-50%);width:4px}.aee-root .smartphone .buttons:before{left:-20px;top:80px}.aee-root .smartphone .buttons:after{left:-20px;top:150px}.aee-root .smartphone .buttons .content{height:74vh;position:relative;width:100%}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "esender-email-editor",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "Drag and Drop Editor designed for mails in Ant Designac",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -28,22 +28,22 @@
|
|
|
28
28
|
"dist"
|
|
29
29
|
],
|
|
30
30
|
"peerDependencies": {
|
|
31
|
-
"@ant-design/icons": "
|
|
32
|
-
"@ant-design/pro-components": "
|
|
33
|
-
"@reduxjs/toolkit": "
|
|
34
|
-
"antd": "
|
|
35
|
-
"axios": "
|
|
36
|
-
"framer-motion": "
|
|
37
|
-
"html2canvas": "
|
|
38
|
-
"lodash": "
|
|
39
|
-
"mjml-browser": "
|
|
40
|
-
"react": "
|
|
41
|
-
"react-dom": "
|
|
42
|
-
"react-redux": "
|
|
43
|
-
"redux-persist": "
|
|
44
|
-
"styled-components": "
|
|
45
|
-
"swr": "
|
|
46
|
-
"use-sync-external-store": "
|
|
31
|
+
"@ant-design/icons": ">=5.0.0 <6.0.0",
|
|
32
|
+
"@ant-design/pro-components": ">=2.0.0 <3.0.0",
|
|
33
|
+
"@reduxjs/toolkit": ">=2.0.0 <3.0.0",
|
|
34
|
+
"antd": ">=5.0.0 <6.0.0",
|
|
35
|
+
"axios": ">=1.0.0 <2.0.0",
|
|
36
|
+
"framer-motion": ">=10.0.0 <13.0.0",
|
|
37
|
+
"html2canvas": ">=1.0.0 <2.0.0",
|
|
38
|
+
"lodash": ">=4.17.0 <5.0.0",
|
|
39
|
+
"mjml-browser": ">=4.15.0 <6.0.0",
|
|
40
|
+
"react": ">=18.0.0 <19.0.0",
|
|
41
|
+
"react-dom": ">=18.0.0 <19.0.0",
|
|
42
|
+
"react-redux": ">=8.0.0 <10.0.0",
|
|
43
|
+
"redux-persist": ">=6.0.0 <7.0.0",
|
|
44
|
+
"styled-components": ">=5.0.0 <7.0.0",
|
|
45
|
+
"swr": ">=2.0.0 <3.0.0",
|
|
46
|
+
"use-sync-external-store": ">=1.0.0 <2.0.0"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"i18next": "^23.15.1",
|