@syncfusion/blazor-themes 31.1.22 → 31.2.2

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 (344) hide show
  1. package/Compiled-Themes/bds-dark-lite.css +21 -6
  2. package/Compiled-Themes/bds-dark.css +23 -8
  3. package/Compiled-Themes/bds-lite.css +22 -7
  4. package/Compiled-Themes/bds.css +24 -9
  5. package/Compiled-Themes/bootstrap-dark-lite.css +21 -6
  6. package/Compiled-Themes/bootstrap-dark.css +23 -8
  7. package/Compiled-Themes/bootstrap-lite.css +21 -6
  8. package/Compiled-Themes/bootstrap.css +23 -8
  9. package/Compiled-Themes/bootstrap4-lite.css +22 -6
  10. package/Compiled-Themes/bootstrap4.css +29 -13
  11. package/Compiled-Themes/bootstrap5-dark-lite.css +21 -6
  12. package/Compiled-Themes/bootstrap5-dark.css +23 -8
  13. package/Compiled-Themes/bootstrap5-lite.css +21 -6
  14. package/Compiled-Themes/bootstrap5.3-dark-lite.css +23 -6
  15. package/Compiled-Themes/bootstrap5.3-dark.css +27 -10
  16. package/Compiled-Themes/bootstrap5.3-lite.css +23 -6
  17. package/Compiled-Themes/bootstrap5.3.css +27 -10
  18. package/Compiled-Themes/bootstrap5.css +23 -8
  19. package/Compiled-Themes/fabric-dark-lite.css +21 -6
  20. package/Compiled-Themes/fabric-dark.css +23 -8
  21. package/Compiled-Themes/fabric-lite.css +21 -6
  22. package/Compiled-Themes/fabric.css +23 -8
  23. package/Compiled-Themes/fluent-dark-lite.css +21 -6
  24. package/Compiled-Themes/fluent-dark.css +26 -11
  25. package/Compiled-Themes/fluent-lite.css +21 -6
  26. package/Compiled-Themes/fluent.css +26 -11
  27. package/Compiled-Themes/fluent2-dark-lite.css +23 -6
  28. package/Compiled-Themes/fluent2-dark.css +27 -10
  29. package/Compiled-Themes/fluent2-highcontrast-lite.css +23 -6
  30. package/Compiled-Themes/fluent2-highcontrast.css +27 -10
  31. package/Compiled-Themes/fluent2-lite.css +23 -6
  32. package/Compiled-Themes/fluent2.css +27 -10
  33. package/Compiled-Themes/highcontrast-lite.css +22 -6
  34. package/Compiled-Themes/highcontrast.css +26 -11
  35. package/Compiled-Themes/material-dark-lite.css +21 -6
  36. package/Compiled-Themes/material-dark.css +23 -8
  37. package/Compiled-Themes/material-lite.css +21 -6
  38. package/Compiled-Themes/material.css +25 -10
  39. package/Compiled-Themes/material3-dark-lite.css +23 -8
  40. package/Compiled-Themes/material3-dark.css +25 -10
  41. package/Compiled-Themes/material3-lite.css +23 -8
  42. package/Compiled-Themes/material3.css +25 -10
  43. package/Compiled-Themes/tailwind-dark-lite.css +22 -7
  44. package/Compiled-Themes/tailwind-dark.css +28 -13
  45. package/Compiled-Themes/tailwind-lite.css +22 -7
  46. package/Compiled-Themes/tailwind.css +28 -13
  47. package/Compiled-Themes/tailwind3-dark-lite.css +23 -6
  48. package/Compiled-Themes/tailwind3-dark.css +27 -10
  49. package/Compiled-Themes/tailwind3-lite.css +23 -6
  50. package/Compiled-Themes/tailwind3.css +27 -10
  51. package/SCSS-Themes/base/bds-lite.scss +1 -1
  52. package/SCSS-Themes/base/bds.scss +1 -1
  53. package/SCSS-Themes/bds-dark-lite.scss +25 -6
  54. package/SCSS-Themes/bds-dark.scss +30 -11
  55. package/SCSS-Themes/bds-lite.scss +26 -7
  56. package/SCSS-Themes/bds.scss +31 -12
  57. package/SCSS-Themes/bootstrap-dark-lite.scss +25 -8
  58. package/SCSS-Themes/bootstrap-dark.scss +30 -13
  59. package/SCSS-Themes/bootstrap-lite.scss +25 -6
  60. package/SCSS-Themes/bootstrap.scss +30 -11
  61. package/SCSS-Themes/bootstrap4-lite.scss +28 -8
  62. package/SCSS-Themes/bootstrap4.scss +33 -13
  63. package/SCSS-Themes/bootstrap5-dark-lite.scss +25 -6
  64. package/SCSS-Themes/bootstrap5-dark.scss +30 -11
  65. package/SCSS-Themes/bootstrap5-lite.scss +25 -6
  66. package/SCSS-Themes/bootstrap5.3-dark-lite.scss +28 -7
  67. package/SCSS-Themes/bootstrap5.3-dark.scss +33 -12
  68. package/SCSS-Themes/bootstrap5.3-lite.scss +28 -7
  69. package/SCSS-Themes/bootstrap5.3.scss +33 -12
  70. package/SCSS-Themes/bootstrap5.scss +30 -11
  71. package/SCSS-Themes/buttons/check-box/bds-dark-lite.scss +5 -1
  72. package/SCSS-Themes/buttons/check-box/bds-dark.scss +5 -1
  73. package/SCSS-Themes/buttons/check-box/bds-lite.scss +5 -1
  74. package/SCSS-Themes/buttons/check-box/bds.scss +5 -1
  75. package/SCSS-Themes/buttons/check-box/bootstrap-dark-lite.scss +5 -1
  76. package/SCSS-Themes/buttons/check-box/bootstrap-dark.scss +5 -1
  77. package/SCSS-Themes/buttons/check-box/bootstrap-lite.scss +5 -1
  78. package/SCSS-Themes/buttons/check-box/bootstrap.scss +5 -1
  79. package/SCSS-Themes/buttons/check-box/bootstrap4-lite.scss +5 -1
  80. package/SCSS-Themes/buttons/check-box/bootstrap4.scss +5 -1
  81. package/SCSS-Themes/buttons/check-box/bootstrap5-dark-lite.scss +5 -1
  82. package/SCSS-Themes/buttons/check-box/bootstrap5-dark.scss +5 -1
  83. package/SCSS-Themes/buttons/check-box/bootstrap5-lite.scss +5 -1
  84. package/SCSS-Themes/buttons/check-box/bootstrap5.3-dark-lite.scss +5 -1
  85. package/SCSS-Themes/buttons/check-box/bootstrap5.3-dark.scss +5 -1
  86. package/SCSS-Themes/buttons/check-box/bootstrap5.3-lite.scss +5 -1
  87. package/SCSS-Themes/buttons/check-box/bootstrap5.3.scss +5 -1
  88. package/SCSS-Themes/buttons/check-box/bootstrap5.scss +5 -1
  89. package/SCSS-Themes/buttons/check-box/fabric-dark-lite.scss +5 -1
  90. package/SCSS-Themes/buttons/check-box/fabric-dark.scss +5 -1
  91. package/SCSS-Themes/buttons/check-box/fabric-lite.scss +5 -1
  92. package/SCSS-Themes/buttons/check-box/fabric.scss +5 -1
  93. package/SCSS-Themes/buttons/check-box/fluent-dark-lite.scss +5 -1
  94. package/SCSS-Themes/buttons/check-box/fluent-dark.scss +5 -1
  95. package/SCSS-Themes/buttons/check-box/fluent-lite.scss +5 -1
  96. package/SCSS-Themes/buttons/check-box/fluent.scss +5 -1
  97. package/SCSS-Themes/buttons/check-box/fluent2-dark-lite.scss +5 -1
  98. package/SCSS-Themes/buttons/check-box/fluent2-dark.scss +5 -1
  99. package/SCSS-Themes/buttons/check-box/fluent2-highcontrast-lite.scss +5 -1
  100. package/SCSS-Themes/buttons/check-box/fluent2-highcontrast.scss +5 -1
  101. package/SCSS-Themes/buttons/check-box/fluent2-lite.scss +5 -1
  102. package/SCSS-Themes/buttons/check-box/fluent2.scss +5 -1
  103. package/SCSS-Themes/buttons/check-box/highcontrast-lite.scss +5 -1
  104. package/SCSS-Themes/buttons/check-box/highcontrast.scss +5 -1
  105. package/SCSS-Themes/buttons/check-box/material-dark-lite.scss +5 -1
  106. package/SCSS-Themes/buttons/check-box/material-dark.scss +5 -1
  107. package/SCSS-Themes/buttons/check-box/material-lite.scss +5 -1
  108. package/SCSS-Themes/buttons/check-box/material.scss +5 -1
  109. package/SCSS-Themes/buttons/check-box/material3-dark-lite.scss +5 -1
  110. package/SCSS-Themes/buttons/check-box/material3-dark.scss +5 -1
  111. package/SCSS-Themes/buttons/check-box/material3-lite.scss +5 -1
  112. package/SCSS-Themes/buttons/check-box/material3.scss +5 -1
  113. package/SCSS-Themes/buttons/check-box/tailwind-dark-lite.scss +5 -1
  114. package/SCSS-Themes/buttons/check-box/tailwind-dark.scss +5 -1
  115. package/SCSS-Themes/buttons/check-box/tailwind-lite.scss +5 -1
  116. package/SCSS-Themes/buttons/check-box/tailwind.scss +5 -1
  117. package/SCSS-Themes/buttons/check-box/tailwind3-dark-lite.scss +5 -1
  118. package/SCSS-Themes/buttons/check-box/tailwind3-dark.scss +5 -1
  119. package/SCSS-Themes/buttons/check-box/tailwind3-lite.scss +5 -1
  120. package/SCSS-Themes/buttons/check-box/tailwind3.scss +5 -1
  121. package/SCSS-Themes/dropdowns/multi-select/bds-dark.scss +4 -4
  122. package/SCSS-Themes/dropdowns/multi-select/bds.scss +4 -4
  123. package/SCSS-Themes/dropdowns/multi-select/bootstrap-dark.scss +4 -4
  124. package/SCSS-Themes/dropdowns/multi-select/bootstrap.scss +4 -4
  125. package/SCSS-Themes/dropdowns/multi-select/bootstrap4-lite.scss +2 -1
  126. package/SCSS-Themes/dropdowns/multi-select/bootstrap4.scss +6 -5
  127. package/SCSS-Themes/dropdowns/multi-select/bootstrap5-dark.scss +4 -4
  128. package/SCSS-Themes/dropdowns/multi-select/bootstrap5.3-dark-lite.scss +3 -1
  129. package/SCSS-Themes/dropdowns/multi-select/bootstrap5.3-dark.scss +7 -5
  130. package/SCSS-Themes/dropdowns/multi-select/bootstrap5.3-lite.scss +3 -1
  131. package/SCSS-Themes/dropdowns/multi-select/bootstrap5.3.scss +7 -5
  132. package/SCSS-Themes/dropdowns/multi-select/bootstrap5.scss +4 -4
  133. package/SCSS-Themes/dropdowns/multi-select/fabric-dark.scss +4 -4
  134. package/SCSS-Themes/dropdowns/multi-select/fabric.scss +4 -4
  135. package/SCSS-Themes/dropdowns/multi-select/fluent-dark-lite.scss +1 -1
  136. package/SCSS-Themes/dropdowns/multi-select/fluent-dark.scss +5 -5
  137. package/SCSS-Themes/dropdowns/multi-select/fluent-lite.scss +1 -1
  138. package/SCSS-Themes/dropdowns/multi-select/fluent.scss +5 -5
  139. package/SCSS-Themes/dropdowns/multi-select/fluent2-dark-lite.scss +3 -1
  140. package/SCSS-Themes/dropdowns/multi-select/fluent2-dark.scss +7 -5
  141. package/SCSS-Themes/dropdowns/multi-select/fluent2-highcontrast-lite.scss +3 -1
  142. package/SCSS-Themes/dropdowns/multi-select/fluent2-highcontrast.scss +7 -5
  143. package/SCSS-Themes/dropdowns/multi-select/fluent2-lite.scss +3 -1
  144. package/SCSS-Themes/dropdowns/multi-select/fluent2.scss +7 -5
  145. package/SCSS-Themes/dropdowns/multi-select/highcontrast-lite.scss +2 -1
  146. package/SCSS-Themes/dropdowns/multi-select/highcontrast.scss +6 -5
  147. package/SCSS-Themes/dropdowns/multi-select/material-dark.scss +4 -4
  148. package/SCSS-Themes/dropdowns/multi-select/material-lite.scss +1 -1
  149. package/SCSS-Themes/dropdowns/multi-select/material.scss +5 -5
  150. package/SCSS-Themes/dropdowns/multi-select/material3-dark.scss +4 -4
  151. package/SCSS-Themes/dropdowns/multi-select/material3.scss +4 -4
  152. package/SCSS-Themes/dropdowns/multi-select/tailwind-dark-lite.scss +2 -2
  153. package/SCSS-Themes/dropdowns/multi-select/tailwind-dark.scss +6 -6
  154. package/SCSS-Themes/dropdowns/multi-select/tailwind-lite.scss +2 -2
  155. package/SCSS-Themes/dropdowns/multi-select/tailwind.scss +6 -6
  156. package/SCSS-Themes/dropdowns/multi-select/tailwind3-dark-lite.scss +3 -1
  157. package/SCSS-Themes/dropdowns/multi-select/tailwind3-dark.scss +7 -5
  158. package/SCSS-Themes/dropdowns/multi-select/tailwind3-lite.scss +3 -1
  159. package/SCSS-Themes/dropdowns/multi-select/tailwind3.scss +7 -5
  160. package/SCSS-Themes/fabric-dark-lite.scss +25 -6
  161. package/SCSS-Themes/fabric-dark.scss +30 -11
  162. package/SCSS-Themes/fabric-lite.scss +25 -6
  163. package/SCSS-Themes/fabric.scss +30 -11
  164. package/SCSS-Themes/fluent-dark-lite.scss +26 -7
  165. package/SCSS-Themes/fluent-dark.scss +31 -12
  166. package/SCSS-Themes/fluent-lite.scss +26 -7
  167. package/SCSS-Themes/fluent.scss +31 -12
  168. package/SCSS-Themes/fluent2-dark-lite.scss +28 -7
  169. package/SCSS-Themes/fluent2-dark.scss +33 -12
  170. package/SCSS-Themes/fluent2-highcontrast-lite.scss +28 -7
  171. package/SCSS-Themes/fluent2-highcontrast.scss +33 -12
  172. package/SCSS-Themes/fluent2-lite.scss +28 -7
  173. package/SCSS-Themes/fluent2.scss +33 -12
  174. package/SCSS-Themes/grids/grid/bds-dark-lite.scss +14 -1
  175. package/SCSS-Themes/grids/grid/bds-dark.scss +14 -1
  176. package/SCSS-Themes/grids/grid/bds-lite.scss +14 -1
  177. package/SCSS-Themes/grids/grid/bds.scss +14 -1
  178. package/SCSS-Themes/grids/grid/bootstrap-dark-lite.scss +14 -1
  179. package/SCSS-Themes/grids/grid/bootstrap-dark.scss +14 -1
  180. package/SCSS-Themes/grids/grid/bootstrap-lite.scss +14 -1
  181. package/SCSS-Themes/grids/grid/bootstrap.scss +14 -1
  182. package/SCSS-Themes/grids/grid/bootstrap4-lite.scss +14 -1
  183. package/SCSS-Themes/grids/grid/bootstrap4.scss +14 -1
  184. package/SCSS-Themes/grids/grid/bootstrap5-dark-lite.scss +14 -1
  185. package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +14 -1
  186. package/SCSS-Themes/grids/grid/bootstrap5-lite.scss +14 -1
  187. package/SCSS-Themes/grids/grid/bootstrap5.3-dark-lite.scss +14 -1
  188. package/SCSS-Themes/grids/grid/bootstrap5.3-dark.scss +14 -1
  189. package/SCSS-Themes/grids/grid/bootstrap5.3-lite.scss +14 -1
  190. package/SCSS-Themes/grids/grid/bootstrap5.3.scss +14 -1
  191. package/SCSS-Themes/grids/grid/bootstrap5.scss +14 -1
  192. package/SCSS-Themes/grids/grid/fabric-dark-lite.scss +14 -1
  193. package/SCSS-Themes/grids/grid/fabric-dark.scss +14 -1
  194. package/SCSS-Themes/grids/grid/fabric-lite.scss +14 -1
  195. package/SCSS-Themes/grids/grid/fabric.scss +14 -1
  196. package/SCSS-Themes/grids/grid/fluent-dark-lite.scss +14 -1
  197. package/SCSS-Themes/grids/grid/fluent-dark.scss +14 -1
  198. package/SCSS-Themes/grids/grid/fluent-lite.scss +14 -1
  199. package/SCSS-Themes/grids/grid/fluent.scss +14 -1
  200. package/SCSS-Themes/grids/grid/fluent2-dark-lite.scss +14 -1
  201. package/SCSS-Themes/grids/grid/fluent2-dark.scss +14 -1
  202. package/SCSS-Themes/grids/grid/fluent2-highcontrast-lite.scss +14 -1
  203. package/SCSS-Themes/grids/grid/fluent2-highcontrast.scss +14 -1
  204. package/SCSS-Themes/grids/grid/fluent2-lite.scss +14 -1
  205. package/SCSS-Themes/grids/grid/fluent2.scss +14 -1
  206. package/SCSS-Themes/grids/grid/highcontrast-lite.scss +14 -1
  207. package/SCSS-Themes/grids/grid/highcontrast.scss +14 -1
  208. package/SCSS-Themes/grids/grid/material-dark-lite.scss +14 -1
  209. package/SCSS-Themes/grids/grid/material-dark.scss +14 -1
  210. package/SCSS-Themes/grids/grid/material-lite.scss +14 -1
  211. package/SCSS-Themes/grids/grid/material.scss +14 -1
  212. package/SCSS-Themes/grids/grid/material3-dark-lite.scss +14 -1
  213. package/SCSS-Themes/grids/grid/material3-dark.scss +14 -1
  214. package/SCSS-Themes/grids/grid/material3-lite.scss +14 -1
  215. package/SCSS-Themes/grids/grid/material3.scss +14 -1
  216. package/SCSS-Themes/grids/grid/tailwind-dark-lite.scss +14 -1
  217. package/SCSS-Themes/grids/grid/tailwind-dark.scss +14 -1
  218. package/SCSS-Themes/grids/grid/tailwind-lite.scss +14 -1
  219. package/SCSS-Themes/grids/grid/tailwind.scss +14 -1
  220. package/SCSS-Themes/grids/grid/tailwind3-dark-lite.scss +14 -1
  221. package/SCSS-Themes/grids/grid/tailwind3-dark.scss +14 -1
  222. package/SCSS-Themes/grids/grid/tailwind3-lite.scss +14 -1
  223. package/SCSS-Themes/grids/grid/tailwind3.scss +14 -1
  224. package/SCSS-Themes/highcontrast-lite.scss +27 -7
  225. package/SCSS-Themes/highcontrast.scss +32 -12
  226. package/SCSS-Themes/inputs/input/bootstrap4-lite.scss +1 -1
  227. package/SCSS-Themes/inputs/input/bootstrap4.scss +1 -1
  228. package/SCSS-Themes/layouts/timeline/bds-dark-lite.scss +2 -2
  229. package/SCSS-Themes/layouts/timeline/bds-dark.scss +3 -3
  230. package/SCSS-Themes/layouts/timeline/bds-lite.scss +2 -2
  231. package/SCSS-Themes/layouts/timeline/bds.scss +3 -3
  232. package/SCSS-Themes/layouts/timeline/bootstrap-dark-lite.scss +2 -2
  233. package/SCSS-Themes/layouts/timeline/bootstrap-dark.scss +3 -3
  234. package/SCSS-Themes/layouts/timeline/bootstrap-lite.scss +2 -2
  235. package/SCSS-Themes/layouts/timeline/bootstrap.scss +3 -3
  236. package/SCSS-Themes/layouts/timeline/bootstrap4-lite.scss +2 -2
  237. package/SCSS-Themes/layouts/timeline/bootstrap4.scss +3 -3
  238. package/SCSS-Themes/layouts/timeline/bootstrap5-dark-lite.scss +2 -2
  239. package/SCSS-Themes/layouts/timeline/bootstrap5-dark.scss +3 -3
  240. package/SCSS-Themes/layouts/timeline/bootstrap5-lite.scss +2 -2
  241. package/SCSS-Themes/layouts/timeline/bootstrap5.3-dark-lite.scss +2 -2
  242. package/SCSS-Themes/layouts/timeline/bootstrap5.3-dark.scss +3 -3
  243. package/SCSS-Themes/layouts/timeline/bootstrap5.3-lite.scss +2 -2
  244. package/SCSS-Themes/layouts/timeline/bootstrap5.3.scss +3 -3
  245. package/SCSS-Themes/layouts/timeline/bootstrap5.scss +3 -3
  246. package/SCSS-Themes/layouts/timeline/fabric-dark-lite.scss +2 -2
  247. package/SCSS-Themes/layouts/timeline/fabric-dark.scss +3 -3
  248. package/SCSS-Themes/layouts/timeline/fabric-lite.scss +2 -2
  249. package/SCSS-Themes/layouts/timeline/fabric.scss +3 -3
  250. package/SCSS-Themes/layouts/timeline/fluent-dark-lite.scss +2 -2
  251. package/SCSS-Themes/layouts/timeline/fluent-dark.scss +3 -3
  252. package/SCSS-Themes/layouts/timeline/fluent-lite.scss +2 -2
  253. package/SCSS-Themes/layouts/timeline/fluent.scss +3 -3
  254. package/SCSS-Themes/layouts/timeline/fluent2-dark-lite.scss +2 -2
  255. package/SCSS-Themes/layouts/timeline/fluent2-dark.scss +3 -3
  256. package/SCSS-Themes/layouts/timeline/fluent2-highcontrast-lite.scss +2 -2
  257. package/SCSS-Themes/layouts/timeline/fluent2-highcontrast.scss +3 -3
  258. package/SCSS-Themes/layouts/timeline/fluent2-lite.scss +2 -2
  259. package/SCSS-Themes/layouts/timeline/fluent2.scss +3 -3
  260. package/SCSS-Themes/layouts/timeline/highcontrast-lite.scss +2 -2
  261. package/SCSS-Themes/layouts/timeline/highcontrast.scss +3 -3
  262. package/SCSS-Themes/layouts/timeline/material-dark-lite.scss +2 -2
  263. package/SCSS-Themes/layouts/timeline/material-dark.scss +3 -3
  264. package/SCSS-Themes/layouts/timeline/material-lite.scss +2 -2
  265. package/SCSS-Themes/layouts/timeline/material.scss +3 -3
  266. package/SCSS-Themes/layouts/timeline/material3-dark-lite.scss +2 -2
  267. package/SCSS-Themes/layouts/timeline/material3-dark.scss +3 -3
  268. package/SCSS-Themes/layouts/timeline/material3-lite.scss +2 -2
  269. package/SCSS-Themes/layouts/timeline/material3.scss +3 -3
  270. package/SCSS-Themes/layouts/timeline/tailwind-dark-lite.scss +2 -2
  271. package/SCSS-Themes/layouts/timeline/tailwind-dark.scss +3 -3
  272. package/SCSS-Themes/layouts/timeline/tailwind-lite.scss +2 -2
  273. package/SCSS-Themes/layouts/timeline/tailwind.scss +3 -3
  274. package/SCSS-Themes/layouts/timeline/tailwind3-dark-lite.scss +2 -2
  275. package/SCSS-Themes/layouts/timeline/tailwind3-dark.scss +3 -3
  276. package/SCSS-Themes/layouts/timeline/tailwind3-lite.scss +2 -2
  277. package/SCSS-Themes/layouts/timeline/tailwind3.scss +3 -3
  278. package/SCSS-Themes/material-dark-lite.scss +25 -6
  279. package/SCSS-Themes/material-dark.scss +30 -11
  280. package/SCSS-Themes/material-lite.scss +26 -7
  281. package/SCSS-Themes/material.scss +31 -12
  282. package/SCSS-Themes/material3-dark-lite.scss +25 -6
  283. package/SCSS-Themes/material3-dark.scss +30 -11
  284. package/SCSS-Themes/material3-lite.scss +25 -6
  285. package/SCSS-Themes/material3.scss +30 -11
  286. package/SCSS-Themes/querybuilder/query-builder/bds-dark-lite.scss +4 -2
  287. package/SCSS-Themes/querybuilder/query-builder/bds-dark.scss +4 -2
  288. package/SCSS-Themes/querybuilder/query-builder/bds-lite.scss +4 -2
  289. package/SCSS-Themes/querybuilder/query-builder/bds.scss +4 -2
  290. package/SCSS-Themes/querybuilder/query-builder/bootstrap-dark-lite.scss +4 -4
  291. package/SCSS-Themes/querybuilder/query-builder/bootstrap-dark.scss +4 -4
  292. package/SCSS-Themes/querybuilder/query-builder/bootstrap-lite.scss +4 -2
  293. package/SCSS-Themes/querybuilder/query-builder/bootstrap.scss +4 -2
  294. package/SCSS-Themes/querybuilder/query-builder/bootstrap4-lite.scss +4 -2
  295. package/SCSS-Themes/querybuilder/query-builder/bootstrap4.scss +4 -2
  296. package/SCSS-Themes/querybuilder/query-builder/bootstrap5-dark-lite.scss +4 -2
  297. package/SCSS-Themes/querybuilder/query-builder/bootstrap5-dark.scss +4 -2
  298. package/SCSS-Themes/querybuilder/query-builder/bootstrap5-lite.scss +4 -2
  299. package/SCSS-Themes/querybuilder/query-builder/bootstrap5.3-dark-lite.scss +4 -2
  300. package/SCSS-Themes/querybuilder/query-builder/bootstrap5.3-dark.scss +4 -2
  301. package/SCSS-Themes/querybuilder/query-builder/bootstrap5.3-lite.scss +4 -2
  302. package/SCSS-Themes/querybuilder/query-builder/bootstrap5.3.scss +4 -2
  303. package/SCSS-Themes/querybuilder/query-builder/bootstrap5.scss +4 -2
  304. package/SCSS-Themes/querybuilder/query-builder/fabric-dark-lite.scss +4 -2
  305. package/SCSS-Themes/querybuilder/query-builder/fabric-dark.scss +4 -2
  306. package/SCSS-Themes/querybuilder/query-builder/fabric-lite.scss +4 -2
  307. package/SCSS-Themes/querybuilder/query-builder/fabric.scss +4 -2
  308. package/SCSS-Themes/querybuilder/query-builder/fluent-dark-lite.scss +4 -2
  309. package/SCSS-Themes/querybuilder/query-builder/fluent-dark.scss +4 -2
  310. package/SCSS-Themes/querybuilder/query-builder/fluent-lite.scss +4 -2
  311. package/SCSS-Themes/querybuilder/query-builder/fluent.scss +4 -2
  312. package/SCSS-Themes/querybuilder/query-builder/fluent2-dark-lite.scss +4 -2
  313. package/SCSS-Themes/querybuilder/query-builder/fluent2-dark.scss +4 -2
  314. package/SCSS-Themes/querybuilder/query-builder/fluent2-highcontrast-lite.scss +4 -2
  315. package/SCSS-Themes/querybuilder/query-builder/fluent2-highcontrast.scss +4 -2
  316. package/SCSS-Themes/querybuilder/query-builder/fluent2-lite.scss +4 -2
  317. package/SCSS-Themes/querybuilder/query-builder/fluent2.scss +4 -2
  318. package/SCSS-Themes/querybuilder/query-builder/highcontrast-lite.scss +4 -2
  319. package/SCSS-Themes/querybuilder/query-builder/highcontrast.scss +4 -2
  320. package/SCSS-Themes/querybuilder/query-builder/material-dark-lite.scss +4 -2
  321. package/SCSS-Themes/querybuilder/query-builder/material-dark.scss +4 -2
  322. package/SCSS-Themes/querybuilder/query-builder/material-lite.scss +4 -2
  323. package/SCSS-Themes/querybuilder/query-builder/material.scss +4 -2
  324. package/SCSS-Themes/querybuilder/query-builder/material3-dark-lite.scss +4 -2
  325. package/SCSS-Themes/querybuilder/query-builder/material3-dark.scss +4 -2
  326. package/SCSS-Themes/querybuilder/query-builder/material3-lite.scss +4 -2
  327. package/SCSS-Themes/querybuilder/query-builder/material3.scss +4 -2
  328. package/SCSS-Themes/querybuilder/query-builder/tailwind-dark-lite.scss +4 -2
  329. package/SCSS-Themes/querybuilder/query-builder/tailwind-dark.scss +4 -2
  330. package/SCSS-Themes/querybuilder/query-builder/tailwind-lite.scss +4 -2
  331. package/SCSS-Themes/querybuilder/query-builder/tailwind.scss +4 -2
  332. package/SCSS-Themes/querybuilder/query-builder/tailwind3-dark-lite.scss +4 -2
  333. package/SCSS-Themes/querybuilder/query-builder/tailwind3-dark.scss +4 -2
  334. package/SCSS-Themes/querybuilder/query-builder/tailwind3-lite.scss +4 -2
  335. package/SCSS-Themes/querybuilder/query-builder/tailwind3.scss +4 -2
  336. package/SCSS-Themes/tailwind-dark-lite.scss +27 -8
  337. package/SCSS-Themes/tailwind-dark.scss +32 -13
  338. package/SCSS-Themes/tailwind-lite.scss +27 -8
  339. package/SCSS-Themes/tailwind.scss +32 -13
  340. package/SCSS-Themes/tailwind3-dark-lite.scss +28 -7
  341. package/SCSS-Themes/tailwind3-dark.scss +33 -12
  342. package/SCSS-Themes/tailwind3-lite.scss +28 -7
  343. package/SCSS-Themes/tailwind3.scss +33 -12
  344. package/package.json +1 -1
@@ -4949,7 +4949,7 @@ $grid-checkmark-color: $theme-dark-font !default;
4949
4949
  line-height: normal;
4950
4950
  }
4951
4951
  }
4952
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable {
4952
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
4953
4953
  /* stylelint-disable declaration-no-important */
4954
4954
  .e-table {
4955
4955
  border-spacing: 0 !important;
@@ -4963,6 +4963,19 @@ $grid-checkmark-color: $theme-dark-font !default;
4963
4963
  }
4964
4964
  /* stylelint-enable function-url-quotes */
4965
4965
 
4966
+ /* Apply styles for Safari on macOS desktop and other Apple devices */
4967
+ /* stylelint-disable function-url-quotes */
4968
+ @supports (font: -apple-system-body) {
4969
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
4970
+
4971
+ /* stylelint-disable declaration-no-important */
4972
+ .e-table {
4973
+ border-spacing: 0 !important;
4974
+ }
4975
+ }
4976
+ }
4977
+ /* stylelint-enable function-url-quotes */
4978
+
4966
4979
 
4967
4980
  @mixin background-color-styles($grid-skin, $bg, $bgcolor) {
4968
4981
  @if $grid-skin == 'material3' {
@@ -4949,7 +4949,7 @@ $grid-checkmark-color: $theme-dark-font !default;
4949
4949
  line-height: normal;
4950
4950
  }
4951
4951
  }
4952
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable {
4952
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
4953
4953
  /* stylelint-disable declaration-no-important */
4954
4954
  .e-table {
4955
4955
  border-spacing: 0 !important;
@@ -4963,6 +4963,19 @@ $grid-checkmark-color: $theme-dark-font !default;
4963
4963
  }
4964
4964
  /* stylelint-enable function-url-quotes */
4965
4965
 
4966
+ /* Apply styles for Safari on macOS desktop and other Apple devices */
4967
+ /* stylelint-disable function-url-quotes */
4968
+ @supports (font: -apple-system-body) {
4969
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
4970
+
4971
+ /* stylelint-disable declaration-no-important */
4972
+ .e-table {
4973
+ border-spacing: 0 !important;
4974
+ }
4975
+ }
4976
+ }
4977
+ /* stylelint-enable function-url-quotes */
4978
+
4966
4979
 
4967
4980
  @mixin background-color-styles($grid-skin, $bg, $bgcolor) {
4968
4981
  @if $grid-skin == 'material3' {
@@ -4950,7 +4950,7 @@ $grid-checkmark-color: $theme-primary-font !default;
4950
4950
  line-height: normal;
4951
4951
  }
4952
4952
  }
4953
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable {
4953
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
4954
4954
  /* stylelint-disable declaration-no-important */
4955
4955
  .e-table {
4956
4956
  border-spacing: 0 !important;
@@ -4964,6 +4964,19 @@ $grid-checkmark-color: $theme-primary-font !default;
4964
4964
  }
4965
4965
  /* stylelint-enable function-url-quotes */
4966
4966
 
4967
+ /* Apply styles for Safari on macOS desktop and other Apple devices */
4968
+ /* stylelint-disable function-url-quotes */
4969
+ @supports (font: -apple-system-body) {
4970
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
4971
+
4972
+ /* stylelint-disable declaration-no-important */
4973
+ .e-table {
4974
+ border-spacing: 0 !important;
4975
+ }
4976
+ }
4977
+ }
4978
+ /* stylelint-enable function-url-quotes */
4979
+
4967
4980
 
4968
4981
  @mixin background-color-styles($grid-skin, $bg, $bgcolor) {
4969
4982
  @if $grid-skin == 'material3' {
@@ -4950,7 +4950,7 @@ $grid-checkmark-color: $theme-primary-font !default;
4950
4950
  line-height: normal;
4951
4951
  }
4952
4952
  }
4953
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable {
4953
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
4954
4954
  /* stylelint-disable declaration-no-important */
4955
4955
  .e-table {
4956
4956
  border-spacing: 0 !important;
@@ -4964,6 +4964,19 @@ $grid-checkmark-color: $theme-primary-font !default;
4964
4964
  }
4965
4965
  /* stylelint-enable function-url-quotes */
4966
4966
 
4967
+ /* Apply styles for Safari on macOS desktop and other Apple devices */
4968
+ /* stylelint-disable function-url-quotes */
4969
+ @supports (font: -apple-system-body) {
4970
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
4971
+
4972
+ /* stylelint-disable declaration-no-important */
4973
+ .e-table {
4974
+ border-spacing: 0 !important;
4975
+ }
4976
+ }
4977
+ }
4978
+ /* stylelint-enable function-url-quotes */
4979
+
4967
4980
 
4968
4981
  @mixin background-color-styles($grid-skin, $bg, $bgcolor) {
4969
4982
  @if $grid-skin == 'material3' {
@@ -4951,7 +4951,7 @@ $grid-checkmark-color: $primary-text-color !default;
4951
4951
  line-height: normal;
4952
4952
  }
4953
4953
  }
4954
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable {
4954
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
4955
4955
  /* stylelint-disable declaration-no-important */
4956
4956
  .e-table {
4957
4957
  border-spacing: 0 !important;
@@ -4965,6 +4965,19 @@ $grid-checkmark-color: $primary-text-color !default;
4965
4965
  }
4966
4966
  /* stylelint-enable function-url-quotes */
4967
4967
 
4968
+ /* Apply styles for Safari on macOS desktop and other Apple devices */
4969
+ /* stylelint-disable function-url-quotes */
4970
+ @supports (font: -apple-system-body) {
4971
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
4972
+
4973
+ /* stylelint-disable declaration-no-important */
4974
+ .e-table {
4975
+ border-spacing: 0 !important;
4976
+ }
4977
+ }
4978
+ }
4979
+ /* stylelint-enable function-url-quotes */
4980
+
4968
4981
 
4969
4982
  @mixin background-color-styles($grid-skin, $bg, $bgcolor) {
4970
4983
  @if $grid-skin == 'material3' {
@@ -4951,7 +4951,7 @@ $grid-checkmark-color: $primary-text-color !default;
4951
4951
  line-height: normal;
4952
4952
  }
4953
4953
  }
4954
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable {
4954
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
4955
4955
  /* stylelint-disable declaration-no-important */
4956
4956
  .e-table {
4957
4957
  border-spacing: 0 !important;
@@ -4965,6 +4965,19 @@ $grid-checkmark-color: $primary-text-color !default;
4965
4965
  }
4966
4966
  /* stylelint-enable function-url-quotes */
4967
4967
 
4968
+ /* Apply styles for Safari on macOS desktop and other Apple devices */
4969
+ /* stylelint-disable function-url-quotes */
4970
+ @supports (font: -apple-system-body) {
4971
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
4972
+
4973
+ /* stylelint-disable declaration-no-important */
4974
+ .e-table {
4975
+ border-spacing: 0 !important;
4976
+ }
4977
+ }
4978
+ }
4979
+ /* stylelint-enable function-url-quotes */
4980
+
4968
4981
 
4969
4982
  @mixin background-color-styles($grid-skin, $bg, $bgcolor) {
4970
4983
  @if $grid-skin == 'material3' {
@@ -4951,7 +4951,7 @@ $grid-checkmark-color: $primary-text-color !default;
4951
4951
  line-height: normal;
4952
4952
  }
4953
4953
  }
4954
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable {
4954
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
4955
4955
  /* stylelint-disable declaration-no-important */
4956
4956
  .e-table {
4957
4957
  border-spacing: 0 !important;
@@ -4965,6 +4965,19 @@ $grid-checkmark-color: $primary-text-color !default;
4965
4965
  }
4966
4966
  /* stylelint-enable function-url-quotes */
4967
4967
 
4968
+ /* Apply styles for Safari on macOS desktop and other Apple devices */
4969
+ /* stylelint-disable function-url-quotes */
4970
+ @supports (font: -apple-system-body) {
4971
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
4972
+
4973
+ /* stylelint-disable declaration-no-important */
4974
+ .e-table {
4975
+ border-spacing: 0 !important;
4976
+ }
4977
+ }
4978
+ }
4979
+ /* stylelint-enable function-url-quotes */
4980
+
4968
4981
 
4969
4982
  @mixin background-color-styles($grid-skin, $bg, $bgcolor) {
4970
4983
  @if $grid-skin == 'material3' {
@@ -4951,7 +4951,7 @@ $grid-checkmark-color: $primary-text-color !default;
4951
4951
  line-height: normal;
4952
4952
  }
4953
4953
  }
4954
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable {
4954
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
4955
4955
  /* stylelint-disable declaration-no-important */
4956
4956
  .e-table {
4957
4957
  border-spacing: 0 !important;
@@ -4965,6 +4965,19 @@ $grid-checkmark-color: $primary-text-color !default;
4965
4965
  }
4966
4966
  /* stylelint-enable function-url-quotes */
4967
4967
 
4968
+ /* Apply styles for Safari on macOS desktop and other Apple devices */
4969
+ /* stylelint-disable function-url-quotes */
4970
+ @supports (font: -apple-system-body) {
4971
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
4972
+
4973
+ /* stylelint-disable declaration-no-important */
4974
+ .e-table {
4975
+ border-spacing: 0 !important;
4976
+ }
4977
+ }
4978
+ }
4979
+ /* stylelint-enable function-url-quotes */
4980
+
4968
4981
 
4969
4982
  @mixin background-color-styles($grid-skin, $bg, $bgcolor) {
4970
4983
  @if $grid-skin == 'material3' {
@@ -4961,7 +4961,7 @@ $grid-checkmark-color: $primary-text-color !default;
4961
4961
  line-height: normal;
4962
4962
  }
4963
4963
  }
4964
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable {
4964
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
4965
4965
  /* stylelint-disable declaration-no-important */
4966
4966
  .e-table {
4967
4967
  border-spacing: 0 !important;
@@ -4975,6 +4975,19 @@ $grid-checkmark-color: $primary-text-color !default;
4975
4975
  }
4976
4976
  /* stylelint-enable function-url-quotes */
4977
4977
 
4978
+ /* Apply styles for Safari on macOS desktop and other Apple devices */
4979
+ /* stylelint-disable function-url-quotes */
4980
+ @supports (font: -apple-system-body) {
4981
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
4982
+
4983
+ /* stylelint-disable declaration-no-important */
4984
+ .e-table {
4985
+ border-spacing: 0 !important;
4986
+ }
4987
+ }
4988
+ }
4989
+ /* stylelint-enable function-url-quotes */
4990
+
4978
4991
 
4979
4992
  @mixin background-color-styles($grid-skin, $bg, $bgcolor) {
4980
4993
  @if $grid-skin == 'material3' {
@@ -4961,7 +4961,7 @@ $grid-checkmark-color: $primary-text-color !default;
4961
4961
  line-height: normal;
4962
4962
  }
4963
4963
  }
4964
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable {
4964
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
4965
4965
  /* stylelint-disable declaration-no-important */
4966
4966
  .e-table {
4967
4967
  border-spacing: 0 !important;
@@ -4975,6 +4975,19 @@ $grid-checkmark-color: $primary-text-color !default;
4975
4975
  }
4976
4976
  /* stylelint-enable function-url-quotes */
4977
4977
 
4978
+ /* Apply styles for Safari on macOS desktop and other Apple devices */
4979
+ /* stylelint-disable function-url-quotes */
4980
+ @supports (font: -apple-system-body) {
4981
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
4982
+
4983
+ /* stylelint-disable declaration-no-important */
4984
+ .e-table {
4985
+ border-spacing: 0 !important;
4986
+ }
4987
+ }
4988
+ }
4989
+ /* stylelint-enable function-url-quotes */
4990
+
4978
4991
 
4979
4992
  @mixin background-color-styles($grid-skin, $bg, $bgcolor) {
4980
4993
  @if $grid-skin == 'material3' {
@@ -4961,7 +4961,7 @@ $grid-checkmark-color: $primary-text-color !default;
4961
4961
  line-height: normal;
4962
4962
  }
4963
4963
  }
4964
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable {
4964
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
4965
4965
  /* stylelint-disable declaration-no-important */
4966
4966
  .e-table {
4967
4967
  border-spacing: 0 !important;
@@ -4975,6 +4975,19 @@ $grid-checkmark-color: $primary-text-color !default;
4975
4975
  }
4976
4976
  /* stylelint-enable function-url-quotes */
4977
4977
 
4978
+ /* Apply styles for Safari on macOS desktop and other Apple devices */
4979
+ /* stylelint-disable function-url-quotes */
4980
+ @supports (font: -apple-system-body) {
4981
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
4982
+
4983
+ /* stylelint-disable declaration-no-important */
4984
+ .e-table {
4985
+ border-spacing: 0 !important;
4986
+ }
4987
+ }
4988
+ }
4989
+ /* stylelint-enable function-url-quotes */
4990
+
4978
4991
 
4979
4992
  @mixin background-color-styles($grid-skin, $bg, $bgcolor) {
4980
4993
  @if $grid-skin == 'material3' {
@@ -4961,7 +4961,7 @@ $grid-checkmark-color: $primary-text-color !default;
4961
4961
  line-height: normal;
4962
4962
  }
4963
4963
  }
4964
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable {
4964
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
4965
4965
  /* stylelint-disable declaration-no-important */
4966
4966
  .e-table {
4967
4967
  border-spacing: 0 !important;
@@ -4975,6 +4975,19 @@ $grid-checkmark-color: $primary-text-color !default;
4975
4975
  }
4976
4976
  /* stylelint-enable function-url-quotes */
4977
4977
 
4978
+ /* Apply styles for Safari on macOS desktop and other Apple devices */
4979
+ /* stylelint-disable function-url-quotes */
4980
+ @supports (font: -apple-system-body) {
4981
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
4982
+
4983
+ /* stylelint-disable declaration-no-important */
4984
+ .e-table {
4985
+ border-spacing: 0 !important;
4986
+ }
4987
+ }
4988
+ }
4989
+ /* stylelint-enable function-url-quotes */
4990
+
4978
4991
 
4979
4992
  @mixin background-color-styles($grid-skin, $bg, $bgcolor) {
4980
4993
  @if $grid-skin == 'material3' {
@@ -4961,7 +4961,7 @@ $grid-checkmark-color: $primary-text-color !default;
4961
4961
  line-height: normal;
4962
4962
  }
4963
4963
  }
4964
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable {
4964
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
4965
4965
  /* stylelint-disable declaration-no-important */
4966
4966
  .e-table {
4967
4967
  border-spacing: 0 !important;
@@ -4975,6 +4975,19 @@ $grid-checkmark-color: $primary-text-color !default;
4975
4975
  }
4976
4976
  /* stylelint-enable function-url-quotes */
4977
4977
 
4978
+ /* Apply styles for Safari on macOS desktop and other Apple devices */
4979
+ /* stylelint-disable function-url-quotes */
4980
+ @supports (font: -apple-system-body) {
4981
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
4982
+
4983
+ /* stylelint-disable declaration-no-important */
4984
+ .e-table {
4985
+ border-spacing: 0 !important;
4986
+ }
4987
+ }
4988
+ }
4989
+ /* stylelint-enable function-url-quotes */
4990
+
4978
4991
 
4979
4992
  @mixin background-color-styles($grid-skin, $bg, $bgcolor) {
4980
4993
  @if $grid-skin == 'material3' {
@@ -4961,7 +4961,7 @@ $grid-checkmark-color: $primary-text-color !default;
4961
4961
  line-height: normal;
4962
4962
  }
4963
4963
  }
4964
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable {
4964
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
4965
4965
  /* stylelint-disable declaration-no-important */
4966
4966
  .e-table {
4967
4967
  border-spacing: 0 !important;
@@ -4975,6 +4975,19 @@ $grid-checkmark-color: $primary-text-color !default;
4975
4975
  }
4976
4976
  /* stylelint-enable function-url-quotes */
4977
4977
 
4978
+ /* Apply styles for Safari on macOS desktop and other Apple devices */
4979
+ /* stylelint-disable function-url-quotes */
4980
+ @supports (font: -apple-system-body) {
4981
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
4982
+
4983
+ /* stylelint-disable declaration-no-important */
4984
+ .e-table {
4985
+ border-spacing: 0 !important;
4986
+ }
4987
+ }
4988
+ }
4989
+ /* stylelint-enable function-url-quotes */
4990
+
4978
4991
 
4979
4992
  @mixin background-color-styles($grid-skin, $bg, $bgcolor) {
4980
4993
  @if $grid-skin == 'material3' {
@@ -4948,7 +4948,7 @@ $grid-checkmark-color: $selection-font !default;
4948
4948
  line-height: normal;
4949
4949
  }
4950
4950
  }
4951
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable {
4951
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
4952
4952
  /* stylelint-disable declaration-no-important */
4953
4953
  .e-table {
4954
4954
  border-spacing: 0 !important;
@@ -4962,6 +4962,19 @@ $grid-checkmark-color: $selection-font !default;
4962
4962
  }
4963
4963
  /* stylelint-enable function-url-quotes */
4964
4964
 
4965
+ /* Apply styles for Safari on macOS desktop and other Apple devices */
4966
+ /* stylelint-disable function-url-quotes */
4967
+ @supports (font: -apple-system-body) {
4968
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
4969
+
4970
+ /* stylelint-disable declaration-no-important */
4971
+ .e-table {
4972
+ border-spacing: 0 !important;
4973
+ }
4974
+ }
4975
+ }
4976
+ /* stylelint-enable function-url-quotes */
4977
+
4965
4978
 
4966
4979
  @mixin background-color-styles($grid-skin, $bg, $bgcolor) {
4967
4980
  @if $grid-skin == 'material3' {
@@ -4948,7 +4948,7 @@ $grid-checkmark-color: $selection-font !default;
4948
4948
  line-height: normal;
4949
4949
  }
4950
4950
  }
4951
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable {
4951
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
4952
4952
  /* stylelint-disable declaration-no-important */
4953
4953
  .e-table {
4954
4954
  border-spacing: 0 !important;
@@ -4962,6 +4962,19 @@ $grid-checkmark-color: $selection-font !default;
4962
4962
  }
4963
4963
  /* stylelint-enable function-url-quotes */
4964
4964
 
4965
+ /* Apply styles for Safari on macOS desktop and other Apple devices */
4966
+ /* stylelint-disable function-url-quotes */
4967
+ @supports (font: -apple-system-body) {
4968
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
4969
+
4970
+ /* stylelint-disable declaration-no-important */
4971
+ .e-table {
4972
+ border-spacing: 0 !important;
4973
+ }
4974
+ }
4975
+ }
4976
+ /* stylelint-enable function-url-quotes */
4977
+
4965
4978
 
4966
4979
  @mixin background-color-styles($grid-skin, $bg, $bgcolor) {
4967
4980
  @if $grid-skin == 'material3' {
@@ -4946,7 +4946,7 @@ $grid-checkmark-color: $accent-font !default;
4946
4946
  line-height: normal;
4947
4947
  }
4948
4948
  }
4949
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable {
4949
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
4950
4950
  /* stylelint-disable declaration-no-important */
4951
4951
  .e-table {
4952
4952
  border-spacing: 0 !important;
@@ -4960,6 +4960,19 @@ $grid-checkmark-color: $accent-font !default;
4960
4960
  }
4961
4961
  /* stylelint-enable function-url-quotes */
4962
4962
 
4963
+ /* Apply styles for Safari on macOS desktop and other Apple devices */
4964
+ /* stylelint-disable function-url-quotes */
4965
+ @supports (font: -apple-system-body) {
4966
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
4967
+
4968
+ /* stylelint-disable declaration-no-important */
4969
+ .e-table {
4970
+ border-spacing: 0 !important;
4971
+ }
4972
+ }
4973
+ }
4974
+ /* stylelint-enable function-url-quotes */
4975
+
4963
4976
 
4964
4977
  @mixin background-color-styles($grid-skin, $bg, $bgcolor) {
4965
4978
  @if $grid-skin == 'material3' {
@@ -4946,7 +4946,7 @@ $grid-checkmark-color: $accent-font !default;
4946
4946
  line-height: normal;
4947
4947
  }
4948
4948
  }
4949
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable {
4949
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
4950
4950
  /* stylelint-disable declaration-no-important */
4951
4951
  .e-table {
4952
4952
  border-spacing: 0 !important;
@@ -4960,6 +4960,19 @@ $grid-checkmark-color: $accent-font !default;
4960
4960
  }
4961
4961
  /* stylelint-enable function-url-quotes */
4962
4962
 
4963
+ /* Apply styles for Safari on macOS desktop and other Apple devices */
4964
+ /* stylelint-disable function-url-quotes */
4965
+ @supports (font: -apple-system-body) {
4966
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
4967
+
4968
+ /* stylelint-disable declaration-no-important */
4969
+ .e-table {
4970
+ border-spacing: 0 !important;
4971
+ }
4972
+ }
4973
+ }
4974
+ /* stylelint-enable function-url-quotes */
4975
+
4963
4976
 
4964
4977
  @mixin background-color-styles($grid-skin, $bg, $bgcolor) {
4965
4978
  @if $grid-skin == 'material3' {
@@ -4947,7 +4947,7 @@ $grid-checkmark-color: $accent-font !default;
4947
4947
  line-height: normal;
4948
4948
  }
4949
4949
  }
4950
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable {
4950
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
4951
4951
  /* stylelint-disable declaration-no-important */
4952
4952
  .e-table {
4953
4953
  border-spacing: 0 !important;
@@ -4961,6 +4961,19 @@ $grid-checkmark-color: $accent-font !default;
4961
4961
  }
4962
4962
  /* stylelint-enable function-url-quotes */
4963
4963
 
4964
+ /* Apply styles for Safari on macOS desktop and other Apple devices */
4965
+ /* stylelint-disable function-url-quotes */
4966
+ @supports (font: -apple-system-body) {
4967
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
4968
+
4969
+ /* stylelint-disable declaration-no-important */
4970
+ .e-table {
4971
+ border-spacing: 0 !important;
4972
+ }
4973
+ }
4974
+ }
4975
+ /* stylelint-enable function-url-quotes */
4976
+
4964
4977
 
4965
4978
  @mixin background-color-styles($grid-skin, $bg, $bgcolor) {
4966
4979
  @if $grid-skin == 'material3' {
@@ -4947,7 +4947,7 @@ $grid-checkmark-color: $accent-font !default;
4947
4947
  line-height: normal;
4948
4948
  }
4949
4949
  }
4950
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable {
4950
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
4951
4951
  /* stylelint-disable declaration-no-important */
4952
4952
  .e-table {
4953
4953
  border-spacing: 0 !important;
@@ -4961,6 +4961,19 @@ $grid-checkmark-color: $accent-font !default;
4961
4961
  }
4962
4962
  /* stylelint-enable function-url-quotes */
4963
4963
 
4964
+ /* Apply styles for Safari on macOS desktop and other Apple devices */
4965
+ /* stylelint-disable function-url-quotes */
4966
+ @supports (font: -apple-system-body) {
4967
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
4968
+
4969
+ /* stylelint-disable declaration-no-important */
4970
+ .e-table {
4971
+ border-spacing: 0 !important;
4972
+ }
4973
+ }
4974
+ }
4975
+ /* stylelint-enable function-url-quotes */
4976
+
4964
4977
 
4965
4978
  @mixin background-color-styles($grid-skin, $bg, $bgcolor) {
4966
4979
  @if $grid-skin == 'material3' {
@@ -4950,7 +4950,7 @@ $grid-checkmark-color: rgba($primary-text-color) !default;
4950
4950
  line-height: normal;
4951
4951
  }
4952
4952
  }
4953
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable {
4953
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
4954
4954
  /* stylelint-disable declaration-no-important */
4955
4955
  .e-table {
4956
4956
  border-spacing: 0 !important;
@@ -4964,6 +4964,19 @@ $grid-checkmark-color: rgba($primary-text-color) !default;
4964
4964
  }
4965
4965
  /* stylelint-enable function-url-quotes */
4966
4966
 
4967
+ /* Apply styles for Safari on macOS desktop and other Apple devices */
4968
+ /* stylelint-disable function-url-quotes */
4969
+ @supports (font: -apple-system-body) {
4970
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
4971
+
4972
+ /* stylelint-disable declaration-no-important */
4973
+ .e-table {
4974
+ border-spacing: 0 !important;
4975
+ }
4976
+ }
4977
+ }
4978
+ /* stylelint-enable function-url-quotes */
4979
+
4967
4980
 
4968
4981
  @mixin background-color-styles($grid-skin, $bg, $bgcolor) {
4969
4982
  @if $grid-skin == 'material3' {
@@ -4950,7 +4950,7 @@ $grid-checkmark-color: rgba($primary-text-color) !default;
4950
4950
  line-height: normal;
4951
4951
  }
4952
4952
  }
4953
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable {
4953
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
4954
4954
  /* stylelint-disable declaration-no-important */
4955
4955
  .e-table {
4956
4956
  border-spacing: 0 !important;
@@ -4964,6 +4964,19 @@ $grid-checkmark-color: rgba($primary-text-color) !default;
4964
4964
  }
4965
4965
  /* stylelint-enable function-url-quotes */
4966
4966
 
4967
+ /* Apply styles for Safari on macOS desktop and other Apple devices */
4968
+ /* stylelint-disable function-url-quotes */
4969
+ @supports (font: -apple-system-body) {
4970
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
4971
+
4972
+ /* stylelint-disable declaration-no-important */
4973
+ .e-table {
4974
+ border-spacing: 0 !important;
4975
+ }
4976
+ }
4977
+ }
4978
+ /* stylelint-enable function-url-quotes */
4979
+
4967
4980
 
4968
4981
  @mixin background-color-styles($grid-skin, $bg, $bgcolor) {
4969
4982
  @if $grid-skin == 'material3' {
@@ -4950,7 +4950,7 @@ $grid-checkmark-color: rgba($primary-text-color) !default;
4950
4950
  line-height: normal;
4951
4951
  }
4952
4952
  }
4953
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable {
4953
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
4954
4954
  /* stylelint-disable declaration-no-important */
4955
4955
  .e-table {
4956
4956
  border-spacing: 0 !important;
@@ -4964,6 +4964,19 @@ $grid-checkmark-color: rgba($primary-text-color) !default;
4964
4964
  }
4965
4965
  /* stylelint-enable function-url-quotes */
4966
4966
 
4967
+ /* Apply styles for Safari on macOS desktop and other Apple devices */
4968
+ /* stylelint-disable function-url-quotes */
4969
+ @supports (font: -apple-system-body) {
4970
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
4971
+
4972
+ /* stylelint-disable declaration-no-important */
4973
+ .e-table {
4974
+ border-spacing: 0 !important;
4975
+ }
4976
+ }
4977
+ }
4978
+ /* stylelint-enable function-url-quotes */
4979
+
4967
4980
 
4968
4981
  @mixin background-color-styles($grid-skin, $bg, $bgcolor) {
4969
4982
  @if $grid-skin == 'material3' {