@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
@@ -10045,7 +10045,7 @@ ejs-calendar {
10045
10045
  bottom: -9px;
10046
10046
  height: 36px;
10047
10047
  left: -9px;
10048
- pointer-events: none;
10048
+ pointer-events: auto;
10049
10049
  position: absolute;
10050
10050
  right: -9px;
10051
10051
  top: -9px;
@@ -10193,6 +10193,10 @@ ejs-calendar {
10193
10193
  pointer-events: none;
10194
10194
  }
10195
10195
 
10196
+ .e-overlay .e-checkbox-wrapper .e-ripple-container {
10197
+ pointer-events: none;
10198
+ }
10199
+
10196
10200
  .e-small .e-checkbox-wrapper .e-frame,
10197
10201
  .e-small.e-checkbox-wrapper .e-frame,
10198
10202
  .e-small .e-css.e-checkbox-wrapper .e-frame,
@@ -37050,18 +37054,29 @@ li.e-separator.e-menu-item.e-excel-separator {
37050
37054
  line-height: normal;
37051
37055
  }
37052
37056
 
37053
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable {
37057
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
37054
37058
  /* stylelint-disable declaration-no-important */
37055
37059
  /* stylelint-enable declaration-no-important */
37056
37060
  }
37057
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
37061
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) .e-table {
37058
37062
  border-spacing: 0 !important;
37059
37063
  }
37060
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
37064
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) .e-rowcell {
37061
37065
  line-height: 1;
37062
37066
  }
37063
37067
  }
37064
37068
  /* stylelint-enable function-url-quotes */
37069
+ /* Apply styles for Safari on macOS desktop and other Apple devices */
37070
+ /* stylelint-disable function-url-quotes */
37071
+ @supports (font: -apple-system-body) {
37072
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
37073
+ /* stylelint-disable declaration-no-important */
37074
+ }
37075
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) .e-table {
37076
+ border-spacing: 0 !important;
37077
+ }
37078
+ }
37079
+ /* stylelint-enable function-url-quotes */
37065
37080
  .e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
37066
37081
  .e-grid-popup .e-icons:not(.e-btn-icon, .e-check, .e-stop) {
37067
37082
  color: #cecfd2;
@@ -66438,14 +66453,14 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
66438
66453
  height: inherit;
66439
66454
  width: 100%;
66440
66455
  }
66441
- .e-timeline [class^="e-dot "]::before,
66456
+ .e-timeline .e-dot:not([class*=" e-dot"]):not([class=e-dot])::before,
66442
66457
  .e-timeline .e-dot-item,
66443
66458
  .e-timeline .e-dot {
66444
66459
  display: flex;
66445
66460
  align-items: center;
66446
66461
  justify-content: center;
66447
66462
  }
66448
- .e-timeline [class^="e-dot "]::before {
66463
+ .e-timeline .e-dot:not([class*=" e-dot"]):not([class=e-dot])::before {
66449
66464
  min-width: 32px;
66450
66465
  min-height: 32px;
66451
66466
  border-radius: var(--dot-radius);
@@ -13450,7 +13450,7 @@ ejs-calendar {
13450
13450
  bottom: -9px;
13451
13451
  height: 36px;
13452
13452
  left: -9px;
13453
- pointer-events: none;
13453
+ pointer-events: auto;
13454
13454
  position: absolute;
13455
13455
  right: -9px;
13456
13456
  top: -9px;
@@ -13598,6 +13598,10 @@ ejs-calendar {
13598
13598
  pointer-events: none;
13599
13599
  }
13600
13600
 
13601
+ .e-overlay .e-checkbox-wrapper .e-ripple-container {
13602
+ pointer-events: none;
13603
+ }
13604
+
13601
13605
  .e-small .e-checkbox-wrapper .e-frame,
13602
13606
  .e-small.e-checkbox-wrapper .e-frame,
13603
13607
  .e-small .e-css.e-checkbox-wrapper .e-frame,
@@ -47545,18 +47549,29 @@ li.e-separator.e-menu-item.e-excel-separator {
47545
47549
  line-height: normal;
47546
47550
  }
47547
47551
 
47548
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable {
47552
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
47549
47553
  /* stylelint-disable declaration-no-important */
47550
47554
  /* stylelint-enable declaration-no-important */
47551
47555
  }
47552
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
47556
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) .e-table {
47553
47557
  border-spacing: 0 !important;
47554
47558
  }
47555
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
47559
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) .e-rowcell {
47556
47560
  line-height: 1;
47557
47561
  }
47558
47562
  }
47559
47563
  /* stylelint-enable function-url-quotes */
47564
+ /* Apply styles for Safari on macOS desktop and other Apple devices */
47565
+ /* stylelint-disable function-url-quotes */
47566
+ @supports (font: -apple-system-body) {
47567
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
47568
+ /* stylelint-disable declaration-no-important */
47569
+ }
47570
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) .e-table {
47571
+ border-spacing: 0 !important;
47572
+ }
47573
+ }
47574
+ /* stylelint-enable function-url-quotes */
47560
47575
  .e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
47561
47576
  .e-grid-popup .e-icons:not(.e-btn-icon, .e-check, .e-stop) {
47562
47577
  color: #cecfd2;
@@ -84349,14 +84364,14 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
84349
84364
  height: inherit;
84350
84365
  width: 100%;
84351
84366
  }
84352
- .e-timeline [class^="e-dot "]::before,
84367
+ .e-timeline .e-dot:not([class*=" e-dot"]):not([class=e-dot])::before,
84353
84368
  .e-timeline .e-dot-item,
84354
84369
  .e-timeline .e-dot {
84355
84370
  display: flex;
84356
84371
  align-items: center;
84357
84372
  justify-content: center;
84358
84373
  }
84359
- .e-timeline [class^="e-dot "]::before {
84374
+ .e-timeline .e-dot:not([class*=" e-dot"]):not([class=e-dot])::before {
84360
84375
  min-width: 32px;
84361
84376
  min-height: 32px;
84362
84377
  border-radius: var(--dot-radius);
@@ -84542,8 +84557,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
84542
84557
  color: var(--color-sf-text-disabled);
84543
84558
  }
84544
84559
 
84545
- .e-bigger.e-timeline [class^="e-dot "]::before,
84546
- .e-bigger .e-timeline [class^="e-dot "]::before {
84560
+ .e-bigger.e-timeline .e-dot:not([class*=" e-dot"]):not([class=e-dot])::before,
84561
+ .e-bigger .e-timeline .e-dot:not([class*=" e-dot"]):not([class=e-dot])::before {
84547
84562
  min-width: 40px;
84548
84563
  min-height: 40px;
84549
84564
  font-size: 18px;
@@ -18,7 +18,7 @@
18
18
  --color-sf-text-tertiary: #475467;
19
19
  --color-sf-text-tertiary-hover: #344054;
20
20
  --color-sf-text-tertiary-on-brand: #eaecf0;
21
- --color-sf-text-quarterary: #101828;
21
+ --color-sf-text-quarterary: #667085;
22
22
  --color-sf-text-quarterary-on-brand: #101828;
23
23
  --color-sf-text-white: #fff;
24
24
  --color-sf-text-disabled: #667085;
@@ -10268,7 +10268,7 @@ ejs-calendar {
10268
10268
  bottom: -9px;
10269
10269
  height: 36px;
10270
10270
  left: -9px;
10271
- pointer-events: none;
10271
+ pointer-events: auto;
10272
10272
  position: absolute;
10273
10273
  right: -9px;
10274
10274
  top: -9px;
@@ -10416,6 +10416,10 @@ ejs-calendar {
10416
10416
  pointer-events: none;
10417
10417
  }
10418
10418
 
10419
+ .e-overlay .e-checkbox-wrapper .e-ripple-container {
10420
+ pointer-events: none;
10421
+ }
10422
+
10419
10423
  .e-small .e-checkbox-wrapper .e-frame,
10420
10424
  .e-small.e-checkbox-wrapper .e-frame,
10421
10425
  .e-small .e-css.e-checkbox-wrapper .e-frame,
@@ -37273,18 +37277,29 @@ li.e-separator.e-menu-item.e-excel-separator {
37273
37277
  line-height: normal;
37274
37278
  }
37275
37279
 
37276
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable {
37280
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
37277
37281
  /* stylelint-disable declaration-no-important */
37278
37282
  /* stylelint-enable declaration-no-important */
37279
37283
  }
37280
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
37284
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) .e-table {
37281
37285
  border-spacing: 0 !important;
37282
37286
  }
37283
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
37287
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) .e-rowcell {
37284
37288
  line-height: 1;
37285
37289
  }
37286
37290
  }
37287
37291
  /* stylelint-enable function-url-quotes */
37292
+ /* Apply styles for Safari on macOS desktop and other Apple devices */
37293
+ /* stylelint-disable function-url-quotes */
37294
+ @supports (font: -apple-system-body) {
37295
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
37296
+ /* stylelint-disable declaration-no-important */
37297
+ }
37298
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) .e-table {
37299
+ border-spacing: 0 !important;
37300
+ }
37301
+ }
37302
+ /* stylelint-enable function-url-quotes */
37288
37303
  .e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
37289
37304
  .e-grid-popup .e-icons:not(.e-btn-icon, .e-check, .e-stop) {
37290
37305
  color: var(--color-sf-fg-secondary);
@@ -66652,14 +66667,14 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
66652
66667
  height: inherit;
66653
66668
  width: 100%;
66654
66669
  }
66655
- .e-timeline [class^="e-dot "]::before,
66670
+ .e-timeline .e-dot:not([class*=" e-dot"]):not([class=e-dot])::before,
66656
66671
  .e-timeline .e-dot-item,
66657
66672
  .e-timeline .e-dot {
66658
66673
  display: flex;
66659
66674
  align-items: center;
66660
66675
  justify-content: center;
66661
66676
  }
66662
- .e-timeline [class^="e-dot "]::before {
66677
+ .e-timeline .e-dot:not([class*=" e-dot"]):not([class=e-dot])::before {
66663
66678
  min-width: 32px;
66664
66679
  min-height: 32px;
66665
66680
  border-radius: var(--dot-radius);
@@ -18,7 +18,7 @@
18
18
  --color-sf-text-tertiary: #475467;
19
19
  --color-sf-text-tertiary-hover: #344054;
20
20
  --color-sf-text-tertiary-on-brand: #eaecf0;
21
- --color-sf-text-quarterary: #101828;
21
+ --color-sf-text-quarterary: #667085;
22
22
  --color-sf-text-quarterary-on-brand: #101828;
23
23
  --color-sf-text-white: #fff;
24
24
  --color-sf-text-disabled: #667085;
@@ -13673,7 +13673,7 @@ ejs-calendar {
13673
13673
  bottom: -9px;
13674
13674
  height: 36px;
13675
13675
  left: -9px;
13676
- pointer-events: none;
13676
+ pointer-events: auto;
13677
13677
  position: absolute;
13678
13678
  right: -9px;
13679
13679
  top: -9px;
@@ -13821,6 +13821,10 @@ ejs-calendar {
13821
13821
  pointer-events: none;
13822
13822
  }
13823
13823
 
13824
+ .e-overlay .e-checkbox-wrapper .e-ripple-container {
13825
+ pointer-events: none;
13826
+ }
13827
+
13824
13828
  .e-small .e-checkbox-wrapper .e-frame,
13825
13829
  .e-small.e-checkbox-wrapper .e-frame,
13826
13830
  .e-small .e-css.e-checkbox-wrapper .e-frame,
@@ -47768,18 +47772,29 @@ li.e-separator.e-menu-item.e-excel-separator {
47768
47772
  line-height: normal;
47769
47773
  }
47770
47774
 
47771
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable {
47775
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
47772
47776
  /* stylelint-disable declaration-no-important */
47773
47777
  /* stylelint-enable declaration-no-important */
47774
47778
  }
47775
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
47779
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) .e-table {
47776
47780
  border-spacing: 0 !important;
47777
47781
  }
47778
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
47782
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) .e-rowcell {
47779
47783
  line-height: 1;
47780
47784
  }
47781
47785
  }
47782
47786
  /* stylelint-enable function-url-quotes */
47787
+ /* Apply styles for Safari on macOS desktop and other Apple devices */
47788
+ /* stylelint-disable function-url-quotes */
47789
+ @supports (font: -apple-system-body) {
47790
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
47791
+ /* stylelint-disable declaration-no-important */
47792
+ }
47793
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) .e-table {
47794
+ border-spacing: 0 !important;
47795
+ }
47796
+ }
47797
+ /* stylelint-enable function-url-quotes */
47783
47798
  .e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
47784
47799
  .e-grid-popup .e-icons:not(.e-btn-icon, .e-check, .e-stop) {
47785
47800
  color: var(--color-sf-fg-secondary);
@@ -84563,14 +84578,14 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
84563
84578
  height: inherit;
84564
84579
  width: 100%;
84565
84580
  }
84566
- .e-timeline [class^="e-dot "]::before,
84581
+ .e-timeline .e-dot:not([class*=" e-dot"]):not([class=e-dot])::before,
84567
84582
  .e-timeline .e-dot-item,
84568
84583
  .e-timeline .e-dot {
84569
84584
  display: flex;
84570
84585
  align-items: center;
84571
84586
  justify-content: center;
84572
84587
  }
84573
- .e-timeline [class^="e-dot "]::before {
84588
+ .e-timeline .e-dot:not([class*=" e-dot"]):not([class=e-dot])::before {
84574
84589
  min-width: 32px;
84575
84590
  min-height: 32px;
84576
84591
  border-radius: var(--dot-radius);
@@ -84756,8 +84771,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
84756
84771
  color: var(--color-sf-text-disabled);
84757
84772
  }
84758
84773
 
84759
- .e-bigger.e-timeline [class^="e-dot "]::before,
84760
- .e-bigger .e-timeline [class^="e-dot "]::before {
84774
+ .e-bigger.e-timeline .e-dot:not([class*=" e-dot"]):not([class=e-dot])::before,
84775
+ .e-bigger .e-timeline .e-dot:not([class*=" e-dot"]):not([class=e-dot])::before {
84761
84776
  min-width: 40px;
84762
84777
  min-height: 40px;
84763
84778
  font-size: 18px;
@@ -10274,7 +10274,7 @@ ejs-calendar {
10274
10274
  bottom: -9px;
10275
10275
  height: 36px;
10276
10276
  left: -9px;
10277
- pointer-events: none;
10277
+ pointer-events: auto;
10278
10278
  position: absolute;
10279
10279
  right: -9px;
10280
10280
  top: -9px;
@@ -10422,6 +10422,10 @@ ejs-calendar {
10422
10422
  pointer-events: none;
10423
10423
  }
10424
10424
 
10425
+ .e-overlay .e-checkbox-wrapper .e-ripple-container {
10426
+ pointer-events: none;
10427
+ }
10428
+
10425
10429
  .e-small .e-checkbox-wrapper .e-frame,
10426
10430
  .e-small.e-checkbox-wrapper .e-frame,
10427
10431
  .e-small .e-css.e-checkbox-wrapper .e-frame,
@@ -36771,18 +36775,29 @@ li.e-separator.e-menu-item.e-excel-separator {
36771
36775
  line-height: normal;
36772
36776
  }
36773
36777
 
36774
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable {
36778
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
36775
36779
  /* stylelint-disable declaration-no-important */
36776
36780
  /* stylelint-enable declaration-no-important */
36777
36781
  }
36778
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
36782
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) .e-table {
36779
36783
  border-spacing: 0 !important;
36780
36784
  }
36781
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
36785
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) .e-rowcell {
36782
36786
  line-height: 1;
36783
36787
  }
36784
36788
  }
36785
36789
  /* stylelint-enable function-url-quotes */
36790
+ /* Apply styles for Safari on macOS desktop and other Apple devices */
36791
+ /* stylelint-disable function-url-quotes */
36792
+ @supports (font: -apple-system-body) {
36793
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
36794
+ /* stylelint-disable declaration-no-important */
36795
+ }
36796
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) .e-table {
36797
+ border-spacing: 0 !important;
36798
+ }
36799
+ }
36800
+ /* stylelint-enable function-url-quotes */
36786
36801
  .e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
36787
36802
  .e-grid-popup .e-icons:not(.e-btn-icon, .e-check, .e-stop) {
36788
36803
  color: #fff;
@@ -65830,14 +65845,14 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
65830
65845
  height: inherit;
65831
65846
  width: 100%;
65832
65847
  }
65833
- .e-timeline [class^="e-dot "]::before,
65848
+ .e-timeline .e-dot:not([class*=" e-dot"]):not([class=e-dot])::before,
65834
65849
  .e-timeline .e-dot-item,
65835
65850
  .e-timeline .e-dot {
65836
65851
  display: flex;
65837
65852
  align-items: center;
65838
65853
  justify-content: center;
65839
65854
  }
65840
- .e-timeline [class^="e-dot "]::before {
65855
+ .e-timeline .e-dot:not([class*=" e-dot"]):not([class=e-dot])::before {
65841
65856
  min-width: 32px;
65842
65857
  min-height: 32px;
65843
65858
  border-radius: var(--dot-radius);
@@ -13503,7 +13503,7 @@ ejs-calendar {
13503
13503
  bottom: -9px;
13504
13504
  height: 36px;
13505
13505
  left: -9px;
13506
- pointer-events: none;
13506
+ pointer-events: auto;
13507
13507
  position: absolute;
13508
13508
  right: -9px;
13509
13509
  top: -9px;
@@ -13651,6 +13651,10 @@ ejs-calendar {
13651
13651
  pointer-events: none;
13652
13652
  }
13653
13653
 
13654
+ .e-overlay .e-checkbox-wrapper .e-ripple-container {
13655
+ pointer-events: none;
13656
+ }
13657
+
13654
13658
  .e-small .e-checkbox-wrapper .e-frame,
13655
13659
  .e-small.e-checkbox-wrapper .e-frame,
13656
13660
  .e-small .e-css.e-checkbox-wrapper .e-frame,
@@ -46180,18 +46184,29 @@ li.e-separator.e-menu-item.e-excel-separator {
46180
46184
  line-height: normal;
46181
46185
  }
46182
46186
 
46183
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable {
46187
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
46184
46188
  /* stylelint-disable declaration-no-important */
46185
46189
  /* stylelint-enable declaration-no-important */
46186
46190
  }
46187
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
46191
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) .e-table {
46188
46192
  border-spacing: 0 !important;
46189
46193
  }
46190
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
46194
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) .e-rowcell {
46191
46195
  line-height: 1;
46192
46196
  }
46193
46197
  }
46194
46198
  /* stylelint-enable function-url-quotes */
46199
+ /* Apply styles for Safari on macOS desktop and other Apple devices */
46200
+ /* stylelint-disable function-url-quotes */
46201
+ @supports (font: -apple-system-body) {
46202
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
46203
+ /* stylelint-disable declaration-no-important */
46204
+ }
46205
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) .e-table {
46206
+ border-spacing: 0 !important;
46207
+ }
46208
+ }
46209
+ /* stylelint-enable function-url-quotes */
46195
46210
  .e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
46196
46211
  .e-grid-popup .e-icons:not(.e-btn-icon, .e-check, .e-stop) {
46197
46212
  color: #fff;
@@ -82438,14 +82453,14 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
82438
82453
  height: inherit;
82439
82454
  width: 100%;
82440
82455
  }
82441
- .e-timeline [class^="e-dot "]::before,
82456
+ .e-timeline .e-dot:not([class*=" e-dot"]):not([class=e-dot])::before,
82442
82457
  .e-timeline .e-dot-item,
82443
82458
  .e-timeline .e-dot {
82444
82459
  display: flex;
82445
82460
  align-items: center;
82446
82461
  justify-content: center;
82447
82462
  }
82448
- .e-timeline [class^="e-dot "]::before {
82463
+ .e-timeline .e-dot:not([class*=" e-dot"]):not([class=e-dot])::before {
82449
82464
  min-width: 32px;
82450
82465
  min-height: 32px;
82451
82466
  border-radius: var(--dot-radius);
@@ -82631,8 +82646,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
82631
82646
  color: #767676;
82632
82647
  }
82633
82648
 
82634
- .e-bigger.e-timeline [class^="e-dot "]::before,
82635
- .e-bigger .e-timeline [class^="e-dot "]::before {
82649
+ .e-bigger.e-timeline .e-dot:not([class*=" e-dot"]):not([class=e-dot])::before,
82650
+ .e-bigger .e-timeline .e-dot:not([class*=" e-dot"]):not([class=e-dot])::before {
82636
82651
  min-width: 40px;
82637
82652
  min-height: 40px;
82638
82653
  font-size: 18px;
@@ -10277,7 +10277,7 @@ ejs-calendar {
10277
10277
  bottom: -9px;
10278
10278
  height: 36px;
10279
10279
  left: -9px;
10280
- pointer-events: none;
10280
+ pointer-events: auto;
10281
10281
  position: absolute;
10282
10282
  right: -9px;
10283
10283
  top: -9px;
@@ -10425,6 +10425,10 @@ ejs-calendar {
10425
10425
  pointer-events: none;
10426
10426
  }
10427
10427
 
10428
+ .e-overlay .e-checkbox-wrapper .e-ripple-container {
10429
+ pointer-events: none;
10430
+ }
10431
+
10428
10432
  .e-small .e-checkbox-wrapper .e-frame,
10429
10433
  .e-small.e-checkbox-wrapper .e-frame,
10430
10434
  .e-small .e-css.e-checkbox-wrapper .e-frame,
@@ -36801,18 +36805,29 @@ li.e-separator.e-menu-item.e-excel-separator {
36801
36805
  line-height: normal;
36802
36806
  }
36803
36807
 
36804
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable {
36808
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
36805
36809
  /* stylelint-disable declaration-no-important */
36806
36810
  /* stylelint-enable declaration-no-important */
36807
36811
  }
36808
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
36812
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) .e-table {
36809
36813
  border-spacing: 0 !important;
36810
36814
  }
36811
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
36815
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) .e-rowcell {
36812
36816
  line-height: 1;
36813
36817
  }
36814
36818
  }
36815
36819
  /* stylelint-enable function-url-quotes */
36820
+ /* Apply styles for Safari on macOS desktop and other Apple devices */
36821
+ /* stylelint-disable function-url-quotes */
36822
+ @supports (font: -apple-system-body) {
36823
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
36824
+ /* stylelint-disable declaration-no-important */
36825
+ }
36826
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) .e-table {
36827
+ border-spacing: 0 !important;
36828
+ }
36829
+ }
36830
+ /* stylelint-enable function-url-quotes */
36816
36831
  .e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
36817
36832
  .e-grid-popup .e-icons:not(.e-btn-icon, .e-check, .e-stop) {
36818
36833
  color: #333;
@@ -65989,14 +66004,14 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
65989
66004
  height: inherit;
65990
66005
  width: 100%;
65991
66006
  }
65992
- .e-timeline [class^="e-dot "]::before,
66007
+ .e-timeline .e-dot:not([class*=" e-dot"]):not([class=e-dot])::before,
65993
66008
  .e-timeline .e-dot-item,
65994
66009
  .e-timeline .e-dot {
65995
66010
  display: flex;
65996
66011
  align-items: center;
65997
66012
  justify-content: center;
65998
66013
  }
65999
- .e-timeline [class^="e-dot "]::before {
66014
+ .e-timeline .e-dot:not([class*=" e-dot"]):not([class=e-dot])::before {
66000
66015
  min-width: 32px;
66001
66016
  min-height: 32px;
66002
66017
  border-radius: var(--dot-radius);
@@ -13507,7 +13507,7 @@ ejs-calendar {
13507
13507
  bottom: -9px;
13508
13508
  height: 36px;
13509
13509
  left: -9px;
13510
- pointer-events: none;
13510
+ pointer-events: auto;
13511
13511
  position: absolute;
13512
13512
  right: -9px;
13513
13513
  top: -9px;
@@ -13655,6 +13655,10 @@ ejs-calendar {
13655
13655
  pointer-events: none;
13656
13656
  }
13657
13657
 
13658
+ .e-overlay .e-checkbox-wrapper .e-ripple-container {
13659
+ pointer-events: none;
13660
+ }
13661
+
13658
13662
  .e-small .e-checkbox-wrapper .e-frame,
13659
13663
  .e-small.e-checkbox-wrapper .e-frame,
13660
13664
  .e-small .e-css.e-checkbox-wrapper .e-frame,
@@ -46222,18 +46226,29 @@ li.e-separator.e-menu-item.e-excel-separator {
46222
46226
  line-height: normal;
46223
46227
  }
46224
46228
 
46225
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable {
46229
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
46226
46230
  /* stylelint-disable declaration-no-important */
46227
46231
  /* stylelint-enable declaration-no-important */
46228
46232
  }
46229
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
46233
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) .e-table {
46230
46234
  border-spacing: 0 !important;
46231
46235
  }
46232
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
46236
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) .e-rowcell {
46233
46237
  line-height: 1;
46234
46238
  }
46235
46239
  }
46236
46240
  /* stylelint-enable function-url-quotes */
46241
+ /* Apply styles for Safari on macOS desktop and other Apple devices */
46242
+ /* stylelint-disable function-url-quotes */
46243
+ @supports (font: -apple-system-body) {
46244
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
46245
+ /* stylelint-disable declaration-no-important */
46246
+ }
46247
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) .e-table {
46248
+ border-spacing: 0 !important;
46249
+ }
46250
+ }
46251
+ /* stylelint-enable function-url-quotes */
46237
46252
  .e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
46238
46253
  .e-grid-popup .e-icons:not(.e-btn-icon, .e-check, .e-stop) {
46239
46254
  color: #333;
@@ -82617,14 +82632,14 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
82617
82632
  height: inherit;
82618
82633
  width: 100%;
82619
82634
  }
82620
- .e-timeline [class^="e-dot "]::before,
82635
+ .e-timeline .e-dot:not([class*=" e-dot"]):not([class=e-dot])::before,
82621
82636
  .e-timeline .e-dot-item,
82622
82637
  .e-timeline .e-dot {
82623
82638
  display: flex;
82624
82639
  align-items: center;
82625
82640
  justify-content: center;
82626
82641
  }
82627
- .e-timeline [class^="e-dot "]::before {
82642
+ .e-timeline .e-dot:not([class*=" e-dot"]):not([class=e-dot])::before {
82628
82643
  min-width: 32px;
82629
82644
  min-height: 32px;
82630
82645
  border-radius: var(--dot-radius);
@@ -82810,8 +82825,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
82810
82825
  color: #adadad;
82811
82826
  }
82812
82827
 
82813
- .e-bigger.e-timeline [class^="e-dot "]::before,
82814
- .e-bigger .e-timeline [class^="e-dot "]::before {
82828
+ .e-bigger.e-timeline .e-dot:not([class*=" e-dot"]):not([class=e-dot])::before,
82829
+ .e-bigger .e-timeline .e-dot:not([class*=" e-dot"]):not([class=e-dot])::before {
82815
82830
  min-width: 40px;
82816
82831
  min-height: 40px;
82817
82832
  font-size: 18px;