@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
@@ -282,7 +282,7 @@ $ripple-width: 32px !default;
282
282
 
283
283
  .e-list-item {
284
284
  list-style: none;
285
- @if $skin-name != 'tailwind3' and $skin-name != 'tailwind' and $skin-name != 'Material3' and $skin-name != 'fluent2' {
285
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
286
286
  padding: 2px 0;
287
287
  }
288
288
  @if $skin-name == 'fluent2' {
@@ -290,13 +290,12 @@ $ripple-width: 32px !default;
290
290
  }
291
291
 
292
292
  .e-ul {
293
- margin: 2px 0 -2px;
294
293
  padding: $treeview-child-ul-padding;
295
- @if $skin-name == 'tailwind' {
296
- margin: 2px 0 0;
294
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
295
+ margin: 2px 0 -2px;
297
296
  }
298
- @else if $skin-name == 'tailwind3' or $skin-name == 'Material3' {
299
- margin: 0;
297
+ @if $skin-name == 'fluent2' {
298
+ margin-top: 4px;
300
299
  }
301
300
  }
302
301
 
@@ -333,6 +332,45 @@ $ripple-width: 32px !default;
333
332
  .e-icons.e-icons-spinner::before {
334
333
  content: none;
335
334
  }
335
+
336
+ .e-text-content {
337
+ .e-list-text {
338
+ &:has(> .e-input-group) {
339
+ @if $skin-name == 'material' or $skin-name == 'material-dark' {
340
+ padding-top: 1px;
341
+ padding-bottom: 1px;
342
+ .e-input-group {
343
+ height: 34px;
344
+
345
+ .e-input {
346
+ line-height: 26px;
347
+ min-height: 26px;
348
+ }
349
+ }
350
+ }
351
+ @if $skin-name == 'tailwind3' {
352
+ padding-top: 4px;
353
+ padding-bottom: 4px;
354
+ }
355
+ @if $skin-name == 'highcontrast' {
356
+ padding-top: 3px;
357
+ padding-bottom: 3px;
358
+ }
359
+ @if ($skin-name == 'FluentUI') {
360
+ padding-top: 3px;
361
+ padding-bottom: 3px;
362
+ }
363
+ @if $skin-name == 'bootstrap5.3' {
364
+ padding-top: 2px;
365
+ padding-bottom: 2px;
366
+ }
367
+ @if $skin-name == 'bootstrap4' {
368
+ padding-top: 5px;
369
+ padding-bottom: 5px;
370
+ }
371
+ }
372
+ }
373
+ }
336
374
  }
337
375
 
338
376
  .e-icons {
@@ -350,11 +388,14 @@ $ripple-width: 32px !default;
350
388
 
351
389
  .e-text-content {
352
390
  @include user-select;
353
- border: 1px solid;
354
391
  cursor: pointer;
355
392
  margin: 0;
356
393
  padding: $treeview-text-wrap-padding;
357
394
 
395
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
396
+ border: 1px solid;
397
+ }
398
+
358
399
  @if $skin-name == 'Material3' or $skin-name == 'tailwind3' {
359
400
  border: none;
360
401
  }
@@ -440,14 +481,13 @@ $ripple-width: 32px !default;
440
481
 
441
482
  .e-input-group {
442
483
  height: $treeview-input-height;
443
- @if ($skin-name == 'FluentUI') {
444
- margin-top: 3px;
445
- }
446
- @else if($skin-name == 'tailwind') {
447
- margin-bottom: 3px;
484
+ @if ($skin-name == 'tailwind') {
485
+ margin-top: 4px;
486
+ margin-bottom: 4px;
448
487
  }
449
488
  @else if($skin-name == 'bootstrap5') {
450
- margin-bottom: 2px;
489
+ margin-bottom: 3px;
490
+ margin-top: 3px;
451
491
  }
452
492
  @else {
453
493
  margin-bottom: 0;
@@ -457,9 +497,20 @@ $ripple-width: 32px !default;
457
497
  @if ($skin-name == 'fluent2') {
458
498
  border-color: $treeview-input-border-color;
459
499
  }
460
- @if $skin-name != 'material' {
461
- .e-input {
500
+ .e-input {
501
+ @if $skin-name != 'material' and $skin-name != 'material-dark' {
462
502
  height: 28px;
503
+ padding-top: 6px;
504
+ padding-bottom: 6px;
505
+ }
506
+ @if $skin-name == 'tailwind3' {
507
+ line-height: 20px;
508
+ height: 32px;
509
+ }
510
+ @if $skin-name == 'bootstrap5.3' {
511
+ height: 32px;
512
+ padding-top: 5px;
513
+ padding-bottom: 5px;
463
514
  }
464
515
  }
465
516
  }
@@ -1051,13 +1102,13 @@ $ripple-width: 32px !default;
1051
1102
  @include bg-border($treeview-item-active-check-bg, $treeview-item-active-check-border-color);
1052
1103
  color: $treeview-item-active-check-color;
1053
1104
  }
1054
- @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
1105
+ @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
1055
1106
  border-color: $content-text-color-selected;
1056
1107
  }
1057
1108
  }
1058
1109
 
1059
1110
  .e-stop {
1060
- @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
1111
+ @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
1061
1112
  border-color: $content-text-color-selected;
1062
1113
  }
1063
1114
  }
@@ -1108,6 +1159,11 @@ $ripple-width: 32px !default;
1108
1159
  }
1109
1160
  }
1110
1161
  }
1162
+ @if ($theme-name == 'fluent2-highcontrast') {
1163
+ .e-checkbox-wrapper .e-frame.e-check {
1164
+ border-color: $content-text-color-hover;
1165
+ }
1166
+ }
1111
1167
  }
1112
1168
 
1113
1169
  .e-sibling {
@@ -282,7 +282,7 @@ $ripple-width: 32px !default;
282
282
 
283
283
  .e-list-item {
284
284
  list-style: none;
285
- @if $skin-name != 'tailwind3' and $skin-name != 'tailwind' and $skin-name != 'Material3' and $skin-name != 'fluent2' {
285
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
286
286
  padding: 2px 0;
287
287
  }
288
288
  @if $skin-name == 'fluent2' {
@@ -290,13 +290,12 @@ $ripple-width: 32px !default;
290
290
  }
291
291
 
292
292
  .e-ul {
293
- margin: 2px 0 -2px;
294
293
  padding: $treeview-child-ul-padding;
295
- @if $skin-name == 'tailwind' {
296
- margin: 2px 0 0;
294
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
295
+ margin: 2px 0 -2px;
297
296
  }
298
- @else if $skin-name == 'tailwind3' or $skin-name == 'Material3' {
299
- margin: 0;
297
+ @if $skin-name == 'fluent2' {
298
+ margin-top: 4px;
300
299
  }
301
300
  }
302
301
 
@@ -333,6 +332,45 @@ $ripple-width: 32px !default;
333
332
  .e-icons.e-icons-spinner::before {
334
333
  content: none;
335
334
  }
335
+
336
+ .e-text-content {
337
+ .e-list-text {
338
+ &:has(> .e-input-group) {
339
+ @if $skin-name == 'material' or $skin-name == 'material-dark' {
340
+ padding-top: 1px;
341
+ padding-bottom: 1px;
342
+ .e-input-group {
343
+ height: 34px;
344
+
345
+ .e-input {
346
+ line-height: 26px;
347
+ min-height: 26px;
348
+ }
349
+ }
350
+ }
351
+ @if $skin-name == 'tailwind3' {
352
+ padding-top: 4px;
353
+ padding-bottom: 4px;
354
+ }
355
+ @if $skin-name == 'highcontrast' {
356
+ padding-top: 3px;
357
+ padding-bottom: 3px;
358
+ }
359
+ @if ($skin-name == 'FluentUI') {
360
+ padding-top: 3px;
361
+ padding-bottom: 3px;
362
+ }
363
+ @if $skin-name == 'bootstrap5.3' {
364
+ padding-top: 2px;
365
+ padding-bottom: 2px;
366
+ }
367
+ @if $skin-name == 'bootstrap4' {
368
+ padding-top: 5px;
369
+ padding-bottom: 5px;
370
+ }
371
+ }
372
+ }
373
+ }
336
374
  }
337
375
 
338
376
  .e-icons {
@@ -350,11 +388,14 @@ $ripple-width: 32px !default;
350
388
 
351
389
  .e-text-content {
352
390
  @include user-select;
353
- border: 1px solid;
354
391
  cursor: pointer;
355
392
  margin: 0;
356
393
  padding: $treeview-text-wrap-padding;
357
394
 
395
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
396
+ border: 1px solid;
397
+ }
398
+
358
399
  @if $skin-name == 'Material3' or $skin-name == 'tailwind3' {
359
400
  border: none;
360
401
  }
@@ -440,14 +481,13 @@ $ripple-width: 32px !default;
440
481
 
441
482
  .e-input-group {
442
483
  height: $treeview-input-height;
443
- @if ($skin-name == 'FluentUI') {
444
- margin-top: 3px;
445
- }
446
- @else if($skin-name == 'tailwind') {
447
- margin-bottom: 3px;
484
+ @if ($skin-name == 'tailwind') {
485
+ margin-top: 4px;
486
+ margin-bottom: 4px;
448
487
  }
449
488
  @else if($skin-name == 'bootstrap5') {
450
- margin-bottom: 2px;
489
+ margin-bottom: 3px;
490
+ margin-top: 3px;
451
491
  }
452
492
  @else {
453
493
  margin-bottom: 0;
@@ -457,9 +497,20 @@ $ripple-width: 32px !default;
457
497
  @if ($skin-name == 'fluent2') {
458
498
  border-color: $treeview-input-border-color;
459
499
  }
460
- @if $skin-name != 'material' {
461
- .e-input {
500
+ .e-input {
501
+ @if $skin-name != 'material' and $skin-name != 'material-dark' {
462
502
  height: 28px;
503
+ padding-top: 6px;
504
+ padding-bottom: 6px;
505
+ }
506
+ @if $skin-name == 'tailwind3' {
507
+ line-height: 20px;
508
+ height: 32px;
509
+ }
510
+ @if $skin-name == 'bootstrap5.3' {
511
+ height: 32px;
512
+ padding-top: 5px;
513
+ padding-bottom: 5px;
463
514
  }
464
515
  }
465
516
  }
@@ -1051,13 +1102,13 @@ $ripple-width: 32px !default;
1051
1102
  @include bg-border($treeview-item-active-check-bg, $treeview-item-active-check-border-color);
1052
1103
  color: $treeview-item-active-check-color;
1053
1104
  }
1054
- @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
1105
+ @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
1055
1106
  border-color: $content-text-color-selected;
1056
1107
  }
1057
1108
  }
1058
1109
 
1059
1110
  .e-stop {
1060
- @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
1111
+ @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
1061
1112
  border-color: $content-text-color-selected;
1062
1113
  }
1063
1114
  }
@@ -1108,6 +1159,11 @@ $ripple-width: 32px !default;
1108
1159
  }
1109
1160
  }
1110
1161
  }
1162
+ @if ($theme-name == 'fluent2-highcontrast') {
1163
+ .e-checkbox-wrapper .e-frame.e-check {
1164
+ border-color: $content-text-color-hover;
1165
+ }
1166
+ }
1111
1167
  }
1112
1168
 
1113
1169
  .e-sibling {
@@ -1473,6 +1529,30 @@ $ripple-width: 32px !default;
1473
1529
  min-height: $treeview-big-item-height;
1474
1530
  }
1475
1531
 
1532
+ @if $skin-name == 'bootstrap5.3' {
1533
+ padding: $treeview-big-text-padding;
1534
+ }
1535
+
1536
+ @if $skin-name == 'highcontrast' {
1537
+ padding-top: 11px;
1538
+ padding-bottom: 11px;
1539
+ }
1540
+
1541
+ @if $skin-name == 'material' or $skin-name == 'material-dark' {
1542
+ padding-top: 12px;
1543
+ padding-bottom: 12px;
1544
+ }
1545
+
1546
+ @if $skin-name == 'FluentUI' {
1547
+ padding-top: 10px;
1548
+ padding-bottom: 10px;
1549
+ }
1550
+
1551
+ @if $skin-name == 'bootstrap4' {
1552
+ padding-top: 13px;
1553
+ padding-bottom: 13px;
1554
+ }
1555
+
1476
1556
  .e-input-group {
1477
1557
  height: $treeview-big-input-height;
1478
1558
 
@@ -1481,6 +1561,69 @@ $ripple-width: 32px !default;
1481
1561
  height: 36px;
1482
1562
  }
1483
1563
  }
1564
+
1565
+ @if $skin-name =='bootstrap5' {
1566
+ padding-top: 6px;
1567
+ padding-bottom: 6px;
1568
+ margin-top: 2px;
1569
+ margin-bottom: 2px;
1570
+ }
1571
+
1572
+ @if $skin-name == 'highcontrast' or $skin-name == 'material-dark' {
1573
+ line-height: 42px;
1574
+ min-height: 42px;
1575
+ }
1576
+
1577
+ .e-input {
1578
+ @if $skin-name =='tailwind3' {
1579
+ height: 40px;
1580
+ line-height: 24px;
1581
+ padding-top: 8px;
1582
+ padding-bottom: 8px;
1583
+ }
1584
+
1585
+ @if $skin-name =='bootstrap5' {
1586
+ height: 24px;
1587
+ }
1588
+
1589
+ @if $skin-name =='material' or $skin-name == 'material-dark' {
1590
+ line-height: 28px;
1591
+ min-height: 28px;
1592
+ padding-top: 9px;
1593
+ padding-bottom: 5px;
1594
+ }
1595
+
1596
+ @if $skin-name == 'bootstrap5.3' {
1597
+ line-height: 24px;
1598
+ min-height: 24px;
1599
+ padding-top: 7px;
1600
+ padding-bottom: 7px;
1601
+ }
1602
+ }
1603
+ }
1604
+ }
1605
+
1606
+ .e-list-item .e-text-content .e-list-text {
1607
+ &:has(> .e-input-group) {
1608
+ @if $skin-name =='highcontrast' {
1609
+ padding-top: 4px;
1610
+ padding-bottom: 4px;
1611
+ }
1612
+
1613
+ @if $skin-name =='FluentUI' {
1614
+ padding-top: 2px;
1615
+ padding-bottom: 2px;
1616
+ }
1617
+
1618
+ @if $skin-name =='material' or $skin-name == 'material-dark' {
1619
+ padding-top: 3px;
1620
+ padding-bottom: 3px;
1621
+ }
1622
+
1623
+ @if $skin-name == 'bootstrap4' {
1624
+ padding-top: 6px;
1625
+ padding-bottom: 6px;
1626
+ }
1484
1627
  }
1485
1628
  }
1486
1629
 
@@ -1665,6 +1808,10 @@ $ripple-width: 32px !default;
1665
1808
  .e-treeview.e-bigger {
1666
1809
  .e-list-text {
1667
1810
  font-size: $treeview-big-font-size;
1811
+ @if $skin-name == 'Material3' {
1812
+ padding: 12px;
1813
+ }
1814
+
1668
1815
  @if $skin-name == 'bootstrap4' {
1669
1816
  color: $treeview-big-text-color;
1670
1817
  }
@@ -49,8 +49,8 @@ $treeview-item-active-check-color: $primary !default;
49
49
  //enddefault
50
50
  //dimensions
51
51
  $treeview-skin-name: 'bootstrap4';
52
- $treeview-item-height: 32px !default;
53
- $treeview-text-height: 30px !default;
52
+ $treeview-item-height: 40px !default;
53
+ $treeview-text-height: 22px !default;
54
54
  $treeview-input-height: 30px !default;
55
55
  $treeview-root-ul-padding: 0 0 0 14px !default;
56
56
  $treeview-rtl-root-ul-padding: 0 14px 0 0 !default;
@@ -66,7 +66,7 @@ $treeview-big-icon-margin: 0 0 0 -24px !default;
66
66
  $treeview-rtl-icon-margin: -0.5px -20px 0 0 !default;
67
67
  $treeview-rtl-drag-margin: 10px -13px -1px 0;
68
68
  $treeview-icon-padding: 6px !default;
69
- $treeview-text-padding: 0 8px 0 6px !default;
69
+ $treeview-text-padding: 9px 8px 9px 6px !default;
70
70
  $treeview-text-margin: 0 !default;
71
71
  $treeview-image-size: 18px !default;
72
72
  $treeview-icon-size: 16px !default;
@@ -91,7 +91,7 @@ $treeview-icon-image-margin: 0 0 0 10px !default;
91
91
  $treeview-rtl-icon-image-margin: 0 10px 0 0 !default;
92
92
  $treeview-check-margin: 0 0 0 5px !default;
93
93
  $treeview-rtl-check-margin: 0 5px 0 0 !default;
94
- $treeview-check-text-padding: 0 8px !default;
94
+ $treeview-check-text-padding: 9px 8px !default;
95
95
  $treeview-check-image-margin: 0 0 0 12px !default;
96
96
  $treeview-rtl-check-image-margin: 5px 12px 0 0 !default;
97
97
  $treeview-drop-count-border-size: 0px !default;
@@ -105,8 +105,8 @@ $treeview-check-icon-img-wrap-width: calc(100% - 83px) !default;
105
105
  $treeview-icon-wrap-width: calc(100% - 29px) !default;
106
106
  $treeview-icon-img-wrap-width: calc(100% - 57px) !default;
107
107
 
108
- $treeview-big-item-height: 40px !default;
109
- $treeview-big-text-height: 36px !default;
108
+ $treeview-big-item-height: 50px !default;
109
+ $treeview-big-text-height: 24px !default;
110
110
  $treeview-big-input-height: 38px !default;
111
111
  $treeview-big-text-padding: 0 12px 0 8px !default;
112
112
  $treeview-big-drag-text-padding: 2px 12px 0 4px !default;
@@ -124,7 +124,7 @@ $treeview-big-rtl-image-margin: 2px 10px 0 0 !default;
124
124
  $treeview-big-icon-image-margin: 0 0 0 10px !default;
125
125
  $treeview-big-rtl-icon-image-margin: 0 10px 0 0 !default;
126
126
  $treeview-big-check-margin: 0 0 0 10px !default;
127
- $treeview-big-check-text-padding: 0 12px !default;
127
+ $treeview-big-check-text-padding: 13px 12px !default;
128
128
  $treeview-big-rtl-check-margin: 0 10px 0 0 !default;
129
129
  $treeview-big-check-image-margin: 0 0 0 16px !default;
130
130
  $treeview-big-rtl-check-image-margin: 4px 16px 2px 0 !default;
@@ -312,7 +312,7 @@ $ripple-width: 32px !default;
312
312
 
313
313
  .e-list-item {
314
314
  list-style: none;
315
- @if $skin-name != 'tailwind3' and $skin-name != 'tailwind' and $skin-name != 'Material3' and $skin-name != 'fluent2' {
315
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
316
316
  padding: 2px 0;
317
317
  }
318
318
  @if $skin-name == 'fluent2' {
@@ -320,13 +320,12 @@ $ripple-width: 32px !default;
320
320
  }
321
321
 
322
322
  .e-ul {
323
- margin: 2px 0 -2px;
324
323
  padding: $treeview-child-ul-padding;
325
- @if $skin-name == 'tailwind' {
326
- margin: 2px 0 0;
324
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
325
+ margin: 2px 0 -2px;
327
326
  }
328
- @else if $skin-name == 'tailwind3' or $skin-name == 'Material3' {
329
- margin: 0;
327
+ @if $skin-name == 'fluent2' {
328
+ margin-top: 4px;
330
329
  }
331
330
  }
332
331
 
@@ -363,6 +362,45 @@ $ripple-width: 32px !default;
363
362
  .e-icons.e-icons-spinner::before {
364
363
  content: none;
365
364
  }
365
+
366
+ .e-text-content {
367
+ .e-list-text {
368
+ &:has(> .e-input-group) {
369
+ @if $skin-name == 'material' or $skin-name == 'material-dark' {
370
+ padding-top: 1px;
371
+ padding-bottom: 1px;
372
+ .e-input-group {
373
+ height: 34px;
374
+
375
+ .e-input {
376
+ line-height: 26px;
377
+ min-height: 26px;
378
+ }
379
+ }
380
+ }
381
+ @if $skin-name == 'tailwind3' {
382
+ padding-top: 4px;
383
+ padding-bottom: 4px;
384
+ }
385
+ @if $skin-name == 'highcontrast' {
386
+ padding-top: 3px;
387
+ padding-bottom: 3px;
388
+ }
389
+ @if ($skin-name == 'FluentUI') {
390
+ padding-top: 3px;
391
+ padding-bottom: 3px;
392
+ }
393
+ @if $skin-name == 'bootstrap5.3' {
394
+ padding-top: 2px;
395
+ padding-bottom: 2px;
396
+ }
397
+ @if $skin-name == 'bootstrap4' {
398
+ padding-top: 5px;
399
+ padding-bottom: 5px;
400
+ }
401
+ }
402
+ }
403
+ }
366
404
  }
367
405
 
368
406
  .e-icons {
@@ -380,11 +418,14 @@ $ripple-width: 32px !default;
380
418
 
381
419
  .e-text-content {
382
420
  @include user-select;
383
- border: 1px solid;
384
421
  cursor: pointer;
385
422
  margin: 0;
386
423
  padding: $treeview-text-wrap-padding;
387
424
 
425
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
426
+ border: 1px solid;
427
+ }
428
+
388
429
  @if $skin-name == 'Material3' or $skin-name == 'tailwind3' {
389
430
  border: none;
390
431
  }
@@ -470,14 +511,13 @@ $ripple-width: 32px !default;
470
511
 
471
512
  .e-input-group {
472
513
  height: $treeview-input-height;
473
- @if ($skin-name == 'FluentUI') {
474
- margin-top: 3px;
475
- }
476
- @else if($skin-name == 'tailwind') {
477
- margin-bottom: 3px;
514
+ @if ($skin-name == 'tailwind') {
515
+ margin-top: 4px;
516
+ margin-bottom: 4px;
478
517
  }
479
518
  @else if($skin-name == 'bootstrap5') {
480
- margin-bottom: 2px;
519
+ margin-bottom: 3px;
520
+ margin-top: 3px;
481
521
  }
482
522
  @else {
483
523
  margin-bottom: 0;
@@ -487,9 +527,20 @@ $ripple-width: 32px !default;
487
527
  @if ($skin-name == 'fluent2') {
488
528
  border-color: $treeview-input-border-color;
489
529
  }
490
- @if $skin-name != 'material' {
491
- .e-input {
530
+ .e-input {
531
+ @if $skin-name != 'material' and $skin-name != 'material-dark' {
492
532
  height: 28px;
533
+ padding-top: 6px;
534
+ padding-bottom: 6px;
535
+ }
536
+ @if $skin-name == 'tailwind3' {
537
+ line-height: 20px;
538
+ height: 32px;
539
+ }
540
+ @if $skin-name == 'bootstrap5.3' {
541
+ height: 32px;
542
+ padding-top: 5px;
543
+ padding-bottom: 5px;
493
544
  }
494
545
  }
495
546
  }
@@ -1081,13 +1132,13 @@ $ripple-width: 32px !default;
1081
1132
  @include bg-border($treeview-item-active-check-bg, $treeview-item-active-check-border-color);
1082
1133
  color: $treeview-item-active-check-color;
1083
1134
  }
1084
- @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
1135
+ @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
1085
1136
  border-color: $content-text-color-selected;
1086
1137
  }
1087
1138
  }
1088
1139
 
1089
1140
  .e-stop {
1090
- @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
1141
+ @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
1091
1142
  border-color: $content-text-color-selected;
1092
1143
  }
1093
1144
  }
@@ -1138,6 +1189,11 @@ $ripple-width: 32px !default;
1138
1189
  }
1139
1190
  }
1140
1191
  }
1192
+ @if ($theme-name == 'fluent2-highcontrast') {
1193
+ .e-checkbox-wrapper .e-frame.e-check {
1194
+ border-color: $content-text-color-hover;
1195
+ }
1196
+ }
1141
1197
  }
1142
1198
 
1143
1199
  .e-sibling {