@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
@@ -44252,8 +44252,8 @@ $treeview-font-size: $text-sm !default;
44252
44252
  $treeview-icon-font-size: $text-xl !default;
44253
44253
  $treeview-image-font-size: $text-xl !default;
44254
44254
  $treeview-item-height: 36px !default;
44255
- $treeview-text-height: 34px !default;
44256
- $treeview-input-height: 30px !default;
44255
+ $treeview-text-height: 22px !default;
44256
+ $treeview-input-height: 32px !default;
44257
44257
  $treeview-root-ul-padding: 0 0 0 12px !default;
44258
44258
  $treeview-rtl-root-ul-padding: 0 12px 0 0 !default;
44259
44259
  $treeview-child-ul-padding: 0 0 0 20px !default;
@@ -44265,7 +44265,7 @@ $treeview-big-icon-size: 24px !default;
44265
44265
  $treeview-icon-margin: 0 4px 0 -24px !default;
44266
44266
  $treeview-rtl-icon-margin: 0 -20px 0 0 !default;
44267
44267
  $treeview-icon-padding: 0px !default;
44268
- $treeview-text-padding: 0 8px !default;
44268
+ $treeview-text-padding: 7px 8px !default;
44269
44269
  $treeview-text-margin: 0 !default;
44270
44270
  $treeview-image-size: 18px !default;
44271
44271
  $treeview-image-margin: 0 0 0 8px !default;
@@ -44280,7 +44280,7 @@ $treeview-icon-image-margin: 0 0 0 8px !default;
44280
44280
  $treeview-rtl-icon-image-margin: 0 8px 0 0 !default;
44281
44281
  $treeview-check-margin: 0 0 0 8px !default;
44282
44282
  $treeview-rtl-check-margin: 0 12px 0 0 !default;
44283
- $treeview-check-text-padding: 0 8px !default;
44283
+ $treeview-check-text-padding: 7px 8px !default;
44284
44284
  $treeview-check-image-margin: 0 0 0 8px !default;
44285
44285
  $treeview-rtl-check-image-margin: 0 8px 0 0 !default;
44286
44286
  $treeview-drop-count-border-size: 1px !default;
@@ -44295,9 +44295,9 @@ $treeview-icon-img-wrap-width: calc(100% - 60px) !default;
44295
44295
  $treeview-big-font-size: $text-base !default;
44296
44296
  $treeview-big-icon-font-size: $text-2xl !default;
44297
44297
  $treeview-big-item-height: 42px !default;
44298
- $treeview-big-text-height: 40px !default;
44299
- $treeview-big-input-height: 40px !default;
44300
- $treeview-big-text-padding: 0 12px !default;
44298
+ $treeview-big-text-height: 24px !default;
44299
+ $treeview-big-input-height: 38px !default;
44300
+ $treeview-big-text-padding: 9px 12px !default;
44301
44301
  $treeview-big-input-padding: 0 9px !default;
44302
44302
  $treeview-big-icon-padding: 0px !default;
44303
44303
  $treeview-big-image-margin: 0 0 0 12px !default;
@@ -44320,7 +44320,7 @@ $treeview-big-rtl-text-wrap-padding: 0 24px 0 0 !default;
44320
44320
  $treeview-big-drag-icon-font-size: $text-2xl !default;
44321
44321
  $treeview-big-drag-item-text-padding-left: 24px !default;
44322
44322
  $treeview-big-drag-before-icon-padding: 6px !default;
44323
- $treeview-big-check-text-padding: 0 12px !default;
44323
+ $treeview-big-check-text-padding: 9px 12px !default;
44324
44324
  $treeview-big-check-wrap-width: calc(100% - 29px) !default;
44325
44325
  $treeview-big-check-icon-wrap-width: calc(100% - 65px) !default;
44326
44326
  $treeview-big-check-icon-img-wrap-width: calc(100% - 101px) !default;
@@ -44532,7 +44532,7 @@ $treeview-item-active-check-color: $primary !default;
44532
44532
 
44533
44533
  .e-list-item {
44534
44534
  list-style: none;
44535
- @if $skin-name != 'tailwind3' and $skin-name != 'tailwind' and $skin-name != 'Material3' and $skin-name != 'fluent2' {
44535
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
44536
44536
  padding: 2px 0;
44537
44537
  }
44538
44538
  @if $skin-name == 'fluent2' {
@@ -44540,13 +44540,12 @@ $treeview-item-active-check-color: $primary !default;
44540
44540
  }
44541
44541
 
44542
44542
  .e-ul {
44543
- margin: 2px 0 -2px;
44544
44543
  padding: $treeview-child-ul-padding;
44545
- @if $skin-name == 'tailwind' {
44546
- margin: 2px 0 0;
44544
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
44545
+ margin: 2px 0 -2px;
44547
44546
  }
44548
- @else if $skin-name == 'tailwind3' or $skin-name == 'Material3' {
44549
- margin: 0;
44547
+ @if $skin-name == 'fluent2' {
44548
+ margin-top: 4px;
44550
44549
  }
44551
44550
  }
44552
44551
 
@@ -44583,6 +44582,45 @@ $treeview-item-active-check-color: $primary !default;
44583
44582
  .e-icons.e-icons-spinner::before {
44584
44583
  content: none;
44585
44584
  }
44585
+
44586
+ .e-text-content {
44587
+ .e-list-text {
44588
+ &:has(> .e-input-group) {
44589
+ @if $skin-name == 'material' or $skin-name == 'material-dark' {
44590
+ padding-top: 1px;
44591
+ padding-bottom: 1px;
44592
+ .e-input-group {
44593
+ height: 34px;
44594
+
44595
+ .e-input {
44596
+ line-height: 26px;
44597
+ min-height: 26px;
44598
+ }
44599
+ }
44600
+ }
44601
+ @if $skin-name == 'tailwind3' {
44602
+ padding-top: 4px;
44603
+ padding-bottom: 4px;
44604
+ }
44605
+ @if $skin-name == 'highcontrast' {
44606
+ padding-top: 3px;
44607
+ padding-bottom: 3px;
44608
+ }
44609
+ @if ($skin-name == 'FluentUI') {
44610
+ padding-top: 3px;
44611
+ padding-bottom: 3px;
44612
+ }
44613
+ @if $skin-name == 'bootstrap5.3' {
44614
+ padding-top: 2px;
44615
+ padding-bottom: 2px;
44616
+ }
44617
+ @if $skin-name == 'bootstrap4' {
44618
+ padding-top: 5px;
44619
+ padding-bottom: 5px;
44620
+ }
44621
+ }
44622
+ }
44623
+ }
44586
44624
  }
44587
44625
 
44588
44626
  .e-icons {
@@ -44600,11 +44638,14 @@ $treeview-item-active-check-color: $primary !default;
44600
44638
 
44601
44639
  .e-text-content {
44602
44640
  @include user-select;
44603
- border: 1px solid;
44604
44641
  cursor: pointer;
44605
44642
  margin: 0;
44606
44643
  padding: $treeview-text-wrap-padding;
44607
44644
 
44645
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
44646
+ border: 1px solid;
44647
+ }
44648
+
44608
44649
  @if $skin-name == 'Material3' or $skin-name == 'tailwind3' {
44609
44650
  border: none;
44610
44651
  }
@@ -44690,14 +44731,13 @@ $treeview-item-active-check-color: $primary !default;
44690
44731
 
44691
44732
  .e-input-group {
44692
44733
  height: $treeview-input-height;
44693
- @if ($skin-name == 'FluentUI') {
44694
- margin-top: 3px;
44695
- }
44696
- @else if($skin-name == 'tailwind') {
44697
- margin-bottom: 3px;
44734
+ @if ($skin-name == 'tailwind') {
44735
+ margin-top: 4px;
44736
+ margin-bottom: 4px;
44698
44737
  }
44699
44738
  @else if($skin-name == 'bootstrap5') {
44700
- margin-bottom: 2px;
44739
+ margin-bottom: 3px;
44740
+ margin-top: 3px;
44701
44741
  }
44702
44742
  @else {
44703
44743
  margin-bottom: 0;
@@ -44707,9 +44747,20 @@ $treeview-item-active-check-color: $primary !default;
44707
44747
  @if ($skin-name == 'fluent2') {
44708
44748
  border-color: $treeview-input-border-color;
44709
44749
  }
44710
- @if $skin-name != 'material' {
44711
- .e-input {
44750
+ .e-input {
44751
+ @if $skin-name != 'material' and $skin-name != 'material-dark' {
44712
44752
  height: 28px;
44753
+ padding-top: 6px;
44754
+ padding-bottom: 6px;
44755
+ }
44756
+ @if $skin-name == 'tailwind3' {
44757
+ line-height: 20px;
44758
+ height: 32px;
44759
+ }
44760
+ @if $skin-name == 'bootstrap5.3' {
44761
+ height: 32px;
44762
+ padding-top: 5px;
44763
+ padding-bottom: 5px;
44713
44764
  }
44714
44765
  }
44715
44766
  }
@@ -45301,13 +45352,13 @@ $treeview-item-active-check-color: $primary !default;
45301
45352
  @include bg-border($treeview-item-active-check-bg, $treeview-item-active-check-border-color);
45302
45353
  color: $treeview-item-active-check-color;
45303
45354
  }
45304
- @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
45355
+ @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
45305
45356
  border-color: $content-text-color-selected;
45306
45357
  }
45307
45358
  }
45308
45359
 
45309
45360
  .e-stop {
45310
- @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
45361
+ @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
45311
45362
  border-color: $content-text-color-selected;
45312
45363
  }
45313
45364
  }
@@ -45358,6 +45409,11 @@ $treeview-item-active-check-color: $primary !default;
45358
45409
  }
45359
45410
  }
45360
45411
  }
45412
+ @if ($theme-name == 'fluent2-highcontrast') {
45413
+ .e-checkbox-wrapper .e-frame.e-check {
45414
+ border-color: $content-text-color-hover;
45415
+ }
45416
+ }
45361
45417
  }
45362
45418
 
45363
45419
  .e-sibling {
@@ -82763,9 +82819,9 @@ $skeleton-card-color: $content-bg-color-alt2;
82763
82819
 
82764
82820
  //Layout Variables Start
82765
82821
  //Mouse Mode Start
82766
- $toast-icon-nrml-height: 20px !default;
82767
- $toast-icon-nrml-width: 20px !default;
82768
- $toast-icon-nrml-size: $text-sm !default;
82822
+ $toast-icon-nrml-height: 18px !default;
82823
+ $toast-icon-nrml-width: 18px !default;
82824
+ $toast-icon-nrml-size: 18px !default;
82769
82825
  $toast-icon-nrml-right-margin: 14px !default;
82770
82826
  $toast-close-icon-nrml-height: 20px !default;
82771
82827
  $toast-close-icon-nrml-width: 20px !default;
@@ -82785,9 +82841,9 @@ $toast-title-font-nrml-size: $text-sm !default;
82785
82841
  //Mouse Mode End
82786
82842
 
82787
82843
  //Touch Mode Start
82788
- $toast-icon-bgr-height: 24px !default;
82789
- $toast-icon-bgr-width: 24px !default;
82790
- $toast-icon-bgr-size: 18px !default;
82844
+ $toast-icon-bgr-height: 20px !default;
82845
+ $toast-icon-bgr-width: 20px !default;
82846
+ $toast-icon-bgr-size: 20px !default;
82791
82847
  $toast-icon-bgr-right-margin: 16px !default;
82792
82848
  $toast-close-icon-bgr-height: 24px !default;
82793
82849
  $toast-close-icon-bgr-width: 24px !default;
@@ -82834,7 +82890,7 @@ $toast-success-hover-box-shadow: $shadow !default;
82834
82890
  $toast-info-bg-color: $info-light-alt !default;
82835
82891
  $toast-info-color: $info-dark !default;
82836
82892
  $toast-info-title-color: $info-dark !default;
82837
- $toast-info-title-border-color: $info-dark !default;
82893
+ $toast-info-title-border-color: $info !default;
82838
82894
  $toast-info-icon-color: $info-dark !default;
82839
82895
  $toast-info-content-color: $info-dark !default;
82840
82896
  $toast-info-hover-bg-color: $info-light-alt !default;
@@ -82844,7 +82900,7 @@ $toast-info-hover-box-shadow: $shadow !default;
82844
82900
  $toast-warning-bg-color: $warning-light-alt !default;
82845
82901
  $toast-warning-color: $warning-dark !default;
82846
82902
  $toast-warning-title-color: $warning-dark !default;
82847
- $toast-warning-title-border-color: $warning-dark !default;
82903
+ $toast-warning-title-border-color: $border-warning !default;
82848
82904
  $toast-warning-icon-color: $warning-dark !default;
82849
82905
  $toast-warning-content-color: $warning-dark !default;
82850
82906
  $toast-warning-hover-bg-color: $warning-light-alt !default;
@@ -82993,10 +83049,10 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
82993
83049
  &:first-child {
82994
83050
  padding: 0;
82995
83051
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
82996
- padding-bottom: 12px;
83052
+ padding-bottom: 8px;
82997
83053
  padding-left: 12px;
82998
83054
  padding-right: 12px;
82999
- padding-top: 12px;
83055
+ padding-top: 8px;
83000
83056
  }
83001
83057
  }
83002
83058
 
@@ -83064,7 +83120,7 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
83064
83120
  .e-toast-content {
83065
83121
  &:first-child {
83066
83122
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
83067
- padding-left: 48px;
83123
+ padding-left: 44px;
83068
83124
  }
83069
83125
  }
83070
83126
  }
@@ -83111,9 +83167,14 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
83111
83167
  margin-right: $toast-icon-nrml-right-margin;
83112
83168
  width: $toast-icon-nrml-width;
83113
83169
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
83114
- left: 16px;
83115
- margin-left: 13px;
83116
- margin-top: 13px;
83170
+ left: 0;
83171
+ margin-left: 12px;
83172
+ margin-top: 10px;
83173
+ padding-bottom: 6px;
83174
+ position: absolute;
83175
+ }
83176
+ @if $skin-name == 'fluent2' {
83177
+ margin-top: 2px;
83117
83178
  }
83118
83179
  }
83119
83180