@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
@@ -3926,6 +3926,22 @@ $pv-eye-icon-margin-top: 3px !default;
3926
3926
  text-align: left;
3927
3927
  }
3928
3928
 
3929
+ .e-pv-mobile-comments-container .e-pv-comment-panel-title {
3930
+ @if $skin-name == 'Material3' {
3931
+ background: $content-bg-color-alt2;
3932
+ border: $border-light;
3933
+ border-width: 0 0 1px 1px;
3934
+ font-size: $text-base;
3935
+ font-weight: $pv-comment-tile-font-weight;
3936
+ line-height: 16px;
3937
+ padding: 0;
3938
+ left: 15px;
3939
+ top: 14px;
3940
+ position: absolute;
3941
+ text-align: left;
3942
+ }
3943
+ }
3944
+
3929
3945
  .e-pv-comment-panel-title-close-div.e-btn {
3930
3946
  background: $pv-title-close-background;
3931
3947
  border: $pv-title-close-border;
@@ -3935,17 +3951,12 @@ $pv-eye-icon-margin-top: 3px !default;
3935
3951
  }
3936
3952
  height: $pv-title-close-height;
3937
3953
  position: $pv-title-close-position;
3938
- @if $skin-name != 'Material3' {
3939
- right: 11px;
3940
- top: 5px;
3941
- }
3954
+ right: 11px;
3955
+ top: 5px;
3942
3956
  width: $pv-title-close-width;
3943
3957
  @if $skin-name == 'FluentUI' {
3944
3958
  padding: 4px;
3945
3959
  }
3946
- @if $skin-name == 'Material3' {
3947
- padding: 12px 12px 12px 270px;
3948
- }
3949
3960
  }
3950
3961
 
3951
3962
  @if $skin-name == 'Material3' {
@@ -3958,7 +3969,7 @@ $pv-eye-icon-margin-top: 3px !default;
3958
3969
  @if $skin-name != 'bootstrap5' {
3959
3970
  color: $pv-comment-text-color;
3960
3971
  }
3961
- @if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI') {
3972
+ @if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' or $skin-name == 'Material3') {
3962
3973
  color: $icon-color;
3963
3974
  }
3964
3975
  }
@@ -3966,6 +3977,7 @@ $pv-eye-icon-margin-top: 3px !default;
3966
3977
  .e-pv-comments-panel-text {
3967
3978
  font-size: 15px;
3968
3979
  padding-left: 85px;
3980
+ color: rgba(var(--color-sf-on-surface-variant));
3969
3981
  }
3970
3982
 
3971
3983
  .e-pv-comments-content-container {
@@ -5442,7 +5454,7 @@ $pv-eye-icon-margin-top: 3px !default;
5442
5454
  }
5443
5455
 
5444
5456
  .e-bigger .e-pv-signature-dialog-height {
5445
- @if ($skin-name == 'FluentUI' $skin-name == 'Material3') {
5457
+ @if ($skin-name == 'FluentUI') {
5446
5458
  min-height: 592px;
5447
5459
  }
5448
5460
  }
@@ -3932,6 +3932,22 @@ $pv-search-btn-width-big: 32px !default;
3932
3932
  text-align: left;
3933
3933
  }
3934
3934
 
3935
+ .e-pv-mobile-comments-container .e-pv-comment-panel-title {
3936
+ @if $skin-name == 'Material3' {
3937
+ background: $content-bg-color-alt2;
3938
+ border: $border-light;
3939
+ border-width: 0 0 1px 1px;
3940
+ font-size: $text-base;
3941
+ font-weight: $pv-comment-tile-font-weight;
3942
+ line-height: 16px;
3943
+ padding: 0;
3944
+ left: 15px;
3945
+ top: 14px;
3946
+ position: absolute;
3947
+ text-align: left;
3948
+ }
3949
+ }
3950
+
3935
3951
  .e-pv-comment-panel-title-close-div.e-btn {
3936
3952
  background: $pv-title-close-background;
3937
3953
  border: $pv-title-close-border;
@@ -3941,17 +3957,12 @@ $pv-search-btn-width-big: 32px !default;
3941
3957
  }
3942
3958
  height: $pv-title-close-height;
3943
3959
  position: $pv-title-close-position;
3944
- @if $skin-name != 'Material3' {
3945
- right: 11px;
3946
- top: 5px;
3947
- }
3960
+ right: 11px;
3961
+ top: 5px;
3948
3962
  width: $pv-title-close-width;
3949
3963
  @if $skin-name == 'FluentUI' {
3950
3964
  padding: 4px;
3951
3965
  }
3952
- @if $skin-name == 'Material3' {
3953
- padding: 12px 12px 12px 270px;
3954
- }
3955
3966
  }
3956
3967
 
3957
3968
  @if $skin-name == 'Material3' {
@@ -3964,7 +3975,7 @@ $pv-search-btn-width-big: 32px !default;
3964
3975
  @if $skin-name != 'bootstrap5' {
3965
3976
  color: $pv-comment-text-color;
3966
3977
  }
3967
- @if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI') {
3978
+ @if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' or $skin-name == 'Material3') {
3968
3979
  color: $icon-color;
3969
3980
  }
3970
3981
  }
@@ -3972,6 +3983,7 @@ $pv-search-btn-width-big: 32px !default;
3972
3983
  .e-pv-comments-panel-text {
3973
3984
  font-size: 15px;
3974
3985
  padding-left: 85px;
3986
+ color: rgba(var(--color-sf-on-surface-variant));
3975
3987
  }
3976
3988
 
3977
3989
  .e-pv-comments-content-container {
@@ -5448,7 +5460,7 @@ $pv-search-btn-width-big: 32px !default;
5448
5460
  }
5449
5461
 
5450
5462
  .e-bigger .e-pv-signature-dialog-height {
5451
- @if ($skin-name == 'FluentUI' $skin-name == 'Material3') {
5463
+ @if ($skin-name == 'FluentUI') {
5452
5464
  min-height: 592px;
5453
5465
  }
5454
5466
  }
@@ -5617,6 +5629,7 @@ $pv-search-btn-width-big: 32px !default;
5617
5629
  .e-pv-title-close-icon::before,
5618
5630
  .e-pv-annotation-tools-close-icon::before,
5619
5631
  .e-pv-annotation-popup-close::before {
5632
+ color: $pv-icon-color;
5620
5633
  content: '\e7e7';
5621
5634
  }
5622
5635
 
@@ -3932,6 +3932,22 @@ $pv-search-btn-width-big: 32px !default;
3932
3932
  text-align: left;
3933
3933
  }
3934
3934
 
3935
+ .e-pv-mobile-comments-container .e-pv-comment-panel-title {
3936
+ @if $skin-name == 'Material3' {
3937
+ background: $content-bg-color-alt2;
3938
+ border: $border-light;
3939
+ border-width: 0 0 1px 1px;
3940
+ font-size: $text-base;
3941
+ font-weight: $pv-comment-tile-font-weight;
3942
+ line-height: 16px;
3943
+ padding: 0;
3944
+ left: 15px;
3945
+ top: 14px;
3946
+ position: absolute;
3947
+ text-align: left;
3948
+ }
3949
+ }
3950
+
3935
3951
  .e-pv-comment-panel-title-close-div.e-btn {
3936
3952
  background: $pv-title-close-background;
3937
3953
  border: $pv-title-close-border;
@@ -3941,17 +3957,12 @@ $pv-search-btn-width-big: 32px !default;
3941
3957
  }
3942
3958
  height: $pv-title-close-height;
3943
3959
  position: $pv-title-close-position;
3944
- @if $skin-name != 'Material3' {
3945
- right: 11px;
3946
- top: 5px;
3947
- }
3960
+ right: 11px;
3961
+ top: 5px;
3948
3962
  width: $pv-title-close-width;
3949
3963
  @if $skin-name == 'FluentUI' {
3950
3964
  padding: 4px;
3951
3965
  }
3952
- @if $skin-name == 'Material3' {
3953
- padding: 12px 12px 12px 270px;
3954
- }
3955
3966
  }
3956
3967
 
3957
3968
  @if $skin-name == 'Material3' {
@@ -3964,7 +3975,7 @@ $pv-search-btn-width-big: 32px !default;
3964
3975
  @if $skin-name != 'bootstrap5' {
3965
3976
  color: $pv-comment-text-color;
3966
3977
  }
3967
- @if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI') {
3978
+ @if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' or $skin-name == 'Material3') {
3968
3979
  color: $icon-color;
3969
3980
  }
3970
3981
  }
@@ -3972,6 +3983,7 @@ $pv-search-btn-width-big: 32px !default;
3972
3983
  .e-pv-comments-panel-text {
3973
3984
  font-size: 15px;
3974
3985
  padding-left: 85px;
3986
+ color: rgba(var(--color-sf-on-surface-variant));
3975
3987
  }
3976
3988
 
3977
3989
  .e-pv-comments-content-container {
@@ -5448,7 +5460,7 @@ $pv-search-btn-width-big: 32px !default;
5448
5460
  }
5449
5461
 
5450
5462
  .e-bigger .e-pv-signature-dialog-height {
5451
- @if ($skin-name == 'FluentUI' $skin-name == 'Material3') {
5463
+ @if ($skin-name == 'FluentUI') {
5452
5464
  min-height: 592px;
5453
5465
  }
5454
5466
  }
@@ -5617,6 +5629,7 @@ $pv-search-btn-width-big: 32px !default;
5617
5629
  .e-pv-title-close-icon::before,
5618
5630
  .e-pv-annotation-tools-close-icon::before,
5619
5631
  .e-pv-annotation-popup-close::before {
5632
+ color: $pv-icon-color;
5620
5633
  content: '\e7e7';
5621
5634
  }
5622
5635
 
@@ -3933,6 +3933,22 @@ $pv-eye-icon-margin-top: 3px !default;
3933
3933
  text-align: left;
3934
3934
  }
3935
3935
 
3936
+ .e-pv-mobile-comments-container .e-pv-comment-panel-title {
3937
+ @if $skin-name == 'Material3' {
3938
+ background: $content-bg-color-alt2;
3939
+ border: $border-light;
3940
+ border-width: 0 0 1px 1px;
3941
+ font-size: $text-base;
3942
+ font-weight: $pv-comment-tile-font-weight;
3943
+ line-height: 16px;
3944
+ padding: 0;
3945
+ left: 15px;
3946
+ top: 14px;
3947
+ position: absolute;
3948
+ text-align: left;
3949
+ }
3950
+ }
3951
+
3936
3952
  .e-pv-comment-panel-title-close-div.e-btn {
3937
3953
  background: $pv-title-close-background;
3938
3954
  border: $pv-title-close-border;
@@ -3942,17 +3958,12 @@ $pv-eye-icon-margin-top: 3px !default;
3942
3958
  }
3943
3959
  height: $pv-title-close-height;
3944
3960
  position: $pv-title-close-position;
3945
- @if $skin-name != 'Material3' {
3946
- right: 11px;
3947
- top: 5px;
3948
- }
3961
+ right: 11px;
3962
+ top: 5px;
3949
3963
  width: $pv-title-close-width;
3950
3964
  @if $skin-name == 'FluentUI' {
3951
3965
  padding: 4px;
3952
3966
  }
3953
- @if $skin-name == 'Material3' {
3954
- padding: 12px 12px 12px 270px;
3955
- }
3956
3967
  }
3957
3968
 
3958
3969
  @if $skin-name == 'Material3' {
@@ -3965,7 +3976,7 @@ $pv-eye-icon-margin-top: 3px !default;
3965
3976
  @if $skin-name != 'bootstrap5' {
3966
3977
  color: $pv-comment-text-color;
3967
3978
  }
3968
- @if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI') {
3979
+ @if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' or $skin-name == 'Material3') {
3969
3980
  color: $icon-color;
3970
3981
  }
3971
3982
  }
@@ -3973,6 +3984,7 @@ $pv-eye-icon-margin-top: 3px !default;
3973
3984
  .e-pv-comments-panel-text {
3974
3985
  font-size: 15px;
3975
3986
  padding-left: 85px;
3987
+ color: rgba(var(--color-sf-on-surface-variant));
3976
3988
  }
3977
3989
 
3978
3990
  .e-pv-comments-content-container {
@@ -5449,7 +5461,7 @@ $pv-eye-icon-margin-top: 3px !default;
5449
5461
  }
5450
5462
 
5451
5463
  .e-bigger .e-pv-signature-dialog-height {
5452
- @if ($skin-name == 'FluentUI' $skin-name == 'Material3') {
5464
+ @if ($skin-name == 'FluentUI') {
5453
5465
  min-height: 592px;
5454
5466
  }
5455
5467
  }
@@ -3933,6 +3933,22 @@ $pv-eye-icon-margin-top: 3px !default;
3933
3933
  text-align: left;
3934
3934
  }
3935
3935
 
3936
+ .e-pv-mobile-comments-container .e-pv-comment-panel-title {
3937
+ @if $skin-name == 'Material3' {
3938
+ background: $content-bg-color-alt2;
3939
+ border: $border-light;
3940
+ border-width: 0 0 1px 1px;
3941
+ font-size: $text-base;
3942
+ font-weight: $pv-comment-tile-font-weight;
3943
+ line-height: 16px;
3944
+ padding: 0;
3945
+ left: 15px;
3946
+ top: 14px;
3947
+ position: absolute;
3948
+ text-align: left;
3949
+ }
3950
+ }
3951
+
3936
3952
  .e-pv-comment-panel-title-close-div.e-btn {
3937
3953
  background: $pv-title-close-background;
3938
3954
  border: $pv-title-close-border;
@@ -3942,17 +3958,12 @@ $pv-eye-icon-margin-top: 3px !default;
3942
3958
  }
3943
3959
  height: $pv-title-close-height;
3944
3960
  position: $pv-title-close-position;
3945
- @if $skin-name != 'Material3' {
3946
- right: 11px;
3947
- top: 5px;
3948
- }
3961
+ right: 11px;
3962
+ top: 5px;
3949
3963
  width: $pv-title-close-width;
3950
3964
  @if $skin-name == 'FluentUI' {
3951
3965
  padding: 4px;
3952
3966
  }
3953
- @if $skin-name == 'Material3' {
3954
- padding: 12px 12px 12px 270px;
3955
- }
3956
3967
  }
3957
3968
 
3958
3969
  @if $skin-name == 'Material3' {
@@ -3965,7 +3976,7 @@ $pv-eye-icon-margin-top: 3px !default;
3965
3976
  @if $skin-name != 'bootstrap5' {
3966
3977
  color: $pv-comment-text-color;
3967
3978
  }
3968
- @if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI') {
3979
+ @if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' or $skin-name == 'Material3') {
3969
3980
  color: $icon-color;
3970
3981
  }
3971
3982
  }
@@ -3973,6 +3984,7 @@ $pv-eye-icon-margin-top: 3px !default;
3973
3984
  .e-pv-comments-panel-text {
3974
3985
  font-size: 15px;
3975
3986
  padding-left: 85px;
3987
+ color: rgba(var(--color-sf-on-surface-variant));
3976
3988
  }
3977
3989
 
3978
3990
  .e-pv-comments-content-container {
@@ -5449,7 +5461,7 @@ $pv-eye-icon-margin-top: 3px !default;
5449
5461
  }
5450
5462
 
5451
5463
  .e-bigger .e-pv-signature-dialog-height {
5452
- @if ($skin-name == 'FluentUI' $skin-name == 'Material3') {
5464
+ @if ($skin-name == 'FluentUI') {
5453
5465
  min-height: 592px;
5454
5466
  }
5455
5467
  }
@@ -1833,6 +1833,9 @@ $olap-bigger-tree-outer-div-width: 325px !default;
1833
1833
  @if ($skin-name == 'FluentUI') {
1834
1834
  border-top: 0;
1835
1835
  }
1836
+ @if ($skin-name == 'fabric') or ($skin-name == 'fabric-dark') or ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') {
1837
+ padding: $field-list-editor-dialog-footer-padding;
1838
+ }
1836
1839
  }
1837
1840
 
1838
1841
  .e-dlg-content {
@@ -1981,15 +1984,6 @@ $olap-bigger-tree-outer-div-width: 325px !default;
1981
1984
  padding: 9px 10px;
1982
1985
  }
1983
1986
 
1984
- .e-text-content {
1985
- .e-list-text {
1986
- line-height: 1.5em;
1987
- // @if ($field-list-skin == 'bootstrap4') {
1988
- // line-height: 0;
1989
- // }
1990
- }
1991
- }
1992
-
1993
1987
  &.e-drag-restrict {
1994
1988
  .e-no-drop {
1995
1989
  &::before {
@@ -1815,6 +1815,9 @@ $field-list-adaptive-outerdiv-height: 176px !default;
1815
1815
  @if ($skin-name == 'FluentUI') {
1816
1816
  border-top: 0;
1817
1817
  }
1818
+ @if ($skin-name == 'fabric') or ($skin-name == 'fabric-dark') or ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') {
1819
+ padding: $field-list-editor-dialog-footer-padding;
1820
+ }
1818
1821
  }
1819
1822
 
1820
1823
  .e-dlg-content {
@@ -1963,15 +1966,6 @@ $field-list-adaptive-outerdiv-height: 176px !default;
1963
1966
  padding: 9px 10px;
1964
1967
  }
1965
1968
 
1966
- .e-text-content {
1967
- .e-list-text {
1968
- line-height: 1.5em;
1969
- // @if ($field-list-skin == 'bootstrap4') {
1970
- // line-height: 0;
1971
- // }
1972
- }
1973
- }
1974
-
1975
1969
  &.e-drag-restrict {
1976
1970
  .e-no-drop {
1977
1971
  &::before {
@@ -1815,6 +1815,9 @@ $field-list-adaptive-outerdiv-height: 177px !default;
1815
1815
  @if ($skin-name == 'FluentUI') {
1816
1816
  border-top: 0;
1817
1817
  }
1818
+ @if ($skin-name == 'fabric') or ($skin-name == 'fabric-dark') or ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') {
1819
+ padding: $field-list-editor-dialog-footer-padding;
1820
+ }
1818
1821
  }
1819
1822
 
1820
1823
  .e-dlg-content {
@@ -1963,15 +1966,6 @@ $field-list-adaptive-outerdiv-height: 177px !default;
1963
1966
  padding: 9px 10px;
1964
1967
  }
1965
1968
 
1966
- .e-text-content {
1967
- .e-list-text {
1968
- line-height: 1.5em;
1969
- // @if ($field-list-skin == 'bootstrap4') {
1970
- // line-height: 0;
1971
- // }
1972
- }
1973
- }
1974
-
1975
1969
  &.e-drag-restrict {
1976
1970
  .e-no-drop {
1977
1971
  &::before {
@@ -1819,6 +1819,9 @@ $field-list-adaptive-outerdiv-height: 187px !default;
1819
1819
  @if ($skin-name == 'FluentUI') {
1820
1820
  border-top: 0;
1821
1821
  }
1822
+ @if ($skin-name == 'fabric') or ($skin-name == 'fabric-dark') or ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') {
1823
+ padding: $field-list-editor-dialog-footer-padding;
1824
+ }
1822
1825
  }
1823
1826
 
1824
1827
  .e-dlg-content {
@@ -1967,15 +1970,6 @@ $field-list-adaptive-outerdiv-height: 187px !default;
1967
1970
  padding: 9px 10px;
1968
1971
  }
1969
1972
 
1970
- .e-text-content {
1971
- .e-list-text {
1972
- line-height: 1.5em;
1973
- // @if ($field-list-skin == 'bootstrap4') {
1974
- // line-height: 0;
1975
- // }
1976
- }
1977
- }
1978
-
1979
1973
  &.e-drag-restrict {
1980
1974
  .e-no-drop {
1981
1975
  &::before {
@@ -1819,6 +1819,9 @@ $field-list-adaptive-outerdiv-height: 187px !default;
1819
1819
  @if ($skin-name == 'FluentUI') {
1820
1820
  border-top: 0;
1821
1821
  }
1822
+ @if ($skin-name == 'fabric') or ($skin-name == 'fabric-dark') or ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') {
1823
+ padding: $field-list-editor-dialog-footer-padding;
1824
+ }
1822
1825
  }
1823
1826
 
1824
1827
  .e-dlg-content {
@@ -1967,15 +1970,6 @@ $field-list-adaptive-outerdiv-height: 187px !default;
1967
1970
  padding: 9px 10px;
1968
1971
  }
1969
1972
 
1970
- .e-text-content {
1971
- .e-list-text {
1972
- line-height: 1.5em;
1973
- // @if ($field-list-skin == 'bootstrap4') {
1974
- // line-height: 0;
1975
- // }
1976
- }
1977
- }
1978
-
1979
1973
  &.e-drag-restrict {
1980
1974
  .e-no-drop {
1981
1975
  &::before {
@@ -1821,6 +1821,9 @@ $olap-bigger-tree-outer-div-width: 325px !default;
1821
1821
  @if ($skin-name == 'FluentUI') {
1822
1822
  border-top: 0;
1823
1823
  }
1824
+ @if ($skin-name == 'fabric') or ($skin-name == 'fabric-dark') or ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') {
1825
+ padding: $field-list-editor-dialog-footer-padding;
1826
+ }
1824
1827
  }
1825
1828
 
1826
1829
  .e-dlg-content {
@@ -1969,15 +1972,6 @@ $olap-bigger-tree-outer-div-width: 325px !default;
1969
1972
  padding: 9px 10px;
1970
1973
  }
1971
1974
 
1972
- .e-text-content {
1973
- .e-list-text {
1974
- line-height: 1.5em;
1975
- // @if ($field-list-skin == 'bootstrap4') {
1976
- // line-height: 0;
1977
- // }
1978
- }
1979
- }
1980
-
1981
1975
  &.e-drag-restrict {
1982
1976
  .e-no-drop {
1983
1977
  &::before {
@@ -1815,6 +1815,9 @@ $field-list-adaptive-outerdiv-height: 166px !default;
1815
1815
  @if ($skin-name == 'FluentUI') {
1816
1816
  border-top: 0;
1817
1817
  }
1818
+ @if ($skin-name == 'fabric') or ($skin-name == 'fabric-dark') or ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') {
1819
+ padding: $field-list-editor-dialog-footer-padding;
1820
+ }
1818
1821
  }
1819
1822
 
1820
1823
  .e-dlg-content {
@@ -1963,15 +1966,6 @@ $field-list-adaptive-outerdiv-height: 166px !default;
1963
1966
  padding: 9px 10px;
1964
1967
  }
1965
1968
 
1966
- .e-text-content {
1967
- .e-list-text {
1968
- line-height: 1.5em;
1969
- // @if ($field-list-skin == 'bootstrap4') {
1970
- // line-height: 0;
1971
- // }
1972
- }
1973
- }
1974
-
1975
1969
  &.e-drag-restrict {
1976
1970
  .e-no-drop {
1977
1971
  &::before {
@@ -1819,6 +1819,9 @@ $field-list-adaptive-outerdiv-height: 125px !default;
1819
1819
  @if ($skin-name == 'FluentUI') {
1820
1820
  border-top: 0;
1821
1821
  }
1822
+ @if ($skin-name == 'fabric') or ($skin-name == 'fabric-dark') or ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') {
1823
+ padding: $field-list-editor-dialog-footer-padding;
1824
+ }
1822
1825
  }
1823
1826
 
1824
1827
  .e-dlg-content {
@@ -1967,15 +1970,6 @@ $field-list-adaptive-outerdiv-height: 125px !default;
1967
1970
  padding: 9px 10px;
1968
1971
  }
1969
1972
 
1970
- .e-text-content {
1971
- .e-list-text {
1972
- line-height: 1.5em;
1973
- // @if ($field-list-skin == 'bootstrap4') {
1974
- // line-height: 0;
1975
- // }
1976
- }
1977
- }
1978
-
1979
1973
  &.e-drag-restrict {
1980
1974
  .e-no-drop {
1981
1975
  &::before {
@@ -1819,6 +1819,9 @@ $field-list-adaptive-outerdiv-height: 125px !default;
1819
1819
  @if ($skin-name == 'FluentUI') {
1820
1820
  border-top: 0;
1821
1821
  }
1822
+ @if ($skin-name == 'fabric') or ($skin-name == 'fabric-dark') or ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') {
1823
+ padding: $field-list-editor-dialog-footer-padding;
1824
+ }
1822
1825
  }
1823
1826
 
1824
1827
  .e-dlg-content {
@@ -1967,15 +1970,6 @@ $field-list-adaptive-outerdiv-height: 125px !default;
1967
1970
  padding: 9px 10px;
1968
1971
  }
1969
1972
 
1970
- .e-text-content {
1971
- .e-list-text {
1972
- line-height: 1.5em;
1973
- // @if ($field-list-skin == 'bootstrap4') {
1974
- // line-height: 0;
1975
- // }
1976
- }
1977
- }
1978
-
1979
1973
  &.e-drag-restrict {
1980
1974
  .e-no-drop {
1981
1975
  &::before {
@@ -1816,6 +1816,9 @@ $field-list-adaptive-outerdiv-height: 164px !default;
1816
1816
  @if ($skin-name == 'FluentUI') {
1817
1817
  border-top: 0;
1818
1818
  }
1819
+ @if ($skin-name == 'fabric') or ($skin-name == 'fabric-dark') or ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') {
1820
+ padding: $field-list-editor-dialog-footer-padding;
1821
+ }
1819
1822
  }
1820
1823
 
1821
1824
  .e-dlg-content {
@@ -1964,15 +1967,6 @@ $field-list-adaptive-outerdiv-height: 164px !default;
1964
1967
  padding: 9px 10px;
1965
1968
  }
1966
1969
 
1967
- .e-text-content {
1968
- .e-list-text {
1969
- line-height: 1.5em;
1970
- // @if ($field-list-skin == 'bootstrap4') {
1971
- // line-height: 0;
1972
- // }
1973
- }
1974
- }
1975
-
1976
1970
  &.e-drag-restrict {
1977
1971
  .e-no-drop {
1978
1972
  &::before {
@@ -1816,6 +1816,9 @@ $field-list-adaptive-outerdiv-height: 165px !default;
1816
1816
  @if ($skin-name == 'FluentUI') {
1817
1817
  border-top: 0;
1818
1818
  }
1819
+ @if ($skin-name == 'fabric') or ($skin-name == 'fabric-dark') or ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') {
1820
+ padding: $field-list-editor-dialog-footer-padding;
1821
+ }
1819
1822
  }
1820
1823
 
1821
1824
  .e-dlg-content {
@@ -1964,15 +1967,6 @@ $field-list-adaptive-outerdiv-height: 165px !default;
1964
1967
  padding: 9px 10px;
1965
1968
  }
1966
1969
 
1967
- .e-text-content {
1968
- .e-list-text {
1969
- line-height: 1.5em;
1970
- // @if ($field-list-skin == 'bootstrap4') {
1971
- // line-height: 0;
1972
- // }
1973
- }
1974
- }
1975
-
1976
1970
  &.e-drag-restrict {
1977
1971
  .e-no-drop {
1978
1972
  &::before {
@@ -1816,6 +1816,9 @@ $field-list-adaptive-outerdiv-height: 165px !default;
1816
1816
  @if ($skin-name == 'FluentUI') {
1817
1817
  border-top: 0;
1818
1818
  }
1819
+ @if ($skin-name == 'fabric') or ($skin-name == 'fabric-dark') or ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') {
1820
+ padding: $field-list-editor-dialog-footer-padding;
1821
+ }
1819
1822
  }
1820
1823
 
1821
1824
  .e-dlg-content {
@@ -1964,15 +1967,6 @@ $field-list-adaptive-outerdiv-height: 165px !default;
1964
1967
  padding: 9px 10px;
1965
1968
  }
1966
1969
 
1967
- .e-text-content {
1968
- .e-list-text {
1969
- line-height: 1.5em;
1970
- // @if ($field-list-skin == 'bootstrap4') {
1971
- // line-height: 0;
1972
- // }
1973
- }
1974
- }
1975
-
1976
1970
  &.e-drag-restrict {
1977
1971
  .e-no-drop {
1978
1972
  &::before {