Socket
Socket
Sign inDemoInstall

@ckeditor/ckeditor5-ui

Package Overview
Dependencies
Maintainers
1
Versions
611
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckeditor/ckeditor5-ui - npm Package Compare versions

Comparing version 0.0.0-nightly-20240826.0 to 0.0.0-nightly-20240827.0

8

package.json
{
"name": "@ckeditor/ckeditor5-ui",
"version": "0.0.0-nightly-20240826.0",
"version": "0.0.0-nightly-20240827.0",
"description": "The UI framework and standard UI library of CKEditor 5.",

@@ -15,5 +15,5 @@ "keywords": [

"dependencies": {
"@ckeditor/ckeditor5-core": "0.0.0-nightly-20240826.0",
"@ckeditor/ckeditor5-engine": "0.0.0-nightly-20240826.0",
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-20240826.0",
"@ckeditor/ckeditor5-core": "0.0.0-nightly-20240827.0",
"@ckeditor/ckeditor5-engine": "0.0.0-nightly-20240827.0",
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-20240827.0",
"color-convert": "2.0.1",

@@ -20,0 +20,0 @@ "color-parse": "1.4.2",

@@ -127,3 +127,8 @@ /**

if (!isOpen) {
menuBarView.isFocusBorderEnabled = false;
// Keep the focus border if the menu bar was closed by a keyboard interaction (Esc key).
// The user remains in the keyboard navigation mode and can traverse the main categories.
// See https://github.com/ckeditor/ckeditor5/issues/16719.
if (!isKeyPressed) {
menuBarView.isFocusBorderEnabled = false;
}
// Reset the flag when the menu bar is closed, menu items tend to intercept `keyup` event

@@ -130,0 +135,0 @@ // and sometimes, after pressing `enter` on focused item, `isKeyPressed` stuck in `true` state.

Sorry, the diff of this file is too big to display

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