@syncfusion/blazor-themes 28.2.4 → 28.2.6

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 (371) hide show
  1. package/Compiled-Themes/bds-dark-lite.css +12 -3
  2. package/Compiled-Themes/bds-dark.css +16 -3
  3. package/Compiled-Themes/bds-lite.css +12 -3
  4. package/Compiled-Themes/bds.css +16 -3
  5. package/Compiled-Themes/bootstrap-dark-lite.css +12 -3
  6. package/Compiled-Themes/bootstrap-dark.css +16 -3
  7. package/Compiled-Themes/bootstrap-lite.css +12 -3
  8. package/Compiled-Themes/bootstrap.css +16 -3
  9. package/Compiled-Themes/bootstrap4-lite.css +12 -3
  10. package/Compiled-Themes/bootstrap4.css +16 -3
  11. package/Compiled-Themes/bootstrap5-dark-lite.css +12 -3
  12. package/Compiled-Themes/bootstrap5-dark.css +16 -3
  13. package/Compiled-Themes/bootstrap5-lite.css +12 -3
  14. package/Compiled-Themes/bootstrap5.3-dark-lite.css +30 -13
  15. package/Compiled-Themes/bootstrap5.3-dark.css +34 -13
  16. package/Compiled-Themes/bootstrap5.3-lite.css +37 -20
  17. package/Compiled-Themes/bootstrap5.3.css +41 -20
  18. package/Compiled-Themes/bootstrap5.css +16 -3
  19. package/Compiled-Themes/fabric-dark-lite.css +12 -3
  20. package/Compiled-Themes/fabric-dark.css +16 -3
  21. package/Compiled-Themes/fabric-lite.css +12 -3
  22. package/Compiled-Themes/fabric.css +16 -3
  23. package/Compiled-Themes/fluent-dark-lite.css +12 -3
  24. package/Compiled-Themes/fluent-dark.css +16 -3
  25. package/Compiled-Themes/fluent-lite.css +12 -3
  26. package/Compiled-Themes/fluent.css +16 -3
  27. package/Compiled-Themes/fluent2-dark-lite.css +16 -7
  28. package/Compiled-Themes/fluent2-dark.css +20 -7
  29. package/Compiled-Themes/fluent2-highcontrast-lite.css +16 -7
  30. package/Compiled-Themes/fluent2-highcontrast.css +20 -7
  31. package/Compiled-Themes/fluent2-lite.css +16 -7
  32. package/Compiled-Themes/fluent2.css +20 -7
  33. package/Compiled-Themes/highcontrast-lite.css +12 -3
  34. package/Compiled-Themes/highcontrast.css +16 -3
  35. package/Compiled-Themes/material-dark-lite.css +25 -3
  36. package/Compiled-Themes/material-dark.css +29 -3
  37. package/Compiled-Themes/material-lite.css +25 -3
  38. package/Compiled-Themes/material.css +29 -3
  39. package/Compiled-Themes/material3-dark-lite.css +25 -3
  40. package/Compiled-Themes/material3-dark.css +29 -3
  41. package/Compiled-Themes/material3-lite.css +25 -3
  42. package/Compiled-Themes/material3.css +29 -3
  43. package/Compiled-Themes/tailwind-dark-lite.css +12 -3
  44. package/Compiled-Themes/tailwind-dark.css +16 -3
  45. package/Compiled-Themes/tailwind-lite.css +12 -3
  46. package/Compiled-Themes/tailwind.css +16 -3
  47. package/Compiled-Themes/tailwind3-dark-lite.css +12 -3
  48. package/Compiled-Themes/tailwind3-dark.css +16 -3
  49. package/Compiled-Themes/tailwind3-lite.css +12 -3
  50. package/Compiled-Themes/tailwind3.css +16 -3
  51. package/SCSS-Themes/base/bootstrap5.3-dark-lite.scss +7 -7
  52. package/SCSS-Themes/base/bootstrap5.3-dark.scss +7 -7
  53. package/SCSS-Themes/base/bootstrap5.3-lite.scss +14 -14
  54. package/SCSS-Themes/base/bootstrap5.3.scss +14 -14
  55. package/SCSS-Themes/bds-dark-lite.scss +50 -3
  56. package/SCSS-Themes/bds-dark.scss +62 -3
  57. package/SCSS-Themes/bds-lite.scss +50 -3
  58. package/SCSS-Themes/bds.scss +62 -3
  59. package/SCSS-Themes/bootstrap-dark-lite.scss +50 -3
  60. package/SCSS-Themes/bootstrap-dark.scss +62 -3
  61. package/SCSS-Themes/bootstrap-lite.scss +50 -3
  62. package/SCSS-Themes/bootstrap.scss +62 -3
  63. package/SCSS-Themes/bootstrap4-lite.scss +50 -3
  64. package/SCSS-Themes/bootstrap4.scss +62 -3
  65. package/SCSS-Themes/bootstrap5-dark-lite.scss +50 -3
  66. package/SCSS-Themes/bootstrap5-dark.scss +62 -3
  67. package/SCSS-Themes/bootstrap5-lite.scss +50 -3
  68. package/SCSS-Themes/bootstrap5.3-dark-lite.scss +59 -12
  69. package/SCSS-Themes/bootstrap5.3-dark.scss +71 -12
  70. package/SCSS-Themes/bootstrap5.3-lite.scss +66 -19
  71. package/SCSS-Themes/bootstrap5.3.scss +78 -19
  72. package/SCSS-Themes/bootstrap5.scss +62 -3
  73. package/SCSS-Themes/fabric-dark-lite.scss +50 -3
  74. package/SCSS-Themes/fabric-dark.scss +62 -3
  75. package/SCSS-Themes/fabric-lite.scss +50 -3
  76. package/SCSS-Themes/fabric.scss +62 -3
  77. package/SCSS-Themes/fluent-dark-lite.scss +50 -3
  78. package/SCSS-Themes/fluent-dark.scss +62 -3
  79. package/SCSS-Themes/fluent-lite.scss +50 -3
  80. package/SCSS-Themes/fluent.scss +62 -3
  81. package/SCSS-Themes/fluent2-dark-lite.scss +53 -6
  82. package/SCSS-Themes/fluent2-dark.scss +65 -6
  83. package/SCSS-Themes/fluent2-highcontrast-lite.scss +53 -6
  84. package/SCSS-Themes/fluent2-highcontrast.scss +65 -6
  85. package/SCSS-Themes/fluent2-lite.scss +53 -6
  86. package/SCSS-Themes/fluent2.scss +65 -6
  87. package/SCSS-Themes/grids/grid/bds-dark-lite.scss +7 -0
  88. package/SCSS-Themes/grids/grid/bds-dark.scss +19 -0
  89. package/SCSS-Themes/grids/grid/bds-lite.scss +7 -0
  90. package/SCSS-Themes/grids/grid/bds.scss +19 -0
  91. package/SCSS-Themes/grids/grid/bootstrap-dark-lite.scss +7 -0
  92. package/SCSS-Themes/grids/grid/bootstrap-dark.scss +19 -0
  93. package/SCSS-Themes/grids/grid/bootstrap-lite.scss +7 -0
  94. package/SCSS-Themes/grids/grid/bootstrap.scss +19 -0
  95. package/SCSS-Themes/grids/grid/bootstrap4-lite.scss +7 -0
  96. package/SCSS-Themes/grids/grid/bootstrap4.scss +19 -0
  97. package/SCSS-Themes/grids/grid/bootstrap5-dark-lite.scss +7 -0
  98. package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +19 -0
  99. package/SCSS-Themes/grids/grid/bootstrap5-lite.scss +7 -0
  100. package/SCSS-Themes/grids/grid/bootstrap5.3-dark-lite.scss +7 -0
  101. package/SCSS-Themes/grids/grid/bootstrap5.3-dark.scss +19 -0
  102. package/SCSS-Themes/grids/grid/bootstrap5.3-lite.scss +7 -0
  103. package/SCSS-Themes/grids/grid/bootstrap5.3.scss +19 -0
  104. package/SCSS-Themes/grids/grid/bootstrap5.scss +19 -0
  105. package/SCSS-Themes/grids/grid/fabric-dark-lite.scss +7 -0
  106. package/SCSS-Themes/grids/grid/fabric-dark.scss +19 -0
  107. package/SCSS-Themes/grids/grid/fabric-lite.scss +7 -0
  108. package/SCSS-Themes/grids/grid/fabric.scss +19 -0
  109. package/SCSS-Themes/grids/grid/fluent-dark-lite.scss +7 -0
  110. package/SCSS-Themes/grids/grid/fluent-dark.scss +19 -0
  111. package/SCSS-Themes/grids/grid/fluent-lite.scss +7 -0
  112. package/SCSS-Themes/grids/grid/fluent.scss +19 -0
  113. package/SCSS-Themes/grids/grid/fluent2-dark-lite.scss +7 -0
  114. package/SCSS-Themes/grids/grid/fluent2-dark.scss +19 -0
  115. package/SCSS-Themes/grids/grid/fluent2-highcontrast-lite.scss +7 -0
  116. package/SCSS-Themes/grids/grid/fluent2-highcontrast.scss +19 -0
  117. package/SCSS-Themes/grids/grid/fluent2-lite.scss +7 -0
  118. package/SCSS-Themes/grids/grid/fluent2.scss +19 -0
  119. package/SCSS-Themes/grids/grid/highcontrast-lite.scss +7 -0
  120. package/SCSS-Themes/grids/grid/highcontrast.scss +19 -0
  121. package/SCSS-Themes/grids/grid/material-dark-lite.scss +7 -0
  122. package/SCSS-Themes/grids/grid/material-dark.scss +19 -0
  123. package/SCSS-Themes/grids/grid/material-lite.scss +7 -0
  124. package/SCSS-Themes/grids/grid/material.scss +19 -0
  125. package/SCSS-Themes/grids/grid/material3-dark-lite.scss +7 -0
  126. package/SCSS-Themes/grids/grid/material3-dark.scss +19 -0
  127. package/SCSS-Themes/grids/grid/material3-lite.scss +7 -0
  128. package/SCSS-Themes/grids/grid/material3.scss +19 -0
  129. package/SCSS-Themes/grids/grid/tailwind-dark-lite.scss +7 -0
  130. package/SCSS-Themes/grids/grid/tailwind-dark.scss +19 -0
  131. package/SCSS-Themes/grids/grid/tailwind-lite.scss +7 -0
  132. package/SCSS-Themes/grids/grid/tailwind.scss +19 -0
  133. package/SCSS-Themes/grids/grid/tailwind3-dark-lite.scss +7 -0
  134. package/SCSS-Themes/grids/grid/tailwind3-dark.scss +19 -0
  135. package/SCSS-Themes/grids/grid/tailwind3-lite.scss +7 -0
  136. package/SCSS-Themes/grids/grid/tailwind3.scss +19 -0
  137. package/SCSS-Themes/highcontrast-lite.scss +50 -3
  138. package/SCSS-Themes/highcontrast.scss +62 -3
  139. package/SCSS-Themes/image-editor/image-editor/bds-dark-lite.scss +4 -0
  140. package/SCSS-Themes/image-editor/image-editor/bds-dark.scss +4 -0
  141. package/SCSS-Themes/image-editor/image-editor/bds-lite.scss +4 -0
  142. package/SCSS-Themes/image-editor/image-editor/bds.scss +4 -0
  143. package/SCSS-Themes/image-editor/image-editor/bootstrap-dark-lite.scss +4 -0
  144. package/SCSS-Themes/image-editor/image-editor/bootstrap-dark.scss +4 -0
  145. package/SCSS-Themes/image-editor/image-editor/bootstrap-lite.scss +4 -0
  146. package/SCSS-Themes/image-editor/image-editor/bootstrap.scss +4 -0
  147. package/SCSS-Themes/image-editor/image-editor/bootstrap4-lite.scss +4 -0
  148. package/SCSS-Themes/image-editor/image-editor/bootstrap4.scss +4 -0
  149. package/SCSS-Themes/image-editor/image-editor/bootstrap5-dark-lite.scss +4 -0
  150. package/SCSS-Themes/image-editor/image-editor/bootstrap5-dark.scss +4 -0
  151. package/SCSS-Themes/image-editor/image-editor/bootstrap5-lite.scss +4 -0
  152. package/SCSS-Themes/image-editor/image-editor/bootstrap5.3-dark-lite.scss +4 -0
  153. package/SCSS-Themes/image-editor/image-editor/bootstrap5.3-dark.scss +4 -0
  154. package/SCSS-Themes/image-editor/image-editor/bootstrap5.3-lite.scss +4 -0
  155. package/SCSS-Themes/image-editor/image-editor/bootstrap5.3.scss +4 -0
  156. package/SCSS-Themes/image-editor/image-editor/bootstrap5.scss +4 -0
  157. package/SCSS-Themes/image-editor/image-editor/fabric-dark-lite.scss +4 -0
  158. package/SCSS-Themes/image-editor/image-editor/fabric-dark.scss +4 -0
  159. package/SCSS-Themes/image-editor/image-editor/fabric-lite.scss +4 -0
  160. package/SCSS-Themes/image-editor/image-editor/fabric.scss +4 -0
  161. package/SCSS-Themes/image-editor/image-editor/fluent-dark-lite.scss +4 -0
  162. package/SCSS-Themes/image-editor/image-editor/fluent-dark.scss +4 -0
  163. package/SCSS-Themes/image-editor/image-editor/fluent-lite.scss +4 -0
  164. package/SCSS-Themes/image-editor/image-editor/fluent.scss +4 -0
  165. package/SCSS-Themes/image-editor/image-editor/fluent2-dark-lite.scss +4 -0
  166. package/SCSS-Themes/image-editor/image-editor/fluent2-dark.scss +4 -0
  167. package/SCSS-Themes/image-editor/image-editor/fluent2-highcontrast-lite.scss +4 -0
  168. package/SCSS-Themes/image-editor/image-editor/fluent2-highcontrast.scss +4 -0
  169. package/SCSS-Themes/image-editor/image-editor/fluent2-lite.scss +4 -0
  170. package/SCSS-Themes/image-editor/image-editor/fluent2.scss +4 -0
  171. package/SCSS-Themes/image-editor/image-editor/highcontrast-lite.scss +4 -0
  172. package/SCSS-Themes/image-editor/image-editor/highcontrast.scss +4 -0
  173. package/SCSS-Themes/image-editor/image-editor/material-dark-lite.scss +4 -0
  174. package/SCSS-Themes/image-editor/image-editor/material-dark.scss +4 -0
  175. package/SCSS-Themes/image-editor/image-editor/material-lite.scss +4 -0
  176. package/SCSS-Themes/image-editor/image-editor/material.scss +4 -0
  177. package/SCSS-Themes/image-editor/image-editor/material3-dark-lite.scss +4 -0
  178. package/SCSS-Themes/image-editor/image-editor/material3-dark.scss +4 -0
  179. package/SCSS-Themes/image-editor/image-editor/material3-lite.scss +4 -0
  180. package/SCSS-Themes/image-editor/image-editor/material3.scss +4 -0
  181. package/SCSS-Themes/image-editor/image-editor/tailwind-dark-lite.scss +4 -0
  182. package/SCSS-Themes/image-editor/image-editor/tailwind-dark.scss +4 -0
  183. package/SCSS-Themes/image-editor/image-editor/tailwind-lite.scss +4 -0
  184. package/SCSS-Themes/image-editor/image-editor/tailwind.scss +4 -0
  185. package/SCSS-Themes/image-editor/image-editor/tailwind3-dark-lite.scss +4 -0
  186. package/SCSS-Themes/image-editor/image-editor/tailwind3-dark.scss +4 -0
  187. package/SCSS-Themes/image-editor/image-editor/tailwind3-lite.scss +4 -0
  188. package/SCSS-Themes/image-editor/image-editor/tailwind3.scss +4 -0
  189. package/SCSS-Themes/inputs/input/bds-dark-lite.scss +23 -0
  190. package/SCSS-Themes/inputs/input/bds-dark.scss +23 -0
  191. package/SCSS-Themes/inputs/input/bds-lite.scss +23 -0
  192. package/SCSS-Themes/inputs/input/bds.scss +23 -0
  193. package/SCSS-Themes/inputs/input/bootstrap-dark-lite.scss +23 -0
  194. package/SCSS-Themes/inputs/input/bootstrap-dark.scss +23 -0
  195. package/SCSS-Themes/inputs/input/bootstrap-lite.scss +23 -0
  196. package/SCSS-Themes/inputs/input/bootstrap.scss +23 -0
  197. package/SCSS-Themes/inputs/input/bootstrap4-lite.scss +23 -0
  198. package/SCSS-Themes/inputs/input/bootstrap4.scss +23 -0
  199. package/SCSS-Themes/inputs/input/bootstrap5-dark-lite.scss +23 -0
  200. package/SCSS-Themes/inputs/input/bootstrap5-dark.scss +23 -0
  201. package/SCSS-Themes/inputs/input/bootstrap5-lite.scss +23 -0
  202. package/SCSS-Themes/inputs/input/bootstrap5.3-dark-lite.scss +23 -0
  203. package/SCSS-Themes/inputs/input/bootstrap5.3-dark.scss +23 -0
  204. package/SCSS-Themes/inputs/input/bootstrap5.3-lite.scss +23 -0
  205. package/SCSS-Themes/inputs/input/bootstrap5.3.scss +23 -0
  206. package/SCSS-Themes/inputs/input/bootstrap5.scss +23 -0
  207. package/SCSS-Themes/inputs/input/fabric-dark-lite.scss +23 -0
  208. package/SCSS-Themes/inputs/input/fabric-dark.scss +23 -0
  209. package/SCSS-Themes/inputs/input/fabric-lite.scss +23 -0
  210. package/SCSS-Themes/inputs/input/fabric.scss +23 -0
  211. package/SCSS-Themes/inputs/input/fluent-dark-lite.scss +23 -0
  212. package/SCSS-Themes/inputs/input/fluent-dark.scss +23 -0
  213. package/SCSS-Themes/inputs/input/fluent-lite.scss +23 -0
  214. package/SCSS-Themes/inputs/input/fluent.scss +23 -0
  215. package/SCSS-Themes/inputs/input/fluent2-dark-lite.scss +23 -0
  216. package/SCSS-Themes/inputs/input/fluent2-dark.scss +23 -0
  217. package/SCSS-Themes/inputs/input/fluent2-highcontrast-lite.scss +23 -0
  218. package/SCSS-Themes/inputs/input/fluent2-highcontrast.scss +23 -0
  219. package/SCSS-Themes/inputs/input/fluent2-lite.scss +23 -0
  220. package/SCSS-Themes/inputs/input/fluent2.scss +23 -0
  221. package/SCSS-Themes/inputs/input/highcontrast-lite.scss +23 -0
  222. package/SCSS-Themes/inputs/input/highcontrast.scss +23 -0
  223. package/SCSS-Themes/inputs/input/material-dark-lite.scss +23 -0
  224. package/SCSS-Themes/inputs/input/material-dark.scss +23 -0
  225. package/SCSS-Themes/inputs/input/material-lite.scss +23 -0
  226. package/SCSS-Themes/inputs/input/material.scss +23 -0
  227. package/SCSS-Themes/inputs/input/material3-dark-lite.scss +23 -0
  228. package/SCSS-Themes/inputs/input/material3-dark.scss +23 -0
  229. package/SCSS-Themes/inputs/input/material3-lite.scss +23 -0
  230. package/SCSS-Themes/inputs/input/material3.scss +23 -0
  231. package/SCSS-Themes/inputs/input/tailwind-dark-lite.scss +23 -0
  232. package/SCSS-Themes/inputs/input/tailwind-dark.scss +23 -0
  233. package/SCSS-Themes/inputs/input/tailwind-lite.scss +23 -0
  234. package/SCSS-Themes/inputs/input/tailwind.scss +23 -0
  235. package/SCSS-Themes/inputs/input/tailwind3-dark-lite.scss +23 -0
  236. package/SCSS-Themes/inputs/input/tailwind3-dark.scss +23 -0
  237. package/SCSS-Themes/inputs/input/tailwind3-lite.scss +23 -0
  238. package/SCSS-Themes/inputs/input/tailwind3.scss +23 -0
  239. package/SCSS-Themes/interactive-chat/ai-assistview/bds-dark-lite.scss +3 -3
  240. package/SCSS-Themes/interactive-chat/ai-assistview/bds-dark.scss +3 -3
  241. package/SCSS-Themes/interactive-chat/ai-assistview/bds-lite.scss +3 -3
  242. package/SCSS-Themes/interactive-chat/ai-assistview/bds.scss +3 -3
  243. package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap-dark-lite.scss +3 -3
  244. package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap-dark.scss +3 -3
  245. package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap-lite.scss +3 -3
  246. package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap.scss +3 -3
  247. package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap4-lite.scss +3 -3
  248. package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap4.scss +3 -3
  249. package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap5-dark-lite.scss +3 -3
  250. package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap5-dark.scss +3 -3
  251. package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap5-lite.scss +3 -3
  252. package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap5.3-dark-lite.scss +3 -3
  253. package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap5.3-dark.scss +3 -3
  254. package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap5.3-lite.scss +3 -3
  255. package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap5.3.scss +3 -3
  256. package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap5.scss +3 -3
  257. package/SCSS-Themes/interactive-chat/ai-assistview/fabric-dark-lite.scss +3 -3
  258. package/SCSS-Themes/interactive-chat/ai-assistview/fabric-dark.scss +3 -3
  259. package/SCSS-Themes/interactive-chat/ai-assistview/fabric-lite.scss +3 -3
  260. package/SCSS-Themes/interactive-chat/ai-assistview/fabric.scss +3 -3
  261. package/SCSS-Themes/interactive-chat/ai-assistview/fluent-dark-lite.scss +3 -3
  262. package/SCSS-Themes/interactive-chat/ai-assistview/fluent-dark.scss +3 -3
  263. package/SCSS-Themes/interactive-chat/ai-assistview/fluent-lite.scss +3 -3
  264. package/SCSS-Themes/interactive-chat/ai-assistview/fluent.scss +3 -3
  265. package/SCSS-Themes/interactive-chat/ai-assistview/fluent2-dark-lite.scss +3 -3
  266. package/SCSS-Themes/interactive-chat/ai-assistview/fluent2-dark.scss +3 -3
  267. package/SCSS-Themes/interactive-chat/ai-assistview/fluent2-highcontrast-lite.scss +3 -3
  268. package/SCSS-Themes/interactive-chat/ai-assistview/fluent2-highcontrast.scss +3 -3
  269. package/SCSS-Themes/interactive-chat/ai-assistview/fluent2-lite.scss +3 -3
  270. package/SCSS-Themes/interactive-chat/ai-assistview/fluent2.scss +3 -3
  271. package/SCSS-Themes/interactive-chat/ai-assistview/highcontrast-lite.scss +3 -3
  272. package/SCSS-Themes/interactive-chat/ai-assistview/highcontrast.scss +3 -3
  273. package/SCSS-Themes/interactive-chat/ai-assistview/material-dark-lite.scss +3 -3
  274. package/SCSS-Themes/interactive-chat/ai-assistview/material-dark.scss +3 -3
  275. package/SCSS-Themes/interactive-chat/ai-assistview/material-lite.scss +3 -3
  276. package/SCSS-Themes/interactive-chat/ai-assistview/material.scss +3 -3
  277. package/SCSS-Themes/interactive-chat/ai-assistview/material3-dark-lite.scss +3 -3
  278. package/SCSS-Themes/interactive-chat/ai-assistview/material3-dark.scss +3 -3
  279. package/SCSS-Themes/interactive-chat/ai-assistview/material3-lite.scss +3 -3
  280. package/SCSS-Themes/interactive-chat/ai-assistview/material3.scss +3 -3
  281. package/SCSS-Themes/interactive-chat/ai-assistview/tailwind-dark-lite.scss +3 -3
  282. package/SCSS-Themes/interactive-chat/ai-assistview/tailwind-dark.scss +3 -3
  283. package/SCSS-Themes/interactive-chat/ai-assistview/tailwind-lite.scss +3 -3
  284. package/SCSS-Themes/interactive-chat/ai-assistview/tailwind.scss +3 -3
  285. package/SCSS-Themes/interactive-chat/ai-assistview/tailwind3-dark-lite.scss +3 -3
  286. package/SCSS-Themes/interactive-chat/ai-assistview/tailwind3-dark.scss +3 -3
  287. package/SCSS-Themes/interactive-chat/ai-assistview/tailwind3-lite.scss +3 -3
  288. package/SCSS-Themes/interactive-chat/ai-assistview/tailwind3.scss +3 -3
  289. package/SCSS-Themes/kanban/kanban/fluent2-dark-lite.scss +1 -1
  290. package/SCSS-Themes/kanban/kanban/fluent2-dark.scss +1 -1
  291. package/SCSS-Themes/kanban/kanban/fluent2-highcontrast-lite.scss +1 -1
  292. package/SCSS-Themes/kanban/kanban/fluent2-highcontrast.scss +1 -1
  293. package/SCSS-Themes/kanban/kanban/fluent2-lite.scss +1 -1
  294. package/SCSS-Themes/kanban/kanban/fluent2.scss +1 -1
  295. package/SCSS-Themes/material-dark-lite.scss +50 -3
  296. package/SCSS-Themes/material-dark.scss +62 -3
  297. package/SCSS-Themes/material-lite.scss +50 -3
  298. package/SCSS-Themes/material.scss +62 -3
  299. package/SCSS-Themes/material3-dark-lite.scss +50 -3
  300. package/SCSS-Themes/material3-dark.scss +62 -3
  301. package/SCSS-Themes/material3-lite.scss +50 -3
  302. package/SCSS-Themes/material3.scss +62 -3
  303. package/SCSS-Themes/navigations/toolbar/bds-dark-lite.scss +13 -0
  304. package/SCSS-Themes/navigations/toolbar/bds-dark.scss +13 -0
  305. package/SCSS-Themes/navigations/toolbar/bds-lite.scss +13 -0
  306. package/SCSS-Themes/navigations/toolbar/bds.scss +13 -0
  307. package/SCSS-Themes/navigations/toolbar/bootstrap-dark-lite.scss +13 -0
  308. package/SCSS-Themes/navigations/toolbar/bootstrap-dark.scss +13 -0
  309. package/SCSS-Themes/navigations/toolbar/bootstrap-lite.scss +13 -0
  310. package/SCSS-Themes/navigations/toolbar/bootstrap.scss +13 -0
  311. package/SCSS-Themes/navigations/toolbar/bootstrap4-lite.scss +13 -0
  312. package/SCSS-Themes/navigations/toolbar/bootstrap4.scss +13 -0
  313. package/SCSS-Themes/navigations/toolbar/bootstrap5-dark-lite.scss +13 -0
  314. package/SCSS-Themes/navigations/toolbar/bootstrap5-dark.scss +13 -0
  315. package/SCSS-Themes/navigations/toolbar/bootstrap5-lite.scss +13 -0
  316. package/SCSS-Themes/navigations/toolbar/bootstrap5.3-dark-lite.scss +13 -0
  317. package/SCSS-Themes/navigations/toolbar/bootstrap5.3-dark.scss +13 -0
  318. package/SCSS-Themes/navigations/toolbar/bootstrap5.3-lite.scss +13 -0
  319. package/SCSS-Themes/navigations/toolbar/bootstrap5.3.scss +13 -0
  320. package/SCSS-Themes/navigations/toolbar/bootstrap5.scss +13 -0
  321. package/SCSS-Themes/navigations/toolbar/fabric-dark-lite.scss +13 -0
  322. package/SCSS-Themes/navigations/toolbar/fabric-dark.scss +13 -0
  323. package/SCSS-Themes/navigations/toolbar/fabric-lite.scss +13 -0
  324. package/SCSS-Themes/navigations/toolbar/fabric.scss +13 -0
  325. package/SCSS-Themes/navigations/toolbar/fluent-dark-lite.scss +13 -0
  326. package/SCSS-Themes/navigations/toolbar/fluent-dark.scss +13 -0
  327. package/SCSS-Themes/navigations/toolbar/fluent-lite.scss +13 -0
  328. package/SCSS-Themes/navigations/toolbar/fluent.scss +13 -0
  329. package/SCSS-Themes/navigations/toolbar/fluent2-dark-lite.scss +13 -0
  330. package/SCSS-Themes/navigations/toolbar/fluent2-dark.scss +13 -0
  331. package/SCSS-Themes/navigations/toolbar/fluent2-highcontrast-lite.scss +13 -0
  332. package/SCSS-Themes/navigations/toolbar/fluent2-highcontrast.scss +13 -0
  333. package/SCSS-Themes/navigations/toolbar/fluent2-lite.scss +13 -0
  334. package/SCSS-Themes/navigations/toolbar/fluent2.scss +13 -0
  335. package/SCSS-Themes/navigations/toolbar/highcontrast-lite.scss +13 -0
  336. package/SCSS-Themes/navigations/toolbar/highcontrast.scss +13 -0
  337. package/SCSS-Themes/navigations/toolbar/material-dark-lite.scss +13 -0
  338. package/SCSS-Themes/navigations/toolbar/material-dark.scss +13 -0
  339. package/SCSS-Themes/navigations/toolbar/material-lite.scss +13 -0
  340. package/SCSS-Themes/navigations/toolbar/material.scss +13 -0
  341. package/SCSS-Themes/navigations/toolbar/material3-dark-lite.scss +13 -0
  342. package/SCSS-Themes/navigations/toolbar/material3-dark.scss +13 -0
  343. package/SCSS-Themes/navigations/toolbar/material3-lite.scss +13 -0
  344. package/SCSS-Themes/navigations/toolbar/material3.scss +13 -0
  345. package/SCSS-Themes/navigations/toolbar/tailwind-dark-lite.scss +13 -0
  346. package/SCSS-Themes/navigations/toolbar/tailwind-dark.scss +13 -0
  347. package/SCSS-Themes/navigations/toolbar/tailwind-lite.scss +13 -0
  348. package/SCSS-Themes/navigations/toolbar/tailwind.scss +13 -0
  349. package/SCSS-Themes/navigations/toolbar/tailwind3-dark-lite.scss +13 -0
  350. package/SCSS-Themes/navigations/toolbar/tailwind3-dark.scss +13 -0
  351. package/SCSS-Themes/navigations/toolbar/tailwind3-lite.scss +13 -0
  352. package/SCSS-Themes/navigations/toolbar/tailwind3.scss +13 -0
  353. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.3-dark-lite.scss +2 -2
  354. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.3-dark.scss +2 -2
  355. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.3-lite.scss +2 -2
  356. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.3.scss +2 -2
  357. package/SCSS-Themes/schedule/recurrence-editor/fluent2-dark-lite.scss +2 -2
  358. package/SCSS-Themes/schedule/recurrence-editor/fluent2-dark.scss +2 -2
  359. package/SCSS-Themes/schedule/recurrence-editor/fluent2-highcontrast-lite.scss +2 -2
  360. package/SCSS-Themes/schedule/recurrence-editor/fluent2-highcontrast.scss +2 -2
  361. package/SCSS-Themes/schedule/recurrence-editor/fluent2-lite.scss +2 -2
  362. package/SCSS-Themes/schedule/recurrence-editor/fluent2.scss +2 -2
  363. package/SCSS-Themes/tailwind-dark-lite.scss +50 -3
  364. package/SCSS-Themes/tailwind-dark.scss +62 -3
  365. package/SCSS-Themes/tailwind-lite.scss +50 -3
  366. package/SCSS-Themes/tailwind.scss +62 -3
  367. package/SCSS-Themes/tailwind3-dark-lite.scss +50 -3
  368. package/SCSS-Themes/tailwind3-dark.scss +62 -3
  369. package/SCSS-Themes/tailwind3-lite.scss +50 -3
  370. package/SCSS-Themes/tailwind3.scss +62 -3
  371. package/package.json +1 -1
@@ -36187,6 +36187,10 @@ li.e-separator.e-menu-item.e-excel-separator {
36187
36187
  .e-grid.sf-grid .e-ccheck.e-colfocus {
36188
36188
  background-color: var(--color-sf-bg-secondary-hover);
36189
36189
  }
36190
+ .e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordplusexpand,
36191
+ .e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordpluscollapse {
36192
+ background-color: var(--color-sf-bg-primary-alt);
36193
+ }
36190
36194
 
36191
36195
  .e-spreadsheet .e-ftrchk.e-chkfocus {
36192
36196
  background-color: var(--color-sf-bg-secondary-hover);
@@ -59615,6 +59619,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
59615
59619
  top: calc(50% + 60px);
59616
59620
  }
59617
59621
 
59622
+ .e-image-editor.e-control.e-readonly {
59623
+ opacity: 1 !important;
59624
+ /* stylelint-disable-line declaration-no-important */
59625
+ }
59626
+
59618
59627
  .e-image-editor {
59619
59628
  background: var(--color-sf-border-secondary);
59620
59629
  }
@@ -63638,9 +63647,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
63638
63647
  .e-aiassistview .e-footer textarea::-webkit-scrollbar {
63639
63648
  width: 4px;
63640
63649
  }
63641
- .e-aiassistview .e-footer .hide-scrollbar textarea {
63642
- scrollbar-width: none;
63643
- }
63644
63650
  .e-aiassistview .e-footer:has(.e-rtl):not(.e-footer-template) .e-assist-send {
63645
63651
  right: unset;
63646
63652
  left: 20px;
@@ -63653,6 +63659,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
63653
63659
  padding-left: 35px;
63654
63660
  padding-right: unset;
63655
63661
  }
63662
+ .e-aiassistview .e-footer:not(.e-footer-template) .e-textarea {
63663
+ max-height: 280px;
63664
+ }
63656
63665
  .e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
63657
63666
  position: absolute;
63658
63667
  right: 20px;
@@ -46671,6 +46671,10 @@ li.e-separator.e-menu-item.e-excel-separator {
46671
46671
  .e-grid.sf-grid .e-ccheck.e-colfocus {
46672
46672
  background-color: var(--color-sf-bg-secondary-hover);
46673
46673
  }
46674
+ .e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordplusexpand,
46675
+ .e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordpluscollapse {
46676
+ background-color: var(--color-sf-bg-primary-alt);
46677
+ }
46674
46678
 
46675
46679
  .e-spreadsheet .e-ftrchk.e-chkfocus {
46676
46680
  background-color: var(--color-sf-bg-secondary-hover);
@@ -48330,6 +48334,10 @@ li.e-separator.e-menu-item.e-excel-separator {
48330
48334
  text-align: center;
48331
48335
  padding-top: 40px;
48332
48336
  }
48337
+ .e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv,
48338
+ .e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv {
48339
+ padding-top: 16px;
48340
+ }
48333
48341
  .e-bigger .e-responsive-dialog .e-dlg-content .e-filtersetdiv,
48334
48342
  .e-bigger.e-responsive-dialog .e-dlg-content .e-filtersetdiv {
48335
48343
  float: right;
@@ -76529,6 +76537,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
76529
76537
  top: calc(50% + 60px);
76530
76538
  }
76531
76539
 
76540
+ .e-image-editor.e-control.e-readonly {
76541
+ opacity: 1 !important;
76542
+ /* stylelint-disable-line declaration-no-important */
76543
+ }
76544
+
76532
76545
  .e-image-editor {
76533
76546
  background: var(--color-sf-border-secondary);
76534
76547
  }
@@ -81664,9 +81677,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
81664
81677
  .e-aiassistview .e-footer textarea::-webkit-scrollbar {
81665
81678
  width: 4px;
81666
81679
  }
81667
- .e-aiassistview .e-footer .hide-scrollbar textarea {
81668
- scrollbar-width: none;
81669
- }
81670
81680
  .e-aiassistview .e-footer:has(.e-rtl):not(.e-footer-template) .e-assist-send {
81671
81681
  right: unset;
81672
81682
  left: 20px;
@@ -81679,6 +81689,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
81679
81689
  padding-left: 35px;
81680
81690
  padding-right: unset;
81681
81691
  }
81692
+ .e-aiassistview .e-footer:not(.e-footer-template) .e-textarea {
81693
+ max-height: 280px;
81694
+ }
81682
81695
  .e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
81683
81696
  position: absolute;
81684
81697
  right: 20px;
@@ -36410,6 +36410,10 @@ li.e-separator.e-menu-item.e-excel-separator {
36410
36410
  .e-grid.sf-grid .e-ccheck.e-colfocus {
36411
36411
  background-color: var(--color-sf-bg-secondary-hover);
36412
36412
  }
36413
+ .e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordplusexpand,
36414
+ .e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordpluscollapse {
36415
+ background-color: var(--color-sf-bg-primary-alt);
36416
+ }
36413
36417
 
36414
36418
  .e-spreadsheet .e-ftrchk.e-chkfocus {
36415
36419
  background-color: var(--color-sf-bg-secondary-hover);
@@ -59838,6 +59842,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
59838
59842
  top: calc(50% + 60px);
59839
59843
  }
59840
59844
 
59845
+ .e-image-editor.e-control.e-readonly {
59846
+ opacity: 1 !important;
59847
+ /* stylelint-disable-line declaration-no-important */
59848
+ }
59849
+
59841
59850
  .e-image-editor {
59842
59851
  background: var(--color-sf-border-secondary);
59843
59852
  }
@@ -63861,9 +63870,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
63861
63870
  .e-aiassistview .e-footer textarea::-webkit-scrollbar {
63862
63871
  width: 4px;
63863
63872
  }
63864
- .e-aiassistview .e-footer .hide-scrollbar textarea {
63865
- scrollbar-width: none;
63866
- }
63867
63873
  .e-aiassistview .e-footer:has(.e-rtl):not(.e-footer-template) .e-assist-send {
63868
63874
  right: unset;
63869
63875
  left: 20px;
@@ -63876,6 +63882,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
63876
63882
  padding-left: 35px;
63877
63883
  padding-right: unset;
63878
63884
  }
63885
+ .e-aiassistview .e-footer:not(.e-footer-template) .e-textarea {
63886
+ max-height: 280px;
63887
+ }
63879
63888
  .e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
63880
63889
  position: absolute;
63881
63890
  right: 20px;
@@ -46894,6 +46894,10 @@ li.e-separator.e-menu-item.e-excel-separator {
46894
46894
  .e-grid.sf-grid .e-ccheck.e-colfocus {
46895
46895
  background-color: var(--color-sf-bg-secondary-hover);
46896
46896
  }
46897
+ .e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordplusexpand,
46898
+ .e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordpluscollapse {
46899
+ background-color: var(--color-sf-bg-primary-alt);
46900
+ }
46897
46901
 
46898
46902
  .e-spreadsheet .e-ftrchk.e-chkfocus {
46899
46903
  background-color: var(--color-sf-bg-secondary-hover);
@@ -48553,6 +48557,10 @@ li.e-separator.e-menu-item.e-excel-separator {
48553
48557
  text-align: center;
48554
48558
  padding-top: 40px;
48555
48559
  }
48560
+ .e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv,
48561
+ .e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv {
48562
+ padding-top: 16px;
48563
+ }
48556
48564
  .e-bigger .e-responsive-dialog .e-dlg-content .e-filtersetdiv,
48557
48565
  .e-bigger.e-responsive-dialog .e-dlg-content .e-filtersetdiv {
48558
48566
  float: right;
@@ -76752,6 +76760,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
76752
76760
  top: calc(50% + 60px);
76753
76761
  }
76754
76762
 
76763
+ .e-image-editor.e-control.e-readonly {
76764
+ opacity: 1 !important;
76765
+ /* stylelint-disable-line declaration-no-important */
76766
+ }
76767
+
76755
76768
  .e-image-editor {
76756
76769
  background: var(--color-sf-border-secondary);
76757
76770
  }
@@ -81887,9 +81900,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
81887
81900
  .e-aiassistview .e-footer textarea::-webkit-scrollbar {
81888
81901
  width: 4px;
81889
81902
  }
81890
- .e-aiassistview .e-footer .hide-scrollbar textarea {
81891
- scrollbar-width: none;
81892
- }
81893
81903
  .e-aiassistview .e-footer:has(.e-rtl):not(.e-footer-template) .e-assist-send {
81894
81904
  right: unset;
81895
81905
  left: 20px;
@@ -81902,6 +81912,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
81902
81912
  padding-left: 35px;
81903
81913
  padding-right: unset;
81904
81914
  }
81915
+ .e-aiassistview .e-footer:not(.e-footer-template) .e-textarea {
81916
+ max-height: 280px;
81917
+ }
81905
81918
  .e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
81906
81919
  position: absolute;
81907
81920
  right: 20px;
@@ -35891,6 +35891,10 @@ li.e-separator.e-menu-item.e-excel-separator {
35891
35891
  .e-grid.sf-grid .e-ccheck.e-colfocus {
35892
35892
  background-color: #393939;
35893
35893
  }
35894
+ .e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordplusexpand,
35895
+ .e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordpluscollapse {
35896
+ background-color: #1a1a1a;
35897
+ }
35894
35898
 
35895
35899
  .e-spreadsheet .e-ftrchk.e-chkfocus {
35896
35900
  background-color: #393939;
@@ -59113,6 +59117,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
59113
59117
  top: calc(50% + 60px);
59114
59118
  }
59115
59119
 
59120
+ .e-image-editor.e-control.e-readonly {
59121
+ opacity: 1 !important;
59122
+ /* stylelint-disable-line declaration-no-important */
59123
+ }
59124
+
59116
59125
  .e-image-editor {
59117
59126
  background: #959595;
59118
59127
  }
@@ -63076,9 +63085,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
63076
63085
  .e-aiassistview .e-footer textarea::-webkit-scrollbar {
63077
63086
  width: 4px;
63078
63087
  }
63079
- .e-aiassistview .e-footer .hide-scrollbar textarea {
63080
- scrollbar-width: none;
63081
- }
63082
63088
  .e-aiassistview .e-footer:has(.e-rtl):not(.e-footer-template) .e-assist-send {
63083
63089
  right: unset;
63084
63090
  left: 20px;
@@ -63091,6 +63097,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
63091
63097
  padding-left: 35px;
63092
63098
  padding-right: unset;
63093
63099
  }
63100
+ .e-aiassistview .e-footer:not(.e-footer-template) .e-textarea {
63101
+ max-height: 280px;
63102
+ }
63094
63103
  .e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
63095
63104
  position: absolute;
63096
63105
  right: 20px;
@@ -45283,6 +45283,10 @@ li.e-separator.e-menu-item.e-excel-separator {
45283
45283
  .e-grid.sf-grid .e-ccheck.e-colfocus {
45284
45284
  background-color: #393939;
45285
45285
  }
45286
+ .e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordplusexpand,
45287
+ .e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordpluscollapse {
45288
+ background-color: #1a1a1a;
45289
+ }
45286
45290
 
45287
45291
  .e-spreadsheet .e-ftrchk.e-chkfocus {
45288
45292
  background-color: #393939;
@@ -46885,6 +46889,10 @@ li.e-separator.e-menu-item.e-excel-separator {
46885
46889
  text-align: center;
46886
46890
  padding-top: 40px;
46887
46891
  }
46892
+ .e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv,
46893
+ .e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv {
46894
+ padding-top: 16px;
46895
+ }
46888
46896
  .e-bigger .e-responsive-dialog .e-dlg-content .e-filtersetdiv,
46889
46897
  .e-bigger.e-responsive-dialog .e-dlg-content .e-filtersetdiv {
46890
46898
  float: right;
@@ -74720,6 +74728,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
74720
74728
  top: calc(50% + 60px);
74721
74729
  }
74722
74730
 
74731
+ .e-image-editor.e-control.e-readonly {
74732
+ opacity: 1 !important;
74733
+ /* stylelint-disable-line declaration-no-important */
74734
+ }
74735
+
74723
74736
  .e-image-editor {
74724
74737
  background: #959595;
74725
74738
  }
@@ -79794,9 +79807,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
79794
79807
  .e-aiassistview .e-footer textarea::-webkit-scrollbar {
79795
79808
  width: 4px;
79796
79809
  }
79797
- .e-aiassistview .e-footer .hide-scrollbar textarea {
79798
- scrollbar-width: none;
79799
- }
79800
79810
  .e-aiassistview .e-footer:has(.e-rtl):not(.e-footer-template) .e-assist-send {
79801
79811
  right: unset;
79802
79812
  left: 20px;
@@ -79809,6 +79819,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
79809
79819
  padding-left: 35px;
79810
79820
  padding-right: unset;
79811
79821
  }
79822
+ .e-aiassistview .e-footer:not(.e-footer-template) .e-textarea {
79823
+ max-height: 280px;
79824
+ }
79812
79825
  .e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
79813
79826
  position: absolute;
79814
79827
  right: 20px;
@@ -35914,6 +35914,10 @@ li.e-separator.e-menu-item.e-excel-separator {
35914
35914
  .e-grid.sf-grid .e-ccheck.e-colfocus {
35915
35915
  background-color: #f5f5f5;
35916
35916
  }
35917
+ .e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordplusexpand,
35918
+ .e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordpluscollapse {
35919
+ background-color: #fff;
35920
+ }
35917
35921
 
35918
35922
  .e-spreadsheet .e-ftrchk.e-chkfocus {
35919
35923
  background-color: #f5f5f5;
@@ -59317,6 +59321,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
59317
59321
  top: calc(50% + 60px);
59318
59322
  }
59319
59323
 
59324
+ .e-image-editor.e-control.e-readonly {
59325
+ opacity: 1 !important;
59326
+ /* stylelint-disable-line declaration-no-important */
59327
+ }
59328
+
59320
59329
  .e-image-editor {
59321
59330
  background: #e6e6e6;
59322
59331
  }
@@ -63280,9 +63289,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
63280
63289
  .e-aiassistview .e-footer textarea::-webkit-scrollbar {
63281
63290
  width: 4px;
63282
63291
  }
63283
- .e-aiassistview .e-footer .hide-scrollbar textarea {
63284
- scrollbar-width: none;
63285
- }
63286
63292
  .e-aiassistview .e-footer:has(.e-rtl):not(.e-footer-template) .e-assist-send {
63287
63293
  right: unset;
63288
63294
  left: 20px;
@@ -63295,6 +63301,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
63295
63301
  padding-left: 35px;
63296
63302
  padding-right: unset;
63297
63303
  }
63304
+ .e-aiassistview .e-footer:not(.e-footer-template) .e-textarea {
63305
+ max-height: 280px;
63306
+ }
63298
63307
  .e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
63299
63308
  position: absolute;
63300
63309
  right: 20px;
@@ -45318,6 +45318,10 @@ li.e-separator.e-menu-item.e-excel-separator {
45318
45318
  .e-grid.sf-grid .e-ccheck.e-colfocus {
45319
45319
  background-color: #f5f5f5;
45320
45320
  }
45321
+ .e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordplusexpand,
45322
+ .e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordpluscollapse {
45323
+ background-color: #fff;
45324
+ }
45321
45325
 
45322
45326
  .e-spreadsheet .e-ftrchk.e-chkfocus {
45323
45327
  background-color: #f5f5f5;
@@ -46920,6 +46924,10 @@ li.e-separator.e-menu-item.e-excel-separator {
46920
46924
  text-align: center;
46921
46925
  padding-top: 40px;
46922
46926
  }
46927
+ .e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv,
46928
+ .e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv {
46929
+ padding-top: 16px;
46930
+ }
46923
46931
  .e-bigger .e-responsive-dialog .e-dlg-content .e-filtersetdiv,
46924
46932
  .e-bigger.e-responsive-dialog .e-dlg-content .e-filtersetdiv {
46925
46933
  float: right;
@@ -74942,6 +74950,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
74942
74950
  top: calc(50% + 60px);
74943
74951
  }
74944
74952
 
74953
+ .e-image-editor.e-control.e-readonly {
74954
+ opacity: 1 !important;
74955
+ /* stylelint-disable-line declaration-no-important */
74956
+ }
74957
+
74945
74958
  .e-image-editor {
74946
74959
  background: #e6e6e6;
74947
74960
  }
@@ -80018,9 +80031,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
80018
80031
  .e-aiassistview .e-footer textarea::-webkit-scrollbar {
80019
80032
  width: 4px;
80020
80033
  }
80021
- .e-aiassistview .e-footer .hide-scrollbar textarea {
80022
- scrollbar-width: none;
80023
- }
80024
80034
  .e-aiassistview .e-footer:has(.e-rtl):not(.e-footer-template) .e-assist-send {
80025
80035
  right: unset;
80026
80036
  left: 20px;
@@ -80033,6 +80043,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
80033
80043
  padding-left: 35px;
80034
80044
  padding-right: unset;
80035
80045
  }
80046
+ .e-aiassistview .e-footer:not(.e-footer-template) .e-textarea {
80047
+ max-height: 280px;
80048
+ }
80036
80049
  .e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
80037
80050
  position: absolute;
80038
80051
  right: 20px;
@@ -36142,6 +36142,10 @@ li.e-separator.e-menu-item.e-excel-separator {
36142
36142
  .e-grid.sf-grid .e-ccheck.e-colfocus {
36143
36143
  background-color: rgba(0, 0, 0, 0.08);
36144
36144
  }
36145
+ .e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordplusexpand,
36146
+ .e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordpluscollapse {
36147
+ background-color: #f8f9fa;
36148
+ }
36145
36149
 
36146
36150
  .e-spreadsheet .e-ftrchk.e-chkfocus {
36147
36151
  background-color: rgba(0, 0, 0, 0.08);
@@ -60023,6 +60027,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
60023
60027
  top: calc(50% + 60px);
60024
60028
  }
60025
60029
 
60030
+ .e-image-editor.e-control.e-readonly {
60031
+ opacity: 1 !important;
60032
+ /* stylelint-disable-line declaration-no-important */
60033
+ }
60034
+
60026
60035
  .e-image-editor {
60027
60036
  background: #e9ecef;
60028
60037
  }
@@ -63989,9 +63998,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
63989
63998
  .e-aiassistview .e-footer textarea::-webkit-scrollbar {
63990
63999
  width: 4px;
63991
64000
  }
63992
- .e-aiassistview .e-footer .hide-scrollbar textarea {
63993
- scrollbar-width: none;
63994
- }
63995
64001
  .e-aiassistview .e-footer:has(.e-rtl):not(.e-footer-template) .e-assist-send {
63996
64002
  right: unset;
63997
64003
  left: 20px;
@@ -64004,6 +64010,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
64004
64010
  padding-left: 35px;
64005
64011
  padding-right: unset;
64006
64012
  }
64013
+ .e-aiassistview .e-footer:not(.e-footer-template) .e-textarea {
64014
+ max-height: 280px;
64015
+ }
64007
64016
  .e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
64008
64017
  position: absolute;
64009
64018
  right: 20px;
@@ -46009,6 +46009,10 @@ li.e-separator.e-menu-item.e-excel-separator {
46009
46009
  .e-grid.sf-grid .e-ccheck.e-colfocus {
46010
46010
  background-color: rgba(0, 0, 0, 0.08);
46011
46011
  }
46012
+ .e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordplusexpand,
46013
+ .e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordpluscollapse {
46014
+ background-color: #f8f9fa;
46015
+ }
46012
46016
 
46013
46017
  .e-spreadsheet .e-ftrchk.e-chkfocus {
46014
46018
  background-color: rgba(0, 0, 0, 0.08);
@@ -47644,6 +47648,10 @@ li.e-separator.e-menu-item.e-excel-separator {
47644
47648
  text-align: center;
47645
47649
  padding-top: 40px;
47646
47650
  }
47651
+ .e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv,
47652
+ .e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv {
47653
+ padding-top: 16px;
47654
+ }
47647
47655
  .e-bigger .e-responsive-dialog .e-dlg-content .e-filtersetdiv,
47648
47656
  .e-bigger.e-responsive-dialog .e-dlg-content .e-filtersetdiv {
47649
47657
  float: right;
@@ -76386,6 +76394,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
76386
76394
  top: calc(50% + 60px);
76387
76395
  }
76388
76396
 
76397
+ .e-image-editor.e-control.e-readonly {
76398
+ opacity: 1 !important;
76399
+ /* stylelint-disable-line declaration-no-important */
76400
+ }
76401
+
76389
76402
  .e-image-editor {
76390
76403
  background: #e9ecef;
76391
76404
  }
@@ -81464,9 +81477,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
81464
81477
  .e-aiassistview .e-footer textarea::-webkit-scrollbar {
81465
81478
  width: 4px;
81466
81479
  }
81467
- .e-aiassistview .e-footer .hide-scrollbar textarea {
81468
- scrollbar-width: none;
81469
- }
81470
81480
  .e-aiassistview .e-footer:has(.e-rtl):not(.e-footer-template) .e-assist-send {
81471
81481
  right: unset;
81472
81482
  left: 20px;
@@ -81479,6 +81489,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
81479
81489
  padding-left: 35px;
81480
81490
  padding-right: unset;
81481
81491
  }
81492
+ .e-aiassistview .e-footer:not(.e-footer-template) .e-textarea {
81493
+ max-height: 280px;
81494
+ }
81482
81495
  .e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
81483
81496
  position: absolute;
81484
81497
  right: 20px;
@@ -35814,6 +35814,10 @@ li.e-separator.e-menu-item.e-excel-separator {
35814
35814
  .e-grid.sf-grid .e-ccheck.e-colfocus {
35815
35815
  background-color: #31373d;
35816
35816
  }
35817
+ .e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordplusexpand,
35818
+ .e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordpluscollapse {
35819
+ background-color: #282d31;
35820
+ }
35817
35821
 
35818
35822
  .e-spreadsheet .e-ftrchk.e-chkfocus {
35819
35823
  background-color: #31373d;
@@ -59574,6 +59578,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
59574
59578
  top: calc(50% + 60px);
59575
59579
  }
59576
59580
 
59581
+ .e-image-editor.e-control.e-readonly {
59582
+ opacity: 1 !important;
59583
+ /* stylelint-disable-line declaration-no-important */
59584
+ }
59585
+
59577
59586
  .e-image-editor {
59578
59587
  background: #444c54;
59579
59588
  }
@@ -63544,9 +63553,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
63544
63553
  .e-aiassistview .e-footer textarea::-webkit-scrollbar {
63545
63554
  width: 4px;
63546
63555
  }
63547
- .e-aiassistview .e-footer .hide-scrollbar textarea {
63548
- scrollbar-width: none;
63549
- }
63550
63556
  .e-aiassistview .e-footer:has(.e-rtl):not(.e-footer-template) .e-assist-send {
63551
63557
  right: unset;
63552
63558
  left: 20px;
@@ -63559,6 +63565,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
63559
63565
  padding-left: 35px;
63560
63566
  padding-right: unset;
63561
63567
  }
63568
+ .e-aiassistview .e-footer:not(.e-footer-template) .e-textarea {
63569
+ max-height: 280px;
63570
+ }
63562
63571
  .e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
63563
63572
  position: absolute;
63564
63573
  right: 20px;
@@ -45877,6 +45877,10 @@ li.e-separator.e-menu-item.e-excel-separator {
45877
45877
  .e-grid.sf-grid .e-ccheck.e-colfocus {
45878
45878
  background-color: #31373d;
45879
45879
  }
45880
+ .e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordplusexpand,
45881
+ .e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordpluscollapse {
45882
+ background-color: #282d31;
45883
+ }
45880
45884
 
45881
45885
  .e-spreadsheet .e-ftrchk.e-chkfocus {
45882
45886
  background-color: #31373d;
@@ -47496,6 +47500,10 @@ li.e-separator.e-menu-item.e-excel-separator {
47496
47500
  text-align: center;
47497
47501
  padding-top: 40px;
47498
47502
  }
47503
+ .e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv,
47504
+ .e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv {
47505
+ padding-top: 16px;
47506
+ }
47499
47507
  .e-bigger .e-responsive-dialog .e-dlg-content .e-filtersetdiv,
47500
47508
  .e-bigger.e-responsive-dialog .e-dlg-content .e-filtersetdiv {
47501
47509
  float: right;
@@ -76032,6 +76040,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
76032
76040
  top: calc(50% + 60px);
76033
76041
  }
76034
76042
 
76043
+ .e-image-editor.e-control.e-readonly {
76044
+ opacity: 1 !important;
76045
+ /* stylelint-disable-line declaration-no-important */
76046
+ }
76047
+
76035
76048
  .e-image-editor {
76036
76049
  background: #444c54;
76037
76050
  }
@@ -81114,9 +81127,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
81114
81127
  .e-aiassistview .e-footer textarea::-webkit-scrollbar {
81115
81128
  width: 4px;
81116
81129
  }
81117
- .e-aiassistview .e-footer .hide-scrollbar textarea {
81118
- scrollbar-width: none;
81119
- }
81120
81130
  .e-aiassistview .e-footer:has(.e-rtl):not(.e-footer-template) .e-assist-send {
81121
81131
  right: unset;
81122
81132
  left: 20px;
@@ -81129,6 +81139,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
81129
81139
  padding-left: 35px;
81130
81140
  padding-right: unset;
81131
81141
  }
81142
+ .e-aiassistview .e-footer:not(.e-footer-template) .e-textarea {
81143
+ max-height: 280px;
81144
+ }
81132
81145
  .e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
81133
81146
  position: absolute;
81134
81147
  right: 20px;
@@ -35814,6 +35814,10 @@ li.e-separator.e-menu-item.e-excel-separator {
35814
35814
  .e-grid.sf-grid .e-ccheck.e-colfocus {
35815
35815
  background-color: #eff1f4;
35816
35816
  }
35817
+ .e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordplusexpand,
35818
+ .e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordpluscollapse {
35819
+ background-color: #f8f9fa;
35820
+ }
35817
35821
 
35818
35822
  .e-spreadsheet .e-ftrchk.e-chkfocus {
35819
35823
  background-color: #eff1f4;
@@ -59583,6 +59587,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
59583
59587
  top: calc(50% + 60px);
59584
59588
  }
59585
59589
 
59590
+ .e-image-editor.e-control.e-readonly {
59591
+ opacity: 1 !important;
59592
+ /* stylelint-disable-line declaration-no-important */
59593
+ }
59594
+
59586
59595
  .e-image-editor {
59587
59596
  background: #dee2e6;
59588
59597
  }
@@ -63553,9 +63562,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
63553
63562
  .e-aiassistview .e-footer textarea::-webkit-scrollbar {
63554
63563
  width: 4px;
63555
63564
  }
63556
- .e-aiassistview .e-footer .hide-scrollbar textarea {
63557
- scrollbar-width: none;
63558
- }
63559
63565
  .e-aiassistview .e-footer:has(.e-rtl):not(.e-footer-template) .e-assist-send {
63560
63566
  right: unset;
63561
63567
  left: 20px;
@@ -63568,6 +63574,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
63568
63574
  padding-left: 35px;
63569
63575
  padding-right: unset;
63570
63576
  }
63577
+ .e-aiassistview .e-footer:not(.e-footer-template) .e-textarea {
63578
+ max-height: 280px;
63579
+ }
63571
63580
  .e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
63572
63581
  position: absolute;
63573
63582
  right: 20px;