@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
@@ -59262,7 +59262,7 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
59262
59262
 
59263
59263
  .e-list-item {
59264
59264
  list-style: none;
59265
- @if $skin-name != 'tailwind3' and $skin-name != 'tailwind' and $skin-name != 'Material3' and $skin-name != 'fluent2' {
59265
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
59266
59266
  padding: 2px 0;
59267
59267
  }
59268
59268
  @if $skin-name == 'fluent2' {
@@ -59270,13 +59270,12 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
59270
59270
  }
59271
59271
 
59272
59272
  .e-ul {
59273
- margin: 2px 0 -2px;
59274
59273
  padding: $treeview-child-ul-padding;
59275
- @if $skin-name == 'tailwind' {
59276
- margin: 2px 0 0;
59274
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
59275
+ margin: 2px 0 -2px;
59277
59276
  }
59278
- @else if $skin-name == 'tailwind3' or $skin-name == 'Material3' {
59279
- margin: 0;
59277
+ @if $skin-name == 'fluent2' {
59278
+ margin-top: 4px;
59280
59279
  }
59281
59280
  }
59282
59281
 
@@ -59313,6 +59312,45 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
59313
59312
  .e-icons.e-icons-spinner::before {
59314
59313
  content: none;
59315
59314
  }
59315
+
59316
+ .e-text-content {
59317
+ .e-list-text {
59318
+ &:has(> .e-input-group) {
59319
+ @if $skin-name == 'material' or $skin-name == 'material-dark' {
59320
+ padding-top: 1px;
59321
+ padding-bottom: 1px;
59322
+ .e-input-group {
59323
+ height: 34px;
59324
+
59325
+ .e-input {
59326
+ line-height: 26px;
59327
+ min-height: 26px;
59328
+ }
59329
+ }
59330
+ }
59331
+ @if $skin-name == 'tailwind3' {
59332
+ padding-top: 4px;
59333
+ padding-bottom: 4px;
59334
+ }
59335
+ @if $skin-name == 'highcontrast' {
59336
+ padding-top: 3px;
59337
+ padding-bottom: 3px;
59338
+ }
59339
+ @if ($skin-name == 'FluentUI') {
59340
+ padding-top: 3px;
59341
+ padding-bottom: 3px;
59342
+ }
59343
+ @if $skin-name == 'bootstrap5.3' {
59344
+ padding-top: 2px;
59345
+ padding-bottom: 2px;
59346
+ }
59347
+ @if $skin-name == 'bootstrap4' {
59348
+ padding-top: 5px;
59349
+ padding-bottom: 5px;
59350
+ }
59351
+ }
59352
+ }
59353
+ }
59316
59354
  }
59317
59355
 
59318
59356
  .e-icons {
@@ -59330,11 +59368,14 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
59330
59368
 
59331
59369
  .e-text-content {
59332
59370
  @include user-select;
59333
- border: 1px solid;
59334
59371
  cursor: pointer;
59335
59372
  margin: 0;
59336
59373
  padding: $treeview-text-wrap-padding;
59337
59374
 
59375
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
59376
+ border: 1px solid;
59377
+ }
59378
+
59338
59379
  @if $skin-name == 'Material3' or $skin-name == 'tailwind3' {
59339
59380
  border: none;
59340
59381
  }
@@ -59420,14 +59461,13 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
59420
59461
 
59421
59462
  .e-input-group {
59422
59463
  height: $treeview-input-height;
59423
- @if ($skin-name == 'FluentUI') {
59424
- margin-top: 3px;
59425
- }
59426
- @else if($skin-name == 'tailwind') {
59427
- margin-bottom: 3px;
59464
+ @if ($skin-name == 'tailwind') {
59465
+ margin-top: 4px;
59466
+ margin-bottom: 4px;
59428
59467
  }
59429
59468
  @else if($skin-name == 'bootstrap5') {
59430
- margin-bottom: 2px;
59469
+ margin-bottom: 3px;
59470
+ margin-top: 3px;
59431
59471
  }
59432
59472
  @else {
59433
59473
  margin-bottom: 0;
@@ -59437,9 +59477,20 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
59437
59477
  @if ($skin-name == 'fluent2') {
59438
59478
  border-color: $treeview-input-border-color;
59439
59479
  }
59440
- @if $skin-name != 'material' {
59441
- .e-input {
59480
+ .e-input {
59481
+ @if $skin-name != 'material' and $skin-name != 'material-dark' {
59442
59482
  height: 28px;
59483
+ padding-top: 6px;
59484
+ padding-bottom: 6px;
59485
+ }
59486
+ @if $skin-name == 'tailwind3' {
59487
+ line-height: 20px;
59488
+ height: 32px;
59489
+ }
59490
+ @if $skin-name == 'bootstrap5.3' {
59491
+ height: 32px;
59492
+ padding-top: 5px;
59493
+ padding-bottom: 5px;
59443
59494
  }
59444
59495
  }
59445
59496
  }
@@ -60031,13 +60082,13 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
60031
60082
  @include bg-border($treeview-item-active-check-bg, $treeview-item-active-check-border-color);
60032
60083
  color: $treeview-item-active-check-color;
60033
60084
  }
60034
- @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
60085
+ @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
60035
60086
  border-color: $content-text-color-selected;
60036
60087
  }
60037
60088
  }
60038
60089
 
60039
60090
  .e-stop {
60040
- @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
60091
+ @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
60041
60092
  border-color: $content-text-color-selected;
60042
60093
  }
60043
60094
  }
@@ -60088,6 +60139,11 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
60088
60139
  }
60089
60140
  }
60090
60141
  }
60142
+ @if ($theme-name == 'fluent2-highcontrast') {
60143
+ .e-checkbox-wrapper .e-frame.e-check {
60144
+ border-color: $content-text-color-hover;
60145
+ }
60146
+ }
60091
60147
  }
60092
60148
 
60093
60149
  .e-sibling {
@@ -60457,6 +60513,30 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
60457
60513
  min-height: $treeview-big-item-height;
60458
60514
  }
60459
60515
 
60516
+ @if $skin-name == 'bootstrap5.3' {
60517
+ padding: $treeview-big-text-padding;
60518
+ }
60519
+
60520
+ @if $skin-name == 'highcontrast' {
60521
+ padding-top: 11px;
60522
+ padding-bottom: 11px;
60523
+ }
60524
+
60525
+ @if $skin-name == 'material' or $skin-name == 'material-dark' {
60526
+ padding-top: 12px;
60527
+ padding-bottom: 12px;
60528
+ }
60529
+
60530
+ @if $skin-name == 'FluentUI' {
60531
+ padding-top: 10px;
60532
+ padding-bottom: 10px;
60533
+ }
60534
+
60535
+ @if $skin-name == 'bootstrap4' {
60536
+ padding-top: 13px;
60537
+ padding-bottom: 13px;
60538
+ }
60539
+
60460
60540
  .e-input-group {
60461
60541
  height: $treeview-big-input-height;
60462
60542
 
@@ -60465,6 +60545,69 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
60465
60545
  height: 36px;
60466
60546
  }
60467
60547
  }
60548
+
60549
+ @if $skin-name =='bootstrap5' {
60550
+ padding-top: 6px;
60551
+ padding-bottom: 6px;
60552
+ margin-top: 2px;
60553
+ margin-bottom: 2px;
60554
+ }
60555
+
60556
+ @if $skin-name == 'highcontrast' or $skin-name == 'material-dark' {
60557
+ line-height: 42px;
60558
+ min-height: 42px;
60559
+ }
60560
+
60561
+ .e-input {
60562
+ @if $skin-name =='tailwind3' {
60563
+ height: 40px;
60564
+ line-height: 24px;
60565
+ padding-top: 8px;
60566
+ padding-bottom: 8px;
60567
+ }
60568
+
60569
+ @if $skin-name =='bootstrap5' {
60570
+ height: 24px;
60571
+ }
60572
+
60573
+ @if $skin-name =='material' or $skin-name == 'material-dark' {
60574
+ line-height: 28px;
60575
+ min-height: 28px;
60576
+ padding-top: 9px;
60577
+ padding-bottom: 5px;
60578
+ }
60579
+
60580
+ @if $skin-name == 'bootstrap5.3' {
60581
+ line-height: 24px;
60582
+ min-height: 24px;
60583
+ padding-top: 7px;
60584
+ padding-bottom: 7px;
60585
+ }
60586
+ }
60587
+ }
60588
+ }
60589
+
60590
+ .e-list-item .e-text-content .e-list-text {
60591
+ &:has(> .e-input-group) {
60592
+ @if $skin-name =='highcontrast' {
60593
+ padding-top: 4px;
60594
+ padding-bottom: 4px;
60595
+ }
60596
+
60597
+ @if $skin-name =='FluentUI' {
60598
+ padding-top: 2px;
60599
+ padding-bottom: 2px;
60600
+ }
60601
+
60602
+ @if $skin-name =='material' or $skin-name == 'material-dark' {
60603
+ padding-top: 3px;
60604
+ padding-bottom: 3px;
60605
+ }
60606
+
60607
+ @if $skin-name == 'bootstrap4' {
60608
+ padding-top: 6px;
60609
+ padding-bottom: 6px;
60610
+ }
60468
60611
  }
60469
60612
  }
60470
60613
 
@@ -60649,6 +60792,10 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
60649
60792
  .e-treeview.e-bigger {
60650
60793
  .e-list-text {
60651
60794
  font-size: $treeview-big-font-size;
60795
+ @if $skin-name == 'Material3' {
60796
+ padding: 12px;
60797
+ }
60798
+
60652
60799
  @if $skin-name == 'bootstrap4' {
60653
60800
  color: $treeview-big-text-color;
60654
60801
  }
@@ -109165,10 +109312,10 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
109165
109312
  &:first-child {
109166
109313
  padding: 0;
109167
109314
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
109168
- padding-bottom: 12px;
109315
+ padding-bottom: 8px;
109169
109316
  padding-left: 12px;
109170
109317
  padding-right: 12px;
109171
- padding-top: 12px;
109318
+ padding-top: 8px;
109172
109319
  }
109173
109320
  }
109174
109321
 
@@ -109236,7 +109383,7 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
109236
109383
  .e-toast-content {
109237
109384
  &:first-child {
109238
109385
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
109239
- padding-left: 48px;
109386
+ padding-left: 44px;
109240
109387
  }
109241
109388
  }
109242
109389
  }
@@ -109283,9 +109430,14 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
109283
109430
  margin-right: $toast-icon-nrml-right-margin;
109284
109431
  width: $toast-icon-nrml-width;
109285
109432
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
109286
- left: 16px;
109287
- margin-left: 13px;
109288
- margin-top: 13px;
109433
+ left: 0;
109434
+ margin-left: 12px;
109435
+ margin-top: 10px;
109436
+ padding-bottom: 6px;
109437
+ position: absolute;
109438
+ }
109439
+ @if $skin-name == 'fluent2' {
109440
+ margin-top: 2px;
109289
109441
  }
109290
109442
  }
109291
109443
 
@@ -109757,8 +109909,9 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
109757
109909
  margin-right: $toast-icon-bgr-right-margin;
109758
109910
  width: $toast-icon-bgr-width;
109759
109911
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
109760
- left: 18px;
109761
- margin-top: 13px;
109912
+ left: 0;
109913
+ margin-top: 14px;
109914
+ margin-left: 12px;
109762
109915
  }
109763
109916
  }
109764
109917
 
@@ -44521,7 +44521,7 @@ $treeview-icon-font-size: $text-base !default;
44521
44521
  $treeview-image-font-size: $text-xl !default;
44522
44522
  $treeview-item-height: 40px !default;
44523
44523
  $treeview-text-height: 20px !default;
44524
- $treeview-input-height: 30px !default;
44524
+ $treeview-input-height: 32px !default;
44525
44525
  $treeview-root-ul-padding: 0 0 0 12px !default;
44526
44526
  $treeview-rtl-root-ul-padding: 0 12px 0 0 !default;
44527
44527
  $treeview-child-ul-padding: 0 0 0 20px !default;
@@ -44806,7 +44806,7 @@ $treeview-item-active-check-color: $primary !default;
44806
44806
 
44807
44807
  .e-list-item {
44808
44808
  list-style: none;
44809
- @if $skin-name != 'tailwind3' and $skin-name != 'tailwind' and $skin-name != 'Material3' and $skin-name != 'fluent2' {
44809
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
44810
44810
  padding: 2px 0;
44811
44811
  }
44812
44812
  @if $skin-name == 'fluent2' {
@@ -44814,13 +44814,12 @@ $treeview-item-active-check-color: $primary !default;
44814
44814
  }
44815
44815
 
44816
44816
  .e-ul {
44817
- margin: 2px 0 -2px;
44818
44817
  padding: $treeview-child-ul-padding;
44819
- @if $skin-name == 'tailwind' {
44820
- margin: 2px 0 0;
44818
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
44819
+ margin: 2px 0 -2px;
44821
44820
  }
44822
- @else if $skin-name == 'tailwind3' or $skin-name == 'Material3' {
44823
- margin: 0;
44821
+ @if $skin-name == 'fluent2' {
44822
+ margin-top: 4px;
44824
44823
  }
44825
44824
  }
44826
44825
 
@@ -44857,6 +44856,45 @@ $treeview-item-active-check-color: $primary !default;
44857
44856
  .e-icons.e-icons-spinner::before {
44858
44857
  content: none;
44859
44858
  }
44859
+
44860
+ .e-text-content {
44861
+ .e-list-text {
44862
+ &:has(> .e-input-group) {
44863
+ @if $skin-name == 'material' or $skin-name == 'material-dark' {
44864
+ padding-top: 1px;
44865
+ padding-bottom: 1px;
44866
+ .e-input-group {
44867
+ height: 34px;
44868
+
44869
+ .e-input {
44870
+ line-height: 26px;
44871
+ min-height: 26px;
44872
+ }
44873
+ }
44874
+ }
44875
+ @if $skin-name == 'tailwind3' {
44876
+ padding-top: 4px;
44877
+ padding-bottom: 4px;
44878
+ }
44879
+ @if $skin-name == 'highcontrast' {
44880
+ padding-top: 3px;
44881
+ padding-bottom: 3px;
44882
+ }
44883
+ @if ($skin-name == 'FluentUI') {
44884
+ padding-top: 3px;
44885
+ padding-bottom: 3px;
44886
+ }
44887
+ @if $skin-name == 'bootstrap5.3' {
44888
+ padding-top: 2px;
44889
+ padding-bottom: 2px;
44890
+ }
44891
+ @if $skin-name == 'bootstrap4' {
44892
+ padding-top: 5px;
44893
+ padding-bottom: 5px;
44894
+ }
44895
+ }
44896
+ }
44897
+ }
44860
44898
  }
44861
44899
 
44862
44900
  .e-icons {
@@ -44874,11 +44912,14 @@ $treeview-item-active-check-color: $primary !default;
44874
44912
 
44875
44913
  .e-text-content {
44876
44914
  @include user-select;
44877
- border: 1px solid;
44878
44915
  cursor: pointer;
44879
44916
  margin: 0;
44880
44917
  padding: $treeview-text-wrap-padding;
44881
44918
 
44919
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
44920
+ border: 1px solid;
44921
+ }
44922
+
44882
44923
  @if $skin-name == 'Material3' or $skin-name == 'tailwind3' {
44883
44924
  border: none;
44884
44925
  }
@@ -44964,14 +45005,13 @@ $treeview-item-active-check-color: $primary !default;
44964
45005
 
44965
45006
  .e-input-group {
44966
45007
  height: $treeview-input-height;
44967
- @if ($skin-name == 'FluentUI') {
44968
- margin-top: 3px;
44969
- }
44970
- @else if($skin-name == 'tailwind') {
44971
- margin-bottom: 3px;
45008
+ @if ($skin-name == 'tailwind') {
45009
+ margin-top: 4px;
45010
+ margin-bottom: 4px;
44972
45011
  }
44973
45012
  @else if($skin-name == 'bootstrap5') {
44974
- margin-bottom: 2px;
45013
+ margin-bottom: 3px;
45014
+ margin-top: 3px;
44975
45015
  }
44976
45016
  @else {
44977
45017
  margin-bottom: 0;
@@ -44981,9 +45021,20 @@ $treeview-item-active-check-color: $primary !default;
44981
45021
  @if ($skin-name == 'fluent2') {
44982
45022
  border-color: $treeview-input-border-color;
44983
45023
  }
44984
- @if $skin-name != 'material' {
44985
- .e-input {
45024
+ .e-input {
45025
+ @if $skin-name != 'material' and $skin-name != 'material-dark' {
44986
45026
  height: 28px;
45027
+ padding-top: 6px;
45028
+ padding-bottom: 6px;
45029
+ }
45030
+ @if $skin-name == 'tailwind3' {
45031
+ line-height: 20px;
45032
+ height: 32px;
45033
+ }
45034
+ @if $skin-name == 'bootstrap5.3' {
45035
+ height: 32px;
45036
+ padding-top: 5px;
45037
+ padding-bottom: 5px;
44987
45038
  }
44988
45039
  }
44989
45040
  }
@@ -45575,13 +45626,13 @@ $treeview-item-active-check-color: $primary !default;
45575
45626
  @include bg-border($treeview-item-active-check-bg, $treeview-item-active-check-border-color);
45576
45627
  color: $treeview-item-active-check-color;
45577
45628
  }
45578
- @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
45629
+ @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
45579
45630
  border-color: $content-text-color-selected;
45580
45631
  }
45581
45632
  }
45582
45633
 
45583
45634
  .e-stop {
45584
- @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
45635
+ @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
45585
45636
  border-color: $content-text-color-selected;
45586
45637
  }
45587
45638
  }
@@ -45632,6 +45683,11 @@ $treeview-item-active-check-color: $primary !default;
45632
45683
  }
45633
45684
  }
45634
45685
  }
45686
+ @if ($theme-name == 'fluent2-highcontrast') {
45687
+ .e-checkbox-wrapper .e-frame.e-check {
45688
+ border-color: $content-text-color-hover;
45689
+ }
45690
+ }
45635
45691
  }
45636
45692
 
45637
45693
  .e-sibling {
@@ -83288,10 +83344,10 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
83288
83344
  &:first-child {
83289
83345
  padding: 0;
83290
83346
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
83291
- padding-bottom: 12px;
83347
+ padding-bottom: 8px;
83292
83348
  padding-left: 12px;
83293
83349
  padding-right: 12px;
83294
- padding-top: 12px;
83350
+ padding-top: 8px;
83295
83351
  }
83296
83352
  }
83297
83353
 
@@ -83359,7 +83415,7 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
83359
83415
  .e-toast-content {
83360
83416
  &:first-child {
83361
83417
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
83362
- padding-left: 48px;
83418
+ padding-left: 44px;
83363
83419
  }
83364
83420
  }
83365
83421
  }
@@ -83406,9 +83462,14 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
83406
83462
  margin-right: $toast-icon-nrml-right-margin;
83407
83463
  width: $toast-icon-nrml-width;
83408
83464
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
83409
- left: 16px;
83410
- margin-left: 13px;
83411
- margin-top: 13px;
83465
+ left: 0;
83466
+ margin-left: 12px;
83467
+ margin-top: 10px;
83468
+ padding-bottom: 6px;
83469
+ position: absolute;
83470
+ }
83471
+ @if $skin-name == 'fluent2' {
83472
+ margin-top: 2px;
83412
83473
  }
83413
83474
  }
83414
83475