@syncfusion/blazor-themes 23.1.36 → 23.1.39

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 (162) hide show
  1. package/SCSS-Themes/base/material-dark.scss +1 -1
  2. package/SCSS-Themes/bootstrap-dark.scss +152 -32
  3. package/SCSS-Themes/bootstrap.scss +153 -33
  4. package/SCSS-Themes/bootstrap4.scss +155 -35
  5. package/SCSS-Themes/bootstrap5-dark.scss +152 -34
  6. package/SCSS-Themes/bootstrap5.scss +152 -34
  7. package/SCSS-Themes/dropdowns/list-box/bootstrap-dark.scss +78 -9
  8. package/SCSS-Themes/dropdowns/list-box/bootstrap.scss +79 -10
  9. package/SCSS-Themes/dropdowns/list-box/bootstrap4.scss +80 -11
  10. package/SCSS-Themes/dropdowns/list-box/bootstrap5-dark.scss +78 -11
  11. package/SCSS-Themes/dropdowns/list-box/bootstrap5.scss +78 -11
  12. package/SCSS-Themes/dropdowns/list-box/fabric-dark.scss +78 -9
  13. package/SCSS-Themes/dropdowns/list-box/fabric.scss +78 -9
  14. package/SCSS-Themes/dropdowns/list-box/fluent-dark.scss +80 -13
  15. package/SCSS-Themes/dropdowns/list-box/fluent.scss +80 -13
  16. package/SCSS-Themes/dropdowns/list-box/highcontrast.scss +78 -9
  17. package/SCSS-Themes/dropdowns/list-box/material-dark.scss +80 -11
  18. package/SCSS-Themes/dropdowns/list-box/material.scss +80 -11
  19. package/SCSS-Themes/dropdowns/list-box/material3-dark.scss +80 -13
  20. package/SCSS-Themes/dropdowns/list-box/material3.scss +80 -13
  21. package/SCSS-Themes/dropdowns/list-box/tailwind-dark.scss +80 -13
  22. package/SCSS-Themes/dropdowns/list-box/tailwind.scss +80 -13
  23. package/SCSS-Themes/dropdowns/multi-select/bootstrap-dark.scss +14 -1
  24. package/SCSS-Themes/dropdowns/multi-select/bootstrap.scss +14 -1
  25. package/SCSS-Themes/dropdowns/multi-select/bootstrap4.scss +14 -1
  26. package/SCSS-Themes/dropdowns/multi-select/bootstrap5-dark.scss +14 -1
  27. package/SCSS-Themes/dropdowns/multi-select/bootstrap5.scss +14 -1
  28. package/SCSS-Themes/dropdowns/multi-select/fabric-dark.scss +15 -2
  29. package/SCSS-Themes/dropdowns/multi-select/fabric.scss +15 -2
  30. package/SCSS-Themes/dropdowns/multi-select/fluent-dark.scss +14 -1
  31. package/SCSS-Themes/dropdowns/multi-select/fluent.scss +14 -1
  32. package/SCSS-Themes/dropdowns/multi-select/highcontrast.scss +14 -1
  33. package/SCSS-Themes/dropdowns/multi-select/material-dark.scss +14 -1
  34. package/SCSS-Themes/dropdowns/multi-select/material.scss +14 -1
  35. package/SCSS-Themes/dropdowns/multi-select/material3-dark.scss +12 -1
  36. package/SCSS-Themes/dropdowns/multi-select/material3.scss +12 -1
  37. package/SCSS-Themes/dropdowns/multi-select/tailwind-dark.scss +14 -1
  38. package/SCSS-Themes/dropdowns/multi-select/tailwind.scss +14 -1
  39. package/SCSS-Themes/fabric-dark.scss +153 -33
  40. package/SCSS-Themes/fabric.scss +153 -33
  41. package/SCSS-Themes/fluent-dark.scss +154 -36
  42. package/SCSS-Themes/fluent.scss +154 -36
  43. package/SCSS-Themes/grids/grid/bootstrap-dark.scss +9 -0
  44. package/SCSS-Themes/grids/grid/bootstrap.scss +9 -0
  45. package/SCSS-Themes/grids/grid/bootstrap4.scss +10 -1
  46. package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +9 -0
  47. package/SCSS-Themes/grids/grid/bootstrap5.scss +9 -0
  48. package/SCSS-Themes/grids/grid/fabric-dark.scss +9 -0
  49. package/SCSS-Themes/grids/grid/fabric.scss +9 -0
  50. package/SCSS-Themes/grids/grid/fluent-dark.scss +9 -0
  51. package/SCSS-Themes/grids/grid/fluent.scss +9 -0
  52. package/SCSS-Themes/grids/grid/highcontrast.scss +9 -0
  53. package/SCSS-Themes/grids/grid/material-dark.scss +9 -0
  54. package/SCSS-Themes/grids/grid/material.scss +9 -0
  55. package/SCSS-Themes/grids/grid/material3-dark.scss +9 -0
  56. package/SCSS-Themes/grids/grid/material3.scss +9 -0
  57. package/SCSS-Themes/grids/grid/tailwind-dark.scss +9 -0
  58. package/SCSS-Themes/grids/grid/tailwind.scss +9 -0
  59. package/SCSS-Themes/highcontrast.scss +152 -32
  60. package/SCSS-Themes/image-editor/image-editor/bootstrap-dark.scss +6 -0
  61. package/SCSS-Themes/image-editor/image-editor/bootstrap.scss +6 -0
  62. package/SCSS-Themes/image-editor/image-editor/bootstrap4.scss +6 -0
  63. package/SCSS-Themes/image-editor/image-editor/bootstrap5-dark.scss +6 -0
  64. package/SCSS-Themes/image-editor/image-editor/bootstrap5.scss +6 -0
  65. package/SCSS-Themes/image-editor/image-editor/fabric-dark.scss +6 -0
  66. package/SCSS-Themes/image-editor/image-editor/fabric.scss +6 -0
  67. package/SCSS-Themes/image-editor/image-editor/fluent-dark.scss +6 -0
  68. package/SCSS-Themes/image-editor/image-editor/fluent.scss +6 -0
  69. package/SCSS-Themes/image-editor/image-editor/highcontrast.scss +6 -0
  70. package/SCSS-Themes/image-editor/image-editor/material-dark.scss +6 -0
  71. package/SCSS-Themes/image-editor/image-editor/material.scss +6 -0
  72. package/SCSS-Themes/image-editor/image-editor/material3-dark.scss +6 -0
  73. package/SCSS-Themes/image-editor/image-editor/material3.scss +6 -0
  74. package/SCSS-Themes/image-editor/image-editor/tailwind-dark.scss +6 -0
  75. package/SCSS-Themes/image-editor/image-editor/tailwind.scss +6 -0
  76. package/SCSS-Themes/material-dark.scss +155 -35
  77. package/SCSS-Themes/material.scss +154 -34
  78. package/SCSS-Themes/material3-dark.scss +153 -36
  79. package/SCSS-Themes/material3.scss +153 -36
  80. package/SCSS-Themes/navigations/treeview/bootstrap-dark.scss +4 -1
  81. package/SCSS-Themes/navigations/treeview/bootstrap.scss +4 -1
  82. package/SCSS-Themes/navigations/treeview/bootstrap4.scss +4 -1
  83. package/SCSS-Themes/navigations/treeview/bootstrap5-dark.scss +4 -1
  84. package/SCSS-Themes/navigations/treeview/bootstrap5.scss +4 -1
  85. package/SCSS-Themes/navigations/treeview/fabric-dark.scss +4 -1
  86. package/SCSS-Themes/navigations/treeview/fabric.scss +4 -1
  87. package/SCSS-Themes/navigations/treeview/fluent-dark.scss +4 -1
  88. package/SCSS-Themes/navigations/treeview/fluent.scss +4 -1
  89. package/SCSS-Themes/navigations/treeview/highcontrast.scss +4 -1
  90. package/SCSS-Themes/navigations/treeview/material-dark.scss +4 -1
  91. package/SCSS-Themes/navigations/treeview/material.scss +4 -1
  92. package/SCSS-Themes/navigations/treeview/material3-dark.scss +4 -1
  93. package/SCSS-Themes/navigations/treeview/material3.scss +4 -1
  94. package/SCSS-Themes/navigations/treeview/tailwind-dark.scss +4 -1
  95. package/SCSS-Themes/navigations/treeview/tailwind.scss +4 -1
  96. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap-dark.scss +21 -9
  97. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap.scss +21 -9
  98. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap4.scss +21 -9
  99. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5-dark.scss +21 -9
  100. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.scss +21 -9
  101. package/SCSS-Themes/pdfviewer/pdfviewer/fabric-dark.scss +21 -9
  102. package/SCSS-Themes/pdfviewer/pdfviewer/fabric.scss +21 -9
  103. package/SCSS-Themes/pdfviewer/pdfviewer/fluent-dark.scss +21 -9
  104. package/SCSS-Themes/pdfviewer/pdfviewer/fluent.scss +21 -9
  105. package/SCSS-Themes/pdfviewer/pdfviewer/highcontrast.scss +21 -9
  106. package/SCSS-Themes/pdfviewer/pdfviewer/material-dark.scss +21 -9
  107. package/SCSS-Themes/pdfviewer/pdfviewer/material.scss +21 -9
  108. package/SCSS-Themes/pdfviewer/pdfviewer/material3-dark.scss +22 -9
  109. package/SCSS-Themes/pdfviewer/pdfviewer/material3.scss +22 -9
  110. package/SCSS-Themes/pdfviewer/pdfviewer/tailwind-dark.scss +21 -9
  111. package/SCSS-Themes/pdfviewer/pdfviewer/tailwind.scss +21 -9
  112. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap-dark.scss +3 -9
  113. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap.scss +3 -9
  114. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap4.scss +3 -9
  115. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap5-dark.scss +3 -9
  116. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap5.scss +3 -9
  117. package/SCSS-Themes/pivotview/pivotfieldlist/fabric-dark.scss +3 -9
  118. package/SCSS-Themes/pivotview/pivotfieldlist/fabric.scss +3 -9
  119. package/SCSS-Themes/pivotview/pivotfieldlist/fluent-dark.scss +3 -9
  120. package/SCSS-Themes/pivotview/pivotfieldlist/fluent.scss +3 -9
  121. package/SCSS-Themes/pivotview/pivotfieldlist/highcontrast.scss +3 -9
  122. package/SCSS-Themes/pivotview/pivotfieldlist/material-dark.scss +3 -9
  123. package/SCSS-Themes/pivotview/pivotfieldlist/material.scss +3 -9
  124. package/SCSS-Themes/pivotview/pivotfieldlist/material3-dark.scss +3 -9
  125. package/SCSS-Themes/pivotview/pivotfieldlist/material3.scss +3 -9
  126. package/SCSS-Themes/pivotview/pivotfieldlist/tailwind-dark.scss +3 -9
  127. package/SCSS-Themes/pivotview/pivotfieldlist/tailwind.scss +3 -9
  128. package/SCSS-Themes/pivotview/pivotview/bootstrap-dark.scss +15 -1
  129. package/SCSS-Themes/pivotview/pivotview/bootstrap.scss +15 -1
  130. package/SCSS-Themes/pivotview/pivotview/bootstrap4.scss +15 -1
  131. package/SCSS-Themes/pivotview/pivotview/bootstrap5-dark.scss +15 -1
  132. package/SCSS-Themes/pivotview/pivotview/bootstrap5.scss +15 -1
  133. package/SCSS-Themes/pivotview/pivotview/fabric-dark.scss +15 -1
  134. package/SCSS-Themes/pivotview/pivotview/fabric.scss +15 -1
  135. package/SCSS-Themes/pivotview/pivotview/fluent-dark.scss +15 -1
  136. package/SCSS-Themes/pivotview/pivotview/fluent.scss +15 -1
  137. package/SCSS-Themes/pivotview/pivotview/highcontrast.scss +15 -1
  138. package/SCSS-Themes/pivotview/pivotview/material-dark.scss +15 -1
  139. package/SCSS-Themes/pivotview/pivotview/material.scss +15 -1
  140. package/SCSS-Themes/pivotview/pivotview/material3-dark.scss +15 -1
  141. package/SCSS-Themes/pivotview/pivotview/material3.scss +15 -1
  142. package/SCSS-Themes/pivotview/pivotview/tailwind-dark.scss +15 -1
  143. package/SCSS-Themes/pivotview/pivotview/tailwind.scss +15 -1
  144. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap-dark.scss +2 -2
  145. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap.scss +2 -2
  146. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap4.scss +2 -2
  147. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5-dark.scss +2 -2
  148. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5.scss +2 -2
  149. package/SCSS-Themes/richtexteditor/rich-text-editor/fabric-dark.scss +2 -2
  150. package/SCSS-Themes/richtexteditor/rich-text-editor/fabric.scss +2 -2
  151. package/SCSS-Themes/richtexteditor/rich-text-editor/fluent-dark.scss +2 -2
  152. package/SCSS-Themes/richtexteditor/rich-text-editor/fluent.scss +2 -2
  153. package/SCSS-Themes/richtexteditor/rich-text-editor/highcontrast.scss +2 -2
  154. package/SCSS-Themes/richtexteditor/rich-text-editor/material-dark.scss +2 -2
  155. package/SCSS-Themes/richtexteditor/rich-text-editor/material.scss +2 -2
  156. package/SCSS-Themes/richtexteditor/rich-text-editor/material3-dark.scss +2 -2
  157. package/SCSS-Themes/richtexteditor/rich-text-editor/material3.scss +2 -2
  158. package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind-dark.scss +2 -2
  159. package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind.scss +2 -2
  160. package/SCSS-Themes/tailwind-dark.scss +154 -36
  161. package/SCSS-Themes/tailwind.scss +154 -36
  162. package/package.json +1 -1
@@ -55366,7 +55366,10 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
55366
55366
  display: inline-block;
55367
55367
  line-height: $treeview-text-height;
55368
55368
  margin: $treeview-text-margin;
55369
- @if $skin-name != 'bootstrap4' {
55369
+ @if $skin-name == 'Material3' {
55370
+ min-height: $treeview-item-height;
55371
+ }
55372
+ @else if $skin-name != 'bootstrap4' {
55370
55373
  min-height: $treeview-text-height;
55371
55374
  }
55372
55375
  @else if $skin-name == 'bootstrap4' {
@@ -59681,6 +59684,8 @@ $ddl-closer-margin-top-bigger: -1.62em !default;
59681
59684
  $ddl-icon-margin-top: -1.3em !default;
59682
59685
  $ddl-clear-margin-top: -2em !default;
59683
59686
  $ddl-icon-margin-top-bigger: -1.3em !default;
59687
+ $ddl-small-ddl-icon-top: -1.3em !default;
59688
+ $ddl-bigger-small-ddl-icon-top: -1.3em !default;
59684
59689
  $ddl-chip-mobile-radius: 2px !default;
59685
59690
  $ddl-chip-sel-mobile-height: 40px !default;
59686
59691
  $ddl-chip-selected-padding: 12px 4px 11px 0 !default;
@@ -60038,7 +60043,8 @@ $ddl-close-icon-hover-color: $icon-color-hover !default;
60038
60043
  }
60039
60044
  }
60040
60045
 
60041
- .e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
60046
+ .e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
60047
+ .e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
60042
60048
  @if $ddl-multiselect-skin-name != 'Material3' {
60043
60049
  margin-top: $ddl-icon-margin-top-bigger;
60044
60050
  }
@@ -61070,6 +61076,11 @@ ejs-multiselect {
61070
61076
  }
61071
61077
  }
61072
61078
 
61079
+ .e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
61080
+ .e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
61081
+ margin-top: $ddl-small-ddl-icon-top;
61082
+ }
61083
+
61073
61084
  .e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker {
61074
61085
  @if ddl-multiselect-skin-name == 'Material3' {
61075
61086
  height: $ddl-small-clear-icon-height;
@@ -61101,6 +61112,11 @@ ejs-multiselect {
61101
61112
  }
61102
61113
  }
61103
61114
 
61115
+ .e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
61116
+ .e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
61117
+ margin-top: $ddl-bigger-small-ddl-icon-top;
61118
+ }
61119
+
61104
61120
  .e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
61105
61121
  height: $ddl-bigger-small-chip-close-square;
61106
61122
  width: $ddl-bigger-small-chip-close-width;
@@ -62748,10 +62764,8 @@ $listbox-template-multiline-header-font-size: $text-sm !default;
62748
62764
  $listbox-template-multiline-padding: 4px !default;
62749
62765
  $listbox-template-multiline-content-font-size: $text-sm !default;
62750
62766
  $listbox-template-multiline-avatar-top: 0 !default;
62751
- $listbox-filter-height: calc(100% - 49px) !default;
62752
62767
  $listbox-filter-small-height: calc(100% - 45px) !default;
62753
62768
  $listbox-filter-bigger-small-height: calc(100% - 53px) !default;
62754
- $listbox-filter-bigger-height: calc(100% - 57px) !default;
62755
62769
 
62756
62770
  $listbox-border-color: $border-light;
62757
62771
  $badge-color: $primary-text-color !default;
@@ -62790,10 +62804,14 @@ $listbox-template-multiline-header-color: $content-text-color !default;
62790
62804
  $listbox-template-multiline-content-color: $content-text-color-alt2 !default;
62791
62805
  $listbox-select-height: calc(100% - 38px) !default;
62792
62806
  $listbox-select-bigger-height: calc(100% - 48px) !default;
62793
- $listbox-filterselect-height: calc(100% - 76px) !default;
62794
- $listbox-filterselect-bigger-height: calc(100% - 94px) !default;
62795
- $listbox-filter-height: calc(100% - 38px) !default;
62796
- $listbox-filter-bigger-height: calc(100% - 46px) !default;
62807
+ $listbox-filterselect-height: calc(100% - 38px) !default;
62808
+ $listbox-filterselect-bigger-height: calc(100% - 47px) !default;
62809
+ $listbox-mat-filter-height: calc(100% - 50px) !default;
62810
+ $listbox-mat-filter-bigger-height: calc(100% - 58px) !default;
62811
+ $listbox-filter-height: calc(100% - 50px) !default;
62812
+ $listbox-filter-bigger-height: calc(100% - 58px) !default;
62813
+ $listbox-ej2-filterselect-height: calc(100% - 87.5px) !default;
62814
+ $listbox-ej2-filterselect-bigger-height: calc(100% - 106px) !default;
62797
62815
 
62798
62816
  @include export-module('listbox-layout') {
62799
62817
  /* stylelint-disable property-no-vendor-prefix */
@@ -63342,27 +63360,64 @@ $listbox-filter-bigger-height: calc(100% - 46px) !default;
63342
63360
  @include export-module('listbox-theme') {
63343
63361
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
63344
63362
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
63345
- height: $listbox-filter-small-height;
63363
+ height: $listbox-filter-small-height !important; /* stylelint-disable-line declaration-no-important */
63364
+ }
63365
+
63366
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
63367
+ height: $listbox-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
63368
+ }
63369
+ .e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
63370
+ height: $listbox-mat-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
63346
63371
  }
63347
63372
 
63348
- .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
63349
63373
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
63350
- height: $listbox-filter-bigger-height;
63374
+ height: 100%;
63351
63375
  }
63352
63376
 
63353
63377
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
63354
63378
  .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
63355
- height: $listbox-filterselect-bigger-height;
63379
+ height: $listbox-filterselect-bigger-height !important; /* stylelint-disable-line declaration-no-important */
63380
+ }
63381
+
63382
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
63383
+ height: $listbox-filterselect-bigger-height !important; /* stylelint-disable-line declaration-no-important */
63384
+ }
63385
+
63386
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
63387
+ height: $listbox-filter-height !important; /* stylelint-disable-line declaration-no-important */
63388
+ }
63389
+
63390
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
63391
+ height: $listbox-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
63392
+ }
63393
+ .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
63394
+ height: 100%;
63356
63395
  }
63357
63396
 
63358
63397
  .e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
63398
+ .e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
63399
+ height: $listbox-select-bigger-height !important; /* stylelint-disable-line declaration-no-important */
63400
+ }
63401
+
63359
63402
  .e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
63360
- height: $listbox-select-bigger-height;
63403
+ height: 100%;
63361
63404
  }
63362
63405
 
63363
63406
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
63407
+ .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
63408
+ height: $listbox-filter-bigger-small-height !important; /* stylelint-disable-line declaration-no-important */
63409
+ }
63410
+
63411
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
63412
+ height: $listbox-ej2-filterselect-height !important;/* stylelint-disable-line declaration-no-important */
63413
+ }
63414
+
63415
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
63416
+ height: $listbox-ej2-filterselect-bigger-height !important;/* stylelint-disable-line declaration-no-important */
63417
+ }
63418
+
63364
63419
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
63365
- height: $listbox-filter-bigger-small-height;
63420
+ height: 100%;
63366
63421
  }
63367
63422
 
63368
63423
  .e-listbox-wrapper,
@@ -63403,7 +63458,7 @@ $listbox-filter-bigger-height: calc(100% - 46px) !default;
63403
63458
  }
63404
63459
 
63405
63460
  &.e-filter-list .e-selectall-parent + .e-list-parent {
63406
- height: $listbox-filterselect-height;
63461
+ height: $listbox-filterselect-height !important; /* stylelint-disable-line declaration-no-important */
63407
63462
  }
63408
63463
 
63409
63464
  & .e-selectall-parent + .e-list-parent {
@@ -63655,6 +63710,34 @@ $listbox-filter-bigger-height: calc(100% - 46px) !default;
63655
63710
  }
63656
63711
  }
63657
63712
  }
63713
+
63714
+ .e-listbox-container {
63715
+ @at-root {
63716
+ &.e-filter-list .e-list-parent {
63717
+ height: 100%;
63718
+ }
63719
+
63720
+ &.e-filter-list .e-selectall-parent + .e-list-parent {
63721
+ height: 100%;
63722
+ }
63723
+
63724
+ & .e-selectall-parent + .e-list-parent {
63725
+ height: 100%;
63726
+ }
63727
+
63728
+ &.e-filter-list .e-list-wrap {
63729
+ height: $listbox-mat-filter-height !important; /* stylelint-disable-line declaration-no-important */
63730
+ }
63731
+
63732
+ &.e-filter-list .e-selectall-parent + .e-list-wrap {
63733
+ height: $listbox-filterselect-height !important; /* stylelint-disable-line declaration-no-important */
63734
+ }
63735
+
63736
+ & .e-selectall-parent + .e-list-wrap {
63737
+ height: $listbox-select-height !important; /* stylelint-disable-line declaration-no-important */
63738
+ }
63739
+ }
63740
+ }
63658
63741
  }
63659
63742
 
63660
63743
 
@@ -77104,6 +77187,11 @@ $grid-dropitems-count-margin-left: -8px !default;
77104
77187
  overflow: visible;
77105
77188
  }
77106
77189
 
77190
+ .e-headercell.e-templatecell .e-headercelldiv {
77191
+ height: auto;
77192
+ min-height: $grid-header-height;
77193
+ }
77194
+
77107
77195
  .e-gridheader .e-headercontent .e-rightalign .e-headercelldiv.e-headerchkcelldiv {
77108
77196
  padding: 0 .6em;
77109
77197
  }
@@ -81255,6 +81343,10 @@ $grid-dropitems-count-margin-left: -8px !default;
81255
81343
  cursor: move;
81256
81344
  }
81257
81345
 
81346
+ & .e-notallowedcur .e-row:hover .e-rowdragdrop {
81347
+ cursor: not-allowed;
81348
+ }
81349
+
81258
81350
  .e-sortnumber {
81259
81351
  @if $grid-skin == 'material3' {
81260
81352
  background: $grid-sortnumber-bg-color;
@@ -88849,7 +88941,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
88849
88941
 
88850
88942
  .e-rte-emojipicker-group .e-rte-emojipickerbtn-group {
88851
88943
  display: grid;
88852
- grid-template-columns: repeat(6, 1fr);
88944
+ grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
88853
88945
  gap: 6px;
88854
88946
 
88855
88947
  .e-btn.e-control {
@@ -88866,7 +88958,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
88866
88958
 
88867
88959
  .e-rte-emojisearch-btn {
88868
88960
  display: grid;
88869
- grid-template-columns: repeat(6, 1fr);
88961
+ grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
88870
88962
  gap: 6px;
88871
88963
  height: 0;
88872
88964
 
@@ -101042,6 +101134,22 @@ $pv-eye-icon-margin-top: 3px !default;
101042
101134
  text-align: left;
101043
101135
  }
101044
101136
 
101137
+ .e-pv-mobile-comments-container .e-pv-comment-panel-title {
101138
+ @if $skin-name == 'Material3' {
101139
+ background: $content-bg-color-alt2;
101140
+ border: $border-light;
101141
+ border-width: 0 0 1px 1px;
101142
+ font-size: $text-base;
101143
+ font-weight: $pv-comment-tile-font-weight;
101144
+ line-height: 16px;
101145
+ padding: 0;
101146
+ left: 15px;
101147
+ top: 14px;
101148
+ position: absolute;
101149
+ text-align: left;
101150
+ }
101151
+ }
101152
+
101045
101153
  .e-pv-comment-panel-title-close-div.e-btn {
101046
101154
  background: $pv-title-close-background;
101047
101155
  border: $pv-title-close-border;
@@ -101051,17 +101159,12 @@ $pv-eye-icon-margin-top: 3px !default;
101051
101159
  }
101052
101160
  height: $pv-title-close-height;
101053
101161
  position: $pv-title-close-position;
101054
- @if $skin-name != 'Material3' {
101055
- right: 11px;
101056
- top: 5px;
101057
- }
101162
+ right: 11px;
101163
+ top: 5px;
101058
101164
  width: $pv-title-close-width;
101059
101165
  @if $skin-name == 'FluentUI' {
101060
101166
  padding: 4px;
101061
101167
  }
101062
- @if $skin-name == 'Material3' {
101063
- padding: 12px 12px 12px 270px;
101064
- }
101065
101168
  }
101066
101169
 
101067
101170
  @if $skin-name == 'Material3' {
@@ -101074,7 +101177,7 @@ $pv-eye-icon-margin-top: 3px !default;
101074
101177
  @if $skin-name != 'bootstrap5' {
101075
101178
  color: $pv-comment-text-color;
101076
101179
  }
101077
- @if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI') {
101180
+ @if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' or $skin-name == 'Material3') {
101078
101181
  color: $icon-color;
101079
101182
  }
101080
101183
  }
@@ -101082,6 +101185,7 @@ $pv-eye-icon-margin-top: 3px !default;
101082
101185
  .e-pv-comments-panel-text {
101083
101186
  font-size: 15px;
101084
101187
  padding-left: 85px;
101188
+ color: rgba(var(--color-sf-on-surface-variant));
101085
101189
  }
101086
101190
 
101087
101191
  .e-pv-comments-content-container {
@@ -102558,7 +102662,7 @@ $pv-eye-icon-margin-top: 3px !default;
102558
102662
  }
102559
102663
 
102560
102664
  .e-bigger .e-pv-signature-dialog-height {
102561
- @if ($skin-name == 'FluentUI' $skin-name == 'Material3') {
102665
+ @if ($skin-name == 'FluentUI') {
102562
102666
  min-height: 592px;
102563
102667
  }
102564
102668
  }
@@ -105478,6 +105582,9 @@ $field-list-adaptive-outerdiv-height: 179px !default;
105478
105582
  @if ($skin-name == 'FluentUI') {
105479
105583
  border-top: 0;
105480
105584
  }
105585
+ @if ($skin-name == 'fabric') or ($skin-name == 'fabric-dark') or ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') {
105586
+ padding: $field-list-editor-dialog-footer-padding;
105587
+ }
105481
105588
  }
105482
105589
 
105483
105590
  .e-dlg-content {
@@ -105626,15 +105733,6 @@ $field-list-adaptive-outerdiv-height: 179px !default;
105626
105733
  padding: 9px 10px;
105627
105734
  }
105628
105735
 
105629
- .e-text-content {
105630
- .e-list-text {
105631
- line-height: 1.5em;
105632
- // @if ($field-list-skin == 'bootstrap4') {
105633
- // line-height: 0;
105634
- // }
105635
- }
105636
- }
105637
-
105638
105736
  &.e-drag-restrict {
105639
105737
  .e-no-drop {
105640
105738
  &::before {
@@ -109623,12 +109721,15 @@ $pivotpager-single-size-title-padding: 8px !default;
109623
109721
  .e-pivotcell-container {
109624
109722
  align-items: center;
109625
109723
  display: flex;
109724
+ max-height: inherit;
109626
109725
 
109627
109726
  .e-stackedheadertext,
109628
109727
  .e-headertext {
109629
109728
  &.e-cellvalue {
109729
+ align-self: stretch;
109630
109730
  overflow: hidden;
109631
109731
  text-overflow: ellipsis;
109732
+ width: 100%;
109632
109733
  }
109633
109734
  }
109634
109735
 
@@ -109932,6 +110033,7 @@ $pivotpager-single-size-title-padding: 8px !default;
109932
110033
  font-size: 20px;
109933
110034
  text-align: center;
109934
110035
  padding: 10%;
110036
+ pointer-events: none;
109935
110037
 
109936
110038
  &.e-hide-loader {
109937
110039
  display: none;
@@ -110374,6 +110476,13 @@ $pivotpager-single-size-title-padding: 8px !default;
110374
110476
  width: 100%;
110375
110477
  }
110376
110478
 
110479
+ th.e-group-row .e-axis-row {
110480
+ display: inline-block;
110481
+ height: 100%;
110482
+ vertical-align: top;
110483
+ width: 100%;
110484
+ }
110485
+
110377
110486
  /* stylelint-disable */
110378
110487
  .e-group-row {
110379
110488
  padding: 0 !important;
@@ -110582,7 +110691,10 @@ $pivotpager-single-size-title-padding: 8px !default;
110582
110691
  th .e-expand,
110583
110692
  th .e-collapse {
110584
110693
  font-size: $pivotgrid-expcoldiv-fontsize !important;
110585
- margin-left: 0px;
110694
+ margin-left: 0;
110695
+ @if ($skin-name == 'bootstrap4') {
110696
+ display: flex;
110697
+ }
110586
110698
  }
110587
110699
 
110588
110700
  /* stylelint-enable */
@@ -118927,6 +119039,12 @@ $image-editor-drop-border: 2px dashed $icon-color !default;
118927
119039
  position: absolute;
118928
119040
  font-size: 14px;
118929
119041
  }
119042
+
119043
+ & .e-ie-min-drop-content {
119044
+ left: calc(50% - 120px);
119045
+ top: 50%;
119046
+ font-size: 14px;
119047
+ }
118930
119048
  }
118931
119049
 
118932
119050
  & .e-toolbar {
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@syncfusion/blazor-themes","version":"23.1.36","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"}}
1
+ {"name":"@syncfusion/blazor-themes","version":"23.1.39","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"}}