@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
@@ -60557,7 +60557,7 @@ $treeview-icon-font-size: $text-xl !default;
60557
60557
  $treeview-image-font-size: $text-xl !default;
60558
60558
  $treeview-big-font-size: $text-base !default;
60559
60559
  $treeview-big-icon-font-size: $text-2xl !default;
60560
- $treeview-item-height: 40px !default;
60560
+ $treeview-item-height: 38px !default;
60561
60561
  $treeview-text-height: 38px !default;
60562
60562
  $treeview-input-height: 30px !default;
60563
60563
  $treeview-root-ul-padding: 0 0 0 12px !default;
@@ -60847,7 +60847,7 @@ $treeview-item-active-hover-bg:$content-bg-color-hover !default;
60847
60847
 
60848
60848
  .e-list-item {
60849
60849
  list-style: none;
60850
- @if $skin-name != 'tailwind3' and $skin-name != 'tailwind' and $skin-name != 'Material3' and $skin-name != 'fluent2' {
60850
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
60851
60851
  padding: 2px 0;
60852
60852
  }
60853
60853
  @if $skin-name == 'fluent2' {
@@ -60855,13 +60855,12 @@ $treeview-item-active-hover-bg:$content-bg-color-hover !default;
60855
60855
  }
60856
60856
 
60857
60857
  .e-ul {
60858
- margin: 2px 0 -2px;
60859
60858
  padding: $treeview-child-ul-padding;
60860
- @if $skin-name == 'tailwind' {
60861
- margin: 2px 0 0;
60859
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
60860
+ margin: 2px 0 -2px;
60862
60861
  }
60863
- @else if $skin-name == 'tailwind3' or $skin-name == 'Material3' {
60864
- margin: 0;
60862
+ @if $skin-name == 'fluent2' {
60863
+ margin-top: 4px;
60865
60864
  }
60866
60865
  }
60867
60866
 
@@ -60898,6 +60897,45 @@ $treeview-item-active-hover-bg:$content-bg-color-hover !default;
60898
60897
  .e-icons.e-icons-spinner::before {
60899
60898
  content: none;
60900
60899
  }
60900
+
60901
+ .e-text-content {
60902
+ .e-list-text {
60903
+ &:has(> .e-input-group) {
60904
+ @if $skin-name == 'material' or $skin-name == 'material-dark' {
60905
+ padding-top: 1px;
60906
+ padding-bottom: 1px;
60907
+ .e-input-group {
60908
+ height: 34px;
60909
+
60910
+ .e-input {
60911
+ line-height: 26px;
60912
+ min-height: 26px;
60913
+ }
60914
+ }
60915
+ }
60916
+ @if $skin-name == 'tailwind3' {
60917
+ padding-top: 4px;
60918
+ padding-bottom: 4px;
60919
+ }
60920
+ @if $skin-name == 'highcontrast' {
60921
+ padding-top: 3px;
60922
+ padding-bottom: 3px;
60923
+ }
60924
+ @if ($skin-name == 'FluentUI') {
60925
+ padding-top: 3px;
60926
+ padding-bottom: 3px;
60927
+ }
60928
+ @if $skin-name == 'bootstrap5.3' {
60929
+ padding-top: 2px;
60930
+ padding-bottom: 2px;
60931
+ }
60932
+ @if $skin-name == 'bootstrap4' {
60933
+ padding-top: 5px;
60934
+ padding-bottom: 5px;
60935
+ }
60936
+ }
60937
+ }
60938
+ }
60901
60939
  }
60902
60940
 
60903
60941
  .e-icons {
@@ -60915,11 +60953,14 @@ $treeview-item-active-hover-bg:$content-bg-color-hover !default;
60915
60953
 
60916
60954
  .e-text-content {
60917
60955
  @include user-select;
60918
- border: 1px solid;
60919
60956
  cursor: pointer;
60920
60957
  margin: 0;
60921
60958
  padding: $treeview-text-wrap-padding;
60922
60959
 
60960
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
60961
+ border: 1px solid;
60962
+ }
60963
+
60923
60964
  @if $skin-name == 'Material3' or $skin-name == 'tailwind3' {
60924
60965
  border: none;
60925
60966
  }
@@ -61005,14 +61046,13 @@ $treeview-item-active-hover-bg:$content-bg-color-hover !default;
61005
61046
 
61006
61047
  .e-input-group {
61007
61048
  height: $treeview-input-height;
61008
- @if ($skin-name == 'FluentUI') {
61009
- margin-top: 3px;
61010
- }
61011
- @else if($skin-name == 'tailwind') {
61012
- margin-bottom: 3px;
61049
+ @if ($skin-name == 'tailwind') {
61050
+ margin-top: 4px;
61051
+ margin-bottom: 4px;
61013
61052
  }
61014
61053
  @else if($skin-name == 'bootstrap5') {
61015
- margin-bottom: 2px;
61054
+ margin-bottom: 3px;
61055
+ margin-top: 3px;
61016
61056
  }
61017
61057
  @else {
61018
61058
  margin-bottom: 0;
@@ -61022,9 +61062,20 @@ $treeview-item-active-hover-bg:$content-bg-color-hover !default;
61022
61062
  @if ($skin-name == 'fluent2') {
61023
61063
  border-color: $treeview-input-border-color;
61024
61064
  }
61025
- @if $skin-name != 'material' {
61026
- .e-input {
61065
+ .e-input {
61066
+ @if $skin-name != 'material' and $skin-name != 'material-dark' {
61027
61067
  height: 28px;
61068
+ padding-top: 6px;
61069
+ padding-bottom: 6px;
61070
+ }
61071
+ @if $skin-name == 'tailwind3' {
61072
+ line-height: 20px;
61073
+ height: 32px;
61074
+ }
61075
+ @if $skin-name == 'bootstrap5.3' {
61076
+ height: 32px;
61077
+ padding-top: 5px;
61078
+ padding-bottom: 5px;
61028
61079
  }
61029
61080
  }
61030
61081
  }
@@ -61616,13 +61667,13 @@ $treeview-item-active-hover-bg:$content-bg-color-hover !default;
61616
61667
  @include bg-border($treeview-item-active-check-bg, $treeview-item-active-check-border-color);
61617
61668
  color: $treeview-item-active-check-color;
61618
61669
  }
61619
- @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
61670
+ @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
61620
61671
  border-color: $content-text-color-selected;
61621
61672
  }
61622
61673
  }
61623
61674
 
61624
61675
  .e-stop {
61625
- @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
61676
+ @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
61626
61677
  border-color: $content-text-color-selected;
61627
61678
  }
61628
61679
  }
@@ -61673,6 +61724,11 @@ $treeview-item-active-hover-bg:$content-bg-color-hover !default;
61673
61724
  }
61674
61725
  }
61675
61726
  }
61727
+ @if ($theme-name == 'fluent2-highcontrast') {
61728
+ .e-checkbox-wrapper .e-frame.e-check {
61729
+ border-color: $content-text-color-hover;
61730
+ }
61731
+ }
61676
61732
  }
61677
61733
 
61678
61734
  .e-sibling {
@@ -62042,6 +62098,30 @@ $treeview-item-active-hover-bg:$content-bg-color-hover !default;
62042
62098
  min-height: $treeview-big-item-height;
62043
62099
  }
62044
62100
 
62101
+ @if $skin-name == 'bootstrap5.3' {
62102
+ padding: $treeview-big-text-padding;
62103
+ }
62104
+
62105
+ @if $skin-name == 'highcontrast' {
62106
+ padding-top: 11px;
62107
+ padding-bottom: 11px;
62108
+ }
62109
+
62110
+ @if $skin-name == 'material' or $skin-name == 'material-dark' {
62111
+ padding-top: 12px;
62112
+ padding-bottom: 12px;
62113
+ }
62114
+
62115
+ @if $skin-name == 'FluentUI' {
62116
+ padding-top: 10px;
62117
+ padding-bottom: 10px;
62118
+ }
62119
+
62120
+ @if $skin-name == 'bootstrap4' {
62121
+ padding-top: 13px;
62122
+ padding-bottom: 13px;
62123
+ }
62124
+
62045
62125
  .e-input-group {
62046
62126
  height: $treeview-big-input-height;
62047
62127
 
@@ -62050,6 +62130,69 @@ $treeview-item-active-hover-bg:$content-bg-color-hover !default;
62050
62130
  height: 36px;
62051
62131
  }
62052
62132
  }
62133
+
62134
+ @if $skin-name =='bootstrap5' {
62135
+ padding-top: 6px;
62136
+ padding-bottom: 6px;
62137
+ margin-top: 2px;
62138
+ margin-bottom: 2px;
62139
+ }
62140
+
62141
+ @if $skin-name == 'highcontrast' or $skin-name == 'material-dark' {
62142
+ line-height: 42px;
62143
+ min-height: 42px;
62144
+ }
62145
+
62146
+ .e-input {
62147
+ @if $skin-name =='tailwind3' {
62148
+ height: 40px;
62149
+ line-height: 24px;
62150
+ padding-top: 8px;
62151
+ padding-bottom: 8px;
62152
+ }
62153
+
62154
+ @if $skin-name =='bootstrap5' {
62155
+ height: 24px;
62156
+ }
62157
+
62158
+ @if $skin-name =='material' or $skin-name == 'material-dark' {
62159
+ line-height: 28px;
62160
+ min-height: 28px;
62161
+ padding-top: 9px;
62162
+ padding-bottom: 5px;
62163
+ }
62164
+
62165
+ @if $skin-name == 'bootstrap5.3' {
62166
+ line-height: 24px;
62167
+ min-height: 24px;
62168
+ padding-top: 7px;
62169
+ padding-bottom: 7px;
62170
+ }
62171
+ }
62172
+ }
62173
+ }
62174
+
62175
+ .e-list-item .e-text-content .e-list-text {
62176
+ &:has(> .e-input-group) {
62177
+ @if $skin-name =='highcontrast' {
62178
+ padding-top: 4px;
62179
+ padding-bottom: 4px;
62180
+ }
62181
+
62182
+ @if $skin-name =='FluentUI' {
62183
+ padding-top: 2px;
62184
+ padding-bottom: 2px;
62185
+ }
62186
+
62187
+ @if $skin-name =='material' or $skin-name == 'material-dark' {
62188
+ padding-top: 3px;
62189
+ padding-bottom: 3px;
62190
+ }
62191
+
62192
+ @if $skin-name == 'bootstrap4' {
62193
+ padding-top: 6px;
62194
+ padding-bottom: 6px;
62195
+ }
62053
62196
  }
62054
62197
  }
62055
62198
 
@@ -62234,6 +62377,10 @@ $treeview-item-active-hover-bg:$content-bg-color-hover !default;
62234
62377
  .e-treeview.e-bigger {
62235
62378
  .e-list-text {
62236
62379
  font-size: $treeview-big-font-size;
62380
+ @if $skin-name == 'Material3' {
62381
+ padding: 12px;
62382
+ }
62383
+
62237
62384
  @if $skin-name == 'bootstrap4' {
62238
62385
  color: $treeview-big-text-color;
62239
62386
  }
@@ -110818,10 +110965,10 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
110818
110965
  &:first-child {
110819
110966
  padding: 0;
110820
110967
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
110821
- padding-bottom: 12px;
110968
+ padding-bottom: 8px;
110822
110969
  padding-left: 12px;
110823
110970
  padding-right: 12px;
110824
- padding-top: 12px;
110971
+ padding-top: 8px;
110825
110972
  }
110826
110973
  }
110827
110974
 
@@ -110889,7 +111036,7 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
110889
111036
  .e-toast-content {
110890
111037
  &:first-child {
110891
111038
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
110892
- padding-left: 48px;
111039
+ padding-left: 44px;
110893
111040
  }
110894
111041
  }
110895
111042
  }
@@ -110936,9 +111083,14 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
110936
111083
  margin-right: $toast-icon-nrml-right-margin;
110937
111084
  width: $toast-icon-nrml-width;
110938
111085
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
110939
- left: 16px;
110940
- margin-left: 13px;
110941
- margin-top: 13px;
111086
+ left: 0;
111087
+ margin-left: 12px;
111088
+ margin-top: 10px;
111089
+ padding-bottom: 6px;
111090
+ position: absolute;
111091
+ }
111092
+ @if $skin-name == 'fluent2' {
111093
+ margin-top: 2px;
110942
111094
  }
110943
111095
  }
110944
111096
 
@@ -111410,8 +111562,9 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
111410
111562
  margin-right: $toast-icon-bgr-right-margin;
111411
111563
  width: $toast-icon-bgr-width;
111412
111564
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
111413
- left: 18px;
111414
- margin-top: 13px;
111565
+ left: 0;
111566
+ margin-top: 14px;
111567
+ margin-left: 12px;
111415
111568
  }
111416
111569
  }
111417
111570
 
@@ -43339,7 +43339,7 @@ $ripple-width: 32px !default;
43339
43339
 
43340
43340
  .e-list-item {
43341
43341
  list-style: none;
43342
- @if $skin-name != 'tailwind3' and $skin-name != 'tailwind' and $skin-name != 'Material3' and $skin-name != 'fluent2' {
43342
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
43343
43343
  padding: 2px 0;
43344
43344
  }
43345
43345
  @if $skin-name == 'fluent2' {
@@ -43347,13 +43347,12 @@ $ripple-width: 32px !default;
43347
43347
  }
43348
43348
 
43349
43349
  .e-ul {
43350
- margin: 2px 0 -2px;
43351
43350
  padding: $treeview-child-ul-padding;
43352
- @if $skin-name == 'tailwind' {
43353
- margin: 2px 0 0;
43351
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
43352
+ margin: 2px 0 -2px;
43354
43353
  }
43355
- @else if $skin-name == 'tailwind3' or $skin-name == 'Material3' {
43356
- margin: 0;
43354
+ @if $skin-name == 'fluent2' {
43355
+ margin-top: 4px;
43357
43356
  }
43358
43357
  }
43359
43358
 
@@ -43390,6 +43389,45 @@ $ripple-width: 32px !default;
43390
43389
  .e-icons.e-icons-spinner::before {
43391
43390
  content: none;
43392
43391
  }
43392
+
43393
+ .e-text-content {
43394
+ .e-list-text {
43395
+ &:has(> .e-input-group) {
43396
+ @if $skin-name == 'material' or $skin-name == 'material-dark' {
43397
+ padding-top: 1px;
43398
+ padding-bottom: 1px;
43399
+ .e-input-group {
43400
+ height: 34px;
43401
+
43402
+ .e-input {
43403
+ line-height: 26px;
43404
+ min-height: 26px;
43405
+ }
43406
+ }
43407
+ }
43408
+ @if $skin-name == 'tailwind3' {
43409
+ padding-top: 4px;
43410
+ padding-bottom: 4px;
43411
+ }
43412
+ @if $skin-name == 'highcontrast' {
43413
+ padding-top: 3px;
43414
+ padding-bottom: 3px;
43415
+ }
43416
+ @if ($skin-name == 'FluentUI') {
43417
+ padding-top: 3px;
43418
+ padding-bottom: 3px;
43419
+ }
43420
+ @if $skin-name == 'bootstrap5.3' {
43421
+ padding-top: 2px;
43422
+ padding-bottom: 2px;
43423
+ }
43424
+ @if $skin-name == 'bootstrap4' {
43425
+ padding-top: 5px;
43426
+ padding-bottom: 5px;
43427
+ }
43428
+ }
43429
+ }
43430
+ }
43393
43431
  }
43394
43432
 
43395
43433
  .e-icons {
@@ -43407,11 +43445,14 @@ $ripple-width: 32px !default;
43407
43445
 
43408
43446
  .e-text-content {
43409
43447
  @include user-select;
43410
- border: 1px solid;
43411
43448
  cursor: pointer;
43412
43449
  margin: 0;
43413
43450
  padding: $treeview-text-wrap-padding;
43414
43451
 
43452
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
43453
+ border: 1px solid;
43454
+ }
43455
+
43415
43456
  @if $skin-name == 'Material3' or $skin-name == 'tailwind3' {
43416
43457
  border: none;
43417
43458
  }
@@ -43497,14 +43538,13 @@ $ripple-width: 32px !default;
43497
43538
 
43498
43539
  .e-input-group {
43499
43540
  height: $treeview-input-height;
43500
- @if ($skin-name == 'FluentUI') {
43501
- margin-top: 3px;
43502
- }
43503
- @else if($skin-name == 'tailwind') {
43504
- margin-bottom: 3px;
43541
+ @if ($skin-name == 'tailwind') {
43542
+ margin-top: 4px;
43543
+ margin-bottom: 4px;
43505
43544
  }
43506
43545
  @else if($skin-name == 'bootstrap5') {
43507
- margin-bottom: 2px;
43546
+ margin-bottom: 3px;
43547
+ margin-top: 3px;
43508
43548
  }
43509
43549
  @else {
43510
43550
  margin-bottom: 0;
@@ -43514,9 +43554,20 @@ $ripple-width: 32px !default;
43514
43554
  @if ($skin-name == 'fluent2') {
43515
43555
  border-color: $treeview-input-border-color;
43516
43556
  }
43517
- @if $skin-name != 'material' {
43518
- .e-input {
43557
+ .e-input {
43558
+ @if $skin-name != 'material' and $skin-name != 'material-dark' {
43519
43559
  height: 28px;
43560
+ padding-top: 6px;
43561
+ padding-bottom: 6px;
43562
+ }
43563
+ @if $skin-name == 'tailwind3' {
43564
+ line-height: 20px;
43565
+ height: 32px;
43566
+ }
43567
+ @if $skin-name == 'bootstrap5.3' {
43568
+ height: 32px;
43569
+ padding-top: 5px;
43570
+ padding-bottom: 5px;
43520
43571
  }
43521
43572
  }
43522
43573
  }
@@ -44108,13 +44159,13 @@ $ripple-width: 32px !default;
44108
44159
  @include bg-border($treeview-item-active-check-bg, $treeview-item-active-check-border-color);
44109
44160
  color: $treeview-item-active-check-color;
44110
44161
  }
44111
- @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
44162
+ @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
44112
44163
  border-color: $content-text-color-selected;
44113
44164
  }
44114
44165
  }
44115
44166
 
44116
44167
  .e-stop {
44117
- @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
44168
+ @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
44118
44169
  border-color: $content-text-color-selected;
44119
44170
  }
44120
44171
  }
@@ -44165,6 +44216,11 @@ $ripple-width: 32px !default;
44165
44216
  }
44166
44217
  }
44167
44218
  }
44219
+ @if ($theme-name == 'fluent2-highcontrast') {
44220
+ .e-checkbox-wrapper .e-frame.e-check {
44221
+ border-color: $content-text-color-hover;
44222
+ }
44223
+ }
44168
44224
  }
44169
44225
 
44170
44226
  .e-sibling {
@@ -81673,10 +81729,10 @@ $toast-close-icon-hover-color: $grey-dark-font !default;
81673
81729
  &:first-child {
81674
81730
  padding: 0;
81675
81731
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
81676
- padding-bottom: 12px;
81732
+ padding-bottom: 8px;
81677
81733
  padding-left: 12px;
81678
81734
  padding-right: 12px;
81679
- padding-top: 12px;
81735
+ padding-top: 8px;
81680
81736
  }
81681
81737
  }
81682
81738
 
@@ -81744,7 +81800,7 @@ $toast-close-icon-hover-color: $grey-dark-font !default;
81744
81800
  .e-toast-content {
81745
81801
  &:first-child {
81746
81802
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
81747
- padding-left: 48px;
81803
+ padding-left: 44px;
81748
81804
  }
81749
81805
  }
81750
81806
  }
@@ -81791,9 +81847,14 @@ $toast-close-icon-hover-color: $grey-dark-font !default;
81791
81847
  margin-right: $toast-icon-nrml-right-margin;
81792
81848
  width: $toast-icon-nrml-width;
81793
81849
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
81794
- left: 16px;
81795
- margin-left: 13px;
81796
- margin-top: 13px;
81850
+ left: 0;
81851
+ margin-left: 12px;
81852
+ margin-top: 10px;
81853
+ padding-bottom: 6px;
81854
+ position: absolute;
81855
+ }
81856
+ @if $skin-name == 'fluent2' {
81857
+ margin-top: 2px;
81797
81858
  }
81798
81859
  }
81799
81860