@ckeditor/ckeditor5-theme-lark 40.1.0 → 41.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/CHANGELOG.md +36 -36
- package/LICENSE.md +1 -1
- package/README.md +1 -1
- package/package.json +2 -2
- 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 +99 -74
- 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/imageinsert.css +67 -0
- 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/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/autocomplete/autocomplete.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-list → ckeditor5-ui/components/collapsible}/collapsible.css +3 -3
- package/theme/ckeditor5-ui/components/colorgrid/colorgrid.css +1 -1
- package/theme/ckeditor5-ui/components/colorselector/colorselector.css +1 -1
- package/theme/ckeditor5-ui/components/dialog/dialog.css +43 -0
- package/theme/ckeditor5-ui/components/dialog/dialogactions.css +14 -0
- 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 +4 -3
- 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 +2 -2
- package/theme/ckeditor5-ui/components/labeledinput/labeledinput.css +1 -1
- package/theme/ckeditor5-ui/components/list/list.css +8 -4
- 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/search/search.css +1 -1
- package/theme/ckeditor5-ui/components/spinner/spinner.css +1 -1
- package/theme/ckeditor5-ui/components/textarea/textarea.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/CHANGELOG.md
CHANGED
@@ -5,22 +5,22 @@ All changes in the package are documented in the main repository. See: https://g
|
|
5
5
|
|
6
6
|
Changes for the past releases are available below.
|
7
7
|
|
8
|
-
## [19.0.0](https://github.com/ckeditor/ckeditor5-theme-lark/compare/v18.0.0...v19.0.0) (2020
|
8
|
+
## [19.0.0](https://github.com/ckeditor/ckeditor5-theme-lark/compare/v18.0.0...v19.0.0) (April 29, 2020)
|
9
9
|
|
10
10
|
### Bug fixes
|
11
11
|
|
12
|
-
* The selected widget
|
12
|
+
* The outline of the selected widget should be visible when the editor is read-only. Closes [ckeditor/ckeditor5#6415](https://github.com/ckeditor/ckeditor5/issues/6415). ([bb03e9a](https://github.com/ckeditor/ckeditor5-theme-lark/commit/bb03e9a))
|
13
13
|
|
14
14
|
### Other changes
|
15
15
|
|
16
|
-
* Added a missing file for the `FormHeaderView` styles and removed duplicated styles for `SpecialCharactersNavigation` inherited from the
|
16
|
+
* Added a missing file for the `FormHeaderView` styles and removed duplicated styles for `SpecialCharactersNavigation` inherited from the `FormHeaderView` component. Closes [ckeditor/ckeditor5#6586](https://github.com/ckeditor/ckeditor5/issues/6586). ([06f6ca5](https://github.com/ckeditor/ckeditor5-theme-lark/commit/06f6ca5))
|
17
17
|
* Align code to the changes in ckeditor5-ui API. See [ckeditor/ckeditor5#6110](https://github.com/ckeditor/ckeditor5/issues/6110). ([7df8dec](https://github.com/ckeditor/ckeditor5-theme-lark/commit/7df8dec))
|
18
18
|
* Changed styles of SpecialCharacters and Dropdown to match FormHeaderView component styles. See [ckeditor/ckeditor5#6109](https://github.com/ckeditor/ckeditor5/issues/6109). ([ceeb767](https://github.com/ckeditor/ckeditor5-theme-lark/commit/ceeb767))
|
19
19
|
* Introduced the table cell overlay to improve the rendering of multiple–cell selections and bring compatibility with styled table cells. Closes [ckeditor/ckeditor5#6446](https://github.com/ckeditor/ckeditor5/issues/6446). ([6a1c7b9](https://github.com/ckeditor/ckeditor5-theme-lark/commit/6a1c7b9))
|
20
|
-
* The selection inside the `InlineEditableUIView` should be
|
20
|
+
* The selection inside the `InlineEditableUIView` should be gray when the editor is blurred. Closes [ckeditor/ckeditor5#6517](https://github.com/ckeditor/ckeditor5/issues/6517). ([8ad92eb](https://github.com/ckeditor/ckeditor5-theme-lark/commit/8ad92eb))
|
21
21
|
|
22
22
|
|
23
|
-
## [18.0.0](https://github.com/ckeditor/ckeditor5-theme-lark/compare/v17.0.0...v18.0.0) (2020
|
23
|
+
## [18.0.0](https://github.com/ckeditor/ckeditor5-theme-lark/compare/v17.0.0...v18.0.0) (March 19, 2020)
|
24
24
|
|
25
25
|
### Features
|
26
26
|
|
@@ -33,7 +33,7 @@ Changes for the past releases are available below.
|
|
33
33
|
* Pointer inside a restricted editing exception should be set to text for all the children. Closes [ckeditor/ckeditor5#6272](https://github.com/ckeditor/ckeditor5/issues/6272). ([a20d13b](https://github.com/ckeditor/ckeditor5-theme-lark/commit/a20d13b))
|
34
34
|
|
35
35
|
|
36
|
-
## [17.0.0](https://github.com/ckeditor/ckeditor5-theme-lark/compare/v16.0.0...v17.0.0) (2020
|
36
|
+
## [17.0.0](https://github.com/ckeditor/ckeditor5-theme-lark/compare/v16.0.0...v17.0.0) (February 19, 2020)
|
37
37
|
|
38
38
|
### MAJOR BREAKING CHANGES
|
39
39
|
|
@@ -50,7 +50,7 @@ Changes for the past releases are available below.
|
|
50
50
|
|
51
51
|
### Bug fixes
|
52
52
|
|
53
|
-
* Removed `ck-` prefix from the restricted editing
|
53
|
+
* Removed the `ck-` prefix from the restricted editing CSS classes used in the editor content. Closes [ckeditor/ckeditor5#5899](https://github.com/ckeditor/ckeditor5/issues/5899). ([599f16e](https://github.com/ckeditor/ckeditor5-theme-lark/commit/599f16e))
|
54
54
|
|
55
55
|
### Other changes
|
56
56
|
|
@@ -58,7 +58,7 @@ Changes for the past releases are available below.
|
|
58
58
|
* Set default cursor in restricted editing mode while restricted editing exceptions still have text cursor when you hover over them. Closes [ckeditor/ckeditor5#5992](https://github.com/ckeditor/ckeditor5/issues/5992). ([2602ab4](https://github.com/ckeditor/ckeditor5-theme-lark/commit/2602ab4))
|
59
59
|
|
60
60
|
|
61
|
-
## [16.0.0](https://github.com/ckeditor/ckeditor5-theme-lark/compare/v15.0.0...v16.0.0) (2019
|
61
|
+
## [16.0.0](https://github.com/ckeditor/ckeditor5-theme-lark/compare/v15.0.0...v16.0.0) (December 4, 2019)
|
62
62
|
|
63
63
|
### MAJOR BREAKING CHANGES
|
64
64
|
|
@@ -71,7 +71,7 @@ Changes for the past releases are available below.
|
|
71
71
|
|
72
72
|
### Bug fixes
|
73
73
|
|
74
|
-
* Enabled additional box
|
74
|
+
* Enabled additional box shadow on `.ck-button` to meet WCAG AA recommendations. Adjusted the color of the `--ck-color-focus-border` for the same reason (editable elements, widget selection, etc.). Closes [ckeditor/ckeditor5#5580](https://github.com/ckeditor/ckeditor5/issues/5580). ([0fe1500](https://github.com/ckeditor/ckeditor5-theme-lark/commit/0fe1500))
|
75
75
|
|
76
76
|
Also:
|
77
77
|
* Optimized the color of a grid component for WCAG AA.
|
@@ -79,11 +79,11 @@ Changes for the past releases are available below.
|
|
79
79
|
* Improved the table UI contrast and accessibility.
|
80
80
|
|
81
81
|
|
82
|
-
## [15.0.0](https://github.com/ckeditor/ckeditor5-theme-lark/compare/v14.2.0...v15.0.0) (2019
|
82
|
+
## [15.0.0](https://github.com/ckeditor/ckeditor5-theme-lark/compare/v14.2.0...v15.0.0) (October 23, 2019)
|
83
83
|
|
84
84
|
### Bug fixes
|
85
85
|
|
86
|
-
* To-do list styles should meet WCAG contrast standards and work with other editor features (
|
86
|
+
* To-do list styles should meet WCAG contrast standards and work with other editor features (like font size). Closes [ckeditor/ckeditor5-list#146](https://github.com/ckeditor/ckeditor5-list/issues/146). Closes [ckeditor/ckeditor5-list#136](https://github.com/ckeditor/ckeditor5-list/issues/136). ([0d4a5e2](https://github.com/ckeditor/ckeditor5-theme-lark/commit/0d4a5e2))
|
87
87
|
|
88
88
|
Also moved some to-do list styles from `@ckeditor/ckeditor5-list` (code refactoring).
|
89
89
|
|
@@ -92,7 +92,7 @@ Changes for the past releases are available below.
|
|
92
92
|
* Adjusted toolbar styles to allow automatic items grouping (see [ckeditor/ckeditor5#416](https://github.com/ckeditor/ckeditor5/issues/416)). ([e73b50d](https://github.com/ckeditor/ckeditor5-theme-lark/commit/e73b50d))
|
93
93
|
|
94
94
|
|
95
|
-
## [14.2.0](https://github.com/ckeditor/ckeditor5-theme-lark/compare/v14.1.1...v14.2.0) (2019
|
95
|
+
## [14.2.0](https://github.com/ckeditor/ckeditor5-theme-lark/compare/v14.1.1...v14.2.0) (August 26, 2019)
|
96
96
|
|
97
97
|
### Features
|
98
98
|
|
@@ -104,12 +104,12 @@ Changes for the past releases are available below.
|
|
104
104
|
* The `.ck-progress-bar` styles should not be under with `.ck-content`. Additionally removed two unused custom properties: `--ck-color-upload-infinite-background` and `--ck-image-upload-progress-line-width`. Closes https://github.com/ckeditor/ckeditor5-theme-lark/issues/239. Closes https://github.com/ckeditor/ckeditor5/issues/1915. ([cb92793](https://github.com/ckeditor/ckeditor5-theme-lark/commit/cb92793))
|
105
105
|
|
106
106
|
|
107
|
-
## [14.1.1](https://github.com/ckeditor/ckeditor5-theme-lark/compare/v14.1.0...v14.1.1) (2019
|
107
|
+
## [14.1.1](https://github.com/ckeditor/ckeditor5-theme-lark/compare/v14.1.0...v14.1.1) (July 10, 2019)
|
108
108
|
|
109
109
|
Internal changes only (updated dependencies, documentation, etc.).
|
110
110
|
|
111
111
|
|
112
|
-
## [14.1.0](https://github.com/ckeditor/ckeditor5-theme-lark/compare/v14.0.0...v14.1.0) (2019
|
112
|
+
## [14.1.0](https://github.com/ckeditor/ckeditor5-theme-lark/compare/v14.0.0...v14.1.0) (July 4, 2019)
|
113
113
|
|
114
114
|
### Features
|
115
115
|
|
@@ -117,11 +117,11 @@ Internal changes only (updated dependencies, documentation, etc.).
|
|
117
117
|
|
118
118
|
### Bug fixes
|
119
119
|
|
120
|
-
* Background of
|
120
|
+
* Background of split button will not be highlighted on hover in read-only mode. Closes [ckeditor/ckeditor5#943](https://github.com/ckeditor/ckeditor5/issues/943). ([0579997](https://github.com/ckeditor/ckeditor5-theme-lark/commit/0579997))
|
121
121
|
* Tooltips should not render blurry in LoDPI environments. Closes [ckeditor/ckeditor5#1802](https://github.com/ckeditor/ckeditor5/issues/1802). ([53d7ca3](https://github.com/ckeditor/ckeditor5-theme-lark/commit/53d7ca3))
|
122
122
|
|
123
123
|
|
124
|
-
## [14.0.0](https://github.com/ckeditor/ckeditor5-theme-lark/compare/v13.0.1...v14.0.0) (2019
|
124
|
+
## [14.0.0](https://github.com/ckeditor/ckeditor5-theme-lark/compare/v13.0.1...v14.0.0) (June 6, 2019)
|
125
125
|
|
126
126
|
### Features
|
127
127
|
|
@@ -141,12 +141,12 @@ Internal changes only (updated dependencies, documentation, etc.).
|
|
141
141
|
* The `_rwd.css` mixin was moved to `@ckeditor/ckeditor5-ui`.
|
142
142
|
|
143
143
|
|
144
|
-
## [13.0.1](https://github.com/ckeditor/ckeditor5-theme-lark/compare/v13.0.0...v13.0.1) (2019
|
144
|
+
## [13.0.1](https://github.com/ckeditor/ckeditor5-theme-lark/compare/v13.0.0...v13.0.1) (April 4, 2019)
|
145
145
|
|
146
146
|
Internal changes only (updated dependencies, documentation, etc.).
|
147
147
|
|
148
148
|
|
149
|
-
## [13.0.0](https://github.com/ckeditor/ckeditor5-theme-lark/compare/v12.0.0...v13.0.0) (2019
|
149
|
+
## [13.0.0](https://github.com/ckeditor/ckeditor5-theme-lark/compare/v12.0.0...v13.0.0) (February 28, 2019)
|
150
150
|
|
151
151
|
### Features
|
152
152
|
|
@@ -163,7 +163,7 @@ Internal changes only (updated dependencies, documentation, etc.).
|
|
163
163
|
* Upgraded minimal versions of Node to `8.0.0` and npm to `5.7.1`. See: [ckeditor/ckeditor5#1507](https://github.com/ckeditor/ckeditor5/issues/1507). ([612ea3c](https://github.com/ckeditor/ckeditor5-cloud-services/commit/612ea3c))
|
164
164
|
|
165
165
|
|
166
|
-
## [12.0.0](https://github.com/ckeditor/ckeditor5-theme-lark/compare/v11.1.0...v12.0.0) (2018
|
166
|
+
## [12.0.0](https://github.com/ckeditor/ckeditor5-theme-lark/compare/v11.1.0...v12.0.0) (December 5, 2018)
|
167
167
|
|
168
168
|
### Features
|
169
169
|
|
@@ -187,7 +187,7 @@ Internal changes only (updated dependencies, documentation, etc.).
|
|
187
187
|
* The `.ck-labeled-input__error` class has been replaced with `.ck-labeled-input__status_error`.
|
188
188
|
|
189
189
|
|
190
|
-
## [11.1.0](https://github.com/ckeditor/ckeditor5-theme-lark/compare/v11.0.0...v11.1.0) (2018
|
190
|
+
## [11.1.0](https://github.com/ckeditor/ckeditor5-theme-lark/compare/v11.0.0...v11.1.0) (October 8, 2018)
|
191
191
|
|
192
192
|
### Features
|
193
193
|
|
@@ -203,7 +203,7 @@ Internal changes only (updated dependencies, documentation, etc.).
|
|
203
203
|
* Added a subtle shake animation to the .ck-input-text when it gets an error. Closes [#198](https://github.com/ckeditor/ckeditor5-theme-lark/issues/198). ([f84102b](https://github.com/ckeditor/ckeditor5-theme-lark/commit/f84102b))
|
204
204
|
|
205
205
|
|
206
|
-
## [11.0.0](https://github.com/ckeditor/ckeditor5-theme-lark/compare/v10.1.0...v11.0.0) (2018
|
206
|
+
## [11.0.0](https://github.com/ckeditor/ckeditor5-theme-lark/compare/v10.1.0...v11.0.0) (July 18, 2018)
|
207
207
|
|
208
208
|
### Features
|
209
209
|
|
@@ -238,7 +238,7 @@ Internal changes only (updated dependencies, documentation, etc.).
|
|
238
238
|
* Several `--ck-color-widget-*` custom properties have been renamed to match the project's naming standards.
|
239
239
|
|
240
240
|
|
241
|
-
## [10.1.0](https://github.com/ckeditor/ckeditor5-theme-lark/compare/v10.0.0...v10.1.0) (2018
|
241
|
+
## [10.1.0](https://github.com/ckeditor/ckeditor5-theme-lark/compare/v10.0.0...v10.1.0) (June 21, 2018)
|
242
242
|
|
243
243
|
### Features
|
244
244
|
|
@@ -256,7 +256,7 @@ Internal changes only (updated dependencies, documentation, etc.).
|
|
256
256
|
* Introduced disabled styles of a list item (see [ckeditor/ckeditor5-ui#389](https://github.com/ckeditor/ckeditor5-ui/issues/389)). ([b4a069c](https://github.com/ckeditor/ckeditor5-theme-lark/commit/b4a069c))
|
257
257
|
|
258
258
|
|
259
|
-
## [10.0.0](https://github.com/ckeditor/ckeditor5-theme-lark/compare/v1.0.0-beta.4...v10.0.0) (2018
|
259
|
+
## [10.0.0](https://github.com/ckeditor/ckeditor5-theme-lark/compare/v1.0.0-beta.4...v10.0.0) (April 25, 2018)
|
260
260
|
|
261
261
|
### Other changes
|
262
262
|
|
@@ -267,12 +267,12 @@ Internal changes only (updated dependencies, documentation, etc.).
|
|
267
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
|
-
## [1.0.0-beta.4](https://github.com/ckeditor/ckeditor5-theme-lark/compare/v1.0.0-beta.2...v1.0.0-beta.4) (2018
|
270
|
+
## [1.0.0-beta.4](https://github.com/ckeditor/ckeditor5-theme-lark/compare/v1.0.0-beta.2...v1.0.0-beta.4) (April 19, 2018)
|
271
271
|
|
272
272
|
Internal changes only (updated dependencies, documentation, etc.).
|
273
273
|
|
274
274
|
|
275
|
-
## [1.0.0-beta.2](https://github.com/ckeditor/ckeditor5-theme-lark/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2018
|
275
|
+
## [1.0.0-beta.2](https://github.com/ckeditor/ckeditor5-theme-lark/compare/v1.0.0-beta.1...v1.0.0-beta.2) (April 10, 2018)
|
276
276
|
|
277
277
|
### Features
|
278
278
|
|
@@ -290,7 +290,7 @@ Internal changes only (updated dependencies, documentation, etc.).
|
|
290
290
|
* Updated the classic editor and the editorui styles to the latest nested editable CSS class naming convention (see [ckeditor/ckeditor5#578](https://github.com/ckeditor/ckeditor5/issues/578)). ([508db7c](https://github.com/ckeditor/ckeditor5-theme-lark/commit/508db7c))
|
291
291
|
|
292
292
|
|
293
|
-
## [1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-theme-lark/compare/v1.0.0-alpha.2...v1.0.0-beta.1) (2018
|
293
|
+
## [1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-theme-lark/compare/v1.0.0-alpha.2...v1.0.0-beta.1) (March 15, 2018)
|
294
294
|
|
295
295
|
### Features
|
296
296
|
|
@@ -315,13 +315,13 @@ Internal changes only (updated dependencies, documentation, etc.).
|
|
315
315
|
|
316
316
|
### Other changes
|
317
317
|
|
318
|
-
* Adjusted the `border-radius` of the various UI components (
|
319
|
-
* All colors in the styles should be in the
|
318
|
+
* Adjusted the `border-radius` of the various UI components (dropdown, dropdown panel, list dropdown, and split button) for a better look when placed next to one another. Closes [ckeditor/ckeditor5#816](https://github.com/ckeditor/ckeditor5/issues/816). ([d81568d](https://github.com/ckeditor/ckeditor5-theme-lark/commit/d81568d))
|
319
|
+
* All colors in the styles should be in the HSLA format. Closes [#124](https://github.com/ckeditor/ckeditor5-theme-lark/issues/124). ([33c7e0d](https://github.com/ckeditor/ckeditor5-theme-lark/commit/33c7e0d))
|
320
320
|
* Enlarged background in `.ck-link_selected`. Closes [#155](https://github.com/ckeditor/ckeditor5-theme-lark/issues/155). ([a7f1925](https://github.com/ckeditor/ckeditor5-theme-lark/commit/a7f1925))
|
321
321
|
* Fixed the coloring issue with the multi-color icons. Additionally, moved the visual `.ck-icon` styles from `ckeditor5-ui`. Closes [#148](https://github.com/ckeditor/ckeditor5-theme-lark/issues/148). ([fbe7e7d](https://github.com/ckeditor/ckeditor5-theme-lark/commit/fbe7e7d))
|
322
322
|
* Improved the visual styles of the split button when hovered or open. Closes [[#134](https://github.com/ckeditor/ckeditor5-theme-lark/issues/134)](https://github.com/ckeditor/ckeditor5-theme-lark/issues/134). ([6db332e](https://github.com/ckeditor/ckeditor5-theme-lark/commit/6db332e))
|
323
323
|
* Increased the spacing in the toolbar by making the buttons bigger. Unified rendering of several components. Closes [ckeditor/ckeditor5#820](https://github.com/ckeditor/ckeditor5/issues/820). ([f223d6a](https://github.com/ckeditor/ckeditor5-theme-lark/commit/f223d6a))
|
324
|
-
* Manual tests should be aligned to the newest dropdown API ([ckeditor/ckeditor5-ui#356](https://github.com/ckeditor/ckeditor5-ui/issues/356)). Minor refactoring in the
|
324
|
+
* Manual tests should be aligned to the newest dropdown API ([ckeditor/ckeditor5-ui#356](https://github.com/ckeditor/ckeditor5-ui/issues/356)). Minor refactoring in the dropdown ecosystem. Closes [#129](https://github.com/ckeditor/ckeditor5-theme-lark/issues/129). ([553288a](https://github.com/ckeditor/ckeditor5-theme-lark/commit/553288a))
|
325
325
|
* Migrated the theme from SASS to PostCSS (see [ckeditor/ckeditor5-ui#144](https://github.com/ckeditor/ckeditor5-ui/issues/144)). ([efc6004](https://github.com/ckeditor/ckeditor5-theme-lark/commit/efc6004))
|
326
326
|
* Moved ck-button-icon mixin to ckeditor5-ui. ([f086062](https://github.com/ckeditor/ckeditor5-theme-lark/commit/f086062))
|
327
327
|
* Reduced the contrast of the shadow under various floating elements. Closes [ckeditor/ckeditor5#818](https://github.com/ckeditor/ckeditor5/issues/818). ([cf658d5](https://github.com/ckeditor/ckeditor5-theme-lark/commit/cf658d5))
|
@@ -332,18 +332,18 @@ 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
|
335
|
+
* From now on there is 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
|
|
339
339
|
|
340
|
-
## [1.0.0-alpha.2](https://github.com/ckeditor/ckeditor5-theme-lark/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2017
|
340
|
+
## [1.0.0-alpha.2](https://github.com/ckeditor/ckeditor5-theme-lark/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (November 14, 2017)
|
341
341
|
|
342
342
|
### Other changes
|
343
343
|
|
344
344
|
* Updated `.ck-sticky-panel` styles to the new component's structure. ([c8afd35](https://github.com/ckeditor/ckeditor5-theme-lark/commit/c8afd35))
|
345
345
|
|
346
|
-
## [1.0.0-alpha.1](https://github.com/ckeditor/ckeditor5-theme-lark/compare/v0.9.0...v1.0.0-alpha.1) (2017
|
346
|
+
## [1.0.0-alpha.1](https://github.com/ckeditor/ckeditor5-theme-lark/compare/v0.9.0...v1.0.0-alpha.1) (October 3, 2017)
|
347
347
|
|
348
348
|
### Bug fixes
|
349
349
|
|
@@ -363,7 +363,7 @@ Internal changes only (updated dependencies, documentation, etc.).
|
|
363
363
|
* The theme has been, basically, rewritten. Consider it a new implementation.
|
364
364
|
|
365
365
|
|
366
|
-
## [0.9.0](https://github.com/ckeditor/ckeditor5-theme/compare/v0.8.0...v0.9.0) (2017
|
366
|
+
## [0.9.0](https://github.com/ckeditor/ckeditor5-theme/compare/v0.8.0...v0.9.0) (September 3, 2017)
|
367
367
|
|
368
368
|
### Bug fixes
|
369
369
|
|
@@ -388,7 +388,7 @@ Internal changes only (updated dependencies, documentation, etc.).
|
|
388
388
|
* `.ck-disabled` is no longer available as a standalone class due to differences in the implementation of the disabled state among the UI components. Use a mixin instead `.your-class.ck-disabled { [@include](https://github.com/include) ck-disabled; }` to keep the previous functionality (reduced `opacity`) or provide a custom implementation of the state.
|
389
389
|
|
390
390
|
|
391
|
-
## [0.8.0](https://github.com/ckeditor/ckeditor5-theme/compare/v0.7.0...v0.8.0) (2017
|
391
|
+
## [0.8.0](https://github.com/ckeditor/ckeditor5-theme/compare/v0.7.0...v0.8.0) (May 7, 2017)
|
392
392
|
|
393
393
|
### Other changes
|
394
394
|
|
@@ -404,7 +404,7 @@ Internal changes only (updated dependencies, documentation, etc.).
|
|
404
404
|
* The `ck-toolbar__container` class has been renamed, use `.ck-toolbar-container` instead.
|
405
405
|
|
406
406
|
|
407
|
-
## [0.7.0](https://github.com/ckeditor/ckeditor5-theme/compare/v0.6.1...v0.7.0) (2017
|
407
|
+
## [0.7.0](https://github.com/ckeditor/ckeditor5-theme/compare/v0.6.1...v0.7.0) (April 5, 2017)
|
408
408
|
|
409
409
|
### Features
|
410
410
|
|
@@ -417,7 +417,7 @@ Internal changes only (updated dependencies, documentation, etc.).
|
|
417
417
|
* Removed tick symbol from active list item, used inverted background and text colors instead. Closes [#82](https://github.com/ckeditor/ckeditor5-theme/issues/82). ([a2eb843](https://github.com/ckeditor/ckeditor5-theme/commit/a2eb843))
|
418
418
|
|
419
419
|
|
420
|
-
## [0.6.1](https://github.com/ckeditor/ckeditor5-theme/compare/v0.6.0...v0.6.1) (2017
|
420
|
+
## [0.6.1](https://github.com/ckeditor/ckeditor5-theme/compare/v0.6.0...v0.6.1) (March 6, 2017)
|
421
421
|
|
422
422
|
### Bug fixes
|
423
423
|
|
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–2024, [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/README.md
CHANGED
@@ -5,7 +5,7 @@ CKEditor 5 lark theme
|
|
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 &
|
8
|
+
This package implements lark theme – the default CKEditor 5 theme.
|
9
9
|
|
10
10
|
## Documentation
|
11
11
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ckeditor/ckeditor5-theme-lark",
|
3
|
-
"version": "
|
3
|
+
"version": "41.0.0",
|
4
4
|
"description": "A bright theme for CKEditor 5.",
|
5
5
|
"keywords": [
|
6
6
|
"ckeditor",
|
@@ -9,7 +9,7 @@
|
|
9
9
|
"ckeditor5-theme"
|
10
10
|
],
|
11
11
|
"dependencies": {
|
12
|
-
"@ckeditor/ckeditor5-ui": "
|
12
|
+
"@ckeditor/ckeditor5-ui": "41.0.0"
|
13
13
|
},
|
14
14
|
"author": "CKSource (http://cksource.com/)",
|
15
15
|
"license": "GPL-2.0-or-later",
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*
|
2
|
-
* Copyright (c) 2003-
|
2
|
+
* Copyright (c) 2003-2024, 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
|
|
@@ -17,14 +17,16 @@
|
|
17
17
|
outline: none;
|
18
18
|
}
|
19
19
|
|
20
|
-
|
20
|
+
/* Generic styles for the form inputs and actions. */
|
21
|
+
& .ck-find-and-replace-form__inputs,
|
22
|
+
& .ck-find-and-replace-form__actions {
|
23
|
+
flex: 1 1 auto;
|
21
24
|
flex-direction: row;
|
22
|
-
flex-wrap:
|
25
|
+
flex-wrap: wrap;
|
23
26
|
align-items: center;
|
24
27
|
align-content: stretch;
|
25
28
|
|
26
29
|
padding: var(--ck-spacing-large);
|
27
|
-
border: 0;
|
28
30
|
margin: 0;
|
29
31
|
|
30
32
|
& > .ck-button {
|
@@ -52,114 +54,137 @@
|
|
52
54
|
}
|
53
55
|
}
|
54
56
|
|
55
|
-
|
56
|
-
&.ck-find-and-replace-form__find {
|
57
|
-
/* To display all controls in line when there's an error under the input */
|
58
|
-
align-items: flex-start;
|
57
|
+
}
|
59
58
|
|
60
|
-
|
61
|
-
|
59
|
+
/* Styles specific for inputs area. */
|
60
|
+
& .ck-find-and-replace-form__inputs {
|
61
|
+
/* To display all controls in line when there's an error under the input */
|
62
|
+
align-items: flex-start;
|
62
63
|
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
padding-right: var(--ck-spacing-large);
|
67
|
-
}
|
68
|
-
}
|
64
|
+
& > .ck-button-prev > .ck-icon {
|
65
|
+
transform: rotate(90deg);
|
66
|
+
}
|
69
67
|
|
70
|
-
|
71
|
-
|
68
|
+
& > .ck-button-next > .ck-icon {
|
69
|
+
transform: rotate(-90deg);
|
70
|
+
}
|
71
|
+
|
72
|
+
& .ck-results-counter {
|
73
|
+
top: 50%;
|
74
|
+
transform: translateY(-50%);
|
75
|
+
|
76
|
+
@mixin ck-dir ltr {
|
77
|
+
right: var(--ck-spacing-standard);
|
72
78
|
}
|
73
79
|
|
74
|
-
|
75
|
-
|
80
|
+
@mixin ck-dir rtl {
|
81
|
+
left: var(--ck-spacing-standard);
|
76
82
|
}
|
77
83
|
|
78
|
-
|
79
|
-
|
80
|
-
transform: translateY(-50%);
|
84
|
+
color: var(--ck-color-base-border);
|
85
|
+
}
|
81
86
|
|
82
|
-
|
83
|
-
|
84
|
-
|
87
|
+
& > .ck-labeled-field-replace {
|
88
|
+
flex: 0 0 100%;
|
89
|
+
padding-top: var(--ck-spacing-standard);
|
85
90
|
|
86
|
-
|
87
|
-
|
88
|
-
|
91
|
+
@mixin ck-dir ltr {
|
92
|
+
margin-left: 0;
|
93
|
+
}
|
89
94
|
|
90
|
-
|
95
|
+
@mixin ck-dir rtl {
|
96
|
+
margin-right: 0;
|
91
97
|
}
|
92
98
|
}
|
99
|
+
}
|
93
100
|
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
101
|
+
/* Styles specific for actions area. */
|
102
|
+
& .ck-find-and-replace-form__actions {
|
103
|
+
flex-wrap: wrap;
|
104
|
+
justify-content: flex-end;
|
105
|
+
margin-top: calc( -1 * var(--ck-spacing-large) );
|
99
106
|
|
100
|
-
|
101
|
-
|
102
|
-
}
|
107
|
+
& > .ck-button-find {
|
108
|
+
font-weight: bold;
|
103
109
|
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
& > .ck-labeled-field-view,
|
110
|
-
& > .ck-labeled-field-view .ck-input {
|
111
|
-
width: 100%;
|
110
|
+
/* Beef the find button up a little. It's the main action button in the form */
|
111
|
+
& .ck-button__label {
|
112
|
+
padding-left: var(--ck-spacing-large);
|
113
|
+
padding-right: var(--ck-spacing-large);
|
112
114
|
}
|
113
115
|
}
|
114
116
|
}
|
117
|
+
|
118
|
+
& .ck-switchbutton {
|
119
|
+
width: 100%;
|
120
|
+
display: flex;
|
121
|
+
flex-direction: row;
|
122
|
+
flex-wrap: nowrap;
|
123
|
+
justify-content: space-between;
|
124
|
+
align-items: center;
|
125
|
+
}
|
115
126
|
}
|
116
127
|
|
117
128
|
@mixin ck-media-phone {
|
118
129
|
.ck.ck-find-and-replace-form {
|
119
130
|
width: 300px;
|
120
131
|
|
121
|
-
|
132
|
+
/* Don't let the form overflow from the dialog (https://github.com/cksource/ckeditor5-commercial/issues/5913) */
|
133
|
+
max-width: 100%;
|
134
|
+
|
135
|
+
/* Styles specific for inputs area. */
|
136
|
+
&.ck-find-and-replace-form__input {
|
122
137
|
flex-wrap: wrap;
|
123
138
|
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
margin-bottom: var(--ck-spacing-standard);
|
130
|
-
}
|
139
|
+
& .ck-labeled-field-view {
|
140
|
+
flex: 1 0 auto;
|
141
|
+
width: 100%;
|
142
|
+
margin-bottom: var(--ck-spacing-standard);
|
143
|
+
}
|
131
144
|
|
132
|
-
|
133
|
-
|
145
|
+
& > .ck-button {
|
146
|
+
text-align: center;
|
134
147
|
|
135
|
-
|
136
|
-
|
148
|
+
&:first-of-type {
|
149
|
+
flex: 1 1 auto;
|
137
150
|
|
138
|
-
|
139
|
-
|
140
|
-
|
151
|
+
@mixin ck-dir ltr {
|
152
|
+
margin-left: 0;
|
153
|
+
}
|
141
154
|
|
142
|
-
|
143
|
-
|
144
|
-
|
155
|
+
@mixin ck-dir rtl {
|
156
|
+
margin-right: 0;
|
157
|
+
}
|
145
158
|
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
}
|
159
|
+
& .ck-button__label {
|
160
|
+
width: 100%;
|
161
|
+
text-align: center;
|
150
162
|
}
|
151
163
|
}
|
152
164
|
}
|
165
|
+
}
|
166
|
+
|
167
|
+
/* Styles specific for actions area. */
|
168
|
+
&.ck-find-and-replace-form__actions > :not(.ck-labeled-field-view) {
|
169
|
+
flex-wrap: wrap;
|
170
|
+
flex: 1 1 auto;
|
153
171
|
|
154
|
-
|
155
|
-
|
156
|
-
flex: 1 1 auto;
|
172
|
+
& > .ck-button {
|
173
|
+
text-align: center;
|
157
174
|
|
158
|
-
|
159
|
-
flex
|
175
|
+
&:first-of-type {
|
176
|
+
flex: 1 1 auto;
|
177
|
+
|
178
|
+
@mixin ck-dir ltr {
|
179
|
+
margin-left: 0;
|
180
|
+
}
|
181
|
+
|
182
|
+
@mixin ck-dir rtl {
|
183
|
+
margin-right: 0;
|
184
|
+
}
|
160
185
|
}
|
161
186
|
|
162
|
-
|
187
|
+
& .ck-button__label {
|
163
188
|
width: 100%;
|
164
189
|
text-align: center;
|
165
190
|
}
|