@syncfusion/blazor-themes 23.1.42 → 23.1.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.
- package/SCSS-Themes/bootstrap-dark.scss +18 -16
- package/SCSS-Themes/bootstrap.scss +18 -16
- package/SCSS-Themes/bootstrap4.scss +18 -16
- package/SCSS-Themes/bootstrap5-dark.scss +18 -16
- package/SCSS-Themes/bootstrap5.scss +18 -16
- package/SCSS-Themes/fabric-dark.scss +19 -17
- package/SCSS-Themes/fabric.scss +19 -17
- package/SCSS-Themes/filemanager/file-manager/bootstrap-dark.scss +10 -0
- package/SCSS-Themes/filemanager/file-manager/bootstrap.scss +10 -0
- package/SCSS-Themes/filemanager/file-manager/bootstrap4.scss +10 -0
- package/SCSS-Themes/filemanager/file-manager/bootstrap5-dark.scss +10 -0
- package/SCSS-Themes/filemanager/file-manager/bootstrap5.scss +10 -0
- package/SCSS-Themes/filemanager/file-manager/fabric-dark.scss +10 -0
- package/SCSS-Themes/filemanager/file-manager/fabric.scss +10 -0
- package/SCSS-Themes/filemanager/file-manager/fluent-dark.scss +10 -0
- package/SCSS-Themes/filemanager/file-manager/fluent.scss +10 -0
- package/SCSS-Themes/filemanager/file-manager/highcontrast.scss +10 -0
- package/SCSS-Themes/filemanager/file-manager/material-dark.scss +10 -0
- package/SCSS-Themes/filemanager/file-manager/material.scss +10 -0
- package/SCSS-Themes/filemanager/file-manager/material3-dark.scss +10 -0
- package/SCSS-Themes/filemanager/file-manager/material3.scss +10 -0
- package/SCSS-Themes/filemanager/file-manager/tailwind-dark.scss +10 -0
- package/SCSS-Themes/filemanager/file-manager/tailwind.scss +10 -0
- package/SCSS-Themes/fluent-dark.scss +18 -16
- package/SCSS-Themes/fluent.scss +18 -16
- package/SCSS-Themes/grids/grid/bootstrap-dark.scss +4 -13
- package/SCSS-Themes/grids/grid/bootstrap.scss +4 -13
- package/SCSS-Themes/grids/grid/bootstrap4.scss +4 -13
- package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +4 -13
- package/SCSS-Themes/grids/grid/bootstrap5.scss +4 -13
- package/SCSS-Themes/grids/grid/fabric-dark.scss +5 -14
- package/SCSS-Themes/grids/grid/fabric.scss +5 -14
- package/SCSS-Themes/grids/grid/fluent-dark.scss +4 -13
- package/SCSS-Themes/grids/grid/fluent.scss +4 -13
- package/SCSS-Themes/grids/grid/highcontrast.scss +5 -14
- package/SCSS-Themes/grids/grid/material-dark.scss +5 -14
- package/SCSS-Themes/grids/grid/material.scss +5 -14
- package/SCSS-Themes/grids/grid/material3-dark.scss +4 -13
- package/SCSS-Themes/grids/grid/material3.scss +4 -13
- package/SCSS-Themes/grids/grid/tailwind-dark.scss +4 -13
- package/SCSS-Themes/grids/grid/tailwind.scss +4 -13
- package/SCSS-Themes/highcontrast.scss +19 -17
- package/SCSS-Themes/material-dark.scss +19 -17
- package/SCSS-Themes/material.scss +19 -17
- package/SCSS-Themes/material3-dark.scss +18 -16
- package/SCSS-Themes/material3.scss +18 -16
- package/SCSS-Themes/pivotview/pivotview/bootstrap-dark.scss +4 -3
- package/SCSS-Themes/pivotview/pivotview/bootstrap.scss +4 -3
- package/SCSS-Themes/pivotview/pivotview/bootstrap4.scss +4 -3
- package/SCSS-Themes/pivotview/pivotview/bootstrap5-dark.scss +4 -3
- package/SCSS-Themes/pivotview/pivotview/bootstrap5.scss +4 -3
- package/SCSS-Themes/pivotview/pivotview/fabric-dark.scss +4 -3
- package/SCSS-Themes/pivotview/pivotview/fabric.scss +4 -3
- package/SCSS-Themes/pivotview/pivotview/fluent-dark.scss +4 -3
- package/SCSS-Themes/pivotview/pivotview/fluent.scss +4 -3
- package/SCSS-Themes/pivotview/pivotview/highcontrast.scss +4 -3
- package/SCSS-Themes/pivotview/pivotview/material-dark.scss +4 -3
- package/SCSS-Themes/pivotview/pivotview/material.scss +4 -3
- package/SCSS-Themes/pivotview/pivotview/material3-dark.scss +4 -3
- package/SCSS-Themes/pivotview/pivotview/material3.scss +4 -3
- package/SCSS-Themes/pivotview/pivotview/tailwind-dark.scss +4 -3
- package/SCSS-Themes/pivotview/pivotview/tailwind.scss +4 -3
- package/SCSS-Themes/tailwind-dark.scss +18 -16
- package/SCSS-Themes/tailwind.scss +18 -16
- package/package.json +1 -1
|
@@ -1505,9 +1505,10 @@ $pivotpager-single-size-title-padding: 14px !default;
|
|
|
1505
1505
|
border-bottom-color: $border-light;
|
|
1506
1506
|
}
|
|
1507
1507
|
|
|
1508
|
-
table th[rowspan = '1']
|
|
1509
|
-
|
|
1510
|
-
padding-
|
|
1508
|
+
table th[rowspan = '1'],
|
|
1509
|
+
table th:not([rowspan]) {
|
|
1510
|
+
padding-bottom: 0 !important;
|
|
1511
|
+
padding-top: 0 !important;
|
|
1511
1512
|
vertical-align: middle;
|
|
1512
1513
|
}
|
|
1513
1514
|
}
|
|
@@ -1501,9 +1501,10 @@ $pivotpager-single-size-title-padding: 14px !default;
|
|
|
1501
1501
|
border-bottom-color: $border-light;
|
|
1502
1502
|
}
|
|
1503
1503
|
|
|
1504
|
-
table th[rowspan = '1']
|
|
1505
|
-
|
|
1506
|
-
padding-
|
|
1504
|
+
table th[rowspan = '1'],
|
|
1505
|
+
table th:not([rowspan]) {
|
|
1506
|
+
padding-bottom: 0 !important;
|
|
1507
|
+
padding-top: 0 !important;
|
|
1507
1508
|
vertical-align: middle;
|
|
1508
1509
|
}
|
|
1509
1510
|
}
|
|
@@ -1507,9 +1507,10 @@ $pivotpager-string-maindiv-font-color: rgba($content-text-color-alt1) !default;
|
|
|
1507
1507
|
border-bottom-color: $border-light;
|
|
1508
1508
|
}
|
|
1509
1509
|
|
|
1510
|
-
table th[rowspan = '1']
|
|
1511
|
-
|
|
1512
|
-
padding-
|
|
1510
|
+
table th[rowspan = '1'],
|
|
1511
|
+
table th:not([rowspan]) {
|
|
1512
|
+
padding-bottom: 0 !important;
|
|
1513
|
+
padding-top: 0 !important;
|
|
1513
1514
|
vertical-align: middle;
|
|
1514
1515
|
}
|
|
1515
1516
|
}
|
|
@@ -1507,9 +1507,10 @@ $pivotpager-string-maindiv-font-color: rgba($content-text-color-alt1) !default;
|
|
|
1507
1507
|
border-bottom-color: $border-light;
|
|
1508
1508
|
}
|
|
1509
1509
|
|
|
1510
|
-
table th[rowspan = '1']
|
|
1511
|
-
|
|
1512
|
-
padding-
|
|
1510
|
+
table th[rowspan = '1'],
|
|
1511
|
+
table th:not([rowspan]) {
|
|
1512
|
+
padding-bottom: 0 !important;
|
|
1513
|
+
padding-top: 0 !important;
|
|
1513
1514
|
vertical-align: middle;
|
|
1514
1515
|
}
|
|
1515
1516
|
}
|
|
@@ -1504,9 +1504,10 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
1504
1504
|
border-bottom-color: $border-light;
|
|
1505
1505
|
}
|
|
1506
1506
|
|
|
1507
|
-
table th[rowspan = '1']
|
|
1508
|
-
|
|
1509
|
-
padding-
|
|
1507
|
+
table th[rowspan = '1'],
|
|
1508
|
+
table th:not([rowspan]) {
|
|
1509
|
+
padding-bottom: 0 !important;
|
|
1510
|
+
padding-top: 0 !important;
|
|
1510
1511
|
vertical-align: middle;
|
|
1511
1512
|
}
|
|
1512
1513
|
}
|
|
@@ -1504,9 +1504,10 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
1504
1504
|
border-bottom-color: $border-light;
|
|
1505
1505
|
}
|
|
1506
1506
|
|
|
1507
|
-
table th[rowspan = '1']
|
|
1508
|
-
|
|
1509
|
-
padding-
|
|
1507
|
+
table th[rowspan = '1'],
|
|
1508
|
+
table th:not([rowspan]) {
|
|
1509
|
+
padding-bottom: 0 !important;
|
|
1510
|
+
padding-top: 0 !important;
|
|
1510
1511
|
vertical-align: middle;
|
|
1511
1512
|
}
|
|
1512
1513
|
}
|
|
@@ -75458,7 +75458,7 @@ $grid-animator-bigger-area-margin: 22px !default;
|
|
|
75458
75458
|
$grid-group-animator-drop-height: 48px !default;
|
|
75459
75459
|
$grid-group-animator-cell-margin: 12px 0 12px 0 !default;
|
|
75460
75460
|
$grid-animtor-border-bottom-width: 1px !default;
|
|
75461
|
-
$grid-animator-area-padding: 0 !default;
|
|
75461
|
+
$grid-animator-area-padding: 0 12px 0 !default;
|
|
75462
75462
|
$grid-animtor-area-border-width: 1px !default;
|
|
75463
75463
|
$grid-animator-area-border: 0 !default;
|
|
75464
75464
|
$grid-animator-area-margin: 9px !default;
|
|
@@ -76886,7 +76886,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
76886
76886
|
|
|
76887
76887
|
.e-bigger & .e-group-animator .e-groupheadercell,
|
|
76888
76888
|
.e-bigger & .e-group-animator .e-groupheadercell:hover {
|
|
76889
|
-
|
|
76889
|
+
margin: $grid-group-animator-bigger-cell-margin;
|
|
76890
76890
|
border-bottom-width: $grid-animtor-border-bottom-width;
|
|
76891
76891
|
}
|
|
76892
76892
|
|
|
@@ -76906,7 +76906,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
76906
76906
|
|
|
76907
76907
|
& .e-group-animator .e-groupheadercell,
|
|
76908
76908
|
& .e-group-animator .e-groupheadercell:hover {
|
|
76909
|
-
|
|
76909
|
+
margin: $grid-group-animator-cell-margin;
|
|
76910
76910
|
border-bottom-width: $grid-animtor-border-bottom-width;
|
|
76911
76911
|
}
|
|
76912
76912
|
|
|
@@ -76915,9 +76915,8 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
76915
76915
|
}
|
|
76916
76916
|
|
|
76917
76917
|
& .e-groupdroparea.e-group-animate.e-grouped {
|
|
76918
|
-
overflow: hidden;
|
|
76919
76918
|
padding: $grid-animator-area-padding;
|
|
76920
|
-
height:
|
|
76919
|
+
height: auto;
|
|
76921
76920
|
border-bottom-width: $grid-animator-area-border;
|
|
76922
76921
|
}
|
|
76923
76922
|
|
|
@@ -76935,14 +76934,6 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
76935
76934
|
margin-top: $grid-animator-margin-top-rtl;
|
|
76936
76935
|
}
|
|
76937
76936
|
|
|
76938
|
-
&.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
76939
|
-
margin: $grid-animator-rtl-first-group;
|
|
76940
|
-
}
|
|
76941
|
-
|
|
76942
|
-
& .e-group-animator:first-child .e-groupheadercell {
|
|
76943
|
-
margin: $grid-animator-first-group;
|
|
76944
|
-
}
|
|
76945
|
-
|
|
76946
76937
|
.e-group-animate.e-groupdroparea .e-nextgroup {
|
|
76947
76938
|
margin-top: $grid-animator-area-margin;
|
|
76948
76939
|
}
|
|
@@ -82783,6 +82774,11 @@ $fe-lg-icon-empty-inner-content-text-align: center !default;
|
|
|
82783
82774
|
.e-rcursor {
|
|
82784
82775
|
border: 0;
|
|
82785
82776
|
}
|
|
82777
|
+
|
|
82778
|
+
@if $fm-skin-name == 'fabric' or $fm-skin-name == 'fabric-dark' {
|
|
82779
|
+
padding: 5px 8px;
|
|
82780
|
+
line-height: 16px;
|
|
82781
|
+
}
|
|
82786
82782
|
}
|
|
82787
82783
|
|
|
82788
82784
|
@include visibility(hidden);
|
|
@@ -82833,6 +82829,11 @@ $fe-lg-icon-empty-inner-content-text-align: center !default;
|
|
|
82833
82829
|
line-height: 20px;
|
|
82834
82830
|
}
|
|
82835
82831
|
}
|
|
82832
|
+
|
|
82833
|
+
@if $fm-skin-name == 'fabric' or $fm-skin-name == 'fabric-dark' {
|
|
82834
|
+
padding: 10px 8px;
|
|
82835
|
+
line-height: 16px;
|
|
82836
|
+
}
|
|
82836
82837
|
}
|
|
82837
82838
|
|
|
82838
82839
|
tr.e-row.e-fe-drop-folder .e-rowcell:first-child {
|
|
@@ -109912,9 +109913,10 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
109912
109913
|
border-bottom-color: $border-light;
|
|
109913
109914
|
}
|
|
109914
109915
|
|
|
109915
|
-
table th[rowspan = '1']
|
|
109916
|
-
|
|
109917
|
-
padding-
|
|
109916
|
+
table th[rowspan = '1'],
|
|
109917
|
+
table th:not([rowspan]) {
|
|
109918
|
+
padding-bottom: 0 !important;
|
|
109919
|
+
padding-top: 0 !important;
|
|
109918
109920
|
vertical-align: middle;
|
|
109919
109921
|
}
|
|
109920
109922
|
}
|
|
@@ -75455,7 +75455,7 @@ $grid-animator-bigger-area-margin: 22px !default;
|
|
|
75455
75455
|
$grid-group-animator-drop-height: 48px !default;
|
|
75456
75456
|
$grid-group-animator-cell-margin: 12px 0 12px 0 !default;
|
|
75457
75457
|
$grid-animtor-border-bottom-width: 1px !default;
|
|
75458
|
-
$grid-animator-area-padding: 0 !default;
|
|
75458
|
+
$grid-animator-area-padding: 0 12px 0 !default;
|
|
75459
75459
|
$grid-animtor-area-border-width: 1px !default;
|
|
75460
75460
|
$grid-animator-area-border: 0 !default;
|
|
75461
75461
|
$grid-animator-area-margin: 9px !default;
|
|
@@ -76883,7 +76883,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
76883
76883
|
|
|
76884
76884
|
.e-bigger & .e-group-animator .e-groupheadercell,
|
|
76885
76885
|
.e-bigger & .e-group-animator .e-groupheadercell:hover {
|
|
76886
|
-
|
|
76886
|
+
margin: $grid-group-animator-bigger-cell-margin;
|
|
76887
76887
|
border-bottom-width: $grid-animtor-border-bottom-width;
|
|
76888
76888
|
}
|
|
76889
76889
|
|
|
@@ -76903,7 +76903,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
76903
76903
|
|
|
76904
76904
|
& .e-group-animator .e-groupheadercell,
|
|
76905
76905
|
& .e-group-animator .e-groupheadercell:hover {
|
|
76906
|
-
|
|
76906
|
+
margin: $grid-group-animator-cell-margin;
|
|
76907
76907
|
border-bottom-width: $grid-animtor-border-bottom-width;
|
|
76908
76908
|
}
|
|
76909
76909
|
|
|
@@ -76912,9 +76912,8 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
76912
76912
|
}
|
|
76913
76913
|
|
|
76914
76914
|
& .e-groupdroparea.e-group-animate.e-grouped {
|
|
76915
|
-
overflow: hidden;
|
|
76916
76915
|
padding: $grid-animator-area-padding;
|
|
76917
|
-
height:
|
|
76916
|
+
height: auto;
|
|
76918
76917
|
border-bottom-width: $grid-animator-area-border;
|
|
76919
76918
|
}
|
|
76920
76919
|
|
|
@@ -76932,14 +76931,6 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
76932
76931
|
margin-top: $grid-animator-margin-top-rtl;
|
|
76933
76932
|
}
|
|
76934
76933
|
|
|
76935
|
-
&.e-rtl .e-group-animator:first-child .e-groupheadercell {
|
|
76936
|
-
margin: $grid-animator-rtl-first-group;
|
|
76937
|
-
}
|
|
76938
|
-
|
|
76939
|
-
& .e-group-animator:first-child .e-groupheadercell {
|
|
76940
|
-
margin: $grid-animator-first-group;
|
|
76941
|
-
}
|
|
76942
|
-
|
|
76943
76934
|
.e-group-animate.e-groupdroparea .e-nextgroup {
|
|
76944
76935
|
margin-top: $grid-animator-area-margin;
|
|
76945
76936
|
}
|
|
@@ -82780,6 +82771,11 @@ $fe-lg-icon-empty-inner-content-text-align: center !default;
|
|
|
82780
82771
|
.e-rcursor {
|
|
82781
82772
|
border: 0;
|
|
82782
82773
|
}
|
|
82774
|
+
|
|
82775
|
+
@if $fm-skin-name == 'fabric' or $fm-skin-name == 'fabric-dark' {
|
|
82776
|
+
padding: 5px 8px;
|
|
82777
|
+
line-height: 16px;
|
|
82778
|
+
}
|
|
82783
82779
|
}
|
|
82784
82780
|
|
|
82785
82781
|
@include visibility(hidden);
|
|
@@ -82830,6 +82826,11 @@ $fe-lg-icon-empty-inner-content-text-align: center !default;
|
|
|
82830
82826
|
line-height: 20px;
|
|
82831
82827
|
}
|
|
82832
82828
|
}
|
|
82829
|
+
|
|
82830
|
+
@if $fm-skin-name == 'fabric' or $fm-skin-name == 'fabric-dark' {
|
|
82831
|
+
padding: 10px 8px;
|
|
82832
|
+
line-height: 16px;
|
|
82833
|
+
}
|
|
82833
82834
|
}
|
|
82834
82835
|
|
|
82835
82836
|
tr.e-row.e-fe-drop-folder .e-rowcell:first-child {
|
|
@@ -109909,9 +109910,10 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
109909
109910
|
border-bottom-color: $border-light;
|
|
109910
109911
|
}
|
|
109911
109912
|
|
|
109912
|
-
table th[rowspan = '1']
|
|
109913
|
-
|
|
109914
|
-
padding-
|
|
109913
|
+
table th[rowspan = '1'],
|
|
109914
|
+
table th:not([rowspan]) {
|
|
109915
|
+
padding-bottom: 0 !important;
|
|
109916
|
+
padding-top: 0 !important;
|
|
109915
109917
|
vertical-align: middle;
|
|
109916
109918
|
}
|
|
109917
109919
|
}
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@syncfusion/blazor-themes","version":"23.1.
|
|
1
|
+
{"name":"@syncfusion/blazor-themes","version":"23.1.43","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"}}
|