@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
@@ -59264,7 +59264,7 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
59264
59264
 
59265
59265
  .e-list-item {
59266
59266
  list-style: none;
59267
- @if $skin-name != 'tailwind3' and $skin-name != 'tailwind' and $skin-name != 'Material3' and $skin-name != 'fluent2' {
59267
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
59268
59268
  padding: 2px 0;
59269
59269
  }
59270
59270
  @if $skin-name == 'fluent2' {
@@ -59272,13 +59272,12 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
59272
59272
  }
59273
59273
 
59274
59274
  .e-ul {
59275
- margin: 2px 0 -2px;
59276
59275
  padding: $treeview-child-ul-padding;
59277
- @if $skin-name == 'tailwind' {
59278
- margin: 2px 0 0;
59276
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
59277
+ margin: 2px 0 -2px;
59279
59278
  }
59280
- @else if $skin-name == 'tailwind3' or $skin-name == 'Material3' {
59281
- margin: 0;
59279
+ @if $skin-name == 'fluent2' {
59280
+ margin-top: 4px;
59282
59281
  }
59283
59282
  }
59284
59283
 
@@ -59315,6 +59314,45 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
59315
59314
  .e-icons.e-icons-spinner::before {
59316
59315
  content: none;
59317
59316
  }
59317
+
59318
+ .e-text-content {
59319
+ .e-list-text {
59320
+ &:has(> .e-input-group) {
59321
+ @if $skin-name == 'material' or $skin-name == 'material-dark' {
59322
+ padding-top: 1px;
59323
+ padding-bottom: 1px;
59324
+ .e-input-group {
59325
+ height: 34px;
59326
+
59327
+ .e-input {
59328
+ line-height: 26px;
59329
+ min-height: 26px;
59330
+ }
59331
+ }
59332
+ }
59333
+ @if $skin-name == 'tailwind3' {
59334
+ padding-top: 4px;
59335
+ padding-bottom: 4px;
59336
+ }
59337
+ @if $skin-name == 'highcontrast' {
59338
+ padding-top: 3px;
59339
+ padding-bottom: 3px;
59340
+ }
59341
+ @if ($skin-name == 'FluentUI') {
59342
+ padding-top: 3px;
59343
+ padding-bottom: 3px;
59344
+ }
59345
+ @if $skin-name == 'bootstrap5.3' {
59346
+ padding-top: 2px;
59347
+ padding-bottom: 2px;
59348
+ }
59349
+ @if $skin-name == 'bootstrap4' {
59350
+ padding-top: 5px;
59351
+ padding-bottom: 5px;
59352
+ }
59353
+ }
59354
+ }
59355
+ }
59318
59356
  }
59319
59357
 
59320
59358
  .e-icons {
@@ -59332,11 +59370,14 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
59332
59370
 
59333
59371
  .e-text-content {
59334
59372
  @include user-select;
59335
- border: 1px solid;
59336
59373
  cursor: pointer;
59337
59374
  margin: 0;
59338
59375
  padding: $treeview-text-wrap-padding;
59339
59376
 
59377
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
59378
+ border: 1px solid;
59379
+ }
59380
+
59340
59381
  @if $skin-name == 'Material3' or $skin-name == 'tailwind3' {
59341
59382
  border: none;
59342
59383
  }
@@ -59422,14 +59463,13 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
59422
59463
 
59423
59464
  .e-input-group {
59424
59465
  height: $treeview-input-height;
59425
- @if ($skin-name == 'FluentUI') {
59426
- margin-top: 3px;
59427
- }
59428
- @else if($skin-name == 'tailwind') {
59429
- margin-bottom: 3px;
59466
+ @if ($skin-name == 'tailwind') {
59467
+ margin-top: 4px;
59468
+ margin-bottom: 4px;
59430
59469
  }
59431
59470
  @else if($skin-name == 'bootstrap5') {
59432
- margin-bottom: 2px;
59471
+ margin-bottom: 3px;
59472
+ margin-top: 3px;
59433
59473
  }
59434
59474
  @else {
59435
59475
  margin-bottom: 0;
@@ -59439,9 +59479,20 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
59439
59479
  @if ($skin-name == 'fluent2') {
59440
59480
  border-color: $treeview-input-border-color;
59441
59481
  }
59442
- @if $skin-name != 'material' {
59443
- .e-input {
59482
+ .e-input {
59483
+ @if $skin-name != 'material' and $skin-name != 'material-dark' {
59444
59484
  height: 28px;
59485
+ padding-top: 6px;
59486
+ padding-bottom: 6px;
59487
+ }
59488
+ @if $skin-name == 'tailwind3' {
59489
+ line-height: 20px;
59490
+ height: 32px;
59491
+ }
59492
+ @if $skin-name == 'bootstrap5.3' {
59493
+ height: 32px;
59494
+ padding-top: 5px;
59495
+ padding-bottom: 5px;
59445
59496
  }
59446
59497
  }
59447
59498
  }
@@ -60033,13 +60084,13 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
60033
60084
  @include bg-border($treeview-item-active-check-bg, $treeview-item-active-check-border-color);
60034
60085
  color: $treeview-item-active-check-color;
60035
60086
  }
60036
- @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
60087
+ @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
60037
60088
  border-color: $content-text-color-selected;
60038
60089
  }
60039
60090
  }
60040
60091
 
60041
60092
  .e-stop {
60042
- @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
60093
+ @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
60043
60094
  border-color: $content-text-color-selected;
60044
60095
  }
60045
60096
  }
@@ -60090,6 +60141,11 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
60090
60141
  }
60091
60142
  }
60092
60143
  }
60144
+ @if ($theme-name == 'fluent2-highcontrast') {
60145
+ .e-checkbox-wrapper .e-frame.e-check {
60146
+ border-color: $content-text-color-hover;
60147
+ }
60148
+ }
60093
60149
  }
60094
60150
 
60095
60151
  .e-sibling {
@@ -60459,6 +60515,30 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
60459
60515
  min-height: $treeview-big-item-height;
60460
60516
  }
60461
60517
 
60518
+ @if $skin-name == 'bootstrap5.3' {
60519
+ padding: $treeview-big-text-padding;
60520
+ }
60521
+
60522
+ @if $skin-name == 'highcontrast' {
60523
+ padding-top: 11px;
60524
+ padding-bottom: 11px;
60525
+ }
60526
+
60527
+ @if $skin-name == 'material' or $skin-name == 'material-dark' {
60528
+ padding-top: 12px;
60529
+ padding-bottom: 12px;
60530
+ }
60531
+
60532
+ @if $skin-name == 'FluentUI' {
60533
+ padding-top: 10px;
60534
+ padding-bottom: 10px;
60535
+ }
60536
+
60537
+ @if $skin-name == 'bootstrap4' {
60538
+ padding-top: 13px;
60539
+ padding-bottom: 13px;
60540
+ }
60541
+
60462
60542
  .e-input-group {
60463
60543
  height: $treeview-big-input-height;
60464
60544
 
@@ -60467,6 +60547,69 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
60467
60547
  height: 36px;
60468
60548
  }
60469
60549
  }
60550
+
60551
+ @if $skin-name =='bootstrap5' {
60552
+ padding-top: 6px;
60553
+ padding-bottom: 6px;
60554
+ margin-top: 2px;
60555
+ margin-bottom: 2px;
60556
+ }
60557
+
60558
+ @if $skin-name == 'highcontrast' or $skin-name == 'material-dark' {
60559
+ line-height: 42px;
60560
+ min-height: 42px;
60561
+ }
60562
+
60563
+ .e-input {
60564
+ @if $skin-name =='tailwind3' {
60565
+ height: 40px;
60566
+ line-height: 24px;
60567
+ padding-top: 8px;
60568
+ padding-bottom: 8px;
60569
+ }
60570
+
60571
+ @if $skin-name =='bootstrap5' {
60572
+ height: 24px;
60573
+ }
60574
+
60575
+ @if $skin-name =='material' or $skin-name == 'material-dark' {
60576
+ line-height: 28px;
60577
+ min-height: 28px;
60578
+ padding-top: 9px;
60579
+ padding-bottom: 5px;
60580
+ }
60581
+
60582
+ @if $skin-name == 'bootstrap5.3' {
60583
+ line-height: 24px;
60584
+ min-height: 24px;
60585
+ padding-top: 7px;
60586
+ padding-bottom: 7px;
60587
+ }
60588
+ }
60589
+ }
60590
+ }
60591
+
60592
+ .e-list-item .e-text-content .e-list-text {
60593
+ &:has(> .e-input-group) {
60594
+ @if $skin-name =='highcontrast' {
60595
+ padding-top: 4px;
60596
+ padding-bottom: 4px;
60597
+ }
60598
+
60599
+ @if $skin-name =='FluentUI' {
60600
+ padding-top: 2px;
60601
+ padding-bottom: 2px;
60602
+ }
60603
+
60604
+ @if $skin-name =='material' or $skin-name == 'material-dark' {
60605
+ padding-top: 3px;
60606
+ padding-bottom: 3px;
60607
+ }
60608
+
60609
+ @if $skin-name == 'bootstrap4' {
60610
+ padding-top: 6px;
60611
+ padding-bottom: 6px;
60612
+ }
60470
60613
  }
60471
60614
  }
60472
60615
 
@@ -60651,6 +60794,10 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
60651
60794
  .e-treeview.e-bigger {
60652
60795
  .e-list-text {
60653
60796
  font-size: $treeview-big-font-size;
60797
+ @if $skin-name == 'Material3' {
60798
+ padding: 12px;
60799
+ }
60800
+
60654
60801
  @if $skin-name == 'bootstrap4' {
60655
60802
  color: $treeview-big-text-color;
60656
60803
  }
@@ -109167,10 +109314,10 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
109167
109314
  &:first-child {
109168
109315
  padding: 0;
109169
109316
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
109170
- padding-bottom: 12px;
109317
+ padding-bottom: 8px;
109171
109318
  padding-left: 12px;
109172
109319
  padding-right: 12px;
109173
- padding-top: 12px;
109320
+ padding-top: 8px;
109174
109321
  }
109175
109322
  }
109176
109323
 
@@ -109238,7 +109385,7 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
109238
109385
  .e-toast-content {
109239
109386
  &:first-child {
109240
109387
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
109241
- padding-left: 48px;
109388
+ padding-left: 44px;
109242
109389
  }
109243
109390
  }
109244
109391
  }
@@ -109285,9 +109432,14 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
109285
109432
  margin-right: $toast-icon-nrml-right-margin;
109286
109433
  width: $toast-icon-nrml-width;
109287
109434
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
109288
- left: 16px;
109289
- margin-left: 13px;
109290
- margin-top: 13px;
109435
+ left: 0;
109436
+ margin-left: 12px;
109437
+ margin-top: 10px;
109438
+ padding-bottom: 6px;
109439
+ position: absolute;
109440
+ }
109441
+ @if $skin-name == 'fluent2' {
109442
+ margin-top: 2px;
109291
109443
  }
109292
109444
  }
109293
109445
 
@@ -109759,8 +109911,9 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
109759
109911
  margin-right: $toast-icon-bgr-right-margin;
109760
109912
  width: $toast-icon-bgr-width;
109761
109913
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
109762
- left: 18px;
109763
- margin-top: 13px;
109914
+ left: 0;
109915
+ margin-top: 14px;
109916
+ margin-left: 12px;
109764
109917
  }
109765
109918
  }
109766
109919
 
@@ -43355,7 +43355,7 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
43355
43355
 
43356
43356
  .e-list-item {
43357
43357
  list-style: none;
43358
- @if $skin-name != 'tailwind3' and $skin-name != 'tailwind' and $skin-name != 'Material3' and $skin-name != 'fluent2' {
43358
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
43359
43359
  padding: 2px 0;
43360
43360
  }
43361
43361
  @if $skin-name == 'fluent2' {
@@ -43363,13 +43363,12 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
43363
43363
  }
43364
43364
 
43365
43365
  .e-ul {
43366
- margin: 2px 0 -2px;
43367
43366
  padding: $treeview-child-ul-padding;
43368
- @if $skin-name == 'tailwind' {
43369
- margin: 2px 0 0;
43367
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
43368
+ margin: 2px 0 -2px;
43370
43369
  }
43371
- @else if $skin-name == 'tailwind3' or $skin-name == 'Material3' {
43372
- margin: 0;
43370
+ @if $skin-name == 'fluent2' {
43371
+ margin-top: 4px;
43373
43372
  }
43374
43373
  }
43375
43374
 
@@ -43406,6 +43405,45 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
43406
43405
  .e-icons.e-icons-spinner::before {
43407
43406
  content: none;
43408
43407
  }
43408
+
43409
+ .e-text-content {
43410
+ .e-list-text {
43411
+ &:has(> .e-input-group) {
43412
+ @if $skin-name == 'material' or $skin-name == 'material-dark' {
43413
+ padding-top: 1px;
43414
+ padding-bottom: 1px;
43415
+ .e-input-group {
43416
+ height: 34px;
43417
+
43418
+ .e-input {
43419
+ line-height: 26px;
43420
+ min-height: 26px;
43421
+ }
43422
+ }
43423
+ }
43424
+ @if $skin-name == 'tailwind3' {
43425
+ padding-top: 4px;
43426
+ padding-bottom: 4px;
43427
+ }
43428
+ @if $skin-name == 'highcontrast' {
43429
+ padding-top: 3px;
43430
+ padding-bottom: 3px;
43431
+ }
43432
+ @if ($skin-name == 'FluentUI') {
43433
+ padding-top: 3px;
43434
+ padding-bottom: 3px;
43435
+ }
43436
+ @if $skin-name == 'bootstrap5.3' {
43437
+ padding-top: 2px;
43438
+ padding-bottom: 2px;
43439
+ }
43440
+ @if $skin-name == 'bootstrap4' {
43441
+ padding-top: 5px;
43442
+ padding-bottom: 5px;
43443
+ }
43444
+ }
43445
+ }
43446
+ }
43409
43447
  }
43410
43448
 
43411
43449
  .e-icons {
@@ -43423,11 +43461,14 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
43423
43461
 
43424
43462
  .e-text-content {
43425
43463
  @include user-select;
43426
- border: 1px solid;
43427
43464
  cursor: pointer;
43428
43465
  margin: 0;
43429
43466
  padding: $treeview-text-wrap-padding;
43430
43467
 
43468
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
43469
+ border: 1px solid;
43470
+ }
43471
+
43431
43472
  @if $skin-name == 'Material3' or $skin-name == 'tailwind3' {
43432
43473
  border: none;
43433
43474
  }
@@ -43513,14 +43554,13 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
43513
43554
 
43514
43555
  .e-input-group {
43515
43556
  height: $treeview-input-height;
43516
- @if ($skin-name == 'FluentUI') {
43517
- margin-top: 3px;
43518
- }
43519
- @else if($skin-name == 'tailwind') {
43520
- margin-bottom: 3px;
43557
+ @if ($skin-name == 'tailwind') {
43558
+ margin-top: 4px;
43559
+ margin-bottom: 4px;
43521
43560
  }
43522
43561
  @else if($skin-name == 'bootstrap5') {
43523
- margin-bottom: 2px;
43562
+ margin-bottom: 3px;
43563
+ margin-top: 3px;
43524
43564
  }
43525
43565
  @else {
43526
43566
  margin-bottom: 0;
@@ -43530,9 +43570,20 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
43530
43570
  @if ($skin-name == 'fluent2') {
43531
43571
  border-color: $treeview-input-border-color;
43532
43572
  }
43533
- @if $skin-name != 'material' {
43534
- .e-input {
43573
+ .e-input {
43574
+ @if $skin-name != 'material' and $skin-name != 'material-dark' {
43535
43575
  height: 28px;
43576
+ padding-top: 6px;
43577
+ padding-bottom: 6px;
43578
+ }
43579
+ @if $skin-name == 'tailwind3' {
43580
+ line-height: 20px;
43581
+ height: 32px;
43582
+ }
43583
+ @if $skin-name == 'bootstrap5.3' {
43584
+ height: 32px;
43585
+ padding-top: 5px;
43586
+ padding-bottom: 5px;
43536
43587
  }
43537
43588
  }
43538
43589
  }
@@ -44124,13 +44175,13 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
44124
44175
  @include bg-border($treeview-item-active-check-bg, $treeview-item-active-check-border-color);
44125
44176
  color: $treeview-item-active-check-color;
44126
44177
  }
44127
- @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
44178
+ @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
44128
44179
  border-color: $content-text-color-selected;
44129
44180
  }
44130
44181
  }
44131
44182
 
44132
44183
  .e-stop {
44133
- @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
44184
+ @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
44134
44185
  border-color: $content-text-color-selected;
44135
44186
  }
44136
44187
  }
@@ -44181,6 +44232,11 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
44181
44232
  }
44182
44233
  }
44183
44234
  }
44235
+ @if ($theme-name == 'fluent2-highcontrast') {
44236
+ .e-checkbox-wrapper .e-frame.e-check {
44237
+ border-color: $content-text-color-hover;
44238
+ }
44239
+ }
44184
44240
  }
44185
44241
 
44186
44242
  .e-sibling {
@@ -81765,10 +81821,10 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
81765
81821
  &:first-child {
81766
81822
  padding: 0;
81767
81823
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
81768
- padding-bottom: 12px;
81824
+ padding-bottom: 8px;
81769
81825
  padding-left: 12px;
81770
81826
  padding-right: 12px;
81771
- padding-top: 12px;
81827
+ padding-top: 8px;
81772
81828
  }
81773
81829
  }
81774
81830
 
@@ -81836,7 +81892,7 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
81836
81892
  .e-toast-content {
81837
81893
  &:first-child {
81838
81894
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
81839
- padding-left: 48px;
81895
+ padding-left: 44px;
81840
81896
  }
81841
81897
  }
81842
81898
  }
@@ -81883,9 +81939,14 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
81883
81939
  margin-right: $toast-icon-nrml-right-margin;
81884
81940
  width: $toast-icon-nrml-width;
81885
81941
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
81886
- left: 16px;
81887
- margin-left: 13px;
81888
- margin-top: 13px;
81942
+ left: 0;
81943
+ margin-left: 12px;
81944
+ margin-top: 10px;
81945
+ padding-bottom: 6px;
81946
+ position: absolute;
81947
+ }
81948
+ @if $skin-name == 'fluent2' {
81949
+ margin-top: 2px;
81889
81950
  }
81890
81951
  }
81891
81952