wysiwyg-rails 4.6.2 → 4.7.0

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 (161) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/froala_editor.min.js +2 -2
  3. data/app/assets/javascripts/froala_editor.pkgd.min.js +2 -2
  4. data/app/assets/javascripts/languages/ar.js +52 -2
  5. data/app/assets/javascripts/languages/bs.js +52 -2
  6. data/app/assets/javascripts/languages/cs.js +53 -3
  7. data/app/assets/javascripts/languages/da.js +52 -2
  8. data/app/assets/javascripts/languages/de.js +52 -2
  9. data/app/assets/javascripts/languages/el.js +51 -2
  10. data/app/assets/javascripts/languages/en_ca.js +52 -2
  11. data/app/assets/javascripts/languages/en_gb.js +46 -2
  12. data/app/assets/javascripts/languages/es.js +54 -2
  13. data/app/assets/javascripts/languages/et.js +53 -2
  14. data/app/assets/javascripts/languages/fa.js +53 -2
  15. data/app/assets/javascripts/languages/fi.js +53 -2
  16. data/app/assets/javascripts/languages/fr.js +53 -2
  17. data/app/assets/javascripts/languages/he.js +57 -11
  18. data/app/assets/javascripts/languages/hr.js +52 -2
  19. data/app/assets/javascripts/languages/hu.js +53 -2
  20. data/app/assets/javascripts/languages/id.js +53 -2
  21. data/app/assets/javascripts/languages/it.js +53 -2
  22. data/app/assets/javascripts/languages/ja.js +54 -2
  23. data/app/assets/javascripts/languages/ko.js +60 -27
  24. data/app/assets/javascripts/languages/ku.js +52 -2
  25. data/app/assets/javascripts/languages/me.js +53 -2
  26. data/app/assets/javascripts/languages/nb.js +51 -2
  27. data/app/assets/javascripts/languages/nl.js +53 -2
  28. data/app/assets/javascripts/languages/pl.js +53 -2
  29. data/app/assets/javascripts/languages/pt_br.js +53 -2
  30. data/app/assets/javascripts/languages/pt_pt.js +53 -2
  31. data/app/assets/javascripts/languages/ro.js +51 -2
  32. data/app/assets/javascripts/languages/ru.js +53 -2
  33. data/app/assets/javascripts/languages/sk.js +53 -2
  34. data/app/assets/javascripts/languages/sl.js +49 -2
  35. data/app/assets/javascripts/languages/sr.js +53 -2
  36. data/app/assets/javascripts/languages/sv.js +53 -2
  37. data/app/assets/javascripts/languages/th.js +53 -2
  38. data/app/assets/javascripts/languages/tr.js +53 -2
  39. data/app/assets/javascripts/languages/uk.js +53 -2
  40. data/app/assets/javascripts/languages/vi.js +53 -2
  41. data/app/assets/javascripts/languages/zh_cn.js +29 -264
  42. data/app/assets/javascripts/languages/zh_tw.js +53 -2
  43. data/app/assets/javascripts/plugins/align.min.js +2 -2
  44. data/app/assets/javascripts/plugins/char_counter.min.js +2 -2
  45. data/app/assets/javascripts/plugins/code_beautifier.min.js +1 -1
  46. data/app/assets/javascripts/plugins/code_view.min.js +1 -1
  47. data/app/assets/javascripts/plugins/colors.min.js +1 -1
  48. data/app/assets/javascripts/plugins/cryptojs.min.js +1 -1
  49. data/app/assets/javascripts/plugins/draggable.min.js +1 -1
  50. data/app/assets/javascripts/plugins/edit_in_popup.min.js +1 -1
  51. data/app/assets/javascripts/plugins/emoticons.min.js +1 -1
  52. data/app/assets/javascripts/plugins/entities.min.js +1 -1
  53. data/app/assets/javascripts/plugins/export_to_word.min.js +7 -0
  54. data/app/assets/javascripts/plugins/file.min.js +1 -1
  55. data/app/assets/javascripts/plugins/files_manager.min.js +1 -1
  56. data/app/assets/javascripts/plugins/filestack.min.js +1 -1
  57. data/app/assets/javascripts/plugins/find_and_replace.min.js +2 -2
  58. data/app/assets/javascripts/plugins/font_family.min.js +1 -1
  59. data/app/assets/javascripts/plugins/font_size.min.js +1 -1
  60. data/app/assets/javascripts/plugins/forms.min.js +1 -1
  61. data/app/assets/javascripts/plugins/fullscreen.min.js +1 -1
  62. data/app/assets/javascripts/plugins/help.min.js +1 -1
  63. data/app/assets/javascripts/plugins/image.min.js +1 -1
  64. data/app/assets/javascripts/plugins/image_manager.min.js +1 -1
  65. data/app/assets/javascripts/plugins/inline_class.min.js +1 -1
  66. data/app/assets/javascripts/plugins/inline_style.min.js +1 -1
  67. data/app/assets/javascripts/plugins/line_breaker.min.js +1 -1
  68. data/app/assets/javascripts/plugins/line_height.min.js +1 -1
  69. data/app/assets/javascripts/plugins/link.min.js +2 -2
  70. data/app/assets/javascripts/plugins/link_to_anchor.min.js +7 -0
  71. data/app/assets/javascripts/plugins/lists.min.js +2 -2
  72. data/app/assets/javascripts/plugins/markdown.min.js +1 -1
  73. data/app/assets/javascripts/plugins/page_break.min.js +7 -0
  74. data/app/assets/javascripts/plugins/paragraph_format.min.js +1 -1
  75. data/app/assets/javascripts/plugins/paragraph_style.min.js +1 -1
  76. data/app/assets/javascripts/plugins/print.min.js +2 -2
  77. data/app/assets/javascripts/plugins/quick_insert.min.js +1 -1
  78. data/app/assets/javascripts/plugins/quote.min.js +1 -1
  79. data/app/assets/javascripts/plugins/save.min.js +1 -1
  80. data/app/assets/javascripts/plugins/special_characters.min.js +1 -1
  81. data/app/assets/javascripts/plugins/table.min.js +2 -2
  82. data/app/assets/javascripts/plugins/track_changes.min.js +2 -2
  83. data/app/assets/javascripts/plugins/trim_video.min.js +1 -1
  84. data/app/assets/javascripts/plugins/url.min.js +1 -1
  85. data/app/assets/javascripts/plugins/video.min.js +1 -1
  86. data/app/assets/javascripts/plugins/word_counter.min.js +2 -2
  87. data/app/assets/javascripts/plugins/word_paste.min.js +2 -2
  88. data/app/assets/javascripts/plugins.pkgd.min.js +2 -2
  89. data/app/assets/javascripts/third_party/embedly.min.js +1 -1
  90. data/app/assets/javascripts/third_party/font_awesome.min.js +1 -1
  91. data/app/assets/javascripts/third_party/image_tui.min.js +1 -1
  92. data/app/assets/javascripts/third_party/showdown.min.js +1 -1
  93. data/app/assets/javascripts/third_party/spell_checker.min.js +1 -1
  94. data/app/assets/stylesheets/froala_editor.css +96 -1
  95. data/app/assets/stylesheets/froala_editor.min.css +2 -2
  96. data/app/assets/stylesheets/froala_editor.pkgd.css +302 -90
  97. data/app/assets/stylesheets/froala_editor.pkgd.min.css +2 -2
  98. data/app/assets/stylesheets/froala_style.css +1 -1
  99. data/app/assets/stylesheets/froala_style.min.css +1 -1
  100. data/app/assets/stylesheets/plugins/char_counter.css +1 -1
  101. data/app/assets/stylesheets/plugins/char_counter.min.css +1 -1
  102. data/app/assets/stylesheets/plugins/code_view.css +1 -1
  103. data/app/assets/stylesheets/plugins/code_view.min.css +1 -1
  104. data/app/assets/stylesheets/plugins/colors.css +1 -1
  105. data/app/assets/stylesheets/plugins/colors.min.css +1 -1
  106. data/app/assets/stylesheets/plugins/draggable.css +1 -1
  107. data/app/assets/stylesheets/plugins/draggable.min.css +1 -1
  108. data/app/assets/stylesheets/plugins/emoticons.css +1 -1
  109. data/app/assets/stylesheets/plugins/emoticons.min.css +1 -1
  110. data/app/assets/stylesheets/plugins/file.css +1 -1
  111. data/app/assets/stylesheets/plugins/file.min.css +1 -1
  112. data/app/assets/stylesheets/plugins/files_manager.css +1 -1
  113. data/app/assets/stylesheets/plugins/files_manager.min.css +1 -1
  114. data/app/assets/stylesheets/plugins/filestack.css +1 -1
  115. data/app/assets/stylesheets/plugins/filestack.min.css +1 -1
  116. data/app/assets/stylesheets/plugins/find_and_replace.css +1 -1
  117. data/app/assets/stylesheets/plugins/find_and_replace.min.css +1 -1
  118. data/app/assets/stylesheets/plugins/fullscreen.css +1 -1
  119. data/app/assets/stylesheets/plugins/fullscreen.min.css +1 -1
  120. data/app/assets/stylesheets/plugins/help.css +1 -1
  121. data/app/assets/stylesheets/plugins/help.min.css +1 -1
  122. data/app/assets/stylesheets/plugins/image.css +1 -1
  123. data/app/assets/stylesheets/plugins/image.min.css +1 -1
  124. data/app/assets/stylesheets/plugins/image_manager.css +1 -1
  125. data/app/assets/stylesheets/plugins/image_manager.min.css +1 -1
  126. data/app/assets/stylesheets/plugins/line_breaker.css +1 -1
  127. data/app/assets/stylesheets/plugins/line_breaker.min.css +1 -1
  128. data/app/assets/stylesheets/plugins/link_to_anchor.css +89 -0
  129. data/app/assets/stylesheets/plugins/link_to_anchor.min.css +7 -0
  130. data/app/assets/stylesheets/plugins/markdown.css +1 -1
  131. data/app/assets/stylesheets/plugins/markdown.min.css +1 -1
  132. data/app/assets/stylesheets/plugins/page_break.css +112 -0
  133. data/app/assets/stylesheets/plugins/page_break.min.css +7 -0
  134. data/app/assets/stylesheets/plugins/quick_insert.css +1 -1
  135. data/app/assets/stylesheets/plugins/quick_insert.min.css +1 -1
  136. data/app/assets/stylesheets/plugins/special_characters.css +1 -1
  137. data/app/assets/stylesheets/plugins/special_characters.min.css +1 -1
  138. data/app/assets/stylesheets/plugins/table.css +16 -90
  139. data/app/assets/stylesheets/plugins/table.min.css +2 -2
  140. data/app/assets/stylesheets/plugins/trim_video.css +1 -1
  141. data/app/assets/stylesheets/plugins/trim_video.min.css +1 -1
  142. data/app/assets/stylesheets/plugins/video.css +1 -1
  143. data/app/assets/stylesheets/plugins/video.min.css +1 -1
  144. data/app/assets/stylesheets/plugins.pkgd.css +207 -90
  145. data/app/assets/stylesheets/plugins.pkgd.min.css +2 -2
  146. data/app/assets/stylesheets/themes/dark.css +113 -50
  147. data/app/assets/stylesheets/themes/dark.min.css +2 -2
  148. data/app/assets/stylesheets/themes/gray.css +113 -50
  149. data/app/assets/stylesheets/themes/gray.min.css +2 -2
  150. data/app/assets/stylesheets/themes/royal.css +113 -50
  151. data/app/assets/stylesheets/themes/royal.min.css +2 -2
  152. data/app/assets/stylesheets/third_party/embedly.css +1 -1
  153. data/app/assets/stylesheets/third_party/embedly.min.css +1 -1
  154. data/app/assets/stylesheets/third_party/font_awesome.css +1 -1
  155. data/app/assets/stylesheets/third_party/font_awesome.min.css +1 -1
  156. data/app/assets/stylesheets/third_party/image_tui.css +1 -1
  157. data/app/assets/stylesheets/third_party/image_tui.min.css +1 -1
  158. data/app/assets/stylesheets/third_party/spell_checker.css +1 -1
  159. data/app/assets/stylesheets/third_party/spell_checker.min.css +1 -1
  160. data/lib/wysiwyg-rails/version.rb +1 -1
  161. metadata +9 -2
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.7.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2025 Froala Labs
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.7.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2025 Froala Labs
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.7.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2025 Froala Labs
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.7.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2025 Froala Labs
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.7.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2025 Froala Labs
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.7.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2025 Froala Labs
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.7.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2025 Froala Labs
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.7.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2025 Froala Labs
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.7.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2025 Froala Labs
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.7.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2025 Froala Labs
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.7.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2025 Froala Labs
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.7.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2025 Froala Labs
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.7.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2025 Froala Labs
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.7.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2025 Froala Labs
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.7.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2025 Froala Labs
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.7.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2025 Froala Labs
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.7.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2025 Froala Labs
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.7.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2025 Froala Labs
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.7.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2025 Froala Labs
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.7.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2025 Froala Labs
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.7.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2025 Froala Labs
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.7.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2025 Froala Labs
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.7.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2025 Froala Labs
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.7.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2025 Froala Labs
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.7.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2025 Froala Labs
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.7.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2025 Froala Labs
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.7.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2025 Froala Labs
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.7.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2025 Froala Labs
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.7.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2025 Froala Labs
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.7.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2025 Froala Labs
5
5
  */
@@ -0,0 +1,89 @@
1
+ /*!
2
+ * froala_editor v4.7.0 (https://www.froala.com/wysiwyg-editor)
3
+ * License https://froala.com/wysiwyg-editor/terms/
4
+ * Copyright 2014-2025 Froala Labs
5
+ */
6
+
7
+ .fr-link-to-anchor-layer.fr-active {
8
+ margin: 0 16px 16px;
9
+ width: 260px; }
10
+ .fr-link-to-anchor-layer.fr-active .fr-input-line {
11
+ padding: 16px 0 0; }
12
+ .fr-link-to-anchor-layer.fr-active .fr-input-line .fr-error-text,
13
+ .fr-link-to-anchor-layer.fr-active .fr-input-line .fr-error-text:focus,
14
+ .fr-link-to-anchor-layer.fr-active .fr-input-line .fr-error-text:hover {
15
+ border-color: #f70000; }
16
+ .fr-link-to-anchor-layer.fr-active .fr-input-text {
17
+ font-family: Arial;
18
+ font-size: 12px;
19
+ font-style: normal;
20
+ font-weight: 400;
21
+ line-height: normal;
22
+ padding-bottom: 16px; }
23
+ .fr-link-to-anchor-layer.fr-active .fr-input-text.fr-error-text {
24
+ color: #f70000; }
25
+ .fr-link-to-anchor-layer .fr-action-buttons {
26
+ height: 32px; }
27
+ .fr-link-to-anchor-layer .fr-action-buttons .fr-submit {
28
+ padding: 8px; }
29
+
30
+ .fr-link-to-anchor-header {
31
+ display: flex;
32
+ justify-content: space-between;
33
+ align-items: center;
34
+ height: 24px;
35
+ margin: 16px 16px 0; }
36
+ .fr-link-to-anchor-header .fr-align-right .fr-btn {
37
+ height: 24px;
38
+ width: 24px;
39
+ margin: 0; }
40
+ .fr-link-to-anchor-header .fr-align-right .fr-btn .fr-svg {
41
+ margin: 0; }
42
+
43
+ .fr-edit-anchor {
44
+ display: flex;
45
+ align-items: center; }
46
+ .fr-edit-anchor label {
47
+ color: #0098F7;
48
+ text-overflow: ellipsis;
49
+ text-align: center;
50
+ text-box: auto;
51
+ min-width: 3em;
52
+ max-width: 10em;
53
+ font-size: 14px;
54
+ cursor: default;
55
+ user-select: none;
56
+ -ms-user-select: none;
57
+ -moz-user-select: none;
58
+ overflow: hidden;
59
+ margin-left: 7px;
60
+ line-height: initial; }
61
+
62
+ .fr-view .fr-anchor {
63
+ display: inline-block;
64
+ height: 1.2em;
65
+ width: 1.2em;
66
+ vertical-align: sub;
67
+ display: inline-block;
68
+ /* mask instead of background */
69
+ -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path d='M4.16669 17.5V4.16667C4.16669 3.70833 4.32988 3.31597 4.65627 2.98958C4.98266 2.66319 5.37502 2.5 5.83335 2.5H14.1667C14.625 2.5 15.0174 2.66319 15.3438 2.98958C15.6702 3.31597 15.8334 3.70833 15.8334 4.16667V17.5L10 15L4.16669 17.5Z'/></svg>") no-repeat center/contain;
70
+ mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path d='M4.16669 17.5V4.16667C4.16669 3.70833 4.32988 3.31597 4.65627 2.98958C4.98266 2.66319 5.37502 2.5 5.83335 2.5H14.1667C14.625 2.5 15.0174 2.66319 15.3438 2.98958C15.6702 3.31597 15.8334 3.70833 15.8334 4.16667V17.5L10 15L4.16669 17.5Z'/></svg>") no-repeat center/contain;
71
+ background-color: #333333 !important;
72
+ /* Hover & active states change the color */ }
73
+ .fr-view .fr-anchor:hover {
74
+ background-color: #F6D146 !important; }
75
+ .fr-view .fr-anchor::selection {
76
+ background-color: #0098F7 !important; }
77
+ .fr-view .fr-anchor.fr-active, .fr-view .fr-anchor.fr-anchor-selected, .fr-view .fr-anchor:active {
78
+ background-color: #0098F7 !important; }
79
+
80
+ /* Do not show the anchor element inside the print preview window. */
81
+ @media print {
82
+ .fr-view .fr-anchor {
83
+ display: none; } }
84
+ /* PDF export styles */
85
+ .pdf-export.fr-view .fr-anchor {
86
+ display: none; }
87
+
88
+ .print.fr-view .fr-anchor {
89
+ display: none; }
@@ -0,0 +1,7 @@
1
+ /*!
2
+ * froala_editor v4.7.0 (https://www.froala.com/wysiwyg-editor)
3
+ * License https://froala.com/wysiwyg-editor/terms/
4
+ * Copyright 2014-2025 Froala Labs
5
+ */
6
+
7
+ .fr-link-to-anchor-layer.fr-active{margin:0 16px 16px;width:260px}.fr-link-to-anchor-layer.fr-active .fr-input-line{padding:16px 0 0}.fr-link-to-anchor-layer.fr-active .fr-input-line .fr-error-text,.fr-link-to-anchor-layer.fr-active .fr-input-line .fr-error-text:focus,.fr-link-to-anchor-layer.fr-active .fr-input-line .fr-error-text:hover{border-color:#f70000}.fr-link-to-anchor-layer.fr-active .fr-input-text{font-family:Arial;font-size:12px;font-style:normal;font-weight:400;line-height:normal;padding-bottom:16px}.fr-link-to-anchor-layer.fr-active .fr-input-text.fr-error-text{color:#f70000}.fr-link-to-anchor-layer .fr-action-buttons{height:32px}.fr-link-to-anchor-layer .fr-action-buttons .fr-submit{padding:8px}.fr-link-to-anchor-header{display:flex;justify-content:space-between;align-items:center;height:24px;margin:16px 16px 0}.fr-link-to-anchor-header .fr-align-right .fr-btn{height:24px;width:24px;margin:0}.fr-link-to-anchor-header .fr-align-right .fr-btn .fr-svg{margin:0}.fr-edit-anchor{display:flex;align-items:center}.fr-edit-anchor label{color:#0098F7;text-overflow:ellipsis;text-align:center;text-box:auto;min-width:3em;max-width:10em;font-size:14px;cursor:default;user-select:none;-ms-user-select:none;-moz-user-select:none;overflow:hidden;margin-left:7px;line-height:initial}.fr-view .fr-anchor{display:inline-block;height:1.2em;width:1.2em;vertical-align:sub;display:inline-block;-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path d='M4.16669 17.5V4.16667C4.16669 3.70833 4.32988 3.31597 4.65627 2.98958C4.98266 2.66319 5.37502 2.5 5.83335 2.5H14.1667C14.625 2.5 15.0174 2.66319 15.3438 2.98958C15.6702 3.31597 15.8334 3.70833 15.8334 4.16667V17.5L10 15L4.16669 17.5Z'/></svg>") no-repeat center/contain;mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path d='M4.16669 17.5V4.16667C4.16669 3.70833 4.32988 3.31597 4.65627 2.98958C4.98266 2.66319 5.37502 2.5 5.83335 2.5H14.1667C14.625 2.5 15.0174 2.66319 15.3438 2.98958C15.6702 3.31597 15.8334 3.70833 15.8334 4.16667V17.5L10 15L4.16669 17.5Z'/></svg>") no-repeat center/contain;background-color:#333 !important}.fr-view .fr-anchor:hover{background-color:#F6D146 !important}.fr-view .fr-anchor::selection{background-color:#0098F7 !important}.fr-view .fr-anchor.fr-active,.fr-view .fr-anchor.fr-anchor-selected,.fr-view .fr-anchor:active{background-color:#0098F7 !important}@media print{.fr-view .fr-anchor{display:none}}.pdf-export.fr-view .fr-anchor{display:none}.print.fr-view .fr-anchor{display:none}
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.7.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2025 Froala Labs
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.7.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2025 Froala Labs
5
5
  */
@@ -0,0 +1,112 @@
1
+ /*!
2
+ * froala_editor v4.7.0 (https://www.froala.com/wysiwyg-editor)
3
+ * License https://froala.com/wysiwyg-editor/terms/
4
+ * Copyright 2014-2025 Froala Labs
5
+ */
6
+
7
+ .fr-clearfix::after {
8
+ clear: both;
9
+ display: block;
10
+ content: "";
11
+ height: 0; }
12
+
13
+ .fr-hide-by-clipping {
14
+ position: absolute;
15
+ width: 1px;
16
+ height: 1px;
17
+ padding: 0;
18
+ margin: -1px;
19
+ overflow: hidden;
20
+ clip: rect(0, 0, 0, 0);
21
+ border: 0; }
22
+
23
+ .fr-view .fr-page-break {
24
+ align-items: center;
25
+ display: flex;
26
+ padding: 5px 0;
27
+ position: relative;
28
+ clear: both;
29
+ break-after: page;
30
+ height: 10px;
31
+ margin: 2px 0; }
32
+ .fr-view .fr-page-break:after {
33
+ border-bottom: 2px dashed #dddddd;
34
+ content: "";
35
+ position: absolute;
36
+ width: 100%; }
37
+ .fr-view .fr-page-break ::selection {
38
+ background-color: #dddddd;
39
+ color: #999999; }
40
+ .fr-view .fr-page-break ::-moz-selection {
41
+ background-color: #dddddd;
42
+ color: #999999; }
43
+ .fr-view .fr-page-break .fr-page-break-label {
44
+ margin-left: 15px;
45
+ display: inline-flex;
46
+ height: 11px;
47
+ padding: 4px;
48
+ justify-content: center;
49
+ align-items: center;
50
+ gap: 10px;
51
+ flex-shrink: 0;
52
+ border-radius: 2px;
53
+ background: #dddddd;
54
+ z-index: 1;
55
+ color: #999999;
56
+ font-family: Arial;
57
+ font-size: 10px;
58
+ font-style: normal;
59
+ font-weight: 400;
60
+ line-height: normal; }
61
+ .fr-view .fr-page-break .fr-page-break-line {
62
+ position: absolute;
63
+ z-index: 1;
64
+ width: 100%;
65
+ display: contents; }
66
+ .fr-view .fr-page-break .fr-page-break-line:before {
67
+ content: '';
68
+ position: absolute;
69
+ left: 0;
70
+ top: 50%;
71
+ transform: translateY(-50%);
72
+ width: 0;
73
+ height: 0;
74
+ border-style: solid;
75
+ border-width: 6px 0 6px 10px;
76
+ border-color: transparent transparent transparent #dddddd; }
77
+ .fr-view .fr-page-break .fr-page-break-line:after {
78
+ content: '';
79
+ position: absolute;
80
+ right: 0;
81
+ top: 50%;
82
+ transform: translateY(-50%);
83
+ width: 0;
84
+ height: 0;
85
+ border-style: solid;
86
+ border-width: 6px 10px 6px 0;
87
+ border-color: transparent #dddddd transparent transparent; }
88
+
89
+ /* Do not show the page break element inside the print preview window. */
90
+ @media print {
91
+ .fr-view .fr-page-break {
92
+ padding: 0; }
93
+ .fr-view .fr-page-break:after,
94
+ .fr-view .fr-page-break .fr-page-break-line {
95
+ display: none; }
96
+
97
+ /*
98
+ * From time to time placing page-break directly after a block element with margin causes appending a new blank page in pagination mode.
99
+ * Removing margin-bottom from the block element fixes that issue and the margin is not being moved to the next blank page.
100
+ *
101
+ * Keep this in sync with the pagination plugins.
102
+ */
103
+ .fr-view *:has(+ .fr-page-break) {
104
+ margin-bottom: 0; } }
105
+ /* PDF export styles */
106
+ .pdf-export.fr-view .fr-page-break:after,
107
+ .pdf-export.fr-view .fr-page-break .fr-page-break-line {
108
+ display: none; }
109
+
110
+ .print.fr-view .fr-page-break-label {
111
+ display: none;
112
+ opacity: 0; }
@@ -0,0 +1,7 @@
1
+ /*!
2
+ * froala_editor v4.7.0 (https://www.froala.com/wysiwyg-editor)
3
+ * License https://froala.com/wysiwyg-editor/terms/
4
+ * Copyright 2014-2025 Froala Labs
5
+ */
6
+
7
+ .fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-view .fr-page-break{align-items:center;display:flex;padding:5px 0;position:relative;clear:both;break-after:page;height:10px;margin:2px 0}.fr-view .fr-page-break:after{border-bottom:2px dashed #ddd;content:"";position:absolute;width:100%}.fr-view .fr-page-break ::selection{background-color:#ddd;color:#999}.fr-view .fr-page-break ::-moz-selection{background-color:#ddd;color:#999}.fr-view .fr-page-break .fr-page-break-label{margin-left:15px;display:inline-flex;height:11px;padding:4px;justify-content:center;align-items:center;gap:10px;flex-shrink:0;border-radius:2px;background:#ddd;z-index:1;color:#999;font-family:Arial;font-size:10px;font-style:normal;font-weight:400;line-height:normal}.fr-view .fr-page-break .fr-page-break-line{position:absolute;z-index:1;width:100%;display:contents}.fr-view .fr-page-break .fr-page-break-line:before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:0;height:0;border-style:solid;border-width:6px 0 6px 10px;border-color:transparent transparent transparent #ddd}.fr-view .fr-page-break .fr-page-break-line:after{content:'';position:absolute;right:0;top:50%;transform:translateY(-50%);width:0;height:0;border-style:solid;border-width:6px 10px 6px 0;border-color:transparent #ddd transparent transparent}@media print{.fr-view .fr-page-break{padding:0}.fr-view .fr-page-break:after,.fr-view .fr-page-break .fr-page-break-line{display:none}.fr-view *:has(+.fr-page-break){margin-bottom:0}}.pdf-export.fr-view .fr-page-break:after,.pdf-export.fr-view .fr-page-break .fr-page-break-line{display:none}.print.fr-view .fr-page-break-label{display:none;opacity:0}
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.7.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2025 Froala Labs
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.7.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2025 Froala Labs
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.7.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2025 Froala Labs
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.7.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2025 Froala Labs
5
5
  */