@syncfusion/ej2-richtexteditor 29.2.4-771571 → 29.2.4-803054

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 (316) hide show
  1. package/dist/ej2-richtexteditor.umd.min.js +1 -1
  2. package/dist/ej2-richtexteditor.umd.min.js.map +1 -1
  3. package/dist/es6/ej2-richtexteditor.es2015.js +140 -18
  4. package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
  5. package/dist/es6/ej2-richtexteditor.es5.js +162 -35
  6. package/dist/es6/ej2-richtexteditor.es5.js.map +1 -1
  7. package/package.json +1 -1
  8. package/src/editor-manager/plugin/clearformat.js +53 -22
  9. package/src/rich-text-editor/actions/enter-key.js +25 -9
  10. package/src/rich-text-editor/actions/paste-clean-up.d.ts +4 -0
  11. package/src/rich-text-editor/actions/paste-clean-up.js +79 -2
  12. package/src/rich-text-editor/base/rich-text-editor.js +4 -3
  13. package/src/rich-text-editor/models/toolbar-settings-model.d.ts +7 -0
  14. package/src/rich-text-editor/models/toolbar-settings.d.ts +6 -0
  15. package/src/rich-text-editor/models/toolbar-settings.js +3 -0
  16. package/styles/_all.bds.scss +1 -0
  17. package/styles/_all.bootstrap-dark.scss +1 -0
  18. package/styles/_all.bootstrap.scss +1 -0
  19. package/styles/_all.bootstrap4.scss +1 -0
  20. package/styles/_all.bootstrap5-dark.scss +1 -0
  21. package/styles/_all.bootstrap5.3.scss +1 -0
  22. package/styles/_all.bootstrap5.scss +1 -0
  23. package/styles/_all.fabric-dark.scss +1 -0
  24. package/styles/_all.fabric.scss +1 -0
  25. package/styles/_all.fluent-dark.scss +1 -0
  26. package/styles/_all.fluent.scss +1 -0
  27. package/styles/_all.fluent2.scss +1 -0
  28. package/styles/_all.highcontrast-light.scss +1 -0
  29. package/styles/_all.highcontrast.scss +1 -0
  30. package/styles/_all.material-dark.scss +1 -0
  31. package/styles/_all.material.scss +1 -0
  32. package/styles/_all.material3-dark.scss +1 -0
  33. package/styles/_all.material3.scss +1 -0
  34. package/styles/_all.scss +1 -1
  35. package/styles/_all.tailwind-dark.scss +1 -0
  36. package/styles/_all.tailwind.scss +1 -0
  37. package/styles/_all.tailwind3.scss +1 -0
  38. package/styles/bds-lite.css +239 -89
  39. package/styles/bds-lite.scss +3 -4
  40. package/styles/bds.css +347 -98
  41. package/styles/bds.scss +4 -5
  42. package/styles/bootstrap-dark-lite.css +206 -86
  43. package/styles/bootstrap-dark-lite.scss +3 -4
  44. package/styles/bootstrap-dark.css +299 -95
  45. package/styles/bootstrap-dark.scss +4 -5
  46. package/styles/bootstrap-lite.css +384 -86
  47. package/styles/bootstrap-lite.scss +3 -4
  48. package/styles/bootstrap.css +566 -95
  49. package/styles/bootstrap.scss +4 -5
  50. package/styles/bootstrap4-lite.css +565 -93
  51. package/styles/bootstrap4-lite.scss +3 -4
  52. package/styles/bootstrap4.css +850 -115
  53. package/styles/bootstrap4.scss +4 -5
  54. package/styles/bootstrap5-dark-lite.css +193 -87
  55. package/styles/bootstrap5-dark-lite.scss +3 -4
  56. package/styles/bootstrap5-dark.css +279 -96
  57. package/styles/bootstrap5-dark.scss +4 -5
  58. package/styles/bootstrap5-lite.css +187 -87
  59. package/styles/bootstrap5-lite.scss +4 -4
  60. package/styles/bootstrap5.3-lite.css +456 -108
  61. package/styles/bootstrap5.3-lite.scss +4 -4
  62. package/styles/bootstrap5.3.css +627 -118
  63. package/styles/bootstrap5.3.scss +5 -5
  64. package/styles/bootstrap5.css +273 -96
  65. package/styles/bootstrap5.scss +5 -5
  66. package/styles/fabric-dark-lite.css +193 -87
  67. package/styles/fabric-dark-lite.scss +4 -4
  68. package/styles/fabric-dark.css +279 -96
  69. package/styles/fabric-dark.scss +5 -5
  70. package/styles/fabric-lite.css +193 -87
  71. package/styles/fabric-lite.scss +4 -4
  72. package/styles/fabric.css +279 -96
  73. package/styles/fabric.scss +5 -5
  74. package/styles/fluent-dark-lite.css +195 -98
  75. package/styles/fluent-dark-lite.scss +4 -4
  76. package/styles/fluent-dark.css +281 -107
  77. package/styles/fluent-dark.scss +5 -5
  78. package/styles/fluent-lite.css +195 -89
  79. package/styles/fluent-lite.scss +4 -4
  80. package/styles/fluent.css +281 -98
  81. package/styles/fluent.scss +5 -5
  82. package/styles/fluent2-lite.css +519 -114
  83. package/styles/fluent2-lite.scss +4 -4
  84. package/styles/fluent2.css +703 -126
  85. package/styles/fluent2.scss +5 -5
  86. package/styles/highcontrast-light-lite.css +193 -87
  87. package/styles/highcontrast-light-lite.scss +4 -4
  88. package/styles/highcontrast-light.css +279 -96
  89. package/styles/highcontrast-light.scss +5 -5
  90. package/styles/highcontrast-lite.css +193 -87
  91. package/styles/highcontrast-lite.scss +4 -4
  92. package/styles/highcontrast.css +279 -96
  93. package/styles/highcontrast.scss +5 -5
  94. package/styles/material-dark-lite.css +192 -86
  95. package/styles/material-dark-lite.scss +4 -4
  96. package/styles/material-dark.css +278 -95
  97. package/styles/material-dark.scss +5 -5
  98. package/styles/material-lite.css +192 -86
  99. package/styles/material-lite.scss +3 -4
  100. package/styles/material.css +278 -95
  101. package/styles/material.scss +4 -5
  102. package/styles/material3-dark-lite.css +539 -105
  103. package/styles/material3-dark-lite.scss +4 -4
  104. package/styles/material3-dark.css +723 -130
  105. package/styles/material3-dark.scss +5 -7
  106. package/styles/material3-lite.css +459 -105
  107. package/styles/material3-lite.scss +4 -4
  108. package/styles/material3.css +645 -130
  109. package/styles/material3.scss +5 -7
  110. package/styles/rich-text-editor/_all.bds.scss +2 -0
  111. package/styles/rich-text-editor/_all.bootstrap-dark.scss +2 -0
  112. package/styles/rich-text-editor/_all.bootstrap.scss +2 -0
  113. package/styles/rich-text-editor/_all.bootstrap4.scss +2 -0
  114. package/styles/rich-text-editor/_all.bootstrap5-dark.scss +2 -0
  115. package/styles/rich-text-editor/_all.bootstrap5.3.scss +2 -0
  116. package/styles/rich-text-editor/_all.bootstrap5.scss +2 -0
  117. package/styles/rich-text-editor/_all.fabric-dark.scss +2 -0
  118. package/styles/rich-text-editor/_all.fabric.scss +2 -0
  119. package/styles/rich-text-editor/_all.fluent-dark.scss +2 -0
  120. package/styles/rich-text-editor/_all.fluent.scss +2 -0
  121. package/styles/rich-text-editor/_all.fluent2.scss +2 -0
  122. package/styles/rich-text-editor/_all.highcontrast-light.scss +2 -0
  123. package/styles/rich-text-editor/_all.highcontrast.scss +2 -0
  124. package/styles/rich-text-editor/_all.material-dark.scss +2 -0
  125. package/styles/rich-text-editor/_all.material.scss +2 -0
  126. package/styles/rich-text-editor/_all.material3-dark.scss +2 -0
  127. package/styles/rich-text-editor/_all.material3.scss +2 -0
  128. package/styles/rich-text-editor/_all.scss +2 -2
  129. package/styles/rich-text-editor/_all.tailwind-dark.scss +2 -0
  130. package/styles/rich-text-editor/_all.tailwind.scss +2 -0
  131. package/styles/rich-text-editor/_all.tailwind3.scss +2 -0
  132. package/styles/rich-text-editor/_bds-definition.scss +468 -27
  133. package/styles/rich-text-editor/_bigger.bds.scss +3 -0
  134. package/styles/rich-text-editor/_bigger.bootstrap-dark.scss +3 -0
  135. package/styles/rich-text-editor/_bigger.bootstrap.scss +3 -0
  136. package/styles/rich-text-editor/_bigger.bootstrap4.scss +3 -0
  137. package/styles/rich-text-editor/_bigger.bootstrap5-dark.scss +3 -0
  138. package/styles/rich-text-editor/_bigger.bootstrap5.3.scss +3 -0
  139. package/styles/rich-text-editor/_bigger.bootstrap5.scss +3 -0
  140. package/styles/rich-text-editor/_bigger.fabric-dark.scss +3 -0
  141. package/styles/rich-text-editor/_bigger.fabric.scss +3 -0
  142. package/styles/rich-text-editor/_bigger.fluent-dark.scss +3 -0
  143. package/styles/rich-text-editor/_bigger.fluent.scss +3 -0
  144. package/styles/rich-text-editor/_bigger.fluent2.scss +3 -0
  145. package/styles/rich-text-editor/_bigger.highcontrast-light.scss +3 -0
  146. package/styles/rich-text-editor/_bigger.highcontrast.scss +3 -0
  147. package/styles/rich-text-editor/_bigger.material-dark.scss +3 -0
  148. package/styles/rich-text-editor/_bigger.material.scss +3 -0
  149. package/styles/rich-text-editor/_bigger.material3-dark.scss +3 -0
  150. package/styles/rich-text-editor/_bigger.material3.scss +3 -0
  151. package/styles/rich-text-editor/_bigger.scss +152 -57
  152. package/styles/rich-text-editor/_bigger.tailwind-dark.scss +3 -0
  153. package/styles/rich-text-editor/_bigger.tailwind.scss +3 -0
  154. package/styles/rich-text-editor/_bigger.tailwind3.scss +3 -0
  155. package/styles/rich-text-editor/_bootstrap-dark-definition.scss +467 -26
  156. package/styles/rich-text-editor/_bootstrap-definition.scss +467 -26
  157. package/styles/rich-text-editor/_bootstrap4-definition.scss +473 -33
  158. package/styles/rich-text-editor/_bootstrap5-dark-definition.scss +709 -1
  159. package/styles/rich-text-editor/_bootstrap5-definition.scss +467 -27
  160. package/styles/rich-text-editor/_bootstrap5.3-definition.scss +469 -29
  161. package/styles/rich-text-editor/_fabric-dark-definition.scss +467 -27
  162. package/styles/rich-text-editor/_fabric-definition.scss +466 -27
  163. package/styles/rich-text-editor/_fluent-dark-definition.scss +710 -1
  164. package/styles/rich-text-editor/_fluent-definition.scss +470 -27
  165. package/styles/rich-text-editor/_fluent2-definition.scss +478 -33
  166. package/styles/rich-text-editor/_fusionnew-definition.scss +464 -26
  167. package/styles/rich-text-editor/_highcontrast-definition.scss +466 -26
  168. package/styles/rich-text-editor/_highcontrast-light-definition.scss +466 -26
  169. package/styles/rich-text-editor/_layout.bds.scss +3 -0
  170. package/styles/rich-text-editor/_layout.bootstrap-dark.scss +3 -0
  171. package/styles/rich-text-editor/_layout.bootstrap.scss +3 -0
  172. package/styles/rich-text-editor/_layout.bootstrap4.scss +3 -0
  173. package/styles/rich-text-editor/_layout.bootstrap5-dark.scss +3 -0
  174. package/styles/rich-text-editor/_layout.bootstrap5.3.scss +3 -0
  175. package/styles/rich-text-editor/_layout.bootstrap5.scss +3 -0
  176. package/styles/rich-text-editor/_layout.fabric-dark.scss +3 -0
  177. package/styles/rich-text-editor/_layout.fabric.scss +3 -0
  178. package/styles/rich-text-editor/_layout.fluent-dark.scss +3 -0
  179. package/styles/rich-text-editor/_layout.fluent.scss +3 -0
  180. package/styles/rich-text-editor/_layout.fluent2.scss +3 -0
  181. package/styles/rich-text-editor/_layout.highcontrast-light.scss +3 -0
  182. package/styles/rich-text-editor/_layout.highcontrast.scss +3 -0
  183. package/styles/rich-text-editor/_layout.material-dark.scss +3 -0
  184. package/styles/rich-text-editor/_layout.material.scss +3 -0
  185. package/styles/rich-text-editor/_layout.material3-dark.scss +3 -0
  186. package/styles/rich-text-editor/_layout.material3.scss +3 -0
  187. package/styles/rich-text-editor/_layout.scss +448 -353
  188. package/styles/rich-text-editor/_layout.tailwind-dark.scss +3 -0
  189. package/styles/rich-text-editor/_layout.tailwind.scss +3 -0
  190. package/styles/rich-text-editor/_layout.tailwind3.scss +3 -0
  191. package/styles/rich-text-editor/_material-dark-definition.scss +466 -28
  192. package/styles/rich-text-editor/_material-definition.scss +466 -26
  193. package/styles/rich-text-editor/_material3-dark-definition.scss +714 -1
  194. package/styles/rich-text-editor/_material3-definition.scss +473 -30
  195. package/styles/rich-text-editor/_tailwind-dark-definition.scss +706 -1
  196. package/styles/rich-text-editor/_tailwind-definition.scss +468 -28
  197. package/styles/rich-text-editor/_tailwind3-definition.scss +474 -34
  198. package/styles/rich-text-editor/_theme-variables.bds.scss +1 -0
  199. package/styles/rich-text-editor/_theme-variables.bootstrap-dark.scss +1 -0
  200. package/styles/rich-text-editor/_theme-variables.bootstrap.scss +1 -0
  201. package/styles/rich-text-editor/_theme-variables.bootstrap4.scss +1 -0
  202. package/styles/rich-text-editor/_theme-variables.bootstrap5-dark.scss +1 -0
  203. package/styles/rich-text-editor/_theme-variables.bootstrap5.3.scss +1 -0
  204. package/styles/rich-text-editor/_theme-variables.bootstrap5.scss +1 -0
  205. package/styles/rich-text-editor/_theme-variables.fabric-dark.scss +1 -0
  206. package/styles/rich-text-editor/_theme-variables.fabric.scss +1 -0
  207. package/styles/rich-text-editor/_theme-variables.fluent-dark.scss +1 -0
  208. package/styles/rich-text-editor/_theme-variables.fluent.scss +1 -0
  209. package/styles/rich-text-editor/_theme-variables.fluent2.scss +1 -0
  210. package/styles/rich-text-editor/_theme-variables.highcontrast-light.scss +1 -0
  211. package/styles/rich-text-editor/_theme-variables.highcontrast.scss +1 -0
  212. package/styles/rich-text-editor/_theme-variables.material-dark.scss +1 -0
  213. package/styles/rich-text-editor/_theme-variables.material.scss +1 -0
  214. package/styles/rich-text-editor/_theme-variables.material3-dark.scss +1 -0
  215. package/styles/rich-text-editor/_theme-variables.material3.scss +1 -0
  216. package/styles/rich-text-editor/_theme-variables.tailwind-dark.scss +1 -0
  217. package/styles/rich-text-editor/_theme-variables.tailwind.scss +1 -0
  218. package/styles/rich-text-editor/_theme-variables.tailwind3.scss +1 -0
  219. package/styles/rich-text-editor/_theme.bds.scss +4 -0
  220. package/styles/rich-text-editor/_theme.bootstrap-dark.scss +4 -0
  221. package/styles/rich-text-editor/_theme.bootstrap.scss +4 -0
  222. package/styles/rich-text-editor/_theme.bootstrap4.scss +4 -0
  223. package/styles/rich-text-editor/_theme.bootstrap5-dark.scss +4 -0
  224. package/styles/rich-text-editor/_theme.bootstrap5.3.scss +4 -0
  225. package/styles/rich-text-editor/_theme.bootstrap5.scss +4 -0
  226. package/styles/rich-text-editor/_theme.fabric-dark.scss +4 -0
  227. package/styles/rich-text-editor/_theme.fabric.scss +4 -0
  228. package/styles/rich-text-editor/_theme.fluent-dark.scss +4 -0
  229. package/styles/rich-text-editor/_theme.fluent.scss +4 -0
  230. package/styles/rich-text-editor/_theme.fluent2.scss +4 -0
  231. package/styles/rich-text-editor/_theme.highcontrast-light.scss +4 -0
  232. package/styles/rich-text-editor/_theme.highcontrast.scss +4 -0
  233. package/styles/rich-text-editor/_theme.material-dark.scss +4 -0
  234. package/styles/rich-text-editor/_theme.material.scss +4 -0
  235. package/styles/rich-text-editor/_theme.material3-dark.scss +4 -0
  236. package/styles/rich-text-editor/_theme.material3.scss +4 -0
  237. package/styles/rich-text-editor/_theme.scss +65 -36
  238. package/styles/rich-text-editor/_theme.tailwind-dark.scss +4 -0
  239. package/styles/rich-text-editor/_theme.tailwind.scss +4 -0
  240. package/styles/rich-text-editor/_theme.tailwind3.scss +4 -0
  241. package/styles/rich-text-editor/bds.css +347 -98
  242. package/styles/rich-text-editor/bds.scss +5 -5
  243. package/styles/rich-text-editor/bootstrap-dark.css +299 -95
  244. package/styles/rich-text-editor/bootstrap-dark.scss +5 -5
  245. package/styles/rich-text-editor/bootstrap.css +566 -95
  246. package/styles/rich-text-editor/bootstrap.scss +5 -5
  247. package/styles/rich-text-editor/bootstrap4.css +850 -115
  248. package/styles/rich-text-editor/bootstrap4.scss +5 -5
  249. package/styles/rich-text-editor/bootstrap5-dark.css +279 -96
  250. package/styles/rich-text-editor/bootstrap5-dark.scss +5 -5
  251. package/styles/rich-text-editor/bootstrap5.3.css +627 -118
  252. package/styles/rich-text-editor/bootstrap5.3.scss +5 -5
  253. package/styles/rich-text-editor/bootstrap5.css +273 -96
  254. package/styles/rich-text-editor/bootstrap5.scss +5 -5
  255. package/styles/rich-text-editor/fabric-dark.css +279 -96
  256. package/styles/rich-text-editor/fabric-dark.scss +5 -5
  257. package/styles/rich-text-editor/fabric.css +279 -96
  258. package/styles/rich-text-editor/fabric.scss +5 -5
  259. package/styles/rich-text-editor/fluent-dark.css +281 -107
  260. package/styles/rich-text-editor/fluent-dark.scss +5 -5
  261. package/styles/rich-text-editor/fluent.css +281 -98
  262. package/styles/rich-text-editor/fluent.scss +5 -5
  263. package/styles/rich-text-editor/fluent2.css +703 -126
  264. package/styles/rich-text-editor/fluent2.scss +5 -5
  265. package/styles/rich-text-editor/highcontrast-light.css +279 -96
  266. package/styles/rich-text-editor/highcontrast-light.scss +5 -5
  267. package/styles/rich-text-editor/highcontrast.css +279 -96
  268. package/styles/rich-text-editor/highcontrast.scss +5 -5
  269. package/styles/rich-text-editor/icons/_bds.scss +7 -0
  270. package/styles/rich-text-editor/icons/_bootstrap-dark.scss +7 -0
  271. package/styles/rich-text-editor/icons/_bootstrap.scss +7 -0
  272. package/styles/rich-text-editor/icons/_bootstrap4.scss +7 -0
  273. package/styles/rich-text-editor/icons/_bootstrap5-dark.scss +1 -1
  274. package/styles/rich-text-editor/icons/_bootstrap5.3.scss +7 -0
  275. package/styles/rich-text-editor/icons/_bootstrap5.scss +7 -0
  276. package/styles/rich-text-editor/icons/_fabric-dark.scss +7 -0
  277. package/styles/rich-text-editor/icons/_fabric.scss +7 -0
  278. package/styles/rich-text-editor/icons/_fluent-dark.scss +1 -1
  279. package/styles/rich-text-editor/icons/_fluent.scss +6 -0
  280. package/styles/rich-text-editor/icons/_fluent2.scss +7 -0
  281. package/styles/rich-text-editor/icons/_fusionnew.scss +7 -0
  282. package/styles/rich-text-editor/icons/_highcontrast-light.scss +7 -0
  283. package/styles/rich-text-editor/icons/_highcontrast.scss +7 -0
  284. package/styles/rich-text-editor/icons/_material-dark.scss +7 -0
  285. package/styles/rich-text-editor/icons/_material.scss +7 -0
  286. package/styles/rich-text-editor/icons/_material3-dark.scss +1 -1
  287. package/styles/rich-text-editor/icons/_material3.scss +7 -0
  288. package/styles/rich-text-editor/icons/_tailwind-dark.scss +1 -1
  289. package/styles/rich-text-editor/icons/_tailwind.scss +7 -0
  290. package/styles/rich-text-editor/icons/_tailwind3.scss +7 -0
  291. package/styles/rich-text-editor/material-dark.css +278 -95
  292. package/styles/rich-text-editor/material-dark.scss +5 -5
  293. package/styles/rich-text-editor/material.css +278 -95
  294. package/styles/rich-text-editor/material.scss +5 -5
  295. package/styles/rich-text-editor/material3-dark.css +723 -130
  296. package/styles/rich-text-editor/material3-dark.scss +5 -6
  297. package/styles/rich-text-editor/material3.css +645 -130
  298. package/styles/rich-text-editor/material3.scss +5 -6
  299. package/styles/rich-text-editor/tailwind-dark.css +282 -99
  300. package/styles/rich-text-editor/tailwind-dark.scss +5 -5
  301. package/styles/rich-text-editor/tailwind.css +282 -99
  302. package/styles/rich-text-editor/tailwind.scss +5 -5
  303. package/styles/rich-text-editor/tailwind3.css +593 -115
  304. package/styles/rich-text-editor/tailwind3.scss +5 -5
  305. package/styles/tailwind-dark-lite.css +196 -90
  306. package/styles/tailwind-dark-lite.scss +4 -4
  307. package/styles/tailwind-dark.css +282 -99
  308. package/styles/tailwind-dark.scss +5 -5
  309. package/styles/tailwind-lite.css +196 -90
  310. package/styles/tailwind-lite.scss +4 -4
  311. package/styles/tailwind.css +282 -99
  312. package/styles/tailwind.scss +5 -5
  313. package/styles/tailwind3-lite.css +430 -104
  314. package/styles/tailwind3-lite.scss +4 -4
  315. package/styles/tailwind3.css +593 -115
  316. package/styles/tailwind3.scss +5 -5
@@ -51,6 +51,12 @@
51
51
  .e-rte-dropdown-popup .e-justify-left::before {
52
52
  content: "\e7b8";
53
53
  }
54
+ .e-toolbar-wrapper .e-lineHeight::before,
55
+ .e-toolbar-container .e-lineHeight::before,
56
+ .e-rte-toolbar .e-lineHeight::before,
57
+ .e-rte-dropdown-popup .e-lineHeight::before {
58
+ content: "\e78d";
59
+ }
54
60
  .e-toolbar-wrapper .e-justify-center::before,
55
61
  .e-toolbar-container .e-justify-center::before,
56
62
  .e-rte-toolbar .e-justify-center::before,
@@ -556,6 +562,28 @@
556
562
  cursor: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAzMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUgMi41QzQuNDQ3NzIgMi41IDQgMi45NDc3MiA0IDMuNUM0IDQuMDUyMjggNC40NDc3MiA0LjUgNSA0LjVINi42OTcyMkw3LjUgNS4wMzUxOFYxNi45NjQ4TDYuNjk3MjIgMTcuNUg1QzQuNDQ3NzIgMTcuNSA0IDE3Ljk0NzcgNCAxOC41QzQgMTkuMDUyMyA0LjQ0NzcyIDE5LjUgNSAxOS41SDYuNjk3MjJDNy4wOTIwNyAxOS41IDcuNDc4MDkgMTkuMzgzMSA3LjgwNjYyIDE5LjE2NDFMOC41IDE4LjcwMTlMOS4xOTMzOCAxOS4xNjQxQzkuNTIxOTEgMTkuMzgzMSA5LjkwNzkzIDE5LjUgMTAuMzAyOCAxOS41SDEyQzEyLjU1MjMgMTkuNSAxMyAxOS4wNTIzIDEzIDE4LjVDMTMgMTcuOTQ3NyAxMi41NTIzIDE3LjUgMTIgMTcuNUwxMC4zMDI4IDE3LjVMOS41IDE2Ljk2NDhWNS4wMzUxOEwxMC4zMDI4IDQuNUgxMkMxMi41NTIzIDQuNSAxMyA0LjA1MjI4IDEzIDMuNUMxMyAyLjk0NzcyIDEyLjU1MjMgMi41IDEyIDIuNUgxMC4zMDI4QzkuOTA3OTMgMi41IDkuNTIxOTEgMi42MTY4OCA5LjE5MzM4IDIuODM1OUw4LjUgMy4yOTgxNUw3LjgwNjYyIDIuODM1OUM3LjQ3ODA5IDIuNjE2ODggNy4wOTIwNyAyLjUgNi42OTcyMiAyLjVINVoiIGZpbGw9ImJsYWNrIiBzdHJva2U9IndoaXRlIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTIzLjUgNFY4LjVIMjVDMjUuODI4NCA4LjUgMjYuNSA5LjE3MTU3IDI2LjUgMTBWMTEuNVYxNy41SDIzLjVIMjAuNUgxNi41QzE3LjUgMTUgMTcuNSAxMS41IDE3LjUgMTEuNVYxMEMxNy41IDkuMTcxNTcgMTguMTcxNiA4LjUgMTkgOC41SDIwLjVWNEMyMC41IDMuMTcxNTcgMjEuMTcxNiAyLjUgMjIgMi41QzIyLjgyODQgMi41IDIzLjUgMy4xNzE1NyAyMy41IDRaIiBmaWxsPSJibGFjayIvPgo8cGF0aCBkPSJNMjMuNSA4LjVWNEMyMy41IDMuMTcxNTcgMjIuODI4NCAyLjUgMjIgMi41VjIuNUMyMS4xNzE2IDIuNSAyMC41IDMuMTcxNTcgMjAuNSA0VjguNU0yMy41IDguNUgyNUMyNS44Mjg0IDguNSAyNi41IDkuMTcxNTcgMjYuNSAxMFYxMS41TTIzLjUgOC41SDIwLjVNMjAuNSA4LjVIMTlDMTguMTcxNiA4LjUgMTcuNSA5LjE3MTU3IDE3LjUgMTBWMTEuNU0yNi41IDExLjVWMTcuNUgyMy41TTI2LjUgMTEuNUgxNy41TTE3LjUgMTEuNUMxNy41IDExLjUgMTcuNSAxNSAxNi41IDE3LjVIMjAuNU0yMy41IDE3LjVWMTQuNU0yMy41IDE3LjVIMjAuNU0yMC41IDE3LjVWMTUuNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=") 8 1, auto;
557
563
  }
558
564
 
565
+
566
+
567
+
568
+
569
+ /* stylelint-disable */
570
+ .e-rte-quick-popup {
571
+ border-radius: 6px !important;
572
+ }
573
+
574
+ .e-rte-quick-popup .e-rte-quick-toolbar {
575
+ border-radius: 6px !important;
576
+ }
577
+
578
+ .e-richtexteditor .e-toolbar .e-tbar-btn {
579
+ border: 1px solid var(--color-sf-base-transparent) !important;
580
+ }
581
+
582
+ .e-richtexteditor .e-toolbar .e-tbar-btn:hover {
583
+ background: var(--color-sf-bg-primary-alt);
584
+ border: 1px solid var(--color-sf-utility-secondary-border-color) !important;
585
+ }
586
+
559
587
  /*! tab layout */
560
588
  .e-richtexteditor {
561
589
  display: block;
@@ -656,10 +684,9 @@
656
684
  text-align: left;
657
685
  }
658
686
  .e-richtexteditor.e-rtl .e-rte-character-count {
659
- left: 0;
687
+ margin-right: auto;
660
688
  padding-left: 30px;
661
689
  padding-right: unset;
662
- right: unset;
663
690
  }
664
691
  .e-richtexteditor.e-rtl .e-rte-content .e-content blockquote {
665
692
  padding-left: 0;
@@ -669,7 +696,8 @@
669
696
  margin-left: 0;
670
697
  }
671
698
  .e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
672
- height: auto;
699
+ height: 32px;
700
+ min-height: 32px;
673
701
  }
674
702
  .e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
675
703
  display: inline-block;
@@ -753,7 +781,7 @@
753
781
  position: relative;
754
782
  text-align: inherit;
755
783
  z-index: 2;
756
- font-weight: normal; /* normal = 400 */
784
+ font-weight: 400;
757
785
  line-height: 1.5;
758
786
  font-size: 1em;
759
787
  /* stylelint-disable property-no-vendor-prefix */
@@ -768,6 +796,11 @@
768
796
  margin: 0 0 10px;
769
797
  margin-bottom: 10px;
770
798
  }
799
+ .e-richtexteditor .e-rte-content .e-content blockquote,
800
+ .e-richtexteditor .e-source-content .e-content blockquote,
801
+ .e-richtexteditor .e-rte-iframe-content .e-content blockquote {
802
+ font-size: 1em;
803
+ }
771
804
  .e-richtexteditor .e-rte-content .e-content code,
772
805
  .e-richtexteditor .e-source-content .e-content code,
773
806
  .e-richtexteditor .e-rte-iframe-content .e-content code {
@@ -932,7 +965,6 @@
932
965
  .e-richtexteditor .e-source-content .e-content h6,
933
966
  .e-richtexteditor .e-rte-iframe-content .e-content h6 {
934
967
  font-size: 1.142em;
935
- line-height: 600;
936
968
  line-height: 1.5;
937
969
  margin: 10px 0;
938
970
  }
@@ -951,6 +983,11 @@
951
983
  border-spacing: 0;
952
984
  empty-cells: show;
953
985
  }
986
+ .e-richtexteditor .e-rte-content .e-content table:not(:first-child):not(table table),
987
+ .e-richtexteditor .e-source-content .e-content table:not(:first-child):not(table table),
988
+ .e-richtexteditor .e-rte-iframe-content .e-content table:not(:first-child):not(table table) {
989
+ margin-top: 10px;
990
+ }
954
991
  .e-richtexteditor .e-rte-content .e-content pre,
955
992
  .e-richtexteditor .e-source-content .e-content pre,
956
993
  .e-richtexteditor .e-rte-iframe-content .e-content pre {
@@ -1009,7 +1046,7 @@
1009
1046
  .e-richtexteditor .e-source-content .e-content b,
1010
1047
  .e-richtexteditor .e-rte-iframe-content .e-content strong,
1011
1048
  .e-richtexteditor .e-rte-iframe-content .e-content b {
1012
- font-weight: bold;
1049
+ font-weight: 700;
1013
1050
  }
1014
1051
  .e-richtexteditor .e-rte-content .e-content a,
1015
1052
  .e-richtexteditor .e-source-content .e-content a,
@@ -1040,13 +1077,17 @@
1040
1077
  margin-bottom: 0;
1041
1078
  }
1042
1079
  .e-richtexteditor .e-rte-content .e-content h3 + h4,
1043
- .e-richtexteditor .e-rte-content .e-content h4 + h5,
1044
- .e-richtexteditor .e-rte-content .e-content h5 + h6,
1045
1080
  .e-richtexteditor .e-source-content .e-content h3 + h4,
1081
+ .e-richtexteditor .e-rte-iframe-content .e-content h3 + h4 {
1082
+ margin-top: 0.6em;
1083
+ }
1084
+ .e-richtexteditor .e-rte-content .e-content h4 + h5,
1046
1085
  .e-richtexteditor .e-source-content .e-content h4 + h5,
1086
+ .e-richtexteditor .e-rte-iframe-content .e-content h4 + h5 {
1087
+ margin-top: 0.6em;
1088
+ }
1089
+ .e-richtexteditor .e-rte-content .e-content h5 + h6,
1047
1090
  .e-richtexteditor .e-source-content .e-content h5 + h6,
1048
- .e-richtexteditor .e-rte-iframe-content .e-content h3 + h4,
1049
- .e-richtexteditor .e-rte-iframe-content .e-content h4 + h5,
1050
1091
  .e-richtexteditor .e-rte-iframe-content .e-content h5 + h6 {
1051
1092
  margin-top: 0.6em;
1052
1093
  }
@@ -1127,7 +1168,7 @@
1127
1168
  .e-richtexteditor .e-rte-character-count {
1128
1169
  color: var(--color-sf-text-placeholder);
1129
1170
  font-size: 14px;
1130
- margin-right: 10px;
1171
+ margin-right: 15px;
1131
1172
  opacity: 1;
1132
1173
  padding-bottom: 2px;
1133
1174
  text-align: right;
@@ -1142,6 +1183,9 @@
1142
1183
  color: var(--color-sf-utility-danger);
1143
1184
  opacity: unset;
1144
1185
  }
1186
+ .e-richtexteditor:not(.e-rtl) .e-rte-character-count:last-child {
1187
+ margin-right: 10px;
1188
+ }
1145
1189
  .e-richtexteditor .e-rte-srctextarea {
1146
1190
  background-color: transparent;
1147
1191
  border: 0;
@@ -1156,15 +1200,15 @@
1156
1200
  width: 100%;
1157
1201
  }
1158
1202
  .e-richtexteditor .e-resize-handle {
1159
- height: 15px;
1160
1203
  position: absolute;
1161
- width: 15px;
1204
+ margin-bottom: 3px;
1162
1205
  }
1163
1206
  .e-richtexteditor .e-resize-handle.e-south-east {
1164
1207
  bottom: 0;
1165
1208
  cursor: nwse-resize;
1166
1209
  right: 0;
1167
1210
  z-index: 100;
1211
+ margin-right: 3px;
1168
1212
  }
1169
1213
  .e-richtexteditor .e-resize-handle.e-south-west {
1170
1214
  bottom: 0;
@@ -1173,6 +1217,7 @@
1173
1217
  -webkit-transform: rotate(90deg);
1174
1218
  transform: rotate(90deg);
1175
1219
  z-index: 100;
1220
+ margin-left: 3px;
1176
1221
  }
1177
1222
  .e-richtexteditor.e-rtl.e-rte-resize {
1178
1223
  float: right;
@@ -1251,7 +1296,7 @@
1251
1296
  padding: 5px;
1252
1297
  }
1253
1298
  .e-richtexteditor .e-video-url-wrap textarea {
1254
- height: 80px;
1299
+ min-height: 80px;
1255
1300
  }
1256
1301
  .e-richtexteditor .e-rte-value-wrapper {
1257
1302
  display: none;
@@ -1278,7 +1323,7 @@
1278
1323
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-colorpicker-container.e-rte-background-colorpicker .e-split-colorpicker.e-icons::before {
1279
1324
  display: block;
1280
1325
  font-family: "e-icons";
1281
- font-weight: normal;
1326
+ font-weight: 400;
1282
1327
  line-height: 1;
1283
1328
  text-transform: none;
1284
1329
  }
@@ -1311,7 +1356,7 @@
1311
1356
  }
1312
1357
 
1313
1358
  .e-rte-label label {
1314
- font-weight: normal;
1359
+ font-weight: 400;
1315
1360
  }
1316
1361
 
1317
1362
  .e-rte-linkcontent .e-rte-label:first-child {
@@ -1350,7 +1395,7 @@
1350
1395
  }
1351
1396
  .e-rte-dropdown-popup ul .e-item.e-h1 {
1352
1397
  font-size: 2em;
1353
- font-weight: bold;
1398
+ font-weight: 700;
1354
1399
  height: 40px;
1355
1400
  line-height: 40px;
1356
1401
  }
@@ -1361,25 +1406,25 @@
1361
1406
  }
1362
1407
  .e-rte-dropdown-popup ul .e-item.e-h2 {
1363
1408
  font-size: 1.5em;
1364
- font-weight: bold;
1409
+ font-weight: 700;
1365
1410
  height: 40px;
1366
1411
  line-height: 40px;
1367
1412
  }
1368
1413
  .e-rte-dropdown-popup ul .e-item.e-h3 {
1369
1414
  font-size: 1.16em;
1370
- font-weight: bold;
1415
+ font-weight: 700;
1371
1416
  }
1372
1417
  .e-rte-dropdown-popup ul .e-item.e-h4 {
1373
1418
  font-size: 1em;
1374
- font-weight: bold;
1419
+ font-weight: 700;
1375
1420
  }
1376
1421
  .e-rte-dropdown-popup ul .e-item.e-h5 {
1377
1422
  font-size: 0.83em;
1378
- font-weight: bold;
1423
+ font-weight: 700;
1379
1424
  }
1380
1425
  .e-rte-dropdown-popup ul .e-item.e-h6 {
1381
1426
  font-size: 0.7em;
1382
- font-weight: bold;
1427
+ font-weight: 700;
1383
1428
  }
1384
1429
  .e-rte-dropdown-popup ul .e-item.e-segoe-ui {
1385
1430
  font-family: "Segoe UI", "Tahoma", "Geneva", "Verdana", sans-serif;
@@ -1565,7 +1610,7 @@
1565
1610
  box-sizing: border-box;
1566
1611
  display: block;
1567
1612
  font-size: 20px;
1568
- font-weight: initial;
1613
+ font-weight: 400;
1569
1614
  margin: auto;
1570
1615
  opacity: 0.9;
1571
1616
  position: relative;
@@ -1826,7 +1871,6 @@
1826
1871
  .e-rte-elements .e-dialog .e-aud-uploadwrap.e-droparea,
1827
1872
  .e-rte-elements .e-dialog .e-vid-uploadwrap.e-droparea,
1828
1873
  .e-rte-elements .e-dialog .e-word-uploadwrap.e-droparea {
1829
- line-height: 10;
1830
1874
  min-height: 50px;
1831
1875
  position: relative;
1832
1876
  }
@@ -1841,16 +1885,6 @@
1841
1885
  display: inline-block;
1842
1886
  line-height: normal;
1843
1887
  }
1844
- .e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
1845
- .e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
1846
- .e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
1847
- .e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea,
1848
- .e-rte-elements .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
1849
- .e-rte-elements .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
1850
- .e-rte-elements .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
1851
- .e-rte-elements .e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea {
1852
- line-height: 4;
1853
- }
1854
1888
  .e-richtexteditor .e-rte-inline-dropdown ul,
1855
1889
  .e-rte-elements .e-rte-inline-dropdown ul {
1856
1890
  max-height: 200px;
@@ -1867,7 +1901,7 @@
1867
1901
  -webkit-box-shadow: 0 4px 8px -2px rgba(16, 24, 40, 0.1), 0 2px 4px -2px rgba(24, 33, 47, 0.06);
1868
1902
  box-shadow: 0 4px 8px -2px rgba(16, 24, 40, 0.1), 0 2px 4px -2px rgba(24, 33, 47, 0.06);
1869
1903
  font-size: 14px;
1870
- font-weight: normal;
1904
+ font-weight: 400;
1871
1905
  min-width: 120px;
1872
1906
  overflow: hidden;
1873
1907
  padding: 18px 18px 8px 22px;
@@ -1987,7 +2021,7 @@
1987
2021
  }
1988
2022
  .e-richtexteditor .e-rte-edit-table-content .e-rte-dropdown-btn-text,
1989
2023
  .e-rte-elements .e-rte-edit-table-content .e-rte-dropdown-btn-text {
1990
- font-weight: normal;
2024
+ font-weight: 400;
1991
2025
  }
1992
2026
  .e-richtexteditor .e-rte-edit-table-content .e-rte-edit-table-borderlabel,
1993
2027
  .e-rte-elements .e-rte-edit-table-content .e-rte-edit-table-borderlabel {
@@ -2001,9 +2035,15 @@
2001
2035
  .e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open,
2002
2036
  .e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open {
2003
2037
  border: 1px solid var(--color-sf-border-secondary);
2004
- min-width: 120px;
2005
- height: 330px;
2006
- width: 308px;
2038
+ min-height: 330px;
2039
+ min-width: 310px;
2040
+ display: -webkit-box;
2041
+ display: -ms-flexbox;
2042
+ display: flex;
2043
+ -webkit-box-orient: vertical;
2044
+ -webkit-box-direction: normal;
2045
+ -ms-flex-direction: column;
2046
+ flex-direction: column;
2007
2047
  }
2008
2048
  .e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn,
2009
2049
  .e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn {
@@ -2019,6 +2059,10 @@
2019
2059
  .e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-input-group.e-control-wrapper {
2020
2060
  margin: 10px;
2021
2061
  width: 94%;
2062
+ -webkit-box-sizing: border-box;
2063
+ box-sizing: border-box;
2064
+ -ms-flex-item-align: center;
2065
+ align-self: center;
2022
2066
  }
2023
2067
  .e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn,
2024
2068
  .e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn {
@@ -2040,10 +2084,7 @@
2040
2084
  -webkit-box-shadow: none;
2041
2085
  box-shadow: none;
2042
2086
  padding: 6px 0;
2043
- width: 40px;
2044
- height: 40px;
2045
2087
  border: none;
2046
- line-height: 1px;
2047
2088
  font-size: 24px;
2048
2089
  }
2049
2090
  .e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojisearch-btn,
@@ -2060,10 +2101,7 @@
2060
2101
  box-shadow: none;
2061
2102
  font-size: 24px;
2062
2103
  padding: 6px 0;
2063
- width: 40px;
2064
- height: 40px;
2065
2104
  border: none;
2066
- line-height: 1px;
2067
2105
  }
2068
2106
  .e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipicker-name,
2069
2107
  .e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipicker-name {
@@ -2236,7 +2274,7 @@
2236
2274
  }
2237
2275
 
2238
2276
  .e-dialog.e-rte-dialog-minheight {
2239
- min-height: 296px;
2277
+ min-height: 298px;
2240
2278
  }
2241
2279
 
2242
2280
  .e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor {
@@ -2265,7 +2303,6 @@
2265
2303
  .e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
2266
2304
  .e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
2267
2305
  .e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea {
2268
- line-height: 10;
2269
2306
  min-height: 50px;
2270
2307
  position: relative;
2271
2308
  }
@@ -2329,16 +2366,6 @@
2329
2366
  .e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-file-select-wrap {
2330
2367
  display: none;
2331
2368
  }
2332
- .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader,
2333
- .e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader,
2334
- .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader,
2335
- .e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader {
2336
- font-family: "Inter";
2337
- font-size: 15px;
2338
- opacity: 0.87;
2339
- padding-bottom: 3px;
2340
- padding-top: 12px;
2341
- }
2342
2369
 
2343
2370
  .e-rte-import-dialog .e-dlg-content {
2344
2371
  overflow-y: hidden;
@@ -2358,7 +2385,7 @@
2358
2385
  .e-dialog .e-vid-uploadwrap .e-droptext,
2359
2386
  .e-dialog .e-word-uploadwrap .e-droptext,
2360
2387
  .e-dialog.e-device .e-vid-uploadwrap .e-droptext {
2361
- border: dashed 2px var(--color-sf-border-primary);
2388
+ border: 2px dashed var(--color-sf-border-primary);
2362
2389
  border-radius: 4px;
2363
2390
  color: var(--color-sf-text-tertiary);
2364
2391
  font-family: "Inter";
@@ -2445,13 +2472,13 @@
2445
2472
  -webkit-box-shadow: 0 4px 8px -2px rgba(16, 24, 40, 0.1), 0 2px 4px -2px rgba(24, 33, 47, 0.06);
2446
2473
  box-shadow: 0 4px 8px -2px rgba(16, 24, 40, 0.1), 0 2px 4px -2px rgba(24, 33, 47, 0.06);
2447
2474
  font-size: 14px;
2448
- font-weight: normal;
2475
+ font-weight: 400;
2449
2476
  min-width: 120px;
2450
2477
  overflow: hidden;
2451
2478
  padding: 18px 18px 8px 22px;
2452
2479
  }
2453
2480
  .e-rte-elements.e-dropdown-popup.e-popup.e-font-size-tbar-btn.e-popup-open {
2454
- width: 95px;
2481
+ min-width: 95px;
2455
2482
  }
2456
2483
  .e-rte-elements.e-dropdown-popup.e-rte-codeblock-dropdown.e-popup-open ul {
2457
2484
  max-height: 300px;
@@ -2469,7 +2496,6 @@
2469
2496
  .e-rte-elements.e-dialog .e-aud-uploadwrap.e-droparea,
2470
2497
  .e-rte-elements.e-dialog .e-vid-uploadwrap.e-droparea,
2471
2498
  .e-rte-elements.e-dialog .e-word-uploadwrap.e-droparea {
2472
- line-height: 10;
2473
2499
  min-height: 50px;
2474
2500
  position: relative;
2475
2501
  }
@@ -2559,11 +2585,10 @@
2559
2585
  .e-rte-elements.e-slash-menu .e-rte-slash-menu-item-description {
2560
2586
  display: block;
2561
2587
  line-height: 20px;
2562
- font-size: 11px;
2588
+ font-size: 12px;
2563
2589
  padding: 1px 0 5px;
2564
2590
  }
2565
2591
  .e-rte-elements.e-slash-menu .e-slash-menu-icon {
2566
- line-height: 0;
2567
2592
  display: inline-block;
2568
2593
  width: 50px;
2569
2594
  font-family: "Segoe UI", "Tahoma", "Geneva", "Verdana", sans-serif;
@@ -2665,10 +2690,8 @@
2665
2690
  transform: translateX(50%);
2666
2691
  }
2667
2692
 
2668
- .e-richtexteditor .e-rte-container.e-count-enabled:not(:has(.e-rte-tb-bottom)) .e-rte-content,
2669
- .e-richtexteditor .e-rte-container.e-count-enabled:not(:has(.e-rte-tb-bottom)) .e-source-content,
2670
- .e-richtexteditor .e-rte-container.e-resize-enabled:not(:has(.e-rte-tb-bottom)) .e-rte-content,
2671
- .e-richtexteditor .e-rte-container.e-resize-enabled:not(:has(.e-rte-tb-bottom)) .e-source-content {
2693
+ .e-richtexteditor .e-rte-container.e-resize-enabled:not(.e-rte-tb-bottom):not(.e-count-enabled) .e-rte-content,
2694
+ .e-richtexteditor .e-rte-container.e-resize-enabled:not(.e-rte-tb-bottom):not(.e-count-enabled) .e-source-content {
2672
2695
  margin-bottom: 20px;
2673
2696
  }
2674
2697
 
@@ -2681,7 +2704,6 @@
2681
2704
  }
2682
2705
  .e-richtexteditor .e-rte-toolbar .e-toolbar-pop:not(.e-toolbar-extended) .e-toolbar-item.e-toolbar-popup {
2683
2706
  min-height: 32px;
2684
- height: 32px;
2685
2707
  }
2686
2708
 
2687
2709
  .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
@@ -2720,6 +2742,113 @@
2720
2742
  bottom: 0;
2721
2743
  }
2722
2744
 
2745
+ .e-rte-aiquery-popup {
2746
+ min-height: 100px;
2747
+ overflow: hidden;
2748
+ display: -webkit-box !important;
2749
+ display: -ms-flexbox !important;
2750
+ display: flex !important; /* stylelint-disable-line declaration-no-important */
2751
+ -webkit-box-orient: vertical;
2752
+ -webkit-box-direction: normal;
2753
+ -ms-flex-direction: column;
2754
+ flex-direction: column;
2755
+ }
2756
+ .e-rte-aiquery-popup .e-rte-ai-assit-content-container {
2757
+ -webkit-box-flex: 1;
2758
+ -ms-flex: 1 1 auto;
2759
+ flex: 1 1 auto;
2760
+ display: -webkit-box;
2761
+ display: -ms-flexbox;
2762
+ display: flex;
2763
+ -webkit-box-orient: vertical;
2764
+ -webkit-box-direction: normal;
2765
+ -ms-flex-direction: column;
2766
+ flex-direction: column;
2767
+ min-height: 0;
2768
+ width: 100%;
2769
+ }
2770
+ .e-rte-aiquery-popup .e-aiassistview {
2771
+ -webkit-box-flex: 1;
2772
+ -ms-flex: 1 1 auto;
2773
+ flex: 1 1 auto;
2774
+ display: -webkit-box;
2775
+ display: -ms-flexbox;
2776
+ display: flex;
2777
+ -webkit-box-orient: vertical;
2778
+ -webkit-box-direction: normal;
2779
+ -ms-flex-direction: column;
2780
+ flex-direction: column;
2781
+ min-height: 0;
2782
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
2783
+ }
2784
+ .e-rte-aiquery-popup .e-aiassistview .e-view-header {
2785
+ -webkit-box-flex: 0;
2786
+ -ms-flex: 0 0 auto;
2787
+ flex: 0 0 auto;
2788
+ }
2789
+ .e-rte-aiquery-popup .e-aiassistview .e-view-content {
2790
+ -webkit-box-flex: 1;
2791
+ -ms-flex: 1 1 auto;
2792
+ flex: 1 1 auto;
2793
+ overflow-y: auto;
2794
+ overflow-x: hidden;
2795
+ min-height: 0;
2796
+ }
2797
+ .e-rte-aiquery-popup .e-aiassistview .e-view-container {
2798
+ margin: auto;
2799
+ }
2800
+ .e-rte-aiquery-popup .e-aiassistview .e-rte-icon-btn-disabled {
2801
+ pointer-events: none;
2802
+ opacity: 0.5;
2803
+ cursor: not-allowed;
2804
+ }
2805
+ .e-rte-aiquery-popup .e-aiassistview .banner-content {
2806
+ display: -webkit-box;
2807
+ display: -ms-flexbox;
2808
+ display: flex;
2809
+ -webkit-box-orient: vertical;
2810
+ -webkit-box-direction: normal;
2811
+ -ms-flex-direction: column;
2812
+ flex-direction: column;
2813
+ -webkit-box-pack: center;
2814
+ -ms-flex-pack: center;
2815
+ justify-content: center;
2816
+ height: 230px;
2817
+ text-align: center;
2818
+ }
2819
+ .e-rte-aiquery-popup .e-aiassistview .banner-content .e-assistview-icon::before {
2820
+ font-size: 35px;
2821
+ }
2822
+ .e-rte-aiquery-popup .e-aiassistview .e-footer {
2823
+ width: 85%;
2824
+ }
2825
+
2826
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-progress-btn.e-tbar-btn.e-spin-center {
2827
+ line-height: 2px;
2828
+ }
2829
+
2830
+
2831
+
2832
+
2833
+
2834
+ /* stylelint-disable */
2835
+ .e-rte-quick-popup {
2836
+ border-radius: 6px !important;
2837
+ }
2838
+
2839
+ .e-rte-quick-popup .e-rte-quick-toolbar {
2840
+ border-radius: 6px !important;
2841
+ }
2842
+
2843
+ .e-richtexteditor .e-toolbar .e-tbar-btn {
2844
+ border: 1px solid var(--color-sf-base-transparent) !important;
2845
+ }
2846
+
2847
+ .e-richtexteditor .e-toolbar .e-tbar-btn:hover {
2848
+ background: var(--color-sf-bg-primary-alt);
2849
+ border: 1px solid var(--color-sf-utility-secondary-border-color) !important;
2850
+ }
2851
+
2723
2852
  /*! tab layout */
2724
2853
  .e-rte-container {
2725
2854
  border: 1px solid var(--color-sf-border-secondary);
@@ -2765,6 +2894,9 @@ iframe.e-rte-content {
2765
2894
  color: var(--color-sf-text-primary);
2766
2895
  background: var(--color-sf-bg-primary);
2767
2896
  }
2897
+ .e-richtexteditor .e-rte-elements.e-tbar-btn.e-rte-export-btn {
2898
+ background-color: var(--color-sf-bg-quaternary);
2899
+ }
2768
2900
  .e-richtexteditor .e-toolbar-wrapper {
2769
2901
  background: var(--color-sf-bg-secondary);
2770
2902
  }
@@ -2903,37 +3035,37 @@ iframe.e-rte-content {
2903
3035
  box-shadow: none;
2904
3036
  }
2905
3037
 
2906
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:focus, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:active, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-active,
2907
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:hover,
2908
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:focus,
2909
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:active,
2910
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn.e-active {
3038
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:focus, .e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:active, .e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn.e-active,
3039
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:hover,
3040
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:focus,
3041
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:active,
3042
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn.e-active {
2911
3043
  border: 1px solid transparent;
2912
3044
  }
2913
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn .e-icons,
2914
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn .e-icons {
3045
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn .e-icons,
3046
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn .e-icons {
2915
3047
  color: var(--color-sf-text-primary);
2916
3048
  }
2917
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:focus,
2918
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:hover,
2919
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:focus {
3049
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:focus,
3050
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:hover,
3051
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:focus {
2920
3052
  background: var(--color-sf-bg-primary-alt);
2921
3053
  }
2922
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons,
2923
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons,
2924
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
3054
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:hover .e-icons, .e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:focus .e-icons,
3055
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:hover .e-icons,
3056
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:focus .e-icons {
2925
3057
  color: var(--color-sf-fg-secondary);
2926
3058
  }
2927
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons,
2928
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons {
3059
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:active .e-icons,
3060
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:active .e-icons {
2929
3061
  color: var(--color-sf-fg-secondary);
2930
3062
  }
2931
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn .e-icons,
2932
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active .e-tbar-btn .e-icons {
3063
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn .e-icons,
3064
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn .e-icons {
2933
3065
  color: var(--color-sf-fg-secondary);
2934
3066
  }
2935
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn,
2936
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active .e-tbar-btn {
3067
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn,
3068
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn {
2937
3069
  border: 1px solid transparent;
2938
3070
  background: var(--color-sf-bg-secondary);
2939
3071
  }
@@ -2968,10 +3100,14 @@ iframe.e-rte-content {
2968
3100
  background: transparent;
2969
3101
  }
2970
3102
 
2971
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-dropdown,
2972
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-rte-dropdown {
3103
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-rte-dropdown,
3104
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-rte-dropdown {
2973
3105
  -webkit-box-shadow: none;
2974
3106
  box-shadow: none;
3107
+ }
3108
+
3109
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-dropdown,
3110
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-rte-dropdown {
2975
3111
  color: var(--color-sf-text-primary);
2976
3112
  }
2977
3113
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper:hover,
@@ -3311,4 +3447,18 @@ span.e-table-box.e-rbox-select {
3311
3447
  border-left: 7.5px solid transparent;
3312
3448
  border-right: 7.5px solid transparent;
3313
3449
  border-top: 9px solid var(--color-sf-bg-secondary);
3450
+ }
3451
+
3452
+ .e-rte-aiquery-popup {
3453
+ -webkit-box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
3454
+ box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
3455
+ }
3456
+ .e-rte-aiquery-popup .e-aiassistview .e-rte-icon-btn-disabled {
3457
+ color: var(--color-sf-fg-disabled);
3458
+ }
3459
+ .e-rte-aiquery-popup .e-toolbar-item .e-rte-dropdown-menu:not(:hover):not(:focus):not(:active):not(.e-active) {
3460
+ border: 1px solid transparent;
3461
+ background-color: transparent;
3462
+ -webkit-box-shadow: none;
3463
+ box-shadow: none;
3314
3464
  }
@@ -1,4 +1,3 @@
1
- @import 'ej2-base/styles/definition/bds.scss';
2
- @import 'rich-text-editor/bds-definition.scss';
3
- @import 'rich-text-editor/icons/bds.scss';
4
- @import 'rich-text-editor/all.scss';
1
+ @use 'rich-text-editor/bds-definition' as *;
2
+ @use 'rich-text-editor/icons/bds' as *;
3
+ @use 'rich-text-editor/all.bds' as *;