@syncfusion/blazor-themes 20.4.48 → 20.4.50
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 +38 -11
- package/SCSS-Themes/bootstrap.scss +38 -11
- package/SCSS-Themes/bootstrap4.scss +38 -11
- package/SCSS-Themes/bootstrap5-dark.scss +38 -11
- package/SCSS-Themes/bootstrap5.scss +38 -11
- package/SCSS-Themes/fabric-dark.scss +42 -15
- package/SCSS-Themes/fabric.scss +42 -15
- package/SCSS-Themes/fluent-dark.scss +41 -14
- package/SCSS-Themes/fluent.scss +41 -14
- package/SCSS-Themes/highcontrast.scss +38 -11
- package/SCSS-Themes/material-dark.scss +38 -11
- package/SCSS-Themes/material.scss +38 -11
- package/SCSS-Themes/navigations/accordion/bootstrap-dark.scss +4 -4
- package/SCSS-Themes/navigations/accordion/bootstrap.scss +4 -4
- package/SCSS-Themes/navigations/accordion/bootstrap4.scss +4 -4
- package/SCSS-Themes/navigations/accordion/bootstrap5-dark.scss +4 -4
- package/SCSS-Themes/navigations/accordion/bootstrap5.scss +4 -4
- package/SCSS-Themes/navigations/accordion/fabric-dark.scss +4 -4
- package/SCSS-Themes/navigations/accordion/fabric.scss +4 -4
- package/SCSS-Themes/navigations/accordion/fluent-dark.scss +4 -4
- package/SCSS-Themes/navigations/accordion/fluent.scss +4 -4
- package/SCSS-Themes/navigations/accordion/highcontrast.scss +4 -4
- package/SCSS-Themes/navigations/accordion/material-dark.scss +4 -4
- package/SCSS-Themes/navigations/accordion/material.scss +4 -4
- package/SCSS-Themes/navigations/accordion/tailwind-dark.scss +4 -4
- package/SCSS-Themes/navigations/accordion/tailwind.scss +4 -4
- package/SCSS-Themes/navigations/context-menu/bootstrap-dark.scss +6 -2
- package/SCSS-Themes/navigations/context-menu/bootstrap.scss +6 -2
- package/SCSS-Themes/navigations/context-menu/bootstrap4.scss +6 -2
- package/SCSS-Themes/navigations/context-menu/bootstrap5-dark.scss +6 -2
- package/SCSS-Themes/navigations/context-menu/bootstrap5.scss +6 -2
- package/SCSS-Themes/navigations/context-menu/fabric-dark.scss +6 -2
- package/SCSS-Themes/navigations/context-menu/fabric.scss +6 -2
- package/SCSS-Themes/navigations/context-menu/fluent-dark.scss +6 -2
- package/SCSS-Themes/navigations/context-menu/fluent.scss +6 -2
- package/SCSS-Themes/navigations/context-menu/highcontrast.scss +6 -2
- package/SCSS-Themes/navigations/context-menu/material-dark.scss +6 -2
- package/SCSS-Themes/navigations/context-menu/material.scss +6 -2
- package/SCSS-Themes/navigations/context-menu/tailwind-dark.scss +6 -2
- package/SCSS-Themes/navigations/context-menu/tailwind.scss +6 -2
- package/SCSS-Themes/navigations/menu/bootstrap-dark.scss +2 -1
- package/SCSS-Themes/navigations/menu/bootstrap.scss +2 -1
- package/SCSS-Themes/navigations/menu/bootstrap4.scss +2 -1
- package/SCSS-Themes/navigations/menu/bootstrap5-dark.scss +2 -1
- package/SCSS-Themes/navigations/menu/bootstrap5.scss +2 -1
- package/SCSS-Themes/navigations/menu/fabric-dark.scss +6 -5
- package/SCSS-Themes/navigations/menu/fabric.scss +6 -5
- package/SCSS-Themes/navigations/menu/fluent-dark.scss +2 -1
- package/SCSS-Themes/navigations/menu/fluent.scss +2 -1
- package/SCSS-Themes/navigations/menu/highcontrast.scss +2 -1
- package/SCSS-Themes/navigations/menu/material-dark.scss +2 -1
- package/SCSS-Themes/navigations/menu/material.scss +2 -1
- package/SCSS-Themes/navigations/menu/tailwind-dark.scss +2 -1
- package/SCSS-Themes/navigations/menu/tailwind.scss +2 -1
- package/SCSS-Themes/pivotview/pivotview/bootstrap-dark.scss +26 -4
- package/SCSS-Themes/pivotview/pivotview/bootstrap.scss +26 -4
- package/SCSS-Themes/pivotview/pivotview/bootstrap4.scss +26 -4
- package/SCSS-Themes/pivotview/pivotview/bootstrap5-dark.scss +26 -4
- package/SCSS-Themes/pivotview/pivotview/bootstrap5.scss +26 -4
- package/SCSS-Themes/pivotview/pivotview/fabric-dark.scss +26 -4
- package/SCSS-Themes/pivotview/pivotview/fabric.scss +26 -4
- package/SCSS-Themes/pivotview/pivotview/fluent-dark.scss +26 -4
- package/SCSS-Themes/pivotview/pivotview/fluent.scss +26 -4
- package/SCSS-Themes/pivotview/pivotview/highcontrast.scss +26 -4
- package/SCSS-Themes/pivotview/pivotview/material-dark.scss +26 -4
- package/SCSS-Themes/pivotview/pivotview/material.scss +26 -4
- package/SCSS-Themes/pivotview/pivotview/tailwind-dark.scss +26 -4
- package/SCSS-Themes/pivotview/pivotview/tailwind.scss +26 -4
- package/SCSS-Themes/popups/dialog/fluent-dark.scss +3 -3
- package/SCSS-Themes/popups/dialog/fluent.scss +3 -3
- package/SCSS-Themes/popups/dialog/tailwind-dark.scss +1 -1
- package/SCSS-Themes/popups/dialog/tailwind.scss +1 -1
- package/SCSS-Themes/tailwind-dark.scss +39 -12
- package/SCSS-Themes/tailwind.scss +39 -12
- package/package.json +1 -1
|
@@ -2105,16 +2105,16 @@ $acrdn-item-exp-not-selected-hdr-focus-border-color: initial !default;
|
|
|
2105
2105
|
border: $acrdn-border-size $acrdn-border-type $acrdn-default-border;
|
|
2106
2106
|
border-radius: $acrdn-border-radius;
|
|
2107
2107
|
|
|
2108
|
-
.e-active {
|
|
2109
|
-
background: $acrdn-active-bg-color;
|
|
2110
|
-
}
|
|
2111
|
-
|
|
2112
2108
|
.e-acrdn-item {
|
|
2113
2109
|
border-color: $acrdn-item-border-color;
|
|
2114
2110
|
border-style: $acrdn-item-border-nav-type;
|
|
2115
2111
|
border-width: $acrdn-item-border-size;
|
|
2116
2112
|
border-radius: $acrdn-item-border-radius;
|
|
2117
2113
|
|
|
2114
|
+
&.e-active {
|
|
2115
|
+
background: $acrdn-active-bg-color;
|
|
2116
|
+
}
|
|
2117
|
+
|
|
2118
2118
|
&.e-select:last-child {
|
|
2119
2119
|
border-bottom: $acrdn-item-select-last-child-border-bottom;
|
|
2120
2120
|
border-radius: $acrdn-item-select-last-child-border-radius;
|
|
@@ -35274,7 +35274,9 @@ $cmenu-hover-icon-color: $cmenu-icon-color !default;
|
|
|
35274
35274
|
}
|
|
35275
35275
|
|
|
35276
35276
|
&.e-menu-caret-icon {
|
|
35277
|
-
|
|
35277
|
+
@if $skin-name != 'FluentUI' {
|
|
35278
|
+
padding-left: $cmenu-caret-li-padding;
|
|
35279
|
+
}
|
|
35278
35280
|
padding-right: $cmenu-li-right-padding;
|
|
35279
35281
|
}
|
|
35280
35282
|
|
|
@@ -35467,7 +35469,9 @@ $cmenu-hover-icon-color: $cmenu-icon-color !default;
|
|
|
35467
35469
|
.e-bigger.e-contextmenu-wrapper.e-rtl ul .e-blankicon,
|
|
35468
35470
|
.e-bigger .e-contextmenu-container.e-rtl ul .e-blankicon,
|
|
35469
35471
|
.e-bigger.e-contextmenu-container.e-rtl ul .e-blankicon {
|
|
35470
|
-
@
|
|
35472
|
+
@if $skin-name != 'FluentUI' {
|
|
35473
|
+
@include bigger-rtl-blank-icon;
|
|
35474
|
+
}
|
|
35471
35475
|
}
|
|
35472
35476
|
}
|
|
35473
35477
|
|
|
@@ -42911,7 +42915,7 @@ $dialog-device-content-font-size: $text-base !default;
|
|
|
42911
42915
|
$dialog-border-radius: 6px !default;
|
|
42912
42916
|
$dialog-header-icon-hover-border-radius: 50% !default;
|
|
42913
42917
|
$dialog-close-button-height: 20px !default;
|
|
42914
|
-
$dialog-close-button-width:
|
|
42918
|
+
$dialog-close-button-width: 0 !default;
|
|
42915
42919
|
$dialog-header-content-padding: 10px 18px !default;
|
|
42916
42920
|
$dialog-content-padding: 12px 18px 12px 18px !default;
|
|
42917
42921
|
$dialog-footer-content-padding: 8px 18px 8px 18px !default;
|
|
@@ -54077,6 +54081,7 @@ $menu-caret-color: $cmenu-caret-color !default;
|
|
|
54077
54081
|
line-height: $menu-li-height;
|
|
54078
54082
|
margin-right: $menu-icon-margin-right;
|
|
54079
54083
|
text-align: center;
|
|
54084
|
+
margin-bottom: 4px;
|
|
54080
54085
|
}
|
|
54081
54086
|
|
|
54082
54087
|
& .e-caret {
|
|
@@ -54730,7 +54735,7 @@ $menu-caret-color: $cmenu-caret-color !default;
|
|
|
54730
54735
|
|
|
54731
54736
|
@at-root {
|
|
54732
54737
|
& .e-menu {
|
|
54733
|
-
@if $skin-name == 'bootstrap4'
|
|
54738
|
+
@if $skin-name == 'bootstrap4' {
|
|
54734
54739
|
background-color: $cmenu-ul-bgcolor;
|
|
54735
54740
|
}
|
|
54736
54741
|
@else {
|
|
@@ -102375,6 +102380,26 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
102375
102380
|
|
|
102376
102381
|
.e-toolbar-items {
|
|
102377
102382
|
background: $pivotgrid-grp-bg-color;
|
|
102383
|
+
|
|
102384
|
+
.e-toolbar-item {
|
|
102385
|
+
.e-tbar-btn.e-btn.e-control {
|
|
102386
|
+
@if ($skin-name =='fabric') or ($skin-name =='fabric-dark') or ($skin-name =='material') or ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') or ($skin-name =='bootstrap4') {
|
|
102387
|
+
background: $pivotgrid-grp-bg-color;
|
|
102388
|
+
|
|
102389
|
+
&:hover {
|
|
102390
|
+
@if ($skin-name =='material') or ($skin-name =='material-dark') or ($skin-name =='fabric-dark') or ($skin-name =='bootstrap4') {
|
|
102391
|
+
background: $pivotgrid-grp-bg-hover-color;
|
|
102392
|
+
}
|
|
102393
|
+
}
|
|
102394
|
+
|
|
102395
|
+
&:focus {
|
|
102396
|
+
@if ($skin-name =='bootstrap4') {
|
|
102397
|
+
background: $pivotgrid-grp-bg-hover-color;
|
|
102398
|
+
}
|
|
102399
|
+
}
|
|
102400
|
+
}
|
|
102401
|
+
}
|
|
102402
|
+
}
|
|
102378
102403
|
}
|
|
102379
102404
|
|
|
102380
102405
|
.e-toolbar-item .e-tbar-btn.e-btn {
|
|
@@ -102981,10 +103006,8 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
102981
103006
|
}
|
|
102982
103007
|
|
|
102983
103008
|
.e-toolbar .e-tbar-btn {
|
|
102984
|
-
|
|
102985
|
-
|
|
102986
|
-
@if ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') {
|
|
102987
|
-
border: none !important;
|
|
103009
|
+
@if ($skin-name == 'tailwind') {
|
|
103010
|
+
background-color: transparent;
|
|
102988
103011
|
}
|
|
102989
103012
|
|
|
102990
103013
|
&:hover {
|
|
@@ -104406,6 +104429,10 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
104406
104429
|
display: none !important;
|
|
104407
104430
|
}
|
|
104408
104431
|
|
|
104432
|
+
.e-pivotchart.e-chart {
|
|
104433
|
+
overflow: visible !important;
|
|
104434
|
+
}
|
|
104435
|
+
|
|
104409
104436
|
/* stylelint-enable */
|
|
104410
104437
|
}
|
|
104411
104438
|
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@syncfusion/blazor-themes","version":"20.4.
|
|
1
|
+
{"name":"@syncfusion/blazor-themes","version":"20.4.50","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"]}
|