@wordpress/block-library 6.0.20 → 6.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 +4 -0
- package/LICENSE.md +1 -1
- package/build/archives/index.js +1 -0
- package/build/archives/index.js.map +1 -1
- package/build/audio/edit.js +19 -4
- package/build/audio/edit.js.map +1 -1
- package/build/audio/index.js +1 -0
- package/build/audio/index.js.map +1 -1
- package/build/block/index.js +1 -0
- package/build/block/index.js.map +1 -1
- package/build/button/edit.native.js +1 -1
- package/build/button/edit.native.js.map +1 -1
- package/build/button/index.js +5 -1
- package/build/button/index.js.map +1 -1
- package/build/buttons/edit.js +6 -0
- package/build/buttons/edit.js.map +1 -1
- package/build/buttons/edit.native.js +16 -6
- package/build/buttons/edit.native.js.map +1 -1
- package/build/buttons/index.js +1 -0
- package/build/buttons/index.js.map +1 -1
- package/build/buttons/transforms.js +1 -0
- package/build/buttons/transforms.js.map +1 -1
- package/build/calendar/index.js +1 -0
- package/build/calendar/index.js.map +1 -1
- package/build/categories/index.js +1 -0
- package/build/categories/index.js.map +1 -1
- package/build/code/index.js +6 -1
- package/build/code/index.js.map +1 -1
- package/build/column/index.js +1 -0
- package/build/column/index.js.map +1 -1
- package/build/columns/index.js +11 -0
- package/build/columns/index.js.map +1 -1
- package/build/comment-author-avatar/edit.js +5 -2
- package/build/comment-author-avatar/edit.js.map +1 -1
- package/build/comment-author-avatar/index.js +7 -2
- package/build/comment-author-avatar/index.js.map +1 -1
- package/build/comment-author-name/index.js +1 -0
- package/build/comment-author-name/index.js.map +1 -1
- package/build/comment-content/index.js +1 -0
- package/build/comment-content/index.js.map +1 -1
- package/build/comment-date/index.js +1 -0
- package/build/comment-date/index.js.map +1 -1
- package/build/comment-edit-link/index.js +2 -1
- package/build/comment-edit-link/index.js.map +1 -1
- package/build/comment-reply-link/index.js +1 -0
- package/build/comment-reply-link/index.js.map +1 -1
- package/build/comment-template/edit.js +117 -26
- package/build/comment-template/edit.js.map +1 -1
- package/build/comment-template/index.js +4 -2
- package/build/comment-template/index.js.map +1 -1
- package/build/comment-template/util.js +68 -0
- package/build/comment-template/util.js.map +1 -0
- package/build/comments-pagination/comments-pagination-arrow-controls.js +39 -0
- package/build/comments-pagination/comments-pagination-arrow-controls.js.map +1 -0
- package/build/comments-pagination/edit.js +79 -0
- package/build/comments-pagination/edit.js.map +1 -0
- package/build/comments-pagination/index.js +71 -0
- package/build/comments-pagination/index.js.map +1 -0
- package/build/comments-pagination/save.js +18 -0
- package/build/comments-pagination/save.js.map +1 -0
- package/build/comments-pagination-next/edit.js +54 -0
- package/build/comments-pagination-next/edit.js.map +1 -0
- package/build/comments-pagination-next/index.js +66 -0
- package/build/comments-pagination-next/index.js.map +1 -0
- package/build/comments-pagination-numbers/edit.js +47 -0
- package/build/comments-pagination-numbers/edit.js.map +1 -0
- package/build/comments-pagination-numbers/index.js +46 -0
- package/build/comments-pagination-numbers/index.js.map +1 -0
- package/build/comments-pagination-previous/edit.js +54 -0
- package/build/comments-pagination-previous/edit.js.map +1 -0
- package/build/comments-pagination-previous/index.js +66 -0
- package/build/comments-pagination-previous/index.js.map +1 -0
- package/build/comments-query-loop/edit/comments-inspector-controls.js +102 -0
- package/build/comments-query-loop/edit/comments-inspector-controls.js.map +1 -0
- package/build/comments-query-loop/edit.js +23 -28
- package/build/comments-query-loop/edit.js.map +1 -1
- package/build/comments-query-loop/index.js +15 -7
- package/build/comments-query-loop/index.js.map +1 -1
- package/build/cover/edit.js +2 -1
- package/build/cover/edit.js.map +1 -1
- package/build/cover/edit.native.js +40 -32
- package/build/cover/edit.native.js.map +1 -1
- package/build/cover/index.js +1 -0
- package/build/cover/index.js.map +1 -1
- package/build/cover/overlay-color-settings.native.js +11 -1
- package/build/cover/overlay-color-settings.native.js.map +1 -1
- package/build/embed/deprecated.js +1 -0
- package/build/embed/deprecated.js.map +1 -1
- package/build/embed/edit.native.js +23 -20
- package/build/embed/edit.native.js.map +1 -1
- package/build/embed/embed-controls.native.js +69 -0
- package/build/embed/embed-controls.native.js.map +1 -0
- package/build/embed/embed-link-settings.native.js +101 -0
- package/build/embed/embed-link-settings.native.js.map +1 -0
- package/build/embed/embed-loading.js +1 -3
- package/build/embed/embed-loading.js.map +1 -1
- package/build/embed/embed-placeholder.native.js +9 -2
- package/build/embed/embed-placeholder.native.js.map +1 -1
- package/build/embed/index.js +1 -0
- package/build/embed/index.js.map +1 -1
- package/build/embed/transforms.js +1 -0
- package/build/embed/transforms.js.map +1 -1
- package/build/embed/util.js +1 -0
- package/build/embed/util.js.map +1 -1
- package/build/file/edit.native.js +5 -2
- package/build/file/edit.native.js.map +1 -1
- package/build/file/index.js +1 -0
- package/build/file/index.js.map +1 -1
- package/build/freeform/index.js +1 -0
- package/build/freeform/index.js.map +1 -1
- package/build/gallery/deprecated.js +4 -0
- package/build/gallery/deprecated.js.map +1 -1
- package/build/gallery/edit.js +31 -12
- package/build/gallery/edit.js.map +1 -1
- package/build/gallery/gallery.native.js +1 -1
- package/build/gallery/gallery.native.js.map +1 -1
- package/build/gallery/index.js +1 -0
- package/build/gallery/index.js.map +1 -1
- package/build/group/index.js +19 -1
- package/build/group/index.js.map +1 -1
- package/build/heading/edit.js +2 -0
- package/build/heading/edit.js.map +1 -1
- package/build/heading/index.js +1 -0
- package/build/heading/index.js.map +1 -1
- package/build/heading/transforms.js +1 -0
- package/build/heading/transforms.js.map +1 -1
- package/build/home-link/index.js +1 -0
- package/build/home-link/index.js.map +1 -1
- package/build/html/index.js +1 -0
- package/build/html/index.js.map +1 -1
- package/build/image/edit.js +56 -5
- package/build/image/edit.js.map +1 -1
- package/build/image/edit.native.js +4 -4
- package/build/image/edit.native.js.map +1 -1
- package/build/image/image.js +15 -4
- package/build/image/image.js.map +1 -1
- package/build/image/index.js +5 -1
- package/build/image/index.js.map +1 -1
- package/build/index.js +12 -2
- package/build/index.js.map +1 -1
- package/build/latest-comments/index.js +1 -0
- package/build/latest-comments/index.js.map +1 -1
- package/build/latest-posts/deprecated.js +1 -0
- package/build/latest-posts/deprecated.js.map +1 -1
- package/build/latest-posts/edit.js +1 -1
- package/build/latest-posts/edit.js.map +1 -1
- package/build/latest-posts/index.js +1 -0
- package/build/latest-posts/index.js.map +1 -1
- package/build/list/index.js +1 -0
- package/build/list/index.js.map +1 -1
- package/build/loginout/index.js +1 -0
- package/build/loginout/index.js.map +1 -1
- package/build/media-text/index.js +1 -0
- package/build/media-text/index.js.map +1 -1
- package/build/missing/index.js +1 -0
- package/build/missing/index.js.map +1 -1
- package/build/more/index.js +1 -0
- package/build/more/index.js.map +1 -1
- package/build/navigation/edit/index.js +45 -11
- package/build/navigation/edit/index.js.map +1 -1
- package/build/navigation/edit/inner-blocks.js +3 -1
- package/build/navigation/edit/inner-blocks.js.map +1 -1
- package/build/navigation/edit/navigation-menu-selector.js +42 -4
- package/build/navigation/edit/navigation-menu-selector.js.map +1 -1
- package/build/navigation/edit/overlay-menu-icon.js +36 -0
- package/build/navigation/edit/overlay-menu-icon.js.map +1 -0
- package/build/navigation/edit/placeholder/index.js +17 -48
- package/build/navigation/edit/placeholder/index.js.map +1 -1
- package/build/navigation/edit/responsive-wrapper.js +11 -22
- package/build/navigation/edit/responsive-wrapper.js.map +1 -1
- package/build/navigation/index.js +10 -1
- package/build/navigation/index.js.map +1 -1
- package/build/navigation/menu-items-to-blocks.js +4 -1
- package/build/navigation/menu-items-to-blocks.js.map +1 -1
- package/build/navigation/use-convert-classic-menu.js +59 -0
- package/build/navigation/use-convert-classic-menu.js.map +1 -0
- package/build/navigation/use-navigation-entities.js +6 -3
- package/build/navigation/use-navigation-entities.js.map +1 -1
- package/build/navigation-area/edit.js +2 -1
- package/build/navigation-area/edit.js.map +1 -1
- package/build/navigation-area/index.js +2 -1
- package/build/navigation-area/index.js.map +1 -1
- package/build/navigation-link/edit.js +7 -0
- package/build/navigation-link/edit.js.map +1 -1
- package/build/navigation-link/index.js +1 -0
- package/build/navigation-link/index.js.map +1 -1
- package/build/navigation-submenu/edit.js +4 -1
- package/build/navigation-submenu/edit.js.map +1 -1
- package/build/navigation-submenu/index.js +1 -0
- package/build/navigation-submenu/index.js.map +1 -1
- package/build/nextpage/index.js +1 -0
- package/build/nextpage/index.js.map +1 -1
- package/build/page-list/edit.js +37 -10
- package/build/page-list/edit.js.map +1 -1
- package/build/page-list/index.js +6 -1
- package/build/page-list/index.js.map +1 -1
- package/build/paragraph/edit.js +12 -2
- package/build/paragraph/edit.js.map +1 -1
- package/build/paragraph/index.js +2 -1
- package/build/paragraph/index.js.map +1 -1
- package/build/paragraph/transforms.js +2 -1
- package/build/paragraph/transforms.js.map +1 -1
- package/build/pattern/index.js +1 -0
- package/build/pattern/index.js.map +1 -1
- package/build/post-author/index.js +2 -1
- package/build/post-author/index.js.map +1 -1
- package/build/post-author-name/edit.js +98 -0
- package/build/post-author-name/edit.js.map +1 -0
- package/build/post-author-name/index.js +70 -0
- package/build/post-author-name/index.js.map +1 -0
- package/build/post-comment/index.js +1 -0
- package/build/post-comment/index.js.map +1 -1
- package/build/post-comments/index.js +1 -0
- package/build/post-comments/index.js.map +1 -1
- package/build/post-comments-count/index.js +1 -0
- package/build/post-comments-count/index.js.map +1 -1
- package/build/post-comments-form/index.js +1 -0
- package/build/post-comments-form/index.js.map +1 -1
- package/build/post-comments-link/index.js +1 -0
- package/build/post-comments-link/index.js.map +1 -1
- package/build/post-content/index.js +1 -0
- package/build/post-content/index.js.map +1 -1
- package/build/post-date/index.js +1 -0
- package/build/post-date/index.js.map +1 -1
- package/build/post-excerpt/edit.js +2 -1
- package/build/post-excerpt/edit.js.map +1 -1
- package/build/post-excerpt/index.js +4 -0
- package/build/post-excerpt/index.js.map +1 -1
- package/build/post-excerpt/transforms.js +27 -0
- package/build/post-excerpt/transforms.js.map +1 -0
- package/build/post-featured-image/dimension-controls.js +74 -32
- package/build/post-featured-image/dimension-controls.js.map +1 -1
- package/build/post-featured-image/edit.js +52 -20
- package/build/post-featured-image/edit.js.map +1 -1
- package/build/post-featured-image/index.js +4 -0
- package/build/post-featured-image/index.js.map +1 -1
- package/build/post-navigation-link/index.js +1 -0
- package/build/post-navigation-link/index.js.map +1 -1
- package/build/post-template/edit.js +34 -7
- package/build/post-template/edit.js.map +1 -1
- package/build/post-template/index.js +2 -1
- package/build/post-template/index.js.map +1 -1
- package/build/post-terms/index.js +1 -0
- package/build/post-terms/index.js.map +1 -1
- package/build/post-title/index.js +1 -0
- package/build/post-title/index.js.map +1 -1
- package/build/preformatted/edit.native.js +3 -6
- package/build/preformatted/edit.native.js.map +1 -1
- package/build/preformatted/index.js +1 -0
- package/build/preformatted/index.js.map +1 -1
- package/build/pullquote/index.js +8 -1
- package/build/pullquote/index.js.map +1 -1
- package/build/query/deprecated.js +96 -3
- package/build/query/deprecated.js.map +1 -1
- package/build/query/edit/index.js +4 -4
- package/build/query/edit/index.js.map +1 -1
- package/build/query/edit/inspector-controls/author-control.js +102 -0
- package/build/query/edit/inspector-controls/author-control.js.map +1 -0
- package/build/query/edit/inspector-controls/index.js +166 -0
- package/build/query/edit/inspector-controls/index.js.map +1 -0
- package/build/query/edit/inspector-controls/order-control.js +55 -0
- package/build/query/edit/inspector-controls/order-control.js.map +1 -0
- package/build/query/edit/inspector-controls/taxonomy-controls.js +158 -0
- package/build/query/edit/inspector-controls/taxonomy-controls.js.map +1 -0
- package/build/query/index.js +3 -3
- package/build/query/utils.js +49 -38
- package/build/query/utils.js.map +1 -1
- package/build/query/variations.js +0 -4
- package/build/query/variations.js.map +1 -1
- package/build/query-pagination/index.js +2 -1
- package/build/query-pagination/index.js.map +1 -1
- package/build/query-pagination-next/index.js +2 -1
- package/build/query-pagination-next/index.js.map +1 -1
- package/build/query-pagination-numbers/index.js +2 -1
- package/build/query-pagination-numbers/index.js.map +1 -1
- package/build/query-pagination-previous/index.js +2 -1
- package/build/query-pagination-previous/index.js.map +1 -1
- package/build/query-title/index.js +1 -0
- package/build/query-title/index.js.map +1 -1
- package/build/quote/index.js +1 -0
- package/build/quote/index.js.map +1 -1
- package/build/rss/index.js +1 -0
- package/build/rss/index.js.map +1 -1
- package/build/search/edit.js +5 -3
- package/build/search/edit.js.map +1 -1
- package/build/search/edit.native.js +2 -2
- package/build/search/edit.native.js.map +1 -1
- package/build/search/index.js +8 -1
- package/build/search/index.js.map +1 -1
- package/build/separator/index.js +1 -0
- package/build/separator/index.js.map +1 -1
- package/build/shortcode/index.js +1 -0
- package/build/shortcode/index.js.map +1 -1
- package/build/site-logo/edit.js +0 -25
- package/build/site-logo/edit.js.map +1 -1
- package/build/site-logo/index.js +5 -1
- package/build/site-logo/index.js.map +1 -1
- package/build/site-logo/transforms.js +31 -0
- package/build/site-logo/transforms.js.map +1 -0
- package/build/site-tagline/index.js +2 -1
- package/build/site-tagline/index.js.map +1 -1
- package/build/site-title/index.js +4 -0
- package/build/site-title/index.js.map +1 -1
- package/build/site-title/transforms.js +31 -0
- package/build/site-title/transforms.js.map +1 -0
- package/build/social-link/index.js +2 -1
- package/build/social-link/index.js.map +1 -1
- package/build/social-links/edit.js +29 -23
- package/build/social-links/edit.js.map +1 -1
- package/build/social-links/index.js +2 -1
- package/build/social-links/index.js.map +1 -1
- package/build/spacer/controls.js +111 -0
- package/build/spacer/controls.js.map +1 -0
- package/build/spacer/controls.native.js +95 -0
- package/build/spacer/controls.native.js.map +1 -0
- package/build/spacer/deprecated.js +53 -0
- package/build/spacer/deprecated.js.map +1 -0
- package/build/spacer/edit.js +117 -98
- package/build/spacer/edit.js.map +1 -1
- package/build/spacer/edit.native.js +76 -0
- package/build/spacer/edit.native.js.map +1 -0
- package/build/spacer/index.js +8 -4
- package/build/spacer/index.js.map +1 -1
- package/build/spacer/save.js +6 -3
- package/build/spacer/save.js.map +1 -1
- package/build/table/index.js +7 -1
- package/build/table/index.js.map +1 -1
- package/build/table-of-contents/index.js +1 -0
- package/build/table-of-contents/index.js.map +1 -1
- package/build/tag-cloud/index.js +1 -0
- package/build/tag-cloud/index.js.map +1 -1
- package/build/template-part/index.js +1 -0
- package/build/template-part/index.js.map +1 -1
- package/build/term-description/index.js +1 -0
- package/build/term-description/index.js.map +1 -1
- package/build/text-columns/index.js +1 -0
- package/build/text-columns/index.js.map +1 -1
- package/build/verse/index.js +1 -0
- package/build/verse/index.js.map +1 -1
- package/build/video/index.js +1 -0
- package/build/video/index.js.map +1 -1
- package/build-module/archives/index.js +1 -0
- package/build-module/archives/index.js.map +1 -1
- package/build-module/audio/edit.js +17 -5
- package/build-module/audio/edit.js.map +1 -1
- package/build-module/audio/index.js +1 -0
- package/build-module/audio/index.js.map +1 -1
- package/build-module/block/index.js +1 -0
- package/build-module/block/index.js.map +1 -1
- package/build-module/button/edit.native.js +1 -1
- package/build-module/button/edit.native.js.map +1 -1
- package/build-module/button/index.js +5 -1
- package/build-module/button/index.js.map +1 -1
- package/build-module/buttons/edit.js +6 -0
- package/build-module/buttons/edit.js.map +1 -1
- package/build-module/buttons/edit.native.js +17 -7
- package/build-module/buttons/edit.native.js.map +1 -1
- package/build-module/buttons/index.js +1 -0
- package/build-module/buttons/index.js.map +1 -1
- package/build-module/buttons/transforms.js +1 -0
- package/build-module/buttons/transforms.js.map +1 -1
- package/build-module/calendar/index.js +1 -0
- package/build-module/calendar/index.js.map +1 -1
- package/build-module/categories/index.js +1 -0
- package/build-module/categories/index.js.map +1 -1
- package/build-module/code/index.js +6 -1
- package/build-module/code/index.js.map +1 -1
- package/build-module/column/index.js +1 -0
- package/build-module/column/index.js.map +1 -1
- package/build-module/columns/index.js +11 -0
- package/build-module/columns/index.js.map +1 -1
- package/build-module/comment-author-avatar/edit.js +6 -3
- package/build-module/comment-author-avatar/edit.js.map +1 -1
- package/build-module/comment-author-avatar/index.js +7 -2
- package/build-module/comment-author-avatar/index.js.map +1 -1
- package/build-module/comment-author-name/index.js +1 -0
- package/build-module/comment-author-name/index.js.map +1 -1
- package/build-module/comment-content/index.js +1 -0
- package/build-module/comment-content/index.js.map +1 -1
- package/build-module/comment-date/index.js +1 -0
- package/build-module/comment-date/index.js.map +1 -1
- package/build-module/comment-edit-link/index.js +2 -1
- package/build-module/comment-edit-link/index.js.map +1 -1
- package/build-module/comment-reply-link/index.js +1 -0
- package/build-module/comment-reply-link/index.js.map +1 -1
- package/build-module/comment-template/edit.js +116 -26
- package/build-module/comment-template/edit.js.map +1 -1
- package/build-module/comment-template/index.js +4 -2
- package/build-module/comment-template/index.js.map +1 -1
- package/build-module/comment-template/util.js +59 -0
- package/build-module/comment-template/util.js.map +1 -0
- package/build-module/comments-pagination/comments-pagination-arrow-controls.js +30 -0
- package/build-module/comments-pagination/comments-pagination-arrow-controls.js.map +1 -0
- package/build-module/comments-pagination/edit.js +66 -0
- package/build-module/comments-pagination/edit.js.map +1 -0
- package/build-module/comments-pagination/index.js +57 -0
- package/build-module/comments-pagination/index.js.map +1 -0
- package/build-module/comments-pagination/save.js +10 -0
- package/build-module/comments-pagination/save.js.map +1 -0
- package/build-module/comments-pagination-next/edit.js +41 -0
- package/build-module/comments-pagination-next/edit.js.map +1 -0
- package/build-module/comments-pagination-next/index.js +53 -0
- package/build-module/comments-pagination-next/index.js.map +1 -0
- package/build-module/comments-pagination-numbers/edit.js +40 -0
- package/build-module/comments-pagination-numbers/edit.js.map +1 -0
- package/build-module/comments-pagination-numbers/index.js +33 -0
- package/build-module/comments-pagination-numbers/index.js.map +1 -0
- package/build-module/comments-pagination-previous/edit.js +41 -0
- package/build-module/comments-pagination-previous/edit.js.map +1 -0
- package/build-module/comments-pagination-previous/index.js +53 -0
- package/build-module/comments-pagination-previous/index.js.map +1 -0
- package/build-module/comments-query-loop/edit/comments-inspector-controls.js +91 -0
- package/build-module/comments-query-loop/edit/comments-inspector-controls.js.map +1 -0
- package/build-module/comments-query-loop/edit.js +24 -28
- package/build-module/comments-query-loop/edit.js.map +1 -1
- package/build-module/comments-query-loop/index.js +15 -7
- package/build-module/comments-query-loop/index.js.map +1 -1
- package/build-module/cover/edit.js +2 -1
- package/build-module/cover/edit.js.map +1 -1
- package/build-module/cover/edit.native.js +41 -34
- package/build-module/cover/edit.native.js.map +1 -1
- package/build-module/cover/index.js +1 -0
- package/build-module/cover/index.js.map +1 -1
- package/build-module/cover/overlay-color-settings.native.js +11 -1
- package/build-module/cover/overlay-color-settings.native.js.map +1 -1
- package/build-module/embed/deprecated.js +1 -0
- package/build-module/embed/deprecated.js.map +1 -1
- package/build-module/embed/edit.native.js +24 -21
- package/build-module/embed/edit.native.js.map +1 -1
- package/build-module/embed/embed-controls.native.js +54 -0
- package/build-module/embed/embed-controls.native.js.map +1 -0
- package/build-module/embed/embed-link-settings.native.js +90 -0
- package/build-module/embed/embed-link-settings.native.js.map +1 -0
- package/build-module/embed/embed-loading.js +1 -2
- package/build-module/embed/embed-loading.js.map +1 -1
- package/build-module/embed/embed-placeholder.native.js +9 -2
- package/build-module/embed/embed-placeholder.native.js.map +1 -1
- package/build-module/embed/index.js +1 -0
- package/build-module/embed/index.js.map +1 -1
- package/build-module/embed/transforms.js +1 -0
- package/build-module/embed/transforms.js.map +1 -1
- package/build-module/embed/util.js +1 -0
- package/build-module/embed/util.js.map +1 -1
- package/build-module/file/edit.native.js +4 -2
- package/build-module/file/edit.native.js.map +1 -1
- package/build-module/file/index.js +1 -0
- package/build-module/file/index.js.map +1 -1
- package/build-module/freeform/index.js +1 -0
- package/build-module/freeform/index.js.map +1 -1
- package/build-module/gallery/deprecated.js +4 -0
- package/build-module/gallery/deprecated.js.map +1 -1
- package/build-module/gallery/edit.js +32 -13
- package/build-module/gallery/edit.js.map +1 -1
- package/build-module/gallery/gallery.native.js +1 -1
- package/build-module/gallery/gallery.native.js.map +1 -1
- package/build-module/gallery/index.js +1 -0
- package/build-module/gallery/index.js.map +1 -1
- package/build-module/group/index.js +19 -1
- package/build-module/group/index.js.map +1 -1
- package/build-module/heading/edit.js +3 -1
- package/build-module/heading/edit.js.map +1 -1
- package/build-module/heading/index.js +1 -0
- package/build-module/heading/index.js.map +1 -1
- package/build-module/heading/transforms.js +1 -0
- package/build-module/heading/transforms.js.map +1 -1
- package/build-module/home-link/index.js +1 -0
- package/build-module/home-link/index.js.map +1 -1
- package/build-module/html/index.js +1 -0
- package/build-module/html/index.js.map +1 -1
- package/build-module/image/edit.js +52 -4
- package/build-module/image/edit.js.map +1 -1
- package/build-module/image/edit.native.js +4 -4
- package/build-module/image/edit.native.js.map +1 -1
- package/build-module/image/image.js +16 -5
- package/build-module/image/image.js.map +1 -1
- package/build-module/image/index.js +5 -1
- package/build-module/image/index.js.map +1 -1
- package/build-module/index.js +7 -2
- package/build-module/index.js.map +1 -1
- package/build-module/latest-comments/index.js +1 -0
- package/build-module/latest-comments/index.js.map +1 -1
- package/build-module/latest-posts/deprecated.js +1 -0
- package/build-module/latest-posts/deprecated.js.map +1 -1
- package/build-module/latest-posts/edit.js +1 -1
- package/build-module/latest-posts/edit.js.map +1 -1
- package/build-module/latest-posts/index.js +1 -0
- package/build-module/latest-posts/index.js.map +1 -1
- package/build-module/list/index.js +1 -0
- package/build-module/list/index.js.map +1 -1
- package/build-module/loginout/index.js +1 -0
- package/build-module/loginout/index.js.map +1 -1
- package/build-module/media-text/index.js +1 -0
- package/build-module/media-text/index.js.map +1 -1
- package/build-module/missing/index.js +1 -0
- package/build-module/missing/index.js.map +1 -1
- package/build-module/more/index.js +1 -0
- package/build-module/more/index.js.map +1 -1
- package/build-module/navigation/edit/index.js +43 -11
- package/build-module/navigation/edit/index.js.map +1 -1
- package/build-module/navigation/edit/inner-blocks.js +3 -1
- package/build-module/navigation/edit/inner-blocks.js.map +1 -1
- package/build-module/navigation/edit/navigation-menu-selector.js +39 -4
- package/build-module/navigation/edit/navigation-menu-selector.js.map +1 -1
- package/build-module/navigation/edit/overlay-menu-icon.js +28 -0
- package/build-module/navigation/edit/overlay-menu-icon.js.map +1 -0
- package/build-module/navigation/edit/placeholder/index.js +16 -48
- package/build-module/navigation/edit/placeholder/index.js.map +1 -1
- package/build-module/navigation/edit/responsive-wrapper.js +10 -21
- package/build-module/navigation/edit/responsive-wrapper.js.map +1 -1
- package/build-module/navigation/index.js +10 -1
- package/build-module/navigation/index.js.map +1 -1
- package/build-module/navigation/menu-items-to-blocks.js +4 -1
- package/build-module/navigation/menu-items-to-blocks.js.map +1 -1
- package/build-module/navigation/use-convert-classic-menu.js +47 -0
- package/build-module/navigation/use-convert-classic-menu.js.map +1 -0
- package/build-module/navigation/use-navigation-entities.js +6 -3
- package/build-module/navigation/use-navigation-entities.js.map +1 -1
- package/build-module/navigation-area/edit.js +2 -1
- package/build-module/navigation-area/edit.js.map +1 -1
- package/build-module/navigation-area/index.js +2 -1
- package/build-module/navigation-area/index.js.map +1 -1
- package/build-module/navigation-link/edit.js +7 -0
- package/build-module/navigation-link/edit.js.map +1 -1
- package/build-module/navigation-link/index.js +1 -0
- package/build-module/navigation-link/index.js.map +1 -1
- package/build-module/navigation-submenu/edit.js +4 -1
- package/build-module/navigation-submenu/edit.js.map +1 -1
- package/build-module/navigation-submenu/index.js +1 -0
- package/build-module/navigation-submenu/index.js.map +1 -1
- package/build-module/nextpage/index.js +1 -0
- package/build-module/nextpage/index.js.map +1 -1
- package/build-module/page-list/edit.js +38 -11
- package/build-module/page-list/edit.js.map +1 -1
- package/build-module/page-list/index.js +6 -1
- package/build-module/page-list/index.js.map +1 -1
- package/build-module/paragraph/edit.js +13 -3
- package/build-module/paragraph/edit.js.map +1 -1
- package/build-module/paragraph/index.js +2 -1
- package/build-module/paragraph/index.js.map +1 -1
- package/build-module/paragraph/transforms.js +2 -1
- package/build-module/paragraph/transforms.js.map +1 -1
- package/build-module/pattern/index.js +1 -0
- package/build-module/pattern/index.js.map +1 -1
- package/build-module/post-author/index.js +2 -1
- package/build-module/post-author/index.js.map +1 -1
- package/build-module/post-author-name/edit.js +85 -0
- package/build-module/post-author-name/edit.js.map +1 -0
- package/build-module/post-author-name/index.js +61 -0
- package/build-module/post-author-name/index.js.map +1 -0
- package/build-module/post-comment/index.js +1 -0
- package/build-module/post-comment/index.js.map +1 -1
- package/build-module/post-comments/index.js +1 -0
- package/build-module/post-comments/index.js.map +1 -1
- package/build-module/post-comments-count/index.js +1 -0
- package/build-module/post-comments-count/index.js.map +1 -1
- package/build-module/post-comments-form/index.js +1 -0
- package/build-module/post-comments-form/index.js.map +1 -1
- package/build-module/post-comments-link/index.js +1 -0
- package/build-module/post-comments-link/index.js.map +1 -1
- package/build-module/post-content/index.js +1 -0
- package/build-module/post-content/index.js.map +1 -1
- package/build-module/post-date/index.js +1 -0
- package/build-module/post-date/index.js.map +1 -1
- package/build-module/post-excerpt/edit.js +2 -1
- package/build-module/post-excerpt/edit.js.map +1 -1
- package/build-module/post-excerpt/index.js +3 -0
- package/build-module/post-excerpt/index.js.map +1 -1
- package/build-module/post-excerpt/transforms.js +18 -0
- package/build-module/post-excerpt/transforms.js.map +1 -0
- package/build-module/post-featured-image/dimension-controls.js +76 -31
- package/build-module/post-featured-image/dimension-controls.js.map +1 -1
- package/build-module/post-featured-image/edit.js +54 -22
- package/build-module/post-featured-image/edit.js.map +1 -1
- package/build-module/post-featured-image/index.js +4 -0
- package/build-module/post-featured-image/index.js.map +1 -1
- package/build-module/post-navigation-link/index.js +1 -0
- package/build-module/post-navigation-link/index.js.map +1 -1
- package/build-module/post-template/edit.js +34 -7
- package/build-module/post-template/edit.js.map +1 -1
- package/build-module/post-template/index.js +2 -1
- package/build-module/post-template/index.js.map +1 -1
- package/build-module/post-terms/index.js +1 -0
- package/build-module/post-terms/index.js.map +1 -1
- package/build-module/post-title/index.js +1 -0
- package/build-module/post-title/index.js.map +1 -1
- package/build-module/preformatted/edit.native.js +3 -3
- package/build-module/preformatted/edit.native.js.map +1 -1
- package/build-module/preformatted/index.js +1 -0
- package/build-module/preformatted/index.js.map +1 -1
- package/build-module/pullquote/index.js +8 -1
- package/build-module/pullquote/index.js.map +1 -1
- package/build-module/query/deprecated.js +95 -4
- package/build-module/query/deprecated.js.map +1 -1
- package/build-module/query/edit/index.js +3 -3
- package/build-module/query/edit/index.js.map +1 -1
- package/build-module/query/edit/inspector-controls/author-control.js +89 -0
- package/build-module/query/edit/inspector-controls/author-control.js.map +1 -0
- package/build-module/query/edit/inspector-controls/index.js +149 -0
- package/build-module/query/edit/inspector-controls/index.js.map +1 -0
- package/build-module/query/edit/inspector-controls/order-control.js +45 -0
- package/build-module/query/edit/inspector-controls/order-control.js.map +1 -0
- package/build-module/query/edit/inspector-controls/taxonomy-controls.js +145 -0
- package/build-module/query/edit/inspector-controls/taxonomy-controls.js.map +1 -0
- package/build-module/query/index.js +3 -3
- package/build-module/query/utils.js +43 -35
- package/build-module/query/utils.js.map +1 -1
- package/build-module/query/variations.js +0 -4
- package/build-module/query/variations.js.map +1 -1
- package/build-module/query-pagination/index.js +2 -1
- package/build-module/query-pagination/index.js.map +1 -1
- package/build-module/query-pagination-next/index.js +2 -1
- package/build-module/query-pagination-next/index.js.map +1 -1
- package/build-module/query-pagination-numbers/index.js +2 -1
- package/build-module/query-pagination-numbers/index.js.map +1 -1
- package/build-module/query-pagination-previous/index.js +2 -1
- package/build-module/query-pagination-previous/index.js.map +1 -1
- package/build-module/query-title/index.js +1 -0
- package/build-module/query-title/index.js.map +1 -1
- package/build-module/quote/index.js +1 -0
- package/build-module/quote/index.js.map +1 -1
- package/build-module/rss/index.js +1 -0
- package/build-module/rss/index.js.map +1 -1
- package/build-module/search/edit.js +5 -3
- package/build-module/search/edit.js.map +1 -1
- package/build-module/search/edit.native.js +2 -2
- package/build-module/search/edit.native.js.map +1 -1
- package/build-module/search/index.js +8 -1
- package/build-module/search/index.js.map +1 -1
- package/build-module/separator/index.js +1 -0
- package/build-module/separator/index.js.map +1 -1
- package/build-module/shortcode/index.js +1 -0
- package/build-module/shortcode/index.js.map +1 -1
- package/build-module/site-logo/edit.js +0 -25
- package/build-module/site-logo/edit.js.map +1 -1
- package/build-module/site-logo/index.js +4 -1
- package/build-module/site-logo/index.js.map +1 -1
- package/build-module/site-logo/transforms.js +22 -0
- package/build-module/site-logo/transforms.js.map +1 -0
- package/build-module/site-tagline/index.js +2 -1
- package/build-module/site-tagline/index.js.map +1 -1
- package/build-module/site-title/index.js +3 -0
- package/build-module/site-title/index.js.map +1 -1
- package/build-module/site-title/transforms.js +22 -0
- package/build-module/site-title/transforms.js.map +1 -0
- package/build-module/social-link/index.js +2 -1
- package/build-module/social-link/index.js.map +1 -1
- package/build-module/social-links/edit.js +29 -23
- package/build-module/social-links/edit.js.map +1 -1
- package/build-module/social-links/index.js +2 -1
- package/build-module/social-links/index.js.map +1 -1
- package/build-module/spacer/controls.js +101 -0
- package/build-module/spacer/controls.js.map +1 -0
- package/build-module/spacer/controls.native.js +82 -0
- package/build-module/spacer/controls.native.js.map +1 -0
- package/build-module/spacer/deprecated.js +44 -0
- package/build-module/spacer/deprecated.js.map +1 -0
- package/build-module/spacer/edit.js +114 -95
- package/build-module/spacer/edit.js.map +1 -1
- package/build-module/spacer/edit.native.js +61 -0
- package/build-module/spacer/edit.native.js.map +1 -0
- package/build-module/spacer/index.js +7 -4
- package/build-module/spacer/index.js.map +1 -1
- package/build-module/spacer/save.js +6 -3
- package/build-module/spacer/save.js.map +1 -1
- package/build-module/table/index.js +7 -1
- package/build-module/table/index.js.map +1 -1
- package/build-module/table-of-contents/index.js +1 -0
- package/build-module/table-of-contents/index.js.map +1 -1
- package/build-module/tag-cloud/index.js +1 -0
- package/build-module/tag-cloud/index.js.map +1 -1
- package/build-module/template-part/index.js +1 -0
- package/build-module/template-part/index.js.map +1 -1
- package/build-module/term-description/index.js +1 -0
- package/build-module/term-description/index.js.map +1 -1
- package/build-module/text-columns/index.js +1 -0
- package/build-module/text-columns/index.js.map +1 -1
- package/build-module/verse/index.js +1 -0
- package/build-module/verse/index.js.map +1 -1
- package/build-module/video/index.js +1 -0
- package/build-module/video/index.js.map +1 -1
- package/build-style/audio/editor-rtl.css +11 -0
- package/build-style/audio/editor.css +11 -0
- package/build-style/code/theme-rtl.css +5 -3
- package/build-style/code/theme.css +5 -3
- package/build-style/columns/editor-rtl.css +0 -10
- package/build-style/columns/editor.css +0 -10
- package/build-style/columns/style-rtl.css +8 -21
- package/build-style/columns/style.css +8 -21
- package/build-style/comment-template/style-rtl.css +91 -0
- package/build-style/comment-template/style.css +91 -0
- package/build-style/{home-link/style.css → comments-pagination/editor-rtl.css} +18 -22
- package/build-style/comments-pagination/editor.css +102 -0
- package/build-style/{home-link → comments-pagination}/style-rtl.css +21 -21
- package/build-style/comments-pagination/style.css +106 -0
- package/build-style/comments-pagination-numbers/editor-rtl.css +85 -0
- package/build-style/comments-pagination-numbers/editor.css +86 -0
- package/build-style/comments-query-loop/editor-rtl.css +79 -0
- package/build-style/comments-query-loop/editor.css +79 -0
- package/build-style/common-rtl.css +19 -0
- package/build-style/common.css +19 -0
- package/build-style/cover/style-rtl.css +4 -0
- package/build-style/cover/style.css +4 -0
- package/build-style/editor-rtl.css +96 -58
- package/build-style/editor.css +99 -58
- package/build-style/embed/editor-rtl.css +0 -12
- package/build-style/embed/editor.css +0 -12
- package/build-style/gallery/editor-rtl.css +7 -18
- package/build-style/gallery/editor.css +7 -18
- package/build-style/gallery/style-rtl.css +3 -0
- package/build-style/gallery/style.css +3 -0
- package/build-style/group/theme-rtl.css +1 -1
- package/build-style/group/theme.css +1 -1
- package/build-style/latest-posts/editor-rtl.css +7 -0
- package/build-style/latest-posts/editor.css +7 -0
- package/build-style/latest-posts/style-rtl.css +0 -9
- package/build-style/latest-posts/style.css +0 -9
- package/build-style/navigation/editor-rtl.css +16 -2
- package/build-style/navigation/editor.css +16 -2
- package/build-style/navigation/style-rtl.css +18 -7
- package/build-style/navigation/style.css +18 -7
- package/build-style/page-list/editor-rtl.css +9 -5
- package/build-style/page-list/editor.css +9 -5
- package/build-style/post-comments/style-rtl.css +9 -4
- package/build-style/post-comments/style.css +9 -4
- package/build-style/post-featured-image/editor-rtl.css +0 -7
- package/build-style/post-featured-image/editor.css +0 -7
- package/build-style/post-featured-image/style-rtl.css +1 -1
- package/build-style/post-featured-image/style.css +1 -1
- package/build-style/post-template/style-rtl.css +4 -0
- package/build-style/post-template/style.css +4 -0
- package/build-style/post-title/style-rtl.css +3 -0
- package/build-style/post-title/style.css +3 -0
- package/build-style/pullquote/style-rtl.css +1 -0
- package/build-style/pullquote/style.css +1 -0
- package/build-style/query-pagination/editor-rtl.css +0 -4
- package/build-style/query-pagination/editor.css +0 -4
- package/build-style/social-links/editor-rtl.css +3 -0
- package/build-style/social-links/editor.css +3 -0
- package/build-style/social-links/style-rtl.css +1 -0
- package/build-style/social-links/style.css +1 -0
- package/build-style/spacer/editor-rtl.css +4 -0
- package/build-style/spacer/editor.css +4 -0
- package/build-style/style-rtl.css +141 -87
- package/build-style/style.css +143 -87
- package/build-style/table/style-rtl.css +1 -0
- package/build-style/table/style.css +1 -0
- package/build-style/tag-cloud/style-rtl.css +8 -0
- package/build-style/tag-cloud/style.css +8 -0
- package/build-style/theme-rtl.css +6 -4
- package/build-style/theme.css +6 -4
- package/package.json +31 -31
- package/src/archives/block.json +1 -0
- package/src/archives/index.php +5 -9
- package/src/audio/block.json +1 -0
- package/src/audio/edit.js +18 -2
- package/src/audio/editor.scss +14 -0
- package/src/audio/test/__snapshots__/edit.native.js.snap +22 -0
- package/src/audio/test/edit.native.js +24 -11
- package/src/block/block.json +1 -0
- package/src/block/index.php +7 -2
- package/src/block/test/edit.native.js +10 -12
- package/src/button/block.json +5 -1
- package/src/button/edit.native.js +1 -1
- package/src/buttons/block.json +2 -1
- package/src/buttons/edit.js +17 -0
- package/src/buttons/edit.native.js +17 -5
- package/src/buttons/test/__snapshots__/edit.native.js.snap +27 -0
- package/src/buttons/test/edit.native.js +75 -45
- package/src/calendar/block.json +1 -0
- package/src/calendar/index.php +35 -39
- package/src/categories/block.json +1 -0
- package/src/categories/index.php +1 -1
- package/src/code/block.json +6 -1
- package/src/code/theme.scss +6 -4
- package/src/column/block.json +1 -0
- package/src/columns/block.json +11 -0
- package/src/columns/editor.scss +0 -15
- package/src/columns/style.scss +15 -36
- package/src/comment-author-avatar/block.json +7 -2
- package/src/comment-author-avatar/edit.js +9 -2
- package/src/comment-author-avatar/index.php +25 -6
- package/src/comment-author-name/block.json +1 -0
- package/src/comment-content/block.json +1 -0
- package/src/comment-date/block.json +1 -0
- package/src/comment-date/index.php +2 -2
- package/src/comment-edit-link/block.json +1 -0
- package/src/comment-edit-link/index.js +1 -1
- package/src/comment-reply-link/block.json +1 -0
- package/src/comment-template/block.json +4 -2
- package/src/comment-template/edit.js +127 -42
- package/src/comment-template/index.php +46 -19
- package/src/comment-template/style.scss +17 -0
- package/src/comment-template/test/index.js +45 -0
- package/src/comment-template/util.js +56 -0
- package/src/comments-pagination/block.json +37 -0
- package/src/comments-pagination/comments-pagination-arrow-controls.js +44 -0
- package/src/comments-pagination/edit.js +83 -0
- package/src/comments-pagination/editor.scss +34 -0
- package/src/comments-pagination/index.js +20 -0
- package/src/comments-pagination/index.php +39 -0
- package/src/comments-pagination/save.js +8 -0
- package/src/comments-pagination/style.scss +38 -0
- package/src/comments-pagination-next/block.json +35 -0
- package/src/comments-pagination-next/edit.js +44 -0
- package/src/comments-pagination-next/index.js +18 -0
- package/src/comments-pagination-next/index.php +62 -0
- package/src/comments-pagination-numbers/block.json +15 -0
- package/src/comments-pagination-numbers/edit.js +22 -0
- package/src/comments-pagination-numbers/editor.scss +12 -0
- package/src/comments-pagination-numbers/index.js +18 -0
- package/src/comments-pagination-numbers/index.php +69 -0
- package/src/comments-pagination-previous/block.json +35 -0
- package/src/comments-pagination-previous/edit.js +44 -0
- package/src/comments-pagination-previous/index.js +18 -0
- package/src/comments-pagination-previous/index.php +52 -0
- package/src/comments-query-loop/block.json +15 -7
- package/src/comments-query-loop/edit/comments-inspector-controls.js +93 -0
- package/src/comments-query-loop/edit.js +22 -27
- package/src/comments-query-loop/editor.scss +3 -0
- package/src/common.scss +19 -0
- package/src/cover/block.json +1 -0
- package/src/cover/edit.js +1 -0
- package/src/cover/edit.native.js +35 -19
- package/src/cover/overlay-color-settings.native.js +10 -0
- package/src/cover/style.scss +4 -0
- package/src/cover/test/__snapshots__/edit.native.js.snap +33 -0
- package/src/cover/test/edit.native.js +280 -17
- package/src/editor.scss +3 -0
- package/src/embed/block.json +1 -0
- package/src/embed/edit.native.js +23 -18
- package/src/embed/editor.scss +0 -15
- package/src/embed/embed-controls.native.js +65 -0
- package/src/embed/embed-link-settings.native.js +100 -0
- package/src/embed/embed-loading.js +0 -2
- package/src/embed/embed-placeholder.native.js +8 -0
- package/src/embed/test/__snapshots__/index.native.js.snap +10 -0
- package/src/embed/test/index.native.js +236 -95
- package/src/file/block.json +1 -0
- package/src/file/edit.native.js +6 -2
- package/src/file/index.php +2 -2
- package/src/file/test/__snapshots__/edit.native.js.snap +18 -5
- package/src/file/test/edit.native.js +30 -12
- package/src/freeform/block.json +1 -0
- package/src/gallery/block.json +1 -0
- package/src/gallery/deprecated.js +4 -0
- package/src/gallery/edit.js +42 -11
- package/src/gallery/editor.scss +8 -22
- package/src/gallery/gallery.native.js +1 -1
- package/src/gallery/style.scss +4 -0
- package/src/gallery/test/use-get-new-images.js +93 -0
- package/src/group/block.json +19 -1
- package/src/group/theme.scss +4 -5
- package/src/heading/block.json +1 -0
- package/src/heading/edit.js +2 -1
- package/src/home-link/block.json +1 -0
- package/src/home-link/index.php +3 -3
- package/src/html/block.json +1 -0
- package/src/image/block.json +5 -1
- package/src/image/edit.js +44 -0
- package/src/image/edit.native.js +4 -4
- package/src/image/image.js +14 -3
- package/src/image/index.php +2 -2
- package/src/image/test/edit.native.js +27 -7
- package/src/index.js +10 -0
- package/src/latest-comments/block.json +1 -0
- package/src/latest-comments/index.php +5 -5
- package/src/latest-posts/block.json +1 -0
- package/src/latest-posts/edit.js +1 -1
- package/src/latest-posts/editor.scss +10 -0
- package/src/latest-posts/index.php +14 -12
- package/src/latest-posts/style.scss +0 -12
- package/src/list/block.json +1 -0
- package/src/list/test/edit.native.js +3 -3
- package/src/loginout/block.json +1 -0
- package/src/media-text/block.json +1 -0
- package/src/missing/block.json +1 -0
- package/src/missing/test/__snapshots__/edit.native.js.snap +5 -0
- package/src/missing/test/edit-integration.native.js +2 -2
- package/src/missing/test/edit.native.js +26 -30
- package/src/more/block.json +1 -0
- package/src/navigation/README.md +13 -0
- package/src/navigation/block.json +12 -10
- package/src/navigation/edit/index.js +80 -22
- package/src/navigation/edit/inner-blocks.js +3 -1
- package/src/navigation/edit/navigation-menu-selector.js +65 -15
- package/src/navigation/edit/overlay-menu-icon.js +21 -0
- package/src/navigation/edit/placeholder/index.js +29 -53
- package/src/navigation/edit/responsive-wrapper.js +12 -13
- package/src/navigation/editor.scss +18 -3
- package/src/navigation/index.php +17 -10
- package/src/navigation/menu-items-to-blocks.js +2 -1
- package/src/navigation/style.scss +24 -7
- package/src/navigation/use-convert-classic-menu.js +58 -0
- package/src/navigation/use-navigation-entities.js +3 -1
- package/src/navigation-area/block.json +3 -7
- package/src/navigation-area/edit.js +2 -1
- package/src/navigation-link/block.json +2 -3
- package/src/navigation-link/edit.js +5 -0
- package/src/navigation-link/index.php +3 -3
- package/src/navigation-submenu/block.json +2 -3
- package/src/navigation-submenu/edit.js +3 -1
- package/src/navigation-submenu/index.php +7 -7
- package/src/nextpage/block.json +1 -0
- package/src/page-list/block.json +4 -0
- package/src/page-list/edit.js +47 -9
- package/src/page-list/editor.scss +8 -5
- package/src/page-list/index.php +15 -10
- package/src/paragraph/block.json +2 -1
- package/src/paragraph/edit.js +12 -4
- package/src/paragraph/test/edit.native.js +4 -13
- package/src/pattern/block.json +1 -0
- package/src/post-author/block.json +2 -1
- package/src/post-author/index.php +1 -1
- package/src/post-author-name/block.json +43 -0
- package/src/post-author-name/edit.js +95 -0
- package/src/post-author-name/index.js +18 -0
- package/src/post-author-name/index.php +49 -0
- package/src/post-comment/block.json +1 -0
- package/src/post-comments/block.json +1 -0
- package/src/post-comments/style.scss +10 -4
- package/src/post-comments-count/block.json +1 -0
- package/src/post-comments-form/block.json +6 -1
- package/src/post-comments-link/block.json +1 -0
- package/src/post-comments-link/index.php +7 -7
- package/src/post-content/block.json +1 -0
- package/src/post-content/index.php +1 -1
- package/src/post-date/block.json +1 -0
- package/src/post-date/index.php +2 -2
- package/src/post-excerpt/block.json +1 -0
- package/src/post-excerpt/edit.js +1 -0
- package/src/post-excerpt/index.js +2 -0
- package/src/post-excerpt/index.php +1 -1
- package/src/post-excerpt/transforms.js +23 -0
- package/src/post-featured-image/block.json +4 -0
- package/src/post-featured-image/dimension-controls.js +103 -51
- package/src/post-featured-image/edit.js +61 -22
- package/src/post-featured-image/editor.scss +0 -8
- package/src/post-featured-image/index.php +3 -2
- package/src/post-featured-image/style.scss +1 -1
- package/src/post-navigation-link/block.json +1 -0
- package/src/post-navigation-link/index.php +4 -4
- package/src/post-template/block.json +2 -1
- package/src/post-template/edit.js +27 -7
- package/src/post-template/index.php +2 -2
- package/src/post-template/style.scss +5 -0
- package/src/post-terms/block.json +1 -0
- package/src/post-terms/index.php +1 -1
- package/src/post-title/block.json +1 -0
- package/src/post-title/index.php +1 -1
- package/src/post-title/style.scss +6 -2
- package/src/preformatted/block.json +1 -0
- package/src/preformatted/edit.native.js +4 -4
- package/src/preformatted/test/__snapshots__/edit.native.js.snap +53 -14
- package/src/preformatted/test/edit.native.js +11 -10
- package/src/pullquote/block.json +8 -1
- package/src/pullquote/style.scss +1 -0
- package/src/query/block.json +3 -3
- package/src/query/deprecated.js +80 -3
- package/src/query/edit/index.js +3 -3
- package/src/query/edit/inspector-controls/author-control.js +78 -0
- package/src/query/edit/inspector-controls/index.js +163 -0
- package/src/query/edit/inspector-controls/order-control.js +41 -0
- package/src/query/edit/inspector-controls/taxonomy-controls.js +118 -0
- package/src/query/test/utils.js +6 -4
- package/src/query/utils.js +45 -35
- package/src/query/variations.js +0 -4
- package/src/query-pagination/block.json +2 -1
- package/src/query-pagination/editor.scss +0 -4
- package/src/query-pagination-next/block.json +2 -1
- package/src/query-pagination-next/index.php +2 -1
- package/src/query-pagination-numbers/block.json +2 -1
- package/src/query-pagination-previous/block.json +2 -1
- package/src/query-pagination-previous/index.php +2 -1
- package/src/query-title/block.json +1 -0
- package/src/quote/block.json +1 -0
- package/src/rss/block.json +1 -0
- package/src/search/block.json +8 -1
- package/src/search/edit.js +2 -1
- package/src/search/edit.native.js +2 -5
- package/src/search/index.php +21 -11
- package/src/search/test/__snapshots__/edit.native.js.snap +7 -15
- package/src/search/test/edit.native.js +32 -24
- package/src/separator/block.json +1 -0
- package/src/shortcode/block.json +1 -0
- package/src/site-logo/block.json +1 -0
- package/src/site-logo/edit.js +1 -32
- package/src/site-logo/index.js +2 -0
- package/src/site-logo/index.php +1 -1
- package/src/site-logo/transforms.js +21 -0
- package/src/site-tagline/block.json +2 -1
- package/src/site-tagline/index.php +1 -1
- package/src/site-title/block.json +1 -0
- package/src/site-title/index.js +2 -0
- package/src/site-title/index.php +4 -4
- package/src/site-title/transforms.js +21 -0
- package/src/social-link/block.json +2 -1
- package/src/social-link/index.php +3 -3
- package/src/social-links/block.json +3 -8
- package/src/social-links/edit.js +29 -26
- package/src/social-links/editor.scss +7 -0
- package/src/social-links/style.scss +3 -0
- package/src/spacer/block.json +4 -3
- package/src/spacer/controls.js +108 -0
- package/src/spacer/controls.native.js +82 -0
- package/src/spacer/deprecated.js +41 -0
- package/src/spacer/edit.js +133 -132
- package/src/spacer/edit.native.js +68 -0
- package/src/spacer/editor.scss +6 -0
- package/src/spacer/index.js +2 -0
- package/src/spacer/save.js +5 -2
- package/src/style.scss +3 -2
- package/src/table/block.json +7 -1
- package/src/table/style.scss +1 -0
- package/src/table-of-contents/block.json +1 -0
- package/src/table-of-contents/index.php +3 -3
- package/src/tag-cloud/block.json +1 -0
- package/src/tag-cloud/index.php +9 -0
- package/src/tag-cloud/style.scss +9 -0
- package/src/template-part/block.json +1 -0
- package/src/template-part/index.php +6 -6
- package/src/term-description/block.json +1 -0
- package/src/text-columns/block.json +1 -0
- package/src/verse/block.json +1 -0
- package/src/verse/test/edit.native.js +7 -10
- package/src/video/block.json +1 -0
- package/build/comments-query-loop/toolbar.js +0 -58
- package/build/comments-query-loop/toolbar.js.map +0 -1
- package/build/embed/embed-bottom-sheet.native.js +0 -85
- package/build/embed/embed-bottom-sheet.native.js.map +0 -1
- package/build/query/edit/query-inspector-controls.js +0 -275
- package/build/query/edit/query-inspector-controls.js.map +0 -1
- package/build-module/comments-query-loop/toolbar.js +0 -48
- package/build-module/comments-query-loop/toolbar.js.map +0 -1
- package/build-module/embed/embed-bottom-sheet.native.js +0 -74
- package/build-module/embed/embed-bottom-sheet.native.js.map +0 -1
- package/build-module/query/edit/query-inspector-controls.js +0 -261
- package/build-module/query/edit/query-inspector-controls.js.map +0 -1
- package/src/comments-query-loop/toolbar.js +0 -57
- package/src/embed/embed-bottom-sheet.native.js +0 -78
- package/src/home-link/style.scss +0 -51
- package/src/query/edit/query-inspector-controls.js +0 -281
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Colors
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Breakpoints & Media Queries
|
|
6
|
+
*/
|
|
7
|
+
/**
|
|
8
|
+
* SCSS Variables.
|
|
9
|
+
*
|
|
10
|
+
* Please use variables from this sheet to ensure consistency across the UI.
|
|
11
|
+
* Don't add to this sheet unless you're pretty sure the value will be reused in many places.
|
|
12
|
+
* For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
* Colors
|
|
16
|
+
*/
|
|
17
|
+
/**
|
|
18
|
+
* Fonts & basic variables.
|
|
19
|
+
*/
|
|
20
|
+
/**
|
|
21
|
+
* Grid System.
|
|
22
|
+
* https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
|
|
23
|
+
*/
|
|
24
|
+
/**
|
|
25
|
+
* Dimensions.
|
|
26
|
+
*/
|
|
27
|
+
/**
|
|
28
|
+
* Shadows.
|
|
29
|
+
*/
|
|
30
|
+
/**
|
|
31
|
+
* Editor widths.
|
|
32
|
+
*/
|
|
33
|
+
/**
|
|
34
|
+
* Block & Editor UI.
|
|
35
|
+
*/
|
|
36
|
+
/**
|
|
37
|
+
* Block paddings.
|
|
38
|
+
*/
|
|
39
|
+
/**
|
|
40
|
+
* React Native specific.
|
|
41
|
+
* These variables do not appear to be used anywhere else.
|
|
42
|
+
*/
|
|
43
|
+
/**
|
|
44
|
+
* Converts a hex value into the rgb equivalent.
|
|
45
|
+
*
|
|
46
|
+
* @param {string} hex - the hexadecimal value to convert
|
|
47
|
+
* @return {string} comma separated rgb values
|
|
48
|
+
*/
|
|
49
|
+
/**
|
|
50
|
+
* Breakpoint mixins
|
|
51
|
+
*/
|
|
52
|
+
/**
|
|
53
|
+
* Long content fade mixin
|
|
54
|
+
*
|
|
55
|
+
* Creates a fading overlay to signify that the content is longer
|
|
56
|
+
* than the space allows.
|
|
57
|
+
*/
|
|
58
|
+
/**
|
|
59
|
+
* Focus styles.
|
|
60
|
+
*/
|
|
61
|
+
/**
|
|
62
|
+
* Applies editor left position to the selector passed as argument
|
|
63
|
+
*/
|
|
64
|
+
/**
|
|
65
|
+
* Styles that are reused verbatim in a few places
|
|
66
|
+
*/
|
|
67
|
+
/**
|
|
68
|
+
* Allows users to opt-out of animations via OS-level preferences.
|
|
69
|
+
*/
|
|
70
|
+
/**
|
|
71
|
+
* Reset default styles for JavaScript UI based pages.
|
|
72
|
+
* This is a WP-admin agnostic reset
|
|
73
|
+
*/
|
|
74
|
+
/**
|
|
75
|
+
* Reset the WP Admin page styles for Gutenberg-like pages.
|
|
76
|
+
*/
|
|
77
|
+
.block-library-comments-toolbar__popover .components-popover__content {
|
|
78
|
+
min-width: 230px;
|
|
79
|
+
}
|
|
@@ -215,4 +215,23 @@
|
|
|
215
215
|
top: 5px;
|
|
216
216
|
width: auto;
|
|
217
217
|
z-index: 100000;
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
/**
|
|
221
|
+
* The following provide a simple means of applying a default border style when
|
|
222
|
+
* a user first makes a selection in the border block support panel.
|
|
223
|
+
* This prevents issues such as where the user could set a border width
|
|
224
|
+
* and see no border due there being no border style set.
|
|
225
|
+
*
|
|
226
|
+
* This is intended to be removed once intelligent defaults can be set while
|
|
227
|
+
* making border selections via the block support.
|
|
228
|
+
*
|
|
229
|
+
* See: https://github.com/WordPress/gutenberg/pull/33743
|
|
230
|
+
*/
|
|
231
|
+
html :where(.has-border-color) {
|
|
232
|
+
border-style: solid;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
html :where([style*="border-width"]) {
|
|
236
|
+
border-style: solid;
|
|
218
237
|
}
|
package/build-style/common.css
CHANGED
|
@@ -217,4 +217,23 @@
|
|
|
217
217
|
top: 5px;
|
|
218
218
|
width: auto;
|
|
219
219
|
z-index: 100000;
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
/**
|
|
223
|
+
* The following provide a simple means of applying a default border style when
|
|
224
|
+
* a user first makes a selection in the border block support panel.
|
|
225
|
+
* This prevents issues such as where the user could set a border width
|
|
226
|
+
* and see no border due there being no border style set.
|
|
227
|
+
*
|
|
228
|
+
* This is intended to be removed once intelligent defaults can be set while
|
|
229
|
+
* making border selections via the block support.
|
|
230
|
+
*
|
|
231
|
+
* See: https://github.com/WordPress/gutenberg/pull/33743
|
|
232
|
+
*/
|
|
233
|
+
html :where(.has-border-color) {
|
|
234
|
+
border-style: solid;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
html :where([style*="border-width"]) {
|
|
238
|
+
border-style: solid;
|
|
220
239
|
}
|
|
@@ -189,6 +189,10 @@
|
|
|
189
189
|
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
|
|
190
190
|
opacity: 1;
|
|
191
191
|
}
|
|
192
|
+
.wp-block-cover-image .block-library-cover__padding-visualizer,
|
|
193
|
+
.wp-block-cover .block-library-cover__padding-visualizer {
|
|
194
|
+
z-index: 2;
|
|
195
|
+
}
|
|
192
196
|
.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright,
|
|
193
197
|
.wp-block-cover.alignleft,
|
|
194
198
|
.wp-block-cover.alignright {
|
|
@@ -189,6 +189,10 @@
|
|
|
189
189
|
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
|
|
190
190
|
opacity: 1;
|
|
191
191
|
}
|
|
192
|
+
.wp-block-cover-image .block-library-cover__padding-visualizer,
|
|
193
|
+
.wp-block-cover .block-library-cover__padding-visualizer {
|
|
194
|
+
z-index: 2;
|
|
195
|
+
}
|
|
192
196
|
.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright,
|
|
193
197
|
.wp-block-cover.alignleft,
|
|
194
198
|
.wp-block-cover.alignright {
|
|
@@ -81,6 +81,17 @@ ul.wp-block-archives {
|
|
|
81
81
|
.wp-block-audio {
|
|
82
82
|
margin-right: 0;
|
|
83
83
|
margin-left: 0;
|
|
84
|
+
position: relative;
|
|
85
|
+
}
|
|
86
|
+
.wp-block-audio.is-transient audio {
|
|
87
|
+
opacity: 0.3;
|
|
88
|
+
}
|
|
89
|
+
.wp-block-audio .components-spinner {
|
|
90
|
+
position: absolute;
|
|
91
|
+
top: 50%;
|
|
92
|
+
right: 50%;
|
|
93
|
+
margin-top: -9px;
|
|
94
|
+
margin-right: -9px;
|
|
84
95
|
}
|
|
85
96
|
|
|
86
97
|
.edit-post-visual-editor .block-library-block__reusable-block-container .is-root-container {
|
|
@@ -219,21 +230,50 @@ div[data-type="core/button"] {
|
|
|
219
230
|
margin-left: 0;
|
|
220
231
|
}
|
|
221
232
|
|
|
222
|
-
@media (min-width: 600px) {
|
|
223
|
-
.editor-styles-wrapper .block-editor-block-list__block.wp-block-column:nth-child(even) {
|
|
224
|
-
margin-right: var(--wp--style--block-gap, 2em);
|
|
225
|
-
}
|
|
226
|
-
}
|
|
227
|
-
@media (min-width: 782px) {
|
|
228
|
-
.editor-styles-wrapper .block-editor-block-list__block.wp-block-column:not(:first-child) {
|
|
229
|
-
margin-right: var(--wp--style--block-gap, 2em);
|
|
230
|
-
}
|
|
231
|
-
}
|
|
232
233
|
html :where(.wp-block-column) {
|
|
233
234
|
margin-top: 0;
|
|
234
235
|
margin-bottom: 0;
|
|
235
236
|
}
|
|
236
237
|
|
|
238
|
+
.block-library-comments-toolbar__popover .components-popover__content {
|
|
239
|
+
min-width: 230px;
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
.wp-block[data-align=center] > .wp-block-comments-pagination {
|
|
243
|
+
justify-content: center;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
.editor-styles-wrapper .wp-block-comments-pagination {
|
|
247
|
+
max-width: 100%;
|
|
248
|
+
}
|
|
249
|
+
.editor-styles-wrapper .wp-block-comments-pagination.block-editor-block-list__layout {
|
|
250
|
+
margin: 0;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
.wp-block-comments-pagination > .wp-block-comments-pagination-next,
|
|
254
|
+
.wp-block-comments-pagination > .wp-block-comments-pagination-previous,
|
|
255
|
+
.wp-block-comments-pagination > .wp-block-comments-pagination-numbers {
|
|
256
|
+
margin-right: 0;
|
|
257
|
+
margin-top: 0.5em;
|
|
258
|
+
margin-right: 0.5em;
|
|
259
|
+
margin-bottom: 0.5em;
|
|
260
|
+
}
|
|
261
|
+
.wp-block-comments-pagination > .wp-block-comments-pagination-next:last-child,
|
|
262
|
+
.wp-block-comments-pagination > .wp-block-comments-pagination-previous:last-child,
|
|
263
|
+
.wp-block-comments-pagination > .wp-block-comments-pagination-numbers:last-child {
|
|
264
|
+
margin-right: 0;
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
.wp-block-comments-pagination-numbers a {
|
|
268
|
+
text-decoration: underline;
|
|
269
|
+
}
|
|
270
|
+
.wp-block-comments-pagination-numbers .page-numbers {
|
|
271
|
+
margin-left: 2px;
|
|
272
|
+
}
|
|
273
|
+
.wp-block-comments-pagination-numbers .page-numbers:last-child {
|
|
274
|
+
margin-right: 0;
|
|
275
|
+
}
|
|
276
|
+
|
|
237
277
|
.wp-block-cover {
|
|
238
278
|
/* Extra specificity needed because the reset.css applied in the editor context is overriding this rule. */
|
|
239
279
|
}
|
|
@@ -321,19 +361,7 @@ html :where(.wp-block-column) {
|
|
|
321
361
|
}
|
|
322
362
|
.wp-block-embed.is-loading {
|
|
323
363
|
display: flex;
|
|
324
|
-
flex-direction: column;
|
|
325
|
-
align-items: center;
|
|
326
364
|
justify-content: center;
|
|
327
|
-
padding: 1em;
|
|
328
|
-
min-height: 200px;
|
|
329
|
-
text-align: center;
|
|
330
|
-
border-radius: 2px;
|
|
331
|
-
background-color: #fff;
|
|
332
|
-
box-shadow: inset 0 0 0 1px #1e1e1e;
|
|
333
|
-
}
|
|
334
|
-
.wp-block-embed.is-loading p {
|
|
335
|
-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
336
|
-
font-size: 13px;
|
|
337
365
|
}
|
|
338
366
|
.wp-block-embed .components-placeholder__error {
|
|
339
367
|
word-break: break-word;
|
|
@@ -755,18 +783,6 @@ figure.wp-block-gallery .block-editor-media-placeholder.is-appender .block-edito
|
|
|
755
783
|
figure.wp-block-gallery .block-editor-media-placeholder {
|
|
756
784
|
margin: 0;
|
|
757
785
|
}
|
|
758
|
-
figure.wp-block-gallery .block-editor-media-placeholder::before {
|
|
759
|
-
box-shadow: 0 0 0 1px #fff inset, 0 0 0 3px var(--wp-admin-theme-color) inset;
|
|
760
|
-
content: "";
|
|
761
|
-
outline: 2px solid transparent;
|
|
762
|
-
position: absolute;
|
|
763
|
-
top: 0;
|
|
764
|
-
left: 0;
|
|
765
|
-
bottom: 0;
|
|
766
|
-
right: 0;
|
|
767
|
-
z-index: 1;
|
|
768
|
-
pointer-events: none;
|
|
769
|
-
}
|
|
770
786
|
figure.wp-block-gallery .block-editor-media-placeholder .components-placeholder__label {
|
|
771
787
|
display: flex;
|
|
772
788
|
}
|
|
@@ -884,15 +900,16 @@ figure.wp-block-gallery .components-spinner {
|
|
|
884
900
|
margin: 0;
|
|
885
901
|
}
|
|
886
902
|
|
|
887
|
-
|
|
888
|
-
|
|
903
|
+
@media (min-width: 600px) {
|
|
904
|
+
.wp-block-update-gallery-modal {
|
|
905
|
+
max-width: 480px;
|
|
906
|
+
}
|
|
889
907
|
}
|
|
890
|
-
|
|
908
|
+
|
|
909
|
+
.wp-block-update-gallery-modal-buttons {
|
|
891
910
|
display: flex;
|
|
892
911
|
justify-content: flex-end;
|
|
893
|
-
|
|
894
|
-
.wp-block-update-gallery-modal .wp-block-update-gallery-modal-buttons .components-button {
|
|
895
|
-
margin-right: 12px;
|
|
912
|
+
gap: 12px;
|
|
896
913
|
}
|
|
897
914
|
|
|
898
915
|
/**
|
|
@@ -1099,6 +1116,13 @@ figure.wp-block-image:not(.wp-block) {
|
|
|
1099
1116
|
margin-bottom: 20px;
|
|
1100
1117
|
}
|
|
1101
1118
|
|
|
1119
|
+
.editor-latest-posts-image-alignment-control .components-base-control__label {
|
|
1120
|
+
display: block;
|
|
1121
|
+
}
|
|
1122
|
+
.editor-latest-posts-image-alignment-control .components-toolbar {
|
|
1123
|
+
border-radius: 2px;
|
|
1124
|
+
}
|
|
1125
|
+
|
|
1102
1126
|
.wp-block-media-text__media {
|
|
1103
1127
|
position: relative;
|
|
1104
1128
|
}
|
|
@@ -1182,8 +1206,7 @@ figure.wp-block-image:not(.wp-block) {
|
|
|
1182
1206
|
padding-right: 0;
|
|
1183
1207
|
}
|
|
1184
1208
|
.editor-styles-wrapper .wp-block-navigation .wp-block-navigation-item.wp-block {
|
|
1185
|
-
margin
|
|
1186
|
-
margin-left: revert;
|
|
1209
|
+
margin: revert;
|
|
1187
1210
|
}
|
|
1188
1211
|
|
|
1189
1212
|
.wp-block-navigation-item__label {
|
|
@@ -1593,6 +1616,21 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
|
|
1593
1616
|
margin-bottom: 16px;
|
|
1594
1617
|
}
|
|
1595
1618
|
|
|
1619
|
+
.wp-block-navigation__overlay-menu-preview {
|
|
1620
|
+
display: flex;
|
|
1621
|
+
align-items: center;
|
|
1622
|
+
width: 100%;
|
|
1623
|
+
background-color: #f0f0f0;
|
|
1624
|
+
padding: 0 24px;
|
|
1625
|
+
height: 64px;
|
|
1626
|
+
margin-bottom: 12px;
|
|
1627
|
+
}
|
|
1628
|
+
.wp-block-navigation__overlay-menu-preview.open {
|
|
1629
|
+
box-shadow: inset 0 0 0 1px #e0e0e0;
|
|
1630
|
+
outline: 1px solid transparent;
|
|
1631
|
+
background-color: #fff;
|
|
1632
|
+
}
|
|
1633
|
+
|
|
1596
1634
|
/**
|
|
1597
1635
|
* Submenus.
|
|
1598
1636
|
*/
|
|
@@ -1773,16 +1811,16 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
|
|
1773
1811
|
margin: 0.5em;
|
|
1774
1812
|
}
|
|
1775
1813
|
|
|
1776
|
-
|
|
1777
|
-
|
|
1814
|
+
@media (min-width: 600px) {
|
|
1815
|
+
.wp-block-page-list-modal {
|
|
1816
|
+
max-width: 480px;
|
|
1817
|
+
}
|
|
1778
1818
|
}
|
|
1779
1819
|
|
|
1780
1820
|
.wp-block-page-list-modal-buttons {
|
|
1781
1821
|
display: flex;
|
|
1782
1822
|
justify-content: flex-end;
|
|
1783
|
-
|
|
1784
|
-
.wp-block-page-list-modal-buttons .components-button {
|
|
1785
|
-
margin-right: 12px;
|
|
1823
|
+
gap: 12px;
|
|
1786
1824
|
}
|
|
1787
1825
|
|
|
1788
1826
|
.wp-block-page-list .open-on-click:focus-within > .wp-block-navigation__submenu-container {
|
|
@@ -1793,6 +1831,10 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
|
|
1793
1831
|
min-width: 200px;
|
|
1794
1832
|
}
|
|
1795
1833
|
|
|
1834
|
+
.wp-block-page-list .components-notice {
|
|
1835
|
+
margin-right: 0;
|
|
1836
|
+
}
|
|
1837
|
+
|
|
1796
1838
|
.block-editor-block-list__block[data-type="core/paragraph"].has-drop-cap:focus {
|
|
1797
1839
|
min-height: auto !important;
|
|
1798
1840
|
}
|
|
@@ -2085,6 +2127,9 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
|
|
2085
2127
|
display: inline-block;
|
|
2086
2128
|
margin-right: 8px;
|
|
2087
2129
|
}
|
|
2130
|
+
.wp-block-social-links.wp-block-social-links {
|
|
2131
|
+
background: none;
|
|
2132
|
+
}
|
|
2088
2133
|
|
|
2089
2134
|
.wp-social-link:hover {
|
|
2090
2135
|
transform: none;
|
|
@@ -2191,6 +2236,10 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
|
|
2191
2236
|
.block-library-spacer__resize-container {
|
|
2192
2237
|
clear: both;
|
|
2193
2238
|
}
|
|
2239
|
+
.block-library-spacer__resize-container:not(.is-resizing) {
|
|
2240
|
+
height: 100% !important;
|
|
2241
|
+
width: 100% !important;
|
|
2242
|
+
}
|
|
2194
2243
|
.block-library-spacer__resize-container .components-resizable-box__handle::before {
|
|
2195
2244
|
content: none;
|
|
2196
2245
|
}
|
|
@@ -2459,10 +2508,6 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
|
|
2459
2508
|
margin: 0;
|
|
2460
2509
|
}
|
|
2461
2510
|
|
|
2462
|
-
.block-library-query-pagination-toolbar__popover .components-popover__content {
|
|
2463
|
-
min-width: 230px;
|
|
2464
|
-
}
|
|
2465
|
-
|
|
2466
2511
|
.wp-block-query-pagination > .wp-block-query-pagination-next,
|
|
2467
2512
|
.wp-block-query-pagination > .wp-block-query-pagination-previous,
|
|
2468
2513
|
.wp-block-query-pagination > .wp-block-query-pagination-numbers {
|
|
@@ -2595,13 +2640,6 @@ div[data-type="core/post-featured-image"] img {
|
|
|
2595
2640
|
display: block;
|
|
2596
2641
|
}
|
|
2597
2642
|
|
|
2598
|
-
.block-library-post-featured-image-dimension-controls {
|
|
2599
|
-
margin-bottom: 8px;
|
|
2600
|
-
}
|
|
2601
|
-
.block-library-post-featured-image-dimension-controls.scale-control-is-visible {
|
|
2602
|
-
margin-bottom: 16px;
|
|
2603
|
-
}
|
|
2604
|
-
|
|
2605
2643
|
:root .editor-styles-wrapper {
|
|
2606
2644
|
/*
|
|
2607
2645
|
* Our classes uses the same values we set for gradient value attributes,
|
package/build-style/editor.css
CHANGED
|
@@ -81,6 +81,17 @@ ul.wp-block-archives {
|
|
|
81
81
|
.wp-block-audio {
|
|
82
82
|
margin-left: 0;
|
|
83
83
|
margin-right: 0;
|
|
84
|
+
position: relative;
|
|
85
|
+
}
|
|
86
|
+
.wp-block-audio.is-transient audio {
|
|
87
|
+
opacity: 0.3;
|
|
88
|
+
}
|
|
89
|
+
.wp-block-audio .components-spinner {
|
|
90
|
+
position: absolute;
|
|
91
|
+
top: 50%;
|
|
92
|
+
left: 50%;
|
|
93
|
+
margin-top: -9px;
|
|
94
|
+
margin-left: -9px;
|
|
84
95
|
}
|
|
85
96
|
|
|
86
97
|
.edit-post-visual-editor .block-library-block__reusable-block-container .is-root-container {
|
|
@@ -220,21 +231,53 @@ div[data-type="core/button"] {
|
|
|
220
231
|
margin-right: 0;
|
|
221
232
|
}
|
|
222
233
|
|
|
223
|
-
@media (min-width: 600px) {
|
|
224
|
-
.editor-styles-wrapper .block-editor-block-list__block.wp-block-column:nth-child(even) {
|
|
225
|
-
margin-left: var(--wp--style--block-gap, 2em);
|
|
226
|
-
}
|
|
227
|
-
}
|
|
228
|
-
@media (min-width: 782px) {
|
|
229
|
-
.editor-styles-wrapper .block-editor-block-list__block.wp-block-column:not(:first-child) {
|
|
230
|
-
margin-left: var(--wp--style--block-gap, 2em);
|
|
231
|
-
}
|
|
232
|
-
}
|
|
233
234
|
html :where(.wp-block-column) {
|
|
234
235
|
margin-top: 0;
|
|
235
236
|
margin-bottom: 0;
|
|
236
237
|
}
|
|
237
238
|
|
|
239
|
+
.block-library-comments-toolbar__popover .components-popover__content {
|
|
240
|
+
min-width: 230px;
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
.wp-block[data-align=center] > .wp-block-comments-pagination {
|
|
244
|
+
justify-content: center;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
.editor-styles-wrapper .wp-block-comments-pagination {
|
|
248
|
+
max-width: 100%;
|
|
249
|
+
}
|
|
250
|
+
.editor-styles-wrapper .wp-block-comments-pagination.block-editor-block-list__layout {
|
|
251
|
+
margin: 0;
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
.wp-block-comments-pagination > .wp-block-comments-pagination-next,
|
|
255
|
+
.wp-block-comments-pagination > .wp-block-comments-pagination-previous,
|
|
256
|
+
.wp-block-comments-pagination > .wp-block-comments-pagination-numbers {
|
|
257
|
+
margin-left: 0;
|
|
258
|
+
margin-top: 0.5em;
|
|
259
|
+
/*rtl:ignore*/
|
|
260
|
+
margin-right: 0.5em;
|
|
261
|
+
margin-bottom: 0.5em;
|
|
262
|
+
}
|
|
263
|
+
.wp-block-comments-pagination > .wp-block-comments-pagination-next:last-child,
|
|
264
|
+
.wp-block-comments-pagination > .wp-block-comments-pagination-previous:last-child,
|
|
265
|
+
.wp-block-comments-pagination > .wp-block-comments-pagination-numbers:last-child {
|
|
266
|
+
/*rtl:ignore*/
|
|
267
|
+
margin-right: 0;
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
.wp-block-comments-pagination-numbers a {
|
|
271
|
+
text-decoration: underline;
|
|
272
|
+
}
|
|
273
|
+
.wp-block-comments-pagination-numbers .page-numbers {
|
|
274
|
+
margin-right: 2px;
|
|
275
|
+
}
|
|
276
|
+
.wp-block-comments-pagination-numbers .page-numbers:last-child {
|
|
277
|
+
/*rtl:ignore*/
|
|
278
|
+
margin-right: 0;
|
|
279
|
+
}
|
|
280
|
+
|
|
238
281
|
.wp-block-cover {
|
|
239
282
|
/* Extra specificity needed because the reset.css applied in the editor context is overriding this rule. */
|
|
240
283
|
}
|
|
@@ -322,19 +365,7 @@ html :where(.wp-block-column) {
|
|
|
322
365
|
}
|
|
323
366
|
.wp-block-embed.is-loading {
|
|
324
367
|
display: flex;
|
|
325
|
-
flex-direction: column;
|
|
326
|
-
align-items: center;
|
|
327
368
|
justify-content: center;
|
|
328
|
-
padding: 1em;
|
|
329
|
-
min-height: 200px;
|
|
330
|
-
text-align: center;
|
|
331
|
-
border-radius: 2px;
|
|
332
|
-
background-color: #fff;
|
|
333
|
-
box-shadow: inset 0 0 0 1px #1e1e1e;
|
|
334
|
-
}
|
|
335
|
-
.wp-block-embed.is-loading p {
|
|
336
|
-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
337
|
-
font-size: 13px;
|
|
338
369
|
}
|
|
339
370
|
.wp-block-embed .components-placeholder__error {
|
|
340
371
|
word-break: break-word;
|
|
@@ -760,18 +791,6 @@ figure.wp-block-gallery .block-editor-media-placeholder.is-appender .block-edito
|
|
|
760
791
|
figure.wp-block-gallery .block-editor-media-placeholder {
|
|
761
792
|
margin: 0;
|
|
762
793
|
}
|
|
763
|
-
figure.wp-block-gallery .block-editor-media-placeholder::before {
|
|
764
|
-
box-shadow: 0 0 0 1px #fff inset, 0 0 0 3px var(--wp-admin-theme-color) inset;
|
|
765
|
-
content: "";
|
|
766
|
-
outline: 2px solid transparent;
|
|
767
|
-
position: absolute;
|
|
768
|
-
top: 0;
|
|
769
|
-
right: 0;
|
|
770
|
-
bottom: 0;
|
|
771
|
-
left: 0;
|
|
772
|
-
z-index: 1;
|
|
773
|
-
pointer-events: none;
|
|
774
|
-
}
|
|
775
794
|
figure.wp-block-gallery .block-editor-media-placeholder .components-placeholder__label {
|
|
776
795
|
display: flex;
|
|
777
796
|
}
|
|
@@ -889,15 +908,16 @@ figure.wp-block-gallery .components-spinner {
|
|
|
889
908
|
margin: 0;
|
|
890
909
|
}
|
|
891
910
|
|
|
892
|
-
|
|
893
|
-
|
|
911
|
+
@media (min-width: 600px) {
|
|
912
|
+
.wp-block-update-gallery-modal {
|
|
913
|
+
max-width: 480px;
|
|
914
|
+
}
|
|
894
915
|
}
|
|
895
|
-
|
|
916
|
+
|
|
917
|
+
.wp-block-update-gallery-modal-buttons {
|
|
896
918
|
display: flex;
|
|
897
919
|
justify-content: flex-end;
|
|
898
|
-
|
|
899
|
-
.wp-block-update-gallery-modal .wp-block-update-gallery-modal-buttons .components-button {
|
|
900
|
-
margin-left: 12px;
|
|
920
|
+
gap: 12px;
|
|
901
921
|
}
|
|
902
922
|
|
|
903
923
|
/**
|
|
@@ -1104,6 +1124,13 @@ figure.wp-block-image:not(.wp-block) {
|
|
|
1104
1124
|
margin-bottom: 20px;
|
|
1105
1125
|
}
|
|
1106
1126
|
|
|
1127
|
+
.editor-latest-posts-image-alignment-control .components-base-control__label {
|
|
1128
|
+
display: block;
|
|
1129
|
+
}
|
|
1130
|
+
.editor-latest-posts-image-alignment-control .components-toolbar {
|
|
1131
|
+
border-radius: 2px;
|
|
1132
|
+
}
|
|
1133
|
+
|
|
1107
1134
|
.wp-block-media-text__media {
|
|
1108
1135
|
position: relative;
|
|
1109
1136
|
}
|
|
@@ -1187,8 +1214,7 @@ figure.wp-block-image:not(.wp-block) {
|
|
|
1187
1214
|
padding-left: 0;
|
|
1188
1215
|
}
|
|
1189
1216
|
.editor-styles-wrapper .wp-block-navigation .wp-block-navigation-item.wp-block {
|
|
1190
|
-
margin
|
|
1191
|
-
margin-right: revert;
|
|
1217
|
+
margin: revert;
|
|
1192
1218
|
}
|
|
1193
1219
|
|
|
1194
1220
|
.wp-block-navigation-item__label {
|
|
@@ -1598,6 +1624,21 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
|
|
1598
1624
|
margin-bottom: 16px;
|
|
1599
1625
|
}
|
|
1600
1626
|
|
|
1627
|
+
.wp-block-navigation__overlay-menu-preview {
|
|
1628
|
+
display: flex;
|
|
1629
|
+
align-items: center;
|
|
1630
|
+
width: 100%;
|
|
1631
|
+
background-color: #f0f0f0;
|
|
1632
|
+
padding: 0 24px;
|
|
1633
|
+
height: 64px;
|
|
1634
|
+
margin-bottom: 12px;
|
|
1635
|
+
}
|
|
1636
|
+
.wp-block-navigation__overlay-menu-preview.open {
|
|
1637
|
+
box-shadow: inset 0 0 0 1px #e0e0e0;
|
|
1638
|
+
outline: 1px solid transparent;
|
|
1639
|
+
background-color: #fff;
|
|
1640
|
+
}
|
|
1641
|
+
|
|
1601
1642
|
/**
|
|
1602
1643
|
* Submenus.
|
|
1603
1644
|
*/
|
|
@@ -1778,16 +1819,16 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
|
|
1778
1819
|
margin: 0.5em;
|
|
1779
1820
|
}
|
|
1780
1821
|
|
|
1781
|
-
|
|
1782
|
-
|
|
1822
|
+
@media (min-width: 600px) {
|
|
1823
|
+
.wp-block-page-list-modal {
|
|
1824
|
+
max-width: 480px;
|
|
1825
|
+
}
|
|
1783
1826
|
}
|
|
1784
1827
|
|
|
1785
1828
|
.wp-block-page-list-modal-buttons {
|
|
1786
1829
|
display: flex;
|
|
1787
1830
|
justify-content: flex-end;
|
|
1788
|
-
|
|
1789
|
-
.wp-block-page-list-modal-buttons .components-button {
|
|
1790
|
-
margin-left: 12px;
|
|
1831
|
+
gap: 12px;
|
|
1791
1832
|
}
|
|
1792
1833
|
|
|
1793
1834
|
.wp-block-page-list .open-on-click:focus-within > .wp-block-navigation__submenu-container {
|
|
@@ -1798,6 +1839,10 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
|
|
1798
1839
|
min-width: 200px;
|
|
1799
1840
|
}
|
|
1800
1841
|
|
|
1842
|
+
.wp-block-page-list .components-notice {
|
|
1843
|
+
margin-left: 0;
|
|
1844
|
+
}
|
|
1845
|
+
|
|
1801
1846
|
.block-editor-block-list__block[data-type="core/paragraph"].has-drop-cap:focus {
|
|
1802
1847
|
min-height: auto !important;
|
|
1803
1848
|
}
|
|
@@ -2090,6 +2135,9 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
|
|
2090
2135
|
display: inline-block;
|
|
2091
2136
|
margin-left: 8px;
|
|
2092
2137
|
}
|
|
2138
|
+
.wp-block-social-links.wp-block-social-links {
|
|
2139
|
+
background: none;
|
|
2140
|
+
}
|
|
2093
2141
|
|
|
2094
2142
|
.wp-social-link:hover {
|
|
2095
2143
|
transform: none;
|
|
@@ -2196,6 +2244,10 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
|
|
2196
2244
|
.block-library-spacer__resize-container {
|
|
2197
2245
|
clear: both;
|
|
2198
2246
|
}
|
|
2247
|
+
.block-library-spacer__resize-container:not(.is-resizing) {
|
|
2248
|
+
height: 100% !important;
|
|
2249
|
+
width: 100% !important;
|
|
2250
|
+
}
|
|
2199
2251
|
.block-library-spacer__resize-container .components-resizable-box__handle::before {
|
|
2200
2252
|
content: none;
|
|
2201
2253
|
}
|
|
@@ -2464,10 +2516,6 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
|
|
2464
2516
|
margin: 0;
|
|
2465
2517
|
}
|
|
2466
2518
|
|
|
2467
|
-
.block-library-query-pagination-toolbar__popover .components-popover__content {
|
|
2468
|
-
min-width: 230px;
|
|
2469
|
-
}
|
|
2470
|
-
|
|
2471
2519
|
.wp-block-query-pagination > .wp-block-query-pagination-next,
|
|
2472
2520
|
.wp-block-query-pagination > .wp-block-query-pagination-previous,
|
|
2473
2521
|
.wp-block-query-pagination > .wp-block-query-pagination-numbers {
|
|
@@ -2603,13 +2651,6 @@ div[data-type="core/post-featured-image"] img {
|
|
|
2603
2651
|
display: block;
|
|
2604
2652
|
}
|
|
2605
2653
|
|
|
2606
|
-
.block-library-post-featured-image-dimension-controls {
|
|
2607
|
-
margin-bottom: 8px;
|
|
2608
|
-
}
|
|
2609
|
-
.block-library-post-featured-image-dimension-controls.scale-control-is-visible {
|
|
2610
|
-
margin-bottom: 16px;
|
|
2611
|
-
}
|
|
2612
|
-
|
|
2613
2654
|
:root .editor-styles-wrapper {
|
|
2614
2655
|
/*
|
|
2615
2656
|
* Our classes uses the same values we set for gradient value attributes,
|
|
@@ -81,19 +81,7 @@
|
|
|
81
81
|
}
|
|
82
82
|
.wp-block-embed.is-loading {
|
|
83
83
|
display: flex;
|
|
84
|
-
flex-direction: column;
|
|
85
|
-
align-items: center;
|
|
86
84
|
justify-content: center;
|
|
87
|
-
padding: 1em;
|
|
88
|
-
min-height: 200px;
|
|
89
|
-
text-align: center;
|
|
90
|
-
border-radius: 2px;
|
|
91
|
-
background-color: #fff;
|
|
92
|
-
box-shadow: inset 0 0 0 1px #1e1e1e;
|
|
93
|
-
}
|
|
94
|
-
.wp-block-embed.is-loading p {
|
|
95
|
-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
96
|
-
font-size: 13px;
|
|
97
85
|
}
|
|
98
86
|
.wp-block-embed .components-placeholder__error {
|
|
99
87
|
word-break: break-word;
|