@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
@@ -58805,8 +58805,8 @@ $treeview-checkmark-bgcolor: $selection-font !default;
58805
58805
  $treeview-checkmark-border-color: $selection-font !default;
58806
58806
  $treeview-checkmark-color: $selection-bg !default;
58807
58807
 
58808
- $treeview-item-height: 32px !default;
58809
- $treeview-text-height: 30px !default;
58808
+ $treeview-item-height: 36px !default;
58809
+ $treeview-text-height: 22px !default;
58810
58810
  $treeview-input-height: 30px !default;
58811
58811
  $treeview-root-ul-padding: 0 0 0 24px !default;
58812
58812
  $treeview-rtl-root-ul-padding: 0 24px 0 0 !default;
@@ -58818,7 +58818,7 @@ $treeview-icon-size: 24px !default;
58818
58818
  $treeview-icon-margin: 0 0 0 -24px !default;
58819
58819
  $treeview-rtl-icon-margin: 0 -24px 0 0 !default;
58820
58820
  $treeview-icon-padding: 7px !default;
58821
- $treeview-text-padding: 0 8px !default;
58821
+ $treeview-text-padding: 7px 8px !default;
58822
58822
  $treeview-text-margin: 0 !default;
58823
58823
  $treeview-image-size: 18px !default;
58824
58824
  $treeview-image-margin: 0 0 0 5px !default;
@@ -58841,7 +58841,7 @@ $treeview-icon-image-margin: 0 0 0 10px !default;
58841
58841
  $treeview-rtl-icon-image-margin: 0 10px 0 0 !default;
58842
58842
  $treeview-check-margin: 0 0 0 5px !default;
58843
58843
  $treeview-rtl-check-margin: 0 5px 0 0 !default;
58844
- $treeview-check-text-padding: 0 8px !default;
58844
+ $treeview-check-text-padding: 7px 8px !default;
58845
58845
  $treeview-check-image-margin: 0 0 0 12px !default;
58846
58846
  $treeview-rtl-check-image-margin: 0 12px 0 0 !default;
58847
58847
  $treeview-border-shadow: 0 -1px 2px $hover-border, 0 1px 2px $hover-border !default;
@@ -58855,8 +58855,8 @@ $treeview-check-icon-img-wrap-width: calc(100% - 89px) !default;
58855
58855
  $treeview-icon-wrap-width: calc(100% - 29px) !default;
58856
58856
  $treeview-icon-img-wrap-width: calc(100% - 57px) !default;
58857
58857
 
58858
- $treeview-big-item-height: 40px !default;
58859
- $treeview-big-text-height: 38px !default;
58858
+ $treeview-big-item-height: 46px !default;
58859
+ $treeview-big-text-height: 24px !default;
58860
58860
  $treeview-big-input-height: 38px !default;
58861
58861
  $treeview-big-text-padding: 0 10px !default;
58862
58862
  $treeview-big-input-padding: 0 9px !default;
@@ -59048,7 +59048,7 @@ $ripple-width: 32px !default;
59048
59048
 
59049
59049
  .e-list-item {
59050
59050
  list-style: none;
59051
- @if $skin-name != 'tailwind3' and $skin-name != 'tailwind' and $skin-name != 'Material3' and $skin-name != 'fluent2' {
59051
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
59052
59052
  padding: 2px 0;
59053
59053
  }
59054
59054
  @if $skin-name == 'fluent2' {
@@ -59056,13 +59056,12 @@ $ripple-width: 32px !default;
59056
59056
  }
59057
59057
 
59058
59058
  .e-ul {
59059
- margin: 2px 0 -2px;
59060
59059
  padding: $treeview-child-ul-padding;
59061
- @if $skin-name == 'tailwind' {
59062
- margin: 2px 0 0;
59060
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
59061
+ margin: 2px 0 -2px;
59063
59062
  }
59064
- @else if $skin-name == 'tailwind3' or $skin-name == 'Material3' {
59065
- margin: 0;
59063
+ @if $skin-name == 'fluent2' {
59064
+ margin-top: 4px;
59066
59065
  }
59067
59066
  }
59068
59067
 
@@ -59099,6 +59098,45 @@ $ripple-width: 32px !default;
59099
59098
  .e-icons.e-icons-spinner::before {
59100
59099
  content: none;
59101
59100
  }
59101
+
59102
+ .e-text-content {
59103
+ .e-list-text {
59104
+ &:has(> .e-input-group) {
59105
+ @if $skin-name == 'material' or $skin-name == 'material-dark' {
59106
+ padding-top: 1px;
59107
+ padding-bottom: 1px;
59108
+ .e-input-group {
59109
+ height: 34px;
59110
+
59111
+ .e-input {
59112
+ line-height: 26px;
59113
+ min-height: 26px;
59114
+ }
59115
+ }
59116
+ }
59117
+ @if $skin-name == 'tailwind3' {
59118
+ padding-top: 4px;
59119
+ padding-bottom: 4px;
59120
+ }
59121
+ @if $skin-name == 'highcontrast' {
59122
+ padding-top: 3px;
59123
+ padding-bottom: 3px;
59124
+ }
59125
+ @if ($skin-name == 'FluentUI') {
59126
+ padding-top: 3px;
59127
+ padding-bottom: 3px;
59128
+ }
59129
+ @if $skin-name == 'bootstrap5.3' {
59130
+ padding-top: 2px;
59131
+ padding-bottom: 2px;
59132
+ }
59133
+ @if $skin-name == 'bootstrap4' {
59134
+ padding-top: 5px;
59135
+ padding-bottom: 5px;
59136
+ }
59137
+ }
59138
+ }
59139
+ }
59102
59140
  }
59103
59141
 
59104
59142
  .e-icons {
@@ -59116,11 +59154,14 @@ $ripple-width: 32px !default;
59116
59154
 
59117
59155
  .e-text-content {
59118
59156
  @include user-select;
59119
- border: 1px solid;
59120
59157
  cursor: pointer;
59121
59158
  margin: 0;
59122
59159
  padding: $treeview-text-wrap-padding;
59123
59160
 
59161
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
59162
+ border: 1px solid;
59163
+ }
59164
+
59124
59165
  @if $skin-name == 'Material3' or $skin-name == 'tailwind3' {
59125
59166
  border: none;
59126
59167
  }
@@ -59206,14 +59247,13 @@ $ripple-width: 32px !default;
59206
59247
 
59207
59248
  .e-input-group {
59208
59249
  height: $treeview-input-height;
59209
- @if ($skin-name == 'FluentUI') {
59210
- margin-top: 3px;
59211
- }
59212
- @else if($skin-name == 'tailwind') {
59213
- margin-bottom: 3px;
59250
+ @if ($skin-name == 'tailwind') {
59251
+ margin-top: 4px;
59252
+ margin-bottom: 4px;
59214
59253
  }
59215
59254
  @else if($skin-name == 'bootstrap5') {
59216
- margin-bottom: 2px;
59255
+ margin-bottom: 3px;
59256
+ margin-top: 3px;
59217
59257
  }
59218
59258
  @else {
59219
59259
  margin-bottom: 0;
@@ -59223,9 +59263,20 @@ $ripple-width: 32px !default;
59223
59263
  @if ($skin-name == 'fluent2') {
59224
59264
  border-color: $treeview-input-border-color;
59225
59265
  }
59226
- @if $skin-name != 'material' {
59227
- .e-input {
59266
+ .e-input {
59267
+ @if $skin-name != 'material' and $skin-name != 'material-dark' {
59228
59268
  height: 28px;
59269
+ padding-top: 6px;
59270
+ padding-bottom: 6px;
59271
+ }
59272
+ @if $skin-name == 'tailwind3' {
59273
+ line-height: 20px;
59274
+ height: 32px;
59275
+ }
59276
+ @if $skin-name == 'bootstrap5.3' {
59277
+ height: 32px;
59278
+ padding-top: 5px;
59279
+ padding-bottom: 5px;
59229
59280
  }
59230
59281
  }
59231
59282
  }
@@ -59817,13 +59868,13 @@ $ripple-width: 32px !default;
59817
59868
  @include bg-border($treeview-item-active-check-bg, $treeview-item-active-check-border-color);
59818
59869
  color: $treeview-item-active-check-color;
59819
59870
  }
59820
- @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
59871
+ @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
59821
59872
  border-color: $content-text-color-selected;
59822
59873
  }
59823
59874
  }
59824
59875
 
59825
59876
  .e-stop {
59826
- @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
59877
+ @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
59827
59878
  border-color: $content-text-color-selected;
59828
59879
  }
59829
59880
  }
@@ -59874,6 +59925,11 @@ $ripple-width: 32px !default;
59874
59925
  }
59875
59926
  }
59876
59927
  }
59928
+ @if ($theme-name == 'fluent2-highcontrast') {
59929
+ .e-checkbox-wrapper .e-frame.e-check {
59930
+ border-color: $content-text-color-hover;
59931
+ }
59932
+ }
59877
59933
  }
59878
59934
 
59879
59935
  .e-sibling {
@@ -60243,6 +60299,30 @@ $ripple-width: 32px !default;
60243
60299
  min-height: $treeview-big-item-height;
60244
60300
  }
60245
60301
 
60302
+ @if $skin-name == 'bootstrap5.3' {
60303
+ padding: $treeview-big-text-padding;
60304
+ }
60305
+
60306
+ @if $skin-name == 'highcontrast' {
60307
+ padding-top: 11px;
60308
+ padding-bottom: 11px;
60309
+ }
60310
+
60311
+ @if $skin-name == 'material' or $skin-name == 'material-dark' {
60312
+ padding-top: 12px;
60313
+ padding-bottom: 12px;
60314
+ }
60315
+
60316
+ @if $skin-name == 'FluentUI' {
60317
+ padding-top: 10px;
60318
+ padding-bottom: 10px;
60319
+ }
60320
+
60321
+ @if $skin-name == 'bootstrap4' {
60322
+ padding-top: 13px;
60323
+ padding-bottom: 13px;
60324
+ }
60325
+
60246
60326
  .e-input-group {
60247
60327
  height: $treeview-big-input-height;
60248
60328
 
@@ -60251,6 +60331,69 @@ $ripple-width: 32px !default;
60251
60331
  height: 36px;
60252
60332
  }
60253
60333
  }
60334
+
60335
+ @if $skin-name =='bootstrap5' {
60336
+ padding-top: 6px;
60337
+ padding-bottom: 6px;
60338
+ margin-top: 2px;
60339
+ margin-bottom: 2px;
60340
+ }
60341
+
60342
+ @if $skin-name == 'highcontrast' or $skin-name == 'material-dark' {
60343
+ line-height: 42px;
60344
+ min-height: 42px;
60345
+ }
60346
+
60347
+ .e-input {
60348
+ @if $skin-name =='tailwind3' {
60349
+ height: 40px;
60350
+ line-height: 24px;
60351
+ padding-top: 8px;
60352
+ padding-bottom: 8px;
60353
+ }
60354
+
60355
+ @if $skin-name =='bootstrap5' {
60356
+ height: 24px;
60357
+ }
60358
+
60359
+ @if $skin-name =='material' or $skin-name == 'material-dark' {
60360
+ line-height: 28px;
60361
+ min-height: 28px;
60362
+ padding-top: 9px;
60363
+ padding-bottom: 5px;
60364
+ }
60365
+
60366
+ @if $skin-name == 'bootstrap5.3' {
60367
+ line-height: 24px;
60368
+ min-height: 24px;
60369
+ padding-top: 7px;
60370
+ padding-bottom: 7px;
60371
+ }
60372
+ }
60373
+ }
60374
+ }
60375
+
60376
+ .e-list-item .e-text-content .e-list-text {
60377
+ &:has(> .e-input-group) {
60378
+ @if $skin-name =='highcontrast' {
60379
+ padding-top: 4px;
60380
+ padding-bottom: 4px;
60381
+ }
60382
+
60383
+ @if $skin-name =='FluentUI' {
60384
+ padding-top: 2px;
60385
+ padding-bottom: 2px;
60386
+ }
60387
+
60388
+ @if $skin-name =='material' or $skin-name == 'material-dark' {
60389
+ padding-top: 3px;
60390
+ padding-bottom: 3px;
60391
+ }
60392
+
60393
+ @if $skin-name == 'bootstrap4' {
60394
+ padding-top: 6px;
60395
+ padding-bottom: 6px;
60396
+ }
60254
60397
  }
60255
60398
  }
60256
60399
 
@@ -60435,6 +60578,10 @@ $ripple-width: 32px !default;
60435
60578
  .e-treeview.e-bigger {
60436
60579
  .e-list-text {
60437
60580
  font-size: $treeview-big-font-size;
60581
+ @if $skin-name == 'Material3' {
60582
+ padding: 12px;
60583
+ }
60584
+
60438
60585
  @if $skin-name == 'bootstrap4' {
60439
60586
  color: $treeview-big-text-color;
60440
60587
  }
@@ -108944,10 +109091,10 @@ $toast-close-icon-hover-color: $selection-font !default;
108944
109091
  &:first-child {
108945
109092
  padding: 0;
108946
109093
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
108947
- padding-bottom: 12px;
109094
+ padding-bottom: 8px;
108948
109095
  padding-left: 12px;
108949
109096
  padding-right: 12px;
108950
- padding-top: 12px;
109097
+ padding-top: 8px;
108951
109098
  }
108952
109099
  }
108953
109100
 
@@ -109015,7 +109162,7 @@ $toast-close-icon-hover-color: $selection-font !default;
109015
109162
  .e-toast-content {
109016
109163
  &:first-child {
109017
109164
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
109018
- padding-left: 48px;
109165
+ padding-left: 44px;
109019
109166
  }
109020
109167
  }
109021
109168
  }
@@ -109062,9 +109209,14 @@ $toast-close-icon-hover-color: $selection-font !default;
109062
109209
  margin-right: $toast-icon-nrml-right-margin;
109063
109210
  width: $toast-icon-nrml-width;
109064
109211
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
109065
- left: 16px;
109066
- margin-left: 13px;
109067
- margin-top: 13px;
109212
+ left: 0;
109213
+ margin-left: 12px;
109214
+ margin-top: 10px;
109215
+ padding-bottom: 6px;
109216
+ position: absolute;
109217
+ }
109218
+ @if $skin-name == 'fluent2' {
109219
+ margin-top: 2px;
109068
109220
  }
109069
109221
  }
109070
109222
 
@@ -109536,8 +109688,9 @@ $toast-close-icon-hover-color: $selection-font !default;
109536
109688
  margin-right: $toast-icon-bgr-right-margin;
109537
109689
  width: $toast-icon-bgr-width;
109538
109690
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
109539
- left: 18px;
109540
- margin-top: 13px;
109691
+ left: 0;
109692
+ margin-top: 14px;
109693
+ margin-left: 12px;
109541
109694
  }
109542
109695
  }
109543
109696
 
@@ -43534,8 +43534,8 @@ $treeview-drop-count-color: $accent-font !default;
43534
43534
  $treeview-drag-item-bg: $grey-700 !default;
43535
43535
  $treeview-drag-item-color: rgba($grey-dark-font, .70) !default;
43536
43536
  $treeview-drag-icon-color: rgba($grey-dark-font, .70) !default;
43537
- $treeview-item-height: 32px !default;
43538
- $treeview-text-height: 30px !default;
43537
+ $treeview-item-height: 36px !default;
43538
+ $treeview-text-height: 22px !default;
43539
43539
  $treeview-input-height: 30px !default;
43540
43540
  $treeview-root-ul-padding: 0 0 0 24px !default;
43541
43541
  $treeview-rtl-root-ul-padding: 0 24px 0 0 !default;
@@ -43547,7 +43547,7 @@ $treeview-icon-size: 24px !default;
43547
43547
  $treeview-icon-margin: 0 0 0 -24px !default;
43548
43548
  $treeview-rtl-icon-margin: 0 -24px 0 0 !default;
43549
43549
  $treeview-icon-padding: 7px !default;
43550
- $treeview-text-padding: 0 5px !default;
43550
+ $treeview-text-padding: 7px 5px !default;
43551
43551
  $treeview-text-margin: 0 !default;
43552
43552
  $treeview-image-size: 18px !default;
43553
43553
  $treeview-image-margin: 0 0 0 5px !default;
@@ -43570,7 +43570,7 @@ $treeview-icon-image-margin: 0 0 0 10px !default;
43570
43570
  $treeview-rtl-icon-image-margin: 0 10px 0 0 !default;
43571
43571
  $treeview-check-margin: 0 0 0 5px !default;
43572
43572
  $treeview-rtl-check-margin: 0 5px 0 0 !default;
43573
- $treeview-check-text-padding: 0 10px !default;
43573
+ $treeview-check-text-padding: 7px 10px !default;
43574
43574
  $treeview-check-image-margin: 0 0 0 12px !default;
43575
43575
  $treeview-rtl-check-image-margin: 0 12px 0 0 !default;
43576
43576
  $treeview-drop-count-border-size: 1px !default;
@@ -43582,9 +43582,9 @@ $treeview-check-icon-img-wrap-width: calc(100% - 87px) !default;
43582
43582
  $treeview-icon-wrap-width: calc(100% - 29px) !default;
43583
43583
  $treeview-icon-img-wrap-width: calc(100% - 57px) !default;
43584
43584
 
43585
- $treeview-big-item-height: 40px !default;
43586
- $treeview-big-text-height: 38px !default;
43587
- $treeview-big-input-height: 38px !default;
43585
+ $treeview-big-item-height: 48px !default;
43586
+ $treeview-big-text-height: 24px !default;
43587
+ $treeview-big-input-height: 40px !default;
43588
43588
  $treeview-big-text-padding: 0 10px !default;
43589
43589
  $treeview-big-input-padding: 0 9px !default;
43590
43590
  $treeview-big-icon-padding: 6px !default;
@@ -43780,7 +43780,7 @@ $ripple-width: 32px !default;
43780
43780
 
43781
43781
  .e-list-item {
43782
43782
  list-style: none;
43783
- @if $skin-name != 'tailwind3' and $skin-name != 'tailwind' and $skin-name != 'Material3' and $skin-name != 'fluent2' {
43783
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
43784
43784
  padding: 2px 0;
43785
43785
  }
43786
43786
  @if $skin-name == 'fluent2' {
@@ -43788,13 +43788,12 @@ $ripple-width: 32px !default;
43788
43788
  }
43789
43789
 
43790
43790
  .e-ul {
43791
- margin: 2px 0 -2px;
43792
43791
  padding: $treeview-child-ul-padding;
43793
- @if $skin-name == 'tailwind' {
43794
- margin: 2px 0 0;
43792
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
43793
+ margin: 2px 0 -2px;
43795
43794
  }
43796
- @else if $skin-name == 'tailwind3' or $skin-name == 'Material3' {
43797
- margin: 0;
43795
+ @if $skin-name == 'fluent2' {
43796
+ margin-top: 4px;
43798
43797
  }
43799
43798
  }
43800
43799
 
@@ -43831,6 +43830,45 @@ $ripple-width: 32px !default;
43831
43830
  .e-icons.e-icons-spinner::before {
43832
43831
  content: none;
43833
43832
  }
43833
+
43834
+ .e-text-content {
43835
+ .e-list-text {
43836
+ &:has(> .e-input-group) {
43837
+ @if $skin-name == 'material' or $skin-name == 'material-dark' {
43838
+ padding-top: 1px;
43839
+ padding-bottom: 1px;
43840
+ .e-input-group {
43841
+ height: 34px;
43842
+
43843
+ .e-input {
43844
+ line-height: 26px;
43845
+ min-height: 26px;
43846
+ }
43847
+ }
43848
+ }
43849
+ @if $skin-name == 'tailwind3' {
43850
+ padding-top: 4px;
43851
+ padding-bottom: 4px;
43852
+ }
43853
+ @if $skin-name == 'highcontrast' {
43854
+ padding-top: 3px;
43855
+ padding-bottom: 3px;
43856
+ }
43857
+ @if ($skin-name == 'FluentUI') {
43858
+ padding-top: 3px;
43859
+ padding-bottom: 3px;
43860
+ }
43861
+ @if $skin-name == 'bootstrap5.3' {
43862
+ padding-top: 2px;
43863
+ padding-bottom: 2px;
43864
+ }
43865
+ @if $skin-name == 'bootstrap4' {
43866
+ padding-top: 5px;
43867
+ padding-bottom: 5px;
43868
+ }
43869
+ }
43870
+ }
43871
+ }
43834
43872
  }
43835
43873
 
43836
43874
  .e-icons {
@@ -43848,11 +43886,14 @@ $ripple-width: 32px !default;
43848
43886
 
43849
43887
  .e-text-content {
43850
43888
  @include user-select;
43851
- border: 1px solid;
43852
43889
  cursor: pointer;
43853
43890
  margin: 0;
43854
43891
  padding: $treeview-text-wrap-padding;
43855
43892
 
43893
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
43894
+ border: 1px solid;
43895
+ }
43896
+
43856
43897
  @if $skin-name == 'Material3' or $skin-name == 'tailwind3' {
43857
43898
  border: none;
43858
43899
  }
@@ -43938,14 +43979,13 @@ $ripple-width: 32px !default;
43938
43979
 
43939
43980
  .e-input-group {
43940
43981
  height: $treeview-input-height;
43941
- @if ($skin-name == 'FluentUI') {
43942
- margin-top: 3px;
43943
- }
43944
- @else if($skin-name == 'tailwind') {
43945
- margin-bottom: 3px;
43982
+ @if ($skin-name == 'tailwind') {
43983
+ margin-top: 4px;
43984
+ margin-bottom: 4px;
43946
43985
  }
43947
43986
  @else if($skin-name == 'bootstrap5') {
43948
- margin-bottom: 2px;
43987
+ margin-bottom: 3px;
43988
+ margin-top: 3px;
43949
43989
  }
43950
43990
  @else {
43951
43991
  margin-bottom: 0;
@@ -43955,9 +43995,20 @@ $ripple-width: 32px !default;
43955
43995
  @if ($skin-name == 'fluent2') {
43956
43996
  border-color: $treeview-input-border-color;
43957
43997
  }
43958
- @if $skin-name != 'material' {
43959
- .e-input {
43998
+ .e-input {
43999
+ @if $skin-name != 'material' and $skin-name != 'material-dark' {
43960
44000
  height: 28px;
44001
+ padding-top: 6px;
44002
+ padding-bottom: 6px;
44003
+ }
44004
+ @if $skin-name == 'tailwind3' {
44005
+ line-height: 20px;
44006
+ height: 32px;
44007
+ }
44008
+ @if $skin-name == 'bootstrap5.3' {
44009
+ height: 32px;
44010
+ padding-top: 5px;
44011
+ padding-bottom: 5px;
43961
44012
  }
43962
44013
  }
43963
44014
  }
@@ -44549,13 +44600,13 @@ $ripple-width: 32px !default;
44549
44600
  @include bg-border($treeview-item-active-check-bg, $treeview-item-active-check-border-color);
44550
44601
  color: $treeview-item-active-check-color;
44551
44602
  }
44552
- @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
44603
+ @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
44553
44604
  border-color: $content-text-color-selected;
44554
44605
  }
44555
44606
  }
44556
44607
 
44557
44608
  .e-stop {
44558
- @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
44609
+ @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
44559
44610
  border-color: $content-text-color-selected;
44560
44611
  }
44561
44612
  }
@@ -44606,6 +44657,11 @@ $ripple-width: 32px !default;
44606
44657
  }
44607
44658
  }
44608
44659
  }
44660
+ @if ($theme-name == 'fluent2-highcontrast') {
44661
+ .e-checkbox-wrapper .e-frame.e-check {
44662
+ border-color: $content-text-color-hover;
44663
+ }
44664
+ }
44609
44665
  }
44610
44666
 
44611
44667
  .e-sibling {
@@ -82484,10 +82540,10 @@ $toast-icon-hover-border-radius: 50% !default;
82484
82540
  &:first-child {
82485
82541
  padding: 0;
82486
82542
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
82487
- padding-bottom: 12px;
82543
+ padding-bottom: 8px;
82488
82544
  padding-left: 12px;
82489
82545
  padding-right: 12px;
82490
- padding-top: 12px;
82546
+ padding-top: 8px;
82491
82547
  }
82492
82548
  }
82493
82549
 
@@ -82555,7 +82611,7 @@ $toast-icon-hover-border-radius: 50% !default;
82555
82611
  .e-toast-content {
82556
82612
  &:first-child {
82557
82613
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
82558
- padding-left: 48px;
82614
+ padding-left: 44px;
82559
82615
  }
82560
82616
  }
82561
82617
  }
@@ -82602,9 +82658,14 @@ $toast-icon-hover-border-radius: 50% !default;
82602
82658
  margin-right: $toast-icon-nrml-right-margin;
82603
82659
  width: $toast-icon-nrml-width;
82604
82660
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
82605
- left: 16px;
82606
- margin-left: 13px;
82607
- margin-top: 13px;
82661
+ left: 0;
82662
+ margin-left: 12px;
82663
+ margin-top: 10px;
82664
+ padding-bottom: 6px;
82665
+ position: absolute;
82666
+ }
82667
+ @if $skin-name == 'fluent2' {
82668
+ margin-top: 2px;
82608
82669
  }
82609
82670
  }
82610
82671