@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
@@ -59095,9 +59095,9 @@ $treeview-icon-img-wrap-width: calc(100% - 60px) !default;
59095
59095
 
59096
59096
  $treeview-big-font-size: $text-base !default;
59097
59097
  $treeview-big-icon-font-size: $text-2xl !default;
59098
- $treeview-big-item-height: 42px !default;
59098
+ $treeview-big-item-height: 40px !default;
59099
59099
  $treeview-big-text-height: 40px !default;
59100
- $treeview-big-input-height: 40px !default;
59100
+ $treeview-big-input-height: 36px !default;
59101
59101
  $treeview-big-text-padding: 0 12px !default;
59102
59102
  $treeview-big-input-padding: 0 9px !default;
59103
59103
  $treeview-big-icon-padding: 0px !default;
@@ -59334,7 +59334,7 @@ $treeview-item-active-check-color: $primary !default;
59334
59334
 
59335
59335
  .e-list-item {
59336
59336
  list-style: none;
59337
- @if $skin-name != 'tailwind3' and $skin-name != 'tailwind' and $skin-name != 'Material3' and $skin-name != 'fluent2' {
59337
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
59338
59338
  padding: 2px 0;
59339
59339
  }
59340
59340
  @if $skin-name == 'fluent2' {
@@ -59342,13 +59342,12 @@ $treeview-item-active-check-color: $primary !default;
59342
59342
  }
59343
59343
 
59344
59344
  .e-ul {
59345
- margin: 2px 0 -2px;
59346
59345
  padding: $treeview-child-ul-padding;
59347
- @if $skin-name == 'tailwind' {
59348
- margin: 2px 0 0;
59346
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
59347
+ margin: 2px 0 -2px;
59349
59348
  }
59350
- @else if $skin-name == 'tailwind3' or $skin-name == 'Material3' {
59351
- margin: 0;
59349
+ @if $skin-name == 'fluent2' {
59350
+ margin-top: 4px;
59352
59351
  }
59353
59352
  }
59354
59353
 
@@ -59385,6 +59384,45 @@ $treeview-item-active-check-color: $primary !default;
59385
59384
  .e-icons.e-icons-spinner::before {
59386
59385
  content: none;
59387
59386
  }
59387
+
59388
+ .e-text-content {
59389
+ .e-list-text {
59390
+ &:has(> .e-input-group) {
59391
+ @if $skin-name == 'material' or $skin-name == 'material-dark' {
59392
+ padding-top: 1px;
59393
+ padding-bottom: 1px;
59394
+ .e-input-group {
59395
+ height: 34px;
59396
+
59397
+ .e-input {
59398
+ line-height: 26px;
59399
+ min-height: 26px;
59400
+ }
59401
+ }
59402
+ }
59403
+ @if $skin-name == 'tailwind3' {
59404
+ padding-top: 4px;
59405
+ padding-bottom: 4px;
59406
+ }
59407
+ @if $skin-name == 'highcontrast' {
59408
+ padding-top: 3px;
59409
+ padding-bottom: 3px;
59410
+ }
59411
+ @if ($skin-name == 'FluentUI') {
59412
+ padding-top: 3px;
59413
+ padding-bottom: 3px;
59414
+ }
59415
+ @if $skin-name == 'bootstrap5.3' {
59416
+ padding-top: 2px;
59417
+ padding-bottom: 2px;
59418
+ }
59419
+ @if $skin-name == 'bootstrap4' {
59420
+ padding-top: 5px;
59421
+ padding-bottom: 5px;
59422
+ }
59423
+ }
59424
+ }
59425
+ }
59388
59426
  }
59389
59427
 
59390
59428
  .e-icons {
@@ -59402,11 +59440,14 @@ $treeview-item-active-check-color: $primary !default;
59402
59440
 
59403
59441
  .e-text-content {
59404
59442
  @include user-select;
59405
- border: 1px solid;
59406
59443
  cursor: pointer;
59407
59444
  margin: 0;
59408
59445
  padding: $treeview-text-wrap-padding;
59409
59446
 
59447
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
59448
+ border: 1px solid;
59449
+ }
59450
+
59410
59451
  @if $skin-name == 'Material3' or $skin-name == 'tailwind3' {
59411
59452
  border: none;
59412
59453
  }
@@ -59492,14 +59533,13 @@ $treeview-item-active-check-color: $primary !default;
59492
59533
 
59493
59534
  .e-input-group {
59494
59535
  height: $treeview-input-height;
59495
- @if ($skin-name == 'FluentUI') {
59496
- margin-top: 3px;
59497
- }
59498
- @else if($skin-name == 'tailwind') {
59499
- margin-bottom: 3px;
59536
+ @if ($skin-name == 'tailwind') {
59537
+ margin-top: 4px;
59538
+ margin-bottom: 4px;
59500
59539
  }
59501
59540
  @else if($skin-name == 'bootstrap5') {
59502
- margin-bottom: 2px;
59541
+ margin-bottom: 3px;
59542
+ margin-top: 3px;
59503
59543
  }
59504
59544
  @else {
59505
59545
  margin-bottom: 0;
@@ -59509,9 +59549,20 @@ $treeview-item-active-check-color: $primary !default;
59509
59549
  @if ($skin-name == 'fluent2') {
59510
59550
  border-color: $treeview-input-border-color;
59511
59551
  }
59512
- @if $skin-name != 'material' {
59513
- .e-input {
59552
+ .e-input {
59553
+ @if $skin-name != 'material' and $skin-name != 'material-dark' {
59514
59554
  height: 28px;
59555
+ padding-top: 6px;
59556
+ padding-bottom: 6px;
59557
+ }
59558
+ @if $skin-name == 'tailwind3' {
59559
+ line-height: 20px;
59560
+ height: 32px;
59561
+ }
59562
+ @if $skin-name == 'bootstrap5.3' {
59563
+ height: 32px;
59564
+ padding-top: 5px;
59565
+ padding-bottom: 5px;
59515
59566
  }
59516
59567
  }
59517
59568
  }
@@ -60103,13 +60154,13 @@ $treeview-item-active-check-color: $primary !default;
60103
60154
  @include bg-border($treeview-item-active-check-bg, $treeview-item-active-check-border-color);
60104
60155
  color: $treeview-item-active-check-color;
60105
60156
  }
60106
- @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
60157
+ @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
60107
60158
  border-color: $content-text-color-selected;
60108
60159
  }
60109
60160
  }
60110
60161
 
60111
60162
  .e-stop {
60112
- @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
60163
+ @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
60113
60164
  border-color: $content-text-color-selected;
60114
60165
  }
60115
60166
  }
@@ -60160,6 +60211,11 @@ $treeview-item-active-check-color: $primary !default;
60160
60211
  }
60161
60212
  }
60162
60213
  }
60214
+ @if ($theme-name == 'fluent2-highcontrast') {
60215
+ .e-checkbox-wrapper .e-frame.e-check {
60216
+ border-color: $content-text-color-hover;
60217
+ }
60218
+ }
60163
60219
  }
60164
60220
 
60165
60221
  .e-sibling {
@@ -60529,6 +60585,30 @@ $treeview-item-active-check-color: $primary !default;
60529
60585
  min-height: $treeview-big-item-height;
60530
60586
  }
60531
60587
 
60588
+ @if $skin-name == 'bootstrap5.3' {
60589
+ padding: $treeview-big-text-padding;
60590
+ }
60591
+
60592
+ @if $skin-name == 'highcontrast' {
60593
+ padding-top: 11px;
60594
+ padding-bottom: 11px;
60595
+ }
60596
+
60597
+ @if $skin-name == 'material' or $skin-name == 'material-dark' {
60598
+ padding-top: 12px;
60599
+ padding-bottom: 12px;
60600
+ }
60601
+
60602
+ @if $skin-name == 'FluentUI' {
60603
+ padding-top: 10px;
60604
+ padding-bottom: 10px;
60605
+ }
60606
+
60607
+ @if $skin-name == 'bootstrap4' {
60608
+ padding-top: 13px;
60609
+ padding-bottom: 13px;
60610
+ }
60611
+
60532
60612
  .e-input-group {
60533
60613
  height: $treeview-big-input-height;
60534
60614
 
@@ -60537,6 +60617,69 @@ $treeview-item-active-check-color: $primary !default;
60537
60617
  height: 36px;
60538
60618
  }
60539
60619
  }
60620
+
60621
+ @if $skin-name =='bootstrap5' {
60622
+ padding-top: 6px;
60623
+ padding-bottom: 6px;
60624
+ margin-top: 2px;
60625
+ margin-bottom: 2px;
60626
+ }
60627
+
60628
+ @if $skin-name == 'highcontrast' or $skin-name == 'material-dark' {
60629
+ line-height: 42px;
60630
+ min-height: 42px;
60631
+ }
60632
+
60633
+ .e-input {
60634
+ @if $skin-name =='tailwind3' {
60635
+ height: 40px;
60636
+ line-height: 24px;
60637
+ padding-top: 8px;
60638
+ padding-bottom: 8px;
60639
+ }
60640
+
60641
+ @if $skin-name =='bootstrap5' {
60642
+ height: 24px;
60643
+ }
60644
+
60645
+ @if $skin-name =='material' or $skin-name == 'material-dark' {
60646
+ line-height: 28px;
60647
+ min-height: 28px;
60648
+ padding-top: 9px;
60649
+ padding-bottom: 5px;
60650
+ }
60651
+
60652
+ @if $skin-name == 'bootstrap5.3' {
60653
+ line-height: 24px;
60654
+ min-height: 24px;
60655
+ padding-top: 7px;
60656
+ padding-bottom: 7px;
60657
+ }
60658
+ }
60659
+ }
60660
+ }
60661
+
60662
+ .e-list-item .e-text-content .e-list-text {
60663
+ &:has(> .e-input-group) {
60664
+ @if $skin-name =='highcontrast' {
60665
+ padding-top: 4px;
60666
+ padding-bottom: 4px;
60667
+ }
60668
+
60669
+ @if $skin-name =='FluentUI' {
60670
+ padding-top: 2px;
60671
+ padding-bottom: 2px;
60672
+ }
60673
+
60674
+ @if $skin-name =='material' or $skin-name == 'material-dark' {
60675
+ padding-top: 3px;
60676
+ padding-bottom: 3px;
60677
+ }
60678
+
60679
+ @if $skin-name == 'bootstrap4' {
60680
+ padding-top: 6px;
60681
+ padding-bottom: 6px;
60682
+ }
60540
60683
  }
60541
60684
  }
60542
60685
 
@@ -60721,6 +60864,10 @@ $treeview-item-active-check-color: $primary !default;
60721
60864
  .e-treeview.e-bigger {
60722
60865
  .e-list-text {
60723
60866
  font-size: $treeview-big-font-size;
60867
+ @if $skin-name == 'Material3' {
60868
+ padding: 12px;
60869
+ }
60870
+
60724
60871
  @if $skin-name == 'bootstrap4' {
60725
60872
  color: $treeview-big-text-color;
60726
60873
  }
@@ -109034,9 +109181,9 @@ $skeleton-card-color: $content-bg-color-alt2;
109034
109181
 
109035
109182
  //Layout Variables Start
109036
109183
  //Mouse Mode Start
109037
- $toast-icon-nrml-height: 20px !default;
109038
- $toast-icon-nrml-width: 20px !default;
109039
- $toast-icon-nrml-size: $text-sm !default;
109184
+ $toast-icon-nrml-height: 18px !default;
109185
+ $toast-icon-nrml-width: 18px !default;
109186
+ $toast-icon-nrml-size: 18px !default;
109040
109187
  $toast-icon-nrml-right-margin: 14px !default;
109041
109188
  $toast-close-icon-nrml-height: 20px !default;
109042
109189
  $toast-close-icon-nrml-width: 20px !default;
@@ -109056,9 +109203,9 @@ $toast-title-font-nrml-size: $text-sm !default;
109056
109203
  //Mouse Mode End
109057
109204
 
109058
109205
  //Touch Mode Start
109059
- $toast-icon-bgr-height: 24px !default;
109060
- $toast-icon-bgr-width: 24px !default;
109061
- $toast-icon-bgr-size: 18px !default;
109206
+ $toast-icon-bgr-height: 20px !default;
109207
+ $toast-icon-bgr-width: 20px !default;
109208
+ $toast-icon-bgr-size: 20px !default;
109062
109209
  $toast-icon-bgr-right-margin: 16px !default;
109063
109210
  $toast-close-icon-bgr-height: 24px !default;
109064
109211
  $toast-close-icon-bgr-width: 24px !default;
@@ -109264,10 +109411,10 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
109264
109411
  &:first-child {
109265
109412
  padding: 0;
109266
109413
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
109267
- padding-bottom: 12px;
109414
+ padding-bottom: 8px;
109268
109415
  padding-left: 12px;
109269
109416
  padding-right: 12px;
109270
- padding-top: 12px;
109417
+ padding-top: 8px;
109271
109418
  }
109272
109419
  }
109273
109420
 
@@ -109335,7 +109482,7 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
109335
109482
  .e-toast-content {
109336
109483
  &:first-child {
109337
109484
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
109338
- padding-left: 48px;
109485
+ padding-left: 44px;
109339
109486
  }
109340
109487
  }
109341
109488
  }
@@ -109382,9 +109529,14 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
109382
109529
  margin-right: $toast-icon-nrml-right-margin;
109383
109530
  width: $toast-icon-nrml-width;
109384
109531
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
109385
- left: 16px;
109386
- margin-left: 13px;
109387
- margin-top: 13px;
109532
+ left: 0;
109533
+ margin-left: 12px;
109534
+ margin-top: 10px;
109535
+ padding-bottom: 6px;
109536
+ position: absolute;
109537
+ }
109538
+ @if $skin-name == 'fluent2' {
109539
+ margin-top: 2px;
109388
109540
  }
109389
109541
  }
109390
109542
 
@@ -109856,8 +110008,9 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
109856
110008
  margin-right: $toast-icon-bgr-right-margin;
109857
110009
  width: $toast-icon-bgr-width;
109858
110010
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
109859
- left: 18px;
109860
- margin-top: 13px;
110011
+ left: 0;
110012
+ margin-top: 14px;
110013
+ margin-left: 12px;
109861
110014
  }
109862
110015
  }
109863
110016
 
@@ -43187,9 +43187,9 @@ $treeview-icon-img-wrap-width: calc(100% - 60px) !default;
43187
43187
 
43188
43188
  $treeview-big-font-size: $text-base !default;
43189
43189
  $treeview-big-icon-font-size: $text-2xl !default;
43190
- $treeview-big-item-height: 42px !default;
43190
+ $treeview-big-item-height: 40px !default;
43191
43191
  $treeview-big-text-height: 40px !default;
43192
- $treeview-big-input-height: 40px !default;
43192
+ $treeview-big-input-height: 36px !default;
43193
43193
  $treeview-big-text-padding: 0 12px !default;
43194
43194
  $treeview-big-input-padding: 0 9px !default;
43195
43195
  $treeview-big-icon-padding: 0px !default;
@@ -43426,7 +43426,7 @@ $treeview-item-active-check-color: $primary !default;
43426
43426
 
43427
43427
  .e-list-item {
43428
43428
  list-style: none;
43429
- @if $skin-name != 'tailwind3' and $skin-name != 'tailwind' and $skin-name != 'Material3' and $skin-name != 'fluent2' {
43429
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
43430
43430
  padding: 2px 0;
43431
43431
  }
43432
43432
  @if $skin-name == 'fluent2' {
@@ -43434,13 +43434,12 @@ $treeview-item-active-check-color: $primary !default;
43434
43434
  }
43435
43435
 
43436
43436
  .e-ul {
43437
- margin: 2px 0 -2px;
43438
43437
  padding: $treeview-child-ul-padding;
43439
- @if $skin-name == 'tailwind' {
43440
- margin: 2px 0 0;
43438
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
43439
+ margin: 2px 0 -2px;
43441
43440
  }
43442
- @else if $skin-name == 'tailwind3' or $skin-name == 'Material3' {
43443
- margin: 0;
43441
+ @if $skin-name == 'fluent2' {
43442
+ margin-top: 4px;
43444
43443
  }
43445
43444
  }
43446
43445
 
@@ -43477,6 +43476,45 @@ $treeview-item-active-check-color: $primary !default;
43477
43476
  .e-icons.e-icons-spinner::before {
43478
43477
  content: none;
43479
43478
  }
43479
+
43480
+ .e-text-content {
43481
+ .e-list-text {
43482
+ &:has(> .e-input-group) {
43483
+ @if $skin-name == 'material' or $skin-name == 'material-dark' {
43484
+ padding-top: 1px;
43485
+ padding-bottom: 1px;
43486
+ .e-input-group {
43487
+ height: 34px;
43488
+
43489
+ .e-input {
43490
+ line-height: 26px;
43491
+ min-height: 26px;
43492
+ }
43493
+ }
43494
+ }
43495
+ @if $skin-name == 'tailwind3' {
43496
+ padding-top: 4px;
43497
+ padding-bottom: 4px;
43498
+ }
43499
+ @if $skin-name == 'highcontrast' {
43500
+ padding-top: 3px;
43501
+ padding-bottom: 3px;
43502
+ }
43503
+ @if ($skin-name == 'FluentUI') {
43504
+ padding-top: 3px;
43505
+ padding-bottom: 3px;
43506
+ }
43507
+ @if $skin-name == 'bootstrap5.3' {
43508
+ padding-top: 2px;
43509
+ padding-bottom: 2px;
43510
+ }
43511
+ @if $skin-name == 'bootstrap4' {
43512
+ padding-top: 5px;
43513
+ padding-bottom: 5px;
43514
+ }
43515
+ }
43516
+ }
43517
+ }
43480
43518
  }
43481
43519
 
43482
43520
  .e-icons {
@@ -43494,11 +43532,14 @@ $treeview-item-active-check-color: $primary !default;
43494
43532
 
43495
43533
  .e-text-content {
43496
43534
  @include user-select;
43497
- border: 1px solid;
43498
43535
  cursor: pointer;
43499
43536
  margin: 0;
43500
43537
  padding: $treeview-text-wrap-padding;
43501
43538
 
43539
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
43540
+ border: 1px solid;
43541
+ }
43542
+
43502
43543
  @if $skin-name == 'Material3' or $skin-name == 'tailwind3' {
43503
43544
  border: none;
43504
43545
  }
@@ -43584,14 +43625,13 @@ $treeview-item-active-check-color: $primary !default;
43584
43625
 
43585
43626
  .e-input-group {
43586
43627
  height: $treeview-input-height;
43587
- @if ($skin-name == 'FluentUI') {
43588
- margin-top: 3px;
43589
- }
43590
- @else if($skin-name == 'tailwind') {
43591
- margin-bottom: 3px;
43628
+ @if ($skin-name == 'tailwind') {
43629
+ margin-top: 4px;
43630
+ margin-bottom: 4px;
43592
43631
  }
43593
43632
  @else if($skin-name == 'bootstrap5') {
43594
- margin-bottom: 2px;
43633
+ margin-bottom: 3px;
43634
+ margin-top: 3px;
43595
43635
  }
43596
43636
  @else {
43597
43637
  margin-bottom: 0;
@@ -43601,9 +43641,20 @@ $treeview-item-active-check-color: $primary !default;
43601
43641
  @if ($skin-name == 'fluent2') {
43602
43642
  border-color: $treeview-input-border-color;
43603
43643
  }
43604
- @if $skin-name != 'material' {
43605
- .e-input {
43644
+ .e-input {
43645
+ @if $skin-name != 'material' and $skin-name != 'material-dark' {
43606
43646
  height: 28px;
43647
+ padding-top: 6px;
43648
+ padding-bottom: 6px;
43649
+ }
43650
+ @if $skin-name == 'tailwind3' {
43651
+ line-height: 20px;
43652
+ height: 32px;
43653
+ }
43654
+ @if $skin-name == 'bootstrap5.3' {
43655
+ height: 32px;
43656
+ padding-top: 5px;
43657
+ padding-bottom: 5px;
43607
43658
  }
43608
43659
  }
43609
43660
  }
@@ -44195,13 +44246,13 @@ $treeview-item-active-check-color: $primary !default;
44195
44246
  @include bg-border($treeview-item-active-check-bg, $treeview-item-active-check-border-color);
44196
44247
  color: $treeview-item-active-check-color;
44197
44248
  }
44198
- @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
44249
+ @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
44199
44250
  border-color: $content-text-color-selected;
44200
44251
  }
44201
44252
  }
44202
44253
 
44203
44254
  .e-stop {
44204
- @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
44255
+ @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
44205
44256
  border-color: $content-text-color-selected;
44206
44257
  }
44207
44258
  }
@@ -44252,6 +44303,11 @@ $treeview-item-active-check-color: $primary !default;
44252
44303
  }
44253
44304
  }
44254
44305
  }
44306
+ @if ($theme-name == 'fluent2-highcontrast') {
44307
+ .e-checkbox-wrapper .e-frame.e-check {
44308
+ border-color: $content-text-color-hover;
44309
+ }
44310
+ }
44255
44311
  }
44256
44312
 
44257
44313
  .e-sibling {
@@ -81633,9 +81689,9 @@ $skeleton-card-color: $content-bg-color-alt2;
81633
81689
 
81634
81690
  //Layout Variables Start
81635
81691
  //Mouse Mode Start
81636
- $toast-icon-nrml-height: 20px !default;
81637
- $toast-icon-nrml-width: 20px !default;
81638
- $toast-icon-nrml-size: $text-sm !default;
81692
+ $toast-icon-nrml-height: 18px !default;
81693
+ $toast-icon-nrml-width: 18px !default;
81694
+ $toast-icon-nrml-size: 18px !default;
81639
81695
  $toast-icon-nrml-right-margin: 14px !default;
81640
81696
  $toast-close-icon-nrml-height: 20px !default;
81641
81697
  $toast-close-icon-nrml-width: 20px !default;
@@ -81655,9 +81711,9 @@ $toast-title-font-nrml-size: $text-sm !default;
81655
81711
  //Mouse Mode End
81656
81712
 
81657
81713
  //Touch Mode Start
81658
- $toast-icon-bgr-height: 24px !default;
81659
- $toast-icon-bgr-width: 24px !default;
81660
- $toast-icon-bgr-size: 18px !default;
81714
+ $toast-icon-bgr-height: 20px !default;
81715
+ $toast-icon-bgr-width: 20px !default;
81716
+ $toast-icon-bgr-size: 20px !default;
81661
81717
  $toast-icon-bgr-right-margin: 16px !default;
81662
81718
  $toast-close-icon-bgr-height: 24px !default;
81663
81719
  $toast-close-icon-bgr-width: 24px !default;
@@ -81863,10 +81919,10 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
81863
81919
  &:first-child {
81864
81920
  padding: 0;
81865
81921
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
81866
- padding-bottom: 12px;
81922
+ padding-bottom: 8px;
81867
81923
  padding-left: 12px;
81868
81924
  padding-right: 12px;
81869
- padding-top: 12px;
81925
+ padding-top: 8px;
81870
81926
  }
81871
81927
  }
81872
81928
 
@@ -81934,7 +81990,7 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
81934
81990
  .e-toast-content {
81935
81991
  &:first-child {
81936
81992
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
81937
- padding-left: 48px;
81993
+ padding-left: 44px;
81938
81994
  }
81939
81995
  }
81940
81996
  }
@@ -81981,9 +82037,14 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
81981
82037
  margin-right: $toast-icon-nrml-right-margin;
81982
82038
  width: $toast-icon-nrml-width;
81983
82039
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
81984
- left: 16px;
81985
- margin-left: 13px;
81986
- margin-top: 13px;
82040
+ left: 0;
82041
+ margin-left: 12px;
82042
+ margin-top: 10px;
82043
+ padding-bottom: 6px;
82044
+ position: absolute;
82045
+ }
82046
+ @if $skin-name == 'fluent2' {
82047
+ margin-top: 2px;
81987
82048
  }
81988
82049
  }
81989
82050