@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
@@ -21933,9 +21933,7 @@ body.e-colorpicker-overflow {
21933
21933
  list-style: none;
21934
21934
  }
21935
21935
  .e-treeview .e-list-item .e-ul {
21936
- margin: 2px 0 -2px;
21937
21936
  padding: 0 0 0 20px;
21938
- margin: 2px 0 0;
21939
21937
  }
21940
21938
  .e-treeview .e-list-item.e-disable > .e-text-content,
21941
21939
  .e-treeview .e-list-item.e-disable > .e-fullrow {
@@ -21975,7 +21973,6 @@ body.e-colorpicker-overflow {
21975
21973
  -ms-user-select: none;
21976
21974
  -webkit-user-select: none;
21977
21975
  user-select: none;
21978
- border: 1px solid;
21979
21976
  cursor: pointer;
21980
21977
  margin: 0;
21981
21978
  padding: 0 0 0 20px;
@@ -22033,12 +22030,15 @@ body.e-colorpicker-overflow {
22033
22030
  }
22034
22031
  .e-treeview .e-list-text .e-input-group {
22035
22032
  height: 30px;
22036
- margin-bottom: 3px;
22033
+ margin-top: 4px;
22034
+ margin-bottom: 4px;
22037
22035
  min-width: 150px;
22038
22036
  vertical-align: bottom;
22039
22037
  }
22040
22038
  .e-treeview .e-list-text .e-input-group .e-input {
22041
22039
  height: 28px;
22040
+ padding-top: 6px;
22041
+ padding-bottom: 6px;
22042
22042
  }
22043
22043
  .e-treeview .e-navigable-text {
22044
22044
  padding: 0 8px;
@@ -29662,9 +29662,7 @@ body.e-colorpicker-overflow {
29662
29662
  list-style: none;
29663
29663
  }
29664
29664
  .e-treeview .e-list-item .e-ul {
29665
- margin: 2px 0 -2px;
29666
29665
  padding: 0 0 0 20px;
29667
- margin: 2px 0 0;
29668
29666
  }
29669
29667
  .e-treeview .e-list-item.e-disable > .e-text-content,
29670
29668
  .e-treeview .e-list-item.e-disable > .e-fullrow {
@@ -29704,7 +29702,6 @@ body.e-colorpicker-overflow {
29704
29702
  -ms-user-select: none;
29705
29703
  -webkit-user-select: none;
29706
29704
  user-select: none;
29707
- border: 1px solid;
29708
29705
  cursor: pointer;
29709
29706
  margin: 0;
29710
29707
  padding: 0 0 0 20px;
@@ -29762,12 +29759,15 @@ body.e-colorpicker-overflow {
29762
29759
  }
29763
29760
  .e-treeview .e-list-text .e-input-group {
29764
29761
  height: 30px;
29765
- margin-bottom: 3px;
29762
+ margin-top: 4px;
29763
+ margin-bottom: 4px;
29766
29764
  min-width: 150px;
29767
29765
  vertical-align: bottom;
29768
29766
  }
29769
29767
  .e-treeview .e-list-text .e-input-group .e-input {
29770
29768
  height: 28px;
29769
+ padding-top: 6px;
29770
+ padding-bottom: 6px;
29771
29771
  }
29772
29772
  .e-treeview .e-navigable-text {
29773
29773
  padding: 0 8px;
@@ -24721,9 +24721,7 @@ body.e-colorpicker-overflow {
24721
24721
  list-style: none;
24722
24722
  }
24723
24723
  .e-treeview .e-list-item .e-ul {
24724
- margin: 2px 0 -2px;
24725
24724
  padding: 0 0 0 20px;
24726
- margin: 0;
24727
24725
  }
24728
24726
  .e-treeview .e-list-item.e-disable > .e-text-content,
24729
24727
  .e-treeview .e-list-item.e-disable > .e-fullrow {
@@ -24746,6 +24744,10 @@ body.e-colorpicker-overflow {
24746
24744
  .e-treeview .e-list-item .e-icons.e-icons-spinner::before {
24747
24745
  content: none;
24748
24746
  }
24747
+ .e-treeview .e-list-item .e-text-content .e-list-text:has(> .e-input-group) {
24748
+ padding-top: 4px;
24749
+ padding-bottom: 4px;
24750
+ }
24749
24751
  .e-treeview .e-icons .e-spinner-pane {
24750
24752
  position: relative;
24751
24753
  }
@@ -24760,7 +24762,6 @@ body.e-colorpicker-overflow {
24760
24762
  -ms-user-select: none;
24761
24763
  -webkit-user-select: none;
24762
24764
  user-select: none;
24763
- border: 1px solid;
24764
24765
  cursor: pointer;
24765
24766
  margin: 0;
24766
24767
  padding: 0 0 0 20px;
@@ -24819,13 +24820,17 @@ body.e-colorpicker-overflow {
24819
24820
  vertical-align: middle;
24820
24821
  }
24821
24822
  .e-treeview .e-list-text .e-input-group {
24822
- height: 30px;
24823
+ height: 32px;
24823
24824
  margin-bottom: 0;
24824
24825
  min-width: 150px;
24825
24826
  vertical-align: bottom;
24826
24827
  }
24827
24828
  .e-treeview .e-list-text .e-input-group .e-input {
24828
24829
  height: 28px;
24830
+ padding-top: 6px;
24831
+ padding-bottom: 6px;
24832
+ line-height: 20px;
24833
+ height: 32px;
24829
24834
  }
24830
24835
  .e-treeview .e-navigable-text {
24831
24836
  padding: 10px 8px;
@@ -34353,9 +34353,7 @@ body.e-colorpicker-overflow {
34353
34353
  list-style: none;
34354
34354
  }
34355
34355
  .e-treeview .e-list-item .e-ul {
34356
- margin: 2px 0 -2px;
34357
34356
  padding: 0 0 0 20px;
34358
- margin: 0;
34359
34357
  }
34360
34358
  .e-treeview .e-list-item.e-disable > .e-text-content,
34361
34359
  .e-treeview .e-list-item.e-disable > .e-fullrow {
@@ -34378,6 +34376,10 @@ body.e-colorpicker-overflow {
34378
34376
  .e-treeview .e-list-item .e-icons.e-icons-spinner::before {
34379
34377
  content: none;
34380
34378
  }
34379
+ .e-treeview .e-list-item .e-text-content .e-list-text:has(> .e-input-group) {
34380
+ padding-top: 4px;
34381
+ padding-bottom: 4px;
34382
+ }
34381
34383
  .e-treeview .e-icons .e-spinner-pane {
34382
34384
  position: relative;
34383
34385
  }
@@ -34392,7 +34394,6 @@ body.e-colorpicker-overflow {
34392
34394
  -ms-user-select: none;
34393
34395
  -webkit-user-select: none;
34394
34396
  user-select: none;
34395
- border: 1px solid;
34396
34397
  cursor: pointer;
34397
34398
  margin: 0;
34398
34399
  padding: 0 0 0 20px;
@@ -34451,13 +34452,17 @@ body.e-colorpicker-overflow {
34451
34452
  vertical-align: middle;
34452
34453
  }
34453
34454
  .e-treeview .e-list-text .e-input-group {
34454
- height: 30px;
34455
+ height: 32px;
34455
34456
  margin-bottom: 0;
34456
34457
  min-width: 150px;
34457
34458
  vertical-align: bottom;
34458
34459
  }
34459
34460
  .e-treeview .e-list-text .e-input-group .e-input {
34460
34461
  height: 28px;
34462
+ padding-top: 6px;
34463
+ padding-bottom: 6px;
34464
+ line-height: 20px;
34465
+ height: 32px;
34461
34466
  }
34462
34467
  .e-treeview .e-navigable-text {
34463
34468
  padding: 10px 8px;
@@ -34969,6 +34974,13 @@ body.e-colorpicker-overflow {
34969
34974
  .e-treeview.e-bigger .e-list-text .e-input-group .e-input {
34970
34975
  height: 36px;
34971
34976
  }
34977
+ .e-bigger .e-treeview .e-list-text .e-input-group .e-input,
34978
+ .e-treeview.e-bigger .e-list-text .e-input-group .e-input {
34979
+ height: 40px;
34980
+ line-height: 24px;
34981
+ padding-top: 8px;
34982
+ padding-bottom: 8px;
34983
+ }
34972
34984
  .e-bigger .e-treeview .e-checkbox-wrapper,
34973
34985
  .e-treeview.e-bigger .e-checkbox-wrapper {
34974
34986
  margin: 0 0 0 12px;
@@ -25125,9 +25125,7 @@ body.e-colorpicker-overflow {
25125
25125
  list-style: none;
25126
25126
  }
25127
25127
  .e-treeview .e-list-item .e-ul {
25128
- margin: 2px 0 -2px;
25129
25128
  padding: 0 0 0 20px;
25130
- margin: 0;
25131
25129
  }
25132
25130
  .e-treeview .e-list-item.e-disable > .e-text-content,
25133
25131
  .e-treeview .e-list-item.e-disable > .e-fullrow {
@@ -25150,6 +25148,10 @@ body.e-colorpicker-overflow {
25150
25148
  .e-treeview .e-list-item .e-icons.e-icons-spinner::before {
25151
25149
  content: none;
25152
25150
  }
25151
+ .e-treeview .e-list-item .e-text-content .e-list-text:has(> .e-input-group) {
25152
+ padding-top: 4px;
25153
+ padding-bottom: 4px;
25154
+ }
25153
25155
  .e-treeview .e-icons .e-spinner-pane {
25154
25156
  position: relative;
25155
25157
  }
@@ -25164,7 +25166,6 @@ body.e-colorpicker-overflow {
25164
25166
  -ms-user-select: none;
25165
25167
  -webkit-user-select: none;
25166
25168
  user-select: none;
25167
- border: 1px solid;
25168
25169
  cursor: pointer;
25169
25170
  margin: 0;
25170
25171
  padding: 0 0 0 20px;
@@ -25223,13 +25224,17 @@ body.e-colorpicker-overflow {
25223
25224
  vertical-align: middle;
25224
25225
  }
25225
25226
  .e-treeview .e-list-text .e-input-group {
25226
- height: 30px;
25227
+ height: 32px;
25227
25228
  margin-bottom: 0;
25228
25229
  min-width: 150px;
25229
25230
  vertical-align: bottom;
25230
25231
  }
25231
25232
  .e-treeview .e-list-text .e-input-group .e-input {
25232
25233
  height: 28px;
25234
+ padding-top: 6px;
25235
+ padding-bottom: 6px;
25236
+ line-height: 20px;
25237
+ height: 32px;
25233
25238
  }
25234
25239
  .e-treeview .e-navigable-text {
25235
25240
  padding: 10px 8px;
@@ -34757,9 +34757,7 @@ body.e-colorpicker-overflow {
34757
34757
  list-style: none;
34758
34758
  }
34759
34759
  .e-treeview .e-list-item .e-ul {
34760
- margin: 2px 0 -2px;
34761
34760
  padding: 0 0 0 20px;
34762
- margin: 0;
34763
34761
  }
34764
34762
  .e-treeview .e-list-item.e-disable > .e-text-content,
34765
34763
  .e-treeview .e-list-item.e-disable > .e-fullrow {
@@ -34782,6 +34780,10 @@ body.e-colorpicker-overflow {
34782
34780
  .e-treeview .e-list-item .e-icons.e-icons-spinner::before {
34783
34781
  content: none;
34784
34782
  }
34783
+ .e-treeview .e-list-item .e-text-content .e-list-text:has(> .e-input-group) {
34784
+ padding-top: 4px;
34785
+ padding-bottom: 4px;
34786
+ }
34785
34787
  .e-treeview .e-icons .e-spinner-pane {
34786
34788
  position: relative;
34787
34789
  }
@@ -34796,7 +34798,6 @@ body.e-colorpicker-overflow {
34796
34798
  -ms-user-select: none;
34797
34799
  -webkit-user-select: none;
34798
34800
  user-select: none;
34799
- border: 1px solid;
34800
34801
  cursor: pointer;
34801
34802
  margin: 0;
34802
34803
  padding: 0 0 0 20px;
@@ -34855,13 +34856,17 @@ body.e-colorpicker-overflow {
34855
34856
  vertical-align: middle;
34856
34857
  }
34857
34858
  .e-treeview .e-list-text .e-input-group {
34858
- height: 30px;
34859
+ height: 32px;
34859
34860
  margin-bottom: 0;
34860
34861
  min-width: 150px;
34861
34862
  vertical-align: bottom;
34862
34863
  }
34863
34864
  .e-treeview .e-list-text .e-input-group .e-input {
34864
34865
  height: 28px;
34866
+ padding-top: 6px;
34867
+ padding-bottom: 6px;
34868
+ line-height: 20px;
34869
+ height: 32px;
34865
34870
  }
34866
34871
  .e-treeview .e-navigable-text {
34867
34872
  padding: 10px 8px;
@@ -35373,6 +35378,13 @@ body.e-colorpicker-overflow {
35373
35378
  .e-treeview.e-bigger .e-list-text .e-input-group .e-input {
35374
35379
  height: 36px;
35375
35380
  }
35381
+ .e-bigger .e-treeview .e-list-text .e-input-group .e-input,
35382
+ .e-treeview.e-bigger .e-list-text .e-input-group .e-input {
35383
+ height: 40px;
35384
+ line-height: 24px;
35385
+ padding-top: 8px;
35386
+ padding-bottom: 8px;
35387
+ }
35376
35388
  .e-bigger .e-treeview .e-checkbox-wrapper,
35377
35389
  .e-treeview.e-bigger .e-checkbox-wrapper {
35378
35390
  margin: 0 0 0 12px;
@@ -44355,7 +44355,7 @@ $treeview-icon-font-size: $text-xl !default;
44355
44355
  $treeview-image-font-size: $text-xl !default;
44356
44356
  $treeview-big-font-size: $text-base !default;
44357
44357
  $treeview-big-icon-font-size: $text-2xl !default;
44358
- $treeview-item-height: 40px !default;
44358
+ $treeview-item-height: 38px !default;
44359
44359
  $treeview-text-height: 38px !default;
44360
44360
  $treeview-input-height: 30px !default;
44361
44361
  $treeview-root-ul-padding: 0 0 0 12px !default;
@@ -44645,7 +44645,7 @@ $treeview-item-active-hover-bg:$content-bg-color-hover !default;
44645
44645
 
44646
44646
  .e-list-item {
44647
44647
  list-style: none;
44648
- @if $skin-name != 'tailwind3' and $skin-name != 'tailwind' and $skin-name != 'Material3' and $skin-name != 'fluent2' {
44648
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
44649
44649
  padding: 2px 0;
44650
44650
  }
44651
44651
  @if $skin-name == 'fluent2' {
@@ -44653,13 +44653,12 @@ $treeview-item-active-hover-bg:$content-bg-color-hover !default;
44653
44653
  }
44654
44654
 
44655
44655
  .e-ul {
44656
- margin: 2px 0 -2px;
44657
44656
  padding: $treeview-child-ul-padding;
44658
- @if $skin-name == 'tailwind' {
44659
- margin: 2px 0 0;
44657
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
44658
+ margin: 2px 0 -2px;
44660
44659
  }
44661
- @else if $skin-name == 'tailwind3' or $skin-name == 'Material3' {
44662
- margin: 0;
44660
+ @if $skin-name == 'fluent2' {
44661
+ margin-top: 4px;
44663
44662
  }
44664
44663
  }
44665
44664
 
@@ -44696,6 +44695,45 @@ $treeview-item-active-hover-bg:$content-bg-color-hover !default;
44696
44695
  .e-icons.e-icons-spinner::before {
44697
44696
  content: none;
44698
44697
  }
44698
+
44699
+ .e-text-content {
44700
+ .e-list-text {
44701
+ &:has(> .e-input-group) {
44702
+ @if $skin-name == 'material' or $skin-name == 'material-dark' {
44703
+ padding-top: 1px;
44704
+ padding-bottom: 1px;
44705
+ .e-input-group {
44706
+ height: 34px;
44707
+
44708
+ .e-input {
44709
+ line-height: 26px;
44710
+ min-height: 26px;
44711
+ }
44712
+ }
44713
+ }
44714
+ @if $skin-name == 'tailwind3' {
44715
+ padding-top: 4px;
44716
+ padding-bottom: 4px;
44717
+ }
44718
+ @if $skin-name == 'highcontrast' {
44719
+ padding-top: 3px;
44720
+ padding-bottom: 3px;
44721
+ }
44722
+ @if ($skin-name == 'FluentUI') {
44723
+ padding-top: 3px;
44724
+ padding-bottom: 3px;
44725
+ }
44726
+ @if $skin-name == 'bootstrap5.3' {
44727
+ padding-top: 2px;
44728
+ padding-bottom: 2px;
44729
+ }
44730
+ @if $skin-name == 'bootstrap4' {
44731
+ padding-top: 5px;
44732
+ padding-bottom: 5px;
44733
+ }
44734
+ }
44735
+ }
44736
+ }
44699
44737
  }
44700
44738
 
44701
44739
  .e-icons {
@@ -44713,11 +44751,14 @@ $treeview-item-active-hover-bg:$content-bg-color-hover !default;
44713
44751
 
44714
44752
  .e-text-content {
44715
44753
  @include user-select;
44716
- border: 1px solid;
44717
44754
  cursor: pointer;
44718
44755
  margin: 0;
44719
44756
  padding: $treeview-text-wrap-padding;
44720
44757
 
44758
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
44759
+ border: 1px solid;
44760
+ }
44761
+
44721
44762
  @if $skin-name == 'Material3' or $skin-name == 'tailwind3' {
44722
44763
  border: none;
44723
44764
  }
@@ -44803,14 +44844,13 @@ $treeview-item-active-hover-bg:$content-bg-color-hover !default;
44803
44844
 
44804
44845
  .e-input-group {
44805
44846
  height: $treeview-input-height;
44806
- @if ($skin-name == 'FluentUI') {
44807
- margin-top: 3px;
44808
- }
44809
- @else if($skin-name == 'tailwind') {
44810
- margin-bottom: 3px;
44847
+ @if ($skin-name == 'tailwind') {
44848
+ margin-top: 4px;
44849
+ margin-bottom: 4px;
44811
44850
  }
44812
44851
  @else if($skin-name == 'bootstrap5') {
44813
- margin-bottom: 2px;
44852
+ margin-bottom: 3px;
44853
+ margin-top: 3px;
44814
44854
  }
44815
44855
  @else {
44816
44856
  margin-bottom: 0;
@@ -44820,9 +44860,20 @@ $treeview-item-active-hover-bg:$content-bg-color-hover !default;
44820
44860
  @if ($skin-name == 'fluent2') {
44821
44861
  border-color: $treeview-input-border-color;
44822
44862
  }
44823
- @if $skin-name != 'material' {
44824
- .e-input {
44863
+ .e-input {
44864
+ @if $skin-name != 'material' and $skin-name != 'material-dark' {
44825
44865
  height: 28px;
44866
+ padding-top: 6px;
44867
+ padding-bottom: 6px;
44868
+ }
44869
+ @if $skin-name == 'tailwind3' {
44870
+ line-height: 20px;
44871
+ height: 32px;
44872
+ }
44873
+ @if $skin-name == 'bootstrap5.3' {
44874
+ height: 32px;
44875
+ padding-top: 5px;
44876
+ padding-bottom: 5px;
44826
44877
  }
44827
44878
  }
44828
44879
  }
@@ -45414,13 +45465,13 @@ $treeview-item-active-hover-bg:$content-bg-color-hover !default;
45414
45465
  @include bg-border($treeview-item-active-check-bg, $treeview-item-active-check-border-color);
45415
45466
  color: $treeview-item-active-check-color;
45416
45467
  }
45417
- @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
45468
+ @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
45418
45469
  border-color: $content-text-color-selected;
45419
45470
  }
45420
45471
  }
45421
45472
 
45422
45473
  .e-stop {
45423
- @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
45474
+ @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
45424
45475
  border-color: $content-text-color-selected;
45425
45476
  }
45426
45477
  }
@@ -45471,6 +45522,11 @@ $treeview-item-active-hover-bg:$content-bg-color-hover !default;
45471
45522
  }
45472
45523
  }
45473
45524
  }
45525
+ @if ($theme-name == 'fluent2-highcontrast') {
45526
+ .e-checkbox-wrapper .e-frame.e-check {
45527
+ border-color: $content-text-color-hover;
45528
+ }
45529
+ }
45474
45530
  }
45475
45531
 
45476
45532
  .e-sibling {
@@ -83123,10 +83179,10 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
83123
83179
  &:first-child {
83124
83180
  padding: 0;
83125
83181
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
83126
- padding-bottom: 12px;
83182
+ padding-bottom: 8px;
83127
83183
  padding-left: 12px;
83128
83184
  padding-right: 12px;
83129
- padding-top: 12px;
83185
+ padding-top: 8px;
83130
83186
  }
83131
83187
  }
83132
83188
 
@@ -83194,7 +83250,7 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
83194
83250
  .e-toast-content {
83195
83251
  &:first-child {
83196
83252
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
83197
- padding-left: 48px;
83253
+ padding-left: 44px;
83198
83254
  }
83199
83255
  }
83200
83256
  }
@@ -83241,9 +83297,14 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
83241
83297
  margin-right: $toast-icon-nrml-right-margin;
83242
83298
  width: $toast-icon-nrml-width;
83243
83299
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
83244
- left: 16px;
83245
- margin-left: 13px;
83246
- margin-top: 13px;
83300
+ left: 0;
83301
+ margin-left: 12px;
83302
+ margin-top: 10px;
83303
+ padding-bottom: 6px;
83304
+ position: absolute;
83305
+ }
83306
+ @if $skin-name == 'fluent2' {
83307
+ margin-top: 2px;
83247
83308
  }
83248
83309
  }
83249
83310