@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
@@ -34,7 +34,7 @@
34
34
  --color-sf-text-tertiary: #{#475467};
35
35
  --color-sf-text-tertiary-hover: #{#344054};
36
36
  --color-sf-text-tertiary-on-brand: #{#eaecf0};
37
- --color-sf-text-quarterary: #{#101828};
37
+ --color-sf-text-quarterary: #{#667085};
38
38
  --color-sf-text-quarterary-on-brand: #{#101828};
39
39
  --color-sf-text-white: #{#fff};
40
40
  --color-sf-text-disabled: #{#667085};
@@ -22412,7 +22412,7 @@ $cbox-border-style: solid !default;
22412
22412
  bottom: $cbox-ripple-size;
22413
22413
  height: $cbox-ripple-height;
22414
22414
  left: $cbox-ripple-size;
22415
- pointer-events: none;
22415
+ pointer-events: auto;
22416
22416
  position: absolute;
22417
22417
  right: $cbox-ripple-size;
22418
22418
  top: $cbox-ripple-size;
@@ -22602,6 +22602,10 @@ $cbox-border-style: solid !default;
22602
22602
  pointer-events: none;
22603
22603
  }
22604
22604
 
22605
+ .e-overlay .e-checkbox-wrapper .e-ripple-container {
22606
+ pointer-events: none;
22607
+ }
22608
+
22605
22609
  .e-small .e-checkbox-wrapper,
22606
22610
  .e-small.e-checkbox-wrapper,
22607
22611
  .e-small .e-css.e-checkbox-wrapper,
@@ -67951,7 +67955,7 @@ $grid-checkmark-color: $primary !default;
67951
67955
  line-height: normal;
67952
67956
  }
67953
67957
  }
67954
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable {
67958
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
67955
67959
  /* stylelint-disable declaration-no-important */
67956
67960
  .e-table {
67957
67961
  border-spacing: 0 !important;
@@ -67965,6 +67969,19 @@ $grid-checkmark-color: $primary !default;
67965
67969
  }
67966
67970
  /* stylelint-enable function-url-quotes */
67967
67971
 
67972
+ /* Apply styles for Safari on macOS desktop and other Apple devices */
67973
+ /* stylelint-disable function-url-quotes */
67974
+ @supports (font: -apple-system-body) {
67975
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
67976
+
67977
+ /* stylelint-disable declaration-no-important */
67978
+ .e-table {
67979
+ border-spacing: 0 !important;
67980
+ }
67981
+ }
67982
+ }
67983
+ /* stylelint-enable function-url-quotes */
67984
+
67968
67985
 
67969
67986
  @mixin background-color-styles($grid-skin, $bg, $bgcolor) {
67970
67987
  @if $grid-skin == 'material3' {
@@ -101062,6 +101079,8 @@ $qrybldr-drag-grp-list-heg: 29px !default;
101062
101079
  $qrybldr-drag-grp-big-list-heg: 35px !default;
101063
101080
  $qrybldr-drag-grp-big-icon-pad: 10px 10px 10px 5px !default;
101064
101081
  $qryblr-drag-icon-color: $secondary-text-color !default;
101082
+ $spinner-border-light-color: $primary-light !default;
101083
+ $spinner-border-color: $primary !default;
101065
101084
 
101066
101085
  @mixin fluent2-small-round-btn {
101067
101086
  @if $theme-name == 'fluent2' {
@@ -102145,8 +102164,8 @@ $qryblr-drag-icon-color: $secondary-text-color !default;
102145
102164
  transform: translateX(-50%);
102146
102165
  width: 16px;
102147
102166
  height: 16px;
102148
- border: 2px solid $primary-light;
102149
- border-top: 2px solid $primary;
102167
+ border: 2px solid $spinner-border-light-color;
102168
+ border-top: 2px solid $spinner-border-color;
102150
102169
  border-radius: 50%;
102151
102170
  animation: spin 1s linear infinite;
102152
102171
  }
@@ -113298,7 +113317,7 @@ $timeline-item-disabled-color: $content-text-color-disabled !default;
113298
113317
  height: inherit;
113299
113318
  width: 100%;
113300
113319
 
113301
- [class ^= 'e-dot ']::before,
113320
+ .e-dot:not([class *= ' e-dot']):not([class = 'e-dot'])::before,
113302
113321
  .e-dot-item,
113303
113322
  .e-dot {
113304
113323
  display: flex;
@@ -113306,7 +113325,7 @@ $timeline-item-disabled-color: $content-text-color-disabled !default;
113306
113325
  justify-content: center;
113307
113326
  }
113308
113327
 
113309
- [class ^= 'e-dot ']::before {
113328
+ .e-dot:not([class *= ' e-dot']):not([class = 'e-dot'])::before {
113310
113329
  min-width: $timeline-dot-icon-size;
113311
113330
  min-height: $timeline-dot-icon-size;
113312
113331
  border-radius: var(--dot-radius);
@@ -34,7 +34,7 @@
34
34
  --color-sf-text-tertiary: #{#475467};
35
35
  --color-sf-text-tertiary-hover: #{#344054};
36
36
  --color-sf-text-tertiary-on-brand: #{#eaecf0};
37
- --color-sf-text-quarterary: #{#101828};
37
+ --color-sf-text-quarterary: #{#667085};
38
38
  --color-sf-text-quarterary-on-brand: #{#101828};
39
39
  --color-sf-text-white: #{#fff};
40
40
  --color-sf-text-disabled: #{#667085};
@@ -31610,7 +31610,7 @@ $cbox-border-style: solid !default;
31610
31610
  bottom: $cbox-ripple-size;
31611
31611
  height: $cbox-ripple-height;
31612
31612
  left: $cbox-ripple-size;
31613
- pointer-events: none;
31613
+ pointer-events: auto;
31614
31614
  position: absolute;
31615
31615
  right: $cbox-ripple-size;
31616
31616
  top: $cbox-ripple-size;
@@ -31800,6 +31800,10 @@ $cbox-border-style: solid !default;
31800
31800
  pointer-events: none;
31801
31801
  }
31802
31802
 
31803
+ .e-overlay .e-checkbox-wrapper .e-ripple-container {
31804
+ pointer-events: none;
31805
+ }
31806
+
31803
31807
  .e-small .e-checkbox-wrapper,
31804
31808
  .e-small.e-checkbox-wrapper,
31805
31809
  .e-small .e-css.e-checkbox-wrapper,
@@ -69640,7 +69644,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
69640
69644
  margin-top: $ddl-closer-margin-top-bigger;
69641
69645
  }
69642
69646
  @if $ddl-multiselect-skin-name == 'fluent2' {
69643
- margin-top: -2.5em;
69647
+ margin-top: -32px;
69644
69648
  }
69645
69649
  @if $ddl-multiselect-skin-name == 'FluentUI' {
69646
69650
  margin-top: $ddl-bigger-clear-margin-top;
@@ -69651,7 +69655,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
69651
69655
  @if $ddl-multiselect-skin-name == 'bootstrap5' or $ddl-multiselect-skin-name == 'bootstrap5.3' {
69652
69656
  margin-top: -2.15em;
69653
69657
  }
69654
- @if $ddl-multiselect-skin-name == 'highcontrast' or $ddl-multiselect-skin-name == 'fabric' {
69658
+ @if $ddl-multiselect-skin-name == 'fabric' {
69655
69659
  margin-top: -3.2em;
69656
69660
  }
69657
69661
  @if $ddl-multiselect-skin-name == 'tailwind' {
@@ -71418,7 +71422,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
71418
71422
  @if $skin-name == 'bootstrap4' {
71419
71423
  .e-bigger .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
71420
71424
  .e-bigger.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
71421
- font-size: 14px;
71425
+ font-size: 16px;
71422
71426
  }
71423
71427
  .e-small.e-bigger .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
71424
71428
  .e-small.e-bigger.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
@@ -71467,7 +71471,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
71467
71471
  @if $skin-name == 'FluentUI' {
71468
71472
  .e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon,
71469
71473
  .e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
71470
- margin-top: -1.6em;
71474
+ margin-top: -24px;
71471
71475
  }
71472
71476
  }
71473
71477
  @if $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' {
@@ -90356,7 +90360,7 @@ $grid-checkmark-color: $primary !default;
90356
90360
  line-height: normal;
90357
90361
  }
90358
90362
  }
90359
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable {
90363
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
90360
90364
  /* stylelint-disable declaration-no-important */
90361
90365
  .e-table {
90362
90366
  border-spacing: 0 !important;
@@ -90370,6 +90374,19 @@ $grid-checkmark-color: $primary !default;
90370
90374
  }
90371
90375
  /* stylelint-enable function-url-quotes */
90372
90376
 
90377
+ /* Apply styles for Safari on macOS desktop and other Apple devices */
90378
+ /* stylelint-disable function-url-quotes */
90379
+ @supports (font: -apple-system-body) {
90380
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
90381
+
90382
+ /* stylelint-disable declaration-no-important */
90383
+ .e-table {
90384
+ border-spacing: 0 !important;
90385
+ }
90386
+ }
90387
+ }
90388
+ /* stylelint-enable function-url-quotes */
90389
+
90373
90390
 
90374
90391
  @mixin background-color-styles($grid-skin, $bg, $bgcolor) {
90375
90392
  @if $grid-skin == 'material3' {
@@ -131801,6 +131818,8 @@ $qrybldr-drag-grp-list-heg: 29px !default;
131801
131818
  $qrybldr-drag-grp-big-list-heg: 35px !default;
131802
131819
  $qrybldr-drag-grp-big-icon-pad: 10px 10px 10px 5px !default;
131803
131820
  $qryblr-drag-icon-color: $secondary-text-color !default;
131821
+ $spinner-border-light-color: $primary-light !default;
131822
+ $spinner-border-color: $primary !default;
131804
131823
 
131805
131824
  @mixin fluent2-small-round-btn {
131806
131825
  @if $theme-name == 'fluent2' {
@@ -132884,8 +132903,8 @@ $qryblr-drag-icon-color: $secondary-text-color !default;
132884
132903
  transform: translateX(-50%);
132885
132904
  width: 16px;
132886
132905
  height: 16px;
132887
- border: 2px solid $primary-light;
132888
- border-top: 2px solid $primary;
132906
+ border: 2px solid $spinner-border-light-color;
132907
+ border-top: 2px solid $spinner-border-color;
132889
132908
  border-radius: 50%;
132890
132909
  animation: spin 1s linear infinite;
132891
132910
  }
@@ -146297,7 +146316,7 @@ $timeline-item-disabled-color: $content-text-color-disabled !default;
146297
146316
  height: inherit;
146298
146317
  width: 100%;
146299
146318
 
146300
- [class ^= 'e-dot ']::before,
146319
+ .e-dot:not([class *= ' e-dot']):not([class = 'e-dot'])::before,
146301
146320
  .e-dot-item,
146302
146321
  .e-dot {
146303
146322
  display: flex;
@@ -146305,7 +146324,7 @@ $timeline-item-disabled-color: $content-text-color-disabled !default;
146305
146324
  justify-content: center;
146306
146325
  }
146307
146326
 
146308
- [class ^= 'e-dot ']::before {
146327
+ .e-dot:not([class *= ' e-dot']):not([class = 'e-dot'])::before {
146309
146328
  min-width: $timeline-dot-icon-size;
146310
146329
  min-height: $timeline-dot-icon-size;
146311
146330
  border-radius: var(--dot-radius);
@@ -146612,7 +146631,7 @@ $timeline-item-disabled-color: $content-text-color-disabled !default;
146612
146631
  @include export-module('timeline-bigger') {
146613
146632
  .e-bigger.e-timeline,
146614
146633
  .e-bigger .e-timeline {
146615
- [class ^= 'e-dot ']::before {
146634
+ .e-dot:not([class *= ' e-dot']):not([class = 'e-dot'])::before {
146616
146635
  min-width: $timeline-bigger-dot-icon-size;
146617
146636
  min-height: $timeline-bigger-dot-icon-size;
146618
146637
  font-size: $timeline-bigger-dot-font-size;
@@ -21016,7 +21016,7 @@ $cbox-border-style: solid !default;
21016
21016
  bottom: $cbox-ripple-size;
21017
21017
  height: $cbox-ripple-height;
21018
21018
  left: $cbox-ripple-size;
21019
- pointer-events: none;
21019
+ pointer-events: auto;
21020
21020
  position: absolute;
21021
21021
  right: $cbox-ripple-size;
21022
21022
  top: $cbox-ripple-size;
@@ -21206,6 +21206,10 @@ $cbox-border-style: solid !default;
21206
21206
  pointer-events: none;
21207
21207
  }
21208
21208
 
21209
+ .e-overlay .e-checkbox-wrapper .e-ripple-container {
21210
+ pointer-events: none;
21211
+ }
21212
+
21209
21213
  .e-small .e-checkbox-wrapper,
21210
21214
  .e-small.e-checkbox-wrapper,
21211
21215
  .e-small .e-css.e-checkbox-wrapper,
@@ -66162,7 +66166,7 @@ $grid-checkmark-color: $grey-light-font !default;
66162
66166
  line-height: normal;
66163
66167
  }
66164
66168
  }
66165
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable {
66169
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
66166
66170
  /* stylelint-disable declaration-no-important */
66167
66171
  .e-table {
66168
66172
  border-spacing: 0 !important;
@@ -66176,6 +66180,19 @@ $grid-checkmark-color: $grey-light-font !default;
66176
66180
  }
66177
66181
  /* stylelint-enable function-url-quotes */
66178
66182
 
66183
+ /* Apply styles for Safari on macOS desktop and other Apple devices */
66184
+ /* stylelint-disable function-url-quotes */
66185
+ @supports (font: -apple-system-body) {
66186
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
66187
+
66188
+ /* stylelint-disable declaration-no-important */
66189
+ .e-table {
66190
+ border-spacing: 0 !important;
66191
+ }
66192
+ }
66193
+ }
66194
+ /* stylelint-enable function-url-quotes */
66195
+
66179
66196
 
66180
66197
  @mixin background-color-styles($grid-skin, $bg, $bgcolor) {
66181
66198
  @if $grid-skin == 'material3' {
@@ -99310,8 +99327,8 @@ $qrybldr-drag-grp-list-heg: 29px !default;
99310
99327
  $qrybldr-drag-grp-big-list-heg: 35px !default;
99311
99328
  $qrybldr-drag-grp-big-icon-pad: 10px 10px 10px 5px !default;
99312
99329
  $qryblr-drag-icon-color: $grey-dark-font !default;
99313
- $primary-light: $brand-primary-lighten-40;
99314
- $primary: $brand-primary;
99330
+ $spinner-border-light-color: $brand-primary-lighten-40 !default;
99331
+ $spinner-border-color: $brand-primary !default;
99315
99332
 
99316
99333
  @mixin fluent2-small-round-btn {
99317
99334
  @if $theme-name == 'fluent2' {
@@ -100395,8 +100412,8 @@ $primary: $brand-primary;
100395
100412
  transform: translateX(-50%);
100396
100413
  width: 16px;
100397
100414
  height: 16px;
100398
- border: 2px solid $primary-light;
100399
- border-top: 2px solid $primary;
100415
+ border: 2px solid $spinner-border-light-color;
100416
+ border-top: 2px solid $spinner-border-color;
100400
100417
  border-radius: 50%;
100401
100418
  animation: spin 1s linear infinite;
100402
100419
  }
@@ -111533,7 +111550,7 @@ $timeline-item-disabled-color: $grey-lighter !default;
111533
111550
  height: inherit;
111534
111551
  width: 100%;
111535
111552
 
111536
- [class ^= 'e-dot ']::before,
111553
+ .e-dot:not([class *= ' e-dot']):not([class = 'e-dot'])::before,
111537
111554
  .e-dot-item,
111538
111555
  .e-dot {
111539
111556
  display: flex;
@@ -111541,7 +111558,7 @@ $timeline-item-disabled-color: $grey-lighter !default;
111541
111558
  justify-content: center;
111542
111559
  }
111543
111560
 
111544
- [class ^= 'e-dot ']::before {
111561
+ .e-dot:not([class *= ' e-dot']):not([class = 'e-dot'])::before {
111545
111562
  min-width: $timeline-dot-icon-size;
111546
111563
  min-height: $timeline-dot-icon-size;
111547
111564
  border-radius: var(--dot-radius);
@@ -30214,7 +30214,7 @@ $cbox-border-style: solid !default;
30214
30214
  bottom: $cbox-ripple-size;
30215
30215
  height: $cbox-ripple-height;
30216
30216
  left: $cbox-ripple-size;
30217
- pointer-events: none;
30217
+ pointer-events: auto;
30218
30218
  position: absolute;
30219
30219
  right: $cbox-ripple-size;
30220
30220
  top: $cbox-ripple-size;
@@ -30404,6 +30404,10 @@ $cbox-border-style: solid !default;
30404
30404
  pointer-events: none;
30405
30405
  }
30406
30406
 
30407
+ .e-overlay .e-checkbox-wrapper .e-ripple-container {
30408
+ pointer-events: none;
30409
+ }
30410
+
30407
30411
  .e-small .e-checkbox-wrapper,
30408
30412
  .e-small.e-checkbox-wrapper,
30409
30413
  .e-small .e-css.e-checkbox-wrapper,
@@ -67961,7 +67965,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
67961
67965
  margin-top: $ddl-closer-margin-top-bigger;
67962
67966
  }
67963
67967
  @if $ddl-multiselect-skin-name == 'fluent2' {
67964
- margin-top: -2.5em;
67968
+ margin-top: -32px;
67965
67969
  }
67966
67970
  @if $ddl-multiselect-skin-name == 'FluentUI' {
67967
67971
  margin-top: $ddl-bigger-clear-margin-top;
@@ -67972,7 +67976,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
67972
67976
  @if $ddl-multiselect-skin-name == 'bootstrap5' or $ddl-multiselect-skin-name == 'bootstrap5.3' {
67973
67977
  margin-top: -2.15em;
67974
67978
  }
67975
- @if $ddl-multiselect-skin-name == 'highcontrast' or $ddl-multiselect-skin-name == 'fabric' {
67979
+ @if $ddl-multiselect-skin-name == 'fabric' {
67976
67980
  margin-top: -3.2em;
67977
67981
  }
67978
67982
  @if $ddl-multiselect-skin-name == 'tailwind' {
@@ -69739,7 +69743,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
69739
69743
  @if $skin-name == 'bootstrap4' {
69740
69744
  .e-bigger .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
69741
69745
  .e-bigger.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
69742
- font-size: 14px;
69746
+ font-size: 16px;
69743
69747
  }
69744
69748
  .e-small.e-bigger .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
69745
69749
  .e-small.e-bigger.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
@@ -69788,7 +69792,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
69788
69792
  @if $skin-name == 'FluentUI' {
69789
69793
  .e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon,
69790
69794
  .e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
69791
- margin-top: -1.6em;
69795
+ margin-top: -24px;
69792
69796
  }
69793
69797
  }
69794
69798
  @if $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' {
@@ -88567,7 +88571,7 @@ $grid-checkmark-color: $grey-light-font !default;
88567
88571
  line-height: normal;
88568
88572
  }
88569
88573
  }
88570
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable {
88574
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
88571
88575
  /* stylelint-disable declaration-no-important */
88572
88576
  .e-table {
88573
88577
  border-spacing: 0 !important;
@@ -88581,6 +88585,19 @@ $grid-checkmark-color: $grey-light-font !default;
88581
88585
  }
88582
88586
  /* stylelint-enable function-url-quotes */
88583
88587
 
88588
+ /* Apply styles for Safari on macOS desktop and other Apple devices */
88589
+ /* stylelint-disable function-url-quotes */
88590
+ @supports (font: -apple-system-body) {
88591
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
88592
+
88593
+ /* stylelint-disable declaration-no-important */
88594
+ .e-table {
88595
+ border-spacing: 0 !important;
88596
+ }
88597
+ }
88598
+ }
88599
+ /* stylelint-enable function-url-quotes */
88600
+
88584
88601
 
88585
88602
  @mixin background-color-styles($grid-skin, $bg, $bgcolor) {
88586
88603
  @if $grid-skin == 'material3' {
@@ -130049,8 +130066,8 @@ $qrybldr-drag-grp-list-heg: 29px !default;
130049
130066
  $qrybldr-drag-grp-big-list-heg: 35px !default;
130050
130067
  $qrybldr-drag-grp-big-icon-pad: 10px 10px 10px 5px !default;
130051
130068
  $qryblr-drag-icon-color: $grey-dark-font !default;
130052
- $primary-light: $brand-primary-lighten-40;
130053
- $primary: $brand-primary;
130069
+ $spinner-border-light-color: $brand-primary-lighten-40 !default;
130070
+ $spinner-border-color: $brand-primary !default;
130054
130071
 
130055
130072
  @mixin fluent2-small-round-btn {
130056
130073
  @if $theme-name == 'fluent2' {
@@ -131134,8 +131151,8 @@ $primary: $brand-primary;
131134
131151
  transform: translateX(-50%);
131135
131152
  width: 16px;
131136
131153
  height: 16px;
131137
- border: 2px solid $primary-light;
131138
- border-top: 2px solid $primary;
131154
+ border: 2px solid $spinner-border-light-color;
131155
+ border-top: 2px solid $spinner-border-color;
131139
131156
  border-radius: 50%;
131140
131157
  animation: spin 1s linear infinite;
131141
131158
  }
@@ -144532,7 +144549,7 @@ $timeline-item-disabled-color: $grey-lighter !default;
144532
144549
  height: inherit;
144533
144550
  width: 100%;
144534
144551
 
144535
- [class ^= 'e-dot ']::before,
144552
+ .e-dot:not([class *= ' e-dot']):not([class = 'e-dot'])::before,
144536
144553
  .e-dot-item,
144537
144554
  .e-dot {
144538
144555
  display: flex;
@@ -144540,7 +144557,7 @@ $timeline-item-disabled-color: $grey-lighter !default;
144540
144557
  justify-content: center;
144541
144558
  }
144542
144559
 
144543
- [class ^= 'e-dot ']::before {
144560
+ .e-dot:not([class *= ' e-dot']):not([class = 'e-dot'])::before {
144544
144561
  min-width: $timeline-dot-icon-size;
144545
144562
  min-height: $timeline-dot-icon-size;
144546
144563
  border-radius: var(--dot-radius);
@@ -144847,7 +144864,7 @@ $timeline-item-disabled-color: $grey-lighter !default;
144847
144864
  @include export-module('timeline-bigger') {
144848
144865
  .e-bigger.e-timeline,
144849
144866
  .e-bigger .e-timeline {
144850
- [class ^= 'e-dot ']::before {
144867
+ .e-dot:not([class *= ' e-dot']):not([class = 'e-dot'])::before {
144851
144868
  min-width: $timeline-bigger-dot-icon-size;
144852
144869
  min-height: $timeline-bigger-dot-icon-size;
144853
144870
  font-size: $timeline-bigger-dot-font-size;
@@ -20805,7 +20805,7 @@ $cbox-key-focussed-bgcolor: transparent !default;
20805
20805
  bottom: $cbox-ripple-size;
20806
20806
  height: $cbox-ripple-height;
20807
20807
  left: $cbox-ripple-size;
20808
- pointer-events: none;
20808
+ pointer-events: auto;
20809
20809
  position: absolute;
20810
20810
  right: $cbox-ripple-size;
20811
20811
  top: $cbox-ripple-size;
@@ -20995,6 +20995,10 @@ $cbox-key-focussed-bgcolor: transparent !default;
20995
20995
  pointer-events: none;
20996
20996
  }
20997
20997
 
20998
+ .e-overlay .e-checkbox-wrapper .e-ripple-container {
20999
+ pointer-events: none;
21000
+ }
21001
+
20998
21002
  .e-small .e-checkbox-wrapper,
20999
21003
  .e-small.e-checkbox-wrapper,
21000
21004
  .e-small .e-css.e-checkbox-wrapper,
@@ -65909,7 +65913,7 @@ $grid-checkmark-color: $grey !default;
65909
65913
  line-height: normal;
65910
65914
  }
65911
65915
  }
65912
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable {
65916
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
65913
65917
  /* stylelint-disable declaration-no-important */
65914
65918
  .e-table {
65915
65919
  border-spacing: 0 !important;
@@ -65923,6 +65927,19 @@ $grid-checkmark-color: $grey !default;
65923
65927
  }
65924
65928
  /* stylelint-enable function-url-quotes */
65925
65929
 
65930
+ /* Apply styles for Safari on macOS desktop and other Apple devices */
65931
+ /* stylelint-disable function-url-quotes */
65932
+ @supports (font: -apple-system-body) {
65933
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
65934
+
65935
+ /* stylelint-disable declaration-no-important */
65936
+ .e-table {
65937
+ border-spacing: 0 !important;
65938
+ }
65939
+ }
65940
+ }
65941
+ /* stylelint-enable function-url-quotes */
65942
+
65926
65943
 
65927
65944
  @mixin background-color-styles($grid-skin, $bg, $bgcolor) {
65928
65945
  @if $grid-skin == 'material3' {
@@ -99093,6 +99110,8 @@ $qrybldr-drag-grp-big-icon-pad: 10px 10px 10px 5px !default;
99093
99110
  $qryblr-drag-icon-color: $grey-light-font !default;
99094
99111
  $primary: $brand-primary;
99095
99112
  $primary-light: $brand-info;
99113
+ $spinner-border-light-color: $primary-light !default;
99114
+ $spinner-border-color: $primary !default;
99096
99115
 
99097
99116
  @mixin fluent2-small-round-btn {
99098
99117
  @if $theme-name == 'fluent2' {
@@ -100176,8 +100195,8 @@ $primary-light: $brand-info;
100176
100195
  transform: translateX(-50%);
100177
100196
  width: 16px;
100178
100197
  height: 16px;
100179
- border: 2px solid $primary-light;
100180
- border-top: 2px solid $primary;
100198
+ border: 2px solid $spinner-border-light-color;
100199
+ border-top: 2px solid $spinner-border-color;
100181
100200
  border-radius: 50%;
100182
100201
  animation: spin 1s linear infinite;
100183
100202
  }
@@ -111314,7 +111333,7 @@ $timeline-item-disabled-color: $grey-ad !default;
111314
111333
  height: inherit;
111315
111334
  width: 100%;
111316
111335
 
111317
- [class ^= 'e-dot ']::before,
111336
+ .e-dot:not([class *= ' e-dot']):not([class = 'e-dot'])::before,
111318
111337
  .e-dot-item,
111319
111338
  .e-dot {
111320
111339
  display: flex;
@@ -111322,7 +111341,7 @@ $timeline-item-disabled-color: $grey-ad !default;
111322
111341
  justify-content: center;
111323
111342
  }
111324
111343
 
111325
- [class ^= 'e-dot ']::before {
111344
+ .e-dot:not([class *= ' e-dot']):not([class = 'e-dot'])::before {
111326
111345
  min-width: $timeline-dot-icon-size;
111327
111346
  min-height: $timeline-dot-icon-size;
111328
111347
  border-radius: var(--dot-radius);
@@ -30003,7 +30003,7 @@ $cbox-key-focussed-bgcolor: transparent !default;
30003
30003
  bottom: $cbox-ripple-size;
30004
30004
  height: $cbox-ripple-height;
30005
30005
  left: $cbox-ripple-size;
30006
- pointer-events: none;
30006
+ pointer-events: auto;
30007
30007
  position: absolute;
30008
30008
  right: $cbox-ripple-size;
30009
30009
  top: $cbox-ripple-size;
@@ -30193,6 +30193,10 @@ $cbox-key-focussed-bgcolor: transparent !default;
30193
30193
  pointer-events: none;
30194
30194
  }
30195
30195
 
30196
+ .e-overlay .e-checkbox-wrapper .e-ripple-container {
30197
+ pointer-events: none;
30198
+ }
30199
+
30196
30200
  .e-small .e-checkbox-wrapper,
30197
30201
  .e-small.e-checkbox-wrapper,
30198
30202
  .e-small .e-css.e-checkbox-wrapper,
@@ -67715,7 +67719,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
67715
67719
  margin-top: $ddl-closer-margin-top-bigger;
67716
67720
  }
67717
67721
  @if $ddl-multiselect-skin-name == 'fluent2' {
67718
- margin-top: -2.5em;
67722
+ margin-top: -32px;
67719
67723
  }
67720
67724
  @if $ddl-multiselect-skin-name == 'FluentUI' {
67721
67725
  margin-top: $ddl-bigger-clear-margin-top;
@@ -67726,7 +67730,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
67726
67730
  @if $ddl-multiselect-skin-name == 'bootstrap5' or $ddl-multiselect-skin-name == 'bootstrap5.3' {
67727
67731
  margin-top: -2.15em;
67728
67732
  }
67729
- @if $ddl-multiselect-skin-name == 'highcontrast' or $ddl-multiselect-skin-name == 'fabric' {
67733
+ @if $ddl-multiselect-skin-name == 'fabric' {
67730
67734
  margin-top: -3.2em;
67731
67735
  }
67732
67736
  @if $ddl-multiselect-skin-name == 'tailwind' {
@@ -69493,7 +69497,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
69493
69497
  @if $skin-name == 'bootstrap4' {
69494
69498
  .e-bigger .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
69495
69499
  .e-bigger.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
69496
- font-size: 14px;
69500
+ font-size: 16px;
69497
69501
  }
69498
69502
  .e-small.e-bigger .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
69499
69503
  .e-small.e-bigger.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
@@ -69542,7 +69546,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
69542
69546
  @if $skin-name == 'FluentUI' {
69543
69547
  .e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon,
69544
69548
  .e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
69545
- margin-top: -1.6em;
69549
+ margin-top: -24px;
69546
69550
  }
69547
69551
  }
69548
69552
  @if $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' {
@@ -88314,7 +88318,7 @@ $grid-checkmark-color: $grey !default;
88314
88318
  line-height: normal;
88315
88319
  }
88316
88320
  }
88317
- .e-grid.sf-grid.e-grid-min-height .e-virtualtable {
88321
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
88318
88322
  /* stylelint-disable declaration-no-important */
88319
88323
  .e-table {
88320
88324
  border-spacing: 0 !important;
@@ -88328,6 +88332,19 @@ $grid-checkmark-color: $grey !default;
88328
88332
  }
88329
88333
  /* stylelint-enable function-url-quotes */
88330
88334
 
88335
+ /* Apply styles for Safari on macOS desktop and other Apple devices */
88336
+ /* stylelint-disable function-url-quotes */
88337
+ @supports (font: -apple-system-body) {
88338
+ .e-grid.sf-grid .e-virtualtable:has(tr.e-masked-row) {
88339
+
88340
+ /* stylelint-disable declaration-no-important */
88341
+ .e-table {
88342
+ border-spacing: 0 !important;
88343
+ }
88344
+ }
88345
+ }
88346
+ /* stylelint-enable function-url-quotes */
88347
+
88331
88348
 
88332
88349
  @mixin background-color-styles($grid-skin, $bg, $bgcolor) {
88333
88350
  @if $grid-skin == 'material3' {
@@ -129832,6 +129849,8 @@ $qrybldr-drag-grp-big-icon-pad: 10px 10px 10px 5px !default;
129832
129849
  $qryblr-drag-icon-color: $grey-light-font !default;
129833
129850
  $primary: $brand-primary;
129834
129851
  $primary-light: $brand-info;
129852
+ $spinner-border-light-color: $primary-light !default;
129853
+ $spinner-border-color: $primary !default;
129835
129854
 
129836
129855
  @mixin fluent2-small-round-btn {
129837
129856
  @if $theme-name == 'fluent2' {
@@ -130915,8 +130934,8 @@ $primary-light: $brand-info;
130915
130934
  transform: translateX(-50%);
130916
130935
  width: 16px;
130917
130936
  height: 16px;
130918
- border: 2px solid $primary-light;
130919
- border-top: 2px solid $primary;
130937
+ border: 2px solid $spinner-border-light-color;
130938
+ border-top: 2px solid $spinner-border-color;
130920
130939
  border-radius: 50%;
130921
130940
  animation: spin 1s linear infinite;
130922
130941
  }
@@ -144313,7 +144332,7 @@ $timeline-item-disabled-color: $grey-ad !default;
144313
144332
  height: inherit;
144314
144333
  width: 100%;
144315
144334
 
144316
- [class ^= 'e-dot ']::before,
144335
+ .e-dot:not([class *= ' e-dot']):not([class = 'e-dot'])::before,
144317
144336
  .e-dot-item,
144318
144337
  .e-dot {
144319
144338
  display: flex;
@@ -144321,7 +144340,7 @@ $timeline-item-disabled-color: $grey-ad !default;
144321
144340
  justify-content: center;
144322
144341
  }
144323
144342
 
144324
- [class ^= 'e-dot ']::before {
144343
+ .e-dot:not([class *= ' e-dot']):not([class = 'e-dot'])::before {
144325
144344
  min-width: $timeline-dot-icon-size;
144326
144345
  min-height: $timeline-dot-icon-size;
144327
144346
  border-radius: var(--dot-radius);
@@ -144628,7 +144647,7 @@ $timeline-item-disabled-color: $grey-ad !default;
144628
144647
  @include export-module('timeline-bigger') {
144629
144648
  .e-bigger.e-timeline,
144630
144649
  .e-bigger .e-timeline {
144631
- [class ^= 'e-dot ']::before {
144650
+ .e-dot:not([class *= ' e-dot']):not([class = 'e-dot'])::before {
144632
144651
  min-width: $timeline-bigger-dot-icon-size;
144633
144652
  min-height: $timeline-bigger-dot-icon-size;
144634
144653
  font-size: $timeline-bigger-dot-font-size;