@ckeditor/ckeditor5-theme-lark 35.3.2 → 36.0.0
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 +3 -2
- 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 +13 -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.0",
|
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.0"
|
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.0",
|
16
|
+
"@ckeditor/ckeditor5-ckfinder": "^36.0.0",
|
17
|
+
"@ckeditor/ckeditor5-code-block": "^36.0.0",
|
18
|
+
"@ckeditor/ckeditor5-core": "^36.0.0",
|
19
|
+
"@ckeditor/ckeditor5-editor-balloon": "^36.0.0",
|
20
|
+
"@ckeditor/ckeditor5-editor-classic": "^36.0.0",
|
21
|
+
"@ckeditor/ckeditor5-find-and-replace": "^36.0.0",
|
22
|
+
"@ckeditor/ckeditor5-font": "^36.0.0",
|
23
|
+
"@ckeditor/ckeditor5-heading": "^36.0.0",
|
24
|
+
"@ckeditor/ckeditor5-highlight": "^36.0.0",
|
25
|
+
"@ckeditor/ckeditor5-html-embed": "^36.0.0",
|
26
|
+
"@ckeditor/ckeditor5-indent": "^36.0.0",
|
27
|
+
"@ckeditor/ckeditor5-link": "^36.0.0",
|
28
|
+
"@ckeditor/ckeditor5-list": "^36.0.0",
|
29
|
+
"@ckeditor/ckeditor5-media-embed": "^36.0.0",
|
30
|
+
"@ckeditor/ckeditor5-page-break": "^36.0.0",
|
31
|
+
"@ckeditor/ckeditor5-remove-format": "^36.0.0",
|
32
|
+
"@ckeditor/ckeditor5-restricted-editing": "^36.0.0",
|
33
|
+
"@ckeditor/ckeditor5-select-all": "^36.0.0",
|
34
|
+
"@ckeditor/ckeditor5-source-editing": "^36.0.0",
|
35
|
+
"@ckeditor/ckeditor5-special-characters": "^36.0.0",
|
36
|
+
"@ckeditor/ckeditor5-undo": "^36.0.0",
|
37
|
+
"@ckeditor/ckeditor5-utils": "^36.0.0",
|
38
|
+
"@ckeditor/ckeditor5-table": "^36.0.0",
|
39
|
+
"ckeditor5": "^36.0.0"
|
40
40
|
},
|
41
41
|
"engines": {
|
42
42
|
"node": ">=14.0.0",
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*
|
2
|
-
* Copyright (c) 2003-
|
2
|
+
* Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
@@ -16,7 +16,8 @@
|
|
16
16
|
padding: var(--ck-insert-table-dropdown-padding) var(--ck-insert-table-dropdown-padding) 0;
|
17
17
|
}
|
18
18
|
|
19
|
-
.ck .ck-insert-table-dropdown__label
|
19
|
+
.ck .ck-insert-table-dropdown__label,
|
20
|
+
.ck[dir=rtl] .ck-insert-table-dropdown__label {
|
20
21
|
text-align: center;
|
21
22
|
}
|
22
23
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*
|
2
|
-
* Copyright (c) 2003-
|
2
|
+
* Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
@@ -51,6 +51,13 @@
|
|
51
51
|
}
|
52
52
|
}
|
53
53
|
|
54
|
+
/* Make sure the divider stretches 100% height of the button
|
55
|
+
https://github.com/ckeditor/ckeditor5/issues/10936 */
|
56
|
+
& > .ck-splitbutton__arrow:not(:focus) {
|
57
|
+
border-top-width: 0px;
|
58
|
+
border-bottom-width: 0px;
|
59
|
+
}
|
60
|
+
|
54
61
|
/* When the split button is "open" (the arrow is on) or being hovered, it should get some styling
|
55
62
|
as a whole. The background of both buttons should stand out and there should be a visual
|
56
63
|
separation between both buttons. */
|
@@ -71,6 +78,11 @@
|
|
71
78
|
background-color: var(--ck-color-split-button-hover-border);
|
72
79
|
}
|
73
80
|
|
81
|
+
/* Make sure the divider between the buttons looks fine when the button is focused */
|
82
|
+
& > .ck-splitbutton__arrow:focus::after {
|
83
|
+
--ck-color-split-button-hover-border: var(--ck-color-focus-border);
|
84
|
+
}
|
85
|
+
|
74
86
|
@nest [dir="ltr"] & {
|
75
87
|
& > .ck-splitbutton__arrow:not(.ck-disabled)::after {
|
76
88
|
left: -1px;
|
package/theme/mixins/_focus.css
CHANGED
package/theme/mixins/_shadow.css
CHANGED
package/theme/theme.css
CHANGED