@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
@@ -39247,6 +39247,12 @@ $radio-btn-focus-outline: $radio-btn-background-color 0 solid !default;
39247
39247
  border-color: $radio-btn-focus-check-border-color;
39248
39248
  box-shadow: $radio-btn-focussed-box-shadow;
39249
39249
  }
39250
+
39251
+ & .e-ripple-container {
39252
+ @if $skin-name == 'Material3' {
39253
+ background-color: $radio-btn-focus-ripple-bgcolor;
39254
+ }
39255
+ }
39250
39256
  }
39251
39257
  }
39252
39258
 
@@ -68996,7 +69002,8 @@ $de-column-presets-font-size: $text-6xl !default;
68996
69002
  .e-de-style-paragraph-group-button .e-btn.e-active,
68997
69003
  .e-de-style-font-group-button .e-btn.e-active {
68998
69004
  @if $skin-name =='fluent2' {
68999
- background-color: var(--color-sf-secondary-bg-color);
69005
+ background-color: var(--color-sf-content-bg-color-pressed);
69006
+ color: var(--color-sf-toolbar-icon-color);
69000
69007
  }
69001
69008
  }
69002
69009
  .e-de-hyperlink-bookmark-check .e-checkbox-wrapper .e-frame {
@@ -71463,13 +71470,13 @@ $de-hlt-clr-height-bigger: 24px;
71463
71470
  }
71464
71471
  .e-btn-toggle {
71465
71472
  @if $skin-name=='fluent2' {
71466
- background-color: var(--color-sf-secondary-bg-color);
71473
+ background-color: var(--color-sf-content-bg-color-pressed) !important;
71467
71474
  }
71468
71475
  @else{
71469
71476
  background-color: $de-toggle-bg-color !important;
71470
71477
  }
71471
71478
  @if $skin-name =='fluent2' {
71472
- background-color: $de-items-pressed;
71479
+ color: var(--color-sf-toolbar-icon-color) !important;
71473
71480
  }
71474
71481
  @if $skin-name=='highcontrast' {
71475
71482
  color: $de-title-bar-font-clr !important;
@@ -71481,7 +71488,12 @@ $de-hlt-clr-height-bigger: 24px;
71481
71488
  outline-offset: 0;
71482
71489
  box-shadow: $de-toggle-btn-border !important;
71483
71490
  #{if(&, '&', '*')}:hover {
71484
- background-color: $de-toggle-bg-color !important;
71491
+ @if $skin-name=='fluent2' {
71492
+ background-color: var(--color-sf-content-bg-color-pressed) !important;
71493
+ }
71494
+ @else {
71495
+ background-color: $de-toggle-bg-color !important;
71496
+ }
71485
71497
  @if $skin-name=='fabric' {
71486
71498
  border-color: $de-toggle-bg-color !important;
71487
71499
  }
@@ -71498,6 +71510,14 @@ $de-hlt-clr-height-bigger: 24px;
71498
71510
  color: $de-title-bar-font-clr !important;
71499
71511
  }
71500
71512
  }
71513
+ @if $skin-name=='fluent2' {
71514
+ .e-btn-toggle .e-tbar-btn-text {
71515
+ color: var(--color-sf-toolbar-icon-color) !important;
71516
+ }
71517
+ .e-btn-toggle>span {
71518
+ color: var(--color-sf-toolbar-icon-color) !important;
71519
+ }
71520
+ }
71501
71521
  @if $skin-name=='bootstrap' or $skin-name=='bootstrap4' or $skin-name=='tailwind' or or $skin-name=='bootstrap5' or $skin-name =='FluentUI' {
71502
71522
  .e-de-ctnr-group-btn-top>button:first-child {
71503
71523
  border-radius: 0;
@@ -86855,7 +86875,7 @@ $treegrid-rtl-rowdd-childborder-width: 2px 0 2px 0 !default;
86855
86875
  }
86856
86876
  @mixin display-align {
86857
86877
  display: inline-block;
86858
- vertical-align: middle;
86878
+ vertical-align: text-bottom;
86859
86879
  }
86860
86880
  @mixin drop-bottom-child {
86861
86881
  box-shadow: 0 1px 0 0 $childborder-color;
@@ -86883,6 +86903,12 @@ $treegrid-rtl-rowdd-childborder-width: 2px 0 2px 0 !default;
86883
86903
  font-size: $treegrid-bigger-icon-font-size;
86884
86904
  height: $treegrid-bigger-icon-size;
86885
86905
  width: $treegrid-bigger-icon-size;
86906
+ vertical-align: bottom;
86907
+ }
86908
+ .e-treegridexpand{
86909
+ @if $skin-name == 'highcontrast'{
86910
+ vertical-align: middle;
86911
+ }
86886
86912
  }
86887
86913
 
86888
86914
  .e-hierarchycheckbox {
@@ -86903,6 +86929,10 @@ $treegrid-rtl-rowdd-childborder-width: 2px 0 2px 0 !default;
86903
86929
  line-height: $treegrid-bigger-icon-size;
86904
86930
  }
86905
86931
 
86932
+ .e-treecolumn-container span {
86933
+ vertical-align: middle;
86934
+ }
86935
+
86906
86936
  .e-row[aria-expanded = 'true'] .e-treecell {
86907
86937
  @if $skin-name == 'FluentUI' or $theme-name == 'fluentui-dark' {
86908
86938
  font-size: 16px;
@@ -86943,18 +86973,29 @@ $treegrid-rtl-rowdd-childborder-width: 2px 0 2px 0 !default;
86943
86973
  vertical-align: $treegrid-right-arrow-icon-vertical-align;
86944
86974
  }
86945
86975
 
86976
+ span.e-icons.e-treegridcollapse{
86977
+ @if $skin-name == 'highcontrast'{
86978
+ text-align: center;
86979
+ vertical-align: baseline;
86980
+ }
86981
+ }
86982
+
86946
86983
  .e-rowcell:not(.e-gridclip) {
86947
86984
  .e-treecolumn-container {
86948
86985
  display: block;
86949
86986
  @include rowcell-container;
86950
86987
 
86951
86988
  span.e-treecell {
86952
- display: inline;
86989
+ display: contents;
86953
86990
  @include rowcell-container;
86954
86991
  }
86955
86992
  }
86956
86993
  }
86957
86994
 
86995
+ .e-templatecell .e-treecolumn-container span {
86996
+ vertical-align: middle;
86997
+ }
86998
+
86958
86999
  .e-treegridexpand:hover::before,
86959
87000
  .e-treegridcollapse:hover::before {
86960
87001
  color: $treegrid-right-arrow-hover-color;
@@ -87010,6 +87051,10 @@ $treegrid-rtl-rowdd-childborder-width: 2px 0 2px 0 !default;
87010
87051
  @include display-align;
87011
87052
  }
87012
87053
  }
87054
+
87055
+ .e-templatecell .e-treecolumn-container span {
87056
+ vertical-align: middle;
87057
+ }
87013
87058
 
87014
87059
  .e-cloneproperties .e-treecolumn-container {
87015
87060
  span {
@@ -87048,7 +87093,7 @@ $treegrid-rtl-rowdd-childborder-width: 2px 0 2px 0 !default;
87048
87093
  height: $treegrid-right-arrow-icon-height;
87049
87094
  padding: $treegrid-right-arrow-icon-padding;
87050
87095
  text-align: center;
87051
- vertical-align: bottom;
87096
+ vertical-align: text-bottom;
87052
87097
  width: $treegrid-right-arrow-icon-width;
87053
87098
  }
87054
87099
 
@@ -103432,6 +103477,18 @@ $lg-desktop: 1399.98;
103432
103477
  }
103433
103478
  }
103434
103479
 
103480
+ .e-bigger .e-pv-properties-line-thickness-container .e-input,
103481
+ .e-bigger .e-pv-properties-line-start-container .e-dropdown-btn,
103482
+ .e-bigger .e-pv-properties-line-end-container .e-dropdown-btn,
103483
+ .e-bigger .e-pv-properties-line-style-container .e-dropdown-btn,
103484
+ .e-bigger .e-pv-properties-line-start-container .e-input,
103485
+ .e-bigger .e-pv-properties-line-end-container .e-input,
103486
+ .e-bigger .e-pv-properties-line-style-container .e-input {
103487
+ @if ($theme-name == 'fluent2'){
103488
+ height: 40px !important;/* stylelint-disable-line declaration-no-important */
103489
+ }
103490
+ }
103491
+
103435
103492
  .e-pv-properties-line-leader-length-container {
103436
103493
  @if ($theme-name == 'fluent2') {
103437
103494
  margin-top: 10px;
@@ -104555,7 +104612,8 @@ $lg-desktop: 1399.98;
104555
104612
 
104556
104613
  .e-bigger .e-menu-icon.e-pv-stamp-icon.e-pv-icon {
104557
104614
  @if $theme-name=='fluent2' {
104558
- margin-right: 22px !important;/* stylelint-disable-line declaration-no-important */
104615
+ margin-right: 16px !important;/* stylelint-disable-line declaration-no-important */
104616
+ margin-top: -8px;
104559
104617
  }
104560
104618
  }
104561
104619
 
@@ -104583,6 +104641,12 @@ $lg-desktop: 1399.98;
104583
104641
  }
104584
104642
  }
104585
104643
 
104644
+ .e-bigger .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret {
104645
+ @if ($skin-name == 'fluent2') {
104646
+ margin-top: -8px;
104647
+ }
104648
+ }
104649
+
104586
104650
  .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-pv-stamp-icon,
104587
104651
  .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-caret {
104588
104652
  @if ($skin-name == 'fluent2') {
@@ -104590,6 +104654,13 @@ $lg-desktop: 1399.98;
104590
104654
  }
104591
104655
  }
104592
104656
 
104657
+ .e-bigger .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-pv-stamp-icon,
104658
+ .e-bigger .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-caret {
104659
+ @if ($skin-name == 'fluent2') {
104660
+ margin-top: -8px;
104661
+ }
104662
+ }
104663
+
104593
104664
  .e-pv-annotation-shapes-container.e-btn.e-icon-btn,
104594
104665
  .e-pv-annotation-calibrate-container.e-btn.e-icon-btn,
104595
104666
  .e-pv-annotation-handwritten-container.e-btn.e-icon-btn {
@@ -104717,6 +104788,13 @@ $lg-desktop: 1399.98;
104717
104788
  }
104718
104789
  }
104719
104790
 
104791
+ .e-bigger .e-pv-accordion-container.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content,
104792
+ .e-bigger .e-pv-accordion-content-container .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
104793
+ @if $theme-name == 'fluent2' {
104794
+ font-size: 14px;
104795
+ }
104796
+ }
104797
+
104720
104798
  .e-content-placeholder.e-pdfviewer.e-placeholder-pdfviewer {
104721
104799
  background-size: 100%;
104722
104800
  }
@@ -104753,6 +104831,14 @@ $lg-desktop: 1399.98;
104753
104831
  min-height: 32px;
104754
104832
  }
104755
104833
  }
104834
+
104835
+ .e-pv-signature-dialog-height .e-pv-clearbtn:disabled,
104836
+ .e-pv-signature-dialog-height .e-pv-createbtn:disabled {
104837
+ @if ($theme-name == 'fluent2') {
104838
+ border-color: var(--color-sf-primary-border-color-disabled) !important;/* stylelint-disable-line declaration-no-important */
104839
+ }
104840
+ }
104841
+
104756
104842
  .e-pv-signature-dialog-height .e-pv-cancelbtn{
104757
104843
  @if $skin-name != 'Material3' {
104758
104844
  height: 32px;
@@ -105138,6 +105224,15 @@ $lg-desktop: 1399.98;
105138
105224
  }
105139
105225
  }
105140
105226
 
105227
+ .e-pv-properties-form-field-name-main-div .e-float-text,
105228
+ .e-pv-properties-form-field-tooltip-main-div .e-float-text,
105229
+ .e-pv-properties-form-field-value-main-div .e-float-text,
105230
+ .e-pv-properties-form-field-visibility-main-div .e-float-text {
105231
+ @if $theme-name == 'fluent2' {
105232
+ padding-left: 0 !important;/* stylelint-disable-line declaration-no-important */
105233
+ }
105234
+ }
105235
+
105141
105236
  .e-pv-properties-text-edit-prop {
105142
105237
  @if $skin-name == 'FluentUI' {
105143
105238
  padding-top: 35px;
@@ -105176,6 +105271,28 @@ $lg-desktop: 1399.98;
105176
105271
  .e-pv-center-align-icon-div,
105177
105272
  .e-pv-right-align-icon-div {
105178
105273
  padding: $pv-formfield-properties-icon-align-padding;
105274
+ @if ($theme-name == 'fluent2') {
105275
+ width: 32px;
105276
+ }
105277
+ }
105278
+
105279
+ .e-bigger .e-pv-bold-icon-div,
105280
+ .e-bigger .e-pv-italic-icon-div,
105281
+ .e-bigger .e-pv-strikeout-icon-div,
105282
+ .e-bigger .e-pv-underlinetext-icon-div, {
105283
+ padding: 4px 10px;
105284
+ @if ($theme-name == 'fluent2') {
105285
+ width: 40px;
105286
+ }
105287
+ }
105288
+
105289
+ .e-bigger .e-pv-left-align-icon-div,
105290
+ .e-bigger .e-pv-center-align-icon-div,
105291
+ .e-bigger .e-pv-right-align-icon-div {
105292
+ padding: 4px 10px;
105293
+ @if ($theme-name == 'fluent2') {
105294
+ width: 38.5px;
105295
+ }
105179
105296
  }
105180
105297
 
105181
105298
  .e-pv-bold-icon-div:hover,
@@ -105186,7 +105303,9 @@ $lg-desktop: 1399.98;
105186
105303
  .e-pv-center-align-icon-div:hover,
105187
105304
  .e-pv-right-align-icon-div:hover {
105188
105305
  @if ($skin-name != 'Material3' and $skin-name != 'bootstrap5') {
105189
- background-color: $pv-annotation-dropdown-background-color-hover;
105306
+ @if ($theme-name != 'fluent2') {
105307
+ background-color: $pv-annotation-dropdown-background-color-hover;
105308
+ }
105190
105309
  border-color: $pv-annotation-dropdown-border-color-hover;
105191
105310
  }
105192
105311
  @if ($skin-name == 'bootstrap5') {
@@ -105317,6 +105436,9 @@ $lg-desktop: 1399.98;
105317
105436
  @if ($skin-name == 'Material3') {
105318
105437
  padding: 20px 15px 6px 0;
105319
105438
  }
105439
+ @if ($theme-name == 'fluent2') {
105440
+ padding: 15px;
105441
+ }
105320
105442
  @else {
105321
105443
  padding: 15px 15px 15px 1px;
105322
105444
  }
@@ -105504,6 +105626,7 @@ $lg-desktop: 1399.98;
105504
105626
  }
105505
105627
  @if ($theme-name == 'fluent2') {
105506
105628
  min-height: 555px !important;/* stylelint-disable-line declaration-no-important */
105629
+ max-width: 525px !important;/* stylelint-disable-line declaration-no-important */
105507
105630
  }
105508
105631
  }
105509
105632
 
@@ -105511,12 +105634,13 @@ $lg-desktop: 1399.98;
105511
105634
  @if ($theme-name == 'fluent2') {
105512
105635
  width: $pv-properties-form-field-win-max-width !important;/* stylelint-disable-line declaration-no-important */
105513
105636
  margin-left: -20px !important;/* stylelint-disable-line declaration-no-important */
105637
+ border-bottom: 1px solid var(--color-sf-border-light);
105514
105638
  }
105515
105639
  }
105516
105640
 
105517
105641
  .e-pv-properties-form-field-window .e-dlg-content .e-tab-header .e-toolbar-items {
105518
105642
  @if ($theme-name == 'fluent2') {
105519
- margin-left: 34px;
105643
+ margin-left: 18px;
105520
105644
  }
105521
105645
  }
105522
105646
 
@@ -105759,7 +105883,9 @@ $lg-desktop: 1399.98;
105759
105883
  height: 36px;
105760
105884
  width: 154px;
105761
105885
  }
105762
- justify-content: space-evenly;
105886
+ @if ($theme-name != 'fluent2') {
105887
+ justify-content: space-evenly;
105888
+ }
105763
105889
  @if ($skin-name == 'bootstrap5') {
105764
105890
  align-items: center;
105765
105891
  border: 1px solid $border-light;
@@ -105807,7 +105933,9 @@ $lg-desktop: 1399.98;
105807
105933
  height: 36px;
105808
105934
  width: 120px;
105809
105935
  }
105810
- justify-content: space-evenly;
105936
+ @if ($theme-name != 'fluent2') {
105937
+ justify-content: space-evenly;
105938
+ }
105811
105939
  margin-right: 15px;
105812
105940
  @if ($skin-name == 'bootstrap5' or $skin-name == 'FluentUI') {
105813
105941
  align-items: center;
@@ -105836,7 +105964,9 @@ $lg-desktop: 1399.98;
105836
105964
  }
105837
105965
  display: flex;
105838
105966
  height: 36px;
105839
- justify-content: space-evenly;
105967
+ @if ($theme-name != 'fluent2') {
105968
+ justify-content: space-evenly;
105969
+ }
105840
105970
  width: 154px;
105841
105971
  @if ($skin-name == 'bootstrap5') {
105842
105972
  align-items: center;
@@ -105870,7 +106000,9 @@ $lg-desktop: 1399.98;
105870
106000
  }
105871
106001
  display: flex;
105872
106002
  height: 36px;
105873
- justify-content: space-evenly;
106003
+ @if ($theme-name != 'fluent2') {
106004
+ justify-content: space-evenly;
106005
+ }
105874
106006
  margin-right: 15px;
105875
106007
  width: 120px;
105876
106008
  @if ($skin-name == 'bootstrap5' or $skin-name == 'FluentUI') {
@@ -106015,12 +106147,6 @@ $lg-desktop: 1399.98;
106015
106147
  }
106016
106148
  }
106017
106149
 
106018
- .e-bigger .e-pv-signature-apperance .e-float-input.e-control-wrapper.e-input-group {
106019
- @if ($theme-name=='fluent2') {
106020
- margin-left: 6.4%;
106021
- }
106022
- }
106023
-
106024
106150
  .e-pv-signature-apperance .e-checkbox-wrapper{
106025
106151
  @if ($theme-name == 'fluent2') {
106026
106152
  margin-left: $pv-toolbar-btn-height;
@@ -106174,12 +106300,6 @@ $lg-desktop: 1399.98;
106174
106300
  }
106175
106301
  }
106176
106302
 
106177
- .e-bigger .e-pv-canvas-signature {
106178
- @if $theme-name =='fluent2' {
106179
- margin-left: 5.65%;
106180
- }
106181
- }
106182
-
106183
106303
  .e-pv-sign-upload{
106184
106304
  @if $theme-name =='fluent2' {
106185
106305
  left: 44.5% !important;/* stylelint-disable-line declaration-no-important */
@@ -113282,6 +113402,16 @@ $pivotpager-single-size-title-padding: 8px !default;
113282
113402
  }
113283
113403
 
113284
113404
  @include export-module('pivotview-theme') {
113405
+ .e-pivotview.e-pivotview-autofit .e-grid .e-columnsheader .e-headercelldiv {
113406
+ margin-right: 4px;
113407
+
113408
+ @if ($skin-name == 'FluentUI') or ($skin-name =='fluent2') or ($skin-name == 'tailwind') or ($skin-name == 'tailwind-dark') or ($skin-name == 'Material3') {
113409
+ &:has(> .e-pivotcell-container .e-value-sort-icon) {
113410
+ margin-right: $pivotgrid-value-sort-icon-font-size;
113411
+ }
113412
+ }
113413
+ }
113414
+
113285
113415
  .e-pivotview {
113286
113416
  .e-pivotcell-container {
113287
113417
  align-items: center;
@@ -126045,6 +126175,7 @@ $ribbon-file-menu-size: $text-sm !default;
126045
126175
  $ribbon-file-menu-padding: 8px 8px !default;
126046
126176
  $ribbon-file-menu-height: 22px !default;
126047
126177
  $ribbon-file-menu-border-radius: unset !default;
126178
+ $ribbon-file-menu-min-width-height: 16px !default;
126048
126179
  $ribbon-help-template-padding: 12px !default;
126049
126180
  $ribbon-help-template-height: 38px !default;
126050
126181
  $ribbon-help-template-border: none !default;
@@ -126217,6 +126348,7 @@ $ribbon-bigger-group-height: 150px !default;
126217
126348
  $ribbon-bigger-file-menu-height: 24px !default;
126218
126349
  $ribbon-bigger-file-menu-padding: 12px 12px !default;
126219
126350
  $ribbon-bigger-file-menu-size: $text-base !default;
126351
+ $ribbon-bigger-file-menu-min-width-height: 16px !default;
126220
126352
  $ribbon-bigger-help-template-padding: 16px !default;
126221
126353
  $ribbon-bigger-help-template-height: 48px !default;
126222
126354
  $ribbon-bigger-toolbar-items-height: 48px !default;
@@ -126958,9 +127090,10 @@ $ribbon-items-focus-box-shadow: none !default;
126958
127090
 
126959
127091
  .e-menu-icon {
126960
127092
  @include ribbon-font-props($ribbon-backstage-menu-icon-font-size, $ribbon-backstage-menu-icon-line-height);
127093
+ @include ribbon-items-icon-images($ribbon-backstage-menu-icon-font-size);
126961
127094
  width: auto;
126962
127095
  margin-right: unset;
126963
- padding: $ribbon-backstage-menu-icon-padding;
127096
+ margin: $ribbon-backstage-menu-icon-padding;
126964
127097
  }
126965
127098
 
126966
127099
  &.e-blankicon {
@@ -127573,6 +127706,7 @@ $ribbon-items-focus-box-shadow: none !default;
127573
127706
 
127574
127707
  .e-btn-icon {
127575
127708
  @include ribbon-font-styles(16px, $ribbon-items-font-weight, 16px);
127709
+ @include ribbon-items-icon-images(16px);
127576
127710
  margin: $ribbon-group-button-icon-margin;
127577
127711
  width: auto;
127578
127712
  &.e-icon-left {
@@ -127660,6 +127794,10 @@ $ribbon-items-focus-box-shadow: none !default;
127660
127794
  @include ribbon-font-styles($ribbon-gallery-icons-size, $ribbon-gallery-icons-weight, $ribbon-gallery-icons-height);
127661
127795
  padding: 3px;
127662
127796
  background-size: cover;
127797
+ min-width: $ribbon-gallery-icons-size;
127798
+ min-height: $ribbon-gallery-icons-size;
127799
+ background-position: center;
127800
+ background-repeat: no-repeat;
127663
127801
  }
127664
127802
  &:hover,
127665
127803
  &.e-ribbon-gallery-selected {
@@ -127704,6 +127842,7 @@ $ribbon-items-focus-box-shadow: none !default;
127704
127842
  border-radius: unset;
127705
127843
 
127706
127844
  .e-menu-icon {
127845
+ @include ribbon-items-icon-images($ribbon-file-menu-min-width-height);
127707
127846
  width: auto;
127708
127847
  }
127709
127848
 
@@ -127721,6 +127860,13 @@ $ribbon-items-focus-box-shadow: none !default;
127721
127860
 
127722
127861
  .e-menu-icon {
127723
127862
  @include ribbon-font-props(16px, 16px);
127863
+ @include ribbon-items-icon-images(16px);
127864
+ }
127865
+ @if ($skin-name == 'fluent2') {
127866
+ .e-menu-icon {
127867
+ padding: 0;
127868
+ margin: 2px 12px 2px 2px;
127869
+ }
127724
127870
  }
127725
127871
  }
127726
127872
 
@@ -128150,6 +128296,8 @@ $ribbon-items-focus-box-shadow: none !default;
128150
128296
 
128151
128297
  .e-menu-icon {
128152
128298
  @include ribbon-font-props(20px, 20px);
128299
+ min-height: 20px;
128300
+ min-width: 20px;
128153
128301
  }
128154
128302
  }
128155
128303
 
@@ -128157,8 +128305,14 @@ $ribbon-items-focus-box-shadow: none !default;
128157
128305
  .e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-vertical,
128158
128306
  .e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-ul,
128159
128307
  .e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-ul {
128160
- .e-menu-item.e-blankicon {
128161
- padding-left: $ribbon-bigger-menu-blank-icon-padding !important; /* stylelint-disable-line declaration-no-important */
128308
+ .e-menu-item {
128309
+ &.e-blankicon {
128310
+ padding-left: $ribbon-bigger-menu-blank-icon-padding !important; /* stylelint-disable-line declaration-no-important */
128311
+ }
128312
+ .e-menu-icon {
128313
+ min-width: $ribbon-bigger-file-menu-min-width-height;
128314
+ min-height: $ribbon-bigger-file-menu-min-width-height;
128315
+ }
128162
128316
  }
128163
128317
  }
128164
128318
 
@@ -128181,7 +128335,9 @@ $ribbon-items-focus-box-shadow: none !default;
128181
128335
 
128182
128336
  .e-menu-icon {
128183
128337
  @include ribbon-font-props($ribbon-bigger-backstage-menu-icon-font-size, $ribbon-bigger-backstage-menu-icon-line-height);
128184
- padding: $ribbon-bigger-backstage-menu-icon-padding;
128338
+ margin: $ribbon-bigger-backstage-menu-icon-padding;
128339
+ min-width: $ribbon-bigger-backstage-menu-icon-font-size;
128340
+ min-height: $ribbon-bigger-backstage-menu-icon-font-size;
128185
128341
  }
128186
128342
 
128187
128343
  &.e-blankicon {
@@ -128197,6 +128353,8 @@ $ribbon-items-focus-box-shadow: none !default;
128197
128353
  .e-btn-icon {
128198
128354
  @include ribbon-font-props($ribbon-bigger-items-icon-size, $ribbon-bigger-items-icon-height);
128199
128355
  margin: $ribbon-bigger-group-button-icon-margin;
128356
+ min-height: $ribbon-bigger-items-icon-size;
128357
+ min-width: $ribbon-bigger-items-icon-size;
128200
128358
  &.e-icon-left {
128201
128359
  padding: $ribbon-bigger-group-button-icon-padding;
128202
128360
  }