Skip to content

Commit 5485590

Browse files
Update to v4.2.0
1 parent ba53446 commit 5485590

File tree

146 files changed

+429
-364
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

146 files changed

+429
-364
lines changed

froala_editor/static/froala_editor/css/froala_editor.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
2-
* froala_editor v4.1.4 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v4.2.0 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
4-
* Copyright 2014-2023 Froala Labs
4+
* Copyright 2014-2024 Froala Labs
55
*/
66

77
.fr-clearfix::after {
@@ -1259,7 +1259,6 @@ ol.decimal_type > li:before {
12591259
float: none; }
12601260

12611261
.fr-toolbar.fr-inline .fr-separator.fr-vs {
1262-
float: none;
12631262
display: inline-block; }
12641263

12651264
.fr-second-toolbar {

froala_editor/static/froala_editor/css/froala_editor.min.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

froala_editor/static/froala_editor/css/froala_editor.pkgd.css

Lines changed: 26 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
2-
* froala_editor v4.1.4 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v4.2.0 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
4-
* Copyright 2014-2023 Froala Labs
4+
* Copyright 2014-2024 Froala Labs
55
*/
66

77
.fr-clearfix::after {
@@ -1259,7 +1259,6 @@ ol.decimal_type > li:before {
12591259
float: none; }
12601260

12611261
.fr-toolbar.fr-inline .fr-separator.fr-vs {
1262-
float: none;
12631262
display: inline-block; }
12641263

12651264
.fr-second-toolbar {
@@ -4628,15 +4627,18 @@ div.fr-modal-body {
46284627
vertical-align: bottom;
46294628
margin-left: 5px;
46304629
margin-right: 5px;
4631-
max-width: calc(100% - (2 * 5px)); }
4630+
max-width: calc(100% - (2 * 5px));
4631+
min-width: 10px; }
46324632
.fr-view img.fr-dii.fr-fil {
46334633
float: left;
46344634
margin: 5px 5px 5px 0;
4635-
max-width: calc(100% - 5px); }
4635+
max-width: calc(100% - 5px);
4636+
min-width: 5px; }
46364637
.fr-view img.fr-dii.fr-fir {
46374638
float: right;
46384639
margin: 5px 0 5px 5px;
4639-
max-width: calc(100% - 5px); }
4640+
max-width: calc(100% - 5px);
4641+
min-width: 5px; }
46404642
.fr-view span.fr-img-caption {
46414643
position: relative;
46424644
max-width: 100%; }
@@ -4657,15 +4659,18 @@ div.fr-modal-body {
46574659
vertical-align: bottom;
46584660
margin-left: 5px;
46594661
margin-right: 5px;
4660-
max-width: calc(100% - (2 * 5px)); }
4662+
max-width: calc(100% - (2 * 5px));
4663+
min-width: 10px; }
46614664
.fr-view span.fr-img-caption.fr-dii.fr-fil {
46624665
float: left;
46634666
margin: 5px 5px 5px 0;
4664-
max-width: calc(100% - 5px); }
4667+
max-width: calc(100% - 5px);
4668+
min-width: 5px; }
46654669
.fr-view span.fr-img-caption.fr-dii.fr-fir {
46664670
float: right;
46674671
margin: 5px 0 5px 5px;
4668-
max-width: calc(100% - 5px); }
4672+
max-width: calc(100% - 5px);
4673+
min-width: 5px; }
46694674
.fr-view .fr-video {
46704675
text-align: center;
46714676
position: relative; }
@@ -4776,15 +4781,18 @@ img.fr-view {
47764781
vertical-align: bottom;
47774782
margin-left: 5px;
47784783
margin-right: 5px;
4779-
max-width: calc(100% - (2 * 5px)); }
4784+
max-width: calc(100% - (2 * 5px));
4785+
min-width: 10px; }
47804786
img.fr-view.fr-dii.fr-fil {
47814787
float: left;
47824788
margin: 5px 5px 5px 0;
4783-
max-width: calc(100% - 5px); }
4789+
max-width: calc(100% - 5px);
4790+
min-width: 5px; }
47844791
img.fr-view.fr-dii.fr-fir {
47854792
float: right;
47864793
margin: 5px 0 5px 5px;
4787-
max-width: calc(100% - 5px); }
4794+
max-width: calc(100% - 5px);
4795+
min-width: 5px; }
47884796

47894797
span.fr-img-caption.fr-view {
47904798
position: relative;
@@ -4806,12 +4814,15 @@ span.fr-img-caption.fr-view {
48064814
vertical-align: bottom;
48074815
margin-left: 5px;
48084816
margin-right: 5px;
4809-
max-width: calc(100% - (2 * 5px)); }
4817+
max-width: calc(100% - (2 * 5px));
4818+
min-width: 10px; }
48104819
span.fr-img-caption.fr-view.fr-dii.fr-fil {
48114820
float: left;
48124821
margin: 5px 5px 5px 0;
4813-
max-width: calc(100% - 5px); }
4822+
max-width: calc(100% - 5px);
4823+
min-width: 5px; }
48144824
span.fr-img-caption.fr-view.fr-dii.fr-fir {
48154825
float: right;
48164826
margin: 5px 0 5px 5px;
4817-
max-width: calc(100% - 5px); }
4827+
max-width: calc(100% - 5px);
4828+
min-width: 5px; }

froala_editor/static/froala_editor/css/froala_editor.pkgd.min.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

froala_editor/static/froala_editor/css/froala_style.css

Lines changed: 26 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
2-
* froala_editor v4.1.4 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v4.2.0 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
4-
* Copyright 2014-2023 Froala Labs
4+
* Copyright 2014-2024 Froala Labs
55
*/
66

77
.fr-clearfix::after {
@@ -182,15 +182,18 @@
182182
vertical-align: bottom;
183183
margin-left: 5px;
184184
margin-right: 5px;
185-
max-width: calc(100% - (2 * 5px)); }
185+
max-width: calc(100% - (2 * 5px));
186+
min-width: 10px; }
186187
.fr-view img.fr-dii.fr-fil {
187188
float: left;
188189
margin: 5px 5px 5px 0;
189-
max-width: calc(100% - 5px); }
190+
max-width: calc(100% - 5px);
191+
min-width: 5px; }
190192
.fr-view img.fr-dii.fr-fir {
191193
float: right;
192194
margin: 5px 0 5px 5px;
193-
max-width: calc(100% - 5px); }
195+
max-width: calc(100% - 5px);
196+
min-width: 5px; }
194197
.fr-view span.fr-img-caption {
195198
position: relative;
196199
max-width: 100%; }
@@ -211,15 +214,18 @@
211214
vertical-align: bottom;
212215
margin-left: 5px;
213216
margin-right: 5px;
214-
max-width: calc(100% - (2 * 5px)); }
217+
max-width: calc(100% - (2 * 5px));
218+
min-width: 10px; }
215219
.fr-view span.fr-img-caption.fr-dii.fr-fil {
216220
float: left;
217221
margin: 5px 5px 5px 0;
218-
max-width: calc(100% - 5px); }
222+
max-width: calc(100% - 5px);
223+
min-width: 5px; }
219224
.fr-view span.fr-img-caption.fr-dii.fr-fir {
220225
float: right;
221226
margin: 5px 0 5px 5px;
222-
max-width: calc(100% - 5px); }
227+
max-width: calc(100% - 5px);
228+
min-width: 5px; }
223229
.fr-view .fr-video {
224230
text-align: center;
225231
position: relative; }
@@ -330,15 +336,18 @@ img.fr-view {
330336
vertical-align: bottom;
331337
margin-left: 5px;
332338
margin-right: 5px;
333-
max-width: calc(100% - (2 * 5px)); }
339+
max-width: calc(100% - (2 * 5px));
340+
min-width: 10px; }
334341
img.fr-view.fr-dii.fr-fil {
335342
float: left;
336343
margin: 5px 5px 5px 0;
337-
max-width: calc(100% - 5px); }
344+
max-width: calc(100% - 5px);
345+
min-width: 5px; }
338346
img.fr-view.fr-dii.fr-fir {
339347
float: right;
340348
margin: 5px 0 5px 5px;
341-
max-width: calc(100% - 5px); }
349+
max-width: calc(100% - 5px);
350+
min-width: 5px; }
342351

343352
span.fr-img-caption.fr-view {
344353
position: relative;
@@ -360,12 +369,15 @@ span.fr-img-caption.fr-view {
360369
vertical-align: bottom;
361370
margin-left: 5px;
362371
margin-right: 5px;
363-
max-width: calc(100% - (2 * 5px)); }
372+
max-width: calc(100% - (2 * 5px));
373+
min-width: 10px; }
364374
span.fr-img-caption.fr-view.fr-dii.fr-fil {
365375
float: left;
366376
margin: 5px 5px 5px 0;
367-
max-width: calc(100% - 5px); }
377+
max-width: calc(100% - 5px);
378+
min-width: 5px; }
368379
span.fr-img-caption.fr-view.fr-dii.fr-fir {
369380
float: right;
370381
margin: 5px 0 5px 5px;
371-
max-width: calc(100% - 5px); }
382+
max-width: calc(100% - 5px);
383+
min-width: 5px; }

froala_editor/static/froala_editor/css/froala_style.min.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

froala_editor/static/froala_editor/css/plugins.pkgd.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
2-
* froala_editor v4.1.4 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v4.2.0 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
4-
* Copyright 2014-2023 Froala Labs
4+
* Copyright 2014-2024 Froala Labs
55
*/
66

77
.fr-clearfix::after {

froala_editor/static/froala_editor/css/plugins.pkgd.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

froala_editor/static/froala_editor/css/plugins/char_counter.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
2-
* froala_editor v4.1.4 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v4.2.0 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
4-
* Copyright 2014-2023 Froala Labs
4+
* Copyright 2014-2024 Froala Labs
55
*/
66

77
.fr-clearfix::after {

froala_editor/static/froala_editor/css/plugins/char_counter.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)