@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
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.