@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
@@ -37997,6 +37997,12 @@ $radio-btn-uncheck-color: $icon-color !default;
37997
37997
  border-color: $radio-btn-focus-check-border-color;
37998
37998
  box-shadow: $radio-btn-focussed-box-shadow;
37999
37999
  }
38000
+
38001
+ & .e-ripple-container {
38002
+ @if $skin-name == 'Material3' {
38003
+ background-color: $radio-btn-focus-ripple-bgcolor;
38004
+ }
38005
+ }
38000
38006
  }
38001
38007
  }
38002
38008
 
@@ -67721,7 +67727,8 @@ $de-column-presets-font-size: $text-6xl !default;
67721
67727
  .e-de-style-paragraph-group-button .e-btn.e-active,
67722
67728
  .e-de-style-font-group-button .e-btn.e-active {
67723
67729
  @if $skin-name =='fluent2' {
67724
- background-color: var(--color-sf-secondary-bg-color);
67730
+ background-color: var(--color-sf-content-bg-color-pressed);
67731
+ color: var(--color-sf-toolbar-icon-color);
67725
67732
  }
67726
67733
  }
67727
67734
  .e-de-hyperlink-bookmark-check .e-checkbox-wrapper .e-frame {
@@ -70196,13 +70203,13 @@ $de-hover-bg: $content-bg-color-alt2 !default;
70196
70203
  }
70197
70204
  .e-btn-toggle {
70198
70205
  @if $skin-name=='fluent2' {
70199
- background-color: var(--color-sf-secondary-bg-color);
70206
+ background-color: var(--color-sf-content-bg-color-pressed) !important;
70200
70207
  }
70201
70208
  @else{
70202
70209
  background-color: $de-toggle-bg-color !important;
70203
70210
  }
70204
70211
  @if $skin-name =='fluent2' {
70205
- background-color: $de-items-pressed;
70212
+ color: var(--color-sf-toolbar-icon-color) !important;
70206
70213
  }
70207
70214
  @if $skin-name=='highcontrast' {
70208
70215
  color: $de-title-bar-font-clr !important;
@@ -70214,7 +70221,12 @@ $de-hover-bg: $content-bg-color-alt2 !default;
70214
70221
  outline-offset: 0;
70215
70222
  box-shadow: $de-toggle-btn-border !important;
70216
70223
  #{if(&, '&', '*')}:hover {
70217
- background-color: $de-toggle-bg-color !important;
70224
+ @if $skin-name=='fluent2' {
70225
+ background-color: var(--color-sf-content-bg-color-pressed) !important;
70226
+ }
70227
+ @else {
70228
+ background-color: $de-toggle-bg-color !important;
70229
+ }
70218
70230
  @if $skin-name=='fabric' {
70219
70231
  border-color: $de-toggle-bg-color !important;
70220
70232
  }
@@ -70231,6 +70243,14 @@ $de-hover-bg: $content-bg-color-alt2 !default;
70231
70243
  color: $de-title-bar-font-clr !important;
70232
70244
  }
70233
70245
  }
70246
+ @if $skin-name=='fluent2' {
70247
+ .e-btn-toggle .e-tbar-btn-text {
70248
+ color: var(--color-sf-toolbar-icon-color) !important;
70249
+ }
70250
+ .e-btn-toggle>span {
70251
+ color: var(--color-sf-toolbar-icon-color) !important;
70252
+ }
70253
+ }
70234
70254
  @if $skin-name=='bootstrap' or $skin-name=='bootstrap4' or $skin-name=='tailwind' or or $skin-name=='bootstrap5' or $skin-name =='FluentUI' {
70235
70255
  .e-de-ctnr-group-btn-top>button:first-child {
70236
70256
  border-radius: 0;
@@ -85599,7 +85619,7 @@ $treegrid-rtl-rowdd-childborder-width: 2px 0 2px 0 !default;
85599
85619
  }
85600
85620
  @mixin display-align {
85601
85621
  display: inline-block;
85602
- vertical-align: middle;
85622
+ vertical-align: text-bottom;
85603
85623
  }
85604
85624
  @mixin drop-bottom-child {
85605
85625
  box-shadow: 0 1px 0 0 $childborder-color;
@@ -85627,6 +85647,12 @@ $treegrid-rtl-rowdd-childborder-width: 2px 0 2px 0 !default;
85627
85647
  font-size: $treegrid-bigger-icon-font-size;
85628
85648
  height: $treegrid-bigger-icon-size;
85629
85649
  width: $treegrid-bigger-icon-size;
85650
+ vertical-align: bottom;
85651
+ }
85652
+ .e-treegridexpand{
85653
+ @if $skin-name == 'highcontrast'{
85654
+ vertical-align: middle;
85655
+ }
85630
85656
  }
85631
85657
 
85632
85658
  .e-hierarchycheckbox {
@@ -85647,6 +85673,10 @@ $treegrid-rtl-rowdd-childborder-width: 2px 0 2px 0 !default;
85647
85673
  line-height: $treegrid-bigger-icon-size;
85648
85674
  }
85649
85675
 
85676
+ .e-treecolumn-container span {
85677
+ vertical-align: middle;
85678
+ }
85679
+
85650
85680
  .e-row[aria-expanded = 'true'] .e-treecell {
85651
85681
  @if $skin-name == 'FluentUI' or $theme-name == 'fluentui-dark' {
85652
85682
  font-size: 16px;
@@ -85687,18 +85717,29 @@ $treegrid-rtl-rowdd-childborder-width: 2px 0 2px 0 !default;
85687
85717
  vertical-align: $treegrid-right-arrow-icon-vertical-align;
85688
85718
  }
85689
85719
 
85720
+ span.e-icons.e-treegridcollapse{
85721
+ @if $skin-name == 'highcontrast'{
85722
+ text-align: center;
85723
+ vertical-align: baseline;
85724
+ }
85725
+ }
85726
+
85690
85727
  .e-rowcell:not(.e-gridclip) {
85691
85728
  .e-treecolumn-container {
85692
85729
  display: block;
85693
85730
  @include rowcell-container;
85694
85731
 
85695
85732
  span.e-treecell {
85696
- display: inline;
85733
+ display: contents;
85697
85734
  @include rowcell-container;
85698
85735
  }
85699
85736
  }
85700
85737
  }
85701
85738
 
85739
+ .e-templatecell .e-treecolumn-container span {
85740
+ vertical-align: middle;
85741
+ }
85742
+
85702
85743
  .e-treegridexpand:hover::before,
85703
85744
  .e-treegridcollapse:hover::before {
85704
85745
  color: $treegrid-right-arrow-hover-color;
@@ -85754,6 +85795,10 @@ $treegrid-rtl-rowdd-childborder-width: 2px 0 2px 0 !default;
85754
85795
  @include display-align;
85755
85796
  }
85756
85797
  }
85798
+
85799
+ .e-templatecell .e-treecolumn-container span {
85800
+ vertical-align: middle;
85801
+ }
85757
85802
 
85758
85803
  .e-cloneproperties .e-treecolumn-container {
85759
85804
  span {
@@ -85792,7 +85837,7 @@ $treegrid-rtl-rowdd-childborder-width: 2px 0 2px 0 !default;
85792
85837
  height: $treegrid-right-arrow-icon-height;
85793
85838
  padding: $treegrid-right-arrow-icon-padding;
85794
85839
  text-align: center;
85795
- vertical-align: bottom;
85840
+ vertical-align: text-bottom;
85796
85841
  width: $treegrid-right-arrow-icon-width;
85797
85842
  }
85798
85843
 
@@ -102150,6 +102195,18 @@ $lg-desktop: 1399.98;
102150
102195
  }
102151
102196
  }
102152
102197
 
102198
+ .e-bigger .e-pv-properties-line-thickness-container .e-input,
102199
+ .e-bigger .e-pv-properties-line-start-container .e-dropdown-btn,
102200
+ .e-bigger .e-pv-properties-line-end-container .e-dropdown-btn,
102201
+ .e-bigger .e-pv-properties-line-style-container .e-dropdown-btn,
102202
+ .e-bigger .e-pv-properties-line-start-container .e-input,
102203
+ .e-bigger .e-pv-properties-line-end-container .e-input,
102204
+ .e-bigger .e-pv-properties-line-style-container .e-input {
102205
+ @if ($theme-name == 'fluent2'){
102206
+ height: 40px !important;/* stylelint-disable-line declaration-no-important */
102207
+ }
102208
+ }
102209
+
102153
102210
  .e-pv-properties-line-leader-length-container {
102154
102211
  @if ($theme-name == 'fluent2') {
102155
102212
  margin-top: 10px;
@@ -103273,7 +103330,8 @@ $lg-desktop: 1399.98;
103273
103330
 
103274
103331
  .e-bigger .e-menu-icon.e-pv-stamp-icon.e-pv-icon {
103275
103332
  @if $theme-name=='fluent2' {
103276
- margin-right: 22px !important;/* stylelint-disable-line declaration-no-important */
103333
+ margin-right: 16px !important;/* stylelint-disable-line declaration-no-important */
103334
+ margin-top: -8px;
103277
103335
  }
103278
103336
  }
103279
103337
 
@@ -103301,6 +103359,12 @@ $lg-desktop: 1399.98;
103301
103359
  }
103302
103360
  }
103303
103361
 
103362
+ .e-bigger .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret {
103363
+ @if ($skin-name == 'fluent2') {
103364
+ margin-top: -8px;
103365
+ }
103366
+ }
103367
+
103304
103368
  .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-pv-stamp-icon,
103305
103369
  .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-caret {
103306
103370
  @if ($skin-name == 'fluent2') {
@@ -103308,6 +103372,13 @@ $lg-desktop: 1399.98;
103308
103372
  }
103309
103373
  }
103310
103374
 
103375
+ .e-bigger .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-pv-stamp-icon,
103376
+ .e-bigger .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-caret {
103377
+ @if ($skin-name == 'fluent2') {
103378
+ margin-top: -8px;
103379
+ }
103380
+ }
103381
+
103311
103382
  .e-pv-annotation-shapes-container.e-btn.e-icon-btn,
103312
103383
  .e-pv-annotation-calibrate-container.e-btn.e-icon-btn,
103313
103384
  .e-pv-annotation-handwritten-container.e-btn.e-icon-btn {
@@ -103435,6 +103506,13 @@ $lg-desktop: 1399.98;
103435
103506
  }
103436
103507
  }
103437
103508
 
103509
+ .e-bigger .e-pv-accordion-container.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content,
103510
+ .e-bigger .e-pv-accordion-content-container .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
103511
+ @if $theme-name == 'fluent2' {
103512
+ font-size: 14px;
103513
+ }
103514
+ }
103515
+
103438
103516
  .e-content-placeholder.e-pdfviewer.e-placeholder-pdfviewer {
103439
103517
  background-size: 100%;
103440
103518
  }
@@ -103471,6 +103549,14 @@ $lg-desktop: 1399.98;
103471
103549
  min-height: 32px;
103472
103550
  }
103473
103551
  }
103552
+
103553
+ .e-pv-signature-dialog-height .e-pv-clearbtn:disabled,
103554
+ .e-pv-signature-dialog-height .e-pv-createbtn:disabled {
103555
+ @if ($theme-name == 'fluent2') {
103556
+ border-color: var(--color-sf-primary-border-color-disabled) !important;/* stylelint-disable-line declaration-no-important */
103557
+ }
103558
+ }
103559
+
103474
103560
  .e-pv-signature-dialog-height .e-pv-cancelbtn{
103475
103561
  @if $skin-name != 'Material3' {
103476
103562
  height: 32px;
@@ -103856,6 +103942,15 @@ $lg-desktop: 1399.98;
103856
103942
  }
103857
103943
  }
103858
103944
 
103945
+ .e-pv-properties-form-field-name-main-div .e-float-text,
103946
+ .e-pv-properties-form-field-tooltip-main-div .e-float-text,
103947
+ .e-pv-properties-form-field-value-main-div .e-float-text,
103948
+ .e-pv-properties-form-field-visibility-main-div .e-float-text {
103949
+ @if $theme-name == 'fluent2' {
103950
+ padding-left: 0 !important;/* stylelint-disable-line declaration-no-important */
103951
+ }
103952
+ }
103953
+
103859
103954
  .e-pv-properties-text-edit-prop {
103860
103955
  @if $skin-name == 'FluentUI' {
103861
103956
  padding-top: 35px;
@@ -103894,6 +103989,28 @@ $lg-desktop: 1399.98;
103894
103989
  .e-pv-center-align-icon-div,
103895
103990
  .e-pv-right-align-icon-div {
103896
103991
  padding: $pv-formfield-properties-icon-align-padding;
103992
+ @if ($theme-name == 'fluent2') {
103993
+ width: 32px;
103994
+ }
103995
+ }
103996
+
103997
+ .e-bigger .e-pv-bold-icon-div,
103998
+ .e-bigger .e-pv-italic-icon-div,
103999
+ .e-bigger .e-pv-strikeout-icon-div,
104000
+ .e-bigger .e-pv-underlinetext-icon-div, {
104001
+ padding: 4px 10px;
104002
+ @if ($theme-name == 'fluent2') {
104003
+ width: 40px;
104004
+ }
104005
+ }
104006
+
104007
+ .e-bigger .e-pv-left-align-icon-div,
104008
+ .e-bigger .e-pv-center-align-icon-div,
104009
+ .e-bigger .e-pv-right-align-icon-div {
104010
+ padding: 4px 10px;
104011
+ @if ($theme-name == 'fluent2') {
104012
+ width: 38.5px;
104013
+ }
103897
104014
  }
103898
104015
 
103899
104016
  .e-pv-bold-icon-div:hover,
@@ -103904,7 +104021,9 @@ $lg-desktop: 1399.98;
103904
104021
  .e-pv-center-align-icon-div:hover,
103905
104022
  .e-pv-right-align-icon-div:hover {
103906
104023
  @if ($skin-name != 'Material3' and $skin-name != 'bootstrap5') {
103907
- background-color: $pv-annotation-dropdown-background-color-hover;
104024
+ @if ($theme-name != 'fluent2') {
104025
+ background-color: $pv-annotation-dropdown-background-color-hover;
104026
+ }
103908
104027
  border-color: $pv-annotation-dropdown-border-color-hover;
103909
104028
  }
103910
104029
  @if ($skin-name == 'bootstrap5') {
@@ -104035,6 +104154,9 @@ $lg-desktop: 1399.98;
104035
104154
  @if ($skin-name == 'Material3') {
104036
104155
  padding: 20px 15px 6px 0;
104037
104156
  }
104157
+ @if ($theme-name == 'fluent2') {
104158
+ padding: 15px;
104159
+ }
104038
104160
  @else {
104039
104161
  padding: 15px 15px 15px 1px;
104040
104162
  }
@@ -104222,6 +104344,7 @@ $lg-desktop: 1399.98;
104222
104344
  }
104223
104345
  @if ($theme-name == 'fluent2') {
104224
104346
  min-height: 555px !important;/* stylelint-disable-line declaration-no-important */
104347
+ max-width: 525px !important;/* stylelint-disable-line declaration-no-important */
104225
104348
  }
104226
104349
  }
104227
104350
 
@@ -104229,12 +104352,13 @@ $lg-desktop: 1399.98;
104229
104352
  @if ($theme-name == 'fluent2') {
104230
104353
  width: $pv-properties-form-field-win-max-width !important;/* stylelint-disable-line declaration-no-important */
104231
104354
  margin-left: -20px !important;/* stylelint-disable-line declaration-no-important */
104355
+ border-bottom: 1px solid var(--color-sf-border-light);
104232
104356
  }
104233
104357
  }
104234
104358
 
104235
104359
  .e-pv-properties-form-field-window .e-dlg-content .e-tab-header .e-toolbar-items {
104236
104360
  @if ($theme-name == 'fluent2') {
104237
- margin-left: 34px;
104361
+ margin-left: 18px;
104238
104362
  }
104239
104363
  }
104240
104364
 
@@ -104477,7 +104601,9 @@ $lg-desktop: 1399.98;
104477
104601
  height: 36px;
104478
104602
  width: 154px;
104479
104603
  }
104480
- justify-content: space-evenly;
104604
+ @if ($theme-name != 'fluent2') {
104605
+ justify-content: space-evenly;
104606
+ }
104481
104607
  @if ($skin-name == 'bootstrap5') {
104482
104608
  align-items: center;
104483
104609
  border: 1px solid $border-light;
@@ -104525,7 +104651,9 @@ $lg-desktop: 1399.98;
104525
104651
  height: 36px;
104526
104652
  width: 120px;
104527
104653
  }
104528
- justify-content: space-evenly;
104654
+ @if ($theme-name != 'fluent2') {
104655
+ justify-content: space-evenly;
104656
+ }
104529
104657
  margin-right: 15px;
104530
104658
  @if ($skin-name == 'bootstrap5' or $skin-name == 'FluentUI') {
104531
104659
  align-items: center;
@@ -104554,7 +104682,9 @@ $lg-desktop: 1399.98;
104554
104682
  }
104555
104683
  display: flex;
104556
104684
  height: 36px;
104557
- justify-content: space-evenly;
104685
+ @if ($theme-name != 'fluent2') {
104686
+ justify-content: space-evenly;
104687
+ }
104558
104688
  width: 154px;
104559
104689
  @if ($skin-name == 'bootstrap5') {
104560
104690
  align-items: center;
@@ -104588,7 +104718,9 @@ $lg-desktop: 1399.98;
104588
104718
  }
104589
104719
  display: flex;
104590
104720
  height: 36px;
104591
- justify-content: space-evenly;
104721
+ @if ($theme-name != 'fluent2') {
104722
+ justify-content: space-evenly;
104723
+ }
104592
104724
  margin-right: 15px;
104593
104725
  width: 120px;
104594
104726
  @if ($skin-name == 'bootstrap5' or $skin-name == 'FluentUI') {
@@ -104733,12 +104865,6 @@ $lg-desktop: 1399.98;
104733
104865
  }
104734
104866
  }
104735
104867
 
104736
- .e-bigger .e-pv-signature-apperance .e-float-input.e-control-wrapper.e-input-group {
104737
- @if ($theme-name=='fluent2') {
104738
- margin-left: 6.4%;
104739
- }
104740
- }
104741
-
104742
104868
  .e-pv-signature-apperance .e-checkbox-wrapper{
104743
104869
  @if ($theme-name == 'fluent2') {
104744
104870
  margin-left: $pv-toolbar-btn-height;
@@ -104892,12 +105018,6 @@ $lg-desktop: 1399.98;
104892
105018
  }
104893
105019
  }
104894
105020
 
104895
- .e-bigger .e-pv-canvas-signature {
104896
- @if $theme-name =='fluent2' {
104897
- margin-left: 5.65%;
104898
- }
104899
- }
104900
-
104901
105021
  .e-pv-sign-upload{
104902
105022
  @if $theme-name =='fluent2' {
104903
105023
  left: 44.5% !important;/* stylelint-disable-line declaration-no-important */
@@ -112001,6 +112121,16 @@ $pivotpager-single-size-title-padding: 8px !default;
112001
112121
  }
112002
112122
 
112003
112123
  @include export-module('pivotview-theme') {
112124
+ .e-pivotview.e-pivotview-autofit .e-grid .e-columnsheader .e-headercelldiv {
112125
+ margin-right: 4px;
112126
+
112127
+ @if ($skin-name == 'FluentUI') or ($skin-name =='fluent2') or ($skin-name == 'tailwind') or ($skin-name == 'tailwind-dark') or ($skin-name == 'Material3') {
112128
+ &:has(> .e-pivotcell-container .e-value-sort-icon) {
112129
+ margin-right: $pivotgrid-value-sort-icon-font-size;
112130
+ }
112131
+ }
112132
+ }
112133
+
112004
112134
  .e-pivotview {
112005
112135
  .e-pivotcell-container {
112006
112136
  align-items: center;
@@ -124756,6 +124886,7 @@ $ribbon-file-menu-size: $text-sm !default;
124756
124886
  $ribbon-file-menu-padding: 8px 12px !default;
124757
124887
  $ribbon-file-menu-height: 22px !default;
124758
124888
  $ribbon-file-menu-border-radius: unset !default;
124889
+ $ribbon-file-menu-min-width-height: 14px !default;
124759
124890
  $ribbon-help-template-padding: 12px !default;
124760
124891
  $ribbon-help-template-height: 38px !default;
124761
124892
  $ribbon-help-template-border: none !default;
@@ -124861,7 +124992,7 @@ $ribbon-backstage-menu-active-border: 0 !default;
124861
124992
  $ribbon-backstage-menu-item-height: 38px !default;
124862
124993
  $ribbon-backstage-menu-icon-font-size: 16px !default;
124863
124994
  $ribbon-backstage-menu-icon-line-height: 16px !default;
124864
- $ribbon-backstage-menu-icon-padding: 11px 18px 11px 16px !default;
124995
+ $ribbon-backstage-menu-icon-padding: 11px 18px 15px 16px !default;
124865
124996
  $ribbon-backstage-menu-blank-icon-padding: 50px !default;
124866
124997
  $ribbon-backstage-btn-focus-border: 0 !default;
124867
124998
  $ribbon-backstage-btn-height: 38px !default;
@@ -124928,6 +125059,7 @@ $ribbon-bigger-group-height: 150px !default;
124928
125059
  $ribbon-bigger-file-menu-height: 125% !default;
124929
125060
  $ribbon-bigger-file-menu-padding: 14px 15px !default;
124930
125061
  $ribbon-bigger-file-menu-size: $text-base !default;
125062
+ $ribbon-bigger-file-menu-min-width-height: 18px !default;
124931
125063
  $ribbon-bigger-help-template-padding: 16px !default;
124932
125064
  $ribbon-bigger-help-template-height: 48px !default;
124933
125065
  $ribbon-bigger-toolbar-items-height: 48px !default;
@@ -124999,7 +125131,7 @@ $ribbon-bigger-ddb-popup-height: 32px;
124999
125131
  $ribbon-bigger-backstage-menu-item-height: 48px !default;
125000
125132
  $ribbon-bigger-backstage-menu-icon-font-size: 20px !default;
125001
125133
  $ribbon-bigger-backstage-menu-icon-line-height: 20px !default;
125002
- $ribbon-bigger-backstage-menu-icon-padding: 14px 16px !default;
125134
+ $ribbon-bigger-backstage-menu-icon-padding: 14px 16px 18px !default;
125003
125135
  $ribbon-bigger-backstage-menu-blank-icon-padding: 52px !default;
125004
125136
  $ribbon-bigger-backstage-btn-height: 48px !default;
125005
125137
  $ribbon-bigger-backstage-btn-line-height: 48px !default;
@@ -125669,9 +125801,10 @@ $ribbon-items-focus-box-shadow: none !default;
125669
125801
 
125670
125802
  .e-menu-icon {
125671
125803
  @include ribbon-font-props($ribbon-backstage-menu-icon-font-size, $ribbon-backstage-menu-icon-line-height);
125804
+ @include ribbon-items-icon-images($ribbon-backstage-menu-icon-font-size);
125672
125805
  width: auto;
125673
125806
  margin-right: unset;
125674
- padding: $ribbon-backstage-menu-icon-padding;
125807
+ margin: $ribbon-backstage-menu-icon-padding;
125675
125808
  }
125676
125809
 
125677
125810
  &.e-blankicon {
@@ -126284,6 +126417,7 @@ $ribbon-items-focus-box-shadow: none !default;
126284
126417
 
126285
126418
  .e-btn-icon {
126286
126419
  @include ribbon-font-styles(16px, $ribbon-items-font-weight, 16px);
126420
+ @include ribbon-items-icon-images(16px);
126287
126421
  margin: $ribbon-group-button-icon-margin;
126288
126422
  width: auto;
126289
126423
  &.e-icon-left {
@@ -126371,6 +126505,10 @@ $ribbon-items-focus-box-shadow: none !default;
126371
126505
  @include ribbon-font-styles($ribbon-gallery-icons-size, $ribbon-gallery-icons-weight, $ribbon-gallery-icons-height);
126372
126506
  padding: 3px;
126373
126507
  background-size: cover;
126508
+ min-width: $ribbon-gallery-icons-size;
126509
+ min-height: $ribbon-gallery-icons-size;
126510
+ background-position: center;
126511
+ background-repeat: no-repeat;
126374
126512
  }
126375
126513
  &:hover,
126376
126514
  &.e-ribbon-gallery-selected {
@@ -126415,6 +126553,7 @@ $ribbon-items-focus-box-shadow: none !default;
126415
126553
  border-radius: unset;
126416
126554
 
126417
126555
  .e-menu-icon {
126556
+ @include ribbon-items-icon-images($ribbon-file-menu-min-width-height);
126418
126557
  width: auto;
126419
126558
  }
126420
126559
 
@@ -126432,6 +126571,13 @@ $ribbon-items-focus-box-shadow: none !default;
126432
126571
 
126433
126572
  .e-menu-icon {
126434
126573
  @include ribbon-font-props(16px, 16px);
126574
+ @include ribbon-items-icon-images(16px);
126575
+ }
126576
+ @if ($skin-name == 'fluent2') {
126577
+ .e-menu-icon {
126578
+ padding: 0;
126579
+ margin: 2px 12px 2px 2px;
126580
+ }
126435
126581
  }
126436
126582
  }
126437
126583
 
@@ -126861,6 +127007,8 @@ $ribbon-items-focus-box-shadow: none !default;
126861
127007
 
126862
127008
  .e-menu-icon {
126863
127009
  @include ribbon-font-props(20px, 20px);
127010
+ min-height: 20px;
127011
+ min-width: 20px;
126864
127012
  }
126865
127013
  }
126866
127014
 
@@ -126868,8 +127016,14 @@ $ribbon-items-focus-box-shadow: none !default;
126868
127016
  .e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-vertical,
126869
127017
  .e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-ul,
126870
127018
  .e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-ul {
126871
- .e-menu-item.e-blankicon {
126872
- padding-left: $ribbon-bigger-menu-blank-icon-padding !important; /* stylelint-disable-line declaration-no-important */
127019
+ .e-menu-item {
127020
+ &.e-blankicon {
127021
+ padding-left: $ribbon-bigger-menu-blank-icon-padding !important; /* stylelint-disable-line declaration-no-important */
127022
+ }
127023
+ .e-menu-icon {
127024
+ min-width: $ribbon-bigger-file-menu-min-width-height;
127025
+ min-height: $ribbon-bigger-file-menu-min-width-height;
127026
+ }
126873
127027
  }
126874
127028
  }
126875
127029
 
@@ -126892,7 +127046,9 @@ $ribbon-items-focus-box-shadow: none !default;
126892
127046
 
126893
127047
  .e-menu-icon {
126894
127048
  @include ribbon-font-props($ribbon-bigger-backstage-menu-icon-font-size, $ribbon-bigger-backstage-menu-icon-line-height);
126895
- padding: $ribbon-bigger-backstage-menu-icon-padding;
127049
+ margin: $ribbon-bigger-backstage-menu-icon-padding;
127050
+ min-width: $ribbon-bigger-backstage-menu-icon-font-size;
127051
+ min-height: $ribbon-bigger-backstage-menu-icon-font-size;
126896
127052
  }
126897
127053
 
126898
127054
  &.e-blankicon {
@@ -126908,6 +127064,8 @@ $ribbon-items-focus-box-shadow: none !default;
126908
127064
  .e-btn-icon {
126909
127065
  @include ribbon-font-props($ribbon-bigger-items-icon-size, $ribbon-bigger-items-icon-height);
126910
127066
  margin: $ribbon-bigger-group-button-icon-margin;
127067
+ min-height: $ribbon-bigger-items-icon-size;
127068
+ min-width: $ribbon-bigger-items-icon-size;
126911
127069
  &.e-icon-left {
126912
127070
  padding: $ribbon-bigger-group-button-icon-padding;
126913
127071
  }