@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
@@ -37965,6 +37965,12 @@ $radio-btn-focus-outline-offset: 0 !default;
37965
37965
  border-color: $radio-btn-focus-check-border-color;
37966
37966
  box-shadow: $radio-btn-focussed-box-shadow;
37967
37967
  }
37968
+
37969
+ & .e-ripple-container {
37970
+ @if $skin-name == 'Material3' {
37971
+ background-color: $radio-btn-focus-ripple-bgcolor;
37972
+ }
37973
+ }
37968
37974
  }
37969
37975
  }
37970
37976
 
@@ -67446,7 +67452,8 @@ $de-column-presets-font-size: 60px !default;
67446
67452
  .e-de-style-paragraph-group-button .e-btn.e-active,
67447
67453
  .e-de-style-font-group-button .e-btn.e-active {
67448
67454
  @if $skin-name =='fluent2' {
67449
- background-color: var(--color-sf-secondary-bg-color);
67455
+ background-color: var(--color-sf-content-bg-color-pressed);
67456
+ color: var(--color-sf-toolbar-icon-color);
67450
67457
  }
67451
67458
  }
67452
67459
  .e-de-hyperlink-bookmark-check .e-checkbox-wrapper .e-frame {
@@ -69856,13 +69863,13 @@ $de-prop-btn-icon-clr: #ccc;
69856
69863
  }
69857
69864
  .e-btn-toggle {
69858
69865
  @if $skin-name=='fluent2' {
69859
- background-color: var(--color-sf-secondary-bg-color);
69866
+ background-color: var(--color-sf-content-bg-color-pressed) !important;
69860
69867
  }
69861
69868
  @else{
69862
69869
  background-color: $de-toggle-bg-color !important;
69863
69870
  }
69864
69871
  @if $skin-name =='fluent2' {
69865
- background-color: $de-items-pressed;
69872
+ color: var(--color-sf-toolbar-icon-color) !important;
69866
69873
  }
69867
69874
  @if $skin-name=='highcontrast' {
69868
69875
  color: $de-title-bar-font-clr !important;
@@ -69874,7 +69881,12 @@ $de-prop-btn-icon-clr: #ccc;
69874
69881
  outline-offset: 0;
69875
69882
  box-shadow: $de-toggle-btn-border !important;
69876
69883
  #{if(&, '&', '*')}:hover {
69877
- background-color: $de-toggle-bg-color !important;
69884
+ @if $skin-name=='fluent2' {
69885
+ background-color: var(--color-sf-content-bg-color-pressed) !important;
69886
+ }
69887
+ @else {
69888
+ background-color: $de-toggle-bg-color !important;
69889
+ }
69878
69890
  @if $skin-name=='fabric' {
69879
69891
  border-color: $de-toggle-bg-color !important;
69880
69892
  }
@@ -69891,6 +69903,14 @@ $de-prop-btn-icon-clr: #ccc;
69891
69903
  color: $de-title-bar-font-clr !important;
69892
69904
  }
69893
69905
  }
69906
+ @if $skin-name=='fluent2' {
69907
+ .e-btn-toggle .e-tbar-btn-text {
69908
+ color: var(--color-sf-toolbar-icon-color) !important;
69909
+ }
69910
+ .e-btn-toggle>span {
69911
+ color: var(--color-sf-toolbar-icon-color) !important;
69912
+ }
69913
+ }
69894
69914
  @if $skin-name=='bootstrap' or $skin-name=='bootstrap4' or $skin-name=='tailwind' or or $skin-name=='bootstrap5' or $skin-name =='FluentUI' {
69895
69915
  .e-de-ctnr-group-btn-top>button:first-child {
69896
69916
  border-radius: 0;
@@ -85227,7 +85247,7 @@ $treegrid-rtl-rowdd-childborder-width: 1px 0 0 !default;
85227
85247
  }
85228
85248
  @mixin display-align {
85229
85249
  display: inline-block;
85230
- vertical-align: middle;
85250
+ vertical-align: text-bottom;
85231
85251
  }
85232
85252
  @mixin drop-bottom-child {
85233
85253
  box-shadow: 0 1px 0 0 $childborder-color;
@@ -85255,6 +85275,12 @@ $treegrid-rtl-rowdd-childborder-width: 1px 0 0 !default;
85255
85275
  font-size: $treegrid-bigger-icon-font-size;
85256
85276
  height: $treegrid-bigger-icon-size;
85257
85277
  width: $treegrid-bigger-icon-size;
85278
+ vertical-align: bottom;
85279
+ }
85280
+ .e-treegridexpand{
85281
+ @if $skin-name == 'highcontrast'{
85282
+ vertical-align: middle;
85283
+ }
85258
85284
  }
85259
85285
 
85260
85286
  .e-hierarchycheckbox {
@@ -85275,6 +85301,10 @@ $treegrid-rtl-rowdd-childborder-width: 1px 0 0 !default;
85275
85301
  line-height: $treegrid-bigger-icon-size;
85276
85302
  }
85277
85303
 
85304
+ .e-treecolumn-container span {
85305
+ vertical-align: middle;
85306
+ }
85307
+
85278
85308
  .e-row[aria-expanded = 'true'] .e-treecell {
85279
85309
  @if $skin-name == 'FluentUI' or $theme-name == 'fluentui-dark' {
85280
85310
  font-size: 16px;
@@ -85315,18 +85345,29 @@ $treegrid-rtl-rowdd-childborder-width: 1px 0 0 !default;
85315
85345
  vertical-align: $treegrid-right-arrow-icon-vertical-align;
85316
85346
  }
85317
85347
 
85348
+ span.e-icons.e-treegridcollapse{
85349
+ @if $skin-name == 'highcontrast'{
85350
+ text-align: center;
85351
+ vertical-align: baseline;
85352
+ }
85353
+ }
85354
+
85318
85355
  .e-rowcell:not(.e-gridclip) {
85319
85356
  .e-treecolumn-container {
85320
85357
  display: block;
85321
85358
  @include rowcell-container;
85322
85359
 
85323
85360
  span.e-treecell {
85324
- display: inline;
85361
+ display: contents;
85325
85362
  @include rowcell-container;
85326
85363
  }
85327
85364
  }
85328
85365
  }
85329
85366
 
85367
+ .e-templatecell .e-treecolumn-container span {
85368
+ vertical-align: middle;
85369
+ }
85370
+
85330
85371
  .e-treegridexpand:hover::before,
85331
85372
  .e-treegridcollapse:hover::before {
85332
85373
  color: $treegrid-right-arrow-hover-color;
@@ -85382,6 +85423,10 @@ $treegrid-rtl-rowdd-childborder-width: 1px 0 0 !default;
85382
85423
  @include display-align;
85383
85424
  }
85384
85425
  }
85426
+
85427
+ .e-templatecell .e-treecolumn-container span {
85428
+ vertical-align: middle;
85429
+ }
85385
85430
 
85386
85431
  .e-cloneproperties .e-treecolumn-container {
85387
85432
  span {
@@ -85420,7 +85465,7 @@ $treegrid-rtl-rowdd-childborder-width: 1px 0 0 !default;
85420
85465
  height: $treegrid-right-arrow-icon-height;
85421
85466
  padding: $treegrid-right-arrow-icon-padding;
85422
85467
  text-align: center;
85423
- vertical-align: bottom;
85468
+ vertical-align: text-bottom;
85424
85469
  width: $treegrid-right-arrow-icon-width;
85425
85470
  }
85426
85471
 
@@ -101805,6 +101850,18 @@ $lg-desktop: 1399.98;
101805
101850
  }
101806
101851
  }
101807
101852
 
101853
+ .e-bigger .e-pv-properties-line-thickness-container .e-input,
101854
+ .e-bigger .e-pv-properties-line-start-container .e-dropdown-btn,
101855
+ .e-bigger .e-pv-properties-line-end-container .e-dropdown-btn,
101856
+ .e-bigger .e-pv-properties-line-style-container .e-dropdown-btn,
101857
+ .e-bigger .e-pv-properties-line-start-container .e-input,
101858
+ .e-bigger .e-pv-properties-line-end-container .e-input,
101859
+ .e-bigger .e-pv-properties-line-style-container .e-input {
101860
+ @if ($theme-name == 'fluent2'){
101861
+ height: 40px !important;/* stylelint-disable-line declaration-no-important */
101862
+ }
101863
+ }
101864
+
101808
101865
  .e-pv-properties-line-leader-length-container {
101809
101866
  @if ($theme-name == 'fluent2') {
101810
101867
  margin-top: 10px;
@@ -102928,7 +102985,8 @@ $lg-desktop: 1399.98;
102928
102985
 
102929
102986
  .e-bigger .e-menu-icon.e-pv-stamp-icon.e-pv-icon {
102930
102987
  @if $theme-name=='fluent2' {
102931
- margin-right: 22px !important;/* stylelint-disable-line declaration-no-important */
102988
+ margin-right: 16px !important;/* stylelint-disable-line declaration-no-important */
102989
+ margin-top: -8px;
102932
102990
  }
102933
102991
  }
102934
102992
 
@@ -102956,6 +103014,12 @@ $lg-desktop: 1399.98;
102956
103014
  }
102957
103015
  }
102958
103016
 
103017
+ .e-bigger .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret {
103018
+ @if ($skin-name == 'fluent2') {
103019
+ margin-top: -8px;
103020
+ }
103021
+ }
103022
+
102959
103023
  .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-pv-stamp-icon,
102960
103024
  .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-caret {
102961
103025
  @if ($skin-name == 'fluent2') {
@@ -102963,6 +103027,13 @@ $lg-desktop: 1399.98;
102963
103027
  }
102964
103028
  }
102965
103029
 
103030
+ .e-bigger .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-pv-stamp-icon,
103031
+ .e-bigger .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-caret {
103032
+ @if ($skin-name == 'fluent2') {
103033
+ margin-top: -8px;
103034
+ }
103035
+ }
103036
+
102966
103037
  .e-pv-annotation-shapes-container.e-btn.e-icon-btn,
102967
103038
  .e-pv-annotation-calibrate-container.e-btn.e-icon-btn,
102968
103039
  .e-pv-annotation-handwritten-container.e-btn.e-icon-btn {
@@ -103090,6 +103161,13 @@ $lg-desktop: 1399.98;
103090
103161
  }
103091
103162
  }
103092
103163
 
103164
+ .e-bigger .e-pv-accordion-container.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content,
103165
+ .e-bigger .e-pv-accordion-content-container .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
103166
+ @if $theme-name == 'fluent2' {
103167
+ font-size: 14px;
103168
+ }
103169
+ }
103170
+
103093
103171
  .e-content-placeholder.e-pdfviewer.e-placeholder-pdfviewer {
103094
103172
  background-size: 100%;
103095
103173
  }
@@ -103126,6 +103204,14 @@ $lg-desktop: 1399.98;
103126
103204
  min-height: 32px;
103127
103205
  }
103128
103206
  }
103207
+
103208
+ .e-pv-signature-dialog-height .e-pv-clearbtn:disabled,
103209
+ .e-pv-signature-dialog-height .e-pv-createbtn:disabled {
103210
+ @if ($theme-name == 'fluent2') {
103211
+ border-color: var(--color-sf-primary-border-color-disabled) !important;/* stylelint-disable-line declaration-no-important */
103212
+ }
103213
+ }
103214
+
103129
103215
  .e-pv-signature-dialog-height .e-pv-cancelbtn{
103130
103216
  @if $skin-name != 'Material3' {
103131
103217
  height: 32px;
@@ -103511,6 +103597,15 @@ $lg-desktop: 1399.98;
103511
103597
  }
103512
103598
  }
103513
103599
 
103600
+ .e-pv-properties-form-field-name-main-div .e-float-text,
103601
+ .e-pv-properties-form-field-tooltip-main-div .e-float-text,
103602
+ .e-pv-properties-form-field-value-main-div .e-float-text,
103603
+ .e-pv-properties-form-field-visibility-main-div .e-float-text {
103604
+ @if $theme-name == 'fluent2' {
103605
+ padding-left: 0 !important;/* stylelint-disable-line declaration-no-important */
103606
+ }
103607
+ }
103608
+
103514
103609
  .e-pv-properties-text-edit-prop {
103515
103610
  @if $skin-name == 'FluentUI' {
103516
103611
  padding-top: 35px;
@@ -103549,6 +103644,28 @@ $lg-desktop: 1399.98;
103549
103644
  .e-pv-center-align-icon-div,
103550
103645
  .e-pv-right-align-icon-div {
103551
103646
  padding: $pv-formfield-properties-icon-align-padding;
103647
+ @if ($theme-name == 'fluent2') {
103648
+ width: 32px;
103649
+ }
103650
+ }
103651
+
103652
+ .e-bigger .e-pv-bold-icon-div,
103653
+ .e-bigger .e-pv-italic-icon-div,
103654
+ .e-bigger .e-pv-strikeout-icon-div,
103655
+ .e-bigger .e-pv-underlinetext-icon-div, {
103656
+ padding: 4px 10px;
103657
+ @if ($theme-name == 'fluent2') {
103658
+ width: 40px;
103659
+ }
103660
+ }
103661
+
103662
+ .e-bigger .e-pv-left-align-icon-div,
103663
+ .e-bigger .e-pv-center-align-icon-div,
103664
+ .e-bigger .e-pv-right-align-icon-div {
103665
+ padding: 4px 10px;
103666
+ @if ($theme-name == 'fluent2') {
103667
+ width: 38.5px;
103668
+ }
103552
103669
  }
103553
103670
 
103554
103671
  .e-pv-bold-icon-div:hover,
@@ -103559,7 +103676,9 @@ $lg-desktop: 1399.98;
103559
103676
  .e-pv-center-align-icon-div:hover,
103560
103677
  .e-pv-right-align-icon-div:hover {
103561
103678
  @if ($skin-name != 'Material3' and $skin-name != 'bootstrap5') {
103562
- background-color: $pv-annotation-dropdown-background-color-hover;
103679
+ @if ($theme-name != 'fluent2') {
103680
+ background-color: $pv-annotation-dropdown-background-color-hover;
103681
+ }
103563
103682
  border-color: $pv-annotation-dropdown-border-color-hover;
103564
103683
  }
103565
103684
  @if ($skin-name == 'bootstrap5') {
@@ -103690,6 +103809,9 @@ $lg-desktop: 1399.98;
103690
103809
  @if ($skin-name == 'Material3') {
103691
103810
  padding: 20px 15px 6px 0;
103692
103811
  }
103812
+ @if ($theme-name == 'fluent2') {
103813
+ padding: 15px;
103814
+ }
103693
103815
  @else {
103694
103816
  padding: 15px 15px 15px 1px;
103695
103817
  }
@@ -103877,6 +103999,7 @@ $lg-desktop: 1399.98;
103877
103999
  }
103878
104000
  @if ($theme-name == 'fluent2') {
103879
104001
  min-height: 555px !important;/* stylelint-disable-line declaration-no-important */
104002
+ max-width: 525px !important;/* stylelint-disable-line declaration-no-important */
103880
104003
  }
103881
104004
  }
103882
104005
 
@@ -103884,12 +104007,13 @@ $lg-desktop: 1399.98;
103884
104007
  @if ($theme-name == 'fluent2') {
103885
104008
  width: $pv-properties-form-field-win-max-width !important;/* stylelint-disable-line declaration-no-important */
103886
104009
  margin-left: -20px !important;/* stylelint-disable-line declaration-no-important */
104010
+ border-bottom: 1px solid var(--color-sf-border-light);
103887
104011
  }
103888
104012
  }
103889
104013
 
103890
104014
  .e-pv-properties-form-field-window .e-dlg-content .e-tab-header .e-toolbar-items {
103891
104015
  @if ($theme-name == 'fluent2') {
103892
- margin-left: 34px;
104016
+ margin-left: 18px;
103893
104017
  }
103894
104018
  }
103895
104019
 
@@ -104132,7 +104256,9 @@ $lg-desktop: 1399.98;
104132
104256
  height: 36px;
104133
104257
  width: 154px;
104134
104258
  }
104135
- justify-content: space-evenly;
104259
+ @if ($theme-name != 'fluent2') {
104260
+ justify-content: space-evenly;
104261
+ }
104136
104262
  @if ($skin-name == 'bootstrap5') {
104137
104263
  align-items: center;
104138
104264
  border: 1px solid $border-light;
@@ -104180,7 +104306,9 @@ $lg-desktop: 1399.98;
104180
104306
  height: 36px;
104181
104307
  width: 120px;
104182
104308
  }
104183
- justify-content: space-evenly;
104309
+ @if ($theme-name != 'fluent2') {
104310
+ justify-content: space-evenly;
104311
+ }
104184
104312
  margin-right: 15px;
104185
104313
  @if ($skin-name == 'bootstrap5' or $skin-name == 'FluentUI') {
104186
104314
  align-items: center;
@@ -104209,7 +104337,9 @@ $lg-desktop: 1399.98;
104209
104337
  }
104210
104338
  display: flex;
104211
104339
  height: 36px;
104212
- justify-content: space-evenly;
104340
+ @if ($theme-name != 'fluent2') {
104341
+ justify-content: space-evenly;
104342
+ }
104213
104343
  width: 154px;
104214
104344
  @if ($skin-name == 'bootstrap5') {
104215
104345
  align-items: center;
@@ -104243,7 +104373,9 @@ $lg-desktop: 1399.98;
104243
104373
  }
104244
104374
  display: flex;
104245
104375
  height: 36px;
104246
- justify-content: space-evenly;
104376
+ @if ($theme-name != 'fluent2') {
104377
+ justify-content: space-evenly;
104378
+ }
104247
104379
  margin-right: 15px;
104248
104380
  width: 120px;
104249
104381
  @if ($skin-name == 'bootstrap5' or $skin-name == 'FluentUI') {
@@ -104388,12 +104520,6 @@ $lg-desktop: 1399.98;
104388
104520
  }
104389
104521
  }
104390
104522
 
104391
- .e-bigger .e-pv-signature-apperance .e-float-input.e-control-wrapper.e-input-group {
104392
- @if ($theme-name=='fluent2') {
104393
- margin-left: 6.4%;
104394
- }
104395
- }
104396
-
104397
104523
  .e-pv-signature-apperance .e-checkbox-wrapper{
104398
104524
  @if ($theme-name == 'fluent2') {
104399
104525
  margin-left: $pv-toolbar-btn-height;
@@ -104547,12 +104673,6 @@ $lg-desktop: 1399.98;
104547
104673
  }
104548
104674
  }
104549
104675
 
104550
- .e-bigger .e-pv-canvas-signature {
104551
- @if $theme-name =='fluent2' {
104552
- margin-left: 5.65%;
104553
- }
104554
- }
104555
-
104556
104676
  .e-pv-sign-upload{
104557
104677
  @if $theme-name =='fluent2' {
104558
104678
  left: 44.5% !important;/* stylelint-disable-line declaration-no-important */
@@ -111653,6 +111773,16 @@ $pivotpager-single-size-title-padding: 8px !default;
111653
111773
  }
111654
111774
 
111655
111775
  @include export-module('pivotview-theme') {
111776
+ .e-pivotview.e-pivotview-autofit .e-grid .e-columnsheader .e-headercelldiv {
111777
+ margin-right: 4px;
111778
+
111779
+ @if ($skin-name == 'FluentUI') or ($skin-name =='fluent2') or ($skin-name == 'tailwind') or ($skin-name == 'tailwind-dark') or ($skin-name == 'Material3') {
111780
+ &:has(> .e-pivotcell-container .e-value-sort-icon) {
111781
+ margin-right: $pivotgrid-value-sort-icon-font-size;
111782
+ }
111783
+ }
111784
+ }
111785
+
111656
111786
  .e-pivotview {
111657
111787
  .e-pivotcell-container {
111658
111788
  align-items: center;
@@ -124398,6 +124528,7 @@ $ribbon-file-menu-size: 14px !default;
124398
124528
  $ribbon-file-menu-padding: 12px 15px 14px !default;
124399
124529
  $ribbon-file-menu-height: 22px !default;
124400
124530
  $ribbon-file-menu-border-radius: unset !default;
124531
+ $ribbon-file-menu-min-width-height: 14px !default;
124401
124532
  $ribbon-help-template-padding: 16px !default;
124402
124533
  $ribbon-help-template-height: 48px !default;
124403
124534
  $ribbon-help-template-border: none !default;
@@ -124503,7 +124634,7 @@ $ribbon-backstage-menu-active-border: 0 !default;
124503
124634
  $ribbon-backstage-menu-item-height: 48px !default;
124504
124635
  $ribbon-backstage-menu-icon-font-size: 16px !default;
124505
124636
  $ribbon-backstage-menu-icon-line-height: 16px !default;
124506
- $ribbon-backstage-menu-icon-padding: 16px !default;
124637
+ $ribbon-backstage-menu-icon-padding: 16px 16px 20px !default;
124507
124638
  $ribbon-backstage-menu-blank-icon-padding: 48px !default;
124508
124639
  $ribbon-backstage-btn-focus-border: 2px !default;
124509
124640
  $ribbon-backstage-btn-height: 48px !default;
@@ -124570,6 +124701,7 @@ $ribbon-bigger-group-height: 164px !default;
124570
124701
  $ribbon-bigger-file-menu-height: 24px !default;
124571
124702
  $ribbon-bigger-file-menu-padding: 13px 20px !default;
124572
124703
  $ribbon-bigger-file-menu-size: 16px !default;
124704
+ $ribbon-bigger-file-menu-min-width-height: 16px !default;
124573
124705
  $ribbon-bigger-help-template-padding: 16px !default;
124574
124706
  $ribbon-bigger-help-template-height: 50px !default;
124575
124707
  $ribbon-bigger-toolbar-items-height: 50px !default;
@@ -124641,7 +124773,7 @@ $ribbon-bigger-ddb-popup-height: 32px;
124641
124773
  $ribbon-bigger-backstage-menu-item-height: 52px !default;
124642
124774
  $ribbon-bigger-backstage-menu-icon-font-size: 20px !default;
124643
124775
  $ribbon-bigger-backstage-menu-icon-line-height: 20px !default;
124644
- $ribbon-bigger-backstage-menu-icon-padding: 18px 16px !default;
124776
+ $ribbon-bigger-backstage-menu-icon-padding: 18px 16px 22px !default;
124645
124777
  $ribbon-bigger-backstage-menu-blank-icon-padding: 52px !default;
124646
124778
  $ribbon-bigger-backstage-btn-height: 52px !default;
124647
124779
  $ribbon-bigger-backstage-btn-line-height: 52px !default;
@@ -125311,9 +125443,10 @@ $ribbon-items-focus-box-shadow: none !default;
125311
125443
 
125312
125444
  .e-menu-icon {
125313
125445
  @include ribbon-font-props($ribbon-backstage-menu-icon-font-size, $ribbon-backstage-menu-icon-line-height);
125446
+ @include ribbon-items-icon-images($ribbon-backstage-menu-icon-font-size);
125314
125447
  width: auto;
125315
125448
  margin-right: unset;
125316
- padding: $ribbon-backstage-menu-icon-padding;
125449
+ margin: $ribbon-backstage-menu-icon-padding;
125317
125450
  }
125318
125451
 
125319
125452
  &.e-blankicon {
@@ -125926,6 +126059,7 @@ $ribbon-items-focus-box-shadow: none !default;
125926
126059
 
125927
126060
  .e-btn-icon {
125928
126061
  @include ribbon-font-styles(16px, $ribbon-items-font-weight, 16px);
126062
+ @include ribbon-items-icon-images(16px);
125929
126063
  margin: $ribbon-group-button-icon-margin;
125930
126064
  width: auto;
125931
126065
  &.e-icon-left {
@@ -126013,6 +126147,10 @@ $ribbon-items-focus-box-shadow: none !default;
126013
126147
  @include ribbon-font-styles($ribbon-gallery-icons-size, $ribbon-gallery-icons-weight, $ribbon-gallery-icons-height);
126014
126148
  padding: 3px;
126015
126149
  background-size: cover;
126150
+ min-width: $ribbon-gallery-icons-size;
126151
+ min-height: $ribbon-gallery-icons-size;
126152
+ background-position: center;
126153
+ background-repeat: no-repeat;
126016
126154
  }
126017
126155
  &:hover,
126018
126156
  &.e-ribbon-gallery-selected {
@@ -126057,6 +126195,7 @@ $ribbon-items-focus-box-shadow: none !default;
126057
126195
  border-radius: unset;
126058
126196
 
126059
126197
  .e-menu-icon {
126198
+ @include ribbon-items-icon-images($ribbon-file-menu-min-width-height);
126060
126199
  width: auto;
126061
126200
  }
126062
126201
 
@@ -126074,6 +126213,13 @@ $ribbon-items-focus-box-shadow: none !default;
126074
126213
 
126075
126214
  .e-menu-icon {
126076
126215
  @include ribbon-font-props(16px, 16px);
126216
+ @include ribbon-items-icon-images(16px);
126217
+ }
126218
+ @if ($skin-name == 'fluent2') {
126219
+ .e-menu-icon {
126220
+ padding: 0;
126221
+ margin: 2px 12px 2px 2px;
126222
+ }
126077
126223
  }
126078
126224
  }
126079
126225
 
@@ -126503,6 +126649,8 @@ $ribbon-items-focus-box-shadow: none !default;
126503
126649
 
126504
126650
  .e-menu-icon {
126505
126651
  @include ribbon-font-props(20px, 20px);
126652
+ min-height: 20px;
126653
+ min-width: 20px;
126506
126654
  }
126507
126655
  }
126508
126656
 
@@ -126510,8 +126658,14 @@ $ribbon-items-focus-box-shadow: none !default;
126510
126658
  .e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-vertical,
126511
126659
  .e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-ul,
126512
126660
  .e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-ul {
126513
- .e-menu-item.e-blankicon {
126514
- padding-left: $ribbon-bigger-menu-blank-icon-padding !important; /* stylelint-disable-line declaration-no-important */
126661
+ .e-menu-item {
126662
+ &.e-blankicon {
126663
+ padding-left: $ribbon-bigger-menu-blank-icon-padding !important; /* stylelint-disable-line declaration-no-important */
126664
+ }
126665
+ .e-menu-icon {
126666
+ min-width: $ribbon-bigger-file-menu-min-width-height;
126667
+ min-height: $ribbon-bigger-file-menu-min-width-height;
126668
+ }
126515
126669
  }
126516
126670
  }
126517
126671
 
@@ -126534,7 +126688,9 @@ $ribbon-items-focus-box-shadow: none !default;
126534
126688
 
126535
126689
  .e-menu-icon {
126536
126690
  @include ribbon-font-props($ribbon-bigger-backstage-menu-icon-font-size, $ribbon-bigger-backstage-menu-icon-line-height);
126537
- padding: $ribbon-bigger-backstage-menu-icon-padding;
126691
+ margin: $ribbon-bigger-backstage-menu-icon-padding;
126692
+ min-width: $ribbon-bigger-backstage-menu-icon-font-size;
126693
+ min-height: $ribbon-bigger-backstage-menu-icon-font-size;
126538
126694
  }
126539
126695
 
126540
126696
  &.e-blankicon {
@@ -126550,6 +126706,8 @@ $ribbon-items-focus-box-shadow: none !default;
126550
126706
  .e-btn-icon {
126551
126707
  @include ribbon-font-props($ribbon-bigger-items-icon-size, $ribbon-bigger-items-icon-height);
126552
126708
  margin: $ribbon-bigger-group-button-icon-margin;
126709
+ min-height: $ribbon-bigger-items-icon-size;
126710
+ min-width: $ribbon-bigger-items-icon-size;
126553
126711
  &.e-icon-left {
126554
126712
  padding: $ribbon-bigger-group-button-icon-padding;
126555
126713
  }