@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
@@ -59187,8 +59187,8 @@ $treeview-drag-item-bg: $grey-200 !default;
59187
59187
  $treeview-drag-item-color: rgba($grey-light-font, .54) !default;
59188
59188
  $treeview-drag-icon-color: rgba($grey-light-font, .54) !default;
59189
59189
 
59190
- $treeview-item-height: 32px !default;
59191
- $treeview-text-height: 30px !default;
59190
+ $treeview-item-height: 36px !default;
59191
+ $treeview-text-height: 22px !default;
59192
59192
  $treeview-input-height: 30px !default;
59193
59193
  $treeview-root-ul-padding: 0 0 0 24px !default;
59194
59194
  $treeview-rtl-root-ul-padding: 0 24px 0 0 !default;
@@ -59200,7 +59200,7 @@ $treeview-icon-size: 24px !default;
59200
59200
  $treeview-icon-margin: 0 0 0 -24px !default;
59201
59201
  $treeview-rtl-icon-margin: 0 -24px 0 0 !default;
59202
59202
  $treeview-icon-padding: 7px !default;
59203
- $treeview-text-padding: 0 5px !default;
59203
+ $treeview-text-padding: 7px 5px !default;
59204
59204
  $treeview-text-margin: 0 !default;
59205
59205
  $treeview-image-size: 18px !default;
59206
59206
  $treeview-image-margin: 0 0 0 5px !default;
@@ -59223,7 +59223,7 @@ $treeview-icon-image-margin: 0 0 0 10px !default;
59223
59223
  $treeview-rtl-icon-image-margin: 0 10px 0 0 !default;
59224
59224
  $treeview-check-margin: 0 0 0 5px !default;
59225
59225
  $treeview-rtl-check-margin: 0 5px 0 0 !default;
59226
- $treeview-check-text-padding: 0 10px !default;
59226
+ $treeview-check-text-padding: 7px 10px !default;
59227
59227
  $treeview-check-image-margin: 0 0 0 12px !default;
59228
59228
  $treeview-rtl-check-image-margin: 0 12px 0 0 !default;
59229
59229
  $treeview-drop-count-border-size: 1px !default;
@@ -59235,8 +59235,8 @@ $treeview-check-icon-img-wrap-width: calc(100% - 87px) !default;
59235
59235
  $treeview-icon-wrap-width: calc(100% - 29px) !default;
59236
59236
  $treeview-icon-img-wrap-width: calc(100% - 57px) !default;
59237
59237
 
59238
- $treeview-big-item-height: 40px !default;
59239
- $treeview-big-text-height: 38px !default;
59238
+ $treeview-big-item-height: 48px !default;
59239
+ $treeview-big-text-height: 24px !default;
59240
59240
  $treeview-big-input-height: 38px !default;
59241
59241
  $treeview-big-text-padding: 0 10px !default;
59242
59242
  $treeview-big-input-padding: 0 9px !default;
@@ -59428,7 +59428,7 @@ $ripple-width: 32px !default;
59428
59428
 
59429
59429
  .e-list-item {
59430
59430
  list-style: none;
59431
- @if $skin-name != 'tailwind3' and $skin-name != 'tailwind' and $skin-name != 'Material3' and $skin-name != 'fluent2' {
59431
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
59432
59432
  padding: 2px 0;
59433
59433
  }
59434
59434
  @if $skin-name == 'fluent2' {
@@ -59436,13 +59436,12 @@ $ripple-width: 32px !default;
59436
59436
  }
59437
59437
 
59438
59438
  .e-ul {
59439
- margin: 2px 0 -2px;
59440
59439
  padding: $treeview-child-ul-padding;
59441
- @if $skin-name == 'tailwind' {
59442
- margin: 2px 0 0;
59440
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
59441
+ margin: 2px 0 -2px;
59443
59442
  }
59444
- @else if $skin-name == 'tailwind3' or $skin-name == 'Material3' {
59445
- margin: 0;
59443
+ @if $skin-name == 'fluent2' {
59444
+ margin-top: 4px;
59446
59445
  }
59447
59446
  }
59448
59447
 
@@ -59479,6 +59478,45 @@ $ripple-width: 32px !default;
59479
59478
  .e-icons.e-icons-spinner::before {
59480
59479
  content: none;
59481
59480
  }
59481
+
59482
+ .e-text-content {
59483
+ .e-list-text {
59484
+ &:has(> .e-input-group) {
59485
+ @if $skin-name == 'material' or $skin-name == 'material-dark' {
59486
+ padding-top: 1px;
59487
+ padding-bottom: 1px;
59488
+ .e-input-group {
59489
+ height: 34px;
59490
+
59491
+ .e-input {
59492
+ line-height: 26px;
59493
+ min-height: 26px;
59494
+ }
59495
+ }
59496
+ }
59497
+ @if $skin-name == 'tailwind3' {
59498
+ padding-top: 4px;
59499
+ padding-bottom: 4px;
59500
+ }
59501
+ @if $skin-name == 'highcontrast' {
59502
+ padding-top: 3px;
59503
+ padding-bottom: 3px;
59504
+ }
59505
+ @if ($skin-name == 'FluentUI') {
59506
+ padding-top: 3px;
59507
+ padding-bottom: 3px;
59508
+ }
59509
+ @if $skin-name == 'bootstrap5.3' {
59510
+ padding-top: 2px;
59511
+ padding-bottom: 2px;
59512
+ }
59513
+ @if $skin-name == 'bootstrap4' {
59514
+ padding-top: 5px;
59515
+ padding-bottom: 5px;
59516
+ }
59517
+ }
59518
+ }
59519
+ }
59482
59520
  }
59483
59521
 
59484
59522
  .e-icons {
@@ -59496,11 +59534,14 @@ $ripple-width: 32px !default;
59496
59534
 
59497
59535
  .e-text-content {
59498
59536
  @include user-select;
59499
- border: 1px solid;
59500
59537
  cursor: pointer;
59501
59538
  margin: 0;
59502
59539
  padding: $treeview-text-wrap-padding;
59503
59540
 
59541
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
59542
+ border: 1px solid;
59543
+ }
59544
+
59504
59545
  @if $skin-name == 'Material3' or $skin-name == 'tailwind3' {
59505
59546
  border: none;
59506
59547
  }
@@ -59586,14 +59627,13 @@ $ripple-width: 32px !default;
59586
59627
 
59587
59628
  .e-input-group {
59588
59629
  height: $treeview-input-height;
59589
- @if ($skin-name == 'FluentUI') {
59590
- margin-top: 3px;
59591
- }
59592
- @else if($skin-name == 'tailwind') {
59593
- margin-bottom: 3px;
59630
+ @if ($skin-name == 'tailwind') {
59631
+ margin-top: 4px;
59632
+ margin-bottom: 4px;
59594
59633
  }
59595
59634
  @else if($skin-name == 'bootstrap5') {
59596
- margin-bottom: 2px;
59635
+ margin-bottom: 3px;
59636
+ margin-top: 3px;
59597
59637
  }
59598
59638
  @else {
59599
59639
  margin-bottom: 0;
@@ -59603,9 +59643,20 @@ $ripple-width: 32px !default;
59603
59643
  @if ($skin-name == 'fluent2') {
59604
59644
  border-color: $treeview-input-border-color;
59605
59645
  }
59606
- @if $skin-name != 'material' {
59607
- .e-input {
59646
+ .e-input {
59647
+ @if $skin-name != 'material' and $skin-name != 'material-dark' {
59608
59648
  height: 28px;
59649
+ padding-top: 6px;
59650
+ padding-bottom: 6px;
59651
+ }
59652
+ @if $skin-name == 'tailwind3' {
59653
+ line-height: 20px;
59654
+ height: 32px;
59655
+ }
59656
+ @if $skin-name == 'bootstrap5.3' {
59657
+ height: 32px;
59658
+ padding-top: 5px;
59659
+ padding-bottom: 5px;
59609
59660
  }
59610
59661
  }
59611
59662
  }
@@ -60197,13 +60248,13 @@ $ripple-width: 32px !default;
60197
60248
  @include bg-border($treeview-item-active-check-bg, $treeview-item-active-check-border-color);
60198
60249
  color: $treeview-item-active-check-color;
60199
60250
  }
60200
- @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
60251
+ @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
60201
60252
  border-color: $content-text-color-selected;
60202
60253
  }
60203
60254
  }
60204
60255
 
60205
60256
  .e-stop {
60206
- @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
60257
+ @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
60207
60258
  border-color: $content-text-color-selected;
60208
60259
  }
60209
60260
  }
@@ -60254,6 +60305,11 @@ $ripple-width: 32px !default;
60254
60305
  }
60255
60306
  }
60256
60307
  }
60308
+ @if ($theme-name == 'fluent2-highcontrast') {
60309
+ .e-checkbox-wrapper .e-frame.e-check {
60310
+ border-color: $content-text-color-hover;
60311
+ }
60312
+ }
60257
60313
  }
60258
60314
 
60259
60315
  .e-sibling {
@@ -60623,6 +60679,30 @@ $ripple-width: 32px !default;
60623
60679
  min-height: $treeview-big-item-height;
60624
60680
  }
60625
60681
 
60682
+ @if $skin-name == 'bootstrap5.3' {
60683
+ padding: $treeview-big-text-padding;
60684
+ }
60685
+
60686
+ @if $skin-name == 'highcontrast' {
60687
+ padding-top: 11px;
60688
+ padding-bottom: 11px;
60689
+ }
60690
+
60691
+ @if $skin-name == 'material' or $skin-name == 'material-dark' {
60692
+ padding-top: 12px;
60693
+ padding-bottom: 12px;
60694
+ }
60695
+
60696
+ @if $skin-name == 'FluentUI' {
60697
+ padding-top: 10px;
60698
+ padding-bottom: 10px;
60699
+ }
60700
+
60701
+ @if $skin-name == 'bootstrap4' {
60702
+ padding-top: 13px;
60703
+ padding-bottom: 13px;
60704
+ }
60705
+
60626
60706
  .e-input-group {
60627
60707
  height: $treeview-big-input-height;
60628
60708
 
@@ -60631,6 +60711,69 @@ $ripple-width: 32px !default;
60631
60711
  height: 36px;
60632
60712
  }
60633
60713
  }
60714
+
60715
+ @if $skin-name =='bootstrap5' {
60716
+ padding-top: 6px;
60717
+ padding-bottom: 6px;
60718
+ margin-top: 2px;
60719
+ margin-bottom: 2px;
60720
+ }
60721
+
60722
+ @if $skin-name == 'highcontrast' or $skin-name == 'material-dark' {
60723
+ line-height: 42px;
60724
+ min-height: 42px;
60725
+ }
60726
+
60727
+ .e-input {
60728
+ @if $skin-name =='tailwind3' {
60729
+ height: 40px;
60730
+ line-height: 24px;
60731
+ padding-top: 8px;
60732
+ padding-bottom: 8px;
60733
+ }
60734
+
60735
+ @if $skin-name =='bootstrap5' {
60736
+ height: 24px;
60737
+ }
60738
+
60739
+ @if $skin-name =='material' or $skin-name == 'material-dark' {
60740
+ line-height: 28px;
60741
+ min-height: 28px;
60742
+ padding-top: 9px;
60743
+ padding-bottom: 5px;
60744
+ }
60745
+
60746
+ @if $skin-name == 'bootstrap5.3' {
60747
+ line-height: 24px;
60748
+ min-height: 24px;
60749
+ padding-top: 7px;
60750
+ padding-bottom: 7px;
60751
+ }
60752
+ }
60753
+ }
60754
+ }
60755
+
60756
+ .e-list-item .e-text-content .e-list-text {
60757
+ &:has(> .e-input-group) {
60758
+ @if $skin-name =='highcontrast' {
60759
+ padding-top: 4px;
60760
+ padding-bottom: 4px;
60761
+ }
60762
+
60763
+ @if $skin-name =='FluentUI' {
60764
+ padding-top: 2px;
60765
+ padding-bottom: 2px;
60766
+ }
60767
+
60768
+ @if $skin-name =='material' or $skin-name == 'material-dark' {
60769
+ padding-top: 3px;
60770
+ padding-bottom: 3px;
60771
+ }
60772
+
60773
+ @if $skin-name == 'bootstrap4' {
60774
+ padding-top: 6px;
60775
+ padding-bottom: 6px;
60776
+ }
60634
60777
  }
60635
60778
  }
60636
60779
 
@@ -60815,6 +60958,10 @@ $ripple-width: 32px !default;
60815
60958
  .e-treeview.e-bigger {
60816
60959
  .e-list-text {
60817
60960
  font-size: $treeview-big-font-size;
60961
+ @if $skin-name == 'Material3' {
60962
+ padding: 12px;
60963
+ }
60964
+
60818
60965
  @if $skin-name == 'bootstrap4' {
60819
60966
  color: $treeview-big-text-color;
60820
60967
  }
@@ -109630,10 +109777,10 @@ $toast-icon-hover-border-radius: 50% !default;
109630
109777
  &:first-child {
109631
109778
  padding: 0;
109632
109779
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
109633
- padding-bottom: 12px;
109780
+ padding-bottom: 8px;
109634
109781
  padding-left: 12px;
109635
109782
  padding-right: 12px;
109636
- padding-top: 12px;
109783
+ padding-top: 8px;
109637
109784
  }
109638
109785
  }
109639
109786
 
@@ -109701,7 +109848,7 @@ $toast-icon-hover-border-radius: 50% !default;
109701
109848
  .e-toast-content {
109702
109849
  &:first-child {
109703
109850
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
109704
- padding-left: 48px;
109851
+ padding-left: 44px;
109705
109852
  }
109706
109853
  }
109707
109854
  }
@@ -109748,9 +109895,14 @@ $toast-icon-hover-border-radius: 50% !default;
109748
109895
  margin-right: $toast-icon-nrml-right-margin;
109749
109896
  width: $toast-icon-nrml-width;
109750
109897
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
109751
- left: 16px;
109752
- margin-left: 13px;
109753
- margin-top: 13px;
109898
+ left: 0;
109899
+ margin-left: 12px;
109900
+ margin-top: 10px;
109901
+ padding-bottom: 6px;
109902
+ position: absolute;
109903
+ }
109904
+ @if $skin-name == 'fluent2' {
109905
+ margin-top: 2px;
109754
109906
  }
109755
109907
  }
109756
109908
 
@@ -110222,8 +110374,9 @@ $toast-icon-hover-border-radius: 50% !default;
110222
110374
  margin-right: $toast-icon-bgr-right-margin;
110223
110375
  width: $toast-icon-bgr-width;
110224
110376
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
110225
- left: 18px;
110226
- margin-top: 13px;
110377
+ left: 0;
110378
+ margin-top: 14px;
110379
+ margin-left: 12px;
110227
110380
  }
110228
110381
  }
110229
110382
 
@@ -43503,7 +43503,7 @@ $treeview-drag-icon-color: rgba($content-text-color-alt1) !default;
43503
43503
 
43504
43504
  .e-list-item {
43505
43505
  list-style: none;
43506
- @if $skin-name != 'tailwind3' and $skin-name != 'tailwind' and $skin-name != 'Material3' and $skin-name != 'fluent2' {
43506
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
43507
43507
  padding: 2px 0;
43508
43508
  }
43509
43509
  @if $skin-name == 'fluent2' {
@@ -43511,13 +43511,12 @@ $treeview-drag-icon-color: rgba($content-text-color-alt1) !default;
43511
43511
  }
43512
43512
 
43513
43513
  .e-ul {
43514
- margin: 2px 0 -2px;
43515
43514
  padding: $treeview-child-ul-padding;
43516
- @if $skin-name == 'tailwind' {
43517
- margin: 2px 0 0;
43515
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
43516
+ margin: 2px 0 -2px;
43518
43517
  }
43519
- @else if $skin-name == 'tailwind3' or $skin-name == 'Material3' {
43520
- margin: 0;
43518
+ @if $skin-name == 'fluent2' {
43519
+ margin-top: 4px;
43521
43520
  }
43522
43521
  }
43523
43522
 
@@ -43554,6 +43553,45 @@ $treeview-drag-icon-color: rgba($content-text-color-alt1) !default;
43554
43553
  .e-icons.e-icons-spinner::before {
43555
43554
  content: none;
43556
43555
  }
43556
+
43557
+ .e-text-content {
43558
+ .e-list-text {
43559
+ &:has(> .e-input-group) {
43560
+ @if $skin-name == 'material' or $skin-name == 'material-dark' {
43561
+ padding-top: 1px;
43562
+ padding-bottom: 1px;
43563
+ .e-input-group {
43564
+ height: 34px;
43565
+
43566
+ .e-input {
43567
+ line-height: 26px;
43568
+ min-height: 26px;
43569
+ }
43570
+ }
43571
+ }
43572
+ @if $skin-name == 'tailwind3' {
43573
+ padding-top: 4px;
43574
+ padding-bottom: 4px;
43575
+ }
43576
+ @if $skin-name == 'highcontrast' {
43577
+ padding-top: 3px;
43578
+ padding-bottom: 3px;
43579
+ }
43580
+ @if ($skin-name == 'FluentUI') {
43581
+ padding-top: 3px;
43582
+ padding-bottom: 3px;
43583
+ }
43584
+ @if $skin-name == 'bootstrap5.3' {
43585
+ padding-top: 2px;
43586
+ padding-bottom: 2px;
43587
+ }
43588
+ @if $skin-name == 'bootstrap4' {
43589
+ padding-top: 5px;
43590
+ padding-bottom: 5px;
43591
+ }
43592
+ }
43593
+ }
43594
+ }
43557
43595
  }
43558
43596
 
43559
43597
  .e-icons {
@@ -43571,11 +43609,14 @@ $treeview-drag-icon-color: rgba($content-text-color-alt1) !default;
43571
43609
 
43572
43610
  .e-text-content {
43573
43611
  @include user-select;
43574
- border: 1px solid;
43575
43612
  cursor: pointer;
43576
43613
  margin: 0;
43577
43614
  padding: $treeview-text-wrap-padding;
43578
43615
 
43616
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
43617
+ border: 1px solid;
43618
+ }
43619
+
43579
43620
  @if $skin-name == 'Material3' or $skin-name == 'tailwind3' {
43580
43621
  border: none;
43581
43622
  }
@@ -43661,14 +43702,13 @@ $treeview-drag-icon-color: rgba($content-text-color-alt1) !default;
43661
43702
 
43662
43703
  .e-input-group {
43663
43704
  height: $treeview-input-height;
43664
- @if ($skin-name == 'FluentUI') {
43665
- margin-top: 3px;
43666
- }
43667
- @else if($skin-name == 'tailwind') {
43668
- margin-bottom: 3px;
43705
+ @if ($skin-name == 'tailwind') {
43706
+ margin-top: 4px;
43707
+ margin-bottom: 4px;
43669
43708
  }
43670
43709
  @else if($skin-name == 'bootstrap5') {
43671
- margin-bottom: 2px;
43710
+ margin-bottom: 3px;
43711
+ margin-top: 3px;
43672
43712
  }
43673
43713
  @else {
43674
43714
  margin-bottom: 0;
@@ -43678,9 +43718,20 @@ $treeview-drag-icon-color: rgba($content-text-color-alt1) !default;
43678
43718
  @if ($skin-name == 'fluent2') {
43679
43719
  border-color: $treeview-input-border-color;
43680
43720
  }
43681
- @if $skin-name != 'material' {
43682
- .e-input {
43721
+ .e-input {
43722
+ @if $skin-name != 'material' and $skin-name != 'material-dark' {
43683
43723
  height: 28px;
43724
+ padding-top: 6px;
43725
+ padding-bottom: 6px;
43726
+ }
43727
+ @if $skin-name == 'tailwind3' {
43728
+ line-height: 20px;
43729
+ height: 32px;
43730
+ }
43731
+ @if $skin-name == 'bootstrap5.3' {
43732
+ height: 32px;
43733
+ padding-top: 5px;
43734
+ padding-bottom: 5px;
43684
43735
  }
43685
43736
  }
43686
43737
  }
@@ -44272,13 +44323,13 @@ $treeview-drag-icon-color: rgba($content-text-color-alt1) !default;
44272
44323
  @include bg-border($treeview-item-active-check-bg, $treeview-item-active-check-border-color);
44273
44324
  color: $treeview-item-active-check-color;
44274
44325
  }
44275
- @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
44326
+ @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
44276
44327
  border-color: $content-text-color-selected;
44277
44328
  }
44278
44329
  }
44279
44330
 
44280
44331
  .e-stop {
44281
- @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
44332
+ @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
44282
44333
  border-color: $content-text-color-selected;
44283
44334
  }
44284
44335
  }
@@ -44329,6 +44380,11 @@ $treeview-drag-icon-color: rgba($content-text-color-alt1) !default;
44329
44380
  }
44330
44381
  }
44331
44382
  }
44383
+ @if ($theme-name == 'fluent2-highcontrast') {
44384
+ .e-checkbox-wrapper .e-frame.e-check {
44385
+ border-color: $content-text-color-hover;
44386
+ }
44387
+ }
44332
44388
  }
44333
44389
 
44334
44390
  .e-sibling {
@@ -44819,7 +44875,7 @@ $menu-bigger-hscroll-nav-size: 40px !default;
44819
44875
  $menu-bigger-vscroll-nav-size: 32px !default;
44820
44876
  $menu-bigger-scroll-nav-icon-size: 18px !default;
44821
44877
  $menu-header-icon-padding: 0 16px !default;
44822
- $menu-icon-li-height: 36px !default;
44878
+ $menu-icon-li-height: 32px !default;
44823
44879
  $menu-li-bgcolor: rgba($content-text-color, .08) !default;
44824
44880
  $menu-li-border-color: rgba($flyout-border) !default;
44825
44881
  $menu-li-selection-bgcolor: rgba($primary, .08) !default;
@@ -82056,7 +82112,7 @@ $toast-progressbar-bgr-height: 4px !default;
82056
82112
  $toast-content-bgr-padding: 8px 0 6px 0 !default;
82057
82113
  $toast-bgr-border-radious: 4px !default;
82058
82114
  $toast-font-bgr-size: $text-sm !default;
82059
- $toast-title-font-weight: $font-weight-medium !default;
82115
+ $toast-title-font-weight: 500 !default;
82060
82116
 
82061
82117
  //Touch Mode End
82062
82118
  //Layout Variables End
@@ -82256,10 +82312,10 @@ $toast-warning-icon: '\e88b' !default;
82256
82312
  &:first-child {
82257
82313
  padding: 0;
82258
82314
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
82259
- padding-bottom: 12px;
82315
+ padding-bottom: 8px;
82260
82316
  padding-left: 12px;
82261
82317
  padding-right: 12px;
82262
- padding-top: 12px;
82318
+ padding-top: 8px;
82263
82319
  }
82264
82320
  }
82265
82321
 
@@ -82327,7 +82383,7 @@ $toast-warning-icon: '\e88b' !default;
82327
82383
  .e-toast-content {
82328
82384
  &:first-child {
82329
82385
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
82330
- padding-left: 48px;
82386
+ padding-left: 44px;
82331
82387
  }
82332
82388
  }
82333
82389
  }
@@ -82374,9 +82430,14 @@ $toast-warning-icon: '\e88b' !default;
82374
82430
  margin-right: $toast-icon-nrml-right-margin;
82375
82431
  width: $toast-icon-nrml-width;
82376
82432
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
82377
- left: 16px;
82378
- margin-left: 13px;
82379
- margin-top: 13px;
82433
+ left: 0;
82434
+ margin-left: 12px;
82435
+ margin-top: 10px;
82436
+ padding-bottom: 6px;
82437
+ position: absolute;
82438
+ }
82439
+ @if $skin-name == 'fluent2' {
82440
+ margin-top: 2px;
82380
82441
  }
82381
82442
  }
82382
82443