@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
@@ -38223,6 +38223,12 @@ $radio-btn-focus-outline-offset: 0 !default;
38223
38223
  border-color: $radio-btn-focus-check-border-color;
38224
38224
  box-shadow: $radio-btn-focussed-box-shadow;
38225
38225
  }
38226
+
38227
+ & .e-ripple-container {
38228
+ @if $skin-name == 'Material3' {
38229
+ background-color: $radio-btn-focus-ripple-bgcolor;
38230
+ }
38231
+ }
38226
38232
  }
38227
38233
  }
38228
38234
 
@@ -68621,7 +68627,8 @@ $de-column-presets-font-size: 60px !default;
68621
68627
  .e-de-style-paragraph-group-button .e-btn.e-active,
68622
68628
  .e-de-style-font-group-button .e-btn.e-active {
68623
68629
  @if $skin-name =='fluent2' {
68624
- background-color: var(--color-sf-secondary-bg-color);
68630
+ background-color: var(--color-sf-content-bg-color-pressed);
68631
+ color: var(--color-sf-toolbar-icon-color);
68625
68632
  }
68626
68633
  }
68627
68634
  .e-de-hyperlink-bookmark-check .e-checkbox-wrapper .e-frame {
@@ -71028,13 +71035,13 @@ $de-prop-btn-icon-clr: #ccc;
71028
71035
  }
71029
71036
  .e-btn-toggle {
71030
71037
  @if $skin-name=='fluent2' {
71031
- background-color: var(--color-sf-secondary-bg-color);
71038
+ background-color: var(--color-sf-content-bg-color-pressed) !important;
71032
71039
  }
71033
71040
  @else{
71034
71041
  background-color: $de-toggle-bg-color !important;
71035
71042
  }
71036
71043
  @if $skin-name =='fluent2' {
71037
- background-color: $de-items-pressed;
71044
+ color: var(--color-sf-toolbar-icon-color) !important;
71038
71045
  }
71039
71046
  @if $skin-name=='highcontrast' {
71040
71047
  color: $de-title-bar-font-clr !important;
@@ -71046,7 +71053,12 @@ $de-prop-btn-icon-clr: #ccc;
71046
71053
  outline-offset: 0;
71047
71054
  box-shadow: $de-toggle-btn-border !important;
71048
71055
  #{if(&, '&', '*')}:hover {
71049
- background-color: $de-toggle-bg-color !important;
71056
+ @if $skin-name=='fluent2' {
71057
+ background-color: var(--color-sf-content-bg-color-pressed) !important;
71058
+ }
71059
+ @else {
71060
+ background-color: $de-toggle-bg-color !important;
71061
+ }
71050
71062
  @if $skin-name=='fabric' {
71051
71063
  border-color: $de-toggle-bg-color !important;
71052
71064
  }
@@ -71063,6 +71075,14 @@ $de-prop-btn-icon-clr: #ccc;
71063
71075
  color: $de-title-bar-font-clr !important;
71064
71076
  }
71065
71077
  }
71078
+ @if $skin-name=='fluent2' {
71079
+ .e-btn-toggle .e-tbar-btn-text {
71080
+ color: var(--color-sf-toolbar-icon-color) !important;
71081
+ }
71082
+ .e-btn-toggle>span {
71083
+ color: var(--color-sf-toolbar-icon-color) !important;
71084
+ }
71085
+ }
71066
71086
  @if $skin-name=='bootstrap' or $skin-name=='bootstrap4' or $skin-name=='tailwind' or or $skin-name=='bootstrap5' or $skin-name =='FluentUI' {
71067
71087
  .e-de-ctnr-group-btn-top>button:first-child {
71068
71088
  border-radius: 0;
@@ -86400,7 +86420,7 @@ $treegrid-rtl-rowdd-childborder-width: 1px 0 0 !default;
86400
86420
  }
86401
86421
  @mixin display-align {
86402
86422
  display: inline-block;
86403
- vertical-align: middle;
86423
+ vertical-align: text-bottom;
86404
86424
  }
86405
86425
  @mixin drop-bottom-child {
86406
86426
  box-shadow: 0 1px 0 0 $childborder-color;
@@ -86428,6 +86448,12 @@ $treegrid-rtl-rowdd-childborder-width: 1px 0 0 !default;
86428
86448
  font-size: $treegrid-bigger-icon-font-size;
86429
86449
  height: $treegrid-bigger-icon-size;
86430
86450
  width: $treegrid-bigger-icon-size;
86451
+ vertical-align: bottom;
86452
+ }
86453
+ .e-treegridexpand{
86454
+ @if $skin-name == 'highcontrast'{
86455
+ vertical-align: middle;
86456
+ }
86431
86457
  }
86432
86458
 
86433
86459
  .e-hierarchycheckbox {
@@ -86448,6 +86474,10 @@ $treegrid-rtl-rowdd-childborder-width: 1px 0 0 !default;
86448
86474
  line-height: $treegrid-bigger-icon-size;
86449
86475
  }
86450
86476
 
86477
+ .e-treecolumn-container span {
86478
+ vertical-align: middle;
86479
+ }
86480
+
86451
86481
  .e-row[aria-expanded = 'true'] .e-treecell {
86452
86482
  @if $skin-name == 'FluentUI' or $theme-name == 'fluentui-dark' {
86453
86483
  font-size: 16px;
@@ -86488,18 +86518,29 @@ $treegrid-rtl-rowdd-childborder-width: 1px 0 0 !default;
86488
86518
  vertical-align: $treegrid-right-arrow-icon-vertical-align;
86489
86519
  }
86490
86520
 
86521
+ span.e-icons.e-treegridcollapse{
86522
+ @if $skin-name == 'highcontrast'{
86523
+ text-align: center;
86524
+ vertical-align: baseline;
86525
+ }
86526
+ }
86527
+
86491
86528
  .e-rowcell:not(.e-gridclip) {
86492
86529
  .e-treecolumn-container {
86493
86530
  display: block;
86494
86531
  @include rowcell-container;
86495
86532
 
86496
86533
  span.e-treecell {
86497
- display: inline;
86534
+ display: contents;
86498
86535
  @include rowcell-container;
86499
86536
  }
86500
86537
  }
86501
86538
  }
86502
86539
 
86540
+ .e-templatecell .e-treecolumn-container span {
86541
+ vertical-align: middle;
86542
+ }
86543
+
86503
86544
  .e-treegridexpand:hover::before,
86504
86545
  .e-treegridcollapse:hover::before {
86505
86546
  color: $treegrid-right-arrow-hover-color;
@@ -86555,6 +86596,10 @@ $treegrid-rtl-rowdd-childborder-width: 1px 0 0 !default;
86555
86596
  @include display-align;
86556
86597
  }
86557
86598
  }
86599
+
86600
+ .e-templatecell .e-treecolumn-container span {
86601
+ vertical-align: middle;
86602
+ }
86558
86603
 
86559
86604
  .e-cloneproperties .e-treecolumn-container {
86560
86605
  span {
@@ -86593,7 +86638,7 @@ $treegrid-rtl-rowdd-childborder-width: 1px 0 0 !default;
86593
86638
  height: $treegrid-right-arrow-icon-height;
86594
86639
  padding: $treegrid-right-arrow-icon-padding;
86595
86640
  text-align: center;
86596
- vertical-align: bottom;
86641
+ vertical-align: text-bottom;
86597
86642
  width: $treegrid-right-arrow-icon-width;
86598
86643
  }
86599
86644
 
@@ -102970,6 +103015,18 @@ $lg-desktop: 1399.98;
102970
103015
  }
102971
103016
  }
102972
103017
 
103018
+ .e-bigger .e-pv-properties-line-thickness-container .e-input,
103019
+ .e-bigger .e-pv-properties-line-start-container .e-dropdown-btn,
103020
+ .e-bigger .e-pv-properties-line-end-container .e-dropdown-btn,
103021
+ .e-bigger .e-pv-properties-line-style-container .e-dropdown-btn,
103022
+ .e-bigger .e-pv-properties-line-start-container .e-input,
103023
+ .e-bigger .e-pv-properties-line-end-container .e-input,
103024
+ .e-bigger .e-pv-properties-line-style-container .e-input {
103025
+ @if ($theme-name == 'fluent2'){
103026
+ height: 40px !important;/* stylelint-disable-line declaration-no-important */
103027
+ }
103028
+ }
103029
+
102973
103030
  .e-pv-properties-line-leader-length-container {
102974
103031
  @if ($theme-name == 'fluent2') {
102975
103032
  margin-top: 10px;
@@ -104093,7 +104150,8 @@ $lg-desktop: 1399.98;
104093
104150
 
104094
104151
  .e-bigger .e-menu-icon.e-pv-stamp-icon.e-pv-icon {
104095
104152
  @if $theme-name=='fluent2' {
104096
- margin-right: 22px !important;/* stylelint-disable-line declaration-no-important */
104153
+ margin-right: 16px !important;/* stylelint-disable-line declaration-no-important */
104154
+ margin-top: -8px;
104097
104155
  }
104098
104156
  }
104099
104157
 
@@ -104121,6 +104179,12 @@ $lg-desktop: 1399.98;
104121
104179
  }
104122
104180
  }
104123
104181
 
104182
+ .e-bigger .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret {
104183
+ @if ($skin-name == 'fluent2') {
104184
+ margin-top: -8px;
104185
+ }
104186
+ }
104187
+
104124
104188
  .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-pv-stamp-icon,
104125
104189
  .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-caret {
104126
104190
  @if ($skin-name == 'fluent2') {
@@ -104128,6 +104192,13 @@ $lg-desktop: 1399.98;
104128
104192
  }
104129
104193
  }
104130
104194
 
104195
+ .e-bigger .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-pv-stamp-icon,
104196
+ .e-bigger .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-caret {
104197
+ @if ($skin-name == 'fluent2') {
104198
+ margin-top: -8px;
104199
+ }
104200
+ }
104201
+
104131
104202
  .e-pv-annotation-shapes-container.e-btn.e-icon-btn,
104132
104203
  .e-pv-annotation-calibrate-container.e-btn.e-icon-btn,
104133
104204
  .e-pv-annotation-handwritten-container.e-btn.e-icon-btn {
@@ -104255,6 +104326,13 @@ $lg-desktop: 1399.98;
104255
104326
  }
104256
104327
  }
104257
104328
 
104329
+ .e-bigger .e-pv-accordion-container.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content,
104330
+ .e-bigger .e-pv-accordion-content-container .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
104331
+ @if $theme-name == 'fluent2' {
104332
+ font-size: 14px;
104333
+ }
104334
+ }
104335
+
104258
104336
  .e-content-placeholder.e-pdfviewer.e-placeholder-pdfviewer {
104259
104337
  background-size: 100%;
104260
104338
  }
@@ -104291,6 +104369,14 @@ $lg-desktop: 1399.98;
104291
104369
  min-height: 32px;
104292
104370
  }
104293
104371
  }
104372
+
104373
+ .e-pv-signature-dialog-height .e-pv-clearbtn:disabled,
104374
+ .e-pv-signature-dialog-height .e-pv-createbtn:disabled {
104375
+ @if ($theme-name == 'fluent2') {
104376
+ border-color: var(--color-sf-primary-border-color-disabled) !important;/* stylelint-disable-line declaration-no-important */
104377
+ }
104378
+ }
104379
+
104294
104380
  .e-pv-signature-dialog-height .e-pv-cancelbtn{
104295
104381
  @if $skin-name != 'Material3' {
104296
104382
  height: 32px;
@@ -104676,6 +104762,15 @@ $lg-desktop: 1399.98;
104676
104762
  }
104677
104763
  }
104678
104764
 
104765
+ .e-pv-properties-form-field-name-main-div .e-float-text,
104766
+ .e-pv-properties-form-field-tooltip-main-div .e-float-text,
104767
+ .e-pv-properties-form-field-value-main-div .e-float-text,
104768
+ .e-pv-properties-form-field-visibility-main-div .e-float-text {
104769
+ @if $theme-name == 'fluent2' {
104770
+ padding-left: 0 !important;/* stylelint-disable-line declaration-no-important */
104771
+ }
104772
+ }
104773
+
104679
104774
  .e-pv-properties-text-edit-prop {
104680
104775
  @if $skin-name == 'FluentUI' {
104681
104776
  padding-top: 35px;
@@ -104714,6 +104809,28 @@ $lg-desktop: 1399.98;
104714
104809
  .e-pv-center-align-icon-div,
104715
104810
  .e-pv-right-align-icon-div {
104716
104811
  padding: $pv-formfield-properties-icon-align-padding;
104812
+ @if ($theme-name == 'fluent2') {
104813
+ width: 32px;
104814
+ }
104815
+ }
104816
+
104817
+ .e-bigger .e-pv-bold-icon-div,
104818
+ .e-bigger .e-pv-italic-icon-div,
104819
+ .e-bigger .e-pv-strikeout-icon-div,
104820
+ .e-bigger .e-pv-underlinetext-icon-div, {
104821
+ padding: 4px 10px;
104822
+ @if ($theme-name == 'fluent2') {
104823
+ width: 40px;
104824
+ }
104825
+ }
104826
+
104827
+ .e-bigger .e-pv-left-align-icon-div,
104828
+ .e-bigger .e-pv-center-align-icon-div,
104829
+ .e-bigger .e-pv-right-align-icon-div {
104830
+ padding: 4px 10px;
104831
+ @if ($theme-name == 'fluent2') {
104832
+ width: 38.5px;
104833
+ }
104717
104834
  }
104718
104835
 
104719
104836
  .e-pv-bold-icon-div:hover,
@@ -104724,7 +104841,9 @@ $lg-desktop: 1399.98;
104724
104841
  .e-pv-center-align-icon-div:hover,
104725
104842
  .e-pv-right-align-icon-div:hover {
104726
104843
  @if ($skin-name != 'Material3' and $skin-name != 'bootstrap5') {
104727
- background-color: $pv-annotation-dropdown-background-color-hover;
104844
+ @if ($theme-name != 'fluent2') {
104845
+ background-color: $pv-annotation-dropdown-background-color-hover;
104846
+ }
104728
104847
  border-color: $pv-annotation-dropdown-border-color-hover;
104729
104848
  }
104730
104849
  @if ($skin-name == 'bootstrap5') {
@@ -104855,6 +104974,9 @@ $lg-desktop: 1399.98;
104855
104974
  @if ($skin-name == 'Material3') {
104856
104975
  padding: 20px 15px 6px 0;
104857
104976
  }
104977
+ @if ($theme-name == 'fluent2') {
104978
+ padding: 15px;
104979
+ }
104858
104980
  @else {
104859
104981
  padding: 15px 15px 15px 1px;
104860
104982
  }
@@ -105042,6 +105164,7 @@ $lg-desktop: 1399.98;
105042
105164
  }
105043
105165
  @if ($theme-name == 'fluent2') {
105044
105166
  min-height: 555px !important;/* stylelint-disable-line declaration-no-important */
105167
+ max-width: 525px !important;/* stylelint-disable-line declaration-no-important */
105045
105168
  }
105046
105169
  }
105047
105170
 
@@ -105049,12 +105172,13 @@ $lg-desktop: 1399.98;
105049
105172
  @if ($theme-name == 'fluent2') {
105050
105173
  width: $pv-properties-form-field-win-max-width !important;/* stylelint-disable-line declaration-no-important */
105051
105174
  margin-left: -20px !important;/* stylelint-disable-line declaration-no-important */
105175
+ border-bottom: 1px solid var(--color-sf-border-light);
105052
105176
  }
105053
105177
  }
105054
105178
 
105055
105179
  .e-pv-properties-form-field-window .e-dlg-content .e-tab-header .e-toolbar-items {
105056
105180
  @if ($theme-name == 'fluent2') {
105057
- margin-left: 34px;
105181
+ margin-left: 18px;
105058
105182
  }
105059
105183
  }
105060
105184
 
@@ -105297,7 +105421,9 @@ $lg-desktop: 1399.98;
105297
105421
  height: 36px;
105298
105422
  width: 154px;
105299
105423
  }
105300
- justify-content: space-evenly;
105424
+ @if ($theme-name != 'fluent2') {
105425
+ justify-content: space-evenly;
105426
+ }
105301
105427
  @if ($skin-name == 'bootstrap5') {
105302
105428
  align-items: center;
105303
105429
  border: 1px solid $border-light;
@@ -105345,7 +105471,9 @@ $lg-desktop: 1399.98;
105345
105471
  height: 36px;
105346
105472
  width: 120px;
105347
105473
  }
105348
- justify-content: space-evenly;
105474
+ @if ($theme-name != 'fluent2') {
105475
+ justify-content: space-evenly;
105476
+ }
105349
105477
  margin-right: 15px;
105350
105478
  @if ($skin-name == 'bootstrap5' or $skin-name == 'FluentUI') {
105351
105479
  align-items: center;
@@ -105374,7 +105502,9 @@ $lg-desktop: 1399.98;
105374
105502
  }
105375
105503
  display: flex;
105376
105504
  height: 36px;
105377
- justify-content: space-evenly;
105505
+ @if ($theme-name != 'fluent2') {
105506
+ justify-content: space-evenly;
105507
+ }
105378
105508
  width: 154px;
105379
105509
  @if ($skin-name == 'bootstrap5') {
105380
105510
  align-items: center;
@@ -105408,7 +105538,9 @@ $lg-desktop: 1399.98;
105408
105538
  }
105409
105539
  display: flex;
105410
105540
  height: 36px;
105411
- justify-content: space-evenly;
105541
+ @if ($theme-name != 'fluent2') {
105542
+ justify-content: space-evenly;
105543
+ }
105412
105544
  margin-right: 15px;
105413
105545
  width: 120px;
105414
105546
  @if ($skin-name == 'bootstrap5' or $skin-name == 'FluentUI') {
@@ -105553,12 +105685,6 @@ $lg-desktop: 1399.98;
105553
105685
  }
105554
105686
  }
105555
105687
 
105556
- .e-bigger .e-pv-signature-apperance .e-float-input.e-control-wrapper.e-input-group {
105557
- @if ($theme-name=='fluent2') {
105558
- margin-left: 6.4%;
105559
- }
105560
- }
105561
-
105562
105688
  .e-pv-signature-apperance .e-checkbox-wrapper{
105563
105689
  @if ($theme-name == 'fluent2') {
105564
105690
  margin-left: $pv-toolbar-btn-height;
@@ -105712,12 +105838,6 @@ $lg-desktop: 1399.98;
105712
105838
  }
105713
105839
  }
105714
105840
 
105715
- .e-bigger .e-pv-canvas-signature {
105716
- @if $theme-name =='fluent2' {
105717
- margin-left: 5.65%;
105718
- }
105719
- }
105720
-
105721
105841
  .e-pv-sign-upload{
105722
105842
  @if $theme-name =='fluent2' {
105723
105843
  left: 44.5% !important;/* stylelint-disable-line declaration-no-important */
@@ -112839,6 +112959,16 @@ $pivotpager-single-size-title-padding: 14px !default;
112839
112959
  }
112840
112960
 
112841
112961
  @include export-module('pivotview-theme') {
112962
+ .e-pivotview.e-pivotview-autofit .e-grid .e-columnsheader .e-headercelldiv {
112963
+ margin-right: 4px;
112964
+
112965
+ @if ($skin-name == 'FluentUI') or ($skin-name =='fluent2') or ($skin-name == 'tailwind') or ($skin-name == 'tailwind-dark') or ($skin-name == 'Material3') {
112966
+ &:has(> .e-pivotcell-container .e-value-sort-icon) {
112967
+ margin-right: $pivotgrid-value-sort-icon-font-size;
112968
+ }
112969
+ }
112970
+ }
112971
+
112842
112972
  .e-pivotview {
112843
112973
  .e-pivotcell-container {
112844
112974
  align-items: center;
@@ -125585,6 +125715,7 @@ $ribbon-file-menu-size: 14px !default;
125585
125715
  $ribbon-file-menu-padding: 10px 15px !default;
125586
125716
  $ribbon-file-menu-height: 22px !default;
125587
125717
  $ribbon-file-menu-border-radius: unset !default;
125718
+ $ribbon-file-menu-min-width-height: 14px !default;
125588
125719
  $ribbon-help-template-padding: 12px !default;
125589
125720
  $ribbon-help-template-height: 42px !default;
125590
125721
  $ribbon-help-template-border: 1px solid !default;
@@ -125690,7 +125821,7 @@ $ribbon-backstage-menu-active-border: 0 !default;
125690
125821
  $ribbon-backstage-menu-item-height: 32px !default;
125691
125822
  $ribbon-backstage-menu-icon-font-size: 16px !default;
125692
125823
  $ribbon-backstage-menu-icon-line-height: 16px !default;
125693
- $ribbon-backstage-menu-icon-padding: 8px 16px !default;
125824
+ $ribbon-backstage-menu-icon-padding: 8px 16px 12px !default;
125694
125825
  $ribbon-backstage-menu-blank-icon-padding: 48px !default;
125695
125826
  $ribbon-backstage-btn-focus-border: 0 !default;
125696
125827
  $ribbon-backstage-btn-height: 32px !default;
@@ -125757,6 +125888,7 @@ $ribbon-bigger-group-height: 159px !default;
125757
125888
  $ribbon-bigger-file-menu-height: 24px !default;
125758
125889
  $ribbon-bigger-file-menu-padding: 16px 18px !default;
125759
125890
  $ribbon-bigger-file-menu-size: 16px !default;
125891
+ $ribbon-bigger-file-menu-min-width-height: 16px !default;
125760
125892
  $ribbon-bigger-help-template-padding: 16px !default;
125761
125893
  $ribbon-bigger-help-template-height: 56px !default;
125762
125894
  $ribbon-bigger-toolbar-items-height: 56px !default;
@@ -125828,7 +125960,7 @@ $ribbon-bigger-ddb-popup-height: 48px;
125828
125960
  $ribbon-bigger-backstage-menu-item-height: 36px !default;
125829
125961
  $ribbon-bigger-backstage-menu-icon-font-size: 20px !default;
125830
125962
  $ribbon-bigger-backstage-menu-icon-line-height: 20px !default;
125831
- $ribbon-bigger-backstage-menu-icon-padding: 8px 12px 8px 16px !default;
125963
+ $ribbon-bigger-backstage-menu-icon-padding: 8px 12px 12px 16px !default;
125832
125964
  $ribbon-bigger-backstage-menu-blank-icon-padding: 48px !default;
125833
125965
  $ribbon-bigger-backstage-btn-height: 36px !default;
125834
125966
  $ribbon-bigger-backstage-btn-line-height: 36px !default;
@@ -126498,9 +126630,10 @@ $ribbon-items-focus-box-shadow: none !default;
126498
126630
 
126499
126631
  .e-menu-icon {
126500
126632
  @include ribbon-font-props($ribbon-backstage-menu-icon-font-size, $ribbon-backstage-menu-icon-line-height);
126633
+ @include ribbon-items-icon-images($ribbon-backstage-menu-icon-font-size);
126501
126634
  width: auto;
126502
126635
  margin-right: unset;
126503
- padding: $ribbon-backstage-menu-icon-padding;
126636
+ margin: $ribbon-backstage-menu-icon-padding;
126504
126637
  }
126505
126638
 
126506
126639
  &.e-blankicon {
@@ -127113,6 +127246,7 @@ $ribbon-items-focus-box-shadow: none !default;
127113
127246
 
127114
127247
  .e-btn-icon {
127115
127248
  @include ribbon-font-styles(16px, $ribbon-items-font-weight, 16px);
127249
+ @include ribbon-items-icon-images(16px);
127116
127250
  margin: $ribbon-group-button-icon-margin;
127117
127251
  width: auto;
127118
127252
  &.e-icon-left {
@@ -127200,6 +127334,10 @@ $ribbon-items-focus-box-shadow: none !default;
127200
127334
  @include ribbon-font-styles($ribbon-gallery-icons-size, $ribbon-gallery-icons-weight, $ribbon-gallery-icons-height);
127201
127335
  padding: 3px;
127202
127336
  background-size: cover;
127337
+ min-width: $ribbon-gallery-icons-size;
127338
+ min-height: $ribbon-gallery-icons-size;
127339
+ background-position: center;
127340
+ background-repeat: no-repeat;
127203
127341
  }
127204
127342
  &:hover,
127205
127343
  &.e-ribbon-gallery-selected {
@@ -127244,6 +127382,7 @@ $ribbon-items-focus-box-shadow: none !default;
127244
127382
  border-radius: unset;
127245
127383
 
127246
127384
  .e-menu-icon {
127385
+ @include ribbon-items-icon-images($ribbon-file-menu-min-width-height);
127247
127386
  width: auto;
127248
127387
  }
127249
127388
 
@@ -127261,6 +127400,13 @@ $ribbon-items-focus-box-shadow: none !default;
127261
127400
 
127262
127401
  .e-menu-icon {
127263
127402
  @include ribbon-font-props(16px, 16px);
127403
+ @include ribbon-items-icon-images(16px);
127404
+ }
127405
+ @if ($skin-name == 'fluent2') {
127406
+ .e-menu-icon {
127407
+ padding: 0;
127408
+ margin: 2px 12px 2px 2px;
127409
+ }
127264
127410
  }
127265
127411
  }
127266
127412
 
@@ -127690,6 +127836,8 @@ $ribbon-items-focus-box-shadow: none !default;
127690
127836
 
127691
127837
  .e-menu-icon {
127692
127838
  @include ribbon-font-props(20px, 20px);
127839
+ min-height: 20px;
127840
+ min-width: 20px;
127693
127841
  }
127694
127842
  }
127695
127843
 
@@ -127697,8 +127845,14 @@ $ribbon-items-focus-box-shadow: none !default;
127697
127845
  .e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-vertical,
127698
127846
  .e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-ul,
127699
127847
  .e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-ul {
127700
- .e-menu-item.e-blankicon {
127701
- padding-left: $ribbon-bigger-menu-blank-icon-padding !important; /* stylelint-disable-line declaration-no-important */
127848
+ .e-menu-item {
127849
+ &.e-blankicon {
127850
+ padding-left: $ribbon-bigger-menu-blank-icon-padding !important; /* stylelint-disable-line declaration-no-important */
127851
+ }
127852
+ .e-menu-icon {
127853
+ min-width: $ribbon-bigger-file-menu-min-width-height;
127854
+ min-height: $ribbon-bigger-file-menu-min-width-height;
127855
+ }
127702
127856
  }
127703
127857
  }
127704
127858
 
@@ -127721,7 +127875,9 @@ $ribbon-items-focus-box-shadow: none !default;
127721
127875
 
127722
127876
  .e-menu-icon {
127723
127877
  @include ribbon-font-props($ribbon-bigger-backstage-menu-icon-font-size, $ribbon-bigger-backstage-menu-icon-line-height);
127724
- padding: $ribbon-bigger-backstage-menu-icon-padding;
127878
+ margin: $ribbon-bigger-backstage-menu-icon-padding;
127879
+ min-width: $ribbon-bigger-backstage-menu-icon-font-size;
127880
+ min-height: $ribbon-bigger-backstage-menu-icon-font-size;
127725
127881
  }
127726
127882
 
127727
127883
  &.e-blankicon {
@@ -127737,6 +127893,8 @@ $ribbon-items-focus-box-shadow: none !default;
127737
127893
  .e-btn-icon {
127738
127894
  @include ribbon-font-props($ribbon-bigger-items-icon-size, $ribbon-bigger-items-icon-height);
127739
127895
  margin: $ribbon-bigger-group-button-icon-margin;
127896
+ min-height: $ribbon-bigger-items-icon-size;
127897
+ min-width: $ribbon-bigger-items-icon-size;
127740
127898
  &.e-icon-left {
127741
127899
  padding: $ribbon-bigger-group-button-icon-padding;
127742
127900
  }