@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
@@ -13629,7 +13629,7 @@ ejs-calendar {
13629
13629
  bottom: -9px;
13630
13630
  height: 36px;
13631
13631
  left: -9px;
13632
- pointer-events: none;
13632
+ pointer-events: auto;
13633
13633
  position: absolute;
13634
13634
  right: -9px;
13635
13635
  top: -9px;
@@ -13778,6 +13778,10 @@ ejs-calendar {
13778
13778
  pointer-events: none;
13779
13779
  }
13780
13780
 
13781
+ .e-overlay .e-checkbox-wrapper .e-ripple-container {
13782
+ pointer-events: none;
13783
+ }
13784
+
13781
13785
  .e-small .e-checkbox-wrapper .e-frame,
13782
13786
  .e-small.e-checkbox-wrapper .e-frame,
13783
13787
  .e-small .e-css.e-checkbox-wrapper .e-frame,
@@ -34856,6 +34860,8 @@ ejs-multiselect {
34856
34860
  }
34857
34861
 
34858
34862
  .e-multi-select-wrapper .e-close-hooker::before {
34863
+ height: 16px;
34864
+ font-size: 16px;
34859
34865
  content: "\e7e7";
34860
34866
  cursor: pointer;
34861
34867
  left: 6px;
@@ -34913,12 +34919,12 @@ ejs-multiselect {
34913
34919
  }
34914
34920
 
34915
34921
  .e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker {
34916
- margin-top: -2.25em;
34922
+ margin-top: -35px;
34917
34923
  }
34918
34924
 
34919
34925
  .e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
34920
34926
  .e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
34921
- margin-top: -2.25em;
34927
+ margin-top: -35px;
34922
34928
  margin-top: -2.15em;
34923
34929
  }
34924
34930
 
@@ -47154,18 +47160,29 @@ li.e-separator.e-menu-item.e-excel-separator {
47154
47160
  line-height: normal;
47155
47161
  }
47156
47162
 
47157
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable {
47163
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
47158
47164
  /* stylelint-disable declaration-no-important */
47159
47165
  /* stylelint-enable declaration-no-important */
47160
47166
  }
47161
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
47167
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) .e-table {
47162
47168
  border-spacing: 0 !important;
47163
47169
  }
47164
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
47170
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) .e-rowcell {
47165
47171
  line-height: 1;
47166
47172
  }
47167
47173
  }
47168
47174
  /* stylelint-enable function-url-quotes */
47175
+ /* Apply styles for Safari on macOS desktop and other Apple devices */
47176
+ /* stylelint-disable function-url-quotes */
47177
+ @supports (font: -apple-system-body) {
47178
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
47179
+ /* stylelint-disable declaration-no-important */
47180
+ }
47181
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) .e-table {
47182
+ border-spacing: 0 !important;
47183
+ }
47184
+ }
47185
+ /* stylelint-enable function-url-quotes */
47169
47186
  .e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
47170
47187
  .e-grid-popup .e-icons:not(.e-btn-icon, .e-check, .e-stop) {
47171
47188
  color: var(--color-sf-icon-color);
@@ -84085,14 +84102,14 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
84085
84102
  height: inherit;
84086
84103
  width: 100%;
84087
84104
  }
84088
- .e-timeline [class^="e-dot "]::before,
84105
+ .e-timeline .e-dot:not([class*=" e-dot"]):not([class=e-dot])::before,
84089
84106
  .e-timeline .e-dot-item,
84090
84107
  .e-timeline .e-dot {
84091
84108
  display: flex;
84092
84109
  align-items: center;
84093
84110
  justify-content: center;
84094
84111
  }
84095
- .e-timeline [class^="e-dot "]::before {
84112
+ .e-timeline .e-dot:not([class*=" e-dot"]):not([class=e-dot])::before {
84096
84113
  min-width: 32px;
84097
84114
  min-height: 32px;
84098
84115
  border-radius: var(--dot-radius);
@@ -84278,8 +84295,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
84278
84295
  color: var(--color-sf-content-text-color-disabled);
84279
84296
  }
84280
84297
 
84281
- .e-bigger.e-timeline [class^="e-dot "]::before,
84282
- .e-bigger .e-timeline [class^="e-dot "]::before {
84298
+ .e-bigger.e-timeline .e-dot:not([class*=" e-dot"]):not([class=e-dot])::before,
84299
+ .e-bigger .e-timeline .e-dot:not([class*=" e-dot"]):not([class=e-dot])::before {
84283
84300
  min-width: 40px;
84284
84301
  min-height: 40px;
84285
84302
  font-size: 18px;
@@ -13066,7 +13066,7 @@ ejs-calendar {
13066
13066
  bottom: -9px;
13067
13067
  height: 36px;
13068
13068
  left: -9px;
13069
- pointer-events: none;
13069
+ pointer-events: auto;
13070
13070
  position: absolute;
13071
13071
  right: -9px;
13072
13072
  top: -9px;
@@ -13214,6 +13214,10 @@ ejs-calendar {
13214
13214
  pointer-events: none;
13215
13215
  }
13216
13216
 
13217
+ .e-overlay .e-checkbox-wrapper .e-ripple-container {
13218
+ pointer-events: none;
13219
+ }
13220
+
13217
13221
  .e-small .e-checkbox-wrapper .e-frame,
13218
13222
  .e-small.e-checkbox-wrapper .e-frame,
13219
13223
  .e-small .e-css.e-checkbox-wrapper .e-frame,
@@ -46779,18 +46783,29 @@ li.e-separator.e-menu-item.e-excel-separator {
46779
46783
  line-height: normal;
46780
46784
  }
46781
46785
 
46782
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable {
46786
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
46783
46787
  /* stylelint-disable declaration-no-important */
46784
46788
  /* stylelint-enable declaration-no-important */
46785
46789
  }
46786
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
46790
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) .e-table {
46787
46791
  border-spacing: 0 !important;
46788
46792
  }
46789
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
46793
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) .e-rowcell {
46790
46794
  line-height: 1;
46791
46795
  }
46792
46796
  }
46793
46797
  /* stylelint-enable function-url-quotes */
46798
+ /* Apply styles for Safari on macOS desktop and other Apple devices */
46799
+ /* stylelint-disable function-url-quotes */
46800
+ @supports (font: -apple-system-body) {
46801
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
46802
+ /* stylelint-disable declaration-no-important */
46803
+ }
46804
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) .e-table {
46805
+ border-spacing: 0 !important;
46806
+ }
46807
+ }
46808
+ /* stylelint-enable function-url-quotes */
46794
46809
  .e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
46795
46810
  .e-grid-popup .e-icons:not(.e-btn-icon, .e-check, .e-stop) {
46796
46811
  color: #6c757d;
@@ -83731,14 +83746,14 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
83731
83746
  height: inherit;
83732
83747
  width: 100%;
83733
83748
  }
83734
- .e-timeline [class^="e-dot "]::before,
83749
+ .e-timeline .e-dot:not([class*=" e-dot"]):not([class=e-dot])::before,
83735
83750
  .e-timeline .e-dot-item,
83736
83751
  .e-timeline .e-dot {
83737
83752
  display: flex;
83738
83753
  align-items: center;
83739
83754
  justify-content: center;
83740
83755
  }
83741
- .e-timeline [class^="e-dot "]::before {
83756
+ .e-timeline .e-dot:not([class*=" e-dot"]):not([class=e-dot])::before {
83742
83757
  min-width: 32px;
83743
83758
  min-height: 32px;
83744
83759
  border-radius: var(--dot-radius);
@@ -83924,8 +83939,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
83924
83939
  color: #adb5bd;
83925
83940
  }
83926
83941
 
83927
- .e-bigger.e-timeline [class^="e-dot "]::before,
83928
- .e-bigger .e-timeline [class^="e-dot "]::before {
83942
+ .e-bigger.e-timeline .e-dot:not([class*=" e-dot"]):not([class=e-dot])::before,
83943
+ .e-bigger .e-timeline .e-dot:not([class*=" e-dot"]):not([class=e-dot])::before {
83929
83944
  min-width: 40px;
83930
83945
  min-height: 40px;
83931
83946
  font-size: 18px;
@@ -10165,7 +10165,7 @@ ejs-calendar {
10165
10165
  bottom: -9px;
10166
10166
  height: 36px;
10167
10167
  left: -9px;
10168
- pointer-events: none;
10168
+ pointer-events: auto;
10169
10169
  position: absolute;
10170
10170
  right: -9px;
10171
10171
  top: -9px;
@@ -10313,6 +10313,10 @@ ejs-calendar {
10313
10313
  pointer-events: none;
10314
10314
  }
10315
10315
 
10316
+ .e-overlay .e-checkbox-wrapper .e-ripple-container {
10317
+ pointer-events: none;
10318
+ }
10319
+
10316
10320
  .e-small .e-checkbox-wrapper .e-frame,
10317
10321
  .e-small.e-checkbox-wrapper .e-frame,
10318
10322
  .e-small .e-css.e-checkbox-wrapper .e-frame,
@@ -36680,18 +36684,29 @@ li.e-separator.e-menu-item.e-excel-separator {
36680
36684
  line-height: normal;
36681
36685
  }
36682
36686
 
36683
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable {
36687
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
36684
36688
  /* stylelint-disable declaration-no-important */
36685
36689
  /* stylelint-enable declaration-no-important */
36686
36690
  }
36687
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
36691
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) .e-table {
36688
36692
  border-spacing: 0 !important;
36689
36693
  }
36690
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
36694
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) .e-rowcell {
36691
36695
  line-height: 1;
36692
36696
  }
36693
36697
  }
36694
36698
  /* stylelint-enable function-url-quotes */
36699
+ /* Apply styles for Safari on macOS desktop and other Apple devices */
36700
+ /* stylelint-disable function-url-quotes */
36701
+ @supports (font: -apple-system-body) {
36702
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
36703
+ /* stylelint-disable declaration-no-important */
36704
+ }
36705
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) .e-table {
36706
+ border-spacing: 0 !important;
36707
+ }
36708
+ }
36709
+ /* stylelint-enable function-url-quotes */
36695
36710
  .e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
36696
36711
  .e-grid-popup .e-icons:not(.e-btn-icon, .e-check, .e-stop) {
36697
36712
  color: #dadada;
@@ -65723,14 +65738,14 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
65723
65738
  height: inherit;
65724
65739
  width: 100%;
65725
65740
  }
65726
- .e-timeline [class^="e-dot "]::before,
65741
+ .e-timeline .e-dot:not([class*=" e-dot"]):not([class=e-dot])::before,
65727
65742
  .e-timeline .e-dot-item,
65728
65743
  .e-timeline .e-dot {
65729
65744
  display: flex;
65730
65745
  align-items: center;
65731
65746
  justify-content: center;
65732
65747
  }
65733
- .e-timeline [class^="e-dot "]::before {
65748
+ .e-timeline .e-dot:not([class*=" e-dot"]):not([class=e-dot])::before {
65734
65749
  min-width: 32px;
65735
65750
  min-height: 32px;
65736
65751
  border-radius: var(--dot-radius);
@@ -13407,7 +13407,7 @@ ejs-calendar {
13407
13407
  bottom: -9px;
13408
13408
  height: 36px;
13409
13409
  left: -9px;
13410
- pointer-events: none;
13410
+ pointer-events: auto;
13411
13411
  position: absolute;
13412
13412
  right: -9px;
13413
13413
  top: -9px;
@@ -13555,6 +13555,10 @@ ejs-calendar {
13555
13555
  pointer-events: none;
13556
13556
  }
13557
13557
 
13558
+ .e-overlay .e-checkbox-wrapper .e-ripple-container {
13559
+ pointer-events: none;
13560
+ }
13561
+
13558
13562
  .e-small .e-checkbox-wrapper .e-frame,
13559
13563
  .e-small.e-checkbox-wrapper .e-frame,
13560
13564
  .e-small .e-css.e-checkbox-wrapper .e-frame,
@@ -46095,18 +46099,29 @@ li.e-separator.e-menu-item.e-excel-separator {
46095
46099
  line-height: normal;
46096
46100
  }
46097
46101
 
46098
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable {
46102
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
46099
46103
  /* stylelint-disable declaration-no-important */
46100
46104
  /* stylelint-enable declaration-no-important */
46101
46105
  }
46102
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
46106
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) .e-table {
46103
46107
  border-spacing: 0 !important;
46104
46108
  }
46105
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
46109
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) .e-rowcell {
46106
46110
  line-height: 1;
46107
46111
  }
46108
46112
  }
46109
46113
  /* stylelint-enable function-url-quotes */
46114
+ /* Apply styles for Safari on macOS desktop and other Apple devices */
46115
+ /* stylelint-disable function-url-quotes */
46116
+ @supports (font: -apple-system-body) {
46117
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
46118
+ /* stylelint-disable declaration-no-important */
46119
+ }
46120
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) .e-table {
46121
+ border-spacing: 0 !important;
46122
+ }
46123
+ }
46124
+ /* stylelint-enable function-url-quotes */
46110
46125
  .e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
46111
46126
  .e-grid-popup .e-icons:not(.e-btn-icon, .e-check, .e-stop) {
46112
46127
  color: #dadada;
@@ -82364,14 +82379,14 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
82364
82379
  height: inherit;
82365
82380
  width: 100%;
82366
82381
  }
82367
- .e-timeline [class^="e-dot "]::before,
82382
+ .e-timeline .e-dot:not([class*=" e-dot"]):not([class=e-dot])::before,
82368
82383
  .e-timeline .e-dot-item,
82369
82384
  .e-timeline .e-dot {
82370
82385
  display: flex;
82371
82386
  align-items: center;
82372
82387
  justify-content: center;
82373
82388
  }
82374
- .e-timeline [class^="e-dot "]::before {
82389
+ .e-timeline .e-dot:not([class*=" e-dot"]):not([class=e-dot])::before {
82375
82390
  min-width: 32px;
82376
82391
  min-height: 32px;
82377
82392
  border-radius: var(--dot-radius);
@@ -82557,8 +82572,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
82557
82572
  color: #6f6c6c;
82558
82573
  }
82559
82574
 
82560
- .e-bigger.e-timeline [class^="e-dot "]::before,
82561
- .e-bigger .e-timeline [class^="e-dot "]::before {
82575
+ .e-bigger.e-timeline .e-dot:not([class*=" e-dot"]):not([class=e-dot])::before,
82576
+ .e-bigger .e-timeline .e-dot:not([class*=" e-dot"]):not([class=e-dot])::before {
82562
82577
  min-width: 40px;
82563
82578
  min-height: 40px;
82564
82579
  font-size: 18px;
@@ -10178,7 +10178,7 @@ ejs-calendar {
10178
10178
  bottom: -9px;
10179
10179
  height: 36px;
10180
10180
  left: -9px;
10181
- pointer-events: none;
10181
+ pointer-events: auto;
10182
10182
  position: absolute;
10183
10183
  right: -9px;
10184
10184
  top: -9px;
@@ -10326,6 +10326,10 @@ ejs-calendar {
10326
10326
  pointer-events: none;
10327
10327
  }
10328
10328
 
10329
+ .e-overlay .e-checkbox-wrapper .e-ripple-container {
10330
+ pointer-events: none;
10331
+ }
10332
+
10329
10333
  .e-small .e-checkbox-wrapper .e-frame,
10330
10334
  .e-small.e-checkbox-wrapper .e-frame,
10331
10335
  .e-small .e-css.e-checkbox-wrapper .e-frame,
@@ -36726,18 +36730,29 @@ li.e-separator.e-menu-item.e-excel-separator {
36726
36730
  line-height: normal;
36727
36731
  }
36728
36732
 
36729
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable {
36733
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
36730
36734
  /* stylelint-disable declaration-no-important */
36731
36735
  /* stylelint-enable declaration-no-important */
36732
36736
  }
36733
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
36737
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) .e-table {
36734
36738
  border-spacing: 0 !important;
36735
36739
  }
36736
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
36740
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) .e-rowcell {
36737
36741
  line-height: 1;
36738
36742
  }
36739
36743
  }
36740
36744
  /* stylelint-enable function-url-quotes */
36745
+ /* Apply styles for Safari on macOS desktop and other Apple devices */
36746
+ /* stylelint-disable function-url-quotes */
36747
+ @supports (font: -apple-system-body) {
36748
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
36749
+ /* stylelint-disable declaration-no-important */
36750
+ }
36751
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) .e-table {
36752
+ border-spacing: 0 !important;
36753
+ }
36754
+ }
36755
+ /* stylelint-enable function-url-quotes */
36741
36756
  .e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
36742
36757
  .e-grid-popup .e-icons:not(.e-btn-icon, .e-check, .e-stop) {
36743
36758
  color: #333;
@@ -65856,14 +65871,14 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
65856
65871
  height: inherit;
65857
65872
  width: 100%;
65858
65873
  }
65859
- .e-timeline [class^="e-dot "]::before,
65874
+ .e-timeline .e-dot:not([class*=" e-dot"]):not([class=e-dot])::before,
65860
65875
  .e-timeline .e-dot-item,
65861
65876
  .e-timeline .e-dot {
65862
65877
  display: flex;
65863
65878
  align-items: center;
65864
65879
  justify-content: center;
65865
65880
  }
65866
- .e-timeline [class^="e-dot "]::before {
65881
+ .e-timeline .e-dot:not([class*=" e-dot"]):not([class=e-dot])::before {
65867
65882
  min-width: 32px;
65868
65883
  min-height: 32px;
65869
65884
  border-radius: var(--dot-radius);
@@ -13424,7 +13424,7 @@ ejs-calendar {
13424
13424
  bottom: -9px;
13425
13425
  height: 36px;
13426
13426
  left: -9px;
13427
- pointer-events: none;
13427
+ pointer-events: auto;
13428
13428
  position: absolute;
13429
13429
  right: -9px;
13430
13430
  top: -9px;
@@ -13572,6 +13572,10 @@ ejs-calendar {
13572
13572
  pointer-events: none;
13573
13573
  }
13574
13574
 
13575
+ .e-overlay .e-checkbox-wrapper .e-ripple-container {
13576
+ pointer-events: none;
13577
+ }
13578
+
13575
13579
  .e-small .e-checkbox-wrapper .e-frame,
13576
13580
  .e-small.e-checkbox-wrapper .e-frame,
13577
13581
  .e-small .e-css.e-checkbox-wrapper .e-frame,
@@ -46159,18 +46163,29 @@ li.e-separator.e-menu-item.e-excel-separator {
46159
46163
  line-height: normal;
46160
46164
  }
46161
46165
 
46162
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable {
46166
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
46163
46167
  /* stylelint-disable declaration-no-important */
46164
46168
  /* stylelint-enable declaration-no-important */
46165
46169
  }
46166
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
46170
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) .e-table {
46167
46171
  border-spacing: 0 !important;
46168
46172
  }
46169
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
46173
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) .e-rowcell {
46170
46174
  line-height: 1;
46171
46175
  }
46172
46176
  }
46173
46177
  /* stylelint-enable function-url-quotes */
46178
+ /* Apply styles for Safari on macOS desktop and other Apple devices */
46179
+ /* stylelint-disable function-url-quotes */
46180
+ @supports (font: -apple-system-body) {
46181
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
46182
+ /* stylelint-disable declaration-no-important */
46183
+ }
46184
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) .e-table {
46185
+ border-spacing: 0 !important;
46186
+ }
46187
+ }
46188
+ /* stylelint-enable function-url-quotes */
46174
46189
  .e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
46175
46190
  .e-grid-popup .e-icons:not(.e-btn-icon, .e-check, .e-stop) {
46176
46191
  color: #333;
@@ -82514,14 +82529,14 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
82514
82529
  height: inherit;
82515
82530
  width: 100%;
82516
82531
  }
82517
- .e-timeline [class^="e-dot "]::before,
82532
+ .e-timeline .e-dot:not([class*=" e-dot"]):not([class=e-dot])::before,
82518
82533
  .e-timeline .e-dot-item,
82519
82534
  .e-timeline .e-dot {
82520
82535
  display: flex;
82521
82536
  align-items: center;
82522
82537
  justify-content: center;
82523
82538
  }
82524
- .e-timeline [class^="e-dot "]::before {
82539
+ .e-timeline .e-dot:not([class*=" e-dot"]):not([class=e-dot])::before {
82525
82540
  min-width: 32px;
82526
82541
  min-height: 32px;
82527
82542
  border-radius: var(--dot-radius);
@@ -82707,8 +82722,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
82707
82722
  color: #a6a6a6;
82708
82723
  }
82709
82724
 
82710
- .e-bigger.e-timeline [class^="e-dot "]::before,
82711
- .e-bigger .e-timeline [class^="e-dot "]::before {
82725
+ .e-bigger.e-timeline .e-dot:not([class*=" e-dot"]):not([class=e-dot])::before,
82726
+ .e-bigger .e-timeline .e-dot:not([class*=" e-dot"]):not([class=e-dot])::before {
82712
82727
  min-width: 40px;
82713
82728
  min-height: 40px;
82714
82729
  font-size: 18px;
@@ -9872,7 +9872,7 @@ ejs-calendar {
9872
9872
  bottom: -9px;
9873
9873
  height: 36px;
9874
9874
  left: -9px;
9875
- pointer-events: none;
9875
+ pointer-events: auto;
9876
9876
  position: absolute;
9877
9877
  right: -9px;
9878
9878
  top: -9px;
@@ -10026,6 +10026,10 @@ ejs-calendar {
10026
10026
  pointer-events: none;
10027
10027
  }
10028
10028
 
10029
+ .e-overlay .e-checkbox-wrapper .e-ripple-container {
10030
+ pointer-events: none;
10031
+ }
10032
+
10029
10033
  .e-small .e-checkbox-wrapper .e-frame,
10030
10034
  .e-small.e-checkbox-wrapper .e-frame,
10031
10035
  .e-small .e-css.e-checkbox-wrapper .e-frame,
@@ -36875,18 +36879,29 @@ li.e-separator.e-menu-item.e-excel-separator {
36875
36879
  line-height: normal;
36876
36880
  }
36877
36881
 
36878
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable {
36882
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
36879
36883
  /* stylelint-disable declaration-no-important */
36880
36884
  /* stylelint-enable declaration-no-important */
36881
36885
  }
36882
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
36886
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) .e-table {
36883
36887
  border-spacing: 0 !important;
36884
36888
  }
36885
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
36889
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) .e-rowcell {
36886
36890
  line-height: 1;
36887
36891
  }
36888
36892
  }
36889
36893
  /* stylelint-enable function-url-quotes */
36894
+ /* Apply styles for Safari on macOS desktop and other Apple devices */
36895
+ /* stylelint-disable function-url-quotes */
36896
+ @supports (font: -apple-system-body) {
36897
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
36898
+ /* stylelint-disable declaration-no-important */
36899
+ }
36900
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) .e-table {
36901
+ border-spacing: 0 !important;
36902
+ }
36903
+ }
36904
+ /* stylelint-enable function-url-quotes */
36890
36905
  .e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
36891
36906
  .e-grid-popup .e-icons:not(.e-btn-icon, .e-check, .e-stop) {
36892
36907
  color: #a19f9d;
@@ -66299,14 +66314,14 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
66299
66314
  height: inherit;
66300
66315
  width: 100%;
66301
66316
  }
66302
- .e-timeline [class^="e-dot "]::before,
66317
+ .e-timeline .e-dot:not([class*=" e-dot"]):not([class=e-dot])::before,
66303
66318
  .e-timeline .e-dot-item,
66304
66319
  .e-timeline .e-dot {
66305
66320
  display: flex;
66306
66321
  align-items: center;
66307
66322
  justify-content: center;
66308
66323
  }
66309
- .e-timeline [class^="e-dot "]::before {
66324
+ .e-timeline .e-dot:not([class*=" e-dot"]):not([class=e-dot])::before {
66310
66325
  min-width: 32px;
66311
66326
  min-height: 32px;
66312
66327
  border-radius: var(--dot-radius);
@@ -13269,7 +13269,7 @@ ejs-calendar {
13269
13269
  bottom: -9px;
13270
13270
  height: 36px;
13271
13271
  left: -9px;
13272
- pointer-events: none;
13272
+ pointer-events: auto;
13273
13273
  position: absolute;
13274
13274
  right: -9px;
13275
13275
  top: -9px;
@@ -13423,6 +13423,10 @@ ejs-calendar {
13423
13423
  pointer-events: none;
13424
13424
  }
13425
13425
 
13426
+ .e-overlay .e-checkbox-wrapper .e-ripple-container {
13427
+ pointer-events: none;
13428
+ }
13429
+
13426
13430
  .e-small .e-checkbox-wrapper .e-frame,
13427
13431
  .e-small.e-checkbox-wrapper .e-frame,
13428
13432
  .e-small .e-css.e-checkbox-wrapper .e-frame,
@@ -34819,13 +34823,13 @@ ejs-multiselect {
34819
34823
  }
34820
34824
 
34821
34825
  .e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker {
34822
- margin-top: -2.7em;
34826
+ margin-top: -32px;
34823
34827
  font-size: 14px;
34824
34828
  }
34825
34829
 
34826
34830
  .e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
34827
34831
  .e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
34828
- margin-top: -2.7em;
34832
+ margin-top: -32px;
34829
34833
  margin-top: -2.25em;
34830
34834
  }
34831
34835
 
@@ -35124,7 +35128,7 @@ ejs-multiselect {
35124
35128
 
35125
35129
  .e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon,
35126
35130
  .e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
35127
- margin-top: -1.6em;
35131
+ margin-top: -24px;
35128
35132
  }
35129
35133
 
35130
35134
  /* stylelint-disable property-no-vendor-prefix */
@@ -46986,18 +46990,29 @@ li.e-separator.e-menu-item.e-excel-separator {
46986
46990
  line-height: normal;
46987
46991
  }
46988
46992
 
46989
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable {
46993
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
46990
46994
  /* stylelint-disable declaration-no-important */
46991
46995
  /* stylelint-enable declaration-no-important */
46992
46996
  }
46993
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
46997
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) .e-table {
46994
46998
  border-spacing: 0 !important;
46995
46999
  }
46996
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
47000
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) .e-rowcell {
46997
47001
  line-height: 1;
46998
47002
  }
46999
47003
  }
47000
47004
  /* stylelint-enable function-url-quotes */
47005
+ /* Apply styles for Safari on macOS desktop and other Apple devices */
47006
+ /* stylelint-disable function-url-quotes */
47007
+ @supports (font: -apple-system-body) {
47008
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
47009
+ /* stylelint-disable declaration-no-important */
47010
+ }
47011
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) .e-table {
47012
+ border-spacing: 0 !important;
47013
+ }
47014
+ }
47015
+ /* stylelint-enable function-url-quotes */
47001
47016
  .e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
47002
47017
  .e-grid-popup .e-icons:not(.e-btn-icon, .e-check, .e-stop) {
47003
47018
  color: #a19f9d;
@@ -83934,14 +83949,14 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
83934
83949
  height: inherit;
83935
83950
  width: 100%;
83936
83951
  }
83937
- .e-timeline [class^="e-dot "]::before,
83952
+ .e-timeline .e-dot:not([class*=" e-dot"]):not([class=e-dot])::before,
83938
83953
  .e-timeline .e-dot-item,
83939
83954
  .e-timeline .e-dot {
83940
83955
  display: flex;
83941
83956
  align-items: center;
83942
83957
  justify-content: center;
83943
83958
  }
83944
- .e-timeline [class^="e-dot "]::before {
83959
+ .e-timeline .e-dot:not([class*=" e-dot"]):not([class=e-dot])::before {
83945
83960
  min-width: 32px;
83946
83961
  min-height: 32px;
83947
83962
  border-radius: var(--dot-radius);
@@ -84127,8 +84142,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
84127
84142
  color: #484644;
84128
84143
  }
84129
84144
 
84130
- .e-bigger.e-timeline [class^="e-dot "]::before,
84131
- .e-bigger .e-timeline [class^="e-dot "]::before {
84145
+ .e-bigger.e-timeline .e-dot:not([class*=" e-dot"]):not([class=e-dot])::before,
84146
+ .e-bigger .e-timeline .e-dot:not([class*=" e-dot"]):not([class=e-dot])::before {
84132
84147
  min-width: 40px;
84133
84148
  min-height: 40px;
84134
84149
  font-size: 18px;