@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
@@ -59008,7 +59008,7 @@ $ripple-width: 32px !default;
59008
59008
 
59009
59009
  .e-list-item {
59010
59010
  list-style: none;
59011
- @if $skin-name != 'tailwind3' and $skin-name != 'tailwind' and $skin-name != 'Material3' and $skin-name != 'fluent2' {
59011
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
59012
59012
  padding: 2px 0;
59013
59013
  }
59014
59014
  @if $skin-name == 'fluent2' {
@@ -59016,13 +59016,12 @@ $ripple-width: 32px !default;
59016
59016
  }
59017
59017
 
59018
59018
  .e-ul {
59019
- margin: 2px 0 -2px;
59020
59019
  padding: $treeview-child-ul-padding;
59021
- @if $skin-name == 'tailwind' {
59022
- margin: 2px 0 0;
59020
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
59021
+ margin: 2px 0 -2px;
59023
59022
  }
59024
- @else if $skin-name == 'tailwind3' or $skin-name == 'Material3' {
59025
- margin: 0;
59023
+ @if $skin-name == 'fluent2' {
59024
+ margin-top: 4px;
59026
59025
  }
59027
59026
  }
59028
59027
 
@@ -59059,6 +59058,45 @@ $ripple-width: 32px !default;
59059
59058
  .e-icons.e-icons-spinner::before {
59060
59059
  content: none;
59061
59060
  }
59061
+
59062
+ .e-text-content {
59063
+ .e-list-text {
59064
+ &:has(> .e-input-group) {
59065
+ @if $skin-name == 'material' or $skin-name == 'material-dark' {
59066
+ padding-top: 1px;
59067
+ padding-bottom: 1px;
59068
+ .e-input-group {
59069
+ height: 34px;
59070
+
59071
+ .e-input {
59072
+ line-height: 26px;
59073
+ min-height: 26px;
59074
+ }
59075
+ }
59076
+ }
59077
+ @if $skin-name == 'tailwind3' {
59078
+ padding-top: 4px;
59079
+ padding-bottom: 4px;
59080
+ }
59081
+ @if $skin-name == 'highcontrast' {
59082
+ padding-top: 3px;
59083
+ padding-bottom: 3px;
59084
+ }
59085
+ @if ($skin-name == 'FluentUI') {
59086
+ padding-top: 3px;
59087
+ padding-bottom: 3px;
59088
+ }
59089
+ @if $skin-name == 'bootstrap5.3' {
59090
+ padding-top: 2px;
59091
+ padding-bottom: 2px;
59092
+ }
59093
+ @if $skin-name == 'bootstrap4' {
59094
+ padding-top: 5px;
59095
+ padding-bottom: 5px;
59096
+ }
59097
+ }
59098
+ }
59099
+ }
59062
59100
  }
59063
59101
 
59064
59102
  .e-icons {
@@ -59076,11 +59114,14 @@ $ripple-width: 32px !default;
59076
59114
 
59077
59115
  .e-text-content {
59078
59116
  @include user-select;
59079
- border: 1px solid;
59080
59117
  cursor: pointer;
59081
59118
  margin: 0;
59082
59119
  padding: $treeview-text-wrap-padding;
59083
59120
 
59121
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
59122
+ border: 1px solid;
59123
+ }
59124
+
59084
59125
  @if $skin-name == 'Material3' or $skin-name == 'tailwind3' {
59085
59126
  border: none;
59086
59127
  }
@@ -59166,14 +59207,13 @@ $ripple-width: 32px !default;
59166
59207
 
59167
59208
  .e-input-group {
59168
59209
  height: $treeview-input-height;
59169
- @if ($skin-name == 'FluentUI') {
59170
- margin-top: 3px;
59171
- }
59172
- @else if($skin-name == 'tailwind') {
59173
- margin-bottom: 3px;
59210
+ @if ($skin-name == 'tailwind') {
59211
+ margin-top: 4px;
59212
+ margin-bottom: 4px;
59174
59213
  }
59175
59214
  @else if($skin-name == 'bootstrap5') {
59176
- margin-bottom: 2px;
59215
+ margin-bottom: 3px;
59216
+ margin-top: 3px;
59177
59217
  }
59178
59218
  @else {
59179
59219
  margin-bottom: 0;
@@ -59183,9 +59223,20 @@ $ripple-width: 32px !default;
59183
59223
  @if ($skin-name == 'fluent2') {
59184
59224
  border-color: $treeview-input-border-color;
59185
59225
  }
59186
- @if $skin-name != 'material' {
59187
- .e-input {
59226
+ .e-input {
59227
+ @if $skin-name != 'material' and $skin-name != 'material-dark' {
59188
59228
  height: 28px;
59229
+ padding-top: 6px;
59230
+ padding-bottom: 6px;
59231
+ }
59232
+ @if $skin-name == 'tailwind3' {
59233
+ line-height: 20px;
59234
+ height: 32px;
59235
+ }
59236
+ @if $skin-name == 'bootstrap5.3' {
59237
+ height: 32px;
59238
+ padding-top: 5px;
59239
+ padding-bottom: 5px;
59189
59240
  }
59190
59241
  }
59191
59242
  }
@@ -59777,13 +59828,13 @@ $ripple-width: 32px !default;
59777
59828
  @include bg-border($treeview-item-active-check-bg, $treeview-item-active-check-border-color);
59778
59829
  color: $treeview-item-active-check-color;
59779
59830
  }
59780
- @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
59831
+ @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
59781
59832
  border-color: $content-text-color-selected;
59782
59833
  }
59783
59834
  }
59784
59835
 
59785
59836
  .e-stop {
59786
- @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
59837
+ @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
59787
59838
  border-color: $content-text-color-selected;
59788
59839
  }
59789
59840
  }
@@ -59834,6 +59885,11 @@ $ripple-width: 32px !default;
59834
59885
  }
59835
59886
  }
59836
59887
  }
59888
+ @if ($theme-name == 'fluent2-highcontrast') {
59889
+ .e-checkbox-wrapper .e-frame.e-check {
59890
+ border-color: $content-text-color-hover;
59891
+ }
59892
+ }
59837
59893
  }
59838
59894
 
59839
59895
  .e-sibling {
@@ -60199,6 +60255,30 @@ $ripple-width: 32px !default;
60199
60255
  min-height: $treeview-big-item-height;
60200
60256
  }
60201
60257
 
60258
+ @if $skin-name == 'bootstrap5.3' {
60259
+ padding: $treeview-big-text-padding;
60260
+ }
60261
+
60262
+ @if $skin-name == 'highcontrast' {
60263
+ padding-top: 11px;
60264
+ padding-bottom: 11px;
60265
+ }
60266
+
60267
+ @if $skin-name == 'material' or $skin-name == 'material-dark' {
60268
+ padding-top: 12px;
60269
+ padding-bottom: 12px;
60270
+ }
60271
+
60272
+ @if $skin-name == 'FluentUI' {
60273
+ padding-top: 10px;
60274
+ padding-bottom: 10px;
60275
+ }
60276
+
60277
+ @if $skin-name == 'bootstrap4' {
60278
+ padding-top: 13px;
60279
+ padding-bottom: 13px;
60280
+ }
60281
+
60202
60282
  .e-input-group {
60203
60283
  height: $treeview-big-input-height;
60204
60284
 
@@ -60207,6 +60287,69 @@ $ripple-width: 32px !default;
60207
60287
  height: 36px;
60208
60288
  }
60209
60289
  }
60290
+
60291
+ @if $skin-name =='bootstrap5' {
60292
+ padding-top: 6px;
60293
+ padding-bottom: 6px;
60294
+ margin-top: 2px;
60295
+ margin-bottom: 2px;
60296
+ }
60297
+
60298
+ @if $skin-name == 'highcontrast' or $skin-name == 'material-dark' {
60299
+ line-height: 42px;
60300
+ min-height: 42px;
60301
+ }
60302
+
60303
+ .e-input {
60304
+ @if $skin-name =='tailwind3' {
60305
+ height: 40px;
60306
+ line-height: 24px;
60307
+ padding-top: 8px;
60308
+ padding-bottom: 8px;
60309
+ }
60310
+
60311
+ @if $skin-name =='bootstrap5' {
60312
+ height: 24px;
60313
+ }
60314
+
60315
+ @if $skin-name =='material' or $skin-name == 'material-dark' {
60316
+ line-height: 28px;
60317
+ min-height: 28px;
60318
+ padding-top: 9px;
60319
+ padding-bottom: 5px;
60320
+ }
60321
+
60322
+ @if $skin-name == 'bootstrap5.3' {
60323
+ line-height: 24px;
60324
+ min-height: 24px;
60325
+ padding-top: 7px;
60326
+ padding-bottom: 7px;
60327
+ }
60328
+ }
60329
+ }
60330
+ }
60331
+
60332
+ .e-list-item .e-text-content .e-list-text {
60333
+ &:has(> .e-input-group) {
60334
+ @if $skin-name =='highcontrast' {
60335
+ padding-top: 4px;
60336
+ padding-bottom: 4px;
60337
+ }
60338
+
60339
+ @if $skin-name =='FluentUI' {
60340
+ padding-top: 2px;
60341
+ padding-bottom: 2px;
60342
+ }
60343
+
60344
+ @if $skin-name =='material' or $skin-name == 'material-dark' {
60345
+ padding-top: 3px;
60346
+ padding-bottom: 3px;
60347
+ }
60348
+
60349
+ @if $skin-name == 'bootstrap4' {
60350
+ padding-top: 6px;
60351
+ padding-bottom: 6px;
60352
+ }
60210
60353
  }
60211
60354
  }
60212
60355
 
@@ -60391,6 +60534,10 @@ $ripple-width: 32px !default;
60391
60534
  .e-treeview.e-bigger {
60392
60535
  .e-list-text {
60393
60536
  font-size: $treeview-big-font-size;
60537
+ @if $skin-name == 'Material3' {
60538
+ padding: 12px;
60539
+ }
60540
+
60394
60541
  @if $skin-name == 'bootstrap4' {
60395
60542
  color: $treeview-big-text-color;
60396
60543
  }
@@ -108867,10 +109014,10 @@ $toast-close-icon-hover-color: rgba($base-font, .8) !default;
108867
109014
  &:first-child {
108868
109015
  padding: 0;
108869
109016
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
108870
- padding-bottom: 12px;
109017
+ padding-bottom: 8px;
108871
109018
  padding-left: 12px;
108872
109019
  padding-right: 12px;
108873
- padding-top: 12px;
109020
+ padding-top: 8px;
108874
109021
  }
108875
109022
  }
108876
109023
 
@@ -108938,7 +109085,7 @@ $toast-close-icon-hover-color: rgba($base-font, .8) !default;
108938
109085
  .e-toast-content {
108939
109086
  &:first-child {
108940
109087
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
108941
- padding-left: 48px;
109088
+ padding-left: 44px;
108942
109089
  }
108943
109090
  }
108944
109091
  }
@@ -108985,9 +109132,14 @@ $toast-close-icon-hover-color: rgba($base-font, .8) !default;
108985
109132
  margin-right: $toast-icon-nrml-right-margin;
108986
109133
  width: $toast-icon-nrml-width;
108987
109134
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
108988
- left: 16px;
108989
- margin-left: 13px;
108990
- margin-top: 13px;
109135
+ left: 0;
109136
+ margin-left: 12px;
109137
+ margin-top: 10px;
109138
+ padding-bottom: 6px;
109139
+ position: absolute;
109140
+ }
109141
+ @if $skin-name == 'fluent2' {
109142
+ margin-top: 2px;
108991
109143
  }
108992
109144
  }
108993
109145
 
@@ -109459,8 +109611,9 @@ $toast-close-icon-hover-color: rgba($base-font, .8) !default;
109459
109611
  margin-right: $toast-icon-bgr-right-margin;
109460
109612
  width: $toast-icon-bgr-width;
109461
109613
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
109462
- left: 18px;
109463
- margin-top: 13px;
109614
+ left: 0;
109615
+ margin-top: 14px;
109616
+ margin-left: 12px;
109464
109617
  }
109465
109618
  }
109466
109619
 
@@ -42882,8 +42882,8 @@ $treeview-item-active-check-color: $primary !default;
42882
42882
  //enddefault
42883
42883
  //dimensions
42884
42884
  $treeview-skin-name: 'bootstrap4';
42885
- $treeview-item-height: 32px !default;
42886
- $treeview-text-height: 30px !default;
42885
+ $treeview-item-height: 40px !default;
42886
+ $treeview-text-height: 22px !default;
42887
42887
  $treeview-input-height: 30px !default;
42888
42888
  $treeview-root-ul-padding: 0 0 0 14px !default;
42889
42889
  $treeview-rtl-root-ul-padding: 0 14px 0 0 !default;
@@ -42899,7 +42899,7 @@ $treeview-big-icon-margin: 0 0 0 -24px !default;
42899
42899
  $treeview-rtl-icon-margin: -0.5px -20px 0 0 !default;
42900
42900
  $treeview-rtl-drag-margin: 10px -13px -1px 0;
42901
42901
  $treeview-icon-padding: 6px !default;
42902
- $treeview-text-padding: 0 8px 0 6px !default;
42902
+ $treeview-text-padding: 9px 8px 9px 6px !default;
42903
42903
  $treeview-text-margin: 0 !default;
42904
42904
  $treeview-image-size: 18px !default;
42905
42905
  $treeview-icon-size: 16px !default;
@@ -42924,7 +42924,7 @@ $treeview-icon-image-margin: 0 0 0 10px !default;
42924
42924
  $treeview-rtl-icon-image-margin: 0 10px 0 0 !default;
42925
42925
  $treeview-check-margin: 0 0 0 5px !default;
42926
42926
  $treeview-rtl-check-margin: 0 5px 0 0 !default;
42927
- $treeview-check-text-padding: 0 8px !default;
42927
+ $treeview-check-text-padding: 9px 8px !default;
42928
42928
  $treeview-check-image-margin: 0 0 0 12px !default;
42929
42929
  $treeview-rtl-check-image-margin: 5px 12px 0 0 !default;
42930
42930
  $treeview-drop-count-border-size: 0px !default;
@@ -42938,8 +42938,8 @@ $treeview-check-icon-img-wrap-width: calc(100% - 83px) !default;
42938
42938
  $treeview-icon-wrap-width: calc(100% - 29px) !default;
42939
42939
  $treeview-icon-img-wrap-width: calc(100% - 57px) !default;
42940
42940
 
42941
- $treeview-big-item-height: 40px !default;
42942
- $treeview-big-text-height: 36px !default;
42941
+ $treeview-big-item-height: 50px !default;
42942
+ $treeview-big-text-height: 24px !default;
42943
42943
  $treeview-big-input-height: 38px !default;
42944
42944
  $treeview-big-text-padding: 0 12px 0 8px !default;
42945
42945
  $treeview-big-drag-text-padding: 2px 12px 0 4px !default;
@@ -42957,7 +42957,7 @@ $treeview-big-rtl-image-margin: 2px 10px 0 0 !default;
42957
42957
  $treeview-big-icon-image-margin: 0 0 0 10px !default;
42958
42958
  $treeview-big-rtl-icon-image-margin: 0 10px 0 0 !default;
42959
42959
  $treeview-big-check-margin: 0 0 0 10px !default;
42960
- $treeview-big-check-text-padding: 0 12px !default;
42960
+ $treeview-big-check-text-padding: 13px 12px !default;
42961
42961
  $treeview-big-rtl-check-margin: 0 10px 0 0 !default;
42962
42962
  $treeview-big-check-image-margin: 0 0 0 16px !default;
42963
42963
  $treeview-big-rtl-check-image-margin: 4px 16px 2px 0 !default;
@@ -43145,7 +43145,7 @@ $ripple-width: 32px !default;
43145
43145
 
43146
43146
  .e-list-item {
43147
43147
  list-style: none;
43148
- @if $skin-name != 'tailwind3' and $skin-name != 'tailwind' and $skin-name != 'Material3' and $skin-name != 'fluent2' {
43148
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
43149
43149
  padding: 2px 0;
43150
43150
  }
43151
43151
  @if $skin-name == 'fluent2' {
@@ -43153,13 +43153,12 @@ $ripple-width: 32px !default;
43153
43153
  }
43154
43154
 
43155
43155
  .e-ul {
43156
- margin: 2px 0 -2px;
43157
43156
  padding: $treeview-child-ul-padding;
43158
- @if $skin-name == 'tailwind' {
43159
- margin: 2px 0 0;
43157
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
43158
+ margin: 2px 0 -2px;
43160
43159
  }
43161
- @else if $skin-name == 'tailwind3' or $skin-name == 'Material3' {
43162
- margin: 0;
43160
+ @if $skin-name == 'fluent2' {
43161
+ margin-top: 4px;
43163
43162
  }
43164
43163
  }
43165
43164
 
@@ -43196,6 +43195,45 @@ $ripple-width: 32px !default;
43196
43195
  .e-icons.e-icons-spinner::before {
43197
43196
  content: none;
43198
43197
  }
43198
+
43199
+ .e-text-content {
43200
+ .e-list-text {
43201
+ &:has(> .e-input-group) {
43202
+ @if $skin-name == 'material' or $skin-name == 'material-dark' {
43203
+ padding-top: 1px;
43204
+ padding-bottom: 1px;
43205
+ .e-input-group {
43206
+ height: 34px;
43207
+
43208
+ .e-input {
43209
+ line-height: 26px;
43210
+ min-height: 26px;
43211
+ }
43212
+ }
43213
+ }
43214
+ @if $skin-name == 'tailwind3' {
43215
+ padding-top: 4px;
43216
+ padding-bottom: 4px;
43217
+ }
43218
+ @if $skin-name == 'highcontrast' {
43219
+ padding-top: 3px;
43220
+ padding-bottom: 3px;
43221
+ }
43222
+ @if ($skin-name == 'FluentUI') {
43223
+ padding-top: 3px;
43224
+ padding-bottom: 3px;
43225
+ }
43226
+ @if $skin-name == 'bootstrap5.3' {
43227
+ padding-top: 2px;
43228
+ padding-bottom: 2px;
43229
+ }
43230
+ @if $skin-name == 'bootstrap4' {
43231
+ padding-top: 5px;
43232
+ padding-bottom: 5px;
43233
+ }
43234
+ }
43235
+ }
43236
+ }
43199
43237
  }
43200
43238
 
43201
43239
  .e-icons {
@@ -43213,11 +43251,14 @@ $ripple-width: 32px !default;
43213
43251
 
43214
43252
  .e-text-content {
43215
43253
  @include user-select;
43216
- border: 1px solid;
43217
43254
  cursor: pointer;
43218
43255
  margin: 0;
43219
43256
  padding: $treeview-text-wrap-padding;
43220
43257
 
43258
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
43259
+ border: 1px solid;
43260
+ }
43261
+
43221
43262
  @if $skin-name == 'Material3' or $skin-name == 'tailwind3' {
43222
43263
  border: none;
43223
43264
  }
@@ -43303,14 +43344,13 @@ $ripple-width: 32px !default;
43303
43344
 
43304
43345
  .e-input-group {
43305
43346
  height: $treeview-input-height;
43306
- @if ($skin-name == 'FluentUI') {
43307
- margin-top: 3px;
43308
- }
43309
- @else if($skin-name == 'tailwind') {
43310
- margin-bottom: 3px;
43347
+ @if ($skin-name == 'tailwind') {
43348
+ margin-top: 4px;
43349
+ margin-bottom: 4px;
43311
43350
  }
43312
43351
  @else if($skin-name == 'bootstrap5') {
43313
- margin-bottom: 2px;
43352
+ margin-bottom: 3px;
43353
+ margin-top: 3px;
43314
43354
  }
43315
43355
  @else {
43316
43356
  margin-bottom: 0;
@@ -43320,9 +43360,20 @@ $ripple-width: 32px !default;
43320
43360
  @if ($skin-name == 'fluent2') {
43321
43361
  border-color: $treeview-input-border-color;
43322
43362
  }
43323
- @if $skin-name != 'material' {
43324
- .e-input {
43363
+ .e-input {
43364
+ @if $skin-name != 'material' and $skin-name != 'material-dark' {
43325
43365
  height: 28px;
43366
+ padding-top: 6px;
43367
+ padding-bottom: 6px;
43368
+ }
43369
+ @if $skin-name == 'tailwind3' {
43370
+ line-height: 20px;
43371
+ height: 32px;
43372
+ }
43373
+ @if $skin-name == 'bootstrap5.3' {
43374
+ height: 32px;
43375
+ padding-top: 5px;
43376
+ padding-bottom: 5px;
43326
43377
  }
43327
43378
  }
43328
43379
  }
@@ -43914,13 +43965,13 @@ $ripple-width: 32px !default;
43914
43965
  @include bg-border($treeview-item-active-check-bg, $treeview-item-active-check-border-color);
43915
43966
  color: $treeview-item-active-check-color;
43916
43967
  }
43917
- @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
43968
+ @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
43918
43969
  border-color: $content-text-color-selected;
43919
43970
  }
43920
43971
  }
43921
43972
 
43922
43973
  .e-stop {
43923
- @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
43974
+ @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
43924
43975
  border-color: $content-text-color-selected;
43925
43976
  }
43926
43977
  }
@@ -43971,6 +44022,11 @@ $ripple-width: 32px !default;
43971
44022
  }
43972
44023
  }
43973
44024
  }
44025
+ @if ($theme-name == 'fluent2-highcontrast') {
44026
+ .e-checkbox-wrapper .e-frame.e-check {
44027
+ border-color: $content-text-color-hover;
44028
+ }
44029
+ }
43974
44030
  }
43975
44031
 
43976
44032
  .e-sibling {
@@ -81688,10 +81744,10 @@ $toast-close-icon-hover-color: $black !default;
81688
81744
  &:first-child {
81689
81745
  padding: 0;
81690
81746
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
81691
- padding-bottom: 12px;
81747
+ padding-bottom: 8px;
81692
81748
  padding-left: 12px;
81693
81749
  padding-right: 12px;
81694
- padding-top: 12px;
81750
+ padding-top: 8px;
81695
81751
  }
81696
81752
  }
81697
81753
 
@@ -81759,7 +81815,7 @@ $toast-close-icon-hover-color: $black !default;
81759
81815
  .e-toast-content {
81760
81816
  &:first-child {
81761
81817
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
81762
- padding-left: 48px;
81818
+ padding-left: 44px;
81763
81819
  }
81764
81820
  }
81765
81821
  }
@@ -81806,9 +81862,14 @@ $toast-close-icon-hover-color: $black !default;
81806
81862
  margin-right: $toast-icon-nrml-right-margin;
81807
81863
  width: $toast-icon-nrml-width;
81808
81864
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
81809
- left: 16px;
81810
- margin-left: 13px;
81811
- margin-top: 13px;
81865
+ left: 0;
81866
+ margin-left: 12px;
81867
+ margin-top: 10px;
81868
+ padding-bottom: 6px;
81869
+ position: absolute;
81870
+ }
81871
+ @if $skin-name == 'fluent2' {
81872
+ margin-top: 2px;
81812
81873
  }
81813
81874
  }
81814
81875