@syncfusion/blazor-themes 23.2.4 → 23.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 +28 -7
- package/SCSS-Themes/bootstrap.scss +28 -7
- package/SCSS-Themes/bootstrap4.scss +28 -7
- package/SCSS-Themes/bootstrap5-dark.scss +28 -7
- package/SCSS-Themes/bootstrap5.scss +28 -7
- package/SCSS-Themes/fabric-dark.scss +28 -7
- package/SCSS-Themes/fabric.scss +28 -7
- package/SCSS-Themes/fluent-dark.scss +28 -7
- package/SCSS-Themes/fluent.scss +28 -7
- package/SCSS-Themes/grids/grid/bootstrap-dark.scss +14 -0
- package/SCSS-Themes/grids/grid/bootstrap.scss +14 -0
- package/SCSS-Themes/grids/grid/bootstrap4.scss +14 -0
- package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +14 -0
- package/SCSS-Themes/grids/grid/bootstrap5.scss +14 -0
- package/SCSS-Themes/grids/grid/fabric-dark.scss +14 -0
- package/SCSS-Themes/grids/grid/fabric.scss +14 -0
- package/SCSS-Themes/grids/grid/fluent-dark.scss +14 -0
- package/SCSS-Themes/grids/grid/fluent.scss +14 -0
- package/SCSS-Themes/grids/grid/highcontrast.scss +14 -0
- package/SCSS-Themes/grids/grid/material-dark.scss +14 -0
- package/SCSS-Themes/grids/grid/material.scss +14 -0
- package/SCSS-Themes/grids/grid/material3-dark.scss +14 -0
- package/SCSS-Themes/grids/grid/material3.scss +14 -0
- package/SCSS-Themes/grids/grid/tailwind-dark.scss +14 -0
- package/SCSS-Themes/grids/grid/tailwind.scss +14 -0
- package/SCSS-Themes/highcontrast.scss +28 -7
- package/SCSS-Themes/inplace-editor/inplace-editor/bootstrap-dark.scss +4 -4
- package/SCSS-Themes/inplace-editor/inplace-editor/bootstrap.scss +4 -4
- package/SCSS-Themes/inplace-editor/inplace-editor/bootstrap4.scss +4 -4
- package/SCSS-Themes/inplace-editor/inplace-editor/bootstrap5-dark.scss +4 -4
- package/SCSS-Themes/inplace-editor/inplace-editor/bootstrap5.scss +4 -4
- package/SCSS-Themes/inplace-editor/inplace-editor/fabric-dark.scss +4 -4
- package/SCSS-Themes/inplace-editor/inplace-editor/fabric.scss +4 -4
- package/SCSS-Themes/inplace-editor/inplace-editor/fluent-dark.scss +4 -4
- package/SCSS-Themes/inplace-editor/inplace-editor/fluent.scss +4 -4
- package/SCSS-Themes/inplace-editor/inplace-editor/highcontrast.scss +4 -4
- package/SCSS-Themes/inplace-editor/inplace-editor/material-dark.scss +4 -4
- package/SCSS-Themes/inplace-editor/inplace-editor/material.scss +4 -4
- package/SCSS-Themes/inplace-editor/inplace-editor/material3-dark.scss +4 -4
- package/SCSS-Themes/inplace-editor/inplace-editor/material3.scss +4 -4
- package/SCSS-Themes/inplace-editor/inplace-editor/tailwind-dark.scss +4 -4
- package/SCSS-Themes/inplace-editor/inplace-editor/tailwind.scss +4 -4
- package/SCSS-Themes/material-dark.scss +28 -7
- package/SCSS-Themes/material.scss +28 -7
- package/SCSS-Themes/material3-dark.scss +28 -7
- package/SCSS-Themes/material3.scss +28 -7
- package/SCSS-Themes/ribbon/ribbon/bootstrap-dark.scss +10 -3
- package/SCSS-Themes/ribbon/ribbon/bootstrap.scss +10 -3
- package/SCSS-Themes/ribbon/ribbon/bootstrap4.scss +10 -3
- package/SCSS-Themes/ribbon/ribbon/bootstrap5-dark.scss +10 -3
- package/SCSS-Themes/ribbon/ribbon/bootstrap5.scss +10 -3
- package/SCSS-Themes/ribbon/ribbon/fabric-dark.scss +10 -3
- package/SCSS-Themes/ribbon/ribbon/fabric.scss +10 -3
- package/SCSS-Themes/ribbon/ribbon/fluent-dark.scss +10 -3
- package/SCSS-Themes/ribbon/ribbon/fluent.scss +10 -3
- package/SCSS-Themes/ribbon/ribbon/highcontrast.scss +10 -3
- package/SCSS-Themes/ribbon/ribbon/material-dark.scss +10 -3
- package/SCSS-Themes/ribbon/ribbon/material.scss +10 -3
- package/SCSS-Themes/ribbon/ribbon/material3-dark.scss +10 -3
- package/SCSS-Themes/ribbon/ribbon/material3.scss +10 -3
- package/SCSS-Themes/ribbon/ribbon/tailwind-dark.scss +10 -3
- package/SCSS-Themes/ribbon/ribbon/tailwind.scss +10 -3
- package/SCSS-Themes/tailwind-dark.scss +28 -7
- package/SCSS-Themes/tailwind.scss +28 -7
- package/package.json +1 -1
|
@@ -80440,6 +80440,20 @@ margin: $grid-group-animator-cell-margin;
|
|
|
80440
80440
|
}
|
|
80441
80441
|
}
|
|
80442
80442
|
|
|
80443
|
+
.e-bigger {
|
|
80444
|
+
&.e-grid.sf-grid.e-row-responsive,
|
|
80445
|
+
.e-grid.sf-grid.e-row-responsive {
|
|
80446
|
+
& .e-gridcontent,
|
|
80447
|
+
& .e-summarycontent {
|
|
80448
|
+
& td::before{
|
|
80449
|
+
@if $grid-skin == 'fluent' {
|
|
80450
|
+
overflow: hidden;
|
|
80451
|
+
}
|
|
80452
|
+
}
|
|
80453
|
+
}
|
|
80454
|
+
}
|
|
80455
|
+
}
|
|
80456
|
+
|
|
80443
80457
|
.e-bigger .e-grid.e-row-responsive,
|
|
80444
80458
|
.e-bigger.e-grid.e-row-responsive {
|
|
80445
80459
|
|
|
@@ -94293,12 +94307,12 @@ $editor-btn-icon-color: $icon-color !default;
|
|
|
94293
94307
|
position: relative;
|
|
94294
94308
|
width: auto;
|
|
94295
94309
|
|
|
94296
|
-
.e-input-group.e-
|
|
94310
|
+
.e-input-group.e-control-wrapper .e-clear-icon.e-clear-icon-hide {
|
|
94297
94311
|
display: block;
|
|
94298
94312
|
visibility: hidden;
|
|
94299
94313
|
}
|
|
94300
94314
|
|
|
94301
|
-
.e-input-group.e-
|
|
94315
|
+
.e-input-group.e-control-container .e-clear-icon.e-clear-icon-hide {
|
|
94302
94316
|
display: block;
|
|
94303
94317
|
visibility: hidden;
|
|
94304
94318
|
}
|
|
@@ -94710,8 +94724,8 @@ $editor-btn-icon-color: $icon-color !default;
|
|
|
94710
94724
|
&.e-tooltip-wrap {
|
|
94711
94725
|
max-width: 100%;
|
|
94712
94726
|
|
|
94713
|
-
.e-input-group.e-
|
|
94714
|
-
.e-input-group.e-
|
|
94727
|
+
.e-input-group.e-control-wrapper .e-clear-icon.e-clear-icon-hide,
|
|
94728
|
+
.e-input-group.e-control-container .e-clear-icon.e-clear-icon-hide {
|
|
94715
94729
|
display: block;
|
|
94716
94730
|
visibility: hidden;
|
|
94717
94731
|
}
|
|
@@ -121864,6 +121878,10 @@ $ribbon-group-button-dropdown-popup-box-shadow: none !default;
|
|
|
121864
121878
|
&:focus {
|
|
121865
121879
|
outline: none;
|
|
121866
121880
|
}
|
|
121881
|
+
|
|
121882
|
+
&.e-hidden {
|
|
121883
|
+
display: none;
|
|
121884
|
+
}
|
|
121867
121885
|
}
|
|
121868
121886
|
|
|
121869
121887
|
.e-ribbon-overall-of-btn {
|
|
@@ -121935,7 +121953,8 @@ $ribbon-group-button-dropdown-popup-box-shadow: none !default;
|
|
|
121935
121953
|
padding-top: $ribbon-group-padding;
|
|
121936
121954
|
height: $ribbon-group-height;
|
|
121937
121955
|
|
|
121938
|
-
&.e-hidden
|
|
121956
|
+
&.e-hidden,
|
|
121957
|
+
&.e-hide-group {
|
|
121939
121958
|
display: none;
|
|
121940
121959
|
}
|
|
121941
121960
|
|
|
@@ -122477,7 +122496,8 @@ $ribbon-group-button-dropdown-popup-box-shadow: none !default;
|
|
|
122477
122496
|
|
|
122478
122497
|
.e-ribbon-overflow-target {
|
|
122479
122498
|
|
|
122480
|
-
&.e-hidden
|
|
122499
|
+
&.e-hidden,
|
|
122500
|
+
&.e-hide-group {
|
|
122481
122501
|
display: none;
|
|
122482
122502
|
}
|
|
122483
122503
|
|
|
@@ -122486,7 +122506,8 @@ $ribbon-group-button-dropdown-popup-box-shadow: none !default;
|
|
|
122486
122506
|
}
|
|
122487
122507
|
|
|
122488
122508
|
.e-ribbon-of-tab .e-ribbon-of-group-container {
|
|
122489
|
-
&.e-hidden
|
|
122509
|
+
&.e-hidden,
|
|
122510
|
+
&.e-hide-group {
|
|
122490
122511
|
display: none;
|
|
122491
122512
|
}
|
|
122492
122513
|
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@syncfusion/blazor-themes","version":"23.2.
|
|
1
|
+
{"name":"@syncfusion/blazor-themes","version":"23.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"}}
|