@ckeditor/ckeditor5-theme-lark 0.0.0-internal-20241017.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 +4 -0
- package/LICENSE.md +17 -0
- package/README.md +22 -0
- package/dist/index-content.css +12 -0
- package/dist/index-editor.css +3653 -0
- package/dist/index.css +5335 -0
- package/dist/index.css.map +1 -0
- package/dist/index.js +6 -0
- package/dist/index.js.map +1 -0
- package/package.json +32 -0
- package/theme/ckeditor5-clipboard/clipboard.css +89 -0
- package/theme/ckeditor5-code-block/codeblock.css +28 -0
- package/theme/ckeditor5-editor-classic/classiceditor.css +48 -0
- package/theme/ckeditor5-engine/placeholder.css +39 -0
- package/theme/ckeditor5-find-and-replace/findandreplaceform.css +194 -0
- package/theme/ckeditor5-heading/heading.css +15 -0
- package/theme/ckeditor5-horizontal-line/horizontalline.css +10 -0
- package/theme/ckeditor5-html-embed/htmlembed.css +156 -0
- package/theme/ckeditor5-image/imageinsert.css +66 -0
- package/theme/ckeditor5-image/imageupload.css +4 -0
- package/theme/ckeditor5-image/imageuploadicon.css +108 -0
- package/theme/ckeditor5-image/imageuploadloader.css +50 -0
- package/theme/ckeditor5-image/imageuploadprogress.css +33 -0
- package/theme/ckeditor5-link/link.css +30 -0
- package/theme/ckeditor5-link/linkactions.css +84 -0
- package/theme/ckeditor5-link/linkform.css +61 -0
- package/theme/ckeditor5-link/linkimage.css +43 -0
- package/theme/ckeditor5-list/listproperties.css +62 -0
- package/theme/ckeditor5-list/liststyles.css +40 -0
- package/theme/ckeditor5-media-embed/mediaembedediting.css +109 -0
- package/theme/ckeditor5-mention/mention.css +14 -0
- package/theme/ckeditor5-restricted-editing/restrictedediting.css +69 -0
- package/theme/ckeditor5-special-characters/charactergrid.css +51 -0
- package/theme/ckeditor5-special-characters/characterinfo.css +26 -0
- package/theme/ckeditor5-special-characters/specialcharacters.css +32 -0
- package/theme/ckeditor5-style/style.css +8 -0
- package/theme/ckeditor5-style/stylegrid.css +98 -0
- package/theme/ckeditor5-style/stylegroup.css +16 -0
- package/theme/ckeditor5-style/stylepanel.css +14 -0
- package/theme/ckeditor5-table/colorinput.css +103 -0
- package/theme/ckeditor5-table/form.css +32 -0
- package/theme/ckeditor5-table/formrow.css +36 -0
- package/theme/ckeditor5-table/inserttable.css +46 -0
- package/theme/ckeditor5-table/tablecellproperties.css +25 -0
- package/theme/ckeditor5-table/tableediting.css +27 -0
- package/theme/ckeditor5-table/tableform.css +90 -0
- package/theme/ckeditor5-table/tableproperties.css +26 -0
- package/theme/ckeditor5-table/tableselection.css +47 -0
- package/theme/ckeditor5-ui/components/autocomplete/autocomplete.css +36 -0
- package/theme/ckeditor5-ui/components/button/button.css +167 -0
- package/theme/ckeditor5-ui/components/button/listitembutton.css +42 -0
- package/theme/ckeditor5-ui/components/button/switchbutton.css +134 -0
- package/theme/ckeditor5-ui/components/collapsible/collapsible.css +42 -0
- package/theme/ckeditor5-ui/components/colorgrid/colorgrid.css +94 -0
- package/theme/ckeditor5-ui/components/colorselector/colorselector.css +70 -0
- 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 +126 -0
- package/theme/ckeditor5-ui/components/dropdown/listdropdown.css +33 -0
- package/theme/ckeditor5-ui/components/dropdown/menu/dropdownmenubutton.css +89 -0
- package/theme/ckeditor5-ui/components/dropdown/menu/dropdownmenulistitem.css +12 -0
- package/theme/ckeditor5-ui/components/dropdown/menu/dropdownmenulistitembutton.css +36 -0
- package/theme/ckeditor5-ui/components/dropdown/menu/dropdownmenupanel.css +52 -0
- package/theme/ckeditor5-ui/components/dropdown/splitbutton.css +112 -0
- package/theme/ckeditor5-ui/components/dropdown/toolbardropdown.css +8 -0
- package/theme/ckeditor5-ui/components/editorui/accessibilityhelp.css +103 -0
- package/theme/ckeditor5-ui/components/editorui/editorui.css +69 -0
- package/theme/ckeditor5-ui/components/formheader/formheader.css +32 -0
- package/theme/ckeditor5-ui/components/icon/icon.css +42 -0
- package/theme/ckeditor5-ui/components/input/input.css +81 -0
- package/theme/ckeditor5-ui/components/label/label.css +8 -0
- package/theme/ckeditor5-ui/components/labeledfield/labeledfieldview.css +127 -0
- package/theme/ckeditor5-ui/components/labeledinput/labeledinput.css +17 -0
- package/theme/ckeditor5-ui/components/list/list.css +114 -0
- package/theme/ckeditor5-ui/components/menubar/menubar.css +15 -0
- package/theme/ckeditor5-ui/components/menubar/menubarmenu.css +13 -0
- package/theme/ckeditor5-ui/components/menubar/menubarmenubutton.css +98 -0
- package/theme/ckeditor5-ui/components/menubar/menubarmenulistitem.css +12 -0
- package/theme/ckeditor5-ui/components/menubar/menubarmenulistitembutton.css +36 -0
- package/theme/ckeditor5-ui/components/menubar/menubarmenupanel.css +70 -0
- package/theme/ckeditor5-ui/components/panel/balloonpanel.css +207 -0
- package/theme/ckeditor5-ui/components/panel/balloonrotator.css +33 -0
- package/theme/ckeditor5-ui/components/panel/fakepanel.css +46 -0
- package/theme/ckeditor5-ui/components/panel/stickypanel.css +16 -0
- package/theme/ckeditor5-ui/components/responsive-form/responsiveform.css +82 -0
- package/theme/ckeditor5-ui/components/search/search.css +106 -0
- package/theme/ckeditor5-ui/components/spinner/spinner.css +32 -0
- package/theme/ckeditor5-ui/components/textarea/textarea.css +12 -0
- package/theme/ckeditor5-ui/components/toolbar/blocktoolbar.css +14 -0
- package/theme/ckeditor5-ui/components/toolbar/toolbar.css +203 -0
- package/theme/ckeditor5-ui/components/tooltip/tooltip.css +38 -0
- package/theme/ckeditor5-ui/globals/_colors.css +123 -0
- package/theme/ckeditor5-ui/globals/_disabled.css +11 -0
- package/theme/ckeditor5-ui/globals/_focus.css +31 -0
- package/theme/ckeditor5-ui/globals/_fonts.css +16 -0
- package/theme/ckeditor5-ui/globals/_reset.css +97 -0
- package/theme/ckeditor5-ui/globals/_rounded.css +11 -0
- package/theme/ckeditor5-ui/globals/_shadow.css +21 -0
- package/theme/ckeditor5-ui/globals/_spacing.css +14 -0
- package/theme/ckeditor5-ui/globals/globals.css +13 -0
- package/theme/ckeditor5-ui/mixins/_button.css +29 -0
- package/theme/ckeditor5-widget/widget.css +195 -0
- package/theme/ckeditor5-widget/widgetresize.css +44 -0
- package/theme/ckeditor5-widget/widgettypearound.css +302 -0
- package/theme/index.css +97 -0
- package/theme/mixins/_disabled.css +11 -0
- package/theme/mixins/_focus.css +13 -0
- package/theme/mixins/_rounded.css +19 -0
- package/theme/mixins/_shadow.css +18 -0
- package/theme/theme.css +4 -0
package/CHANGELOG.md
ADDED
package/LICENSE.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
Software License Agreement
|
|
2
|
+
==========================
|
|
3
|
+
|
|
4
|
+
**CKEditor 5 lark theme** – https://github.com/ckeditor/ckeditor5-theme-lark <br>
|
|
5
|
+
Copyright (c) 2003–2024, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
|
|
6
|
+
|
|
7
|
+
Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html).
|
|
8
|
+
|
|
9
|
+
Sources of Intellectual Property Included in CKEditor
|
|
10
|
+
-----------------------------------------------------
|
|
11
|
+
|
|
12
|
+
Where not otherwise indicated, all CKEditor content is authored by CKSource engineers and consists of CKSource-owned intellectual property. In some specific instances, CKEditor will incorporate work done by developers outside of CKSource with their express permission.
|
|
13
|
+
|
|
14
|
+
Trademarks
|
|
15
|
+
----------
|
|
16
|
+
|
|
17
|
+
**CKEditor** is a trademark of [CKSource Holding sp. z o.o.](https://cksource.com) All other brand and product names are trademarks, registered trademarks, or service marks of their respective holders.
|
package/README.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
CKEditor 5 lark theme
|
|
2
|
+
========================================
|
|
3
|
+
|
|
4
|
+
[](https://www.npmjs.com/package/@ckeditor/ckeditor5-theme-lark)
|
|
5
|
+
[](https://coveralls.io/github/ckeditor/ckeditor5?branch=master)
|
|
6
|
+
[](https://app.travis-ci.com/github/ckeditor/ckeditor5)
|
|
7
|
+
|
|
8
|
+
This package implements lark theme – the default CKEditor 5 theme.
|
|
9
|
+
|
|
10
|
+
## Documentation
|
|
11
|
+
|
|
12
|
+
See the [`@ckeditor/ckeditor5-theme-lark` package](https://ckeditor.com/docs/ckeditor5/latest/api/theme-lark.html) page in [CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/).
|
|
13
|
+
|
|
14
|
+
## Installation
|
|
15
|
+
|
|
16
|
+
```bash
|
|
17
|
+
npm install ckeditor5
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
## License
|
|
21
|
+
|
|
22
|
+
Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html). For full details about the license, please check the `LICENSE.md` file or [https://ckeditor.com/legal/ckeditor-oss-license](https://ckeditor.com/legal/ckeditor-oss-license).
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license 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
|
+
:root{
|
|
6
|
+
--ck-color-mention-background:hsla(341, 100%, 30%, 0.1);
|
|
7
|
+
--ck-color-mention-text:hsl(341, 100%, 30%);
|
|
8
|
+
}
|
|
9
|
+
.ck-content .mention{
|
|
10
|
+
background:var(--ck-color-mention-background);
|
|
11
|
+
color:var(--ck-color-mention-text);
|
|
12
|
+
}
|