@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
@@ -37977,6 +37977,12 @@ $radio-btn-focus-outline: $radio-btn-background-color 0 solid !default;
37977
37977
  border-color: $radio-btn-focus-check-border-color;
37978
37978
  box-shadow: $radio-btn-focussed-box-shadow;
37979
37979
  }
37980
+
37981
+ & .e-ripple-container {
37982
+ @if $skin-name == 'Material3' {
37983
+ background-color: $radio-btn-focus-ripple-bgcolor;
37984
+ }
37985
+ }
37980
37986
  }
37981
37987
  }
37982
37988
 
@@ -67585,7 +67591,8 @@ $de-column-presets-font-size: $text-6xl !default;
67585
67591
  .e-de-style-paragraph-group-button .e-btn.e-active,
67586
67592
  .e-de-style-font-group-button .e-btn.e-active {
67587
67593
  @if $skin-name =='fluent2' {
67588
- background-color: var(--color-sf-secondary-bg-color);
67594
+ background-color: var(--color-sf-content-bg-color-pressed);
67595
+ color: var(--color-sf-toolbar-icon-color);
67589
67596
  }
67590
67597
  }
67591
67598
  .e-de-hyperlink-bookmark-check .e-checkbox-wrapper .e-frame {
@@ -70058,13 +70065,13 @@ $de-hover-bg: $content-bg-color-alt2 !default;
70058
70065
  }
70059
70066
  .e-btn-toggle {
70060
70067
  @if $skin-name=='fluent2' {
70061
- background-color: var(--color-sf-secondary-bg-color);
70068
+ background-color: var(--color-sf-content-bg-color-pressed) !important;
70062
70069
  }
70063
70070
  @else{
70064
70071
  background-color: $de-toggle-bg-color !important;
70065
70072
  }
70066
70073
  @if $skin-name =='fluent2' {
70067
- background-color: $de-items-pressed;
70074
+ color: var(--color-sf-toolbar-icon-color) !important;
70068
70075
  }
70069
70076
  @if $skin-name=='highcontrast' {
70070
70077
  color: $de-title-bar-font-clr !important;
@@ -70076,7 +70083,12 @@ $de-hover-bg: $content-bg-color-alt2 !default;
70076
70083
  outline-offset: 0;
70077
70084
  box-shadow: $de-toggle-btn-border !important;
70078
70085
  #{if(&, '&', '*')}:hover {
70079
- background-color: $de-toggle-bg-color !important;
70086
+ @if $skin-name=='fluent2' {
70087
+ background-color: var(--color-sf-content-bg-color-pressed) !important;
70088
+ }
70089
+ @else {
70090
+ background-color: $de-toggle-bg-color !important;
70091
+ }
70080
70092
  @if $skin-name=='fabric' {
70081
70093
  border-color: $de-toggle-bg-color !important;
70082
70094
  }
@@ -70093,6 +70105,14 @@ $de-hover-bg: $content-bg-color-alt2 !default;
70093
70105
  color: $de-title-bar-font-clr !important;
70094
70106
  }
70095
70107
  }
70108
+ @if $skin-name=='fluent2' {
70109
+ .e-btn-toggle .e-tbar-btn-text {
70110
+ color: var(--color-sf-toolbar-icon-color) !important;
70111
+ }
70112
+ .e-btn-toggle>span {
70113
+ color: var(--color-sf-toolbar-icon-color) !important;
70114
+ }
70115
+ }
70096
70116
  @if $skin-name=='bootstrap' or $skin-name=='bootstrap4' or $skin-name=='tailwind' or or $skin-name=='bootstrap5' or $skin-name =='FluentUI' {
70097
70117
  .e-de-ctnr-group-btn-top>button:first-child {
70098
70118
  border-radius: 0;
@@ -85460,7 +85480,7 @@ $treegrid-rtl-rowdd-childborder-width: 2px 0 2px 0 !default;
85460
85480
  }
85461
85481
  @mixin display-align {
85462
85482
  display: inline-block;
85463
- vertical-align: middle;
85483
+ vertical-align: text-bottom;
85464
85484
  }
85465
85485
  @mixin drop-bottom-child {
85466
85486
  box-shadow: 0 1px 0 0 $childborder-color;
@@ -85488,6 +85508,12 @@ $treegrid-rtl-rowdd-childborder-width: 2px 0 2px 0 !default;
85488
85508
  font-size: $treegrid-bigger-icon-font-size;
85489
85509
  height: $treegrid-bigger-icon-size;
85490
85510
  width: $treegrid-bigger-icon-size;
85511
+ vertical-align: bottom;
85512
+ }
85513
+ .e-treegridexpand{
85514
+ @if $skin-name == 'highcontrast'{
85515
+ vertical-align: middle;
85516
+ }
85491
85517
  }
85492
85518
 
85493
85519
  .e-hierarchycheckbox {
@@ -85508,6 +85534,10 @@ $treegrid-rtl-rowdd-childborder-width: 2px 0 2px 0 !default;
85508
85534
  line-height: $treegrid-bigger-icon-size;
85509
85535
  }
85510
85536
 
85537
+ .e-treecolumn-container span {
85538
+ vertical-align: middle;
85539
+ }
85540
+
85511
85541
  .e-row[aria-expanded = 'true'] .e-treecell {
85512
85542
  @if $skin-name == 'FluentUI' or $theme-name == 'fluentui-dark' {
85513
85543
  font-size: 16px;
@@ -85548,18 +85578,29 @@ $treegrid-rtl-rowdd-childborder-width: 2px 0 2px 0 !default;
85548
85578
  vertical-align: $treegrid-right-arrow-icon-vertical-align;
85549
85579
  }
85550
85580
 
85581
+ span.e-icons.e-treegridcollapse{
85582
+ @if $skin-name == 'highcontrast'{
85583
+ text-align: center;
85584
+ vertical-align: baseline;
85585
+ }
85586
+ }
85587
+
85551
85588
  .e-rowcell:not(.e-gridclip) {
85552
85589
  .e-treecolumn-container {
85553
85590
  display: block;
85554
85591
  @include rowcell-container;
85555
85592
 
85556
85593
  span.e-treecell {
85557
- display: inline;
85594
+ display: contents;
85558
85595
  @include rowcell-container;
85559
85596
  }
85560
85597
  }
85561
85598
  }
85562
85599
 
85600
+ .e-templatecell .e-treecolumn-container span {
85601
+ vertical-align: middle;
85602
+ }
85603
+
85563
85604
  .e-treegridexpand:hover::before,
85564
85605
  .e-treegridcollapse:hover::before {
85565
85606
  color: $treegrid-right-arrow-hover-color;
@@ -85615,6 +85656,10 @@ $treegrid-rtl-rowdd-childborder-width: 2px 0 2px 0 !default;
85615
85656
  @include display-align;
85616
85657
  }
85617
85658
  }
85659
+
85660
+ .e-templatecell .e-treecolumn-container span {
85661
+ vertical-align: middle;
85662
+ }
85618
85663
 
85619
85664
  .e-cloneproperties .e-treecolumn-container {
85620
85665
  span {
@@ -85653,7 +85698,7 @@ $treegrid-rtl-rowdd-childborder-width: 2px 0 2px 0 !default;
85653
85698
  height: $treegrid-right-arrow-icon-height;
85654
85699
  padding: $treegrid-right-arrow-icon-padding;
85655
85700
  text-align: center;
85656
- vertical-align: bottom;
85701
+ vertical-align: text-bottom;
85657
85702
  width: $treegrid-right-arrow-icon-width;
85658
85703
  }
85659
85704
 
@@ -102014,6 +102059,18 @@ $lg-desktop: 1399.98;
102014
102059
  }
102015
102060
  }
102016
102061
 
102062
+ .e-bigger .e-pv-properties-line-thickness-container .e-input,
102063
+ .e-bigger .e-pv-properties-line-start-container .e-dropdown-btn,
102064
+ .e-bigger .e-pv-properties-line-end-container .e-dropdown-btn,
102065
+ .e-bigger .e-pv-properties-line-style-container .e-dropdown-btn,
102066
+ .e-bigger .e-pv-properties-line-start-container .e-input,
102067
+ .e-bigger .e-pv-properties-line-end-container .e-input,
102068
+ .e-bigger .e-pv-properties-line-style-container .e-input {
102069
+ @if ($theme-name == 'fluent2'){
102070
+ height: 40px !important;/* stylelint-disable-line declaration-no-important */
102071
+ }
102072
+ }
102073
+
102017
102074
  .e-pv-properties-line-leader-length-container {
102018
102075
  @if ($theme-name == 'fluent2') {
102019
102076
  margin-top: 10px;
@@ -103137,7 +103194,8 @@ $lg-desktop: 1399.98;
103137
103194
 
103138
103195
  .e-bigger .e-menu-icon.e-pv-stamp-icon.e-pv-icon {
103139
103196
  @if $theme-name=='fluent2' {
103140
- margin-right: 22px !important;/* stylelint-disable-line declaration-no-important */
103197
+ margin-right: 16px !important;/* stylelint-disable-line declaration-no-important */
103198
+ margin-top: -8px;
103141
103199
  }
103142
103200
  }
103143
103201
 
@@ -103165,6 +103223,12 @@ $lg-desktop: 1399.98;
103165
103223
  }
103166
103224
  }
103167
103225
 
103226
+ .e-bigger .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret {
103227
+ @if ($skin-name == 'fluent2') {
103228
+ margin-top: -8px;
103229
+ }
103230
+ }
103231
+
103168
103232
  .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-pv-stamp-icon,
103169
103233
  .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-caret {
103170
103234
  @if ($skin-name == 'fluent2') {
@@ -103172,6 +103236,13 @@ $lg-desktop: 1399.98;
103172
103236
  }
103173
103237
  }
103174
103238
 
103239
+ .e-bigger .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-pv-stamp-icon,
103240
+ .e-bigger .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-caret {
103241
+ @if ($skin-name == 'fluent2') {
103242
+ margin-top: -8px;
103243
+ }
103244
+ }
103245
+
103175
103246
  .e-pv-annotation-shapes-container.e-btn.e-icon-btn,
103176
103247
  .e-pv-annotation-calibrate-container.e-btn.e-icon-btn,
103177
103248
  .e-pv-annotation-handwritten-container.e-btn.e-icon-btn {
@@ -103299,6 +103370,13 @@ $lg-desktop: 1399.98;
103299
103370
  }
103300
103371
  }
103301
103372
 
103373
+ .e-bigger .e-pv-accordion-container.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content,
103374
+ .e-bigger .e-pv-accordion-content-container .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
103375
+ @if $theme-name == 'fluent2' {
103376
+ font-size: 14px;
103377
+ }
103378
+ }
103379
+
103302
103380
  .e-content-placeholder.e-pdfviewer.e-placeholder-pdfviewer {
103303
103381
  background-size: 100%;
103304
103382
  }
@@ -103335,6 +103413,14 @@ $lg-desktop: 1399.98;
103335
103413
  min-height: 32px;
103336
103414
  }
103337
103415
  }
103416
+
103417
+ .e-pv-signature-dialog-height .e-pv-clearbtn:disabled,
103418
+ .e-pv-signature-dialog-height .e-pv-createbtn:disabled {
103419
+ @if ($theme-name == 'fluent2') {
103420
+ border-color: var(--color-sf-primary-border-color-disabled) !important;/* stylelint-disable-line declaration-no-important */
103421
+ }
103422
+ }
103423
+
103338
103424
  .e-pv-signature-dialog-height .e-pv-cancelbtn{
103339
103425
  @if $skin-name != 'Material3' {
103340
103426
  height: 32px;
@@ -103720,6 +103806,15 @@ $lg-desktop: 1399.98;
103720
103806
  }
103721
103807
  }
103722
103808
 
103809
+ .e-pv-properties-form-field-name-main-div .e-float-text,
103810
+ .e-pv-properties-form-field-tooltip-main-div .e-float-text,
103811
+ .e-pv-properties-form-field-value-main-div .e-float-text,
103812
+ .e-pv-properties-form-field-visibility-main-div .e-float-text {
103813
+ @if $theme-name == 'fluent2' {
103814
+ padding-left: 0 !important;/* stylelint-disable-line declaration-no-important */
103815
+ }
103816
+ }
103817
+
103723
103818
  .e-pv-properties-text-edit-prop {
103724
103819
  @if $skin-name == 'FluentUI' {
103725
103820
  padding-top: 35px;
@@ -103758,6 +103853,28 @@ $lg-desktop: 1399.98;
103758
103853
  .e-pv-center-align-icon-div,
103759
103854
  .e-pv-right-align-icon-div {
103760
103855
  padding: $pv-formfield-properties-icon-align-padding;
103856
+ @if ($theme-name == 'fluent2') {
103857
+ width: 32px;
103858
+ }
103859
+ }
103860
+
103861
+ .e-bigger .e-pv-bold-icon-div,
103862
+ .e-bigger .e-pv-italic-icon-div,
103863
+ .e-bigger .e-pv-strikeout-icon-div,
103864
+ .e-bigger .e-pv-underlinetext-icon-div, {
103865
+ padding: 4px 10px;
103866
+ @if ($theme-name == 'fluent2') {
103867
+ width: 40px;
103868
+ }
103869
+ }
103870
+
103871
+ .e-bigger .e-pv-left-align-icon-div,
103872
+ .e-bigger .e-pv-center-align-icon-div,
103873
+ .e-bigger .e-pv-right-align-icon-div {
103874
+ padding: 4px 10px;
103875
+ @if ($theme-name == 'fluent2') {
103876
+ width: 38.5px;
103877
+ }
103761
103878
  }
103762
103879
 
103763
103880
  .e-pv-bold-icon-div:hover,
@@ -103768,7 +103885,9 @@ $lg-desktop: 1399.98;
103768
103885
  .e-pv-center-align-icon-div:hover,
103769
103886
  .e-pv-right-align-icon-div:hover {
103770
103887
  @if ($skin-name != 'Material3' and $skin-name != 'bootstrap5') {
103771
- background-color: $pv-annotation-dropdown-background-color-hover;
103888
+ @if ($theme-name != 'fluent2') {
103889
+ background-color: $pv-annotation-dropdown-background-color-hover;
103890
+ }
103772
103891
  border-color: $pv-annotation-dropdown-border-color-hover;
103773
103892
  }
103774
103893
  @if ($skin-name == 'bootstrap5') {
@@ -103899,6 +104018,9 @@ $lg-desktop: 1399.98;
103899
104018
  @if ($skin-name == 'Material3') {
103900
104019
  padding: 20px 15px 6px 0;
103901
104020
  }
104021
+ @if ($theme-name == 'fluent2') {
104022
+ padding: 15px;
104023
+ }
103902
104024
  @else {
103903
104025
  padding: 15px 15px 15px 1px;
103904
104026
  }
@@ -104086,6 +104208,7 @@ $lg-desktop: 1399.98;
104086
104208
  }
104087
104209
  @if ($theme-name == 'fluent2') {
104088
104210
  min-height: 555px !important;/* stylelint-disable-line declaration-no-important */
104211
+ max-width: 525px !important;/* stylelint-disable-line declaration-no-important */
104089
104212
  }
104090
104213
  }
104091
104214
 
@@ -104093,12 +104216,13 @@ $lg-desktop: 1399.98;
104093
104216
  @if ($theme-name == 'fluent2') {
104094
104217
  width: $pv-properties-form-field-win-max-width !important;/* stylelint-disable-line declaration-no-important */
104095
104218
  margin-left: -20px !important;/* stylelint-disable-line declaration-no-important */
104219
+ border-bottom: 1px solid var(--color-sf-border-light);
104096
104220
  }
104097
104221
  }
104098
104222
 
104099
104223
  .e-pv-properties-form-field-window .e-dlg-content .e-tab-header .e-toolbar-items {
104100
104224
  @if ($theme-name == 'fluent2') {
104101
- margin-left: 34px;
104225
+ margin-left: 18px;
104102
104226
  }
104103
104227
  }
104104
104228
 
@@ -104341,7 +104465,9 @@ $lg-desktop: 1399.98;
104341
104465
  height: 36px;
104342
104466
  width: 154px;
104343
104467
  }
104344
- justify-content: space-evenly;
104468
+ @if ($theme-name != 'fluent2') {
104469
+ justify-content: space-evenly;
104470
+ }
104345
104471
  @if ($skin-name == 'bootstrap5') {
104346
104472
  align-items: center;
104347
104473
  border: 1px solid $border-light;
@@ -104389,7 +104515,9 @@ $lg-desktop: 1399.98;
104389
104515
  height: 36px;
104390
104516
  width: 120px;
104391
104517
  }
104392
- justify-content: space-evenly;
104518
+ @if ($theme-name != 'fluent2') {
104519
+ justify-content: space-evenly;
104520
+ }
104393
104521
  margin-right: 15px;
104394
104522
  @if ($skin-name == 'bootstrap5' or $skin-name == 'FluentUI') {
104395
104523
  align-items: center;
@@ -104418,7 +104546,9 @@ $lg-desktop: 1399.98;
104418
104546
  }
104419
104547
  display: flex;
104420
104548
  height: 36px;
104421
- justify-content: space-evenly;
104549
+ @if ($theme-name != 'fluent2') {
104550
+ justify-content: space-evenly;
104551
+ }
104422
104552
  width: 154px;
104423
104553
  @if ($skin-name == 'bootstrap5') {
104424
104554
  align-items: center;
@@ -104452,7 +104582,9 @@ $lg-desktop: 1399.98;
104452
104582
  }
104453
104583
  display: flex;
104454
104584
  height: 36px;
104455
- justify-content: space-evenly;
104585
+ @if ($theme-name != 'fluent2') {
104586
+ justify-content: space-evenly;
104587
+ }
104456
104588
  margin-right: 15px;
104457
104589
  width: 120px;
104458
104590
  @if ($skin-name == 'bootstrap5' or $skin-name == 'FluentUI') {
@@ -104597,12 +104729,6 @@ $lg-desktop: 1399.98;
104597
104729
  }
104598
104730
  }
104599
104731
 
104600
- .e-bigger .e-pv-signature-apperance .e-float-input.e-control-wrapper.e-input-group {
104601
- @if ($theme-name=='fluent2') {
104602
- margin-left: 6.4%;
104603
- }
104604
- }
104605
-
104606
104732
  .e-pv-signature-apperance .e-checkbox-wrapper{
104607
104733
  @if ($theme-name == 'fluent2') {
104608
104734
  margin-left: $pv-toolbar-btn-height;
@@ -104756,12 +104882,6 @@ $lg-desktop: 1399.98;
104756
104882
  }
104757
104883
  }
104758
104884
 
104759
- .e-bigger .e-pv-canvas-signature {
104760
- @if $theme-name =='fluent2' {
104761
- margin-left: 5.65%;
104762
- }
104763
- }
104764
-
104765
104885
  .e-pv-sign-upload{
104766
104886
  @if $theme-name =='fluent2' {
104767
104887
  left: 44.5% !important;/* stylelint-disable-line declaration-no-important */
@@ -111864,6 +111984,16 @@ $pivotpager-single-size-title-padding: 8px !default;
111864
111984
  }
111865
111985
 
111866
111986
  @include export-module('pivotview-theme') {
111987
+ .e-pivotview.e-pivotview-autofit .e-grid .e-columnsheader .e-headercelldiv {
111988
+ margin-right: 4px;
111989
+
111990
+ @if ($skin-name == 'FluentUI') or ($skin-name =='fluent2') or ($skin-name == 'tailwind') or ($skin-name == 'tailwind-dark') or ($skin-name == 'Material3') {
111991
+ &:has(> .e-pivotcell-container .e-value-sort-icon) {
111992
+ margin-right: $pivotgrid-value-sort-icon-font-size;
111993
+ }
111994
+ }
111995
+ }
111996
+
111867
111997
  .e-pivotview {
111868
111998
  .e-pivotcell-container {
111869
111999
  align-items: center;
@@ -124612,6 +124742,7 @@ $ribbon-file-menu-size: $text-sm !default;
124612
124742
  $ribbon-file-menu-padding: 8px 12px !default;
124613
124743
  $ribbon-file-menu-height: 22px !default;
124614
124744
  $ribbon-file-menu-border-radius: unset !default;
124745
+ $ribbon-file-menu-min-width-height: 18px !default;
124615
124746
  $ribbon-help-template-padding: 12px !default;
124616
124747
  $ribbon-help-template-height: 38px !default;
124617
124748
  $ribbon-help-template-border: none !default;
@@ -124717,7 +124848,7 @@ $ribbon-backstage-menu-active-border: 0 !default;
124717
124848
  $ribbon-backstage-menu-item-height: 38px !default;
124718
124849
  $ribbon-backstage-menu-icon-font-size: 16px !default;
124719
124850
  $ribbon-backstage-menu-icon-line-height: 16px !default;
124720
- $ribbon-backstage-menu-icon-padding: 11px 18px 11px 16px !default;
124851
+ $ribbon-backstage-menu-icon-padding: 11px 18px 15px 16px !default;
124721
124852
  $ribbon-backstage-menu-blank-icon-padding: 50px !default;
124722
124853
  $ribbon-backstage-btn-focus-border: 0 !default;
124723
124854
  $ribbon-backstage-btn-height: 38px !default;
@@ -124784,6 +124915,7 @@ $ribbon-bigger-group-height: 150px !default;
124784
124915
  $ribbon-bigger-file-menu-height: 24px !default;
124785
124916
  $ribbon-bigger-file-menu-padding: 12px 15px !default;
124786
124917
  $ribbon-bigger-file-menu-size: $text-base !default;
124918
+ $ribbon-bigger-file-menu-min-width-height: 22px !default;
124787
124919
  $ribbon-bigger-help-template-padding: 16px !default;
124788
124920
  $ribbon-bigger-help-template-height: 48px !default;
124789
124921
  $ribbon-bigger-toolbar-items-height: 48px !default;
@@ -124855,7 +124987,7 @@ $ribbon-bigger-ddb-popup-height: 32px;
124855
124987
  $ribbon-bigger-backstage-menu-item-height: 48px !default;
124856
124988
  $ribbon-bigger-backstage-menu-icon-font-size: 20px !default;
124857
124989
  $ribbon-bigger-backstage-menu-icon-line-height: 20px !default;
124858
- $ribbon-bigger-backstage-menu-icon-padding: 14px 16px !default;
124990
+ $ribbon-bigger-backstage-menu-icon-padding: 14px 16px 18px !default;
124859
124991
  $ribbon-bigger-backstage-menu-blank-icon-padding: 52px !default;
124860
124992
  $ribbon-bigger-backstage-btn-height: 48px !default;
124861
124993
  $ribbon-bigger-backstage-btn-line-height: 48px !default;
@@ -125525,9 +125657,10 @@ $ribbon-items-focus-box-shadow: none !default;
125525
125657
 
125526
125658
  .e-menu-icon {
125527
125659
  @include ribbon-font-props($ribbon-backstage-menu-icon-font-size, $ribbon-backstage-menu-icon-line-height);
125660
+ @include ribbon-items-icon-images($ribbon-backstage-menu-icon-font-size);
125528
125661
  width: auto;
125529
125662
  margin-right: unset;
125530
- padding: $ribbon-backstage-menu-icon-padding;
125663
+ margin: $ribbon-backstage-menu-icon-padding;
125531
125664
  }
125532
125665
 
125533
125666
  &.e-blankicon {
@@ -126140,6 +126273,7 @@ $ribbon-items-focus-box-shadow: none !default;
126140
126273
 
126141
126274
  .e-btn-icon {
126142
126275
  @include ribbon-font-styles(16px, $ribbon-items-font-weight, 16px);
126276
+ @include ribbon-items-icon-images(16px);
126143
126277
  margin: $ribbon-group-button-icon-margin;
126144
126278
  width: auto;
126145
126279
  &.e-icon-left {
@@ -126227,6 +126361,10 @@ $ribbon-items-focus-box-shadow: none !default;
126227
126361
  @include ribbon-font-styles($ribbon-gallery-icons-size, $ribbon-gallery-icons-weight, $ribbon-gallery-icons-height);
126228
126362
  padding: 3px;
126229
126363
  background-size: cover;
126364
+ min-width: $ribbon-gallery-icons-size;
126365
+ min-height: $ribbon-gallery-icons-size;
126366
+ background-position: center;
126367
+ background-repeat: no-repeat;
126230
126368
  }
126231
126369
  &:hover,
126232
126370
  &.e-ribbon-gallery-selected {
@@ -126271,6 +126409,7 @@ $ribbon-items-focus-box-shadow: none !default;
126271
126409
  border-radius: unset;
126272
126410
 
126273
126411
  .e-menu-icon {
126412
+ @include ribbon-items-icon-images($ribbon-file-menu-min-width-height);
126274
126413
  width: auto;
126275
126414
  }
126276
126415
 
@@ -126288,6 +126427,13 @@ $ribbon-items-focus-box-shadow: none !default;
126288
126427
 
126289
126428
  .e-menu-icon {
126290
126429
  @include ribbon-font-props(16px, 16px);
126430
+ @include ribbon-items-icon-images(16px);
126431
+ }
126432
+ @if ($skin-name == 'fluent2') {
126433
+ .e-menu-icon {
126434
+ padding: 0;
126435
+ margin: 2px 12px 2px 2px;
126436
+ }
126291
126437
  }
126292
126438
  }
126293
126439
 
@@ -126717,6 +126863,8 @@ $ribbon-items-focus-box-shadow: none !default;
126717
126863
 
126718
126864
  .e-menu-icon {
126719
126865
  @include ribbon-font-props(20px, 20px);
126866
+ min-height: 20px;
126867
+ min-width: 20px;
126720
126868
  }
126721
126869
  }
126722
126870
 
@@ -126724,8 +126872,14 @@ $ribbon-items-focus-box-shadow: none !default;
126724
126872
  .e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-vertical,
126725
126873
  .e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-ul,
126726
126874
  .e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-ul {
126727
- .e-menu-item.e-blankicon {
126728
- padding-left: $ribbon-bigger-menu-blank-icon-padding !important; /* stylelint-disable-line declaration-no-important */
126875
+ .e-menu-item {
126876
+ &.e-blankicon {
126877
+ padding-left: $ribbon-bigger-menu-blank-icon-padding !important; /* stylelint-disable-line declaration-no-important */
126878
+ }
126879
+ .e-menu-icon {
126880
+ min-width: $ribbon-bigger-file-menu-min-width-height;
126881
+ min-height: $ribbon-bigger-file-menu-min-width-height;
126882
+ }
126729
126883
  }
126730
126884
  }
126731
126885
 
@@ -126748,7 +126902,9 @@ $ribbon-items-focus-box-shadow: none !default;
126748
126902
 
126749
126903
  .e-menu-icon {
126750
126904
  @include ribbon-font-props($ribbon-bigger-backstage-menu-icon-font-size, $ribbon-bigger-backstage-menu-icon-line-height);
126751
- padding: $ribbon-bigger-backstage-menu-icon-padding;
126905
+ margin: $ribbon-bigger-backstage-menu-icon-padding;
126906
+ min-width: $ribbon-bigger-backstage-menu-icon-font-size;
126907
+ min-height: $ribbon-bigger-backstage-menu-icon-font-size;
126752
126908
  }
126753
126909
 
126754
126910
  &.e-blankicon {
@@ -126764,6 +126920,8 @@ $ribbon-items-focus-box-shadow: none !default;
126764
126920
  .e-btn-icon {
126765
126921
  @include ribbon-font-props($ribbon-bigger-items-icon-size, $ribbon-bigger-items-icon-height);
126766
126922
  margin: $ribbon-bigger-group-button-icon-margin;
126923
+ min-height: $ribbon-bigger-items-icon-size;
126924
+ min-width: $ribbon-bigger-items-icon-size;
126767
126925
  &.e-icon-left {
126768
126926
  padding: $ribbon-bigger-group-button-icon-padding;
126769
126927
  }