@wordpress/block-library 8.0.0 → 8.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -0
- package/build/categories/edit.js +1 -1
- package/build/categories/edit.js.map +1 -1
- package/build/cover/edit/inspector-controls.js +1 -1
- package/build/cover/edit/inspector-controls.js.map +1 -1
- package/build/freeform/edit.js +21 -6
- package/build/freeform/edit.js.map +1 -1
- package/build/freeform/modal.js +97 -0
- package/build/freeform/modal.js.map +1 -0
- package/build/gallery/edit.js +13 -2
- package/build/gallery/edit.js.map +1 -1
- package/build/gallery/gallery.js +2 -16
- package/build/gallery/gallery.js.map +1 -1
- package/build/image/image.js +1 -0
- package/build/image/image.js.map +1 -1
- package/build/media-text/edit.js +1 -0
- package/build/media-text/edit.js.map +1 -1
- package/build/missing/edit.native.js +2 -2
- package/build/missing/edit.native.js.map +1 -1
- package/build/navigation/edit/index.js +3 -4
- package/build/navigation/edit/index.js.map +1 -1
- package/build/navigation/edit/menu-inspector-controls.js +29 -7
- package/build/navigation/edit/menu-inspector-controls.js.map +1 -1
- package/build/navigation/edit/navigation-menu-selector.js +11 -8
- package/build/navigation/edit/navigation-menu-selector.js.map +1 -1
- package/build/navigation/edit/utils.js +81 -0
- package/build/navigation/edit/utils.js.map +1 -1
- package/build/navigation-link/edit.js +4 -58
- package/build/navigation-link/edit.js.map +1 -1
- package/build/navigation-submenu/edit.js +7 -72
- package/build/navigation-submenu/edit.js.map +1 -1
- package/build/page-list/edit.js +16 -15
- package/build/page-list/edit.js.map +1 -1
- package/build/page-list/index.js +29 -2
- package/build/page-list/index.js.map +1 -1
- package/build/page-list-item/edit.js +9 -5
- package/build/page-list-item/edit.js.map +1 -1
- package/build/post-featured-image/overlay.js +0 -1
- package/build/post-featured-image/overlay.js.map +1 -1
- package/build/query/edit/index.js +2 -1
- package/build/query/edit/index.js.map +1 -1
- package/build/query/edit/inspector-controls/index.js +10 -5
- package/build/query/edit/inspector-controls/index.js.map +1 -1
- package/build/query/edit/inspector-controls/taxonomy-controls.js +101 -37
- package/build/query/edit/inspector-controls/taxonomy-controls.js.map +1 -1
- package/build/query/edit/query-content.js +2 -3
- package/build/query/edit/query-content.js.map +1 -1
- package/build/query/edit/query-placeholder.js +17 -12
- package/build/query/edit/query-placeholder.js.map +1 -1
- package/build/query/utils.js +73 -1
- package/build/query/utils.js.map +1 -1
- package/build/search/edit.js +2 -2
- package/build/search/edit.js.map +1 -1
- package/build/social-link/edit.js.map +1 -1
- package/build/social-links/edit.js +0 -1
- package/build/social-links/edit.js.map +1 -1
- package/build/table-of-contents/edit.js +1 -1
- package/build/table-of-contents/edit.js.map +1 -1
- package/build/template-part/edit/advanced-controls.js +11 -1
- package/build/template-part/edit/advanced-controls.js.map +1 -1
- package/build/template-part/edit/import-controls.js +160 -0
- package/build/template-part/edit/import-controls.js.map +1 -0
- package/build/template-part/edit/index.js +2 -1
- package/build/template-part/edit/index.js.map +1 -1
- package/build/template-part/edit/utils/transformers.js +48 -0
- package/build/template-part/edit/utils/transformers.js.map +1 -0
- package/build-module/categories/edit.js +1 -1
- package/build-module/categories/edit.js.map +1 -1
- package/build-module/cover/edit/inspector-controls.js +3 -3
- package/build-module/cover/edit/inspector-controls.js.map +1 -1
- package/build-module/freeform/edit.js +22 -8
- package/build-module/freeform/edit.js.map +1 -1
- package/build-module/freeform/modal.js +90 -0
- package/build-module/freeform/modal.js.map +1 -0
- package/build-module/gallery/edit.js +14 -3
- package/build-module/gallery/edit.js.map +1 -1
- package/build-module/gallery/gallery.js +3 -16
- package/build-module/gallery/gallery.js.map +1 -1
- package/build-module/image/image.js +1 -0
- package/build-module/image/image.js.map +1 -1
- package/build-module/media-text/edit.js +1 -0
- package/build-module/media-text/edit.js.map +1 -1
- package/build-module/missing/edit.native.js +2 -2
- package/build-module/missing/edit.native.js.map +1 -1
- package/build-module/navigation/edit/index.js +3 -4
- package/build-module/navigation/edit/index.js.map +1 -1
- package/build-module/navigation/edit/menu-inspector-controls.js +30 -9
- package/build-module/navigation/edit/menu-inspector-controls.js.map +1 -1
- package/build-module/navigation/edit/navigation-menu-selector.js +12 -9
- package/build-module/navigation/edit/navigation-menu-selector.js.map +1 -1
- package/build-module/navigation/edit/utils.js +75 -0
- package/build-module/navigation/edit/utils.js.map +1 -1
- package/build-module/navigation-link/edit.js +4 -59
- package/build-module/navigation-link/edit.js.map +1 -1
- package/build-module/navigation-submenu/edit.js +6 -72
- package/build-module/navigation-submenu/edit.js.map +1 -1
- package/build-module/page-list/edit.js +17 -15
- package/build-module/page-list/edit.js.map +1 -1
- package/build-module/page-list/index.js +30 -3
- package/build-module/page-list/index.js.map +1 -1
- package/build-module/page-list-item/edit.js +9 -6
- package/build-module/page-list-item/edit.js.map +1 -1
- package/build-module/post-featured-image/overlay.js +0 -1
- package/build-module/post-featured-image/overlay.js.map +1 -1
- package/build-module/query/edit/index.js +2 -1
- package/build-module/query/edit/index.js.map +1 -1
- package/build-module/query/edit/inspector-controls/index.js +10 -5
- package/build-module/query/edit/inspector-controls/index.js.map +1 -1
- package/build-module/query/edit/inspector-controls/taxonomy-controls.js +99 -35
- package/build-module/query/edit/inspector-controls/taxonomy-controls.js.map +1 -1
- package/build-module/query/edit/query-content.js +1 -1
- package/build-module/query/edit/query-content.js.map +1 -1
- package/build-module/query/edit/query-placeholder.js +16 -12
- package/build-module/query/edit/query-placeholder.js.map +1 -1
- package/build-module/query/utils.js +69 -0
- package/build-module/query/utils.js.map +1 -1
- package/build-module/search/edit.js +2 -2
- package/build-module/search/edit.js.map +1 -1
- package/build-module/social-link/edit.js +2 -2
- package/build-module/social-link/edit.js.map +1 -1
- package/build-module/social-links/edit.js +0 -1
- package/build-module/social-links/edit.js.map +1 -1
- package/build-module/table-of-contents/edit.js +1 -1
- package/build-module/table-of-contents/edit.js.map +1 -1
- package/build-module/template-part/edit/advanced-controls.js +10 -1
- package/build-module/template-part/edit/advanced-controls.js.map +1 -1
- package/build-module/template-part/edit/import-controls.js +146 -0
- package/build-module/template-part/edit/import-controls.js.map +1 -0
- package/build-module/template-part/edit/index.js +2 -1
- package/build-module/template-part/edit/index.js.map +1 -1
- package/build-module/template-part/edit/utils/transformers.js +40 -0
- package/build-module/template-part/edit/utils/transformers.js.map +1 -0
- package/build-style/archives/editor-rtl.css +3 -3
- package/build-style/archives/editor.css +3 -3
- package/build-style/archives/style-rtl.css +3 -3
- package/build-style/archives/style.css +3 -3
- package/build-style/audio/editor-rtl.css +3 -3
- package/build-style/audio/editor.css +3 -3
- package/build-style/audio/style-rtl.css +3 -3
- package/build-style/audio/style.css +3 -3
- package/build-style/audio/theme-rtl.css +3 -3
- package/build-style/audio/theme.css +3 -3
- package/build-style/avatar/editor-rtl.css +3 -3
- package/build-style/avatar/editor.css +3 -3
- package/build-style/avatar/style-rtl.css +3 -3
- package/build-style/avatar/style.css +3 -3
- package/build-style/block/editor-rtl.css +3 -3
- package/build-style/block/editor.css +3 -3
- package/build-style/button/editor-rtl.css +3 -3
- package/build-style/button/editor.css +3 -3
- package/build-style/button/style-rtl.css +3 -3
- package/build-style/button/style.css +3 -3
- package/build-style/buttons/editor-rtl.css +3 -3
- package/build-style/buttons/editor.css +3 -3
- package/build-style/buttons/style-rtl.css +3 -3
- package/build-style/buttons/style.css +3 -3
- package/build-style/calendar/style-rtl.css +3 -3
- package/build-style/calendar/style.css +3 -3
- package/build-style/categories/editor-rtl.css +3 -3
- package/build-style/categories/editor.css +3 -3
- package/build-style/categories/style-rtl.css +3 -3
- package/build-style/categories/style.css +3 -3
- package/build-style/classic-rtl.css +3 -3
- package/build-style/classic.css +3 -3
- package/build-style/code/editor-rtl.css +3 -3
- package/build-style/code/editor.css +3 -3
- package/build-style/code/style-rtl.css +3 -3
- package/build-style/code/style.css +3 -3
- package/build-style/code/theme-rtl.css +3 -3
- package/build-style/code/theme.css +3 -3
- package/build-style/columns/editor-rtl.css +3 -3
- package/build-style/columns/editor.css +3 -3
- package/build-style/columns/style-rtl.css +3 -3
- package/build-style/columns/style.css +3 -3
- package/build-style/comment-author-avatar/editor-rtl.css +3 -3
- package/build-style/comment-author-avatar/editor.css +3 -3
- package/build-style/comment-content/style-rtl.css +3 -3
- package/build-style/comment-content/style.css +3 -3
- package/build-style/comment-template/style-rtl.css +3 -3
- package/build-style/comment-template/style.css +3 -3
- package/build-style/comments/editor-rtl.css +3 -3
- package/build-style/comments/editor.css +3 -3
- package/build-style/comments/style-rtl.css +3 -3
- package/build-style/comments/style.css +3 -3
- package/build-style/comments-pagination/editor-rtl.css +3 -3
- package/build-style/comments-pagination/editor.css +3 -3
- package/build-style/comments-pagination/style-rtl.css +3 -3
- package/build-style/comments-pagination/style.css +3 -3
- package/build-style/comments-pagination-numbers/editor-rtl.css +3 -3
- package/build-style/comments-pagination-numbers/editor.css +3 -3
- package/build-style/comments-title/editor-rtl.css +3 -3
- package/build-style/comments-title/editor.css +3 -3
- package/build-style/common-rtl.css +3 -3
- package/build-style/common.css +3 -3
- package/build-style/cover/editor-rtl.css +3 -3
- package/build-style/cover/editor.css +3 -3
- package/build-style/cover/style-rtl.css +3 -3
- package/build-style/cover/style.css +3 -3
- package/build-style/editor-elements-rtl.css +3 -3
- package/build-style/editor-elements.css +3 -3
- package/build-style/editor-rtl.css +7 -9
- package/build-style/editor.css +7 -9
- package/build-style/elements-rtl.css +3 -3
- package/build-style/elements.css +3 -3
- package/build-style/embed/editor-rtl.css +3 -3
- package/build-style/embed/editor.css +3 -3
- package/build-style/embed/style-rtl.css +3 -3
- package/build-style/embed/style.css +3 -3
- package/build-style/embed/theme-rtl.css +3 -3
- package/build-style/embed/theme.css +3 -3
- package/build-style/file/editor-rtl.css +3 -3
- package/build-style/file/editor.css +3 -3
- package/build-style/file/style-rtl.css +3 -3
- package/build-style/file/style.css +3 -3
- package/build-style/freeform/editor-rtl.css +3 -3
- package/build-style/freeform/editor.css +3 -3
- package/build-style/gallery/editor-rtl.css +3 -3
- package/build-style/gallery/editor.css +3 -3
- package/build-style/gallery/style-rtl.css +3 -3
- package/build-style/gallery/style.css +3 -3
- package/build-style/gallery/theme-rtl.css +3 -3
- package/build-style/gallery/theme.css +3 -3
- package/build-style/group/editor-rtl.css +3 -3
- package/build-style/group/editor.css +3 -3
- package/build-style/group/style-rtl.css +3 -3
- package/build-style/group/style.css +3 -3
- package/build-style/group/theme-rtl.css +3 -3
- package/build-style/group/theme.css +3 -3
- package/build-style/heading/style-rtl.css +3 -3
- package/build-style/heading/style.css +3 -3
- package/build-style/html/editor-rtl.css +3 -3
- package/build-style/html/editor.css +3 -3
- package/build-style/image/editor-rtl.css +3 -3
- package/build-style/image/editor.css +3 -3
- package/build-style/image/style-rtl.css +3 -3
- package/build-style/image/style.css +3 -3
- package/build-style/image/theme-rtl.css +3 -3
- package/build-style/image/theme.css +3 -3
- package/build-style/latest-comments/style-rtl.css +3 -3
- package/build-style/latest-comments/style.css +3 -3
- package/build-style/latest-posts/editor-rtl.css +3 -3
- package/build-style/latest-posts/editor.css +3 -3
- package/build-style/latest-posts/style-rtl.css +3 -3
- package/build-style/latest-posts/style.css +3 -3
- package/build-style/list/style-rtl.css +3 -3
- package/build-style/list/style.css +3 -3
- package/build-style/media-text/editor-rtl.css +3 -3
- package/build-style/media-text/editor.css +3 -3
- package/build-style/media-text/style-rtl.css +3 -3
- package/build-style/media-text/style.css +3 -3
- package/build-style/more/editor-rtl.css +3 -3
- package/build-style/more/editor.css +3 -3
- package/build-style/navigation/editor-rtl.css +3 -9
- package/build-style/navigation/editor.css +3 -9
- package/build-style/navigation/style-rtl.css +3 -4
- package/build-style/navigation/style.css +3 -4
- package/build-style/navigation-link/editor-rtl.css +3 -3
- package/build-style/navigation-link/editor.css +3 -3
- package/build-style/navigation-link/style-rtl.css +3 -3
- package/build-style/navigation-link/style.css +3 -3
- package/build-style/navigation-submenu/editor-rtl.css +3 -3
- package/build-style/navigation-submenu/editor.css +3 -3
- package/build-style/nextpage/editor-rtl.css +3 -3
- package/build-style/nextpage/editor.css +3 -3
- package/build-style/page-list/editor-rtl.css +7 -3
- package/build-style/page-list/editor.css +7 -3
- package/build-style/page-list/style-rtl.css +3 -3
- package/build-style/page-list/style.css +3 -3
- package/build-style/paragraph/editor-rtl.css +3 -3
- package/build-style/paragraph/editor.css +3 -3
- package/build-style/paragraph/style-rtl.css +3 -3
- package/build-style/paragraph/style.css +3 -3
- package/build-style/post-author/style-rtl.css +3 -3
- package/build-style/post-author/style.css +3 -3
- package/build-style/post-comments-form/editor-rtl.css +3 -3
- package/build-style/post-comments-form/editor.css +3 -3
- package/build-style/post-comments-form/style-rtl.css +3 -3
- package/build-style/post-comments-form/style.css +3 -3
- package/build-style/post-date/style-rtl.css +3 -3
- package/build-style/post-date/style.css +3 -3
- package/build-style/post-excerpt/editor-rtl.css +3 -3
- package/build-style/post-excerpt/editor.css +3 -3
- package/build-style/post-excerpt/style-rtl.css +3 -3
- package/build-style/post-excerpt/style.css +3 -3
- package/build-style/post-featured-image/editor-rtl.css +3 -3
- package/build-style/post-featured-image/editor.css +3 -3
- package/build-style/post-featured-image/style-rtl.css +3 -3
- package/build-style/post-featured-image/style.css +3 -3
- package/build-style/post-navigation-link/style-rtl.css +3 -3
- package/build-style/post-navigation-link/style.css +3 -3
- package/build-style/post-template/editor-rtl.css +3 -3
- package/build-style/post-template/editor.css +3 -3
- package/build-style/post-template/style-rtl.css +3 -3
- package/build-style/post-template/style.css +3 -3
- package/build-style/post-terms/style-rtl.css +3 -3
- package/build-style/post-terms/style.css +3 -3
- package/build-style/post-title/style-rtl.css +3 -3
- package/build-style/post-title/style.css +3 -3
- package/build-style/preformatted/style-rtl.css +3 -3
- package/build-style/preformatted/style.css +3 -3
- package/build-style/pullquote/editor-rtl.css +3 -3
- package/build-style/pullquote/editor.css +3 -3
- package/build-style/pullquote/style-rtl.css +3 -3
- package/build-style/pullquote/style.css +3 -3
- package/build-style/pullquote/theme-rtl.css +3 -3
- package/build-style/pullquote/theme.css +3 -3
- package/build-style/query/editor-rtl.css +3 -3
- package/build-style/query/editor.css +3 -3
- package/build-style/query-pagination/editor-rtl.css +3 -3
- package/build-style/query-pagination/editor.css +3 -3
- package/build-style/query-pagination/style-rtl.css +3 -3
- package/build-style/query-pagination/style.css +3 -3
- package/build-style/query-pagination-numbers/editor-rtl.css +3 -3
- package/build-style/query-pagination-numbers/editor.css +3 -3
- package/build-style/query-title/style-rtl.css +3 -3
- package/build-style/query-title/style.css +3 -3
- package/build-style/quote/style-rtl.css +3 -3
- package/build-style/quote/style.css +3 -3
- package/build-style/quote/theme-rtl.css +3 -3
- package/build-style/quote/theme.css +3 -3
- package/build-style/read-more/style-rtl.css +3 -3
- package/build-style/read-more/style.css +3 -3
- package/build-style/reset-rtl.css +3 -3
- package/build-style/reset.css +3 -3
- package/build-style/rss/editor-rtl.css +3 -3
- package/build-style/rss/editor.css +3 -3
- package/build-style/rss/style-rtl.css +3 -3
- package/build-style/rss/style.css +3 -3
- package/build-style/search/editor-rtl.css +3 -3
- package/build-style/search/editor.css +3 -3
- package/build-style/search/style-rtl.css +3 -3
- package/build-style/search/style.css +3 -3
- package/build-style/search/theme-rtl.css +3 -3
- package/build-style/search/theme.css +3 -3
- package/build-style/separator/editor-rtl.css +3 -3
- package/build-style/separator/editor.css +3 -3
- package/build-style/separator/style-rtl.css +3 -3
- package/build-style/separator/style.css +3 -3
- package/build-style/separator/theme-rtl.css +3 -3
- package/build-style/separator/theme.css +3 -3
- package/build-style/shortcode/editor-rtl.css +3 -3
- package/build-style/shortcode/editor.css +3 -3
- package/build-style/site-logo/editor-rtl.css +3 -3
- package/build-style/site-logo/editor.css +3 -3
- package/build-style/site-logo/style-rtl.css +3 -3
- package/build-style/site-logo/style.css +3 -3
- package/build-style/site-tagline/editor-rtl.css +3 -3
- package/build-style/site-tagline/editor.css +3 -3
- package/build-style/site-title/editor-rtl.css +3 -3
- package/build-style/site-title/editor.css +3 -3
- package/build-style/site-title/style-rtl.css +3 -3
- package/build-style/site-title/style.css +3 -3
- package/build-style/social-link/editor-rtl.css +3 -3
- package/build-style/social-link/editor.css +3 -3
- package/build-style/social-links/editor-rtl.css +3 -3
- package/build-style/social-links/editor.css +3 -3
- package/build-style/social-links/style-rtl.css +3 -3
- package/build-style/social-links/style.css +3 -3
- package/build-style/spacer/editor-rtl.css +3 -3
- package/build-style/spacer/editor.css +3 -3
- package/build-style/spacer/style-rtl.css +3 -3
- package/build-style/spacer/style.css +3 -3
- package/build-style/style-rtl.css +13 -5
- package/build-style/style.css +13 -5
- package/build-style/table/editor-rtl.css +3 -3
- package/build-style/table/editor.css +3 -3
- package/build-style/table/style-rtl.css +9 -3
- package/build-style/table/style.css +9 -3
- package/build-style/table/theme-rtl.css +3 -9
- package/build-style/table/theme.css +3 -9
- package/build-style/tag-cloud/style-rtl.css +3 -3
- package/build-style/tag-cloud/style.css +3 -3
- package/build-style/template-part/editor-rtl.css +3 -3
- package/build-style/template-part/editor.css +3 -3
- package/build-style/template-part/theme-rtl.css +3 -3
- package/build-style/template-part/theme.css +3 -3
- package/build-style/text-columns/editor-rtl.css +3 -3
- package/build-style/text-columns/editor.css +3 -3
- package/build-style/text-columns/style-rtl.css +3 -3
- package/build-style/text-columns/style.css +3 -3
- package/build-style/theme-rtl.css +3 -9
- package/build-style/theme.css +3 -9
- package/build-style/verse/style-rtl.css +7 -4
- package/build-style/verse/style.css +7 -4
- package/build-style/video/editor-rtl.css +3 -3
- package/build-style/video/editor.css +3 -3
- package/build-style/video/style-rtl.css +3 -3
- package/build-style/video/style.css +3 -3
- package/build-style/video/theme-rtl.css +3 -3
- package/build-style/video/theme.css +3 -3
- package/package.json +29 -29
- package/src/categories/edit.js +1 -1
- package/src/comments/index.php +0 -1
- package/src/cover/edit/inspector-controls.js +4 -4
- package/src/freeform/edit.js +48 -29
- package/src/freeform/modal.js +111 -0
- package/src/gallery/edit.js +17 -2
- package/src/gallery/gallery.js +3 -13
- package/src/image/image.js +1 -0
- package/src/latest-posts/test/__snapshots__/edit.native.js.snap +3 -0
- package/src/latest-posts/test/edit.native.js +49 -0
- package/src/media-text/edit.js +1 -0
- package/src/missing/edit.native.js +13 -6
- package/src/more/test/__snapshots__/edit.native.js.snap +7 -0
- package/src/more/test/edit.native.js +41 -0
- package/src/navigation/edit/index.js +3 -4
- package/src/navigation/edit/menu-inspector-controls.js +70 -29
- package/src/navigation/edit/navigation-menu-selector.js +19 -9
- package/src/navigation/edit/utils.js +82 -0
- package/src/navigation/editor.scss +0 -7
- package/src/navigation/index.php +32 -0
- package/src/navigation/style.scss +0 -1
- package/src/navigation-link/edit.js +5 -58
- package/src/navigation-link/index.php +32 -0
- package/src/navigation-submenu/edit.js +29 -100
- package/src/navigation-submenu/index.php +32 -0
- package/src/page-list/block.json +18 -1
- package/src/page-list/edit.js +30 -22
- package/src/page-list/editor.scss +4 -0
- package/src/page-list/index.js +8 -2
- package/src/page-list/index.php +9 -10
- package/src/page-list-item/edit.js +17 -9
- package/src/post-featured-image/overlay.js +0 -1
- package/src/query/edit/index.js +1 -0
- package/src/query/edit/inspector-controls/index.js +49 -38
- package/src/query/edit/inspector-controls/taxonomy-controls.js +102 -38
- package/src/query/edit/query-content.js +2 -1
- package/src/query/edit/query-placeholder.js +15 -14
- package/src/query/utils.js +59 -1
- package/src/search/edit.js +2 -2
- package/src/separator/test/__snapshots__/edit.native.js.snap +7 -0
- package/src/separator/test/edit.native.js +41 -0
- package/src/social-link/edit.js +3 -3
- package/src/social-links/edit.js +0 -1
- package/src/table/style.scss +8 -0
- package/src/table/theme.scss +0 -8
- package/src/table-of-contents/edit.js +1 -1
- package/src/template-part/edit/advanced-controls.js +12 -0
- package/src/template-part/edit/import-controls.js +180 -0
- package/src/template-part/edit/index.js +1 -0
- package/src/template-part/edit/utils/transformers.js +37 -0
- package/src/verse/style.scss +4 -1
- package/src/verse/test/__snapshots__/edit.native.js.snap +13 -0
- package/src/verse/test/edit.native.js +40 -33
- package/tsconfig.tsbuildinfo +1 -1
- package/build/query/constants.js +0 -16
- package/build/query/constants.js.map +0 -1
- package/build-module/query/constants.js +0 -7
- package/build-module/query/constants.js.map +0 -1
- package/src/query/constants.js +0 -7
|
@@ -58,15 +58,15 @@
|
|
|
58
58
|
* @param {string} hex - the hexadecimal value to convert
|
|
59
59
|
* @return {string} comma separated rgb values
|
|
60
60
|
*/
|
|
61
|
-
/**
|
|
62
|
-
* Breakpoint mixins
|
|
63
|
-
*/
|
|
64
61
|
/**
|
|
65
62
|
* Long content fade mixin
|
|
66
63
|
*
|
|
67
64
|
* Creates a fading overlay to signify that the content is longer
|
|
68
65
|
* than the space allows.
|
|
69
66
|
*/
|
|
67
|
+
/**
|
|
68
|
+
* Breakpoint mixins
|
|
69
|
+
*/
|
|
70
70
|
/**
|
|
71
71
|
* Focus styles.
|
|
72
72
|
*/
|
|
@@ -87,7 +87,10 @@
|
|
|
87
87
|
* Reset the WP Admin page styles for Gutenberg-like pages.
|
|
88
88
|
*/
|
|
89
89
|
pre.wp-block-verse {
|
|
90
|
-
font-family: inherit;
|
|
91
90
|
overflow: auto;
|
|
92
91
|
white-space: pre-wrap;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
:where(pre.wp-block-verse) {
|
|
95
|
+
font-family: inherit;
|
|
93
96
|
}
|
|
@@ -58,15 +58,15 @@
|
|
|
58
58
|
* @param {string} hex - the hexadecimal value to convert
|
|
59
59
|
* @return {string} comma separated rgb values
|
|
60
60
|
*/
|
|
61
|
-
/**
|
|
62
|
-
* Breakpoint mixins
|
|
63
|
-
*/
|
|
64
61
|
/**
|
|
65
62
|
* Long content fade mixin
|
|
66
63
|
*
|
|
67
64
|
* Creates a fading overlay to signify that the content is longer
|
|
68
65
|
* than the space allows.
|
|
69
66
|
*/
|
|
67
|
+
/**
|
|
68
|
+
* Breakpoint mixins
|
|
69
|
+
*/
|
|
70
70
|
/**
|
|
71
71
|
* Focus styles.
|
|
72
72
|
*/
|
|
@@ -58,15 +58,15 @@
|
|
|
58
58
|
* @param {string} hex - the hexadecimal value to convert
|
|
59
59
|
* @return {string} comma separated rgb values
|
|
60
60
|
*/
|
|
61
|
-
/**
|
|
62
|
-
* Breakpoint mixins
|
|
63
|
-
*/
|
|
64
61
|
/**
|
|
65
62
|
* Long content fade mixin
|
|
66
63
|
*
|
|
67
64
|
* Creates a fading overlay to signify that the content is longer
|
|
68
65
|
* than the space allows.
|
|
69
66
|
*/
|
|
67
|
+
/**
|
|
68
|
+
* Breakpoint mixins
|
|
69
|
+
*/
|
|
70
70
|
/**
|
|
71
71
|
* Focus styles.
|
|
72
72
|
*/
|
|
@@ -58,15 +58,15 @@
|
|
|
58
58
|
* @param {string} hex - the hexadecimal value to convert
|
|
59
59
|
* @return {string} comma separated rgb values
|
|
60
60
|
*/
|
|
61
|
-
/**
|
|
62
|
-
* Breakpoint mixins
|
|
63
|
-
*/
|
|
64
61
|
/**
|
|
65
62
|
* Long content fade mixin
|
|
66
63
|
*
|
|
67
64
|
* Creates a fading overlay to signify that the content is longer
|
|
68
65
|
* than the space allows.
|
|
69
66
|
*/
|
|
67
|
+
/**
|
|
68
|
+
* Breakpoint mixins
|
|
69
|
+
*/
|
|
70
70
|
/**
|
|
71
71
|
* Focus styles.
|
|
72
72
|
*/
|
|
@@ -58,15 +58,15 @@
|
|
|
58
58
|
* @param {string} hex - the hexadecimal value to convert
|
|
59
59
|
* @return {string} comma separated rgb values
|
|
60
60
|
*/
|
|
61
|
-
/**
|
|
62
|
-
* Breakpoint mixins
|
|
63
|
-
*/
|
|
64
61
|
/**
|
|
65
62
|
* Long content fade mixin
|
|
66
63
|
*
|
|
67
64
|
* Creates a fading overlay to signify that the content is longer
|
|
68
65
|
* than the space allows.
|
|
69
66
|
*/
|
|
67
|
+
/**
|
|
68
|
+
* Breakpoint mixins
|
|
69
|
+
*/
|
|
70
70
|
/**
|
|
71
71
|
* Focus styles.
|
|
72
72
|
*/
|
|
@@ -58,15 +58,15 @@
|
|
|
58
58
|
* @param {string} hex - the hexadecimal value to convert
|
|
59
59
|
* @return {string} comma separated rgb values
|
|
60
60
|
*/
|
|
61
|
-
/**
|
|
62
|
-
* Breakpoint mixins
|
|
63
|
-
*/
|
|
64
61
|
/**
|
|
65
62
|
* Long content fade mixin
|
|
66
63
|
*
|
|
67
64
|
* Creates a fading overlay to signify that the content is longer
|
|
68
65
|
* than the space allows.
|
|
69
66
|
*/
|
|
67
|
+
/**
|
|
68
|
+
* Breakpoint mixins
|
|
69
|
+
*/
|
|
70
70
|
/**
|
|
71
71
|
* Focus styles.
|
|
72
72
|
*/
|
|
@@ -58,15 +58,15 @@
|
|
|
58
58
|
* @param {string} hex - the hexadecimal value to convert
|
|
59
59
|
* @return {string} comma separated rgb values
|
|
60
60
|
*/
|
|
61
|
-
/**
|
|
62
|
-
* Breakpoint mixins
|
|
63
|
-
*/
|
|
64
61
|
/**
|
|
65
62
|
* Long content fade mixin
|
|
66
63
|
*
|
|
67
64
|
* Creates a fading overlay to signify that the content is longer
|
|
68
65
|
* than the space allows.
|
|
69
66
|
*/
|
|
67
|
+
/**
|
|
68
|
+
* Breakpoint mixins
|
|
69
|
+
*/
|
|
70
70
|
/**
|
|
71
71
|
* Focus styles.
|
|
72
72
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/block-library",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.1.0",
|
|
4
4
|
"description": "Block library for the WordPress editor.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -31,33 +31,33 @@
|
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@babel/runtime": "^7.16.0",
|
|
34
|
-
"@wordpress/a11y": "^3.
|
|
35
|
-
"@wordpress/api-fetch": "^6.
|
|
36
|
-
"@wordpress/autop": "^3.
|
|
37
|
-
"@wordpress/blob": "^3.
|
|
38
|
-
"@wordpress/block-editor": "^11.
|
|
39
|
-
"@wordpress/blocks": "^12.
|
|
40
|
-
"@wordpress/components": "^23.
|
|
41
|
-
"@wordpress/compose": "^6.
|
|
42
|
-
"@wordpress/core-data": "^6.
|
|
43
|
-
"@wordpress/data": "^8.
|
|
44
|
-
"@wordpress/date": "^4.
|
|
45
|
-
"@wordpress/deprecated": "^3.
|
|
46
|
-
"@wordpress/dom": "^3.
|
|
47
|
-
"@wordpress/element": "^5.
|
|
48
|
-
"@wordpress/escape-html": "^2.
|
|
49
|
-
"@wordpress/hooks": "^3.
|
|
50
|
-
"@wordpress/html-entities": "^3.
|
|
51
|
-
"@wordpress/i18n": "^4.
|
|
52
|
-
"@wordpress/icons": "^9.
|
|
53
|
-
"@wordpress/keycodes": "^3.
|
|
54
|
-
"@wordpress/notices": "^3.
|
|
55
|
-
"@wordpress/primitives": "^3.
|
|
56
|
-
"@wordpress/reusable-blocks": "^4.
|
|
57
|
-
"@wordpress/rich-text": "^6.
|
|
58
|
-
"@wordpress/server-side-render": "^4.
|
|
59
|
-
"@wordpress/url": "^3.
|
|
60
|
-
"@wordpress/viewport": "^5.
|
|
34
|
+
"@wordpress/a11y": "^3.24.0",
|
|
35
|
+
"@wordpress/api-fetch": "^6.21.0",
|
|
36
|
+
"@wordpress/autop": "^3.24.0",
|
|
37
|
+
"@wordpress/blob": "^3.24.0",
|
|
38
|
+
"@wordpress/block-editor": "^11.1.0",
|
|
39
|
+
"@wordpress/blocks": "^12.1.0",
|
|
40
|
+
"@wordpress/components": "^23.1.0",
|
|
41
|
+
"@wordpress/compose": "^6.1.0",
|
|
42
|
+
"@wordpress/core-data": "^6.1.0",
|
|
43
|
+
"@wordpress/data": "^8.1.0",
|
|
44
|
+
"@wordpress/date": "^4.24.0",
|
|
45
|
+
"@wordpress/deprecated": "^3.24.0",
|
|
46
|
+
"@wordpress/dom": "^3.24.0",
|
|
47
|
+
"@wordpress/element": "^5.1.0",
|
|
48
|
+
"@wordpress/escape-html": "^2.24.0",
|
|
49
|
+
"@wordpress/hooks": "^3.24.0",
|
|
50
|
+
"@wordpress/html-entities": "^3.24.0",
|
|
51
|
+
"@wordpress/i18n": "^4.24.0",
|
|
52
|
+
"@wordpress/icons": "^9.15.0",
|
|
53
|
+
"@wordpress/keycodes": "^3.24.0",
|
|
54
|
+
"@wordpress/notices": "^3.24.0",
|
|
55
|
+
"@wordpress/primitives": "^3.22.0",
|
|
56
|
+
"@wordpress/reusable-blocks": "^4.1.0",
|
|
57
|
+
"@wordpress/rich-text": "^6.1.0",
|
|
58
|
+
"@wordpress/server-side-render": "^4.1.0",
|
|
59
|
+
"@wordpress/url": "^3.25.0",
|
|
60
|
+
"@wordpress/viewport": "^5.1.0",
|
|
61
61
|
"change-case": "^4.1.2",
|
|
62
62
|
"classnames": "^2.3.1",
|
|
63
63
|
"colord": "^2.7.0",
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
"publishConfig": {
|
|
77
77
|
"access": "public"
|
|
78
78
|
},
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "200bee7b06b15f6fa655e25b6ab69cbd6b49a357"
|
|
80
80
|
}
|
package/src/categories/edit.js
CHANGED
|
@@ -63,7 +63,7 @@ export default function CategoriesEdit( {
|
|
|
63
63
|
const parentId = showHierarchy ? 0 : null;
|
|
64
64
|
const categoriesList = getCategoriesList( parentId );
|
|
65
65
|
return categoriesList.map( ( category ) =>
|
|
66
|
-
renderCategoryListItem( category
|
|
66
|
+
renderCategoryListItem( category )
|
|
67
67
|
);
|
|
68
68
|
};
|
|
69
69
|
|
package/src/comments/index.php
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* WordPress dependencies
|
|
3
3
|
*/
|
|
4
|
-
import {
|
|
4
|
+
import { useMemo } from '@wordpress/element';
|
|
5
5
|
import {
|
|
6
6
|
Button,
|
|
7
7
|
ExternalLink,
|
|
@@ -146,7 +146,7 @@ export default function CoverInspectorControls( {
|
|
|
146
146
|
{ !! url && (
|
|
147
147
|
<PanelBody title={ __( 'Media settings' ) }>
|
|
148
148
|
{ isImageBackground && (
|
|
149
|
-
|
|
149
|
+
<>
|
|
150
150
|
<ToggleControl
|
|
151
151
|
label={ __( 'Fixed background' ) }
|
|
152
152
|
checked={ hasParallax }
|
|
@@ -158,7 +158,7 @@ export default function CoverInspectorControls( {
|
|
|
158
158
|
checked={ isRepeated }
|
|
159
159
|
onChange={ toggleIsRepeated }
|
|
160
160
|
/>
|
|
161
|
-
|
|
161
|
+
</>
|
|
162
162
|
) }
|
|
163
163
|
{ showFocalPointPicker && (
|
|
164
164
|
<FocalPointPicker
|
|
@@ -180,6 +180,7 @@ export default function CoverInspectorControls( {
|
|
|
180
180
|
isImageBackground &&
|
|
181
181
|
isImgElement && (
|
|
182
182
|
<TextareaControl
|
|
183
|
+
__nextHasNoMarginBottom
|
|
183
184
|
label={ __(
|
|
184
185
|
'Alt text (alternative text)'
|
|
185
186
|
) }
|
|
@@ -226,7 +227,6 @@ export default function CoverInspectorControls( {
|
|
|
226
227
|
</InspectorControls>
|
|
227
228
|
<InspectorControls __experimentalGroup="color">
|
|
228
229
|
<ColorGradientSettingsDropdown
|
|
229
|
-
__experimentalHasMultipleOrigins
|
|
230
230
|
__experimentalIsRenderedInSidebar
|
|
231
231
|
settings={ [
|
|
232
232
|
{
|
package/src/freeform/edit.js
CHANGED
|
@@ -6,10 +6,10 @@ import {
|
|
|
6
6
|
useBlockProps,
|
|
7
7
|
store as blockEditorStore,
|
|
8
8
|
} from '@wordpress/block-editor';
|
|
9
|
-
import { debounce } from '@wordpress/compose';
|
|
9
|
+
import { debounce, useRefEffect } from '@wordpress/compose';
|
|
10
10
|
import { useSelect } from '@wordpress/data';
|
|
11
11
|
import { ToolbarGroup } from '@wordpress/components';
|
|
12
|
-
import { useEffect, useRef } from '@wordpress/element';
|
|
12
|
+
import { useEffect, useRef, useState } from '@wordpress/element';
|
|
13
13
|
import { __ } from '@wordpress/i18n';
|
|
14
14
|
import { BACKSPACE, DELETE, F10, isKeyboardEvent } from '@wordpress/keycodes';
|
|
15
15
|
|
|
@@ -17,6 +17,7 @@ import { BACKSPACE, DELETE, F10, isKeyboardEvent } from '@wordpress/keycodes';
|
|
|
17
17
|
* Internal dependencies
|
|
18
18
|
*/
|
|
19
19
|
import ConvertToBlocksButton from './convert-to-blocks-button';
|
|
20
|
+
import ModalEdit from './modal';
|
|
20
21
|
|
|
21
22
|
const { wp } = window;
|
|
22
23
|
|
|
@@ -36,17 +37,44 @@ function isTmceEmpty( editor ) {
|
|
|
36
37
|
return /^\n?$/.test( body.innerText || body.textContent );
|
|
37
38
|
}
|
|
38
39
|
|
|
39
|
-
export default function
|
|
40
|
+
export default function FreeformEdit( props ) {
|
|
41
|
+
const { clientId } = props;
|
|
42
|
+
const canRemove = useSelect(
|
|
43
|
+
( select ) => select( blockEditorStore ).canRemoveBlock( clientId ),
|
|
44
|
+
[ clientId ]
|
|
45
|
+
);
|
|
46
|
+
const [ isIframed, setIsIframed ] = useState( false );
|
|
47
|
+
const ref = useRefEffect( ( element ) => {
|
|
48
|
+
setIsIframed( element.ownerDocument !== document );
|
|
49
|
+
}, [] );
|
|
50
|
+
|
|
51
|
+
return (
|
|
52
|
+
<>
|
|
53
|
+
{ canRemove && (
|
|
54
|
+
<BlockControls>
|
|
55
|
+
<ToolbarGroup>
|
|
56
|
+
<ConvertToBlocksButton clientId={ clientId } />
|
|
57
|
+
</ToolbarGroup>
|
|
58
|
+
</BlockControls>
|
|
59
|
+
) }
|
|
60
|
+
<div { ...useBlockProps( { ref } ) }>
|
|
61
|
+
{ isIframed ? (
|
|
62
|
+
<ModalEdit { ...props } />
|
|
63
|
+
) : (
|
|
64
|
+
<ClassicEdit { ...props } />
|
|
65
|
+
) }
|
|
66
|
+
</div>
|
|
67
|
+
</>
|
|
68
|
+
);
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
function ClassicEdit( {
|
|
40
72
|
clientId,
|
|
41
73
|
attributes: { content },
|
|
42
74
|
setAttributes,
|
|
43
75
|
onReplace,
|
|
44
76
|
} ) {
|
|
45
77
|
const { getMultiSelectedBlockClientIds } = useSelect( blockEditorStore );
|
|
46
|
-
const canRemove = useSelect(
|
|
47
|
-
( select ) => select( blockEditorStore ).canRemoveBlock( clientId ),
|
|
48
|
-
[ clientId ]
|
|
49
|
-
);
|
|
50
78
|
const didMount = useRef( false );
|
|
51
79
|
|
|
52
80
|
useEffect( () => {
|
|
@@ -225,28 +253,19 @@ export default function ClassicEdit( {
|
|
|
225
253
|
/* eslint-disable jsx-a11y/no-static-element-interactions */
|
|
226
254
|
return (
|
|
227
255
|
<>
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
data-placeholder={ __( 'Classic' ) }
|
|
242
|
-
onKeyDown={ onToolbarKeyDown }
|
|
243
|
-
/>
|
|
244
|
-
<div
|
|
245
|
-
key="editor"
|
|
246
|
-
id={ `editor-${ clientId }` }
|
|
247
|
-
className="wp-block-freeform block-library-rich-text__tinymce"
|
|
248
|
-
/>
|
|
249
|
-
</div>
|
|
256
|
+
<div
|
|
257
|
+
key="toolbar"
|
|
258
|
+
id={ `toolbar-${ clientId }` }
|
|
259
|
+
className="block-library-classic__toolbar"
|
|
260
|
+
onClick={ focus }
|
|
261
|
+
data-placeholder={ __( 'Classic' ) }
|
|
262
|
+
onKeyDown={ onToolbarKeyDown }
|
|
263
|
+
/>
|
|
264
|
+
<div
|
|
265
|
+
key="editor"
|
|
266
|
+
id={ `editor-${ clientId }` }
|
|
267
|
+
className="wp-block-freeform block-library-rich-text__tinymce"
|
|
268
|
+
/>
|
|
250
269
|
</>
|
|
251
270
|
);
|
|
252
271
|
/* eslint-enable jsx-a11y/no-static-element-interactions */
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* WordPress dependencies
|
|
3
|
+
*/
|
|
4
|
+
import { BlockControls, store } from '@wordpress/block-editor';
|
|
5
|
+
import {
|
|
6
|
+
ToolbarGroup,
|
|
7
|
+
ToolbarButton,
|
|
8
|
+
Modal,
|
|
9
|
+
Button,
|
|
10
|
+
} from '@wordpress/components';
|
|
11
|
+
import { useEffect, useState, RawHTML } from '@wordpress/element';
|
|
12
|
+
import { __ } from '@wordpress/i18n';
|
|
13
|
+
import { useSelect } from '@wordpress/data';
|
|
14
|
+
|
|
15
|
+
function ClassicEdit( props ) {
|
|
16
|
+
const styles = useSelect(
|
|
17
|
+
( select ) => select( store ).getSettings().styles
|
|
18
|
+
);
|
|
19
|
+
useEffect( () => {
|
|
20
|
+
const { baseURL, suffix, settings } = window.wpEditorL10n.tinymce;
|
|
21
|
+
|
|
22
|
+
window.tinymce.EditorManager.overrideDefaults( {
|
|
23
|
+
base_url: baseURL,
|
|
24
|
+
suffix,
|
|
25
|
+
} );
|
|
26
|
+
|
|
27
|
+
window.wp.oldEditor.initialize( props.id, {
|
|
28
|
+
tinymce: {
|
|
29
|
+
...settings,
|
|
30
|
+
height: 500,
|
|
31
|
+
setup( editor ) {
|
|
32
|
+
editor.on( 'init', () => {
|
|
33
|
+
const doc = editor.getDoc();
|
|
34
|
+
styles.forEach( ( { css } ) => {
|
|
35
|
+
const styleEl = doc.createElement( 'style' );
|
|
36
|
+
styleEl.innerHTML = css;
|
|
37
|
+
doc.head.appendChild( styleEl );
|
|
38
|
+
} );
|
|
39
|
+
} );
|
|
40
|
+
},
|
|
41
|
+
},
|
|
42
|
+
} );
|
|
43
|
+
|
|
44
|
+
return () => {
|
|
45
|
+
window.wp.oldEditor.remove( props.id );
|
|
46
|
+
};
|
|
47
|
+
}, [] );
|
|
48
|
+
|
|
49
|
+
return <textarea { ...props } />;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
export default function ModalEdit( props ) {
|
|
53
|
+
const {
|
|
54
|
+
clientId,
|
|
55
|
+
attributes: { content },
|
|
56
|
+
setAttributes,
|
|
57
|
+
onReplace,
|
|
58
|
+
} = props;
|
|
59
|
+
const [ isOpen, setOpen ] = useState( false );
|
|
60
|
+
const id = `editor-${ clientId }`;
|
|
61
|
+
const label = __( 'Classic Edit' );
|
|
62
|
+
|
|
63
|
+
return (
|
|
64
|
+
<>
|
|
65
|
+
<BlockControls>
|
|
66
|
+
<ToolbarGroup>
|
|
67
|
+
<ToolbarButton onClick={ () => setOpen( true ) }>
|
|
68
|
+
{ label }
|
|
69
|
+
</ToolbarButton>
|
|
70
|
+
</ToolbarGroup>
|
|
71
|
+
</BlockControls>
|
|
72
|
+
{ content && <RawHTML>{ content }</RawHTML> }
|
|
73
|
+
{ ( isOpen || ! content ) && (
|
|
74
|
+
<Modal title={ label } __experimentalHideHeader={ true }>
|
|
75
|
+
<h2
|
|
76
|
+
style={ {
|
|
77
|
+
display: 'flex',
|
|
78
|
+
justifyContent: 'space-between',
|
|
79
|
+
} }
|
|
80
|
+
>
|
|
81
|
+
<div>{ label }</div>
|
|
82
|
+
<div>
|
|
83
|
+
<Button
|
|
84
|
+
onClick={ () =>
|
|
85
|
+
content ? setOpen( false ) : onReplace( [] )
|
|
86
|
+
}
|
|
87
|
+
>
|
|
88
|
+
{ __( 'Cancel' ) }
|
|
89
|
+
</Button>
|
|
90
|
+
<Button
|
|
91
|
+
isPrimary
|
|
92
|
+
onClick={ () => {
|
|
93
|
+
setAttributes( {
|
|
94
|
+
content:
|
|
95
|
+
window.wp.oldEditor.getContent(
|
|
96
|
+
id
|
|
97
|
+
),
|
|
98
|
+
} );
|
|
99
|
+
setOpen( false );
|
|
100
|
+
} }
|
|
101
|
+
>
|
|
102
|
+
{ __( 'Save' ) }
|
|
103
|
+
</Button>
|
|
104
|
+
</div>
|
|
105
|
+
</h2>
|
|
106
|
+
<ClassicEdit id={ id } defaultValue={ content } />
|
|
107
|
+
</Modal>
|
|
108
|
+
) }
|
|
109
|
+
</>
|
|
110
|
+
);
|
|
111
|
+
}
|
package/src/gallery/edit.js
CHANGED
|
@@ -20,6 +20,7 @@ import {
|
|
|
20
20
|
MediaPlaceholder,
|
|
21
21
|
InspectorControls,
|
|
22
22
|
useBlockProps,
|
|
23
|
+
useInnerBlocksProps,
|
|
23
24
|
BlockControls,
|
|
24
25
|
MediaReplaceFlow,
|
|
25
26
|
} from '@wordpress/block-editor';
|
|
@@ -63,6 +64,8 @@ const linkOptions = [
|
|
|
63
64
|
},
|
|
64
65
|
];
|
|
65
66
|
const ALLOWED_MEDIA_TYPES = [ 'image' ];
|
|
67
|
+
const allowedBlocks = [ 'core/image' ];
|
|
68
|
+
const LAYOUT = { type: 'default', alignments: [] };
|
|
66
69
|
|
|
67
70
|
const PLACEHOLDER_TEXT = Platform.isNative
|
|
68
71
|
? __( 'ADD MEDIA' )
|
|
@@ -483,8 +486,20 @@ function GalleryEdit( props ) {
|
|
|
483
486
|
className: classnames( className, 'has-nested-images' ),
|
|
484
487
|
} );
|
|
485
488
|
|
|
489
|
+
const innerBlocksProps = useInnerBlocksProps( blockProps, {
|
|
490
|
+
allowedBlocks,
|
|
491
|
+
orientation: 'horizontal',
|
|
492
|
+
renderAppender: false,
|
|
493
|
+
__experimentalLayout: LAYOUT,
|
|
494
|
+
} );
|
|
495
|
+
|
|
486
496
|
if ( ! hasImages ) {
|
|
487
|
-
return
|
|
497
|
+
return (
|
|
498
|
+
<View { ...innerBlocksProps }>
|
|
499
|
+
{ innerBlocksProps.children }
|
|
500
|
+
{ mediaPlaceholder }
|
|
501
|
+
</View>
|
|
502
|
+
);
|
|
488
503
|
}
|
|
489
504
|
|
|
490
505
|
const hasLinkTo = linkTo && linkTo !== 'none';
|
|
@@ -579,7 +594,7 @@ function GalleryEdit( props ) {
|
|
|
579
594
|
? mediaPlaceholder
|
|
580
595
|
: undefined
|
|
581
596
|
}
|
|
582
|
-
blockProps={
|
|
597
|
+
blockProps={ innerBlocksProps }
|
|
583
598
|
insertBlocksAfter={ insertBlocksAfter }
|
|
584
599
|
/>
|
|
585
600
|
</>
|
package/src/gallery/gallery.js
CHANGED
|
@@ -8,7 +8,6 @@ import classnames from 'classnames';
|
|
|
8
8
|
*/
|
|
9
9
|
import {
|
|
10
10
|
RichText,
|
|
11
|
-
useInnerBlocksProps,
|
|
12
11
|
__experimentalGetElementClassName,
|
|
13
12
|
} from '@wordpress/block-editor';
|
|
14
13
|
import { VisuallyHidden } from '@wordpress/components';
|
|
@@ -16,8 +15,6 @@ import { __ } from '@wordpress/i18n';
|
|
|
16
15
|
import { createBlock, getDefaultBlockName } from '@wordpress/blocks';
|
|
17
16
|
import { View } from '@wordpress/primitives';
|
|
18
17
|
|
|
19
|
-
const allowedBlocks = [ 'core/image' ];
|
|
20
|
-
|
|
21
18
|
export const Gallery = ( props ) => {
|
|
22
19
|
const {
|
|
23
20
|
attributes,
|
|
@@ -31,16 +28,9 @@ export const Gallery = ( props ) => {
|
|
|
31
28
|
|
|
32
29
|
const { align, columns, caption, imageCrop } = attributes;
|
|
33
30
|
|
|
34
|
-
const { children, ...innerBlocksProps } = useInnerBlocksProps( blockProps, {
|
|
35
|
-
allowedBlocks,
|
|
36
|
-
orientation: 'horizontal',
|
|
37
|
-
renderAppender: false,
|
|
38
|
-
__experimentalLayout: { type: 'default', alignments: [] },
|
|
39
|
-
} );
|
|
40
|
-
|
|
41
31
|
return (
|
|
42
32
|
<figure
|
|
43
|
-
{ ...
|
|
33
|
+
{ ...blockProps }
|
|
44
34
|
className={ classnames(
|
|
45
35
|
blockProps.className,
|
|
46
36
|
layoutClassNames,
|
|
@@ -53,8 +43,8 @@ export const Gallery = ( props ) => {
|
|
|
53
43
|
}
|
|
54
44
|
) }
|
|
55
45
|
>
|
|
56
|
-
{ children }
|
|
57
|
-
{ isSelected && ! children && (
|
|
46
|
+
{ blockProps.children }
|
|
47
|
+
{ isSelected && ! blockProps.children && (
|
|
58
48
|
<View className="blocks-gallery-media-placeholder-wrapper">
|
|
59
49
|
{ mediaPlaceholder }
|
|
60
50
|
</View>
|
package/src/image/image.js
CHANGED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* External dependencies
|
|
3
|
+
*/
|
|
4
|
+
import {
|
|
5
|
+
addBlock,
|
|
6
|
+
getEditorHtml,
|
|
7
|
+
initializeEditor,
|
|
8
|
+
getBlock,
|
|
9
|
+
} from 'test/helpers';
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* WordPress dependencies
|
|
13
|
+
*/
|
|
14
|
+
import { getBlockTypes, unregisterBlockType } from '@wordpress/blocks';
|
|
15
|
+
import { registerCoreBlocks } from '@wordpress/block-library';
|
|
16
|
+
import apiFetch from '@wordpress/api-fetch';
|
|
17
|
+
|
|
18
|
+
beforeAll( () => {
|
|
19
|
+
// Register all core blocks
|
|
20
|
+
registerCoreBlocks();
|
|
21
|
+
} );
|
|
22
|
+
|
|
23
|
+
afterAll( () => {
|
|
24
|
+
// Clean up registered blocks
|
|
25
|
+
getBlockTypes().forEach( ( block ) => {
|
|
26
|
+
unregisterBlockType( block.name );
|
|
27
|
+
} );
|
|
28
|
+
} );
|
|
29
|
+
|
|
30
|
+
describe( 'Latest Posts block', () => {
|
|
31
|
+
afterEach( () => {
|
|
32
|
+
apiFetch.mockReset();
|
|
33
|
+
} );
|
|
34
|
+
|
|
35
|
+
it( 'inserts block', async () => {
|
|
36
|
+
const screen = await initializeEditor();
|
|
37
|
+
|
|
38
|
+
// Mock return value for categories
|
|
39
|
+
apiFetch.mockReturnValueOnce( Promise.resolve( [] ) );
|
|
40
|
+
|
|
41
|
+
// Add block
|
|
42
|
+
await addBlock( screen, 'Latest Posts' );
|
|
43
|
+
|
|
44
|
+
// Get block
|
|
45
|
+
const latestPostsBlock = await getBlock( screen, 'Latest Posts' );
|
|
46
|
+
expect( latestPostsBlock ).toBeVisible();
|
|
47
|
+
expect( getEditorHtml() ).toMatchSnapshot();
|
|
48
|
+
} );
|
|
49
|
+
} );
|
package/src/media-text/edit.js
CHANGED
|
@@ -281,6 +281,7 @@ function MediaTextEdit( { attributes, isSelected, setAttributes, clientId } ) {
|
|
|
281
281
|
) }
|
|
282
282
|
{ mediaType === 'image' && (
|
|
283
283
|
<TextareaControl
|
|
284
|
+
__nextHasNoMarginBottom
|
|
284
285
|
label={ __( 'Alt text (alternative text)' ) }
|
|
285
286
|
value={ mediaAlt }
|
|
286
287
|
onChange={ onMediaAltChange }
|