@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
@@ -40249,6 +40249,12 @@ $radio-btn-focus-outline: $radio-btn-background-color 0 solid !default;
40249
40249
  border-color: $radio-btn-focus-check-border-color;
40250
40250
  box-shadow: $radio-btn-focussed-box-shadow;
40251
40251
  }
40252
+
40253
+ & .e-ripple-container {
40254
+ @if $skin-name == 'Material3' {
40255
+ background-color: $radio-btn-focus-ripple-bgcolor;
40256
+ }
40257
+ }
40252
40258
  }
40253
40259
  }
40254
40260
 
@@ -66791,7 +66797,7 @@ $de-ff-radio-scnd-div-mrgn-btm: 0;
66791
66797
  $de-fnt-dlg-header-effects-mrgn-btm: 0;
66792
66798
  $de-para-dlg-cs-check-box-mrgn-btm: 0;
66793
66799
  $de-bullet-numbered-dlg-width: 300px;
66794
- $de-bullet-numbered-dlg-height: auto;
66800
+ $de-bullet-numbered-dlg-height: 173px;
66795
66801
  $de-tbl-indent-lb-fnt-size: $text-xs;
66796
66802
  $de-font-clr-div-mrgn-top: 12px;
66797
66803
  $de-para-dlg-cs-check-box-mrgn-top: 12px;
@@ -66882,7 +66888,7 @@ $de-checkbox-wrapper-color: $content-text-color !default;
66882
66888
  $bookmark-listview-border-color: $border !default;
66883
66889
  $de-style-btn-active-bg-border-color: $border-light !default;
66884
66890
  $de-style-btn-active-text-color: $content-text-color !default;
66885
- $de-style-toggle-btn-color: $border-light !default;
66891
+ $de-style-toggle-btn-color: $secondary-bg-color !default;
66886
66892
  $de-table-align-hover-color: $primary !default;
66887
66893
  $de-table-tab-hover-color: $de-table-align-hover-color !default;
66888
66894
  $de-cell-align-hover-color: $de-table-align-hover-color !default;
@@ -70676,7 +70682,8 @@ $de-column-presets-font-size: $text-6xl !default;
70676
70682
  .e-de-style-paragraph-group-button .e-btn.e-active,
70677
70683
  .e-de-style-font-group-button .e-btn.e-active {
70678
70684
  @if $skin-name =='fluent2' {
70679
- background-color: var(--color-sf-secondary-bg-color);
70685
+ background-color: var(--color-sf-content-bg-color-pressed);
70686
+ color: var(--color-sf-toolbar-icon-color);
70680
70687
  }
70681
70688
  }
70682
70689
  .e-de-hyperlink-bookmark-check .e-checkbox-wrapper .e-frame {
@@ -73153,13 +73160,13 @@ $de-hlt-clr-height-bigger: 24px;
73153
73160
  }
73154
73161
  .e-btn-toggle {
73155
73162
  @if $skin-name=='fluent2' {
73156
- background-color: var(--color-sf-secondary-bg-color);
73163
+ background-color: var(--color-sf-content-bg-color-pressed) !important;
73157
73164
  }
73158
73165
  @else{
73159
73166
  background-color: $de-toggle-bg-color !important;
73160
73167
  }
73161
73168
  @if $skin-name =='fluent2' {
73162
- background-color: $de-items-pressed;
73169
+ color: var(--color-sf-toolbar-icon-color) !important;
73163
73170
  }
73164
73171
  @if $skin-name=='highcontrast' {
73165
73172
  color: $de-title-bar-font-clr !important;
@@ -73171,7 +73178,12 @@ $de-hlt-clr-height-bigger: 24px;
73171
73178
  outline-offset: 0;
73172
73179
  box-shadow: $de-toggle-btn-border !important;
73173
73180
  #{if(&, '&', '*')}:hover {
73174
- background-color: $de-toggle-bg-color !important;
73181
+ @if $skin-name=='fluent2' {
73182
+ background-color: var(--color-sf-content-bg-color-pressed) !important;
73183
+ }
73184
+ @else {
73185
+ background-color: $de-toggle-bg-color !important;
73186
+ }
73175
73187
  @if $skin-name=='fabric' {
73176
73188
  border-color: $de-toggle-bg-color !important;
73177
73189
  }
@@ -73188,6 +73200,14 @@ $de-hlt-clr-height-bigger: 24px;
73188
73200
  color: $de-title-bar-font-clr !important;
73189
73201
  }
73190
73202
  }
73203
+ @if $skin-name=='fluent2' {
73204
+ .e-btn-toggle .e-tbar-btn-text {
73205
+ color: var(--color-sf-toolbar-icon-color) !important;
73206
+ }
73207
+ .e-btn-toggle>span {
73208
+ color: var(--color-sf-toolbar-icon-color) !important;
73209
+ }
73210
+ }
73191
73211
  @if $skin-name=='bootstrap' or $skin-name=='bootstrap4' or $skin-name=='tailwind' or or $skin-name=='bootstrap5' or $skin-name =='FluentUI' {
73192
73212
  .e-de-ctnr-group-btn-top>button:first-child {
73193
73213
  border-radius: 0;
@@ -88567,7 +88587,7 @@ $treegrid-rtl-rowdd-childborder-width: 2px 0 2px 0 !default;
88567
88587
  }
88568
88588
  @mixin display-align {
88569
88589
  display: inline-block;
88570
- vertical-align: middle;
88590
+ vertical-align: text-bottom;
88571
88591
  }
88572
88592
  @mixin drop-bottom-child {
88573
88593
  box-shadow: 0 1px 0 0 $childborder-color;
@@ -88595,6 +88615,12 @@ $treegrid-rtl-rowdd-childborder-width: 2px 0 2px 0 !default;
88595
88615
  font-size: $treegrid-bigger-icon-font-size;
88596
88616
  height: $treegrid-bigger-icon-size;
88597
88617
  width: $treegrid-bigger-icon-size;
88618
+ vertical-align: bottom;
88619
+ }
88620
+ .e-treegridexpand{
88621
+ @if $skin-name == 'highcontrast'{
88622
+ vertical-align: middle;
88623
+ }
88598
88624
  }
88599
88625
 
88600
88626
  .e-hierarchycheckbox {
@@ -88615,6 +88641,10 @@ $treegrid-rtl-rowdd-childborder-width: 2px 0 2px 0 !default;
88615
88641
  line-height: $treegrid-bigger-icon-size;
88616
88642
  }
88617
88643
 
88644
+ .e-treecolumn-container span {
88645
+ vertical-align: middle;
88646
+ }
88647
+
88618
88648
  .e-row[aria-expanded = 'true'] .e-treecell {
88619
88649
  @if $skin-name == 'FluentUI' or $theme-name == 'fluentui-dark' {
88620
88650
  font-size: 16px;
@@ -88655,18 +88685,29 @@ $treegrid-rtl-rowdd-childborder-width: 2px 0 2px 0 !default;
88655
88685
  vertical-align: $treegrid-right-arrow-icon-vertical-align;
88656
88686
  }
88657
88687
 
88688
+ span.e-icons.e-treegridcollapse{
88689
+ @if $skin-name == 'highcontrast'{
88690
+ text-align: center;
88691
+ vertical-align: baseline;
88692
+ }
88693
+ }
88694
+
88658
88695
  .e-rowcell:not(.e-gridclip) {
88659
88696
  .e-treecolumn-container {
88660
88697
  display: block;
88661
88698
  @include rowcell-container;
88662
88699
 
88663
88700
  span.e-treecell {
88664
- display: inline;
88701
+ display: contents;
88665
88702
  @include rowcell-container;
88666
88703
  }
88667
88704
  }
88668
88705
  }
88669
88706
 
88707
+ .e-templatecell .e-treecolumn-container span {
88708
+ vertical-align: middle;
88709
+ }
88710
+
88670
88711
  .e-treegridexpand:hover::before,
88671
88712
  .e-treegridcollapse:hover::before {
88672
88713
  color: $treegrid-right-arrow-hover-color;
@@ -88722,6 +88763,10 @@ $treegrid-rtl-rowdd-childborder-width: 2px 0 2px 0 !default;
88722
88763
  @include display-align;
88723
88764
  }
88724
88765
  }
88766
+
88767
+ .e-templatecell .e-treecolumn-container span {
88768
+ vertical-align: middle;
88769
+ }
88725
88770
 
88726
88771
  .e-cloneproperties .e-treecolumn-container {
88727
88772
  span {
@@ -88760,7 +88805,7 @@ $treegrid-rtl-rowdd-childborder-width: 2px 0 2px 0 !default;
88760
88805
  height: $treegrid-right-arrow-icon-height;
88761
88806
  padding: $treegrid-right-arrow-icon-padding;
88762
88807
  text-align: center;
88763
- vertical-align: bottom;
88808
+ vertical-align: text-bottom;
88764
88809
  width: $treegrid-right-arrow-icon-width;
88765
88810
  }
88766
88811
 
@@ -105138,6 +105183,18 @@ $lg-desktop: 1399.98;
105138
105183
  }
105139
105184
  }
105140
105185
 
105186
+ .e-bigger .e-pv-properties-line-thickness-container .e-input,
105187
+ .e-bigger .e-pv-properties-line-start-container .e-dropdown-btn,
105188
+ .e-bigger .e-pv-properties-line-end-container .e-dropdown-btn,
105189
+ .e-bigger .e-pv-properties-line-style-container .e-dropdown-btn,
105190
+ .e-bigger .e-pv-properties-line-start-container .e-input,
105191
+ .e-bigger .e-pv-properties-line-end-container .e-input,
105192
+ .e-bigger .e-pv-properties-line-style-container .e-input {
105193
+ @if ($theme-name == 'fluent2'){
105194
+ height: 40px !important;/* stylelint-disable-line declaration-no-important */
105195
+ }
105196
+ }
105197
+
105141
105198
  .e-pv-properties-line-leader-length-container {
105142
105199
  @if ($theme-name == 'fluent2') {
105143
105200
  margin-top: 10px;
@@ -106261,7 +106318,8 @@ $lg-desktop: 1399.98;
106261
106318
 
106262
106319
  .e-bigger .e-menu-icon.e-pv-stamp-icon.e-pv-icon {
106263
106320
  @if $theme-name=='fluent2' {
106264
- margin-right: 22px !important;/* stylelint-disable-line declaration-no-important */
106321
+ margin-right: 16px !important;/* stylelint-disable-line declaration-no-important */
106322
+ margin-top: -8px;
106265
106323
  }
106266
106324
  }
106267
106325
 
@@ -106289,6 +106347,12 @@ $lg-desktop: 1399.98;
106289
106347
  }
106290
106348
  }
106291
106349
 
106350
+ .e-bigger .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret {
106351
+ @if ($skin-name == 'fluent2') {
106352
+ margin-top: -8px;
106353
+ }
106354
+ }
106355
+
106292
106356
  .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-pv-stamp-icon,
106293
106357
  .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-caret {
106294
106358
  @if ($skin-name == 'fluent2') {
@@ -106296,6 +106360,13 @@ $lg-desktop: 1399.98;
106296
106360
  }
106297
106361
  }
106298
106362
 
106363
+ .e-bigger .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-pv-stamp-icon,
106364
+ .e-bigger .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-caret {
106365
+ @if ($skin-name == 'fluent2') {
106366
+ margin-top: -8px;
106367
+ }
106368
+ }
106369
+
106299
106370
  .e-pv-annotation-shapes-container.e-btn.e-icon-btn,
106300
106371
  .e-pv-annotation-calibrate-container.e-btn.e-icon-btn,
106301
106372
  .e-pv-annotation-handwritten-container.e-btn.e-icon-btn {
@@ -106423,6 +106494,13 @@ $lg-desktop: 1399.98;
106423
106494
  }
106424
106495
  }
106425
106496
 
106497
+ .e-bigger .e-pv-accordion-container.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content,
106498
+ .e-bigger .e-pv-accordion-content-container .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
106499
+ @if $theme-name == 'fluent2' {
106500
+ font-size: 14px;
106501
+ }
106502
+ }
106503
+
106426
106504
  .e-content-placeholder.e-pdfviewer.e-placeholder-pdfviewer {
106427
106505
  background-size: 100%;
106428
106506
  }
@@ -106459,6 +106537,14 @@ $lg-desktop: 1399.98;
106459
106537
  min-height: 32px;
106460
106538
  }
106461
106539
  }
106540
+
106541
+ .e-pv-signature-dialog-height .e-pv-clearbtn:disabled,
106542
+ .e-pv-signature-dialog-height .e-pv-createbtn:disabled {
106543
+ @if ($theme-name == 'fluent2') {
106544
+ border-color: var(--color-sf-primary-border-color-disabled) !important;/* stylelint-disable-line declaration-no-important */
106545
+ }
106546
+ }
106547
+
106462
106548
  .e-pv-signature-dialog-height .e-pv-cancelbtn{
106463
106549
  @if $skin-name != 'Material3' {
106464
106550
  height: 32px;
@@ -106844,6 +106930,15 @@ $lg-desktop: 1399.98;
106844
106930
  }
106845
106931
  }
106846
106932
 
106933
+ .e-pv-properties-form-field-name-main-div .e-float-text,
106934
+ .e-pv-properties-form-field-tooltip-main-div .e-float-text,
106935
+ .e-pv-properties-form-field-value-main-div .e-float-text,
106936
+ .e-pv-properties-form-field-visibility-main-div .e-float-text {
106937
+ @if $theme-name == 'fluent2' {
106938
+ padding-left: 0 !important;/* stylelint-disable-line declaration-no-important */
106939
+ }
106940
+ }
106941
+
106847
106942
  .e-pv-properties-text-edit-prop {
106848
106943
  @if $skin-name == 'FluentUI' {
106849
106944
  padding-top: 35px;
@@ -106882,6 +106977,28 @@ $lg-desktop: 1399.98;
106882
106977
  .e-pv-center-align-icon-div,
106883
106978
  .e-pv-right-align-icon-div {
106884
106979
  padding: $pv-formfield-properties-icon-align-padding;
106980
+ @if ($theme-name == 'fluent2') {
106981
+ width: 32px;
106982
+ }
106983
+ }
106984
+
106985
+ .e-bigger .e-pv-bold-icon-div,
106986
+ .e-bigger .e-pv-italic-icon-div,
106987
+ .e-bigger .e-pv-strikeout-icon-div,
106988
+ .e-bigger .e-pv-underlinetext-icon-div, {
106989
+ padding: 4px 10px;
106990
+ @if ($theme-name == 'fluent2') {
106991
+ width: 40px;
106992
+ }
106993
+ }
106994
+
106995
+ .e-bigger .e-pv-left-align-icon-div,
106996
+ .e-bigger .e-pv-center-align-icon-div,
106997
+ .e-bigger .e-pv-right-align-icon-div {
106998
+ padding: 4px 10px;
106999
+ @if ($theme-name == 'fluent2') {
107000
+ width: 38.5px;
107001
+ }
106885
107002
  }
106886
107003
 
106887
107004
  .e-pv-bold-icon-div:hover,
@@ -106892,7 +107009,9 @@ $lg-desktop: 1399.98;
106892
107009
  .e-pv-center-align-icon-div:hover,
106893
107010
  .e-pv-right-align-icon-div:hover {
106894
107011
  @if ($skin-name != 'Material3' and $skin-name != 'bootstrap5') {
106895
- background-color: $pv-annotation-dropdown-background-color-hover;
107012
+ @if ($theme-name != 'fluent2') {
107013
+ background-color: $pv-annotation-dropdown-background-color-hover;
107014
+ }
106896
107015
  border-color: $pv-annotation-dropdown-border-color-hover;
106897
107016
  }
106898
107017
  @if ($skin-name == 'bootstrap5') {
@@ -107023,6 +107142,9 @@ $lg-desktop: 1399.98;
107023
107142
  @if ($skin-name == 'Material3') {
107024
107143
  padding: 20px 15px 6px 0;
107025
107144
  }
107145
+ @if ($theme-name == 'fluent2') {
107146
+ padding: 15px;
107147
+ }
107026
107148
  @else {
107027
107149
  padding: 15px 15px 15px 1px;
107028
107150
  }
@@ -107210,6 +107332,7 @@ $lg-desktop: 1399.98;
107210
107332
  }
107211
107333
  @if ($theme-name == 'fluent2') {
107212
107334
  min-height: 555px !important;/* stylelint-disable-line declaration-no-important */
107335
+ max-width: 525px !important;/* stylelint-disable-line declaration-no-important */
107213
107336
  }
107214
107337
  }
107215
107338
 
@@ -107217,12 +107340,13 @@ $lg-desktop: 1399.98;
107217
107340
  @if ($theme-name == 'fluent2') {
107218
107341
  width: $pv-properties-form-field-win-max-width !important;/* stylelint-disable-line declaration-no-important */
107219
107342
  margin-left: -20px !important;/* stylelint-disable-line declaration-no-important */
107343
+ border-bottom: 1px solid var(--color-sf-border-light);
107220
107344
  }
107221
107345
  }
107222
107346
 
107223
107347
  .e-pv-properties-form-field-window .e-dlg-content .e-tab-header .e-toolbar-items {
107224
107348
  @if ($theme-name == 'fluent2') {
107225
- margin-left: 34px;
107349
+ margin-left: 18px;
107226
107350
  }
107227
107351
  }
107228
107352
 
@@ -107465,7 +107589,9 @@ $lg-desktop: 1399.98;
107465
107589
  height: 36px;
107466
107590
  width: 154px;
107467
107591
  }
107468
- justify-content: space-evenly;
107592
+ @if ($theme-name != 'fluent2') {
107593
+ justify-content: space-evenly;
107594
+ }
107469
107595
  @if ($skin-name == 'bootstrap5') {
107470
107596
  align-items: center;
107471
107597
  border: 1px solid $border-light;
@@ -107513,7 +107639,9 @@ $lg-desktop: 1399.98;
107513
107639
  height: 36px;
107514
107640
  width: 120px;
107515
107641
  }
107516
- justify-content: space-evenly;
107642
+ @if ($theme-name != 'fluent2') {
107643
+ justify-content: space-evenly;
107644
+ }
107517
107645
  margin-right: 15px;
107518
107646
  @if ($skin-name == 'bootstrap5' or $skin-name == 'FluentUI') {
107519
107647
  align-items: center;
@@ -107542,7 +107670,9 @@ $lg-desktop: 1399.98;
107542
107670
  }
107543
107671
  display: flex;
107544
107672
  height: 36px;
107545
- justify-content: space-evenly;
107673
+ @if ($theme-name != 'fluent2') {
107674
+ justify-content: space-evenly;
107675
+ }
107546
107676
  width: 154px;
107547
107677
  @if ($skin-name == 'bootstrap5') {
107548
107678
  align-items: center;
@@ -107576,7 +107706,9 @@ $lg-desktop: 1399.98;
107576
107706
  }
107577
107707
  display: flex;
107578
107708
  height: 36px;
107579
- justify-content: space-evenly;
107709
+ @if ($theme-name != 'fluent2') {
107710
+ justify-content: space-evenly;
107711
+ }
107580
107712
  margin-right: 15px;
107581
107713
  width: 120px;
107582
107714
  @if ($skin-name == 'bootstrap5' or $skin-name == 'FluentUI') {
@@ -107721,12 +107853,6 @@ $lg-desktop: 1399.98;
107721
107853
  }
107722
107854
  }
107723
107855
 
107724
- .e-bigger .e-pv-signature-apperance .e-float-input.e-control-wrapper.e-input-group {
107725
- @if ($theme-name=='fluent2') {
107726
- margin-left: 6.4%;
107727
- }
107728
- }
107729
-
107730
107856
  .e-pv-signature-apperance .e-checkbox-wrapper{
107731
107857
  @if ($theme-name == 'fluent2') {
107732
107858
  margin-left: $pv-toolbar-btn-height;
@@ -107880,12 +108006,6 @@ $lg-desktop: 1399.98;
107880
108006
  }
107881
108007
  }
107882
108008
 
107883
- .e-bigger .e-pv-canvas-signature {
107884
- @if $theme-name =='fluent2' {
107885
- margin-left: 5.65%;
107886
- }
107887
- }
107888
-
107889
108009
  .e-pv-sign-upload{
107890
108010
  @if $theme-name =='fluent2' {
107891
108011
  left: 44.5% !important;/* stylelint-disable-line declaration-no-important */
@@ -114988,6 +115108,16 @@ $pivotpager-single-size-title-padding: 8px !default;
114988
115108
  }
114989
115109
 
114990
115110
  @include export-module('pivotview-theme') {
115111
+ .e-pivotview.e-pivotview-autofit .e-grid .e-columnsheader .e-headercelldiv {
115112
+ margin-right: 4px;
115113
+
115114
+ @if ($skin-name == 'FluentUI') or ($skin-name =='fluent2') or ($skin-name == 'tailwind') or ($skin-name == 'tailwind-dark') or ($skin-name == 'Material3') {
115115
+ &:has(> .e-pivotcell-container .e-value-sort-icon) {
115116
+ margin-right: $pivotgrid-value-sort-icon-font-size;
115117
+ }
115118
+ }
115119
+ }
115120
+
114991
115121
  .e-pivotview {
114992
115122
  .e-pivotcell-container {
114993
115123
  align-items: center;
@@ -127757,6 +127887,7 @@ $ribbon-file-menu-size: $text-sm !default;
127757
127887
  $ribbon-file-menu-padding: 12px 10px !default;
127758
127888
  $ribbon-file-menu-height: 20px !default;
127759
127889
  $ribbon-file-menu-border-radius: 4px 0 0 0 !default;
127890
+ $ribbon-file-menu-min-width-height: 16px !default;
127760
127891
  $ribbon-help-template-padding: 10px !default;
127761
127892
  $ribbon-help-template-height: 44px !default;
127762
127893
  $ribbon-help-template-border: none !default;
@@ -127862,7 +127993,7 @@ $ribbon-backstage-menu-active-border: 0 !default;
127862
127993
  $ribbon-backstage-menu-item-height: 38px !default;
127863
127994
  $ribbon-backstage-menu-icon-font-size: $text-sm !default;
127864
127995
  $ribbon-backstage-menu-icon-line-height: 14px !default;
127865
- $ribbon-backstage-menu-icon-padding: 12px 8px 12px 12px !default;
127996
+ $ribbon-backstage-menu-icon-padding: 12px 8px 14px 12px !default;
127866
127997
  $ribbon-backstage-menu-blank-icon-padding: 34px !default;
127867
127998
  $ribbon-backstage-btn-focus-border: 0 !default;
127868
127999
  $ribbon-backstage-btn-height: 38px !default;
@@ -127929,6 +128060,7 @@ $ribbon-bigger-group-height: 160px !default;
127929
128060
  $ribbon-bigger-file-menu-height: 22px !default;
127930
128061
  $ribbon-bigger-file-menu-padding: 17px 10px !default;
127931
128062
  $ribbon-bigger-file-menu-size: $text-base !default;
128063
+ $ribbon-bigger-file-menu-min-width-height: 18px !default;
127932
128064
  $ribbon-bigger-help-template-padding: 10px !default;
127933
128065
  $ribbon-bigger-help-template-height: 56px !default;
127934
128066
  $ribbon-bigger-toolbar-items-height: 56px !default;
@@ -128000,7 +128132,7 @@ $ribbon-bigger-ddb-popup-height: 40px;
128000
128132
  $ribbon-bigger-backstage-menu-item-height: 44px !default;
128001
128133
  $ribbon-bigger-backstage-menu-icon-font-size: $text-base !default;
128002
128134
  $ribbon-bigger-backstage-menu-icon-line-height: 16px !default;
128003
- $ribbon-bigger-backstage-menu-icon-padding: 14px 12px 14px 15px !default;
128135
+ $ribbon-bigger-backstage-menu-icon-padding: 14px 12px 17px 15px !default;
128004
128136
  $ribbon-bigger-backstage-menu-blank-icon-padding: 43px !default;
128005
128137
  $ribbon-bigger-backstage-btn-height: 48px !default;
128006
128138
  $ribbon-bigger-backstage-btn-line-height: 48px !default;
@@ -128670,9 +128802,10 @@ $ribbon-gallery-button-selected-icon-color: $icon-color !default;
128670
128802
 
128671
128803
  .e-menu-icon {
128672
128804
  @include ribbon-font-props($ribbon-backstage-menu-icon-font-size, $ribbon-backstage-menu-icon-line-height);
128805
+ @include ribbon-items-icon-images($ribbon-backstage-menu-icon-font-size);
128673
128806
  width: auto;
128674
128807
  margin-right: unset;
128675
- padding: $ribbon-backstage-menu-icon-padding;
128808
+ margin: $ribbon-backstage-menu-icon-padding;
128676
128809
  }
128677
128810
 
128678
128811
  &.e-blankicon {
@@ -129285,6 +129418,7 @@ $ribbon-gallery-button-selected-icon-color: $icon-color !default;
129285
129418
 
129286
129419
  .e-btn-icon {
129287
129420
  @include ribbon-font-styles(16px, $ribbon-items-font-weight, 16px);
129421
+ @include ribbon-items-icon-images(16px);
129288
129422
  margin: $ribbon-group-button-icon-margin;
129289
129423
  width: auto;
129290
129424
  &.e-icon-left {
@@ -129372,6 +129506,10 @@ $ribbon-gallery-button-selected-icon-color: $icon-color !default;
129372
129506
  @include ribbon-font-styles($ribbon-gallery-icons-size, $ribbon-gallery-icons-weight, $ribbon-gallery-icons-height);
129373
129507
  padding: 3px;
129374
129508
  background-size: cover;
129509
+ min-width: $ribbon-gallery-icons-size;
129510
+ min-height: $ribbon-gallery-icons-size;
129511
+ background-position: center;
129512
+ background-repeat: no-repeat;
129375
129513
  }
129376
129514
  &:hover,
129377
129515
  &.e-ribbon-gallery-selected {
@@ -129416,6 +129554,7 @@ $ribbon-gallery-button-selected-icon-color: $icon-color !default;
129416
129554
  border-radius: unset;
129417
129555
 
129418
129556
  .e-menu-icon {
129557
+ @include ribbon-items-icon-images($ribbon-file-menu-min-width-height);
129419
129558
  width: auto;
129420
129559
  }
129421
129560
 
@@ -129433,6 +129572,13 @@ $ribbon-gallery-button-selected-icon-color: $icon-color !default;
129433
129572
 
129434
129573
  .e-menu-icon {
129435
129574
  @include ribbon-font-props(16px, 16px);
129575
+ @include ribbon-items-icon-images(16px);
129576
+ }
129577
+ @if ($skin-name == 'fluent2') {
129578
+ .e-menu-icon {
129579
+ padding: 0;
129580
+ margin: 2px 12px 2px 2px;
129581
+ }
129436
129582
  }
129437
129583
  }
129438
129584
 
@@ -129862,6 +130008,8 @@ $ribbon-gallery-button-selected-icon-color: $icon-color !default;
129862
130008
 
129863
130009
  .e-menu-icon {
129864
130010
  @include ribbon-font-props(20px, 20px);
130011
+ min-height: 20px;
130012
+ min-width: 20px;
129865
130013
  }
129866
130014
  }
129867
130015
 
@@ -129869,8 +130017,14 @@ $ribbon-gallery-button-selected-icon-color: $icon-color !default;
129869
130017
  .e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-vertical,
129870
130018
  .e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-ul,
129871
130019
  .e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-ul {
129872
- .e-menu-item.e-blankicon {
129873
- padding-left: $ribbon-bigger-menu-blank-icon-padding !important; /* stylelint-disable-line declaration-no-important */
130020
+ .e-menu-item {
130021
+ &.e-blankicon {
130022
+ padding-left: $ribbon-bigger-menu-blank-icon-padding !important; /* stylelint-disable-line declaration-no-important */
130023
+ }
130024
+ .e-menu-icon {
130025
+ min-width: $ribbon-bigger-file-menu-min-width-height;
130026
+ min-height: $ribbon-bigger-file-menu-min-width-height;
130027
+ }
129874
130028
  }
129875
130029
  }
129876
130030
 
@@ -129893,7 +130047,9 @@ $ribbon-gallery-button-selected-icon-color: $icon-color !default;
129893
130047
 
129894
130048
  .e-menu-icon {
129895
130049
  @include ribbon-font-props($ribbon-bigger-backstage-menu-icon-font-size, $ribbon-bigger-backstage-menu-icon-line-height);
129896
- padding: $ribbon-bigger-backstage-menu-icon-padding;
130050
+ margin: $ribbon-bigger-backstage-menu-icon-padding;
130051
+ min-width: $ribbon-bigger-backstage-menu-icon-font-size;
130052
+ min-height: $ribbon-bigger-backstage-menu-icon-font-size;
129897
130053
  }
129898
130054
 
129899
130055
  &.e-blankicon {
@@ -129909,6 +130065,8 @@ $ribbon-gallery-button-selected-icon-color: $icon-color !default;
129909
130065
  .e-btn-icon {
129910
130066
  @include ribbon-font-props($ribbon-bigger-items-icon-size, $ribbon-bigger-items-icon-height);
129911
130067
  margin: $ribbon-bigger-group-button-icon-margin;
130068
+ min-height: $ribbon-bigger-items-icon-size;
130069
+ min-width: $ribbon-bigger-items-icon-size;
129912
130070
  &.e-icon-left {
129913
130071
  padding: $ribbon-bigger-group-button-icon-padding;
129914
130072
  }