Skip to content

Commit

Permalink
Updated to v3.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kapil2704 committed May 19, 2021
1 parent e8a7baf commit 17d6b91
Show file tree
Hide file tree
Showing 140 changed files with 206 additions and 182 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": "3.2.6-1",
"version": "3.2.7",
"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
16 changes: 15 additions & 1 deletion webroot/css/froala_editor.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v3.2.6-1 (https://www.froala.com/wysiwyg-editor)
* froala_editor v3.2.7 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2021 Froala Labs
*/
Expand Down Expand Up @@ -1275,6 +1275,12 @@ ol.decimal_type > li:before {
content: "";
height: 0; }

.fr-second-toolbar:empty {
min-height: calc(10px);
position: relative;
margin-top: calc(-1px);
z-index: 2; }

#fr-logo {
float: left;
outline: none; }
Expand Down Expand Up @@ -1364,3 +1370,11 @@ span.fr-sr-only {
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0; }

.fr-bottom-extended {
flex-wrap: wrap;
display: flex;
box-sizing: border-box; }

.position-relative {
position: relative !important; }
4 changes: 2 additions & 2 deletions webroot/css/froala_editor.min.css

Large diffs are not rendered by default.

30 changes: 21 additions & 9 deletions webroot/css/froala_editor.pkgd.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v3.2.6-1 (https://www.froala.com/wysiwyg-editor)
* froala_editor v3.2.7 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2021 Froala Labs
*/
Expand Down Expand Up @@ -1275,6 +1275,12 @@ ol.decimal_type > li:before {
content: "";
height: 0; }

.fr-second-toolbar:empty {
min-height: calc(10px);
position: relative;
margin-top: calc(-1px);
z-index: 2; }

#fr-logo {
float: left;
outline: none; }
Expand Down Expand Up @@ -1365,6 +1371,14 @@ span.fr-sr-only {
clip: rect(0, 0, 0, 0);
border: 0; }

.fr-bottom-extended {
flex-wrap: wrap;
display: flex;
box-sizing: border-box; }

.position-relative {
position: relative !important; }

.fr-clearfix::after {
clear: both;
display: block;
Expand Down Expand Up @@ -1985,9 +1999,9 @@ textarea.fr-code {
width: calc(100% - 40px);
width: -moz-available;
/* WebKit-based browsers will ignore this. */
width: -webkit-fill-available;
width: -webkit-stretch;
/* Mozilla-based browsers will ignore this. */
width: fill-available; }
width: stretch; }
.fr-popup .fr-files-progress-bar-layer > h3 {
font-size: 16px;
margin: 10px 0;
Expand Down Expand Up @@ -2042,9 +2056,9 @@ textarea.fr-code {
width: 100%;
width: -moz-available;
/* WebKit-based browsers will ignore this. */
width: -webkit-fill-available;
width: -webkit-stretch;
/* Mozilla-based browsers will ignore this. */
width: fill-available; }
width: stretch; }

.fr-uploading {
-webkit-opacity: 0.4;
Expand Down Expand Up @@ -2106,9 +2120,9 @@ textarea.fr-code {
width: 100%;
width: -moz-available;
/* WebKit-based browsers will ignore this. */
width: -webkit-fill-available;
width: -webkit-stretch;
/* Mozilla-based browsers will ignore this. */
width: fill-available; }
width: stretch; }

@media screen and (max-width: 399px) {
.fr-upload-section {
Expand Down Expand Up @@ -4519,8 +4533,6 @@ div.fr-modal-body {
background-clip: padding-box; }
.fr-view button.fr-large, .fr-view input.fr-large, .fr-view textarea.fr-large {
font-size: 24px; }
.fr-view ul, .fr-view ol {
list-style-position: inside; }

/**
* Image style.
Expand Down
4 changes: 2 additions & 2 deletions webroot/css/froala_editor.pkgd.min.css

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions webroot/css/froala_style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v3.2.6-1 (https://www.froala.com/wysiwyg-editor)
* froala_editor v3.2.7 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2021 Froala Labs
*/
Expand Down Expand Up @@ -287,8 +287,6 @@
background-clip: padding-box; }
.fr-view button.fr-large, .fr-view input.fr-large, .fr-view textarea.fr-large {
font-size: 24px; }
.fr-view ul, .fr-view ol {
list-style-position: inside; }

/**
* Image style.
Expand Down
4 changes: 2 additions & 2 deletions webroot/css/froala_style.min.css

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

Loading

0 comments on commit 17d6b91

Please sign in to comment.