@ckeditor/ckeditor5-theme-lark 31.1.0 → 32.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.
Files changed (78) hide show
  1. package/LICENSE.md +2 -2
  2. package/package.json +29 -29
  3. package/theme/ckeditor5-clipboard/clipboard.css +1 -1
  4. package/theme/ckeditor5-code-block/codeblock.css +1 -1
  5. package/theme/ckeditor5-editor-classic/classiceditor.css +1 -1
  6. package/theme/ckeditor5-engine/placeholder.css +1 -1
  7. package/theme/ckeditor5-find-and-replace/findandreplaceform.css +1 -1
  8. package/theme/ckeditor5-font/fontcolor.css +1 -1
  9. package/theme/ckeditor5-heading/heading.css +1 -1
  10. package/theme/ckeditor5-horizontal-line/horizontalline.css +1 -1
  11. package/theme/ckeditor5-html-embed/htmlembed.css +1 -1
  12. package/theme/ckeditor5-image/imageupload.css +1 -1
  13. package/theme/ckeditor5-image/imageuploadicon.css +1 -1
  14. package/theme/ckeditor5-image/imageuploadloader.css +1 -1
  15. package/theme/ckeditor5-image/imageuploadprogress.css +1 -1
  16. package/theme/ckeditor5-link/link.css +1 -1
  17. package/theme/ckeditor5-link/linkactions.css +2 -2
  18. package/theme/ckeditor5-link/linkform.css +2 -2
  19. package/theme/ckeditor5-link/linkimage.css +1 -1
  20. package/theme/ckeditor5-list/collapsible.css +42 -0
  21. package/theme/ckeditor5-list/listproperties.css +62 -0
  22. package/theme/ckeditor5-list/liststyles.css +25 -30
  23. package/theme/ckeditor5-media-embed/mediaembedediting.css +1 -1
  24. package/theme/ckeditor5-mention/mention.css +1 -1
  25. package/theme/ckeditor5-restricted-editing/restrictedediting.css +1 -1
  26. package/theme/ckeditor5-special-characters/charactergrid.css +1 -1
  27. package/theme/ckeditor5-special-characters/characterinfo.css +1 -1
  28. package/theme/ckeditor5-special-characters/specialcharacters.css +1 -1
  29. package/theme/ckeditor5-table/colorinput.css +1 -1
  30. package/theme/ckeditor5-table/form.css +1 -1
  31. package/theme/ckeditor5-table/formrow.css +1 -1
  32. package/theme/ckeditor5-table/inserttable.css +1 -1
  33. package/theme/ckeditor5-table/tablecellproperties.css +1 -1
  34. package/theme/ckeditor5-table/tableediting.css +1 -1
  35. package/theme/ckeditor5-table/tableform.css +1 -1
  36. package/theme/ckeditor5-table/tableproperties.css +1 -1
  37. package/theme/ckeditor5-table/tableselection.css +1 -1
  38. package/theme/ckeditor5-ui/components/button/button.css +1 -1
  39. package/theme/ckeditor5-ui/components/button/switchbutton.css +1 -1
  40. package/theme/ckeditor5-ui/components/colorgrid/colorgrid.css +1 -1
  41. package/theme/ckeditor5-ui/components/dropdown/dropdown.css +1 -1
  42. package/theme/ckeditor5-ui/components/dropdown/listdropdown.css +1 -1
  43. package/theme/ckeditor5-ui/components/dropdown/splitbutton.css +1 -1
  44. package/theme/ckeditor5-ui/components/dropdown/toolbardropdown.css +1 -1
  45. package/theme/ckeditor5-ui/components/editorui/editorui.css +1 -1
  46. package/theme/ckeditor5-ui/components/formheader/formheader.css +1 -1
  47. package/theme/ckeditor5-ui/components/icon/icon.css +1 -1
  48. package/theme/ckeditor5-ui/components/{inputtext/inputtext.css → input/input.css} +9 -6
  49. package/theme/ckeditor5-ui/components/label/label.css +1 -1
  50. package/theme/ckeditor5-ui/components/labeledfield/labeledfieldview.css +1 -1
  51. package/theme/ckeditor5-ui/components/labeledinput/labeledinput.css +1 -1
  52. package/theme/ckeditor5-ui/components/list/list.css +1 -1
  53. package/theme/ckeditor5-ui/components/panel/balloonpanel.css +1 -1
  54. package/theme/ckeditor5-ui/components/panel/balloonrotator.css +1 -1
  55. package/theme/ckeditor5-ui/components/panel/fakepanel.css +1 -1
  56. package/theme/ckeditor5-ui/components/panel/stickypanel.css +1 -1
  57. package/theme/ckeditor5-ui/components/responsive-form/responsiveform.css +2 -2
  58. package/theme/ckeditor5-ui/components/toolbar/blocktoolbar.css +1 -1
  59. package/theme/ckeditor5-ui/components/toolbar/toolbar.css +1 -1
  60. package/theme/ckeditor5-ui/components/tooltip/tooltip.css +1 -1
  61. package/theme/ckeditor5-ui/globals/_colors.css +1 -1
  62. package/theme/ckeditor5-ui/globals/_disabled.css +1 -1
  63. package/theme/ckeditor5-ui/globals/_focus.css +1 -1
  64. package/theme/ckeditor5-ui/globals/_fonts.css +1 -1
  65. package/theme/ckeditor5-ui/globals/_reset.css +1 -1
  66. package/theme/ckeditor5-ui/globals/_rounded.css +1 -1
  67. package/theme/ckeditor5-ui/globals/_shadow.css +1 -1
  68. package/theme/ckeditor5-ui/globals/_spacing.css +1 -1
  69. package/theme/ckeditor5-ui/globals/globals.css +1 -1
  70. package/theme/ckeditor5-ui/mixins/_button.css +1 -1
  71. package/theme/ckeditor5-widget/widget.css +1 -1
  72. package/theme/ckeditor5-widget/widgetresize.css +1 -1
  73. package/theme/ckeditor5-widget/widgettypearound.css +1 -1
  74. package/theme/mixins/_disabled.css +1 -1
  75. package/theme/mixins/_focus.css +1 -1
  76. package/theme/mixins/_rounded.css +1 -1
  77. package/theme/mixins/_shadow.css +1 -1
  78. 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-2021, [CKSource](http://cksource.com) Frederico Knabben. All rights reserved.
5
+ Copyright (c) 2003-2022, [CKSource](http://cksource.com) Holding sp. z o.o. 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
 
@@ -14,4 +14,4 @@ Where not otherwise indicated, all CKEditor content is authored by CKSource engi
14
14
  Trademarks
15
15
  ----------
16
16
 
17
- **CKEditor** is a trademark of [CKSource](http://cksource.com) Frederico Knabben. All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.
17
+ **CKEditor** is a trademark of [CKSource](http://cksource.com) Holding sp. z o.o. All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-theme-lark",
3
- "version": "31.1.0",
3
+ "version": "32.0.0",
4
4
  "description": "A bright theme for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -9,38 +9,38 @@
9
9
  "ckeditor5-theme"
10
10
  ],
11
11
  "dependencies": {
12
- "@ckeditor/ckeditor5-ui": "^31.1.0"
12
+ "@ckeditor/ckeditor5-ui": "^32.0.0"
13
13
  },
14
14
  "devDependencies": {
15
- "@ckeditor/ckeditor5-basic-styles": "^31.1.0",
16
- "@ckeditor/ckeditor5-ckfinder": "^31.1.0",
17
- "@ckeditor/ckeditor5-code-block": "^31.1.0",
18
- "@ckeditor/ckeditor5-core": "^31.1.0",
19
- "@ckeditor/ckeditor5-editor-balloon": "^31.1.0",
20
- "@ckeditor/ckeditor5-editor-classic": "^31.1.0",
21
- "@ckeditor/ckeditor5-find-and-replace": "^31.1.0",
22
- "@ckeditor/ckeditor5-font": "^31.1.0",
23
- "@ckeditor/ckeditor5-heading": "^31.1.0",
24
- "@ckeditor/ckeditor5-highlight": "^31.1.0",
25
- "@ckeditor/ckeditor5-html-embed": "^31.1.0",
26
- "@ckeditor/ckeditor5-indent": "^31.1.0",
27
- "@ckeditor/ckeditor5-link": "^31.1.0",
28
- "@ckeditor/ckeditor5-list": "^31.1.0",
29
- "@ckeditor/ckeditor5-media-embed": "^31.1.0",
30
- "@ckeditor/ckeditor5-page-break": "^31.1.0",
31
- "@ckeditor/ckeditor5-paragraph": "^31.1.0",
32
- "@ckeditor/ckeditor5-remove-format": "^31.1.0",
33
- "@ckeditor/ckeditor5-restricted-editing": "^31.1.0",
34
- "@ckeditor/ckeditor5-select-all": "^31.1.0",
35
- "@ckeditor/ckeditor5-source-editing": "^31.1.0",
36
- "@ckeditor/ckeditor5-special-characters": "^31.1.0",
37
- "@ckeditor/ckeditor5-undo": "^31.1.0",
38
- "@ckeditor/ckeditor5-utils": "^31.1.0",
39
- "@ckeditor/ckeditor5-table": "^31.1.0",
40
- "ckeditor5": "^31.1.0"
15
+ "@ckeditor/ckeditor5-basic-styles": "^32.0.0",
16
+ "@ckeditor/ckeditor5-ckfinder": "^32.0.0",
17
+ "@ckeditor/ckeditor5-code-block": "^32.0.0",
18
+ "@ckeditor/ckeditor5-core": "^32.0.0",
19
+ "@ckeditor/ckeditor5-editor-balloon": "^32.0.0",
20
+ "@ckeditor/ckeditor5-editor-classic": "^32.0.0",
21
+ "@ckeditor/ckeditor5-find-and-replace": "^32.0.0",
22
+ "@ckeditor/ckeditor5-font": "^32.0.0",
23
+ "@ckeditor/ckeditor5-heading": "^32.0.0",
24
+ "@ckeditor/ckeditor5-highlight": "^32.0.0",
25
+ "@ckeditor/ckeditor5-html-embed": "^32.0.0",
26
+ "@ckeditor/ckeditor5-indent": "^32.0.0",
27
+ "@ckeditor/ckeditor5-link": "^32.0.0",
28
+ "@ckeditor/ckeditor5-list": "^32.0.0",
29
+ "@ckeditor/ckeditor5-media-embed": "^32.0.0",
30
+ "@ckeditor/ckeditor5-page-break": "^32.0.0",
31
+ "@ckeditor/ckeditor5-paragraph": "^32.0.0",
32
+ "@ckeditor/ckeditor5-remove-format": "^32.0.0",
33
+ "@ckeditor/ckeditor5-restricted-editing": "^32.0.0",
34
+ "@ckeditor/ckeditor5-select-all": "^32.0.0",
35
+ "@ckeditor/ckeditor5-source-editing": "^32.0.0",
36
+ "@ckeditor/ckeditor5-special-characters": "^32.0.0",
37
+ "@ckeditor/ckeditor5-undo": "^32.0.0",
38
+ "@ckeditor/ckeditor5-utils": "^32.0.0",
39
+ "@ckeditor/ckeditor5-table": "^32.0.0",
40
+ "ckeditor5": "^32.0.0"
41
41
  },
42
42
  "engines": {
43
- "node": ">=12.0.0",
43
+ "node": ">=14.0.0",
44
44
  "npm": ">=5.7.1"
45
45
  },
46
46
  "author": "CKSource (http://cksource.com/)",
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,4 +1,4 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
  */
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -23,7 +23,7 @@
23
23
 
24
24
  /* Match the box model of the link editor form's input so the balloon
25
25
  does not change width when moving between actions and the form. */
26
- max-width: var(--ck-input-text-width);
26
+ max-width: var(--ck-input-width);
27
27
  min-width: 3em;
28
28
  text-align: center;
29
29
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -11,7 +11,7 @@
11
11
  */
12
12
  .ck.ck-link-form_layout-vertical {
13
13
  padding: 0;
14
- min-width: var(--ck-input-text-width);
14
+ min-width: var(--ck-input-width);
15
15
 
16
16
  & .ck-labeled-field-view {
17
17
  margin: var(--ck-spacing-large) var(--ck-spacing-large) var(--ck-spacing-small);
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -0,0 +1,42 @@
1
+ /*
2
+ * Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ :root {
7
+ --ck-collapsible-arrow-size: calc(0.5 * var(--ck-icon-size));
8
+ }
9
+
10
+ .ck.ck-collapsible {
11
+ & > .ck.ck-button {
12
+ width: 100%;
13
+ font-weight: bold;
14
+ padding: var(--ck-spacing-medium) var(--ck-spacing-large);
15
+ border-radius: 0;
16
+
17
+ &:focus {
18
+ background: transparent;
19
+ }
20
+
21
+ &:active, &:not(:focus), &:hover:not(:focus) {
22
+ background: transparent;
23
+ border-color: transparent;
24
+ box-shadow: none;
25
+ }
26
+
27
+ & > .ck-icon {
28
+ margin-right: var(--ck-spacing-medium);
29
+ width: var(--ck-collapsible-arrow-size);
30
+ }
31
+ }
32
+
33
+ & > .ck-collapsible__children {
34
+ padding: 0 var(--ck-spacing-large) var(--ck-spacing-large);
35
+ }
36
+
37
+ &.ck-collapsible_collapsed {
38
+ & > .ck.ck-button .ck-icon {
39
+ transform: rotate(-90deg);
40
+ }
41
+ }
42
+ }
@@ -0,0 +1,62 @@
1
+ /*
2
+ * Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ .ck.ck-list-properties {
7
+ /* When there are no list styles and there is no collapsible. */
8
+ &.ck-list-properties_without-styles {
9
+ padding: var(--ck-spacing-large);
10
+
11
+ & > * {
12
+ min-width: 14em;
13
+
14
+ & + * {
15
+ margin-top: var(--ck-spacing-standard);
16
+ }
17
+ }
18
+ }
19
+
20
+ /*
21
+ * When the numbered list property fields (start at, reversed) should be displayed,
22
+ * more horizontal space is needed. Reconfigure the style grid to create that space.
23
+ */
24
+ &.ck-list-properties_with-numbered-properties {
25
+ & > .ck-list-styles-list {
26
+ grid-template-columns: repeat( 4, auto );
27
+ }
28
+
29
+ /* When list styles are rendered and property fields are in a collapsible. */
30
+ & > .ck-collapsible {
31
+ border-top: 1px solid var(--ck-color-base-border);
32
+
33
+ & > .ck-collapsible__children {
34
+ & > * {
35
+ width: 100%;
36
+
37
+ & + * {
38
+ margin-top: var(--ck-spacing-standard);
39
+ }
40
+ }
41
+ }
42
+ }
43
+ }
44
+
45
+ & .ck.ck-numbered-list-properties__start-index .ck-input {
46
+ min-width: auto;
47
+ width: 100%;
48
+ }
49
+
50
+ & .ck.ck-numbered-list-properties__reversed-order {
51
+ background: transparent;
52
+ padding-left: 0;
53
+ padding-right: 0;
54
+ margin-bottom: calc(-1 * var(--ck-spacing-tiny));
55
+
56
+ &:active, &:hover {
57
+ box-shadow: none;
58
+ border-color: transparent;
59
+ background: none;
60
+ }
61
+ }
62
+ }
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -7,39 +7,34 @@
7
7
  --ck-list-style-button-size: 44px;
8
8
  }
9
9
 
10
- .ck.ck-list-styles-dropdown > .ck-dropdown__panel > .ck-toolbar {
11
- background: none;
12
- padding: 0;
10
+ .ck.ck-list-styles-list {
11
+ grid-template-columns: repeat( 3, auto );
12
+ row-gap: var(--ck-spacing-medium);
13
+ column-gap: var(--ck-spacing-medium);
14
+ padding: var(--ck-spacing-large);
13
15
 
14
- & > .ck-toolbar__items {
15
- grid-template-columns: repeat( 3, auto );
16
- row-gap: var(--ck-spacing-medium);
17
- column-gap: var(--ck-spacing-medium);
18
- padding: var(--ck-spacing-medium);
16
+ & .ck-button {
17
+ /* Make the button look like a thumbnail (the icon "takes it all"). */
18
+ width: var(--ck-list-style-button-size);
19
+ height: var(--ck-list-style-button-size);
20
+ padding: 0;
19
21
 
20
- & .ck-button {
21
- /* Make the button look like a thumbnail (the icon "takes it all"). */
22
- width: var(--ck-list-style-button-size);
23
- height: var(--ck-list-style-button-size);
24
- padding: 0;
25
-
26
- /*
27
- * Buttons are aligned by the grid so disable default button margins to not collide with the
28
- * gaps in the grid.
29
- */
30
- margin: 0;
22
+ /*
23
+ * Buttons are aligned by the grid so disable default button margins to not collide with the
24
+ * gaps in the grid.
25
+ */
26
+ margin: 0;
31
27
 
32
- /*
33
- * Make sure the button border (which is displayed on focus, BTW) does not steal pixels
34
- * from the button dimensions and, as a result, decrease the size of the icon
35
- * (which becomes blurry as it scales down).
36
- */
37
- box-sizing: content-box;
28
+ /*
29
+ * Make sure the button border (which is displayed on focus, BTW) does not steal pixels
30
+ * from the button dimensions and, as a result, decrease the size of the icon
31
+ * (which becomes blurry as it scales down).
32
+ */
33
+ box-sizing: content-box;
38
34
 
39
- & .ck-icon {
40
- width: var(--ck-list-style-button-size);
41
- height: var(--ck-list-style-button-size);
42
- }
35
+ & .ck-icon {
36
+ width: var(--ck-list-style-button-size);
37
+ height: var(--ck-list-style-button-size);
43
38
  }
44
39
  }
45
40
  }
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -8,16 +8,19 @@
8
8
  @import "../../../mixins/_shadow.css";
9
9
 
10
10
  :root {
11
- --ck-input-text-width: 18em;
11
+ --ck-input-width: 18em;
12
+
13
+ /* Backward compatibility. */
14
+ --ck-input-text-width: var(--ck-input-width);
12
15
  }
13
16
 
14
- .ck.ck-input-text {
17
+ .ck.ck-input {
15
18
  @mixin ck-rounded-corners;
16
19
 
17
20
  background: var(--ck-color-input-background);
18
21
  border: 1px solid var(--ck-color-input-border);
19
22
  padding: var(--ck-spacing-extra-tiny) var(--ck-spacing-medium);
20
- min-width: var(--ck-input-text-width);
23
+ min-width: var(--ck-input-width);
21
24
 
22
25
  /* This is important to stay of the same height as surrounding buttons */
23
26
  min-height: var(--ck-ui-component-min-height);
@@ -43,7 +46,7 @@
43
46
 
44
47
  &.ck-error {
45
48
  border-color: var(--ck-color-input-error-border);
46
- animation: ck-text-input-shake .3s ease both;
49
+ animation: ck-input-shake .3s ease both;
47
50
 
48
51
  &:focus {
49
52
  @mixin ck-box-shadow var(--ck-focus-error-outer-shadow);
@@ -51,7 +54,7 @@
51
54
  }
52
55
  }
53
56
 
54
- @keyframes ck-text-input-shake {
57
+ @keyframes ck-input-shake {
55
58
  20% {
56
59
  transform: translateX(-2px);
57
60
  }
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -32,7 +32,7 @@
32
32
 
33
33
  @mixin ck-media-phone {
34
34
  padding: 0;
35
- width: calc(.8 * var(--ck-input-text-width));
35
+ width: calc(.8 * var(--ck-input-width));
36
36
 
37
37
  & .ck-labeled-field-view {
38
38
  margin: var(--ck-spacing-large) var(--ck-spacing-large) 0;
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
 
package/theme/theme.css CHANGED
@@ -1,4 +1,4 @@
1
1
  /*
2
- * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * Copyright (c) 2003-2022, 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
  */