Skip to content

Commit

Permalink
Update to v4.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
harasunu-narayan committed Mar 16, 2022
1 parent f6a0715 commit 14b3238
Show file tree
Hide file tree
Showing 145 changed files with 178 additions and 180 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "froala/wysiwyg-cake2",
"version": "4.0.9",
"version": "4.0.10",
"description": "A beautiful WYSIWYG text editor based on HTML5 technology. Cross browser, with mobile support, high performance and Retina Ready modern design.",
"type": "cakephp-plugin",
"keywords": [
Expand Down
15 changes: 10 additions & 5 deletions webroot/css/froala_editor.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v4.0.9 (https://www.froala.com/wysiwyg-editor)
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2022 Froala Labs
*/
Expand All @@ -23,6 +23,9 @@
.fr-element, .fr-element:focus {
outline: 0 solid transparent; }

.fr-view.fr-element-scroll-visible {
overflow-x: visible !important; }

.fr-box.fr-basic {
border-radius: 10px;
-moz-border-radius: 10px;
Expand All @@ -39,6 +42,7 @@
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
overflow-x: auto;
min-height: 60px;
text-align: left; }
.fr-box.fr-basic.fr-rtl .fr-element {
Expand Down Expand Up @@ -804,10 +808,7 @@ ol.decimal_type > li:before {
.fr-popup.fr-active {
display: block; }
.fr-popup.fr-hidden {
-webkit-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
display: none !important; }
.fr-popup.fr-empty {
display: none !important; }
.fr-popup .fr-hs {
Expand Down Expand Up @@ -1179,6 +1180,10 @@ ol.decimal_type > li:before {
border-top: 0; }
.fr-toolbar.fr-inline .fr-newline {
height: 0; }
.fr-toolbar.fr-inline .fr-more-toolbar {
position: absolute !important; }
.fr-toolbar.fr-inline .fr-more-toolbar.fr-expanded {
position: relative !important; }
.fr-toolbar.fr-top {
top: 0;
border-bottom: 0;
Expand Down
4 changes: 2 additions & 2 deletions webroot/css/froala_editor.min.css

Large diffs are not rendered by default.

15 changes: 10 additions & 5 deletions webroot/css/froala_editor.pkgd.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v4.0.9 (https://www.froala.com/wysiwyg-editor)
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2022 Froala Labs
*/
Expand All @@ -23,6 +23,9 @@
.fr-element, .fr-element:focus {
outline: 0 solid transparent; }

.fr-view.fr-element-scroll-visible {
overflow-x: visible !important; }

.fr-box.fr-basic {
border-radius: 10px;
-moz-border-radius: 10px;
Expand All @@ -39,6 +42,7 @@
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
overflow-x: auto;
min-height: 60px;
text-align: left; }
.fr-box.fr-basic.fr-rtl .fr-element {
Expand Down Expand Up @@ -804,10 +808,7 @@ ol.decimal_type > li:before {
.fr-popup.fr-active {
display: block; }
.fr-popup.fr-hidden {
-webkit-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
display: none !important; }
.fr-popup.fr-empty {
display: none !important; }
.fr-popup .fr-hs {
Expand Down Expand Up @@ -1179,6 +1180,10 @@ ol.decimal_type > li:before {
border-top: 0; }
.fr-toolbar.fr-inline .fr-newline {
height: 0; }
.fr-toolbar.fr-inline .fr-more-toolbar {
position: absolute !important; }
.fr-toolbar.fr-inline .fr-more-toolbar.fr-expanded {
position: relative !important; }
.fr-toolbar.fr-top {
top: 0;
border-bottom: 0;
Expand Down
4 changes: 2 additions & 2 deletions webroot/css/froala_editor.pkgd.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion webroot/css/froala_style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v4.0.9 (https://www.froala.com/wysiwyg-editor)
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2022 Froala Labs
*/
Expand Down
2 changes: 1 addition & 1 deletion webroot/css/froala_style.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webroot/css/plugins.pkgd.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v4.0.9 (https://www.froala.com/wysiwyg-editor)
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2022 Froala Labs
*/
Expand Down
2 changes: 1 addition & 1 deletion webroot/css/plugins.pkgd.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webroot/css/plugins/char_counter.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v4.0.9 (https://www.froala.com/wysiwyg-editor)
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2022 Froala Labs
*/
Expand Down
2 changes: 1 addition & 1 deletion webroot/css/plugins/char_counter.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webroot/css/plugins/code_view.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v4.0.9 (https://www.froala.com/wysiwyg-editor)
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2022 Froala Labs
*/
Expand Down
2 changes: 1 addition & 1 deletion webroot/css/plugins/code_view.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webroot/css/plugins/colors.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v4.0.9 (https://www.froala.com/wysiwyg-editor)
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2022 Froala Labs
*/
Expand Down
2 changes: 1 addition & 1 deletion webroot/css/plugins/colors.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webroot/css/plugins/draggable.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v4.0.9 (https://www.froala.com/wysiwyg-editor)
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2022 Froala Labs
*/
Expand Down
2 changes: 1 addition & 1 deletion webroot/css/plugins/draggable.min.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v4.0.9 (https://www.froala.com/wysiwyg-editor)
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2022 Froala Labs
*/
Expand Down
2 changes: 1 addition & 1 deletion webroot/css/plugins/emoticons.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v4.0.9 (https://www.froala.com/wysiwyg-editor)
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2022 Froala Labs
*/
Expand Down
2 changes: 1 addition & 1 deletion webroot/css/plugins/emoticons.min.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v4.0.9 (https://www.froala.com/wysiwyg-editor)
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2022 Froala Labs
*/
Expand Down
2 changes: 1 addition & 1 deletion webroot/css/plugins/file.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v4.0.9 (https://www.froala.com/wysiwyg-editor)
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2022 Froala Labs
*/
Expand Down
2 changes: 1 addition & 1 deletion webroot/css/plugins/file.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webroot/css/plugins/files_manager.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v4.0.9 (https://www.froala.com/wysiwyg-editor)
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2022 Froala Labs
*/
Expand Down
2 changes: 1 addition & 1 deletion webroot/css/plugins/files_manager.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webroot/css/plugins/fullscreen.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v4.0.9 (https://www.froala.com/wysiwyg-editor)
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2022 Froala Labs
*/
Expand Down
2 changes: 1 addition & 1 deletion webroot/css/plugins/fullscreen.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webroot/css/plugins/help.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v4.0.9 (https://www.froala.com/wysiwyg-editor)
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2022 Froala Labs
*/
Expand Down
2 changes: 1 addition & 1 deletion webroot/css/plugins/help.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webroot/css/plugins/image.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v4.0.9 (https://www.froala.com/wysiwyg-editor)
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2022 Froala Labs
*/
Expand Down
2 changes: 1 addition & 1 deletion webroot/css/plugins/image.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webroot/css/plugins/image_manager.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v4.0.9 (https://www.froala.com/wysiwyg-editor)
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2022 Froala Labs
*/
Expand Down
2 changes: 1 addition & 1 deletion webroot/css/plugins/image_manager.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webroot/css/plugins/line_breaker.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v4.0.9 (https://www.froala.com/wysiwyg-editor)
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2022 Froala Labs
*/
Expand Down
2 changes: 1 addition & 1 deletion webroot/css/plugins/line_breaker.min.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v4.0.9 (https://www.froala.com/wysiwyg-editor)
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2022 Froala Labs
*/
Expand Down
2 changes: 1 addition & 1 deletion webroot/css/plugins/markdown.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v4.0.9 (https://www.froala.com/wysiwyg-editor)
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2022 Froala Labs
*/
Expand Down
2 changes: 1 addition & 1 deletion webroot/css/plugins/markdown.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webroot/css/plugins/quick_insert.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v4.0.9 (https://www.froala.com/wysiwyg-editor)
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2022 Froala Labs
*/
Expand Down
2 changes: 1 addition & 1 deletion webroot/css/plugins/quick_insert.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webroot/css/plugins/special_characters.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v4.0.9 (https://www.froala.com/wysiwyg-editor)
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2022 Froala Labs
*/
Expand Down
2 changes: 1 addition & 1 deletion webroot/css/plugins/special_characters.min.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v4.0.9 (https://www.froala.com/wysiwyg-editor)
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2022 Froala Labs
*/
Expand Down
2 changes: 1 addition & 1 deletion webroot/css/plugins/table.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v4.0.9 (https://www.froala.com/wysiwyg-editor)
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2022 Froala Labs
*/
Expand Down
2 changes: 1 addition & 1 deletion webroot/css/plugins/table.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webroot/css/plugins/trim_video.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v4.0.9 (https://www.froala.com/wysiwyg-editor)
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2022 Froala Labs
*/
Expand Down
2 changes: 1 addition & 1 deletion webroot/css/plugins/trim_video.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webroot/css/plugins/video.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v4.0.9 (https://www.froala.com/wysiwyg-editor)
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2022 Froala Labs
*/
Expand Down
2 changes: 1 addition & 1 deletion webroot/css/plugins/video.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 14b3238

Please sign in to comment.