@ckeditor/ckeditor5-theme-lark 40.2.0 → 41.1.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 +10 -10
- package/LICENSE.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 +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/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-ui/components/collapsible/collapsible.css +1 -1
- 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 +49 -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 +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/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 +6 -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
@@ -0,0 +1,49 @@
|
|
1
|
+
/*
|
2
|
+
* Copyright (c) 2003-2024, 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
|
+
@import "../../../mixins/_rounded.css";
|
7
|
+
@import "../../../mixins/_shadow.css";
|
8
|
+
@import "@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css";
|
9
|
+
|
10
|
+
:root {
|
11
|
+
--ck-dialog-overlay-background-color: hsla( 0, 0%, 0%, .5 );
|
12
|
+
--ck-dialog-drop-shadow: 0px 0px 6px 2px hsl(0deg 0% 0% / 15%);
|
13
|
+
--ck-dialog-max-width: 100vw;
|
14
|
+
--ck-dialog-max-height: 90vh;
|
15
|
+
--ck-color-dialog-background: var(--ck-color-base-background);
|
16
|
+
--ck-color-dialog-form-header-border: var(--ck-color-base-border);
|
17
|
+
}
|
18
|
+
|
19
|
+
.ck.ck-dialog-overlay {
|
20
|
+
animation: ck-dialog-fade-in .3s;
|
21
|
+
background: var(--ck-dialog-overlay-background-color);
|
22
|
+
z-index: var(--ck-z-dialog);
|
23
|
+
}
|
24
|
+
|
25
|
+
.ck.ck-dialog {
|
26
|
+
@mixin ck-rounded-corners;
|
27
|
+
@mixin ck-drop-shadow;
|
28
|
+
|
29
|
+
--ck-drop-shadow: var(--ck-dialog-drop-shadow);
|
30
|
+
|
31
|
+
background: var(--ck-color-dialog-background);
|
32
|
+
max-height: var(--ck-dialog-max-height);
|
33
|
+
max-width: var(--ck-dialog-max-width);
|
34
|
+
border: 1px solid var(--ck-color-base-border);
|
35
|
+
|
36
|
+
& .ck.ck-form__header {
|
37
|
+
border-bottom: 1px solid var(--ck-color-dialog-form-header-border);
|
38
|
+
}
|
39
|
+
}
|
40
|
+
|
41
|
+
@keyframes ck-dialog-fade-in {
|
42
|
+
0% {
|
43
|
+
background: hsla( 0, 0%, 0%, 0 );
|
44
|
+
}
|
45
|
+
|
46
|
+
100% {
|
47
|
+
background: var(--ck-dialog-overlay-background-color);
|
48
|
+
}
|
49
|
+
}
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/*
|
2
|
+
* Copyright (c) 2003-2024, 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-dialog {
|
7
|
+
& .ck.ck-dialog__actions {
|
8
|
+
padding: var(--ck-spacing-large);
|
9
|
+
|
10
|
+
& > * + * {
|
11
|
+
margin-left: var(--ck-spacing-large);
|
12
|
+
}
|
13
|
+
}
|
14
|
+
}
|
@@ -1,12 +1,12 @@
|
|
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
|
|
6
6
|
@import "@ckeditor/ckeditor5-ui/theme/mixins/_dir.css";
|
7
7
|
|
8
8
|
:root {
|
9
|
-
--ck-form-header-height:
|
9
|
+
--ck-form-header-height: 44px;
|
10
10
|
}
|
11
11
|
|
12
12
|
.ck.ck-form__header {
|
@@ -15,7 +15,7 @@
|
|
15
15
|
line-height: var(--ck-form-header-height);
|
16
16
|
border-bottom: 1px solid var(--ck-color-base-border);
|
17
17
|
|
18
|
-
& .ck-icon {
|
18
|
+
& > .ck-icon {
|
19
19
|
@mixin ck-dir ltr {
|
20
20
|
margin-right: var(--ck-spacing-medium);
|
21
21
|
}
|
@@ -26,6 +26,7 @@
|
|
26
26
|
}
|
27
27
|
|
28
28
|
& .ck-form__header__label {
|
29
|
+
--ck-font-size-base: 15px;
|
29
30
|
font-weight: bold;
|
30
31
|
}
|
31
32
|
}
|
@@ -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
|
|
@@ -61,6 +61,11 @@
|
|
61
61
|
--ck-color-dropdown-panel-background: var(--ck-color-base-background);
|
62
62
|
--ck-color-dropdown-panel-border: var(--ck-color-base-border);
|
63
63
|
|
64
|
+
/* -- Dialog -------------------------------------------------------------------------------- */
|
65
|
+
|
66
|
+
--ck-color-dialog-background: var(--ck-custom-background);
|
67
|
+
--ck-color-dialog-form-header-border: var(--ck-custom-border);
|
68
|
+
|
64
69
|
/* -- Input --------------------------------------------------------------------------------- */
|
65
70
|
|
66
71
|
--ck-color-input-background: var(--ck-color-base-background);
|
package/theme/mixins/_focus.css
CHANGED
package/theme/mixins/_shadow.css
CHANGED
package/theme/theme.css
CHANGED