@syncfusion/ej2-react-richtexteditor 19.2.62 → 19.3.43

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.
Files changed (33) hide show
  1. package/CHANGELOG.md +21 -5
  2. package/dist/ej2-react-richtexteditor.umd.min.js +1 -1
  3. package/package.json +8 -8
  4. package/styles/bootstrap-dark.css +25 -12
  5. package/styles/bootstrap.css +25 -12
  6. package/styles/bootstrap4.css +21 -13
  7. package/styles/bootstrap5-dark.css +3058 -0
  8. package/styles/bootstrap5-dark.scss +1 -0
  9. package/styles/bootstrap5.css +3058 -0
  10. package/styles/bootstrap5.scss +1 -0
  11. package/styles/fabric-dark.css +20 -12
  12. package/styles/fabric.css +20 -12
  13. package/styles/highcontrast-light.css +20 -12
  14. package/styles/highcontrast.css +19 -18
  15. package/styles/material-dark.css +22 -14
  16. package/styles/material.css +19 -11
  17. package/styles/rich-text-editor/bootstrap-dark.css +25 -12
  18. package/styles/rich-text-editor/bootstrap.css +25 -12
  19. package/styles/rich-text-editor/bootstrap4.css +21 -13
  20. package/styles/rich-text-editor/bootstrap5-dark.css +3058 -0
  21. package/styles/rich-text-editor/bootstrap5-dark.scss +1 -0
  22. package/styles/rich-text-editor/bootstrap5.css +3058 -0
  23. package/styles/rich-text-editor/bootstrap5.scss +1 -0
  24. package/styles/rich-text-editor/fabric-dark.css +20 -12
  25. package/styles/rich-text-editor/fabric.css +20 -12
  26. package/styles/rich-text-editor/highcontrast-light.css +20 -12
  27. package/styles/rich-text-editor/highcontrast.css +19 -18
  28. package/styles/rich-text-editor/material-dark.css +22 -14
  29. package/styles/rich-text-editor/material.css +19 -11
  30. package/styles/rich-text-editor/tailwind-dark.css +51 -20
  31. package/styles/rich-text-editor/tailwind.css +49 -18
  32. package/styles/tailwind-dark.css +51 -20
  33. package/styles/tailwind.css +49 -18
@@ -475,8 +475,8 @@
475
475
  content: '\e80b';
476
476
  }
477
477
 
478
- .e-rte-toolbar .e-dimension::before,
479
- .e-rte-dropdown-popup .e-dimension::before {
478
+ .e-rte-toolbar .e-img-dimension::before,
479
+ .e-rte-dropdown-popup .e-img-dimension::before {
480
480
  content: '\e791';
481
481
  }
482
482
 
@@ -942,15 +942,15 @@
942
942
  font-size: 13px;
943
943
  }
944
944
 
945
- .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown .e-order-list.e-icons::before,
946
- .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-unorder-list.e-icons::before,
947
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown .e-order-list.e-icons::before,
948
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-unorder-list.e-icons::before,
949
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown .e-order-list.e-icons::before,
950
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-unorder-list.e-icons::before,
951
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown .e-order-list.e-icons::before,
952
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-unorder-list.e-icons::before {
953
- font-size: 14px;
945
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
946
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content,
947
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
948
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content,
949
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
950
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content,
951
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
952
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content {
953
+ line-height: 1;
954
954
  }
955
955
 
956
956
  .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-background-color.e-icons::before,
@@ -2163,7 +2163,7 @@
2163
2163
  .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2164
2164
  .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2165
2165
  .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list {
2166
- line-height: 30px;
2166
+ line-height: 28px;
2167
2167
  }
2168
2168
 
2169
2169
  .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
@@ -2418,7 +2418,7 @@
2418
2418
  .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2419
2419
  .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2420
2420
  .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list {
2421
- line-height: 32px;
2421
+ line-height: 36px;
2422
2422
  }
2423
2423
 
2424
2424
  .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
@@ -2673,6 +2673,10 @@
2673
2673
  border-bottom: 0;
2674
2674
  }
2675
2675
 
2676
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
2677
+ color: rgba(108, 117, 125, 0.3);
2678
+ }
2679
+
2676
2680
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn,
2677
2681
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn:focus {
2678
2682
  background: #6c757d;
@@ -2937,6 +2941,10 @@
2937
2941
  border-bottom: 0;
2938
2942
  }
2939
2943
 
2944
+ .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar .e-toolbar-extended.e-popup-open {
2945
+ border-bottom: 0;
2946
+ }
2947
+
2940
2948
  .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-expand-open + .e-rte-content {
2941
2949
  border-top: 0;
2942
2950
  }