@editorjs/editorjs
Advanced tools
Comparing version 2.26.0-rc.7 to 2.26.0
@@ -20,3 +20,3 @@ /*! | ||
* | ||
* @version 2.26.0-rc.7 | ||
* @version 2.26.0 | ||
* | ||
@@ -23,0 +23,0 @@ * @licence Apache-2.0 |
{ | ||
"name": "@editorjs/editorjs", | ||
"version": "2.26.0-rc.7", | ||
"version": "2.26.0", | ||
"description": "Editor.js — Native JS, based on API and Open Source", | ||
@@ -5,0 +5,0 @@ "main": "dist/editor.js", |
@@ -6,10 +6,10 @@ /** | ||
/** | ||
* Item icon to be appeared near a title | ||
* Displayed text | ||
*/ | ||
icon: string; | ||
label: string; | ||
/** | ||
* Displayed text | ||
* Item icon to be appeared near a title | ||
*/ | ||
label: string; | ||
icon?: string; | ||
@@ -16,0 +16,0 @@ /** |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
550778