@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
@@ -61770,7 +61770,7 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
61770
61770
 
61771
61771
  .e-list-item {
61772
61772
  list-style: none;
61773
- @if $skin-name != 'tailwind3' and $skin-name != 'tailwind' and $skin-name != 'Material3' and $skin-name != 'fluent2' {
61773
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
61774
61774
  padding: 2px 0;
61775
61775
  }
61776
61776
  @if $skin-name == 'fluent2' {
@@ -61778,13 +61778,12 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
61778
61778
  }
61779
61779
 
61780
61780
  .e-ul {
61781
- margin: 2px 0 -2px;
61782
61781
  padding: $treeview-child-ul-padding;
61783
- @if $skin-name == 'tailwind' {
61784
- margin: 2px 0 0;
61782
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
61783
+ margin: 2px 0 -2px;
61785
61784
  }
61786
- @else if $skin-name == 'tailwind3' or $skin-name == 'Material3' {
61787
- margin: 0;
61785
+ @if $skin-name == 'fluent2' {
61786
+ margin-top: 4px;
61788
61787
  }
61789
61788
  }
61790
61789
 
@@ -61821,6 +61820,45 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
61821
61820
  .e-icons.e-icons-spinner::before {
61822
61821
  content: none;
61823
61822
  }
61823
+
61824
+ .e-text-content {
61825
+ .e-list-text {
61826
+ &:has(> .e-input-group) {
61827
+ @if $skin-name == 'material' or $skin-name == 'material-dark' {
61828
+ padding-top: 1px;
61829
+ padding-bottom: 1px;
61830
+ .e-input-group {
61831
+ height: 34px;
61832
+
61833
+ .e-input {
61834
+ line-height: 26px;
61835
+ min-height: 26px;
61836
+ }
61837
+ }
61838
+ }
61839
+ @if $skin-name == 'tailwind3' {
61840
+ padding-top: 4px;
61841
+ padding-bottom: 4px;
61842
+ }
61843
+ @if $skin-name == 'highcontrast' {
61844
+ padding-top: 3px;
61845
+ padding-bottom: 3px;
61846
+ }
61847
+ @if ($skin-name == 'FluentUI') {
61848
+ padding-top: 3px;
61849
+ padding-bottom: 3px;
61850
+ }
61851
+ @if $skin-name == 'bootstrap5.3' {
61852
+ padding-top: 2px;
61853
+ padding-bottom: 2px;
61854
+ }
61855
+ @if $skin-name == 'bootstrap4' {
61856
+ padding-top: 5px;
61857
+ padding-bottom: 5px;
61858
+ }
61859
+ }
61860
+ }
61861
+ }
61824
61862
  }
61825
61863
 
61826
61864
  .e-icons {
@@ -61838,11 +61876,14 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
61838
61876
 
61839
61877
  .e-text-content {
61840
61878
  @include user-select;
61841
- border: 1px solid;
61842
61879
  cursor: pointer;
61843
61880
  margin: 0;
61844
61881
  padding: $treeview-text-wrap-padding;
61845
61882
 
61883
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
61884
+ border: 1px solid;
61885
+ }
61886
+
61846
61887
  @if $skin-name == 'Material3' or $skin-name == 'tailwind3' {
61847
61888
  border: none;
61848
61889
  }
@@ -61928,14 +61969,13 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
61928
61969
 
61929
61970
  .e-input-group {
61930
61971
  height: $treeview-input-height;
61931
- @if ($skin-name == 'FluentUI') {
61932
- margin-top: 3px;
61933
- }
61934
- @else if($skin-name == 'tailwind') {
61935
- margin-bottom: 3px;
61972
+ @if ($skin-name == 'tailwind') {
61973
+ margin-top: 4px;
61974
+ margin-bottom: 4px;
61936
61975
  }
61937
61976
  @else if($skin-name == 'bootstrap5') {
61938
- margin-bottom: 2px;
61977
+ margin-bottom: 3px;
61978
+ margin-top: 3px;
61939
61979
  }
61940
61980
  @else {
61941
61981
  margin-bottom: 0;
@@ -61945,9 +61985,20 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
61945
61985
  @if ($skin-name == 'fluent2') {
61946
61986
  border-color: $treeview-input-border-color;
61947
61987
  }
61948
- @if $skin-name != 'material' {
61949
- .e-input {
61988
+ .e-input {
61989
+ @if $skin-name != 'material' and $skin-name != 'material-dark' {
61950
61990
  height: 28px;
61991
+ padding-top: 6px;
61992
+ padding-bottom: 6px;
61993
+ }
61994
+ @if $skin-name == 'tailwind3' {
61995
+ line-height: 20px;
61996
+ height: 32px;
61997
+ }
61998
+ @if $skin-name == 'bootstrap5.3' {
61999
+ height: 32px;
62000
+ padding-top: 5px;
62001
+ padding-bottom: 5px;
61951
62002
  }
61952
62003
  }
61953
62004
  }
@@ -62539,13 +62590,13 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
62539
62590
  @include bg-border($treeview-item-active-check-bg, $treeview-item-active-check-border-color);
62540
62591
  color: $treeview-item-active-check-color;
62541
62592
  }
62542
- @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
62593
+ @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
62543
62594
  border-color: $content-text-color-selected;
62544
62595
  }
62545
62596
  }
62546
62597
 
62547
62598
  .e-stop {
62548
- @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
62599
+ @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
62549
62600
  border-color: $content-text-color-selected;
62550
62601
  }
62551
62602
  }
@@ -62596,6 +62647,11 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
62596
62647
  }
62597
62648
  }
62598
62649
  }
62650
+ @if ($theme-name == 'fluent2-highcontrast') {
62651
+ .e-checkbox-wrapper .e-frame.e-check {
62652
+ border-color: $content-text-color-hover;
62653
+ }
62654
+ }
62599
62655
  }
62600
62656
 
62601
62657
  .e-sibling {
@@ -62965,6 +63021,30 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
62965
63021
  min-height: $treeview-big-item-height;
62966
63022
  }
62967
63023
 
63024
+ @if $skin-name == 'bootstrap5.3' {
63025
+ padding: $treeview-big-text-padding;
63026
+ }
63027
+
63028
+ @if $skin-name == 'highcontrast' {
63029
+ padding-top: 11px;
63030
+ padding-bottom: 11px;
63031
+ }
63032
+
63033
+ @if $skin-name == 'material' or $skin-name == 'material-dark' {
63034
+ padding-top: 12px;
63035
+ padding-bottom: 12px;
63036
+ }
63037
+
63038
+ @if $skin-name == 'FluentUI' {
63039
+ padding-top: 10px;
63040
+ padding-bottom: 10px;
63041
+ }
63042
+
63043
+ @if $skin-name == 'bootstrap4' {
63044
+ padding-top: 13px;
63045
+ padding-bottom: 13px;
63046
+ }
63047
+
62968
63048
  .e-input-group {
62969
63049
  height: $treeview-big-input-height;
62970
63050
 
@@ -62973,6 +63053,69 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
62973
63053
  height: 36px;
62974
63054
  }
62975
63055
  }
63056
+
63057
+ @if $skin-name =='bootstrap5' {
63058
+ padding-top: 6px;
63059
+ padding-bottom: 6px;
63060
+ margin-top: 2px;
63061
+ margin-bottom: 2px;
63062
+ }
63063
+
63064
+ @if $skin-name == 'highcontrast' or $skin-name == 'material-dark' {
63065
+ line-height: 42px;
63066
+ min-height: 42px;
63067
+ }
63068
+
63069
+ .e-input {
63070
+ @if $skin-name =='tailwind3' {
63071
+ height: 40px;
63072
+ line-height: 24px;
63073
+ padding-top: 8px;
63074
+ padding-bottom: 8px;
63075
+ }
63076
+
63077
+ @if $skin-name =='bootstrap5' {
63078
+ height: 24px;
63079
+ }
63080
+
63081
+ @if $skin-name =='material' or $skin-name == 'material-dark' {
63082
+ line-height: 28px;
63083
+ min-height: 28px;
63084
+ padding-top: 9px;
63085
+ padding-bottom: 5px;
63086
+ }
63087
+
63088
+ @if $skin-name == 'bootstrap5.3' {
63089
+ line-height: 24px;
63090
+ min-height: 24px;
63091
+ padding-top: 7px;
63092
+ padding-bottom: 7px;
63093
+ }
63094
+ }
63095
+ }
63096
+ }
63097
+
63098
+ .e-list-item .e-text-content .e-list-text {
63099
+ &:has(> .e-input-group) {
63100
+ @if $skin-name =='highcontrast' {
63101
+ padding-top: 4px;
63102
+ padding-bottom: 4px;
63103
+ }
63104
+
63105
+ @if $skin-name =='FluentUI' {
63106
+ padding-top: 2px;
63107
+ padding-bottom: 2px;
63108
+ }
63109
+
63110
+ @if $skin-name =='material' or $skin-name == 'material-dark' {
63111
+ padding-top: 3px;
63112
+ padding-bottom: 3px;
63113
+ }
63114
+
63115
+ @if $skin-name == 'bootstrap4' {
63116
+ padding-top: 6px;
63117
+ padding-bottom: 6px;
63118
+ }
62976
63119
  }
62977
63120
  }
62978
63121
 
@@ -63157,6 +63300,10 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
63157
63300
  .e-treeview.e-bigger {
63158
63301
  .e-list-text {
63159
63302
  font-size: $treeview-big-font-size;
63303
+ @if $skin-name == 'Material3' {
63304
+ padding: 12px;
63305
+ }
63306
+
63160
63307
  @if $skin-name == 'bootstrap4' {
63161
63308
  color: $treeview-big-text-color;
63162
63309
  }
@@ -111840,14 +111987,14 @@ $skeleton-card-color: $kanban-bg-color;
111840
111987
  $toast-icon-nrml-height: 20px !default;
111841
111988
  $toast-icon-nrml-width: 20px !default;
111842
111989
  $toast-icon-nrml-size: $text-base !default;
111843
- $toast-icon-nrml-right-margin: 12px !default;
111990
+ $toast-icon-nrml-right-margin: 10px !default;
111844
111991
  $toast-close-icon-nrml-height: 20px !default;
111845
111992
  $toast-close-icon-nrml-width: 20px !default;
111846
111993
  $toast-close-icon-nrml-size: $text-base !default;
111847
111994
  $toast-position-nrml-distance: 10px !default;
111848
111995
  $multitoast-nrml-gap-distance: 10px !default;
111849
111996
  $toast-nrml-min-height: 48px !default;
111850
- $toast-nrml-padding: 18px !default;
111997
+ $toast-nrml-padding: 16px !default;
111851
111998
  $toast-action-btn-nrml-padding: 8px 0 0 8px !default;
111852
111999
  $toast-action-btn-nrml-margin: 10px !default;
111853
112000
  $toast-progressbar-nrml-height: 4px !default;
@@ -111861,7 +112008,7 @@ $toast-title-font-nrml-size: $text-sm !default;
111861
112008
  //Touch Mode Start
111862
112009
  $toast-icon-bgr-height: 24px !default;
111863
112010
  $toast-icon-bgr-width: 24px !default;
111864
- $toast-icon-bgr-size: 18px !default;
112011
+ $toast-icon-bgr-size: 12px !default;
111865
112012
  $toast-icon-bgr-right-margin: 16px !default;
111866
112013
  $toast-close-icon-bgr-height: 24px !default;
111867
112014
  $toast-close-icon-bgr-width: 24px !default;
@@ -112070,10 +112217,10 @@ $toast-warning-icon: '\e703' !default;
112070
112217
  &:first-child {
112071
112218
  padding: 0;
112072
112219
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
112073
- padding-bottom: 12px;
112220
+ padding-bottom: 8px;
112074
112221
  padding-left: 12px;
112075
112222
  padding-right: 12px;
112076
- padding-top: 12px;
112223
+ padding-top: 8px;
112077
112224
  }
112078
112225
  }
112079
112226
 
@@ -112141,7 +112288,7 @@ $toast-warning-icon: '\e703' !default;
112141
112288
  .e-toast-content {
112142
112289
  &:first-child {
112143
112290
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
112144
- padding-left: 48px;
112291
+ padding-left: 44px;
112145
112292
  }
112146
112293
  }
112147
112294
  }
@@ -112188,9 +112335,14 @@ $toast-warning-icon: '\e703' !default;
112188
112335
  margin-right: $toast-icon-nrml-right-margin;
112189
112336
  width: $toast-icon-nrml-width;
112190
112337
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
112191
- left: 16px;
112192
- margin-left: 13px;
112193
- margin-top: 13px;
112338
+ left: 0;
112339
+ margin-left: 12px;
112340
+ margin-top: 10px;
112341
+ padding-bottom: 6px;
112342
+ position: absolute;
112343
+ }
112344
+ @if $skin-name == 'fluent2' {
112345
+ margin-top: 2px;
112194
112346
  }
112195
112347
  }
112196
112348
 
@@ -112662,8 +112814,9 @@ $toast-warning-icon: '\e703' !default;
112662
112814
  margin-right: $toast-icon-bgr-right-margin;
112663
112815
  width: $toast-icon-bgr-width;
112664
112816
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
112665
- left: 18px;
112666
- margin-top: 13px;
112817
+ left: 0;
112818
+ margin-top: 14px;
112819
+ margin-left: 12px;
112667
112820
  }
112668
112821
  }
112669
112822
 
@@ -42898,8 +42898,8 @@ $treeview-checkmark-bgcolor: $selection-font !default;
42898
42898
  $treeview-checkmark-border-color: $selection-font !default;
42899
42899
  $treeview-checkmark-color: $selection-bg !default;
42900
42900
 
42901
- $treeview-item-height: 32px !default;
42902
- $treeview-text-height: 30px !default;
42901
+ $treeview-item-height: 36px !default;
42902
+ $treeview-text-height: 22px !default;
42903
42903
  $treeview-input-height: 30px !default;
42904
42904
  $treeview-root-ul-padding: 0 0 0 24px !default;
42905
42905
  $treeview-rtl-root-ul-padding: 0 24px 0 0 !default;
@@ -42911,7 +42911,7 @@ $treeview-icon-size: 24px !default;
42911
42911
  $treeview-icon-margin: 0 0 0 -24px !default;
42912
42912
  $treeview-rtl-icon-margin: 0 -24px 0 0 !default;
42913
42913
  $treeview-icon-padding: 7px !default;
42914
- $treeview-text-padding: 0 8px !default;
42914
+ $treeview-text-padding: 7px 8px !default;
42915
42915
  $treeview-text-margin: 0 !default;
42916
42916
  $treeview-image-size: 18px !default;
42917
42917
  $treeview-image-margin: 0 0 0 5px !default;
@@ -42934,7 +42934,7 @@ $treeview-icon-image-margin: 0 0 0 10px !default;
42934
42934
  $treeview-rtl-icon-image-margin: 0 10px 0 0 !default;
42935
42935
  $treeview-check-margin: 0 0 0 5px !default;
42936
42936
  $treeview-rtl-check-margin: 0 5px 0 0 !default;
42937
- $treeview-check-text-padding: 0 8px !default;
42937
+ $treeview-check-text-padding: 7px 8px !default;
42938
42938
  $treeview-check-image-margin: 0 0 0 12px !default;
42939
42939
  $treeview-rtl-check-image-margin: 0 12px 0 0 !default;
42940
42940
  $treeview-border-shadow: 0 -1px 2px $hover-border, 0 1px 2px $hover-border !default;
@@ -42948,8 +42948,8 @@ $treeview-check-icon-img-wrap-width: calc(100% - 89px) !default;
42948
42948
  $treeview-icon-wrap-width: calc(100% - 29px) !default;
42949
42949
  $treeview-icon-img-wrap-width: calc(100% - 57px) !default;
42950
42950
 
42951
- $treeview-big-item-height: 40px !default;
42952
- $treeview-big-text-height: 38px !default;
42951
+ $treeview-big-item-height: 46px !default;
42952
+ $treeview-big-text-height: 24px !default;
42953
42953
  $treeview-big-input-height: 38px !default;
42954
42954
  $treeview-big-text-padding: 0 10px !default;
42955
42955
  $treeview-big-input-padding: 0 9px !default;
@@ -43141,7 +43141,7 @@ $ripple-width: 32px !default;
43141
43141
 
43142
43142
  .e-list-item {
43143
43143
  list-style: none;
43144
- @if $skin-name != 'tailwind3' and $skin-name != 'tailwind' and $skin-name != 'Material3' and $skin-name != 'fluent2' {
43144
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
43145
43145
  padding: 2px 0;
43146
43146
  }
43147
43147
  @if $skin-name == 'fluent2' {
@@ -43149,13 +43149,12 @@ $ripple-width: 32px !default;
43149
43149
  }
43150
43150
 
43151
43151
  .e-ul {
43152
- margin: 2px 0 -2px;
43153
43152
  padding: $treeview-child-ul-padding;
43154
- @if $skin-name == 'tailwind' {
43155
- margin: 2px 0 0;
43153
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
43154
+ margin: 2px 0 -2px;
43156
43155
  }
43157
- @else if $skin-name == 'tailwind3' or $skin-name == 'Material3' {
43158
- margin: 0;
43156
+ @if $skin-name == 'fluent2' {
43157
+ margin-top: 4px;
43159
43158
  }
43160
43159
  }
43161
43160
 
@@ -43192,6 +43191,45 @@ $ripple-width: 32px !default;
43192
43191
  .e-icons.e-icons-spinner::before {
43193
43192
  content: none;
43194
43193
  }
43194
+
43195
+ .e-text-content {
43196
+ .e-list-text {
43197
+ &:has(> .e-input-group) {
43198
+ @if $skin-name == 'material' or $skin-name == 'material-dark' {
43199
+ padding-top: 1px;
43200
+ padding-bottom: 1px;
43201
+ .e-input-group {
43202
+ height: 34px;
43203
+
43204
+ .e-input {
43205
+ line-height: 26px;
43206
+ min-height: 26px;
43207
+ }
43208
+ }
43209
+ }
43210
+ @if $skin-name == 'tailwind3' {
43211
+ padding-top: 4px;
43212
+ padding-bottom: 4px;
43213
+ }
43214
+ @if $skin-name == 'highcontrast' {
43215
+ padding-top: 3px;
43216
+ padding-bottom: 3px;
43217
+ }
43218
+ @if ($skin-name == 'FluentUI') {
43219
+ padding-top: 3px;
43220
+ padding-bottom: 3px;
43221
+ }
43222
+ @if $skin-name == 'bootstrap5.3' {
43223
+ padding-top: 2px;
43224
+ padding-bottom: 2px;
43225
+ }
43226
+ @if $skin-name == 'bootstrap4' {
43227
+ padding-top: 5px;
43228
+ padding-bottom: 5px;
43229
+ }
43230
+ }
43231
+ }
43232
+ }
43195
43233
  }
43196
43234
 
43197
43235
  .e-icons {
@@ -43209,11 +43247,14 @@ $ripple-width: 32px !default;
43209
43247
 
43210
43248
  .e-text-content {
43211
43249
  @include user-select;
43212
- border: 1px solid;
43213
43250
  cursor: pointer;
43214
43251
  margin: 0;
43215
43252
  padding: $treeview-text-wrap-padding;
43216
43253
 
43254
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
43255
+ border: 1px solid;
43256
+ }
43257
+
43217
43258
  @if $skin-name == 'Material3' or $skin-name == 'tailwind3' {
43218
43259
  border: none;
43219
43260
  }
@@ -43299,14 +43340,13 @@ $ripple-width: 32px !default;
43299
43340
 
43300
43341
  .e-input-group {
43301
43342
  height: $treeview-input-height;
43302
- @if ($skin-name == 'FluentUI') {
43303
- margin-top: 3px;
43304
- }
43305
- @else if($skin-name == 'tailwind') {
43306
- margin-bottom: 3px;
43343
+ @if ($skin-name == 'tailwind') {
43344
+ margin-top: 4px;
43345
+ margin-bottom: 4px;
43307
43346
  }
43308
43347
  @else if($skin-name == 'bootstrap5') {
43309
- margin-bottom: 2px;
43348
+ margin-bottom: 3px;
43349
+ margin-top: 3px;
43310
43350
  }
43311
43351
  @else {
43312
43352
  margin-bottom: 0;
@@ -43316,9 +43356,20 @@ $ripple-width: 32px !default;
43316
43356
  @if ($skin-name == 'fluent2') {
43317
43357
  border-color: $treeview-input-border-color;
43318
43358
  }
43319
- @if $skin-name != 'material' {
43320
- .e-input {
43359
+ .e-input {
43360
+ @if $skin-name != 'material' and $skin-name != 'material-dark' {
43321
43361
  height: 28px;
43362
+ padding-top: 6px;
43363
+ padding-bottom: 6px;
43364
+ }
43365
+ @if $skin-name == 'tailwind3' {
43366
+ line-height: 20px;
43367
+ height: 32px;
43368
+ }
43369
+ @if $skin-name == 'bootstrap5.3' {
43370
+ height: 32px;
43371
+ padding-top: 5px;
43372
+ padding-bottom: 5px;
43322
43373
  }
43323
43374
  }
43324
43375
  }
@@ -43910,13 +43961,13 @@ $ripple-width: 32px !default;
43910
43961
  @include bg-border($treeview-item-active-check-bg, $treeview-item-active-check-border-color);
43911
43962
  color: $treeview-item-active-check-color;
43912
43963
  }
43913
- @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
43964
+ @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
43914
43965
  border-color: $content-text-color-selected;
43915
43966
  }
43916
43967
  }
43917
43968
 
43918
43969
  .e-stop {
43919
- @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
43970
+ @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
43920
43971
  border-color: $content-text-color-selected;
43921
43972
  }
43922
43973
  }
@@ -43967,6 +44018,11 @@ $ripple-width: 32px !default;
43967
44018
  }
43968
44019
  }
43969
44020
  }
44021
+ @if ($theme-name == 'fluent2-highcontrast') {
44022
+ .e-checkbox-wrapper .e-frame.e-check {
44023
+ border-color: $content-text-color-hover;
44024
+ }
44025
+ }
43970
44026
  }
43971
44027
 
43972
44028
  .e-sibling {
@@ -81544,10 +81600,10 @@ $toast-close-icon-hover-color: $selection-font !default;
81544
81600
  &:first-child {
81545
81601
  padding: 0;
81546
81602
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
81547
- padding-bottom: 12px;
81603
+ padding-bottom: 8px;
81548
81604
  padding-left: 12px;
81549
81605
  padding-right: 12px;
81550
- padding-top: 12px;
81606
+ padding-top: 8px;
81551
81607
  }
81552
81608
  }
81553
81609
 
@@ -81615,7 +81671,7 @@ $toast-close-icon-hover-color: $selection-font !default;
81615
81671
  .e-toast-content {
81616
81672
  &:first-child {
81617
81673
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
81618
- padding-left: 48px;
81674
+ padding-left: 44px;
81619
81675
  }
81620
81676
  }
81621
81677
  }
@@ -81662,9 +81718,14 @@ $toast-close-icon-hover-color: $selection-font !default;
81662
81718
  margin-right: $toast-icon-nrml-right-margin;
81663
81719
  width: $toast-icon-nrml-width;
81664
81720
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
81665
- left: 16px;
81666
- margin-left: 13px;
81667
- margin-top: 13px;
81721
+ left: 0;
81722
+ margin-left: 12px;
81723
+ margin-top: 10px;
81724
+ padding-bottom: 6px;
81725
+ position: absolute;
81726
+ }
81727
+ @if $skin-name == 'fluent2' {
81728
+ margin-top: 2px;
81668
81729
  }
81669
81730
  }
81670
81731