@syncfusion/blazor-themes 21.1.35 → 21.1.37
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 +16 -7
- package/SCSS-Themes/bootstrap.scss +16 -7
- package/SCSS-Themes/bootstrap4.scss +16 -7
- package/SCSS-Themes/bootstrap5-dark.scss +16 -4
- package/SCSS-Themes/bootstrap5.scss +16 -4
- package/SCSS-Themes/fabric-dark.scss +16 -7
- package/SCSS-Themes/fabric.scss +16 -7
- package/SCSS-Themes/fluent-dark.scss +16 -4
- package/SCSS-Themes/fluent.scss +16 -4
- package/SCSS-Themes/highcontrast.scss +16 -7
- package/SCSS-Themes/inputs/rating/bootstrap-dark.scss +12 -3
- package/SCSS-Themes/inputs/rating/bootstrap.scss +12 -3
- package/SCSS-Themes/inputs/rating/bootstrap4.scss +12 -3
- package/SCSS-Themes/inputs/rating/bootstrap5-dark.scss +12 -0
- package/SCSS-Themes/inputs/rating/bootstrap5.scss +12 -0
- package/SCSS-Themes/inputs/rating/fabric-dark.scss +12 -3
- package/SCSS-Themes/inputs/rating/fabric.scss +12 -3
- package/SCSS-Themes/inputs/rating/fluent-dark.scss +12 -0
- package/SCSS-Themes/inputs/rating/fluent.scss +12 -0
- package/SCSS-Themes/inputs/rating/highcontrast.scss +12 -3
- package/SCSS-Themes/inputs/rating/material-dark.scss +12 -3
- package/SCSS-Themes/inputs/rating/material.scss +12 -3
- package/SCSS-Themes/inputs/rating/tailwind-dark.scss +12 -0
- package/SCSS-Themes/inputs/rating/tailwind.scss +12 -0
- package/SCSS-Themes/material-dark.scss +16 -7
- package/SCSS-Themes/material.scss +16 -7
- package/SCSS-Themes/navigations/treeview/bootstrap-dark.scss +3 -3
- package/SCSS-Themes/navigations/treeview/bootstrap.scss +3 -3
- package/SCSS-Themes/navigations/treeview/bootstrap4.scss +3 -3
- package/SCSS-Themes/navigations/treeview/bootstrap5-dark.scss +3 -3
- package/SCSS-Themes/navigations/treeview/bootstrap5.scss +3 -3
- package/SCSS-Themes/navigations/treeview/fabric-dark.scss +3 -3
- package/SCSS-Themes/navigations/treeview/fabric.scss +3 -3
- package/SCSS-Themes/navigations/treeview/fluent-dark.scss +3 -3
- package/SCSS-Themes/navigations/treeview/fluent.scss +3 -3
- package/SCSS-Themes/navigations/treeview/highcontrast.scss +3 -3
- package/SCSS-Themes/navigations/treeview/material-dark.scss +3 -3
- package/SCSS-Themes/navigations/treeview/material.scss +3 -3
- package/SCSS-Themes/navigations/treeview/tailwind-dark.scss +3 -3
- package/SCSS-Themes/navigations/treeview/tailwind.scss +3 -3
- 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/pivotview/pivotview/bootstrap5-dark.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/bootstrap5.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/fabric-dark.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/fabric.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/fluent-dark.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/fluent.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/highcontrast.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/material-dark.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/material.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/tailwind-dark.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/tailwind.scss +1 -1
- package/SCSS-Themes/tailwind-dark.scss +16 -4
- package/SCSS-Themes/tailwind.scss +16 -4
- package/package.json +1 -1
|
@@ -54064,12 +54064,12 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
|
|
|
54064
54064
|
}
|
|
54065
54065
|
}
|
|
54066
54066
|
|
|
54067
|
-
.e-list-item.e-active.e-hover > .e-fullrow
|
|
54067
|
+
.e-list-item.e-active.e-hover > .e-fullrow{
|
|
54068
54068
|
@include active-hover-theme;
|
|
54069
54069
|
}
|
|
54070
54070
|
|
|
54071
54071
|
.e-list-item.e-editing.e-active > .e-fullrow,
|
|
54072
|
-
.e-list-item.e-editing.e-hover > .e-fullrow
|
|
54072
|
+
.e-list-item.e-editing.e-hover > .e-fullrow{
|
|
54073
54073
|
@include active-editing-theme;
|
|
54074
54074
|
}
|
|
54075
54075
|
|
|
@@ -54135,7 +54135,7 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
|
|
|
54135
54135
|
|
|
54136
54136
|
&:not(.e-fullrow-wrap) {
|
|
54137
54137
|
|
|
54138
|
-
.e-list-item.e-hover > .e-text-content
|
|
54138
|
+
.e-list-item.e-hover > .e-text-content{
|
|
54139
54139
|
background-color: $treeview-item-hover-bg;
|
|
54140
54140
|
border-color: $treeview-item-hover-border-color;
|
|
54141
54141
|
}
|
|
@@ -105495,7 +105495,7 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
105495
105495
|
.e-pivot-pager-column-maindiv {
|
|
105496
105496
|
&.e-page-size-disable {
|
|
105497
105497
|
.e-pivotview-text-div {
|
|
105498
|
-
width:
|
|
105498
|
+
width: 50%;
|
|
105499
105499
|
}
|
|
105500
105500
|
}
|
|
105501
105501
|
}
|
|
@@ -114719,6 +114719,7 @@ $msg-filled-error-close-icon-color: $msg-danger-close-icon-color-alt2 !default;
|
|
|
114719
114719
|
$rating-li-font-size: $font-icon-20 !default;
|
|
114720
114720
|
$rating-li-padding: 4px !default;
|
|
114721
114721
|
$rating-li-line-height: 3px !default;
|
|
114722
|
+
$rating-li-min-width-height: 28px !default;
|
|
114722
114723
|
$rating-focus-border-radius: 4px !default;
|
|
114723
114724
|
$rating-label-bottom-margin: 6px !default;
|
|
114724
114725
|
$rating-label-right-margin: 10px !default;
|
|
@@ -114731,18 +114732,21 @@ $rating-tooltip-tip-bottom-height: 8px !default;
|
|
|
114731
114732
|
|
|
114732
114733
|
$rating-small-li-font-size: $font-icon-16 !default;
|
|
114733
114734
|
$rating-small-li-line-height: 10px !default;
|
|
114735
|
+
$rating-small-li-min-width-height: 24px !default;
|
|
114734
114736
|
$rating-small-label-font-size: $text-xxs !default;
|
|
114735
114737
|
$rating-small-label-line-height: 16px !default;
|
|
114736
114738
|
$rating-small-reset-font-size : $font-icon-12 !default;
|
|
114737
114739
|
|
|
114738
114740
|
$rating-bigger-li-font-size: $font-icon-24 !default;
|
|
114739
114741
|
$rating-bigger-li-line-height: 18px !default;
|
|
114742
|
+
$rating-bigger-li-min-width-height: 32px !default;
|
|
114740
114743
|
$rating-bigger-label-font-size: $text-2xl !default;
|
|
114741
114744
|
$rating-bigger-label-line-height: 22px !default;
|
|
114742
114745
|
$rating-bigger-reset-font-size : $font-icon-20 !default;
|
|
114743
114746
|
|
|
114744
114747
|
$rating-bigger-small-li-font-size: $font-icon-22 !default;
|
|
114745
114748
|
$rating-bigger-small-li-line-height: 15px !default;
|
|
114749
|
+
$rating-bigger-small-li-min-width-height: 30px !default;
|
|
114746
114750
|
$rating-bigger-small-label-font-size: $text-xs !default;
|
|
114747
114751
|
$rating-bigger-small-label-line-height: 18px !default;
|
|
114748
114752
|
$rating-bigger-small-reset-font-size : $font-icon-18 !default;
|
|
@@ -114797,6 +114801,8 @@ $rating-reset-disabled-icon-color: $icon-color-disabled !default;
|
|
|
114797
114801
|
padding: $rating-li-padding;
|
|
114798
114802
|
line-height: $rating-li-line-height;
|
|
114799
114803
|
display: block;
|
|
114804
|
+
min-width: $rating-li-min-width-height; //font-size + padding
|
|
114805
|
+
min-height: $rating-li-min-width-height; //font-size + padding
|
|
114800
114806
|
//For Blazor Tooltip
|
|
114801
114807
|
position: relative;
|
|
114802
114808
|
|
|
@@ -114921,6 +114927,8 @@ $rating-reset-disabled-icon-color: $icon-color-disabled !default;
|
|
|
114921
114927
|
.e-rating-item-container {
|
|
114922
114928
|
font-size: $rating-small-li-font-size;
|
|
114923
114929
|
line-height: $rating-small-li-line-height;
|
|
114930
|
+
min-height: $rating-small-li-min-width-height; //font-size + padding
|
|
114931
|
+
min-width: $rating-small-li-min-width-height; //font-size + padding
|
|
114924
114932
|
}
|
|
114925
114933
|
|
|
114926
114934
|
.e-rating-label {
|
|
@@ -114938,6 +114946,8 @@ $rating-reset-disabled-icon-color: $icon-color-disabled !default;
|
|
|
114938
114946
|
.e-rating-item-container {
|
|
114939
114947
|
font-size: $rating-bigger-li-font-size;
|
|
114940
114948
|
line-height: $rating-bigger-li-line-height;
|
|
114949
|
+
min-width: $rating-bigger-li-min-width-height; //font-size + padding
|
|
114950
|
+
min-height: $rating-bigger-li-min-width-height; //font-size + padding
|
|
114941
114951
|
}
|
|
114942
114952
|
|
|
114943
114953
|
.e-rating-label {
|
|
@@ -114957,6 +114967,8 @@ $rating-reset-disabled-icon-color: $icon-color-disabled !default;
|
|
|
114957
114967
|
.e-rating-item-container {
|
|
114958
114968
|
font-size: $rating-bigger-small-li-font-size;
|
|
114959
114969
|
line-height: $rating-bigger-small-li-line-height;
|
|
114970
|
+
min-width: $rating-bigger-small-li-min-width-height; //font-size + padding
|
|
114971
|
+
min-height: $rating-bigger-small-li-min-width-height; //font-size + padding
|
|
114960
114972
|
}
|
|
114961
114973
|
|
|
114962
114974
|
.e-rating-label {
|
|
@@ -54061,12 +54061,12 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
|
|
|
54061
54061
|
}
|
|
54062
54062
|
}
|
|
54063
54063
|
|
|
54064
|
-
.e-list-item.e-active.e-hover > .e-fullrow
|
|
54064
|
+
.e-list-item.e-active.e-hover > .e-fullrow{
|
|
54065
54065
|
@include active-hover-theme;
|
|
54066
54066
|
}
|
|
54067
54067
|
|
|
54068
54068
|
.e-list-item.e-editing.e-active > .e-fullrow,
|
|
54069
|
-
.e-list-item.e-editing.e-hover > .e-fullrow
|
|
54069
|
+
.e-list-item.e-editing.e-hover > .e-fullrow{
|
|
54070
54070
|
@include active-editing-theme;
|
|
54071
54071
|
}
|
|
54072
54072
|
|
|
@@ -54132,7 +54132,7 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
|
|
|
54132
54132
|
|
|
54133
54133
|
&:not(.e-fullrow-wrap) {
|
|
54134
54134
|
|
|
54135
|
-
.e-list-item.e-hover > .e-text-content
|
|
54135
|
+
.e-list-item.e-hover > .e-text-content{
|
|
54136
54136
|
background-color: $treeview-item-hover-bg;
|
|
54137
54137
|
border-color: $treeview-item-hover-border-color;
|
|
54138
54138
|
}
|
|
@@ -105492,7 +105492,7 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
105492
105492
|
.e-pivot-pager-column-maindiv {
|
|
105493
105493
|
&.e-page-size-disable {
|
|
105494
105494
|
.e-pivotview-text-div {
|
|
105495
|
-
width:
|
|
105495
|
+
width: 50%;
|
|
105496
105496
|
}
|
|
105497
105497
|
}
|
|
105498
105498
|
}
|
|
@@ -114716,6 +114716,7 @@ $msg-filled-error-close-icon-color: $msg-danger-close-icon-color-alt2 !default;
|
|
|
114716
114716
|
$rating-li-font-size: $font-icon-20 !default;
|
|
114717
114717
|
$rating-li-padding: 4px !default;
|
|
114718
114718
|
$rating-li-line-height: 3px !default;
|
|
114719
|
+
$rating-li-min-width-height: 28px !default;
|
|
114719
114720
|
$rating-focus-border-radius: 4px !default;
|
|
114720
114721
|
$rating-label-bottom-margin: 6px !default;
|
|
114721
114722
|
$rating-label-right-margin: 10px !default;
|
|
@@ -114728,18 +114729,21 @@ $rating-tooltip-tip-bottom-height: 8px !default;
|
|
|
114728
114729
|
|
|
114729
114730
|
$rating-small-li-font-size: $font-icon-16 !default;
|
|
114730
114731
|
$rating-small-li-line-height: 10px !default;
|
|
114732
|
+
$rating-small-li-min-width-height: 24px !default;
|
|
114731
114733
|
$rating-small-label-font-size: $text-xxs !default;
|
|
114732
114734
|
$rating-small-label-line-height: 16px !default;
|
|
114733
114735
|
$rating-small-reset-font-size : $font-icon-12 !default;
|
|
114734
114736
|
|
|
114735
114737
|
$rating-bigger-li-font-size: $font-icon-24 !default;
|
|
114736
114738
|
$rating-bigger-li-line-height: 18px !default;
|
|
114739
|
+
$rating-bigger-li-min-width-height: 32px !default;
|
|
114737
114740
|
$rating-bigger-label-font-size: $text-2xl !default;
|
|
114738
114741
|
$rating-bigger-label-line-height: 22px !default;
|
|
114739
114742
|
$rating-bigger-reset-font-size : $font-icon-20 !default;
|
|
114740
114743
|
|
|
114741
114744
|
$rating-bigger-small-li-font-size: $font-icon-22 !default;
|
|
114742
114745
|
$rating-bigger-small-li-line-height: 15px !default;
|
|
114746
|
+
$rating-bigger-small-li-min-width-height: 30px !default;
|
|
114743
114747
|
$rating-bigger-small-label-font-size: $text-xs !default;
|
|
114744
114748
|
$rating-bigger-small-label-line-height: 18px !default;
|
|
114745
114749
|
$rating-bigger-small-reset-font-size : $font-icon-18 !default;
|
|
@@ -114794,6 +114798,8 @@ $rating-reset-disabled-icon-color: $icon-color-disabled !default;
|
|
|
114794
114798
|
padding: $rating-li-padding;
|
|
114795
114799
|
line-height: $rating-li-line-height;
|
|
114796
114800
|
display: block;
|
|
114801
|
+
min-width: $rating-li-min-width-height; //font-size + padding
|
|
114802
|
+
min-height: $rating-li-min-width-height; //font-size + padding
|
|
114797
114803
|
//For Blazor Tooltip
|
|
114798
114804
|
position: relative;
|
|
114799
114805
|
|
|
@@ -114918,6 +114924,8 @@ $rating-reset-disabled-icon-color: $icon-color-disabled !default;
|
|
|
114918
114924
|
.e-rating-item-container {
|
|
114919
114925
|
font-size: $rating-small-li-font-size;
|
|
114920
114926
|
line-height: $rating-small-li-line-height;
|
|
114927
|
+
min-height: $rating-small-li-min-width-height; //font-size + padding
|
|
114928
|
+
min-width: $rating-small-li-min-width-height; //font-size + padding
|
|
114921
114929
|
}
|
|
114922
114930
|
|
|
114923
114931
|
.e-rating-label {
|
|
@@ -114935,6 +114943,8 @@ $rating-reset-disabled-icon-color: $icon-color-disabled !default;
|
|
|
114935
114943
|
.e-rating-item-container {
|
|
114936
114944
|
font-size: $rating-bigger-li-font-size;
|
|
114937
114945
|
line-height: $rating-bigger-li-line-height;
|
|
114946
|
+
min-width: $rating-bigger-li-min-width-height; //font-size + padding
|
|
114947
|
+
min-height: $rating-bigger-li-min-width-height; //font-size + padding
|
|
114938
114948
|
}
|
|
114939
114949
|
|
|
114940
114950
|
.e-rating-label {
|
|
@@ -114954,6 +114964,8 @@ $rating-reset-disabled-icon-color: $icon-color-disabled !default;
|
|
|
114954
114964
|
.e-rating-item-container {
|
|
114955
114965
|
font-size: $rating-bigger-small-li-font-size;
|
|
114956
114966
|
line-height: $rating-bigger-small-li-line-height;
|
|
114967
|
+
min-width: $rating-bigger-small-li-min-width-height; //font-size + padding
|
|
114968
|
+
min-height: $rating-bigger-small-li-min-width-height; //font-size + padding
|
|
114957
114969
|
}
|
|
114958
114970
|
|
|
114959
114971
|
.e-rating-label {
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@syncfusion/blazor-themes","version":"21.1.
|
|
1
|
+
{"name":"@syncfusion/blazor-themes","version":"21.1.37","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"}}
|