@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
@@ -1,5 +1,169 @@
1
1
 
2
2
 
3
+
4
+
5
+
6
+
7
+
8
+
9
+ /* Font Family */
10
+ /* Font Sizes */
11
+ /* Radius */
12
+ /* 1px */
13
+ /* 2px */
14
+ /* 3px */
15
+ /* 4px */
16
+ /* 5px */
17
+ /* 6px */
18
+ /* 7px */
19
+ /* 8px */
20
+ /* 9px */
21
+ /* 10px */
22
+ /* 11px */
23
+ /* 12px */
24
+ /* 13px */
25
+ /* 14px */
26
+ /* 15px */
27
+ /* 16px */
28
+ /* 17px */
29
+ /* 18px */
30
+ /* 19px */
31
+ /* 20px */
32
+ /* 21px */
33
+ /* 22px */
34
+ /* 23px */
35
+ /* 24px */
36
+ /* 25px */
37
+ /* 26px */
38
+ /* 27px */
39
+ /* 28px */
40
+ /* 29px */
41
+ /* 30px */
42
+ /* 31px */
43
+ /* 32px */
44
+ /* 33px */
45
+ /* 34px */
46
+ /* 35px */
47
+ /* 36px */
48
+ /* 37px */
49
+ /* 38px */
50
+ /* 39px */
51
+ /* 40px */
52
+ /* 41px */
53
+ /* 42px */
54
+ /* 43px */
55
+ /* 44px */
56
+ /* 45px */
57
+ /* 46px */
58
+ /* 47px */
59
+ /* 48px */
60
+ /* 49px */
61
+ /* 50px */
62
+ /* 5em */
63
+ /* 65% */
64
+ /* border */
65
+ /* 0px */
66
+ /* 1px */
67
+ /* 1.5px */
68
+ /* 2px */
69
+ /* 3px */
70
+ /* 4px */
71
+ /* 5px */
72
+ /* 6px */
73
+ /* 7px */
74
+ /* 8px */
75
+ /* 9px */
76
+ /* 10px */
77
+ /* 11px */
78
+ /* 12px */
79
+ /* 13px */
80
+ /* 14px */
81
+ /* 15px */
82
+ /* 16px */
83
+
84
+
85
+
86
+
87
+
88
+
89
+
90
+
91
+ /* Font Family */
92
+ /* Font Sizes */
93
+ /* Radius */
94
+ /* 1px */
95
+ /* 2px */
96
+ /* 3px */
97
+ /* 4px */
98
+ /* 5px */
99
+ /* 6px */
100
+ /* 7px */
101
+ /* 8px */
102
+ /* 9px */
103
+ /* 10px */
104
+ /* 11px */
105
+ /* 12px */
106
+ /* 13px */
107
+ /* 14px */
108
+ /* 15px */
109
+ /* 16px */
110
+ /* 17px */
111
+ /* 18px */
112
+ /* 19px */
113
+ /* 20px */
114
+ /* 21px */
115
+ /* 22px */
116
+ /* 23px */
117
+ /* 24px */
118
+ /* 25px */
119
+ /* 26px */
120
+ /* 27px */
121
+ /* 28px */
122
+ /* 29px */
123
+ /* 30px */
124
+ /* 31px */
125
+ /* 32px */
126
+ /* 33px */
127
+ /* 34px */
128
+ /* 35px */
129
+ /* 36px */
130
+ /* 37px */
131
+ /* 38px */
132
+ /* 39px */
133
+ /* 40px */
134
+ /* 41px */
135
+ /* 42px */
136
+ /* 43px */
137
+ /* 44px */
138
+ /* 45px */
139
+ /* 46px */
140
+ /* 47px */
141
+ /* 48px */
142
+ /* 49px */
143
+ /* 50px */
144
+ /* 5em */
145
+ /* 65% */
146
+ /* border */
147
+ /* 0px */
148
+ /* 1px */
149
+ /* 1.5px */
150
+ /* 2px */
151
+ /* 3px */
152
+ /* 4px */
153
+ /* 5px */
154
+ /* 6px */
155
+ /* 7px */
156
+ /* 8px */
157
+ /* 9px */
158
+ /* 10px */
159
+ /* 11px */
160
+ /* 12px */
161
+ /* 13px */
162
+ /* 14px */
163
+ /* 15px */
164
+ /* 16px */
165
+
166
+
3
167
  /*! component's theme wise override definitions and variables */
4
168
  /*! richtexteditor icons */
5
169
  .e-toolbar-wrapper .e-horizontal-line::before,
@@ -32,6 +196,12 @@
32
196
  .e-rte-dropdown-popup .e-justify-left::before {
33
197
  content: "\e7b8";
34
198
  }
199
+ .e-toolbar-wrapper .e-lineHeight::before,
200
+ .e-toolbar-container .e-lineHeight::before,
201
+ .e-rte-toolbar .e-lineHeight::before,
202
+ .e-rte-dropdown-popup .e-lineHeight::before {
203
+ content: "\e78d";
204
+ }
35
205
  .e-toolbar-wrapper .e-justify-center::before,
36
206
  .e-toolbar-container .e-justify-center::before,
37
207
  .e-rte-toolbar .e-justify-center::before,
@@ -537,6 +707,88 @@
537
707
  cursor: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAzMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9InBhdGgtMS1vdXRzaWRlLTFfNDgwXzIyMiIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMTMiIHk9IjMiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iYmxhY2siPgo8cmVjdCBmaWxsPSJ3aGl0ZSIgeD0iMTMiIHk9IjMiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE0IDUuNUMxNCA0LjY3MTU3IDE0LjY3MTYgNCAxNS41IDRIMjMuNUMyNC4zMjg0IDQgMjUgNC42NzE1NyAyNSA1LjVWNkgyN0MyNy41NTIzIDYgMjggNi40NDc3MiAyOCA3VjExQzI4IDExLjU1MjMgMjcuNTUyMyAxMiAyNyAxMkgyMVYxN0MyMSAxNy41NTIzIDIwLjU1MjMgMTggMjAgMThDMTkuNDQ3NyAxOCAxOSAxNy41NTIzIDE5IDE3VjExSDIxSDI3VjdIMjVWNy41QzI1IDguMzI4NDMgMjQuMzI4NCA5IDIzLjUgOUgxNS41QzE0LjY3MTYgOSAxNCA4LjMyODQzIDE0IDcuNVY1LjVaIi8+CjwvbWFzaz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNCA1LjVDMTQgNC42NzE1NyAxNC42NzE2IDQgMTUuNSA0SDIzLjVDMjQuMzI4NCA0IDI1IDQuNjcxNTcgMjUgNS41VjZIMjdDMjcuNTUyMyA2IDI4IDYuNDQ3NzIgMjggN1YxMUMyOCAxMS41NTIzIDI3LjU1MjMgMTIgMjcgMTJIMjFWMTdDMjEgMTcuNTUyMyAyMC41NTIzIDE4IDIwIDE4QzE5LjQ0NzcgMTggMTkgMTcuNTUyMyAxOSAxN1YxMUgyMUgyN1Y3SDI1VjcuNUMyNSA4LjMyODQzIDI0LjMyODQgOSAyMy41IDlIMTUuNUMxNC42NzE2IDkgMTQgOC4zMjg0MyAxNCA3LjVWNS41WiIgZmlsbD0iYmxhY2siLz4KPHBhdGggZD0iTTI1IDZIMjRWN0gyNVY2Wk0yMSAxMlYxMUgyMFYxMkgyMVpNMTkgMTFWMTBIMThWMTFIMTlaTTI3IDExVjEySDI4VjExSDI3Wk0yNyA3SDI4VjZIMjdWN1pNMjUgN1Y2SDI0VjdIMjVaTTE1LjUgM0MxNC4xMTkzIDMgMTMgNC4xMTkyOSAxMyA1LjVIMTVDMTUgNS4yMjM4NiAxNS4yMjM5IDUgMTUuNSA1VjNaTTIzLjUgM0gxNS41VjVIMjMuNVYzWk0yNiA1LjVDMjYgNC4xMTkyOSAyNC44ODA3IDMgMjMuNSAzVjVDMjMuNzc2MSA1IDI0IDUuMjIzODYgMjQgNS41SDI2Wk0yNiA2VjUuNUgyNFY2SDI2Wk0yNSA3SDI3VjVIMjVWN1pNMjcgN0gyOUMyOSA1Ljg5NTQzIDI4LjEwNDYgNSAyNyA1VjdaTTI3IDdWMTFIMjlWN0gyN1pNMjcgMTFWMTNDMjguMTA0NiAxMyAyOSAxMi4xMDQ2IDI5IDExSDI3Wk0yNyAxMUgyMVYxM0gyN1YxMVpNMjIgMTdWMTJIMjBWMTdIMjJaTTIwIDE5QzIxLjEwNDYgMTkgMjIgMTguMTA0NiAyMiAxN0gyMFYxOVpNMTggMTdDMTggMTguMTA0NiAxOC44OTU0IDE5IDIwIDE5VjE3SDE4Wk0xOCAxMVYxN0gyMFYxMUgxOFpNMjEgMTBIMTlWMTJIMjFWMTBaTTIxIDEySDI3VjEwSDIxVjEyWk0yOCAxMVY3SDI2VjExSDI4Wk0yNyA2SDI1VjhIMjdWNlpNMjYgNy41VjdIMjRWNy41SDI2Wk0yMy41IDEwQzI0Ljg4MDcgMTAgMjYgOC44ODA3MSAyNiA3LjVIMjRDMjQgNy43NzYxNCAyMy43NzYxIDggMjMuNSA4VjEwWk0xNS41IDEwSDIzLjVWOEgxNS41VjEwWk0xMyA3LjVDMTMgOC44ODA3MSAxNC4xMTkzIDEwIDE1LjUgMTBWOEMxNS4yMjM5IDggMTUgNy43NzYxNCAxNSA3LjVIMTNaTTEzIDUuNVY3LjVIMTVWNS41SDEzWiIgZmlsbD0id2hpdGUiIG1hc2s9InVybCgjcGF0aC0xLW91dHNpZGUtMV80ODBfMjIyKSIvPgo8cGF0aCBkPSJNMy41IDRWNC41SDRINi41VjE3LjVINEgzLjVWMThWMTlWMTkuNUg0SDExSDExLjVWMTlWMThWMTcuNUgxMUg4LjUwMDAxTDguNTAwMzIgNC41SDExSDExLjVWNFYzVjIuNUgxMUg0SDMuNVYzVjRaIiBmaWxsPSJibGFjayIgc3Ryb2tlPSJ3aGl0ZSIvPgo8L3N2Zz4K") 8 1, auto;
538
708
  }
539
709
 
710
+
711
+
712
+
713
+
714
+
715
+
716
+
717
+
718
+ /* Font Family */
719
+ /* Font Sizes */
720
+ /* Radius */
721
+ /* 1px */
722
+ /* 2px */
723
+ /* 3px */
724
+ /* 4px */
725
+ /* 5px */
726
+ /* 6px */
727
+ /* 7px */
728
+ /* 8px */
729
+ /* 9px */
730
+ /* 10px */
731
+ /* 11px */
732
+ /* 12px */
733
+ /* 13px */
734
+ /* 14px */
735
+ /* 15px */
736
+ /* 16px */
737
+ /* 17px */
738
+ /* 18px */
739
+ /* 19px */
740
+ /* 20px */
741
+ /* 21px */
742
+ /* 22px */
743
+ /* 23px */
744
+ /* 24px */
745
+ /* 25px */
746
+ /* 26px */
747
+ /* 27px */
748
+ /* 28px */
749
+ /* 29px */
750
+ /* 30px */
751
+ /* 31px */
752
+ /* 32px */
753
+ /* 33px */
754
+ /* 34px */
755
+ /* 35px */
756
+ /* 36px */
757
+ /* 37px */
758
+ /* 38px */
759
+ /* 39px */
760
+ /* 40px */
761
+ /* 41px */
762
+ /* 42px */
763
+ /* 43px */
764
+ /* 44px */
765
+ /* 45px */
766
+ /* 46px */
767
+ /* 47px */
768
+ /* 48px */
769
+ /* 49px */
770
+ /* 50px */
771
+ /* 5em */
772
+ /* 65% */
773
+ /* border */
774
+ /* 0px */
775
+ /* 1px */
776
+ /* 1.5px */
777
+ /* 2px */
778
+ /* 3px */
779
+ /* 4px */
780
+ /* 5px */
781
+ /* 6px */
782
+ /* 7px */
783
+ /* 8px */
784
+ /* 9px */
785
+ /* 10px */
786
+ /* 11px */
787
+ /* 12px */
788
+ /* 13px */
789
+ /* 14px */
790
+ /* 15px */
791
+ /* 16px */
540
792
  /*! tab layout */
541
793
  .e-richtexteditor {
542
794
  display: block;
@@ -637,10 +889,9 @@
637
889
  text-align: left;
638
890
  }
639
891
  .e-richtexteditor.e-rtl .e-rte-character-count {
640
- left: 0;
892
+ margin-right: auto;
641
893
  padding-left: 30px;
642
894
  padding-right: unset;
643
- right: unset;
644
895
  }
645
896
  .e-richtexteditor.e-rtl .e-rte-content .e-content blockquote {
646
897
  padding-left: 0;
@@ -650,7 +901,8 @@
650
901
  margin-left: 0;
651
902
  }
652
903
  .e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
653
- height: auto;
904
+ height: 48px;
905
+ min-height: 48px;
654
906
  }
655
907
  .e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
656
908
  display: inline-block;
@@ -734,7 +986,7 @@
734
986
  position: relative;
735
987
  text-align: inherit;
736
988
  z-index: 2;
737
- font-weight: normal; /* normal = 400 */
989
+ font-weight: 400;
738
990
  line-height: 1.5;
739
991
  font-size: 1em;
740
992
  /* stylelint-disable property-no-vendor-prefix */
@@ -749,6 +1001,11 @@
749
1001
  margin: 0 0 10px;
750
1002
  margin-bottom: 10px;
751
1003
  }
1004
+ .e-richtexteditor .e-rte-content .e-content blockquote,
1005
+ .e-richtexteditor .e-source-content .e-content blockquote,
1006
+ .e-richtexteditor .e-rte-iframe-content .e-content blockquote {
1007
+ font-size: 1em;
1008
+ }
752
1009
  .e-richtexteditor .e-rte-content .e-content code,
753
1010
  .e-richtexteditor .e-source-content .e-content code,
754
1011
  .e-richtexteditor .e-rte-iframe-content .e-content code {
@@ -779,7 +1036,7 @@
779
1036
  left: -25px;
780
1037
  width: 16px;
781
1038
  height: 16px;
782
- border-radius: 4px;
1039
+ border-radius: calc(var(--e-radius) * 0.125);
783
1040
  border: 2px solid rgba(var(--color-sf-on-surface-variant));
784
1041
  cursor: pointer;
785
1042
  }
@@ -917,7 +1174,6 @@
917
1174
  .e-richtexteditor .e-source-content .e-content h6,
918
1175
  .e-richtexteditor .e-rte-iframe-content .e-content h6 {
919
1176
  font-size: 1.142em;
920
- line-height: 600;
921
1177
  line-height: 1.5;
922
1178
  margin: 10px 0;
923
1179
  }
@@ -936,12 +1192,17 @@
936
1192
  border-spacing: 0;
937
1193
  empty-cells: show;
938
1194
  }
1195
+ .e-richtexteditor .e-rte-content .e-content table:not(:first-child):not(table table),
1196
+ .e-richtexteditor .e-source-content .e-content table:not(:first-child):not(table table),
1197
+ .e-richtexteditor .e-rte-iframe-content .e-content table:not(:first-child):not(table table) {
1198
+ margin-top: 10px;
1199
+ }
939
1200
  .e-richtexteditor .e-rte-content .e-content pre,
940
1201
  .e-richtexteditor .e-source-content .e-content pre,
941
1202
  .e-richtexteditor .e-rte-iframe-content .e-content pre {
942
1203
  background-color: inherit;
943
1204
  border: 0;
944
- border-radius: 0;
1205
+ border-radius: calc(var(--e-radius) * 0);
945
1206
  color: rgba(var(--color-sf-on-surface));
946
1207
  font-size: inherit;
947
1208
  line-height: inherit;
@@ -958,7 +1219,7 @@
958
1219
  background: rgba(157, 157, 157, 0.08);
959
1220
  color: rgb(46, 46, 46);
960
1221
  font-family: Space Mono;
961
- border-radius: 6px;
1222
+ border-radius: calc(var(--e-radius) * 0.375);
962
1223
  border: 1px solid rgb(229, 231, 235);
963
1224
  padding: 20px 16px 16px;
964
1225
  font-size: 14px;
@@ -979,7 +1240,7 @@
979
1240
  padding: 2px 4px;
980
1241
  background-color: rgb(105, 105, 105);
981
1242
  top: -1px;
982
- border-radius: 0 0 4px 4px;
1243
+ border-radius: calc(var(--e-radius) * 0) calc(var(--e-radius) * 0) calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0.25);
983
1244
  position: absolute;
984
1245
  background: rgb(189, 186, 186);
985
1246
  color: rgb(29, 36, 50);
@@ -997,7 +1258,7 @@
997
1258
  .e-richtexteditor .e-source-content .e-content b,
998
1259
  .e-richtexteditor .e-rte-iframe-content .e-content strong,
999
1260
  .e-richtexteditor .e-rte-iframe-content .e-content b {
1000
- font-weight: bold;
1261
+ font-weight: 700;
1001
1262
  }
1002
1263
  .e-richtexteditor .e-rte-content .e-content a,
1003
1264
  .e-richtexteditor .e-source-content .e-content a,
@@ -1028,13 +1289,17 @@
1028
1289
  margin-bottom: 0;
1029
1290
  }
1030
1291
  .e-richtexteditor .e-rte-content .e-content h3 + h4,
1031
- .e-richtexteditor .e-rte-content .e-content h4 + h5,
1032
- .e-richtexteditor .e-rte-content .e-content h5 + h6,
1033
1292
  .e-richtexteditor .e-source-content .e-content h3 + h4,
1293
+ .e-richtexteditor .e-rte-iframe-content .e-content h3 + h4 {
1294
+ margin-top: 0.6em;
1295
+ }
1296
+ .e-richtexteditor .e-rte-content .e-content h4 + h5,
1034
1297
  .e-richtexteditor .e-source-content .e-content h4 + h5,
1298
+ .e-richtexteditor .e-rte-iframe-content .e-content h4 + h5 {
1299
+ margin-top: 0.6em;
1300
+ }
1301
+ .e-richtexteditor .e-rte-content .e-content h5 + h6,
1035
1302
  .e-richtexteditor .e-source-content .e-content h5 + h6,
1036
- .e-richtexteditor .e-rte-iframe-content .e-content h3 + h4,
1037
- .e-richtexteditor .e-rte-iframe-content .e-content h4 + h5,
1038
1303
  .e-richtexteditor .e-rte-iframe-content .e-content h5 + h6 {
1039
1304
  margin-top: 0.6em;
1040
1305
  }
@@ -1115,7 +1380,7 @@
1115
1380
  .e-richtexteditor .e-rte-character-count {
1116
1381
  color: rgba(var(--color-sf-outline));
1117
1382
  font-size: 14px;
1118
- margin-right: 10px;
1383
+ margin-right: 15px;
1119
1384
  opacity: 1;
1120
1385
  padding-bottom: 2px;
1121
1386
  text-align: right;
@@ -1130,6 +1395,9 @@
1130
1395
  color: rgba(var(--color-sf-error));
1131
1396
  opacity: unset;
1132
1397
  }
1398
+ .e-richtexteditor:not(.e-rtl) .e-rte-character-count:last-child {
1399
+ margin-right: 10px;
1400
+ }
1133
1401
  .e-richtexteditor .e-rte-srctextarea {
1134
1402
  background-color: transparent;
1135
1403
  border: 0;
@@ -1144,15 +1412,15 @@
1144
1412
  width: 100%;
1145
1413
  }
1146
1414
  .e-richtexteditor .e-resize-handle {
1147
- height: 15px;
1148
1415
  position: absolute;
1149
- width: 15px;
1416
+ margin-bottom: 3px;
1150
1417
  }
1151
1418
  .e-richtexteditor .e-resize-handle.e-south-east {
1152
1419
  bottom: 0;
1153
1420
  cursor: nwse-resize;
1154
1421
  right: 0;
1155
1422
  z-index: 100;
1423
+ margin-right: 3px;
1156
1424
  }
1157
1425
  .e-richtexteditor .e-resize-handle.e-south-west {
1158
1426
  bottom: 0;
@@ -1161,6 +1429,7 @@
1161
1429
  -webkit-transform: rotate(90deg);
1162
1430
  transform: rotate(90deg);
1163
1431
  z-index: 100;
1432
+ margin-left: 3px;
1164
1433
  }
1165
1434
  .e-richtexteditor.e-rtl.e-rte-resize {
1166
1435
  float: right;
@@ -1239,7 +1508,7 @@
1239
1508
  padding: 5px;
1240
1509
  }
1241
1510
  .e-richtexteditor .e-video-url-wrap textarea {
1242
- height: 80px;
1511
+ min-height: 80px;
1243
1512
  }
1244
1513
  .e-richtexteditor .e-rte-value-wrapper {
1245
1514
  display: none;
@@ -1266,7 +1535,7 @@
1266
1535
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-colorpicker-container.e-rte-background-colorpicker .e-split-colorpicker.e-icons::before {
1267
1536
  display: block;
1268
1537
  font-family: "e-icons";
1269
- font-weight: normal;
1538
+ font-weight: 400;
1270
1539
  line-height: 1;
1271
1540
  text-transform: none;
1272
1541
  }
@@ -1286,7 +1555,7 @@
1286
1555
  }
1287
1556
 
1288
1557
  .e-colorpicker-popup.e-rte-dropdown .e-container.e-color-palette .e-clr-pal-rec-wpr .e-recent-clr-span {
1289
- font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
1558
+ font-family: var(--e-font-family);
1290
1559
  }
1291
1560
 
1292
1561
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper,
@@ -1299,7 +1568,7 @@
1299
1568
  }
1300
1569
 
1301
1570
  .e-rte-label label {
1302
- font-weight: normal;
1571
+ font-weight: 400;
1303
1572
  }
1304
1573
 
1305
1574
  .e-rte-linkcontent .e-rte-label:first-child {
@@ -1338,7 +1607,7 @@
1338
1607
  }
1339
1608
  .e-rte-dropdown-popup ul .e-item.e-h1 {
1340
1609
  font-size: 2em;
1341
- font-weight: bold;
1610
+ font-weight: 700;
1342
1611
  height: 40px;
1343
1612
  line-height: 40px;
1344
1613
  }
@@ -1349,25 +1618,25 @@
1349
1618
  }
1350
1619
  .e-rte-dropdown-popup ul .e-item.e-h2 {
1351
1620
  font-size: 1.5em;
1352
- font-weight: bold;
1621
+ font-weight: 700;
1353
1622
  height: 40px;
1354
1623
  line-height: 40px;
1355
1624
  }
1356
1625
  .e-rte-dropdown-popup ul .e-item.e-h3 {
1357
1626
  font-size: 1.16em;
1358
- font-weight: bold;
1627
+ font-weight: 700;
1359
1628
  }
1360
1629
  .e-rte-dropdown-popup ul .e-item.e-h4 {
1361
1630
  font-size: 1em;
1362
- font-weight: bold;
1631
+ font-weight: 700;
1363
1632
  }
1364
1633
  .e-rte-dropdown-popup ul .e-item.e-h5 {
1365
1634
  font-size: 0.83em;
1366
- font-weight: bold;
1635
+ font-weight: 700;
1367
1636
  }
1368
1637
  .e-rte-dropdown-popup ul .e-item.e-h6 {
1369
1638
  font-size: 0.7em;
1370
- font-weight: bold;
1639
+ font-weight: 700;
1371
1640
  }
1372
1641
  .e-rte-dropdown-popup ul .e-item.e-segoe-ui {
1373
1642
  font-family: "Segoe UI", "Tahoma", "Geneva", "Verdana", sans-serif;
@@ -1553,7 +1822,7 @@
1553
1822
  box-sizing: border-box;
1554
1823
  display: block;
1555
1824
  font-size: 16px;
1556
- font-weight: initial;
1825
+ font-weight: 400;
1557
1826
  margin: auto;
1558
1827
  opacity: 0.9;
1559
1828
  position: relative;
@@ -1701,8 +1970,8 @@
1701
1970
  .e-rte-elements .e-audioheader,
1702
1971
  .e-rte-elements .e-videoheader,
1703
1972
  .e-rte-elements .e-video-url-wrap {
1704
- font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
1705
- font-size: 10px;
1973
+ font-family: var(--e-font-family);
1974
+ font-size: 15px;
1706
1975
  opacity: 0.87;
1707
1976
  padding-bottom: 0;
1708
1977
  padding-top: 20px;
@@ -1814,7 +2083,6 @@
1814
2083
  .e-rte-elements .e-dialog .e-aud-uploadwrap.e-droparea,
1815
2084
  .e-rte-elements .e-dialog .e-vid-uploadwrap.e-droparea,
1816
2085
  .e-rte-elements .e-dialog .e-word-uploadwrap.e-droparea {
1817
- line-height: 10;
1818
2086
  min-height: 50px;
1819
2087
  position: relative;
1820
2088
  }
@@ -1829,16 +2097,6 @@
1829
2097
  display: inline-block;
1830
2098
  line-height: normal;
1831
2099
  }
1832
- .e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
1833
- .e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
1834
- .e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
1835
- .e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea,
1836
- .e-rte-elements .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
1837
- .e-rte-elements .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
1838
- .e-rte-elements .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
1839
- .e-rte-elements .e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea {
1840
- line-height: 4;
1841
- }
1842
2100
  .e-richtexteditor .e-rte-inline-dropdown ul,
1843
2101
  .e-rte-elements .e-rte-inline-dropdown ul {
1844
2102
  max-height: 200px;
@@ -1851,11 +2109,11 @@
1851
2109
  }
1852
2110
  .e-richtexteditor .e-rte-table-popup.e-popup.e-popup-open,
1853
2111
  .e-rte-elements .e-rte-table-popup.e-popup.e-popup-open {
1854
- border-radius: 6px;
2112
+ border-radius: calc(var(--e-radius) * 0.375);
1855
2113
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15);
1856
2114
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15);
1857
2115
  font-size: 14px;
1858
- font-weight: normal;
2116
+ font-weight: 400;
1859
2117
  min-width: 120px;
1860
2118
  overflow: hidden;
1861
2119
  padding: 10px;
@@ -1975,7 +2233,7 @@
1975
2233
  }
1976
2234
  .e-richtexteditor .e-rte-edit-table-content .e-rte-dropdown-btn-text,
1977
2235
  .e-rte-elements .e-rte-edit-table-content .e-rte-dropdown-btn-text {
1978
- font-weight: normal;
2236
+ font-weight: 400;
1979
2237
  }
1980
2238
  .e-richtexteditor .e-rte-edit-table-content .e-rte-edit-table-borderlabel,
1981
2239
  .e-rte-elements .e-rte-edit-table-content .e-rte-edit-table-borderlabel {
@@ -1989,14 +2247,20 @@
1989
2247
  .e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open,
1990
2248
  .e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open {
1991
2249
  border: none;
1992
- min-width: 120px;
1993
- height: 330px;
1994
- width: 308px;
2250
+ min-height: 330px;
2251
+ min-width: 310px;
2252
+ display: -webkit-box;
2253
+ display: -ms-flexbox;
2254
+ display: flex;
2255
+ -webkit-box-orient: vertical;
2256
+ -webkit-box-direction: normal;
2257
+ -ms-flex-direction: column;
2258
+ flex-direction: column;
1995
2259
  }
1996
2260
  .e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn,
1997
2261
  .e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn {
1998
2262
  padding: 7px 3px;
1999
- border-radius: 4px;
2263
+ border-radius: calc(var(--e-radius) * 0.25);
2000
2264
  }
2001
2265
  .e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn .e-tbar-btn-text,
2002
2266
  .e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
@@ -2007,6 +2271,10 @@
2007
2271
  .e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-input-group.e-control-wrapper {
2008
2272
  margin: 10px;
2009
2273
  width: 94%;
2274
+ -webkit-box-sizing: border-box;
2275
+ box-sizing: border-box;
2276
+ -ms-flex-item-align: center;
2277
+ align-self: center;
2010
2278
  }
2011
2279
  .e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn,
2012
2280
  .e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn {
@@ -2028,10 +2296,7 @@
2028
2296
  -webkit-box-shadow: none;
2029
2297
  box-shadow: none;
2030
2298
  padding: 6px 0;
2031
- width: 40px;
2032
- height: 40px;
2033
2299
  border: none;
2034
- line-height: 1px;
2035
2300
  font-size: 24px;
2036
2301
  }
2037
2302
  .e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojisearch-btn,
@@ -2048,10 +2313,7 @@
2048
2313
  box-shadow: none;
2049
2314
  font-size: 24px;
2050
2315
  padding: 6px 0;
2051
- width: 40px;
2052
- height: 40px;
2053
2316
  border: none;
2054
- line-height: 1px;
2055
2317
  }
2056
2318
  .e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipicker-name,
2057
2319
  .e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipicker-name {
@@ -2073,7 +2335,7 @@
2073
2335
  }
2074
2336
 
2075
2337
  .e-rte-quick-popup.e-rte-elements {
2076
- border-radius: 4px;
2338
+ border-radius: calc(var(--e-radius) * 0.25);
2077
2339
  border: none;
2078
2340
  }
2079
2341
  .e-rte-quick-popup.e-rte-elements .e-rte-quick-toolbar.e-rte-toolbar.e-toolbar {
@@ -2224,7 +2486,7 @@
2224
2486
  }
2225
2487
 
2226
2488
  .e-dialog.e-rte-dialog-minheight {
2227
- min-height: 296px;
2489
+ min-height: 298px;
2228
2490
  }
2229
2491
 
2230
2492
  .e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor {
@@ -2253,7 +2515,6 @@
2253
2515
  .e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
2254
2516
  .e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
2255
2517
  .e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea {
2256
- line-height: 10;
2257
2518
  min-height: 50px;
2258
2519
  position: relative;
2259
2520
  }
@@ -2317,16 +2578,6 @@
2317
2578
  .e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-file-select-wrap {
2318
2579
  display: none;
2319
2580
  }
2320
- .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader,
2321
- .e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader,
2322
- .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader,
2323
- .e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader {
2324
- font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
2325
- font-size: 10px;
2326
- opacity: 0.87;
2327
- padding-bottom: 0;
2328
- padding-top: 20px;
2329
- }
2330
2581
 
2331
2582
  .e-rte-import-dialog .e-dlg-content {
2332
2583
  overflow-y: hidden;
@@ -2346,10 +2597,10 @@
2346
2597
  .e-dialog .e-vid-uploadwrap .e-droptext,
2347
2598
  .e-dialog .e-word-uploadwrap .e-droptext,
2348
2599
  .e-dialog.e-device .e-vid-uploadwrap .e-droptext {
2349
- border: dashed 2px rgba(var(--color-sf-on-surface), 0.38);
2350
- border-radius: 4px;
2600
+ border: 2px dashed rgba(var(--color-sf-on-surface), 0.38);
2601
+ border-radius: calc(var(--e-radius) * 0.25);
2351
2602
  color: rgba(var(--color-sf-on-secondary-container));
2352
- font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
2603
+ font-family: var(--e-font-family);
2353
2604
  font-size: 14px;
2354
2605
  height: 128px;
2355
2606
  margin: 0 auto;
@@ -2429,17 +2680,17 @@
2429
2680
  width: 14px;
2430
2681
  }
2431
2682
  .e-rte-elements .e-rte-table-popup.e-popup.e-popup-open {
2432
- border-radius: 6px;
2683
+ border-radius: calc(var(--e-radius) * 0.375);
2433
2684
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15);
2434
2685
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15);
2435
2686
  font-size: 14px;
2436
- font-weight: normal;
2687
+ font-weight: 400;
2437
2688
  min-width: 120px;
2438
2689
  overflow: hidden;
2439
2690
  padding: 10px;
2440
2691
  }
2441
2692
  .e-rte-elements.e-dropdown-popup.e-popup.e-font-size-tbar-btn.e-popup-open {
2442
- width: 95px;
2693
+ min-width: 95px;
2443
2694
  }
2444
2695
  .e-rte-elements.e-dropdown-popup.e-rte-codeblock-dropdown.e-popup-open ul {
2445
2696
  max-height: 300px;
@@ -2457,7 +2708,6 @@
2457
2708
  .e-rte-elements.e-dialog .e-aud-uploadwrap.e-droparea,
2458
2709
  .e-rte-elements.e-dialog .e-vid-uploadwrap.e-droparea,
2459
2710
  .e-rte-elements.e-dialog .e-word-uploadwrap.e-droparea {
2460
- line-height: 10;
2461
2711
  min-height: 50px;
2462
2712
  position: relative;
2463
2713
  }
@@ -2505,8 +2755,8 @@
2505
2755
 
2506
2756
  .e-richtexteditor .e-rte-table-popup .e-insert-table-btn {
2507
2757
  font-weight: 400;
2508
- border: 1px solid rgba(var(--color-sf-outline));
2509
- border-radius: 20px;
2758
+ border: none;
2759
+ border-radius: calc(var(--e-radius) * 1.25);
2510
2760
  }
2511
2761
 
2512
2762
  .e-dialog .e-dlg-header-content + .e-dlg-content {
@@ -2552,11 +2802,10 @@
2552
2802
  .e-rte-elements.e-slash-menu .e-rte-slash-menu-item-description {
2553
2803
  display: block;
2554
2804
  line-height: 20px;
2555
- font-size: 11px;
2805
+ font-size: 12px;
2556
2806
  padding: 1px 0 5px;
2557
2807
  }
2558
2808
  .e-rte-elements.e-slash-menu .e-slash-menu-icon {
2559
- line-height: 0;
2560
2809
  display: inline-block;
2561
2810
  width: 50px;
2562
2811
  font-family: "Segoe UI", "Tahoma", "Geneva", "Verdana", sans-serif;
@@ -2658,10 +2907,8 @@
2658
2907
  transform: translateX(50%);
2659
2908
  }
2660
2909
 
2661
- .e-richtexteditor .e-rte-container.e-count-enabled:not(:has(.e-rte-tb-bottom)) .e-rte-content,
2662
- .e-richtexteditor .e-rte-container.e-count-enabled:not(:has(.e-rte-tb-bottom)) .e-source-content,
2663
- .e-richtexteditor .e-rte-container.e-resize-enabled:not(:has(.e-rte-tb-bottom)) .e-rte-content,
2664
- .e-richtexteditor .e-rte-container.e-resize-enabled:not(:has(.e-rte-tb-bottom)) .e-source-content {
2910
+ .e-richtexteditor .e-rte-container.e-resize-enabled:not(.e-rte-tb-bottom):not(.e-count-enabled) .e-rte-content,
2911
+ .e-richtexteditor .e-rte-container.e-resize-enabled:not(.e-rte-tb-bottom):not(.e-count-enabled) .e-source-content {
2665
2912
  margin-bottom: 20px;
2666
2913
  }
2667
2914
 
@@ -2675,7 +2922,6 @@
2675
2922
  }
2676
2923
  .e-richtexteditor .e-rte-toolbar .e-toolbar-pop:not(.e-toolbar-extended) .e-toolbar-item.e-toolbar-popup {
2677
2924
  min-height: 32px;
2678
- height: 32px;
2679
2925
  }
2680
2926
 
2681
2927
  .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
@@ -2714,6 +2960,173 @@
2714
2960
  bottom: 0;
2715
2961
  }
2716
2962
 
2963
+ .e-rte-aiquery-popup {
2964
+ min-height: 100px;
2965
+ overflow: hidden;
2966
+ display: -webkit-box !important;
2967
+ display: -ms-flexbox !important;
2968
+ display: flex !important; /* stylelint-disable-line declaration-no-important */
2969
+ -webkit-box-orient: vertical;
2970
+ -webkit-box-direction: normal;
2971
+ -ms-flex-direction: column;
2972
+ flex-direction: column;
2973
+ }
2974
+ .e-rte-aiquery-popup .e-rte-ai-assit-content-container {
2975
+ -webkit-box-flex: 1;
2976
+ -ms-flex: 1 1 auto;
2977
+ flex: 1 1 auto;
2978
+ display: -webkit-box;
2979
+ display: -ms-flexbox;
2980
+ display: flex;
2981
+ -webkit-box-orient: vertical;
2982
+ -webkit-box-direction: normal;
2983
+ -ms-flex-direction: column;
2984
+ flex-direction: column;
2985
+ min-height: 0;
2986
+ width: 100%;
2987
+ }
2988
+ .e-rte-aiquery-popup .e-aiassistview {
2989
+ -webkit-box-flex: 1;
2990
+ -ms-flex: 1 1 auto;
2991
+ flex: 1 1 auto;
2992
+ display: -webkit-box;
2993
+ display: -ms-flexbox;
2994
+ display: flex;
2995
+ -webkit-box-orient: vertical;
2996
+ -webkit-box-direction: normal;
2997
+ -ms-flex-direction: column;
2998
+ flex-direction: column;
2999
+ min-height: 0;
3000
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
3001
+ }
3002
+ .e-rte-aiquery-popup .e-aiassistview .e-view-header {
3003
+ -webkit-box-flex: 0;
3004
+ -ms-flex: 0 0 auto;
3005
+ flex: 0 0 auto;
3006
+ }
3007
+ .e-rte-aiquery-popup .e-aiassistview .e-view-content {
3008
+ -webkit-box-flex: 1;
3009
+ -ms-flex: 1 1 auto;
3010
+ flex: 1 1 auto;
3011
+ overflow-y: auto;
3012
+ overflow-x: hidden;
3013
+ min-height: 0;
3014
+ }
3015
+ .e-rte-aiquery-popup .e-aiassistview .e-view-container {
3016
+ margin: auto;
3017
+ }
3018
+ .e-rte-aiquery-popup .e-aiassistview .e-rte-icon-btn-disabled {
3019
+ pointer-events: none;
3020
+ opacity: 0.5;
3021
+ cursor: not-allowed;
3022
+ }
3023
+ .e-rte-aiquery-popup .e-aiassistview .banner-content {
3024
+ display: -webkit-box;
3025
+ display: -ms-flexbox;
3026
+ display: flex;
3027
+ -webkit-box-orient: vertical;
3028
+ -webkit-box-direction: normal;
3029
+ -ms-flex-direction: column;
3030
+ flex-direction: column;
3031
+ -webkit-box-pack: center;
3032
+ -ms-flex-pack: center;
3033
+ justify-content: center;
3034
+ height: 230px;
3035
+ text-align: center;
3036
+ }
3037
+ .e-rte-aiquery-popup .e-aiassistview .banner-content .e-assistview-icon::before {
3038
+ font-size: 35px;
3039
+ }
3040
+ .e-rte-aiquery-popup .e-aiassistview .e-footer {
3041
+ width: 85%;
3042
+ }
3043
+
3044
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-progress-btn.e-tbar-btn.e-spin-center {
3045
+ line-height: 2px;
3046
+ }
3047
+
3048
+
3049
+
3050
+
3051
+
3052
+
3053
+
3054
+
3055
+
3056
+ /* Font Family */
3057
+ /* Font Sizes */
3058
+ /* Radius */
3059
+ /* 1px */
3060
+ /* 2px */
3061
+ /* 3px */
3062
+ /* 4px */
3063
+ /* 5px */
3064
+ /* 6px */
3065
+ /* 7px */
3066
+ /* 8px */
3067
+ /* 9px */
3068
+ /* 10px */
3069
+ /* 11px */
3070
+ /* 12px */
3071
+ /* 13px */
3072
+ /* 14px */
3073
+ /* 15px */
3074
+ /* 16px */
3075
+ /* 17px */
3076
+ /* 18px */
3077
+ /* 19px */
3078
+ /* 20px */
3079
+ /* 21px */
3080
+ /* 22px */
3081
+ /* 23px */
3082
+ /* 24px */
3083
+ /* 25px */
3084
+ /* 26px */
3085
+ /* 27px */
3086
+ /* 28px */
3087
+ /* 29px */
3088
+ /* 30px */
3089
+ /* 31px */
3090
+ /* 32px */
3091
+ /* 33px */
3092
+ /* 34px */
3093
+ /* 35px */
3094
+ /* 36px */
3095
+ /* 37px */
3096
+ /* 38px */
3097
+ /* 39px */
3098
+ /* 40px */
3099
+ /* 41px */
3100
+ /* 42px */
3101
+ /* 43px */
3102
+ /* 44px */
3103
+ /* 45px */
3104
+ /* 46px */
3105
+ /* 47px */
3106
+ /* 48px */
3107
+ /* 49px */
3108
+ /* 50px */
3109
+ /* 5em */
3110
+ /* 65% */
3111
+ /* border */
3112
+ /* 0px */
3113
+ /* 1px */
3114
+ /* 1.5px */
3115
+ /* 2px */
3116
+ /* 3px */
3117
+ /* 4px */
3118
+ /* 5px */
3119
+ /* 6px */
3120
+ /* 7px */
3121
+ /* 8px */
3122
+ /* 9px */
3123
+ /* 10px */
3124
+ /* 11px */
3125
+ /* 12px */
3126
+ /* 13px */
3127
+ /* 14px */
3128
+ /* 15px */
3129
+ /* 16px */
2717
3130
  /*! tab layout */
2718
3131
  .e-rte-container {
2719
3132
  border: 1px solid rgba(var(--color-sf-outline-variant));
@@ -2759,6 +3172,9 @@ iframe.e-rte-content {
2759
3172
  color: rgba(var(--color-sf-on-surface));
2760
3173
  background: rgba(var(--color-sf-surface));
2761
3174
  }
3175
+ .e-richtexteditor .e-rte-elements.e-tbar-btn.e-rte-export-btn {
3176
+ background-color: rgba(var(--color-sf-on-surface), 0.05);
3177
+ }
2762
3178
  .e-richtexteditor .e-toolbar-wrapper {
2763
3179
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
2764
3180
  background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
@@ -2847,7 +3263,7 @@ iframe.e-rte-content {
2847
3263
  }
2848
3264
 
2849
3265
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper {
2850
- border-radius: 4px;
3266
+ border-radius: calc(var(--e-radius) * 0.25);
2851
3267
  }
2852
3268
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper .e-rte-dropdown {
2853
3269
  background: transparent;
@@ -2855,7 +3271,7 @@ iframe.e-rte-content {
2855
3271
  }
2856
3272
 
2857
3273
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper {
2858
- border-radius: 4px;
3274
+ border-radius: calc(var(--e-radius) * 0.25);
2859
3275
  }
2860
3276
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper .e-rte-dropdown {
2861
3277
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
@@ -2914,32 +3330,32 @@ iframe.e-rte-content {
2914
3330
  box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
2915
3331
  }
2916
3332
 
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, .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,
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,
2920
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:active,
2921
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn.e-active {
3333
+ .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,
3334
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:hover,
3335
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:focus,
3336
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:active,
3337
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn.e-active {
2922
3338
  border: 1px solid transparent;
2923
3339
  }
2924
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn .e-icons,
2925
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn .e-icons {
3340
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn .e-icons,
3341
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn .e-icons {
2926
3342
  color: rgba(var(--color-sf-on-surface-variant));
2927
3343
  }
2928
- .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,
2929
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons,
2930
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
3344
+ .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,
3345
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:hover .e-icons,
3346
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:focus .e-icons {
2931
3347
  color: rgba(var(--color-sf-on-surface-variant));
2932
3348
  }
2933
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons,
2934
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons {
3349
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:active .e-icons,
3350
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:active .e-icons {
2935
3351
  color: rgba(var(--color-sf-on-primary-container));
2936
3352
  }
2937
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn .e-icons,
2938
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active .e-tbar-btn .e-icons {
3353
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn .e-icons,
3354
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn .e-icons {
2939
3355
  color: rgba(var(--color-sf-on-surface-variant));
2940
3356
  }
2941
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn,
2942
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active .e-tbar-btn {
3357
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn,
3358
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn {
2943
3359
  border: 1px solid transparent;
2944
3360
  background: rgba(var(--color-sf-primary-container));
2945
3361
  }
@@ -2974,10 +3390,14 @@ iframe.e-rte-content {
2974
3390
  background: transparent;
2975
3391
  }
2976
3392
 
2977
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-dropdown,
2978
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-rte-dropdown {
3393
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-rte-dropdown,
3394
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-rte-dropdown {
2979
3395
  -webkit-box-shadow: none;
2980
3396
  box-shadow: none;
3397
+ }
3398
+
3399
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-dropdown,
3400
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-rte-dropdown {
2981
3401
  color: rgba(var(--color-sf-on-surface-variant));
2982
3402
  }
2983
3403
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper:hover,
@@ -3149,7 +3569,7 @@ span.e-rte-videoboxmark {
3149
3569
  .e-mob-rte span.e-rte-videoboxmark {
3150
3570
  background: rgba(var(--color-sf-on-primary));
3151
3571
  border: 1px solid rgba(var(--color-sf-primary));
3152
- border-radius: 15px;
3572
+ border-radius: calc(var(--e-radius) * 0.9375);
3153
3573
  height: 20px;
3154
3574
  width: 20px;
3155
3575
  }
@@ -3217,7 +3637,7 @@ span.e-rte-videoboxmark {
3217
3637
 
3218
3638
  .e-rte-table-popup .e-rte-popup-header {
3219
3639
  color: rgba(var(--color-sf-on-surface-variant));
3220
- font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
3640
+ font-family: var(--e-font-family);
3221
3641
  font-size: 14px;
3222
3642
  text-align: center;
3223
3643
  }
@@ -3335,6 +3755,102 @@ span.e-table-box.e-rbox-select {
3335
3755
  border-top: 9px solid inherit;
3336
3756
  }
3337
3757
 
3758
+ .e-rte-aiquery-popup {
3759
+ -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15);
3760
+ box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15);
3761
+ }
3762
+ .e-rte-aiquery-popup .e-aiassistview .e-rte-icon-btn-disabled {
3763
+ color: rgba(var(--color-sf-on-surface-variant), 0.38);
3764
+ }
3765
+ .e-rte-aiquery-popup .e-toolbar-item .e-rte-dropdown-menu:not(:hover):not(:focus):not(:active):not(.e-active) {
3766
+ border: 1px solid transparent;
3767
+ background-color: transparent;
3768
+ -webkit-box-shadow: none;
3769
+ box-shadow: none;
3770
+ }
3771
+
3772
+
3773
+
3774
+
3775
+
3776
+
3777
+
3778
+
3779
+
3780
+ /* Font Family */
3781
+ /* Font Sizes */
3782
+ /* Radius */
3783
+ /* 1px */
3784
+ /* 2px */
3785
+ /* 3px */
3786
+ /* 4px */
3787
+ /* 5px */
3788
+ /* 6px */
3789
+ /* 7px */
3790
+ /* 8px */
3791
+ /* 9px */
3792
+ /* 10px */
3793
+ /* 11px */
3794
+ /* 12px */
3795
+ /* 13px */
3796
+ /* 14px */
3797
+ /* 15px */
3798
+ /* 16px */
3799
+ /* 17px */
3800
+ /* 18px */
3801
+ /* 19px */
3802
+ /* 20px */
3803
+ /* 21px */
3804
+ /* 22px */
3805
+ /* 23px */
3806
+ /* 24px */
3807
+ /* 25px */
3808
+ /* 26px */
3809
+ /* 27px */
3810
+ /* 28px */
3811
+ /* 29px */
3812
+ /* 30px */
3813
+ /* 31px */
3814
+ /* 32px */
3815
+ /* 33px */
3816
+ /* 34px */
3817
+ /* 35px */
3818
+ /* 36px */
3819
+ /* 37px */
3820
+ /* 38px */
3821
+ /* 39px */
3822
+ /* 40px */
3823
+ /* 41px */
3824
+ /* 42px */
3825
+ /* 43px */
3826
+ /* 44px */
3827
+ /* 45px */
3828
+ /* 46px */
3829
+ /* 47px */
3830
+ /* 48px */
3831
+ /* 49px */
3832
+ /* 50px */
3833
+ /* 5em */
3834
+ /* 65% */
3835
+ /* border */
3836
+ /* 0px */
3837
+ /* 1px */
3838
+ /* 1.5px */
3839
+ /* 2px */
3840
+ /* 3px */
3841
+ /* 4px */
3842
+ /* 5px */
3843
+ /* 6px */
3844
+ /* 7px */
3845
+ /* 8px */
3846
+ /* 9px */
3847
+ /* 10px */
3848
+ /* 11px */
3849
+ /* 12px */
3850
+ /* 13px */
3851
+ /* 14px */
3852
+ /* 15px */
3853
+ /* 16px */
3338
3854
  .e-bigger .e-richtexteditor.e-rte-full-screen iframe,
3339
3855
  .e-richtexteditor.e-bigger.e-rte-full-screen iframe {
3340
3856
  height: calc(100% - 56px);
@@ -3397,12 +3913,11 @@ span.e-table-box.e-rbox-select {
3397
3913
  }
3398
3914
 
3399
3915
  .e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open {
3400
- min-width: 120px;
3401
- height: 337px;
3402
- width: 335px;
3916
+ min-height: 337px;
3917
+ min-width: 337px;
3403
3918
  }
3404
3919
  .e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn {
3405
- border-radius: 4px;
3920
+ border-radius: calc(var(--e-radius) * 0.25);
3406
3921
  padding: 0;
3407
3922
  padding: 2px 5px;
3408
3923
  }
@@ -3426,9 +3941,6 @@ span.e-table-box.e-rbox-select {
3426
3941
  }
3427
3942
  .e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipickerbtn-group .e-btn.e-control {
3428
3943
  padding: 8px 0;
3429
- width: 42px;
3430
- height: 42px;
3431
- line-height: 0;
3432
3944
  font-size: 26px;
3433
3945
  }
3434
3946
  .e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojisearch-btn {
@@ -3437,10 +3949,7 @@ span.e-table-box.e-rbox-select {
3437
3949
  .e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojisearch-btn .e-btn.e-control {
3438
3950
  font-size: 26px;
3439
3951
  padding: 8px 0;
3440
- width: 40px;
3441
- height: 40px;
3442
3952
  border: none;
3443
- line-height: 0;
3444
3953
  }
3445
3954
  .e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipicker-name {
3446
3955
  font-weight: 500;
@@ -3507,20 +4016,20 @@ span.e-table-box.e-rbox-select {
3507
4016
 
3508
4017
  .e-bigger .e-richtexteditor .e-dialog,
3509
4018
  .e-richtexteditor.e-bigger .e-dialog {
3510
- border-radius: 16px;
4019
+ border-radius: calc(var(--e-radius) * 1);
3511
4020
  }
3512
4021
 
3513
4022
  .e-bigger .e-rte-container {
3514
- border-radius: 4px;
4023
+ border-radius: calc(var(--e-radius) * 0.25);
3515
4024
  }
3516
4025
  .e-bigger .e-richtexteditor .e-toolbar .e-hor-nav {
3517
- border-radius: 0 4px 0 0;
4026
+ border-radius: calc(var(--e-radius) * 0) calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0) calc(var(--e-radius) * 0);
3518
4027
  }
3519
4028
  .e-bigger .e-richtexteditor .e-rte-content {
3520
- border-radius: 0 0 4px 4px;
4029
+ border-radius: calc(var(--e-radius) * 0) calc(var(--e-radius) * 0) calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0.25);
3521
4030
  }
3522
4031
  .e-bigger .e-richtexteditor .e-toolbar-wrapper {
3523
- border-radius: 4px 4px 0 0;
4032
+ border-radius: calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0) calc(var(--e-radius) * 0);
3524
4033
  }
3525
4034
 
3526
4035
  .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-pop:not(.e-toolbar-extended) .e-toolbar-item.e-toolbar-popup {
@@ -3569,37 +4078,121 @@ span.e-table-box.e-rbox-select {
3569
4078
  }
3570
4079
 
3571
4080
  .e-bigger .e-richtexteditor.e-rte-tb-expand {
3572
- border-radius: 8px;
4081
+ border-radius: calc(var(--e-radius) * 0.5);
3573
4082
  }
3574
4083
 
3575
4084
  .e-bigger .e-richtexteditor .e-toolbar-wrapper {
3576
- border-top-left-radius: 8px;
3577
- border-top-right-radius: 8px;
4085
+ border-top-left-radius: calc(var(--e-radius) * 0.5);
4086
+ border-top-right-radius: calc(var(--e-radius) * 0.5);
3578
4087
  }
3579
4088
 
3580
4089
  .e-bigger .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-extended-toolbar,
3581
4090
  .e-bigger .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar .e-toolbar-extended {
3582
- border-top-left-radius: 8px;
3583
- border-top-right-radius: 8px;
4091
+ border-top-left-radius: calc(var(--e-radius) * 0.5);
4092
+ border-top-right-radius: calc(var(--e-radius) * 0.5);
3584
4093
  }
3585
4094
 
3586
4095
  .e-bigger .e-rte-toolbar .e-toolbar-items {
3587
- border-top-left-radius: 8px;
4096
+ border-top-left-radius: calc(var(--e-radius) * 0.25);
3588
4097
  }
3589
4098
 
3590
4099
  .e-bigger .e-rte-toolbar .e-hor-nav {
3591
- border-top-right-radius: 8px;
4100
+ border-top-right-radius: calc(var(--e-radius) * 0.5);
3592
4101
  }
3593
4102
 
3594
4103
  .e-bigger .e-rtl .e-rte-toolbar .e-hor-nav {
3595
- border-top-left-radius: 8px;
3596
- border-top-right-radius: 0;
4104
+ border-top-left-radius: calc(var(--e-radius) * 0.5);
4105
+ border-top-right-radius: calc(var(--e-radius) * 0.5);
3597
4106
  }
3598
4107
 
3599
4108
  .e-bigger .e-rtl .e-rte-toolbar .e-toolbar-items {
3600
- border-top-right-radius: 8px;
4109
+ border-top-right-radius: calc(var(--e-radius) * 0.25);
3601
4110
  }
3602
4111
 
3603
4112
  .e-bigger .e-rte-elements.e-popup-open.e-rte-slashmenu .e-list-parent > li {
3604
4113
  padding-left: 0;
4114
+ }
4115
+
4116
+ .e-bigger .e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
4117
+ height: 56px;
4118
+ min-height: 56px;
4119
+ }
4120
+ .e-bigger .e-richtexteditor .e-rte-content .e-content,
4121
+ .e-bigger .e-richtexteditor .e-source-content .e-content,
4122
+ .e-bigger .e-richtexteditor .e-rte-iframe-content .e-content {
4123
+ line-height: 1.5;
4124
+ }
4125
+ .e-bigger .e-richtexteditor .e-rte-content .e-content blockquote,
4126
+ .e-bigger .e-richtexteditor .e-source-content .e-content blockquote,
4127
+ .e-bigger .e-richtexteditor .e-rte-iframe-content .e-content blockquote {
4128
+ font-size: 16px;
4129
+ }
4130
+ .e-bigger .e-richtexteditor .e-rte-content .e-content h1,
4131
+ .e-bigger .e-richtexteditor .e-source-content .e-content h1,
4132
+ .e-bigger .e-richtexteditor .e-rte-iframe-content .e-content h1 {
4133
+ font-size: 2.857em;
4134
+ line-height: 1.2;
4135
+ }
4136
+ .e-bigger .e-richtexteditor .e-rte-content .e-content h2,
4137
+ .e-bigger .e-richtexteditor .e-source-content .e-content h2,
4138
+ .e-bigger .e-richtexteditor .e-rte-iframe-content .e-content h2 {
4139
+ font-size: 2.285em;
4140
+ line-height: 1.2;
4141
+ }
4142
+ .e-bigger .e-richtexteditor .e-rte-content .e-content h3,
4143
+ .e-bigger .e-richtexteditor .e-source-content .e-content h3,
4144
+ .e-bigger .e-richtexteditor .e-rte-iframe-content .e-content h3 {
4145
+ font-size: 2em;
4146
+ line-height: 1.2;
4147
+ }
4148
+ .e-bigger .e-richtexteditor .e-rte-content .e-content h4,
4149
+ .e-bigger .e-richtexteditor .e-source-content .e-content h4,
4150
+ .e-bigger .e-richtexteditor .e-rte-iframe-content .e-content h4 {
4151
+ font-size: 1.714em;
4152
+ line-height: 1.2;
4153
+ }
4154
+ .e-bigger .e-richtexteditor .e-rte-content .e-content h5,
4155
+ .e-bigger .e-richtexteditor .e-source-content .e-content h5,
4156
+ .e-bigger .e-richtexteditor .e-rte-iframe-content .e-content h5 {
4157
+ font-size: 1.428em;
4158
+ line-height: 1.2;
4159
+ }
4160
+ .e-bigger .e-richtexteditor .e-rte-content .e-content h6,
4161
+ .e-bigger .e-richtexteditor .e-source-content .e-content h6,
4162
+ .e-bigger .e-richtexteditor .e-rte-iframe-content .e-content h6 {
4163
+ font-size: 1.142em;
4164
+ line-height: 1.5;
4165
+ }
4166
+ .e-bigger .e-richtexteditor .e-rte-content .e-content h3 + h4,
4167
+ .e-bigger .e-richtexteditor .e-source-content .e-content h3 + h4,
4168
+ .e-bigger .e-richtexteditor .e-rte-iframe-content .e-content h3 + h4 {
4169
+ margin-top: 0.6em;
4170
+ }
4171
+ .e-bigger .e-richtexteditor .e-rte-content .e-content h4 + h5,
4172
+ .e-bigger .e-richtexteditor .e-source-content .e-content h4 + h5,
4173
+ .e-bigger .e-richtexteditor .e-rte-iframe-content .e-content h4 + h5 {
4174
+ margin-top: 0.6em;
4175
+ }
4176
+ .e-bigger .e-richtexteditor .e-rte-content .e-content h5 + h6,
4177
+ .e-bigger .e-richtexteditor .e-source-content .e-content h5 + h6,
4178
+ .e-bigger .e-richtexteditor .e-rte-iframe-content .e-content h5 + h6 {
4179
+ margin-top: 0.6em;
4180
+ }
4181
+ .e-bigger .e-rte-dropdown-popup ul .e-item.e-h1 {
4182
+ font-size: 2em;
4183
+ }
4184
+ .e-bigger .e-rte-dropdown-popup ul .e-item.e-h2 {
4185
+ font-size: 1.5em;
4186
+ }
4187
+ .e-bigger .e-rte-dropdown-popup ul .e-item.e-h3 {
4188
+ font-size: 1.16em;
4189
+ }
4190
+ .e-bigger .e-rte-dropdown-popup ul .e-item.e-h4 {
4191
+ font-size: 1em;
4192
+ }
4193
+ .e-bigger .e-rte-dropdown-popup ul .e-item.e-h5 {
4194
+ font-size: 0.83em;
4195
+ }
4196
+ .e-bigger .e-rte-dropdown-popup ul .e-item.e-h6 {
4197
+ font-size: 0.7em;
3605
4198
  }