@syncfusion/blazor-themes 28.2.5 → 28.2.7

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 (329) hide show
  1. package/Compiled-Themes/bds-dark-lite.css +24 -5
  2. package/Compiled-Themes/bds-dark.css +38 -7
  3. package/Compiled-Themes/bds-lite.css +24 -5
  4. package/Compiled-Themes/bds.css +38 -7
  5. package/Compiled-Themes/bootstrap-dark-lite.css +22 -3
  6. package/Compiled-Themes/bootstrap-dark.css +41 -3
  7. package/Compiled-Themes/bootstrap-lite.css +22 -3
  8. package/Compiled-Themes/bootstrap.css +41 -3
  9. package/Compiled-Themes/bootstrap4-lite.css +23 -4
  10. package/Compiled-Themes/bootstrap4.css +43 -5
  11. package/Compiled-Themes/bootstrap5-dark-lite.css +23 -4
  12. package/Compiled-Themes/bootstrap5-dark.css +36 -5
  13. package/Compiled-Themes/bootstrap5-lite.css +23 -4
  14. package/Compiled-Themes/bootstrap5.3-dark-lite.css +33 -14
  15. package/Compiled-Themes/bootstrap5.3-dark.css +53 -15
  16. package/Compiled-Themes/bootstrap5.3-lite.css +40 -21
  17. package/Compiled-Themes/bootstrap5.3.css +60 -22
  18. package/Compiled-Themes/bootstrap5.css +36 -5
  19. package/Compiled-Themes/fabric-dark-lite.css +22 -3
  20. package/Compiled-Themes/fabric-dark.css +44 -6
  21. package/Compiled-Themes/fabric-lite.css +22 -3
  22. package/Compiled-Themes/fabric.css +44 -6
  23. package/Compiled-Themes/fluent-dark-lite.css +23 -4
  24. package/Compiled-Themes/fluent-dark.css +36 -5
  25. package/Compiled-Themes/fluent-lite.css +23 -4
  26. package/Compiled-Themes/fluent.css +36 -5
  27. package/Compiled-Themes/fluent2-dark-lite.css +27 -8
  28. package/Compiled-Themes/fluent2-dark.css +47 -9
  29. package/Compiled-Themes/fluent2-highcontrast-lite.css +27 -8
  30. package/Compiled-Themes/fluent2-highcontrast.css +47 -9
  31. package/Compiled-Themes/fluent2-lite.css +27 -8
  32. package/Compiled-Themes/fluent2.css +47 -9
  33. package/Compiled-Themes/highcontrast-lite.css +23 -4
  34. package/Compiled-Themes/highcontrast.css +43 -5
  35. package/Compiled-Themes/material-dark-lite.css +23 -4
  36. package/Compiled-Themes/material-dark.css +43 -5
  37. package/Compiled-Themes/material-lite.css +24 -5
  38. package/Compiled-Themes/material.css +44 -6
  39. package/Compiled-Themes/material3-dark-lite.css +25 -6
  40. package/Compiled-Themes/material3-dark.css +45 -7
  41. package/Compiled-Themes/material3-lite.css +25 -6
  42. package/Compiled-Themes/material3.css +45 -7
  43. package/Compiled-Themes/tailwind-dark-lite.css +24 -5
  44. package/Compiled-Themes/tailwind-dark.css +38 -7
  45. package/Compiled-Themes/tailwind-lite.css +24 -5
  46. package/Compiled-Themes/tailwind.css +38 -7
  47. package/Compiled-Themes/tailwind3-dark-lite.css +21 -3
  48. package/Compiled-Themes/tailwind3-dark.css +41 -4
  49. package/Compiled-Themes/tailwind3-lite.css +21 -3
  50. package/Compiled-Themes/tailwind3.css +41 -4
  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 +38 -11
  56. package/SCSS-Themes/bds-dark.scss +62 -23
  57. package/SCSS-Themes/bds-lite.scss +38 -11
  58. package/SCSS-Themes/bds.scss +62 -23
  59. package/SCSS-Themes/bootstrap-dark-lite.scss +35 -8
  60. package/SCSS-Themes/bootstrap-dark.scss +59 -20
  61. package/SCSS-Themes/bootstrap-lite.scss +36 -8
  62. package/SCSS-Themes/bootstrap.scss +60 -20
  63. package/SCSS-Themes/bootstrap4-lite.scss +37 -10
  64. package/SCSS-Themes/bootstrap4.scss +61 -22
  65. package/SCSS-Themes/bootstrap5-dark-lite.scss +36 -10
  66. package/SCSS-Themes/bootstrap5-dark.scss +60 -22
  67. package/SCSS-Themes/bootstrap5-lite.scss +36 -10
  68. package/SCSS-Themes/bootstrap5.3-dark-lite.scss +45 -19
  69. package/SCSS-Themes/bootstrap5.3-dark.scss +69 -31
  70. package/SCSS-Themes/bootstrap5.3-lite.scss +52 -26
  71. package/SCSS-Themes/bootstrap5.3.scss +76 -38
  72. package/SCSS-Themes/bootstrap5.scss +60 -22
  73. package/SCSS-Themes/documenteditor/document-editor-container/fabric-dark-lite.scss +2 -2
  74. package/SCSS-Themes/documenteditor/document-editor-container/fabric-dark.scss +2 -2
  75. package/SCSS-Themes/documenteditor/document-editor-container/fabric-lite.scss +2 -2
  76. package/SCSS-Themes/documenteditor/document-editor-container/fabric.scss +2 -2
  77. package/SCSS-Themes/documenteditor/document-editor-container/highcontrast-lite.scss +1 -1
  78. package/SCSS-Themes/documenteditor/document-editor-container/highcontrast.scss +1 -1
  79. package/SCSS-Themes/documenteditor/document-editor-container/material-dark-lite.scss +2 -2
  80. package/SCSS-Themes/documenteditor/document-editor-container/material-dark.scss +2 -2
  81. package/SCSS-Themes/documenteditor/document-editor-container/material-lite.scss +2 -2
  82. package/SCSS-Themes/documenteditor/document-editor-container/material.scss +2 -2
  83. package/SCSS-Themes/documenteditor/document-editor-container/material3-dark-lite.scss +1 -1
  84. package/SCSS-Themes/documenteditor/document-editor-container/material3-dark.scss +1 -1
  85. package/SCSS-Themes/documenteditor/document-editor-container/material3-lite.scss +1 -1
  86. package/SCSS-Themes/documenteditor/document-editor-container/material3.scss +1 -1
  87. package/SCSS-Themes/dropdowns/drop-down-tree/bds-dark-lite.scss +21 -8
  88. package/SCSS-Themes/dropdowns/drop-down-tree/bds-dark.scss +33 -20
  89. package/SCSS-Themes/dropdowns/drop-down-tree/bds-lite.scss +21 -8
  90. package/SCSS-Themes/dropdowns/drop-down-tree/bds.scss +33 -20
  91. package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap-dark-lite.scss +18 -5
  92. package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap-dark.scss +30 -17
  93. package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap-lite.scss +19 -5
  94. package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap.scss +31 -17
  95. package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap4-lite.scss +20 -7
  96. package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap4.scss +32 -19
  97. package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5-dark-lite.scss +19 -7
  98. package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5-dark.scss +31 -19
  99. package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5-lite.scss +19 -7
  100. package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5.3-dark-lite.scss +19 -7
  101. package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5.3-dark.scss +31 -19
  102. package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5.3-lite.scss +19 -7
  103. package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5.3.scss +31 -19
  104. package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5.scss +31 -19
  105. package/SCSS-Themes/dropdowns/drop-down-tree/fabric-dark-lite.scss +18 -5
  106. package/SCSS-Themes/dropdowns/drop-down-tree/fabric-dark.scss +30 -17
  107. package/SCSS-Themes/dropdowns/drop-down-tree/fabric-lite.scss +18 -5
  108. package/SCSS-Themes/dropdowns/drop-down-tree/fabric.scss +30 -17
  109. package/SCSS-Themes/dropdowns/drop-down-tree/fluent-dark-lite.scss +19 -7
  110. package/SCSS-Themes/dropdowns/drop-down-tree/fluent-dark.scss +31 -19
  111. package/SCSS-Themes/dropdowns/drop-down-tree/fluent-lite.scss +19 -7
  112. package/SCSS-Themes/dropdowns/drop-down-tree/fluent.scss +31 -19
  113. package/SCSS-Themes/dropdowns/drop-down-tree/fluent2-dark-lite.scss +21 -8
  114. package/SCSS-Themes/dropdowns/drop-down-tree/fluent2-dark.scss +33 -20
  115. package/SCSS-Themes/dropdowns/drop-down-tree/fluent2-highcontrast-lite.scss +21 -8
  116. package/SCSS-Themes/dropdowns/drop-down-tree/fluent2-highcontrast.scss +33 -20
  117. package/SCSS-Themes/dropdowns/drop-down-tree/fluent2-lite.scss +21 -8
  118. package/SCSS-Themes/dropdowns/drop-down-tree/fluent2.scss +33 -20
  119. package/SCSS-Themes/dropdowns/drop-down-tree/highcontrast-lite.scss +19 -6
  120. package/SCSS-Themes/dropdowns/drop-down-tree/highcontrast.scss +31 -18
  121. package/SCSS-Themes/dropdowns/drop-down-tree/material-dark-lite.scss +18 -5
  122. package/SCSS-Themes/dropdowns/drop-down-tree/material-dark.scss +30 -17
  123. package/SCSS-Themes/dropdowns/drop-down-tree/material-lite.scss +18 -5
  124. package/SCSS-Themes/dropdowns/drop-down-tree/material.scss +30 -17
  125. package/SCSS-Themes/dropdowns/drop-down-tree/material3-dark-lite.scss +20 -7
  126. package/SCSS-Themes/dropdowns/drop-down-tree/material3-dark.scss +32 -19
  127. package/SCSS-Themes/dropdowns/drop-down-tree/material3-lite.scss +20 -7
  128. package/SCSS-Themes/dropdowns/drop-down-tree/material3.scss +32 -19
  129. package/SCSS-Themes/dropdowns/drop-down-tree/tailwind-dark-lite.scss +20 -8
  130. package/SCSS-Themes/dropdowns/drop-down-tree/tailwind-dark.scss +32 -20
  131. package/SCSS-Themes/dropdowns/drop-down-tree/tailwind-lite.scss +20 -8
  132. package/SCSS-Themes/dropdowns/drop-down-tree/tailwind.scss +32 -20
  133. package/SCSS-Themes/dropdowns/drop-down-tree/tailwind3-dark-lite.scss +18 -6
  134. package/SCSS-Themes/dropdowns/drop-down-tree/tailwind3-dark.scss +30 -18
  135. package/SCSS-Themes/dropdowns/drop-down-tree/tailwind3-lite.scss +18 -6
  136. package/SCSS-Themes/dropdowns/drop-down-tree/tailwind3.scss +30 -18
  137. package/SCSS-Themes/fabric-dark-lite.scss +37 -10
  138. package/SCSS-Themes/fabric-dark.scss +61 -22
  139. package/SCSS-Themes/fabric-lite.scss +37 -10
  140. package/SCSS-Themes/fabric.scss +61 -22
  141. package/SCSS-Themes/fluent-dark-lite.scss +36 -10
  142. package/SCSS-Themes/fluent-dark.scss +60 -22
  143. package/SCSS-Themes/fluent-lite.scss +36 -10
  144. package/SCSS-Themes/fluent.scss +60 -22
  145. package/SCSS-Themes/fluent2-dark-lite.scss +40 -13
  146. package/SCSS-Themes/fluent2-dark.scss +64 -25
  147. package/SCSS-Themes/fluent2-highcontrast-lite.scss +40 -13
  148. package/SCSS-Themes/fluent2-highcontrast.scss +64 -25
  149. package/SCSS-Themes/fluent2-lite.scss +40 -13
  150. package/SCSS-Themes/fluent2.scss +64 -25
  151. package/SCSS-Themes/grids/grid/bds-dark-lite.scss +7 -0
  152. package/SCSS-Themes/grids/grid/bds-dark.scss +19 -0
  153. package/SCSS-Themes/grids/grid/bds-lite.scss +7 -0
  154. package/SCSS-Themes/grids/grid/bds.scss +19 -0
  155. package/SCSS-Themes/grids/grid/bootstrap-dark-lite.scss +7 -0
  156. package/SCSS-Themes/grids/grid/bootstrap-dark.scss +19 -0
  157. package/SCSS-Themes/grids/grid/bootstrap-lite.scss +7 -0
  158. package/SCSS-Themes/grids/grid/bootstrap.scss +19 -0
  159. package/SCSS-Themes/grids/grid/bootstrap4-lite.scss +7 -0
  160. package/SCSS-Themes/grids/grid/bootstrap4.scss +19 -0
  161. package/SCSS-Themes/grids/grid/bootstrap5-dark-lite.scss +7 -0
  162. package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +19 -0
  163. package/SCSS-Themes/grids/grid/bootstrap5-lite.scss +7 -0
  164. package/SCSS-Themes/grids/grid/bootstrap5.3-dark-lite.scss +7 -0
  165. package/SCSS-Themes/grids/grid/bootstrap5.3-dark.scss +19 -0
  166. package/SCSS-Themes/grids/grid/bootstrap5.3-lite.scss +7 -0
  167. package/SCSS-Themes/grids/grid/bootstrap5.3.scss +19 -0
  168. package/SCSS-Themes/grids/grid/bootstrap5.scss +19 -0
  169. package/SCSS-Themes/grids/grid/fabric-dark-lite.scss +7 -0
  170. package/SCSS-Themes/grids/grid/fabric-dark.scss +19 -0
  171. package/SCSS-Themes/grids/grid/fabric-lite.scss +7 -0
  172. package/SCSS-Themes/grids/grid/fabric.scss +19 -0
  173. package/SCSS-Themes/grids/grid/fluent-dark-lite.scss +7 -0
  174. package/SCSS-Themes/grids/grid/fluent-dark.scss +19 -0
  175. package/SCSS-Themes/grids/grid/fluent-lite.scss +7 -0
  176. package/SCSS-Themes/grids/grid/fluent.scss +19 -0
  177. package/SCSS-Themes/grids/grid/fluent2-dark-lite.scss +7 -0
  178. package/SCSS-Themes/grids/grid/fluent2-dark.scss +19 -0
  179. package/SCSS-Themes/grids/grid/fluent2-highcontrast-lite.scss +7 -0
  180. package/SCSS-Themes/grids/grid/fluent2-highcontrast.scss +19 -0
  181. package/SCSS-Themes/grids/grid/fluent2-lite.scss +7 -0
  182. package/SCSS-Themes/grids/grid/fluent2.scss +19 -0
  183. package/SCSS-Themes/grids/grid/highcontrast-lite.scss +7 -0
  184. package/SCSS-Themes/grids/grid/highcontrast.scss +19 -0
  185. package/SCSS-Themes/grids/grid/material-dark-lite.scss +7 -0
  186. package/SCSS-Themes/grids/grid/material-dark.scss +19 -0
  187. package/SCSS-Themes/grids/grid/material-lite.scss +7 -0
  188. package/SCSS-Themes/grids/grid/material.scss +19 -0
  189. package/SCSS-Themes/grids/grid/material3-dark-lite.scss +7 -0
  190. package/SCSS-Themes/grids/grid/material3-dark.scss +19 -0
  191. package/SCSS-Themes/grids/grid/material3-lite.scss +7 -0
  192. package/SCSS-Themes/grids/grid/material3.scss +19 -0
  193. package/SCSS-Themes/grids/grid/tailwind-dark-lite.scss +7 -0
  194. package/SCSS-Themes/grids/grid/tailwind-dark.scss +19 -0
  195. package/SCSS-Themes/grids/grid/tailwind-lite.scss +7 -0
  196. package/SCSS-Themes/grids/grid/tailwind.scss +19 -0
  197. package/SCSS-Themes/grids/grid/tailwind3-dark-lite.scss +7 -0
  198. package/SCSS-Themes/grids/grid/tailwind3-dark.scss +19 -0
  199. package/SCSS-Themes/grids/grid/tailwind3-lite.scss +7 -0
  200. package/SCSS-Themes/grids/grid/tailwind3.scss +19 -0
  201. package/SCSS-Themes/highcontrast-lite.scss +37 -10
  202. package/SCSS-Themes/highcontrast.scss +61 -22
  203. package/SCSS-Themes/interactive-chat/ai-assistview/bds-dark-lite.scss +3 -3
  204. package/SCSS-Themes/interactive-chat/ai-assistview/bds-dark.scss +3 -3
  205. package/SCSS-Themes/interactive-chat/ai-assistview/bds-lite.scss +3 -3
  206. package/SCSS-Themes/interactive-chat/ai-assistview/bds.scss +3 -3
  207. package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap-dark-lite.scss +3 -3
  208. package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap-dark.scss +3 -3
  209. package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap-lite.scss +3 -3
  210. package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap.scss +3 -3
  211. package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap4-lite.scss +3 -3
  212. package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap4.scss +3 -3
  213. package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap5-dark-lite.scss +3 -3
  214. package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap5-dark.scss +3 -3
  215. package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap5-lite.scss +3 -3
  216. package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap5.3-dark-lite.scss +3 -3
  217. package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap5.3-dark.scss +3 -3
  218. package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap5.3-lite.scss +3 -3
  219. package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap5.3.scss +3 -3
  220. package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap5.scss +3 -3
  221. package/SCSS-Themes/interactive-chat/ai-assistview/fabric-dark-lite.scss +3 -3
  222. package/SCSS-Themes/interactive-chat/ai-assistview/fabric-dark.scss +3 -3
  223. package/SCSS-Themes/interactive-chat/ai-assistview/fabric-lite.scss +3 -3
  224. package/SCSS-Themes/interactive-chat/ai-assistview/fabric.scss +3 -3
  225. package/SCSS-Themes/interactive-chat/ai-assistview/fluent-dark-lite.scss +3 -3
  226. package/SCSS-Themes/interactive-chat/ai-assistview/fluent-dark.scss +3 -3
  227. package/SCSS-Themes/interactive-chat/ai-assistview/fluent-lite.scss +3 -3
  228. package/SCSS-Themes/interactive-chat/ai-assistview/fluent.scss +3 -3
  229. package/SCSS-Themes/interactive-chat/ai-assistview/fluent2-dark-lite.scss +3 -3
  230. package/SCSS-Themes/interactive-chat/ai-assistview/fluent2-dark.scss +3 -3
  231. package/SCSS-Themes/interactive-chat/ai-assistview/fluent2-highcontrast-lite.scss +3 -3
  232. package/SCSS-Themes/interactive-chat/ai-assistview/fluent2-highcontrast.scss +3 -3
  233. package/SCSS-Themes/interactive-chat/ai-assistview/fluent2-lite.scss +3 -3
  234. package/SCSS-Themes/interactive-chat/ai-assistview/fluent2.scss +3 -3
  235. package/SCSS-Themes/interactive-chat/ai-assistview/highcontrast-lite.scss +3 -3
  236. package/SCSS-Themes/interactive-chat/ai-assistview/highcontrast.scss +3 -3
  237. package/SCSS-Themes/interactive-chat/ai-assistview/material-dark-lite.scss +3 -3
  238. package/SCSS-Themes/interactive-chat/ai-assistview/material-dark.scss +3 -3
  239. package/SCSS-Themes/interactive-chat/ai-assistview/material-lite.scss +3 -3
  240. package/SCSS-Themes/interactive-chat/ai-assistview/material.scss +3 -3
  241. package/SCSS-Themes/interactive-chat/ai-assistview/material3-dark-lite.scss +3 -3
  242. package/SCSS-Themes/interactive-chat/ai-assistview/material3-dark.scss +3 -3
  243. package/SCSS-Themes/interactive-chat/ai-assistview/material3-lite.scss +3 -3
  244. package/SCSS-Themes/interactive-chat/ai-assistview/material3.scss +3 -3
  245. package/SCSS-Themes/interactive-chat/ai-assistview/tailwind-dark-lite.scss +3 -3
  246. package/SCSS-Themes/interactive-chat/ai-assistview/tailwind-dark.scss +3 -3
  247. package/SCSS-Themes/interactive-chat/ai-assistview/tailwind-lite.scss +3 -3
  248. package/SCSS-Themes/interactive-chat/ai-assistview/tailwind.scss +3 -3
  249. package/SCSS-Themes/interactive-chat/ai-assistview/tailwind3-dark-lite.scss +3 -3
  250. package/SCSS-Themes/interactive-chat/ai-assistview/tailwind3-dark.scss +3 -3
  251. package/SCSS-Themes/interactive-chat/ai-assistview/tailwind3-lite.scss +3 -3
  252. package/SCSS-Themes/interactive-chat/ai-assistview/tailwind3.scss +3 -3
  253. package/SCSS-Themes/material-dark-lite.scss +37 -10
  254. package/SCSS-Themes/material-dark.scss +61 -22
  255. package/SCSS-Themes/material-lite.scss +37 -10
  256. package/SCSS-Themes/material.scss +61 -22
  257. package/SCSS-Themes/material3-dark-lite.scss +38 -11
  258. package/SCSS-Themes/material3-dark.scss +62 -23
  259. package/SCSS-Themes/material3-lite.scss +38 -11
  260. package/SCSS-Themes/material3.scss +62 -23
  261. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bds-dark-lite.scss +7 -0
  262. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bds-dark.scss +7 -0
  263. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bds-lite.scss +7 -0
  264. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bds.scss +7 -0
  265. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap-dark-lite.scss +7 -0
  266. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap-dark.scss +7 -0
  267. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap-lite.scss +7 -0
  268. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap.scss +7 -0
  269. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap4-lite.scss +7 -0
  270. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap4.scss +7 -0
  271. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap5-dark-lite.scss +7 -0
  272. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap5-dark.scss +7 -0
  273. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap5-lite.scss +7 -0
  274. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap5.3-dark-lite.scss +7 -0
  275. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap5.3-dark.scss +7 -0
  276. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap5.3-lite.scss +7 -0
  277. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap5.3.scss +7 -0
  278. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap5.scss +7 -0
  279. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fabric-dark-lite.scss +7 -0
  280. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fabric-dark.scss +7 -0
  281. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fabric-lite.scss +7 -0
  282. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fabric.scss +7 -0
  283. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fluent-dark-lite.scss +7 -0
  284. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fluent-dark.scss +7 -0
  285. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fluent-lite.scss +7 -0
  286. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fluent.scss +7 -0
  287. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fluent2-dark-lite.scss +7 -0
  288. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fluent2-dark.scss +7 -0
  289. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fluent2-highcontrast-lite.scss +7 -0
  290. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fluent2-highcontrast.scss +7 -0
  291. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fluent2-lite.scss +7 -0
  292. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fluent2.scss +7 -0
  293. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/highcontrast-lite.scss +7 -0
  294. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/highcontrast.scss +7 -0
  295. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/material-dark-lite.scss +7 -0
  296. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/material-dark.scss +7 -0
  297. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/material-lite.scss +7 -0
  298. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/material.scss +7 -0
  299. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/material3-dark-lite.scss +7 -0
  300. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/material3-dark.scss +7 -0
  301. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/material3-lite.scss +7 -0
  302. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/material3.scss +7 -0
  303. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/tailwind-dark-lite.scss +7 -0
  304. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/tailwind-dark.scss +7 -0
  305. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/tailwind-lite.scss +7 -0
  306. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/tailwind.scss +7 -0
  307. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/tailwind3-dark-lite.scss +7 -0
  308. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/tailwind3-dark.scss +7 -0
  309. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/tailwind3-lite.scss +7 -0
  310. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/tailwind3.scss +7 -0
  311. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.3-dark-lite.scss +2 -2
  312. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.3-dark.scss +2 -2
  313. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.3-lite.scss +2 -2
  314. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.3.scss +2 -2
  315. package/SCSS-Themes/schedule/recurrence-editor/fluent2-dark-lite.scss +2 -2
  316. package/SCSS-Themes/schedule/recurrence-editor/fluent2-dark.scss +2 -2
  317. package/SCSS-Themes/schedule/recurrence-editor/fluent2-highcontrast-lite.scss +2 -2
  318. package/SCSS-Themes/schedule/recurrence-editor/fluent2-highcontrast.scss +2 -2
  319. package/SCSS-Themes/schedule/recurrence-editor/fluent2-lite.scss +2 -2
  320. package/SCSS-Themes/schedule/recurrence-editor/fluent2.scss +2 -2
  321. package/SCSS-Themes/tailwind-dark-lite.scss +37 -11
  322. package/SCSS-Themes/tailwind-dark.scss +61 -23
  323. package/SCSS-Themes/tailwind-lite.scss +37 -11
  324. package/SCSS-Themes/tailwind.scss +61 -23
  325. package/SCSS-Themes/tailwind3-dark-lite.scss +35 -9
  326. package/SCSS-Themes/tailwind3-dark.scss +59 -21
  327. package/SCSS-Themes/tailwind3-lite.scss +35 -9
  328. package/SCSS-Themes/tailwind3.scss +59 -21
  329. package/package.json +1 -1
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
358
358
  textarea::-webkit-scrollbar {
359
359
  width: 4px;
360
360
  }
361
- .hide-scrollbar textarea {
362
- scrollbar-width: none;
363
- }
364
361
  &:has(.e-rtl):not(.e-footer-template) .e-assist-send {
365
362
  right: unset;
366
363
  left: 20px;
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
392
389
  }
393
390
  }
394
391
  &:not(.e-footer-template) {
392
+ .e-textarea {
393
+ max-height: 280px;
394
+ }
395
395
  .e-assist-send {
396
396
  position: absolute;
397
397
  right: 20px;
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
358
358
  textarea::-webkit-scrollbar {
359
359
  width: 4px;
360
360
  }
361
- .hide-scrollbar textarea {
362
- scrollbar-width: none;
363
- }
364
361
  &:has(.e-rtl):not(.e-footer-template) .e-assist-send {
365
362
  right: unset;
366
363
  left: 20px;
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
392
389
  }
393
390
  }
394
391
  &:not(.e-footer-template) {
392
+ .e-textarea {
393
+ max-height: 280px;
394
+ }
395
395
  .e-assist-send {
396
396
  position: absolute;
397
397
  right: 20px;
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: $grey-dark !default;
358
358
  textarea::-webkit-scrollbar {
359
359
  width: 4px;
360
360
  }
361
- .hide-scrollbar textarea {
362
- scrollbar-width: none;
363
- }
364
361
  &:has(.e-rtl):not(.e-footer-template) .e-assist-send {
365
362
  right: unset;
366
363
  left: 20px;
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: $grey-dark !default;
392
389
  }
393
390
  }
394
391
  &:not(.e-footer-template) {
392
+ .e-textarea {
393
+ max-height: 280px;
394
+ }
395
395
  .e-assist-send {
396
396
  position: absolute;
397
397
  right: 20px;
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: $grey-dark !default;
358
358
  textarea::-webkit-scrollbar {
359
359
  width: 4px;
360
360
  }
361
- .hide-scrollbar textarea {
362
- scrollbar-width: none;
363
- }
364
361
  &:has(.e-rtl):not(.e-footer-template) .e-assist-send {
365
362
  right: unset;
366
363
  left: 20px;
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: $grey-dark !default;
392
389
  }
393
390
  }
394
391
  &:not(.e-footer-template) {
392
+ .e-textarea {
393
+ max-height: 280px;
394
+ }
395
395
  .e-assist-send {
396
396
  position: absolute;
397
397
  right: 20px;
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: $grey-e6 !default;
358
358
  textarea::-webkit-scrollbar {
359
359
  width: 4px;
360
360
  }
361
- .hide-scrollbar textarea {
362
- scrollbar-width: none;
363
- }
364
361
  &:has(.e-rtl):not(.e-footer-template) .e-assist-send {
365
362
  right: unset;
366
363
  left: 20px;
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: $grey-e6 !default;
392
389
  }
393
390
  }
394
391
  &:not(.e-footer-template) {
392
+ .e-textarea {
393
+ max-height: 280px;
394
+ }
395
395
  .e-assist-send {
396
396
  position: absolute;
397
397
  right: 20px;
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: $grey-e6 !default;
358
358
  textarea::-webkit-scrollbar {
359
359
  width: 4px;
360
360
  }
361
- .hide-scrollbar textarea {
362
- scrollbar-width: none;
363
- }
364
361
  &:has(.e-rtl):not(.e-footer-template) .e-assist-send {
365
362
  right: unset;
366
363
  left: 20px;
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: $grey-e6 !default;
392
389
  }
393
390
  }
394
391
  &:not(.e-footer-template) {
392
+ .e-textarea {
393
+ max-height: 280px;
394
+ }
395
395
  .e-assist-send {
396
396
  position: absolute;
397
397
  right: 20px;
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
358
358
  textarea::-webkit-scrollbar {
359
359
  width: 4px;
360
360
  }
361
- .hide-scrollbar textarea {
362
- scrollbar-width: none;
363
- }
364
361
  &:has(.e-rtl):not(.e-footer-template) .e-assist-send {
365
362
  right: unset;
366
363
  left: 20px;
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
392
389
  }
393
390
  }
394
391
  &:not(.e-footer-template) {
392
+ .e-textarea {
393
+ max-height: 280px;
394
+ }
395
395
  .e-assist-send {
396
396
  position: absolute;
397
397
  right: 20px;
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
358
358
  textarea::-webkit-scrollbar {
359
359
  width: 4px;
360
360
  }
361
- .hide-scrollbar textarea {
362
- scrollbar-width: none;
363
- }
364
361
  &:has(.e-rtl):not(.e-footer-template) .e-assist-send {
365
362
  right: unset;
366
363
  left: 20px;
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
392
389
  }
393
390
  }
394
391
  &:not(.e-footer-template) {
392
+ .e-textarea {
393
+ max-height: 280px;
394
+ }
395
395
  .e-assist-send {
396
396
  position: absolute;
397
397
  right: 20px;
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
358
358
  textarea::-webkit-scrollbar {
359
359
  width: 4px;
360
360
  }
361
- .hide-scrollbar textarea {
362
- scrollbar-width: none;
363
- }
364
361
  &:has(.e-rtl):not(.e-footer-template) .e-assist-send {
365
362
  right: unset;
366
363
  left: 20px;
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
392
389
  }
393
390
  }
394
391
  &:not(.e-footer-template) {
392
+ .e-textarea {
393
+ max-height: 280px;
394
+ }
395
395
  .e-assist-send {
396
396
  position: absolute;
397
397
  right: 20px;
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
358
358
  textarea::-webkit-scrollbar {
359
359
  width: 4px;
360
360
  }
361
- .hide-scrollbar textarea {
362
- scrollbar-width: none;
363
- }
364
361
  &:has(.e-rtl):not(.e-footer-template) .e-assist-send {
365
362
  right: unset;
366
363
  left: 20px;
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
392
389
  }
393
390
  }
394
391
  &:not(.e-footer-template) {
392
+ .e-textarea {
393
+ max-height: 280px;
394
+ }
395
395
  .e-assist-send {
396
396
  position: absolute;
397
397
  right: 20px;
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
358
358
  textarea::-webkit-scrollbar {
359
359
  width: 4px;
360
360
  }
361
- .hide-scrollbar textarea {
362
- scrollbar-width: none;
363
- }
364
361
  &:has(.e-rtl):not(.e-footer-template) .e-assist-send {
365
362
  right: unset;
366
363
  left: 20px;
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
392
389
  }
393
390
  }
394
391
  &:not(.e-footer-template) {
392
+ .e-textarea {
393
+ max-height: 280px;
394
+ }
395
395
  .e-assist-send {
396
396
  position: absolute;
397
397
  right: 20px;
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
358
358
  textarea::-webkit-scrollbar {
359
359
  width: 4px;
360
360
  }
361
- .hide-scrollbar textarea {
362
- scrollbar-width: none;
363
- }
364
361
  &:has(.e-rtl):not(.e-footer-template) .e-assist-send {
365
362
  right: unset;
366
363
  left: 20px;
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
392
389
  }
393
390
  }
394
391
  &:not(.e-footer-template) {
392
+ .e-textarea {
393
+ max-height: 280px;
394
+ }
395
395
  .e-assist-send {
396
396
  position: absolute;
397
397
  right: 20px;
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
358
358
  textarea::-webkit-scrollbar {
359
359
  width: 4px;
360
360
  }
361
- .hide-scrollbar textarea {
362
- scrollbar-width: none;
363
- }
364
361
  &:has(.e-rtl):not(.e-footer-template) .e-assist-send {
365
362
  right: unset;
366
363
  left: 20px;
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
392
389
  }
393
390
  }
394
391
  &:not(.e-footer-template) {
392
+ .e-textarea {
393
+ max-height: 280px;
394
+ }
395
395
  .e-assist-send {
396
396
  position: absolute;
397
397
  right: 20px;
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
358
358
  textarea::-webkit-scrollbar {
359
359
  width: 4px;
360
360
  }
361
- .hide-scrollbar textarea {
362
- scrollbar-width: none;
363
- }
364
361
  &:has(.e-rtl):not(.e-footer-template) .e-assist-send {
365
362
  right: unset;
366
363
  left: 20px;
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
392
389
  }
393
390
  }
394
391
  &:not(.e-footer-template) {
392
+ .e-textarea {
393
+ max-height: 280px;
394
+ }
395
395
  .e-assist-send {
396
396
  position: absolute;
397
397
  right: 20px;
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
358
358
  textarea::-webkit-scrollbar {
359
359
  width: 4px;
360
360
  }
361
- .hide-scrollbar textarea {
362
- scrollbar-width: none;
363
- }
364
361
  &:has(.e-rtl):not(.e-footer-template) .e-assist-send {
365
362
  right: unset;
366
363
  left: 20px;
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
392
389
  }
393
390
  }
394
391
  &:not(.e-footer-template) {
392
+ .e-textarea {
393
+ max-height: 280px;
394
+ }
395
395
  .e-assist-send {
396
396
  position: absolute;
397
397
  right: 20px;
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
358
358
  textarea::-webkit-scrollbar {
359
359
  width: 4px;
360
360
  }
361
- .hide-scrollbar textarea {
362
- scrollbar-width: none;
363
- }
364
361
  &:has(.e-rtl):not(.e-footer-template) .e-assist-send {
365
362
  right: unset;
366
363
  left: 20px;
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
392
389
  }
393
390
  }
394
391
  &:not(.e-footer-template) {
392
+ .e-textarea {
393
+ max-height: 280px;
394
+ }
395
395
  .e-assist-send {
396
396
  position: absolute;
397
397
  right: 20px;
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: $neutral-light !default;
358
358
  textarea::-webkit-scrollbar {
359
359
  width: 4px;
360
360
  }
361
- .hide-scrollbar textarea {
362
- scrollbar-width: none;
363
- }
364
361
  &:has(.e-rtl):not(.e-footer-template) .e-assist-send {
365
362
  right: unset;
366
363
  left: 20px;
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: $neutral-light !default;
392
389
  }
393
390
  }
394
391
  &:not(.e-footer-template) {
392
+ .e-textarea {
393
+ max-height: 280px;
394
+ }
395
395
  .e-assist-send {
396
396
  position: absolute;
397
397
  right: 20px;
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: $neutral-light !default;
358
358
  textarea::-webkit-scrollbar {
359
359
  width: 4px;
360
360
  }
361
- .hide-scrollbar textarea {
362
- scrollbar-width: none;
363
- }
364
361
  &:has(.e-rtl):not(.e-footer-template) .e-assist-send {
365
362
  right: unset;
366
363
  left: 20px;
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: $neutral-light !default;
392
389
  }
393
390
  }
394
391
  &:not(.e-footer-template) {
392
+ .e-textarea {
393
+ max-height: 280px;
394
+ }
395
395
  .e-assist-send {
396
396
  position: absolute;
397
397
  right: 20px;
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: $neutral-lighter !default;
358
358
  textarea::-webkit-scrollbar {
359
359
  width: 4px;
360
360
  }
361
- .hide-scrollbar textarea {
362
- scrollbar-width: none;
363
- }
364
361
  &:has(.e-rtl):not(.e-footer-template) .e-assist-send {
365
362
  right: unset;
366
363
  left: 20px;
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: $neutral-lighter !default;
392
389
  }
393
390
  }
394
391
  &:not(.e-footer-template) {
392
+ .e-textarea {
393
+ max-height: 280px;
394
+ }
395
395
  .e-assist-send {
396
396
  position: absolute;
397
397
  right: 20px;
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: $neutral-lighter !default;
358
358
  textarea::-webkit-scrollbar {
359
359
  width: 4px;
360
360
  }
361
- .hide-scrollbar textarea {
362
- scrollbar-width: none;
363
- }
364
361
  &:has(.e-rtl):not(.e-footer-template) .e-assist-send {
365
362
  right: unset;
366
363
  left: 20px;
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: $neutral-lighter !default;
392
389
  }
393
390
  }
394
391
  &:not(.e-footer-template) {
392
+ .e-textarea {
393
+ max-height: 280px;
394
+ }
395
395
  .e-assist-send {
396
396
  position: absolute;
397
397
  right: 20px;
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
358
358
  textarea::-webkit-scrollbar {
359
359
  width: 4px;
360
360
  }
361
- .hide-scrollbar textarea {
362
- scrollbar-width: none;
363
- }
364
361
  &:has(.e-rtl):not(.e-footer-template) .e-assist-send {
365
362
  right: unset;
366
363
  left: 20px;
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
392
389
  }
393
390
  }
394
391
  &:not(.e-footer-template) {
392
+ .e-textarea {
393
+ max-height: 280px;
394
+ }
395
395
  .e-assist-send {
396
396
  position: absolute;
397
397
  right: 20px;
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
358
358
  textarea::-webkit-scrollbar {
359
359
  width: 4px;
360
360
  }
361
- .hide-scrollbar textarea {
362
- scrollbar-width: none;
363
- }
364
361
  &:has(.e-rtl):not(.e-footer-template) .e-assist-send {
365
362
  right: unset;
366
363
  left: 20px;
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
392
389
  }
393
390
  }
394
391
  &:not(.e-footer-template) {
392
+ .e-textarea {
393
+ max-height: 280px;
394
+ }
395
395
  .e-assist-send {
396
396
  position: absolute;
397
397
  right: 20px;
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
358
358
  textarea::-webkit-scrollbar {
359
359
  width: 4px;
360
360
  }
361
- .hide-scrollbar textarea {
362
- scrollbar-width: none;
363
- }
364
361
  &:has(.e-rtl):not(.e-footer-template) .e-assist-send {
365
362
  right: unset;
366
363
  left: 20px;
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
392
389
  }
393
390
  }
394
391
  &:not(.e-footer-template) {
392
+ .e-textarea {
393
+ max-height: 280px;
394
+ }
395
395
  .e-assist-send {
396
396
  position: absolute;
397
397
  right: 20px;
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
358
358
  textarea::-webkit-scrollbar {
359
359
  width: 4px;
360
360
  }
361
- .hide-scrollbar textarea {
362
- scrollbar-width: none;
363
- }
364
361
  &:has(.e-rtl):not(.e-footer-template) .e-assist-send {
365
362
  right: unset;
366
363
  left: 20px;
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
392
389
  }
393
390
  }
394
391
  &:not(.e-footer-template) {
392
+ .e-textarea {
393
+ max-height: 280px;
394
+ }
395
395
  .e-assist-send {
396
396
  position: absolute;
397
397
  right: 20px;
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
358
358
  textarea::-webkit-scrollbar {
359
359
  width: 4px;
360
360
  }
361
- .hide-scrollbar textarea {
362
- scrollbar-width: none;
363
- }
364
361
  &:has(.e-rtl):not(.e-footer-template) .e-assist-send {
365
362
  right: unset;
366
363
  left: 20px;
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
392
389
  }
393
390
  }
394
391
  &:not(.e-footer-template) {
392
+ .e-textarea {
393
+ max-height: 280px;
394
+ }
395
395
  .e-assist-send {
396
396
  position: absolute;
397
397
  right: 20px;
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
358
358
  textarea::-webkit-scrollbar {
359
359
  width: 4px;
360
360
  }
361
- .hide-scrollbar textarea {
362
- scrollbar-width: none;
363
- }
364
361
  &:has(.e-rtl):not(.e-footer-template) .e-assist-send {
365
362
  right: unset;
366
363
  left: 20px;
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
392
389
  }
393
390
  }
394
391
  &:not(.e-footer-template) {
392
+ .e-textarea {
393
+ max-height: 280px;
394
+ }
395
395
  .e-assist-send {
396
396
  position: absolute;
397
397
  right: 20px;
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
358
358
  textarea::-webkit-scrollbar {
359
359
  width: 4px;
360
360
  }
361
- .hide-scrollbar textarea {
362
- scrollbar-width: none;
363
- }
364
361
  &:has(.e-rtl):not(.e-footer-template) .e-assist-send {
365
362
  right: unset;
366
363
  left: 20px;
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
392
389
  }
393
390
  }
394
391
  &:not(.e-footer-template) {
392
+ .e-textarea {
393
+ max-height: 280px;
394
+ }
395
395
  .e-assist-send {
396
396
  position: absolute;
397
397
  right: 20px;
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
358
358
  textarea::-webkit-scrollbar {
359
359
  width: 4px;
360
360
  }
361
- .hide-scrollbar textarea {
362
- scrollbar-width: none;
363
- }
364
361
  &:has(.e-rtl):not(.e-footer-template) .e-assist-send {
365
362
  right: unset;
366
363
  left: 20px;
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
392
389
  }
393
390
  }
394
391
  &:not(.e-footer-template) {
392
+ .e-textarea {
393
+ max-height: 280px;
394
+ }
395
395
  .e-assist-send {
396
396
  position: absolute;
397
397
  right: 20px;
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
358
358
  textarea::-webkit-scrollbar {
359
359
  width: 4px;
360
360
  }
361
- .hide-scrollbar textarea {
362
- scrollbar-width: none;
363
- }
364
361
  &:has(.e-rtl):not(.e-footer-template) .e-assist-send {
365
362
  right: unset;
366
363
  left: 20px;
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
392
389
  }
393
390
  }
394
391
  &:not(.e-footer-template) {
392
+ .e-textarea {
393
+ max-height: 280px;
394
+ }
395
395
  .e-assist-send {
396
396
  position: absolute;
397
397
  right: 20px;
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
358
358
  textarea::-webkit-scrollbar {
359
359
  width: 4px;
360
360
  }
361
- .hide-scrollbar textarea {
362
- scrollbar-width: none;
363
- }
364
361
  &:has(.e-rtl):not(.e-footer-template) .e-assist-send {
365
362
  right: unset;
366
363
  left: 20px;
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
392
389
  }
393
390
  }
394
391
  &:not(.e-footer-template) {
392
+ .e-textarea {
393
+ max-height: 280px;
394
+ }
395
395
  .e-assist-send {
396
396
  position: absolute;
397
397
  right: 20px;
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
358
358
  textarea::-webkit-scrollbar {
359
359
  width: 4px;
360
360
  }
361
- .hide-scrollbar textarea {
362
- scrollbar-width: none;
363
- }
364
361
  &:has(.e-rtl):not(.e-footer-template) .e-assist-send {
365
362
  right: unset;
366
363
  left: 20px;
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
392
389
  }
393
390
  }
394
391
  &:not(.e-footer-template) {
392
+ .e-textarea {
393
+ max-height: 280px;
394
+ }
395
395
  .e-assist-send {
396
396
  position: absolute;
397
397
  right: 20px;
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
358
358
  textarea::-webkit-scrollbar {
359
359
  width: 4px;
360
360
  }
361
- .hide-scrollbar textarea {
362
- scrollbar-width: none;
363
- }
364
361
  &:has(.e-rtl):not(.e-footer-template) .e-assist-send {
365
362
  right: unset;
366
363
  left: 20px;
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
392
389
  }
393
390
  }
394
391
  &:not(.e-footer-template) {
392
+ .e-textarea {
393
+ max-height: 280px;
394
+ }
395
395
  .e-assist-send {
396
396
  position: absolute;
397
397
  right: 20px;
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: rgba($grey-white, .1) !default;
358
358
  textarea::-webkit-scrollbar {
359
359
  width: 4px;
360
360
  }
361
- .hide-scrollbar textarea {
362
- scrollbar-width: none;
363
- }
364
361
  &:has(.e-rtl):not(.e-footer-template) .e-assist-send {
365
362
  right: unset;
366
363
  left: 20px;
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: rgba($grey-white, .1) !default;
392
389
  }
393
390
  }
394
391
  &:not(.e-footer-template) {
392
+ .e-textarea {
393
+ max-height: 280px;
394
+ }
395
395
  .e-assist-send {
396
396
  position: absolute;
397
397
  right: 20px;