@syncfusion/blazor-themes 20.4.43 → 20.4.48

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 (189) hide show
  1. package/SCSS-Themes/base/tailwind.scss +1 -1
  2. package/SCSS-Themes/bootstrap-dark.scss +95 -47
  3. package/SCSS-Themes/bootstrap.scss +95 -47
  4. package/SCSS-Themes/bootstrap4.scss +96 -48
  5. package/SCSS-Themes/bootstrap5-dark.scss +96 -48
  6. package/SCSS-Themes/bootstrap5.scss +96 -48
  7. package/SCSS-Themes/buttons/check-box/bootstrap-dark.scss +4 -0
  8. package/SCSS-Themes/buttons/check-box/bootstrap.scss +4 -0
  9. package/SCSS-Themes/buttons/check-box/bootstrap4.scss +4 -0
  10. package/SCSS-Themes/buttons/check-box/bootstrap5-dark.scss +4 -0
  11. package/SCSS-Themes/buttons/check-box/bootstrap5.scss +4 -0
  12. package/SCSS-Themes/buttons/check-box/fabric-dark.scss +4 -0
  13. package/SCSS-Themes/buttons/check-box/fabric.scss +4 -0
  14. package/SCSS-Themes/buttons/check-box/fluent-dark.scss +4 -0
  15. package/SCSS-Themes/buttons/check-box/fluent.scss +4 -0
  16. package/SCSS-Themes/buttons/check-box/highcontrast.scss +4 -0
  17. package/SCSS-Themes/buttons/check-box/material-dark.scss +4 -0
  18. package/SCSS-Themes/buttons/check-box/material.scss +4 -0
  19. package/SCSS-Themes/buttons/check-box/tailwind-dark.scss +4 -0
  20. package/SCSS-Themes/buttons/check-box/tailwind.scss +4 -0
  21. package/SCSS-Themes/dropdowns/drop-down-list/bootstrap-dark.scss +3 -0
  22. package/SCSS-Themes/dropdowns/drop-down-list/bootstrap.scss +3 -0
  23. package/SCSS-Themes/dropdowns/drop-down-list/bootstrap4.scss +3 -0
  24. package/SCSS-Themes/dropdowns/drop-down-list/bootstrap5-dark.scss +3 -0
  25. package/SCSS-Themes/dropdowns/drop-down-list/bootstrap5.scss +3 -0
  26. package/SCSS-Themes/dropdowns/drop-down-list/fabric-dark.scss +3 -0
  27. package/SCSS-Themes/dropdowns/drop-down-list/fabric.scss +3 -0
  28. package/SCSS-Themes/dropdowns/drop-down-list/fluent-dark.scss +3 -0
  29. package/SCSS-Themes/dropdowns/drop-down-list/fluent.scss +3 -0
  30. package/SCSS-Themes/dropdowns/drop-down-list/highcontrast.scss +3 -0
  31. package/SCSS-Themes/dropdowns/drop-down-list/material-dark.scss +3 -0
  32. package/SCSS-Themes/dropdowns/drop-down-list/material.scss +3 -0
  33. package/SCSS-Themes/dropdowns/drop-down-list/tailwind-dark.scss +3 -0
  34. package/SCSS-Themes/dropdowns/drop-down-list/tailwind.scss +3 -0
  35. package/SCSS-Themes/dropdowns/multi-select/bootstrap-dark.scss +3 -2
  36. package/SCSS-Themes/dropdowns/multi-select/bootstrap.scss +3 -2
  37. package/SCSS-Themes/dropdowns/multi-select/bootstrap4.scss +3 -2
  38. package/SCSS-Themes/dropdowns/multi-select/bootstrap5-dark.scss +3 -2
  39. package/SCSS-Themes/dropdowns/multi-select/bootstrap5.scss +3 -2
  40. package/SCSS-Themes/dropdowns/multi-select/fabric-dark.scss +3 -2
  41. package/SCSS-Themes/dropdowns/multi-select/fabric.scss +3 -2
  42. package/SCSS-Themes/dropdowns/multi-select/fluent-dark.scss +3 -2
  43. package/SCSS-Themes/dropdowns/multi-select/fluent.scss +3 -2
  44. package/SCSS-Themes/dropdowns/multi-select/highcontrast.scss +3 -2
  45. package/SCSS-Themes/dropdowns/multi-select/material-dark.scss +3 -2
  46. package/SCSS-Themes/dropdowns/multi-select/material.scss +3 -2
  47. package/SCSS-Themes/dropdowns/multi-select/tailwind-dark.scss +3 -2
  48. package/SCSS-Themes/dropdowns/multi-select/tailwind.scss +3 -2
  49. package/SCSS-Themes/fabric-dark.scss +95 -47
  50. package/SCSS-Themes/fabric.scss +95 -47
  51. package/SCSS-Themes/fluent-dark.scss +96 -48
  52. package/SCSS-Themes/fluent.scss +96 -48
  53. package/SCSS-Themes/grids/grid/bootstrap-dark.scss +17 -1
  54. package/SCSS-Themes/grids/grid/bootstrap.scss +17 -1
  55. package/SCSS-Themes/grids/grid/bootstrap4.scss +17 -1
  56. package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +17 -1
  57. package/SCSS-Themes/grids/grid/bootstrap5.scss +17 -1
  58. package/SCSS-Themes/grids/grid/fabric-dark.scss +17 -1
  59. package/SCSS-Themes/grids/grid/fabric.scss +17 -1
  60. package/SCSS-Themes/grids/grid/fluent-dark.scss +17 -1
  61. package/SCSS-Themes/grids/grid/fluent.scss +17 -1
  62. package/SCSS-Themes/grids/grid/highcontrast.scss +17 -1
  63. package/SCSS-Themes/grids/grid/material-dark.scss +17 -1
  64. package/SCSS-Themes/grids/grid/material.scss +17 -1
  65. package/SCSS-Themes/grids/grid/tailwind-dark.scss +17 -1
  66. package/SCSS-Themes/grids/grid/tailwind.scss +17 -1
  67. package/SCSS-Themes/highcontrast.scss +95 -47
  68. package/SCSS-Themes/image-editor/image-editor/bootstrap-dark.scss +6 -0
  69. package/SCSS-Themes/image-editor/image-editor/bootstrap.scss +6 -0
  70. package/SCSS-Themes/image-editor/image-editor/bootstrap4.scss +6 -0
  71. package/SCSS-Themes/image-editor/image-editor/bootstrap5-dark.scss +6 -0
  72. package/SCSS-Themes/image-editor/image-editor/bootstrap5.scss +6 -0
  73. package/SCSS-Themes/image-editor/image-editor/fabric-dark.scss +6 -0
  74. package/SCSS-Themes/image-editor/image-editor/fabric.scss +6 -0
  75. package/SCSS-Themes/image-editor/image-editor/fluent-dark.scss +6 -0
  76. package/SCSS-Themes/image-editor/image-editor/fluent.scss +6 -0
  77. package/SCSS-Themes/image-editor/image-editor/highcontrast.scss +6 -0
  78. package/SCSS-Themes/image-editor/image-editor/material-dark.scss +6 -0
  79. package/SCSS-Themes/image-editor/image-editor/material.scss +6 -0
  80. package/SCSS-Themes/image-editor/image-editor/tailwind-dark.scss +6 -0
  81. package/SCSS-Themes/image-editor/image-editor/tailwind.scss +6 -0
  82. package/SCSS-Themes/inputs/color-picker/bootstrap-dark.scss +14 -0
  83. package/SCSS-Themes/inputs/color-picker/bootstrap.scss +14 -0
  84. package/SCSS-Themes/inputs/color-picker/bootstrap4.scss +14 -0
  85. package/SCSS-Themes/inputs/color-picker/bootstrap5-dark.scss +14 -0
  86. package/SCSS-Themes/inputs/color-picker/bootstrap5.scss +14 -0
  87. package/SCSS-Themes/inputs/color-picker/fabric-dark.scss +14 -0
  88. package/SCSS-Themes/inputs/color-picker/fabric.scss +14 -0
  89. package/SCSS-Themes/inputs/color-picker/fluent-dark.scss +14 -0
  90. package/SCSS-Themes/inputs/color-picker/fluent.scss +14 -0
  91. package/SCSS-Themes/inputs/color-picker/highcontrast.scss +14 -0
  92. package/SCSS-Themes/inputs/color-picker/material-dark.scss +14 -0
  93. package/SCSS-Themes/inputs/color-picker/material.scss +14 -0
  94. package/SCSS-Themes/inputs/color-picker/tailwind-dark.scss +14 -0
  95. package/SCSS-Themes/inputs/color-picker/tailwind.scss +14 -0
  96. package/SCSS-Themes/inputs/input/bootstrap-dark.scss +1 -0
  97. package/SCSS-Themes/inputs/input/bootstrap.scss +1 -0
  98. package/SCSS-Themes/inputs/input/bootstrap4.scss +1 -0
  99. package/SCSS-Themes/inputs/input/bootstrap5-dark.scss +1 -0
  100. package/SCSS-Themes/inputs/input/bootstrap5.scss +1 -0
  101. package/SCSS-Themes/inputs/input/fabric-dark.scss +1 -0
  102. package/SCSS-Themes/inputs/input/fabric.scss +1 -0
  103. package/SCSS-Themes/inputs/input/fluent-dark.scss +1 -0
  104. package/SCSS-Themes/inputs/input/fluent.scss +1 -0
  105. package/SCSS-Themes/inputs/input/highcontrast.scss +1 -0
  106. package/SCSS-Themes/inputs/input/material-dark.scss +1 -0
  107. package/SCSS-Themes/inputs/input/material.scss +1 -0
  108. package/SCSS-Themes/inputs/input/tailwind-dark.scss +1 -0
  109. package/SCSS-Themes/inputs/input/tailwind.scss +1 -0
  110. package/SCSS-Themes/material-dark.scss +95 -47
  111. package/SCSS-Themes/material.scss +95 -47
  112. package/SCSS-Themes/navigations/context-menu/bootstrap-dark.scss +16 -12
  113. package/SCSS-Themes/navigations/context-menu/bootstrap.scss +16 -12
  114. package/SCSS-Themes/navigations/context-menu/bootstrap4.scss +16 -12
  115. package/SCSS-Themes/navigations/context-menu/bootstrap5-dark.scss +16 -12
  116. package/SCSS-Themes/navigations/context-menu/bootstrap5.scss +16 -12
  117. package/SCSS-Themes/navigations/context-menu/fabric-dark.scss +16 -12
  118. package/SCSS-Themes/navigations/context-menu/fabric.scss +16 -12
  119. package/SCSS-Themes/navigations/context-menu/fluent-dark.scss +16 -12
  120. package/SCSS-Themes/navigations/context-menu/fluent.scss +16 -12
  121. package/SCSS-Themes/navigations/context-menu/highcontrast.scss +16 -12
  122. package/SCSS-Themes/navigations/context-menu/material-dark.scss +16 -12
  123. package/SCSS-Themes/navigations/context-menu/material.scss +16 -12
  124. package/SCSS-Themes/navigations/context-menu/tailwind-dark.scss +16 -12
  125. package/SCSS-Themes/navigations/context-menu/tailwind.scss +16 -12
  126. package/SCSS-Themes/navigations/treeview/bootstrap4.scss +1 -1
  127. package/SCSS-Themes/navigations/treeview/bootstrap5-dark.scss +1 -1
  128. package/SCSS-Themes/navigations/treeview/bootstrap5.scss +1 -1
  129. package/SCSS-Themes/pivotview/pivotview/bootstrap-dark.scss +23 -27
  130. package/SCSS-Themes/pivotview/pivotview/bootstrap.scss +23 -27
  131. package/SCSS-Themes/pivotview/pivotview/bootstrap4.scss +23 -27
  132. package/SCSS-Themes/pivotview/pivotview/bootstrap5-dark.scss +23 -27
  133. package/SCSS-Themes/pivotview/pivotview/bootstrap5.scss +23 -27
  134. package/SCSS-Themes/pivotview/pivotview/fabric-dark.scss +23 -27
  135. package/SCSS-Themes/pivotview/pivotview/fabric.scss +23 -27
  136. package/SCSS-Themes/pivotview/pivotview/fluent-dark.scss +23 -27
  137. package/SCSS-Themes/pivotview/pivotview/fluent.scss +23 -27
  138. package/SCSS-Themes/pivotview/pivotview/highcontrast.scss +23 -27
  139. package/SCSS-Themes/pivotview/pivotview/material-dark.scss +23 -27
  140. package/SCSS-Themes/pivotview/pivotview/material.scss +23 -27
  141. package/SCSS-Themes/pivotview/pivotview/tailwind-dark.scss +23 -27
  142. package/SCSS-Themes/pivotview/pivotview/tailwind.scss +23 -27
  143. package/SCSS-Themes/popups/dialog/fluent-dark.scss +1 -1
  144. package/SCSS-Themes/popups/dialog/fluent.scss +1 -1
  145. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap-dark.scss +4 -4
  146. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap.scss +4 -4
  147. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap4.scss +4 -4
  148. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5-dark.scss +4 -4
  149. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5.scss +4 -4
  150. package/SCSS-Themes/richtexteditor/rich-text-editor/fabric-dark.scss +4 -4
  151. package/SCSS-Themes/richtexteditor/rich-text-editor/fabric.scss +4 -4
  152. package/SCSS-Themes/richtexteditor/rich-text-editor/fluent-dark.scss +4 -4
  153. package/SCSS-Themes/richtexteditor/rich-text-editor/fluent.scss +4 -4
  154. package/SCSS-Themes/richtexteditor/rich-text-editor/highcontrast.scss +4 -4
  155. package/SCSS-Themes/richtexteditor/rich-text-editor/material-dark.scss +4 -4
  156. package/SCSS-Themes/richtexteditor/rich-text-editor/material.scss +4 -4
  157. package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind-dark.scss +4 -4
  158. package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind.scss +4 -4
  159. package/SCSS-Themes/schedule/schedule/bootstrap-dark.scss +1 -1
  160. package/SCSS-Themes/schedule/schedule/bootstrap.scss +1 -1
  161. package/SCSS-Themes/schedule/schedule/bootstrap4.scss +1 -1
  162. package/SCSS-Themes/schedule/schedule/bootstrap5-dark.scss +1 -1
  163. package/SCSS-Themes/schedule/schedule/bootstrap5.scss +1 -1
  164. package/SCSS-Themes/schedule/schedule/fabric-dark.scss +1 -1
  165. package/SCSS-Themes/schedule/schedule/fabric.scss +1 -1
  166. package/SCSS-Themes/schedule/schedule/fluent-dark.scss +1 -1
  167. package/SCSS-Themes/schedule/schedule/fluent.scss +1 -1
  168. package/SCSS-Themes/schedule/schedule/highcontrast.scss +1 -1
  169. package/SCSS-Themes/schedule/schedule/material-dark.scss +1 -1
  170. package/SCSS-Themes/schedule/schedule/material.scss +1 -1
  171. package/SCSS-Themes/schedule/schedule/tailwind-dark.scss +1 -1
  172. package/SCSS-Themes/schedule/schedule/tailwind.scss +1 -1
  173. package/SCSS-Themes/splitbuttons/drop-down-button/bootstrap-dark.scss +3 -0
  174. package/SCSS-Themes/splitbuttons/drop-down-button/bootstrap.scss +3 -0
  175. package/SCSS-Themes/splitbuttons/drop-down-button/bootstrap4.scss +3 -0
  176. package/SCSS-Themes/splitbuttons/drop-down-button/bootstrap5-dark.scss +3 -0
  177. package/SCSS-Themes/splitbuttons/drop-down-button/bootstrap5.scss +3 -0
  178. package/SCSS-Themes/splitbuttons/drop-down-button/fabric-dark.scss +3 -0
  179. package/SCSS-Themes/splitbuttons/drop-down-button/fabric.scss +3 -0
  180. package/SCSS-Themes/splitbuttons/drop-down-button/fluent-dark.scss +3 -0
  181. package/SCSS-Themes/splitbuttons/drop-down-button/fluent.scss +3 -0
  182. package/SCSS-Themes/splitbuttons/drop-down-button/highcontrast.scss +3 -0
  183. package/SCSS-Themes/splitbuttons/drop-down-button/material-dark.scss +3 -0
  184. package/SCSS-Themes/splitbuttons/drop-down-button/material.scss +3 -0
  185. package/SCSS-Themes/splitbuttons/drop-down-button/tailwind-dark.scss +3 -0
  186. package/SCSS-Themes/splitbuttons/drop-down-button/tailwind.scss +3 -0
  187. package/SCSS-Themes/tailwind-dark.scss +95 -47
  188. package/SCSS-Themes/tailwind.scss +96 -48
  189. package/package.json +1 -1
@@ -2702,6 +2702,9 @@ $ddl-filter-box-shadow: 0 1.5px 5px -2px $ddl-filter-box-shadow-color !default;
2702
2702
  #{&}.e-ddl.e-popup.e-ddl-device-filter {
2703
2703
  margin: $ddl-filter-margin;
2704
2704
  }
2705
+ #{&}.e-ios {
2706
+ position: fixed;
2707
+ }
2705
2708
  }
2706
2709
 
2707
2710
  .e-ddl.e-control-wrapper .e-ddl-disable-icon {
@@ -6346,6 +6349,7 @@ $input-transition-shadow: border-color .15s ease-in-out, box-shadow .15s ease-in
6346
6349
 
6347
6350
  input.e-input.e-rtl#{$css},
6348
6351
  .e-input-group.e-rtl input.e-input,
6352
+ .e-input-group.e-control-container.e-rtl input.e-control,
6349
6353
  .e-input-group.e-control-wrapper.e-rtl input.e-input,
6350
6354
  .e-float-input.e-rtl input,
6351
6355
  .e-float-input.e-control-wrapper.e-rtl input,
@@ -27199,6 +27203,10 @@ $cbox-border-style: solid !default;
27199
27203
  }
27200
27204
  }
27201
27205
 
27206
+ .e-checkbox-wrapper[readonly] {
27207
+ pointer-events: none;
27208
+ }
27209
+
27202
27210
  .e-small .e-checkbox-wrapper,
27203
27211
  .e-small.e-checkbox-wrapper,
27204
27212
  .e-small .e-css.e-checkbox-wrapper,
@@ -29447,6 +29455,9 @@ $drop-down-btn-menu-icon-disabled-color: $secondary-text-color-disabled !default
29447
29455
 
29448
29456
  .e-caret {
29449
29457
  font-size: $drop-down-btn-caret-icon-font-size;
29458
+ @if $skin-name == 'FluentUI' or $skin-name == 'highcontrast' {
29459
+ margin-top: 0;
29460
+ }
29450
29461
  }
29451
29462
 
29452
29463
  &.e-vertical {
@@ -34443,12 +34454,26 @@ $cpicker-handler-tooltip-color: $white !default;
34443
34454
  & .e-slider-track {
34444
34455
  background: linear-gradient(to left, $cpicker-gradient-0 0, $cpicker-gradient-16 16%, $cpicker-gradient-33 33%, $cpicker-gradient-50 50%, $cpicker-gradient-67 67%, $cpicker-gradient-84 84%, $cpicker-gradient-100 100%);
34445
34456
  }
34457
+
34458
+ & .e-handle {
34459
+ @if $skin-name == 'FluentUI' {
34460
+ top: $cpicker-slider-handle-top !important; /* stylelint-disable-line declaration-no-important */
34461
+ }
34462
+ }
34446
34463
  }
34447
34464
 
34448
34465
  & .e-preview-container {
34449
34466
  margin-left: 0;
34450
34467
  margin-right: $cpicker-preview-margin-left;
34451
34468
  }
34469
+
34470
+ & .e-opacity-slider {
34471
+ & .e-handle-first {
34472
+ @if $skin-name == 'FluentUI' {
34473
+ top: $cpicker-slider-handle-top !important; /* stylelint-disable-line declaration-no-important */
34474
+ }
34475
+ }
34476
+ }
34452
34477
  }
34453
34478
 
34454
34479
  & .e-selected-value {
@@ -35451,22 +35476,26 @@ $cmenu-hover-icon-color: $cmenu-icon-color !default;
35451
35476
 
35452
35477
 
35453
35478
  @mixin focused-icon-color {
35454
- & .e-caret {
35455
- color: $cmenu-caret-color;
35456
- }
35457
-
35458
- & .e-menu-icon {
35459
- color: $cmenu-icon-color;
35479
+ @if $skin-name != 'bootstrap5' {
35480
+ & .e-caret {
35481
+ color: $cmenu-caret-color;
35482
+ }
35483
+
35484
+ & .e-menu-icon {
35485
+ color: $cmenu-icon-color;
35486
+ }
35460
35487
  }
35461
35488
  }
35462
35489
 
35463
35490
  @mixin selected-icon-color {
35464
- & .e-caret {
35465
- color: $cmenu-caret-hover-color;
35466
- }
35467
-
35468
- & .e-menu-icon {
35469
- color: $cmenu-hover-icon-color;
35491
+ @if $skin-name != 'bootstrap5' {
35492
+ & .e-caret {
35493
+ color: $cmenu-caret-hover-color;
35494
+ }
35495
+
35496
+ & .e-menu-icon {
35497
+ color: $cmenu-hover-icon-color;
35498
+ }
35470
35499
  }
35471
35500
  }
35472
35501
 
@@ -57127,6 +57156,7 @@ $ddl-sel-chip-close-mobile-left: 12px !default;
57127
57156
  $ddl-chip-sel-mobile-close-height: 40px !default;
57128
57157
  $ddl-chip-sel-mobile-close-margin: 0 0 0 0 !default;
57129
57158
  $ddl-input-text-indent: 10px !default;
57159
+ $ddl-input-placeholder-padding: 4px 0 4px 12px !default;
57130
57160
  $ddl-rtl-chip-sel-close-left: -12px !default;
57131
57161
  $ddl-popup-active-focus-border-width: 1px !default;
57132
57162
  $ddl-popup-active-focus-shadow-item: none !default;
@@ -57701,8 +57731,8 @@ $ddl-close-icon-hover-color: $icon-color-hover !default;
57701
57731
  height: $ddl-input-height;
57702
57732
  min-height: $ddl-input-height;
57703
57733
  outline: none;
57704
- padding: 0;
57705
- text-indent: $ddl-input-text-indent;
57734
+ padding: $ddl-input-placeholder-padding;
57735
+ text-indent: 0;
57706
57736
  }
57707
57737
 
57708
57738
  .e-multiselect.e-filled .e-multi-select-wrapper input[type = 'text'] {
@@ -71821,6 +71851,8 @@ $grid-reorderarrow-margin-top: -11px !default;
71821
71851
  $grid-reorderdownarrow-margin-top: 1px !default;
71822
71852
  $grid-reorder-arrow-top-margin: -4px !default;
71823
71853
  $grid-reorder-downarrow-top-margin: -5px !default;
71854
+ $grid-reorder-virtualarrow-top-margin: -5px !default;
71855
+ $grid-reorder-virtualdownarrow-top-margin: -5px !default;
71824
71856
  $grid-bigger-toolbar-icon-size: $grid-bigger-icons-font-size !default;
71825
71857
  $grid-reorderarrow-margin-left: -6px !default;
71826
71858
  $grid-column-chooser-cancel-icon-size: $text-sm !default;
@@ -74168,7 +74200,9 @@ $grid-dropitems-count-margin-left: -8px !default;
74168
74200
  }
74169
74201
 
74170
74202
  .e-gridheader .e-headercontent .e-reorderuparrow,
74171
- .e-gridheader .e-headercontent .e-reorderdownarrow {
74203
+ .e-gridheader .e-headercontent .e-reorderdownarrow,
74204
+ .e-gridheader .e-headercontent .e-reorderuparrow-virtual,
74205
+ .e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
74172
74206
  font-size: $grid-reorderarrow-font-size;
74173
74207
  margin-left: $grid-reorderarrow-margin-left;
74174
74208
  margin-top: $grid-reorderarrow-margin-top;
@@ -75513,9 +75547,16 @@ $grid-dropitems-count-margin-left: -8px !default;
75513
75547
  margin-top: $grid-reorder-arrow-top-margin;
75514
75548
  }
75515
75549
 
75550
+ .e-gridheader .e-headercontent .e-reorderuparrow-virtual {
75551
+ margin-top: $grid-reorder-virtualarrow-top-margin;
75552
+ }
75553
+
75516
75554
  .e-gridheader .e-headercontent .e-reorderdownarrow {
75517
75555
  margin-top: $grid-reorder-downarrow-top-margin;
75518
75556
  }
75557
+ .e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
75558
+ margin-top: $grid-reorder-virtualdownarrow-top-margin;
75559
+ }
75519
75560
 
75520
75561
  .e-masked-cell.e-rowcell .e-virtualcell {
75521
75562
  background-color: $grid-maskedcell-virtual-background-color;
@@ -75566,6 +75607,11 @@ $grid-dropitems-count-margin-left: -8px !default;
75566
75607
  .e-cc-contentdiv .e-choosercheck {
75567
75608
  white-space: $grid-filter-checkbox-white-space;
75568
75609
  }
75610
+
75611
+ .e-filterdiv .e-multiselect.e-input-group:not(.e-rtl),
75612
+ .e-fltrtempdiv .e-multiselect.e-input-group:not(.e-rtl){
75613
+ text-align: left;
75614
+ }
75569
75615
  }
75570
75616
  }
75571
75617
  }
@@ -82328,7 +82374,7 @@ $rte-drop-text-mobile-width: 250px !default;
82328
82374
  font-size: $rte-toolbar-big-icon-size;
82329
82375
  }
82330
82376
 
82331
- .e-toolbar-item .e-font-color .e-selected-color.e-icons::before,
82377
+ .e-toolbar-item .e-rte-font-color .e-selected-color.e-icons::before,
82332
82378
  .e-toolbar-item .e-background-color .e-selected-color.e-icons::before {
82333
82379
  top: -20px;
82334
82380
  }
@@ -82572,13 +82618,13 @@ $rte-drop-text-mobile-width: 250px !default;
82572
82618
  padding-right: $rte-drop-btn-action-padding-right;
82573
82619
  }
82574
82620
 
82575
- .e-font-color .e-selected-color.e-icons::before {
82621
+ .e-rte-font-color .e-selected-color.e-icons::before {
82576
82622
  font-size: 12px;
82577
82623
  position: relative;
82578
82624
  top: -18px;
82579
82625
  }
82580
82626
 
82581
- .e-font-color.e-icons::before {
82627
+ .e-rte-font-color.e-icons::before {
82582
82628
  font-size: 13px;
82583
82629
  }
82584
82630
 
@@ -84861,7 +84907,7 @@ $rte-drop-text-mobile-width: 250px !default;
84861
84907
  content: '\e76f';
84862
84908
  }
84863
84909
 
84864
- .e-font-color::before {
84910
+ .e-rte-font-color::before {
84865
84911
  content: '\e79f';
84866
84912
  }
84867
84913
 
@@ -102332,20 +102378,6 @@ $pivotpager-single-size-title-padding: 8px !default;
102332
102378
 
102333
102379
  .e-toolbar-items {
102334
102380
  background: $pivotgrid-grp-bg-color;
102335
-
102336
- .e-toolbar-item {
102337
- .e-tbar-btn.e-btn.e-control {
102338
- @if ($skin-name =='fabric') or ($skin-name =='fabric-dark') or ($skin-name =='material') or ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') or ($skin-name =='bootstrap4') {
102339
- background: $pivotgrid-grp-bg-color;
102340
-
102341
- &:hover {
102342
- @if ($skin-name =='material') or ($skin-name =='material-dark') or ($skin-name =='fabric-dark') or ($skin-name =='bootstrap4') {
102343
- background: $pivotgrid-grp-bg-hover-color;
102344
- }
102345
- }
102346
- }
102347
- }
102348
- }
102349
102381
  }
102350
102382
 
102351
102383
  .e-toolbar-item .e-tbar-btn.e-btn {
@@ -102438,20 +102470,28 @@ $pivotpager-single-size-title-padding: 8px !default;
102438
102470
  @if ($pivotgrid-skin == 'bootstrap4') {
102439
102471
  background-color: $gray-600;
102440
102472
  border-radius: $pivotgrid-default-border-radius;
102441
- }
102473
+ }
102442
102474
 
102443
- .e-menu-icon,
102444
- .e-icons{
102445
- @if ($pivotgrid-skin == 'bootstrap4') {
102446
- color: $white;
102475
+ .e-menu-icon,
102476
+ .e-icons{
102477
+ @if ($pivotgrid-skin == 'bootstrap4') {
102478
+ color: $white;
102479
+ }
102480
+
102481
+ @if ($pivotgrid-skin == 'FluentUI') {
102482
+ color: $pivotgrid-active-color;
102483
+ }
102447
102484
  }
102485
+ }
102448
102486
 
102449
- @if ($pivotgrid-skin == 'FluentUI') {
102450
- color: $pivotgrid-active-color;
102487
+ ul.e-menu {
102488
+ @if ($pivotgrid-skin == 'fabric') or ($pivotgrid-skin == 'fabric-dark') or
102489
+ ($pivotgrid-skin == 'highcontrast') or ($pivotgrid-skin == 'highcontrast-light') {
102490
+ padding-right: 0 !important;
102491
+ padding-left: 0 !important;
102451
102492
  }
102452
102493
  }
102453
102494
  }
102454
- }
102455
102495
 
102456
102496
  .e-tab .e-tab-header .e-toolbar-item.e-active {
102457
102497
  margin-left: 18px !important;
@@ -102944,15 +102984,17 @@ $pivotpager-single-size-title-padding: 8px !default;
102944
102984
  }
102945
102985
 
102946
102986
  .e-toolbar .e-tbar-btn {
102947
- @if ($skin-name == 'tailwind') {
102948
- background-color: transparent;
102949
- }
102987
+ background-color: transparent;
102988
+
102989
+ @if ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') {
102990
+ border: none !important;
102991
+ }
102950
102992
 
102951
102993
  &:hover {
102952
102994
  @if ($skin-name == 'tailwind') {
102953
102995
  background-color: $pivot-toolbar-icon-hover-color;
102954
- }
102955
- }
102996
+ }
102997
+ }
102956
102998
  }
102957
102999
 
102958
103000
 
@@ -107181,7 +107223,7 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-bgr-font-size !default;
107181
107223
  vertical-align: top;
107182
107224
 
107183
107225
  &.e-translate {
107184
- transition: transform .3s ease 0s;
107226
+ transition: transform .1s ease 0s;
107185
107227
  }
107186
107228
  }
107187
107229
 
@@ -112037,6 +112079,12 @@ $image-editor-contextual-toolbar: $content-bg-color-alt2 !default;
112037
112079
  border-top: $image-editor-border;
112038
112080
  }
112039
112081
 
112082
+ & .e-canvas-wrapper {
112083
+ & .e-textarea {
112084
+ line-height: initial !important; /* stylelint-disable-line declaration-no-important */
112085
+ }
112086
+ }
112087
+
112040
112088
  & .e-bottom-toolbar {
112041
112089
  border-top: $image-editor-border;
112042
112090
  }
@@ -161,7 +161,7 @@ $shadow-focus-ring1: 0 0 0 1px rgba($primary, 1) !default;
161
161
  $shadow-focus-ring2: 0 0 0 2px rgba($content-bg-color, .95), 0 0 0 4px rgba($primary, 1) !default;
162
162
 
163
163
  // FontFamily
164
- $font-family: 'Inter';
164
+ $font-family: 'Inter' !default;
165
165
 
166
166
  // Default Font Size
167
167
  $text-xxs: 10px !default;
@@ -2699,6 +2699,9 @@ $ddl-filter-box-shadow: 0 1.5px 5px -2px $ddl-filter-box-shadow-color !default;
2699
2699
  #{&}.e-ddl.e-popup.e-ddl-device-filter {
2700
2700
  margin: $ddl-filter-margin;
2701
2701
  }
2702
+ #{&}.e-ios {
2703
+ position: fixed;
2704
+ }
2702
2705
  }
2703
2706
 
2704
2707
  .e-ddl.e-control-wrapper .e-ddl-disable-icon {
@@ -6343,6 +6346,7 @@ $input-transition-shadow: border-color .15s ease-in-out, box-shadow .15s ease-in
6343
6346
 
6344
6347
  input.e-input.e-rtl#{$css},
6345
6348
  .e-input-group.e-rtl input.e-input,
6349
+ .e-input-group.e-control-container.e-rtl input.e-control,
6346
6350
  .e-input-group.e-control-wrapper.e-rtl input.e-input,
6347
6351
  .e-float-input.e-rtl input,
6348
6352
  .e-float-input.e-control-wrapper.e-rtl input,
@@ -27196,6 +27200,10 @@ $cbox-border-style: solid !default;
27196
27200
  }
27197
27201
  }
27198
27202
 
27203
+ .e-checkbox-wrapper[readonly] {
27204
+ pointer-events: none;
27205
+ }
27206
+
27199
27207
  .e-small .e-checkbox-wrapper,
27200
27208
  .e-small.e-checkbox-wrapper,
27201
27209
  .e-small .e-css.e-checkbox-wrapper,
@@ -29444,6 +29452,9 @@ $drop-down-btn-menu-icon-disabled-color: $secondary-text-color-disabled !default
29444
29452
 
29445
29453
  .e-caret {
29446
29454
  font-size: $drop-down-btn-caret-icon-font-size;
29455
+ @if $skin-name == 'FluentUI' or $skin-name == 'highcontrast' {
29456
+ margin-top: 0;
29457
+ }
29447
29458
  }
29448
29459
 
29449
29460
  &.e-vertical {
@@ -34440,12 +34451,26 @@ $cpicker-handler-tooltip-color: $white !default;
34440
34451
  & .e-slider-track {
34441
34452
  background: linear-gradient(to left, $cpicker-gradient-0 0, $cpicker-gradient-16 16%, $cpicker-gradient-33 33%, $cpicker-gradient-50 50%, $cpicker-gradient-67 67%, $cpicker-gradient-84 84%, $cpicker-gradient-100 100%);
34442
34453
  }
34454
+
34455
+ & .e-handle {
34456
+ @if $skin-name == 'FluentUI' {
34457
+ top: $cpicker-slider-handle-top !important; /* stylelint-disable-line declaration-no-important */
34458
+ }
34459
+ }
34443
34460
  }
34444
34461
 
34445
34462
  & .e-preview-container {
34446
34463
  margin-left: 0;
34447
34464
  margin-right: $cpicker-preview-margin-left;
34448
34465
  }
34466
+
34467
+ & .e-opacity-slider {
34468
+ & .e-handle-first {
34469
+ @if $skin-name == 'FluentUI' {
34470
+ top: $cpicker-slider-handle-top !important; /* stylelint-disable-line declaration-no-important */
34471
+ }
34472
+ }
34473
+ }
34449
34474
  }
34450
34475
 
34451
34476
  & .e-selected-value {
@@ -35448,22 +35473,26 @@ $cmenu-hover-icon-color: $cmenu-icon-color !default;
35448
35473
 
35449
35474
 
35450
35475
  @mixin focused-icon-color {
35451
- & .e-caret {
35452
- color: $cmenu-caret-color;
35453
- }
35454
-
35455
- & .e-menu-icon {
35456
- color: $cmenu-icon-color;
35476
+ @if $skin-name != 'bootstrap5' {
35477
+ & .e-caret {
35478
+ color: $cmenu-caret-color;
35479
+ }
35480
+
35481
+ & .e-menu-icon {
35482
+ color: $cmenu-icon-color;
35483
+ }
35457
35484
  }
35458
35485
  }
35459
35486
 
35460
35487
  @mixin selected-icon-color {
35461
- & .e-caret {
35462
- color: $cmenu-caret-hover-color;
35463
- }
35464
-
35465
- & .e-menu-icon {
35466
- color: $cmenu-hover-icon-color;
35488
+ @if $skin-name != 'bootstrap5' {
35489
+ & .e-caret {
35490
+ color: $cmenu-caret-hover-color;
35491
+ }
35492
+
35493
+ & .e-menu-icon {
35494
+ color: $cmenu-hover-icon-color;
35495
+ }
35467
35496
  }
35468
35497
  }
35469
35498
 
@@ -57124,6 +57153,7 @@ $ddl-sel-chip-close-mobile-left: 12px !default;
57124
57153
  $ddl-chip-sel-mobile-close-height: 40px !default;
57125
57154
  $ddl-chip-sel-mobile-close-margin: 0 0 0 0 !default;
57126
57155
  $ddl-input-text-indent: 10px !default;
57156
+ $ddl-input-placeholder-padding: 4px 0 4px 12px !default;
57127
57157
  $ddl-rtl-chip-sel-close-left: -12px !default;
57128
57158
  $ddl-popup-active-focus-border-width: 1px !default;
57129
57159
  $ddl-popup-active-focus-shadow-item: none !default;
@@ -57698,8 +57728,8 @@ $ddl-close-icon-hover-color: $icon-color-hover !default;
57698
57728
  height: $ddl-input-height;
57699
57729
  min-height: $ddl-input-height;
57700
57730
  outline: none;
57701
- padding: 0;
57702
- text-indent: $ddl-input-text-indent;
57731
+ padding: $ddl-input-placeholder-padding;
57732
+ text-indent: 0;
57703
57733
  }
57704
57734
 
57705
57735
  .e-multiselect.e-filled .e-multi-select-wrapper input[type = 'text'] {
@@ -71818,6 +71848,8 @@ $grid-reorderarrow-margin-top: -11px !default;
71818
71848
  $grid-reorderdownarrow-margin-top: 1px !default;
71819
71849
  $grid-reorder-arrow-top-margin: -4px !default;
71820
71850
  $grid-reorder-downarrow-top-margin: -5px !default;
71851
+ $grid-reorder-virtualarrow-top-margin: -5px !default;
71852
+ $grid-reorder-virtualdownarrow-top-margin: -5px !default;
71821
71853
  $grid-bigger-toolbar-icon-size: $grid-bigger-icons-font-size !default;
71822
71854
  $grid-reorderarrow-margin-left: -6px !default;
71823
71855
  $grid-column-chooser-cancel-icon-size: $text-sm !default;
@@ -74165,7 +74197,9 @@ $grid-dropitems-count-margin-left: -8px !default;
74165
74197
  }
74166
74198
 
74167
74199
  .e-gridheader .e-headercontent .e-reorderuparrow,
74168
- .e-gridheader .e-headercontent .e-reorderdownarrow {
74200
+ .e-gridheader .e-headercontent .e-reorderdownarrow,
74201
+ .e-gridheader .e-headercontent .e-reorderuparrow-virtual,
74202
+ .e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
74169
74203
  font-size: $grid-reorderarrow-font-size;
74170
74204
  margin-left: $grid-reorderarrow-margin-left;
74171
74205
  margin-top: $grid-reorderarrow-margin-top;
@@ -75510,9 +75544,16 @@ $grid-dropitems-count-margin-left: -8px !default;
75510
75544
  margin-top: $grid-reorder-arrow-top-margin;
75511
75545
  }
75512
75546
 
75547
+ .e-gridheader .e-headercontent .e-reorderuparrow-virtual {
75548
+ margin-top: $grid-reorder-virtualarrow-top-margin;
75549
+ }
75550
+
75513
75551
  .e-gridheader .e-headercontent .e-reorderdownarrow {
75514
75552
  margin-top: $grid-reorder-downarrow-top-margin;
75515
75553
  }
75554
+ .e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
75555
+ margin-top: $grid-reorder-virtualdownarrow-top-margin;
75556
+ }
75516
75557
 
75517
75558
  .e-masked-cell.e-rowcell .e-virtualcell {
75518
75559
  background-color: $grid-maskedcell-virtual-background-color;
@@ -75563,6 +75604,11 @@ $grid-dropitems-count-margin-left: -8px !default;
75563
75604
  .e-cc-contentdiv .e-choosercheck {
75564
75605
  white-space: $grid-filter-checkbox-white-space;
75565
75606
  }
75607
+
75608
+ .e-filterdiv .e-multiselect.e-input-group:not(.e-rtl),
75609
+ .e-fltrtempdiv .e-multiselect.e-input-group:not(.e-rtl){
75610
+ text-align: left;
75611
+ }
75566
75612
  }
75567
75613
  }
75568
75614
  }
@@ -82325,7 +82371,7 @@ $rte-drop-text-mobile-width: 250px !default;
82325
82371
  font-size: $rte-toolbar-big-icon-size;
82326
82372
  }
82327
82373
 
82328
- .e-toolbar-item .e-font-color .e-selected-color.e-icons::before,
82374
+ .e-toolbar-item .e-rte-font-color .e-selected-color.e-icons::before,
82329
82375
  .e-toolbar-item .e-background-color .e-selected-color.e-icons::before {
82330
82376
  top: -20px;
82331
82377
  }
@@ -82569,13 +82615,13 @@ $rte-drop-text-mobile-width: 250px !default;
82569
82615
  padding-right: $rte-drop-btn-action-padding-right;
82570
82616
  }
82571
82617
 
82572
- .e-font-color .e-selected-color.e-icons::before {
82618
+ .e-rte-font-color .e-selected-color.e-icons::before {
82573
82619
  font-size: 12px;
82574
82620
  position: relative;
82575
82621
  top: -18px;
82576
82622
  }
82577
82623
 
82578
- .e-font-color.e-icons::before {
82624
+ .e-rte-font-color.e-icons::before {
82579
82625
  font-size: 13px;
82580
82626
  }
82581
82627
 
@@ -84858,7 +84904,7 @@ $rte-drop-text-mobile-width: 250px !default;
84858
84904
  content: '\e76f';
84859
84905
  }
84860
84906
 
84861
- .e-font-color::before {
84907
+ .e-rte-font-color::before {
84862
84908
  content: '\e79f';
84863
84909
  }
84864
84910
 
@@ -102329,20 +102375,6 @@ $pivotpager-single-size-title-padding: 8px !default;
102329
102375
 
102330
102376
  .e-toolbar-items {
102331
102377
  background: $pivotgrid-grp-bg-color;
102332
-
102333
- .e-toolbar-item {
102334
- .e-tbar-btn.e-btn.e-control {
102335
- @if ($skin-name =='fabric') or ($skin-name =='fabric-dark') or ($skin-name =='material') or ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') or ($skin-name =='bootstrap4') {
102336
- background: $pivotgrid-grp-bg-color;
102337
-
102338
- &:hover {
102339
- @if ($skin-name =='material') or ($skin-name =='material-dark') or ($skin-name =='fabric-dark') or ($skin-name =='bootstrap4') {
102340
- background: $pivotgrid-grp-bg-hover-color;
102341
- }
102342
- }
102343
- }
102344
- }
102345
- }
102346
102378
  }
102347
102379
 
102348
102380
  .e-toolbar-item .e-tbar-btn.e-btn {
@@ -102435,20 +102467,28 @@ $pivotpager-single-size-title-padding: 8px !default;
102435
102467
  @if ($pivotgrid-skin == 'bootstrap4') {
102436
102468
  background-color: $gray-600;
102437
102469
  border-radius: $pivotgrid-default-border-radius;
102438
- }
102470
+ }
102439
102471
 
102440
- .e-menu-icon,
102441
- .e-icons{
102442
- @if ($pivotgrid-skin == 'bootstrap4') {
102443
- color: $white;
102472
+ .e-menu-icon,
102473
+ .e-icons{
102474
+ @if ($pivotgrid-skin == 'bootstrap4') {
102475
+ color: $white;
102476
+ }
102477
+
102478
+ @if ($pivotgrid-skin == 'FluentUI') {
102479
+ color: $pivotgrid-active-color;
102480
+ }
102444
102481
  }
102482
+ }
102445
102483
 
102446
- @if ($pivotgrid-skin == 'FluentUI') {
102447
- color: $pivotgrid-active-color;
102484
+ ul.e-menu {
102485
+ @if ($pivotgrid-skin == 'fabric') or ($pivotgrid-skin == 'fabric-dark') or
102486
+ ($pivotgrid-skin == 'highcontrast') or ($pivotgrid-skin == 'highcontrast-light') {
102487
+ padding-right: 0 !important;
102488
+ padding-left: 0 !important;
102448
102489
  }
102449
102490
  }
102450
102491
  }
102451
- }
102452
102492
 
102453
102493
  .e-tab .e-tab-header .e-toolbar-item.e-active {
102454
102494
  margin-left: 18px !important;
@@ -102941,15 +102981,17 @@ $pivotpager-single-size-title-padding: 8px !default;
102941
102981
  }
102942
102982
 
102943
102983
  .e-toolbar .e-tbar-btn {
102944
- @if ($skin-name == 'tailwind') {
102945
- background-color: transparent;
102946
- }
102984
+ background-color: transparent;
102985
+
102986
+ @if ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') {
102987
+ border: none !important;
102988
+ }
102947
102989
 
102948
102990
  &:hover {
102949
102991
  @if ($skin-name == 'tailwind') {
102950
102992
  background-color: $pivot-toolbar-icon-hover-color;
102951
- }
102952
- }
102993
+ }
102994
+ }
102953
102995
  }
102954
102996
 
102955
102997
 
@@ -107178,7 +107220,7 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-bgr-font-size !default;
107178
107220
  vertical-align: top;
107179
107221
 
107180
107222
  &.e-translate {
107181
- transition: transform .3s ease 0s;
107223
+ transition: transform .1s ease 0s;
107182
107224
  }
107183
107225
  }
107184
107226
 
@@ -112034,6 +112076,12 @@ $image-editor-contextual-toolbar: $content-bg-color-alt2 !default;
112034
112076
  border-top: $image-editor-border;
112035
112077
  }
112036
112078
 
112079
+ & .e-canvas-wrapper {
112080
+ & .e-textarea {
112081
+ line-height: initial !important; /* stylelint-disable-line declaration-no-important */
112082
+ }
112083
+ }
112084
+
112037
112085
  & .e-bottom-toolbar {
112038
112086
  border-top: $image-editor-border;
112039
112087
  }
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@syncfusion/blazor-themes","version":"20.4.43","description":"This package contains the individual component wise SCSS files and single SCSS files for Syncfusion Blazor components.","author":"Syncfusion Inc.","license":"SEE LICENSE IN license","keywords":["Blazor","Blazor Themes","Syncfusion","Syncfusion Blazor","Web components","Themes","Individual Themes","Combined Themes","Syncfusion Blazor SCSS"]}
1
+ {"name":"@syncfusion/blazor-themes","version":"20.4.48","description":"This package contains the individual component wise SCSS files and single SCSS files for Syncfusion Blazor components.","author":"Syncfusion Inc.","license":"SEE LICENSE IN license","keywords":["Blazor","Blazor Themes","Syncfusion","Syncfusion Blazor","Web components","Themes","Individual Themes","Combined Themes","Syncfusion Blazor SCSS"]}