@syncfusion/blazor-themes 22.2.9 → 22.2.11
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/material.scss +1 -1
- package/SCSS-Themes/bootstrap-dark.scss +13 -1
- package/SCSS-Themes/bootstrap.scss +13 -1
- package/SCSS-Themes/bootstrap4.scss +13 -1
- package/SCSS-Themes/bootstrap5-dark.scss +13 -1
- package/SCSS-Themes/bootstrap5.scss +13 -1
- package/SCSS-Themes/buttons/check-box/bootstrap-dark.scss +4 -0
- package/SCSS-Themes/buttons/check-box/bootstrap.scss +4 -0
- package/SCSS-Themes/buttons/check-box/bootstrap4.scss +4 -0
- package/SCSS-Themes/buttons/check-box/bootstrap5-dark.scss +4 -0
- package/SCSS-Themes/buttons/check-box/bootstrap5.scss +4 -0
- package/SCSS-Themes/buttons/check-box/fabric-dark.scss +4 -0
- package/SCSS-Themes/buttons/check-box/fabric.scss +4 -0
- package/SCSS-Themes/buttons/check-box/fluent-dark.scss +4 -0
- package/SCSS-Themes/buttons/check-box/fluent.scss +4 -0
- package/SCSS-Themes/buttons/check-box/highcontrast.scss +4 -0
- package/SCSS-Themes/buttons/check-box/material-dark.scss +4 -0
- package/SCSS-Themes/buttons/check-box/material.scss +4 -0
- package/SCSS-Themes/buttons/check-box/material3-dark.scss +4 -0
- package/SCSS-Themes/buttons/check-box/material3.scss +4 -0
- package/SCSS-Themes/buttons/check-box/tailwind-dark.scss +4 -0
- package/SCSS-Themes/buttons/check-box/tailwind.scss +4 -0
- package/SCSS-Themes/fabric-dark.scss +13 -1
- package/SCSS-Themes/fabric.scss +13 -1
- package/SCSS-Themes/fluent-dark.scss +13 -1
- package/SCSS-Themes/fluent.scss +13 -1
- package/SCSS-Themes/grids/excel-filter/bootstrap-dark.scss +4 -0
- package/SCSS-Themes/grids/excel-filter/bootstrap.scss +4 -0
- package/SCSS-Themes/grids/excel-filter/bootstrap4.scss +4 -0
- package/SCSS-Themes/grids/excel-filter/bootstrap5-dark.scss +4 -0
- package/SCSS-Themes/grids/excel-filter/bootstrap5.scss +4 -0
- package/SCSS-Themes/grids/excel-filter/fabric-dark.scss +4 -0
- package/SCSS-Themes/grids/excel-filter/fabric.scss +4 -0
- package/SCSS-Themes/grids/excel-filter/fluent-dark.scss +4 -0
- package/SCSS-Themes/grids/excel-filter/fluent.scss +4 -0
- package/SCSS-Themes/grids/excel-filter/highcontrast.scss +4 -0
- package/SCSS-Themes/grids/excel-filter/material-dark.scss +4 -0
- package/SCSS-Themes/grids/excel-filter/material.scss +4 -0
- package/SCSS-Themes/grids/excel-filter/material3-dark.scss +4 -0
- package/SCSS-Themes/grids/excel-filter/material3.scss +4 -0
- package/SCSS-Themes/grids/excel-filter/tailwind-dark.scss +4 -0
- package/SCSS-Themes/grids/excel-filter/tailwind.scss +4 -0
- package/SCSS-Themes/grids/grid/bootstrap-dark.scss +5 -1
- package/SCSS-Themes/grids/grid/bootstrap.scss +5 -1
- package/SCSS-Themes/grids/grid/bootstrap4.scss +5 -1
- package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +5 -1
- package/SCSS-Themes/grids/grid/bootstrap5.scss +5 -1
- package/SCSS-Themes/grids/grid/fabric-dark.scss +5 -1
- package/SCSS-Themes/grids/grid/fabric.scss +5 -1
- package/SCSS-Themes/grids/grid/fluent-dark.scss +5 -1
- package/SCSS-Themes/grids/grid/fluent.scss +5 -1
- package/SCSS-Themes/grids/grid/highcontrast.scss +5 -1
- package/SCSS-Themes/grids/grid/material-dark.scss +5 -1
- package/SCSS-Themes/grids/grid/material.scss +5 -1
- package/SCSS-Themes/grids/grid/material3-dark.scss +5 -1
- package/SCSS-Themes/grids/grid/material3.scss +5 -1
- package/SCSS-Themes/grids/grid/tailwind-dark.scss +5 -1
- package/SCSS-Themes/grids/grid/tailwind.scss +5 -1
- package/SCSS-Themes/highcontrast.scss +13 -1
- package/SCSS-Themes/material-dark.scss +13 -1
- package/SCSS-Themes/material.scss +14 -2
- package/SCSS-Themes/material3-dark.scss +13 -1
- package/SCSS-Themes/material3.scss +13 -1
- package/SCSS-Themes/tailwind-dark.scss +13 -1
- package/SCSS-Themes/tailwind.scss +13 -1
- package/package.json +1 -1
|
@@ -28953,6 +28953,8 @@ $cbox-border-style: solid !default;
|
|
|
28953
28953
|
}
|
|
28954
28954
|
|
|
28955
28955
|
&.e-stop {
|
|
28956
|
+
background-color: $cbox-focussed-checkmark-bgcolor;
|
|
28957
|
+
border-color: $cbox-focussed-checkmark-border-color;
|
|
28956
28958
|
box-shadow: $cbox-focussed-box-shadow;
|
|
28957
28959
|
color: $cbox-indeterminate-hover-color;
|
|
28958
28960
|
}
|
|
@@ -28975,6 +28977,8 @@ $cbox-border-style: solid !default;
|
|
|
28975
28977
|
}
|
|
28976
28978
|
|
|
28977
28979
|
&.e-stop {
|
|
28980
|
+
background-color: $cbox-focussed-checkmark-bgcolor;
|
|
28981
|
+
border-color: $cbox-focussed-checkmark-border-color;
|
|
28978
28982
|
box-shadow: $cbox-focussed-box-shadow;
|
|
28979
28983
|
color: $cbox-indeterminate-hover-color;
|
|
28980
28984
|
}
|
|
@@ -75225,6 +75229,10 @@ $grid-xlfl-skin: 'material' !default;
|
|
|
75225
75229
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
75226
75230
|
}
|
|
75227
75231
|
|
|
75232
|
+
&.e-rtl .e-xlfl-optr {
|
|
75233
|
+
padding-right: 0;
|
|
75234
|
+
}
|
|
75235
|
+
|
|
75228
75236
|
.e-xlfl-dlgfields {
|
|
75229
75237
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
75230
75238
|
}
|
|
@@ -81117,7 +81125,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
81117
81125
|
background-color: $grid-table-background-color;
|
|
81118
81126
|
}
|
|
81119
81127
|
|
|
81120
|
-
.e-focused:not(.e-menu-item) {
|
|
81128
|
+
.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
|
|
81121
81129
|
box-shadow: $grid-cell-focus-shadow;
|
|
81122
81130
|
}
|
|
81123
81131
|
|
|
@@ -81703,6 +81711,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
81703
81711
|
padding-top: 6px;
|
|
81704
81712
|
padding-bottom: 6px;
|
|
81705
81713
|
}
|
|
81714
|
+
|
|
81715
|
+
&.e-focused {
|
|
81716
|
+
box-shadow: none;
|
|
81717
|
+
}
|
|
81706
81718
|
}
|
|
81707
81719
|
|
|
81708
81720
|
.e-cloneproperties.e-draganddrop table,
|
|
@@ -151,7 +151,7 @@ $appbar-top-shadow: 0 -2px 3px rgba(0, 0, 0, .1), 0 -2px 6px rgba(0, 0, 0, .2) !
|
|
|
151
151
|
|
|
152
152
|
@if not variable-exists('is-roboto-loaded') {
|
|
153
153
|
//sass-lint:disable no-url-protocols,no-url-domains
|
|
154
|
-
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500');// stylelint-disable-line no-invalid-position-at-import-rule
|
|
154
|
+
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');// stylelint-disable-line no-invalid-position-at-import-rule
|
|
155
155
|
}
|
|
156
156
|
|
|
157
157
|
$is-roboto-loaded: 'true' !default;
|
|
@@ -28750,6 +28750,8 @@ $cbox-border-style: solid !default;
|
|
|
28750
28750
|
}
|
|
28751
28751
|
|
|
28752
28752
|
&.e-stop {
|
|
28753
|
+
background-color: $cbox-focussed-checkmark-bgcolor;
|
|
28754
|
+
border-color: $cbox-focussed-checkmark-border-color;
|
|
28753
28755
|
box-shadow: $cbox-focussed-box-shadow;
|
|
28754
28756
|
color: $cbox-indeterminate-hover-color;
|
|
28755
28757
|
}
|
|
@@ -28772,6 +28774,8 @@ $cbox-border-style: solid !default;
|
|
|
28772
28774
|
}
|
|
28773
28775
|
|
|
28774
28776
|
&.e-stop {
|
|
28777
|
+
background-color: $cbox-focussed-checkmark-bgcolor;
|
|
28778
|
+
border-color: $cbox-focussed-checkmark-border-color;
|
|
28775
28779
|
box-shadow: $cbox-focussed-box-shadow;
|
|
28776
28780
|
color: $cbox-indeterminate-hover-color;
|
|
28777
28781
|
}
|
|
@@ -74947,6 +74951,10 @@ $grid-xlfl-skin: 'material' !default;
|
|
|
74947
74951
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
74948
74952
|
}
|
|
74949
74953
|
|
|
74954
|
+
&.e-rtl .e-xlfl-optr {
|
|
74955
|
+
padding-right: 0;
|
|
74956
|
+
}
|
|
74957
|
+
|
|
74950
74958
|
.e-xlfl-dlgfields {
|
|
74951
74959
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
74952
74960
|
}
|
|
@@ -80837,7 +80845,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
80837
80845
|
background-color: $grid-table-background-color;
|
|
80838
80846
|
}
|
|
80839
80847
|
|
|
80840
|
-
.e-focused:not(.e-menu-item) {
|
|
80848
|
+
.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
|
|
80841
80849
|
box-shadow: $grid-cell-focus-shadow;
|
|
80842
80850
|
}
|
|
80843
80851
|
|
|
@@ -81423,6 +81431,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
81423
81431
|
padding-top: 6px;
|
|
81424
81432
|
padding-bottom: 6px;
|
|
81425
81433
|
}
|
|
81434
|
+
|
|
81435
|
+
&.e-focused {
|
|
81436
|
+
box-shadow: none;
|
|
81437
|
+
}
|
|
81426
81438
|
}
|
|
81427
81439
|
|
|
81428
81440
|
.e-cloneproperties.e-draganddrop table,
|
|
@@ -29142,6 +29142,8 @@ $cbox-border-style: solid !default;
|
|
|
29142
29142
|
}
|
|
29143
29143
|
|
|
29144
29144
|
&.e-stop {
|
|
29145
|
+
background-color: $cbox-focussed-checkmark-bgcolor;
|
|
29146
|
+
border-color: $cbox-focussed-checkmark-border-color;
|
|
29145
29147
|
box-shadow: $cbox-focussed-box-shadow;
|
|
29146
29148
|
color: $cbox-indeterminate-hover-color;
|
|
29147
29149
|
}
|
|
@@ -29164,6 +29166,8 @@ $cbox-border-style: solid !default;
|
|
|
29164
29166
|
}
|
|
29165
29167
|
|
|
29166
29168
|
&.e-stop {
|
|
29169
|
+
background-color: $cbox-focussed-checkmark-bgcolor;
|
|
29170
|
+
border-color: $cbox-focussed-checkmark-border-color;
|
|
29167
29171
|
box-shadow: $cbox-focussed-box-shadow;
|
|
29168
29172
|
color: $cbox-indeterminate-hover-color;
|
|
29169
29173
|
}
|
|
@@ -75469,6 +75473,10 @@ $grid-xlfl-skin: 'material3' !default;
|
|
|
75469
75473
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
75470
75474
|
}
|
|
75471
75475
|
|
|
75476
|
+
&.e-rtl .e-xlfl-optr {
|
|
75477
|
+
padding-right: 0;
|
|
75478
|
+
}
|
|
75479
|
+
|
|
75472
75480
|
.e-xlfl-dlgfields {
|
|
75473
75481
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
75474
75482
|
}
|
|
@@ -81374,7 +81382,7 @@ $grid-dropitems-count-margin-left: -9px !default;
|
|
|
81374
81382
|
background-color: $grid-table-background-color;
|
|
81375
81383
|
}
|
|
81376
81384
|
|
|
81377
|
-
.e-focused:not(.e-menu-item) {
|
|
81385
|
+
.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
|
|
81378
81386
|
box-shadow: $grid-cell-focus-shadow;
|
|
81379
81387
|
}
|
|
81380
81388
|
|
|
@@ -81960,6 +81968,10 @@ $grid-dropitems-count-margin-left: -9px !default;
|
|
|
81960
81968
|
padding-top: 6px;
|
|
81961
81969
|
padding-bottom: 6px;
|
|
81962
81970
|
}
|
|
81971
|
+
|
|
81972
|
+
&.e-focused {
|
|
81973
|
+
box-shadow: none;
|
|
81974
|
+
}
|
|
81963
81975
|
}
|
|
81964
81976
|
|
|
81965
81977
|
.e-cloneproperties.e-draganddrop table,
|
|
@@ -29224,6 +29224,8 @@ $cbox-border-style: solid !default;
|
|
|
29224
29224
|
}
|
|
29225
29225
|
|
|
29226
29226
|
&.e-stop {
|
|
29227
|
+
background-color: $cbox-focussed-checkmark-bgcolor;
|
|
29228
|
+
border-color: $cbox-focussed-checkmark-border-color;
|
|
29227
29229
|
box-shadow: $cbox-focussed-box-shadow;
|
|
29228
29230
|
color: $cbox-indeterminate-hover-color;
|
|
29229
29231
|
}
|
|
@@ -29246,6 +29248,8 @@ $cbox-border-style: solid !default;
|
|
|
29246
29248
|
}
|
|
29247
29249
|
|
|
29248
29250
|
&.e-stop {
|
|
29251
|
+
background-color: $cbox-focussed-checkmark-bgcolor;
|
|
29252
|
+
border-color: $cbox-focussed-checkmark-border-color;
|
|
29249
29253
|
box-shadow: $cbox-focussed-box-shadow;
|
|
29250
29254
|
color: $cbox-indeterminate-hover-color;
|
|
29251
29255
|
}
|
|
@@ -75551,6 +75555,10 @@ $grid-xlfl-skin: 'material3' !default;
|
|
|
75551
75555
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
75552
75556
|
}
|
|
75553
75557
|
|
|
75558
|
+
&.e-rtl .e-xlfl-optr {
|
|
75559
|
+
padding-right: 0;
|
|
75560
|
+
}
|
|
75561
|
+
|
|
75554
75562
|
.e-xlfl-dlgfields {
|
|
75555
75563
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
75556
75564
|
}
|
|
@@ -81456,7 +81464,7 @@ $grid-dropitems-count-margin-left: -9px !default;
|
|
|
81456
81464
|
background-color: $grid-table-background-color;
|
|
81457
81465
|
}
|
|
81458
81466
|
|
|
81459
|
-
.e-focused:not(.e-menu-item) {
|
|
81467
|
+
.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
|
|
81460
81468
|
box-shadow: $grid-cell-focus-shadow;
|
|
81461
81469
|
}
|
|
81462
81470
|
|
|
@@ -82042,6 +82050,10 @@ $grid-dropitems-count-margin-left: -9px !default;
|
|
|
82042
82050
|
padding-top: 6px;
|
|
82043
82051
|
padding-bottom: 6px;
|
|
82044
82052
|
}
|
|
82053
|
+
|
|
82054
|
+
&.e-focused {
|
|
82055
|
+
box-shadow: none;
|
|
82056
|
+
}
|
|
82045
82057
|
}
|
|
82046
82058
|
|
|
82047
82059
|
.e-cloneproperties.e-draganddrop table,
|
|
@@ -28757,6 +28757,8 @@ $cbox-border-style: solid !default;
|
|
|
28757
28757
|
}
|
|
28758
28758
|
|
|
28759
28759
|
&.e-stop {
|
|
28760
|
+
background-color: $cbox-focussed-checkmark-bgcolor;
|
|
28761
|
+
border-color: $cbox-focussed-checkmark-border-color;
|
|
28760
28762
|
box-shadow: $cbox-focussed-box-shadow;
|
|
28761
28763
|
color: $cbox-indeterminate-hover-color;
|
|
28762
28764
|
}
|
|
@@ -28779,6 +28781,8 @@ $cbox-border-style: solid !default;
|
|
|
28779
28781
|
}
|
|
28780
28782
|
|
|
28781
28783
|
&.e-stop {
|
|
28784
|
+
background-color: $cbox-focussed-checkmark-bgcolor;
|
|
28785
|
+
border-color: $cbox-focussed-checkmark-border-color;
|
|
28782
28786
|
box-shadow: $cbox-focussed-box-shadow;
|
|
28783
28787
|
color: $cbox-indeterminate-hover-color;
|
|
28784
28788
|
}
|
|
@@ -74274,6 +74278,10 @@ $grid-xlfl-skin: 'tailwind' !default;
|
|
|
74274
74278
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
74275
74279
|
}
|
|
74276
74280
|
|
|
74281
|
+
&.e-rtl .e-xlfl-optr {
|
|
74282
|
+
padding-right: 0;
|
|
74283
|
+
}
|
|
74284
|
+
|
|
74277
74285
|
.e-xlfl-dlgfields {
|
|
74278
74286
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
74279
74287
|
}
|
|
@@ -80179,7 +80187,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
80179
80187
|
background-color: $grid-table-background-color;
|
|
80180
80188
|
}
|
|
80181
80189
|
|
|
80182
|
-
.e-focused:not(.e-menu-item) {
|
|
80190
|
+
.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
|
|
80183
80191
|
box-shadow: $grid-cell-focus-shadow;
|
|
80184
80192
|
}
|
|
80185
80193
|
|
|
@@ -80765,6 +80773,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
80765
80773
|
padding-top: 6px;
|
|
80766
80774
|
padding-bottom: 6px;
|
|
80767
80775
|
}
|
|
80776
|
+
|
|
80777
|
+
&.e-focused {
|
|
80778
|
+
box-shadow: none;
|
|
80779
|
+
}
|
|
80768
80780
|
}
|
|
80769
80781
|
|
|
80770
80782
|
.e-cloneproperties.e-draganddrop table,
|
|
@@ -28754,6 +28754,8 @@ $cbox-border-style: solid !default;
|
|
|
28754
28754
|
}
|
|
28755
28755
|
|
|
28756
28756
|
&.e-stop {
|
|
28757
|
+
background-color: $cbox-focussed-checkmark-bgcolor;
|
|
28758
|
+
border-color: $cbox-focussed-checkmark-border-color;
|
|
28757
28759
|
box-shadow: $cbox-focussed-box-shadow;
|
|
28758
28760
|
color: $cbox-indeterminate-hover-color;
|
|
28759
28761
|
}
|
|
@@ -28776,6 +28778,8 @@ $cbox-border-style: solid !default;
|
|
|
28776
28778
|
}
|
|
28777
28779
|
|
|
28778
28780
|
&.e-stop {
|
|
28781
|
+
background-color: $cbox-focussed-checkmark-bgcolor;
|
|
28782
|
+
border-color: $cbox-focussed-checkmark-border-color;
|
|
28779
28783
|
box-shadow: $cbox-focussed-box-shadow;
|
|
28780
28784
|
color: $cbox-indeterminate-hover-color;
|
|
28781
28785
|
}
|
|
@@ -74271,6 +74275,10 @@ $grid-xlfl-skin: 'tailwind' !default;
|
|
|
74271
74275
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
74272
74276
|
}
|
|
74273
74277
|
|
|
74278
|
+
&.e-rtl .e-xlfl-optr {
|
|
74279
|
+
padding-right: 0;
|
|
74280
|
+
}
|
|
74281
|
+
|
|
74274
74282
|
.e-xlfl-dlgfields {
|
|
74275
74283
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
74276
74284
|
}
|
|
@@ -80176,7 +80184,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
80176
80184
|
background-color: $grid-table-background-color;
|
|
80177
80185
|
}
|
|
80178
80186
|
|
|
80179
|
-
.e-focused:not(.e-menu-item) {
|
|
80187
|
+
.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
|
|
80180
80188
|
box-shadow: $grid-cell-focus-shadow;
|
|
80181
80189
|
}
|
|
80182
80190
|
|
|
@@ -80762,6 +80770,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
80762
80770
|
padding-top: 6px;
|
|
80763
80771
|
padding-bottom: 6px;
|
|
80764
80772
|
}
|
|
80773
|
+
|
|
80774
|
+
&.e-focused {
|
|
80775
|
+
box-shadow: none;
|
|
80776
|
+
}
|
|
80765
80777
|
}
|
|
80766
80778
|
|
|
80767
80779
|
.e-cloneproperties.e-draganddrop table,
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@syncfusion/blazor-themes","version":"22.2.
|
|
1
|
+
{"name":"@syncfusion/blazor-themes","version":"22.2.11","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"}}
|