Skip to content

Commit

Permalink
chore: update ckeditor build artifacts
Browse files Browse the repository at this point in the history
This commit autogenerated with "./ck.sh".
  • Loading branch information
Julien Castelain committed Sep 21, 2020
1 parent 6a88791 commit c394f83
Show file tree
Hide file tree
Showing 179 changed files with 1,925 additions and 1,124 deletions.
2,185 changes: 1,092 additions & 1,093 deletions ckeditor/ckeditor.js

Large diffs are not rendered by default.

13 changes: 7 additions & 6 deletions ckeditor/plugins/codemirror/dialogs/codemirrordialog.js

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

4 changes: 4 additions & 0 deletions ckeditor/plugins/codemirror/skins/default.css

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

Binary file modified ckeditor/plugins/icons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ckeditor/plugins/icons_hidpi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions ckeditor/plugins/scayt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
SCAYT plugin for CKEditor 4 Changelog
====================

The full changelog of the SCAYT plugin for CKEditor 4 can be found on our website under the [release notes](https://webspellchecker.com/release-notes/) section.
28 changes: 28 additions & 0 deletions ckeditor/plugins/scayt/LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
Software License Agreement
==========================

**CKEditor SCAYT Plugin**
Copyright © 2012, [CKSource](http://cksource.com) - Frederico Knabben. All rights reserved.

Licensed under the terms of any of the following licenses at your choice:

* GNU General Public License Version 2 or later (the "GPL"):
http://www.gnu.org/licenses/gpl.html

* GNU Lesser General Public License Version 2.1 or later (the "LGPL"):
http://www.gnu.org/licenses/lgpl.html

* Mozilla Public License Version 1.1 or later (the "MPL"):
http://www.mozilla.org/MPL/MPL-1.1.html

You are not required to, but if you want to explicitly declare the license you have chosen to be bound to when using, reproducing, modifying and distributing this software, just include a text file titled "legal.txt" in your version of this software, indicating your license choice.

Sources of Intellectual Property Included in this plugin
--------------------------------------------------------

Where not otherwise indicated, all plugin content is authored by CKSource engineers and consists of CKSource-owned intellectual property. In some specific instances, the plugin will incorporate work done by developers outside of CKSource with their express permission.

Trademarks
----------

CKEditor is a trademark of CKSource - Frederico Knabben. All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.
23 changes: 23 additions & 0 deletions ckeditor/plugins/scayt/dialogs/dialog.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
div.cke_dialog_ui_scaytItemList {
border: 1px solid #c9cccf;
}

.cke_scaytItemList-child {
position: relative;
padding: 6px 30px 6px 5px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.cke_scaytItemList-child:hover {
background: #ebebeb;
}

.cke_scaytItemList-child .cke_scaytItemList_remove {
position: absolute;
top: 0;
right: 5px;
width: 26px;
height: 26px;
}
Loading

0 comments on commit c394f83

Please sign in to comment.