@ckeditor/ckeditor5-theme-lark 35.4.0 → 36.0.1
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/LICENSE.md +1 -1
- package/package.json +27 -27
- package/theme/ckeditor5-clipboard/clipboard.css +1 -1
- package/theme/ckeditor5-code-block/codeblock.css +1 -1
- package/theme/ckeditor5-editor-classic/classiceditor.css +1 -1
- package/theme/ckeditor5-engine/placeholder.css +1 -1
- package/theme/ckeditor5-find-and-replace/findandreplaceform.css +1 -1
- package/theme/ckeditor5-font/fontcolor.css +1 -1
- package/theme/ckeditor5-heading/heading.css +1 -1
- package/theme/ckeditor5-horizontal-line/horizontalline.css +1 -1
- package/theme/ckeditor5-html-embed/htmlembed.css +1 -1
- package/theme/ckeditor5-image/imageupload.css +1 -1
- package/theme/ckeditor5-image/imageuploadicon.css +1 -1
- package/theme/ckeditor5-image/imageuploadloader.css +1 -1
- package/theme/ckeditor5-image/imageuploadprogress.css +1 -1
- package/theme/ckeditor5-link/link.css +1 -1
- package/theme/ckeditor5-link/linkactions.css +1 -1
- package/theme/ckeditor5-link/linkform.css +1 -1
- package/theme/ckeditor5-link/linkimage.css +1 -1
- package/theme/ckeditor5-list/collapsible.css +1 -1
- package/theme/ckeditor5-list/listproperties.css +1 -1
- package/theme/ckeditor5-list/liststyles.css +1 -1
- package/theme/ckeditor5-media-embed/mediaembedediting.css +1 -1
- package/theme/ckeditor5-mention/mention.css +1 -1
- package/theme/ckeditor5-restricted-editing/restrictedediting.css +1 -1
- package/theme/ckeditor5-special-characters/charactergrid.css +1 -1
- package/theme/ckeditor5-special-characters/characterinfo.css +1 -1
- package/theme/ckeditor5-special-characters/specialcharacters.css +1 -1
- package/theme/ckeditor5-style/style.css +1 -1
- package/theme/ckeditor5-style/stylegrid.css +1 -1
- package/theme/ckeditor5-style/stylegroup.css +1 -1
- package/theme/ckeditor5-style/stylepanel.css +1 -1
- package/theme/ckeditor5-table/colorinput.css +1 -1
- package/theme/ckeditor5-table/form.css +1 -1
- package/theme/ckeditor5-table/formrow.css +1 -1
- package/theme/ckeditor5-table/inserttable.css +1 -1
- package/theme/ckeditor5-table/tablecellproperties.css +1 -1
- package/theme/ckeditor5-table/tableediting.css +1 -1
- package/theme/ckeditor5-table/tableform.css +1 -1
- package/theme/ckeditor5-table/tableproperties.css +1 -1
- package/theme/ckeditor5-table/tableselection.css +1 -1
- package/theme/ckeditor5-ui/components/button/button.css +1 -1
- package/theme/ckeditor5-ui/components/button/switchbutton.css +1 -1
- package/theme/ckeditor5-ui/components/colorgrid/colorgrid.css +1 -1
- package/theme/ckeditor5-ui/components/dropdown/dropdown.css +1 -1
- package/theme/ckeditor5-ui/components/dropdown/listdropdown.css +1 -1
- package/theme/ckeditor5-ui/components/dropdown/splitbutton.css +1 -1
- package/theme/ckeditor5-ui/components/dropdown/toolbardropdown.css +1 -1
- package/theme/ckeditor5-ui/components/editorui/editorui.css +1 -1
- package/theme/ckeditor5-ui/components/formheader/formheader.css +1 -1
- package/theme/ckeditor5-ui/components/icon/icon.css +1 -1
- package/theme/ckeditor5-ui/components/input/input.css +1 -1
- package/theme/ckeditor5-ui/components/label/label.css +1 -1
- package/theme/ckeditor5-ui/components/labeledfield/labeledfieldview.css +1 -1
- package/theme/ckeditor5-ui/components/labeledinput/labeledinput.css +1 -1
- package/theme/ckeditor5-ui/components/list/list.css +1 -1
- package/theme/ckeditor5-ui/components/panel/balloonpanel.css +1 -1
- package/theme/ckeditor5-ui/components/panel/balloonrotator.css +1 -1
- package/theme/ckeditor5-ui/components/panel/fakepanel.css +1 -1
- package/theme/ckeditor5-ui/components/panel/stickypanel.css +1 -1
- package/theme/ckeditor5-ui/components/responsive-form/responsiveform.css +1 -1
- package/theme/ckeditor5-ui/components/toolbar/blocktoolbar.css +1 -1
- package/theme/ckeditor5-ui/components/toolbar/toolbar.css +1 -1
- package/theme/ckeditor5-ui/components/tooltip/tooltip.css +1 -1
- package/theme/ckeditor5-ui/globals/_colors.css +1 -1
- package/theme/ckeditor5-ui/globals/_disabled.css +1 -1
- package/theme/ckeditor5-ui/globals/_focus.css +1 -1
- package/theme/ckeditor5-ui/globals/_fonts.css +1 -1
- package/theme/ckeditor5-ui/globals/_reset.css +1 -1
- package/theme/ckeditor5-ui/globals/_rounded.css +1 -1
- package/theme/ckeditor5-ui/globals/_shadow.css +1 -1
- package/theme/ckeditor5-ui/globals/_spacing.css +1 -1
- package/theme/ckeditor5-ui/globals/globals.css +1 -1
- package/theme/ckeditor5-ui/mixins/_button.css +1 -1
- package/theme/ckeditor5-widget/widget.css +1 -1
- package/theme/ckeditor5-widget/widgetresize.css +1 -1
- package/theme/ckeditor5-widget/widgettypearound.css +1 -1
- package/theme/mixins/_disabled.css +1 -1
- package/theme/mixins/_focus.css +1 -1
- package/theme/mixins/_rounded.css +1 -1
- package/theme/mixins/_shadow.css +1 -1
- package/theme/theme.css +1 -1
package/LICENSE.md
CHANGED
@@ -2,7 +2,7 @@ Software License Agreement
|
|
2
2
|
==========================
|
3
3
|
|
4
4
|
**CKEditor 5 lark theme** – https://github.com/ckeditor/ckeditor5-theme-lark <br>
|
5
|
-
Copyright (c) 2003-
|
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).
|
8
8
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ckeditor/ckeditor5-theme-lark",
|
3
|
-
"version": "
|
3
|
+
"version": "36.0.1",
|
4
4
|
"description": "A bright theme for CKEditor 5.",
|
5
5
|
"keywords": [
|
6
6
|
"ckeditor",
|
@@ -9,34 +9,34 @@
|
|
9
9
|
"ckeditor5-theme"
|
10
10
|
],
|
11
11
|
"dependencies": {
|
12
|
-
"@ckeditor/ckeditor5-ui": "^
|
12
|
+
"@ckeditor/ckeditor5-ui": "^36.0.1"
|
13
13
|
},
|
14
14
|
"devDependencies": {
|
15
|
-
"@ckeditor/ckeditor5-basic-styles": "^
|
16
|
-
"@ckeditor/ckeditor5-ckfinder": "^
|
17
|
-
"@ckeditor/ckeditor5-code-block": "^
|
18
|
-
"@ckeditor/ckeditor5-core": "^
|
19
|
-
"@ckeditor/ckeditor5-editor-balloon": "^
|
20
|
-
"@ckeditor/ckeditor5-editor-classic": "^
|
21
|
-
"@ckeditor/ckeditor5-find-and-replace": "^
|
22
|
-
"@ckeditor/ckeditor5-font": "^
|
23
|
-
"@ckeditor/ckeditor5-heading": "^
|
24
|
-
"@ckeditor/ckeditor5-highlight": "^
|
25
|
-
"@ckeditor/ckeditor5-html-embed": "^
|
26
|
-
"@ckeditor/ckeditor5-indent": "^
|
27
|
-
"@ckeditor/ckeditor5-link": "^
|
28
|
-
"@ckeditor/ckeditor5-list": "^
|
29
|
-
"@ckeditor/ckeditor5-media-embed": "^
|
30
|
-
"@ckeditor/ckeditor5-page-break": "^
|
31
|
-
"@ckeditor/ckeditor5-remove-format": "^
|
32
|
-
"@ckeditor/ckeditor5-restricted-editing": "^
|
33
|
-
"@ckeditor/ckeditor5-select-all": "^
|
34
|
-
"@ckeditor/ckeditor5-source-editing": "^
|
35
|
-
"@ckeditor/ckeditor5-special-characters": "^
|
36
|
-
"@ckeditor/ckeditor5-undo": "^
|
37
|
-
"@ckeditor/ckeditor5-utils": "^
|
38
|
-
"@ckeditor/ckeditor5-table": "^
|
39
|
-
"ckeditor5": "^
|
15
|
+
"@ckeditor/ckeditor5-basic-styles": "^36.0.1",
|
16
|
+
"@ckeditor/ckeditor5-ckfinder": "^36.0.1",
|
17
|
+
"@ckeditor/ckeditor5-code-block": "^36.0.1",
|
18
|
+
"@ckeditor/ckeditor5-core": "^36.0.1",
|
19
|
+
"@ckeditor/ckeditor5-editor-balloon": "^36.0.1",
|
20
|
+
"@ckeditor/ckeditor5-editor-classic": "^36.0.1",
|
21
|
+
"@ckeditor/ckeditor5-find-and-replace": "^36.0.1",
|
22
|
+
"@ckeditor/ckeditor5-font": "^36.0.1",
|
23
|
+
"@ckeditor/ckeditor5-heading": "^36.0.1",
|
24
|
+
"@ckeditor/ckeditor5-highlight": "^36.0.1",
|
25
|
+
"@ckeditor/ckeditor5-html-embed": "^36.0.1",
|
26
|
+
"@ckeditor/ckeditor5-indent": "^36.0.1",
|
27
|
+
"@ckeditor/ckeditor5-link": "^36.0.1",
|
28
|
+
"@ckeditor/ckeditor5-list": "^36.0.1",
|
29
|
+
"@ckeditor/ckeditor5-media-embed": "^36.0.1",
|
30
|
+
"@ckeditor/ckeditor5-page-break": "^36.0.1",
|
31
|
+
"@ckeditor/ckeditor5-remove-format": "^36.0.1",
|
32
|
+
"@ckeditor/ckeditor5-restricted-editing": "^36.0.1",
|
33
|
+
"@ckeditor/ckeditor5-select-all": "^36.0.1",
|
34
|
+
"@ckeditor/ckeditor5-source-editing": "^36.0.1",
|
35
|
+
"@ckeditor/ckeditor5-special-characters": "^36.0.1",
|
36
|
+
"@ckeditor/ckeditor5-undo": "^36.0.1",
|
37
|
+
"@ckeditor/ckeditor5-utils": "^36.0.1",
|
38
|
+
"@ckeditor/ckeditor5-table": "^36.0.1",
|
39
|
+
"ckeditor5": "^36.0.1"
|
40
40
|
},
|
41
41
|
"engines": {
|
42
42
|
"node": ">=14.0.0",
|
package/theme/mixins/_focus.css
CHANGED
package/theme/mixins/_shadow.css
CHANGED
package/theme/theme.css
CHANGED