@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
@@ -60159,8 +60159,8 @@ $treeview-font-size: $text-sm !default;
60159
60159
  $treeview-icon-font-size: $text-xl !default;
60160
60160
  $treeview-image-font-size: $text-xl !default;
60161
60161
  $treeview-item-height: 36px !default;
60162
- $treeview-text-height: 34px !default;
60163
- $treeview-input-height: 30px !default;
60162
+ $treeview-text-height: 22px !default;
60163
+ $treeview-input-height: 32px !default;
60164
60164
  $treeview-root-ul-padding: 0 0 0 12px !default;
60165
60165
  $treeview-rtl-root-ul-padding: 0 12px 0 0 !default;
60166
60166
  $treeview-child-ul-padding: 0 0 0 20px !default;
@@ -60172,7 +60172,7 @@ $treeview-big-icon-size: 24px !default;
60172
60172
  $treeview-icon-margin: 0 4px 0 -24px !default;
60173
60173
  $treeview-rtl-icon-margin: 0 -20px 0 0 !default;
60174
60174
  $treeview-icon-padding: 0px !default;
60175
- $treeview-text-padding: 0 8px !default;
60175
+ $treeview-text-padding: 7px 8px !default;
60176
60176
  $treeview-text-margin: 0 !default;
60177
60177
  $treeview-image-size: 18px !default;
60178
60178
  $treeview-image-margin: 0 0 0 8px !default;
@@ -60187,7 +60187,7 @@ $treeview-icon-image-margin: 0 0 0 8px !default;
60187
60187
  $treeview-rtl-icon-image-margin: 0 8px 0 0 !default;
60188
60188
  $treeview-check-margin: 0 0 0 8px !default;
60189
60189
  $treeview-rtl-check-margin: 0 12px 0 0 !default;
60190
- $treeview-check-text-padding: 0 8px !default;
60190
+ $treeview-check-text-padding: 7px 8px !default;
60191
60191
  $treeview-check-image-margin: 0 0 0 8px !default;
60192
60192
  $treeview-rtl-check-image-margin: 0 8px 0 0 !default;
60193
60193
  $treeview-drop-count-border-size: 1px !default;
@@ -60202,9 +60202,9 @@ $treeview-icon-img-wrap-width: calc(100% - 60px) !default;
60202
60202
  $treeview-big-font-size: $text-base !default;
60203
60203
  $treeview-big-icon-font-size: $text-2xl !default;
60204
60204
  $treeview-big-item-height: 42px !default;
60205
- $treeview-big-text-height: 40px !default;
60206
- $treeview-big-input-height: 40px !default;
60207
- $treeview-big-text-padding: 0 12px !default;
60205
+ $treeview-big-text-height: 24px !default;
60206
+ $treeview-big-input-height: 38px !default;
60207
+ $treeview-big-text-padding: 9px 12px !default;
60208
60208
  $treeview-big-input-padding: 0 9px !default;
60209
60209
  $treeview-big-icon-padding: 0px !default;
60210
60210
  $treeview-big-image-margin: 0 0 0 12px !default;
@@ -60227,7 +60227,7 @@ $treeview-big-rtl-text-wrap-padding: 0 24px 0 0 !default;
60227
60227
  $treeview-big-drag-icon-font-size: $text-2xl !default;
60228
60228
  $treeview-big-drag-item-text-padding-left: 24px !default;
60229
60229
  $treeview-big-drag-before-icon-padding: 6px !default;
60230
- $treeview-big-check-text-padding: 0 12px !default;
60230
+ $treeview-big-check-text-padding: 9px 12px !default;
60231
60231
  $treeview-big-check-wrap-width: calc(100% - 29px) !default;
60232
60232
  $treeview-big-check-icon-wrap-width: calc(100% - 65px) !default;
60233
60233
  $treeview-big-check-icon-img-wrap-width: calc(100% - 101px) !default;
@@ -60439,7 +60439,7 @@ $treeview-item-active-check-color: $primary !default;
60439
60439
 
60440
60440
  .e-list-item {
60441
60441
  list-style: none;
60442
- @if $skin-name != 'tailwind3' and $skin-name != 'tailwind' and $skin-name != 'Material3' and $skin-name != 'fluent2' {
60442
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
60443
60443
  padding: 2px 0;
60444
60444
  }
60445
60445
  @if $skin-name == 'fluent2' {
@@ -60447,13 +60447,12 @@ $treeview-item-active-check-color: $primary !default;
60447
60447
  }
60448
60448
 
60449
60449
  .e-ul {
60450
- margin: 2px 0 -2px;
60451
60450
  padding: $treeview-child-ul-padding;
60452
- @if $skin-name == 'tailwind' {
60453
- margin: 2px 0 0;
60451
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
60452
+ margin: 2px 0 -2px;
60454
60453
  }
60455
- @else if $skin-name == 'tailwind3' or $skin-name == 'Material3' {
60456
- margin: 0;
60454
+ @if $skin-name == 'fluent2' {
60455
+ margin-top: 4px;
60457
60456
  }
60458
60457
  }
60459
60458
 
@@ -60490,6 +60489,45 @@ $treeview-item-active-check-color: $primary !default;
60490
60489
  .e-icons.e-icons-spinner::before {
60491
60490
  content: none;
60492
60491
  }
60492
+
60493
+ .e-text-content {
60494
+ .e-list-text {
60495
+ &:has(> .e-input-group) {
60496
+ @if $skin-name == 'material' or $skin-name == 'material-dark' {
60497
+ padding-top: 1px;
60498
+ padding-bottom: 1px;
60499
+ .e-input-group {
60500
+ height: 34px;
60501
+
60502
+ .e-input {
60503
+ line-height: 26px;
60504
+ min-height: 26px;
60505
+ }
60506
+ }
60507
+ }
60508
+ @if $skin-name == 'tailwind3' {
60509
+ padding-top: 4px;
60510
+ padding-bottom: 4px;
60511
+ }
60512
+ @if $skin-name == 'highcontrast' {
60513
+ padding-top: 3px;
60514
+ padding-bottom: 3px;
60515
+ }
60516
+ @if ($skin-name == 'FluentUI') {
60517
+ padding-top: 3px;
60518
+ padding-bottom: 3px;
60519
+ }
60520
+ @if $skin-name == 'bootstrap5.3' {
60521
+ padding-top: 2px;
60522
+ padding-bottom: 2px;
60523
+ }
60524
+ @if $skin-name == 'bootstrap4' {
60525
+ padding-top: 5px;
60526
+ padding-bottom: 5px;
60527
+ }
60528
+ }
60529
+ }
60530
+ }
60493
60531
  }
60494
60532
 
60495
60533
  .e-icons {
@@ -60507,11 +60545,14 @@ $treeview-item-active-check-color: $primary !default;
60507
60545
 
60508
60546
  .e-text-content {
60509
60547
  @include user-select;
60510
- border: 1px solid;
60511
60548
  cursor: pointer;
60512
60549
  margin: 0;
60513
60550
  padding: $treeview-text-wrap-padding;
60514
60551
 
60552
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
60553
+ border: 1px solid;
60554
+ }
60555
+
60515
60556
  @if $skin-name == 'Material3' or $skin-name == 'tailwind3' {
60516
60557
  border: none;
60517
60558
  }
@@ -60597,14 +60638,13 @@ $treeview-item-active-check-color: $primary !default;
60597
60638
 
60598
60639
  .e-input-group {
60599
60640
  height: $treeview-input-height;
60600
- @if ($skin-name == 'FluentUI') {
60601
- margin-top: 3px;
60602
- }
60603
- @else if($skin-name == 'tailwind') {
60604
- margin-bottom: 3px;
60641
+ @if ($skin-name == 'tailwind') {
60642
+ margin-top: 4px;
60643
+ margin-bottom: 4px;
60605
60644
  }
60606
60645
  @else if($skin-name == 'bootstrap5') {
60607
- margin-bottom: 2px;
60646
+ margin-bottom: 3px;
60647
+ margin-top: 3px;
60608
60648
  }
60609
60649
  @else {
60610
60650
  margin-bottom: 0;
@@ -60614,9 +60654,20 @@ $treeview-item-active-check-color: $primary !default;
60614
60654
  @if ($skin-name == 'fluent2') {
60615
60655
  border-color: $treeview-input-border-color;
60616
60656
  }
60617
- @if $skin-name != 'material' {
60618
- .e-input {
60657
+ .e-input {
60658
+ @if $skin-name != 'material' and $skin-name != 'material-dark' {
60619
60659
  height: 28px;
60660
+ padding-top: 6px;
60661
+ padding-bottom: 6px;
60662
+ }
60663
+ @if $skin-name == 'tailwind3' {
60664
+ line-height: 20px;
60665
+ height: 32px;
60666
+ }
60667
+ @if $skin-name == 'bootstrap5.3' {
60668
+ height: 32px;
60669
+ padding-top: 5px;
60670
+ padding-bottom: 5px;
60620
60671
  }
60621
60672
  }
60622
60673
  }
@@ -61208,13 +61259,13 @@ $treeview-item-active-check-color: $primary !default;
61208
61259
  @include bg-border($treeview-item-active-check-bg, $treeview-item-active-check-border-color);
61209
61260
  color: $treeview-item-active-check-color;
61210
61261
  }
61211
- @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
61262
+ @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
61212
61263
  border-color: $content-text-color-selected;
61213
61264
  }
61214
61265
  }
61215
61266
 
61216
61267
  .e-stop {
61217
- @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
61268
+ @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
61218
61269
  border-color: $content-text-color-selected;
61219
61270
  }
61220
61271
  }
@@ -61265,6 +61316,11 @@ $treeview-item-active-check-color: $primary !default;
61265
61316
  }
61266
61317
  }
61267
61318
  }
61319
+ @if ($theme-name == 'fluent2-highcontrast') {
61320
+ .e-checkbox-wrapper .e-frame.e-check {
61321
+ border-color: $content-text-color-hover;
61322
+ }
61323
+ }
61268
61324
  }
61269
61325
 
61270
61326
  .e-sibling {
@@ -61634,6 +61690,30 @@ $treeview-item-active-check-color: $primary !default;
61634
61690
  min-height: $treeview-big-item-height;
61635
61691
  }
61636
61692
 
61693
+ @if $skin-name == 'bootstrap5.3' {
61694
+ padding: $treeview-big-text-padding;
61695
+ }
61696
+
61697
+ @if $skin-name == 'highcontrast' {
61698
+ padding-top: 11px;
61699
+ padding-bottom: 11px;
61700
+ }
61701
+
61702
+ @if $skin-name == 'material' or $skin-name == 'material-dark' {
61703
+ padding-top: 12px;
61704
+ padding-bottom: 12px;
61705
+ }
61706
+
61707
+ @if $skin-name == 'FluentUI' {
61708
+ padding-top: 10px;
61709
+ padding-bottom: 10px;
61710
+ }
61711
+
61712
+ @if $skin-name == 'bootstrap4' {
61713
+ padding-top: 13px;
61714
+ padding-bottom: 13px;
61715
+ }
61716
+
61637
61717
  .e-input-group {
61638
61718
  height: $treeview-big-input-height;
61639
61719
 
@@ -61642,6 +61722,69 @@ $treeview-item-active-check-color: $primary !default;
61642
61722
  height: 36px;
61643
61723
  }
61644
61724
  }
61725
+
61726
+ @if $skin-name =='bootstrap5' {
61727
+ padding-top: 6px;
61728
+ padding-bottom: 6px;
61729
+ margin-top: 2px;
61730
+ margin-bottom: 2px;
61731
+ }
61732
+
61733
+ @if $skin-name == 'highcontrast' or $skin-name == 'material-dark' {
61734
+ line-height: 42px;
61735
+ min-height: 42px;
61736
+ }
61737
+
61738
+ .e-input {
61739
+ @if $skin-name =='tailwind3' {
61740
+ height: 40px;
61741
+ line-height: 24px;
61742
+ padding-top: 8px;
61743
+ padding-bottom: 8px;
61744
+ }
61745
+
61746
+ @if $skin-name =='bootstrap5' {
61747
+ height: 24px;
61748
+ }
61749
+
61750
+ @if $skin-name =='material' or $skin-name == 'material-dark' {
61751
+ line-height: 28px;
61752
+ min-height: 28px;
61753
+ padding-top: 9px;
61754
+ padding-bottom: 5px;
61755
+ }
61756
+
61757
+ @if $skin-name == 'bootstrap5.3' {
61758
+ line-height: 24px;
61759
+ min-height: 24px;
61760
+ padding-top: 7px;
61761
+ padding-bottom: 7px;
61762
+ }
61763
+ }
61764
+ }
61765
+ }
61766
+
61767
+ .e-list-item .e-text-content .e-list-text {
61768
+ &:has(> .e-input-group) {
61769
+ @if $skin-name =='highcontrast' {
61770
+ padding-top: 4px;
61771
+ padding-bottom: 4px;
61772
+ }
61773
+
61774
+ @if $skin-name =='FluentUI' {
61775
+ padding-top: 2px;
61776
+ padding-bottom: 2px;
61777
+ }
61778
+
61779
+ @if $skin-name =='material' or $skin-name == 'material-dark' {
61780
+ padding-top: 3px;
61781
+ padding-bottom: 3px;
61782
+ }
61783
+
61784
+ @if $skin-name == 'bootstrap4' {
61785
+ padding-top: 6px;
61786
+ padding-bottom: 6px;
61787
+ }
61645
61788
  }
61646
61789
  }
61647
61790
 
@@ -61826,6 +61969,10 @@ $treeview-item-active-check-color: $primary !default;
61826
61969
  .e-treeview.e-bigger {
61827
61970
  .e-list-text {
61828
61971
  font-size: $treeview-big-font-size;
61972
+ @if $skin-name == 'Material3' {
61973
+ padding: 12px;
61974
+ }
61975
+
61829
61976
  @if $skin-name == 'bootstrap4' {
61830
61977
  color: $treeview-big-text-color;
61831
61978
  }
@@ -110163,9 +110310,9 @@ $skeleton-card-color: $content-bg-color-alt2;
110163
110310
 
110164
110311
  //Layout Variables Start
110165
110312
  //Mouse Mode Start
110166
- $toast-icon-nrml-height: 20px !default;
110167
- $toast-icon-nrml-width: 20px !default;
110168
- $toast-icon-nrml-size: $text-sm !default;
110313
+ $toast-icon-nrml-height: 18px !default;
110314
+ $toast-icon-nrml-width: 18px !default;
110315
+ $toast-icon-nrml-size: 18px !default;
110169
110316
  $toast-icon-nrml-right-margin: 14px !default;
110170
110317
  $toast-close-icon-nrml-height: 20px !default;
110171
110318
  $toast-close-icon-nrml-width: 20px !default;
@@ -110185,9 +110332,9 @@ $toast-title-font-nrml-size: $text-sm !default;
110185
110332
  //Mouse Mode End
110186
110333
 
110187
110334
  //Touch Mode Start
110188
- $toast-icon-bgr-height: 24px !default;
110189
- $toast-icon-bgr-width: 24px !default;
110190
- $toast-icon-bgr-size: 18px !default;
110335
+ $toast-icon-bgr-height: 20px !default;
110336
+ $toast-icon-bgr-width: 20px !default;
110337
+ $toast-icon-bgr-size: 20px !default;
110191
110338
  $toast-icon-bgr-right-margin: 16px !default;
110192
110339
  $toast-close-icon-bgr-height: 24px !default;
110193
110340
  $toast-close-icon-bgr-width: 24px !default;
@@ -110234,7 +110381,7 @@ $toast-success-hover-box-shadow: $shadow !default;
110234
110381
  $toast-info-bg-color: $info-light-alt !default;
110235
110382
  $toast-info-color: $info-dark !default;
110236
110383
  $toast-info-title-color: $info-dark !default;
110237
- $toast-info-title-border-color: $info-dark !default;
110384
+ $toast-info-title-border-color: $info !default;
110238
110385
  $toast-info-icon-color: $info-dark !default;
110239
110386
  $toast-info-content-color: $info-dark !default;
110240
110387
  $toast-info-hover-bg-color: $info-light-alt !default;
@@ -110244,7 +110391,7 @@ $toast-info-hover-box-shadow: $shadow !default;
110244
110391
  $toast-warning-bg-color: $warning-light-alt !default;
110245
110392
  $toast-warning-color: $warning-dark !default;
110246
110393
  $toast-warning-title-color: $warning-dark !default;
110247
- $toast-warning-title-border-color: $warning-dark !default;
110394
+ $toast-warning-title-border-color: $border-warning !default;
110248
110395
  $toast-warning-icon-color: $warning-dark !default;
110249
110396
  $toast-warning-content-color: $warning-dark !default;
110250
110397
  $toast-warning-hover-bg-color: $warning-light-alt !default;
@@ -110393,10 +110540,10 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
110393
110540
  &:first-child {
110394
110541
  padding: 0;
110395
110542
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
110396
- padding-bottom: 12px;
110543
+ padding-bottom: 8px;
110397
110544
  padding-left: 12px;
110398
110545
  padding-right: 12px;
110399
- padding-top: 12px;
110546
+ padding-top: 8px;
110400
110547
  }
110401
110548
  }
110402
110549
 
@@ -110464,7 +110611,7 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
110464
110611
  .e-toast-content {
110465
110612
  &:first-child {
110466
110613
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
110467
- padding-left: 48px;
110614
+ padding-left: 44px;
110468
110615
  }
110469
110616
  }
110470
110617
  }
@@ -110511,9 +110658,14 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
110511
110658
  margin-right: $toast-icon-nrml-right-margin;
110512
110659
  width: $toast-icon-nrml-width;
110513
110660
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
110514
- left: 16px;
110515
- margin-left: 13px;
110516
- margin-top: 13px;
110661
+ left: 0;
110662
+ margin-left: 12px;
110663
+ margin-top: 10px;
110664
+ padding-bottom: 6px;
110665
+ position: absolute;
110666
+ }
110667
+ @if $skin-name == 'fluent2' {
110668
+ margin-top: 2px;
110517
110669
  }
110518
110670
  }
110519
110671
 
@@ -110985,8 +111137,9 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
110985
111137
  margin-right: $toast-icon-bgr-right-margin;
110986
111138
  width: $toast-icon-bgr-width;
110987
111139
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
110988
- left: 18px;
110989
- margin-top: 13px;
111140
+ left: 0;
111141
+ margin-top: 14px;
111142
+ margin-left: 12px;
110990
111143
  }
110991
111144
  }
110992
111145