@syncfusion/blazor-themes 20.3.52 → 20.3.56
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 +29 -1
- package/SCSS-Themes/base/bootstrap.scss +29 -1
- package/SCSS-Themes/base/bootstrap4.scss +599 -571
- package/SCSS-Themes/base/bootstrap5-dark.scss +457 -429
- package/SCSS-Themes/base/bootstrap5.scss +457 -429
- package/SCSS-Themes/base/fabric-dark.scss +29 -1
- package/SCSS-Themes/base/fabric.scss +29 -1
- package/SCSS-Themes/base/fluent-dark.scss +457 -429
- package/SCSS-Themes/base/fluent.scss +457 -429
- package/SCSS-Themes/base/highcontrast.scss +29 -1
- package/SCSS-Themes/base/material-dark.scss +29 -1
- package/SCSS-Themes/base/material.scss +29 -1
- package/SCSS-Themes/base/tailwind-dark.scss +29 -1
- package/SCSS-Themes/base/tailwind.scss +29 -1
- package/SCSS-Themes/bootstrap-dark.scss +80 -54
- package/SCSS-Themes/bootstrap.scss +78 -52
- package/SCSS-Themes/bootstrap4.scss +654 -628
- package/SCSS-Themes/bootstrap5-dark.scss +513 -486
- package/SCSS-Themes/bootstrap5.scss +513 -486
- package/SCSS-Themes/buttons/check-box/bootstrap-dark.scss +3 -0
- package/SCSS-Themes/buttons/check-box/bootstrap.scss +3 -0
- package/SCSS-Themes/buttons/check-box/bootstrap4.scss +3 -0
- package/SCSS-Themes/buttons/check-box/bootstrap5-dark.scss +3 -0
- package/SCSS-Themes/buttons/check-box/bootstrap5.scss +3 -0
- package/SCSS-Themes/buttons/check-box/fabric-dark.scss +3 -0
- package/SCSS-Themes/buttons/check-box/fabric.scss +3 -0
- package/SCSS-Themes/buttons/check-box/fluent-dark.scss +3 -0
- package/SCSS-Themes/buttons/check-box/fluent.scss +3 -0
- package/SCSS-Themes/buttons/check-box/highcontrast.scss +3 -0
- package/SCSS-Themes/buttons/check-box/material-dark.scss +3 -0
- package/SCSS-Themes/buttons/check-box/material.scss +3 -0
- package/SCSS-Themes/buttons/check-box/tailwind-dark.scss +3 -0
- package/SCSS-Themes/buttons/check-box/tailwind.scss +3 -0
- package/SCSS-Themes/buttons/floating-action-button/bootstrap-dark.scss +9 -1
- package/SCSS-Themes/buttons/floating-action-button/bootstrap.scss +9 -1
- package/SCSS-Themes/buttons/floating-action-button/bootstrap4.scss +9 -1
- package/SCSS-Themes/buttons/floating-action-button/bootstrap5-dark.scss +9 -1
- package/SCSS-Themes/buttons/floating-action-button/bootstrap5.scss +9 -1
- package/SCSS-Themes/buttons/floating-action-button/fabric-dark.scss +9 -1
- package/SCSS-Themes/buttons/floating-action-button/fabric.scss +9 -1
- package/SCSS-Themes/buttons/floating-action-button/fluent-dark.scss +9 -1
- package/SCSS-Themes/buttons/floating-action-button/fluent.scss +9 -1
- package/SCSS-Themes/buttons/floating-action-button/highcontrast.scss +9 -1
- package/SCSS-Themes/buttons/floating-action-button/material-dark.scss +9 -1
- package/SCSS-Themes/buttons/floating-action-button/material.scss +9 -1
- package/SCSS-Themes/buttons/floating-action-button/tailwind-dark.scss +10 -1
- package/SCSS-Themes/buttons/floating-action-button/tailwind.scss +10 -1
- package/SCSS-Themes/buttons/speed-dial/bootstrap-dark.scss +9 -30
- package/SCSS-Themes/buttons/speed-dial/bootstrap.scss +9 -30
- package/SCSS-Themes/buttons/speed-dial/bootstrap4.scss +7 -28
- package/SCSS-Themes/buttons/speed-dial/bootstrap5-dark.scss +9 -29
- package/SCSS-Themes/buttons/speed-dial/bootstrap5.scss +9 -29
- package/SCSS-Themes/buttons/speed-dial/fabric-dark.scss +7 -28
- package/SCSS-Themes/buttons/speed-dial/fabric.scss +7 -28
- package/SCSS-Themes/buttons/speed-dial/fluent-dark.scss +8 -29
- package/SCSS-Themes/buttons/speed-dial/fluent.scss +8 -29
- package/SCSS-Themes/buttons/speed-dial/highcontrast.scss +7 -28
- package/SCSS-Themes/buttons/speed-dial/material-dark.scss +7 -28
- package/SCSS-Themes/buttons/speed-dial/material.scss +7 -28
- package/SCSS-Themes/buttons/speed-dial/tailwind-dark.scss +8 -29
- package/SCSS-Themes/buttons/speed-dial/tailwind.scss +8 -29
- package/SCSS-Themes/dropdowns/drop-down-base/fabric.scss +1 -1
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap-dark.scss +9 -1
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap.scss +9 -1
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap4.scss +9 -1
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5-dark.scss +9 -1
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5.scss +9 -1
- package/SCSS-Themes/dropdowns/drop-down-tree/fabric-dark.scss +9 -1
- package/SCSS-Themes/dropdowns/drop-down-tree/fabric.scss +9 -1
- package/SCSS-Themes/dropdowns/drop-down-tree/fluent-dark.scss +9 -1
- package/SCSS-Themes/dropdowns/drop-down-tree/fluent.scss +9 -1
- package/SCSS-Themes/dropdowns/drop-down-tree/highcontrast.scss +9 -1
- package/SCSS-Themes/dropdowns/drop-down-tree/material-dark.scss +9 -1
- package/SCSS-Themes/dropdowns/drop-down-tree/material.scss +9 -1
- package/SCSS-Themes/dropdowns/drop-down-tree/tailwind-dark.scss +9 -1
- package/SCSS-Themes/dropdowns/drop-down-tree/tailwind.scss +9 -1
- package/SCSS-Themes/fabric-dark.scss +84 -58
- package/SCSS-Themes/fabric.scss +83 -57
- package/SCSS-Themes/fluent-dark.scss +506 -480
- package/SCSS-Themes/fluent.scss +506 -480
- package/SCSS-Themes/grids/grid/bootstrap-dark.scss +20 -20
- package/SCSS-Themes/grids/grid/bootstrap.scss +18 -18
- package/SCSS-Themes/grids/grid/bootstrap4.scss +25 -25
- package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +22 -22
- package/SCSS-Themes/grids/grid/bootstrap5.scss +22 -22
- package/SCSS-Themes/grids/grid/fabric-dark.scss +26 -26
- package/SCSS-Themes/grids/grid/fabric.scss +24 -24
- package/SCSS-Themes/grids/grid/fluent-dark.scss +16 -16
- package/SCSS-Themes/grids/grid/fluent.scss +16 -16
- package/SCSS-Themes/grids/grid/highcontrast.scss +25 -25
- package/SCSS-Themes/grids/grid/material-dark.scss +25 -25
- package/SCSS-Themes/grids/grid/material.scss +24 -24
- package/SCSS-Themes/grids/grid/tailwind-dark.scss +13 -13
- package/SCSS-Themes/grids/grid/tailwind.scss +13 -13
- package/SCSS-Themes/highcontrast.scss +83 -57
- package/SCSS-Themes/material-dark.scss +83 -57
- package/SCSS-Themes/material.scss +82 -56
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap-dark.scss +1 -1
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap.scss +1 -1
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap4.scss +1 -1
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5-dark.scss +1 -1
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.scss +1 -1
- package/SCSS-Themes/pdfviewer/pdfviewer/fabric-dark.scss +1 -1
- package/SCSS-Themes/pdfviewer/pdfviewer/fabric.scss +1 -1
- package/SCSS-Themes/pdfviewer/pdfviewer/fluent-dark.scss +1 -1
- package/SCSS-Themes/pdfviewer/pdfviewer/fluent.scss +1 -1
- package/SCSS-Themes/pdfviewer/pdfviewer/highcontrast.scss +1 -1
- package/SCSS-Themes/pdfviewer/pdfviewer/material-dark.scss +1 -1
- package/SCSS-Themes/pdfviewer/pdfviewer/material.scss +1 -1
- package/SCSS-Themes/pdfviewer/pdfviewer/tailwind-dark.scss +1 -1
- package/SCSS-Themes/pdfviewer/pdfviewer/tailwind.scss +1 -1
- package/SCSS-Themes/tailwind-dark.scss +73 -46
- package/SCSS-Themes/tailwind.scss +73 -46
- package/package.json +1 -1
|
@@ -4853,7 +4853,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
4853
4853
|
}
|
|
4854
4854
|
}
|
|
4855
4855
|
|
|
4856
|
-
.e-pv-signature-dialog-height {
|
|
4856
|
+
.e-dialog.e-pv-signature-dialog-height {
|
|
4857
4857
|
height: $pv-signature-dialog-height;
|
|
4858
4858
|
@if ($skin-name == 'FluentUI') {
|
|
4859
4859
|
min-height: $pv-signature-dialog-height;
|
|
@@ -4853,7 +4853,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
4853
4853
|
}
|
|
4854
4854
|
}
|
|
4855
4855
|
|
|
4856
|
-
.e-pv-signature-dialog-height {
|
|
4856
|
+
.e-dialog.e-pv-signature-dialog-height {
|
|
4857
4857
|
height: $pv-signature-dialog-height;
|
|
4858
4858
|
@if ($skin-name == 'FluentUI') {
|
|
4859
4859
|
min-height: $pv-signature-dialog-height;
|
|
@@ -4899,7 +4899,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
4899
4899
|
}
|
|
4900
4900
|
}
|
|
4901
4901
|
|
|
4902
|
-
.e-pv-signature-dialog-height {
|
|
4902
|
+
.e-dialog.e-pv-signature-dialog-height {
|
|
4903
4903
|
height: $pv-signature-dialog-height;
|
|
4904
4904
|
@if ($skin-name == 'FluentUI') {
|
|
4905
4905
|
min-height: $pv-signature-dialog-height;
|
|
@@ -4847,7 +4847,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
4847
4847
|
}
|
|
4848
4848
|
}
|
|
4849
4849
|
|
|
4850
|
-
.e-pv-signature-dialog-height {
|
|
4850
|
+
.e-dialog.e-pv-signature-dialog-height {
|
|
4851
4851
|
height: $pv-signature-dialog-height;
|
|
4852
4852
|
@if ($skin-name == 'FluentUI') {
|
|
4853
4853
|
min-height: $pv-signature-dialog-height;
|
|
@@ -4847,7 +4847,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
4847
4847
|
}
|
|
4848
4848
|
}
|
|
4849
4849
|
|
|
4850
|
-
.e-pv-signature-dialog-height {
|
|
4850
|
+
.e-dialog.e-pv-signature-dialog-height {
|
|
4851
4851
|
height: $pv-signature-dialog-height;
|
|
4852
4852
|
@if ($skin-name == 'FluentUI') {
|
|
4853
4853
|
min-height: $pv-signature-dialog-height;
|
|
@@ -4850,7 +4850,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
4850
4850
|
}
|
|
4851
4851
|
}
|
|
4852
4852
|
|
|
4853
|
-
.e-pv-signature-dialog-height {
|
|
4853
|
+
.e-dialog.e-pv-signature-dialog-height {
|
|
4854
4854
|
height: $pv-signature-dialog-height;
|
|
4855
4855
|
@if ($skin-name == 'FluentUI') {
|
|
4856
4856
|
min-height: $pv-signature-dialog-height;
|
|
@@ -4852,7 +4852,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
4852
4852
|
}
|
|
4853
4853
|
}
|
|
4854
4854
|
|
|
4855
|
-
.e-pv-signature-dialog-height {
|
|
4855
|
+
.e-dialog.e-pv-signature-dialog-height {
|
|
4856
4856
|
height: $pv-signature-dialog-height;
|
|
4857
4857
|
@if ($skin-name == 'FluentUI') {
|
|
4858
4858
|
min-height: $pv-signature-dialog-height;
|
|
@@ -4854,7 +4854,7 @@ $pv-comment-text-curser-color: $black !default;
|
|
|
4854
4854
|
}
|
|
4855
4855
|
}
|
|
4856
4856
|
|
|
4857
|
-
.e-pv-signature-dialog-height {
|
|
4857
|
+
.e-dialog.e-pv-signature-dialog-height {
|
|
4858
4858
|
height: $pv-signature-dialog-height;
|
|
4859
4859
|
@if ($skin-name == 'FluentUI') {
|
|
4860
4860
|
min-height: $pv-signature-dialog-height;
|
|
@@ -4854,7 +4854,7 @@ $pv-comment-text-curser-color: $black !default;
|
|
|
4854
4854
|
}
|
|
4855
4855
|
}
|
|
4856
4856
|
|
|
4857
|
-
.e-pv-signature-dialog-height {
|
|
4857
|
+
.e-dialog.e-pv-signature-dialog-height {
|
|
4858
4858
|
height: $pv-signature-dialog-height;
|
|
4859
4859
|
@if ($skin-name == 'FluentUI') {
|
|
4860
4860
|
min-height: $pv-signature-dialog-height;
|
|
@@ -4852,7 +4852,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
4852
4852
|
}
|
|
4853
4853
|
}
|
|
4854
4854
|
|
|
4855
|
-
.e-pv-signature-dialog-height {
|
|
4855
|
+
.e-dialog.e-pv-signature-dialog-height {
|
|
4856
4856
|
height: $pv-signature-dialog-height;
|
|
4857
4857
|
@if ($skin-name == 'FluentUI') {
|
|
4858
4858
|
min-height: $pv-signature-dialog-height;
|
|
@@ -4851,7 +4851,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
4851
4851
|
}
|
|
4852
4852
|
}
|
|
4853
4853
|
|
|
4854
|
-
.e-pv-signature-dialog-height {
|
|
4854
|
+
.e-dialog.e-pv-signature-dialog-height {
|
|
4855
4855
|
height: $pv-signature-dialog-height;
|
|
4856
4856
|
@if ($skin-name == 'FluentUI') {
|
|
4857
4857
|
min-height: $pv-signature-dialog-height;
|
|
@@ -4849,7 +4849,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
4849
4849
|
}
|
|
4850
4850
|
}
|
|
4851
4851
|
|
|
4852
|
-
.e-pv-signature-dialog-height {
|
|
4852
|
+
.e-dialog.e-pv-signature-dialog-height {
|
|
4853
4853
|
height: $pv-signature-dialog-height;
|
|
4854
4854
|
@if ($skin-name == 'FluentUI') {
|
|
4855
4855
|
min-height: $pv-signature-dialog-height;
|
|
@@ -4856,7 +4856,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
4856
4856
|
}
|
|
4857
4857
|
}
|
|
4858
4858
|
|
|
4859
|
-
.e-pv-signature-dialog-height {
|
|
4859
|
+
.e-dialog.e-pv-signature-dialog-height {
|
|
4860
4860
|
height: $pv-signature-dialog-height;
|
|
4861
4861
|
@if ($skin-name == 'FluentUI') {
|
|
4862
4862
|
min-height: $pv-signature-dialog-height;
|
|
@@ -4856,7 +4856,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
4856
4856
|
}
|
|
4857
4857
|
}
|
|
4858
4858
|
|
|
4859
|
-
.e-pv-signature-dialog-height {
|
|
4859
|
+
.e-dialog.e-pv-signature-dialog-height {
|
|
4860
4860
|
height: $pv-signature-dialog-height;
|
|
4861
4861
|
@if ($skin-name == 'FluentUI') {
|
|
4862
4862
|
min-height: $pv-signature-dialog-height;
|