@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
@@ -37749,6 +37749,12 @@ $radio-btn-focus-outline-offset: 0 !default;
37749
37749
  border-color: $radio-btn-focus-check-border-color;
37750
37750
  box-shadow: $radio-btn-focussed-box-shadow;
37751
37751
  }
37752
+
37753
+ & .e-ripple-container {
37754
+ @if $skin-name == 'Material3' {
37755
+ background-color: $radio-btn-focus-ripple-bgcolor;
37756
+ }
37757
+ }
37752
37758
  }
37753
37759
  }
37754
37760
 
@@ -67191,7 +67197,8 @@ $de-column-presets-font-size: 60px !default;
67191
67197
  .e-de-style-paragraph-group-button .e-btn.e-active,
67192
67198
  .e-de-style-font-group-button .e-btn.e-active {
67193
67199
  @if $skin-name =='fluent2' {
67194
- background-color: var(--color-sf-secondary-bg-color);
67200
+ background-color: var(--color-sf-content-bg-color-pressed);
67201
+ color: var(--color-sf-toolbar-icon-color);
67195
67202
  }
67196
67203
  }
67197
67204
  .e-de-hyperlink-bookmark-check .e-checkbox-wrapper .e-frame {
@@ -69601,13 +69608,13 @@ $de-prop-btn-icon-clr: #ccc;
69601
69608
  }
69602
69609
  .e-btn-toggle {
69603
69610
  @if $skin-name=='fluent2' {
69604
- background-color: var(--color-sf-secondary-bg-color);
69611
+ background-color: var(--color-sf-content-bg-color-pressed) !important;
69605
69612
  }
69606
69613
  @else{
69607
69614
  background-color: $de-toggle-bg-color !important;
69608
69615
  }
69609
69616
  @if $skin-name =='fluent2' {
69610
- background-color: $de-items-pressed;
69617
+ color: var(--color-sf-toolbar-icon-color) !important;
69611
69618
  }
69612
69619
  @if $skin-name=='highcontrast' {
69613
69620
  color: $de-title-bar-font-clr !important;
@@ -69619,7 +69626,12 @@ $de-prop-btn-icon-clr: #ccc;
69619
69626
  outline-offset: 0;
69620
69627
  box-shadow: $de-toggle-btn-border !important;
69621
69628
  #{if(&, '&', '*')}:hover {
69622
- background-color: $de-toggle-bg-color !important;
69629
+ @if $skin-name=='fluent2' {
69630
+ background-color: var(--color-sf-content-bg-color-pressed) !important;
69631
+ }
69632
+ @else {
69633
+ background-color: $de-toggle-bg-color !important;
69634
+ }
69623
69635
  @if $skin-name=='fabric' {
69624
69636
  border-color: $de-toggle-bg-color !important;
69625
69637
  }
@@ -69636,6 +69648,14 @@ $de-prop-btn-icon-clr: #ccc;
69636
69648
  color: $de-title-bar-font-clr !important;
69637
69649
  }
69638
69650
  }
69651
+ @if $skin-name=='fluent2' {
69652
+ .e-btn-toggle .e-tbar-btn-text {
69653
+ color: var(--color-sf-toolbar-icon-color) !important;
69654
+ }
69655
+ .e-btn-toggle>span {
69656
+ color: var(--color-sf-toolbar-icon-color) !important;
69657
+ }
69658
+ }
69639
69659
  @if $skin-name=='bootstrap' or $skin-name=='bootstrap4' or $skin-name=='tailwind' or or $skin-name=='bootstrap5' or $skin-name =='FluentUI' {
69640
69660
  .e-de-ctnr-group-btn-top>button:first-child {
69641
69661
  border-radius: 0;
@@ -84976,7 +84996,7 @@ $treegrid-rtl-rowdd-childborder-width: 1px 0 0 !default;
84976
84996
  }
84977
84997
  @mixin display-align {
84978
84998
  display: inline-block;
84979
- vertical-align: middle;
84999
+ vertical-align: text-bottom;
84980
85000
  }
84981
85001
  @mixin drop-bottom-child {
84982
85002
  box-shadow: 0 1px 0 0 $childborder-color;
@@ -85004,6 +85024,12 @@ $treegrid-rtl-rowdd-childborder-width: 1px 0 0 !default;
85004
85024
  font-size: $treegrid-bigger-icon-font-size;
85005
85025
  height: $treegrid-bigger-icon-size;
85006
85026
  width: $treegrid-bigger-icon-size;
85027
+ vertical-align: bottom;
85028
+ }
85029
+ .e-treegridexpand{
85030
+ @if $skin-name == 'highcontrast'{
85031
+ vertical-align: middle;
85032
+ }
85007
85033
  }
85008
85034
 
85009
85035
  .e-hierarchycheckbox {
@@ -85024,6 +85050,10 @@ $treegrid-rtl-rowdd-childborder-width: 1px 0 0 !default;
85024
85050
  line-height: $treegrid-bigger-icon-size;
85025
85051
  }
85026
85052
 
85053
+ .e-treecolumn-container span {
85054
+ vertical-align: middle;
85055
+ }
85056
+
85027
85057
  .e-row[aria-expanded = 'true'] .e-treecell {
85028
85058
  @if $skin-name == 'FluentUI' or $theme-name == 'fluentui-dark' {
85029
85059
  font-size: 16px;
@@ -85064,18 +85094,29 @@ $treegrid-rtl-rowdd-childborder-width: 1px 0 0 !default;
85064
85094
  vertical-align: $treegrid-right-arrow-icon-vertical-align;
85065
85095
  }
85066
85096
 
85097
+ span.e-icons.e-treegridcollapse{
85098
+ @if $skin-name == 'highcontrast'{
85099
+ text-align: center;
85100
+ vertical-align: baseline;
85101
+ }
85102
+ }
85103
+
85067
85104
  .e-rowcell:not(.e-gridclip) {
85068
85105
  .e-treecolumn-container {
85069
85106
  display: block;
85070
85107
  @include rowcell-container;
85071
85108
 
85072
85109
  span.e-treecell {
85073
- display: inline;
85110
+ display: contents;
85074
85111
  @include rowcell-container;
85075
85112
  }
85076
85113
  }
85077
85114
  }
85078
85115
 
85116
+ .e-templatecell .e-treecolumn-container span {
85117
+ vertical-align: middle;
85118
+ }
85119
+
85079
85120
  .e-treegridexpand:hover::before,
85080
85121
  .e-treegridcollapse:hover::before {
85081
85122
  color: $treegrid-right-arrow-hover-color;
@@ -85131,6 +85172,10 @@ $treegrid-rtl-rowdd-childborder-width: 1px 0 0 !default;
85131
85172
  @include display-align;
85132
85173
  }
85133
85174
  }
85175
+
85176
+ .e-templatecell .e-treecolumn-container span {
85177
+ vertical-align: middle;
85178
+ }
85134
85179
 
85135
85180
  .e-cloneproperties .e-treecolumn-container {
85136
85181
  span {
@@ -85169,7 +85214,7 @@ $treegrid-rtl-rowdd-childborder-width: 1px 0 0 !default;
85169
85214
  height: $treegrid-right-arrow-icon-height;
85170
85215
  padding: $treegrid-right-arrow-icon-padding;
85171
85216
  text-align: center;
85172
- vertical-align: bottom;
85217
+ vertical-align: text-bottom;
85173
85218
  width: $treegrid-right-arrow-icon-width;
85174
85219
  }
85175
85220
 
@@ -101609,6 +101654,18 @@ $lg-desktop: 1399.98;
101609
101654
  }
101610
101655
  }
101611
101656
 
101657
+ .e-bigger .e-pv-properties-line-thickness-container .e-input,
101658
+ .e-bigger .e-pv-properties-line-start-container .e-dropdown-btn,
101659
+ .e-bigger .e-pv-properties-line-end-container .e-dropdown-btn,
101660
+ .e-bigger .e-pv-properties-line-style-container .e-dropdown-btn,
101661
+ .e-bigger .e-pv-properties-line-start-container .e-input,
101662
+ .e-bigger .e-pv-properties-line-end-container .e-input,
101663
+ .e-bigger .e-pv-properties-line-style-container .e-input {
101664
+ @if ($theme-name == 'fluent2'){
101665
+ height: 40px !important;/* stylelint-disable-line declaration-no-important */
101666
+ }
101667
+ }
101668
+
101612
101669
  .e-pv-properties-line-leader-length-container {
101613
101670
  @if ($theme-name == 'fluent2') {
101614
101671
  margin-top: 10px;
@@ -102732,7 +102789,8 @@ $lg-desktop: 1399.98;
102732
102789
 
102733
102790
  .e-bigger .e-menu-icon.e-pv-stamp-icon.e-pv-icon {
102734
102791
  @if $theme-name=='fluent2' {
102735
- margin-right: 22px !important;/* stylelint-disable-line declaration-no-important */
102792
+ margin-right: 16px !important;/* stylelint-disable-line declaration-no-important */
102793
+ margin-top: -8px;
102736
102794
  }
102737
102795
  }
102738
102796
 
@@ -102760,6 +102818,12 @@ $lg-desktop: 1399.98;
102760
102818
  }
102761
102819
  }
102762
102820
 
102821
+ .e-bigger .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret {
102822
+ @if ($skin-name == 'fluent2') {
102823
+ margin-top: -8px;
102824
+ }
102825
+ }
102826
+
102763
102827
  .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-pv-stamp-icon,
102764
102828
  .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-caret {
102765
102829
  @if ($skin-name == 'fluent2') {
@@ -102767,6 +102831,13 @@ $lg-desktop: 1399.98;
102767
102831
  }
102768
102832
  }
102769
102833
 
102834
+ .e-bigger .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-pv-stamp-icon,
102835
+ .e-bigger .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-caret {
102836
+ @if ($skin-name == 'fluent2') {
102837
+ margin-top: -8px;
102838
+ }
102839
+ }
102840
+
102770
102841
  .e-pv-annotation-shapes-container.e-btn.e-icon-btn,
102771
102842
  .e-pv-annotation-calibrate-container.e-btn.e-icon-btn,
102772
102843
  .e-pv-annotation-handwritten-container.e-btn.e-icon-btn {
@@ -102894,6 +102965,13 @@ $lg-desktop: 1399.98;
102894
102965
  }
102895
102966
  }
102896
102967
 
102968
+ .e-bigger .e-pv-accordion-container.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content,
102969
+ .e-bigger .e-pv-accordion-content-container .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
102970
+ @if $theme-name == 'fluent2' {
102971
+ font-size: 14px;
102972
+ }
102973
+ }
102974
+
102897
102975
  .e-content-placeholder.e-pdfviewer.e-placeholder-pdfviewer {
102898
102976
  background-size: 100%;
102899
102977
  }
@@ -102930,6 +103008,14 @@ $lg-desktop: 1399.98;
102930
103008
  min-height: 32px;
102931
103009
  }
102932
103010
  }
103011
+
103012
+ .e-pv-signature-dialog-height .e-pv-clearbtn:disabled,
103013
+ .e-pv-signature-dialog-height .e-pv-createbtn:disabled {
103014
+ @if ($theme-name == 'fluent2') {
103015
+ border-color: var(--color-sf-primary-border-color-disabled) !important;/* stylelint-disable-line declaration-no-important */
103016
+ }
103017
+ }
103018
+
102933
103019
  .e-pv-signature-dialog-height .e-pv-cancelbtn{
102934
103020
  @if $skin-name != 'Material3' {
102935
103021
  height: 32px;
@@ -103315,6 +103401,15 @@ $lg-desktop: 1399.98;
103315
103401
  }
103316
103402
  }
103317
103403
 
103404
+ .e-pv-properties-form-field-name-main-div .e-float-text,
103405
+ .e-pv-properties-form-field-tooltip-main-div .e-float-text,
103406
+ .e-pv-properties-form-field-value-main-div .e-float-text,
103407
+ .e-pv-properties-form-field-visibility-main-div .e-float-text {
103408
+ @if $theme-name == 'fluent2' {
103409
+ padding-left: 0 !important;/* stylelint-disable-line declaration-no-important */
103410
+ }
103411
+ }
103412
+
103318
103413
  .e-pv-properties-text-edit-prop {
103319
103414
  @if $skin-name == 'FluentUI' {
103320
103415
  padding-top: 35px;
@@ -103353,6 +103448,28 @@ $lg-desktop: 1399.98;
103353
103448
  .e-pv-center-align-icon-div,
103354
103449
  .e-pv-right-align-icon-div {
103355
103450
  padding: $pv-formfield-properties-icon-align-padding;
103451
+ @if ($theme-name == 'fluent2') {
103452
+ width: 32px;
103453
+ }
103454
+ }
103455
+
103456
+ .e-bigger .e-pv-bold-icon-div,
103457
+ .e-bigger .e-pv-italic-icon-div,
103458
+ .e-bigger .e-pv-strikeout-icon-div,
103459
+ .e-bigger .e-pv-underlinetext-icon-div, {
103460
+ padding: 4px 10px;
103461
+ @if ($theme-name == 'fluent2') {
103462
+ width: 40px;
103463
+ }
103464
+ }
103465
+
103466
+ .e-bigger .e-pv-left-align-icon-div,
103467
+ .e-bigger .e-pv-center-align-icon-div,
103468
+ .e-bigger .e-pv-right-align-icon-div {
103469
+ padding: 4px 10px;
103470
+ @if ($theme-name == 'fluent2') {
103471
+ width: 38.5px;
103472
+ }
103356
103473
  }
103357
103474
 
103358
103475
  .e-pv-bold-icon-div:hover,
@@ -103363,7 +103480,9 @@ $lg-desktop: 1399.98;
103363
103480
  .e-pv-center-align-icon-div:hover,
103364
103481
  .e-pv-right-align-icon-div:hover {
103365
103482
  @if ($skin-name != 'Material3' and $skin-name != 'bootstrap5') {
103366
- background-color: $pv-annotation-dropdown-background-color-hover;
103483
+ @if ($theme-name != 'fluent2') {
103484
+ background-color: $pv-annotation-dropdown-background-color-hover;
103485
+ }
103367
103486
  border-color: $pv-annotation-dropdown-border-color-hover;
103368
103487
  }
103369
103488
  @if ($skin-name == 'bootstrap5') {
@@ -103494,6 +103613,9 @@ $lg-desktop: 1399.98;
103494
103613
  @if ($skin-name == 'Material3') {
103495
103614
  padding: 20px 15px 6px 0;
103496
103615
  }
103616
+ @if ($theme-name == 'fluent2') {
103617
+ padding: 15px;
103618
+ }
103497
103619
  @else {
103498
103620
  padding: 15px 15px 15px 1px;
103499
103621
  }
@@ -103681,6 +103803,7 @@ $lg-desktop: 1399.98;
103681
103803
  }
103682
103804
  @if ($theme-name == 'fluent2') {
103683
103805
  min-height: 555px !important;/* stylelint-disable-line declaration-no-important */
103806
+ max-width: 525px !important;/* stylelint-disable-line declaration-no-important */
103684
103807
  }
103685
103808
  }
103686
103809
 
@@ -103688,12 +103811,13 @@ $lg-desktop: 1399.98;
103688
103811
  @if ($theme-name == 'fluent2') {
103689
103812
  width: $pv-properties-form-field-win-max-width !important;/* stylelint-disable-line declaration-no-important */
103690
103813
  margin-left: -20px !important;/* stylelint-disable-line declaration-no-important */
103814
+ border-bottom: 1px solid var(--color-sf-border-light);
103691
103815
  }
103692
103816
  }
103693
103817
 
103694
103818
  .e-pv-properties-form-field-window .e-dlg-content .e-tab-header .e-toolbar-items {
103695
103819
  @if ($theme-name == 'fluent2') {
103696
- margin-left: 34px;
103820
+ margin-left: 18px;
103697
103821
  }
103698
103822
  }
103699
103823
 
@@ -103936,7 +104060,9 @@ $lg-desktop: 1399.98;
103936
104060
  height: 36px;
103937
104061
  width: 154px;
103938
104062
  }
103939
- justify-content: space-evenly;
104063
+ @if ($theme-name != 'fluent2') {
104064
+ justify-content: space-evenly;
104065
+ }
103940
104066
  @if ($skin-name == 'bootstrap5') {
103941
104067
  align-items: center;
103942
104068
  border: 1px solid $border-light;
@@ -103984,7 +104110,9 @@ $lg-desktop: 1399.98;
103984
104110
  height: 36px;
103985
104111
  width: 120px;
103986
104112
  }
103987
- justify-content: space-evenly;
104113
+ @if ($theme-name != 'fluent2') {
104114
+ justify-content: space-evenly;
104115
+ }
103988
104116
  margin-right: 15px;
103989
104117
  @if ($skin-name == 'bootstrap5' or $skin-name == 'FluentUI') {
103990
104118
  align-items: center;
@@ -104013,7 +104141,9 @@ $lg-desktop: 1399.98;
104013
104141
  }
104014
104142
  display: flex;
104015
104143
  height: 36px;
104016
- justify-content: space-evenly;
104144
+ @if ($theme-name != 'fluent2') {
104145
+ justify-content: space-evenly;
104146
+ }
104017
104147
  width: 154px;
104018
104148
  @if ($skin-name == 'bootstrap5') {
104019
104149
  align-items: center;
@@ -104047,7 +104177,9 @@ $lg-desktop: 1399.98;
104047
104177
  }
104048
104178
  display: flex;
104049
104179
  height: 36px;
104050
- justify-content: space-evenly;
104180
+ @if ($theme-name != 'fluent2') {
104181
+ justify-content: space-evenly;
104182
+ }
104051
104183
  margin-right: 15px;
104052
104184
  width: 120px;
104053
104185
  @if ($skin-name == 'bootstrap5' or $skin-name == 'FluentUI') {
@@ -104192,12 +104324,6 @@ $lg-desktop: 1399.98;
104192
104324
  }
104193
104325
  }
104194
104326
 
104195
- .e-bigger .e-pv-signature-apperance .e-float-input.e-control-wrapper.e-input-group {
104196
- @if ($theme-name=='fluent2') {
104197
- margin-left: 6.4%;
104198
- }
104199
- }
104200
-
104201
104327
  .e-pv-signature-apperance .e-checkbox-wrapper{
104202
104328
  @if ($theme-name == 'fluent2') {
104203
104329
  margin-left: $pv-toolbar-btn-height;
@@ -104351,12 +104477,6 @@ $lg-desktop: 1399.98;
104351
104477
  }
104352
104478
  }
104353
104479
 
104354
- .e-bigger .e-pv-canvas-signature {
104355
- @if $theme-name =='fluent2' {
104356
- margin-left: 5.65%;
104357
- }
104358
- }
104359
-
104360
104480
  .e-pv-sign-upload{
104361
104481
  @if $theme-name =='fluent2' {
104362
104482
  left: 44.5% !important;/* stylelint-disable-line declaration-no-important */
@@ -111445,6 +111565,16 @@ $pivotpager-single-size-title-padding: 8px !default;
111445
111565
  }
111446
111566
 
111447
111567
  @include export-module('pivotview-theme') {
111568
+ .e-pivotview.e-pivotview-autofit .e-grid .e-columnsheader .e-headercelldiv {
111569
+ margin-right: 4px;
111570
+
111571
+ @if ($skin-name == 'FluentUI') or ($skin-name =='fluent2') or ($skin-name == 'tailwind') or ($skin-name == 'tailwind-dark') or ($skin-name == 'Material3') {
111572
+ &:has(> .e-pivotcell-container .e-value-sort-icon) {
111573
+ margin-right: $pivotgrid-value-sort-icon-font-size;
111574
+ }
111575
+ }
111576
+ }
111577
+
111448
111578
  .e-pivotview {
111449
111579
  .e-pivotcell-container {
111450
111580
  align-items: center;
@@ -124190,6 +124320,7 @@ $ribbon-file-menu-size: 14px !default;
124190
124320
  $ribbon-file-menu-padding: 12px 15px 14px !default;
124191
124321
  $ribbon-file-menu-height: 22px !default;
124192
124322
  $ribbon-file-menu-border-radius: unset !default;
124323
+ $ribbon-file-menu-min-width-height: 14px !default;
124193
124324
  $ribbon-help-template-padding: 12px !default;
124194
124325
  $ribbon-help-template-height: 48px !default;
124195
124326
  $ribbon-help-template-border: none !default;
@@ -124295,7 +124426,7 @@ $ribbon-backstage-menu-active-border: 0 !default;
124295
124426
  $ribbon-backstage-menu-item-height: 48px !default;
124296
124427
  $ribbon-backstage-menu-icon-font-size: 16px !default;
124297
124428
  $ribbon-backstage-menu-icon-line-height: 16px !default;
124298
- $ribbon-backstage-menu-icon-padding: 16px !default;
124429
+ $ribbon-backstage-menu-icon-padding: 16px 16px 20px !default;
124299
124430
  $ribbon-backstage-menu-blank-icon-padding: 48px !default;
124300
124431
  $ribbon-backstage-btn-focus-border: 2px !default;
124301
124432
  $ribbon-backstage-btn-height: 48px !default;
@@ -124362,6 +124493,7 @@ $ribbon-bigger-group-height: 164px !default;
124362
124493
  $ribbon-bigger-file-menu-height: 24px !default;
124363
124494
  $ribbon-bigger-file-menu-padding: 14px 20px !default;
124364
124495
  $ribbon-bigger-file-menu-size: 16px !default;
124496
+ $ribbon-bigger-file-menu-min-width-height: 16px !default;
124365
124497
  $ribbon-bigger-help-template-padding: 16px !default;
124366
124498
  $ribbon-bigger-help-template-height: 52px !default;
124367
124499
  $ribbon-bigger-toolbar-items-height: 52px !default;
@@ -124433,7 +124565,7 @@ $ribbon-bigger-ddb-popup-height: 32px;
124433
124565
  $ribbon-bigger-backstage-menu-item-height: 52px !default;
124434
124566
  $ribbon-bigger-backstage-menu-icon-font-size: 20px !default;
124435
124567
  $ribbon-bigger-backstage-menu-icon-line-height: 20px !default;
124436
- $ribbon-bigger-backstage-menu-icon-padding: 18px 16px !default;
124568
+ $ribbon-bigger-backstage-menu-icon-padding: 18px 16px 22px !default;
124437
124569
  $ribbon-bigger-backstage-menu-blank-icon-padding: 52px !default;
124438
124570
  $ribbon-bigger-backstage-btn-height: 52px !default;
124439
124571
  $ribbon-bigger-backstage-btn-line-height: 52px !default;
@@ -125103,9 +125235,10 @@ $ribbon-items-focus-box-shadow: none !default;
125103
125235
 
125104
125236
  .e-menu-icon {
125105
125237
  @include ribbon-font-props($ribbon-backstage-menu-icon-font-size, $ribbon-backstage-menu-icon-line-height);
125238
+ @include ribbon-items-icon-images($ribbon-backstage-menu-icon-font-size);
125106
125239
  width: auto;
125107
125240
  margin-right: unset;
125108
- padding: $ribbon-backstage-menu-icon-padding;
125241
+ margin: $ribbon-backstage-menu-icon-padding;
125109
125242
  }
125110
125243
 
125111
125244
  &.e-blankicon {
@@ -125718,6 +125851,7 @@ $ribbon-items-focus-box-shadow: none !default;
125718
125851
 
125719
125852
  .e-btn-icon {
125720
125853
  @include ribbon-font-styles(16px, $ribbon-items-font-weight, 16px);
125854
+ @include ribbon-items-icon-images(16px);
125721
125855
  margin: $ribbon-group-button-icon-margin;
125722
125856
  width: auto;
125723
125857
  &.e-icon-left {
@@ -125805,6 +125939,10 @@ $ribbon-items-focus-box-shadow: none !default;
125805
125939
  @include ribbon-font-styles($ribbon-gallery-icons-size, $ribbon-gallery-icons-weight, $ribbon-gallery-icons-height);
125806
125940
  padding: 3px;
125807
125941
  background-size: cover;
125942
+ min-width: $ribbon-gallery-icons-size;
125943
+ min-height: $ribbon-gallery-icons-size;
125944
+ background-position: center;
125945
+ background-repeat: no-repeat;
125808
125946
  }
125809
125947
  &:hover,
125810
125948
  &.e-ribbon-gallery-selected {
@@ -125849,6 +125987,7 @@ $ribbon-items-focus-box-shadow: none !default;
125849
125987
  border-radius: unset;
125850
125988
 
125851
125989
  .e-menu-icon {
125990
+ @include ribbon-items-icon-images($ribbon-file-menu-min-width-height);
125852
125991
  width: auto;
125853
125992
  }
125854
125993
 
@@ -125866,6 +126005,13 @@ $ribbon-items-focus-box-shadow: none !default;
125866
126005
 
125867
126006
  .e-menu-icon {
125868
126007
  @include ribbon-font-props(16px, 16px);
126008
+ @include ribbon-items-icon-images(16px);
126009
+ }
126010
+ @if ($skin-name == 'fluent2') {
126011
+ .e-menu-icon {
126012
+ padding: 0;
126013
+ margin: 2px 12px 2px 2px;
126014
+ }
125869
126015
  }
125870
126016
  }
125871
126017
 
@@ -126295,6 +126441,8 @@ $ribbon-items-focus-box-shadow: none !default;
126295
126441
 
126296
126442
  .e-menu-icon {
126297
126443
  @include ribbon-font-props(20px, 20px);
126444
+ min-height: 20px;
126445
+ min-width: 20px;
126298
126446
  }
126299
126447
  }
126300
126448
 
@@ -126302,8 +126450,14 @@ $ribbon-items-focus-box-shadow: none !default;
126302
126450
  .e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-vertical,
126303
126451
  .e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-ul,
126304
126452
  .e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-ul {
126305
- .e-menu-item.e-blankicon {
126306
- padding-left: $ribbon-bigger-menu-blank-icon-padding !important; /* stylelint-disable-line declaration-no-important */
126453
+ .e-menu-item {
126454
+ &.e-blankicon {
126455
+ padding-left: $ribbon-bigger-menu-blank-icon-padding !important; /* stylelint-disable-line declaration-no-important */
126456
+ }
126457
+ .e-menu-icon {
126458
+ min-width: $ribbon-bigger-file-menu-min-width-height;
126459
+ min-height: $ribbon-bigger-file-menu-min-width-height;
126460
+ }
126307
126461
  }
126308
126462
  }
126309
126463
 
@@ -126326,7 +126480,9 @@ $ribbon-items-focus-box-shadow: none !default;
126326
126480
 
126327
126481
  .e-menu-icon {
126328
126482
  @include ribbon-font-props($ribbon-bigger-backstage-menu-icon-font-size, $ribbon-bigger-backstage-menu-icon-line-height);
126329
- padding: $ribbon-bigger-backstage-menu-icon-padding;
126483
+ margin: $ribbon-bigger-backstage-menu-icon-padding;
126484
+ min-width: $ribbon-bigger-backstage-menu-icon-font-size;
126485
+ min-height: $ribbon-bigger-backstage-menu-icon-font-size;
126330
126486
  }
126331
126487
 
126332
126488
  &.e-blankicon {
@@ -126342,6 +126498,8 @@ $ribbon-items-focus-box-shadow: none !default;
126342
126498
  .e-btn-icon {
126343
126499
  @include ribbon-font-props($ribbon-bigger-items-icon-size, $ribbon-bigger-items-icon-height);
126344
126500
  margin: $ribbon-bigger-group-button-icon-margin;
126501
+ min-height: $ribbon-bigger-items-icon-size;
126502
+ min-width: $ribbon-bigger-items-icon-size;
126345
126503
  &.e-icon-left {
126346
126504
  padding: $ribbon-bigger-group-button-icon-padding;
126347
126505
  }