@ckeditor/ckeditor5-theme-lark 39.0.0 → 39.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -2
- package/LICENSE.md +1 -1
- package/README.md +3 -3
- package/package.json +2 -6
package/CHANGELOG.md
CHANGED
@@ -264,7 +264,7 @@ Internal changes only (updated dependencies, documentation, etc.).
|
|
264
264
|
|
265
265
|
### BREAKING CHANGES
|
266
266
|
|
267
|
-
* The license under which CKEditor
|
267
|
+
* The license under which CKEditor 5 is released has been changed from a triple GPL, LGPL and MPL license to a GPL2+ only. See [ckeditor/ckeditor5#991](https://github.com/ckeditor/ckeditor5/issues/991) for more information.
|
268
268
|
|
269
269
|
|
270
270
|
## [1.0.0-beta.4](https://github.com/ckeditor/ckeditor5-theme-lark/compare/v1.0.0-beta.2...v1.0.0-beta.4) (2018-04-19)
|
@@ -332,7 +332,7 @@ Internal changes only (updated dependencies, documentation, etc.).
|
|
332
332
|
|
333
333
|
* The `.ck-editor-toolbar` CSS class has been removed.
|
334
334
|
* Various CSS variables (mostly colors) have been removed. Please make sure your code uses the latest theme API.
|
335
|
-
* From now on there's only one subset of the theme, aligned to the default look of CKEditor
|
335
|
+
* From now on there's only one subset of the theme, aligned to the default look of CKEditor 5.
|
336
336
|
* Various UI components' styles have been rewritten. The CSS selectors that used to style them may have a different specificity and appear in a different order.
|
337
337
|
* The styles are no longer developed in SASS which means various `.scss` files (including variables, mixins, etc.) became unavailable. Please refer to the [Theme Customization](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/ui/theme-customization.html) guide to learn more about migration to PostCSS.
|
338
338
|
|
package/LICENSE.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
Software License Agreement
|
2
2
|
==========================
|
3
3
|
|
4
|
-
**CKEditor
|
4
|
+
**CKEditor 5 lark theme** – https://github.com/ckeditor/ckeditor5-theme-lark <br>
|
5
5
|
Copyright (c) 2003-2023, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
|
6
6
|
|
7
7
|
Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html).
|
package/README.md
CHANGED
@@ -1,15 +1,15 @@
|
|
1
|
-
CKEditor
|
1
|
+
CKEditor 5 lark theme
|
2
2
|
========================================
|
3
3
|
|
4
4
|
[](https://www.npmjs.com/package/@ckeditor/ckeditor5-theme-lark)
|
5
5
|
[](https://coveralls.io/github/ckeditor/ckeditor5?branch=master)
|
6
6
|
[](https://app.travis-ci.com/github/ckeditor/ckeditor5)
|
7
7
|
|
8
|
-
This package implements lark theme — the default CKEditor
|
8
|
+
This package implements lark theme — the default CKEditor 5 theme.
|
9
9
|
|
10
10
|
## Documentation
|
11
11
|
|
12
|
-
See the [`@ckeditor/ckeditor5-theme-lark` package](https://ckeditor.com/docs/ckeditor5/latest/api/theme-lark.html) page in [CKEditor
|
12
|
+
See the [`@ckeditor/ckeditor5-theme-lark` package](https://ckeditor.com/docs/ckeditor5/latest/api/theme-lark.html) page in [CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/).
|
13
13
|
|
14
14
|
## License
|
15
15
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ckeditor/ckeditor5-theme-lark",
|
3
|
-
"version": "39.0.
|
3
|
+
"version": "39.0.2",
|
4
4
|
"description": "A bright theme for CKEditor 5.",
|
5
5
|
"keywords": [
|
6
6
|
"ckeditor",
|
@@ -9,11 +9,7 @@
|
|
9
9
|
"ckeditor5-theme"
|
10
10
|
],
|
11
11
|
"dependencies": {
|
12
|
-
"@ckeditor/ckeditor5-ui": "39.0.
|
13
|
-
},
|
14
|
-
"engines": {
|
15
|
-
"node": ">=16.0.0",
|
16
|
-
"npm": ">=5.7.1"
|
12
|
+
"@ckeditor/ckeditor5-ui": "39.0.2"
|
17
13
|
},
|
18
14
|
"author": "CKSource (http://cksource.com/)",
|
19
15
|
"license": "GPL-2.0-or-later",
|