Socket
Socket
Sign inDemoInstall

@ckeditor/ckeditor5-theme-lark

Package Overview
Dependencies
Maintainers
1
Versions
617
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckeditor/ckeditor5-theme-lark - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

.github/PULL_REQUEST_TEMPLATE.md

10

package.json
{
"name": "@ckeditor/ckeditor5-theme-lark",
"version": "0.6.0",
"version": "0.6.1",
"description": "A bright theme for CKEditor 5.",
"keywords": [],
"dependencies": {
"@ckeditor/ckeditor5-ui": "*"
"@ckeditor/ckeditor5-ui": "^0.7.1"
},
"devDependencies": {
"@ckeditor/ckeditor5-basic-styles": "*",
"@ckeditor/ckeditor5-dev-lint": "^2.0.0",
"@ckeditor/ckeditor5-utils": "*",
"@ckeditor/ckeditor5-basic-styles": "^0.7.1",
"@ckeditor/ckeditor5-dev-lint": "^2.0.2",
"@ckeditor/ckeditor5-utils": "^0.8.0",
"gulp": "^3.9.0",

@@ -14,0 +14,0 @@ "guppy-pre-commit": "^0.4.0"

@@ -19,2 +19,3 @@ /**

import ToolbarView from '@ckeditor/ckeditor5-ui/src/toolbar/toolbarview';
import ToolbarSeparatorView from '@ckeditor/ckeditor5-ui/src/toolbar/toolbarseparatorview';

@@ -338,15 +339,2 @@ import boldIcon from '@ckeditor/ckeditor5-basic-styles/theme/icons/bold.svg';

const ToolbarSeparatorView = class extends View {
constructor() {
super();
this.template = new Template( {
tag: 'span',
attributes: {
class: 'ck-toolbar-separator'
}
} );
}
};
function toolbarSeparator() {

@@ -363,3 +351,3 @@ return new ToolbarSeparatorView();

attributes: {
class: 'ck-toolbar-newline'
class: 'ck-toolbar__newline'
}

@@ -366,0 +354,0 @@ } );

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc