@go-mailer/easy-email-extensions 5.2.0 → 5.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/lib/index2.js +1 -1
- package/package.json +3 -3
package/lib/index2.js
CHANGED
|
@@ -43951,7 +43951,7 @@ function Tools(props) {
|
|
|
43951
43951
|
})
|
|
43952
43952
|
]), (_b2 = toolbar == null ? void 0 : toolbar.suffix) == null ? void 0 : _b2.call(toolbar, execCommand));
|
|
43953
43953
|
}
|
|
43954
|
-
var styleText = ".easy-email-extensions-emailToolItem{display:inline-flex;align-items:center;justify-content:center;position:relative;outline:none;font-weight:400;appearance:none;cursor:pointer!important;white-space:nowrap;transition:background .1s,color .1s;box-sizing:border-box;border-radius:6px;border:none;background-color:transparent;color:#3d3a35;width:30px;height:28px;font-size:13px}.easy-email-extensions-emailToolItem:hover{background-color:#1a181412;color:#1a1814}.easy-email-extensions-emailToolItem-active{background-color:#6366f11a;color:#6366f1}.easy-email-extensions-emailToolItem-active:hover{background-color:#6366f126;color:#6366f1}.easy-email-extensions-divider{position:relative;display:inline-flex;width:1px;height:16px;background-color:#1a18141a;margin:0 2px}\n";
|
|
43954
|
+
var styleText = ".easy-email-extensions-emailToolItem{display:inline-flex;align-items:center;justify-content:center;position:relative;outline:none;font-weight:400;appearance:none;cursor:pointer!important;white-space:nowrap;transition:background .1s,color .1s;box-sizing:border-box;border-radius:6px;border:none;background-color:transparent;color:#3d3a35;width:30px;height:28px;font-size:13px}.easy-email-extensions-emailToolItem:hover{background-color:#1a181412;color:#1a1814}.easy-email-extensions-emailToolItem-active{background-color:#6366f11a;color:#6366f1}.easy-email-extensions-emailToolItem-active:hover{background-color:#6366f126;color:#6366f1}.easy-email-extensions-divider{position:relative;display:inline-flex;width:1px;height:16px;background-color:#1a18141a;margin:0 2px}#Tools>*{flex:0 0 auto!important}\n";
|
|
43955
43955
|
function RichTextToolBar(props) {
|
|
43956
43956
|
const { initialized } = useEditorContext();
|
|
43957
43957
|
const slot = initialized ? document.getElementById(RICH_TEXT_TOOLBAR_SLOT_ID) : null;
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@go-mailer/easy-email-extensions",
|
|
3
3
|
"license": "MIT",
|
|
4
4
|
"description": "Email editor",
|
|
5
|
-
"version": "5.2.
|
|
5
|
+
"version": "5.2.1",
|
|
6
6
|
"author": "noguntuberu",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
@@ -96,8 +96,8 @@
|
|
|
96
96
|
"uuid": "^9.0.1"
|
|
97
97
|
},
|
|
98
98
|
"peerDependencies": {
|
|
99
|
-
"@go-mailer/easy-email-core": "^5.2.
|
|
100
|
-
"@go-mailer/easy-email-editor": "^5.2.
|
|
99
|
+
"@go-mailer/easy-email-core": "^5.2.1",
|
|
100
|
+
"@go-mailer/easy-email-editor": "^5.2.1",
|
|
101
101
|
"react": "^18.2.0",
|
|
102
102
|
"react-dom": "^18.2.0",
|
|
103
103
|
"react-final-form": "^6.5.7"
|