@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
@@ -59148,7 +59148,7 @@ $ripple-width: 32px !default;
59148
59148
 
59149
59149
  .e-list-item {
59150
59150
  list-style: none;
59151
- @if $skin-name != 'tailwind3' and $skin-name != 'tailwind' and $skin-name != 'Material3' and $skin-name != 'fluent2' {
59151
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
59152
59152
  padding: 2px 0;
59153
59153
  }
59154
59154
  @if $skin-name == 'fluent2' {
@@ -59156,13 +59156,12 @@ $ripple-width: 32px !default;
59156
59156
  }
59157
59157
 
59158
59158
  .e-ul {
59159
- margin: 2px 0 -2px;
59160
59159
  padding: $treeview-child-ul-padding;
59161
- @if $skin-name == 'tailwind' {
59162
- margin: 2px 0 0;
59160
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
59161
+ margin: 2px 0 -2px;
59163
59162
  }
59164
- @else if $skin-name == 'tailwind3' or $skin-name == 'Material3' {
59165
- margin: 0;
59163
+ @if $skin-name == 'fluent2' {
59164
+ margin-top: 4px;
59166
59165
  }
59167
59166
  }
59168
59167
 
@@ -59199,6 +59198,45 @@ $ripple-width: 32px !default;
59199
59198
  .e-icons.e-icons-spinner::before {
59200
59199
  content: none;
59201
59200
  }
59201
+
59202
+ .e-text-content {
59203
+ .e-list-text {
59204
+ &:has(> .e-input-group) {
59205
+ @if $skin-name == 'material' or $skin-name == 'material-dark' {
59206
+ padding-top: 1px;
59207
+ padding-bottom: 1px;
59208
+ .e-input-group {
59209
+ height: 34px;
59210
+
59211
+ .e-input {
59212
+ line-height: 26px;
59213
+ min-height: 26px;
59214
+ }
59215
+ }
59216
+ }
59217
+ @if $skin-name == 'tailwind3' {
59218
+ padding-top: 4px;
59219
+ padding-bottom: 4px;
59220
+ }
59221
+ @if $skin-name == 'highcontrast' {
59222
+ padding-top: 3px;
59223
+ padding-bottom: 3px;
59224
+ }
59225
+ @if ($skin-name == 'FluentUI') {
59226
+ padding-top: 3px;
59227
+ padding-bottom: 3px;
59228
+ }
59229
+ @if $skin-name == 'bootstrap5.3' {
59230
+ padding-top: 2px;
59231
+ padding-bottom: 2px;
59232
+ }
59233
+ @if $skin-name == 'bootstrap4' {
59234
+ padding-top: 5px;
59235
+ padding-bottom: 5px;
59236
+ }
59237
+ }
59238
+ }
59239
+ }
59202
59240
  }
59203
59241
 
59204
59242
  .e-icons {
@@ -59216,11 +59254,14 @@ $ripple-width: 32px !default;
59216
59254
 
59217
59255
  .e-text-content {
59218
59256
  @include user-select;
59219
- border: 1px solid;
59220
59257
  cursor: pointer;
59221
59258
  margin: 0;
59222
59259
  padding: $treeview-text-wrap-padding;
59223
59260
 
59261
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
59262
+ border: 1px solid;
59263
+ }
59264
+
59224
59265
  @if $skin-name == 'Material3' or $skin-name == 'tailwind3' {
59225
59266
  border: none;
59226
59267
  }
@@ -59306,14 +59347,13 @@ $ripple-width: 32px !default;
59306
59347
 
59307
59348
  .e-input-group {
59308
59349
  height: $treeview-input-height;
59309
- @if ($skin-name == 'FluentUI') {
59310
- margin-top: 3px;
59311
- }
59312
- @else if($skin-name == 'tailwind') {
59313
- margin-bottom: 3px;
59350
+ @if ($skin-name == 'tailwind') {
59351
+ margin-top: 4px;
59352
+ margin-bottom: 4px;
59314
59353
  }
59315
59354
  @else if($skin-name == 'bootstrap5') {
59316
- margin-bottom: 2px;
59355
+ margin-bottom: 3px;
59356
+ margin-top: 3px;
59317
59357
  }
59318
59358
  @else {
59319
59359
  margin-bottom: 0;
@@ -59323,9 +59363,20 @@ $ripple-width: 32px !default;
59323
59363
  @if ($skin-name == 'fluent2') {
59324
59364
  border-color: $treeview-input-border-color;
59325
59365
  }
59326
- @if $skin-name != 'material' {
59327
- .e-input {
59366
+ .e-input {
59367
+ @if $skin-name != 'material' and $skin-name != 'material-dark' {
59328
59368
  height: 28px;
59369
+ padding-top: 6px;
59370
+ padding-bottom: 6px;
59371
+ }
59372
+ @if $skin-name == 'tailwind3' {
59373
+ line-height: 20px;
59374
+ height: 32px;
59375
+ }
59376
+ @if $skin-name == 'bootstrap5.3' {
59377
+ height: 32px;
59378
+ padding-top: 5px;
59379
+ padding-bottom: 5px;
59329
59380
  }
59330
59381
  }
59331
59382
  }
@@ -59917,13 +59968,13 @@ $ripple-width: 32px !default;
59917
59968
  @include bg-border($treeview-item-active-check-bg, $treeview-item-active-check-border-color);
59918
59969
  color: $treeview-item-active-check-color;
59919
59970
  }
59920
- @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
59971
+ @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
59921
59972
  border-color: $content-text-color-selected;
59922
59973
  }
59923
59974
  }
59924
59975
 
59925
59976
  .e-stop {
59926
- @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
59977
+ @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
59927
59978
  border-color: $content-text-color-selected;
59928
59979
  }
59929
59980
  }
@@ -59974,6 +60025,11 @@ $ripple-width: 32px !default;
59974
60025
  }
59975
60026
  }
59976
60027
  }
60028
+ @if ($theme-name == 'fluent2-highcontrast') {
60029
+ .e-checkbox-wrapper .e-frame.e-check {
60030
+ border-color: $content-text-color-hover;
60031
+ }
60032
+ }
59977
60033
  }
59978
60034
 
59979
60035
  .e-sibling {
@@ -60343,6 +60399,30 @@ $ripple-width: 32px !default;
60343
60399
  min-height: $treeview-big-item-height;
60344
60400
  }
60345
60401
 
60402
+ @if $skin-name == 'bootstrap5.3' {
60403
+ padding: $treeview-big-text-padding;
60404
+ }
60405
+
60406
+ @if $skin-name == 'highcontrast' {
60407
+ padding-top: 11px;
60408
+ padding-bottom: 11px;
60409
+ }
60410
+
60411
+ @if $skin-name == 'material' or $skin-name == 'material-dark' {
60412
+ padding-top: 12px;
60413
+ padding-bottom: 12px;
60414
+ }
60415
+
60416
+ @if $skin-name == 'FluentUI' {
60417
+ padding-top: 10px;
60418
+ padding-bottom: 10px;
60419
+ }
60420
+
60421
+ @if $skin-name == 'bootstrap4' {
60422
+ padding-top: 13px;
60423
+ padding-bottom: 13px;
60424
+ }
60425
+
60346
60426
  .e-input-group {
60347
60427
  height: $treeview-big-input-height;
60348
60428
 
@@ -60351,6 +60431,69 @@ $ripple-width: 32px !default;
60351
60431
  height: 36px;
60352
60432
  }
60353
60433
  }
60434
+
60435
+ @if $skin-name =='bootstrap5' {
60436
+ padding-top: 6px;
60437
+ padding-bottom: 6px;
60438
+ margin-top: 2px;
60439
+ margin-bottom: 2px;
60440
+ }
60441
+
60442
+ @if $skin-name == 'highcontrast' or $skin-name == 'material-dark' {
60443
+ line-height: 42px;
60444
+ min-height: 42px;
60445
+ }
60446
+
60447
+ .e-input {
60448
+ @if $skin-name =='tailwind3' {
60449
+ height: 40px;
60450
+ line-height: 24px;
60451
+ padding-top: 8px;
60452
+ padding-bottom: 8px;
60453
+ }
60454
+
60455
+ @if $skin-name =='bootstrap5' {
60456
+ height: 24px;
60457
+ }
60458
+
60459
+ @if $skin-name =='material' or $skin-name == 'material-dark' {
60460
+ line-height: 28px;
60461
+ min-height: 28px;
60462
+ padding-top: 9px;
60463
+ padding-bottom: 5px;
60464
+ }
60465
+
60466
+ @if $skin-name == 'bootstrap5.3' {
60467
+ line-height: 24px;
60468
+ min-height: 24px;
60469
+ padding-top: 7px;
60470
+ padding-bottom: 7px;
60471
+ }
60472
+ }
60473
+ }
60474
+ }
60475
+
60476
+ .e-list-item .e-text-content .e-list-text {
60477
+ &:has(> .e-input-group) {
60478
+ @if $skin-name =='highcontrast' {
60479
+ padding-top: 4px;
60480
+ padding-bottom: 4px;
60481
+ }
60482
+
60483
+ @if $skin-name =='FluentUI' {
60484
+ padding-top: 2px;
60485
+ padding-bottom: 2px;
60486
+ }
60487
+
60488
+ @if $skin-name =='material' or $skin-name == 'material-dark' {
60489
+ padding-top: 3px;
60490
+ padding-bottom: 3px;
60491
+ }
60492
+
60493
+ @if $skin-name == 'bootstrap4' {
60494
+ padding-top: 6px;
60495
+ padding-bottom: 6px;
60496
+ }
60354
60497
  }
60355
60498
  }
60356
60499
 
@@ -60535,6 +60678,10 @@ $ripple-width: 32px !default;
60535
60678
  .e-treeview.e-bigger {
60536
60679
  .e-list-text {
60537
60680
  font-size: $treeview-big-font-size;
60681
+ @if $skin-name == 'Material3' {
60682
+ padding: 12px;
60683
+ }
60684
+
60538
60685
  @if $skin-name == 'bootstrap4' {
60539
60686
  color: $treeview-big-text-color;
60540
60687
  }
@@ -108910,10 +109057,10 @@ $toast-close-icon-hover-color: $theme-tertiary !default;
108910
109057
  &:first-child {
108911
109058
  padding: 0;
108912
109059
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
108913
- padding-bottom: 12px;
109060
+ padding-bottom: 8px;
108914
109061
  padding-left: 12px;
108915
109062
  padding-right: 12px;
108916
- padding-top: 12px;
109063
+ padding-top: 8px;
108917
109064
  }
108918
109065
  }
108919
109066
 
@@ -108981,7 +109128,7 @@ $toast-close-icon-hover-color: $theme-tertiary !default;
108981
109128
  .e-toast-content {
108982
109129
  &:first-child {
108983
109130
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
108984
- padding-left: 48px;
109131
+ padding-left: 44px;
108985
109132
  }
108986
109133
  }
108987
109134
  }
@@ -109028,9 +109175,14 @@ $toast-close-icon-hover-color: $theme-tertiary !default;
109028
109175
  margin-right: $toast-icon-nrml-right-margin;
109029
109176
  width: $toast-icon-nrml-width;
109030
109177
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
109031
- left: 16px;
109032
- margin-left: 13px;
109033
- margin-top: 13px;
109178
+ left: 0;
109179
+ margin-left: 12px;
109180
+ margin-top: 10px;
109181
+ padding-bottom: 6px;
109182
+ position: absolute;
109183
+ }
109184
+ @if $skin-name == 'fluent2' {
109185
+ margin-top: 2px;
109034
109186
  }
109035
109187
  }
109036
109188
 
@@ -109502,8 +109654,9 @@ $toast-close-icon-hover-color: $theme-tertiary !default;
109502
109654
  margin-right: $toast-icon-bgr-right-margin;
109503
109655
  width: $toast-icon-bgr-width;
109504
109656
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
109505
- left: 18px;
109506
- margin-top: 13px;
109657
+ left: 0;
109658
+ margin-top: 14px;
109659
+ margin-left: 12px;
109507
109660
  }
109508
109661
  }
109509
109662
 
@@ -43024,7 +43024,7 @@ $ripple-width: 32px !default;
43024
43024
 
43025
43025
  .e-list-item {
43026
43026
  list-style: none;
43027
- @if $skin-name != 'tailwind3' and $skin-name != 'tailwind' and $skin-name != 'Material3' and $skin-name != 'fluent2' {
43027
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
43028
43028
  padding: 2px 0;
43029
43029
  }
43030
43030
  @if $skin-name == 'fluent2' {
@@ -43032,13 +43032,12 @@ $ripple-width: 32px !default;
43032
43032
  }
43033
43033
 
43034
43034
  .e-ul {
43035
- margin: 2px 0 -2px;
43036
43035
  padding: $treeview-child-ul-padding;
43037
- @if $skin-name == 'tailwind' {
43038
- margin: 2px 0 0;
43036
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
43037
+ margin: 2px 0 -2px;
43039
43038
  }
43040
- @else if $skin-name == 'tailwind3' or $skin-name == 'Material3' {
43041
- margin: 0;
43039
+ @if $skin-name == 'fluent2' {
43040
+ margin-top: 4px;
43042
43041
  }
43043
43042
  }
43044
43043
 
@@ -43075,6 +43074,45 @@ $ripple-width: 32px !default;
43075
43074
  .e-icons.e-icons-spinner::before {
43076
43075
  content: none;
43077
43076
  }
43077
+
43078
+ .e-text-content {
43079
+ .e-list-text {
43080
+ &:has(> .e-input-group) {
43081
+ @if $skin-name == 'material' or $skin-name == 'material-dark' {
43082
+ padding-top: 1px;
43083
+ padding-bottom: 1px;
43084
+ .e-input-group {
43085
+ height: 34px;
43086
+
43087
+ .e-input {
43088
+ line-height: 26px;
43089
+ min-height: 26px;
43090
+ }
43091
+ }
43092
+ }
43093
+ @if $skin-name == 'tailwind3' {
43094
+ padding-top: 4px;
43095
+ padding-bottom: 4px;
43096
+ }
43097
+ @if $skin-name == 'highcontrast' {
43098
+ padding-top: 3px;
43099
+ padding-bottom: 3px;
43100
+ }
43101
+ @if ($skin-name == 'FluentUI') {
43102
+ padding-top: 3px;
43103
+ padding-bottom: 3px;
43104
+ }
43105
+ @if $skin-name == 'bootstrap5.3' {
43106
+ padding-top: 2px;
43107
+ padding-bottom: 2px;
43108
+ }
43109
+ @if $skin-name == 'bootstrap4' {
43110
+ padding-top: 5px;
43111
+ padding-bottom: 5px;
43112
+ }
43113
+ }
43114
+ }
43115
+ }
43078
43116
  }
43079
43117
 
43080
43118
  .e-icons {
@@ -43092,11 +43130,14 @@ $ripple-width: 32px !default;
43092
43130
 
43093
43131
  .e-text-content {
43094
43132
  @include user-select;
43095
- border: 1px solid;
43096
43133
  cursor: pointer;
43097
43134
  margin: 0;
43098
43135
  padding: $treeview-text-wrap-padding;
43099
43136
 
43137
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
43138
+ border: 1px solid;
43139
+ }
43140
+
43100
43141
  @if $skin-name == 'Material3' or $skin-name == 'tailwind3' {
43101
43142
  border: none;
43102
43143
  }
@@ -43182,14 +43223,13 @@ $ripple-width: 32px !default;
43182
43223
 
43183
43224
  .e-input-group {
43184
43225
  height: $treeview-input-height;
43185
- @if ($skin-name == 'FluentUI') {
43186
- margin-top: 3px;
43187
- }
43188
- @else if($skin-name == 'tailwind') {
43189
- margin-bottom: 3px;
43226
+ @if ($skin-name == 'tailwind') {
43227
+ margin-top: 4px;
43228
+ margin-bottom: 4px;
43190
43229
  }
43191
43230
  @else if($skin-name == 'bootstrap5') {
43192
- margin-bottom: 2px;
43231
+ margin-bottom: 3px;
43232
+ margin-top: 3px;
43193
43233
  }
43194
43234
  @else {
43195
43235
  margin-bottom: 0;
@@ -43199,9 +43239,20 @@ $ripple-width: 32px !default;
43199
43239
  @if ($skin-name == 'fluent2') {
43200
43240
  border-color: $treeview-input-border-color;
43201
43241
  }
43202
- @if $skin-name != 'material' {
43203
- .e-input {
43242
+ .e-input {
43243
+ @if $skin-name != 'material' and $skin-name != 'material-dark' {
43204
43244
  height: 28px;
43245
+ padding-top: 6px;
43246
+ padding-bottom: 6px;
43247
+ }
43248
+ @if $skin-name == 'tailwind3' {
43249
+ line-height: 20px;
43250
+ height: 32px;
43251
+ }
43252
+ @if $skin-name == 'bootstrap5.3' {
43253
+ height: 32px;
43254
+ padding-top: 5px;
43255
+ padding-bottom: 5px;
43205
43256
  }
43206
43257
  }
43207
43258
  }
@@ -43793,13 +43844,13 @@ $ripple-width: 32px !default;
43793
43844
  @include bg-border($treeview-item-active-check-bg, $treeview-item-active-check-border-color);
43794
43845
  color: $treeview-item-active-check-color;
43795
43846
  }
43796
- @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
43847
+ @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
43797
43848
  border-color: $content-text-color-selected;
43798
43849
  }
43799
43850
  }
43800
43851
 
43801
43852
  .e-stop {
43802
- @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
43853
+ @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
43803
43854
  border-color: $content-text-color-selected;
43804
43855
  }
43805
43856
  }
@@ -43850,6 +43901,11 @@ $ripple-width: 32px !default;
43850
43901
  }
43851
43902
  }
43852
43903
  }
43904
+ @if ($theme-name == 'fluent2-highcontrast') {
43905
+ .e-checkbox-wrapper .e-frame.e-check {
43906
+ border-color: $content-text-color-hover;
43907
+ }
43908
+ }
43853
43909
  }
43854
43910
 
43855
43911
  .e-sibling {
@@ -81294,10 +81350,10 @@ $toast-close-icon-hover-color: $theme-primary !default;
81294
81350
  &:first-child {
81295
81351
  padding: 0;
81296
81352
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
81297
- padding-bottom: 12px;
81353
+ padding-bottom: 8px;
81298
81354
  padding-left: 12px;
81299
81355
  padding-right: 12px;
81300
- padding-top: 12px;
81356
+ padding-top: 8px;
81301
81357
  }
81302
81358
  }
81303
81359
 
@@ -81365,7 +81421,7 @@ $toast-close-icon-hover-color: $theme-primary !default;
81365
81421
  .e-toast-content {
81366
81422
  &:first-child {
81367
81423
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
81368
- padding-left: 48px;
81424
+ padding-left: 44px;
81369
81425
  }
81370
81426
  }
81371
81427
  }
@@ -81412,9 +81468,14 @@ $toast-close-icon-hover-color: $theme-primary !default;
81412
81468
  margin-right: $toast-icon-nrml-right-margin;
81413
81469
  width: $toast-icon-nrml-width;
81414
81470
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
81415
- left: 16px;
81416
- margin-left: 13px;
81417
- margin-top: 13px;
81471
+ left: 0;
81472
+ margin-left: 12px;
81473
+ margin-top: 10px;
81474
+ padding-bottom: 6px;
81475
+ position: absolute;
81476
+ }
81477
+ @if $skin-name == 'fluent2' {
81478
+ margin-top: 2px;
81418
81479
  }
81419
81480
  }
81420
81481