esender-email-editor 1.1.0 → 1.2.1
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 +20 -45
- package/dist/index.cjs +6 -6
- package/dist/index.d.ts +50 -38
- package/dist/index.js +6 -6
- package/dist/styles.css +1 -1
- package/package.json +1 -1
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-stage{align-items:center;display:flex;height:100%;justify-content:center;overflow:hidden;position:relative;width:100%}.aee-root .smartphone{aspect-ratio:9/18;background-color:#fff;border-color:#fbfbfd;border-radius:36px;border-style:solid;border-width:60px 16px;box-sizing:border-box;max-height:90%;position:relative;width:min(360px,70%)}.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:50%;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,.aee-root .smartphone .buttons .content{height:100%;position:relative;width:100%}
|