@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
@@ -59094,9 +59094,9 @@ $treeview-icon-img-wrap-width: calc(100% - 60px) !default;
59094
59094
 
59095
59095
  $treeview-big-font-size: $text-base !default;
59096
59096
  $treeview-big-icon-font-size: $text-2xl !default;
59097
- $treeview-big-item-height: 42px !default;
59097
+ $treeview-big-item-height: 40px !default;
59098
59098
  $treeview-big-text-height: 40px !default;
59099
- $treeview-big-input-height: 40px !default;
59099
+ $treeview-big-input-height: 36px !default;
59100
59100
  $treeview-big-text-padding: 0 12px !default;
59101
59101
  $treeview-big-input-padding: 0 9px !default;
59102
59102
  $treeview-big-icon-padding: 0px !default;
@@ -59333,7 +59333,7 @@ $treeview-item-active-check-color: $primary !default;
59333
59333
 
59334
59334
  .e-list-item {
59335
59335
  list-style: none;
59336
- @if $skin-name != 'tailwind3' and $skin-name != 'tailwind' and $skin-name != 'Material3' and $skin-name != 'fluent2' {
59336
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
59337
59337
  padding: 2px 0;
59338
59338
  }
59339
59339
  @if $skin-name == 'fluent2' {
@@ -59341,13 +59341,12 @@ $treeview-item-active-check-color: $primary !default;
59341
59341
  }
59342
59342
 
59343
59343
  .e-ul {
59344
- margin: 2px 0 -2px;
59345
59344
  padding: $treeview-child-ul-padding;
59346
- @if $skin-name == 'tailwind' {
59347
- margin: 2px 0 0;
59345
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
59346
+ margin: 2px 0 -2px;
59348
59347
  }
59349
- @else if $skin-name == 'tailwind3' or $skin-name == 'Material3' {
59350
- margin: 0;
59348
+ @if $skin-name == 'fluent2' {
59349
+ margin-top: 4px;
59351
59350
  }
59352
59351
  }
59353
59352
 
@@ -59384,6 +59383,45 @@ $treeview-item-active-check-color: $primary !default;
59384
59383
  .e-icons.e-icons-spinner::before {
59385
59384
  content: none;
59386
59385
  }
59386
+
59387
+ .e-text-content {
59388
+ .e-list-text {
59389
+ &:has(> .e-input-group) {
59390
+ @if $skin-name == 'material' or $skin-name == 'material-dark' {
59391
+ padding-top: 1px;
59392
+ padding-bottom: 1px;
59393
+ .e-input-group {
59394
+ height: 34px;
59395
+
59396
+ .e-input {
59397
+ line-height: 26px;
59398
+ min-height: 26px;
59399
+ }
59400
+ }
59401
+ }
59402
+ @if $skin-name == 'tailwind3' {
59403
+ padding-top: 4px;
59404
+ padding-bottom: 4px;
59405
+ }
59406
+ @if $skin-name == 'highcontrast' {
59407
+ padding-top: 3px;
59408
+ padding-bottom: 3px;
59409
+ }
59410
+ @if ($skin-name == 'FluentUI') {
59411
+ padding-top: 3px;
59412
+ padding-bottom: 3px;
59413
+ }
59414
+ @if $skin-name == 'bootstrap5.3' {
59415
+ padding-top: 2px;
59416
+ padding-bottom: 2px;
59417
+ }
59418
+ @if $skin-name == 'bootstrap4' {
59419
+ padding-top: 5px;
59420
+ padding-bottom: 5px;
59421
+ }
59422
+ }
59423
+ }
59424
+ }
59387
59425
  }
59388
59426
 
59389
59427
  .e-icons {
@@ -59401,11 +59439,14 @@ $treeview-item-active-check-color: $primary !default;
59401
59439
 
59402
59440
  .e-text-content {
59403
59441
  @include user-select;
59404
- border: 1px solid;
59405
59442
  cursor: pointer;
59406
59443
  margin: 0;
59407
59444
  padding: $treeview-text-wrap-padding;
59408
59445
 
59446
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
59447
+ border: 1px solid;
59448
+ }
59449
+
59409
59450
  @if $skin-name == 'Material3' or $skin-name == 'tailwind3' {
59410
59451
  border: none;
59411
59452
  }
@@ -59491,14 +59532,13 @@ $treeview-item-active-check-color: $primary !default;
59491
59532
 
59492
59533
  .e-input-group {
59493
59534
  height: $treeview-input-height;
59494
- @if ($skin-name == 'FluentUI') {
59495
- margin-top: 3px;
59496
- }
59497
- @else if($skin-name == 'tailwind') {
59498
- margin-bottom: 3px;
59535
+ @if ($skin-name == 'tailwind') {
59536
+ margin-top: 4px;
59537
+ margin-bottom: 4px;
59499
59538
  }
59500
59539
  @else if($skin-name == 'bootstrap5') {
59501
- margin-bottom: 2px;
59540
+ margin-bottom: 3px;
59541
+ margin-top: 3px;
59502
59542
  }
59503
59543
  @else {
59504
59544
  margin-bottom: 0;
@@ -59508,9 +59548,20 @@ $treeview-item-active-check-color: $primary !default;
59508
59548
  @if ($skin-name == 'fluent2') {
59509
59549
  border-color: $treeview-input-border-color;
59510
59550
  }
59511
- @if $skin-name != 'material' {
59512
- .e-input {
59551
+ .e-input {
59552
+ @if $skin-name != 'material' and $skin-name != 'material-dark' {
59513
59553
  height: 28px;
59554
+ padding-top: 6px;
59555
+ padding-bottom: 6px;
59556
+ }
59557
+ @if $skin-name == 'tailwind3' {
59558
+ line-height: 20px;
59559
+ height: 32px;
59560
+ }
59561
+ @if $skin-name == 'bootstrap5.3' {
59562
+ height: 32px;
59563
+ padding-top: 5px;
59564
+ padding-bottom: 5px;
59514
59565
  }
59515
59566
  }
59516
59567
  }
@@ -60102,13 +60153,13 @@ $treeview-item-active-check-color: $primary !default;
60102
60153
  @include bg-border($treeview-item-active-check-bg, $treeview-item-active-check-border-color);
60103
60154
  color: $treeview-item-active-check-color;
60104
60155
  }
60105
- @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
60156
+ @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
60106
60157
  border-color: $content-text-color-selected;
60107
60158
  }
60108
60159
  }
60109
60160
 
60110
60161
  .e-stop {
60111
- @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
60162
+ @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
60112
60163
  border-color: $content-text-color-selected;
60113
60164
  }
60114
60165
  }
@@ -60159,6 +60210,11 @@ $treeview-item-active-check-color: $primary !default;
60159
60210
  }
60160
60211
  }
60161
60212
  }
60213
+ @if ($theme-name == 'fluent2-highcontrast') {
60214
+ .e-checkbox-wrapper .e-frame.e-check {
60215
+ border-color: $content-text-color-hover;
60216
+ }
60217
+ }
60162
60218
  }
60163
60219
 
60164
60220
  .e-sibling {
@@ -60528,6 +60584,30 @@ $treeview-item-active-check-color: $primary !default;
60528
60584
  min-height: $treeview-big-item-height;
60529
60585
  }
60530
60586
 
60587
+ @if $skin-name == 'bootstrap5.3' {
60588
+ padding: $treeview-big-text-padding;
60589
+ }
60590
+
60591
+ @if $skin-name == 'highcontrast' {
60592
+ padding-top: 11px;
60593
+ padding-bottom: 11px;
60594
+ }
60595
+
60596
+ @if $skin-name == 'material' or $skin-name == 'material-dark' {
60597
+ padding-top: 12px;
60598
+ padding-bottom: 12px;
60599
+ }
60600
+
60601
+ @if $skin-name == 'FluentUI' {
60602
+ padding-top: 10px;
60603
+ padding-bottom: 10px;
60604
+ }
60605
+
60606
+ @if $skin-name == 'bootstrap4' {
60607
+ padding-top: 13px;
60608
+ padding-bottom: 13px;
60609
+ }
60610
+
60531
60611
  .e-input-group {
60532
60612
  height: $treeview-big-input-height;
60533
60613
 
@@ -60536,6 +60616,69 @@ $treeview-item-active-check-color: $primary !default;
60536
60616
  height: 36px;
60537
60617
  }
60538
60618
  }
60619
+
60620
+ @if $skin-name =='bootstrap5' {
60621
+ padding-top: 6px;
60622
+ padding-bottom: 6px;
60623
+ margin-top: 2px;
60624
+ margin-bottom: 2px;
60625
+ }
60626
+
60627
+ @if $skin-name == 'highcontrast' or $skin-name == 'material-dark' {
60628
+ line-height: 42px;
60629
+ min-height: 42px;
60630
+ }
60631
+
60632
+ .e-input {
60633
+ @if $skin-name =='tailwind3' {
60634
+ height: 40px;
60635
+ line-height: 24px;
60636
+ padding-top: 8px;
60637
+ padding-bottom: 8px;
60638
+ }
60639
+
60640
+ @if $skin-name =='bootstrap5' {
60641
+ height: 24px;
60642
+ }
60643
+
60644
+ @if $skin-name =='material' or $skin-name == 'material-dark' {
60645
+ line-height: 28px;
60646
+ min-height: 28px;
60647
+ padding-top: 9px;
60648
+ padding-bottom: 5px;
60649
+ }
60650
+
60651
+ @if $skin-name == 'bootstrap5.3' {
60652
+ line-height: 24px;
60653
+ min-height: 24px;
60654
+ padding-top: 7px;
60655
+ padding-bottom: 7px;
60656
+ }
60657
+ }
60658
+ }
60659
+ }
60660
+
60661
+ .e-list-item .e-text-content .e-list-text {
60662
+ &:has(> .e-input-group) {
60663
+ @if $skin-name =='highcontrast' {
60664
+ padding-top: 4px;
60665
+ padding-bottom: 4px;
60666
+ }
60667
+
60668
+ @if $skin-name =='FluentUI' {
60669
+ padding-top: 2px;
60670
+ padding-bottom: 2px;
60671
+ }
60672
+
60673
+ @if $skin-name =='material' or $skin-name == 'material-dark' {
60674
+ padding-top: 3px;
60675
+ padding-bottom: 3px;
60676
+ }
60677
+
60678
+ @if $skin-name == 'bootstrap4' {
60679
+ padding-top: 6px;
60680
+ padding-bottom: 6px;
60681
+ }
60539
60682
  }
60540
60683
  }
60541
60684
 
@@ -60720,6 +60863,10 @@ $treeview-item-active-check-color: $primary !default;
60720
60863
  .e-treeview.e-bigger {
60721
60864
  .e-list-text {
60722
60865
  font-size: $treeview-big-font-size;
60866
+ @if $skin-name == 'Material3' {
60867
+ padding: 12px;
60868
+ }
60869
+
60723
60870
  @if $skin-name == 'bootstrap4' {
60724
60871
  color: $treeview-big-text-color;
60725
60872
  }
@@ -109033,9 +109180,9 @@ $skeleton-card-color: $content-bg-color-alt2;
109033
109180
 
109034
109181
  //Layout Variables Start
109035
109182
  //Mouse Mode Start
109036
- $toast-icon-nrml-height: 20px !default;
109037
- $toast-icon-nrml-width: 20px !default;
109038
- $toast-icon-nrml-size: $text-sm !default;
109183
+ $toast-icon-nrml-height: 18px !default;
109184
+ $toast-icon-nrml-width: 18px !default;
109185
+ $toast-icon-nrml-size: 18px !default;
109039
109186
  $toast-icon-nrml-right-margin: 14px !default;
109040
109187
  $toast-close-icon-nrml-height: 20px !default;
109041
109188
  $toast-close-icon-nrml-width: 20px !default;
@@ -109055,9 +109202,9 @@ $toast-title-font-nrml-size: $text-sm !default;
109055
109202
  //Mouse Mode End
109056
109203
 
109057
109204
  //Touch Mode Start
109058
- $toast-icon-bgr-height: 24px !default;
109059
- $toast-icon-bgr-width: 24px !default;
109060
- $toast-icon-bgr-size: 18px !default;
109205
+ $toast-icon-bgr-height: 20px !default;
109206
+ $toast-icon-bgr-width: 20px !default;
109207
+ $toast-icon-bgr-size: 20px !default;
109061
109208
  $toast-icon-bgr-right-margin: 16px !default;
109062
109209
  $toast-close-icon-bgr-height: 24px !default;
109063
109210
  $toast-close-icon-bgr-width: 24px !default;
@@ -109263,10 +109410,10 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
109263
109410
  &:first-child {
109264
109411
  padding: 0;
109265
109412
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
109266
- padding-bottom: 12px;
109413
+ padding-bottom: 8px;
109267
109414
  padding-left: 12px;
109268
109415
  padding-right: 12px;
109269
- padding-top: 12px;
109416
+ padding-top: 8px;
109270
109417
  }
109271
109418
  }
109272
109419
 
@@ -109334,7 +109481,7 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
109334
109481
  .e-toast-content {
109335
109482
  &:first-child {
109336
109483
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
109337
- padding-left: 48px;
109484
+ padding-left: 44px;
109338
109485
  }
109339
109486
  }
109340
109487
  }
@@ -109381,9 +109528,14 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
109381
109528
  margin-right: $toast-icon-nrml-right-margin;
109382
109529
  width: $toast-icon-nrml-width;
109383
109530
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
109384
- left: 16px;
109385
- margin-left: 13px;
109386
- margin-top: 13px;
109531
+ left: 0;
109532
+ margin-left: 12px;
109533
+ margin-top: 10px;
109534
+ padding-bottom: 6px;
109535
+ position: absolute;
109536
+ }
109537
+ @if $skin-name == 'fluent2' {
109538
+ margin-top: 2px;
109387
109539
  }
109388
109540
  }
109389
109541
 
@@ -109855,8 +110007,9 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
109855
110007
  margin-right: $toast-icon-bgr-right-margin;
109856
110008
  width: $toast-icon-bgr-width;
109857
110009
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
109858
- left: 18px;
109859
- margin-top: 13px;
110010
+ left: 0;
110011
+ margin-top: 14px;
110012
+ margin-left: 12px;
109860
110013
  }
109861
110014
  }
109862
110015
 
@@ -43241,7 +43241,7 @@ $ripple-width: 32px !default;
43241
43241
 
43242
43242
  .e-list-item {
43243
43243
  list-style: none;
43244
- @if $skin-name != 'tailwind3' and $skin-name != 'tailwind' and $skin-name != 'Material3' and $skin-name != 'fluent2' {
43244
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
43245
43245
  padding: 2px 0;
43246
43246
  }
43247
43247
  @if $skin-name == 'fluent2' {
@@ -43249,13 +43249,12 @@ $ripple-width: 32px !default;
43249
43249
  }
43250
43250
 
43251
43251
  .e-ul {
43252
- margin: 2px 0 -2px;
43253
43252
  padding: $treeview-child-ul-padding;
43254
- @if $skin-name == 'tailwind' {
43255
- margin: 2px 0 0;
43253
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
43254
+ margin: 2px 0 -2px;
43256
43255
  }
43257
- @else if $skin-name == 'tailwind3' or $skin-name == 'Material3' {
43258
- margin: 0;
43256
+ @if $skin-name == 'fluent2' {
43257
+ margin-top: 4px;
43259
43258
  }
43260
43259
  }
43261
43260
 
@@ -43292,6 +43291,45 @@ $ripple-width: 32px !default;
43292
43291
  .e-icons.e-icons-spinner::before {
43293
43292
  content: none;
43294
43293
  }
43294
+
43295
+ .e-text-content {
43296
+ .e-list-text {
43297
+ &:has(> .e-input-group) {
43298
+ @if $skin-name == 'material' or $skin-name == 'material-dark' {
43299
+ padding-top: 1px;
43300
+ padding-bottom: 1px;
43301
+ .e-input-group {
43302
+ height: 34px;
43303
+
43304
+ .e-input {
43305
+ line-height: 26px;
43306
+ min-height: 26px;
43307
+ }
43308
+ }
43309
+ }
43310
+ @if $skin-name == 'tailwind3' {
43311
+ padding-top: 4px;
43312
+ padding-bottom: 4px;
43313
+ }
43314
+ @if $skin-name == 'highcontrast' {
43315
+ padding-top: 3px;
43316
+ padding-bottom: 3px;
43317
+ }
43318
+ @if ($skin-name == 'FluentUI') {
43319
+ padding-top: 3px;
43320
+ padding-bottom: 3px;
43321
+ }
43322
+ @if $skin-name == 'bootstrap5.3' {
43323
+ padding-top: 2px;
43324
+ padding-bottom: 2px;
43325
+ }
43326
+ @if $skin-name == 'bootstrap4' {
43327
+ padding-top: 5px;
43328
+ padding-bottom: 5px;
43329
+ }
43330
+ }
43331
+ }
43332
+ }
43295
43333
  }
43296
43334
 
43297
43335
  .e-icons {
@@ -43309,11 +43347,14 @@ $ripple-width: 32px !default;
43309
43347
 
43310
43348
  .e-text-content {
43311
43349
  @include user-select;
43312
- border: 1px solid;
43313
43350
  cursor: pointer;
43314
43351
  margin: 0;
43315
43352
  padding: $treeview-text-wrap-padding;
43316
43353
 
43354
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
43355
+ border: 1px solid;
43356
+ }
43357
+
43317
43358
  @if $skin-name == 'Material3' or $skin-name == 'tailwind3' {
43318
43359
  border: none;
43319
43360
  }
@@ -43399,14 +43440,13 @@ $ripple-width: 32px !default;
43399
43440
 
43400
43441
  .e-input-group {
43401
43442
  height: $treeview-input-height;
43402
- @if ($skin-name == 'FluentUI') {
43403
- margin-top: 3px;
43404
- }
43405
- @else if($skin-name == 'tailwind') {
43406
- margin-bottom: 3px;
43443
+ @if ($skin-name == 'tailwind') {
43444
+ margin-top: 4px;
43445
+ margin-bottom: 4px;
43407
43446
  }
43408
43447
  @else if($skin-name == 'bootstrap5') {
43409
- margin-bottom: 2px;
43448
+ margin-bottom: 3px;
43449
+ margin-top: 3px;
43410
43450
  }
43411
43451
  @else {
43412
43452
  margin-bottom: 0;
@@ -43416,9 +43456,20 @@ $ripple-width: 32px !default;
43416
43456
  @if ($skin-name == 'fluent2') {
43417
43457
  border-color: $treeview-input-border-color;
43418
43458
  }
43419
- @if $skin-name != 'material' {
43420
- .e-input {
43459
+ .e-input {
43460
+ @if $skin-name != 'material' and $skin-name != 'material-dark' {
43421
43461
  height: 28px;
43462
+ padding-top: 6px;
43463
+ padding-bottom: 6px;
43464
+ }
43465
+ @if $skin-name == 'tailwind3' {
43466
+ line-height: 20px;
43467
+ height: 32px;
43468
+ }
43469
+ @if $skin-name == 'bootstrap5.3' {
43470
+ height: 32px;
43471
+ padding-top: 5px;
43472
+ padding-bottom: 5px;
43422
43473
  }
43423
43474
  }
43424
43475
  }
@@ -44010,13 +44061,13 @@ $ripple-width: 32px !default;
44010
44061
  @include bg-border($treeview-item-active-check-bg, $treeview-item-active-check-border-color);
44011
44062
  color: $treeview-item-active-check-color;
44012
44063
  }
44013
- @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
44064
+ @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
44014
44065
  border-color: $content-text-color-selected;
44015
44066
  }
44016
44067
  }
44017
44068
 
44018
44069
  .e-stop {
44019
- @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
44070
+ @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
44020
44071
  border-color: $content-text-color-selected;
44021
44072
  }
44022
44073
  }
@@ -44067,6 +44118,11 @@ $ripple-width: 32px !default;
44067
44118
  }
44068
44119
  }
44069
44120
  }
44121
+ @if ($theme-name == 'fluent2-highcontrast') {
44122
+ .e-checkbox-wrapper .e-frame.e-check {
44123
+ border-color: $content-text-color-hover;
44124
+ }
44125
+ }
44070
44126
  }
44071
44127
 
44072
44128
  .e-sibling {
@@ -81510,10 +81566,10 @@ $toast-close-icon-hover-color: $theme-tertiary !default;
81510
81566
  &:first-child {
81511
81567
  padding: 0;
81512
81568
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
81513
- padding-bottom: 12px;
81569
+ padding-bottom: 8px;
81514
81570
  padding-left: 12px;
81515
81571
  padding-right: 12px;
81516
- padding-top: 12px;
81572
+ padding-top: 8px;
81517
81573
  }
81518
81574
  }
81519
81575
 
@@ -81581,7 +81637,7 @@ $toast-close-icon-hover-color: $theme-tertiary !default;
81581
81637
  .e-toast-content {
81582
81638
  &:first-child {
81583
81639
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
81584
- padding-left: 48px;
81640
+ padding-left: 44px;
81585
81641
  }
81586
81642
  }
81587
81643
  }
@@ -81628,9 +81684,14 @@ $toast-close-icon-hover-color: $theme-tertiary !default;
81628
81684
  margin-right: $toast-icon-nrml-right-margin;
81629
81685
  width: $toast-icon-nrml-width;
81630
81686
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
81631
- left: 16px;
81632
- margin-left: 13px;
81633
- margin-top: 13px;
81687
+ left: 0;
81688
+ margin-left: 12px;
81689
+ margin-top: 10px;
81690
+ padding-bottom: 6px;
81691
+ position: absolute;
81692
+ }
81693
+ @if $skin-name == 'fluent2' {
81694
+ margin-top: 2px;
81634
81695
  }
81635
81696
  }
81636
81697