@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
@@ -59131,8 +59131,8 @@ $treeview-font-size: $text-sm !default;
59131
59131
  $treeview-icon-font-size: $text-xl !default;
59132
59132
  $treeview-image-font-size: $text-xl !default;
59133
59133
  $treeview-item-height: 38px !default;
59134
- $treeview-text-height: 36px !default;
59135
- $treeview-input-height: 30px !default;
59134
+ $treeview-text-height: 22px !default;
59135
+ $treeview-input-height: 32px !default;
59136
59136
  $treeview-root-ul-padding: 0 0 0 12px !default;
59137
59137
  $treeview-rtl-root-ul-padding: 0 12px 0 0 !default;
59138
59138
  $treeview-child-ul-padding: 0 0 0 20px !default;
@@ -59143,7 +59143,7 @@ $treeview-icon-size: 20px !default;
59143
59143
  $treeview-icon-margin: 0 0 0 -20px !default;
59144
59144
  $treeview-rtl-icon-margin: 0 -20px 0 0 !default;
59145
59145
  $treeview-icon-padding: 0px !default;
59146
- $treeview-text-padding: 0 12px !default;
59146
+ $treeview-text-padding: 8px 12px !default;
59147
59147
  $treeview-text-margin: 0 !default;
59148
59148
  $treeview-image-size: 20px !default;
59149
59149
  $treeview-image-margin: 0 0 0 12px !default;
@@ -59158,7 +59158,7 @@ $treeview-icon-image-margin: 0 0 0 12px !default;
59158
59158
  $treeview-rtl-icon-image-margin: 0 12px 0 0 !default;
59159
59159
  $treeview-check-margin: 0 0 0 12px !default;
59160
59160
  $treeview-rtl-check-margin: 0 12px 0 0 !default;
59161
- $treeview-check-text-padding: 0 12px !default;
59161
+ $treeview-check-text-padding: 8px 12px !default;
59162
59162
  $treeview-check-image-margin: 0 0 0 12px !default;
59163
59163
  $treeview-rtl-check-image-margin: 0 12px 0 0 !default;
59164
59164
  $treeview-drop-count-border-size: 1px !default;
@@ -59173,7 +59173,7 @@ $treeview-icon-img-wrap-width: calc(100% - 60px) !default;
59173
59173
  $treeview-big-font-size: $text-base !default;
59174
59174
  $treeview-big-icon-font-size: $text-2xl !default;
59175
59175
  $treeview-big-item-height: 44px !default;
59176
- $treeview-big-text-height: 40px !default;
59176
+ $treeview-big-text-height: 24px !default;
59177
59177
  $treeview-big-input-height: 40px !default;
59178
59178
  $treeview-big-text-padding: 0 16px !default;
59179
59179
  $treeview-big-input-padding: 0 9px !default;
@@ -59198,7 +59198,7 @@ $treeview-big-rtl-text-wrap-padding: 0 24px 0 0 !default;
59198
59198
  $treeview-big-drag-icon-font-size: $text-sm !default;
59199
59199
  $treeview-big-drag-item-text-padding-left: 16px !default;
59200
59200
  $treeview-big-drag-before-icon-padding: 14px !default;
59201
- $treeview-big-check-text-padding: 0 16px !default;
59201
+ $treeview-big-check-text-padding: 10px 16px !default;
59202
59202
  $treeview-big-check-wrap-width: calc(100% - 33px) !default;
59203
59203
  $treeview-big-check-icon-wrap-width: calc(100% - 70px) !default;
59204
59204
  $treeview-big-check-icon-img-wrap-width: calc(100% - 102px) !default;
@@ -59411,7 +59411,7 @@ $treeview-item-active-check-color: $primary !default;
59411
59411
 
59412
59412
  .e-list-item {
59413
59413
  list-style: none;
59414
- @if $skin-name != 'tailwind3' and $skin-name != 'tailwind' and $skin-name != 'Material3' and $skin-name != 'fluent2' {
59414
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
59415
59415
  padding: 2px 0;
59416
59416
  }
59417
59417
  @if $skin-name == 'fluent2' {
@@ -59419,13 +59419,12 @@ $treeview-item-active-check-color: $primary !default;
59419
59419
  }
59420
59420
 
59421
59421
  .e-ul {
59422
- margin: 2px 0 -2px;
59423
59422
  padding: $treeview-child-ul-padding;
59424
- @if $skin-name == 'tailwind' {
59425
- margin: 2px 0 0;
59423
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
59424
+ margin: 2px 0 -2px;
59426
59425
  }
59427
- @else if $skin-name == 'tailwind3' or $skin-name == 'Material3' {
59428
- margin: 0;
59426
+ @if $skin-name == 'fluent2' {
59427
+ margin-top: 4px;
59429
59428
  }
59430
59429
  }
59431
59430
 
@@ -59462,6 +59461,45 @@ $treeview-item-active-check-color: $primary !default;
59462
59461
  .e-icons.e-icons-spinner::before {
59463
59462
  content: none;
59464
59463
  }
59464
+
59465
+ .e-text-content {
59466
+ .e-list-text {
59467
+ &:has(> .e-input-group) {
59468
+ @if $skin-name == 'material' or $skin-name == 'material-dark' {
59469
+ padding-top: 1px;
59470
+ padding-bottom: 1px;
59471
+ .e-input-group {
59472
+ height: 34px;
59473
+
59474
+ .e-input {
59475
+ line-height: 26px;
59476
+ min-height: 26px;
59477
+ }
59478
+ }
59479
+ }
59480
+ @if $skin-name == 'tailwind3' {
59481
+ padding-top: 4px;
59482
+ padding-bottom: 4px;
59483
+ }
59484
+ @if $skin-name == 'highcontrast' {
59485
+ padding-top: 3px;
59486
+ padding-bottom: 3px;
59487
+ }
59488
+ @if ($skin-name == 'FluentUI') {
59489
+ padding-top: 3px;
59490
+ padding-bottom: 3px;
59491
+ }
59492
+ @if $skin-name == 'bootstrap5.3' {
59493
+ padding-top: 2px;
59494
+ padding-bottom: 2px;
59495
+ }
59496
+ @if $skin-name == 'bootstrap4' {
59497
+ padding-top: 5px;
59498
+ padding-bottom: 5px;
59499
+ }
59500
+ }
59501
+ }
59502
+ }
59465
59503
  }
59466
59504
 
59467
59505
  .e-icons {
@@ -59479,11 +59517,14 @@ $treeview-item-active-check-color: $primary !default;
59479
59517
 
59480
59518
  .e-text-content {
59481
59519
  @include user-select;
59482
- border: 1px solid;
59483
59520
  cursor: pointer;
59484
59521
  margin: 0;
59485
59522
  padding: $treeview-text-wrap-padding;
59486
59523
 
59524
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
59525
+ border: 1px solid;
59526
+ }
59527
+
59487
59528
  @if $skin-name == 'Material3' or $skin-name == 'tailwind3' {
59488
59529
  border: none;
59489
59530
  }
@@ -59569,14 +59610,13 @@ $treeview-item-active-check-color: $primary !default;
59569
59610
 
59570
59611
  .e-input-group {
59571
59612
  height: $treeview-input-height;
59572
- @if ($skin-name == 'FluentUI') {
59573
- margin-top: 3px;
59574
- }
59575
- @else if($skin-name == 'tailwind') {
59576
- margin-bottom: 3px;
59613
+ @if ($skin-name == 'tailwind') {
59614
+ margin-top: 4px;
59615
+ margin-bottom: 4px;
59577
59616
  }
59578
59617
  @else if($skin-name == 'bootstrap5') {
59579
- margin-bottom: 2px;
59618
+ margin-bottom: 3px;
59619
+ margin-top: 3px;
59580
59620
  }
59581
59621
  @else {
59582
59622
  margin-bottom: 0;
@@ -59586,9 +59626,20 @@ $treeview-item-active-check-color: $primary !default;
59586
59626
  @if ($skin-name == 'fluent2') {
59587
59627
  border-color: $treeview-input-border-color;
59588
59628
  }
59589
- @if $skin-name != 'material' {
59590
- .e-input {
59629
+ .e-input {
59630
+ @if $skin-name != 'material' and $skin-name != 'material-dark' {
59591
59631
  height: 28px;
59632
+ padding-top: 6px;
59633
+ padding-bottom: 6px;
59634
+ }
59635
+ @if $skin-name == 'tailwind3' {
59636
+ line-height: 20px;
59637
+ height: 32px;
59638
+ }
59639
+ @if $skin-name == 'bootstrap5.3' {
59640
+ height: 32px;
59641
+ padding-top: 5px;
59642
+ padding-bottom: 5px;
59592
59643
  }
59593
59644
  }
59594
59645
  }
@@ -60180,13 +60231,13 @@ $treeview-item-active-check-color: $primary !default;
60180
60231
  @include bg-border($treeview-item-active-check-bg, $treeview-item-active-check-border-color);
60181
60232
  color: $treeview-item-active-check-color;
60182
60233
  }
60183
- @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
60234
+ @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
60184
60235
  border-color: $content-text-color-selected;
60185
60236
  }
60186
60237
  }
60187
60238
 
60188
60239
  .e-stop {
60189
- @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
60240
+ @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
60190
60241
  border-color: $content-text-color-selected;
60191
60242
  }
60192
60243
  }
@@ -60237,6 +60288,11 @@ $treeview-item-active-check-color: $primary !default;
60237
60288
  }
60238
60289
  }
60239
60290
  }
60291
+ @if ($theme-name == 'fluent2-highcontrast') {
60292
+ .e-checkbox-wrapper .e-frame.e-check {
60293
+ border-color: $content-text-color-hover;
60294
+ }
60295
+ }
60240
60296
  }
60241
60297
 
60242
60298
  .e-sibling {
@@ -60606,6 +60662,30 @@ $treeview-item-active-check-color: $primary !default;
60606
60662
  min-height: $treeview-big-item-height;
60607
60663
  }
60608
60664
 
60665
+ @if $skin-name == 'bootstrap5.3' {
60666
+ padding: $treeview-big-text-padding;
60667
+ }
60668
+
60669
+ @if $skin-name == 'highcontrast' {
60670
+ padding-top: 11px;
60671
+ padding-bottom: 11px;
60672
+ }
60673
+
60674
+ @if $skin-name == 'material' or $skin-name == 'material-dark' {
60675
+ padding-top: 12px;
60676
+ padding-bottom: 12px;
60677
+ }
60678
+
60679
+ @if $skin-name == 'FluentUI' {
60680
+ padding-top: 10px;
60681
+ padding-bottom: 10px;
60682
+ }
60683
+
60684
+ @if $skin-name == 'bootstrap4' {
60685
+ padding-top: 13px;
60686
+ padding-bottom: 13px;
60687
+ }
60688
+
60609
60689
  .e-input-group {
60610
60690
  height: $treeview-big-input-height;
60611
60691
 
@@ -60614,6 +60694,69 @@ $treeview-item-active-check-color: $primary !default;
60614
60694
  height: 36px;
60615
60695
  }
60616
60696
  }
60697
+
60698
+ @if $skin-name =='bootstrap5' {
60699
+ padding-top: 6px;
60700
+ padding-bottom: 6px;
60701
+ margin-top: 2px;
60702
+ margin-bottom: 2px;
60703
+ }
60704
+
60705
+ @if $skin-name == 'highcontrast' or $skin-name == 'material-dark' {
60706
+ line-height: 42px;
60707
+ min-height: 42px;
60708
+ }
60709
+
60710
+ .e-input {
60711
+ @if $skin-name =='tailwind3' {
60712
+ height: 40px;
60713
+ line-height: 24px;
60714
+ padding-top: 8px;
60715
+ padding-bottom: 8px;
60716
+ }
60717
+
60718
+ @if $skin-name =='bootstrap5' {
60719
+ height: 24px;
60720
+ }
60721
+
60722
+ @if $skin-name =='material' or $skin-name == 'material-dark' {
60723
+ line-height: 28px;
60724
+ min-height: 28px;
60725
+ padding-top: 9px;
60726
+ padding-bottom: 5px;
60727
+ }
60728
+
60729
+ @if $skin-name == 'bootstrap5.3' {
60730
+ line-height: 24px;
60731
+ min-height: 24px;
60732
+ padding-top: 7px;
60733
+ padding-bottom: 7px;
60734
+ }
60735
+ }
60736
+ }
60737
+ }
60738
+
60739
+ .e-list-item .e-text-content .e-list-text {
60740
+ &:has(> .e-input-group) {
60741
+ @if $skin-name =='highcontrast' {
60742
+ padding-top: 4px;
60743
+ padding-bottom: 4px;
60744
+ }
60745
+
60746
+ @if $skin-name =='FluentUI' {
60747
+ padding-top: 2px;
60748
+ padding-bottom: 2px;
60749
+ }
60750
+
60751
+ @if $skin-name =='material' or $skin-name == 'material-dark' {
60752
+ padding-top: 3px;
60753
+ padding-bottom: 3px;
60754
+ }
60755
+
60756
+ @if $skin-name == 'bootstrap4' {
60757
+ padding-top: 6px;
60758
+ padding-bottom: 6px;
60759
+ }
60617
60760
  }
60618
60761
  }
60619
60762
 
@@ -60798,6 +60941,10 @@ $treeview-item-active-check-color: $primary !default;
60798
60941
  .e-treeview.e-bigger {
60799
60942
  .e-list-text {
60800
60943
  font-size: $treeview-big-font-size;
60944
+ @if $skin-name == 'Material3' {
60945
+ padding: 12px;
60946
+ }
60947
+
60801
60948
  @if $skin-name == 'bootstrap4' {
60802
60949
  color: $treeview-big-text-color;
60803
60950
  }
@@ -109350,10 +109497,10 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
109350
109497
  &:first-child {
109351
109498
  padding: 0;
109352
109499
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
109353
- padding-bottom: 12px;
109500
+ padding-bottom: 8px;
109354
109501
  padding-left: 12px;
109355
109502
  padding-right: 12px;
109356
- padding-top: 12px;
109503
+ padding-top: 8px;
109357
109504
  }
109358
109505
  }
109359
109506
 
@@ -109421,7 +109568,7 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
109421
109568
  .e-toast-content {
109422
109569
  &:first-child {
109423
109570
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
109424
- padding-left: 48px;
109571
+ padding-left: 44px;
109425
109572
  }
109426
109573
  }
109427
109574
  }
@@ -109468,9 +109615,14 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
109468
109615
  margin-right: $toast-icon-nrml-right-margin;
109469
109616
  width: $toast-icon-nrml-width;
109470
109617
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
109471
- left: 16px;
109472
- margin-left: 13px;
109473
- margin-top: 13px;
109618
+ left: 0;
109619
+ margin-left: 12px;
109620
+ margin-top: 10px;
109621
+ padding-bottom: 6px;
109622
+ position: absolute;
109623
+ }
109624
+ @if $skin-name == 'fluent2' {
109625
+ margin-top: 2px;
109474
109626
  }
109475
109627
  }
109476
109628
 
@@ -109942,8 +110094,9 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
109942
110094
  margin-right: $toast-icon-bgr-right-margin;
109943
110095
  width: $toast-icon-bgr-width;
109944
110096
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
109945
- left: 18px;
109946
- margin-top: 13px;
110097
+ left: 0;
110098
+ margin-top: 14px;
110099
+ margin-left: 12px;
109947
110100
  }
109948
110101
  }
109949
110102
 
@@ -43224,8 +43224,8 @@ $treeview-font-size: $text-sm !default;
43224
43224
  $treeview-icon-font-size: $text-xl !default;
43225
43225
  $treeview-image-font-size: $text-xl !default;
43226
43226
  $treeview-item-height: 38px !default;
43227
- $treeview-text-height: 36px !default;
43228
- $treeview-input-height: 30px !default;
43227
+ $treeview-text-height: 22px !default;
43228
+ $treeview-input-height: 32px !default;
43229
43229
  $treeview-root-ul-padding: 0 0 0 12px !default;
43230
43230
  $treeview-rtl-root-ul-padding: 0 12px 0 0 !default;
43231
43231
  $treeview-child-ul-padding: 0 0 0 20px !default;
@@ -43236,7 +43236,7 @@ $treeview-icon-size: 20px !default;
43236
43236
  $treeview-icon-margin: 0 0 0 -20px !default;
43237
43237
  $treeview-rtl-icon-margin: 0 -20px 0 0 !default;
43238
43238
  $treeview-icon-padding: 0px !default;
43239
- $treeview-text-padding: 0 12px !default;
43239
+ $treeview-text-padding: 8px 12px !default;
43240
43240
  $treeview-text-margin: 0 !default;
43241
43241
  $treeview-image-size: 20px !default;
43242
43242
  $treeview-image-margin: 0 0 0 12px !default;
@@ -43251,7 +43251,7 @@ $treeview-icon-image-margin: 0 0 0 12px !default;
43251
43251
  $treeview-rtl-icon-image-margin: 0 12px 0 0 !default;
43252
43252
  $treeview-check-margin: 0 0 0 12px !default;
43253
43253
  $treeview-rtl-check-margin: 0 12px 0 0 !default;
43254
- $treeview-check-text-padding: 0 12px !default;
43254
+ $treeview-check-text-padding: 8px 12px !default;
43255
43255
  $treeview-check-image-margin: 0 0 0 12px !default;
43256
43256
  $treeview-rtl-check-image-margin: 0 12px 0 0 !default;
43257
43257
  $treeview-drop-count-border-size: 1px !default;
@@ -43266,7 +43266,7 @@ $treeview-icon-img-wrap-width: calc(100% - 60px) !default;
43266
43266
  $treeview-big-font-size: $text-base !default;
43267
43267
  $treeview-big-icon-font-size: $text-2xl !default;
43268
43268
  $treeview-big-item-height: 44px !default;
43269
- $treeview-big-text-height: 40px !default;
43269
+ $treeview-big-text-height: 24px !default;
43270
43270
  $treeview-big-input-height: 40px !default;
43271
43271
  $treeview-big-text-padding: 0 16px !default;
43272
43272
  $treeview-big-input-padding: 0 9px !default;
@@ -43291,7 +43291,7 @@ $treeview-big-rtl-text-wrap-padding: 0 24px 0 0 !default;
43291
43291
  $treeview-big-drag-icon-font-size: $text-sm !default;
43292
43292
  $treeview-big-drag-item-text-padding-left: 16px !default;
43293
43293
  $treeview-big-drag-before-icon-padding: 14px !default;
43294
- $treeview-big-check-text-padding: 0 16px !default;
43294
+ $treeview-big-check-text-padding: 10px 16px !default;
43295
43295
  $treeview-big-check-wrap-width: calc(100% - 33px) !default;
43296
43296
  $treeview-big-check-icon-wrap-width: calc(100% - 70px) !default;
43297
43297
  $treeview-big-check-icon-img-wrap-width: calc(100% - 102px) !default;
@@ -43504,7 +43504,7 @@ $treeview-item-active-check-color: $primary !default;
43504
43504
 
43505
43505
  .e-list-item {
43506
43506
  list-style: none;
43507
- @if $skin-name != 'tailwind3' and $skin-name != 'tailwind' and $skin-name != 'Material3' and $skin-name != 'fluent2' {
43507
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
43508
43508
  padding: 2px 0;
43509
43509
  }
43510
43510
  @if $skin-name == 'fluent2' {
@@ -43512,13 +43512,12 @@ $treeview-item-active-check-color: $primary !default;
43512
43512
  }
43513
43513
 
43514
43514
  .e-ul {
43515
- margin: 2px 0 -2px;
43516
43515
  padding: $treeview-child-ul-padding;
43517
- @if $skin-name == 'tailwind' {
43518
- margin: 2px 0 0;
43516
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
43517
+ margin: 2px 0 -2px;
43519
43518
  }
43520
- @else if $skin-name == 'tailwind3' or $skin-name == 'Material3' {
43521
- margin: 0;
43519
+ @if $skin-name == 'fluent2' {
43520
+ margin-top: 4px;
43522
43521
  }
43523
43522
  }
43524
43523
 
@@ -43555,6 +43554,45 @@ $treeview-item-active-check-color: $primary !default;
43555
43554
  .e-icons.e-icons-spinner::before {
43556
43555
  content: none;
43557
43556
  }
43557
+
43558
+ .e-text-content {
43559
+ .e-list-text {
43560
+ &:has(> .e-input-group) {
43561
+ @if $skin-name == 'material' or $skin-name == 'material-dark' {
43562
+ padding-top: 1px;
43563
+ padding-bottom: 1px;
43564
+ .e-input-group {
43565
+ height: 34px;
43566
+
43567
+ .e-input {
43568
+ line-height: 26px;
43569
+ min-height: 26px;
43570
+ }
43571
+ }
43572
+ }
43573
+ @if $skin-name == 'tailwind3' {
43574
+ padding-top: 4px;
43575
+ padding-bottom: 4px;
43576
+ }
43577
+ @if $skin-name == 'highcontrast' {
43578
+ padding-top: 3px;
43579
+ padding-bottom: 3px;
43580
+ }
43581
+ @if ($skin-name == 'FluentUI') {
43582
+ padding-top: 3px;
43583
+ padding-bottom: 3px;
43584
+ }
43585
+ @if $skin-name == 'bootstrap5.3' {
43586
+ padding-top: 2px;
43587
+ padding-bottom: 2px;
43588
+ }
43589
+ @if $skin-name == 'bootstrap4' {
43590
+ padding-top: 5px;
43591
+ padding-bottom: 5px;
43592
+ }
43593
+ }
43594
+ }
43595
+ }
43558
43596
  }
43559
43597
 
43560
43598
  .e-icons {
@@ -43572,11 +43610,14 @@ $treeview-item-active-check-color: $primary !default;
43572
43610
 
43573
43611
  .e-text-content {
43574
43612
  @include user-select;
43575
- border: 1px solid;
43576
43613
  cursor: pointer;
43577
43614
  margin: 0;
43578
43615
  padding: $treeview-text-wrap-padding;
43579
43616
 
43617
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
43618
+ border: 1px solid;
43619
+ }
43620
+
43580
43621
  @if $skin-name == 'Material3' or $skin-name == 'tailwind3' {
43581
43622
  border: none;
43582
43623
  }
@@ -43662,14 +43703,13 @@ $treeview-item-active-check-color: $primary !default;
43662
43703
 
43663
43704
  .e-input-group {
43664
43705
  height: $treeview-input-height;
43665
- @if ($skin-name == 'FluentUI') {
43666
- margin-top: 3px;
43667
- }
43668
- @else if($skin-name == 'tailwind') {
43669
- margin-bottom: 3px;
43706
+ @if ($skin-name == 'tailwind') {
43707
+ margin-top: 4px;
43708
+ margin-bottom: 4px;
43670
43709
  }
43671
43710
  @else if($skin-name == 'bootstrap5') {
43672
- margin-bottom: 2px;
43711
+ margin-bottom: 3px;
43712
+ margin-top: 3px;
43673
43713
  }
43674
43714
  @else {
43675
43715
  margin-bottom: 0;
@@ -43679,9 +43719,20 @@ $treeview-item-active-check-color: $primary !default;
43679
43719
  @if ($skin-name == 'fluent2') {
43680
43720
  border-color: $treeview-input-border-color;
43681
43721
  }
43682
- @if $skin-name != 'material' {
43683
- .e-input {
43722
+ .e-input {
43723
+ @if $skin-name != 'material' and $skin-name != 'material-dark' {
43684
43724
  height: 28px;
43725
+ padding-top: 6px;
43726
+ padding-bottom: 6px;
43727
+ }
43728
+ @if $skin-name == 'tailwind3' {
43729
+ line-height: 20px;
43730
+ height: 32px;
43731
+ }
43732
+ @if $skin-name == 'bootstrap5.3' {
43733
+ height: 32px;
43734
+ padding-top: 5px;
43735
+ padding-bottom: 5px;
43685
43736
  }
43686
43737
  }
43687
43738
  }
@@ -44273,13 +44324,13 @@ $treeview-item-active-check-color: $primary !default;
44273
44324
  @include bg-border($treeview-item-active-check-bg, $treeview-item-active-check-border-color);
44274
44325
  color: $treeview-item-active-check-color;
44275
44326
  }
44276
- @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
44327
+ @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
44277
44328
  border-color: $content-text-color-selected;
44278
44329
  }
44279
44330
  }
44280
44331
 
44281
44332
  .e-stop {
44282
- @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
44333
+ @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
44283
44334
  border-color: $content-text-color-selected;
44284
44335
  }
44285
44336
  }
@@ -44330,6 +44381,11 @@ $treeview-item-active-check-color: $primary !default;
44330
44381
  }
44331
44382
  }
44332
44383
  }
44384
+ @if ($theme-name == 'fluent2-highcontrast') {
44385
+ .e-checkbox-wrapper .e-frame.e-check {
44386
+ border-color: $content-text-color-hover;
44387
+ }
44388
+ }
44333
44389
  }
44334
44390
 
44335
44391
  .e-sibling {
@@ -81950,10 +82006,10 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
81950
82006
  &:first-child {
81951
82007
  padding: 0;
81952
82008
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
81953
- padding-bottom: 12px;
82009
+ padding-bottom: 8px;
81954
82010
  padding-left: 12px;
81955
82011
  padding-right: 12px;
81956
- padding-top: 12px;
82012
+ padding-top: 8px;
81957
82013
  }
81958
82014
  }
81959
82015
 
@@ -82021,7 +82077,7 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
82021
82077
  .e-toast-content {
82022
82078
  &:first-child {
82023
82079
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
82024
- padding-left: 48px;
82080
+ padding-left: 44px;
82025
82081
  }
82026
82082
  }
82027
82083
  }
@@ -82068,9 +82124,14 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
82068
82124
  margin-right: $toast-icon-nrml-right-margin;
82069
82125
  width: $toast-icon-nrml-width;
82070
82126
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
82071
- left: 16px;
82072
- margin-left: 13px;
82073
- margin-top: 13px;
82127
+ left: 0;
82128
+ margin-left: 12px;
82129
+ margin-top: 10px;
82130
+ padding-bottom: 6px;
82131
+ position: absolute;
82132
+ }
82133
+ @if $skin-name == 'fluent2' {
82134
+ margin-top: 2px;
82074
82135
  }
82075
82136
  }
82076
82137