@syncfusion/blazor-themes 21.2.4 → 21.2.6
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/base/bootstrap-dark.scss +6 -1
- package/SCSS-Themes/base/bootstrap.scss +6 -1
- package/SCSS-Themes/base/bootstrap4.scss +7 -2
- package/SCSS-Themes/base/bootstrap5-dark.scss +6 -1
- package/SCSS-Themes/base/bootstrap5.scss +6 -1
- package/SCSS-Themes/base/fabric-dark.scss +6 -1
- package/SCSS-Themes/base/fabric.scss +6 -1
- package/SCSS-Themes/base/fluent-dark.scss +6 -1
- package/SCSS-Themes/base/fluent.scss +6 -1
- package/SCSS-Themes/base/highcontrast.scss +6 -1
- package/SCSS-Themes/base/material-dark.scss +6 -1
- package/SCSS-Themes/base/material.scss +6 -4
- package/SCSS-Themes/base/tailwind-dark.scss +6 -1
- package/SCSS-Themes/base/tailwind.scss +6 -1
- package/SCSS-Themes/bootstrap-dark.scss +134 -21
- package/SCSS-Themes/bootstrap.scss +135 -20
- package/SCSS-Themes/bootstrap4.scss +136 -21
- package/SCSS-Themes/bootstrap5-dark.scss +135 -20
- package/SCSS-Themes/bootstrap5.scss +135 -20
- package/SCSS-Themes/documenteditor/document-editor/bootstrap-dark.scss +1 -0
- package/SCSS-Themes/documenteditor/document-editor/bootstrap.scss +1 -0
- package/SCSS-Themes/documenteditor/document-editor/bootstrap4.scss +1 -0
- package/SCSS-Themes/documenteditor/document-editor/bootstrap5-dark.scss +1 -0
- package/SCSS-Themes/documenteditor/document-editor/bootstrap5.scss +1 -0
- package/SCSS-Themes/documenteditor/document-editor/fabric-dark.scss +1 -0
- package/SCSS-Themes/documenteditor/document-editor/fabric.scss +1 -0
- package/SCSS-Themes/documenteditor/document-editor/fluent-dark.scss +1 -0
- package/SCSS-Themes/documenteditor/document-editor/fluent.scss +1 -0
- package/SCSS-Themes/documenteditor/document-editor/highcontrast.scss +1 -0
- package/SCSS-Themes/documenteditor/document-editor/material-dark.scss +1 -0
- package/SCSS-Themes/documenteditor/document-editor/material.scss +1 -0
- package/SCSS-Themes/documenteditor/document-editor/tailwind-dark.scss +1 -0
- package/SCSS-Themes/documenteditor/document-editor/tailwind.scss +1 -0
- package/SCSS-Themes/fabric-dark.scss +133 -18
- package/SCSS-Themes/fabric.scss +132 -17
- package/SCSS-Themes/fluent-dark.scss +133 -18
- package/SCSS-Themes/fluent.scss +133 -18
- package/SCSS-Themes/grids/grid/bootstrap-dark.scss +23 -12
- package/SCSS-Themes/grids/grid/bootstrap.scss +23 -12
- package/SCSS-Themes/grids/grid/bootstrap4.scss +23 -12
- package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +23 -12
- package/SCSS-Themes/grids/grid/bootstrap5.scss +23 -12
- package/SCSS-Themes/grids/grid/fabric-dark.scss +22 -11
- package/SCSS-Themes/grids/grid/fabric.scss +22 -11
- package/SCSS-Themes/grids/grid/fluent-dark.scss +23 -12
- package/SCSS-Themes/grids/grid/fluent.scss +23 -12
- package/SCSS-Themes/grids/grid/highcontrast.scss +22 -11
- package/SCSS-Themes/grids/grid/material-dark.scss +22 -11
- package/SCSS-Themes/grids/grid/material.scss +22 -11
- package/SCSS-Themes/grids/grid/tailwind-dark.scss +23 -12
- package/SCSS-Themes/grids/grid/tailwind.scss +23 -12
- package/SCSS-Themes/highcontrast.scss +133 -18
- package/SCSS-Themes/inputs/input/bootstrap-dark.scss +81 -0
- package/SCSS-Themes/inputs/input/bootstrap.scss +81 -0
- package/SCSS-Themes/inputs/input/bootstrap4.scss +81 -0
- package/SCSS-Themes/inputs/input/bootstrap5-dark.scss +81 -0
- package/SCSS-Themes/inputs/input/bootstrap5.scss +81 -0
- package/SCSS-Themes/inputs/input/fabric-dark.scss +81 -0
- package/SCSS-Themes/inputs/input/fabric.scss +81 -0
- package/SCSS-Themes/inputs/input/fluent-dark.scss +81 -0
- package/SCSS-Themes/inputs/input/fluent.scss +81 -0
- package/SCSS-Themes/inputs/input/highcontrast.scss +81 -0
- package/SCSS-Themes/inputs/input/material-dark.scss +81 -0
- package/SCSS-Themes/inputs/input/material.scss +81 -0
- package/SCSS-Themes/inputs/input/tailwind-dark.scss +81 -0
- package/SCSS-Themes/inputs/input/tailwind.scss +81 -0
- package/SCSS-Themes/material-dark.scss +133 -18
- package/SCSS-Themes/material.scss +134 -22
- package/SCSS-Themes/navigations/treeview/material.scss +1 -1
- package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap-dark.scss +1 -7
- package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap.scss +2 -6
- package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap4.scss +2 -6
- package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap5-dark.scss +3 -7
- package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap5.scss +3 -7
- package/SCSS-Themes/pivotview/pivotfieldlist/fabric-dark.scss +2 -6
- package/SCSS-Themes/pivotview/pivotfieldlist/fabric.scss +1 -5
- package/SCSS-Themes/pivotview/pivotfieldlist/fluent-dark.scss +1 -5
- package/SCSS-Themes/pivotview/pivotfieldlist/fluent.scss +1 -5
- package/SCSS-Themes/pivotview/pivotfieldlist/highcontrast.scss +2 -6
- package/SCSS-Themes/pivotview/pivotfieldlist/material-dark.scss +2 -6
- package/SCSS-Themes/pivotview/pivotfieldlist/material.scss +2 -6
- package/SCSS-Themes/pivotview/pivotfieldlist/tailwind-dark.scss +2 -6
- package/SCSS-Themes/pivotview/pivotfieldlist/tailwind.scss +2 -6
- package/SCSS-Themes/pivotview/pivotview/bootstrap-dark.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/bootstrap.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/bootstrap4.scss +1 -1
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap-dark.scss +21 -0
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap.scss +21 -0
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap4.scss +21 -0
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5-dark.scss +21 -0
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5.scss +21 -0
- package/SCSS-Themes/richtexteditor/rich-text-editor/fabric-dark.scss +21 -0
- package/SCSS-Themes/richtexteditor/rich-text-editor/fabric.scss +21 -0
- package/SCSS-Themes/richtexteditor/rich-text-editor/fluent-dark.scss +21 -0
- package/SCSS-Themes/richtexteditor/rich-text-editor/fluent.scss +21 -0
- package/SCSS-Themes/richtexteditor/rich-text-editor/highcontrast.scss +21 -0
- package/SCSS-Themes/richtexteditor/rich-text-editor/material-dark.scss +21 -0
- package/SCSS-Themes/richtexteditor/rich-text-editor/material.scss +21 -0
- package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind-dark.scss +21 -0
- package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind.scss +21 -0
- package/SCSS-Themes/tailwind-dark.scss +134 -19
- package/SCSS-Themes/tailwind.scss +134 -19
- package/package.json +1 -1
|
@@ -3193,6 +3193,27 @@ $rte-big-toolbar-item-frist-last-child-margin: 0 6px;
|
|
|
3193
3193
|
}
|
|
3194
3194
|
}
|
|
3195
3195
|
|
|
3196
|
+
.e-rtl {
|
|
3197
|
+
.e-rte-toolbar,
|
|
3198
|
+
.e-rte-dropdown-popup {
|
|
3199
|
+
.e-unorder-list::before {
|
|
3200
|
+
content: '\e982';
|
|
3201
|
+
}
|
|
3202
|
+
|
|
3203
|
+
.e-order-list::before {
|
|
3204
|
+
content: '\e983';
|
|
3205
|
+
}
|
|
3206
|
+
|
|
3207
|
+
.e-indent::before {
|
|
3208
|
+
content: '\e985';
|
|
3209
|
+
}
|
|
3210
|
+
|
|
3211
|
+
.e-outdent::before {
|
|
3212
|
+
content: '\e986';
|
|
3213
|
+
}
|
|
3214
|
+
}
|
|
3215
|
+
}
|
|
3216
|
+
|
|
3196
3217
|
.e-cell-merge::before {
|
|
3197
3218
|
content: '\e89a';
|
|
3198
3219
|
}
|
|
@@ -3183,6 +3183,27 @@ $rte-big-toolbar-item-frist-last-child-margin: 0 6px;
|
|
|
3183
3183
|
}
|
|
3184
3184
|
}
|
|
3185
3185
|
|
|
3186
|
+
.e-rtl {
|
|
3187
|
+
.e-rte-toolbar,
|
|
3188
|
+
.e-rte-dropdown-popup {
|
|
3189
|
+
.e-unorder-list::before {
|
|
3190
|
+
content: '\e982';
|
|
3191
|
+
}
|
|
3192
|
+
|
|
3193
|
+
.e-order-list::before {
|
|
3194
|
+
content: '\e983';
|
|
3195
|
+
}
|
|
3196
|
+
|
|
3197
|
+
.e-indent::before {
|
|
3198
|
+
content: '\e985';
|
|
3199
|
+
}
|
|
3200
|
+
|
|
3201
|
+
.e-outdent::before {
|
|
3202
|
+
content: '\e986';
|
|
3203
|
+
}
|
|
3204
|
+
}
|
|
3205
|
+
}
|
|
3206
|
+
|
|
3186
3207
|
.e-richtexteditor {
|
|
3187
3208
|
.e-south-east::before,
|
|
3188
3209
|
.e-south-west::before {
|
|
@@ -3190,6 +3190,27 @@ $rte-tbar-default-bg: $content-bg-color-alt2;
|
|
|
3190
3190
|
}
|
|
3191
3191
|
}
|
|
3192
3192
|
|
|
3193
|
+
.e-rtl {
|
|
3194
|
+
.e-rte-toolbar,
|
|
3195
|
+
.e-rte-dropdown-popup {
|
|
3196
|
+
.e-unorder-list::before {
|
|
3197
|
+
content: '\e8c4';
|
|
3198
|
+
}
|
|
3199
|
+
|
|
3200
|
+
.e-order-list::before {
|
|
3201
|
+
content: '\e8c5';
|
|
3202
|
+
}
|
|
3203
|
+
|
|
3204
|
+
.e-indent::before {
|
|
3205
|
+
content: '\e8c6';
|
|
3206
|
+
}
|
|
3207
|
+
|
|
3208
|
+
.e-outdent::before {
|
|
3209
|
+
content: '\e8c7';
|
|
3210
|
+
}
|
|
3211
|
+
}
|
|
3212
|
+
}
|
|
3213
|
+
|
|
3193
3214
|
.e-cell-merge::before {
|
|
3194
3215
|
content: '\e83a';
|
|
3195
3216
|
}
|
|
@@ -3190,6 +3190,27 @@ $rte-tbar-default-bg: $content-bg-color-alt2;
|
|
|
3190
3190
|
}
|
|
3191
3191
|
}
|
|
3192
3192
|
|
|
3193
|
+
.e-rtl {
|
|
3194
|
+
.e-rte-toolbar,
|
|
3195
|
+
.e-rte-dropdown-popup {
|
|
3196
|
+
.e-unorder-list::before {
|
|
3197
|
+
content: '\e8c4';
|
|
3198
|
+
}
|
|
3199
|
+
|
|
3200
|
+
.e-order-list::before {
|
|
3201
|
+
content: '\e8c5';
|
|
3202
|
+
}
|
|
3203
|
+
|
|
3204
|
+
.e-indent::before {
|
|
3205
|
+
content: '\e8c6';
|
|
3206
|
+
}
|
|
3207
|
+
|
|
3208
|
+
.e-outdent::before {
|
|
3209
|
+
content: '\e8c7';
|
|
3210
|
+
}
|
|
3211
|
+
}
|
|
3212
|
+
}
|
|
3213
|
+
|
|
3193
3214
|
.e-cell-merge::before {
|
|
3194
3215
|
content: '\e83a';
|
|
3195
3216
|
}
|