Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDev committed Oct 20, 2023
1 parent eb1efac commit cfd3caf
Show file tree
Hide file tree
Showing 13 changed files with 90 additions and 17,187 deletions.
217 changes: 1 addition & 216 deletions packages/admin-block-editor-tools/dist/Anchor.js

Large diffs are not rendered by default.

409 changes: 1 addition & 408 deletions packages/admin-block-editor-tools/dist/Attaches.js

Large diffs are not rendered by default.

464 changes: 1 addition & 463 deletions packages/admin-block-editor-tools/dist/Embed.js

Large diffs are not rendered by default.

336 changes: 1 addition & 335 deletions packages/admin-block-editor-tools/dist/Gallery.js

Large diffs are not rendered by default.

267 changes: 1 addition & 266 deletions packages/admin-block-editor-tools/dist/Hyperlink.js

Large diffs are not rendered by default.

297 changes: 1 addition & 296 deletions packages/admin-block-editor-tools/dist/HyperlinkTune.js

Large diffs are not rendered by default.

421 changes: 2 additions & 419 deletions packages/admin-block-editor-tools/dist/Image.js

Large diffs are not rendered by default.

420 changes: 1 addition & 419 deletions packages/admin-block-editor-tools/dist/PagesList.js

Large diffs are not rendered by default.

238 changes: 2 additions & 236 deletions packages/admin-block-editor-tools/dist/Raw.js

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions packages/admin-block-editor-tools/package.json
Expand Up @@ -41,13 +41,14 @@
"sass-loader": "^13.2",
"style-loader": "^3.3",
"webpack": "^5.65",
"webpack-cli": "^5.0"
"webpack-cli": "^5.0",
"browserslist": "^4.22",
"caniuse-lite": "^1"
},
"bugs": {
"url": "https://github.com/pushword/pushword/issues"
},
"homepage": "https://puswhord.piedweb.com",
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/pushword/pushword.git"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14,100 changes: 2 additions & 14,098 deletions packages/admin-block-editor/src/Resources/public/admin-block-editor.js

Large diffs are not rendered by default.

@@ -0,0 +1,73 @@
/*!
* Codex JavaScript Notification module
* https://github.com/codex-team/js-notifier
*/

/*!
* CodeX.Tooltips
*
* @version 1.0.5
*
* @licence MIT
* @author CodeX <https://codex.so>
*
*
*/

/*!
* Library for handling keyboard shortcuts
* @copyright CodeX (https://codex.so)
* @license MIT
* @author CodeX (https://codex.so)
* @version 1.2.0
*/

/*! For license information please see Image.js.LICENSE.txt */

/*! For license information please see Raw.js.LICENSE.txt */

/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */

/**
* Base Paragraph Block for the Editor.js.
* Represents a regular text block
*
* @author CodeX (team@codex.so)
* @copyright CodeX 2018
* @license The MIT License (MIT)
*/

/**
* CodeTool for Editor.js
*
* @author CodeX (team@ifmo.su)
* @copyright CodeX 2018
* @license MIT
* @version 2.0.0
*/

/**
* Delimiter Block for the Editor.js.
*
* @author CodeX (team@ifmo.su)
* @copyright CodeX 2018
* @license The MIT License (MIT)
* @version 2.0.0
*/

/**
* Editor.js
*
* @license Apache-2.0
* @see Editor.js <https://editorjs.io>
* @author CodeX Team <https://codex.so>
*/

/**
* Header block for the Editor.js.
*
* @author CodeX (team@ifmo.su)
* @copyright CodeX 2018
* @license MIT
* @version 2.0.0
*/

0 comments on commit cfd3caf

Please sign in to comment.