Skip to content

Commit

Permalink
[AdminBlockEditor] anchor everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDev committed Nov 16, 2021
1 parent 73abda9 commit 618cb7d
Show file tree
Hide file tree
Showing 42 changed files with 270 additions and 146 deletions.
1 change: 1 addition & 0 deletions packages/admin-block-editor-tools/dist/Anchor.js

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

2 changes: 1 addition & 1 deletion packages/admin-block-editor-tools/dist/Attaches.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion packages/admin-block-editor-tools/dist/Button.js

This file was deleted.

2 changes: 1 addition & 1 deletion packages/admin-block-editor-tools/dist/Embed.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/admin-block-editor-tools/dist/Gallery.js

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions packages/admin-block-editor-tools/dist/Header.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/admin-block-editor-tools/dist/Hyperlink.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/admin-block-editor-tools/dist/NestedList.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/admin-block-editor-tools/dist/PagesList.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/admin-block-editor-tools/dist/Raw.js

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

5 changes: 3 additions & 2 deletions packages/admin-block-editor-tools/package.json
Expand Up @@ -28,7 +28,6 @@
"babel-loader": "^8.1.0",
"cross-env": "^7.0.3",
"css-loader": "^3.5.3",
"editorjs-header-with-anchor": "https://github.com/Aleksst95/header-with-anchor.git#79e9b77097cdc12e6a248417ba9d322da529df62",
"editorjs-hyperlink": "https://github.com/trinhtam/editorjs-hyperlink.git#4ada6b531a5478b426f062f576aaab9e3b8042b9",
"postcss-loader": "^3.0.0",
"postcss-nested": "^4.1.0",
Expand All @@ -44,7 +43,9 @@
"url": "https://github.com/pushword/pushword/issues"
},
"homepage": "https://puswhord.piedweb.com",
"dependencies": {},
"dependencies": {
"@editorjs/header": "https://github.com/editor-js/header"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pushword/pushword.git"
Expand Down
20 changes: 20 additions & 0 deletions packages/admin-block-editor-tools/src/Anchor/Anchor.css
@@ -0,0 +1,20 @@
.cdx-anchor-tune-wrapper {
display: flex;
}

.cdx-anchor-tune-icon {
width: 10px;
height: 20px;
margin-left: 7px;
}

.cdx-anchor-tune-icon svg {
vertical-align: inherit;
}

.cdx-anchor-tune-input {
border: 0;
box-sizing: border-box;
margin-left: 7px;
outline: none;
}

0 comments on commit 618cb7d

Please sign in to comment.