@syncfusion/blazor-themes 31.1.19 → 31.1.20

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 (205) hide show
  1. package/Compiled-Themes/bds-dark-lite.css +5 -5
  2. package/Compiled-Themes/bds-dark.css +5 -5
  3. package/Compiled-Themes/bds-lite.css +5 -5
  4. package/Compiled-Themes/bds.css +5 -5
  5. package/Compiled-Themes/bootstrap-dark-lite.css +4 -2
  6. package/Compiled-Themes/bootstrap-dark.css +4 -2
  7. package/Compiled-Themes/bootstrap-lite.css +4 -2
  8. package/Compiled-Themes/bootstrap.css +4 -2
  9. package/Compiled-Themes/bootstrap4-lite.css +11 -8
  10. package/Compiled-Themes/bootstrap4.css +22 -12
  11. package/Compiled-Themes/bootstrap5-dark-lite.css +15 -13
  12. package/Compiled-Themes/bootstrap5-dark.css +31 -20
  13. package/Compiled-Themes/bootstrap5-lite.css +15 -13
  14. package/Compiled-Themes/bootstrap5.3-dark-lite.css +34 -20
  15. package/Compiled-Themes/bootstrap5.3-dark.css +51 -28
  16. package/Compiled-Themes/bootstrap5.3-lite.css +34 -20
  17. package/Compiled-Themes/bootstrap5.3.css +51 -28
  18. package/Compiled-Themes/bootstrap5.css +31 -20
  19. package/Compiled-Themes/fabric-dark-lite.css +4 -2
  20. package/Compiled-Themes/fabric-dark.css +4 -2
  21. package/Compiled-Themes/fabric-lite.css +4 -2
  22. package/Compiled-Themes/fabric.css +4 -2
  23. package/Compiled-Themes/fluent-dark-lite.css +13 -10
  24. package/Compiled-Themes/fluent-dark.css +23 -13
  25. package/Compiled-Themes/fluent-lite.css +13 -10
  26. package/Compiled-Themes/fluent.css +23 -13
  27. package/Compiled-Themes/fluent2-dark-lite.css +7 -5
  28. package/Compiled-Themes/fluent2-dark.css +8 -6
  29. package/Compiled-Themes/fluent2-highcontrast-lite.css +10 -5
  30. package/Compiled-Themes/fluent2-highcontrast.css +11 -6
  31. package/Compiled-Themes/fluent2-lite.css +7 -5
  32. package/Compiled-Themes/fluent2.css +8 -6
  33. package/Compiled-Themes/highcontrast-lite.css +12 -9
  34. package/Compiled-Themes/highcontrast.css +24 -12
  35. package/Compiled-Themes/material-dark-lite.css +17 -12
  36. package/Compiled-Themes/material-dark.css +37 -16
  37. package/Compiled-Themes/material-lite.css +17 -9
  38. package/Compiled-Themes/material.css +34 -12
  39. package/Compiled-Themes/material3-dark-lite.css +5 -6
  40. package/Compiled-Themes/material3-dark.css +6 -6
  41. package/Compiled-Themes/material3-lite.css +5 -6
  42. package/Compiled-Themes/material3.css +6 -6
  43. package/Compiled-Themes/tailwind-dark-lite.css +4 -4
  44. package/Compiled-Themes/tailwind-dark.css +4 -4
  45. package/Compiled-Themes/tailwind-lite.css +4 -4
  46. package/Compiled-Themes/tailwind.css +4 -4
  47. package/Compiled-Themes/tailwind3-dark-lite.css +9 -4
  48. package/Compiled-Themes/tailwind3-dark.css +16 -4
  49. package/Compiled-Themes/tailwind3-lite.css +9 -4
  50. package/Compiled-Themes/tailwind3.css +16 -4
  51. package/SCSS-Themes/bds-dark-lite.scss +85 -24
  52. package/SCSS-Themes/bds-dark.scss +179 -26
  53. package/SCSS-Themes/bds-lite.scss +85 -24
  54. package/SCSS-Themes/bds.scss +179 -26
  55. package/SCSS-Themes/bootstrap-dark-lite.scss +84 -23
  56. package/SCSS-Themes/bootstrap-dark.scss +178 -25
  57. package/SCSS-Themes/bootstrap-lite.scss +84 -23
  58. package/SCSS-Themes/bootstrap.scss +178 -25
  59. package/SCSS-Themes/bootstrap4-lite.scss +91 -30
  60. package/SCSS-Themes/bootstrap4.scss +185 -32
  61. package/SCSS-Themes/bootstrap5-dark-lite.scss +92 -31
  62. package/SCSS-Themes/bootstrap5-dark.scss +186 -33
  63. package/SCSS-Themes/bootstrap5-lite.scss +92 -31
  64. package/SCSS-Themes/bootstrap5.3-dark-lite.scss +100 -39
  65. package/SCSS-Themes/bootstrap5.3-dark.scss +194 -41
  66. package/SCSS-Themes/bootstrap5.3-lite.scss +100 -39
  67. package/SCSS-Themes/bootstrap5.3.scss +194 -41
  68. package/SCSS-Themes/bootstrap5.scss +186 -33
  69. package/SCSS-Themes/fabric-dark-lite.scss +84 -23
  70. package/SCSS-Themes/fabric-dark.scss +178 -25
  71. package/SCSS-Themes/fabric-lite.scss +84 -23
  72. package/SCSS-Themes/fabric.scss +178 -25
  73. package/SCSS-Themes/fluent-dark-lite.scss +90 -29
  74. package/SCSS-Themes/fluent-dark.scss +184 -31
  75. package/SCSS-Themes/fluent-lite.scss +90 -29
  76. package/SCSS-Themes/fluent.scss +184 -31
  77. package/SCSS-Themes/fluent2-dark-lite.scss +87 -26
  78. package/SCSS-Themes/fluent2-dark.scss +181 -28
  79. package/SCSS-Themes/fluent2-highcontrast-lite.scss +87 -26
  80. package/SCSS-Themes/fluent2-highcontrast.scss +181 -28
  81. package/SCSS-Themes/fluent2-lite.scss +87 -26
  82. package/SCSS-Themes/fluent2.scss +181 -28
  83. package/SCSS-Themes/highcontrast-lite.scss +90 -29
  84. package/SCSS-Themes/highcontrast.scss +184 -31
  85. package/SCSS-Themes/material-dark-lite.scss +91 -30
  86. package/SCSS-Themes/material-dark.scss +185 -32
  87. package/SCSS-Themes/material-lite.scss +90 -29
  88. package/SCSS-Themes/material.scss +184 -31
  89. package/SCSS-Themes/material3-dark-lite.scss +86 -25
  90. package/SCSS-Themes/material3-dark.scss +180 -27
  91. package/SCSS-Themes/material3-lite.scss +86 -25
  92. package/SCSS-Themes/material3.scss +180 -27
  93. package/SCSS-Themes/navigations/menu/material3-dark-lite.scss +1 -1
  94. package/SCSS-Themes/navigations/menu/material3-dark.scss +1 -1
  95. package/SCSS-Themes/navigations/menu/material3-lite.scss +1 -1
  96. package/SCSS-Themes/navigations/menu/material3.scss +1 -1
  97. package/SCSS-Themes/navigations/treeview/bds-dark-lite.scss +74 -18
  98. package/SCSS-Themes/navigations/treeview/bds-dark.scss +165 -18
  99. package/SCSS-Themes/navigations/treeview/bds-lite.scss +74 -18
  100. package/SCSS-Themes/navigations/treeview/bds.scss +165 -18
  101. package/SCSS-Themes/navigations/treeview/bootstrap-dark-lite.scss +73 -17
  102. package/SCSS-Themes/navigations/treeview/bootstrap-dark.scss +164 -17
  103. package/SCSS-Themes/navigations/treeview/bootstrap-lite.scss +73 -17
  104. package/SCSS-Themes/navigations/treeview/bootstrap.scss +164 -17
  105. package/SCSS-Themes/navigations/treeview/bootstrap4-lite.scss +80 -24
  106. package/SCSS-Themes/navigations/treeview/bootstrap4.scss +171 -24
  107. package/SCSS-Themes/navigations/treeview/bootstrap5-dark-lite.scss +75 -19
  108. package/SCSS-Themes/navigations/treeview/bootstrap5-dark.scss +166 -19
  109. package/SCSS-Themes/navigations/treeview/bootstrap5-lite.scss +75 -19
  110. package/SCSS-Themes/navigations/treeview/bootstrap5.3-dark-lite.scss +81 -25
  111. package/SCSS-Themes/navigations/treeview/bootstrap5.3-dark.scss +172 -25
  112. package/SCSS-Themes/navigations/treeview/bootstrap5.3-lite.scss +81 -25
  113. package/SCSS-Themes/navigations/treeview/bootstrap5.3.scss +172 -25
  114. package/SCSS-Themes/navigations/treeview/bootstrap5.scss +166 -19
  115. package/SCSS-Themes/navigations/treeview/fabric-dark-lite.scss +73 -17
  116. package/SCSS-Themes/navigations/treeview/fabric-dark.scss +164 -17
  117. package/SCSS-Themes/navigations/treeview/fabric-lite.scss +73 -17
  118. package/SCSS-Themes/navigations/treeview/fabric.scss +164 -17
  119. package/SCSS-Themes/navigations/treeview/fluent-dark-lite.scss +79 -23
  120. package/SCSS-Themes/navigations/treeview/fluent-dark.scss +170 -23
  121. package/SCSS-Themes/navigations/treeview/fluent-lite.scss +79 -23
  122. package/SCSS-Themes/navigations/treeview/fluent.scss +170 -23
  123. package/SCSS-Themes/navigations/treeview/fluent2-dark-lite.scss +73 -17
  124. package/SCSS-Themes/navigations/treeview/fluent2-dark.scss +164 -17
  125. package/SCSS-Themes/navigations/treeview/fluent2-highcontrast-lite.scss +73 -17
  126. package/SCSS-Themes/navigations/treeview/fluent2-highcontrast.scss +164 -17
  127. package/SCSS-Themes/navigations/treeview/fluent2-lite.scss +73 -17
  128. package/SCSS-Themes/navigations/treeview/fluent2.scss +164 -17
  129. package/SCSS-Themes/navigations/treeview/highcontrast-lite.scss +79 -23
  130. package/SCSS-Themes/navigations/treeview/highcontrast.scss +170 -23
  131. package/SCSS-Themes/navigations/treeview/material-dark-lite.scss +80 -24
  132. package/SCSS-Themes/navigations/treeview/material-dark.scss +171 -24
  133. package/SCSS-Themes/navigations/treeview/material-lite.scss +79 -23
  134. package/SCSS-Themes/navigations/treeview/material.scss +170 -23
  135. package/SCSS-Themes/navigations/treeview/material3-dark-lite.scss +73 -17
  136. package/SCSS-Themes/navigations/treeview/material3-dark.scss +164 -17
  137. package/SCSS-Themes/navigations/treeview/material3-lite.scss +73 -17
  138. package/SCSS-Themes/navigations/treeview/material3.scss +164 -17
  139. package/SCSS-Themes/navigations/treeview/tailwind-dark-lite.scss +73 -17
  140. package/SCSS-Themes/navigations/treeview/tailwind-dark.scss +164 -17
  141. package/SCSS-Themes/navigations/treeview/tailwind-lite.scss +73 -17
  142. package/SCSS-Themes/navigations/treeview/tailwind.scss +164 -17
  143. package/SCSS-Themes/navigations/treeview/tailwind3-dark-lite.scss +74 -18
  144. package/SCSS-Themes/navigations/treeview/tailwind3-dark.scss +165 -18
  145. package/SCSS-Themes/navigations/treeview/tailwind3-lite.scss +74 -18
  146. package/SCSS-Themes/navigations/treeview/tailwind3.scss +165 -18
  147. package/SCSS-Themes/notifications/toast/bds-dark-lite.scss +11 -6
  148. package/SCSS-Themes/notifications/toast/bds-dark.scss +14 -8
  149. package/SCSS-Themes/notifications/toast/bds-lite.scss +11 -6
  150. package/SCSS-Themes/notifications/toast/bds.scss +14 -8
  151. package/SCSS-Themes/notifications/toast/bootstrap-dark-lite.scss +11 -6
  152. package/SCSS-Themes/notifications/toast/bootstrap-dark.scss +14 -8
  153. package/SCSS-Themes/notifications/toast/bootstrap-lite.scss +11 -6
  154. package/SCSS-Themes/notifications/toast/bootstrap.scss +14 -8
  155. package/SCSS-Themes/notifications/toast/bootstrap4-lite.scss +11 -6
  156. package/SCSS-Themes/notifications/toast/bootstrap4.scss +14 -8
  157. package/SCSS-Themes/notifications/toast/bootstrap5-dark-lite.scss +17 -12
  158. package/SCSS-Themes/notifications/toast/bootstrap5-dark.scss +20 -14
  159. package/SCSS-Themes/notifications/toast/bootstrap5-lite.scss +17 -12
  160. package/SCSS-Themes/notifications/toast/bootstrap5.3-dark-lite.scss +19 -14
  161. package/SCSS-Themes/notifications/toast/bootstrap5.3-dark.scss +22 -16
  162. package/SCSS-Themes/notifications/toast/bootstrap5.3-lite.scss +19 -14
  163. package/SCSS-Themes/notifications/toast/bootstrap5.3.scss +22 -16
  164. package/SCSS-Themes/notifications/toast/bootstrap5.scss +20 -14
  165. package/SCSS-Themes/notifications/toast/fabric-dark-lite.scss +11 -6
  166. package/SCSS-Themes/notifications/toast/fabric-dark.scss +14 -8
  167. package/SCSS-Themes/notifications/toast/fabric-lite.scss +11 -6
  168. package/SCSS-Themes/notifications/toast/fabric.scss +14 -8
  169. package/SCSS-Themes/notifications/toast/fluent-dark-lite.scss +11 -6
  170. package/SCSS-Themes/notifications/toast/fluent-dark.scss +14 -8
  171. package/SCSS-Themes/notifications/toast/fluent-lite.scss +11 -6
  172. package/SCSS-Themes/notifications/toast/fluent.scss +14 -8
  173. package/SCSS-Themes/notifications/toast/fluent2-dark-lite.scss +14 -9
  174. package/SCSS-Themes/notifications/toast/fluent2-dark.scss +17 -11
  175. package/SCSS-Themes/notifications/toast/fluent2-highcontrast-lite.scss +14 -9
  176. package/SCSS-Themes/notifications/toast/fluent2-highcontrast.scss +17 -11
  177. package/SCSS-Themes/notifications/toast/fluent2-lite.scss +14 -9
  178. package/SCSS-Themes/notifications/toast/fluent2.scss +17 -11
  179. package/SCSS-Themes/notifications/toast/highcontrast-lite.scss +11 -6
  180. package/SCSS-Themes/notifications/toast/highcontrast.scss +14 -8
  181. package/SCSS-Themes/notifications/toast/material-dark-lite.scss +11 -6
  182. package/SCSS-Themes/notifications/toast/material-dark.scss +14 -8
  183. package/SCSS-Themes/notifications/toast/material-lite.scss +11 -6
  184. package/SCSS-Themes/notifications/toast/material.scss +14 -8
  185. package/SCSS-Themes/notifications/toast/material3-dark-lite.scss +12 -7
  186. package/SCSS-Themes/notifications/toast/material3-dark.scss +15 -9
  187. package/SCSS-Themes/notifications/toast/material3-lite.scss +12 -7
  188. package/SCSS-Themes/notifications/toast/material3.scss +15 -9
  189. package/SCSS-Themes/notifications/toast/tailwind-dark-lite.scss +11 -6
  190. package/SCSS-Themes/notifications/toast/tailwind-dark.scss +14 -8
  191. package/SCSS-Themes/notifications/toast/tailwind-lite.scss +11 -6
  192. package/SCSS-Themes/notifications/toast/tailwind.scss +14 -8
  193. package/SCSS-Themes/notifications/toast/tailwind3-dark-lite.scss +11 -6
  194. package/SCSS-Themes/notifications/toast/tailwind3-dark.scss +14 -8
  195. package/SCSS-Themes/notifications/toast/tailwind3-lite.scss +11 -6
  196. package/SCSS-Themes/notifications/toast/tailwind3.scss +14 -8
  197. package/SCSS-Themes/tailwind-dark-lite.scss +84 -23
  198. package/SCSS-Themes/tailwind-dark.scss +178 -25
  199. package/SCSS-Themes/tailwind-lite.scss +84 -23
  200. package/SCSS-Themes/tailwind.scss +178 -25
  201. package/SCSS-Themes/tailwind3-dark-lite.scss +85 -24
  202. package/SCSS-Themes/tailwind3-dark.scss +179 -26
  203. package/SCSS-Themes/tailwind3-lite.scss +85 -24
  204. package/SCSS-Themes/tailwind3.scss +179 -26
  205. package/package.json +1 -1
@@ -60428,7 +60428,7 @@ $treeview-icon-font-size: $text-base !default;
60428
60428
  $treeview-image-font-size: $text-xl !default;
60429
60429
  $treeview-item-height: 40px !default;
60430
60430
  $treeview-text-height: 20px !default;
60431
- $treeview-input-height: 30px !default;
60431
+ $treeview-input-height: 32px !default;
60432
60432
  $treeview-root-ul-padding: 0 0 0 12px !default;
60433
60433
  $treeview-rtl-root-ul-padding: 0 12px 0 0 !default;
60434
60434
  $treeview-child-ul-padding: 0 0 0 20px !default;
@@ -60713,7 +60713,7 @@ $treeview-item-active-check-color: $primary !default;
60713
60713
 
60714
60714
  .e-list-item {
60715
60715
  list-style: none;
60716
- @if $skin-name != 'tailwind3' and $skin-name != 'tailwind' and $skin-name != 'Material3' and $skin-name != 'fluent2' {
60716
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
60717
60717
  padding: 2px 0;
60718
60718
  }
60719
60719
  @if $skin-name == 'fluent2' {
@@ -60721,13 +60721,12 @@ $treeview-item-active-check-color: $primary !default;
60721
60721
  }
60722
60722
 
60723
60723
  .e-ul {
60724
- margin: 2px 0 -2px;
60725
60724
  padding: $treeview-child-ul-padding;
60726
- @if $skin-name == 'tailwind' {
60727
- margin: 2px 0 0;
60725
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
60726
+ margin: 2px 0 -2px;
60728
60727
  }
60729
- @else if $skin-name == 'tailwind3' or $skin-name == 'Material3' {
60730
- margin: 0;
60728
+ @if $skin-name == 'fluent2' {
60729
+ margin-top: 4px;
60731
60730
  }
60732
60731
  }
60733
60732
 
@@ -60764,6 +60763,45 @@ $treeview-item-active-check-color: $primary !default;
60764
60763
  .e-icons.e-icons-spinner::before {
60765
60764
  content: none;
60766
60765
  }
60766
+
60767
+ .e-text-content {
60768
+ .e-list-text {
60769
+ &:has(> .e-input-group) {
60770
+ @if $skin-name == 'material' or $skin-name == 'material-dark' {
60771
+ padding-top: 1px;
60772
+ padding-bottom: 1px;
60773
+ .e-input-group {
60774
+ height: 34px;
60775
+
60776
+ .e-input {
60777
+ line-height: 26px;
60778
+ min-height: 26px;
60779
+ }
60780
+ }
60781
+ }
60782
+ @if $skin-name == 'tailwind3' {
60783
+ padding-top: 4px;
60784
+ padding-bottom: 4px;
60785
+ }
60786
+ @if $skin-name == 'highcontrast' {
60787
+ padding-top: 3px;
60788
+ padding-bottom: 3px;
60789
+ }
60790
+ @if ($skin-name == 'FluentUI') {
60791
+ padding-top: 3px;
60792
+ padding-bottom: 3px;
60793
+ }
60794
+ @if $skin-name == 'bootstrap5.3' {
60795
+ padding-top: 2px;
60796
+ padding-bottom: 2px;
60797
+ }
60798
+ @if $skin-name == 'bootstrap4' {
60799
+ padding-top: 5px;
60800
+ padding-bottom: 5px;
60801
+ }
60802
+ }
60803
+ }
60804
+ }
60767
60805
  }
60768
60806
 
60769
60807
  .e-icons {
@@ -60781,11 +60819,14 @@ $treeview-item-active-check-color: $primary !default;
60781
60819
 
60782
60820
  .e-text-content {
60783
60821
  @include user-select;
60784
- border: 1px solid;
60785
60822
  cursor: pointer;
60786
60823
  margin: 0;
60787
60824
  padding: $treeview-text-wrap-padding;
60788
60825
 
60826
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
60827
+ border: 1px solid;
60828
+ }
60829
+
60789
60830
  @if $skin-name == 'Material3' or $skin-name == 'tailwind3' {
60790
60831
  border: none;
60791
60832
  }
@@ -60871,14 +60912,13 @@ $treeview-item-active-check-color: $primary !default;
60871
60912
 
60872
60913
  .e-input-group {
60873
60914
  height: $treeview-input-height;
60874
- @if ($skin-name == 'FluentUI') {
60875
- margin-top: 3px;
60876
- }
60877
- @else if($skin-name == 'tailwind') {
60878
- margin-bottom: 3px;
60915
+ @if ($skin-name == 'tailwind') {
60916
+ margin-top: 4px;
60917
+ margin-bottom: 4px;
60879
60918
  }
60880
60919
  @else if($skin-name == 'bootstrap5') {
60881
- margin-bottom: 2px;
60920
+ margin-bottom: 3px;
60921
+ margin-top: 3px;
60882
60922
  }
60883
60923
  @else {
60884
60924
  margin-bottom: 0;
@@ -60888,9 +60928,20 @@ $treeview-item-active-check-color: $primary !default;
60888
60928
  @if ($skin-name == 'fluent2') {
60889
60929
  border-color: $treeview-input-border-color;
60890
60930
  }
60891
- @if $skin-name != 'material' {
60892
- .e-input {
60931
+ .e-input {
60932
+ @if $skin-name != 'material' and $skin-name != 'material-dark' {
60893
60933
  height: 28px;
60934
+ padding-top: 6px;
60935
+ padding-bottom: 6px;
60936
+ }
60937
+ @if $skin-name == 'tailwind3' {
60938
+ line-height: 20px;
60939
+ height: 32px;
60940
+ }
60941
+ @if $skin-name == 'bootstrap5.3' {
60942
+ height: 32px;
60943
+ padding-top: 5px;
60944
+ padding-bottom: 5px;
60894
60945
  }
60895
60946
  }
60896
60947
  }
@@ -61482,13 +61533,13 @@ $treeview-item-active-check-color: $primary !default;
61482
61533
  @include bg-border($treeview-item-active-check-bg, $treeview-item-active-check-border-color);
61483
61534
  color: $treeview-item-active-check-color;
61484
61535
  }
61485
- @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
61536
+ @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
61486
61537
  border-color: $content-text-color-selected;
61487
61538
  }
61488
61539
  }
61489
61540
 
61490
61541
  .e-stop {
61491
- @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
61542
+ @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
61492
61543
  border-color: $content-text-color-selected;
61493
61544
  }
61494
61545
  }
@@ -61539,6 +61590,11 @@ $treeview-item-active-check-color: $primary !default;
61539
61590
  }
61540
61591
  }
61541
61592
  }
61593
+ @if ($theme-name == 'fluent2-highcontrast') {
61594
+ .e-checkbox-wrapper .e-frame.e-check {
61595
+ border-color: $content-text-color-hover;
61596
+ }
61597
+ }
61542
61598
  }
61543
61599
 
61544
61600
  .e-sibling {
@@ -61908,6 +61964,30 @@ $treeview-item-active-check-color: $primary !default;
61908
61964
  min-height: $treeview-big-item-height;
61909
61965
  }
61910
61966
 
61967
+ @if $skin-name == 'bootstrap5.3' {
61968
+ padding: $treeview-big-text-padding;
61969
+ }
61970
+
61971
+ @if $skin-name == 'highcontrast' {
61972
+ padding-top: 11px;
61973
+ padding-bottom: 11px;
61974
+ }
61975
+
61976
+ @if $skin-name == 'material' or $skin-name == 'material-dark' {
61977
+ padding-top: 12px;
61978
+ padding-bottom: 12px;
61979
+ }
61980
+
61981
+ @if $skin-name == 'FluentUI' {
61982
+ padding-top: 10px;
61983
+ padding-bottom: 10px;
61984
+ }
61985
+
61986
+ @if $skin-name == 'bootstrap4' {
61987
+ padding-top: 13px;
61988
+ padding-bottom: 13px;
61989
+ }
61990
+
61911
61991
  .e-input-group {
61912
61992
  height: $treeview-big-input-height;
61913
61993
 
@@ -61916,6 +61996,69 @@ $treeview-item-active-check-color: $primary !default;
61916
61996
  height: 36px;
61917
61997
  }
61918
61998
  }
61999
+
62000
+ @if $skin-name =='bootstrap5' {
62001
+ padding-top: 6px;
62002
+ padding-bottom: 6px;
62003
+ margin-top: 2px;
62004
+ margin-bottom: 2px;
62005
+ }
62006
+
62007
+ @if $skin-name == 'highcontrast' or $skin-name == 'material-dark' {
62008
+ line-height: 42px;
62009
+ min-height: 42px;
62010
+ }
62011
+
62012
+ .e-input {
62013
+ @if $skin-name =='tailwind3' {
62014
+ height: 40px;
62015
+ line-height: 24px;
62016
+ padding-top: 8px;
62017
+ padding-bottom: 8px;
62018
+ }
62019
+
62020
+ @if $skin-name =='bootstrap5' {
62021
+ height: 24px;
62022
+ }
62023
+
62024
+ @if $skin-name =='material' or $skin-name == 'material-dark' {
62025
+ line-height: 28px;
62026
+ min-height: 28px;
62027
+ padding-top: 9px;
62028
+ padding-bottom: 5px;
62029
+ }
62030
+
62031
+ @if $skin-name == 'bootstrap5.3' {
62032
+ line-height: 24px;
62033
+ min-height: 24px;
62034
+ padding-top: 7px;
62035
+ padding-bottom: 7px;
62036
+ }
62037
+ }
62038
+ }
62039
+ }
62040
+
62041
+ .e-list-item .e-text-content .e-list-text {
62042
+ &:has(> .e-input-group) {
62043
+ @if $skin-name =='highcontrast' {
62044
+ padding-top: 4px;
62045
+ padding-bottom: 4px;
62046
+ }
62047
+
62048
+ @if $skin-name =='FluentUI' {
62049
+ padding-top: 2px;
62050
+ padding-bottom: 2px;
62051
+ }
62052
+
62053
+ @if $skin-name =='material' or $skin-name == 'material-dark' {
62054
+ padding-top: 3px;
62055
+ padding-bottom: 3px;
62056
+ }
62057
+
62058
+ @if $skin-name == 'bootstrap4' {
62059
+ padding-top: 6px;
62060
+ padding-bottom: 6px;
62061
+ }
61919
62062
  }
61920
62063
  }
61921
62064
 
@@ -62100,6 +62243,10 @@ $treeview-item-active-check-color: $primary !default;
62100
62243
  .e-treeview.e-bigger {
62101
62244
  .e-list-text {
62102
62245
  font-size: $treeview-big-font-size;
62246
+ @if $skin-name == 'Material3' {
62247
+ padding: 12px;
62248
+ }
62249
+
62103
62250
  @if $skin-name == 'bootstrap4' {
62104
62251
  color: $treeview-big-text-color;
62105
62252
  }
@@ -110688,10 +110835,10 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
110688
110835
  &:first-child {
110689
110836
  padding: 0;
110690
110837
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
110691
- padding-bottom: 12px;
110838
+ padding-bottom: 8px;
110692
110839
  padding-left: 12px;
110693
110840
  padding-right: 12px;
110694
- padding-top: 12px;
110841
+ padding-top: 8px;
110695
110842
  }
110696
110843
  }
110697
110844
 
@@ -110759,7 +110906,7 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
110759
110906
  .e-toast-content {
110760
110907
  &:first-child {
110761
110908
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
110762
- padding-left: 48px;
110909
+ padding-left: 44px;
110763
110910
  }
110764
110911
  }
110765
110912
  }
@@ -110806,9 +110953,14 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
110806
110953
  margin-right: $toast-icon-nrml-right-margin;
110807
110954
  width: $toast-icon-nrml-width;
110808
110955
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
110809
- left: 16px;
110810
- margin-left: 13px;
110811
- margin-top: 13px;
110956
+ left: 0;
110957
+ margin-left: 12px;
110958
+ margin-top: 10px;
110959
+ padding-bottom: 6px;
110960
+ position: absolute;
110961
+ }
110962
+ @if $skin-name == 'fluent2' {
110963
+ margin-top: 2px;
110812
110964
  }
110813
110965
  }
110814
110966
 
@@ -111280,8 +111432,9 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
111280
111432
  margin-right: $toast-icon-bgr-right-margin;
111281
111433
  width: $toast-icon-bgr-width;
111282
111434
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
111283
- left: 18px;
111284
- margin-top: 13px;
111435
+ left: 0;
111436
+ margin-top: 14px;
111437
+ margin-left: 12px;
111285
111438
  }
111286
111439
  }
111287
111440
 
@@ -44992,7 +44992,7 @@ $treeview-icon-font-size: $text-base !default;
44992
44992
  $treeview-image-font-size: $text-xl !default;
44993
44993
  $treeview-item-height: 40px !default;
44994
44994
  $treeview-text-height: 20px !default;
44995
- $treeview-input-height: 30px !default;
44995
+ $treeview-input-height: 32px !default;
44996
44996
  $treeview-root-ul-padding: 0 0 0 12px !default;
44997
44997
  $treeview-rtl-root-ul-padding: 0 12px 0 0 !default;
44998
44998
  $treeview-child-ul-padding: 0 0 0 20px !default;
@@ -45277,7 +45277,7 @@ $treeview-item-active-check-color: $primary !default;
45277
45277
 
45278
45278
  .e-list-item {
45279
45279
  list-style: none;
45280
- @if $skin-name != 'tailwind3' and $skin-name != 'tailwind' and $skin-name != 'Material3' and $skin-name != 'fluent2' {
45280
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
45281
45281
  padding: 2px 0;
45282
45282
  }
45283
45283
  @if $skin-name == 'fluent2' {
@@ -45285,13 +45285,12 @@ $treeview-item-active-check-color: $primary !default;
45285
45285
  }
45286
45286
 
45287
45287
  .e-ul {
45288
- margin: 2px 0 -2px;
45289
45288
  padding: $treeview-child-ul-padding;
45290
- @if $skin-name == 'tailwind' {
45291
- margin: 2px 0 0;
45289
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
45290
+ margin: 2px 0 -2px;
45292
45291
  }
45293
- @else if $skin-name == 'tailwind3' or $skin-name == 'Material3' {
45294
- margin: 0;
45292
+ @if $skin-name == 'fluent2' {
45293
+ margin-top: 4px;
45295
45294
  }
45296
45295
  }
45297
45296
 
@@ -45328,6 +45327,45 @@ $treeview-item-active-check-color: $primary !default;
45328
45327
  .e-icons.e-icons-spinner::before {
45329
45328
  content: none;
45330
45329
  }
45330
+
45331
+ .e-text-content {
45332
+ .e-list-text {
45333
+ &:has(> .e-input-group) {
45334
+ @if $skin-name == 'material' or $skin-name == 'material-dark' {
45335
+ padding-top: 1px;
45336
+ padding-bottom: 1px;
45337
+ .e-input-group {
45338
+ height: 34px;
45339
+
45340
+ .e-input {
45341
+ line-height: 26px;
45342
+ min-height: 26px;
45343
+ }
45344
+ }
45345
+ }
45346
+ @if $skin-name == 'tailwind3' {
45347
+ padding-top: 4px;
45348
+ padding-bottom: 4px;
45349
+ }
45350
+ @if $skin-name == 'highcontrast' {
45351
+ padding-top: 3px;
45352
+ padding-bottom: 3px;
45353
+ }
45354
+ @if ($skin-name == 'FluentUI') {
45355
+ padding-top: 3px;
45356
+ padding-bottom: 3px;
45357
+ }
45358
+ @if $skin-name == 'bootstrap5.3' {
45359
+ padding-top: 2px;
45360
+ padding-bottom: 2px;
45361
+ }
45362
+ @if $skin-name == 'bootstrap4' {
45363
+ padding-top: 5px;
45364
+ padding-bottom: 5px;
45365
+ }
45366
+ }
45367
+ }
45368
+ }
45331
45369
  }
45332
45370
 
45333
45371
  .e-icons {
@@ -45345,11 +45383,14 @@ $treeview-item-active-check-color: $primary !default;
45345
45383
 
45346
45384
  .e-text-content {
45347
45385
  @include user-select;
45348
- border: 1px solid;
45349
45386
  cursor: pointer;
45350
45387
  margin: 0;
45351
45388
  padding: $treeview-text-wrap-padding;
45352
45389
 
45390
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
45391
+ border: 1px solid;
45392
+ }
45393
+
45353
45394
  @if $skin-name == 'Material3' or $skin-name == 'tailwind3' {
45354
45395
  border: none;
45355
45396
  }
@@ -45435,14 +45476,13 @@ $treeview-item-active-check-color: $primary !default;
45435
45476
 
45436
45477
  .e-input-group {
45437
45478
  height: $treeview-input-height;
45438
- @if ($skin-name == 'FluentUI') {
45439
- margin-top: 3px;
45440
- }
45441
- @else if($skin-name == 'tailwind') {
45442
- margin-bottom: 3px;
45479
+ @if ($skin-name == 'tailwind') {
45480
+ margin-top: 4px;
45481
+ margin-bottom: 4px;
45443
45482
  }
45444
45483
  @else if($skin-name == 'bootstrap5') {
45445
- margin-bottom: 2px;
45484
+ margin-bottom: 3px;
45485
+ margin-top: 3px;
45446
45486
  }
45447
45487
  @else {
45448
45488
  margin-bottom: 0;
@@ -45452,9 +45492,20 @@ $treeview-item-active-check-color: $primary !default;
45452
45492
  @if ($skin-name == 'fluent2') {
45453
45493
  border-color: $treeview-input-border-color;
45454
45494
  }
45455
- @if $skin-name != 'material' {
45456
- .e-input {
45495
+ .e-input {
45496
+ @if $skin-name != 'material' and $skin-name != 'material-dark' {
45457
45497
  height: 28px;
45498
+ padding-top: 6px;
45499
+ padding-bottom: 6px;
45500
+ }
45501
+ @if $skin-name == 'tailwind3' {
45502
+ line-height: 20px;
45503
+ height: 32px;
45504
+ }
45505
+ @if $skin-name == 'bootstrap5.3' {
45506
+ height: 32px;
45507
+ padding-top: 5px;
45508
+ padding-bottom: 5px;
45458
45509
  }
45459
45510
  }
45460
45511
  }
@@ -46046,13 +46097,13 @@ $treeview-item-active-check-color: $primary !default;
46046
46097
  @include bg-border($treeview-item-active-check-bg, $treeview-item-active-check-border-color);
46047
46098
  color: $treeview-item-active-check-color;
46048
46099
  }
46049
- @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
46100
+ @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
46050
46101
  border-color: $content-text-color-selected;
46051
46102
  }
46052
46103
  }
46053
46104
 
46054
46105
  .e-stop {
46055
- @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
46106
+ @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
46056
46107
  border-color: $content-text-color-selected;
46057
46108
  }
46058
46109
  }
@@ -46103,6 +46154,11 @@ $treeview-item-active-check-color: $primary !default;
46103
46154
  }
46104
46155
  }
46105
46156
  }
46157
+ @if ($theme-name == 'fluent2-highcontrast') {
46158
+ .e-checkbox-wrapper .e-frame.e-check {
46159
+ border-color: $content-text-color-hover;
46160
+ }
46161
+ }
46106
46162
  }
46107
46163
 
46108
46164
  .e-sibling {
@@ -83759,10 +83815,10 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
83759
83815
  &:first-child {
83760
83816
  padding: 0;
83761
83817
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
83762
- padding-bottom: 12px;
83818
+ padding-bottom: 8px;
83763
83819
  padding-left: 12px;
83764
83820
  padding-right: 12px;
83765
- padding-top: 12px;
83821
+ padding-top: 8px;
83766
83822
  }
83767
83823
  }
83768
83824
 
@@ -83830,7 +83886,7 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
83830
83886
  .e-toast-content {
83831
83887
  &:first-child {
83832
83888
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
83833
- padding-left: 48px;
83889
+ padding-left: 44px;
83834
83890
  }
83835
83891
  }
83836
83892
  }
@@ -83877,9 +83933,14 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
83877
83933
  margin-right: $toast-icon-nrml-right-margin;
83878
83934
  width: $toast-icon-nrml-width;
83879
83935
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
83880
- left: 16px;
83881
- margin-left: 13px;
83882
- margin-top: 13px;
83936
+ left: 0;
83937
+ margin-left: 12px;
83938
+ margin-top: 10px;
83939
+ padding-bottom: 6px;
83940
+ position: absolute;
83941
+ }
83942
+ @if $skin-name == 'fluent2' {
83943
+ margin-top: 2px;
83883
83944
  }
83884
83945
  }
83885
83946