@syncfusion/blazor-themes 23.2.5 → 23.2.6
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 +1 -0
- package/SCSS-Themes/bootstrap.scss +1 -0
- package/SCSS-Themes/bootstrap4.scss +1 -0
- package/SCSS-Themes/bootstrap5-dark.scss +1 -0
- package/SCSS-Themes/bootstrap5.scss +1 -0
- package/SCSS-Themes/fabric-dark.scss +1 -0
- package/SCSS-Themes/fabric.scss +1 -0
- package/SCSS-Themes/fluent-dark.scss +1 -0
- package/SCSS-Themes/fluent.scss +1 -0
- package/SCSS-Themes/grids/grid/bootstrap-dark.scss +1 -0
- package/SCSS-Themes/grids/grid/bootstrap.scss +1 -0
- package/SCSS-Themes/grids/grid/bootstrap4.scss +1 -0
- package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +1 -0
- package/SCSS-Themes/grids/grid/bootstrap5.scss +1 -0
- package/SCSS-Themes/grids/grid/fabric-dark.scss +1 -0
- package/SCSS-Themes/grids/grid/fabric.scss +1 -0
- package/SCSS-Themes/grids/grid/fluent-dark.scss +1 -0
- package/SCSS-Themes/grids/grid/fluent.scss +1 -0
- package/SCSS-Themes/grids/grid/highcontrast.scss +1 -0
- package/SCSS-Themes/grids/grid/material-dark.scss +1 -0
- package/SCSS-Themes/grids/grid/material.scss +1 -0
- package/SCSS-Themes/grids/grid/material3-dark.scss +1 -0
- package/SCSS-Themes/grids/grid/material3.scss +1 -0
- package/SCSS-Themes/grids/grid/tailwind-dark.scss +1 -0
- package/SCSS-Themes/grids/grid/tailwind.scss +1 -0
- package/SCSS-Themes/highcontrast.scss +1 -0
- package/SCSS-Themes/material-dark.scss +1 -0
- package/SCSS-Themes/material.scss +1 -0
- package/SCSS-Themes/material3-dark.scss +1 -0
- package/SCSS-Themes/material3.scss +1 -0
- package/SCSS-Themes/tailwind-dark.scss +1 -0
- package/SCSS-Themes/tailwind.scss +1 -0
- package/package.json +1 -1
|
@@ -78547,6 +78547,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
78547
78547
|
|
|
78548
78548
|
.e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
78549
78549
|
left: 44%;
|
|
78550
|
+
top: -8px;
|
|
78550
78551
|
}
|
|
78551
78552
|
|
|
78552
78553
|
.e-normaledit .e-rowcell {
|
|
@@ -78256,6 +78256,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
78256
78256
|
|
|
78257
78257
|
.e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
78258
78258
|
left: 44%;
|
|
78259
|
+
top: -8px;
|
|
78259
78260
|
}
|
|
78260
78261
|
|
|
78261
78262
|
.e-normaledit .e-rowcell {
|
|
@@ -78444,6 +78444,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
78444
78444
|
|
|
78445
78445
|
.e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
78446
78446
|
left: 44%;
|
|
78447
|
+
top: -8px;
|
|
78447
78448
|
}
|
|
78448
78449
|
|
|
78449
78450
|
.e-normaledit .e-rowcell {
|
|
@@ -78808,6 +78808,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
78808
78808
|
|
|
78809
78809
|
.e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
78810
78810
|
left: 44%;
|
|
78811
|
+
top: -8px;
|
|
78811
78812
|
}
|
|
78812
78813
|
|
|
78813
78814
|
.e-normaledit .e-rowcell {
|
|
@@ -78808,6 +78808,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
78808
78808
|
|
|
78809
78809
|
.e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
78810
78810
|
left: 44%;
|
|
78811
|
+
top: -8px;
|
|
78811
78812
|
}
|
|
78812
78813
|
|
|
78813
78814
|
.e-normaledit .e-rowcell {
|
|
@@ -78409,6 +78409,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
78409
78409
|
|
|
78410
78410
|
.e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
78411
78411
|
left: 44%;
|
|
78412
|
+
top: -8px;
|
|
78412
78413
|
}
|
|
78413
78414
|
|
|
78414
78415
|
.e-normaledit .e-rowcell {
|
package/SCSS-Themes/fabric.scss
CHANGED
|
@@ -78167,6 +78167,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
78167
78167
|
|
|
78168
78168
|
.e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
78169
78169
|
left: 44%;
|
|
78170
|
+
top: -8px;
|
|
78170
78171
|
}
|
|
78171
78172
|
|
|
78172
78173
|
.e-normaledit .e-rowcell {
|
|
@@ -78973,6 +78973,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
78973
78973
|
|
|
78974
78974
|
.e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
78975
78975
|
left: 44%;
|
|
78976
|
+
top: -8px;
|
|
78976
78977
|
}
|
|
78977
78978
|
|
|
78978
78979
|
.e-normaledit .e-rowcell {
|
package/SCSS-Themes/fluent.scss
CHANGED
|
@@ -78974,6 +78974,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
78974
78974
|
|
|
78975
78975
|
.e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
78976
78976
|
left: 44%;
|
|
78977
|
+
top: -8px;
|
|
78977
78978
|
}
|
|
78978
78979
|
|
|
78979
78980
|
.e-normaledit .e-rowcell {
|
|
@@ -78417,6 +78417,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
78417
78417
|
|
|
78418
78418
|
.e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
78419
78419
|
left: 44%;
|
|
78420
|
+
top: -8px;
|
|
78420
78421
|
}
|
|
78421
78422
|
|
|
78422
78423
|
.e-normaledit .e-rowcell {
|
|
@@ -79712,6 +79712,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
79712
79712
|
|
|
79713
79713
|
.e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
79714
79714
|
left: 44%;
|
|
79715
|
+
top: -8px;
|
|
79715
79716
|
}
|
|
79716
79717
|
|
|
79717
79718
|
.e-normaledit .e-rowcell {
|
|
@@ -79433,6 +79433,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
79433
79433
|
|
|
79434
79434
|
.e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
79435
79435
|
left: 44%;
|
|
79436
|
+
top: -8px;
|
|
79436
79437
|
}
|
|
79437
79438
|
|
|
79438
79439
|
.e-normaledit .e-rowcell {
|
|
@@ -79933,6 +79933,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
79933
79933
|
|
|
79934
79934
|
.e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
79935
79935
|
left: 44%;
|
|
79936
|
+
top: -8px;
|
|
79936
79937
|
}
|
|
79937
79938
|
|
|
79938
79939
|
.e-normaledit .e-rowcell {
|
|
@@ -80016,6 +80016,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
80016
80016
|
|
|
80017
80017
|
.e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
80018
80018
|
left: 44%;
|
|
80019
|
+
top: -8px;
|
|
80019
80020
|
}
|
|
80020
80021
|
|
|
80021
80022
|
.e-normaledit .e-rowcell {
|
|
@@ -78739,6 +78739,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
78739
78739
|
|
|
78740
78740
|
.e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
78741
78741
|
left: 44%;
|
|
78742
|
+
top: -8px;
|
|
78742
78743
|
}
|
|
78743
78744
|
|
|
78744
78745
|
.e-normaledit .e-rowcell {
|
|
@@ -78736,6 +78736,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
78736
78736
|
|
|
78737
78737
|
.e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
78738
78738
|
left: 44%;
|
|
78739
|
+
top: -8px;
|
|
78739
78740
|
}
|
|
78740
78741
|
|
|
78741
78742
|
.e-normaledit .e-rowcell {
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@syncfusion/blazor-themes","version":"23.2.
|
|
1
|
+
{"name":"@syncfusion/blazor-themes","version":"23.2.6","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"}}
|