@editorjs/editorjs
Advanced tools
Comparing version 2.30.0-rc.9 to 2.30.0-rc.10
@@ -72,2 +72,57 @@ Name: @babel/register | ||
Name: @codexteam/icons | ||
Version: 0.3.0 | ||
License: MIT | ||
Private: false | ||
Repository: git+https://github.com/codex-team/icon-pack.git | ||
License Copyright: | ||
=== | ||
MIT License | ||
Copyright (c) 2022 CodeX | ||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. | ||
--- | ||
Name: codex-tooltip | ||
Version: 1.0.5 | ||
License: MIT | ||
Private: false | ||
Description: Simple tooltips module | ||
Repository: git+https://github.com/codex-team/codex.tooltips | ||
Homepage: https://github.com/codex-team/codex.tooltips | ||
Author: CodeX <team@codex.so> | ||
License Copyright: | ||
=== | ||
Copyright 2019 CodeX https://codex.so | ||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
--- | ||
Name: codex-notifier | ||
@@ -322,57 +377,2 @@ Version: 1.1.2 | ||
Name: codex-tooltip | ||
Version: 1.0.5 | ||
License: MIT | ||
Private: false | ||
Description: Simple tooltips module | ||
Repository: git+https://github.com/codex-team/codex.tooltips | ||
Homepage: https://github.com/codex-team/codex.tooltips | ||
Author: CodeX <team@codex.so> | ||
License Copyright: | ||
=== | ||
Copyright 2019 CodeX https://codex.so | ||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
--- | ||
Name: @codexteam/icons | ||
Version: 0.3.0 | ||
License: MIT | ||
Private: false | ||
Repository: git+https://github.com/codex-team/icon-pack.git | ||
License Copyright: | ||
=== | ||
MIT License | ||
Copyright (c) 2022 CodeX | ||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. | ||
--- | ||
Name: @codexteam/shortcuts | ||
@@ -379,0 +379,0 @@ Version: 1.2.0 |
{ | ||
"name": "@editorjs/editorjs", | ||
"version": "2.30.0-rc.9", | ||
"version": "2.30.0-rc.10", | ||
"description": "Editor.js — Native JS, based on API and Open Source", | ||
@@ -59,2 +59,3 @@ "main": "dist/editorjs.umd.js", | ||
"cypress-terminal-report": "^5.3.2", | ||
"cypress-vite": "^1.5.0", | ||
"eslint": "^8.37.0", | ||
@@ -61,0 +62,0 @@ "eslint-config-codex": "^1.7.1", |
import { ToolConfig } from './tool-config'; | ||
import { ToolConstructable, BlockToolData } from './index'; | ||
import { PopoverItemDefaultParams, PopoverItemSeparatorParams, PopoverItemParams } from '../configs'; | ||
import { PopoverItemDefaultParams, PopoverItemSeparatorParams, PopoverItemHtmlParams } from '../configs'; | ||
@@ -61,5 +61,10 @@ /** | ||
/** | ||
* Represents single Tunes Menu item with custom HTML contect | ||
*/ | ||
export type TunesMenuConfigHtmlItem = PopoverItemHtmlParams; | ||
/** | ||
* Union of all Tunes Menu item types | ||
*/ | ||
export type TunesMenuConfigItem = TunesMenuConfigDefaultItem | TunesMenuConfigSeparatorItem; | ||
export type TunesMenuConfigItem = TunesMenuConfigDefaultItem | TunesMenuConfigSeparatorItem | TunesMenuConfigHtmlItem; | ||
@@ -66,0 +71,0 @@ /** |
Sorry, the diff of this file is not supported yet
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
665133
12733
34