@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
@@ -38987,6 +38987,12 @@ $radio-btn-focus-outline: $radio-btn-background-color 0 solid !default;
38987
38987
  border-color: $radio-btn-focus-check-border-color;
38988
38988
  box-shadow: $radio-btn-focussed-box-shadow;
38989
38989
  }
38990
+
38991
+ & .e-ripple-container {
38992
+ @if $skin-name == 'Material3' {
38993
+ background-color: $radio-btn-focus-ripple-bgcolor;
38994
+ }
38995
+ }
38990
38996
  }
38991
38997
  }
38992
38998
 
@@ -68736,7 +68742,8 @@ $de-column-presets-font-size: $text-6xl !default;
68736
68742
  .e-de-style-paragraph-group-button .e-btn.e-active,
68737
68743
  .e-de-style-font-group-button .e-btn.e-active {
68738
68744
  @if $skin-name =='fluent2' {
68739
- background-color: var(--color-sf-secondary-bg-color);
68745
+ background-color: var(--color-sf-content-bg-color-pressed);
68746
+ color: var(--color-sf-toolbar-icon-color);
68740
68747
  }
68741
68748
  }
68742
68749
  .e-de-hyperlink-bookmark-check .e-checkbox-wrapper .e-frame {
@@ -71203,13 +71210,13 @@ $de-hlt-clr-height-bigger: 24px;
71203
71210
  }
71204
71211
  .e-btn-toggle {
71205
71212
  @if $skin-name=='fluent2' {
71206
- background-color: var(--color-sf-secondary-bg-color);
71213
+ background-color: var(--color-sf-content-bg-color-pressed) !important;
71207
71214
  }
71208
71215
  @else{
71209
71216
  background-color: $de-toggle-bg-color !important;
71210
71217
  }
71211
71218
  @if $skin-name =='fluent2' {
71212
- background-color: $de-items-pressed;
71219
+ color: var(--color-sf-toolbar-icon-color) !important;
71213
71220
  }
71214
71221
  @if $skin-name=='highcontrast' {
71215
71222
  color: $de-title-bar-font-clr !important;
@@ -71221,7 +71228,12 @@ $de-hlt-clr-height-bigger: 24px;
71221
71228
  outline-offset: 0;
71222
71229
  box-shadow: $de-toggle-btn-border !important;
71223
71230
  #{if(&, '&', '*')}:hover {
71224
- background-color: $de-toggle-bg-color !important;
71231
+ @if $skin-name=='fluent2' {
71232
+ background-color: var(--color-sf-content-bg-color-pressed) !important;
71233
+ }
71234
+ @else {
71235
+ background-color: $de-toggle-bg-color !important;
71236
+ }
71225
71237
  @if $skin-name=='fabric' {
71226
71238
  border-color: $de-toggle-bg-color !important;
71227
71239
  }
@@ -71238,6 +71250,14 @@ $de-hlt-clr-height-bigger: 24px;
71238
71250
  color: $de-title-bar-font-clr !important;
71239
71251
  }
71240
71252
  }
71253
+ @if $skin-name=='fluent2' {
71254
+ .e-btn-toggle .e-tbar-btn-text {
71255
+ color: var(--color-sf-toolbar-icon-color) !important;
71256
+ }
71257
+ .e-btn-toggle>span {
71258
+ color: var(--color-sf-toolbar-icon-color) !important;
71259
+ }
71260
+ }
71241
71261
  @if $skin-name=='bootstrap' or $skin-name=='bootstrap4' or $skin-name=='tailwind' or or $skin-name=='bootstrap5' or $skin-name =='FluentUI' {
71242
71262
  .e-de-ctnr-group-btn-top>button:first-child {
71243
71263
  border-radius: 0;
@@ -86595,7 +86615,7 @@ $treegrid-rtl-rowdd-childborder-width: 2px 0 2px 0 !default;
86595
86615
  }
86596
86616
  @mixin display-align {
86597
86617
  display: inline-block;
86598
- vertical-align: middle;
86618
+ vertical-align: text-bottom;
86599
86619
  }
86600
86620
  @mixin drop-bottom-child {
86601
86621
  box-shadow: 0 1px 0 0 $childborder-color;
@@ -86623,6 +86643,12 @@ $treegrid-rtl-rowdd-childborder-width: 2px 0 2px 0 !default;
86623
86643
  font-size: $treegrid-bigger-icon-font-size;
86624
86644
  height: $treegrid-bigger-icon-size;
86625
86645
  width: $treegrid-bigger-icon-size;
86646
+ vertical-align: bottom;
86647
+ }
86648
+ .e-treegridexpand{
86649
+ @if $skin-name == 'highcontrast'{
86650
+ vertical-align: middle;
86651
+ }
86626
86652
  }
86627
86653
 
86628
86654
  .e-hierarchycheckbox {
@@ -86643,6 +86669,10 @@ $treegrid-rtl-rowdd-childborder-width: 2px 0 2px 0 !default;
86643
86669
  line-height: $treegrid-bigger-icon-size;
86644
86670
  }
86645
86671
 
86672
+ .e-treecolumn-container span {
86673
+ vertical-align: middle;
86674
+ }
86675
+
86646
86676
  .e-row[aria-expanded = 'true'] .e-treecell {
86647
86677
  @if $skin-name == 'FluentUI' or $theme-name == 'fluentui-dark' {
86648
86678
  font-size: 16px;
@@ -86683,18 +86713,29 @@ $treegrid-rtl-rowdd-childborder-width: 2px 0 2px 0 !default;
86683
86713
  vertical-align: $treegrid-right-arrow-icon-vertical-align;
86684
86714
  }
86685
86715
 
86716
+ span.e-icons.e-treegridcollapse{
86717
+ @if $skin-name == 'highcontrast'{
86718
+ text-align: center;
86719
+ vertical-align: baseline;
86720
+ }
86721
+ }
86722
+
86686
86723
  .e-rowcell:not(.e-gridclip) {
86687
86724
  .e-treecolumn-container {
86688
86725
  display: block;
86689
86726
  @include rowcell-container;
86690
86727
 
86691
86728
  span.e-treecell {
86692
- display: inline;
86729
+ display: contents;
86693
86730
  @include rowcell-container;
86694
86731
  }
86695
86732
  }
86696
86733
  }
86697
86734
 
86735
+ .e-templatecell .e-treecolumn-container span {
86736
+ vertical-align: middle;
86737
+ }
86738
+
86698
86739
  .e-treegridexpand:hover::before,
86699
86740
  .e-treegridcollapse:hover::before {
86700
86741
  color: $treegrid-right-arrow-hover-color;
@@ -86750,6 +86791,10 @@ $treegrid-rtl-rowdd-childborder-width: 2px 0 2px 0 !default;
86750
86791
  @include display-align;
86751
86792
  }
86752
86793
  }
86794
+
86795
+ .e-templatecell .e-treecolumn-container span {
86796
+ vertical-align: middle;
86797
+ }
86753
86798
 
86754
86799
  .e-cloneproperties .e-treecolumn-container {
86755
86800
  span {
@@ -86788,7 +86833,7 @@ $treegrid-rtl-rowdd-childborder-width: 2px 0 2px 0 !default;
86788
86833
  height: $treegrid-right-arrow-icon-height;
86789
86834
  padding: $treegrid-right-arrow-icon-padding;
86790
86835
  text-align: center;
86791
- vertical-align: bottom;
86836
+ vertical-align: text-bottom;
86792
86837
  width: $treegrid-right-arrow-icon-width;
86793
86838
  }
86794
86839
 
@@ -103172,6 +103217,18 @@ $lg-desktop: 1399.98;
103172
103217
  }
103173
103218
  }
103174
103219
 
103220
+ .e-bigger .e-pv-properties-line-thickness-container .e-input,
103221
+ .e-bigger .e-pv-properties-line-start-container .e-dropdown-btn,
103222
+ .e-bigger .e-pv-properties-line-end-container .e-dropdown-btn,
103223
+ .e-bigger .e-pv-properties-line-style-container .e-dropdown-btn,
103224
+ .e-bigger .e-pv-properties-line-start-container .e-input,
103225
+ .e-bigger .e-pv-properties-line-end-container .e-input,
103226
+ .e-bigger .e-pv-properties-line-style-container .e-input {
103227
+ @if ($theme-name == 'fluent2'){
103228
+ height: 40px !important;/* stylelint-disable-line declaration-no-important */
103229
+ }
103230
+ }
103231
+
103175
103232
  .e-pv-properties-line-leader-length-container {
103176
103233
  @if ($theme-name == 'fluent2') {
103177
103234
  margin-top: 10px;
@@ -104295,7 +104352,8 @@ $lg-desktop: 1399.98;
104295
104352
 
104296
104353
  .e-bigger .e-menu-icon.e-pv-stamp-icon.e-pv-icon {
104297
104354
  @if $theme-name=='fluent2' {
104298
- margin-right: 22px !important;/* stylelint-disable-line declaration-no-important */
104355
+ margin-right: 16px !important;/* stylelint-disable-line declaration-no-important */
104356
+ margin-top: -8px;
104299
104357
  }
104300
104358
  }
104301
104359
 
@@ -104323,6 +104381,12 @@ $lg-desktop: 1399.98;
104323
104381
  }
104324
104382
  }
104325
104383
 
104384
+ .e-bigger .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret {
104385
+ @if ($skin-name == 'fluent2') {
104386
+ margin-top: -8px;
104387
+ }
104388
+ }
104389
+
104326
104390
  .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-pv-stamp-icon,
104327
104391
  .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-caret {
104328
104392
  @if ($skin-name == 'fluent2') {
@@ -104330,6 +104394,13 @@ $lg-desktop: 1399.98;
104330
104394
  }
104331
104395
  }
104332
104396
 
104397
+ .e-bigger .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-pv-stamp-icon,
104398
+ .e-bigger .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-caret {
104399
+ @if ($skin-name == 'fluent2') {
104400
+ margin-top: -8px;
104401
+ }
104402
+ }
104403
+
104333
104404
  .e-pv-annotation-shapes-container.e-btn.e-icon-btn,
104334
104405
  .e-pv-annotation-calibrate-container.e-btn.e-icon-btn,
104335
104406
  .e-pv-annotation-handwritten-container.e-btn.e-icon-btn {
@@ -104457,6 +104528,13 @@ $lg-desktop: 1399.98;
104457
104528
  }
104458
104529
  }
104459
104530
 
104531
+ .e-bigger .e-pv-accordion-container.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content,
104532
+ .e-bigger .e-pv-accordion-content-container .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
104533
+ @if $theme-name == 'fluent2' {
104534
+ font-size: 14px;
104535
+ }
104536
+ }
104537
+
104460
104538
  .e-content-placeholder.e-pdfviewer.e-placeholder-pdfviewer {
104461
104539
  background-size: 100%;
104462
104540
  }
@@ -104493,6 +104571,14 @@ $lg-desktop: 1399.98;
104493
104571
  min-height: 32px;
104494
104572
  }
104495
104573
  }
104574
+
104575
+ .e-pv-signature-dialog-height .e-pv-clearbtn:disabled,
104576
+ .e-pv-signature-dialog-height .e-pv-createbtn:disabled {
104577
+ @if ($theme-name == 'fluent2') {
104578
+ border-color: var(--color-sf-primary-border-color-disabled) !important;/* stylelint-disable-line declaration-no-important */
104579
+ }
104580
+ }
104581
+
104496
104582
  .e-pv-signature-dialog-height .e-pv-cancelbtn{
104497
104583
  @if $skin-name != 'Material3' {
104498
104584
  height: 32px;
@@ -104878,6 +104964,15 @@ $lg-desktop: 1399.98;
104878
104964
  }
104879
104965
  }
104880
104966
 
104967
+ .e-pv-properties-form-field-name-main-div .e-float-text,
104968
+ .e-pv-properties-form-field-tooltip-main-div .e-float-text,
104969
+ .e-pv-properties-form-field-value-main-div .e-float-text,
104970
+ .e-pv-properties-form-field-visibility-main-div .e-float-text {
104971
+ @if $theme-name == 'fluent2' {
104972
+ padding-left: 0 !important;/* stylelint-disable-line declaration-no-important */
104973
+ }
104974
+ }
104975
+
104881
104976
  .e-pv-properties-text-edit-prop {
104882
104977
  @if $skin-name == 'FluentUI' {
104883
104978
  padding-top: 35px;
@@ -104916,6 +105011,28 @@ $lg-desktop: 1399.98;
104916
105011
  .e-pv-center-align-icon-div,
104917
105012
  .e-pv-right-align-icon-div {
104918
105013
  padding: $pv-formfield-properties-icon-align-padding;
105014
+ @if ($theme-name == 'fluent2') {
105015
+ width: 32px;
105016
+ }
105017
+ }
105018
+
105019
+ .e-bigger .e-pv-bold-icon-div,
105020
+ .e-bigger .e-pv-italic-icon-div,
105021
+ .e-bigger .e-pv-strikeout-icon-div,
105022
+ .e-bigger .e-pv-underlinetext-icon-div, {
105023
+ padding: 4px 10px;
105024
+ @if ($theme-name == 'fluent2') {
105025
+ width: 40px;
105026
+ }
105027
+ }
105028
+
105029
+ .e-bigger .e-pv-left-align-icon-div,
105030
+ .e-bigger .e-pv-center-align-icon-div,
105031
+ .e-bigger .e-pv-right-align-icon-div {
105032
+ padding: 4px 10px;
105033
+ @if ($theme-name == 'fluent2') {
105034
+ width: 38.5px;
105035
+ }
104919
105036
  }
104920
105037
 
104921
105038
  .e-pv-bold-icon-div:hover,
@@ -104926,7 +105043,9 @@ $lg-desktop: 1399.98;
104926
105043
  .e-pv-center-align-icon-div:hover,
104927
105044
  .e-pv-right-align-icon-div:hover {
104928
105045
  @if ($skin-name != 'Material3' and $skin-name != 'bootstrap5') {
104929
- background-color: $pv-annotation-dropdown-background-color-hover;
105046
+ @if ($theme-name != 'fluent2') {
105047
+ background-color: $pv-annotation-dropdown-background-color-hover;
105048
+ }
104930
105049
  border-color: $pv-annotation-dropdown-border-color-hover;
104931
105050
  }
104932
105051
  @if ($skin-name == 'bootstrap5') {
@@ -105057,6 +105176,9 @@ $lg-desktop: 1399.98;
105057
105176
  @if ($skin-name == 'Material3') {
105058
105177
  padding: 20px 15px 6px 0;
105059
105178
  }
105179
+ @if ($theme-name == 'fluent2') {
105180
+ padding: 15px;
105181
+ }
105060
105182
  @else {
105061
105183
  padding: 15px 15px 15px 1px;
105062
105184
  }
@@ -105244,6 +105366,7 @@ $lg-desktop: 1399.98;
105244
105366
  }
105245
105367
  @if ($theme-name == 'fluent2') {
105246
105368
  min-height: 555px !important;/* stylelint-disable-line declaration-no-important */
105369
+ max-width: 525px !important;/* stylelint-disable-line declaration-no-important */
105247
105370
  }
105248
105371
  }
105249
105372
 
@@ -105251,12 +105374,13 @@ $lg-desktop: 1399.98;
105251
105374
  @if ($theme-name == 'fluent2') {
105252
105375
  width: $pv-properties-form-field-win-max-width !important;/* stylelint-disable-line declaration-no-important */
105253
105376
  margin-left: -20px !important;/* stylelint-disable-line declaration-no-important */
105377
+ border-bottom: 1px solid var(--color-sf-border-light);
105254
105378
  }
105255
105379
  }
105256
105380
 
105257
105381
  .e-pv-properties-form-field-window .e-dlg-content .e-tab-header .e-toolbar-items {
105258
105382
  @if ($theme-name == 'fluent2') {
105259
- margin-left: 34px;
105383
+ margin-left: 18px;
105260
105384
  }
105261
105385
  }
105262
105386
 
@@ -105499,7 +105623,9 @@ $lg-desktop: 1399.98;
105499
105623
  height: 36px;
105500
105624
  width: 154px;
105501
105625
  }
105502
- justify-content: space-evenly;
105626
+ @if ($theme-name != 'fluent2') {
105627
+ justify-content: space-evenly;
105628
+ }
105503
105629
  @if ($skin-name == 'bootstrap5') {
105504
105630
  align-items: center;
105505
105631
  border: 1px solid $border-light;
@@ -105547,7 +105673,9 @@ $lg-desktop: 1399.98;
105547
105673
  height: 36px;
105548
105674
  width: 120px;
105549
105675
  }
105550
- justify-content: space-evenly;
105676
+ @if ($theme-name != 'fluent2') {
105677
+ justify-content: space-evenly;
105678
+ }
105551
105679
  margin-right: 15px;
105552
105680
  @if ($skin-name == 'bootstrap5' or $skin-name == 'FluentUI') {
105553
105681
  align-items: center;
@@ -105576,7 +105704,9 @@ $lg-desktop: 1399.98;
105576
105704
  }
105577
105705
  display: flex;
105578
105706
  height: 36px;
105579
- justify-content: space-evenly;
105707
+ @if ($theme-name != 'fluent2') {
105708
+ justify-content: space-evenly;
105709
+ }
105580
105710
  width: 154px;
105581
105711
  @if ($skin-name == 'bootstrap5') {
105582
105712
  align-items: center;
@@ -105610,7 +105740,9 @@ $lg-desktop: 1399.98;
105610
105740
  }
105611
105741
  display: flex;
105612
105742
  height: 36px;
105613
- justify-content: space-evenly;
105743
+ @if ($theme-name != 'fluent2') {
105744
+ justify-content: space-evenly;
105745
+ }
105614
105746
  margin-right: 15px;
105615
105747
  width: 120px;
105616
105748
  @if ($skin-name == 'bootstrap5' or $skin-name == 'FluentUI') {
@@ -105755,12 +105887,6 @@ $lg-desktop: 1399.98;
105755
105887
  }
105756
105888
  }
105757
105889
 
105758
- .e-bigger .e-pv-signature-apperance .e-float-input.e-control-wrapper.e-input-group {
105759
- @if ($theme-name=='fluent2') {
105760
- margin-left: 6.4%;
105761
- }
105762
- }
105763
-
105764
105890
  .e-pv-signature-apperance .e-checkbox-wrapper{
105765
105891
  @if ($theme-name == 'fluent2') {
105766
105892
  margin-left: $pv-toolbar-btn-height;
@@ -105914,12 +106040,6 @@ $lg-desktop: 1399.98;
105914
106040
  }
105915
106041
  }
105916
106042
 
105917
- .e-bigger .e-pv-canvas-signature {
105918
- @if $theme-name =='fluent2' {
105919
- margin-left: 5.65%;
105920
- }
105921
- }
105922
-
105923
106043
  .e-pv-sign-upload{
105924
106044
  @if $theme-name =='fluent2' {
105925
106045
  left: 44.5% !important;/* stylelint-disable-line declaration-no-important */
@@ -113022,6 +113142,16 @@ $pivotpager-single-size-title-padding: 8px !default;
113022
113142
  }
113023
113143
 
113024
113144
  @include export-module('pivotview-theme') {
113145
+ .e-pivotview.e-pivotview-autofit .e-grid .e-columnsheader .e-headercelldiv {
113146
+ margin-right: 4px;
113147
+
113148
+ @if ($skin-name == 'FluentUI') or ($skin-name =='fluent2') or ($skin-name == 'tailwind') or ($skin-name == 'tailwind-dark') or ($skin-name == 'Material3') {
113149
+ &:has(> .e-pivotcell-container .e-value-sort-icon) {
113150
+ margin-right: $pivotgrid-value-sort-icon-font-size;
113151
+ }
113152
+ }
113153
+ }
113154
+
113025
113155
  .e-pivotview {
113026
113156
  .e-pivotcell-container {
113027
113157
  align-items: center;
@@ -125785,6 +125915,7 @@ $ribbon-file-menu-size: $text-sm !default;
125785
125915
  $ribbon-file-menu-padding: 8px 8px !default;
125786
125916
  $ribbon-file-menu-height: 22px !default;
125787
125917
  $ribbon-file-menu-border-radius: unset !default;
125918
+ $ribbon-file-menu-min-width-height: 16px !default;
125788
125919
  $ribbon-help-template-padding: 12px !default;
125789
125920
  $ribbon-help-template-height: 38px !default;
125790
125921
  $ribbon-help-template-border: none !default;
@@ -125957,6 +126088,7 @@ $ribbon-bigger-group-height: 150px !default;
125957
126088
  $ribbon-bigger-file-menu-height: 24px !default;
125958
126089
  $ribbon-bigger-file-menu-padding: 12px 12px !default;
125959
126090
  $ribbon-bigger-file-menu-size: $text-base !default;
126091
+ $ribbon-bigger-file-menu-min-width-height: 16px !default;
125960
126092
  $ribbon-bigger-help-template-padding: 16px !default;
125961
126093
  $ribbon-bigger-help-template-height: 48px !default;
125962
126094
  $ribbon-bigger-toolbar-items-height: 48px !default;
@@ -126698,9 +126830,10 @@ $ribbon-items-focus-box-shadow: none !default;
126698
126830
 
126699
126831
  .e-menu-icon {
126700
126832
  @include ribbon-font-props($ribbon-backstage-menu-icon-font-size, $ribbon-backstage-menu-icon-line-height);
126833
+ @include ribbon-items-icon-images($ribbon-backstage-menu-icon-font-size);
126701
126834
  width: auto;
126702
126835
  margin-right: unset;
126703
- padding: $ribbon-backstage-menu-icon-padding;
126836
+ margin: $ribbon-backstage-menu-icon-padding;
126704
126837
  }
126705
126838
 
126706
126839
  &.e-blankicon {
@@ -127313,6 +127446,7 @@ $ribbon-items-focus-box-shadow: none !default;
127313
127446
 
127314
127447
  .e-btn-icon {
127315
127448
  @include ribbon-font-styles(16px, $ribbon-items-font-weight, 16px);
127449
+ @include ribbon-items-icon-images(16px);
127316
127450
  margin: $ribbon-group-button-icon-margin;
127317
127451
  width: auto;
127318
127452
  &.e-icon-left {
@@ -127400,6 +127534,10 @@ $ribbon-items-focus-box-shadow: none !default;
127400
127534
  @include ribbon-font-styles($ribbon-gallery-icons-size, $ribbon-gallery-icons-weight, $ribbon-gallery-icons-height);
127401
127535
  padding: 3px;
127402
127536
  background-size: cover;
127537
+ min-width: $ribbon-gallery-icons-size;
127538
+ min-height: $ribbon-gallery-icons-size;
127539
+ background-position: center;
127540
+ background-repeat: no-repeat;
127403
127541
  }
127404
127542
  &:hover,
127405
127543
  &.e-ribbon-gallery-selected {
@@ -127444,6 +127582,7 @@ $ribbon-items-focus-box-shadow: none !default;
127444
127582
  border-radius: unset;
127445
127583
 
127446
127584
  .e-menu-icon {
127585
+ @include ribbon-items-icon-images($ribbon-file-menu-min-width-height);
127447
127586
  width: auto;
127448
127587
  }
127449
127588
 
@@ -127461,6 +127600,13 @@ $ribbon-items-focus-box-shadow: none !default;
127461
127600
 
127462
127601
  .e-menu-icon {
127463
127602
  @include ribbon-font-props(16px, 16px);
127603
+ @include ribbon-items-icon-images(16px);
127604
+ }
127605
+ @if ($skin-name == 'fluent2') {
127606
+ .e-menu-icon {
127607
+ padding: 0;
127608
+ margin: 2px 12px 2px 2px;
127609
+ }
127464
127610
  }
127465
127611
  }
127466
127612
 
@@ -127890,6 +128036,8 @@ $ribbon-items-focus-box-shadow: none !default;
127890
128036
 
127891
128037
  .e-menu-icon {
127892
128038
  @include ribbon-font-props(20px, 20px);
128039
+ min-height: 20px;
128040
+ min-width: 20px;
127893
128041
  }
127894
128042
  }
127895
128043
 
@@ -127897,8 +128045,14 @@ $ribbon-items-focus-box-shadow: none !default;
127897
128045
  .e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-vertical,
127898
128046
  .e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-ul,
127899
128047
  .e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-ul {
127900
- .e-menu-item.e-blankicon {
127901
- padding-left: $ribbon-bigger-menu-blank-icon-padding !important; /* stylelint-disable-line declaration-no-important */
128048
+ .e-menu-item {
128049
+ &.e-blankicon {
128050
+ padding-left: $ribbon-bigger-menu-blank-icon-padding !important; /* stylelint-disable-line declaration-no-important */
128051
+ }
128052
+ .e-menu-icon {
128053
+ min-width: $ribbon-bigger-file-menu-min-width-height;
128054
+ min-height: $ribbon-bigger-file-menu-min-width-height;
128055
+ }
127902
128056
  }
127903
128057
  }
127904
128058
 
@@ -127921,7 +128075,9 @@ $ribbon-items-focus-box-shadow: none !default;
127921
128075
 
127922
128076
  .e-menu-icon {
127923
128077
  @include ribbon-font-props($ribbon-bigger-backstage-menu-icon-font-size, $ribbon-bigger-backstage-menu-icon-line-height);
127924
- padding: $ribbon-bigger-backstage-menu-icon-padding;
128078
+ margin: $ribbon-bigger-backstage-menu-icon-padding;
128079
+ min-width: $ribbon-bigger-backstage-menu-icon-font-size;
128080
+ min-height: $ribbon-bigger-backstage-menu-icon-font-size;
127925
128081
  }
127926
128082
 
127927
128083
  &.e-blankicon {
@@ -127937,6 +128093,8 @@ $ribbon-items-focus-box-shadow: none !default;
127937
128093
  .e-btn-icon {
127938
128094
  @include ribbon-font-props($ribbon-bigger-items-icon-size, $ribbon-bigger-items-icon-height);
127939
128095
  margin: $ribbon-bigger-group-button-icon-margin;
128096
+ min-height: $ribbon-bigger-items-icon-size;
128097
+ min-width: $ribbon-bigger-items-icon-size;
127940
128098
  &.e-icon-left {
127941
128099
  padding: $ribbon-bigger-group-button-icon-padding;
127942
128100
  }