@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
@@ -37445,8 +37445,8 @@ $radio-btn-small-width: 14px !default;
37445
37445
  $radio-btn-icon-left: 4px !default;
37446
37446
  $radio-btn-icon-top: 4px !default;
37447
37447
  $radio-btn-icon-right: 4px !default;
37448
- $radio-btn-ripple-position: -9.5px !default;
37449
- $radio-btn-ripple-size: 32px !default;
37448
+ $radio-btn-ripple-position: -8px !default;
37449
+ $radio-btn-ripple-size: 30px !default;
37450
37450
  $radio-btn-small-icon-left: 4px !default;
37451
37451
  $radio-btn-small-icon-top: 4px !default;
37452
37452
  $radio-btn-small-icon-right: 4px !default;
@@ -38153,6 +38153,12 @@ $radio-btn-focus-outline: $radio-btn-background-color 0 solid !default;
38153
38153
  border-color: $radio-btn-focus-check-border-color;
38154
38154
  box-shadow: $radio-btn-focussed-box-shadow;
38155
38155
  }
38156
+
38157
+ & .e-ripple-container {
38158
+ @if $skin-name == 'Material3' {
38159
+ background-color: $radio-btn-focus-ripple-bgcolor;
38160
+ }
38161
+ }
38156
38162
  }
38157
38163
  }
38158
38164
 
@@ -68415,7 +68421,8 @@ $de-column-presets-font-size: 60px !default;
68415
68421
  .e-de-style-paragraph-group-button .e-btn.e-active,
68416
68422
  .e-de-style-font-group-button .e-btn.e-active {
68417
68423
  @if $skin-name =='fluent2' {
68418
- background-color: var(--color-sf-secondary-bg-color);
68424
+ background-color: var(--color-sf-content-bg-color-pressed);
68425
+ color: var(--color-sf-toolbar-icon-color);
68419
68426
  }
68420
68427
  }
68421
68428
  .e-de-hyperlink-bookmark-check .e-checkbox-wrapper .e-frame {
@@ -70889,13 +70896,13 @@ $de-hover-bg: $content-bg-color-alt2 !default;
70889
70896
  }
70890
70897
  .e-btn-toggle {
70891
70898
  @if $skin-name=='fluent2' {
70892
- background-color: var(--color-sf-secondary-bg-color);
70899
+ background-color: var(--color-sf-content-bg-color-pressed) !important;
70893
70900
  }
70894
70901
  @else{
70895
70902
  background-color: $de-toggle-bg-color !important;
70896
70903
  }
70897
70904
  @if $skin-name =='fluent2' {
70898
- background-color: $de-items-pressed;
70905
+ color: var(--color-sf-toolbar-icon-color) !important;
70899
70906
  }
70900
70907
  @if $skin-name=='highcontrast' {
70901
70908
  color: $de-title-bar-font-clr !important;
@@ -70907,7 +70914,12 @@ $de-hover-bg: $content-bg-color-alt2 !default;
70907
70914
  outline-offset: 0;
70908
70915
  box-shadow: $de-toggle-btn-border !important;
70909
70916
  #{if(&, '&', '*')}:hover {
70910
- background-color: $de-toggle-bg-color !important;
70917
+ @if $skin-name=='fluent2' {
70918
+ background-color: var(--color-sf-content-bg-color-pressed) !important;
70919
+ }
70920
+ @else {
70921
+ background-color: $de-toggle-bg-color !important;
70922
+ }
70911
70923
  @if $skin-name=='fabric' {
70912
70924
  border-color: $de-toggle-bg-color !important;
70913
70925
  }
@@ -70924,6 +70936,14 @@ $de-hover-bg: $content-bg-color-alt2 !default;
70924
70936
  color: $de-title-bar-font-clr !important;
70925
70937
  }
70926
70938
  }
70939
+ @if $skin-name=='fluent2' {
70940
+ .e-btn-toggle .e-tbar-btn-text {
70941
+ color: var(--color-sf-toolbar-icon-color) !important;
70942
+ }
70943
+ .e-btn-toggle>span {
70944
+ color: var(--color-sf-toolbar-icon-color) !important;
70945
+ }
70946
+ }
70927
70947
  @if $skin-name=='bootstrap' or $skin-name=='bootstrap4' or $skin-name=='tailwind' or or $skin-name=='bootstrap5' or $skin-name =='FluentUI' {
70928
70948
  .e-de-ctnr-group-btn-top>button:first-child {
70929
70949
  border-radius: 0;
@@ -86270,7 +86290,7 @@ $treegrid-rtl-rowdd-childborder-width: 2px 0 2px 0 !default;
86270
86290
  }
86271
86291
  @mixin display-align {
86272
86292
  display: inline-block;
86273
- vertical-align: middle;
86293
+ vertical-align: text-bottom;
86274
86294
  }
86275
86295
  @mixin drop-bottom-child {
86276
86296
  box-shadow: 0 1px 0 0 $childborder-color;
@@ -86298,6 +86318,12 @@ $treegrid-rtl-rowdd-childborder-width: 2px 0 2px 0 !default;
86298
86318
  font-size: $treegrid-bigger-icon-font-size;
86299
86319
  height: $treegrid-bigger-icon-size;
86300
86320
  width: $treegrid-bigger-icon-size;
86321
+ vertical-align: bottom;
86322
+ }
86323
+ .e-treegridexpand{
86324
+ @if $skin-name == 'highcontrast'{
86325
+ vertical-align: middle;
86326
+ }
86301
86327
  }
86302
86328
 
86303
86329
  .e-hierarchycheckbox {
@@ -86318,6 +86344,10 @@ $treegrid-rtl-rowdd-childborder-width: 2px 0 2px 0 !default;
86318
86344
  line-height: $treegrid-bigger-icon-size;
86319
86345
  }
86320
86346
 
86347
+ .e-treecolumn-container span {
86348
+ vertical-align: middle;
86349
+ }
86350
+
86321
86351
  .e-row[aria-expanded = 'true'] .e-treecell {
86322
86352
  @if $skin-name == 'FluentUI' or $theme-name == 'fluentui-dark' {
86323
86353
  font-size: 16px;
@@ -86358,18 +86388,29 @@ $treegrid-rtl-rowdd-childborder-width: 2px 0 2px 0 !default;
86358
86388
  vertical-align: $treegrid-right-arrow-icon-vertical-align;
86359
86389
  }
86360
86390
 
86391
+ span.e-icons.e-treegridcollapse{
86392
+ @if $skin-name == 'highcontrast'{
86393
+ text-align: center;
86394
+ vertical-align: baseline;
86395
+ }
86396
+ }
86397
+
86361
86398
  .e-rowcell:not(.e-gridclip) {
86362
86399
  .e-treecolumn-container {
86363
86400
  display: block;
86364
86401
  @include rowcell-container;
86365
86402
 
86366
86403
  span.e-treecell {
86367
- display: inline;
86404
+ display: contents;
86368
86405
  @include rowcell-container;
86369
86406
  }
86370
86407
  }
86371
86408
  }
86372
86409
 
86410
+ .e-templatecell .e-treecolumn-container span {
86411
+ vertical-align: middle;
86412
+ }
86413
+
86373
86414
  .e-treegridexpand:hover::before,
86374
86415
  .e-treegridcollapse:hover::before {
86375
86416
  color: $treegrid-right-arrow-hover-color;
@@ -86425,6 +86466,10 @@ $treegrid-rtl-rowdd-childborder-width: 2px 0 2px 0 !default;
86425
86466
  @include display-align;
86426
86467
  }
86427
86468
  }
86469
+
86470
+ .e-templatecell .e-treecolumn-container span {
86471
+ vertical-align: middle;
86472
+ }
86428
86473
 
86429
86474
  .e-cloneproperties .e-treecolumn-container {
86430
86475
  span {
@@ -86463,7 +86508,7 @@ $treegrid-rtl-rowdd-childborder-width: 2px 0 2px 0 !default;
86463
86508
  height: $treegrid-right-arrow-icon-height;
86464
86509
  padding: $treegrid-right-arrow-icon-padding;
86465
86510
  text-align: center;
86466
- vertical-align: bottom;
86511
+ vertical-align: text-bottom;
86467
86512
  width: $treegrid-right-arrow-icon-width;
86468
86513
  }
86469
86514
 
@@ -102834,6 +102879,18 @@ $lg-desktop: 1399.98;
102834
102879
  }
102835
102880
  }
102836
102881
 
102882
+ .e-bigger .e-pv-properties-line-thickness-container .e-input,
102883
+ .e-bigger .e-pv-properties-line-start-container .e-dropdown-btn,
102884
+ .e-bigger .e-pv-properties-line-end-container .e-dropdown-btn,
102885
+ .e-bigger .e-pv-properties-line-style-container .e-dropdown-btn,
102886
+ .e-bigger .e-pv-properties-line-start-container .e-input,
102887
+ .e-bigger .e-pv-properties-line-end-container .e-input,
102888
+ .e-bigger .e-pv-properties-line-style-container .e-input {
102889
+ @if ($theme-name == 'fluent2'){
102890
+ height: 40px !important;/* stylelint-disable-line declaration-no-important */
102891
+ }
102892
+ }
102893
+
102837
102894
  .e-pv-properties-line-leader-length-container {
102838
102895
  @if ($theme-name == 'fluent2') {
102839
102896
  margin-top: 10px;
@@ -103957,7 +104014,8 @@ $lg-desktop: 1399.98;
103957
104014
 
103958
104015
  .e-bigger .e-menu-icon.e-pv-stamp-icon.e-pv-icon {
103959
104016
  @if $theme-name=='fluent2' {
103960
- margin-right: 22px !important;/* stylelint-disable-line declaration-no-important */
104017
+ margin-right: 16px !important;/* stylelint-disable-line declaration-no-important */
104018
+ margin-top: -8px;
103961
104019
  }
103962
104020
  }
103963
104021
 
@@ -103985,6 +104043,12 @@ $lg-desktop: 1399.98;
103985
104043
  }
103986
104044
  }
103987
104045
 
104046
+ .e-bigger .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret {
104047
+ @if ($skin-name == 'fluent2') {
104048
+ margin-top: -8px;
104049
+ }
104050
+ }
104051
+
103988
104052
  .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-pv-stamp-icon,
103989
104053
  .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-caret {
103990
104054
  @if ($skin-name == 'fluent2') {
@@ -103992,6 +104056,13 @@ $lg-desktop: 1399.98;
103992
104056
  }
103993
104057
  }
103994
104058
 
104059
+ .e-bigger .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-pv-stamp-icon,
104060
+ .e-bigger .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-caret {
104061
+ @if ($skin-name == 'fluent2') {
104062
+ margin-top: -8px;
104063
+ }
104064
+ }
104065
+
103995
104066
  .e-pv-annotation-shapes-container.e-btn.e-icon-btn,
103996
104067
  .e-pv-annotation-calibrate-container.e-btn.e-icon-btn,
103997
104068
  .e-pv-annotation-handwritten-container.e-btn.e-icon-btn {
@@ -104119,6 +104190,13 @@ $lg-desktop: 1399.98;
104119
104190
  }
104120
104191
  }
104121
104192
 
104193
+ .e-bigger .e-pv-accordion-container.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content,
104194
+ .e-bigger .e-pv-accordion-content-container .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
104195
+ @if $theme-name == 'fluent2' {
104196
+ font-size: 14px;
104197
+ }
104198
+ }
104199
+
104122
104200
  .e-content-placeholder.e-pdfviewer.e-placeholder-pdfviewer {
104123
104201
  background-size: 100%;
104124
104202
  }
@@ -104155,6 +104233,14 @@ $lg-desktop: 1399.98;
104155
104233
  min-height: 32px;
104156
104234
  }
104157
104235
  }
104236
+
104237
+ .e-pv-signature-dialog-height .e-pv-clearbtn:disabled,
104238
+ .e-pv-signature-dialog-height .e-pv-createbtn:disabled {
104239
+ @if ($theme-name == 'fluent2') {
104240
+ border-color: var(--color-sf-primary-border-color-disabled) !important;/* stylelint-disable-line declaration-no-important */
104241
+ }
104242
+ }
104243
+
104158
104244
  .e-pv-signature-dialog-height .e-pv-cancelbtn{
104159
104245
  @if $skin-name != 'Material3' {
104160
104246
  height: 32px;
@@ -104540,6 +104626,15 @@ $lg-desktop: 1399.98;
104540
104626
  }
104541
104627
  }
104542
104628
 
104629
+ .e-pv-properties-form-field-name-main-div .e-float-text,
104630
+ .e-pv-properties-form-field-tooltip-main-div .e-float-text,
104631
+ .e-pv-properties-form-field-value-main-div .e-float-text,
104632
+ .e-pv-properties-form-field-visibility-main-div .e-float-text {
104633
+ @if $theme-name == 'fluent2' {
104634
+ padding-left: 0 !important;/* stylelint-disable-line declaration-no-important */
104635
+ }
104636
+ }
104637
+
104543
104638
  .e-pv-properties-text-edit-prop {
104544
104639
  @if $skin-name == 'FluentUI' {
104545
104640
  padding-top: 35px;
@@ -104578,6 +104673,28 @@ $lg-desktop: 1399.98;
104578
104673
  .e-pv-center-align-icon-div,
104579
104674
  .e-pv-right-align-icon-div {
104580
104675
  padding: $pv-formfield-properties-icon-align-padding;
104676
+ @if ($theme-name == 'fluent2') {
104677
+ width: 32px;
104678
+ }
104679
+ }
104680
+
104681
+ .e-bigger .e-pv-bold-icon-div,
104682
+ .e-bigger .e-pv-italic-icon-div,
104683
+ .e-bigger .e-pv-strikeout-icon-div,
104684
+ .e-bigger .e-pv-underlinetext-icon-div, {
104685
+ padding: 4px 10px;
104686
+ @if ($theme-name == 'fluent2') {
104687
+ width: 40px;
104688
+ }
104689
+ }
104690
+
104691
+ .e-bigger .e-pv-left-align-icon-div,
104692
+ .e-bigger .e-pv-center-align-icon-div,
104693
+ .e-bigger .e-pv-right-align-icon-div {
104694
+ padding: 4px 10px;
104695
+ @if ($theme-name == 'fluent2') {
104696
+ width: 38.5px;
104697
+ }
104581
104698
  }
104582
104699
 
104583
104700
  .e-pv-bold-icon-div:hover,
@@ -104588,7 +104705,9 @@ $lg-desktop: 1399.98;
104588
104705
  .e-pv-center-align-icon-div:hover,
104589
104706
  .e-pv-right-align-icon-div:hover {
104590
104707
  @if ($skin-name != 'Material3' and $skin-name != 'bootstrap5') {
104591
- background-color: $pv-annotation-dropdown-background-color-hover;
104708
+ @if ($theme-name != 'fluent2') {
104709
+ background-color: $pv-annotation-dropdown-background-color-hover;
104710
+ }
104592
104711
  border-color: $pv-annotation-dropdown-border-color-hover;
104593
104712
  }
104594
104713
  @if ($skin-name == 'bootstrap5') {
@@ -104719,6 +104838,9 @@ $lg-desktop: 1399.98;
104719
104838
  @if ($skin-name == 'Material3') {
104720
104839
  padding: 20px 15px 6px 0;
104721
104840
  }
104841
+ @if ($theme-name == 'fluent2') {
104842
+ padding: 15px;
104843
+ }
104722
104844
  @else {
104723
104845
  padding: 15px 15px 15px 1px;
104724
104846
  }
@@ -104906,6 +105028,7 @@ $lg-desktop: 1399.98;
104906
105028
  }
104907
105029
  @if ($theme-name == 'fluent2') {
104908
105030
  min-height: 555px !important;/* stylelint-disable-line declaration-no-important */
105031
+ max-width: 525px !important;/* stylelint-disable-line declaration-no-important */
104909
105032
  }
104910
105033
  }
104911
105034
 
@@ -104913,12 +105036,13 @@ $lg-desktop: 1399.98;
104913
105036
  @if ($theme-name == 'fluent2') {
104914
105037
  width: $pv-properties-form-field-win-max-width !important;/* stylelint-disable-line declaration-no-important */
104915
105038
  margin-left: -20px !important;/* stylelint-disable-line declaration-no-important */
105039
+ border-bottom: 1px solid var(--color-sf-border-light);
104916
105040
  }
104917
105041
  }
104918
105042
 
104919
105043
  .e-pv-properties-form-field-window .e-dlg-content .e-tab-header .e-toolbar-items {
104920
105044
  @if ($theme-name == 'fluent2') {
104921
- margin-left: 34px;
105045
+ margin-left: 18px;
104922
105046
  }
104923
105047
  }
104924
105048
 
@@ -105161,7 +105285,9 @@ $lg-desktop: 1399.98;
105161
105285
  height: 36px;
105162
105286
  width: 154px;
105163
105287
  }
105164
- justify-content: space-evenly;
105288
+ @if ($theme-name != 'fluent2') {
105289
+ justify-content: space-evenly;
105290
+ }
105165
105291
  @if ($skin-name == 'bootstrap5') {
105166
105292
  align-items: center;
105167
105293
  border: 1px solid $border-light;
@@ -105209,7 +105335,9 @@ $lg-desktop: 1399.98;
105209
105335
  height: 36px;
105210
105336
  width: 120px;
105211
105337
  }
105212
- justify-content: space-evenly;
105338
+ @if ($theme-name != 'fluent2') {
105339
+ justify-content: space-evenly;
105340
+ }
105213
105341
  margin-right: 15px;
105214
105342
  @if ($skin-name == 'bootstrap5' or $skin-name == 'FluentUI') {
105215
105343
  align-items: center;
@@ -105238,7 +105366,9 @@ $lg-desktop: 1399.98;
105238
105366
  }
105239
105367
  display: flex;
105240
105368
  height: 36px;
105241
- justify-content: space-evenly;
105369
+ @if ($theme-name != 'fluent2') {
105370
+ justify-content: space-evenly;
105371
+ }
105242
105372
  width: 154px;
105243
105373
  @if ($skin-name == 'bootstrap5') {
105244
105374
  align-items: center;
@@ -105272,7 +105402,9 @@ $lg-desktop: 1399.98;
105272
105402
  }
105273
105403
  display: flex;
105274
105404
  height: 36px;
105275
- justify-content: space-evenly;
105405
+ @if ($theme-name != 'fluent2') {
105406
+ justify-content: space-evenly;
105407
+ }
105276
105408
  margin-right: 15px;
105277
105409
  width: 120px;
105278
105410
  @if ($skin-name == 'bootstrap5' or $skin-name == 'FluentUI') {
@@ -105417,12 +105549,6 @@ $lg-desktop: 1399.98;
105417
105549
  }
105418
105550
  }
105419
105551
 
105420
- .e-bigger .e-pv-signature-apperance .e-float-input.e-control-wrapper.e-input-group {
105421
- @if ($theme-name=='fluent2') {
105422
- margin-left: 6.4%;
105423
- }
105424
- }
105425
-
105426
105552
  .e-pv-signature-apperance .e-checkbox-wrapper{
105427
105553
  @if ($theme-name == 'fluent2') {
105428
105554
  margin-left: $pv-toolbar-btn-height;
@@ -105576,12 +105702,6 @@ $lg-desktop: 1399.98;
105576
105702
  }
105577
105703
  }
105578
105704
 
105579
- .e-bigger .e-pv-canvas-signature {
105580
- @if $theme-name =='fluent2' {
105581
- margin-left: 5.65%;
105582
- }
105583
- }
105584
-
105585
105705
  .e-pv-sign-upload{
105586
105706
  @if $theme-name =='fluent2' {
105587
105707
  left: 44.5% !important;/* stylelint-disable-line declaration-no-important */
@@ -112694,6 +112814,16 @@ $pivotpager-string-maindiv-font-color: rgba($content-text-color-alt1) !default;
112694
112814
  }
112695
112815
 
112696
112816
  @include export-module('pivotview-theme') {
112817
+ .e-pivotview.e-pivotview-autofit .e-grid .e-columnsheader .e-headercelldiv {
112818
+ margin-right: 4px;
112819
+
112820
+ @if ($skin-name == 'FluentUI') or ($skin-name =='fluent2') or ($skin-name == 'tailwind') or ($skin-name == 'tailwind-dark') or ($skin-name == 'Material3') {
112821
+ &:has(> .e-pivotcell-container .e-value-sort-icon) {
112822
+ margin-right: $pivotgrid-value-sort-icon-font-size;
112823
+ }
112824
+ }
112825
+ }
112826
+
112697
112827
  .e-pivotview {
112698
112828
  .e-pivotcell-container {
112699
112829
  align-items: center;
@@ -125451,6 +125581,7 @@ $ribbon-file-menu-size: $text-sm !default;
125451
125581
  $ribbon-file-menu-padding: 10px 15px !default;
125452
125582
  $ribbon-file-menu-height: 18px !default;
125453
125583
  $ribbon-file-menu-border-radius: unset !default;
125584
+ $ribbon-file-menu-min-width-height: 16px !default;
125454
125585
  $ribbon-help-template-padding: 16px !default;
125455
125586
  $ribbon-help-template-height: 38px !default;
125456
125587
  $ribbon-help-template-border: none !default;
@@ -125556,7 +125687,7 @@ $ribbon-backstage-menu-active-border: 0 !default;
125556
125687
  $ribbon-backstage-menu-item-height: 38px !default;
125557
125688
  $ribbon-backstage-menu-icon-font-size: 20px !default;
125558
125689
  $ribbon-backstage-menu-icon-line-height: 20px !default;
125559
- $ribbon-backstage-menu-icon-padding: 9px 16px 9px 14px !default;
125690
+ $ribbon-backstage-menu-icon-padding: 9px 16px 13px 14px !default;
125560
125691
  $ribbon-backstage-menu-blank-icon-padding: 50px !default;
125561
125692
  $ribbon-backstage-btn-focus-border: 0 !default;
125562
125693
  $ribbon-backstage-btn-height: 38px !default;
@@ -125623,6 +125754,7 @@ $ribbon-bigger-group-height: 149px !default;
125623
125754
  $ribbon-bigger-file-menu-height: 20px !default;
125624
125755
  $ribbon-bigger-file-menu-padding: 14px 15px !default;
125625
125756
  $ribbon-bigger-file-menu-size: $text-base !default;
125757
+ $ribbon-bigger-file-menu-min-width-height: 18px !default;
125626
125758
  $ribbon-bigger-help-template-padding: 16px !default;
125627
125759
  $ribbon-bigger-help-template-height: 48px !default;
125628
125760
  $ribbon-bigger-toolbar-items-height: 48px !default;
@@ -125694,7 +125826,7 @@ $ribbon-bigger-ddb-popup-height: 32px;
125694
125826
  $ribbon-bigger-backstage-menu-item-height: 48px !default;
125695
125827
  $ribbon-bigger-backstage-menu-icon-font-size: 24px !default;
125696
125828
  $ribbon-bigger-backstage-menu-icon-line-height: 24px !default;
125697
- $ribbon-bigger-backstage-menu-icon-padding: 12px 12px 12px 16px !default;
125829
+ $ribbon-bigger-backstage-menu-icon-padding: 12px 12px 16px 16px !default;
125698
125830
  $ribbon-bigger-backstage-menu-blank-icon-padding: 52px !default;
125699
125831
  $ribbon-bigger-backstage-btn-height: 48px !default;
125700
125832
  $ribbon-bigger-backstage-btn-line-height: 48px !default;
@@ -126364,9 +126496,10 @@ $ribbon-items-focus-box-shadow: none !default;
126364
126496
 
126365
126497
  .e-menu-icon {
126366
126498
  @include ribbon-font-props($ribbon-backstage-menu-icon-font-size, $ribbon-backstage-menu-icon-line-height);
126499
+ @include ribbon-items-icon-images($ribbon-backstage-menu-icon-font-size);
126367
126500
  width: auto;
126368
126501
  margin-right: unset;
126369
- padding: $ribbon-backstage-menu-icon-padding;
126502
+ margin: $ribbon-backstage-menu-icon-padding;
126370
126503
  }
126371
126504
 
126372
126505
  &.e-blankicon {
@@ -126979,6 +127112,7 @@ $ribbon-items-focus-box-shadow: none !default;
126979
127112
 
126980
127113
  .e-btn-icon {
126981
127114
  @include ribbon-font-styles(16px, $ribbon-items-font-weight, 16px);
127115
+ @include ribbon-items-icon-images(16px);
126982
127116
  margin: $ribbon-group-button-icon-margin;
126983
127117
  width: auto;
126984
127118
  &.e-icon-left {
@@ -127066,6 +127200,10 @@ $ribbon-items-focus-box-shadow: none !default;
127066
127200
  @include ribbon-font-styles($ribbon-gallery-icons-size, $ribbon-gallery-icons-weight, $ribbon-gallery-icons-height);
127067
127201
  padding: 3px;
127068
127202
  background-size: cover;
127203
+ min-width: $ribbon-gallery-icons-size;
127204
+ min-height: $ribbon-gallery-icons-size;
127205
+ background-position: center;
127206
+ background-repeat: no-repeat;
127069
127207
  }
127070
127208
  &:hover,
127071
127209
  &.e-ribbon-gallery-selected {
@@ -127110,6 +127248,7 @@ $ribbon-items-focus-box-shadow: none !default;
127110
127248
  border-radius: unset;
127111
127249
 
127112
127250
  .e-menu-icon {
127251
+ @include ribbon-items-icon-images($ribbon-file-menu-min-width-height);
127113
127252
  width: auto;
127114
127253
  }
127115
127254
 
@@ -127127,6 +127266,13 @@ $ribbon-items-focus-box-shadow: none !default;
127127
127266
 
127128
127267
  .e-menu-icon {
127129
127268
  @include ribbon-font-props(16px, 16px);
127269
+ @include ribbon-items-icon-images(16px);
127270
+ }
127271
+ @if ($skin-name == 'fluent2') {
127272
+ .e-menu-icon {
127273
+ padding: 0;
127274
+ margin: 2px 12px 2px 2px;
127275
+ }
127130
127276
  }
127131
127277
  }
127132
127278
 
@@ -127556,6 +127702,8 @@ $ribbon-items-focus-box-shadow: none !default;
127556
127702
 
127557
127703
  .e-menu-icon {
127558
127704
  @include ribbon-font-props(20px, 20px);
127705
+ min-height: 20px;
127706
+ min-width: 20px;
127559
127707
  }
127560
127708
  }
127561
127709
 
@@ -127563,8 +127711,14 @@ $ribbon-items-focus-box-shadow: none !default;
127563
127711
  .e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-vertical,
127564
127712
  .e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-ul,
127565
127713
  .e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-ul {
127566
- .e-menu-item.e-blankicon {
127567
- padding-left: $ribbon-bigger-menu-blank-icon-padding !important; /* stylelint-disable-line declaration-no-important */
127714
+ .e-menu-item {
127715
+ &.e-blankicon {
127716
+ padding-left: $ribbon-bigger-menu-blank-icon-padding !important; /* stylelint-disable-line declaration-no-important */
127717
+ }
127718
+ .e-menu-icon {
127719
+ min-width: $ribbon-bigger-file-menu-min-width-height;
127720
+ min-height: $ribbon-bigger-file-menu-min-width-height;
127721
+ }
127568
127722
  }
127569
127723
  }
127570
127724
 
@@ -127587,7 +127741,9 @@ $ribbon-items-focus-box-shadow: none !default;
127587
127741
 
127588
127742
  .e-menu-icon {
127589
127743
  @include ribbon-font-props($ribbon-bigger-backstage-menu-icon-font-size, $ribbon-bigger-backstage-menu-icon-line-height);
127590
- padding: $ribbon-bigger-backstage-menu-icon-padding;
127744
+ margin: $ribbon-bigger-backstage-menu-icon-padding;
127745
+ min-width: $ribbon-bigger-backstage-menu-icon-font-size;
127746
+ min-height: $ribbon-bigger-backstage-menu-icon-font-size;
127591
127747
  }
127592
127748
 
127593
127749
  &.e-blankicon {
@@ -127603,6 +127759,8 @@ $ribbon-items-focus-box-shadow: none !default;
127603
127759
  .e-btn-icon {
127604
127760
  @include ribbon-font-props($ribbon-bigger-items-icon-size, $ribbon-bigger-items-icon-height);
127605
127761
  margin: $ribbon-bigger-group-button-icon-margin;
127762
+ min-height: $ribbon-bigger-items-icon-size;
127763
+ min-width: $ribbon-bigger-items-icon-size;
127606
127764
  &.e-icon-left {
127607
127765
  padding: $ribbon-bigger-group-button-icon-padding;
127608
127766
  }