@ckeditor/ckeditor5-theme-lark 31.1.0 → 34.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 +2 -2
- package/README.md +2 -1
- package/package.json +29 -29
- 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 +2 -2
- package/theme/ckeditor5-link/linkform.css +2 -2
- package/theme/ckeditor5-link/linkimage.css +1 -1
- package/theme/ckeditor5-list/collapsible.css +42 -0
- package/theme/ckeditor5-list/listproperties.css +62 -0
- package/theme/ckeditor5-list/liststyles.css +25 -30
- 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 +8 -0
- package/theme/ckeditor5-style/stylegrid.css +109 -0
- package/theme/ckeditor5-style/stylegroup.css +16 -0
- package/theme/ckeditor5-style/stylepanel.css +14 -0
- 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/{inputtext/inputtext.css → input/input.css} +9 -6
- 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 +2 -2
- 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 +15 -15
- 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
@@ -1,5 +1,5 @@
|
|
1
1
|
/*
|
2
|
-
* Copyright (c) 2003-
|
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-
|
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
|
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-
|
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-
|
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-
|
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-
|
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-
|
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-
|
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
|
|
@@ -16,7 +16,7 @@
|
|
16
16
|
*/
|
17
17
|
.ck.ck-reset,
|
18
18
|
.ck.ck-reset_all,
|
19
|
-
.ck.ck-reset_all * {
|
19
|
+
.ck-reset_all *:not(.ck-reset_all-excluded *) {
|
20
20
|
/* Do not include inheritable rules here. */
|
21
21
|
margin: 0;
|
22
22
|
padding: 0;
|
@@ -34,7 +34,7 @@
|
|
34
34
|
* Resets an element AND its children.
|
35
35
|
*/
|
36
36
|
.ck.ck-reset_all,
|
37
|
-
.ck.ck-reset_all * {
|
37
|
+
.ck-reset_all *:not(.ck-reset_all-excluded *) {
|
38
38
|
/* These are rule inherited by all children elements. */
|
39
39
|
border-collapse: collapse;
|
40
40
|
font: normal normal normal var(--ck-font-size-base)/var(--ck-line-height-base) var(--ck-font-face);
|
@@ -45,38 +45,38 @@
|
|
45
45
|
float: none;
|
46
46
|
}
|
47
47
|
|
48
|
-
.ck
|
49
|
-
& .ck-rtl * {
|
48
|
+
.ck-reset_all {
|
49
|
+
& .ck-rtl *:not(.ck-reset_all-excluded *) {
|
50
50
|
text-align: right;
|
51
51
|
}
|
52
52
|
|
53
|
-
& iframe {
|
53
|
+
& iframe:not(.ck-reset_all-excluded *) {
|
54
54
|
/* For IE */
|
55
55
|
vertical-align: inherit;
|
56
56
|
}
|
57
57
|
|
58
|
-
& textarea {
|
58
|
+
& textarea:not(.ck-reset_all-excluded *) {
|
59
59
|
white-space: pre-wrap;
|
60
60
|
}
|
61
61
|
|
62
|
-
& textarea,
|
63
|
-
& input[type="text"],
|
64
|
-
& input[type="password"] {
|
62
|
+
& textarea:not(.ck-reset_all-excluded *),
|
63
|
+
& input[type="text"]:not(.ck-reset_all-excluded *),
|
64
|
+
& input[type="password"]:not(.ck-reset_all-excluded *) {
|
65
65
|
cursor: text;
|
66
66
|
}
|
67
67
|
|
68
|
-
& textarea[disabled],
|
69
|
-
& input[type="text"][disabled],
|
70
|
-
& input[type="password"][disabled] {
|
68
|
+
& textarea[disabled]:not(.ck-reset_all-excluded *),
|
69
|
+
& input[type="text"][disabled]:not(.ck-reset_all-excluded *),
|
70
|
+
& input[type="password"][disabled]:not(.ck-reset_all-excluded *) {
|
71
71
|
cursor: default;
|
72
72
|
}
|
73
73
|
|
74
|
-
& fieldset {
|
74
|
+
& fieldset:not(.ck-reset_all-excluded *) {
|
75
75
|
padding: 10px;
|
76
76
|
border: 2px groove hsl(255, 7%, 88%);
|
77
77
|
}
|
78
78
|
|
79
|
-
& button::-moz-focus-inner {
|
79
|
+
& button:not(.ck-reset_all-excluded *)::-moz-focus-inner {
|
80
80
|
/* See http://stackoverflow.com/questions/5517744/remove-extra-button-spacing-padding-in-firefox */
|
81
81
|
padding: 0;
|
82
82
|
border: 0
|
package/theme/mixins/_focus.css
CHANGED
package/theme/mixins/_shadow.css
CHANGED
package/theme/theme.css
CHANGED