@syncfusion/blazor-themes 24.2.4 → 24.2.5
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/SCSS-Themes/bootstrap-dark.scss +21 -6
- package/SCSS-Themes/bootstrap.scss +19 -4
- package/SCSS-Themes/bootstrap4.scss +24 -9
- package/SCSS-Themes/bootstrap5-dark.scss +19 -4
- package/SCSS-Themes/bootstrap5.scss +19 -4
- package/SCSS-Themes/fabric-dark.scss +19 -4
- package/SCSS-Themes/fabric.scss +19 -4
- package/SCSS-Themes/fluent-dark.scss +20 -5
- package/SCSS-Themes/fluent.scss +20 -5
- package/SCSS-Themes/highcontrast.scss +19 -4
- package/SCSS-Themes/material-dark.scss +19 -4
- package/SCSS-Themes/material.scss +19 -4
- package/SCSS-Themes/material3-dark.scss +20 -5
- package/SCSS-Themes/material3.scss +20 -5
- package/SCSS-Themes/navigations/toolbar/bootstrap-dark.scss +2 -2
- package/SCSS-Themes/navigations/toolbar/bootstrap4.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap-dark.scss +19 -4
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap.scss +19 -4
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap4.scss +22 -7
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5-dark.scss +19 -4
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5.scss +19 -4
- package/SCSS-Themes/richtexteditor/rich-text-editor/fabric-dark.scss +19 -4
- package/SCSS-Themes/richtexteditor/rich-text-editor/fabric.scss +19 -4
- package/SCSS-Themes/richtexteditor/rich-text-editor/fluent-dark.scss +20 -5
- package/SCSS-Themes/richtexteditor/rich-text-editor/fluent.scss +20 -5
- package/SCSS-Themes/richtexteditor/rich-text-editor/highcontrast.scss +19 -4
- package/SCSS-Themes/richtexteditor/rich-text-editor/material-dark.scss +19 -4
- package/SCSS-Themes/richtexteditor/rich-text-editor/material.scss +19 -4
- package/SCSS-Themes/richtexteditor/rich-text-editor/material3-dark.scss +20 -5
- package/SCSS-Themes/richtexteditor/rich-text-editor/material3.scss +20 -5
- package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind-dark.scss +19 -4
- package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind.scss +19 -4
- package/SCSS-Themes/tailwind-dark.scss +19 -4
- package/SCSS-Themes/tailwind.scss +19 -4
- package/package.json +1 -1
|
@@ -89607,7 +89607,8 @@ $rte-default-character-count-opacity: 1;
|
|
|
89607
89607
|
$rte-droparea-line-height: 10;
|
|
89608
89608
|
$rte-droparea-browsebtn-height: 36px;
|
|
89609
89609
|
$rte-droparea-browsebtn-padding: 0 18px;
|
|
89610
|
-
$rte-droparea-browsebtn-top: -
|
|
89610
|
+
$rte-droparea-browsebtn-top: -120px;
|
|
89611
|
+
$rte-big-droparea-browsebtn-top: -120px;
|
|
89611
89612
|
$rte-insert-dialog-font-size: 15px;
|
|
89612
89613
|
$rte-big-insert-dialog-font-size: 15px;
|
|
89613
89614
|
$rte-table-popup-tablecell-height: 14px;
|
|
@@ -89743,7 +89744,8 @@ $rte-big-file-browser-dlg-max-height: 557px !default;
|
|
|
89743
89744
|
$rte-big-table-dlg-max-height: 283px !default;
|
|
89744
89745
|
$rte-big-edit-table-dlg-max-height: 388px !default;
|
|
89745
89746
|
$rte-drop-text-width: 300px !default;
|
|
89746
|
-
$rte-drop-text-height:
|
|
89747
|
+
$rte-drop-text-height: 128px !default;
|
|
89748
|
+
$rte-big-drop-text-height: 140px !default;
|
|
89747
89749
|
$rte-drop-text-mobile-width: 250px !default;
|
|
89748
89750
|
$rte-tbar-default-bg: $content-bg-color-alt2;
|
|
89749
89751
|
$rte-big-insert-dialog-label-padding-top: 12px;
|
|
@@ -89914,6 +89916,11 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
89914
89916
|
.e-rte-content .e-content {
|
|
89915
89917
|
font-size: $rte-big-content-font-size;
|
|
89916
89918
|
}
|
|
89919
|
+
.e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
89920
|
+
.e-dialog .e-aud-uploadwrap.e-droparea .e-browsebtn,
|
|
89921
|
+
.e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn {
|
|
89922
|
+
top: $rte-big-droparea-browsebtn-top;
|
|
89923
|
+
}
|
|
89917
89924
|
}
|
|
89918
89925
|
|
|
89919
89926
|
.e-richtexteditor {
|
|
@@ -90886,7 +90893,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90886
90893
|
|
|
90887
90894
|
.e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn,
|
|
90888
90895
|
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn {
|
|
90889
|
-
top: -
|
|
90896
|
+
top: $rte-droparea-browsebtn-top;
|
|
90890
90897
|
}
|
|
90891
90898
|
|
|
90892
90899
|
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
@@ -92461,7 +92468,15 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92461
92468
|
}
|
|
92462
92469
|
|
|
92463
92470
|
.e-dialog .e-vid-uploadwrap .e-droptext {
|
|
92464
|
-
height:
|
|
92471
|
+
height: $rte-drop-text-height;
|
|
92472
|
+
}
|
|
92473
|
+
|
|
92474
|
+
.e-bigger .e-richtexteditor {
|
|
92475
|
+
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
92476
|
+
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
92477
|
+
.e-dialog .e-vid-uploadwrap .e-droptext {
|
|
92478
|
+
height: $rte-big-drop-text-height;
|
|
92479
|
+
}
|
|
92465
92480
|
}
|
|
92466
92481
|
|
|
92467
92482
|
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@syncfusion/blazor-themes","version":"24.2.
|
|
1
|
+
{"name":"@syncfusion/blazor-themes","version":"24.2.5","description":"This package contains the individual component wise SCSS files and single SCSS files for Syncfusion Blazor components.","author":"Syncfusion Inc.","license":"SEE LICENSE IN license","keywords":["Blazor","Blazor Themes","Syncfusion","Syncfusion Blazor","Web components","Themes","Individual Themes","Combined Themes","Syncfusion Blazor SCSS"],"repository":{"type":"git","url":"git@github.com/syncfusion/blazor-samples"}}
|