@syncfusion/blazor-themes 20.4.49 → 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.
Files changed (33) hide show
  1. package/SCSS-Themes/bootstrap-dark.scss +4 -0
  2. package/SCSS-Themes/bootstrap.scss +4 -0
  3. package/SCSS-Themes/bootstrap4.scss +4 -0
  4. package/SCSS-Themes/bootstrap5-dark.scss +4 -0
  5. package/SCSS-Themes/bootstrap5.scss +4 -0
  6. package/SCSS-Themes/fabric-dark.scss +4 -0
  7. package/SCSS-Themes/fabric.scss +4 -0
  8. package/SCSS-Themes/fluent-dark.scss +7 -3
  9. package/SCSS-Themes/fluent.scss +7 -3
  10. package/SCSS-Themes/highcontrast.scss +4 -0
  11. package/SCSS-Themes/material-dark.scss +4 -0
  12. package/SCSS-Themes/material.scss +4 -0
  13. package/SCSS-Themes/pivotview/pivotview/bootstrap-dark.scss +4 -0
  14. package/SCSS-Themes/pivotview/pivotview/bootstrap.scss +4 -0
  15. package/SCSS-Themes/pivotview/pivotview/bootstrap4.scss +4 -0
  16. package/SCSS-Themes/pivotview/pivotview/bootstrap5-dark.scss +4 -0
  17. package/SCSS-Themes/pivotview/pivotview/bootstrap5.scss +4 -0
  18. package/SCSS-Themes/pivotview/pivotview/fabric-dark.scss +4 -0
  19. package/SCSS-Themes/pivotview/pivotview/fabric.scss +4 -0
  20. package/SCSS-Themes/pivotview/pivotview/fluent-dark.scss +4 -0
  21. package/SCSS-Themes/pivotview/pivotview/fluent.scss +4 -0
  22. package/SCSS-Themes/pivotview/pivotview/highcontrast.scss +4 -0
  23. package/SCSS-Themes/pivotview/pivotview/material-dark.scss +4 -0
  24. package/SCSS-Themes/pivotview/pivotview/material.scss +4 -0
  25. package/SCSS-Themes/pivotview/pivotview/tailwind-dark.scss +4 -0
  26. package/SCSS-Themes/pivotview/pivotview/tailwind.scss +4 -0
  27. package/SCSS-Themes/popups/dialog/fluent-dark.scss +3 -3
  28. package/SCSS-Themes/popups/dialog/fluent.scss +3 -3
  29. package/SCSS-Themes/popups/dialog/tailwind-dark.scss +1 -1
  30. package/SCSS-Themes/popups/dialog/tailwind.scss +1 -1
  31. package/SCSS-Themes/tailwind-dark.scss +5 -1
  32. package/SCSS-Themes/tailwind.scss +5 -1
  33. package/package.json +1 -1
@@ -104247,6 +104247,10 @@ $pivotpager-single-size-title-padding: 8px !default;
104247
104247
  display: none !important;
104248
104248
  }
104249
104249
 
104250
+ .e-pivotchart.e-chart {
104251
+ overflow: visible !important;
104252
+ }
104253
+
104250
104254
  /* stylelint-enable */
104251
104255
  }
104252
104256
 
@@ -103961,6 +103961,10 @@ $pivotpager-single-size-title-padding: 8px !default;
103961
103961
  display: none !important;
103962
103962
  }
103963
103963
 
103964
+ .e-pivotchart.e-chart {
103965
+ overflow: visible !important;
103966
+ }
103967
+
103964
103968
  /* stylelint-enable */
103965
103969
  }
103966
103970
 
@@ -104348,6 +104348,10 @@ $pivotpager-single-size-title-padding: 8px !default;
104348
104348
  display: none !important;
104349
104349
  }
104350
104350
 
104351
+ .e-pivotchart.e-chart {
104352
+ overflow: visible !important;
104353
+ }
104354
+
104351
104355
  /* stylelint-enable */
104352
104356
  }
104353
104357
 
@@ -104501,6 +104501,10 @@ $pivotpager-single-size-title-padding: 8px !default;
104501
104501
  display: none !important;
104502
104502
  }
104503
104503
 
104504
+ .e-pivotchart.e-chart {
104505
+ overflow: visible !important;
104506
+ }
104507
+
104504
104508
  /* stylelint-enable */
104505
104509
  }
104506
104510
 
@@ -104501,6 +104501,10 @@ $pivotpager-single-size-title-padding: 8px !default;
104501
104501
  display: none !important;
104502
104502
  }
104503
104503
 
104504
+ .e-pivotchart.e-chart {
104505
+ overflow: visible !important;
104506
+ }
104507
+
104504
104508
  /* stylelint-enable */
104505
104509
  }
104506
104510
 
@@ -104041,6 +104041,10 @@ $pivotpager-single-size-title-padding: 4px !default;
104041
104041
  display: none !important;
104042
104042
  }
104043
104043
 
104044
+ .e-pivotchart.e-chart {
104045
+ overflow: visible !important;
104046
+ }
104047
+
104044
104048
  /* stylelint-enable */
104045
104049
  }
104046
104050
 
@@ -103794,6 +103794,10 @@ $pivotpager-single-size-title-padding: 4px !default;
103794
103794
  display: none !important;
103795
103795
  }
103796
103796
 
103797
+ .e-pivotchart.e-chart {
103798
+ overflow: visible !important;
103799
+ }
103800
+
103797
103801
  /* stylelint-enable */
103798
103802
  }
103799
103803
 
@@ -43080,7 +43080,7 @@ $drag-hover-border: 2px dashed $primary-outline !default;
43080
43080
 
43081
43081
 
43082
43082
  //Layout Variables Start
43083
- $dialog-close-button-left: 15px !default;
43083
+ $dialog-close-button-left: 0 !default;
43084
43084
  $dialog-header-border: 0 solid $border-light !default;
43085
43085
  $dialog-close-icon-font-size: 14px !default;
43086
43086
  $dialog-bigger-close-icon-font-size: 16px !default;
@@ -43089,7 +43089,7 @@ $header-content-border-radius: 0 !default;
43089
43089
  $dialog-border-radius: $model-radius !default;
43090
43090
  $dialog-border: 0 solid $border-light !default;
43091
43091
  $dialog-content-font-size: $text-sm !default;
43092
- $dialog-header-line-height: $leading-tight !default;
43092
+ $dialog-header-line-height: $leading-loose !default;
43093
43093
  $dialog-content-line-height: $leading-normal !default;
43094
43094
  $dialog-content-padding-top: 0 !default;
43095
43095
  $dialog-bigger-content-padding-top: 0 !default;
@@ -43116,7 +43116,7 @@ $dialog-close-icon-width: 12px !default;
43116
43116
  $dialog-bigger-close-icon-height: 14px !default;
43117
43117
  $dialog-bigger-close-icon-width: 14px !default;
43118
43118
  $dialog-close-icon-top: 0 !default;
43119
- $dialog-headericon-bottom: 5px !default;
43119
+ $dialog-headericon-bottom: 0 !default;
43120
43120
  $dialog-bigger-header-content-font-size: $text-lg !default;
43121
43121
  $dialog-bigger-content-font-size: $text-base !default;
43122
43122
  $dialog-bigger-close-icon-top: 0 !default;
@@ -104646,6 +104646,10 @@ $pivotpager-single-size-title-padding: 8px !default;
104646
104646
  display: none !important;
104647
104647
  }
104648
104648
 
104649
+ .e-pivotchart.e-chart {
104650
+ overflow: visible !important;
104651
+ }
104652
+
104649
104653
  /* stylelint-enable */
104650
104654
  }
104651
104655
 
@@ -43081,7 +43081,7 @@ $drag-hover-border: 2px dashed $primary-outline !default;
43081
43081
 
43082
43082
 
43083
43083
  //Layout Variables Start
43084
- $dialog-close-button-left: 15px !default;
43084
+ $dialog-close-button-left: 0 !default;
43085
43085
  $dialog-header-border: 0 solid $border-light !default;
43086
43086
  $dialog-close-icon-font-size: 14px !default;
43087
43087
  $dialog-bigger-close-icon-font-size: 16px !default;
@@ -43090,7 +43090,7 @@ $header-content-border-radius: 0 !default;
43090
43090
  $dialog-border-radius: $model-radius !default;
43091
43091
  $dialog-border: 0 solid $border-light !default;
43092
43092
  $dialog-content-font-size: $text-sm !default;
43093
- $dialog-header-line-height: $leading-tight !default;
43093
+ $dialog-header-line-height: $leading-loose !default;
43094
43094
  $dialog-content-line-height: $leading-normal !default;
43095
43095
  $dialog-content-padding-top: 0 !default;
43096
43096
  $dialog-bigger-content-padding-top: 0 !default;
@@ -43117,7 +43117,7 @@ $dialog-close-icon-width: 12px !default;
43117
43117
  $dialog-bigger-close-icon-height: 14px !default;
43118
43118
  $dialog-bigger-close-icon-width: 14px !default;
43119
43119
  $dialog-close-icon-top: 0 !default;
43120
- $dialog-headericon-bottom: 5px !default;
43120
+ $dialog-headericon-bottom: 0 !default;
43121
43121
  $dialog-bigger-header-content-font-size: $text-lg !default;
43122
43122
  $dialog-bigger-content-font-size: $text-base !default;
43123
43123
  $dialog-bigger-close-icon-top: 0 !default;
@@ -104647,6 +104647,10 @@ $pivotpager-single-size-title-padding: 8px !default;
104647
104647
  display: none !important;
104648
104648
  }
104649
104649
 
104650
+ .e-pivotchart.e-chart {
104651
+ overflow: visible !important;
104652
+ }
104653
+
104650
104654
  /* stylelint-enable */
104651
104655
  }
104652
104656
 
@@ -104028,6 +104028,10 @@ $pivotpager-single-size-title-padding: 4px !default;
104028
104028
  display: none !important;
104029
104029
  }
104030
104030
 
104031
+ .e-pivotchart.e-chart {
104032
+ overflow: visible !important;
104033
+ }
104034
+
104031
104035
  /* stylelint-enable */
104032
104036
  }
104033
104037
 
@@ -105403,6 +105403,10 @@ $pivotpager-single-size-title-padding: 14px !default;
105403
105403
  display: none !important;
105404
105404
  }
105405
105405
 
105406
+ .e-pivotchart.e-chart {
105407
+ overflow: visible !important;
105408
+ }
105409
+
105406
105410
  /* stylelint-enable */
105407
105411
  }
105408
105412
 
@@ -105112,6 +105112,10 @@ $pivotpager-single-size-title-padding: 14px !default;
105112
105112
  display: none !important;
105113
105113
  }
105114
105114
 
105115
+ .e-pivotchart.e-chart {
105116
+ overflow: visible !important;
105117
+ }
105118
+
105115
105119
  /* stylelint-enable */
105116
105120
  }
105117
105121
 
@@ -2883,6 +2883,10 @@ $pivotpager-single-size-title-padding: 8px !default;
2883
2883
  display: none !important;
2884
2884
  }
2885
2885
 
2886
+ .e-pivotchart.e-chart {
2887
+ overflow: visible !important;
2888
+ }
2889
+
2886
2890
  /* stylelint-enable */
2887
2891
  }
2888
2892
 
@@ -2880,6 +2880,10 @@ $pivotpager-single-size-title-padding: 8px !default;
2880
2880
  display: none !important;
2881
2881
  }
2882
2882
 
2883
+ .e-pivotchart.e-chart {
2884
+ overflow: visible !important;
2885
+ }
2886
+
2883
2887
  /* stylelint-enable */
2884
2888
  }
2885
2889
 
@@ -2880,6 +2880,10 @@ $pivotpager-single-size-title-padding: 8px !default;
2880
2880
  display: none !important;
2881
2881
  }
2882
2882
 
2883
+ .e-pivotchart.e-chart {
2884
+ overflow: visible !important;
2885
+ }
2886
+
2883
2887
  /* stylelint-enable */
2884
2888
  }
2885
2889
 
@@ -2885,6 +2885,10 @@ $pivotpager-single-size-title-padding: 8px !default;
2885
2885
  display: none !important;
2886
2886
  }
2887
2887
 
2888
+ .e-pivotchart.e-chart {
2889
+ overflow: visible !important;
2890
+ }
2891
+
2888
2892
  /* stylelint-enable */
2889
2893
  }
2890
2894
 
@@ -2885,6 +2885,10 @@ $pivotpager-single-size-title-padding: 8px !default;
2885
2885
  display: none !important;
2886
2886
  }
2887
2887
 
2888
+ .e-pivotchart.e-chart {
2889
+ overflow: visible !important;
2890
+ }
2891
+
2888
2892
  /* stylelint-enable */
2889
2893
  }
2890
2894
 
@@ -2882,6 +2882,10 @@ $pivotpager-single-size-title-padding: 4px !default;
2882
2882
  display: none !important;
2883
2883
  }
2884
2884
 
2885
+ .e-pivotchart.e-chart {
2886
+ overflow: visible !important;
2887
+ }
2888
+
2885
2889
  /* stylelint-enable */
2886
2890
  }
2887
2891
 
@@ -2879,6 +2879,10 @@ $pivotpager-single-size-title-padding: 4px !default;
2879
2879
  display: none !important;
2880
2880
  }
2881
2881
 
2882
+ .e-pivotchart.e-chart {
2883
+ overflow: visible !important;
2884
+ }
2885
+
2882
2886
  /* stylelint-enable */
2883
2887
  }
2884
2888
 
@@ -2885,6 +2885,10 @@ $pivotpager-single-size-title-padding: 8px !default;
2885
2885
  display: none !important;
2886
2886
  }
2887
2887
 
2888
+ .e-pivotchart.e-chart {
2889
+ overflow: visible !important;
2890
+ }
2891
+
2888
2892
  /* stylelint-enable */
2889
2893
  }
2890
2894
 
@@ -2885,6 +2885,10 @@ $pivotpager-single-size-title-padding: 8px !default;
2885
2885
  display: none !important;
2886
2886
  }
2887
2887
 
2888
+ .e-pivotchart.e-chart {
2889
+ overflow: visible !important;
2890
+ }
2891
+
2888
2892
  /* stylelint-enable */
2889
2893
  }
2890
2894
 
@@ -2878,6 +2878,10 @@ $pivotpager-single-size-title-padding: 4px !default;
2878
2878
  display: none !important;
2879
2879
  }
2880
2880
 
2881
+ .e-pivotchart.e-chart {
2882
+ overflow: visible !important;
2883
+ }
2884
+
2881
2885
  /* stylelint-enable */
2882
2886
  }
2883
2887
 
@@ -2886,6 +2886,10 @@ $pivotpager-single-size-title-padding: 14px !default;
2886
2886
  display: none !important;
2887
2887
  }
2888
2888
 
2889
+ .e-pivotchart.e-chart {
2890
+ overflow: visible !important;
2891
+ }
2892
+
2889
2893
  /* stylelint-enable */
2890
2894
  }
2891
2895
 
@@ -2882,6 +2882,10 @@ $pivotpager-single-size-title-padding: 14px !default;
2882
2882
  display: none !important;
2883
2883
  }
2884
2884
 
2885
+ .e-pivotchart.e-chart {
2886
+ overflow: visible !important;
2887
+ }
2888
+
2885
2889
  /* stylelint-enable */
2886
2890
  }
2887
2891
 
@@ -2885,6 +2885,10 @@ $pivotpager-single-size-title-padding: 8px !default;
2885
2885
  display: none !important;
2886
2886
  }
2887
2887
 
2888
+ .e-pivotchart.e-chart {
2889
+ overflow: visible !important;
2890
+ }
2891
+
2888
2892
  /* stylelint-enable */
2889
2893
  }
2890
2894
 
@@ -2885,6 +2885,10 @@ $pivotpager-single-size-title-padding: 8px !default;
2885
2885
  display: none !important;
2886
2886
  }
2887
2887
 
2888
+ .e-pivotchart.e-chart {
2889
+ overflow: visible !important;
2890
+ }
2891
+
2888
2892
  /* stylelint-enable */
2889
2893
  }
2890
2894
 
@@ -2,7 +2,7 @@
2
2
  @import '../../popups/popup/fluent-dark.scss';
3
3
  @import '../../buttons/button/fluent-dark.scss';
4
4
  //Layout Variables Start
5
- $dialog-close-button-left: 15px !default;
5
+ $dialog-close-button-left: 0 !default;
6
6
  $dialog-header-border: 0 solid $border-light !default;
7
7
  $dialog-close-icon-font-size: 14px !default;
8
8
  $dialog-bigger-close-icon-font-size: 16px !default;
@@ -11,7 +11,7 @@ $header-content-border-radius: 0 !default;
11
11
  $dialog-border-radius: $model-radius !default;
12
12
  $dialog-border: 0 solid $border-light !default;
13
13
  $dialog-content-font-size: $text-sm !default;
14
- $dialog-header-line-height: $leading-tight !default;
14
+ $dialog-header-line-height: $leading-loose !default;
15
15
  $dialog-content-line-height: $leading-normal !default;
16
16
  $dialog-content-padding-top: 0 !default;
17
17
  $dialog-bigger-content-padding-top: 0 !default;
@@ -38,7 +38,7 @@ $dialog-close-icon-width: 12px !default;
38
38
  $dialog-bigger-close-icon-height: 14px !default;
39
39
  $dialog-bigger-close-icon-width: 14px !default;
40
40
  $dialog-close-icon-top: 0 !default;
41
- $dialog-headericon-bottom: 5px !default;
41
+ $dialog-headericon-bottom: 0 !default;
42
42
  $dialog-bigger-header-content-font-size: $text-lg !default;
43
43
  $dialog-bigger-content-font-size: $text-base !default;
44
44
  $dialog-bigger-close-icon-top: 0 !default;
@@ -2,7 +2,7 @@
2
2
  @import '../../popups/popup/fluent.scss';
3
3
  @import '../../buttons/button/fluent.scss';
4
4
  //Layout Variables Start
5
- $dialog-close-button-left: 15px !default;
5
+ $dialog-close-button-left: 0 !default;
6
6
  $dialog-header-border: 0 solid $border-light !default;
7
7
  $dialog-close-icon-font-size: 14px !default;
8
8
  $dialog-bigger-close-icon-font-size: 16px !default;
@@ -11,7 +11,7 @@ $header-content-border-radius: 0 !default;
11
11
  $dialog-border-radius: $model-radius !default;
12
12
  $dialog-border: 0 solid $border-light !default;
13
13
  $dialog-content-font-size: $text-sm !default;
14
- $dialog-header-line-height: $leading-tight !default;
14
+ $dialog-header-line-height: $leading-loose !default;
15
15
  $dialog-content-line-height: $leading-normal !default;
16
16
  $dialog-content-padding-top: 0 !default;
17
17
  $dialog-bigger-content-padding-top: 0 !default;
@@ -38,7 +38,7 @@ $dialog-close-icon-width: 12px !default;
38
38
  $dialog-bigger-close-icon-height: 14px !default;
39
39
  $dialog-bigger-close-icon-width: 14px !default;
40
40
  $dialog-close-icon-top: 0 !default;
41
- $dialog-headericon-bottom: 5px !default;
41
+ $dialog-headericon-bottom: 0 !default;
42
42
  $dialog-bigger-header-content-font-size: $text-lg !default;
43
43
  $dialog-bigger-content-font-size: $text-base !default;
44
44
  $dialog-bigger-close-icon-top: 0 !default;
@@ -19,7 +19,7 @@ $dialog-device-content-font-size: $text-base !default;
19
19
  $dialog-border-radius: 6px !default;
20
20
  $dialog-header-icon-hover-border-radius: 50% !default;
21
21
  $dialog-close-button-height: 20px !default;
22
- $dialog-close-button-width: 20px !default;
22
+ $dialog-close-button-width: 0 !default;
23
23
  $dialog-header-content-padding: 10px 18px !default;
24
24
  $dialog-content-padding: 12px 18px 12px 18px !default;
25
25
  $dialog-footer-content-padding: 8px 18px 8px 18px !default;
@@ -19,7 +19,7 @@ $dialog-device-content-font-size: $text-base !default;
19
19
  $dialog-border-radius: 6px !default;
20
20
  $dialog-header-icon-hover-border-radius: 50% !default;
21
21
  $dialog-close-button-height: 20px !default;
22
- $dialog-close-button-width: 20px !default;
22
+ $dialog-close-button-width: 0 !default;
23
23
  $dialog-header-content-padding: 10px 18px !default;
24
24
  $dialog-content-padding: 12px 18px 12px 18px !default;
25
25
  $dialog-footer-content-padding: 8px 18px 8px 18px !default;
@@ -42918,7 +42918,7 @@ $dialog-device-content-font-size: $text-base !default;
42918
42918
  $dialog-border-radius: 6px !default;
42919
42919
  $dialog-header-icon-hover-border-radius: 50% !default;
42920
42920
  $dialog-close-button-height: 20px !default;
42921
- $dialog-close-button-width: 20px !default;
42921
+ $dialog-close-button-width: 0 !default;
42922
42922
  $dialog-header-content-padding: 10px 18px !default;
42923
42923
  $dialog-content-padding: 12px 18px 12px 18px !default;
42924
42924
  $dialog-footer-content-padding: 8px 18px 8px 18px !default;
@@ -104432,6 +104432,10 @@ $pivotpager-single-size-title-padding: 8px !default;
104432
104432
  display: none !important;
104433
104433
  }
104434
104434
 
104435
+ .e-pivotchart.e-chart {
104436
+ overflow: visible !important;
104437
+ }
104438
+
104435
104439
  /* stylelint-enable */
104436
104440
  }
104437
104441
 
@@ -42915,7 +42915,7 @@ $dialog-device-content-font-size: $text-base !default;
42915
42915
  $dialog-border-radius: 6px !default;
42916
42916
  $dialog-header-icon-hover-border-radius: 50% !default;
42917
42917
  $dialog-close-button-height: 20px !default;
42918
- $dialog-close-button-width: 20px !default;
42918
+ $dialog-close-button-width: 0 !default;
42919
42919
  $dialog-header-content-padding: 10px 18px !default;
42920
42920
  $dialog-content-padding: 12px 18px 12px 18px !default;
42921
42921
  $dialog-footer-content-padding: 8px 18px 8px 18px !default;
@@ -104429,6 +104429,10 @@ $pivotpager-single-size-title-padding: 8px !default;
104429
104429
  display: none !important;
104430
104430
  }
104431
104431
 
104432
+ .e-pivotchart.e-chart {
104433
+ overflow: visible !important;
104434
+ }
104435
+
104432
104436
  /* stylelint-enable */
104433
104437
  }
104434
104438
 
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@syncfusion/blazor-themes","version":"20.4.49","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"]}
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"]}