Skip to content

Commit

Permalink
fix: update CKEditor license key
Browse files Browse the repository at this point in the history
  • Loading branch information
usantos-at-wiris committed Dec 5, 2024
1 parent a6aad8d commit a5b0f78
Show file tree
Hide file tree
Showing 10 changed files with 12,047 additions and 13,424 deletions.
1 change: 1 addition & 0 deletions demos/html/ckeditor5/src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ window.editor = null;

// Create the CKEditor 5.
ClassicEditor.create(document.querySelector("#editor"), {
licenseKey: "GPL",
plugins: [Essentials, Paragraph, Bold, Italic, MathType, Alignment, SourceEditing],
toolbar: [
"bold",
Expand Down
120 changes: 18 additions & 102 deletions packages/ckeditor5/dist/browser/index-editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -155,121 +155,49 @@
box-shadow:rgba(0, 0, 0, 0.5) 0 2px 8px;
}

.wrs_modal_dialogContainer.wrs_modal_ios,
.wrs_modal_dialogContainer.wrs_modal_android{
margin:auto;
position:fixed;
width:99%;
height:99%;
overflow:hidden;
transform:translate(50%, -50%);
top:50%;
right:50% !important;
}

.wrs_modal_dialogContainer.wrs_modal_ios{
margin:auto;
margin:0px;
position:fixed;
width:100%;
height:100%;
height:auto;
overflow:hidden;
transform:translate(50%, -50%);
top:50%;
right:50% !important;
}

.wrs_content_container.wrs_minimized{
display:none;
}

.wrs_content_container.wrs_modal_android{
width:100%;
height:0%;
flex-grow:1;
top:calc(env(safe-area-inset-top));
right:calc(env(safe-area-inset-right));
left:calc(env(safe-area-inset-left));
bottom:calc(env(safe-area-inset-bottom));
transform:none;
box-sizing:border-box;
display:flex;
flex-direction:column;
}

.wrs_content_container.wrs_modal_android > div:first-child{
flex-grow:1;
}

.wrs_content_container.wrs_modal_ios > div:first-child{
flex-grow:1;
.wrs_content_container.wrs_minimized{
display:none;
}

.wrs_content_container.wrs_modal_desktop > div:first-child{
flex-grow:1;
}

.wrs_modal_wrapper.wrs_modal_android{
margin:auto;
.wrs_modal_wrapper.wrs_modal_android,
.wrs_modal_wrapper.wrs_modal_ios{
margin:0.5rem !important;
display:flex;
flex-direction:column;
height:100%;
width:100%;
}

.wrs_content_container.wrs_modal_desktop{
width:100%;
flex-grow:1;
.wrs_content_container.wrs_modal_ios,
.wrs_content_container.wrs_modal_android{
flex-grow:0.98;
display:flex;
flex-direction:column;
}

.wrs_content_container.wrs_modal_ios{
.wrs_content_container.wrs_modal_desktop{
width:100%;
height:0%;
flex-grow:1;
display:flex;
flex-direction:column;
}

.wrs_modal_wrapper.wrs_modal_ios{
margin:auto;
display:flex;
flex-direction:column;
height:100%;
width:100%;
}

.wrs_virtual_keyboard{
height:100%;
width:100%;
top:0;
left:50%;
transform:translate(-50%, 0%);
}

@media all and (orientation: portrait){
.wrs_modal_dialogContainer.wrs_modal_mobile{
width:100vmin;
height:100vmin;
margin:auto;
border-width:0;
}

.wrs_modal_wrapper.wrs_modal_mobile{
width:100vmin;
height:100vmin;
margin:auto;
}
}

@media all and (orientation: landscape){
.wrs_modal_dialogContainer.wrs_modal_mobile{
width:100vmin;
height:100vmin;
margin:auto;
border-width:0;
}

.wrs_modal_wrapper.wrs_modal_mobile{
width:100vmin;
height:100vmin;
margin:auto;
}
}

.wrs_modal_dialogContainer.wrs_modal_badStock{
width:100%;
height:280px;
Expand Down Expand Up @@ -318,8 +246,6 @@

.wrs_modal_controls{
height:42px;
margin:3px 0;
overflow:hidden;
line-height:normal;
}

Expand Down Expand Up @@ -391,10 +317,6 @@
float:left;
}

.wrs_modal_buttons_container.wrs_modalAndroid{
padding-left:6px;
}

.wrs_modal_buttons_container.wrs_modalDesktop{
padding-left:0;
}
Expand All @@ -414,12 +336,6 @@
display:none;
}

@media only screen and (max-device-width: 480px) and (orientation: portrait){
#wrs_modal_wrapper{
width:140%;
}
}

.wrs_popupmessage_overlay_envolture{
display:none;
width:100%;
Expand Down
147 changes: 36 additions & 111 deletions packages/ckeditor5/dist/browser/index.css

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

2 changes: 1 addition & 1 deletion packages/ckeditor5/dist/browser/index.css.map

Large diffs are not rendered by default.

Loading

0 comments on commit a5b0f78

Please sign in to comment.