Skip to content

Commit

Permalink
Update to v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
harasunu-narayan committed Mar 21, 2024
1 parent ba53446 commit 5485590
Show file tree
Hide file tree
Showing 146 changed files with 429 additions and 364 deletions.
5 changes: 2 additions & 3 deletions froala_editor/static/froala_editor/css/froala_editor.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* froala_editor v4.1.4 (https://www.froala.com/wysiwyg-editor)
* froala_editor v4.2.0 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2023 Froala Labs
* Copyright 2014-2024 Froala Labs
*/

.fr-clearfix::after {
Expand Down Expand Up @@ -1259,7 +1259,6 @@ ol.decimal_type > li:before {
float: none; }

.fr-toolbar.fr-inline .fr-separator.fr-vs {
float: none;
display: inline-block; }

.fr-second-toolbar {
Expand Down
6 changes: 3 additions & 3 deletions froala_editor/static/froala_editor/css/froala_editor.min.css

Large diffs are not rendered by default.

41 changes: 26 additions & 15 deletions froala_editor/static/froala_editor/css/froala_editor.pkgd.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* froala_editor v4.1.4 (https://www.froala.com/wysiwyg-editor)
* froala_editor v4.2.0 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2023 Froala Labs
* Copyright 2014-2024 Froala Labs
*/

.fr-clearfix::after {
Expand Down Expand Up @@ -1259,7 +1259,6 @@ ol.decimal_type > li:before {
float: none; }

.fr-toolbar.fr-inline .fr-separator.fr-vs {
float: none;
display: inline-block; }

.fr-second-toolbar {
Expand Down Expand Up @@ -4628,15 +4627,18 @@ div.fr-modal-body {
vertical-align: bottom;
margin-left: 5px;
margin-right: 5px;
max-width: calc(100% - (2 * 5px)); }
max-width: calc(100% - (2 * 5px));
min-width: 10px; }
.fr-view img.fr-dii.fr-fil {
float: left;
margin: 5px 5px 5px 0;
max-width: calc(100% - 5px); }
max-width: calc(100% - 5px);
min-width: 5px; }
.fr-view img.fr-dii.fr-fir {
float: right;
margin: 5px 0 5px 5px;
max-width: calc(100% - 5px); }
max-width: calc(100% - 5px);
min-width: 5px; }
.fr-view span.fr-img-caption {
position: relative;
max-width: 100%; }
Expand All @@ -4657,15 +4659,18 @@ div.fr-modal-body {
vertical-align: bottom;
margin-left: 5px;
margin-right: 5px;
max-width: calc(100% - (2 * 5px)); }
max-width: calc(100% - (2 * 5px));
min-width: 10px; }
.fr-view span.fr-img-caption.fr-dii.fr-fil {
float: left;
margin: 5px 5px 5px 0;
max-width: calc(100% - 5px); }
max-width: calc(100% - 5px);
min-width: 5px; }
.fr-view span.fr-img-caption.fr-dii.fr-fir {
float: right;
margin: 5px 0 5px 5px;
max-width: calc(100% - 5px); }
max-width: calc(100% - 5px);
min-width: 5px; }
.fr-view .fr-video {
text-align: center;
position: relative; }
Expand Down Expand Up @@ -4776,15 +4781,18 @@ img.fr-view {
vertical-align: bottom;
margin-left: 5px;
margin-right: 5px;
max-width: calc(100% - (2 * 5px)); }
max-width: calc(100% - (2 * 5px));
min-width: 10px; }
img.fr-view.fr-dii.fr-fil {
float: left;
margin: 5px 5px 5px 0;
max-width: calc(100% - 5px); }
max-width: calc(100% - 5px);
min-width: 5px; }
img.fr-view.fr-dii.fr-fir {
float: right;
margin: 5px 0 5px 5px;
max-width: calc(100% - 5px); }
max-width: calc(100% - 5px);
min-width: 5px; }

span.fr-img-caption.fr-view {
position: relative;
Expand All @@ -4806,12 +4814,15 @@ span.fr-img-caption.fr-view {
vertical-align: bottom;
margin-left: 5px;
margin-right: 5px;
max-width: calc(100% - (2 * 5px)); }
max-width: calc(100% - (2 * 5px));
min-width: 10px; }
span.fr-img-caption.fr-view.fr-dii.fr-fil {
float: left;
margin: 5px 5px 5px 0;
max-width: calc(100% - 5px); }
max-width: calc(100% - 5px);
min-width: 5px; }
span.fr-img-caption.fr-view.fr-dii.fr-fir {
float: right;
margin: 5px 0 5px 5px;
max-width: calc(100% - 5px); }
max-width: calc(100% - 5px);
min-width: 5px; }

Large diffs are not rendered by default.

40 changes: 26 additions & 14 deletions froala_editor/static/froala_editor/css/froala_style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* froala_editor v4.1.4 (https://www.froala.com/wysiwyg-editor)
* froala_editor v4.2.0 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2023 Froala Labs
* Copyright 2014-2024 Froala Labs
*/

.fr-clearfix::after {
Expand Down Expand Up @@ -182,15 +182,18 @@
vertical-align: bottom;
margin-left: 5px;
margin-right: 5px;
max-width: calc(100% - (2 * 5px)); }
max-width: calc(100% - (2 * 5px));
min-width: 10px; }
.fr-view img.fr-dii.fr-fil {
float: left;
margin: 5px 5px 5px 0;
max-width: calc(100% - 5px); }
max-width: calc(100% - 5px);
min-width: 5px; }
.fr-view img.fr-dii.fr-fir {
float: right;
margin: 5px 0 5px 5px;
max-width: calc(100% - 5px); }
max-width: calc(100% - 5px);
min-width: 5px; }
.fr-view span.fr-img-caption {
position: relative;
max-width: 100%; }
Expand All @@ -211,15 +214,18 @@
vertical-align: bottom;
margin-left: 5px;
margin-right: 5px;
max-width: calc(100% - (2 * 5px)); }
max-width: calc(100% - (2 * 5px));
min-width: 10px; }
.fr-view span.fr-img-caption.fr-dii.fr-fil {
float: left;
margin: 5px 5px 5px 0;
max-width: calc(100% - 5px); }
max-width: calc(100% - 5px);
min-width: 5px; }
.fr-view span.fr-img-caption.fr-dii.fr-fir {
float: right;
margin: 5px 0 5px 5px;
max-width: calc(100% - 5px); }
max-width: calc(100% - 5px);
min-width: 5px; }
.fr-view .fr-video {
text-align: center;
position: relative; }
Expand Down Expand Up @@ -330,15 +336,18 @@ img.fr-view {
vertical-align: bottom;
margin-left: 5px;
margin-right: 5px;
max-width: calc(100% - (2 * 5px)); }
max-width: calc(100% - (2 * 5px));
min-width: 10px; }
img.fr-view.fr-dii.fr-fil {
float: left;
margin: 5px 5px 5px 0;
max-width: calc(100% - 5px); }
max-width: calc(100% - 5px);
min-width: 5px; }
img.fr-view.fr-dii.fr-fir {
float: right;
margin: 5px 0 5px 5px;
max-width: calc(100% - 5px); }
max-width: calc(100% - 5px);
min-width: 5px; }

span.fr-img-caption.fr-view {
position: relative;
Expand All @@ -360,12 +369,15 @@ span.fr-img-caption.fr-view {
vertical-align: bottom;
margin-left: 5px;
margin-right: 5px;
max-width: calc(100% - (2 * 5px)); }
max-width: calc(100% - (2 * 5px));
min-width: 10px; }
span.fr-img-caption.fr-view.fr-dii.fr-fil {
float: left;
margin: 5px 5px 5px 0;
max-width: calc(100% - 5px); }
max-width: calc(100% - 5px);
min-width: 5px; }
span.fr-img-caption.fr-view.fr-dii.fr-fir {
float: right;
margin: 5px 0 5px 5px;
max-width: calc(100% - 5px); }
max-width: calc(100% - 5px);
min-width: 5px; }
6 changes: 3 additions & 3 deletions froala_editor/static/froala_editor/css/froala_style.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions froala_editor/static/froala_editor/css/plugins.pkgd.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* froala_editor v4.1.4 (https://www.froala.com/wysiwyg-editor)
* froala_editor v4.2.0 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2023 Froala Labs
* Copyright 2014-2024 Froala Labs
*/

.fr-clearfix::after {
Expand Down
4 changes: 2 additions & 2 deletions froala_editor/static/froala_editor/css/plugins.pkgd.min.css

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* froala_editor v4.1.4 (https://www.froala.com/wysiwyg-editor)
* froala_editor v4.2.0 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2023 Froala Labs
* Copyright 2014-2024 Froala Labs
*/

.fr-clearfix::after {
Expand Down

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

4 changes: 2 additions & 2 deletions froala_editor/static/froala_editor/css/plugins/code_view.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* froala_editor v4.1.4 (https://www.froala.com/wysiwyg-editor)
* froala_editor v4.2.0 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2023 Froala Labs
* Copyright 2014-2024 Froala Labs
*/

.fr-clearfix::after {
Expand Down

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

4 changes: 2 additions & 2 deletions froala_editor/static/froala_editor/css/plugins/colors.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* froala_editor v4.1.4 (https://www.froala.com/wysiwyg-editor)
* froala_editor v4.2.0 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2023 Froala Labs
* Copyright 2014-2024 Froala Labs
*/

.fr-clearfix::after {
Expand Down
4 changes: 2 additions & 2 deletions froala_editor/static/froala_editor/css/plugins/colors.min.css

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

4 changes: 2 additions & 2 deletions froala_editor/static/froala_editor/css/plugins/draggable.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* froala_editor v4.1.4 (https://www.froala.com/wysiwyg-editor)
* froala_editor v4.2.0 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2023 Froala Labs
* Copyright 2014-2024 Froala Labs
*/

.fr-clearfix::after {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* froala_editor v4.1.4 (https://www.froala.com/wysiwyg-editor)
* froala_editor v4.2.0 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2023 Froala Labs
* Copyright 2014-2024 Froala Labs
*/

.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-drag-helper{background:#0098f7;height:2px;margin-top:-1px;-webkit-opacity:.2;-moz-opacity:.2;opacity:.2;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";position:absolute;z-index:2147483640;display:none}.fr-drag-helper.fr-visible{display:block}.fr-dragging{-webkit-opacity:.4;-moz-opacity:.4;opacity:.4;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}
4 changes: 2 additions & 2 deletions froala_editor/static/froala_editor/css/plugins/emoticons.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* froala_editor v4.1.4 (https://www.froala.com/wysiwyg-editor)
* froala_editor v4.2.0 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2023 Froala Labs
* Copyright 2014-2024 Froala Labs
*/

.fr-clearfix::after {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* froala_editor v4.1.4 (https://www.froala.com/wysiwyg-editor)
* froala_editor v4.2.0 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2023 Froala Labs
* Copyright 2014-2024 Froala Labs
*/

.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-popup .fr-emoticon{width:24px;height:24px;font-family:"Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols}.fr-popup .fr-emoticon img{height:24px;width:24px}.fr-popup .fr-command.fr-btn.fr-tabs-unicode{padding:0 0 0 14px}@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px){.fr-popup .fr-icon-container.fr-emoticon-container{width:368px}}
4 changes: 2 additions & 2 deletions froala_editor/static/froala_editor/css/plugins/file.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* froala_editor v4.1.4 (https://www.froala.com/wysiwyg-editor)
* froala_editor v4.2.0 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2023 Froala Labs
* Copyright 2014-2024 Froala Labs
*/

.fr-clearfix::after {
Expand Down
4 changes: 2 additions & 2 deletions froala_editor/static/froala_editor/css/plugins/file.min.css

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

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* froala_editor v4.1.4 (https://www.froala.com/wysiwyg-editor)
* froala_editor v4.2.0 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2023 Froala Labs
* Copyright 2014-2024 Froala Labs
*/

.fr-clearfix::after {
Expand Down

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions froala_editor/static/froala_editor/css/plugins/fullscreen.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* froala_editor v4.1.4 (https://www.froala.com/wysiwyg-editor)
* froala_editor v4.2.0 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2023 Froala Labs
* Copyright 2014-2024 Froala Labs
*/

.fr-clearfix::after {
Expand Down
Loading

0 comments on commit 5485590

Please sign in to comment.