@syncfusion/ej2-react-richtexteditor 20.3.60 → 20.4.38
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/CHANGELOG.md +0 -19
- package/README.md +113 -51
- package/diConfig.json +4 -4
- package/dist/ej2-react-richtexteditor.min.js +1 -1
- package/dist/ej2-react-richtexteditor.umd.min.js +1 -1
- package/package.json +17 -17
- package/styles/bootstrap-dark.css +12 -5
- package/styles/bootstrap.css +12 -5
- package/styles/bootstrap4.css +12 -5
- package/styles/bootstrap5-dark.css +12 -5
- package/styles/bootstrap5.css +12 -5
- package/styles/fabric-dark.css +12 -5
- package/styles/fabric.css +12 -5
- package/styles/fluent-dark.css +12 -5
- package/styles/fluent.css +12 -5
- package/styles/highcontrast-light.css +12 -5
- package/styles/highcontrast.css +12 -5
- package/styles/material-dark.css +12 -5
- package/styles/material.css +12 -5
- package/styles/rich-text-editor/bootstrap-dark.css +12 -5
- package/styles/rich-text-editor/bootstrap.css +12 -5
- package/styles/rich-text-editor/bootstrap4.css +12 -5
- package/styles/rich-text-editor/bootstrap5-dark.css +12 -5
- package/styles/rich-text-editor/bootstrap5.css +12 -5
- package/styles/rich-text-editor/fabric-dark.css +12 -5
- package/styles/rich-text-editor/fabric.css +12 -5
- package/styles/rich-text-editor/fluent-dark.css +12 -5
- package/styles/rich-text-editor/fluent.css +12 -5
- package/styles/rich-text-editor/highcontrast-light.css +12 -5
- package/styles/rich-text-editor/highcontrast.css +12 -5
- package/styles/rich-text-editor/material-dark.css +12 -5
- package/styles/rich-text-editor/material.css +12 -5
- package/styles/rich-text-editor/tailwind-dark.css +12 -5
- package/styles/rich-text-editor/tailwind.css +12 -5
- package/styles/tailwind-dark.css +12 -5
- package/styles/tailwind.css +12 -5
@@ -2629,15 +2629,17 @@
|
|
2629
2629
|
width: 300px;
|
2630
2630
|
}
|
2631
2631
|
|
2632
|
-
.e-dialog .e-
|
2633
|
-
|
2634
|
-
|
2635
|
-
|
2636
|
-
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext {
|
2632
|
+
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
|
2633
|
+
.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap .e-droptext,
|
2634
|
+
.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap .e-droptext {
|
2637
2635
|
margin: 0 auto;
|
2638
2636
|
width: 250px;
|
2639
2637
|
}
|
2640
2638
|
|
2639
|
+
.e-dialog.e-device .e-video-url-wrap .e-radio-wrapper {
|
2640
|
+
padding: 8px 4px;
|
2641
|
+
}
|
2642
|
+
|
2641
2643
|
.e-linkheader {
|
2642
2644
|
color: #374151;
|
2643
2645
|
}
|
@@ -2716,6 +2718,11 @@ span.e-rte-videoboxmark {
|
|
2716
2718
|
color: #111827;
|
2717
2719
|
}
|
2718
2720
|
|
2721
|
+
.e-richtexteditor .e-rte-toolbar .e-hor-nav:hover {
|
2722
|
+
border: solid rgba(0, 0, 0, 0.12);
|
2723
|
+
border-width: 0 0 0 1px;
|
2724
|
+
}
|
2725
|
+
|
2719
2726
|
.e-rte-table-popup .e-span-border {
|
2720
2727
|
border: 1px solid #e5e7eb;
|
2721
2728
|
display: block;
|
package/styles/tailwind-dark.css
CHANGED
@@ -2629,15 +2629,17 @@
|
|
2629
2629
|
width: 300px;
|
2630
2630
|
}
|
2631
2631
|
|
2632
|
-
.e-dialog .e-
|
2633
|
-
|
2634
|
-
|
2635
|
-
|
2636
|
-
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext {
|
2632
|
+
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
|
2633
|
+
.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap .e-droptext,
|
2634
|
+
.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap .e-droptext {
|
2637
2635
|
margin: 0 auto;
|
2638
2636
|
width: 250px;
|
2639
2637
|
}
|
2640
2638
|
|
2639
|
+
.e-dialog.e-device .e-video-url-wrap .e-radio-wrapper {
|
2640
|
+
padding: 8px 4px;
|
2641
|
+
}
|
2642
|
+
|
2641
2643
|
.e-linkheader {
|
2642
2644
|
color: #d1d5db;
|
2643
2645
|
}
|
@@ -2716,6 +2718,11 @@ span.e-rte-videoboxmark {
|
|
2716
2718
|
color: #fff;
|
2717
2719
|
}
|
2718
2720
|
|
2721
|
+
.e-richtexteditor .e-rte-toolbar .e-hor-nav:hover {
|
2722
|
+
border: solid rgba(0, 0, 0, 0.12);
|
2723
|
+
border-width: 0 0 0 1px;
|
2724
|
+
}
|
2725
|
+
|
2719
2726
|
.e-rte-table-popup .e-span-border {
|
2720
2727
|
border: 1px solid #4b5563;
|
2721
2728
|
display: block;
|
package/styles/tailwind.css
CHANGED
@@ -2629,15 +2629,17 @@
|
|
2629
2629
|
width: 300px;
|
2630
2630
|
}
|
2631
2631
|
|
2632
|
-
.e-dialog .e-
|
2633
|
-
|
2634
|
-
|
2635
|
-
|
2636
|
-
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext {
|
2632
|
+
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
|
2633
|
+
.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap .e-droptext,
|
2634
|
+
.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap .e-droptext {
|
2637
2635
|
margin: 0 auto;
|
2638
2636
|
width: 250px;
|
2639
2637
|
}
|
2640
2638
|
|
2639
|
+
.e-dialog.e-device .e-video-url-wrap .e-radio-wrapper {
|
2640
|
+
padding: 8px 4px;
|
2641
|
+
}
|
2642
|
+
|
2641
2643
|
.e-linkheader {
|
2642
2644
|
color: #374151;
|
2643
2645
|
}
|
@@ -2716,6 +2718,11 @@ span.e-rte-videoboxmark {
|
|
2716
2718
|
color: #111827;
|
2717
2719
|
}
|
2718
2720
|
|
2721
|
+
.e-richtexteditor .e-rte-toolbar .e-hor-nav:hover {
|
2722
|
+
border: solid rgba(0, 0, 0, 0.12);
|
2723
|
+
border-width: 0 0 0 1px;
|
2724
|
+
}
|
2725
|
+
|
2719
2726
|
.e-rte-table-popup .e-span-border {
|
2720
2727
|
border: 1px solid #e5e7eb;
|
2721
2728
|
display: block;
|