@syncfusion/blazor-themes 26.2.5 → 26.2.8

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 (161) hide show
  1. package/SCSS-Themes/bds-dark.scss +188 -30
  2. package/SCSS-Themes/bds.scss +188 -30
  3. package/SCSS-Themes/bootstrap-dark.scss +190 -32
  4. package/SCSS-Themes/bootstrap.scss +190 -32
  5. package/SCSS-Themes/bootstrap4.scss +190 -32
  6. package/SCSS-Themes/bootstrap5-dark.scss +190 -32
  7. package/SCSS-Themes/bootstrap5.scss +190 -32
  8. package/SCSS-Themes/buttons/radio-button/bds-dark.scss +6 -0
  9. package/SCSS-Themes/buttons/radio-button/bds.scss +6 -0
  10. package/SCSS-Themes/buttons/radio-button/bootstrap-dark.scss +6 -0
  11. package/SCSS-Themes/buttons/radio-button/bootstrap.scss +6 -0
  12. package/SCSS-Themes/buttons/radio-button/bootstrap4.scss +6 -0
  13. package/SCSS-Themes/buttons/radio-button/bootstrap5-dark.scss +6 -0
  14. package/SCSS-Themes/buttons/radio-button/bootstrap5.scss +6 -0
  15. package/SCSS-Themes/buttons/radio-button/fabric-dark.scss +6 -0
  16. package/SCSS-Themes/buttons/radio-button/fabric.scss +6 -0
  17. package/SCSS-Themes/buttons/radio-button/fluent-dark.scss +6 -0
  18. package/SCSS-Themes/buttons/radio-button/fluent.scss +6 -0
  19. package/SCSS-Themes/buttons/radio-button/fluent2-dark.scss +6 -0
  20. package/SCSS-Themes/buttons/radio-button/fluent2.scss +6 -0
  21. package/SCSS-Themes/buttons/radio-button/highcontrast.scss +6 -0
  22. package/SCSS-Themes/buttons/radio-button/material-dark.scss +6 -0
  23. package/SCSS-Themes/buttons/radio-button/material.scss +6 -0
  24. package/SCSS-Themes/buttons/radio-button/material3-dark.scss +8 -2
  25. package/SCSS-Themes/buttons/radio-button/material3.scss +8 -2
  26. package/SCSS-Themes/buttons/radio-button/tailwind-dark.scss +6 -0
  27. package/SCSS-Themes/buttons/radio-button/tailwind.scss +6 -0
  28. package/SCSS-Themes/documenteditor/document-editor/bds-dark.scss +2 -1
  29. package/SCSS-Themes/documenteditor/document-editor/bds.scss +2 -1
  30. package/SCSS-Themes/documenteditor/document-editor/bootstrap-dark.scss +2 -1
  31. package/SCSS-Themes/documenteditor/document-editor/bootstrap.scss +2 -1
  32. package/SCSS-Themes/documenteditor/document-editor/bootstrap4.scss +2 -1
  33. package/SCSS-Themes/documenteditor/document-editor/bootstrap5-dark.scss +2 -1
  34. package/SCSS-Themes/documenteditor/document-editor/bootstrap5.scss +2 -1
  35. package/SCSS-Themes/documenteditor/document-editor/fabric-dark.scss +2 -1
  36. package/SCSS-Themes/documenteditor/document-editor/fabric.scss +2 -1
  37. package/SCSS-Themes/documenteditor/document-editor/fluent-dark.scss +2 -1
  38. package/SCSS-Themes/documenteditor/document-editor/fluent.scss +2 -1
  39. package/SCSS-Themes/documenteditor/document-editor/fluent2-dark.scss +4 -3
  40. package/SCSS-Themes/documenteditor/document-editor/fluent2.scss +4 -3
  41. package/SCSS-Themes/documenteditor/document-editor/highcontrast.scss +2 -1
  42. package/SCSS-Themes/documenteditor/document-editor/material-dark.scss +2 -1
  43. package/SCSS-Themes/documenteditor/document-editor/material.scss +2 -1
  44. package/SCSS-Themes/documenteditor/document-editor/material3-dark.scss +2 -1
  45. package/SCSS-Themes/documenteditor/document-editor/material3.scss +2 -1
  46. package/SCSS-Themes/documenteditor/document-editor/tailwind-dark.scss +2 -1
  47. package/SCSS-Themes/documenteditor/document-editor/tailwind.scss +2 -1
  48. package/SCSS-Themes/documenteditor/document-editor-container/bds-dark.scss +16 -3
  49. package/SCSS-Themes/documenteditor/document-editor-container/bds.scss +16 -3
  50. package/SCSS-Themes/documenteditor/document-editor-container/bootstrap-dark.scss +16 -3
  51. package/SCSS-Themes/documenteditor/document-editor-container/bootstrap.scss +16 -3
  52. package/SCSS-Themes/documenteditor/document-editor-container/bootstrap4.scss +16 -3
  53. package/SCSS-Themes/documenteditor/document-editor-container/bootstrap5-dark.scss +16 -3
  54. package/SCSS-Themes/documenteditor/document-editor-container/bootstrap5.scss +16 -3
  55. package/SCSS-Themes/documenteditor/document-editor-container/fabric-dark.scss +16 -3
  56. package/SCSS-Themes/documenteditor/document-editor-container/fabric.scss +16 -3
  57. package/SCSS-Themes/documenteditor/document-editor-container/fluent-dark.scss +16 -3
  58. package/SCSS-Themes/documenteditor/document-editor-container/fluent.scss +16 -3
  59. package/SCSS-Themes/documenteditor/document-editor-container/fluent2-dark.scss +16 -3
  60. package/SCSS-Themes/documenteditor/document-editor-container/fluent2.scss +16 -3
  61. package/SCSS-Themes/documenteditor/document-editor-container/highcontrast.scss +16 -3
  62. package/SCSS-Themes/documenteditor/document-editor-container/material-dark.scss +16 -3
  63. package/SCSS-Themes/documenteditor/document-editor-container/material.scss +16 -3
  64. package/SCSS-Themes/documenteditor/document-editor-container/material3-dark.scss +16 -3
  65. package/SCSS-Themes/documenteditor/document-editor-container/material3.scss +16 -3
  66. package/SCSS-Themes/documenteditor/document-editor-container/tailwind-dark.scss +16 -3
  67. package/SCSS-Themes/documenteditor/document-editor-container/tailwind.scss +16 -3
  68. package/SCSS-Themes/fabric-dark.scss +190 -32
  69. package/SCSS-Themes/fabric.scss +190 -32
  70. package/SCSS-Themes/fluent-dark.scss +190 -32
  71. package/SCSS-Themes/fluent.scss +190 -32
  72. package/SCSS-Themes/fluent2-dark.scss +192 -34
  73. package/SCSS-Themes/fluent2.scss +192 -34
  74. package/SCSS-Themes/highcontrast.scss +190 -32
  75. package/SCSS-Themes/material-dark.scss +190 -32
  76. package/SCSS-Themes/material.scss +190 -32
  77. package/SCSS-Themes/material3-dark.scss +192 -34
  78. package/SCSS-Themes/material3.scss +192 -34
  79. package/SCSS-Themes/pdfviewer/pdfviewer/bds-dark.scss +94 -19
  80. package/SCSS-Themes/pdfviewer/pdfviewer/bds.scss +94 -19
  81. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap-dark.scss +94 -19
  82. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap.scss +94 -19
  83. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap4.scss +94 -19
  84. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5-dark.scss +94 -19
  85. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.scss +94 -19
  86. package/SCSS-Themes/pdfviewer/pdfviewer/fabric-dark.scss +94 -19
  87. package/SCSS-Themes/pdfviewer/pdfviewer/fabric.scss +94 -19
  88. package/SCSS-Themes/pdfviewer/pdfviewer/fluent-dark.scss +94 -19
  89. package/SCSS-Themes/pdfviewer/pdfviewer/fluent.scss +94 -19
  90. package/SCSS-Themes/pdfviewer/pdfviewer/fluent2-dark.scss +94 -19
  91. package/SCSS-Themes/pdfviewer/pdfviewer/fluent2.scss +94 -19
  92. package/SCSS-Themes/pdfviewer/pdfviewer/highcontrast.scss +94 -19
  93. package/SCSS-Themes/pdfviewer/pdfviewer/material-dark.scss +94 -19
  94. package/SCSS-Themes/pdfviewer/pdfviewer/material.scss +94 -19
  95. package/SCSS-Themes/pdfviewer/pdfviewer/material3-dark.scss +94 -19
  96. package/SCSS-Themes/pdfviewer/pdfviewer/material3.scss +94 -19
  97. package/SCSS-Themes/pdfviewer/pdfviewer/tailwind-dark.scss +94 -19
  98. package/SCSS-Themes/pdfviewer/pdfviewer/tailwind.scss +94 -19
  99. package/SCSS-Themes/pivotview/pivotview/bds-dark.scss +10 -0
  100. package/SCSS-Themes/pivotview/pivotview/bds.scss +10 -0
  101. package/SCSS-Themes/pivotview/pivotview/bootstrap-dark.scss +10 -0
  102. package/SCSS-Themes/pivotview/pivotview/bootstrap.scss +10 -0
  103. package/SCSS-Themes/pivotview/pivotview/bootstrap4.scss +10 -0
  104. package/SCSS-Themes/pivotview/pivotview/bootstrap5-dark.scss +10 -0
  105. package/SCSS-Themes/pivotview/pivotview/bootstrap5.scss +10 -0
  106. package/SCSS-Themes/pivotview/pivotview/fabric-dark.scss +10 -0
  107. package/SCSS-Themes/pivotview/pivotview/fabric.scss +10 -0
  108. package/SCSS-Themes/pivotview/pivotview/fluent-dark.scss +10 -0
  109. package/SCSS-Themes/pivotview/pivotview/fluent.scss +10 -0
  110. package/SCSS-Themes/pivotview/pivotview/fluent2-dark.scss +10 -0
  111. package/SCSS-Themes/pivotview/pivotview/fluent2.scss +10 -0
  112. package/SCSS-Themes/pivotview/pivotview/highcontrast.scss +10 -0
  113. package/SCSS-Themes/pivotview/pivotview/material-dark.scss +10 -0
  114. package/SCSS-Themes/pivotview/pivotview/material.scss +10 -0
  115. package/SCSS-Themes/pivotview/pivotview/material3-dark.scss +10 -0
  116. package/SCSS-Themes/pivotview/pivotview/material3.scss +10 -0
  117. package/SCSS-Themes/pivotview/pivotview/tailwind-dark.scss +10 -0
  118. package/SCSS-Themes/pivotview/pivotview/tailwind.scss +10 -0
  119. package/SCSS-Themes/ribbon/ribbon/bds-dark.scss +32 -4
  120. package/SCSS-Themes/ribbon/ribbon/bds.scss +32 -4
  121. package/SCSS-Themes/ribbon/ribbon/bootstrap-dark.scss +34 -6
  122. package/SCSS-Themes/ribbon/ribbon/bootstrap.scss +34 -6
  123. package/SCSS-Themes/ribbon/ribbon/bootstrap4.scss +34 -6
  124. package/SCSS-Themes/ribbon/ribbon/bootstrap5-dark.scss +34 -6
  125. package/SCSS-Themes/ribbon/ribbon/bootstrap5.scss +34 -6
  126. package/SCSS-Themes/ribbon/ribbon/fabric-dark.scss +34 -6
  127. package/SCSS-Themes/ribbon/ribbon/fabric.scss +34 -6
  128. package/SCSS-Themes/ribbon/ribbon/fluent-dark.scss +34 -6
  129. package/SCSS-Themes/ribbon/ribbon/fluent.scss +34 -6
  130. package/SCSS-Themes/ribbon/ribbon/fluent2-dark.scss +34 -6
  131. package/SCSS-Themes/ribbon/ribbon/fluent2.scss +34 -6
  132. package/SCSS-Themes/ribbon/ribbon/highcontrast.scss +34 -6
  133. package/SCSS-Themes/ribbon/ribbon/material-dark.scss +34 -6
  134. package/SCSS-Themes/ribbon/ribbon/material.scss +34 -6
  135. package/SCSS-Themes/ribbon/ribbon/material3-dark.scss +34 -6
  136. package/SCSS-Themes/ribbon/ribbon/material3.scss +34 -6
  137. package/SCSS-Themes/ribbon/ribbon/tailwind-dark.scss +34 -6
  138. package/SCSS-Themes/ribbon/ribbon/tailwind.scss +34 -6
  139. package/SCSS-Themes/tailwind-dark.scss +190 -32
  140. package/SCSS-Themes/tailwind.scss +190 -32
  141. package/SCSS-Themes/treegrid/treegrid/bds-dark.scss +28 -3
  142. package/SCSS-Themes/treegrid/treegrid/bds.scss +28 -3
  143. package/SCSS-Themes/treegrid/treegrid/bootstrap-dark.scss +28 -3
  144. package/SCSS-Themes/treegrid/treegrid/bootstrap.scss +28 -3
  145. package/SCSS-Themes/treegrid/treegrid/bootstrap4.scss +28 -3
  146. package/SCSS-Themes/treegrid/treegrid/bootstrap5-dark.scss +28 -3
  147. package/SCSS-Themes/treegrid/treegrid/bootstrap5.scss +28 -3
  148. package/SCSS-Themes/treegrid/treegrid/fabric-dark.scss +28 -3
  149. package/SCSS-Themes/treegrid/treegrid/fabric.scss +28 -3
  150. package/SCSS-Themes/treegrid/treegrid/fluent-dark.scss +28 -3
  151. package/SCSS-Themes/treegrid/treegrid/fluent.scss +28 -3
  152. package/SCSS-Themes/treegrid/treegrid/fluent2-dark.scss +28 -3
  153. package/SCSS-Themes/treegrid/treegrid/fluent2.scss +28 -3
  154. package/SCSS-Themes/treegrid/treegrid/highcontrast.scss +28 -3
  155. package/SCSS-Themes/treegrid/treegrid/material-dark.scss +28 -3
  156. package/SCSS-Themes/treegrid/treegrid/material.scss +28 -3
  157. package/SCSS-Themes/treegrid/treegrid/material3-dark.scss +28 -3
  158. package/SCSS-Themes/treegrid/treegrid/material3.scss +28 -3
  159. package/SCSS-Themes/treegrid/treegrid/tailwind-dark.scss +28 -3
  160. package/SCSS-Themes/treegrid/treegrid/tailwind.scss +28 -3
  161. package/package.json +1 -1
@@ -38023,6 +38023,12 @@ $radio-btn-focus-outline-offset: 0 !default;
38023
38023
  border-color: $radio-btn-focus-check-border-color;
38024
38024
  box-shadow: $radio-btn-focussed-box-shadow;
38025
38025
  }
38026
+
38027
+ & .e-ripple-container {
38028
+ @if $skin-name == 'Material3' {
38029
+ background-color: $radio-btn-focus-ripple-bgcolor;
38030
+ }
38031
+ }
38026
38032
  }
38027
38033
  }
38028
38034
 
@@ -68375,7 +68381,8 @@ $de-column-presets-font-size: 60px !default;
68375
68381
  .e-de-style-paragraph-group-button .e-btn.e-active,
68376
68382
  .e-de-style-font-group-button .e-btn.e-active {
68377
68383
  @if $skin-name =='fluent2' {
68378
- background-color: var(--color-sf-secondary-bg-color);
68384
+ background-color: var(--color-sf-content-bg-color-pressed);
68385
+ color: var(--color-sf-toolbar-icon-color);
68379
68386
  }
68380
68387
  }
68381
68388
  .e-de-hyperlink-bookmark-check .e-checkbox-wrapper .e-frame {
@@ -70781,13 +70788,13 @@ $de-prop-btn-icon-clr: #ccc;
70781
70788
  }
70782
70789
  .e-btn-toggle {
70783
70790
  @if $skin-name=='fluent2' {
70784
- background-color: var(--color-sf-secondary-bg-color);
70791
+ background-color: var(--color-sf-content-bg-color-pressed) !important;
70785
70792
  }
70786
70793
  @else{
70787
70794
  background-color: $de-toggle-bg-color !important;
70788
70795
  }
70789
70796
  @if $skin-name =='fluent2' {
70790
- background-color: $de-items-pressed;
70797
+ color: var(--color-sf-toolbar-icon-color) !important;
70791
70798
  }
70792
70799
  @if $skin-name=='highcontrast' {
70793
70800
  color: $de-title-bar-font-clr !important;
@@ -70799,7 +70806,12 @@ $de-prop-btn-icon-clr: #ccc;
70799
70806
  outline-offset: 0;
70800
70807
  box-shadow: $de-toggle-btn-border !important;
70801
70808
  #{if(&, '&', '*')}:hover {
70802
- background-color: $de-toggle-bg-color !important;
70809
+ @if $skin-name=='fluent2' {
70810
+ background-color: var(--color-sf-content-bg-color-pressed) !important;
70811
+ }
70812
+ @else {
70813
+ background-color: $de-toggle-bg-color !important;
70814
+ }
70803
70815
  @if $skin-name=='fabric' {
70804
70816
  border-color: $de-toggle-bg-color !important;
70805
70817
  }
@@ -70816,6 +70828,14 @@ $de-prop-btn-icon-clr: #ccc;
70816
70828
  color: $de-title-bar-font-clr !important;
70817
70829
  }
70818
70830
  }
70831
+ @if $skin-name=='fluent2' {
70832
+ .e-btn-toggle .e-tbar-btn-text {
70833
+ color: var(--color-sf-toolbar-icon-color) !important;
70834
+ }
70835
+ .e-btn-toggle>span {
70836
+ color: var(--color-sf-toolbar-icon-color) !important;
70837
+ }
70838
+ }
70819
70839
  @if $skin-name=='bootstrap' or $skin-name=='bootstrap4' or $skin-name=='tailwind' or or $skin-name=='bootstrap5' or $skin-name =='FluentUI' {
70820
70840
  .e-de-ctnr-group-btn-top>button:first-child {
70821
70841
  border-radius: 0;
@@ -86152,7 +86172,7 @@ $treegrid-rtl-rowdd-childborder-width: 1px 0 0 !default;
86152
86172
  }
86153
86173
  @mixin display-align {
86154
86174
  display: inline-block;
86155
- vertical-align: middle;
86175
+ vertical-align: text-bottom;
86156
86176
  }
86157
86177
  @mixin drop-bottom-child {
86158
86178
  box-shadow: 0 1px 0 0 $childborder-color;
@@ -86180,6 +86200,12 @@ $treegrid-rtl-rowdd-childborder-width: 1px 0 0 !default;
86180
86200
  font-size: $treegrid-bigger-icon-font-size;
86181
86201
  height: $treegrid-bigger-icon-size;
86182
86202
  width: $treegrid-bigger-icon-size;
86203
+ vertical-align: bottom;
86204
+ }
86205
+ .e-treegridexpand{
86206
+ @if $skin-name == 'highcontrast'{
86207
+ vertical-align: middle;
86208
+ }
86183
86209
  }
86184
86210
 
86185
86211
  .e-hierarchycheckbox {
@@ -86200,6 +86226,10 @@ $treegrid-rtl-rowdd-childborder-width: 1px 0 0 !default;
86200
86226
  line-height: $treegrid-bigger-icon-size;
86201
86227
  }
86202
86228
 
86229
+ .e-treecolumn-container span {
86230
+ vertical-align: middle;
86231
+ }
86232
+
86203
86233
  .e-row[aria-expanded = 'true'] .e-treecell {
86204
86234
  @if $skin-name == 'FluentUI' or $theme-name == 'fluentui-dark' {
86205
86235
  font-size: 16px;
@@ -86240,18 +86270,29 @@ $treegrid-rtl-rowdd-childborder-width: 1px 0 0 !default;
86240
86270
  vertical-align: $treegrid-right-arrow-icon-vertical-align;
86241
86271
  }
86242
86272
 
86273
+ span.e-icons.e-treegridcollapse{
86274
+ @if $skin-name == 'highcontrast'{
86275
+ text-align: center;
86276
+ vertical-align: baseline;
86277
+ }
86278
+ }
86279
+
86243
86280
  .e-rowcell:not(.e-gridclip) {
86244
86281
  .e-treecolumn-container {
86245
86282
  display: block;
86246
86283
  @include rowcell-container;
86247
86284
 
86248
86285
  span.e-treecell {
86249
- display: inline;
86286
+ display: contents;
86250
86287
  @include rowcell-container;
86251
86288
  }
86252
86289
  }
86253
86290
  }
86254
86291
 
86292
+ .e-templatecell .e-treecolumn-container span {
86293
+ vertical-align: middle;
86294
+ }
86295
+
86255
86296
  .e-treegridexpand:hover::before,
86256
86297
  .e-treegridcollapse:hover::before {
86257
86298
  color: $treegrid-right-arrow-hover-color;
@@ -86307,6 +86348,10 @@ $treegrid-rtl-rowdd-childborder-width: 1px 0 0 !default;
86307
86348
  @include display-align;
86308
86349
  }
86309
86350
  }
86351
+
86352
+ .e-templatecell .e-treecolumn-container span {
86353
+ vertical-align: middle;
86354
+ }
86310
86355
 
86311
86356
  .e-cloneproperties .e-treecolumn-container {
86312
86357
  span {
@@ -86345,7 +86390,7 @@ $treegrid-rtl-rowdd-childborder-width: 1px 0 0 !default;
86345
86390
  height: $treegrid-right-arrow-icon-height;
86346
86391
  padding: $treegrid-right-arrow-icon-padding;
86347
86392
  text-align: center;
86348
- vertical-align: bottom;
86393
+ vertical-align: text-bottom;
86349
86394
  width: $treegrid-right-arrow-icon-width;
86350
86395
  }
86351
86396
 
@@ -102720,6 +102765,18 @@ $lg-desktop: 1399.98;
102720
102765
  }
102721
102766
  }
102722
102767
 
102768
+ .e-bigger .e-pv-properties-line-thickness-container .e-input,
102769
+ .e-bigger .e-pv-properties-line-start-container .e-dropdown-btn,
102770
+ .e-bigger .e-pv-properties-line-end-container .e-dropdown-btn,
102771
+ .e-bigger .e-pv-properties-line-style-container .e-dropdown-btn,
102772
+ .e-bigger .e-pv-properties-line-start-container .e-input,
102773
+ .e-bigger .e-pv-properties-line-end-container .e-input,
102774
+ .e-bigger .e-pv-properties-line-style-container .e-input {
102775
+ @if ($theme-name == 'fluent2'){
102776
+ height: 40px !important;/* stylelint-disable-line declaration-no-important */
102777
+ }
102778
+ }
102779
+
102723
102780
  .e-pv-properties-line-leader-length-container {
102724
102781
  @if ($theme-name == 'fluent2') {
102725
102782
  margin-top: 10px;
@@ -103843,7 +103900,8 @@ $lg-desktop: 1399.98;
103843
103900
 
103844
103901
  .e-bigger .e-menu-icon.e-pv-stamp-icon.e-pv-icon {
103845
103902
  @if $theme-name=='fluent2' {
103846
- margin-right: 22px !important;/* stylelint-disable-line declaration-no-important */
103903
+ margin-right: 16px !important;/* stylelint-disable-line declaration-no-important */
103904
+ margin-top: -8px;
103847
103905
  }
103848
103906
  }
103849
103907
 
@@ -103871,6 +103929,12 @@ $lg-desktop: 1399.98;
103871
103929
  }
103872
103930
  }
103873
103931
 
103932
+ .e-bigger .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret {
103933
+ @if ($skin-name == 'fluent2') {
103934
+ margin-top: -8px;
103935
+ }
103936
+ }
103937
+
103874
103938
  .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-pv-stamp-icon,
103875
103939
  .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-caret {
103876
103940
  @if ($skin-name == 'fluent2') {
@@ -103878,6 +103942,13 @@ $lg-desktop: 1399.98;
103878
103942
  }
103879
103943
  }
103880
103944
 
103945
+ .e-bigger .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-pv-stamp-icon,
103946
+ .e-bigger .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-caret {
103947
+ @if ($skin-name == 'fluent2') {
103948
+ margin-top: -8px;
103949
+ }
103950
+ }
103951
+
103881
103952
  .e-pv-annotation-shapes-container.e-btn.e-icon-btn,
103882
103953
  .e-pv-annotation-calibrate-container.e-btn.e-icon-btn,
103883
103954
  .e-pv-annotation-handwritten-container.e-btn.e-icon-btn {
@@ -104005,6 +104076,13 @@ $lg-desktop: 1399.98;
104005
104076
  }
104006
104077
  }
104007
104078
 
104079
+ .e-bigger .e-pv-accordion-container.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content,
104080
+ .e-bigger .e-pv-accordion-content-container .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
104081
+ @if $theme-name == 'fluent2' {
104082
+ font-size: 14px;
104083
+ }
104084
+ }
104085
+
104008
104086
  .e-content-placeholder.e-pdfviewer.e-placeholder-pdfviewer {
104009
104087
  background-size: 100%;
104010
104088
  }
@@ -104041,6 +104119,14 @@ $lg-desktop: 1399.98;
104041
104119
  min-height: 32px;
104042
104120
  }
104043
104121
  }
104122
+
104123
+ .e-pv-signature-dialog-height .e-pv-clearbtn:disabled,
104124
+ .e-pv-signature-dialog-height .e-pv-createbtn:disabled {
104125
+ @if ($theme-name == 'fluent2') {
104126
+ border-color: var(--color-sf-primary-border-color-disabled) !important;/* stylelint-disable-line declaration-no-important */
104127
+ }
104128
+ }
104129
+
104044
104130
  .e-pv-signature-dialog-height .e-pv-cancelbtn{
104045
104131
  @if $skin-name != 'Material3' {
104046
104132
  height: 32px;
@@ -104426,6 +104512,15 @@ $lg-desktop: 1399.98;
104426
104512
  }
104427
104513
  }
104428
104514
 
104515
+ .e-pv-properties-form-field-name-main-div .e-float-text,
104516
+ .e-pv-properties-form-field-tooltip-main-div .e-float-text,
104517
+ .e-pv-properties-form-field-value-main-div .e-float-text,
104518
+ .e-pv-properties-form-field-visibility-main-div .e-float-text {
104519
+ @if $theme-name == 'fluent2' {
104520
+ padding-left: 0 !important;/* stylelint-disable-line declaration-no-important */
104521
+ }
104522
+ }
104523
+
104429
104524
  .e-pv-properties-text-edit-prop {
104430
104525
  @if $skin-name == 'FluentUI' {
104431
104526
  padding-top: 35px;
@@ -104464,6 +104559,28 @@ $lg-desktop: 1399.98;
104464
104559
  .e-pv-center-align-icon-div,
104465
104560
  .e-pv-right-align-icon-div {
104466
104561
  padding: $pv-formfield-properties-icon-align-padding;
104562
+ @if ($theme-name == 'fluent2') {
104563
+ width: 32px;
104564
+ }
104565
+ }
104566
+
104567
+ .e-bigger .e-pv-bold-icon-div,
104568
+ .e-bigger .e-pv-italic-icon-div,
104569
+ .e-bigger .e-pv-strikeout-icon-div,
104570
+ .e-bigger .e-pv-underlinetext-icon-div, {
104571
+ padding: 4px 10px;
104572
+ @if ($theme-name == 'fluent2') {
104573
+ width: 40px;
104574
+ }
104575
+ }
104576
+
104577
+ .e-bigger .e-pv-left-align-icon-div,
104578
+ .e-bigger .e-pv-center-align-icon-div,
104579
+ .e-bigger .e-pv-right-align-icon-div {
104580
+ padding: 4px 10px;
104581
+ @if ($theme-name == 'fluent2') {
104582
+ width: 38.5px;
104583
+ }
104467
104584
  }
104468
104585
 
104469
104586
  .e-pv-bold-icon-div:hover,
@@ -104474,7 +104591,9 @@ $lg-desktop: 1399.98;
104474
104591
  .e-pv-center-align-icon-div:hover,
104475
104592
  .e-pv-right-align-icon-div:hover {
104476
104593
  @if ($skin-name != 'Material3' and $skin-name != 'bootstrap5') {
104477
- background-color: $pv-annotation-dropdown-background-color-hover;
104594
+ @if ($theme-name != 'fluent2') {
104595
+ background-color: $pv-annotation-dropdown-background-color-hover;
104596
+ }
104478
104597
  border-color: $pv-annotation-dropdown-border-color-hover;
104479
104598
  }
104480
104599
  @if ($skin-name == 'bootstrap5') {
@@ -104605,6 +104724,9 @@ $lg-desktop: 1399.98;
104605
104724
  @if ($skin-name == 'Material3') {
104606
104725
  padding: 20px 15px 6px 0;
104607
104726
  }
104727
+ @if ($theme-name == 'fluent2') {
104728
+ padding: 15px;
104729
+ }
104608
104730
  @else {
104609
104731
  padding: 15px 15px 15px 1px;
104610
104732
  }
@@ -104792,6 +104914,7 @@ $lg-desktop: 1399.98;
104792
104914
  }
104793
104915
  @if ($theme-name == 'fluent2') {
104794
104916
  min-height: 555px !important;/* stylelint-disable-line declaration-no-important */
104917
+ max-width: 525px !important;/* stylelint-disable-line declaration-no-important */
104795
104918
  }
104796
104919
  }
104797
104920
 
@@ -104799,12 +104922,13 @@ $lg-desktop: 1399.98;
104799
104922
  @if ($theme-name == 'fluent2') {
104800
104923
  width: $pv-properties-form-field-win-max-width !important;/* stylelint-disable-line declaration-no-important */
104801
104924
  margin-left: -20px !important;/* stylelint-disable-line declaration-no-important */
104925
+ border-bottom: 1px solid var(--color-sf-border-light);
104802
104926
  }
104803
104927
  }
104804
104928
 
104805
104929
  .e-pv-properties-form-field-window .e-dlg-content .e-tab-header .e-toolbar-items {
104806
104930
  @if ($theme-name == 'fluent2') {
104807
- margin-left: 34px;
104931
+ margin-left: 18px;
104808
104932
  }
104809
104933
  }
104810
104934
 
@@ -105047,7 +105171,9 @@ $lg-desktop: 1399.98;
105047
105171
  height: 36px;
105048
105172
  width: 154px;
105049
105173
  }
105050
- justify-content: space-evenly;
105174
+ @if ($theme-name != 'fluent2') {
105175
+ justify-content: space-evenly;
105176
+ }
105051
105177
  @if ($skin-name == 'bootstrap5') {
105052
105178
  align-items: center;
105053
105179
  border: 1px solid $border-light;
@@ -105095,7 +105221,9 @@ $lg-desktop: 1399.98;
105095
105221
  height: 36px;
105096
105222
  width: 120px;
105097
105223
  }
105098
- justify-content: space-evenly;
105224
+ @if ($theme-name != 'fluent2') {
105225
+ justify-content: space-evenly;
105226
+ }
105099
105227
  margin-right: 15px;
105100
105228
  @if ($skin-name == 'bootstrap5' or $skin-name == 'FluentUI') {
105101
105229
  align-items: center;
@@ -105124,7 +105252,9 @@ $lg-desktop: 1399.98;
105124
105252
  }
105125
105253
  display: flex;
105126
105254
  height: 36px;
105127
- justify-content: space-evenly;
105255
+ @if ($theme-name != 'fluent2') {
105256
+ justify-content: space-evenly;
105257
+ }
105128
105258
  width: 154px;
105129
105259
  @if ($skin-name == 'bootstrap5') {
105130
105260
  align-items: center;
@@ -105158,7 +105288,9 @@ $lg-desktop: 1399.98;
105158
105288
  }
105159
105289
  display: flex;
105160
105290
  height: 36px;
105161
- justify-content: space-evenly;
105291
+ @if ($theme-name != 'fluent2') {
105292
+ justify-content: space-evenly;
105293
+ }
105162
105294
  margin-right: 15px;
105163
105295
  width: 120px;
105164
105296
  @if ($skin-name == 'bootstrap5' or $skin-name == 'FluentUI') {
@@ -105303,12 +105435,6 @@ $lg-desktop: 1399.98;
105303
105435
  }
105304
105436
  }
105305
105437
 
105306
- .e-bigger .e-pv-signature-apperance .e-float-input.e-control-wrapper.e-input-group {
105307
- @if ($theme-name=='fluent2') {
105308
- margin-left: 6.4%;
105309
- }
105310
- }
105311
-
105312
105438
  .e-pv-signature-apperance .e-checkbox-wrapper{
105313
105439
  @if ($theme-name == 'fluent2') {
105314
105440
  margin-left: $pv-toolbar-btn-height;
@@ -105462,12 +105588,6 @@ $lg-desktop: 1399.98;
105462
105588
  }
105463
105589
  }
105464
105590
 
105465
- .e-bigger .e-pv-canvas-signature {
105466
- @if $theme-name =='fluent2' {
105467
- margin-left: 5.65%;
105468
- }
105469
- }
105470
-
105471
105591
  .e-pv-sign-upload{
105472
105592
  @if $theme-name =='fluent2' {
105473
105593
  left: 44.5% !important;/* stylelint-disable-line declaration-no-important */
@@ -112589,6 +112709,16 @@ $pivotpager-single-size-title-padding: 14px !default;
112589
112709
  }
112590
112710
 
112591
112711
  @include export-module('pivotview-theme') {
112712
+ .e-pivotview.e-pivotview-autofit .e-grid .e-columnsheader .e-headercelldiv {
112713
+ margin-right: 4px;
112714
+
112715
+ @if ($skin-name == 'FluentUI') or ($skin-name =='fluent2') or ($skin-name == 'tailwind') or ($skin-name == 'tailwind-dark') or ($skin-name == 'Material3') {
112716
+ &:has(> .e-pivotcell-container .e-value-sort-icon) {
112717
+ margin-right: $pivotgrid-value-sort-icon-font-size;
112718
+ }
112719
+ }
112720
+ }
112721
+
112592
112722
  .e-pivotview {
112593
112723
  .e-pivotcell-container {
112594
112724
  align-items: center;
@@ -125334,6 +125464,7 @@ $ribbon-file-menu-size: 14px !default;
125334
125464
  $ribbon-file-menu-padding: 10px 15px !default;
125335
125465
  $ribbon-file-menu-height: 22px !default;
125336
125466
  $ribbon-file-menu-border-radius: unset !default;
125467
+ $ribbon-file-menu-min-width-height: 14px !default;
125337
125468
  $ribbon-help-template-padding: 12px !default;
125338
125469
  $ribbon-help-template-height: 42px !default;
125339
125470
  $ribbon-help-template-border: 1px solid !default;
@@ -125439,7 +125570,7 @@ $ribbon-backstage-menu-active-border: 0 !default;
125439
125570
  $ribbon-backstage-menu-item-height: 32px !default;
125440
125571
  $ribbon-backstage-menu-icon-font-size: 16px !default;
125441
125572
  $ribbon-backstage-menu-icon-line-height: 16px !default;
125442
- $ribbon-backstage-menu-icon-padding: 8px 16px !default;
125573
+ $ribbon-backstage-menu-icon-padding: 8px 16px 12px !default;
125443
125574
  $ribbon-backstage-menu-blank-icon-padding: 48px !default;
125444
125575
  $ribbon-backstage-btn-focus-border: 0 !default;
125445
125576
  $ribbon-backstage-btn-height: 32px !default;
@@ -125506,6 +125637,7 @@ $ribbon-bigger-group-height: 159px !default;
125506
125637
  $ribbon-bigger-file-menu-height: 24px !default;
125507
125638
  $ribbon-bigger-file-menu-padding: 16px 18px !default;
125508
125639
  $ribbon-bigger-file-menu-size: 16px !default;
125640
+ $ribbon-bigger-file-menu-min-width-height: 16px !default;
125509
125641
  $ribbon-bigger-help-template-padding: 16px !default;
125510
125642
  $ribbon-bigger-help-template-height: 56px !default;
125511
125643
  $ribbon-bigger-toolbar-items-height: 56px !default;
@@ -125577,7 +125709,7 @@ $ribbon-bigger-ddb-popup-height: 48px;
125577
125709
  $ribbon-bigger-backstage-menu-item-height: 36px !default;
125578
125710
  $ribbon-bigger-backstage-menu-icon-font-size: 20px !default;
125579
125711
  $ribbon-bigger-backstage-menu-icon-line-height: 20px !default;
125580
- $ribbon-bigger-backstage-menu-icon-padding: 8px 12px 8px 16px !default;
125712
+ $ribbon-bigger-backstage-menu-icon-padding: 8px 12px 12px 16px !default;
125581
125713
  $ribbon-bigger-backstage-menu-blank-icon-padding: 48px !default;
125582
125714
  $ribbon-bigger-backstage-btn-height: 36px !default;
125583
125715
  $ribbon-bigger-backstage-btn-line-height: 36px !default;
@@ -126247,9 +126379,10 @@ $ribbon-items-focus-box-shadow: none !default;
126247
126379
 
126248
126380
  .e-menu-icon {
126249
126381
  @include ribbon-font-props($ribbon-backstage-menu-icon-font-size, $ribbon-backstage-menu-icon-line-height);
126382
+ @include ribbon-items-icon-images($ribbon-backstage-menu-icon-font-size);
126250
126383
  width: auto;
126251
126384
  margin-right: unset;
126252
- padding: $ribbon-backstage-menu-icon-padding;
126385
+ margin: $ribbon-backstage-menu-icon-padding;
126253
126386
  }
126254
126387
 
126255
126388
  &.e-blankicon {
@@ -126862,6 +126995,7 @@ $ribbon-items-focus-box-shadow: none !default;
126862
126995
 
126863
126996
  .e-btn-icon {
126864
126997
  @include ribbon-font-styles(16px, $ribbon-items-font-weight, 16px);
126998
+ @include ribbon-items-icon-images(16px);
126865
126999
  margin: $ribbon-group-button-icon-margin;
126866
127000
  width: auto;
126867
127001
  &.e-icon-left {
@@ -126949,6 +127083,10 @@ $ribbon-items-focus-box-shadow: none !default;
126949
127083
  @include ribbon-font-styles($ribbon-gallery-icons-size, $ribbon-gallery-icons-weight, $ribbon-gallery-icons-height);
126950
127084
  padding: 3px;
126951
127085
  background-size: cover;
127086
+ min-width: $ribbon-gallery-icons-size;
127087
+ min-height: $ribbon-gallery-icons-size;
127088
+ background-position: center;
127089
+ background-repeat: no-repeat;
126952
127090
  }
126953
127091
  &:hover,
126954
127092
  &.e-ribbon-gallery-selected {
@@ -126993,6 +127131,7 @@ $ribbon-items-focus-box-shadow: none !default;
126993
127131
  border-radius: unset;
126994
127132
 
126995
127133
  .e-menu-icon {
127134
+ @include ribbon-items-icon-images($ribbon-file-menu-min-width-height);
126996
127135
  width: auto;
126997
127136
  }
126998
127137
 
@@ -127010,6 +127149,13 @@ $ribbon-items-focus-box-shadow: none !default;
127010
127149
 
127011
127150
  .e-menu-icon {
127012
127151
  @include ribbon-font-props(16px, 16px);
127152
+ @include ribbon-items-icon-images(16px);
127153
+ }
127154
+ @if ($skin-name == 'fluent2') {
127155
+ .e-menu-icon {
127156
+ padding: 0;
127157
+ margin: 2px 12px 2px 2px;
127158
+ }
127013
127159
  }
127014
127160
  }
127015
127161
 
@@ -127439,6 +127585,8 @@ $ribbon-items-focus-box-shadow: none !default;
127439
127585
 
127440
127586
  .e-menu-icon {
127441
127587
  @include ribbon-font-props(20px, 20px);
127588
+ min-height: 20px;
127589
+ min-width: 20px;
127442
127590
  }
127443
127591
  }
127444
127592
 
@@ -127446,8 +127594,14 @@ $ribbon-items-focus-box-shadow: none !default;
127446
127594
  .e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-vertical,
127447
127595
  .e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-ul,
127448
127596
  .e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-ul {
127449
- .e-menu-item.e-blankicon {
127450
- padding-left: $ribbon-bigger-menu-blank-icon-padding !important; /* stylelint-disable-line declaration-no-important */
127597
+ .e-menu-item {
127598
+ &.e-blankicon {
127599
+ padding-left: $ribbon-bigger-menu-blank-icon-padding !important; /* stylelint-disable-line declaration-no-important */
127600
+ }
127601
+ .e-menu-icon {
127602
+ min-width: $ribbon-bigger-file-menu-min-width-height;
127603
+ min-height: $ribbon-bigger-file-menu-min-width-height;
127604
+ }
127451
127605
  }
127452
127606
  }
127453
127607
 
@@ -127470,7 +127624,9 @@ $ribbon-items-focus-box-shadow: none !default;
127470
127624
 
127471
127625
  .e-menu-icon {
127472
127626
  @include ribbon-font-props($ribbon-bigger-backstage-menu-icon-font-size, $ribbon-bigger-backstage-menu-icon-line-height);
127473
- padding: $ribbon-bigger-backstage-menu-icon-padding;
127627
+ margin: $ribbon-bigger-backstage-menu-icon-padding;
127628
+ min-width: $ribbon-bigger-backstage-menu-icon-font-size;
127629
+ min-height: $ribbon-bigger-backstage-menu-icon-font-size;
127474
127630
  }
127475
127631
 
127476
127632
  &.e-blankicon {
@@ -127486,6 +127642,8 @@ $ribbon-items-focus-box-shadow: none !default;
127486
127642
  .e-btn-icon {
127487
127643
  @include ribbon-font-props($ribbon-bigger-items-icon-size, $ribbon-bigger-items-icon-height);
127488
127644
  margin: $ribbon-bigger-group-button-icon-margin;
127645
+ min-height: $ribbon-bigger-items-icon-size;
127646
+ min-width: $ribbon-bigger-items-icon-size;
127489
127647
  &.e-icon-left {
127490
127648
  padding: $ribbon-bigger-group-button-icon-padding;
127491
127649
  }