@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
@@ -55369,7 +55369,10 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
55369
55369
  display: inline-block;
55370
55370
  line-height: $treeview-text-height;
55371
55371
  margin: $treeview-text-margin;
55372
- @if $skin-name != 'bootstrap4' {
55372
+ @if $skin-name == 'Material3' {
55373
+ min-height: $treeview-item-height;
55374
+ }
55375
+ @else if $skin-name != 'bootstrap4' {
55373
55376
  min-height: $treeview-text-height;
55374
55377
  }
55375
55378
  @else if $skin-name == 'bootstrap4' {
@@ -59684,6 +59687,8 @@ $ddl-closer-margin-top-bigger: -1.62em !default;
59684
59687
  $ddl-icon-margin-top: -1.3em !default;
59685
59688
  $ddl-clear-margin-top: -2em !default;
59686
59689
  $ddl-icon-margin-top-bigger: -1.3em !default;
59690
+ $ddl-small-ddl-icon-top: -1.3em !default;
59691
+ $ddl-bigger-small-ddl-icon-top: -1.3em !default;
59687
59692
  $ddl-chip-mobile-radius: 2px !default;
59688
59693
  $ddl-chip-sel-mobile-height: 40px !default;
59689
59694
  $ddl-chip-selected-padding: 12px 4px 11px 0 !default;
@@ -60041,7 +60046,8 @@ $ddl-close-icon-hover-color: $icon-color-hover !default;
60041
60046
  }
60042
60047
  }
60043
60048
 
60044
- .e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
60049
+ .e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
60050
+ .e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
60045
60051
  @if $ddl-multiselect-skin-name != 'Material3' {
60046
60052
  margin-top: $ddl-icon-margin-top-bigger;
60047
60053
  }
@@ -61073,6 +61079,11 @@ ejs-multiselect {
61073
61079
  }
61074
61080
  }
61075
61081
 
61082
+ .e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
61083
+ .e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
61084
+ margin-top: $ddl-small-ddl-icon-top;
61085
+ }
61086
+
61076
61087
  .e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker {
61077
61088
  @if ddl-multiselect-skin-name == 'Material3' {
61078
61089
  height: $ddl-small-clear-icon-height;
@@ -61104,6 +61115,11 @@ ejs-multiselect {
61104
61115
  }
61105
61116
  }
61106
61117
 
61118
+ .e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
61119
+ .e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
61120
+ margin-top: $ddl-bigger-small-ddl-icon-top;
61121
+ }
61122
+
61107
61123
  .e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
61108
61124
  height: $ddl-bigger-small-chip-close-square;
61109
61125
  width: $ddl-bigger-small-chip-close-width;
@@ -62751,10 +62767,8 @@ $listbox-template-multiline-header-font-size: $text-sm !default;
62751
62767
  $listbox-template-multiline-padding: 4px !default;
62752
62768
  $listbox-template-multiline-content-font-size: $text-sm !default;
62753
62769
  $listbox-template-multiline-avatar-top: 0 !default;
62754
- $listbox-filter-height: calc(100% - 49px) !default;
62755
62770
  $listbox-filter-small-height: calc(100% - 45px) !default;
62756
62771
  $listbox-filter-bigger-small-height: calc(100% - 53px) !default;
62757
- $listbox-filter-bigger-height: calc(100% - 57px) !default;
62758
62772
 
62759
62773
  $listbox-border-color: $border-light;
62760
62774
  $badge-color: $primary-text-color !default;
@@ -62793,10 +62807,14 @@ $listbox-template-multiline-header-color: $content-text-color !default;
62793
62807
  $listbox-template-multiline-content-color: $content-text-color-alt2 !default;
62794
62808
  $listbox-select-height: calc(100% - 38px) !default;
62795
62809
  $listbox-select-bigger-height: calc(100% - 48px) !default;
62796
- $listbox-filterselect-height: calc(100% - 76px) !default;
62797
- $listbox-filterselect-bigger-height: calc(100% - 94px) !default;
62798
- $listbox-filter-height: calc(100% - 38px) !default;
62799
- $listbox-filter-bigger-height: calc(100% - 46px) !default;
62810
+ $listbox-filterselect-height: calc(100% - 38px) !default;
62811
+ $listbox-filterselect-bigger-height: calc(100% - 47px) !default;
62812
+ $listbox-mat-filter-height: calc(100% - 50px) !default;
62813
+ $listbox-mat-filter-bigger-height: calc(100% - 58px) !default;
62814
+ $listbox-filter-height: calc(100% - 50px) !default;
62815
+ $listbox-filter-bigger-height: calc(100% - 58px) !default;
62816
+ $listbox-ej2-filterselect-height: calc(100% - 87.5px) !default;
62817
+ $listbox-ej2-filterselect-bigger-height: calc(100% - 106px) !default;
62800
62818
 
62801
62819
  @include export-module('listbox-layout') {
62802
62820
  /* stylelint-disable property-no-vendor-prefix */
@@ -63345,27 +63363,64 @@ $listbox-filter-bigger-height: calc(100% - 46px) !default;
63345
63363
  @include export-module('listbox-theme') {
63346
63364
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
63347
63365
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
63348
- height: $listbox-filter-small-height;
63366
+ height: $listbox-filter-small-height !important; /* stylelint-disable-line declaration-no-important */
63367
+ }
63368
+
63369
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
63370
+ height: $listbox-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
63371
+ }
63372
+ .e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
63373
+ height: $listbox-mat-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
63349
63374
  }
63350
63375
 
63351
- .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
63352
63376
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
63353
- height: $listbox-filter-bigger-height;
63377
+ height: 100%;
63354
63378
  }
63355
63379
 
63356
63380
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
63357
63381
  .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
63358
- height: $listbox-filterselect-bigger-height;
63382
+ height: $listbox-filterselect-bigger-height !important; /* stylelint-disable-line declaration-no-important */
63383
+ }
63384
+
63385
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
63386
+ height: $listbox-filterselect-bigger-height !important; /* stylelint-disable-line declaration-no-important */
63387
+ }
63388
+
63389
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
63390
+ height: $listbox-filter-height !important; /* stylelint-disable-line declaration-no-important */
63391
+ }
63392
+
63393
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
63394
+ height: $listbox-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
63395
+ }
63396
+ .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
63397
+ height: 100%;
63359
63398
  }
63360
63399
 
63361
63400
  .e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
63401
+ .e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
63402
+ height: $listbox-select-bigger-height !important; /* stylelint-disable-line declaration-no-important */
63403
+ }
63404
+
63362
63405
  .e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
63363
- height: $listbox-select-bigger-height;
63406
+ height: 100%;
63364
63407
  }
63365
63408
 
63366
63409
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
63410
+ .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
63411
+ height: $listbox-filter-bigger-small-height !important; /* stylelint-disable-line declaration-no-important */
63412
+ }
63413
+
63414
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
63415
+ height: $listbox-ej2-filterselect-height !important;/* stylelint-disable-line declaration-no-important */
63416
+ }
63417
+
63418
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
63419
+ height: $listbox-ej2-filterselect-bigger-height !important;/* stylelint-disable-line declaration-no-important */
63420
+ }
63421
+
63367
63422
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
63368
- height: $listbox-filter-bigger-small-height;
63423
+ height: 100%;
63369
63424
  }
63370
63425
 
63371
63426
  .e-listbox-wrapper,
@@ -63406,7 +63461,7 @@ $listbox-filter-bigger-height: calc(100% - 46px) !default;
63406
63461
  }
63407
63462
 
63408
63463
  &.e-filter-list .e-selectall-parent + .e-list-parent {
63409
- height: $listbox-filterselect-height;
63464
+ height: $listbox-filterselect-height !important; /* stylelint-disable-line declaration-no-important */
63410
63465
  }
63411
63466
 
63412
63467
  & .e-selectall-parent + .e-list-parent {
@@ -63658,6 +63713,34 @@ $listbox-filter-bigger-height: calc(100% - 46px) !default;
63658
63713
  }
63659
63714
  }
63660
63715
  }
63716
+
63717
+ .e-listbox-container {
63718
+ @at-root {
63719
+ &.e-filter-list .e-list-parent {
63720
+ height: 100%;
63721
+ }
63722
+
63723
+ &.e-filter-list .e-selectall-parent + .e-list-parent {
63724
+ height: 100%;
63725
+ }
63726
+
63727
+ & .e-selectall-parent + .e-list-parent {
63728
+ height: 100%;
63729
+ }
63730
+
63731
+ &.e-filter-list .e-list-wrap {
63732
+ height: $listbox-mat-filter-height !important; /* stylelint-disable-line declaration-no-important */
63733
+ }
63734
+
63735
+ &.e-filter-list .e-selectall-parent + .e-list-wrap {
63736
+ height: $listbox-filterselect-height !important; /* stylelint-disable-line declaration-no-important */
63737
+ }
63738
+
63739
+ & .e-selectall-parent + .e-list-wrap {
63740
+ height: $listbox-select-height !important; /* stylelint-disable-line declaration-no-important */
63741
+ }
63742
+ }
63743
+ }
63661
63744
  }
63662
63745
 
63663
63746
 
@@ -77107,6 +77190,11 @@ $grid-dropitems-count-margin-left: -8px !default;
77107
77190
  overflow: visible;
77108
77191
  }
77109
77192
 
77193
+ .e-headercell.e-templatecell .e-headercelldiv {
77194
+ height: auto;
77195
+ min-height: $grid-header-height;
77196
+ }
77197
+
77110
77198
  .e-gridheader .e-headercontent .e-rightalign .e-headercelldiv.e-headerchkcelldiv {
77111
77199
  padding: 0 .6em;
77112
77200
  }
@@ -81258,6 +81346,10 @@ $grid-dropitems-count-margin-left: -8px !default;
81258
81346
  cursor: move;
81259
81347
  }
81260
81348
 
81349
+ & .e-notallowedcur .e-row:hover .e-rowdragdrop {
81350
+ cursor: not-allowed;
81351
+ }
81352
+
81261
81353
  .e-sortnumber {
81262
81354
  @if $grid-skin == 'material3' {
81263
81355
  background: $grid-sortnumber-bg-color;
@@ -88852,7 +88944,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
88852
88944
 
88853
88945
  .e-rte-emojipicker-group .e-rte-emojipickerbtn-group {
88854
88946
  display: grid;
88855
- grid-template-columns: repeat(6, 1fr);
88947
+ grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
88856
88948
  gap: 6px;
88857
88949
 
88858
88950
  .e-btn.e-control {
@@ -88869,7 +88961,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
88869
88961
 
88870
88962
  .e-rte-emojisearch-btn {
88871
88963
  display: grid;
88872
- grid-template-columns: repeat(6, 1fr);
88964
+ grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
88873
88965
  gap: 6px;
88874
88966
  height: 0;
88875
88967
 
@@ -101045,6 +101137,22 @@ $pv-eye-icon-margin-top: 3px !default;
101045
101137
  text-align: left;
101046
101138
  }
101047
101139
 
101140
+ .e-pv-mobile-comments-container .e-pv-comment-panel-title {
101141
+ @if $skin-name == 'Material3' {
101142
+ background: $content-bg-color-alt2;
101143
+ border: $border-light;
101144
+ border-width: 0 0 1px 1px;
101145
+ font-size: $text-base;
101146
+ font-weight: $pv-comment-tile-font-weight;
101147
+ line-height: 16px;
101148
+ padding: 0;
101149
+ left: 15px;
101150
+ top: 14px;
101151
+ position: absolute;
101152
+ text-align: left;
101153
+ }
101154
+ }
101155
+
101048
101156
  .e-pv-comment-panel-title-close-div.e-btn {
101049
101157
  background: $pv-title-close-background;
101050
101158
  border: $pv-title-close-border;
@@ -101054,17 +101162,12 @@ $pv-eye-icon-margin-top: 3px !default;
101054
101162
  }
101055
101163
  height: $pv-title-close-height;
101056
101164
  position: $pv-title-close-position;
101057
- @if $skin-name != 'Material3' {
101058
- right: 11px;
101059
- top: 5px;
101060
- }
101165
+ right: 11px;
101166
+ top: 5px;
101061
101167
  width: $pv-title-close-width;
101062
101168
  @if $skin-name == 'FluentUI' {
101063
101169
  padding: 4px;
101064
101170
  }
101065
- @if $skin-name == 'Material3' {
101066
- padding: 12px 12px 12px 270px;
101067
- }
101068
101171
  }
101069
101172
 
101070
101173
  @if $skin-name == 'Material3' {
@@ -101077,7 +101180,7 @@ $pv-eye-icon-margin-top: 3px !default;
101077
101180
  @if $skin-name != 'bootstrap5' {
101078
101181
  color: $pv-comment-text-color;
101079
101182
  }
101080
- @if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI') {
101183
+ @if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' or $skin-name == 'Material3') {
101081
101184
  color: $icon-color;
101082
101185
  }
101083
101186
  }
@@ -101085,6 +101188,7 @@ $pv-eye-icon-margin-top: 3px !default;
101085
101188
  .e-pv-comments-panel-text {
101086
101189
  font-size: 15px;
101087
101190
  padding-left: 85px;
101191
+ color: rgba(var(--color-sf-on-surface-variant));
101088
101192
  }
101089
101193
 
101090
101194
  .e-pv-comments-content-container {
@@ -102561,7 +102665,7 @@ $pv-eye-icon-margin-top: 3px !default;
102561
102665
  }
102562
102666
 
102563
102667
  .e-bigger .e-pv-signature-dialog-height {
102564
- @if ($skin-name == 'FluentUI' $skin-name == 'Material3') {
102668
+ @if ($skin-name == 'FluentUI') {
102565
102669
  min-height: 592px;
102566
102670
  }
102567
102671
  }
@@ -105481,6 +105585,9 @@ $field-list-adaptive-outerdiv-height: 179px !default;
105481
105585
  @if ($skin-name == 'FluentUI') {
105482
105586
  border-top: 0;
105483
105587
  }
105588
+ @if ($skin-name == 'fabric') or ($skin-name == 'fabric-dark') or ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') {
105589
+ padding: $field-list-editor-dialog-footer-padding;
105590
+ }
105484
105591
  }
105485
105592
 
105486
105593
  .e-dlg-content {
@@ -105629,15 +105736,6 @@ $field-list-adaptive-outerdiv-height: 179px !default;
105629
105736
  padding: 9px 10px;
105630
105737
  }
105631
105738
 
105632
- .e-text-content {
105633
- .e-list-text {
105634
- line-height: 1.5em;
105635
- // @if ($field-list-skin == 'bootstrap4') {
105636
- // line-height: 0;
105637
- // }
105638
- }
105639
- }
105640
-
105641
105739
  &.e-drag-restrict {
105642
105740
  .e-no-drop {
105643
105741
  &::before {
@@ -109626,12 +109724,15 @@ $pivotpager-single-size-title-padding: 8px !default;
109626
109724
  .e-pivotcell-container {
109627
109725
  align-items: center;
109628
109726
  display: flex;
109727
+ max-height: inherit;
109629
109728
 
109630
109729
  .e-stackedheadertext,
109631
109730
  .e-headertext {
109632
109731
  &.e-cellvalue {
109732
+ align-self: stretch;
109633
109733
  overflow: hidden;
109634
109734
  text-overflow: ellipsis;
109735
+ width: 100%;
109635
109736
  }
109636
109737
  }
109637
109738
 
@@ -109935,6 +110036,7 @@ $pivotpager-single-size-title-padding: 8px !default;
109935
110036
  font-size: 20px;
109936
110037
  text-align: center;
109937
110038
  padding: 10%;
110039
+ pointer-events: none;
109938
110040
 
109939
110041
  &.e-hide-loader {
109940
110042
  display: none;
@@ -110377,6 +110479,13 @@ $pivotpager-single-size-title-padding: 8px !default;
110377
110479
  width: 100%;
110378
110480
  }
110379
110481
 
110482
+ th.e-group-row .e-axis-row {
110483
+ display: inline-block;
110484
+ height: 100%;
110485
+ vertical-align: top;
110486
+ width: 100%;
110487
+ }
110488
+
110380
110489
  /* stylelint-disable */
110381
110490
  .e-group-row {
110382
110491
  padding: 0 !important;
@@ -110585,7 +110694,10 @@ $pivotpager-single-size-title-padding: 8px !default;
110585
110694
  th .e-expand,
110586
110695
  th .e-collapse {
110587
110696
  font-size: $pivotgrid-expcoldiv-fontsize !important;
110588
- margin-left: 0px;
110697
+ margin-left: 0;
110698
+ @if ($skin-name == 'bootstrap4') {
110699
+ display: flex;
110700
+ }
110589
110701
  }
110590
110702
 
110591
110703
  /* stylelint-enable */
@@ -118930,6 +119042,12 @@ $image-editor-drop-border: 2px dashed $icon-color !default;
118930
119042
  position: absolute;
118931
119043
  font-size: 14px;
118932
119044
  }
119045
+
119046
+ & .e-ie-min-drop-content {
119047
+ left: calc(50% - 120px);
119048
+ top: 50%;
119049
+ font-size: 14px;
119050
+ }
118933
119051
  }
118934
119052
 
118935
119053
  & .e-toolbar {