@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
@@ -37375,8 +37375,8 @@ $radio-btn-small-width: 14px !default;
37375
37375
  $radio-btn-icon-left: 4px !default;
37376
37376
  $radio-btn-icon-top: 4px !default;
37377
37377
  $radio-btn-icon-right: 4px !default;
37378
- $radio-btn-ripple-position: -9.5px !default;
37379
- $radio-btn-ripple-size: 32px !default;
37378
+ $radio-btn-ripple-position: -8px !default;
37379
+ $radio-btn-ripple-size: 30px !default;
37380
37380
  $radio-btn-small-icon-left: 4px !default;
37381
37381
  $radio-btn-small-icon-top: 4px !default;
37382
37382
  $radio-btn-small-icon-right: 4px !default;
@@ -38083,6 +38083,12 @@ $radio-btn-focus-outline: $radio-btn-background-color 0 solid !default;
38083
38083
  border-color: $radio-btn-focus-check-border-color;
38084
38084
  box-shadow: $radio-btn-focussed-box-shadow;
38085
38085
  }
38086
+
38087
+ & .e-ripple-container {
38088
+ @if $skin-name == 'Material3' {
38089
+ background-color: $radio-btn-focus-ripple-bgcolor;
38090
+ }
38091
+ }
38086
38092
  }
38087
38093
  }
38088
38094
 
@@ -68345,7 +68351,8 @@ $de-column-presets-font-size: 60px !default;
68345
68351
  .e-de-style-paragraph-group-button .e-btn.e-active,
68346
68352
  .e-de-style-font-group-button .e-btn.e-active {
68347
68353
  @if $skin-name =='fluent2' {
68348
- background-color: var(--color-sf-secondary-bg-color);
68354
+ background-color: var(--color-sf-content-bg-color-pressed);
68355
+ color: var(--color-sf-toolbar-icon-color);
68349
68356
  }
68350
68357
  }
68351
68358
  .e-de-hyperlink-bookmark-check .e-checkbox-wrapper .e-frame {
@@ -70819,13 +70826,13 @@ $de-hover-bg: $content-bg-color-alt2 !default;
70819
70826
  }
70820
70827
  .e-btn-toggle {
70821
70828
  @if $skin-name=='fluent2' {
70822
- background-color: var(--color-sf-secondary-bg-color);
70829
+ background-color: var(--color-sf-content-bg-color-pressed) !important;
70823
70830
  }
70824
70831
  @else{
70825
70832
  background-color: $de-toggle-bg-color !important;
70826
70833
  }
70827
70834
  @if $skin-name =='fluent2' {
70828
- background-color: $de-items-pressed;
70835
+ color: var(--color-sf-toolbar-icon-color) !important;
70829
70836
  }
70830
70837
  @if $skin-name=='highcontrast' {
70831
70838
  color: $de-title-bar-font-clr !important;
@@ -70837,7 +70844,12 @@ $de-hover-bg: $content-bg-color-alt2 !default;
70837
70844
  outline-offset: 0;
70838
70845
  box-shadow: $de-toggle-btn-border !important;
70839
70846
  #{if(&, '&', '*')}:hover {
70840
- background-color: $de-toggle-bg-color !important;
70847
+ @if $skin-name=='fluent2' {
70848
+ background-color: var(--color-sf-content-bg-color-pressed) !important;
70849
+ }
70850
+ @else {
70851
+ background-color: $de-toggle-bg-color !important;
70852
+ }
70841
70853
  @if $skin-name=='fabric' {
70842
70854
  border-color: $de-toggle-bg-color !important;
70843
70855
  }
@@ -70854,6 +70866,14 @@ $de-hover-bg: $content-bg-color-alt2 !default;
70854
70866
  color: $de-title-bar-font-clr !important;
70855
70867
  }
70856
70868
  }
70869
+ @if $skin-name=='fluent2' {
70870
+ .e-btn-toggle .e-tbar-btn-text {
70871
+ color: var(--color-sf-toolbar-icon-color) !important;
70872
+ }
70873
+ .e-btn-toggle>span {
70874
+ color: var(--color-sf-toolbar-icon-color) !important;
70875
+ }
70876
+ }
70857
70877
  @if $skin-name=='bootstrap' or $skin-name=='bootstrap4' or $skin-name=='tailwind' or or $skin-name=='bootstrap5' or $skin-name =='FluentUI' {
70858
70878
  .e-de-ctnr-group-btn-top>button:first-child {
70859
70879
  border-radius: 0;
@@ -86200,7 +86220,7 @@ $treegrid-rtl-rowdd-childborder-width: 2px 0 2px 0 !default;
86200
86220
  }
86201
86221
  @mixin display-align {
86202
86222
  display: inline-block;
86203
- vertical-align: middle;
86223
+ vertical-align: text-bottom;
86204
86224
  }
86205
86225
  @mixin drop-bottom-child {
86206
86226
  box-shadow: 0 1px 0 0 $childborder-color;
@@ -86228,6 +86248,12 @@ $treegrid-rtl-rowdd-childborder-width: 2px 0 2px 0 !default;
86228
86248
  font-size: $treegrid-bigger-icon-font-size;
86229
86249
  height: $treegrid-bigger-icon-size;
86230
86250
  width: $treegrid-bigger-icon-size;
86251
+ vertical-align: bottom;
86252
+ }
86253
+ .e-treegridexpand{
86254
+ @if $skin-name == 'highcontrast'{
86255
+ vertical-align: middle;
86256
+ }
86231
86257
  }
86232
86258
 
86233
86259
  .e-hierarchycheckbox {
@@ -86248,6 +86274,10 @@ $treegrid-rtl-rowdd-childborder-width: 2px 0 2px 0 !default;
86248
86274
  line-height: $treegrid-bigger-icon-size;
86249
86275
  }
86250
86276
 
86277
+ .e-treecolumn-container span {
86278
+ vertical-align: middle;
86279
+ }
86280
+
86251
86281
  .e-row[aria-expanded = 'true'] .e-treecell {
86252
86282
  @if $skin-name == 'FluentUI' or $theme-name == 'fluentui-dark' {
86253
86283
  font-size: 16px;
@@ -86288,18 +86318,29 @@ $treegrid-rtl-rowdd-childborder-width: 2px 0 2px 0 !default;
86288
86318
  vertical-align: $treegrid-right-arrow-icon-vertical-align;
86289
86319
  }
86290
86320
 
86321
+ span.e-icons.e-treegridcollapse{
86322
+ @if $skin-name == 'highcontrast'{
86323
+ text-align: center;
86324
+ vertical-align: baseline;
86325
+ }
86326
+ }
86327
+
86291
86328
  .e-rowcell:not(.e-gridclip) {
86292
86329
  .e-treecolumn-container {
86293
86330
  display: block;
86294
86331
  @include rowcell-container;
86295
86332
 
86296
86333
  span.e-treecell {
86297
- display: inline;
86334
+ display: contents;
86298
86335
  @include rowcell-container;
86299
86336
  }
86300
86337
  }
86301
86338
  }
86302
86339
 
86340
+ .e-templatecell .e-treecolumn-container span {
86341
+ vertical-align: middle;
86342
+ }
86343
+
86303
86344
  .e-treegridexpand:hover::before,
86304
86345
  .e-treegridcollapse:hover::before {
86305
86346
  color: $treegrid-right-arrow-hover-color;
@@ -86355,6 +86396,10 @@ $treegrid-rtl-rowdd-childborder-width: 2px 0 2px 0 !default;
86355
86396
  @include display-align;
86356
86397
  }
86357
86398
  }
86399
+
86400
+ .e-templatecell .e-treecolumn-container span {
86401
+ vertical-align: middle;
86402
+ }
86358
86403
 
86359
86404
  .e-cloneproperties .e-treecolumn-container {
86360
86405
  span {
@@ -86393,7 +86438,7 @@ $treegrid-rtl-rowdd-childborder-width: 2px 0 2px 0 !default;
86393
86438
  height: $treegrid-right-arrow-icon-height;
86394
86439
  padding: $treegrid-right-arrow-icon-padding;
86395
86440
  text-align: center;
86396
- vertical-align: bottom;
86441
+ vertical-align: text-bottom;
86397
86442
  width: $treegrid-right-arrow-icon-width;
86398
86443
  }
86399
86444
 
@@ -102764,6 +102809,18 @@ $lg-desktop: 1399.98;
102764
102809
  }
102765
102810
  }
102766
102811
 
102812
+ .e-bigger .e-pv-properties-line-thickness-container .e-input,
102813
+ .e-bigger .e-pv-properties-line-start-container .e-dropdown-btn,
102814
+ .e-bigger .e-pv-properties-line-end-container .e-dropdown-btn,
102815
+ .e-bigger .e-pv-properties-line-style-container .e-dropdown-btn,
102816
+ .e-bigger .e-pv-properties-line-start-container .e-input,
102817
+ .e-bigger .e-pv-properties-line-end-container .e-input,
102818
+ .e-bigger .e-pv-properties-line-style-container .e-input {
102819
+ @if ($theme-name == 'fluent2'){
102820
+ height: 40px !important;/* stylelint-disable-line declaration-no-important */
102821
+ }
102822
+ }
102823
+
102767
102824
  .e-pv-properties-line-leader-length-container {
102768
102825
  @if ($theme-name == 'fluent2') {
102769
102826
  margin-top: 10px;
@@ -103887,7 +103944,8 @@ $lg-desktop: 1399.98;
103887
103944
 
103888
103945
  .e-bigger .e-menu-icon.e-pv-stamp-icon.e-pv-icon {
103889
103946
  @if $theme-name=='fluent2' {
103890
- margin-right: 22px !important;/* stylelint-disable-line declaration-no-important */
103947
+ margin-right: 16px !important;/* stylelint-disable-line declaration-no-important */
103948
+ margin-top: -8px;
103891
103949
  }
103892
103950
  }
103893
103951
 
@@ -103915,6 +103973,12 @@ $lg-desktop: 1399.98;
103915
103973
  }
103916
103974
  }
103917
103975
 
103976
+ .e-bigger .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret {
103977
+ @if ($skin-name == 'fluent2') {
103978
+ margin-top: -8px;
103979
+ }
103980
+ }
103981
+
103918
103982
  .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-pv-stamp-icon,
103919
103983
  .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-caret {
103920
103984
  @if ($skin-name == 'fluent2') {
@@ -103922,6 +103986,13 @@ $lg-desktop: 1399.98;
103922
103986
  }
103923
103987
  }
103924
103988
 
103989
+ .e-bigger .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-pv-stamp-icon,
103990
+ .e-bigger .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-caret {
103991
+ @if ($skin-name == 'fluent2') {
103992
+ margin-top: -8px;
103993
+ }
103994
+ }
103995
+
103925
103996
  .e-pv-annotation-shapes-container.e-btn.e-icon-btn,
103926
103997
  .e-pv-annotation-calibrate-container.e-btn.e-icon-btn,
103927
103998
  .e-pv-annotation-handwritten-container.e-btn.e-icon-btn {
@@ -104049,6 +104120,13 @@ $lg-desktop: 1399.98;
104049
104120
  }
104050
104121
  }
104051
104122
 
104123
+ .e-bigger .e-pv-accordion-container.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content,
104124
+ .e-bigger .e-pv-accordion-content-container .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
104125
+ @if $theme-name == 'fluent2' {
104126
+ font-size: 14px;
104127
+ }
104128
+ }
104129
+
104052
104130
  .e-content-placeholder.e-pdfviewer.e-placeholder-pdfviewer {
104053
104131
  background-size: 100%;
104054
104132
  }
@@ -104085,6 +104163,14 @@ $lg-desktop: 1399.98;
104085
104163
  min-height: 32px;
104086
104164
  }
104087
104165
  }
104166
+
104167
+ .e-pv-signature-dialog-height .e-pv-clearbtn:disabled,
104168
+ .e-pv-signature-dialog-height .e-pv-createbtn:disabled {
104169
+ @if ($theme-name == 'fluent2') {
104170
+ border-color: var(--color-sf-primary-border-color-disabled) !important;/* stylelint-disable-line declaration-no-important */
104171
+ }
104172
+ }
104173
+
104088
104174
  .e-pv-signature-dialog-height .e-pv-cancelbtn{
104089
104175
  @if $skin-name != 'Material3' {
104090
104176
  height: 32px;
@@ -104470,6 +104556,15 @@ $lg-desktop: 1399.98;
104470
104556
  }
104471
104557
  }
104472
104558
 
104559
+ .e-pv-properties-form-field-name-main-div .e-float-text,
104560
+ .e-pv-properties-form-field-tooltip-main-div .e-float-text,
104561
+ .e-pv-properties-form-field-value-main-div .e-float-text,
104562
+ .e-pv-properties-form-field-visibility-main-div .e-float-text {
104563
+ @if $theme-name == 'fluent2' {
104564
+ padding-left: 0 !important;/* stylelint-disable-line declaration-no-important */
104565
+ }
104566
+ }
104567
+
104473
104568
  .e-pv-properties-text-edit-prop {
104474
104569
  @if $skin-name == 'FluentUI' {
104475
104570
  padding-top: 35px;
@@ -104508,6 +104603,28 @@ $lg-desktop: 1399.98;
104508
104603
  .e-pv-center-align-icon-div,
104509
104604
  .e-pv-right-align-icon-div {
104510
104605
  padding: $pv-formfield-properties-icon-align-padding;
104606
+ @if ($theme-name == 'fluent2') {
104607
+ width: 32px;
104608
+ }
104609
+ }
104610
+
104611
+ .e-bigger .e-pv-bold-icon-div,
104612
+ .e-bigger .e-pv-italic-icon-div,
104613
+ .e-bigger .e-pv-strikeout-icon-div,
104614
+ .e-bigger .e-pv-underlinetext-icon-div, {
104615
+ padding: 4px 10px;
104616
+ @if ($theme-name == 'fluent2') {
104617
+ width: 40px;
104618
+ }
104619
+ }
104620
+
104621
+ .e-bigger .e-pv-left-align-icon-div,
104622
+ .e-bigger .e-pv-center-align-icon-div,
104623
+ .e-bigger .e-pv-right-align-icon-div {
104624
+ padding: 4px 10px;
104625
+ @if ($theme-name == 'fluent2') {
104626
+ width: 38.5px;
104627
+ }
104511
104628
  }
104512
104629
 
104513
104630
  .e-pv-bold-icon-div:hover,
@@ -104518,7 +104635,9 @@ $lg-desktop: 1399.98;
104518
104635
  .e-pv-center-align-icon-div:hover,
104519
104636
  .e-pv-right-align-icon-div:hover {
104520
104637
  @if ($skin-name != 'Material3' and $skin-name != 'bootstrap5') {
104521
- background-color: $pv-annotation-dropdown-background-color-hover;
104638
+ @if ($theme-name != 'fluent2') {
104639
+ background-color: $pv-annotation-dropdown-background-color-hover;
104640
+ }
104522
104641
  border-color: $pv-annotation-dropdown-border-color-hover;
104523
104642
  }
104524
104643
  @if ($skin-name == 'bootstrap5') {
@@ -104649,6 +104768,9 @@ $lg-desktop: 1399.98;
104649
104768
  @if ($skin-name == 'Material3') {
104650
104769
  padding: 20px 15px 6px 0;
104651
104770
  }
104771
+ @if ($theme-name == 'fluent2') {
104772
+ padding: 15px;
104773
+ }
104652
104774
  @else {
104653
104775
  padding: 15px 15px 15px 1px;
104654
104776
  }
@@ -104836,6 +104958,7 @@ $lg-desktop: 1399.98;
104836
104958
  }
104837
104959
  @if ($theme-name == 'fluent2') {
104838
104960
  min-height: 555px !important;/* stylelint-disable-line declaration-no-important */
104961
+ max-width: 525px !important;/* stylelint-disable-line declaration-no-important */
104839
104962
  }
104840
104963
  }
104841
104964
 
@@ -104843,12 +104966,13 @@ $lg-desktop: 1399.98;
104843
104966
  @if ($theme-name == 'fluent2') {
104844
104967
  width: $pv-properties-form-field-win-max-width !important;/* stylelint-disable-line declaration-no-important */
104845
104968
  margin-left: -20px !important;/* stylelint-disable-line declaration-no-important */
104969
+ border-bottom: 1px solid var(--color-sf-border-light);
104846
104970
  }
104847
104971
  }
104848
104972
 
104849
104973
  .e-pv-properties-form-field-window .e-dlg-content .e-tab-header .e-toolbar-items {
104850
104974
  @if ($theme-name == 'fluent2') {
104851
- margin-left: 34px;
104975
+ margin-left: 18px;
104852
104976
  }
104853
104977
  }
104854
104978
 
@@ -105091,7 +105215,9 @@ $lg-desktop: 1399.98;
105091
105215
  height: 36px;
105092
105216
  width: 154px;
105093
105217
  }
105094
- justify-content: space-evenly;
105218
+ @if ($theme-name != 'fluent2') {
105219
+ justify-content: space-evenly;
105220
+ }
105095
105221
  @if ($skin-name == 'bootstrap5') {
105096
105222
  align-items: center;
105097
105223
  border: 1px solid $border-light;
@@ -105139,7 +105265,9 @@ $lg-desktop: 1399.98;
105139
105265
  height: 36px;
105140
105266
  width: 120px;
105141
105267
  }
105142
- justify-content: space-evenly;
105268
+ @if ($theme-name != 'fluent2') {
105269
+ justify-content: space-evenly;
105270
+ }
105143
105271
  margin-right: 15px;
105144
105272
  @if ($skin-name == 'bootstrap5' or $skin-name == 'FluentUI') {
105145
105273
  align-items: center;
@@ -105168,7 +105296,9 @@ $lg-desktop: 1399.98;
105168
105296
  }
105169
105297
  display: flex;
105170
105298
  height: 36px;
105171
- justify-content: space-evenly;
105299
+ @if ($theme-name != 'fluent2') {
105300
+ justify-content: space-evenly;
105301
+ }
105172
105302
  width: 154px;
105173
105303
  @if ($skin-name == 'bootstrap5') {
105174
105304
  align-items: center;
@@ -105202,7 +105332,9 @@ $lg-desktop: 1399.98;
105202
105332
  }
105203
105333
  display: flex;
105204
105334
  height: 36px;
105205
- justify-content: space-evenly;
105335
+ @if ($theme-name != 'fluent2') {
105336
+ justify-content: space-evenly;
105337
+ }
105206
105338
  margin-right: 15px;
105207
105339
  width: 120px;
105208
105340
  @if ($skin-name == 'bootstrap5' or $skin-name == 'FluentUI') {
@@ -105347,12 +105479,6 @@ $lg-desktop: 1399.98;
105347
105479
  }
105348
105480
  }
105349
105481
 
105350
- .e-bigger .e-pv-signature-apperance .e-float-input.e-control-wrapper.e-input-group {
105351
- @if ($theme-name=='fluent2') {
105352
- margin-left: 6.4%;
105353
- }
105354
- }
105355
-
105356
105482
  .e-pv-signature-apperance .e-checkbox-wrapper{
105357
105483
  @if ($theme-name == 'fluent2') {
105358
105484
  margin-left: $pv-toolbar-btn-height;
@@ -105506,12 +105632,6 @@ $lg-desktop: 1399.98;
105506
105632
  }
105507
105633
  }
105508
105634
 
105509
- .e-bigger .e-pv-canvas-signature {
105510
- @if $theme-name =='fluent2' {
105511
- margin-left: 5.65%;
105512
- }
105513
- }
105514
-
105515
105635
  .e-pv-sign-upload{
105516
105636
  @if $theme-name =='fluent2' {
105517
105637
  left: 44.5% !important;/* stylelint-disable-line declaration-no-important */
@@ -112624,6 +112744,16 @@ $pivotpager-string-maindiv-font-color: rgba($content-text-color-alt1) !default;
112624
112744
  }
112625
112745
 
112626
112746
  @include export-module('pivotview-theme') {
112747
+ .e-pivotview.e-pivotview-autofit .e-grid .e-columnsheader .e-headercelldiv {
112748
+ margin-right: 4px;
112749
+
112750
+ @if ($skin-name == 'FluentUI') or ($skin-name =='fluent2') or ($skin-name == 'tailwind') or ($skin-name == 'tailwind-dark') or ($skin-name == 'Material3') {
112751
+ &:has(> .e-pivotcell-container .e-value-sort-icon) {
112752
+ margin-right: $pivotgrid-value-sort-icon-font-size;
112753
+ }
112754
+ }
112755
+ }
112756
+
112627
112757
  .e-pivotview {
112628
112758
  .e-pivotcell-container {
112629
112759
  align-items: center;
@@ -125381,6 +125511,7 @@ $ribbon-file-menu-size: $text-sm !default;
125381
125511
  $ribbon-file-menu-padding: 10px 15px !default;
125382
125512
  $ribbon-file-menu-height: 18px !default;
125383
125513
  $ribbon-file-menu-border-radius: unset !default;
125514
+ $ribbon-file-menu-min-width-height: 16px !default;
125384
125515
  $ribbon-help-template-padding: 16px !default;
125385
125516
  $ribbon-help-template-height: 38px !default;
125386
125517
  $ribbon-help-template-border: none !default;
@@ -125486,7 +125617,7 @@ $ribbon-backstage-menu-active-border: 0 !default;
125486
125617
  $ribbon-backstage-menu-item-height: 38px !default;
125487
125618
  $ribbon-backstage-menu-icon-font-size: 20px !default;
125488
125619
  $ribbon-backstage-menu-icon-line-height: 20px !default;
125489
- $ribbon-backstage-menu-icon-padding: 9px 16px 9px 14px !default;
125620
+ $ribbon-backstage-menu-icon-padding: 9px 16px 13px 14px !default;
125490
125621
  $ribbon-backstage-menu-blank-icon-padding: 50px !default;
125491
125622
  $ribbon-backstage-btn-focus-border: 0 !default;
125492
125623
  $ribbon-backstage-btn-height: 38px !default;
@@ -125553,6 +125684,7 @@ $ribbon-bigger-group-height: 149px !default;
125553
125684
  $ribbon-bigger-file-menu-height: 20px !default;
125554
125685
  $ribbon-bigger-file-menu-padding: 14px 15px !default;
125555
125686
  $ribbon-bigger-file-menu-size: $text-base !default;
125687
+ $ribbon-bigger-file-menu-min-width-height: 18px !default;
125556
125688
  $ribbon-bigger-help-template-padding: 16px !default;
125557
125689
  $ribbon-bigger-help-template-height: 48px !default;
125558
125690
  $ribbon-bigger-toolbar-items-height: 48px !default;
@@ -125624,7 +125756,7 @@ $ribbon-bigger-ddb-popup-height: 32px;
125624
125756
  $ribbon-bigger-backstage-menu-item-height: 48px !default;
125625
125757
  $ribbon-bigger-backstage-menu-icon-font-size: 24px !default;
125626
125758
  $ribbon-bigger-backstage-menu-icon-line-height: 24px !default;
125627
- $ribbon-bigger-backstage-menu-icon-padding: 12px 12px 12px 16px !default;
125759
+ $ribbon-bigger-backstage-menu-icon-padding: 12px 12px 16px 16px !default;
125628
125760
  $ribbon-bigger-backstage-menu-blank-icon-padding: 52px !default;
125629
125761
  $ribbon-bigger-backstage-btn-height: 48px !default;
125630
125762
  $ribbon-bigger-backstage-btn-line-height: 48px !default;
@@ -126294,9 +126426,10 @@ $ribbon-items-focus-box-shadow: none !default;
126294
126426
 
126295
126427
  .e-menu-icon {
126296
126428
  @include ribbon-font-props($ribbon-backstage-menu-icon-font-size, $ribbon-backstage-menu-icon-line-height);
126429
+ @include ribbon-items-icon-images($ribbon-backstage-menu-icon-font-size);
126297
126430
  width: auto;
126298
126431
  margin-right: unset;
126299
- padding: $ribbon-backstage-menu-icon-padding;
126432
+ margin: $ribbon-backstage-menu-icon-padding;
126300
126433
  }
126301
126434
 
126302
126435
  &.e-blankicon {
@@ -126909,6 +127042,7 @@ $ribbon-items-focus-box-shadow: none !default;
126909
127042
 
126910
127043
  .e-btn-icon {
126911
127044
  @include ribbon-font-styles(16px, $ribbon-items-font-weight, 16px);
127045
+ @include ribbon-items-icon-images(16px);
126912
127046
  margin: $ribbon-group-button-icon-margin;
126913
127047
  width: auto;
126914
127048
  &.e-icon-left {
@@ -126996,6 +127130,10 @@ $ribbon-items-focus-box-shadow: none !default;
126996
127130
  @include ribbon-font-styles($ribbon-gallery-icons-size, $ribbon-gallery-icons-weight, $ribbon-gallery-icons-height);
126997
127131
  padding: 3px;
126998
127132
  background-size: cover;
127133
+ min-width: $ribbon-gallery-icons-size;
127134
+ min-height: $ribbon-gallery-icons-size;
127135
+ background-position: center;
127136
+ background-repeat: no-repeat;
126999
127137
  }
127000
127138
  &:hover,
127001
127139
  &.e-ribbon-gallery-selected {
@@ -127040,6 +127178,7 @@ $ribbon-items-focus-box-shadow: none !default;
127040
127178
  border-radius: unset;
127041
127179
 
127042
127180
  .e-menu-icon {
127181
+ @include ribbon-items-icon-images($ribbon-file-menu-min-width-height);
127043
127182
  width: auto;
127044
127183
  }
127045
127184
 
@@ -127057,6 +127196,13 @@ $ribbon-items-focus-box-shadow: none !default;
127057
127196
 
127058
127197
  .e-menu-icon {
127059
127198
  @include ribbon-font-props(16px, 16px);
127199
+ @include ribbon-items-icon-images(16px);
127200
+ }
127201
+ @if ($skin-name == 'fluent2') {
127202
+ .e-menu-icon {
127203
+ padding: 0;
127204
+ margin: 2px 12px 2px 2px;
127205
+ }
127060
127206
  }
127061
127207
  }
127062
127208
 
@@ -127486,6 +127632,8 @@ $ribbon-items-focus-box-shadow: none !default;
127486
127632
 
127487
127633
  .e-menu-icon {
127488
127634
  @include ribbon-font-props(20px, 20px);
127635
+ min-height: 20px;
127636
+ min-width: 20px;
127489
127637
  }
127490
127638
  }
127491
127639
 
@@ -127493,8 +127641,14 @@ $ribbon-items-focus-box-shadow: none !default;
127493
127641
  .e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-vertical,
127494
127642
  .e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-ul,
127495
127643
  .e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-ul {
127496
- .e-menu-item.e-blankicon {
127497
- padding-left: $ribbon-bigger-menu-blank-icon-padding !important; /* stylelint-disable-line declaration-no-important */
127644
+ .e-menu-item {
127645
+ &.e-blankicon {
127646
+ padding-left: $ribbon-bigger-menu-blank-icon-padding !important; /* stylelint-disable-line declaration-no-important */
127647
+ }
127648
+ .e-menu-icon {
127649
+ min-width: $ribbon-bigger-file-menu-min-width-height;
127650
+ min-height: $ribbon-bigger-file-menu-min-width-height;
127651
+ }
127498
127652
  }
127499
127653
  }
127500
127654
 
@@ -127517,7 +127671,9 @@ $ribbon-items-focus-box-shadow: none !default;
127517
127671
 
127518
127672
  .e-menu-icon {
127519
127673
  @include ribbon-font-props($ribbon-bigger-backstage-menu-icon-font-size, $ribbon-bigger-backstage-menu-icon-line-height);
127520
- padding: $ribbon-bigger-backstage-menu-icon-padding;
127674
+ margin: $ribbon-bigger-backstage-menu-icon-padding;
127675
+ min-width: $ribbon-bigger-backstage-menu-icon-font-size;
127676
+ min-height: $ribbon-bigger-backstage-menu-icon-font-size;
127521
127677
  }
127522
127678
 
127523
127679
  &.e-blankicon {
@@ -127533,6 +127689,8 @@ $ribbon-items-focus-box-shadow: none !default;
127533
127689
  .e-btn-icon {
127534
127690
  @include ribbon-font-props($ribbon-bigger-items-icon-size, $ribbon-bigger-items-icon-height);
127535
127691
  margin: $ribbon-bigger-group-button-icon-margin;
127692
+ min-height: $ribbon-bigger-items-icon-size;
127693
+ min-width: $ribbon-bigger-items-icon-size;
127536
127694
  &.e-icon-left {
127537
127695
  padding: $ribbon-bigger-group-button-icon-padding;
127538
127696
  }