@wordpress/block-library 8.11.0 → 8.12.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/archives/edit.js +4 -5
- package/build/archives/edit.js.map +1 -1
- package/build/archives/index.js +1 -1
- package/build/audio/deprecated.js +3 -4
- package/build/audio/deprecated.js.map +1 -1
- package/build/audio/edit.js +9 -13
- package/build/audio/edit.js.map +1 -1
- package/build/audio/edit.native.js +22 -26
- package/build/audio/edit.native.js.map +1 -1
- package/build/audio/index.js +1 -1
- package/build/audio/save.js +3 -4
- package/build/audio/save.js.map +1 -1
- package/build/audio/transforms.js +25 -29
- package/build/audio/transforms.js.map +1 -1
- package/build/avatar/edit.js +62 -70
- package/build/avatar/edit.js.map +1 -1
- package/build/avatar/hooks.js +12 -16
- package/build/avatar/hooks.js.map +1 -1
- package/build/avatar/index.js +1 -1
- package/build/avatar/user-control.js +4 -5
- package/build/avatar/user-control.js.map +1 -1
- package/build/block/edit-title.native.js +4 -5
- package/build/block/edit-title.native.js.map +1 -1
- package/build/block/edit.js +7 -8
- package/build/block/edit.js.map +1 -1
- package/build/block/edit.native.js +7 -8
- package/build/block/edit.native.js.map +1 -1
- package/build/block/index.js +1 -1
- package/build/button/color-background.native.js +5 -6
- package/build/button/color-background.native.js.map +1 -1
- package/build/button/deprecated.js +55 -80
- package/build/button/deprecated.js.map +1 -1
- package/build/button/edit.js +12 -23
- package/build/button/edit.js.map +1 -1
- package/build/button/edit.native.js +38 -41
- package/build/button/edit.native.js.map +1 -1
- package/build/button/index.js +6 -9
- package/build/button/index.js.map +1 -1
- package/build/button/save.js +6 -9
- package/build/button/save.js.map +1 -1
- package/build/buttons/deprecated.js +13 -18
- package/build/buttons/deprecated.js.map +1 -1
- package/build/buttons/edit.js +6 -11
- package/build/buttons/edit.js.map +1 -1
- package/build/buttons/edit.native.js +13 -16
- package/build/buttons/edit.native.js.map +1 -1
- package/build/buttons/index.js +1 -1
- package/build/buttons/save.js +5 -8
- package/build/buttons/save.js.map +1 -1
- package/build/buttons/transforms.js +2 -2
- package/build/buttons/transforms.js.map +1 -1
- package/build/calendar/edit.js +4 -5
- package/build/calendar/edit.js.map +1 -1
- package/build/calendar/index.js +1 -1
- package/build/categories/edit.js +19 -23
- package/build/categories/edit.js.map +1 -1
- package/build/categories/index.js +1 -1
- package/build/code/edit.js +5 -6
- package/build/code/edit.js.map +1 -1
- package/build/code/edit.native.js +1 -1
- package/build/code/edit.native.js.map +1 -1
- package/build/code/index.js +1 -1
- package/build/code/save.js +3 -4
- package/build/code/save.js.map +1 -1
- package/build/code/transforms.js +6 -8
- package/build/code/transforms.js.map +1 -1
- package/build/column/column-preview.native.js +9 -11
- package/build/column/column-preview.native.js.map +1 -1
- package/build/column/deprecated.js +6 -8
- package/build/column/deprecated.js.map +1 -1
- package/build/column/edit.js +10 -11
- package/build/column/edit.js.map +1 -1
- package/build/column/edit.native.js +18 -23
- package/build/column/edit.native.js.map +1 -1
- package/build/column/index.js +1 -1
- package/build/column/save.js +4 -5
- package/build/column/save.js.map +1 -1
- package/build/columns/columnCalculations.native.js +13 -8
- package/build/columns/columnCalculations.native.js.map +1 -1
- package/build/columns/deprecated.js +9 -12
- package/build/columns/deprecated.js.map +1 -1
- package/build/columns/edit.js +15 -21
- package/build/columns/edit.js.map +1 -1
- package/build/columns/edit.native.js +12 -15
- package/build/columns/edit.native.js.map +1 -1
- package/build/columns/index.js +1 -1
- package/build/columns/save.js +3 -4
- package/build/columns/save.js.map +1 -1
- package/build/columns/transforms.js +11 -16
- package/build/columns/transforms.js.map +1 -1
- package/build/columns/utils.js +6 -13
- package/build/columns/utils.js.map +1 -1
- package/build/comment-author-avatar/edit.js +8 -9
- package/build/comment-author-avatar/edit.js.map +1 -1
- package/build/comment-author-avatar/index.js +1 -1
- package/build/comment-author-name/deprecated.js +4 -7
- package/build/comment-author-name/deprecated.js.map +1 -1
- package/build/comment-author-name/edit.js +13 -14
- package/build/comment-author-name/edit.js.map +1 -1
- package/build/comment-author-name/index.js +1 -1
- package/build/comment-content/edit.js +9 -10
- package/build/comment-content/edit.js.map +1 -1
- package/build/comment-content/index.js +1 -1
- package/build/comment-date/deprecated.js +4 -7
- package/build/comment-date/deprecated.js.map +1 -1
- package/build/comment-date/edit.js +10 -11
- package/build/comment-date/edit.js.map +1 -1
- package/build/comment-date/index.js +1 -1
- package/build/comment-edit-link/edit.js +7 -8
- package/build/comment-edit-link/edit.js.map +1 -1
- package/build/comment-edit-link/index.js +1 -1
- package/build/comment-reply-link/edit.js +6 -7
- package/build/comment-reply-link/edit.js.map +1 -1
- package/build/comment-reply-link/index.js +1 -1
- package/build/comment-template/edit.js +58 -72
- package/build/comment-template/edit.js.map +1 -1
- package/build/comment-template/hooks.js +14 -17
- package/build/comment-template/hooks.js.map +1 -1
- package/build/comment-template/index.js +1 -1
- package/build/comment-template/util.js +1 -3
- package/build/comment-template/util.js.map +1 -1
- package/build/comments/deprecated.js +8 -10
- package/build/comments/deprecated.js.map +1 -1
- package/build/comments/edit/comments-inspector-controls.js +6 -7
- package/build/comments/edit/comments-inspector-controls.js.map +1 -1
- package/build/comments/edit/comments-legacy.js +8 -9
- package/build/comments/edit/comments-legacy.js.map +1 -1
- package/build/comments/edit/placeholder.js +4 -5
- package/build/comments/edit/placeholder.js.map +1 -1
- package/build/comments/index.js +1 -1
- package/build/comments/save.js +6 -8
- package/build/comments/save.js.map +1 -1
- package/build/comments-pagination/comments-pagination-arrow-controls.js +4 -5
- package/build/comments-pagination/comments-pagination-arrow-controls.js.map +1 -1
- package/build/comments-pagination/edit.js +9 -10
- package/build/comments-pagination/edit.js.map +1 -1
- package/build/comments-pagination/index.js +1 -1
- package/build/comments-pagination-next/edit.js +9 -10
- package/build/comments-pagination-next/edit.js.map +1 -1
- package/build/comments-pagination-next/index.js +1 -1
- package/build/comments-pagination-numbers/edit.js +11 -14
- package/build/comments-pagination-numbers/edit.js.map +1 -1
- package/build/comments-pagination-numbers/index.js +1 -1
- package/build/comments-pagination-previous/edit.js +9 -10
- package/build/comments-pagination-previous/edit.js.map +1 -1
- package/build/comments-pagination-previous/index.js +1 -1
- package/build/comments-title/deprecated.js +5 -8
- package/build/comments-title/deprecated.js.map +1 -1
- package/build/comments-title/edit.js +13 -14
- package/build/comments-title/edit.js.map +1 -1
- package/build/comments-title/index.js +1 -1
- package/build/cover/controls.native.js +92 -101
- package/build/cover/controls.native.js.map +1 -1
- package/build/cover/deprecated.js +33 -44
- package/build/cover/deprecated.js.map +1 -1
- package/build/cover/edit/block-controls.js +7 -8
- package/build/cover/edit/block-controls.js.map +1 -1
- package/build/cover/edit/cover-placeholder.js +8 -9
- package/build/cover/edit/cover-placeholder.js.map +1 -1
- package/build/cover/edit/index.js +16 -19
- package/build/cover/edit/index.js.map +1 -1
- package/build/cover/edit/inspector-controls.js +14 -16
- package/build/cover/edit/inspector-controls.js.map +1 -1
- package/build/cover/edit/resizable-cover-popover.js +12 -13
- package/build/cover/edit/resizable-cover-popover.js.map +1 -1
- package/build/cover/edit/use-cover-is-dark.js +1 -3
- package/build/cover/edit/use-cover-is-dark.js.map +1 -1
- package/build/cover/edit.native.js +122 -145
- package/build/cover/edit.native.js.map +1 -1
- package/build/cover/focal-point-settings-button.native.js +6 -7
- package/build/cover/focal-point-settings-button.native.js.map +1 -1
- package/build/cover/index.js +1 -1
- package/build/cover/overlay-color-settings.native.js +8 -9
- package/build/cover/overlay-color-settings.native.js.map +1 -1
- package/build/cover/save.js +3 -4
- package/build/cover/save.js.map +1 -1
- package/build/cover/shared.js +5 -6
- package/build/cover/shared.js.map +1 -1
- package/build/cover/transforms.js +115 -145
- package/build/cover/transforms.js.map +1 -1
- package/build/cover/use-cover-is-dark.native.js +1 -5
- package/build/cover/use-cover-is-dark.native.js.map +1 -1
- package/build/details/edit.js +5 -6
- package/build/details/edit.js.map +1 -1
- package/build/details/index.js +1 -2
- package/build/details/index.js.map +1 -1
- package/build/details/save.js +3 -4
- package/build/details/save.js.map +1 -1
- package/build/embed/deprecated.js +12 -15
- package/build/embed/deprecated.js.map +1 -1
- package/build/embed/edit.js +4 -6
- package/build/embed/edit.js.map +1 -1
- package/build/embed/edit.native.js +4 -4
- package/build/embed/edit.native.js.map +1 -1
- package/build/embed/embed-controls.js +22 -25
- package/build/embed/embed-controls.js.map +1 -1
- package/build/embed/embed-controls.native.js +9 -10
- package/build/embed/embed-controls.native.js.map +1 -1
- package/build/embed/embed-link-settings.native.js +9 -10
- package/build/embed/embed-link-settings.native.js.map +1 -1
- package/build/embed/embed-no-preview.native.js +8 -9
- package/build/embed/embed-no-preview.native.js.map +1 -1
- package/build/embed/embed-placeholder.js +10 -11
- package/build/embed/embed-placeholder.js.map +1 -1
- package/build/embed/embed-placeholder.native.js +11 -14
- package/build/embed/embed-placeholder.native.js.map +1 -1
- package/build/embed/embed-preview.native.js +16 -17
- package/build/embed/embed-preview.native.js.map +1 -1
- package/build/embed/index.js +1 -1
- package/build/embed/save.js +3 -4
- package/build/embed/save.js.map +1 -1
- package/build/embed/transforms.js +10 -18
- package/build/embed/transforms.js.map +1 -1
- package/build/embed/util.js +20 -51
- package/build/embed/util.js.map +1 -1
- package/build/embed/wp-embed-preview.js +14 -18
- package/build/embed/wp-embed-preview.js.map +1 -1
- package/build/embed/wp-embed-preview.native.js +4 -5
- package/build/embed/wp-embed-preview.native.js.map +1 -1
- package/build/file/deprecated.js +9 -12
- package/build/file/deprecated.js.map +1 -1
- package/build/file/edit.js +11 -16
- package/build/file/edit.js.map +1 -1
- package/build/file/edit.native.js +20 -25
- package/build/file/edit.native.js.map +1 -1
- package/build/file/index.js +2 -2
- package/build/file/inspector.js +12 -13
- package/build/file/inspector.js.map +1 -1
- package/build/file/save.js +3 -4
- package/build/file/save.js.map +1 -1
- package/build/file/transforms.js +9 -15
- package/build/file/transforms.js.map +1 -1
- package/build/freeform/convert-to-blocks-button.js +3 -4
- package/build/freeform/convert-to-blocks-button.js.map +1 -1
- package/build/freeform/edit.js +10 -13
- package/build/freeform/edit.js.map +1 -1
- package/build/freeform/index.js +2 -2
- package/build/freeform/modal.js +3 -4
- package/build/freeform/modal.js.map +1 -1
- package/build/freeform/save.js +3 -4
- package/build/freeform/save.js.map +1 -1
- package/build/gallery/deprecated.js +40 -54
- package/build/gallery/deprecated.js.map +1 -1
- package/build/gallery/edit.js +25 -53
- package/build/gallery/edit.js.map +1 -1
- package/build/gallery/gap-styles.js +6 -7
- package/build/gallery/gap-styles.js.map +1 -1
- package/build/gallery/index.js +1 -1
- package/build/gallery/save.js +3 -5
- package/build/gallery/save.js.map +1 -1
- package/build/gallery/shared-icon.native.js +3 -4
- package/build/gallery/shared-icon.native.js.map +1 -1
- package/build/gallery/shared.js +4 -10
- package/build/gallery/shared.js.map +1 -1
- package/build/gallery/transforms.js +103 -142
- package/build/gallery/transforms.js.map +1 -1
- package/build/gallery/use-get-media.native.js +8 -15
- package/build/gallery/use-get-media.native.js.map +1 -1
- package/build/gallery/use-get-new-images.js +2 -2
- package/build/gallery/use-get-new-images.js.map +1 -1
- package/build/gallery/use-image-sizes.js +11 -19
- package/build/gallery/use-image-sizes.js.map +1 -1
- package/build/gallery/utils.js +2 -2
- package/build/gallery/utils.js.map +1 -1
- package/build/gallery/v1/edit.js +30 -60
- package/build/gallery/v1/edit.js.map +1 -1
- package/build/gallery/v1/gallery.js +4 -5
- package/build/gallery/v1/gallery.js.map +1 -1
- package/build/gallery/v1/save.js +4 -5
- package/build/gallery/v1/save.js.map +1 -1
- package/build/gallery/v1/shared.js +4 -10
- package/build/gallery/v1/shared.js.map +1 -1
- package/build/group/deprecated.js +20 -28
- package/build/group/deprecated.js.map +1 -1
- package/build/group/edit.js +14 -18
- package/build/group/edit.js.map +1 -1
- package/build/group/edit.native.js +14 -18
- package/build/group/edit.native.js.map +1 -1
- package/build/group/index.js +1 -1
- package/build/group/placeholder.js +16 -19
- package/build/group/placeholder.js.map +1 -1
- package/build/group/save.js +5 -6
- package/build/group/save.js.map +1 -1
- package/build/group/variations.js +8 -23
- package/build/group/variations.js.map +1 -1
- package/build/heading/deprecated.js +18 -26
- package/build/heading/deprecated.js.map +1 -1
- package/build/heading/edit.js +8 -9
- package/build/heading/edit.js.map +1 -1
- package/build/heading/heading-level-dropdown.js +4 -5
- package/build/heading/heading-level-dropdown.js.map +1 -1
- package/build/heading/heading-level-dropdown.native.js +4 -6
- package/build/heading/heading-level-dropdown.native.js.map +1 -1
- package/build/heading/heading-level-icon.js +4 -5
- package/build/heading/heading-level-icon.js.map +1 -1
- package/build/heading/index.js +4 -5
- package/build/heading/index.js.map +1 -1
- package/build/heading/save.js +3 -4
- package/build/heading/save.js.map +1 -1
- package/build/heading/transforms.js +21 -28
- package/build/heading/transforms.js.map +1 -1
- package/build/home-link/edit.js +10 -15
- package/build/home-link/edit.js.map +1 -1
- package/build/home-link/index.js +1 -1
- package/build/html/edit.js +5 -6
- package/build/html/edit.js.map +1 -1
- package/build/html/index.js +1 -1
- package/build/html/preview.js +5 -8
- package/build/html/preview.js.map +1 -1
- package/build/html/save.js +3 -4
- package/build/html/save.js.map +1 -1
- package/build/html/transforms.js +3 -4
- package/build/html/transforms.js.map +1 -1
- package/build/image/deprecated.js +15 -20
- package/build/image/deprecated.js.map +1 -1
- package/build/image/edit.js +16 -25
- package/build/image/edit.js.map +1 -1
- package/build/image/edit.native.js +40 -55
- package/build/image/edit.native.js.map +1 -1
- package/build/image/image.js +32 -50
- package/build/image/image.js.map +1 -1
- package/build/image/index.js +7 -9
- package/build/image/index.js.map +1 -1
- package/build/image/interactivity.js +24 -27
- package/build/image/interactivity.js.map +1 -1
- package/build/image/save.js +3 -4
- package/build/image/save.js.map +1 -1
- package/build/image/transforms.js +36 -46
- package/build/image/transforms.js.map +1 -1
- package/build/image/use-client-width.js +1 -3
- package/build/image/use-client-width.js.map +1 -1
- package/build/image/utils.js +4 -7
- package/build/image/utils.js.map +1 -1
- package/build/index.js +20 -44
- package/build/index.js.map +1 -1
- package/build/index.native.js +3 -6
- package/build/index.native.js.map +1 -1
- package/build/latest-comments/edit.js +5 -6
- package/build/latest-comments/edit.js.map +1 -1
- package/build/latest-comments/index.js +1 -1
- package/build/latest-posts/deprecated.js +4 -7
- package/build/latest-posts/deprecated.js.map +1 -1
- package/build/latest-posts/edit.js +24 -34
- package/build/latest-posts/edit.js.map +1 -1
- package/build/latest-posts/edit.native.js +4 -5
- package/build/latest-posts/edit.native.js.map +1 -1
- package/build/latest-posts/index.js +1 -1
- package/build/list/deprecated.js +10 -15
- package/build/list/deprecated.js.map +1 -1
- package/build/list/edit.js +9 -11
- package/build/list/edit.js.map +1 -1
- package/build/list/index.js +1 -1
- package/build/list/ordered-list-settings.js +31 -34
- package/build/list/ordered-list-settings.js.map +1 -1
- package/build/list/save.js +3 -4
- package/build/list/save.js.map +1 -1
- package/build/list/transforms.js +11 -15
- package/build/list/transforms.js.map +1 -1
- package/build/list/utils.js +1 -1
- package/build/list/utils.js.map +1 -1
- package/build/list-item/edit.js +11 -17
- package/build/list-item/edit.js.map +1 -1
- package/build/list-item/edit.native.js +15 -23
- package/build/list-item/edit.native.js.map +1 -1
- package/build/list-item/hooks/use-enter.js +1 -3
- package/build/list-item/hooks/use-enter.js.map +1 -1
- package/build/list-item/hooks/use-enter.native.js +1 -3
- package/build/list-item/hooks/use-enter.native.js.map +1 -1
- package/build/list-item/hooks/use-indent-list-item.js +1 -3
- package/build/list-item/hooks/use-indent-list-item.js.map +1 -1
- package/build/list-item/hooks/use-merge.js +1 -1
- package/build/list-item/hooks/use-outdent-list-item.js +2 -4
- package/build/list-item/hooks/use-outdent-list-item.js.map +1 -1
- package/build/list-item/index.js +1 -1
- package/build/list-item/list-style-type.native.js +29 -34
- package/build/list-item/list-style-type.native.js.map +1 -1
- package/build/list-item/save.js +3 -4
- package/build/list-item/save.js.map +1 -1
- package/build/list-item/transforms.js +1 -4
- package/build/list-item/transforms.js.map +1 -1
- package/build/list-item/utils.js +4 -4
- package/build/list-item/utils.js.map +1 -1
- package/build/loginout/edit.js +4 -5
- package/build/loginout/edit.js.map +1 -1
- package/build/loginout/index.js +1 -1
- package/build/media-text/deprecated.js +22 -31
- package/build/media-text/deprecated.js.map +1 -1
- package/build/media-text/edit.js +25 -39
- package/build/media-text/edit.js.map +1 -1
- package/build/media-text/edit.native.js +9 -13
- package/build/media-text/edit.native.js.map +1 -1
- package/build/media-text/index.js +1 -1
- package/build/media-text/media-container.js +15 -18
- package/build/media-text/media-container.js.map +1 -1
- package/build/media-text/media-container.native.js +4 -5
- package/build/media-text/media-container.native.js.map +1 -1
- package/build/media-text/save.js +3 -4
- package/build/media-text/save.js.map +1 -1
- package/build/media-text/transforms.js +73 -91
- package/build/media-text/transforms.js.map +1 -1
- package/build/missing/edit.js +9 -11
- package/build/missing/edit.js.map +1 -1
- package/build/missing/edit.native.js +7 -8
- package/build/missing/edit.native.js.map +1 -1
- package/build/missing/index.js +4 -6
- package/build/missing/index.js.map +1 -1
- package/build/missing/save.js +3 -4
- package/build/missing/save.js.map +1 -1
- package/build/more/edit.js +11 -15
- package/build/more/edit.js.map +1 -1
- package/build/more/edit.native.js +4 -10
- package/build/more/edit.native.js.map +1 -1
- package/build/more/index.js +4 -6
- package/build/more/index.js.map +1 -1
- package/build/more/save.js +6 -7
- package/build/more/save.js.map +1 -1
- package/build/navigation/deprecated.js +16 -27
- package/build/navigation/deprecated.js.map +1 -1
- package/build/navigation/edit/are-blocks-dirty.js +1 -1
- package/build/navigation/edit/are-blocks-dirty.js.map +1 -1
- package/build/navigation/edit/deleted-navigation-warning.js +3 -4
- package/build/navigation/edit/deleted-navigation-warning.js.map +1 -1
- package/build/navigation/edit/index.js +33 -40
- package/build/navigation/edit/index.js.map +1 -1
- package/build/navigation/edit/inner-blocks.js +10 -14
- package/build/navigation/edit/inner-blocks.js.map +1 -1
- package/build/navigation/edit/leaf-more-menu.js +34 -38
- package/build/navigation/edit/leaf-more-menu.js.map +1 -1
- package/build/navigation/edit/manage-menus-button.js +5 -6
- package/build/navigation/edit/manage-menus-button.js.map +1 -1
- package/build/navigation/edit/menu-inspector-controls.js +47 -43
- package/build/navigation/edit/menu-inspector-controls.js.map +1 -1
- package/build/navigation/edit/navigation-menu-delete-control.js +3 -4
- package/build/navigation/edit/navigation-menu-delete-control.js.map +1 -1
- package/build/navigation/edit/navigation-menu-selector.js +50 -56
- package/build/navigation/edit/navigation-menu-selector.js.map +1 -1
- package/build/navigation/edit/overlay-menu-icon.js +3 -5
- package/build/navigation/edit/overlay-menu-icon.js.map +1 -1
- package/build/navigation/edit/overlay-menu-preview.js +5 -6
- package/build/navigation/edit/overlay-menu-preview.js.map +1 -1
- package/build/navigation/edit/placeholder/index.js +10 -11
- package/build/navigation/edit/placeholder/index.js.map +1 -1
- package/build/navigation/edit/placeholder/placeholder-preview.js +3 -4
- package/build/navigation/edit/placeholder/placeholder-preview.js.map +1 -1
- package/build/navigation/edit/responsive-wrapper.js +18 -20
- package/build/navigation/edit/responsive-wrapper.js.map +1 -1
- package/build/navigation/edit/unsaved-inner-blocks.js +10 -14
- package/build/navigation/edit/unsaved-inner-blocks.js.map +1 -1
- package/build/navigation/edit/use-convert-classic-menu-to-block-menu.js +2 -3
- package/build/navigation/edit/use-convert-classic-menu-to-block-menu.js.map +1 -1
- package/build/navigation/edit/use-create-navigation-menu.js +3 -7
- package/build/navigation/edit/use-create-navigation-menu.js.map +1 -1
- package/build/navigation/edit/use-generate-default-navigation-title.js +1 -5
- package/build/navigation/edit/use-generate-default-navigation-title.js.map +1 -1
- package/build/navigation/edit/use-inner-blocks.js +1 -1
- package/build/navigation/edit/use-inner-blocks.js.map +1 -1
- package/build/navigation/edit/use-navigation-notice.js +4 -5
- package/build/navigation/edit/use-navigation-notice.js.map +1 -1
- package/build/navigation/edit/utils.js +2 -4
- package/build/navigation/edit/utils.js.map +1 -1
- package/build/navigation/index.js +2 -2
- package/build/navigation/interactivity.js +97 -87
- package/build/navigation/interactivity.js.map +1 -1
- package/build/navigation/menu-items-to-blocks.js +25 -34
- package/build/navigation/menu-items-to-blocks.js.map +1 -1
- package/build/navigation/save.js +3 -5
- package/build/navigation/save.js.map +1 -1
- package/build/navigation/use-navigation-entities.js +2 -2
- package/build/navigation/use-navigation-entities.js.map +1 -1
- package/build/navigation/use-navigation-menu.js +1 -1
- package/build/navigation/use-navigation-menu.js.map +1 -1
- package/build/navigation/use-template-part-area-label.js +3 -5
- package/build/navigation/use-template-part-area-label.js.map +1 -1
- package/build/navigation-link/edit.js +14 -21
- package/build/navigation-link/edit.js.map +1 -1
- package/build/navigation-link/hooks.js +1 -1
- package/build/navigation-link/hooks.js.map +1 -1
- package/build/navigation-link/index.js +11 -16
- package/build/navigation-link/index.js.map +1 -1
- package/build/navigation-link/link-ui.js +9 -8
- package/build/navigation-link/link-ui.js.map +1 -1
- package/build/navigation-link/update-attributes.js +1 -4
- package/build/navigation-link/update-attributes.js.map +1 -1
- package/build/navigation-submenu/edit.js +13 -16
- package/build/navigation-submenu/edit.js.map +1 -1
- package/build/navigation-submenu/index.js +7 -12
- package/build/navigation-submenu/index.js.map +1 -1
- package/build/navigation-submenu/transforms.js +6 -30
- package/build/navigation-submenu/transforms.js.map +1 -1
- package/build/nextpage/edit.native.js +9 -10
- package/build/nextpage/edit.native.js.map +1 -1
- package/build/nextpage/index.js +1 -1
- package/build/page-list/convert-to-links-modal.js +5 -6
- package/build/page-list/convert-to-links-modal.js.map +1 -1
- package/build/page-list/edit.js +23 -35
- package/build/page-list/edit.js.map +1 -1
- package/build/page-list/index.js +1 -1
- package/build/page-list/use-convert-to-navigation-links.js +16 -21
- package/build/page-list/use-convert-to-navigation-links.js.map +1 -1
- package/build/page-list-item/edit.js +5 -6
- package/build/page-list-item/edit.js.map +1 -1
- package/build/page-list-item/index.js +4 -7
- package/build/page-list-item/index.js.map +1 -1
- package/build/paragraph/deprecated.js +18 -24
- package/build/paragraph/deprecated.js.map +1 -1
- package/build/paragraph/edit.js +12 -14
- package/build/paragraph/edit.js.map +1 -1
- package/build/paragraph/edit.native.js +13 -16
- package/build/paragraph/edit.native.js.map +1 -1
- package/build/paragraph/index.js +4 -6
- package/build/paragraph/index.js.map +1 -1
- package/build/paragraph/save.js +3 -4
- package/build/paragraph/save.js.map +1 -1
- package/build/paragraph/transforms.js +10 -13
- package/build/paragraph/transforms.js.map +1 -1
- package/build/pattern/edit.js +8 -11
- package/build/pattern/edit.js.map +1 -1
- package/build/pattern/index.js +5 -4
- package/build/pattern/index.js.map +1 -1
- package/build/pattern/v1/edit.js +6 -7
- package/build/pattern/v1/edit.js.map +1 -1
- package/build/post-author/edit.js +19 -23
- package/build/post-author/edit.js.map +1 -1
- package/build/post-author/index.js +1 -1
- package/build/post-author-biography/edit.js +12 -15
- package/build/post-author-biography/edit.js.map +1 -1
- package/build/post-author-biography/index.js +1 -1
- package/build/post-author-name/edit.js +14 -17
- package/build/post-author-name/edit.js.map +1 -1
- package/build/post-author-name/index.js +1 -1
- package/build/post-author-name/transforms.js +10 -16
- package/build/post-author-name/transforms.js.map +1 -1
- package/build/post-comment/edit.js +6 -7
- package/build/post-comment/edit.js.map +1 -1
- package/build/post-comment/index.js +1 -1
- package/build/post-comments-count/edit.js +6 -9
- package/build/post-comments-count/edit.js.map +1 -1
- package/build/post-comments-count/index.js +1 -1
- package/build/post-comments-form/edit.js +5 -6
- package/build/post-comments-form/edit.js.map +1 -1
- package/build/post-comments-form/form.js +5 -10
- package/build/post-comments-form/form.js.map +1 -1
- package/build/post-comments-form/index.js +1 -1
- package/build/post-comments-link/edit.js +5 -6
- package/build/post-comments-link/edit.js.map +1 -1
- package/build/post-comments-link/index.js +1 -1
- package/build/post-content/edit.js +27 -23
- package/build/post-content/edit.js.map +1 -1
- package/build/post-content/index.js +1 -1
- package/build/post-date/deprecated.js +4 -7
- package/build/post-date/deprecated.js.map +1 -1
- package/build/post-date/edit.js +27 -33
- package/build/post-date/edit.js.map +1 -1
- package/build/post-date/index.js +1 -1
- package/build/post-excerpt/edit.js +21 -24
- package/build/post-excerpt/edit.js.map +1 -1
- package/build/post-excerpt/index.js +3 -3
- package/build/post-featured-image/dimension-controls.js +12 -13
- package/build/post-featured-image/dimension-controls.js.map +1 -1
- package/build/post-featured-image/edit.js +27 -37
- package/build/post-featured-image/edit.js.map +1 -1
- package/build/post-featured-image/index.js +1 -1
- package/build/post-featured-image/overlay.js +7 -8
- package/build/post-featured-image/overlay.js.map +1 -1
- package/build/post-navigation-link/edit.js +11 -12
- package/build/post-navigation-link/edit.js.map +1 -1
- package/build/post-navigation-link/index.js +1 -1
- package/build/post-template/edit.js +97 -83
- package/build/post-template/edit.js.map +1 -1
- package/build/post-template/index.js +10 -4
- package/build/post-template/index.js.map +1 -1
- package/build/post-terms/edit.js +10 -15
- package/build/post-terms/edit.js.map +1 -1
- package/build/post-terms/index.js +1 -1
- package/build/post-terms/use-post-terms.js +7 -12
- package/build/post-terms/use-post-terms.js.map +1 -1
- package/build/post-time-to-read/edit.js +5 -6
- package/build/post-time-to-read/edit.js.map +1 -1
- package/build/post-time-to-read/index.js +1 -1
- package/build/post-title/deprecated.js +4 -7
- package/build/post-title/deprecated.js.map +1 -1
- package/build/post-title/edit.js +27 -21
- package/build/post-title/edit.js.map +1 -1
- package/build/post-title/index.js +2 -2
- package/build/preformatted/edit.js +7 -8
- package/build/preformatted/edit.js.map +1 -1
- package/build/preformatted/edit.native.js +5 -7
- package/build/preformatted/edit.native.js.map +1 -1
- package/build/preformatted/index.js +1 -1
- package/build/preformatted/save.js +3 -4
- package/build/preformatted/save.js.map +1 -1
- package/build/preformatted/transforms.js +14 -20
- package/build/preformatted/transforms.js.map +1 -1
- package/build/pullquote/deprecated.js +61 -73
- package/build/pullquote/deprecated.js.map +1 -1
- package/build/pullquote/edit.js +6 -7
- package/build/pullquote/edit.js.map +1 -1
- package/build/pullquote/edit.native.js +13 -21
- package/build/pullquote/edit.native.js.map +1 -1
- package/build/pullquote/figure.native.js +5 -6
- package/build/pullquote/figure.native.js.map +1 -1
- package/build/pullquote/index.js +1 -1
- package/build/pullquote/save.js +3 -4
- package/build/pullquote/save.js.map +1 -1
- package/build/pullquote/transforms.js +17 -24
- package/build/pullquote/transforms.js.map +1 -1
- package/build/query/deprecated.js +197 -79
- package/build/query/deprecated.js.map +1 -1
- package/build/query/edit/inspector-controls/author-control.js +5 -8
- package/build/query/edit/inspector-controls/author-control.js.map +1 -1
- package/build/query/edit/inspector-controls/create-new-post-link.js +6 -7
- package/build/query/edit/inspector-controls/create-new-post-link.js.map +1 -1
- package/build/query/edit/inspector-controls/index.js +4 -6
- package/build/query/edit/inspector-controls/index.js.map +1 -1
- package/build/query/edit/inspector-controls/order-control.js +5 -6
- package/build/query/edit/inspector-controls/order-control.js.map +1 -1
- package/build/query/edit/inspector-controls/parent-control.js +10 -13
- package/build/query/edit/inspector-controls/parent-control.js.map +1 -1
- package/build/query/edit/inspector-controls/sticky-control.js +4 -5
- package/build/query/edit/inspector-controls/sticky-control.js.map +1 -1
- package/build/query/edit/inspector-controls/taxonomy-controls.js +15 -19
- package/build/query/edit/inspector-controls/taxonomy-controls.js.map +1 -1
- package/build/query/edit/pattern-selection-modal.js +5 -6
- package/build/query/edit/pattern-selection-modal.js.map +1 -1
- package/build/query/edit/query-content.js +7 -9
- package/build/query/edit/query-content.js.map +1 -1
- package/build/query/edit/query-placeholder.js +16 -20
- package/build/query/edit/query-placeholder.js.map +1 -1
- package/build/query/edit/query-toolbar.js +17 -41
- package/build/query/edit/query-toolbar.js.map +1 -1
- package/build/query/index.js +1 -7
- package/build/query/index.js.map +1 -1
- package/build/query/save.js +5 -7
- package/build/query/save.js.map +1 -1
- package/build/query/utils.js +24 -60
- package/build/query/utils.js.map +1 -1
- package/build/query-no-results/index.js +1 -1
- package/build/query-pagination/edit.js +28 -11
- package/build/query-pagination/edit.js.map +1 -1
- package/build/query-pagination/index.js +7 -2
- package/build/query-pagination/index.js.map +1 -1
- package/build/query-pagination/query-pagination-arrow-controls.js +4 -5
- package/build/query-pagination/query-pagination-arrow-controls.js.map +1 -1
- package/build/query-pagination/query-pagination-label-control.js +29 -0
- package/build/query-pagination/query-pagination-label-control.js.map +1 -0
- package/build/query-pagination-next/edit.js +11 -11
- package/build/query-pagination-next/edit.js.map +1 -1
- package/build/query-pagination-next/index.js +2 -2
- package/build/query-pagination-numbers/edit.js +3 -7
- package/build/query-pagination-numbers/edit.js.map +1 -1
- package/build/query-pagination-numbers/index.js +1 -1
- package/build/query-pagination-previous/edit.js +11 -11
- package/build/query-pagination-previous/edit.js.map +1 -1
- package/build/query-pagination-previous/index.js +2 -2
- package/build/query-title/deprecated.js +4 -7
- package/build/query-title/deprecated.js.map +1 -1
- package/build/query-title/edit.js +10 -11
- package/build/query-title/edit.js.map +1 -1
- package/build/query-title/index.js +1 -1
- package/build/quote/deprecated.js +17 -24
- package/build/quote/deprecated.js.map +1 -1
- package/build/quote/edit.js +8 -9
- package/build/quote/edit.js.map +1 -1
- package/build/quote/index.js +1 -1
- package/build/quote/save.js +3 -4
- package/build/quote/save.js.map +1 -1
- package/build/quote/transforms.js +37 -57
- package/build/quote/transforms.js.map +1 -1
- package/build/read-more/edit.js +8 -9
- package/build/read-more/edit.js.map +1 -1
- package/build/read-more/index.js +1 -1
- package/build/rss/edit.js +4 -5
- package/build/rss/edit.js.map +1 -1
- package/build/rss/index.js +1 -1
- package/build/search/edit.js +74 -32
- package/build/search/edit.js.map +1 -1
- package/build/search/edit.native.js +39 -35
- package/build/search/edit.native.js.map +1 -1
- package/build/search/index.js +9 -1
- package/build/search/index.js.map +1 -1
- package/build/search/view.js +67 -0
- package/build/search/view.js.map +1 -0
- package/build/separator/deprecated.js +3 -4
- package/build/separator/deprecated.js.map +1 -1
- package/build/separator/edit.js +6 -9
- package/build/separator/edit.js.map +1 -1
- package/build/separator/index.js +1 -1
- package/build/separator/save.js +5 -8
- package/build/separator/save.js.map +1 -1
- package/build/shortcode/edit.js +4 -5
- package/build/shortcode/edit.js.map +1 -1
- package/build/shortcode/index.js +2 -2
- package/build/shortcode/save.js +3 -4
- package/build/shortcode/save.js.map +1 -1
- package/build/shortcode/transforms.js +3 -4
- package/build/shortcode/transforms.js.map +1 -1
- package/build/site-logo/edit.js +58 -74
- package/build/site-logo/edit.js.map +1 -1
- package/build/site-logo/index.js +1 -1
- package/build/site-logo/transforms.js +4 -5
- package/build/site-logo/transforms.js.map +1 -1
- package/build/site-tagline/deprecated.js +4 -7
- package/build/site-tagline/deprecated.js.map +1 -1
- package/build/site-tagline/edit.js +6 -7
- package/build/site-tagline/edit.js.map +1 -1
- package/build/site-tagline/index.js +1 -1
- package/build/site-title/deprecated.js +4 -7
- package/build/site-title/deprecated.js.map +1 -1
- package/build/site-title/edit/index.js +6 -7
- package/build/site-title/edit/index.js.map +1 -1
- package/build/site-title/edit/level-icon.js +4 -5
- package/build/site-title/edit/level-icon.js.map +1 -1
- package/build/site-title/edit/level-toolbar.js +4 -5
- package/build/site-title/edit/level-toolbar.js.map +1 -1
- package/build/site-title/index.js +1 -1
- package/build/site-title/transforms.js +4 -5
- package/build/site-title/transforms.js.map +1 -1
- package/build/social-link/edit.js +19 -17
- package/build/social-link/edit.js.map +1 -1
- package/build/social-link/edit.native.js +11 -13
- package/build/social-link/edit.native.js.map +1 -1
- package/build/social-link/index.js +2 -2
- package/build/social-links/deprecated.js +2 -4
- package/build/social-links/deprecated.js.map +1 -1
- package/build/social-links/edit.js +36 -42
- package/build/social-links/edit.js.map +1 -1
- package/build/social-links/edit.native.js +18 -25
- package/build/social-links/edit.native.js.map +1 -1
- package/build/social-links/index.js +3 -1
- package/build/social-links/index.js.map +1 -1
- package/build/spacer/controls.js +18 -21
- package/build/spacer/controls.js.map +1 -1
- package/build/spacer/controls.native.js +7 -8
- package/build/spacer/controls.native.js.map +1 -1
- package/build/spacer/deprecated.js +3 -4
- package/build/spacer/deprecated.js.map +1 -1
- package/build/spacer/edit.js +20 -23
- package/build/spacer/edit.js.map +1 -1
- package/build/spacer/edit.native.js +7 -8
- package/build/spacer/edit.native.js.map +1 -1
- package/build/spacer/index.js +1 -1
- package/build/spacer/save.js +6 -7
- package/build/spacer/save.js.map +1 -1
- package/build/spacer/save.native.js +6 -7
- package/build/spacer/save.native.js.map +1 -1
- package/build/table/deprecated.js +79 -102
- package/build/table/deprecated.js.map +1 -1
- package/build/table/edit.js +45 -59
- package/build/table/edit.js.map +1 -1
- package/build/table/index.js +1 -1
- package/build/table/save.js +33 -40
- package/build/table/save.js.map +1 -1
- package/build/table/state.js +32 -59
- package/build/table/state.js.map +1 -1
- package/build/table/transforms.js +17 -20
- package/build/table/transforms.js.map +1 -1
- package/build/table-of-contents/edit.js +9 -10
- package/build/table-of-contents/edit.js.map +1 -1
- package/build/table-of-contents/index.js +1 -1
- package/build/table-of-contents/list.js +3 -4
- package/build/table-of-contents/list.js.map +1 -1
- package/build/table-of-contents/save.js +5 -7
- package/build/table-of-contents/save.js.map +1 -1
- package/build/table-of-contents/utils.js +1 -3
- package/build/table-of-contents/utils.js.map +1 -1
- package/build/tag-cloud/edit.js +6 -8
- package/build/tag-cloud/edit.js.map +1 -1
- package/build/tag-cloud/index.js +1 -1
- package/build/template-part/edit/advanced-controls.js +15 -19
- package/build/template-part/edit/advanced-controls.js.map +1 -1
- package/build/template-part/edit/import-controls.js +7 -11
- package/build/template-part/edit/import-controls.js.map +1 -1
- package/build/template-part/edit/index.js +7 -8
- package/build/template-part/edit/index.js.map +1 -1
- package/build/template-part/edit/inner-blocks.js +8 -11
- package/build/template-part/edit/inner-blocks.js.map +1 -1
- package/build/template-part/edit/placeholder.js +7 -8
- package/build/template-part/edit/placeholder.js.map +1 -1
- package/build/template-part/edit/selection-modal.js +8 -11
- package/build/template-part/edit/selection-modal.js.map +1 -1
- package/build/template-part/edit/title-modal.js +5 -6
- package/build/template-part/edit/title-modal.js.map +1 -1
- package/build/template-part/edit/utils/hooks.js +4 -6
- package/build/template-part/edit/utils/hooks.js.map +1 -1
- package/build/template-part/edit/utils/transformers.js +3 -6
- package/build/template-part/edit/utils/transformers.js.map +1 -1
- package/build/template-part/index.js +11 -19
- package/build/template-part/index.js.map +1 -1
- package/build/template-part/variations.js +2 -2
- package/build/template-part/variations.js.map +1 -1
- package/build/term-description/edit.js +5 -6
- package/build/term-description/edit.js.map +1 -1
- package/build/term-description/index.js +1 -1
- package/build/text-columns/edit.js +5 -8
- package/build/text-columns/edit.js.map +1 -1
- package/build/text-columns/index.js +1 -1
- package/build/text-columns/save.js +10 -15
- package/build/text-columns/save.js.map +1 -1
- package/build/text-columns/transforms.js +14 -20
- package/build/text-columns/transforms.js.map +1 -1
- package/build/utils/init-block.native.js +1 -3
- package/build/utils/init-block.native.js.map +1 -1
- package/build/utils/interactivity/constants.js +1 -1
- package/build/utils/interactivity/constants.js.map +1 -1
- package/build/utils/interactivity/directives.js +75 -86
- package/build/utils/interactivity/directives.js.map +1 -1
- package/build/utils/interactivity/hooks.js +29 -46
- package/build/utils/interactivity/hooks.js.map +1 -1
- package/build/utils/interactivity/hydration.js +1 -1
- package/build/utils/interactivity/hydration.js.map +1 -1
- package/build/utils/interactivity/store.js +4 -5
- package/build/utils/interactivity/store.js.map +1 -1
- package/build/utils/interactivity/vdom.js +14 -4
- package/build/utils/interactivity/vdom.js.map +1 -1
- package/build/utils/migrate-font-family.js +1 -3
- package/build/utils/migrate-font-family.js.map +1 -1
- package/build/utils/search-patterns.js +5 -19
- package/build/utils/search-patterns.js.map +1 -1
- package/build/utils/transformation-categories.native.js +1 -4
- package/build/utils/transformation-categories.native.js.map +1 -1
- package/build/verse/deprecated.js +10 -15
- package/build/verse/deprecated.js.map +1 -1
- package/build/verse/edit.js +7 -8
- package/build/verse/edit.js.map +1 -1
- package/build/verse/index.js +1 -1
- package/build/verse/save.js +3 -4
- package/build/verse/save.js.map +1 -1
- package/build/video/deprecated.js +4 -5
- package/build/video/deprecated.js.map +1 -1
- package/build/video/edit-common-settings.js +4 -5
- package/build/video/edit-common-settings.js.map +1 -1
- package/build/video/edit.js +18 -27
- package/build/video/edit.js.map +1 -1
- package/build/video/edit.native.js +18 -24
- package/build/video/edit.native.js.map +1 -1
- package/build/video/index.js +1 -1
- package/build/video/save.js +3 -4
- package/build/video/save.js.map +1 -1
- package/build/video/tracks-editor.js +39 -51
- package/build/video/tracks-editor.js.map +1 -1
- package/build/video/tracks.js +3 -4
- package/build/video/tracks.js.map +1 -1
- package/build/video/transforms.js +30 -35
- package/build/video/transforms.js.map +1 -1
- package/build-module/archives/edit.js +4 -5
- package/build-module/archives/edit.js.map +1 -1
- package/build-module/archives/index.js +1 -1
- package/build-module/audio/deprecated.js +3 -4
- package/build-module/audio/deprecated.js.map +1 -1
- package/build-module/audio/edit.js +9 -13
- package/build-module/audio/edit.js.map +1 -1
- package/build-module/audio/edit.native.js +22 -26
- package/build-module/audio/edit.native.js.map +1 -1
- package/build-module/audio/index.js +1 -1
- package/build-module/audio/save.js +3 -4
- package/build-module/audio/save.js.map +1 -1
- package/build-module/audio/transforms.js +25 -29
- package/build-module/audio/transforms.js.map +1 -1
- package/build-module/avatar/edit.js +61 -69
- package/build-module/avatar/edit.js.map +1 -1
- package/build-module/avatar/hooks.js +12 -16
- package/build-module/avatar/hooks.js.map +1 -1
- package/build-module/avatar/index.js +1 -1
- package/build-module/avatar/user-control.js +4 -5
- package/build-module/avatar/user-control.js.map +1 -1
- package/build-module/block/edit-title.native.js +4 -5
- package/build-module/block/edit-title.native.js.map +1 -1
- package/build-module/block/edit.js +7 -8
- package/build-module/block/edit.js.map +1 -1
- package/build-module/block/edit.native.js +7 -8
- package/build-module/block/edit.native.js.map +1 -1
- package/build-module/block/index.js +1 -1
- package/build-module/button/color-background.native.js +5 -6
- package/build-module/button/color-background.native.js.map +1 -1
- package/build-module/button/deprecated.js +55 -80
- package/build-module/button/deprecated.js.map +1 -1
- package/build-module/button/edit.js +12 -23
- package/build-module/button/edit.js.map +1 -1
- package/build-module/button/edit.native.js +26 -41
- package/build-module/button/edit.native.js.map +1 -1
- package/build-module/button/index.js +6 -9
- package/build-module/button/index.js.map +1 -1
- package/build-module/button/save.js +6 -9
- package/build-module/button/save.js.map +1 -1
- package/build-module/buttons/deprecated.js +13 -18
- package/build-module/buttons/deprecated.js.map +1 -1
- package/build-module/buttons/edit.js +6 -11
- package/build-module/buttons/edit.js.map +1 -1
- package/build-module/buttons/edit.native.js +13 -16
- package/build-module/buttons/edit.native.js.map +1 -1
- package/build-module/buttons/index.js +1 -1
- package/build-module/buttons/save.js +5 -8
- package/build-module/buttons/save.js.map +1 -1
- package/build-module/buttons/transforms.js +2 -2
- package/build-module/buttons/transforms.js.map +1 -1
- package/build-module/calendar/edit.js +4 -5
- package/build-module/calendar/edit.js.map +1 -1
- package/build-module/calendar/index.js +1 -1
- package/build-module/categories/edit.js +19 -23
- package/build-module/categories/edit.js.map +1 -1
- package/build-module/categories/index.js +1 -1
- package/build-module/code/edit.js +5 -6
- package/build-module/code/edit.js.map +1 -1
- package/build-module/code/edit.native.js +1 -1
- package/build-module/code/edit.native.js.map +1 -1
- package/build-module/code/index.js +1 -1
- package/build-module/code/save.js +3 -4
- package/build-module/code/save.js.map +1 -1
- package/build-module/code/transforms.js +6 -8
- package/build-module/code/transforms.js.map +1 -1
- package/build-module/column/column-preview.native.js +9 -11
- package/build-module/column/column-preview.native.js.map +1 -1
- package/build-module/column/deprecated.js +6 -8
- package/build-module/column/deprecated.js.map +1 -1
- package/build-module/column/edit.js +10 -11
- package/build-module/column/edit.js.map +1 -1
- package/build-module/column/edit.native.js +18 -23
- package/build-module/column/edit.native.js.map +1 -1
- package/build-module/column/index.js +1 -1
- package/build-module/column/save.js +4 -5
- package/build-module/column/save.js.map +1 -1
- package/build-module/columns/columnCalculations.native.js +6 -9
- package/build-module/columns/columnCalculations.native.js.map +1 -1
- package/build-module/columns/deprecated.js +9 -12
- package/build-module/columns/deprecated.js.map +1 -1
- package/build-module/columns/edit.js +15 -21
- package/build-module/columns/edit.js.map +1 -1
- package/build-module/columns/edit.native.js +12 -15
- package/build-module/columns/edit.native.js.map +1 -1
- package/build-module/columns/index.js +1 -1
- package/build-module/columns/save.js +3 -4
- package/build-module/columns/save.js.map +1 -1
- package/build-module/columns/transforms.js +11 -16
- package/build-module/columns/transforms.js.map +1 -1
- package/build-module/columns/utils.js +6 -13
- package/build-module/columns/utils.js.map +1 -1
- package/build-module/comment-author-avatar/edit.js +8 -9
- package/build-module/comment-author-avatar/edit.js.map +1 -1
- package/build-module/comment-author-avatar/index.js +1 -1
- package/build-module/comment-author-name/deprecated.js +4 -7
- package/build-module/comment-author-name/deprecated.js.map +1 -1
- package/build-module/comment-author-name/edit.js +13 -14
- package/build-module/comment-author-name/edit.js.map +1 -1
- package/build-module/comment-author-name/index.js +1 -1
- package/build-module/comment-content/edit.js +9 -10
- package/build-module/comment-content/edit.js.map +1 -1
- package/build-module/comment-content/index.js +1 -1
- package/build-module/comment-date/deprecated.js +4 -7
- package/build-module/comment-date/deprecated.js.map +1 -1
- package/build-module/comment-date/edit.js +10 -11
- package/build-module/comment-date/edit.js.map +1 -1
- package/build-module/comment-date/index.js +1 -1
- package/build-module/comment-edit-link/edit.js +7 -8
- package/build-module/comment-edit-link/edit.js.map +1 -1
- package/build-module/comment-edit-link/index.js +1 -1
- package/build-module/comment-reply-link/edit.js +6 -7
- package/build-module/comment-reply-link/edit.js.map +1 -1
- package/build-module/comment-reply-link/index.js +1 -1
- package/build-module/comment-template/edit.js +57 -71
- package/build-module/comment-template/edit.js.map +1 -1
- package/build-module/comment-template/hooks.js +14 -17
- package/build-module/comment-template/hooks.js.map +1 -1
- package/build-module/comment-template/index.js +1 -1
- package/build-module/comment-template/util.js +1 -3
- package/build-module/comment-template/util.js.map +1 -1
- package/build-module/comments/deprecated.js +8 -9
- package/build-module/comments/deprecated.js.map +1 -1
- package/build-module/comments/edit/comments-inspector-controls.js +6 -7
- package/build-module/comments/edit/comments-inspector-controls.js.map +1 -1
- package/build-module/comments/edit/comments-legacy.js +8 -9
- package/build-module/comments/edit/comments-legacy.js.map +1 -1
- package/build-module/comments/edit/placeholder.js +4 -5
- package/build-module/comments/edit/placeholder.js.map +1 -1
- package/build-module/comments/index.js +1 -1
- package/build-module/comments/save.js +6 -7
- package/build-module/comments/save.js.map +1 -1
- package/build-module/comments-pagination/comments-pagination-arrow-controls.js +4 -5
- package/build-module/comments-pagination/comments-pagination-arrow-controls.js.map +1 -1
- package/build-module/comments-pagination/edit.js +9 -10
- package/build-module/comments-pagination/edit.js.map +1 -1
- package/build-module/comments-pagination/index.js +1 -1
- package/build-module/comments-pagination-next/edit.js +9 -10
- package/build-module/comments-pagination-next/edit.js.map +1 -1
- package/build-module/comments-pagination-next/index.js +1 -1
- package/build-module/comments-pagination-numbers/edit.js +11 -14
- package/build-module/comments-pagination-numbers/edit.js.map +1 -1
- package/build-module/comments-pagination-numbers/index.js +1 -1
- package/build-module/comments-pagination-previous/edit.js +9 -10
- package/build-module/comments-pagination-previous/edit.js.map +1 -1
- package/build-module/comments-pagination-previous/index.js +1 -1
- package/build-module/comments-title/deprecated.js +5 -8
- package/build-module/comments-title/deprecated.js.map +1 -1
- package/build-module/comments-title/edit.js +13 -14
- package/build-module/comments-title/edit.js.map +1 -1
- package/build-module/comments-title/index.js +1 -1
- package/build-module/cover/controls.native.js +92 -101
- package/build-module/cover/controls.native.js.map +1 -1
- package/build-module/cover/deprecated.js +33 -44
- package/build-module/cover/deprecated.js.map +1 -1
- package/build-module/cover/edit/block-controls.js +7 -8
- package/build-module/cover/edit/block-controls.js.map +1 -1
- package/build-module/cover/edit/cover-placeholder.js +8 -9
- package/build-module/cover/edit/cover-placeholder.js.map +1 -1
- package/build-module/cover/edit/index.js +16 -19
- package/build-module/cover/edit/index.js.map +1 -1
- package/build-module/cover/edit/inspector-controls.js +14 -16
- package/build-module/cover/edit/inspector-controls.js.map +1 -1
- package/build-module/cover/edit/resizable-cover-popover.js +12 -13
- package/build-module/cover/edit/resizable-cover-popover.js.map +1 -1
- package/build-module/cover/edit/use-cover-is-dark.js +1 -3
- package/build-module/cover/edit/use-cover-is-dark.js.map +1 -1
- package/build-module/cover/edit.native.js +122 -145
- package/build-module/cover/edit.native.js.map +1 -1
- package/build-module/cover/focal-point-settings-button.native.js +6 -7
- package/build-module/cover/focal-point-settings-button.native.js.map +1 -1
- package/build-module/cover/index.js +1 -1
- package/build-module/cover/overlay-color-settings.native.js +8 -9
- package/build-module/cover/overlay-color-settings.native.js.map +1 -1
- package/build-module/cover/save.js +3 -4
- package/build-module/cover/save.js.map +1 -1
- package/build-module/cover/shared.js +5 -6
- package/build-module/cover/shared.js.map +1 -1
- package/build-module/cover/transforms.js +115 -145
- package/build-module/cover/transforms.js.map +1 -1
- package/build-module/cover/use-cover-is-dark.native.js +1 -5
- package/build-module/cover/use-cover-is-dark.native.js.map +1 -1
- package/build-module/details/edit.js +5 -6
- package/build-module/details/edit.js.map +1 -1
- package/build-module/details/index.js +1 -2
- package/build-module/details/index.js.map +1 -1
- package/build-module/details/save.js +3 -4
- package/build-module/details/save.js.map +1 -1
- package/build-module/embed/deprecated.js +12 -15
- package/build-module/embed/deprecated.js.map +1 -1
- package/build-module/embed/edit.js +4 -6
- package/build-module/embed/edit.js.map +1 -1
- package/build-module/embed/edit.native.js +4 -4
- package/build-module/embed/edit.native.js.map +1 -1
- package/build-module/embed/embed-controls.js +22 -25
- package/build-module/embed/embed-controls.js.map +1 -1
- package/build-module/embed/embed-controls.native.js +9 -10
- package/build-module/embed/embed-controls.native.js.map +1 -1
- package/build-module/embed/embed-link-settings.native.js +9 -10
- package/build-module/embed/embed-link-settings.native.js.map +1 -1
- package/build-module/embed/embed-no-preview.native.js +8 -9
- package/build-module/embed/embed-no-preview.native.js.map +1 -1
- package/build-module/embed/embed-placeholder.js +10 -11
- package/build-module/embed/embed-placeholder.js.map +1 -1
- package/build-module/embed/embed-placeholder.native.js +11 -14
- package/build-module/embed/embed-placeholder.native.js.map +1 -1
- package/build-module/embed/embed-preview.native.js +16 -17
- package/build-module/embed/embed-preview.native.js.map +1 -1
- package/build-module/embed/index.js +1 -1
- package/build-module/embed/save.js +3 -4
- package/build-module/embed/save.js.map +1 -1
- package/build-module/embed/transforms.js +10 -18
- package/build-module/embed/transforms.js.map +1 -1
- package/build-module/embed/util.js +20 -51
- package/build-module/embed/util.js.map +1 -1
- package/build-module/embed/wp-embed-preview.js +14 -18
- package/build-module/embed/wp-embed-preview.js.map +1 -1
- package/build-module/embed/wp-embed-preview.native.js +4 -5
- package/build-module/embed/wp-embed-preview.native.js.map +1 -1
- package/build-module/file/deprecated.js +9 -12
- package/build-module/file/deprecated.js.map +1 -1
- package/build-module/file/edit.js +11 -16
- package/build-module/file/edit.js.map +1 -1
- package/build-module/file/edit.native.js +20 -25
- package/build-module/file/edit.native.js.map +1 -1
- package/build-module/file/index.js +2 -2
- package/build-module/file/inspector.js +12 -13
- package/build-module/file/inspector.js.map +1 -1
- package/build-module/file/save.js +3 -4
- package/build-module/file/save.js.map +1 -1
- package/build-module/file/transforms.js +9 -15
- package/build-module/file/transforms.js.map +1 -1
- package/build-module/freeform/convert-to-blocks-button.js +3 -4
- package/build-module/freeform/convert-to-blocks-button.js.map +1 -1
- package/build-module/freeform/edit.js +10 -13
- package/build-module/freeform/edit.js.map +1 -1
- package/build-module/freeform/index.js +2 -2
- package/build-module/freeform/modal.js +3 -4
- package/build-module/freeform/modal.js.map +1 -1
- package/build-module/freeform/save.js +3 -4
- package/build-module/freeform/save.js.map +1 -1
- package/build-module/gallery/deprecated.js +40 -54
- package/build-module/gallery/deprecated.js.map +1 -1
- package/build-module/gallery/edit.js +25 -53
- package/build-module/gallery/edit.js.map +1 -1
- package/build-module/gallery/gap-styles.js +6 -7
- package/build-module/gallery/gap-styles.js.map +1 -1
- package/build-module/gallery/index.js +1 -1
- package/build-module/gallery/save.js +3 -5
- package/build-module/gallery/save.js.map +1 -1
- package/build-module/gallery/shared-icon.native.js +3 -4
- package/build-module/gallery/shared-icon.native.js.map +1 -1
- package/build-module/gallery/shared.js +4 -10
- package/build-module/gallery/shared.js.map +1 -1
- package/build-module/gallery/transforms.js +103 -142
- package/build-module/gallery/transforms.js.map +1 -1
- package/build-module/gallery/use-get-media.native.js +8 -15
- package/build-module/gallery/use-get-media.native.js.map +1 -1
- package/build-module/gallery/use-get-new-images.js +2 -2
- package/build-module/gallery/use-get-new-images.js.map +1 -1
- package/build-module/gallery/use-image-sizes.js +11 -19
- package/build-module/gallery/use-image-sizes.js.map +1 -1
- package/build-module/gallery/utils.js +2 -2
- package/build-module/gallery/utils.js.map +1 -1
- package/build-module/gallery/v1/edit.js +30 -60
- package/build-module/gallery/v1/edit.js.map +1 -1
- package/build-module/gallery/v1/gallery.js +4 -5
- package/build-module/gallery/v1/gallery.js.map +1 -1
- package/build-module/gallery/v1/save.js +4 -5
- package/build-module/gallery/v1/save.js.map +1 -1
- package/build-module/gallery/v1/shared.js +4 -10
- package/build-module/gallery/v1/shared.js.map +1 -1
- package/build-module/group/deprecated.js +20 -28
- package/build-module/group/deprecated.js.map +1 -1
- package/build-module/group/edit.js +14 -18
- package/build-module/group/edit.js.map +1 -1
- package/build-module/group/edit.native.js +14 -18
- package/build-module/group/edit.native.js.map +1 -1
- package/build-module/group/index.js +1 -1
- package/build-module/group/placeholder.js +16 -19
- package/build-module/group/placeholder.js.map +1 -1
- package/build-module/group/save.js +5 -6
- package/build-module/group/save.js.map +1 -1
- package/build-module/group/variations.js +5 -23
- package/build-module/group/variations.js.map +1 -1
- package/build-module/heading/deprecated.js +18 -26
- package/build-module/heading/deprecated.js.map +1 -1
- package/build-module/heading/edit.js +8 -9
- package/build-module/heading/edit.js.map +1 -1
- package/build-module/heading/heading-level-dropdown.js +4 -5
- package/build-module/heading/heading-level-dropdown.js.map +1 -1
- package/build-module/heading/heading-level-dropdown.native.js +4 -6
- package/build-module/heading/heading-level-dropdown.native.js.map +1 -1
- package/build-module/heading/heading-level-icon.js +4 -5
- package/build-module/heading/heading-level-icon.js.map +1 -1
- package/build-module/heading/index.js +4 -5
- package/build-module/heading/index.js.map +1 -1
- package/build-module/heading/save.js +3 -4
- package/build-module/heading/save.js.map +1 -1
- package/build-module/heading/transforms.js +21 -28
- package/build-module/heading/transforms.js.map +1 -1
- package/build-module/home-link/edit.js +10 -15
- package/build-module/home-link/edit.js.map +1 -1
- package/build-module/home-link/index.js +1 -1
- package/build-module/html/edit.js +5 -6
- package/build-module/html/edit.js.map +1 -1
- package/build-module/html/index.js +1 -1
- package/build-module/html/preview.js +5 -8
- package/build-module/html/preview.js.map +1 -1
- package/build-module/html/save.js +3 -4
- package/build-module/html/save.js.map +1 -1
- package/build-module/html/transforms.js +3 -4
- package/build-module/html/transforms.js.map +1 -1
- package/build-module/image/deprecated.js +15 -20
- package/build-module/image/deprecated.js.map +1 -1
- package/build-module/image/edit.js +16 -25
- package/build-module/image/edit.js.map +1 -1
- package/build-module/image/edit.native.js +40 -55
- package/build-module/image/edit.native.js.map +1 -1
- package/build-module/image/image.js +32 -50
- package/build-module/image/image.js.map +1 -1
- package/build-module/image/index.js +7 -9
- package/build-module/image/index.js.map +1 -1
- package/build-module/image/interactivity.js +24 -27
- package/build-module/image/interactivity.js.map +1 -1
- package/build-module/image/save.js +3 -4
- package/build-module/image/save.js.map +1 -1
- package/build-module/image/transforms.js +36 -46
- package/build-module/image/transforms.js.map +1 -1
- package/build-module/image/use-client-width.js +1 -3
- package/build-module/image/use-client-width.js.map +1 -1
- package/build-module/image/utils.js +4 -7
- package/build-module/image/utils.js.map +1 -1
- package/build-module/index.js +20 -44
- package/build-module/index.js.map +1 -1
- package/build-module/index.native.js +3 -6
- package/build-module/index.native.js.map +1 -1
- package/build-module/latest-comments/edit.js +5 -6
- package/build-module/latest-comments/edit.js.map +1 -1
- package/build-module/latest-comments/index.js +1 -1
- package/build-module/latest-posts/deprecated.js +4 -7
- package/build-module/latest-posts/deprecated.js.map +1 -1
- package/build-module/latest-posts/edit.js +24 -34
- package/build-module/latest-posts/edit.js.map +1 -1
- package/build-module/latest-posts/edit.native.js +4 -5
- package/build-module/latest-posts/edit.native.js.map +1 -1
- package/build-module/latest-posts/index.js +1 -1
- package/build-module/list/deprecated.js +10 -15
- package/build-module/list/deprecated.js.map +1 -1
- package/build-module/list/edit.js +9 -11
- package/build-module/list/edit.js.map +1 -1
- package/build-module/list/index.js +1 -1
- package/build-module/list/ordered-list-settings.js +31 -34
- package/build-module/list/ordered-list-settings.js.map +1 -1
- package/build-module/list/save.js +3 -4
- package/build-module/list/save.js.map +1 -1
- package/build-module/list/transforms.js +11 -15
- package/build-module/list/transforms.js.map +1 -1
- package/build-module/list/utils.js +1 -1
- package/build-module/list/utils.js.map +1 -1
- package/build-module/list-item/edit.js +11 -17
- package/build-module/list-item/edit.js.map +1 -1
- package/build-module/list-item/edit.native.js +15 -23
- package/build-module/list-item/edit.native.js.map +1 -1
- package/build-module/list-item/hooks/use-enter.js +1 -3
- package/build-module/list-item/hooks/use-enter.js.map +1 -1
- package/build-module/list-item/hooks/use-enter.native.js +1 -3
- package/build-module/list-item/hooks/use-enter.native.js.map +1 -1
- package/build-module/list-item/hooks/use-indent-list-item.js +1 -3
- package/build-module/list-item/hooks/use-indent-list-item.js.map +1 -1
- package/build-module/list-item/hooks/use-merge.js +1 -1
- package/build-module/list-item/hooks/use-outdent-list-item.js +2 -4
- package/build-module/list-item/hooks/use-outdent-list-item.js.map +1 -1
- package/build-module/list-item/index.js +1 -1
- package/build-module/list-item/list-style-type.native.js +29 -34
- package/build-module/list-item/list-style-type.native.js.map +1 -1
- package/build-module/list-item/save.js +3 -4
- package/build-module/list-item/save.js.map +1 -1
- package/build-module/list-item/transforms.js +1 -4
- package/build-module/list-item/transforms.js.map +1 -1
- package/build-module/list-item/utils.js +4 -4
- package/build-module/list-item/utils.js.map +1 -1
- package/build-module/loginout/edit.js +4 -5
- package/build-module/loginout/edit.js.map +1 -1
- package/build-module/loginout/index.js +1 -1
- package/build-module/media-text/deprecated.js +22 -31
- package/build-module/media-text/deprecated.js.map +1 -1
- package/build-module/media-text/edit.js +25 -39
- package/build-module/media-text/edit.js.map +1 -1
- package/build-module/media-text/edit.native.js +9 -13
- package/build-module/media-text/edit.native.js.map +1 -1
- package/build-module/media-text/index.js +1 -1
- package/build-module/media-text/media-container.js +15 -18
- package/build-module/media-text/media-container.js.map +1 -1
- package/build-module/media-text/media-container.native.js +4 -5
- package/build-module/media-text/media-container.native.js.map +1 -1
- package/build-module/media-text/save.js +3 -4
- package/build-module/media-text/save.js.map +1 -1
- package/build-module/media-text/transforms.js +73 -91
- package/build-module/media-text/transforms.js.map +1 -1
- package/build-module/missing/edit.js +9 -11
- package/build-module/missing/edit.js.map +1 -1
- package/build-module/missing/edit.native.js +7 -8
- package/build-module/missing/edit.native.js.map +1 -1
- package/build-module/missing/index.js +4 -6
- package/build-module/missing/index.js.map +1 -1
- package/build-module/missing/save.js +3 -4
- package/build-module/missing/save.js.map +1 -1
- package/build-module/more/edit.js +11 -15
- package/build-module/more/edit.js.map +1 -1
- package/build-module/more/edit.native.js +3 -8
- package/build-module/more/edit.native.js.map +1 -1
- package/build-module/more/index.js +4 -6
- package/build-module/more/index.js.map +1 -1
- package/build-module/more/save.js +6 -7
- package/build-module/more/save.js.map +1 -1
- package/build-module/navigation/deprecated.js +16 -27
- package/build-module/navigation/deprecated.js.map +1 -1
- package/build-module/navigation/edit/are-blocks-dirty.js +1 -1
- package/build-module/navigation/edit/are-blocks-dirty.js.map +1 -1
- package/build-module/navigation/edit/deleted-navigation-warning.js +3 -4
- package/build-module/navigation/edit/deleted-navigation-warning.js.map +1 -1
- package/build-module/navigation/edit/index.js +33 -40
- package/build-module/navigation/edit/index.js.map +1 -1
- package/build-module/navigation/edit/inner-blocks.js +10 -14
- package/build-module/navigation/edit/inner-blocks.js.map +1 -1
- package/build-module/navigation/edit/leaf-more-menu.js +34 -38
- package/build-module/navigation/edit/leaf-more-menu.js.map +1 -1
- package/build-module/navigation/edit/manage-menus-button.js +5 -6
- package/build-module/navigation/edit/manage-menus-button.js.map +1 -1
- package/build-module/navigation/edit/menu-inspector-controls.js +46 -42
- package/build-module/navigation/edit/menu-inspector-controls.js.map +1 -1
- package/build-module/navigation/edit/navigation-menu-delete-control.js +3 -4
- package/build-module/navigation/edit/navigation-menu-delete-control.js.map +1 -1
- package/build-module/navigation/edit/navigation-menu-selector.js +50 -56
- package/build-module/navigation/edit/navigation-menu-selector.js.map +1 -1
- package/build-module/navigation/edit/overlay-menu-icon.js +3 -5
- package/build-module/navigation/edit/overlay-menu-icon.js.map +1 -1
- package/build-module/navigation/edit/overlay-menu-preview.js +5 -6
- package/build-module/navigation/edit/overlay-menu-preview.js.map +1 -1
- package/build-module/navigation/edit/placeholder/index.js +10 -11
- package/build-module/navigation/edit/placeholder/index.js.map +1 -1
- package/build-module/navigation/edit/placeholder/placeholder-preview.js +3 -4
- package/build-module/navigation/edit/placeholder/placeholder-preview.js.map +1 -1
- package/build-module/navigation/edit/responsive-wrapper.js +18 -20
- package/build-module/navigation/edit/responsive-wrapper.js.map +1 -1
- package/build-module/navigation/edit/unsaved-inner-blocks.js +10 -14
- package/build-module/navigation/edit/unsaved-inner-blocks.js.map +1 -1
- package/build-module/navigation/edit/use-convert-classic-menu-to-block-menu.js +2 -3
- package/build-module/navigation/edit/use-convert-classic-menu-to-block-menu.js.map +1 -1
- package/build-module/navigation/edit/use-create-navigation-menu.js +3 -7
- package/build-module/navigation/edit/use-create-navigation-menu.js.map +1 -1
- package/build-module/navigation/edit/use-generate-default-navigation-title.js +1 -5
- package/build-module/navigation/edit/use-generate-default-navigation-title.js.map +1 -1
- package/build-module/navigation/edit/use-inner-blocks.js +1 -1
- package/build-module/navigation/edit/use-inner-blocks.js.map +1 -1
- package/build-module/navigation/edit/use-navigation-notice.js +4 -5
- package/build-module/navigation/edit/use-navigation-notice.js.map +1 -1
- package/build-module/navigation/edit/utils.js +2 -4
- package/build-module/navigation/edit/utils.js.map +1 -1
- package/build-module/navigation/index.js +2 -2
- package/build-module/navigation/interactivity.js +97 -87
- package/build-module/navigation/interactivity.js.map +1 -1
- package/build-module/navigation/menu-items-to-blocks.js +25 -34
- package/build-module/navigation/menu-items-to-blocks.js.map +1 -1
- package/build-module/navigation/save.js +3 -5
- package/build-module/navigation/save.js.map +1 -1
- package/build-module/navigation/use-navigation-entities.js +2 -2
- package/build-module/navigation/use-navigation-entities.js.map +1 -1
- package/build-module/navigation/use-navigation-menu.js +1 -1
- package/build-module/navigation/use-navigation-menu.js.map +1 -1
- package/build-module/navigation/use-template-part-area-label.js +3 -5
- package/build-module/navigation/use-template-part-area-label.js.map +1 -1
- package/build-module/navigation-link/edit.js +15 -22
- package/build-module/navigation-link/edit.js.map +1 -1
- package/build-module/navigation-link/hooks.js +2 -2
- package/build-module/navigation-link/hooks.js.map +1 -1
- package/build-module/navigation-link/index.js +11 -16
- package/build-module/navigation-link/index.js.map +1 -1
- package/build-module/navigation-link/link-ui.js +10 -9
- package/build-module/navigation-link/link-ui.js.map +1 -1
- package/build-module/navigation-link/update-attributes.js +1 -4
- package/build-module/navigation-link/update-attributes.js.map +1 -1
- package/build-module/navigation-submenu/edit.js +13 -16
- package/build-module/navigation-submenu/edit.js.map +1 -1
- package/build-module/navigation-submenu/index.js +7 -12
- package/build-module/navigation-submenu/index.js.map +1 -1
- package/build-module/navigation-submenu/transforms.js +6 -30
- package/build-module/navigation-submenu/transforms.js.map +1 -1
- package/build-module/nextpage/edit.native.js +8 -9
- package/build-module/nextpage/edit.native.js.map +1 -1
- package/build-module/nextpage/index.js +1 -1
- package/build-module/page-list/convert-to-links-modal.js +5 -6
- package/build-module/page-list/convert-to-links-modal.js.map +1 -1
- package/build-module/page-list/edit.js +23 -35
- package/build-module/page-list/edit.js.map +1 -1
- package/build-module/page-list/index.js +1 -1
- package/build-module/page-list/use-convert-to-navigation-links.js +16 -21
- package/build-module/page-list/use-convert-to-navigation-links.js.map +1 -1
- package/build-module/page-list-item/edit.js +5 -6
- package/build-module/page-list-item/edit.js.map +1 -1
- package/build-module/page-list-item/index.js +4 -7
- package/build-module/page-list-item/index.js.map +1 -1
- package/build-module/paragraph/deprecated.js +18 -24
- package/build-module/paragraph/deprecated.js.map +1 -1
- package/build-module/paragraph/edit.js +12 -14
- package/build-module/paragraph/edit.js.map +1 -1
- package/build-module/paragraph/edit.native.js +13 -16
- package/build-module/paragraph/edit.native.js.map +1 -1
- package/build-module/paragraph/index.js +4 -6
- package/build-module/paragraph/index.js.map +1 -1
- package/build-module/paragraph/save.js +3 -4
- package/build-module/paragraph/save.js.map +1 -1
- package/build-module/paragraph/transforms.js +10 -13
- package/build-module/paragraph/transforms.js.map +1 -1
- package/build-module/pattern/edit.js +8 -11
- package/build-module/pattern/edit.js.map +1 -1
- package/build-module/pattern/index.js +2 -4
- package/build-module/pattern/index.js.map +1 -1
- package/build-module/pattern/v1/edit.js +6 -7
- package/build-module/pattern/v1/edit.js.map +1 -1
- package/build-module/post-author/edit.js +19 -23
- package/build-module/post-author/edit.js.map +1 -1
- package/build-module/post-author/index.js +1 -1
- package/build-module/post-author-biography/edit.js +12 -15
- package/build-module/post-author-biography/edit.js.map +1 -1
- package/build-module/post-author-biography/index.js +1 -1
- package/build-module/post-author-name/edit.js +14 -17
- package/build-module/post-author-name/edit.js.map +1 -1
- package/build-module/post-author-name/index.js +1 -1
- package/build-module/post-author-name/transforms.js +10 -16
- package/build-module/post-author-name/transforms.js.map +1 -1
- package/build-module/post-comment/edit.js +6 -7
- package/build-module/post-comment/edit.js.map +1 -1
- package/build-module/post-comment/index.js +1 -1
- package/build-module/post-comments-count/edit.js +6 -9
- package/build-module/post-comments-count/edit.js.map +1 -1
- package/build-module/post-comments-count/index.js +1 -1
- package/build-module/post-comments-form/edit.js +5 -6
- package/build-module/post-comments-form/edit.js.map +1 -1
- package/build-module/post-comments-form/form.js +5 -10
- package/build-module/post-comments-form/form.js.map +1 -1
- package/build-module/post-comments-form/index.js +1 -1
- package/build-module/post-comments-link/edit.js +5 -6
- package/build-module/post-comments-link/edit.js.map +1 -1
- package/build-module/post-comments-link/index.js +1 -1
- package/build-module/post-content/edit.js +27 -24
- package/build-module/post-content/edit.js.map +1 -1
- package/build-module/post-content/index.js +1 -1
- package/build-module/post-date/deprecated.js +4 -7
- package/build-module/post-date/deprecated.js.map +1 -1
- package/build-module/post-date/edit.js +27 -33
- package/build-module/post-date/edit.js.map +1 -1
- package/build-module/post-date/index.js +1 -1
- package/build-module/post-excerpt/edit.js +21 -24
- package/build-module/post-excerpt/edit.js.map +1 -1
- package/build-module/post-excerpt/index.js +3 -3
- package/build-module/post-featured-image/dimension-controls.js +12 -13
- package/build-module/post-featured-image/dimension-controls.js.map +1 -1
- package/build-module/post-featured-image/edit.js +27 -37
- package/build-module/post-featured-image/edit.js.map +1 -1
- package/build-module/post-featured-image/index.js +1 -1
- package/build-module/post-featured-image/overlay.js +7 -8
- package/build-module/post-featured-image/overlay.js.map +1 -1
- package/build-module/post-navigation-link/edit.js +11 -12
- package/build-module/post-navigation-link/edit.js.map +1 -1
- package/build-module/post-navigation-link/index.js +1 -1
- package/build-module/post-template/edit.js +99 -86
- package/build-module/post-template/edit.js.map +1 -1
- package/build-module/post-template/index.js +10 -4
- package/build-module/post-template/index.js.map +1 -1
- package/build-module/post-terms/edit.js +10 -15
- package/build-module/post-terms/edit.js.map +1 -1
- package/build-module/post-terms/index.js +1 -1
- package/build-module/post-terms/use-post-terms.js +7 -12
- package/build-module/post-terms/use-post-terms.js.map +1 -1
- package/build-module/post-time-to-read/edit.js +5 -6
- package/build-module/post-time-to-read/edit.js.map +1 -1
- package/build-module/post-time-to-read/index.js +1 -1
- package/build-module/post-title/deprecated.js +4 -7
- package/build-module/post-title/deprecated.js.map +1 -1
- package/build-module/post-title/edit.js +26 -22
- package/build-module/post-title/edit.js.map +1 -1
- package/build-module/post-title/index.js +2 -2
- package/build-module/preformatted/edit.js +7 -8
- package/build-module/preformatted/edit.js.map +1 -1
- package/build-module/preformatted/edit.native.js +5 -7
- package/build-module/preformatted/edit.native.js.map +1 -1
- package/build-module/preformatted/index.js +1 -1
- package/build-module/preformatted/save.js +3 -4
- package/build-module/preformatted/save.js.map +1 -1
- package/build-module/preformatted/transforms.js +14 -20
- package/build-module/preformatted/transforms.js.map +1 -1
- package/build-module/pullquote/deprecated.js +61 -73
- package/build-module/pullquote/deprecated.js.map +1 -1
- package/build-module/pullquote/edit.js +6 -7
- package/build-module/pullquote/edit.js.map +1 -1
- package/build-module/pullquote/edit.native.js +13 -21
- package/build-module/pullquote/edit.native.js.map +1 -1
- package/build-module/pullquote/figure.native.js +5 -6
- package/build-module/pullquote/figure.native.js.map +1 -1
- package/build-module/pullquote/index.js +1 -1
- package/build-module/pullquote/save.js +3 -4
- package/build-module/pullquote/save.js.map +1 -1
- package/build-module/pullquote/transforms.js +17 -24
- package/build-module/pullquote/transforms.js.map +1 -1
- package/build-module/query/deprecated.js +195 -76
- package/build-module/query/deprecated.js.map +1 -1
- package/build-module/query/edit/inspector-controls/author-control.js +5 -8
- package/build-module/query/edit/inspector-controls/author-control.js.map +1 -1
- package/build-module/query/edit/inspector-controls/create-new-post-link.js +6 -7
- package/build-module/query/edit/inspector-controls/create-new-post-link.js.map +1 -1
- package/build-module/query/edit/inspector-controls/index.js +4 -6
- package/build-module/query/edit/inspector-controls/index.js.map +1 -1
- package/build-module/query/edit/inspector-controls/order-control.js +5 -6
- package/build-module/query/edit/inspector-controls/order-control.js.map +1 -1
- package/build-module/query/edit/inspector-controls/parent-control.js +10 -13
- package/build-module/query/edit/inspector-controls/parent-control.js.map +1 -1
- package/build-module/query/edit/inspector-controls/sticky-control.js +4 -5
- package/build-module/query/edit/inspector-controls/sticky-control.js.map +1 -1
- package/build-module/query/edit/inspector-controls/taxonomy-controls.js +15 -19
- package/build-module/query/edit/inspector-controls/taxonomy-controls.js.map +1 -1
- package/build-module/query/edit/pattern-selection-modal.js +5 -6
- package/build-module/query/edit/pattern-selection-modal.js.map +1 -1
- package/build-module/query/edit/query-content.js +7 -9
- package/build-module/query/edit/query-content.js.map +1 -1
- package/build-module/query/edit/query-placeholder.js +16 -20
- package/build-module/query/edit/query-placeholder.js.map +1 -1
- package/build-module/query/edit/query-toolbar.js +18 -42
- package/build-module/query/edit/query-toolbar.js.map +1 -1
- package/build-module/query/index.js +1 -7
- package/build-module/query/index.js.map +1 -1
- package/build-module/query/save.js +5 -6
- package/build-module/query/save.js.map +1 -1
- package/build-module/query/utils.js +24 -60
- package/build-module/query/utils.js.map +1 -1
- package/build-module/query-no-results/index.js +1 -1
- package/build-module/query-pagination/edit.js +28 -11
- package/build-module/query-pagination/edit.js.map +1 -1
- package/build-module/query-pagination/index.js +7 -2
- package/build-module/query-pagination/index.js.map +1 -1
- package/build-module/query-pagination/query-pagination-arrow-controls.js +4 -5
- package/build-module/query-pagination/query-pagination-arrow-controls.js.map +1 -1
- package/build-module/query-pagination/query-pagination-label-control.js +20 -0
- package/build-module/query-pagination/query-pagination-label-control.js.map +1 -0
- package/build-module/query-pagination-next/edit.js +11 -11
- package/build-module/query-pagination-next/edit.js.map +1 -1
- package/build-module/query-pagination-next/index.js +2 -2
- package/build-module/query-pagination-numbers/edit.js +3 -7
- package/build-module/query-pagination-numbers/edit.js.map +1 -1
- package/build-module/query-pagination-numbers/index.js +1 -1
- package/build-module/query-pagination-previous/edit.js +11 -11
- package/build-module/query-pagination-previous/edit.js.map +1 -1
- package/build-module/query-pagination-previous/index.js +2 -2
- package/build-module/query-title/deprecated.js +4 -7
- package/build-module/query-title/deprecated.js.map +1 -1
- package/build-module/query-title/edit.js +10 -11
- package/build-module/query-title/edit.js.map +1 -1
- package/build-module/query-title/index.js +1 -1
- package/build-module/quote/deprecated.js +17 -24
- package/build-module/quote/deprecated.js.map +1 -1
- package/build-module/quote/edit.js +8 -9
- package/build-module/quote/edit.js.map +1 -1
- package/build-module/quote/index.js +1 -1
- package/build-module/quote/save.js +3 -4
- package/build-module/quote/save.js.map +1 -1
- package/build-module/quote/transforms.js +37 -57
- package/build-module/quote/transforms.js.map +1 -1
- package/build-module/read-more/edit.js +8 -9
- package/build-module/read-more/edit.js.map +1 -1
- package/build-module/read-more/index.js +1 -1
- package/build-module/rss/edit.js +4 -5
- package/build-module/rss/edit.js.map +1 -1
- package/build-module/rss/index.js +1 -1
- package/build-module/search/edit.js +74 -32
- package/build-module/search/edit.js.map +1 -1
- package/build-module/search/edit.native.js +28 -37
- package/build-module/search/edit.native.js.map +1 -1
- package/build-module/search/index.js +9 -1
- package/build-module/search/index.js.map +1 -1
- package/build-module/search/view.js +65 -0
- package/build-module/search/view.js.map +1 -0
- package/build-module/separator/deprecated.js +3 -4
- package/build-module/separator/deprecated.js.map +1 -1
- package/build-module/separator/edit.js +6 -9
- package/build-module/separator/edit.js.map +1 -1
- package/build-module/separator/index.js +1 -1
- package/build-module/separator/save.js +5 -8
- package/build-module/separator/save.js.map +1 -1
- package/build-module/shortcode/edit.js +4 -5
- package/build-module/shortcode/edit.js.map +1 -1
- package/build-module/shortcode/index.js +2 -2
- package/build-module/shortcode/save.js +3 -4
- package/build-module/shortcode/save.js.map +1 -1
- package/build-module/shortcode/transforms.js +3 -4
- package/build-module/shortcode/transforms.js.map +1 -1
- package/build-module/site-logo/edit.js +58 -74
- package/build-module/site-logo/edit.js.map +1 -1
- package/build-module/site-logo/index.js +1 -1
- package/build-module/site-logo/transforms.js +4 -5
- package/build-module/site-logo/transforms.js.map +1 -1
- package/build-module/site-tagline/deprecated.js +4 -7
- package/build-module/site-tagline/deprecated.js.map +1 -1
- package/build-module/site-tagline/edit.js +6 -7
- package/build-module/site-tagline/edit.js.map +1 -1
- package/build-module/site-tagline/index.js +1 -1
- package/build-module/site-title/deprecated.js +4 -7
- package/build-module/site-title/deprecated.js.map +1 -1
- package/build-module/site-title/edit/index.js +6 -7
- package/build-module/site-title/edit/index.js.map +1 -1
- package/build-module/site-title/edit/level-icon.js +4 -5
- package/build-module/site-title/edit/level-icon.js.map +1 -1
- package/build-module/site-title/edit/level-toolbar.js +4 -5
- package/build-module/site-title/edit/level-toolbar.js.map +1 -1
- package/build-module/site-title/index.js +1 -1
- package/build-module/site-title/transforms.js +4 -5
- package/build-module/site-title/transforms.js.map +1 -1
- package/build-module/social-link/edit.js +19 -17
- package/build-module/social-link/edit.js.map +1 -1
- package/build-module/social-link/edit.native.js +11 -13
- package/build-module/social-link/edit.native.js.map +1 -1
- package/build-module/social-link/index.js +2 -2
- package/build-module/social-links/deprecated.js +2 -4
- package/build-module/social-links/deprecated.js.map +1 -1
- package/build-module/social-links/edit.js +36 -42
- package/build-module/social-links/edit.js.map +1 -1
- package/build-module/social-links/edit.native.js +18 -25
- package/build-module/social-links/edit.native.js.map +1 -1
- package/build-module/social-links/index.js +3 -1
- package/build-module/social-links/index.js.map +1 -1
- package/build-module/spacer/controls.js +18 -21
- package/build-module/spacer/controls.js.map +1 -1
- package/build-module/spacer/controls.native.js +7 -8
- package/build-module/spacer/controls.native.js.map +1 -1
- package/build-module/spacer/deprecated.js +3 -4
- package/build-module/spacer/deprecated.js.map +1 -1
- package/build-module/spacer/edit.js +20 -23
- package/build-module/spacer/edit.js.map +1 -1
- package/build-module/spacer/edit.native.js +7 -8
- package/build-module/spacer/edit.native.js.map +1 -1
- package/build-module/spacer/index.js +1 -1
- package/build-module/spacer/save.js +6 -7
- package/build-module/spacer/save.js.map +1 -1
- package/build-module/spacer/save.native.js +6 -7
- package/build-module/spacer/save.native.js.map +1 -1
- package/build-module/table/deprecated.js +79 -102
- package/build-module/table/deprecated.js.map +1 -1
- package/build-module/table/edit.js +45 -59
- package/build-module/table/edit.js.map +1 -1
- package/build-module/table/index.js +1 -1
- package/build-module/table/save.js +33 -40
- package/build-module/table/save.js.map +1 -1
- package/build-module/table/state.js +32 -59
- package/build-module/table/state.js.map +1 -1
- package/build-module/table/transforms.js +17 -20
- package/build-module/table/transforms.js.map +1 -1
- package/build-module/table-of-contents/edit.js +9 -10
- package/build-module/table-of-contents/edit.js.map +1 -1
- package/build-module/table-of-contents/index.js +1 -1
- package/build-module/table-of-contents/list.js +3 -4
- package/build-module/table-of-contents/list.js.map +1 -1
- package/build-module/table-of-contents/save.js +5 -7
- package/build-module/table-of-contents/save.js.map +1 -1
- package/build-module/table-of-contents/utils.js +1 -3
- package/build-module/table-of-contents/utils.js.map +1 -1
- package/build-module/tag-cloud/edit.js +6 -8
- package/build-module/tag-cloud/edit.js.map +1 -1
- package/build-module/tag-cloud/index.js +1 -1
- package/build-module/template-part/edit/advanced-controls.js +15 -19
- package/build-module/template-part/edit/advanced-controls.js.map +1 -1
- package/build-module/template-part/edit/import-controls.js +7 -11
- package/build-module/template-part/edit/import-controls.js.map +1 -1
- package/build-module/template-part/edit/index.js +7 -8
- package/build-module/template-part/edit/index.js.map +1 -1
- package/build-module/template-part/edit/inner-blocks.js +8 -11
- package/build-module/template-part/edit/inner-blocks.js.map +1 -1
- package/build-module/template-part/edit/placeholder.js +7 -8
- package/build-module/template-part/edit/placeholder.js.map +1 -1
- package/build-module/template-part/edit/selection-modal.js +8 -11
- package/build-module/template-part/edit/selection-modal.js.map +1 -1
- package/build-module/template-part/edit/title-modal.js +5 -6
- package/build-module/template-part/edit/title-modal.js.map +1 -1
- package/build-module/template-part/edit/utils/hooks.js +4 -6
- package/build-module/template-part/edit/utils/hooks.js.map +1 -1
- package/build-module/template-part/edit/utils/transformers.js +3 -6
- package/build-module/template-part/edit/utils/transformers.js.map +1 -1
- package/build-module/template-part/index.js +11 -19
- package/build-module/template-part/index.js.map +1 -1
- package/build-module/template-part/variations.js +2 -2
- package/build-module/template-part/variations.js.map +1 -1
- package/build-module/term-description/edit.js +5 -6
- package/build-module/term-description/edit.js.map +1 -1
- package/build-module/term-description/index.js +1 -1
- package/build-module/text-columns/edit.js +5 -8
- package/build-module/text-columns/edit.js.map +1 -1
- package/build-module/text-columns/index.js +1 -1
- package/build-module/text-columns/save.js +10 -15
- package/build-module/text-columns/save.js.map +1 -1
- package/build-module/text-columns/transforms.js +14 -20
- package/build-module/text-columns/transforms.js.map +1 -1
- package/build-module/utils/init-block.native.js +1 -3
- package/build-module/utils/init-block.native.js.map +1 -1
- package/build-module/utils/interactivity/constants.js +1 -1
- package/build-module/utils/interactivity/constants.js.map +1 -1
- package/build-module/utils/interactivity/directives.js +70 -81
- package/build-module/utils/interactivity/directives.js.map +1 -1
- package/build-module/utils/interactivity/hooks.js +29 -46
- package/build-module/utils/interactivity/hooks.js.map +1 -1
- package/build-module/utils/interactivity/hydration.js +1 -1
- package/build-module/utils/interactivity/hydration.js.map +1 -1
- package/build-module/utils/interactivity/store.js +4 -5
- package/build-module/utils/interactivity/store.js.map +1 -1
- package/build-module/utils/interactivity/vdom.js +14 -4
- package/build-module/utils/interactivity/vdom.js.map +1 -1
- package/build-module/utils/migrate-font-family.js +1 -3
- package/build-module/utils/migrate-font-family.js.map +1 -1
- package/build-module/utils/search-patterns.js +5 -19
- package/build-module/utils/search-patterns.js.map +1 -1
- package/build-module/utils/transformation-categories.native.js +1 -4
- package/build-module/utils/transformation-categories.native.js.map +1 -1
- package/build-module/verse/deprecated.js +10 -15
- package/build-module/verse/deprecated.js.map +1 -1
- package/build-module/verse/edit.js +7 -8
- package/build-module/verse/edit.js.map +1 -1
- package/build-module/verse/index.js +1 -1
- package/build-module/verse/save.js +3 -4
- package/build-module/verse/save.js.map +1 -1
- package/build-module/video/deprecated.js +4 -5
- package/build-module/video/deprecated.js.map +1 -1
- package/build-module/video/edit-common-settings.js +4 -5
- package/build-module/video/edit-common-settings.js.map +1 -1
- package/build-module/video/edit.js +18 -27
- package/build-module/video/edit.js.map +1 -1
- package/build-module/video/edit.native.js +18 -24
- package/build-module/video/edit.native.js.map +1 -1
- package/build-module/video/index.js +1 -1
- package/build-module/video/save.js +3 -4
- package/build-module/video/save.js.map +1 -1
- package/build-module/video/tracks-editor.js +39 -51
- package/build-module/video/tracks-editor.js.map +1 -1
- package/build-module/video/tracks.js +3 -4
- package/build-module/video/tracks.js.map +1 -1
- package/build-module/video/transforms.js +30 -35
- package/build-module/video/transforms.js.map +1 -1
- package/build-style/editor-rtl.css +8 -8
- package/build-style/editor.css +8 -8
- package/build-style/image/style-rtl.css +17 -7
- package/build-style/image/style.css +17 -7
- package/build-style/navigation/editor-rtl.css +8 -8
- package/build-style/navigation/editor.css +8 -8
- package/build-style/post-template/style-rtl.css +6 -0
- package/build-style/post-template/style.css +6 -0
- package/build-style/search/style-rtl.css +30 -0
- package/build-style/search/style.css +30 -0
- package/build-style/social-links/style-rtl.css +4 -0
- package/build-style/social-links/style.css +4 -0
- package/build-style/style-rtl.css +66 -7
- package/build-style/style.css +66 -7
- package/build-style/term-description/style-rtl.css +97 -0
- package/build-style/term-description/style.css +97 -0
- package/package.json +31 -31
- package/src/archives/block.json +1 -1
- package/src/audio/block.json +1 -1
- package/src/avatar/block.json +1 -1
- package/src/block/block.json +1 -1
- package/src/button/block.json +1 -1
- package/src/buttons/block.json +1 -1
- package/src/calendar/block.json +1 -1
- package/src/categories/block.json +1 -1
- package/src/code/block.json +1 -1
- package/src/column/block.json +1 -1
- package/src/columns/block.json +1 -1
- package/src/columns/test/__snapshots__/edit.native.js.snap +72 -0
- package/src/columns/test/edit.native.js +25 -0
- package/src/comment-author-avatar/block.json +1 -1
- package/src/comment-author-name/block.json +1 -1
- package/src/comment-content/block.json +1 -1
- package/src/comment-date/block.json +1 -1
- package/src/comment-edit-link/block.json +1 -1
- package/src/comment-reply-link/block.json +1 -1
- package/src/comment-template/block.json +1 -1
- package/src/comment-template/index.php +13 -1
- package/src/comments/block.json +1 -1
- package/src/comments/deprecated.js +1 -1
- package/src/comments-pagination/block.json +1 -1
- package/src/comments-pagination-next/block.json +1 -1
- package/src/comments-pagination-next/index.php +1 -1
- package/src/comments-pagination-numbers/block.json +1 -1
- package/src/comments-pagination-previous/block.json +1 -1
- package/src/comments-pagination-previous/index.php +1 -1
- package/src/comments-title/block.json +1 -1
- package/src/cover/block.json +1 -1
- package/src/details/block.json +1 -2
- package/src/embed/block.json +1 -1
- package/src/file/block.json +2 -2
- package/src/file/index.php +30 -7
- package/src/freeform/block.json +2 -2
- package/src/gallery/block.json +1 -1
- package/src/gallery/v1/save.js +1 -1
- package/src/group/block.json +1 -1
- package/src/heading/block.json +1 -1
- package/src/home-link/block.json +1 -1
- package/src/html/block.json +1 -1
- package/src/image/block.json +4 -4
- package/src/image/index.php +0 -72
- package/src/image/interactivity.js +5 -0
- package/src/image/style.scss +19 -7
- package/src/index.js +1 -3
- package/src/latest-comments/block.json +1 -1
- package/src/latest-posts/block.json +1 -1
- package/src/list/block.json +1 -1
- package/src/list-item/block.json +1 -1
- package/src/loginout/block.json +1 -1
- package/src/media-text/block.json +1 -1
- package/src/missing/block.json +1 -1
- package/src/more/block.json +1 -1
- package/src/more/edit.native.js +8 -15
- package/src/navigation/block.json +2 -2
- package/src/navigation/edit/menu-inspector-controls.js +43 -50
- package/src/navigation/editor.scss +14 -12
- package/src/navigation/index.php +169 -33
- package/src/navigation/interactivity.js +75 -57
- package/src/navigation-link/block.json +1 -1
- package/src/navigation-link/edit.js +1 -9
- package/src/navigation-link/hooks.js +2 -2
- package/src/navigation-link/link-ui.js +12 -6
- package/src/navigation-link/test/__snapshots__/hooks.js.snap +2 -2
- package/src/navigation-submenu/block.json +1 -1
- package/src/nextpage/block.json +1 -1
- package/src/nextpage/edit.native.js +2 -2
- package/src/page-list/block.json +1 -1
- package/src/page-list-item/block.json +1 -1
- package/src/page-list-item/index.php +14 -0
- package/src/paragraph/block.json +1 -1
- package/src/pattern/block.json +1 -1
- package/src/post-author/block.json +1 -1
- package/src/post-author-biography/block.json +1 -1
- package/src/post-author-name/block.json +1 -1
- package/src/post-comment/block.json +1 -1
- package/src/post-comments-count/block.json +1 -1
- package/src/post-comments-form/block.json +1 -1
- package/src/post-comments-link/block.json +1 -1
- package/src/post-content/block.json +1 -1
- package/src/post-content/edit.js +22 -2
- package/src/post-date/block.json +1 -1
- package/src/post-excerpt/block.json +3 -3
- package/src/post-excerpt/edit.js +5 -14
- package/src/post-excerpt/index.php +2 -2
- package/src/post-featured-image/block.json +1 -1
- package/src/post-navigation-link/block.json +1 -1
- package/src/post-template/block.json +10 -4
- package/src/post-template/edit.js +66 -32
- package/src/post-template/index.php +10 -9
- package/src/post-template/style.scss +8 -1
- package/src/post-terms/block.json +1 -1
- package/src/post-time-to-read/block.json +1 -1
- package/src/post-title/block.json +2 -2
- package/src/post-title/edit.js +22 -17
- package/src/preformatted/block.json +1 -1
- package/src/pullquote/block.json +1 -1
- package/src/query/block.json +1 -7
- package/src/query/deprecated.js +167 -22
- package/src/query/edit/inspector-controls/index.js +4 -2
- package/src/query/edit/query-content.js +0 -1
- package/src/query/edit/query-toolbar.js +3 -22
- package/src/query-no-results/block.json +1 -1
- package/src/query-pagination/block.json +7 -2
- package/src/query-pagination/edit.js +18 -2
- package/src/query-pagination/query-pagination-label-control.js +19 -0
- package/src/query-pagination-next/block.json +2 -2
- package/src/query-pagination-next/edit.js +13 -11
- package/src/query-pagination-next/index.php +7 -2
- package/src/query-pagination-numbers/block.json +1 -1
- package/src/query-pagination-previous/block.json +2 -2
- package/src/query-pagination-previous/edit.js +13 -11
- package/src/query-pagination-previous/index.php +7 -2
- package/src/query-title/block.json +1 -1
- package/src/quote/block.json +1 -1
- package/src/read-more/block.json +1 -1
- package/src/rss/block.json +1 -1
- package/src/search/block.json +9 -1
- package/src/search/edit.js +61 -3
- package/src/search/index.php +50 -51
- package/src/search/style.scss +39 -0
- package/src/search/view.js +68 -0
- package/src/separator/block.json +1 -1
- package/src/shortcode/block.json +2 -2
- package/src/site-logo/block.json +1 -1
- package/src/site-logo/index.php +1 -1
- package/src/site-tagline/block.json +1 -1
- package/src/site-title/block.json +1 -1
- package/src/social-link/block.json +3 -1
- package/src/social-link/edit.js +10 -1
- package/src/social-link/index.php +22 -1
- package/src/social-links/block.json +3 -1
- package/src/social-links/style.scss +10 -0
- package/src/spacer/block.json +1 -1
- package/src/spacer/controls.js +1 -0
- package/src/style.scss +1 -0
- package/src/table/block.json +1 -1
- package/src/table-of-contents/block.json +1 -1
- package/src/tag-cloud/block.json +1 -1
- package/src/template-part/block.json +1 -1
- package/src/term-description/block.json +1 -1
- package/src/term-description/style.scss +11 -0
- package/src/text-columns/block.json +1 -1
- package/src/utils/interactivity/constants.js +1 -1
- package/src/utils/interactivity/directives.js +5 -5
- package/src/utils/interactivity/hydration.js +1 -1
- package/src/utils/interactivity/vdom.js +21 -4
- package/src/verse/block.json +1 -1
- package/src/video/block.json +1 -1
- package/build/file/view.js +0 -9
- package/build/file/view.js.map +0 -1
- package/build/navigation/view-modal.js +0 -66
- package/build/navigation/view-modal.js.map +0 -1
- package/build/navigation/view.js +0 -61
- package/build/navigation/view.js.map +0 -1
- package/build-module/file/view.js +0 -6
- package/build-module/file/view.js.map +0 -1
- package/build-module/navigation/view-modal.js +0 -60
- package/build-module/navigation/view-modal.js.map +0 -1
- package/build-module/navigation/view.js +0 -59
- package/build-module/navigation/view.js.map +0 -1
- package/src/file/view.js +0 -9
- package/src/navigation/view-modal.js +0 -78
- package/src/navigation/view.js +0 -74
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["@wordpress/block-library/src/comment-template/edit.js"],"names":["useState","memo","useSelect","__","BlockContextProvider","useBlockProps","useInnerBlocksProps","store","blockEditorStore","__experimentalUseBlockPreview","useBlockPreview","Spinner","coreStore","useCommentQueryArgs","useCommentTree","TEMPLATE","getCommentsPlaceholder","perPage","pageComments","threadComments","threadCommentsDepth","commentsDepth","Math","min","buildChildrenComment","commentsLevel","nextLevel","commentId","children","placeholderComments","push","CommentTemplateInnerBlocks","comment","activeCommentId","setActiveCommentId","firstCommentId","blocks","innerBlocksProps","template","length","CommentTemplatePreview","isHidden","blockPreviewProps","handleOnClick","style","display","undefined","MemoizedCommentTemplatePreview","CommentsList","comments","blockProps","map","index","CommentTemplateEdit","clientId","context","postId","commentOrder","commentsPerPage","select","getSettings","__experimentalDiscussionSettings","commentQuery","topLevelComments","getEntityRecords","getBlocks","commentTree","reverse"],"mappings":"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","sourcesContent":["/**\n * WordPress dependencies\n */\nimport { useState, memo } from '@wordpress/element';\nimport { useSelect } from '@wordpress/data';\nimport { __ } from '@wordpress/i18n';\nimport {\n\tBlockContextProvider,\n\tuseBlockProps,\n\tuseInnerBlocksProps,\n\tstore as blockEditorStore,\n\t__experimentalUseBlockPreview as useBlockPreview,\n} from '@wordpress/block-editor';\nimport { Spinner } from '@wordpress/components';\nimport { store as coreStore } from '@wordpress/core-data';\n\n/**\n * Internal dependencies\n */\nimport { useCommentQueryArgs, useCommentTree } from './hooks';\n\nconst TEMPLATE = [\n\t[ 'core/avatar' ],\n\t[ 'core/comment-author-name' ],\n\t[ 'core/comment-date' ],\n\t[ 'core/comment-content' ],\n\t[ 'core/comment-reply-link' ],\n\t[ 'core/comment-edit-link' ],\n];\n\n/**\n * Function that returns a comment structure that will be rendered with default placehoders.\n *\n * Each comment has a `commentId` property that is always a negative number in\n * case of the placeholders. This is to ensure that the comment does not\n * conflict with the actual (real) comments.\n *\n * @param {Object} settings Discussion Settings.\n * @param {number} [settings.perPage] - Comments per page setting or block attribute.\n * @param {boolean} [settings.pageComments] - Enable break comments into pages setting.\n * @param {boolean} [settings.threadComments] - Enable threaded (nested) comments setting.\n * @param {number} [settings.threadCommentsDepth] - Level deep of threaded comments.\n *\n * @typedef {{id: null, children: EmptyComment[]}} EmptyComment\n * @return {EmptyComment[]} \t\tInner blocks of the Comment Template\n */\nconst getCommentsPlaceholder = ( {\n\tperPage,\n\tpageComments,\n\tthreadComments,\n\tthreadCommentsDepth,\n} ) => {\n\t// Limit commentsDepth to 3\n\tconst commentsDepth = ! threadComments\n\t\t? 1\n\t\t: Math.min( threadCommentsDepth, 3 );\n\n\tconst buildChildrenComment = ( commentsLevel ) => {\n\t\t// Render children comments until commentsDepth is reached\n\t\tif ( commentsLevel < commentsDepth ) {\n\t\t\tconst nextLevel = commentsLevel + 1;\n\n\t\t\treturn [\n\t\t\t\t{\n\t\t\t\t\tcommentId: -( commentsLevel + 3 ),\n\t\t\t\t\tchildren: buildChildrenComment( nextLevel ),\n\t\t\t\t},\n\t\t\t];\n\t\t}\n\t\treturn [];\n\t};\n\n\t// Add the first comment and its children\n\tconst placeholderComments = [\n\t\t{ commentId: -1, children: buildChildrenComment( 1 ) },\n\t];\n\n\t// Add a second comment unless the break comments setting is active and set to less than 2, and there is one nested comment max\n\tif ( ( ! pageComments || perPage >= 2 ) && commentsDepth < 3 ) {\n\t\tplaceholderComments.push( {\n\t\t\tcommentId: -2,\n\t\t\tchildren: [],\n\t\t} );\n\t}\n\n\t// Add a third comment unless the break comments setting is active and set to less than 3, and there aren't nested comments\n\tif ( ( ! pageComments || perPage >= 3 ) && commentsDepth < 2 ) {\n\t\tplaceholderComments.push( {\n\t\t\tcommentId: -3,\n\t\t\tchildren: [],\n\t\t} );\n\t}\n\n\t// In case that the value is set but larger than 3 we truncate it to 3.\n\treturn placeholderComments;\n};\n\n/**\n * Component which renders the inner blocks of the Comment Template.\n *\n * @param {Object} props Component props.\n * @param {Array} [props.comment] - A comment object.\n * @param {Array} [props.activeCommentId] - The ID of the comment that is currently active.\n * @param {Array} [props.setActiveCommentId] - The setter for activeCommentId.\n * @param {Array} [props.firstCommentId] - ID of the first comment in the array.\n * @param {Array} [props.blocks] - Array of blocks returned from\n * getBlocks() in parent .\n * @return {WPElement} \t\tInner blocks of the Comment Template\n */\nfunction CommentTemplateInnerBlocks( {\n\tcomment,\n\tactiveCommentId,\n\tsetActiveCommentId,\n\tfirstCommentId,\n\tblocks,\n} ) {\n\tconst { children, ...innerBlocksProps } = useInnerBlocksProps(\n\t\t{},\n\t\t{ template: TEMPLATE }\n\t);\n\n\treturn (\n\t\t<li { ...innerBlocksProps }>\n\t\t\t{ comment.commentId === ( activeCommentId || firstCommentId )\n\t\t\t\t? children\n\t\t\t\t: null }\n\n\t\t\t{ /* To avoid flicker when switching active block contexts, a preview\n\t\t\t is ALWAYS rendered and the preview for the active block is hidden.\n\t\t\t This ensures that when switching the active block, the component is not\n\t\t\t mounted again but rather it only toggles the `isHidden` prop.\n\t\t\t The same strategy is used for preventing the flicker in the Post Template\n\t\t\t block. */ }\n\t\t\t<MemoizedCommentTemplatePreview\n\t\t\t\tblocks={ blocks }\n\t\t\t\tcommentId={ comment.commentId }\n\t\t\t\tsetActiveCommentId={ setActiveCommentId }\n\t\t\t\tisHidden={\n\t\t\t\t\tcomment.commentId === ( activeCommentId || firstCommentId )\n\t\t\t\t}\n\t\t\t/>\n\n\t\t\t{ comment?.children?.length > 0 ? (\n\t\t\t\t<CommentsList\n\t\t\t\t\tcomments={ comment.children }\n\t\t\t\t\tactiveCommentId={ activeCommentId }\n\t\t\t\t\tsetActiveCommentId={ setActiveCommentId }\n\t\t\t\t\tblocks={ blocks }\n\t\t\t\t\tfirstCommentId={ firstCommentId }\n\t\t\t\t/>\n\t\t\t) : null }\n\t\t</li>\n\t);\n}\n\nconst CommentTemplatePreview = ( {\n\tblocks,\n\tcommentId,\n\tsetActiveCommentId,\n\tisHidden,\n} ) => {\n\tconst blockPreviewProps = useBlockPreview( {\n\t\tblocks,\n\t} );\n\n\tconst handleOnClick = () => {\n\t\tsetActiveCommentId( commentId );\n\t};\n\n\t// We have to hide the preview block if the `comment` props points to\n\t// the curently active block!\n\n\t// Or, to put it differently, every preview block is visible unless it is the\n\t// currently active block - in this case we render its inner blocks.\n\tconst style = {\n\t\tdisplay: isHidden ? 'none' : undefined,\n\t};\n\n\treturn (\n\t\t<div\n\t\t\t{ ...blockPreviewProps }\n\t\t\ttabIndex={ 0 }\n\t\t\trole=\"button\"\n\t\t\tstyle={ style }\n\t\t\t// eslint-disable-next-line jsx-a11y/no-noninteractive-element-to-interactive-role\n\t\t\tonClick={ handleOnClick }\n\t\t\tonKeyPress={ handleOnClick }\n\t\t/>\n\t);\n};\n\nconst MemoizedCommentTemplatePreview = memo( CommentTemplatePreview );\n\n/**\n * Component that renders a list of (nested) comments. It is called recursively.\n *\n * @param {Object} props Component props.\n * @param {Array} [props.comments] - Array of comment objects.\n * @param {Array} [props.blockProps] - Props from parent's `useBlockProps()`.\n * @param {Array} [props.activeCommentId] - The ID of the comment that is currently active.\n * @param {Array} [props.setActiveCommentId] - The setter for activeCommentId.\n * @param {Array} [props.blocks] - Array of blocks returned from getBlocks() in parent.\n * @param {Object} [props.firstCommentId] - The ID of the first comment in the array of\n * comment objects.\n * @return {WPElement} \t\tList of comments.\n */\nconst CommentsList = ( {\n\tcomments,\n\tblockProps,\n\tactiveCommentId,\n\tsetActiveCommentId,\n\tblocks,\n\tfirstCommentId,\n} ) => (\n\t<ol { ...blockProps }>\n\t\t{ comments &&\n\t\t\tcomments.map( ( { commentId, ...comment }, index ) => (\n\t\t\t\t<BlockContextProvider\n\t\t\t\t\tkey={ comment.commentId || index }\n\t\t\t\t\tvalue={ {\n\t\t\t\t\t\t// If the commentId is negative it means that this comment is a\n\t\t\t\t\t\t// \"placeholder\" and that the block is most likely being used in the\n\t\t\t\t\t\t// site editor. In this case, we have to set the commentId to `null`\n\t\t\t\t\t\t// because otherwise the (non-existent) comment with a negative ID\n\t\t\t\t\t\t// would be reqested from the REST API.\n\t\t\t\t\t\tcommentId: commentId < 0 ? null : commentId,\n\t\t\t\t\t} }\n\t\t\t\t>\n\t\t\t\t\t<CommentTemplateInnerBlocks\n\t\t\t\t\t\tcomment={ { commentId, ...comment } }\n\t\t\t\t\t\tactiveCommentId={ activeCommentId }\n\t\t\t\t\t\tsetActiveCommentId={ setActiveCommentId }\n\t\t\t\t\t\tblocks={ blocks }\n\t\t\t\t\t\tfirstCommentId={ firstCommentId }\n\t\t\t\t\t/>\n\t\t\t\t</BlockContextProvider>\n\t\t\t) ) }\n\t</ol>\n);\n\nexport default function CommentTemplateEdit( {\n\tclientId,\n\tcontext: { postId },\n} ) {\n\tconst blockProps = useBlockProps();\n\n\tconst [ activeCommentId, setActiveCommentId ] = useState();\n\tconst {\n\t\tcommentOrder,\n\t\tthreadCommentsDepth,\n\t\tthreadComments,\n\t\tcommentsPerPage,\n\t\tpageComments,\n\t} = useSelect( ( select ) => {\n\t\tconst { getSettings } = select( blockEditorStore );\n\t\treturn getSettings().__experimentalDiscussionSettings;\n\t} );\n\n\tconst commentQuery = useCommentQueryArgs( {\n\t\tpostId,\n\t} );\n\n\tconst { topLevelComments, blocks } = useSelect(\n\t\t( select ) => {\n\t\t\tconst { getEntityRecords } = select( coreStore );\n\t\t\tconst { getBlocks } = select( blockEditorStore );\n\t\t\treturn {\n\t\t\t\t// Request only top-level comments. Replies are embedded.\n\t\t\t\ttopLevelComments: commentQuery\n\t\t\t\t\t? getEntityRecords( 'root', 'comment', commentQuery )\n\t\t\t\t\t: null,\n\t\t\t\tblocks: getBlocks( clientId ),\n\t\t\t};\n\t\t},\n\t\t[ clientId, commentQuery ]\n\t);\n\n\t// Generate a tree structure of comment IDs.\n\tlet commentTree = useCommentTree(\n\t\t// Reverse the order of top comments if needed.\n\t\tcommentOrder === 'desc' && topLevelComments\n\t\t\t? [ ...topLevelComments ].reverse()\n\t\t\t: topLevelComments\n\t);\n\n\tif ( ! topLevelComments ) {\n\t\treturn (\n\t\t\t<p { ...blockProps }>\n\t\t\t\t<Spinner />\n\t\t\t</p>\n\t\t);\n\t}\n\n\tif ( ! postId ) {\n\t\tcommentTree = getCommentsPlaceholder( {\n\t\t\tperPage: commentsPerPage,\n\t\t\tpageComments,\n\t\t\tthreadComments,\n\t\t\tthreadCommentsDepth,\n\t\t} );\n\t}\n\n\tif ( ! commentTree.length ) {\n\t\treturn <p { ...blockProps }>{ __( 'No results found.' ) }</p>;\n\t}\n\n\treturn (\n\t\t<CommentsList\n\t\t\tcomments={ commentTree }\n\t\t\tblockProps={ blockProps }\n\t\t\tblocks={ blocks }\n\t\t\tactiveCommentId={ activeCommentId }\n\t\t\tsetActiveCommentId={ setActiveCommentId }\n\t\t\tfirstCommentId={ commentTree[ 0 ]?.commentId }\n\t\t/>\n\t);\n}\n"]}
|
|
1
|
+
{"version":3,"sources":["@wordpress/block-library/src/comment-template/edit.js"],"names":["useState","memo","useSelect","__","BlockContextProvider","useBlockProps","useInnerBlocksProps","store","blockEditorStore","__experimentalUseBlockPreview","useBlockPreview","Spinner","coreStore","useCommentQueryArgs","useCommentTree","TEMPLATE","getCommentsPlaceholder","perPage","pageComments","threadComments","threadCommentsDepth","commentsDepth","Math","min","buildChildrenComment","commentsLevel","nextLevel","commentId","children","placeholderComments","push","CommentTemplateInnerBlocks","comment","activeCommentId","setActiveCommentId","firstCommentId","blocks","innerBlocksProps","template","length","CommentTemplatePreview","isHidden","blockPreviewProps","handleOnClick","style","display","undefined","MemoizedCommentTemplatePreview","CommentsList","comments","blockProps","map","index","CommentTemplateEdit","clientId","context","postId","commentOrder","commentsPerPage","select","getSettings","__experimentalDiscussionSettings","commentQuery","topLevelComments","getEntityRecords","getBlocks","commentTree","reverse"],"mappings":"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","sourcesContent":["/**\n * WordPress dependencies\n */\nimport { useState, memo } from '@wordpress/element';\nimport { useSelect } from '@wordpress/data';\nimport { __ } from '@wordpress/i18n';\nimport {\n\tBlockContextProvider,\n\tuseBlockProps,\n\tuseInnerBlocksProps,\n\tstore as blockEditorStore,\n\t__experimentalUseBlockPreview as useBlockPreview,\n} from '@wordpress/block-editor';\nimport { Spinner } from '@wordpress/components';\nimport { store as coreStore } from '@wordpress/core-data';\n\n/**\n * Internal dependencies\n */\nimport { useCommentQueryArgs, useCommentTree } from './hooks';\n\nconst TEMPLATE = [\n\t[ 'core/avatar' ],\n\t[ 'core/comment-author-name' ],\n\t[ 'core/comment-date' ],\n\t[ 'core/comment-content' ],\n\t[ 'core/comment-reply-link' ],\n\t[ 'core/comment-edit-link' ],\n];\n\n/**\n * Function that returns a comment structure that will be rendered with default placehoders.\n *\n * Each comment has a `commentId` property that is always a negative number in\n * case of the placeholders. This is to ensure that the comment does not\n * conflict with the actual (real) comments.\n *\n * @param {Object} settings Discussion Settings.\n * @param {number} [settings.perPage] - Comments per page setting or block attribute.\n * @param {boolean} [settings.pageComments] - Enable break comments into pages setting.\n * @param {boolean} [settings.threadComments] - Enable threaded (nested) comments setting.\n * @param {number} [settings.threadCommentsDepth] - Level deep of threaded comments.\n *\n * @typedef {{id: null, children: EmptyComment[]}} EmptyComment\n * @return {EmptyComment[]} \t\tInner blocks of the Comment Template\n */\nconst getCommentsPlaceholder = ( {\n\tperPage,\n\tpageComments,\n\tthreadComments,\n\tthreadCommentsDepth,\n} ) => {\n\t// Limit commentsDepth to 3\n\tconst commentsDepth = ! threadComments\n\t\t? 1\n\t\t: Math.min( threadCommentsDepth, 3 );\n\n\tconst buildChildrenComment = ( commentsLevel ) => {\n\t\t// Render children comments until commentsDepth is reached\n\t\tif ( commentsLevel < commentsDepth ) {\n\t\t\tconst nextLevel = commentsLevel + 1;\n\n\t\t\treturn [\n\t\t\t\t{\n\t\t\t\t\tcommentId: -( commentsLevel + 3 ),\n\t\t\t\t\tchildren: buildChildrenComment( nextLevel ),\n\t\t\t\t},\n\t\t\t];\n\t\t}\n\t\treturn [];\n\t};\n\n\t// Add the first comment and its children\n\tconst placeholderComments = [\n\t\t{ commentId: -1, children: buildChildrenComment( 1 ) },\n\t];\n\n\t// Add a second comment unless the break comments setting is active and set to less than 2, and there is one nested comment max\n\tif ( ( ! pageComments || perPage >= 2 ) && commentsDepth < 3 ) {\n\t\tplaceholderComments.push( {\n\t\t\tcommentId: -2,\n\t\t\tchildren: [],\n\t\t} );\n\t}\n\n\t// Add a third comment unless the break comments setting is active and set to less than 3, and there aren't nested comments\n\tif ( ( ! pageComments || perPage >= 3 ) && commentsDepth < 2 ) {\n\t\tplaceholderComments.push( {\n\t\t\tcommentId: -3,\n\t\t\tchildren: [],\n\t\t} );\n\t}\n\n\t// In case that the value is set but larger than 3 we truncate it to 3.\n\treturn placeholderComments;\n};\n\n/**\n * Component which renders the inner blocks of the Comment Template.\n *\n * @param {Object} props Component props.\n * @param {Array} [props.comment] - A comment object.\n * @param {Array} [props.activeCommentId] - The ID of the comment that is currently active.\n * @param {Array} [props.setActiveCommentId] - The setter for activeCommentId.\n * @param {Array} [props.firstCommentId] - ID of the first comment in the array.\n * @param {Array} [props.blocks] - Array of blocks returned from\n * getBlocks() in parent .\n * @return {WPElement} \t\tInner blocks of the Comment Template\n */\nfunction CommentTemplateInnerBlocks( {\n\tcomment,\n\tactiveCommentId,\n\tsetActiveCommentId,\n\tfirstCommentId,\n\tblocks,\n} ) {\n\tconst { children, ...innerBlocksProps } = useInnerBlocksProps(\n\t\t{},\n\t\t{ template: TEMPLATE }\n\t);\n\n\treturn (\n\t\t<li { ...innerBlocksProps }>\n\t\t\t{ comment.commentId === ( activeCommentId || firstCommentId )\n\t\t\t\t? children\n\t\t\t\t: null }\n\n\t\t\t{ /* To avoid flicker when switching active block contexts, a preview\n\t\t\t is ALWAYS rendered and the preview for the active block is hidden.\n\t\t\t This ensures that when switching the active block, the component is not\n\t\t\t mounted again but rather it only toggles the `isHidden` prop.\n\t\t\t The same strategy is used for preventing the flicker in the Post Template\n\t\t\t block. */ }\n\t\t\t<MemoizedCommentTemplatePreview\n\t\t\t\tblocks={ blocks }\n\t\t\t\tcommentId={ comment.commentId }\n\t\t\t\tsetActiveCommentId={ setActiveCommentId }\n\t\t\t\tisHidden={\n\t\t\t\t\tcomment.commentId === ( activeCommentId || firstCommentId )\n\t\t\t\t}\n\t\t\t/>\n\n\t\t\t{ comment?.children?.length > 0 ? (\n\t\t\t\t<CommentsList\n\t\t\t\t\tcomments={ comment.children }\n\t\t\t\t\tactiveCommentId={ activeCommentId }\n\t\t\t\t\tsetActiveCommentId={ setActiveCommentId }\n\t\t\t\t\tblocks={ blocks }\n\t\t\t\t\tfirstCommentId={ firstCommentId }\n\t\t\t\t/>\n\t\t\t) : null }\n\t\t</li>\n\t);\n}\n\nconst CommentTemplatePreview = ( {\n\tblocks,\n\tcommentId,\n\tsetActiveCommentId,\n\tisHidden,\n} ) => {\n\tconst blockPreviewProps = useBlockPreview( {\n\t\tblocks,\n\t} );\n\n\tconst handleOnClick = () => {\n\t\tsetActiveCommentId( commentId );\n\t};\n\n\t// We have to hide the preview block if the `comment` props points to\n\t// the curently active block!\n\n\t// Or, to put it differently, every preview block is visible unless it is the\n\t// currently active block - in this case we render its inner blocks.\n\tconst style = {\n\t\tdisplay: isHidden ? 'none' : undefined,\n\t};\n\n\treturn (\n\t\t<div\n\t\t\t{ ...blockPreviewProps }\n\t\t\ttabIndex={ 0 }\n\t\t\trole=\"button\"\n\t\t\tstyle={ style }\n\t\t\t// eslint-disable-next-line jsx-a11y/no-noninteractive-element-to-interactive-role\n\t\t\tonClick={ handleOnClick }\n\t\t\tonKeyPress={ handleOnClick }\n\t\t/>\n\t);\n};\n\nconst MemoizedCommentTemplatePreview = memo( CommentTemplatePreview );\n\n/**\n * Component that renders a list of (nested) comments. It is called recursively.\n *\n * @param {Object} props Component props.\n * @param {Array} [props.comments] - Array of comment objects.\n * @param {Array} [props.blockProps] - Props from parent's `useBlockProps()`.\n * @param {Array} [props.activeCommentId] - The ID of the comment that is currently active.\n * @param {Array} [props.setActiveCommentId] - The setter for activeCommentId.\n * @param {Array} [props.blocks] - Array of blocks returned from getBlocks() in parent.\n * @param {Object} [props.firstCommentId] - The ID of the first comment in the array of\n * comment objects.\n * @return {WPElement} \t\tList of comments.\n */\nconst CommentsList = ( {\n\tcomments,\n\tblockProps,\n\tactiveCommentId,\n\tsetActiveCommentId,\n\tblocks,\n\tfirstCommentId,\n} ) => (\n\t<ol { ...blockProps }>\n\t\t{ comments &&\n\t\t\tcomments.map( ( { commentId, ...comment }, index ) => (\n\t\t\t\t<BlockContextProvider\n\t\t\t\t\tkey={ comment.commentId || index }\n\t\t\t\t\tvalue={ {\n\t\t\t\t\t\t// If the commentId is negative it means that this comment is a\n\t\t\t\t\t\t// \"placeholder\" and that the block is most likely being used in the\n\t\t\t\t\t\t// site editor. In this case, we have to set the commentId to `null`\n\t\t\t\t\t\t// because otherwise the (non-existent) comment with a negative ID\n\t\t\t\t\t\t// would be reqested from the REST API.\n\t\t\t\t\t\tcommentId: commentId < 0 ? null : commentId,\n\t\t\t\t\t} }\n\t\t\t\t>\n\t\t\t\t\t<CommentTemplateInnerBlocks\n\t\t\t\t\t\tcomment={ { commentId, ...comment } }\n\t\t\t\t\t\tactiveCommentId={ activeCommentId }\n\t\t\t\t\t\tsetActiveCommentId={ setActiveCommentId }\n\t\t\t\t\t\tblocks={ blocks }\n\t\t\t\t\t\tfirstCommentId={ firstCommentId }\n\t\t\t\t\t/>\n\t\t\t\t</BlockContextProvider>\n\t\t\t) ) }\n\t</ol>\n);\n\nexport default function CommentTemplateEdit( {\n\tclientId,\n\tcontext: { postId },\n} ) {\n\tconst blockProps = useBlockProps();\n\n\tconst [ activeCommentId, setActiveCommentId ] = useState();\n\tconst {\n\t\tcommentOrder,\n\t\tthreadCommentsDepth,\n\t\tthreadComments,\n\t\tcommentsPerPage,\n\t\tpageComments,\n\t} = useSelect( ( select ) => {\n\t\tconst { getSettings } = select( blockEditorStore );\n\t\treturn getSettings().__experimentalDiscussionSettings;\n\t} );\n\n\tconst commentQuery = useCommentQueryArgs( {\n\t\tpostId,\n\t} );\n\n\tconst { topLevelComments, blocks } = useSelect(\n\t\t( select ) => {\n\t\t\tconst { getEntityRecords } = select( coreStore );\n\t\t\tconst { getBlocks } = select( blockEditorStore );\n\t\t\treturn {\n\t\t\t\t// Request only top-level comments. Replies are embedded.\n\t\t\t\ttopLevelComments: commentQuery\n\t\t\t\t\t? getEntityRecords( 'root', 'comment', commentQuery )\n\t\t\t\t\t: null,\n\t\t\t\tblocks: getBlocks( clientId ),\n\t\t\t};\n\t\t},\n\t\t[ clientId, commentQuery ]\n\t);\n\n\t// Generate a tree structure of comment IDs.\n\tlet commentTree = useCommentTree(\n\t\t// Reverse the order of top comments if needed.\n\t\tcommentOrder === 'desc' && topLevelComments\n\t\t\t? [ ...topLevelComments ].reverse()\n\t\t\t: topLevelComments\n\t);\n\n\tif ( ! topLevelComments ) {\n\t\treturn (\n\t\t\t<p { ...blockProps }>\n\t\t\t\t<Spinner />\n\t\t\t</p>\n\t\t);\n\t}\n\n\tif ( ! postId ) {\n\t\tcommentTree = getCommentsPlaceholder( {\n\t\t\tperPage: commentsPerPage,\n\t\t\tpageComments,\n\t\t\tthreadComments,\n\t\t\tthreadCommentsDepth,\n\t\t} );\n\t}\n\n\tif ( ! commentTree.length ) {\n\t\treturn <p { ...blockProps }>{ __( 'No results found.' ) }</p>;\n\t}\n\n\treturn (\n\t\t<CommentsList\n\t\t\tcomments={ commentTree }\n\t\t\tblockProps={ blockProps }\n\t\t\tblocks={ blocks }\n\t\t\tactiveCommentId={ activeCommentId }\n\t\t\tsetActiveCommentId={ setActiveCommentId }\n\t\t\tfirstCommentId={ commentTree[ 0 ]?.commentId }\n\t\t/>\n\t);\n}\n"]}
|
|
@@ -19,10 +19,9 @@ const MAX_COMMENTS_PER_PAGE = 100;
|
|
|
19
19
|
* @return {Object} Query args to retrieve the comments.
|
|
20
20
|
*/
|
|
21
21
|
|
|
22
|
-
export const useCommentQueryArgs =
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
} = _ref;
|
|
22
|
+
export const useCommentQueryArgs = ({
|
|
23
|
+
postId
|
|
24
|
+
}) => {
|
|
26
25
|
// Initialize the query args that are not going to change.
|
|
27
26
|
const queryArgs = {
|
|
28
27
|
status: 'approve',
|
|
@@ -82,13 +81,12 @@ export const useCommentQueryArgs = _ref => {
|
|
|
82
81
|
* @return {number} Index of the default comments page.
|
|
83
82
|
*/
|
|
84
83
|
|
|
85
|
-
const useDefaultPageIndex =
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
} = _ref2;
|
|
84
|
+
const useDefaultPageIndex = ({
|
|
85
|
+
defaultPage,
|
|
86
|
+
postId,
|
|
87
|
+
perPage,
|
|
88
|
+
queryArgs
|
|
89
|
+
}) => {
|
|
92
90
|
// Store the default page indices.
|
|
93
91
|
const [defaultPages, setDefaultPages] = useState({});
|
|
94
92
|
const key = `${postId}_${perPage}`;
|
|
@@ -132,12 +130,11 @@ const useDefaultPageIndex = _ref2 => {
|
|
|
132
130
|
|
|
133
131
|
|
|
134
132
|
export const useCommentTree = topLevelComments => {
|
|
135
|
-
const commentTree = useMemo(() => topLevelComments
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
const [children] = (_embedded === null || _embedded === void 0 ? void 0 : _embedded.children) || [[]];
|
|
133
|
+
const commentTree = useMemo(() => topLevelComments?.map(({
|
|
134
|
+
id,
|
|
135
|
+
_embedded
|
|
136
|
+
}) => {
|
|
137
|
+
const [children] = _embedded?.children || [[]];
|
|
141
138
|
return {
|
|
142
139
|
commentId: id,
|
|
143
140
|
children: children.map(child => ({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["@wordpress/block-library/src/comment-template/hooks.js"],"names":["useState","useEffect","useMemo","useSelect","store","blockEditorStore","addQueryArgs","apiFetch","MAX_COMMENTS_PER_PAGE","useCommentQueryArgs","postId","queryArgs","status","order","context","parent","_embed","pageComments","commentsPerPage","defaultCommentsPage","defaultPage","select","getSettings","__experimentalDiscussionSettings","perPage","Math","min","page","useDefaultPageIndex","post","per_page","defaultPages","setDefaultPages","key","path","_fields","method","parse","then","res","pages","parseInt","headers","get","useCommentTree","topLevelComments","commentTree","map","id","_embedded","children","commentId","child"],"mappings":"AAAA;AACA;AACA;AACA,SAASA,QAAT,EAAmBC,SAAnB,EAA8BC,OAA9B,QAA6C,oBAA7C;AACA,SAASC,SAAT,QAA0B,iBAA1B;AACA,SAASC,KAAK,IAAIC,gBAAlB,QAA0C,yBAA1C;AACA,SAASC,YAAT,QAA6B,gBAA7B;AACA,OAAOC,QAAP,MAAqB,sBAArB,C,CAEA;;AACA,MAAMC,qBAAqB,GAAG,GAA9B;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AACA,OAAO,MAAMC,mBAAmB,GAAG,
|
|
1
|
+
{"version":3,"sources":["@wordpress/block-library/src/comment-template/hooks.js"],"names":["useState","useEffect","useMemo","useSelect","store","blockEditorStore","addQueryArgs","apiFetch","MAX_COMMENTS_PER_PAGE","useCommentQueryArgs","postId","queryArgs","status","order","context","parent","_embed","pageComments","commentsPerPage","defaultCommentsPage","defaultPage","select","getSettings","__experimentalDiscussionSettings","perPage","Math","min","page","useDefaultPageIndex","post","per_page","defaultPages","setDefaultPages","key","path","_fields","method","parse","then","res","pages","parseInt","headers","get","useCommentTree","topLevelComments","commentTree","map","id","_embedded","children","commentId","child"],"mappings":"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","sourcesContent":["/**\n * WordPress dependencies\n */\nimport { useState, useEffect, useMemo } from '@wordpress/element';\nimport { useSelect } from '@wordpress/data';\nimport { store as blockEditorStore } from '@wordpress/block-editor';\nimport { addQueryArgs } from '@wordpress/url';\nimport apiFetch from '@wordpress/api-fetch';\n\n// This is limited by WP REST API\nconst MAX_COMMENTS_PER_PAGE = 100;\n\n/**\n * Return an object with the query args needed to fetch the default page of\n * comments.\n *\n * @param {Object} props Hook props.\n * @param {number} props.postId ID of the post that contains the comments.\n * discussion settings.\n *\n * @return {Object} Query args to retrieve the comments.\n */\nexport const useCommentQueryArgs = ( { postId } ) => {\n\t// Initialize the query args that are not going to change.\n\tconst queryArgs = {\n\t\tstatus: 'approve',\n\t\torder: 'asc',\n\t\tcontext: 'embed',\n\t\tparent: 0,\n\t\t_embed: 'children',\n\t};\n\n\t// Get the Discussion settings that may be needed to query the comments.\n\tconst {\n\t\tpageComments,\n\t\tcommentsPerPage,\n\t\tdefaultCommentsPage: defaultPage,\n\t} = useSelect( ( select ) => {\n\t\tconst { getSettings } = select( blockEditorStore );\n\t\tconst { __experimentalDiscussionSettings } = getSettings();\n\t\treturn __experimentalDiscussionSettings;\n\t} );\n\n\t// WP REST API doesn't allow fetching more than max items limit set per single page of data.\n\t// As for the editor performance is more important than completeness of data and fetching only the\n\t// max allowed for single page should be enough for the purpose of design and laying out the page.\n\t// Fetching over the limit would return an error here but would work with backend query.\n\tconst perPage = pageComments\n\t\t? Math.min( commentsPerPage, MAX_COMMENTS_PER_PAGE )\n\t\t: MAX_COMMENTS_PER_PAGE;\n\n\t// Get the number of the default page.\n\tconst page = useDefaultPageIndex( {\n\t\tdefaultPage,\n\t\tpostId,\n\t\tperPage,\n\t\tqueryArgs,\n\t} );\n\n\t// Merge, memoize and return all query arguments, unless the default page's\n\t// number is not known yet.\n\treturn useMemo( () => {\n\t\treturn page\n\t\t\t? {\n\t\t\t\t\t...queryArgs,\n\t\t\t\t\tpost: postId,\n\t\t\t\t\tper_page: perPage,\n\t\t\t\t\tpage,\n\t\t\t }\n\t\t\t: null;\n\t}, [ postId, perPage, page ] );\n};\n\n/**\n * Return the index of the default page, depending on whether `defaultPage` is\n * `newest` or `oldest`. In the first case, the only way to know the page's\n * index is by using the `X-WP-TotalPages` header, which forces to make an\n * additional request.\n *\n * @param {Object} props Hook props.\n * @param {string} props.defaultPage Page shown by default (newest/oldest).\n * @param {number} props.postId ID of the post that contains the comments.\n * @param {number} props.perPage The number of comments included per page.\n * @param {Object} props.queryArgs Other query args.\n *\n * @return {number} Index of the default comments page.\n */\nconst useDefaultPageIndex = ( { defaultPage, postId, perPage, queryArgs } ) => {\n\t// Store the default page indices.\n\tconst [ defaultPages, setDefaultPages ] = useState( {} );\n\tconst key = `${ postId }_${ perPage }`;\n\tconst page = defaultPages[ key ] || 0;\n\n\tuseEffect( () => {\n\t\t// Do nothing if the page is already known or not the newest page.\n\t\tif ( page || defaultPage !== 'newest' ) {\n\t\t\treturn;\n\t\t}\n\t\t// We need to fetch comments to know the index. Use HEAD and limit\n\t\t// fields just to ID, to make this call as light as possible.\n\t\tapiFetch( {\n\t\t\tpath: addQueryArgs( '/wp/v2/comments', {\n\t\t\t\t...queryArgs,\n\t\t\t\tpost: postId,\n\t\t\t\tper_page: perPage,\n\t\t\t\t_fields: 'id',\n\t\t\t} ),\n\t\t\tmethod: 'HEAD',\n\t\t\tparse: false,\n\t\t} ).then( ( res ) => {\n\t\t\tconst pages = parseInt( res.headers.get( 'X-WP-TotalPages' ) );\n\t\t\tsetDefaultPages( {\n\t\t\t\t...defaultPages,\n\t\t\t\t[ key ]: pages <= 1 ? 1 : pages, // If there are 0 pages, it means that there are no comments, but there is no 0th page.\n\t\t\t} );\n\t\t} );\n\t}, [ defaultPage, postId, perPage, setDefaultPages ] );\n\n\t// The oldest one is always the first one.\n\treturn defaultPage === 'newest' ? page : 1;\n};\n\n/**\n * Generate a tree structure of comment IDs from a list of comment entities. The\n * children of each comment are obtained from `_embedded`.\n *\n * @typedef {{ commentId: number, children: CommentNode }} CommentNode\n *\n * @param {Object[]} topLevelComments List of comment entities.\n * @return {{ commentTree: CommentNode[]}} Tree of comment IDs.\n */\nexport const useCommentTree = ( topLevelComments ) => {\n\tconst commentTree = useMemo(\n\t\t() =>\n\t\t\ttopLevelComments?.map( ( { id, _embedded } ) => {\n\t\t\t\tconst [ children ] = _embedded?.children || [ [] ];\n\t\t\t\treturn {\n\t\t\t\t\tcommentId: id,\n\t\t\t\t\tchildren: children.map( ( child ) => ( {\n\t\t\t\t\t\tcommentId: child.id,\n\t\t\t\t\t} ) ),\n\t\t\t\t};\n\t\t\t} ),\n\t\t[ topLevelComments ]\n\t);\n\n\treturn commentTree;\n};\n"]}
|
|
@@ -9,7 +9,7 @@ import { layout as icon } from '@wordpress/icons';
|
|
|
9
9
|
import initBlock from '../utils/init-block';
|
|
10
10
|
const metadata = {
|
|
11
11
|
$schema: "https://schemas.wp.org/trunk/block.json",
|
|
12
|
-
apiVersion:
|
|
12
|
+
apiVersion: 3,
|
|
13
13
|
name: "core/comment-template",
|
|
14
14
|
title: "Comment Template",
|
|
15
15
|
category: "design",
|
|
@@ -41,12 +41,10 @@ export const convertToTree = data => {
|
|
|
41
41
|
|
|
42
42
|
data.forEach(item => {
|
|
43
43
|
if (item.parent) {
|
|
44
|
-
var _table$item$parent;
|
|
45
|
-
|
|
46
44
|
// If the comment has a "parent", then find that parent in the table that
|
|
47
45
|
// we have created above and push the current comment to the array of its
|
|
48
46
|
// children.
|
|
49
|
-
|
|
47
|
+
table[item.parent]?.children.push(table[item.id]);
|
|
50
48
|
} else {
|
|
51
49
|
// Otherwise, if the comment has no parent (also works if parent is 0)
|
|
52
50
|
// that means that it's a top-level comment so we can find it in the table
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["@wordpress/block-library/src/comment-template/util.js"],"names":["convertToTree","data","table","forEach","item","id","commentId","children","tree","parent","push"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,MAAMA,aAAa,GAAKC,IAAF,IAAY;AACxC,QAAMC,KAAK,GAAG,EAAd;AAEA,MAAK,CAAED,IAAP,EAAc,OAAO,EAAP,CAH0B,CAKxC;;AACAA,EAAAA,IAAI,CAACE,OAAL,CAAgBC,IAAF,IAAY;AACzBF,IAAAA,KAAK,CAAEE,IAAI,CAACC,EAAP,CAAL,GAAmB;AAAEC,MAAAA,SAAS,EAAEF,IAAI,CAACC,EAAlB;AAAsBE,MAAAA,QAAQ,EAAE;AAAhC,KAAnB;AACA,GAFD;AAIA,QAAMC,IAAI,GAAG,EAAb,CAVwC,CAYxC;;AACAP,EAAAA,IAAI,CAACE,OAAL,CAAgBC,IAAF,IAAY;AACzB,QAAKA,IAAI,CAACK,MAAV,EAAmB;
|
|
1
|
+
{"version":3,"sources":["@wordpress/block-library/src/comment-template/util.js"],"names":["convertToTree","data","table","forEach","item","id","commentId","children","tree","parent","push"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,MAAMA,aAAa,GAAKC,IAAF,IAAY;AACxC,QAAMC,KAAK,GAAG,EAAd;AAEA,MAAK,CAAED,IAAP,EAAc,OAAO,EAAP,CAH0B,CAKxC;;AACAA,EAAAA,IAAI,CAACE,OAAL,CAAgBC,IAAF,IAAY;AACzBF,IAAAA,KAAK,CAAEE,IAAI,CAACC,EAAP,CAAL,GAAmB;AAAEC,MAAAA,SAAS,EAAEF,IAAI,CAACC,EAAlB;AAAsBE,MAAAA,QAAQ,EAAE;AAAhC,KAAnB;AACA,GAFD;AAIA,QAAMC,IAAI,GAAG,EAAb,CAVwC,CAYxC;;AACAP,EAAAA,IAAI,CAACE,OAAL,CAAgBC,IAAF,IAAY;AACzB,QAAKA,IAAI,CAACK,MAAV,EAAmB;AAClB;AACA;AACA;AACAP,MAAAA,KAAK,CAAEE,IAAI,CAACK,MAAP,CAAL,EAAsBF,QAAtB,CAA+BG,IAA/B,CAAqCR,KAAK,CAAEE,IAAI,CAACC,EAAP,CAA1C;AACA,KALD,MAKO;AACN;AACA;AACA;AACAG,MAAAA,IAAI,CAACE,IAAL,CAAWR,KAAK,CAAEE,IAAI,CAACC,EAAP,CAAhB;AACA;AACD,GAZD;AAaA,SAAOG,IAAP;AACA,CA3BM","sourcesContent":["/**\n *\n * This function converts a flat list of comment objects with a `parent` property\n * to a nested list of comment objects with a `children` property. The `children`\n * property is itself a list of comment objects.\n *\n * @example\n * ```\n * const comments = [\n * \t{ id: 1, parent: 0 },\n * \t{ id: 2, parent: 1 },\n * \t{ id: 3, parent: 2 },\n * \t{ id: 4, parent: 1 },\n * ];\n * expect( convertToTree( comments ) ).toEqual( [\n * \t{\n * \t\tcommentId: 1,\n * \t\tchildren: [\n * \t\t\t{ commentId: 2, children: [ { commentId: 3, children: [] } ] },\n * \t\t\t{ commentId: 4, children: [] },\n * \t\t],\n * \t},\n * ] );\n * ```\n * @typedef {{id: number, parent: number}} Comment\n * @param {Comment[]} data - List of comment objects.\n *\n * @return {Object[]} Nested list of comment objects with a `children` property.\n */\nexport const convertToTree = ( data ) => {\n\tconst table = {};\n\n\tif ( ! data ) return [];\n\n\t// First create a hash table of { [id]: { ...comment, children: [] }}\n\tdata.forEach( ( item ) => {\n\t\ttable[ item.id ] = { commentId: item.id, children: [] };\n\t} );\n\n\tconst tree = [];\n\n\t// Iterate over the original comments again\n\tdata.forEach( ( item ) => {\n\t\tif ( item.parent ) {\n\t\t\t// If the comment has a \"parent\", then find that parent in the table that\n\t\t\t// we have created above and push the current comment to the array of its\n\t\t\t// children.\n\t\t\ttable[ item.parent ]?.children.push( table[ item.id ] );\n\t\t} else {\n\t\t\t// Otherwise, if the comment has no parent (also works if parent is 0)\n\t\t\t// that means that it's a top-level comment so we can find it in the table\n\t\t\t// and push it to the final tree.\n\t\t\ttree.push( table[ item.id ] );\n\t\t}\n\t} );\n\treturn tree;\n};\n"]}
|
|
@@ -13,7 +13,7 @@ const v1 = {
|
|
|
13
13
|
default: 'div'
|
|
14
14
|
}
|
|
15
15
|
},
|
|
16
|
-
apiVersion:
|
|
16
|
+
apiVersion: 3,
|
|
17
17
|
supports: {
|
|
18
18
|
align: ['wide', 'full'],
|
|
19
19
|
html: false,
|
|
@@ -28,21 +28,20 @@ const v1 = {
|
|
|
28
28
|
}
|
|
29
29
|
},
|
|
30
30
|
|
|
31
|
-
save(
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
} = _ref;
|
|
31
|
+
save({
|
|
32
|
+
attributes: {
|
|
33
|
+
tagName: Tag
|
|
34
|
+
}
|
|
35
|
+
}) {
|
|
37
36
|
const blockProps = useBlockProps.save();
|
|
38
37
|
const {
|
|
39
38
|
className
|
|
40
39
|
} = blockProps;
|
|
41
|
-
const classes =
|
|
40
|
+
const classes = className?.split(' ') || []; // The ID of the previous version of the block
|
|
42
41
|
// didn't have the `wp-block-comments` class,
|
|
43
42
|
// so we need to remove it here in order to mimic it.
|
|
44
43
|
|
|
45
|
-
const newClasses = classes
|
|
44
|
+
const newClasses = classes?.filter(cls => cls !== 'wp-block-comments');
|
|
46
45
|
const newBlockProps = { ...blockProps,
|
|
47
46
|
className: newClasses.join(' ')
|
|
48
47
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["@wordpress/block-library/src/comments/deprecated.js"],"names":["InnerBlocks","useBlockProps","v1","attributes","tagName","type","default","apiVersion","supports","align","html","color","gradients","link","__experimentalDefaultControls","background","text","save","Tag","blockProps","className","classes","split","newClasses","filter","cls","newBlockProps","join"],"mappings":";;AAAA;AACA;AACA;AACA,SAASA,WAAT,EAAsBC,aAAtB,QAA2C,yBAA3C,C,CAEA;AACA;;AACA,MAAMC,EAAE,GAAG;AACVC,EAAAA,UAAU,EAAE;AACXC,IAAAA,OAAO,EAAE;AACRC,MAAAA,IAAI,EAAE,QADE;AAERC,MAAAA,OAAO,EAAE;AAFD;AADE,GADF;AAOVC,EAAAA,UAAU,EAAE,CAPF;AAQVC,EAAAA,QAAQ,EAAE;AACTC,IAAAA,KAAK,EAAE,CAAE,MAAF,EAAU,MAAV,CADE;AAETC,IAAAA,IAAI,EAAE,KAFG;AAGTC,IAAAA,KAAK,EAAE;AACNC,MAAAA,SAAS,EAAE,IADL;AAENC,MAAAA,IAAI,EAAE,IAFA;AAGNC,MAAAA,6BAA6B,EAAE;AAC9BC,QAAAA,UAAU,EAAE,IADkB;AAE9BC,QAAAA,IAAI,EAAE,IAFwB;AAG9BH,QAAAA,IAAI,EAAE;AAHwB;AAHzB;AAHE,GARA;;AAqBVI,EAAAA,IAAI,
|
|
1
|
+
{"version":3,"sources":["@wordpress/block-library/src/comments/deprecated.js"],"names":["InnerBlocks","useBlockProps","v1","attributes","tagName","type","default","apiVersion","supports","align","html","color","gradients","link","__experimentalDefaultControls","background","text","save","Tag","blockProps","className","classes","split","newClasses","filter","cls","newBlockProps","join"],"mappings":";;AAAA;AACA;AACA;AACA,SAASA,WAAT,EAAsBC,aAAtB,QAA2C,yBAA3C,C,CAEA;AACA;;AACA,MAAMC,EAAE,GAAG;AACVC,EAAAA,UAAU,EAAE;AACXC,IAAAA,OAAO,EAAE;AACRC,MAAAA,IAAI,EAAE,QADE;AAERC,MAAAA,OAAO,EAAE;AAFD;AADE,GADF;AAOVC,EAAAA,UAAU,EAAE,CAPF;AAQVC,EAAAA,QAAQ,EAAE;AACTC,IAAAA,KAAK,EAAE,CAAE,MAAF,EAAU,MAAV,CADE;AAETC,IAAAA,IAAI,EAAE,KAFG;AAGTC,IAAAA,KAAK,EAAE;AACNC,MAAAA,SAAS,EAAE,IADL;AAENC,MAAAA,IAAI,EAAE,IAFA;AAGNC,MAAAA,6BAA6B,EAAE;AAC9BC,QAAAA,UAAU,EAAE,IADkB;AAE9BC,QAAAA,IAAI,EAAE,IAFwB;AAG9BH,QAAAA,IAAI,EAAE;AAHwB;AAHzB;AAHE,GARA;;AAqBVI,EAAAA,IAAI,CAAE;AAAEd,IAAAA,UAAU,EAAE;AAAEC,MAAAA,OAAO,EAAEc;AAAX;AAAd,GAAF,EAAqC;AACxC,UAAMC,UAAU,GAAGlB,aAAa,CAACgB,IAAd,EAAnB;AACA,UAAM;AAAEG,MAAAA;AAAF,QAAgBD,UAAtB;AACA,UAAME,OAAO,GAAGD,SAAS,EAAEE,KAAX,CAAkB,GAAlB,KAA2B,EAA3C,CAHwC,CAKxC;AACA;AACA;;AACA,UAAMC,UAAU,GAAGF,OAAO,EAAEG,MAAT,CAChBC,GAAF,IAAWA,GAAG,KAAK,mBADD,CAAnB;AAGA,UAAMC,aAAa,GAAG,EACrB,GAAGP,UADkB;AAErBC,MAAAA,SAAS,EAAEG,UAAU,CAACI,IAAX,CAAiB,GAAjB;AAFU,KAAtB;AAKA,WACC,cAAC,GAAD,EAAUD,aAAV,EACC,cAAC,WAAD,CAAa,OAAb,OADD,CADD;AAKA;;AA1CS,CAAX;AA6CA,eAAe,CAAExB,EAAF,CAAf","sourcesContent":["/**\n * WordPress dependencies\n */\nimport { InnerBlocks, useBlockProps } from '@wordpress/block-editor';\n\n// v1: Deprecate the initial version of the block which was called \"Comments\n// Query Loop\" instead of \"Comments\".\nconst v1 = {\n\tattributes: {\n\t\ttagName: {\n\t\t\ttype: 'string',\n\t\t\tdefault: 'div',\n\t\t},\n\t},\n\tapiVersion: 3,\n\tsupports: {\n\t\talign: [ 'wide', 'full' ],\n\t\thtml: false,\n\t\tcolor: {\n\t\t\tgradients: true,\n\t\t\tlink: true,\n\t\t\t__experimentalDefaultControls: {\n\t\t\t\tbackground: true,\n\t\t\t\ttext: true,\n\t\t\t\tlink: true,\n\t\t\t},\n\t\t},\n\t},\n\tsave( { attributes: { tagName: Tag } } ) {\n\t\tconst blockProps = useBlockProps.save();\n\t\tconst { className } = blockProps;\n\t\tconst classes = className?.split( ' ' ) || [];\n\n\t\t// The ID of the previous version of the block\n\t\t// didn't have the `wp-block-comments` class,\n\t\t// so we need to remove it here in order to mimic it.\n\t\tconst newClasses = classes?.filter(\n\t\t\t( cls ) => cls !== 'wp-block-comments'\n\t\t);\n\t\tconst newBlockProps = {\n\t\t\t...blockProps,\n\t\t\tclassName: newClasses.join( ' ' ),\n\t\t};\n\n\t\treturn (\n\t\t\t<Tag { ...newBlockProps }>\n\t\t\t\t<InnerBlocks.Content />\n\t\t\t</Tag>\n\t\t);\n\t},\n};\n\nexport default [ v1 ];\n"]}
|
|
@@ -6,13 +6,12 @@ import { createElement } from "@wordpress/element";
|
|
|
6
6
|
import { SelectControl } from '@wordpress/components';
|
|
7
7
|
import { __ } from '@wordpress/i18n';
|
|
8
8
|
import { InspectorControls } from '@wordpress/block-editor';
|
|
9
|
-
export default function CommentsInspectorControls(
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
} = _ref;
|
|
9
|
+
export default function CommentsInspectorControls({
|
|
10
|
+
attributes: {
|
|
11
|
+
tagName
|
|
12
|
+
},
|
|
13
|
+
setAttributes
|
|
14
|
+
}) {
|
|
16
15
|
const htmlElementMessages = {
|
|
17
16
|
section: __("The <section> element should represent a standalone portion of the document that can't be better represented by another element."),
|
|
18
17
|
aside: __("The <aside> element should represent a portion of a document whose content is only indirectly related to the document's main content.")
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["@wordpress/block-library/src/comments/edit/comments-inspector-controls.js"],"names":["SelectControl","__","InspectorControls","CommentsInspectorControls","attributes","tagName","setAttributes","htmlElementMessages","section","aside","label","value"],"mappings":";;AAAA;AACA;AACA;AACA,SAASA,aAAT,QAA8B,uBAA9B;AACA,SAASC,EAAT,QAAmB,iBAAnB;AACA,SAASC,iBAAT,QAAkC,yBAAlC;AAEA,eAAe,SAASC,yBAAT,
|
|
1
|
+
{"version":3,"sources":["@wordpress/block-library/src/comments/edit/comments-inspector-controls.js"],"names":["SelectControl","__","InspectorControls","CommentsInspectorControls","attributes","tagName","setAttributes","htmlElementMessages","section","aside","label","value"],"mappings":";;AAAA;AACA;AACA;AACA,SAASA,aAAT,QAA8B,uBAA9B;AACA,SAASC,EAAT,QAAmB,iBAAnB;AACA,SAASC,iBAAT,QAAkC,yBAAlC;AAEA,eAAe,SAASC,yBAAT,CAAoC;AAClDC,EAAAA,UAAU,EAAE;AAAEC,IAAAA;AAAF,GADsC;AAElDC,EAAAA;AAFkD,CAApC,EAGX;AACH,QAAMC,mBAAmB,GAAG;AAC3BC,IAAAA,OAAO,EAAEP,EAAE,CACV,kIADU,CADgB;AAI3BQ,IAAAA,KAAK,EAAER,EAAE,CACR,uIADQ;AAJkB,GAA5B;AAQA,SACC,cAAC,iBAAD,QACC,cAAC,iBAAD;AAAmB,IAAA,KAAK,EAAC;AAAzB,KACC,cAAC,aAAD;AACC,IAAA,uBAAuB,MADxB;AAEC,IAAA,KAAK,EAAGA,EAAE,CAAE,cAAF,CAFX;AAGC,IAAA,OAAO,EAAG,CACT;AAAES,MAAAA,KAAK,EAAET,EAAE,CAAE,iBAAF,CAAX;AAAkCU,MAAAA,KAAK,EAAE;AAAzC,KADS,EAET;AAAED,MAAAA,KAAK,EAAE,WAAT;AAAsBC,MAAAA,KAAK,EAAE;AAA7B,KAFS,EAGT;AAAED,MAAAA,KAAK,EAAE,SAAT;AAAoBC,MAAAA,KAAK,EAAE;AAA3B,KAHS,CAHX;AAQC,IAAA,KAAK,EAAGN,OART;AASC,IAAA,QAAQ,EAAKM,KAAF,IACVL,aAAa,CAAE;AAAED,MAAAA,OAAO,EAAEM;AAAX,KAAF,CAVf;AAYC,IAAA,IAAI,EAAGJ,mBAAmB,CAAEF,OAAF;AAZ3B,IADD,CADD,CADD;AAoBA","sourcesContent":["/**\n * WordPress dependencies\n */\nimport { SelectControl } from '@wordpress/components';\nimport { __ } from '@wordpress/i18n';\nimport { InspectorControls } from '@wordpress/block-editor';\n\nexport default function CommentsInspectorControls( {\n\tattributes: { tagName },\n\tsetAttributes,\n} ) {\n\tconst htmlElementMessages = {\n\t\tsection: __(\n\t\t\t\"The <section> element should represent a standalone portion of the document that can't be better represented by another element.\"\n\t\t),\n\t\taside: __(\n\t\t\t\"The <aside> element should represent a portion of a document whose content is only indirectly related to the document's main content.\"\n\t\t),\n\t};\n\treturn (\n\t\t<InspectorControls>\n\t\t\t<InspectorControls group=\"advanced\">\n\t\t\t\t<SelectControl\n\t\t\t\t\t__nextHasNoMarginBottom\n\t\t\t\t\tlabel={ __( 'HTML element' ) }\n\t\t\t\t\toptions={ [\n\t\t\t\t\t\t{ label: __( 'Default (<div>)' ), value: 'div' },\n\t\t\t\t\t\t{ label: '<section>', value: 'section' },\n\t\t\t\t\t\t{ label: '<aside>', value: 'aside' },\n\t\t\t\t\t] }\n\t\t\t\t\tvalue={ tagName }\n\t\t\t\t\tonChange={ ( value ) =>\n\t\t\t\t\t\tsetAttributes( { tagName: value } )\n\t\t\t\t\t}\n\t\t\t\t\thelp={ htmlElementMessages[ tagName ] }\n\t\t\t\t/>\n\t\t\t</InspectorControls>\n\t\t</InspectorControls>\n\t);\n}\n"]}
|
|
@@ -16,15 +16,14 @@ import { Button } from '@wordpress/components';
|
|
|
16
16
|
*/
|
|
17
17
|
|
|
18
18
|
import Placeholder from './placeholder';
|
|
19
|
-
export default function CommentsLegacy(
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
} = _ref;
|
|
19
|
+
export default function CommentsLegacy({
|
|
20
|
+
attributes,
|
|
21
|
+
setAttributes,
|
|
22
|
+
context: {
|
|
23
|
+
postType,
|
|
24
|
+
postId
|
|
25
|
+
}
|
|
26
|
+
}) {
|
|
28
27
|
const {
|
|
29
28
|
textAlign
|
|
30
29
|
} = attributes;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["@wordpress/block-library/src/comments/edit/comments-legacy.js"],"names":["classnames","AlignmentControl","BlockControls","Warning","useBlockProps","__","Button","Placeholder","CommentsLegacy","attributes","setAttributes","context","postType","postId","textAlign","actions","legacy","blockProps","className","nextAlign"],"mappings":";;AAAA;AACA;AACA;AACA,OAAOA,UAAP,MAAuB,YAAvB;AAEA;AACA;AACA;;AACA,SACCC,gBADD,EAECC,aAFD,EAGCC,OAHD,EAICC,aAJD,QAKO,yBALP;AAMA,SAASC,EAAT,QAAmB,iBAAnB;AACA,SAASC,MAAT,QAAuB,uBAAvB;AAEA;AACA;AACA;;AACA,OAAOC,WAAP,MAAwB,eAAxB;AAEA,eAAe,SAASC,cAAT,
|
|
1
|
+
{"version":3,"sources":["@wordpress/block-library/src/comments/edit/comments-legacy.js"],"names":["classnames","AlignmentControl","BlockControls","Warning","useBlockProps","__","Button","Placeholder","CommentsLegacy","attributes","setAttributes","context","postType","postId","textAlign","actions","legacy","blockProps","className","nextAlign"],"mappings":";;AAAA;AACA;AACA;AACA,OAAOA,UAAP,MAAuB,YAAvB;AAEA;AACA;AACA;;AACA,SACCC,gBADD,EAECC,aAFD,EAGCC,OAHD,EAICC,aAJD,QAKO,yBALP;AAMA,SAASC,EAAT,QAAmB,iBAAnB;AACA,SAASC,MAAT,QAAuB,uBAAvB;AAEA;AACA;AACA;;AACA,OAAOC,WAAP,MAAwB,eAAxB;AAEA,eAAe,SAASC,cAAT,CAAyB;AACvCC,EAAAA,UADuC;AAEvCC,EAAAA,aAFuC;AAGvCC,EAAAA,OAAO,EAAE;AAAEC,IAAAA,QAAF;AAAYC,IAAAA;AAAZ;AAH8B,CAAzB,EAIX;AACH,QAAM;AAAEC,IAAAA;AAAF,MAAgBL,UAAtB;AAEA,QAAMM,OAAO,GAAG,CACf,cAAC,MAAD;AACC,IAAA,GAAG,EAAC,SADL;AAEC,IAAA,OAAO,EAAG,MAAM,KAAKL,aAAa,CAAE;AAAEM,MAAAA,MAAM,EAAE;AAAV,KAAF,CAFnC;AAGC,IAAA,OAAO,EAAC;AAHT,KAKGX,EAAE,CAAE,yBAAF,CALL,CADe,CAAhB;AAUA,QAAMY,UAAU,GAAGb,aAAa,CAAE;AACjCc,IAAAA,SAAS,EAAElB,UAAU,CAAE;AACtB,OAAG,kBAAkBc,SAAW,EAAhC,GAAqCA;AADf,KAAF;AADY,GAAF,CAAhC;AAMA,SACC,8BACC,cAAC,aAAD;AAAe,IAAA,KAAK,EAAC;AAArB,KACC,cAAC,gBAAD;AACC,IAAA,KAAK,EAAGA,SADT;AAEC,IAAA,QAAQ,EAAKK,SAAF,IAAiB;AAC3BT,MAAAA,aAAa,CAAE;AAAEI,QAAAA,SAAS,EAAEK;AAAb,OAAF,CAAb;AACA;AAJF,IADD,CADD,EAUC,qBAAUF,UAAV,EACC,cAAC,OAAD;AAAS,IAAA,OAAO,EAAGF;AAAnB,KACGV,EAAE,CACH,6EACC,sFADD,GAEC,8DAFD,GAGC,wCAJE,CADL,CADD,EASC,cAAC,WAAD;AAAa,IAAA,MAAM,EAAGQ,MAAtB;AAA+B,IAAA,QAAQ,EAAGD;AAA1C,IATD,CAVD,CADD;AAwBA","sourcesContent":["/**\n * External dependencies\n */\nimport classnames from 'classnames';\n\n/**\n * WordPress dependencies\n */\nimport {\n\tAlignmentControl,\n\tBlockControls,\n\tWarning,\n\tuseBlockProps,\n} from '@wordpress/block-editor';\nimport { __ } from '@wordpress/i18n';\nimport { Button } from '@wordpress/components';\n\n/**\n * Internal dependencies\n */\nimport Placeholder from './placeholder';\n\nexport default function CommentsLegacy( {\n\tattributes,\n\tsetAttributes,\n\tcontext: { postType, postId },\n} ) {\n\tconst { textAlign } = attributes;\n\n\tconst actions = [\n\t\t<Button\n\t\t\tkey=\"convert\"\n\t\t\tonClick={ () => void setAttributes( { legacy: false } ) }\n\t\t\tvariant=\"primary\"\n\t\t>\n\t\t\t{ __( 'Switch to editable mode' ) }\n\t\t</Button>,\n\t];\n\n\tconst blockProps = useBlockProps( {\n\t\tclassName: classnames( {\n\t\t\t[ `has-text-align-${ textAlign }` ]: textAlign,\n\t\t} ),\n\t} );\n\n\treturn (\n\t\t<>\n\t\t\t<BlockControls group=\"block\">\n\t\t\t\t<AlignmentControl\n\t\t\t\t\tvalue={ textAlign }\n\t\t\t\t\tonChange={ ( nextAlign ) => {\n\t\t\t\t\t\tsetAttributes( { textAlign: nextAlign } );\n\t\t\t\t\t} }\n\t\t\t\t/>\n\t\t\t</BlockControls>\n\n\t\t\t<div { ...blockProps }>\n\t\t\t\t<Warning actions={ actions }>\n\t\t\t\t\t{ __(\n\t\t\t\t\t\t'Comments block: You’re currently using the legacy version of the block. ' +\n\t\t\t\t\t\t\t'The following is just a placeholder - the final styling will likely look different. ' +\n\t\t\t\t\t\t\t'For a better representation and more customization options, ' +\n\t\t\t\t\t\t\t'switch the block to its editable mode.'\n\t\t\t\t\t) }\n\t\t\t\t</Warning>\n\t\t\t\t<Placeholder postId={ postId } postType={ postType } />\n\t\t\t</div>\n\t\t</>\n\t);\n}\n"]}
|
|
@@ -13,11 +13,10 @@ import { createInterpolateElement } from '@wordpress/element';
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
import CommentsForm from '../../post-comments-form/form';
|
|
16
|
-
export default function PostCommentsPlaceholder(
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
} = _ref;
|
|
16
|
+
export default function PostCommentsPlaceholder({
|
|
17
|
+
postType,
|
|
18
|
+
postId
|
|
19
|
+
}) {
|
|
21
20
|
let [postTitle] = useEntityProp('postType', postType, 'title', postId);
|
|
22
21
|
postTitle = postTitle || __('Post Title');
|
|
23
22
|
const {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["@wordpress/block-library/src/comments/edit/placeholder.js"],"names":["store","blockEditorStore","__","sprintf","useSelect","useEntityProp","createInterpolateElement","CommentsForm","PostCommentsPlaceholder","postType","postId","postTitle","avatarURL","select","getSettings","__experimentalDiscussionSettings","a"],"mappings":";;AAAA;AACA;AACA;AACA,SAASA,KAAK,IAAIC,gBAAlB,QAA0C,yBAA1C;AACA,SAASC,EAAT,EAAaC,OAAb,QAA4B,iBAA5B;AACA,SAASC,SAAT,QAA0B,iBAA1B;AACA,SAASC,aAAT,QAA8B,sBAA9B;AACA,SAASC,wBAAT,QAAyC,oBAAzC;AAEA;AACA;AACA;;AACA,OAAOC,YAAP,MAAyB,+BAAzB;AAEA,eAAe,SAASC,uBAAT,
|
|
1
|
+
{"version":3,"sources":["@wordpress/block-library/src/comments/edit/placeholder.js"],"names":["store","blockEditorStore","__","sprintf","useSelect","useEntityProp","createInterpolateElement","CommentsForm","PostCommentsPlaceholder","postType","postId","postTitle","avatarURL","select","getSettings","__experimentalDiscussionSettings","a"],"mappings":"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","sourcesContent":["/**\n * WordPress dependencies\n */\nimport { store as blockEditorStore } from '@wordpress/block-editor';\nimport { __, sprintf } from '@wordpress/i18n';\nimport { useSelect } from '@wordpress/data';\nimport { useEntityProp } from '@wordpress/core-data';\nimport { createInterpolateElement } from '@wordpress/element';\n\n/**\n * Internal dependencies\n */\nimport CommentsForm from '../../post-comments-form/form';\n\nexport default function PostCommentsPlaceholder( { postType, postId } ) {\n\tlet [ postTitle ] = useEntityProp( 'postType', postType, 'title', postId );\n\tpostTitle = postTitle || __( 'Post Title' );\n\n\tconst { avatarURL } = useSelect(\n\t\t( select ) =>\n\t\t\tselect( blockEditorStore ).getSettings()\n\t\t\t\t.__experimentalDiscussionSettings\n\t);\n\n\treturn (\n\t\t<div className=\"wp-block-comments__legacy-placeholder\" inert=\"true\">\n\t\t\t<h3>\n\t\t\t\t{\n\t\t\t\t\t/* translators: %s: Post title. */\n\t\t\t\t\tsprintf( __( 'One response to %s' ), postTitle )\n\t\t\t\t}\n\t\t\t</h3>\n\n\t\t\t<div className=\"navigation\">\n\t\t\t\t<div className=\"alignleft\">\n\t\t\t\t\t<a href=\"#top\">« { __( 'Older Comments' ) }</a>\n\t\t\t\t</div>\n\t\t\t\t<div className=\"alignright\">\n\t\t\t\t\t<a href=\"#top\">{ __( 'Newer Comments' ) } »</a>\n\t\t\t\t</div>\n\t\t\t</div>\n\n\t\t\t<ol className=\"commentlist\">\n\t\t\t\t<li className=\"comment even thread-even depth-1\">\n\t\t\t\t\t<article className=\"comment-body\">\n\t\t\t\t\t\t<footer className=\"comment-meta\">\n\t\t\t\t\t\t\t<div className=\"comment-author vcard\">\n\t\t\t\t\t\t\t\t<img\n\t\t\t\t\t\t\t\t\talt={ __( 'Commenter Avatar' ) }\n\t\t\t\t\t\t\t\t\tsrc={ avatarURL }\n\t\t\t\t\t\t\t\t\tclassName=\"avatar avatar-32 photo\"\n\t\t\t\t\t\t\t\t\theight=\"32\"\n\t\t\t\t\t\t\t\t\twidth=\"32\"\n\t\t\t\t\t\t\t\t\tloading=\"lazy\"\n\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t<b className=\"fn\">\n\t\t\t\t\t\t\t\t\t<a href=\"#top\" className=\"url\">\n\t\t\t\t\t\t\t\t\t\t{ __( 'A WordPress Commenter' ) }\n\t\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t\t</b>{ ' ' }\n\t\t\t\t\t\t\t\t<span className=\"says\">{ __( 'says' ) }:</span>\n\t\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t\t<div className=\"comment-metadata\">\n\t\t\t\t\t\t\t\t<a href=\"#top\">\n\t\t\t\t\t\t\t\t\t<time dateTime=\"2000-01-01T00:00:00+00:00\">\n\t\t\t\t\t\t\t\t\t\t{ __( 'January 1, 2000 at 00:00 am' ) }\n\t\t\t\t\t\t\t\t\t</time>\n\t\t\t\t\t\t\t\t</a>{ ' ' }\n\t\t\t\t\t\t\t\t<span className=\"edit-link\">\n\t\t\t\t\t\t\t\t\t<a\n\t\t\t\t\t\t\t\t\t\tclassName=\"comment-edit-link\"\n\t\t\t\t\t\t\t\t\t\thref=\"#top\"\n\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t\t{ __( 'Edit' ) }\n\t\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t\t</span>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</footer>\n\n\t\t\t\t\t\t<div className=\"comment-content\">\n\t\t\t\t\t\t\t<p>\n\t\t\t\t\t\t\t\t{ __( 'Hi, this is a comment.' ) }\n\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t{ __(\n\t\t\t\t\t\t\t\t\t'To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.'\n\t\t\t\t\t\t\t\t) }\n\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t{ createInterpolateElement(\n\t\t\t\t\t\t\t\t\t__(\n\t\t\t\t\t\t\t\t\t\t'Commenter avatars come from <a>Gravatar</a>.'\n\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ta: (\n\t\t\t\t\t\t\t\t\t\t\t// eslint-disable-next-line jsx-a11y/anchor-has-content\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https://gravatar.com/\" />\n\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t) }\n\t\t\t\t\t\t\t</p>\n\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t<div className=\"reply\">\n\t\t\t\t\t\t\t<a\n\t\t\t\t\t\t\t\tclassName=\"comment-reply-link\"\n\t\t\t\t\t\t\t\thref=\"#top\"\n\t\t\t\t\t\t\t\taria-label={ __(\n\t\t\t\t\t\t\t\t\t'Reply to A WordPress Commenter'\n\t\t\t\t\t\t\t\t) }\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t{ __( 'Reply' ) }\n\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</article>\n\t\t\t\t</li>\n\t\t\t</ol>\n\n\t\t\t<div className=\"navigation\">\n\t\t\t\t<div className=\"alignleft\">\n\t\t\t\t\t<a href=\"#top\">« { __( 'Older Comments' ) }</a>\n\t\t\t\t</div>\n\t\t\t\t<div className=\"alignright\">\n\t\t\t\t\t<a href=\"#top\">{ __( 'Newer Comments' ) } »</a>\n\t\t\t\t</div>\n\t\t\t</div>\n\n\t\t\t<CommentsForm postId={ postId } postType={ postType } />\n\t\t</div>\n\t);\n}\n"]}
|
|
@@ -9,7 +9,7 @@ import { postComments as icon } from '@wordpress/icons';
|
|
|
9
9
|
import initBlock from '../utils/init-block';
|
|
10
10
|
const metadata = {
|
|
11
11
|
$schema: "https://schemas.wp.org/trunk/block.json",
|
|
12
|
-
apiVersion:
|
|
12
|
+
apiVersion: 3,
|
|
13
13
|
name: "core/comments",
|
|
14
14
|
title: "Comments",
|
|
15
15
|
category: "theme",
|
|
@@ -4,13 +4,12 @@ import { createElement } from "@wordpress/element";
|
|
|
4
4
|
* WordPress dependencies
|
|
5
5
|
*/
|
|
6
6
|
import { useInnerBlocksProps, useBlockProps } from '@wordpress/block-editor';
|
|
7
|
-
export default function save(
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
} = _ref;
|
|
7
|
+
export default function save({
|
|
8
|
+
attributes: {
|
|
9
|
+
tagName: Tag,
|
|
10
|
+
legacy
|
|
11
|
+
}
|
|
12
|
+
}) {
|
|
14
13
|
const blockProps = useBlockProps.save();
|
|
15
14
|
const innerBlocksProps = useInnerBlocksProps.save(blockProps); // The legacy version is dynamic (i.e. PHP rendered) and doesn't allow inner
|
|
16
15
|
// blocks, so nothing is saved in that case.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["@wordpress/block-library/src/comments/save.js"],"names":["useInnerBlocksProps","useBlockProps","save","attributes","tagName","Tag","legacy","blockProps","innerBlocksProps"],"mappings":";;AAAA;AACA;AACA;AACA,SAASA,mBAAT,EAA8BC,aAA9B,QAAmD,yBAAnD;AAEA,eAAe,SAASC,IAAT,
|
|
1
|
+
{"version":3,"sources":["@wordpress/block-library/src/comments/save.js"],"names":["useInnerBlocksProps","useBlockProps","save","attributes","tagName","Tag","legacy","blockProps","innerBlocksProps"],"mappings":";;AAAA;AACA;AACA;AACA,SAASA,mBAAT,EAA8BC,aAA9B,QAAmD,yBAAnD;AAEA,eAAe,SAASC,IAAT,CAAe;AAAEC,EAAAA,UAAU,EAAE;AAAEC,IAAAA,OAAO,EAAEC,GAAX;AAAgBC,IAAAA;AAAhB;AAAd,CAAf,EAA0D;AACxE,QAAMC,UAAU,GAAGN,aAAa,CAACC,IAAd,EAAnB;AACA,QAAMM,gBAAgB,GAAGR,mBAAmB,CAACE,IAApB,CAA0BK,UAA1B,CAAzB,CAFwE,CAIxE;AACA;;AACA,SAAOD,MAAM,GAAG,IAAH,GAAU,cAAC,GAAD,EAAUE,gBAAV,CAAvB;AACA","sourcesContent":["/**\n * WordPress dependencies\n */\nimport { useInnerBlocksProps, useBlockProps } from '@wordpress/block-editor';\n\nexport default function save( { attributes: { tagName: Tag, legacy } } ) {\n\tconst blockProps = useBlockProps.save();\n\tconst innerBlocksProps = useInnerBlocksProps.save( blockProps );\n\n\t// The legacy version is dynamic (i.e. PHP rendered) and doesn't allow inner\n\t// blocks, so nothing is saved in that case.\n\treturn legacy ? null : <Tag { ...innerBlocksProps } />;\n}\n"]}
|
|
@@ -5,11 +5,10 @@ import { createElement } from "@wordpress/element";
|
|
|
5
5
|
*/
|
|
6
6
|
import { __, _x } from '@wordpress/i18n';
|
|
7
7
|
import { __experimentalToggleGroupControl as ToggleGroupControl, __experimentalToggleGroupControlOption as ToggleGroupControlOption } from '@wordpress/components';
|
|
8
|
-
export function CommentsPaginationArrowControls(
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
} = _ref;
|
|
8
|
+
export function CommentsPaginationArrowControls({
|
|
9
|
+
value,
|
|
10
|
+
onChange
|
|
11
|
+
}) {
|
|
13
12
|
return createElement(ToggleGroupControl, {
|
|
14
13
|
__nextHasNoMarginBottom: true,
|
|
15
14
|
label: __('Arrow'),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["@wordpress/block-library/src/comments-pagination/comments-pagination-arrow-controls.js"],"names":["__","_x","__experimentalToggleGroupControl","ToggleGroupControl","__experimentalToggleGroupControlOption","ToggleGroupControlOption","CommentsPaginationArrowControls","value","onChange"],"mappings":";;AAAA;AACA;AACA;AACA,SAASA,EAAT,EAAaC,EAAb,QAAuB,iBAAvB;AACA,SACCC,gCAAgC,IAAIC,kBADrC,EAECC,sCAAsC,IAAIC,wBAF3C,QAGO,uBAHP;AAKA,OAAO,SAASC,+BAAT,
|
|
1
|
+
{"version":3,"sources":["@wordpress/block-library/src/comments-pagination/comments-pagination-arrow-controls.js"],"names":["__","_x","__experimentalToggleGroupControl","ToggleGroupControl","__experimentalToggleGroupControlOption","ToggleGroupControlOption","CommentsPaginationArrowControls","value","onChange"],"mappings":";;AAAA;AACA;AACA;AACA,SAASA,EAAT,EAAaC,EAAb,QAAuB,iBAAvB;AACA,SACCC,gCAAgC,IAAIC,kBADrC,EAECC,sCAAsC,IAAIC,wBAF3C,QAGO,uBAHP;AAKA,OAAO,SAASC,+BAAT,CAA0C;AAAEC,EAAAA,KAAF;AAASC,EAAAA;AAAT,CAA1C,EAAgE;AACtE,SACC,cAAC,kBAAD;AACC,IAAA,uBAAuB,MADxB;AAEC,IAAA,KAAK,EAAGR,EAAE,CAAE,OAAF,CAFX;AAGC,IAAA,KAAK,EAAGO,KAHT;AAIC,IAAA,QAAQ,EAAGC,QAJZ;AAKC,IAAA,IAAI,EAAGR,EAAE,CACR,qEADQ,CALV;AAQC,IAAA,OAAO;AARR,KAUC,cAAC,wBAAD;AACC,IAAA,KAAK,EAAC,MADP;AAEC,IAAA,KAAK,EAAGC,EAAE,CACT,MADS,EAET,2DAFS;AAFX,IAVD,EAiBC,cAAC,wBAAD;AACC,IAAA,KAAK,EAAC,OADP;AAEC,IAAA,KAAK,EAAGA,EAAE,CACT,OADS,EAET,2DAFS;AAFX,IAjBD,EAwBC,cAAC,wBAAD;AACC,IAAA,KAAK,EAAC,SADP;AAEC,IAAA,KAAK,EAAGA,EAAE,CACT,SADS,EAET,2DAFS;AAFX,IAxBD,CADD;AAkCA","sourcesContent":["/**\n * WordPress dependencies\n */\nimport { __, _x } from '@wordpress/i18n';\nimport {\n\t__experimentalToggleGroupControl as ToggleGroupControl,\n\t__experimentalToggleGroupControlOption as ToggleGroupControlOption,\n} from '@wordpress/components';\n\nexport function CommentsPaginationArrowControls( { value, onChange } ) {\n\treturn (\n\t\t<ToggleGroupControl\n\t\t\t__nextHasNoMarginBottom\n\t\t\tlabel={ __( 'Arrow' ) }\n\t\t\tvalue={ value }\n\t\t\tonChange={ onChange }\n\t\t\thelp={ __(\n\t\t\t\t'A decorative arrow appended to the next and previous comments link.'\n\t\t\t) }\n\t\t\tisBlock\n\t\t>\n\t\t\t<ToggleGroupControlOption\n\t\t\t\tvalue=\"none\"\n\t\t\t\tlabel={ _x(\n\t\t\t\t\t'None',\n\t\t\t\t\t'Arrow option for Comments Pagination Next/Previous blocks'\n\t\t\t\t) }\n\t\t\t/>\n\t\t\t<ToggleGroupControlOption\n\t\t\t\tvalue=\"arrow\"\n\t\t\t\tlabel={ _x(\n\t\t\t\t\t'Arrow',\n\t\t\t\t\t'Arrow option for Comments Pagination Next/Previous blocks'\n\t\t\t\t) }\n\t\t\t/>\n\t\t\t<ToggleGroupControlOption\n\t\t\t\tvalue=\"chevron\"\n\t\t\t\tlabel={ _x(\n\t\t\t\t\t'Chevron',\n\t\t\t\t\t'Arrow option for Comments Pagination Next/Previous blocks'\n\t\t\t\t) }\n\t\t\t/>\n\t\t</ToggleGroupControl>\n\t);\n}\n"]}
|
|
@@ -14,14 +14,13 @@ import { PanelBody } from '@wordpress/components';
|
|
|
14
14
|
import { CommentsPaginationArrowControls } from './comments-pagination-arrow-controls';
|
|
15
15
|
const TEMPLATE = [['core/comments-pagination-previous'], ['core/comments-pagination-numbers'], ['core/comments-pagination-next']];
|
|
16
16
|
const ALLOWED_BLOCKS = ['core/comments-pagination-previous', 'core/comments-pagination-numbers', 'core/comments-pagination-next'];
|
|
17
|
-
export default function QueryPaginationEdit(
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
} = _ref;
|
|
17
|
+
export default function QueryPaginationEdit({
|
|
18
|
+
attributes: {
|
|
19
|
+
paginationArrow
|
|
20
|
+
},
|
|
21
|
+
setAttributes,
|
|
22
|
+
clientId
|
|
23
|
+
}) {
|
|
25
24
|
const hasNextPreviousBlocks = useSelect(select => {
|
|
26
25
|
const {
|
|
27
26
|
getBlocks
|
|
@@ -33,7 +32,7 @@ export default function QueryPaginationEdit(_ref) {
|
|
|
33
32
|
* block exists.
|
|
34
33
|
*/
|
|
35
34
|
|
|
36
|
-
return innerBlocks
|
|
35
|
+
return innerBlocks?.find(innerBlock => {
|
|
37
36
|
return ['core/comments-pagination-previous', 'core/comments-pagination-next'].includes(innerBlock.name);
|
|
38
37
|
});
|
|
39
38
|
}, []);
|
|
@@ -50,7 +49,7 @@ export default function QueryPaginationEdit(_ref) {
|
|
|
50
49
|
const {
|
|
51
50
|
__experimentalDiscussionSettings
|
|
52
51
|
} = getSettings();
|
|
53
|
-
return __experimentalDiscussionSettings
|
|
52
|
+
return __experimentalDiscussionSettings?.pageComments;
|
|
54
53
|
}, []); // If paging comments is not enabled in the Discussion Settings then hide the pagination
|
|
55
54
|
// controls. We don't want to remove them from the template so that when the user enables
|
|
56
55
|
// paging comments, the controls will be visible.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["@wordpress/block-library/src/comments-pagination/edit.js"],"names":["__","InspectorControls","useBlockProps","useInnerBlocksProps","store","blockEditorStore","Warning","useSelect","PanelBody","CommentsPaginationArrowControls","TEMPLATE","ALLOWED_BLOCKS","QueryPaginationEdit","attributes","paginationArrow","setAttributes","clientId","hasNextPreviousBlocks","select","getBlocks","innerBlocks","find","innerBlock","includes","name","blockProps","innerBlocksProps","template","allowedBlocks","pageComments","getSettings","__experimentalDiscussionSettings","value"],"mappings":";;AAAA;AACA;AACA;AACA,SAASA,EAAT,QAAmB,iBAAnB;AACA,SACCC,iBADD,EAECC,aAFD,EAGCC,mBAHD,EAICC,KAAK,IAAIC,gBAJV,EAKCC,OALD,QAMO,yBANP;AAOA,SAASC,SAAT,QAA0B,iBAA1B;AACA,SAASC,SAAT,QAA0B,uBAA1B;AAEA;AACA;AACA;;AACA,SAASC,+BAAT,QAAgD,sCAAhD;AAEA,MAAMC,QAAQ,GAAG,CAChB,CAAE,mCAAF,CADgB,EAEhB,CAAE,kCAAF,CAFgB,EAGhB,CAAE,+BAAF,CAHgB,CAAjB;AAKA,MAAMC,cAAc,GAAG,CACtB,mCADsB,EAEtB,kCAFsB,EAGtB,+BAHsB,CAAvB;AAMA,eAAe,SAASC,mBAAT,
|
|
1
|
+
{"version":3,"sources":["@wordpress/block-library/src/comments-pagination/edit.js"],"names":["__","InspectorControls","useBlockProps","useInnerBlocksProps","store","blockEditorStore","Warning","useSelect","PanelBody","CommentsPaginationArrowControls","TEMPLATE","ALLOWED_BLOCKS","QueryPaginationEdit","attributes","paginationArrow","setAttributes","clientId","hasNextPreviousBlocks","select","getBlocks","innerBlocks","find","innerBlock","includes","name","blockProps","innerBlocksProps","template","allowedBlocks","pageComments","getSettings","__experimentalDiscussionSettings","value"],"mappings":";;AAAA;AACA;AACA;AACA,SAASA,EAAT,QAAmB,iBAAnB;AACA,SACCC,iBADD,EAECC,aAFD,EAGCC,mBAHD,EAICC,KAAK,IAAIC,gBAJV,EAKCC,OALD,QAMO,yBANP;AAOA,SAASC,SAAT,QAA0B,iBAA1B;AACA,SAASC,SAAT,QAA0B,uBAA1B;AAEA;AACA;AACA;;AACA,SAASC,+BAAT,QAAgD,sCAAhD;AAEA,MAAMC,QAAQ,GAAG,CAChB,CAAE,mCAAF,CADgB,EAEhB,CAAE,kCAAF,CAFgB,EAGhB,CAAE,+BAAF,CAHgB,CAAjB;AAKA,MAAMC,cAAc,GAAG,CACtB,mCADsB,EAEtB,kCAFsB,EAGtB,+BAHsB,CAAvB;AAMA,eAAe,SAASC,mBAAT,CAA8B;AAC5CC,EAAAA,UAAU,EAAE;AAAEC,IAAAA;AAAF,GADgC;AAE5CC,EAAAA,aAF4C;AAG5CC,EAAAA;AAH4C,CAA9B,EAIX;AACH,QAAMC,qBAAqB,GAAGV,SAAS,CAAIW,MAAF,IAAc;AACtD,UAAM;AAAEC,MAAAA;AAAF,QAAgBD,MAAM,CAAEb,gBAAF,CAA5B;AACA,UAAMe,WAAW,GAAGD,SAAS,CAAEH,QAAF,CAA7B;AACA;AACF;AACA;AACA;AACA;;AACE,WAAOI,WAAW,EAAEC,IAAb,CAAqBC,UAAF,IAAkB;AAC3C,aAAO,CACN,mCADM,EAEN,+BAFM,EAGLC,QAHK,CAGKD,UAAU,CAACE,IAHhB,CAAP;AAIA,KALM,CAAP;AAMA,GAdsC,EAcpC,EAdoC,CAAvC;AAgBA,QAAMC,UAAU,GAAGvB,aAAa,EAAhC;AACA,QAAMwB,gBAAgB,GAAGvB,mBAAmB,CAAEsB,UAAF,EAAc;AACzDE,IAAAA,QAAQ,EAAEjB,QAD+C;AAEzDkB,IAAAA,aAAa,EAAEjB;AAF0C,GAAd,CAA5C,CAlBG,CAuBH;;AACA,QAAMkB,YAAY,GAAGtB,SAAS,CAAIW,MAAF,IAAc;AAC7C,UAAM;AAAEY,MAAAA;AAAF,QAAkBZ,MAAM,CAAEb,gBAAF,CAA9B;AACA,UAAM;AAAE0B,MAAAA;AAAF,QAAuCD,WAAW,EAAxD;AACA,WAAOC,gCAAgC,EAAEF,YAAzC;AACA,GAJ6B,EAI3B,EAJ2B,CAA9B,CAxBG,CA8BH;AACA;AACA;;AACA,MAAK,CAAEA,YAAP,EAAsB;AACrB,WACC,cAAC,OAAD,QACG7B,EAAE,CACH,mFADG,CADL,CADD;AAOA;;AAED,SACC,8BACGiB,qBAAqB,IACtB,cAAC,iBAAD,QACC,cAAC,SAAD;AAAW,IAAA,KAAK,EAAGjB,EAAE,CAAE,UAAF;AAArB,KACC,cAAC,+BAAD;AACC,IAAA,KAAK,EAAGc,eADT;AAEC,IAAA,QAAQ,EAAKkB,KAAF,IAAa;AACvBjB,MAAAA,aAAa,CAAE;AAAED,QAAAA,eAAe,EAAEkB;AAAnB,OAAF,CAAb;AACA;AAJF,IADD,CADD,CAFF,EAaC,qBAAUN,gBAAV,CAbD,CADD;AAiBA","sourcesContent":["/**\n * WordPress dependencies\n */\nimport { __ } from '@wordpress/i18n';\nimport {\n\tInspectorControls,\n\tuseBlockProps,\n\tuseInnerBlocksProps,\n\tstore as blockEditorStore,\n\tWarning,\n} from '@wordpress/block-editor';\nimport { useSelect } from '@wordpress/data';\nimport { PanelBody } from '@wordpress/components';\n\n/**\n * Internal dependencies\n */\nimport { CommentsPaginationArrowControls } from './comments-pagination-arrow-controls';\n\nconst TEMPLATE = [\n\t[ 'core/comments-pagination-previous' ],\n\t[ 'core/comments-pagination-numbers' ],\n\t[ 'core/comments-pagination-next' ],\n];\nconst ALLOWED_BLOCKS = [\n\t'core/comments-pagination-previous',\n\t'core/comments-pagination-numbers',\n\t'core/comments-pagination-next',\n];\n\nexport default function QueryPaginationEdit( {\n\tattributes: { paginationArrow },\n\tsetAttributes,\n\tclientId,\n} ) {\n\tconst hasNextPreviousBlocks = useSelect( ( select ) => {\n\t\tconst { getBlocks } = select( blockEditorStore );\n\t\tconst innerBlocks = getBlocks( clientId );\n\t\t/**\n\t\t * Show the `paginationArrow` control only if a\n\t\t * Comments Pagination Next or Comments Pagination Previous\n\t\t * block exists.\n\t\t */\n\t\treturn innerBlocks?.find( ( innerBlock ) => {\n\t\t\treturn [\n\t\t\t\t'core/comments-pagination-previous',\n\t\t\t\t'core/comments-pagination-next',\n\t\t\t].includes( innerBlock.name );\n\t\t} );\n\t}, [] );\n\n\tconst blockProps = useBlockProps();\n\tconst innerBlocksProps = useInnerBlocksProps( blockProps, {\n\t\ttemplate: TEMPLATE,\n\t\tallowedBlocks: ALLOWED_BLOCKS,\n\t} );\n\n\t// Get the Discussion settings\n\tconst pageComments = useSelect( ( select ) => {\n\t\tconst { getSettings } = select( blockEditorStore );\n\t\tconst { __experimentalDiscussionSettings } = getSettings();\n\t\treturn __experimentalDiscussionSettings?.pageComments;\n\t}, [] );\n\n\t// If paging comments is not enabled in the Discussion Settings then hide the pagination\n\t// controls. We don't want to remove them from the template so that when the user enables\n\t// paging comments, the controls will be visible.\n\tif ( ! pageComments ) {\n\t\treturn (\n\t\t\t<Warning>\n\t\t\t\t{ __(\n\t\t\t\t\t'Comments Pagination block: paging comments is disabled in the Discussion Settings'\n\t\t\t\t) }\n\t\t\t</Warning>\n\t\t);\n\t}\n\n\treturn (\n\t\t<>\n\t\t\t{ hasNextPreviousBlocks && (\n\t\t\t\t<InspectorControls>\n\t\t\t\t\t<PanelBody title={ __( 'Settings' ) }>\n\t\t\t\t\t\t<CommentsPaginationArrowControls\n\t\t\t\t\t\t\tvalue={ paginationArrow }\n\t\t\t\t\t\t\tonChange={ ( value ) => {\n\t\t\t\t\t\t\t\tsetAttributes( { paginationArrow: value } );\n\t\t\t\t\t\t\t} }\n\t\t\t\t\t\t/>\n\t\t\t\t\t</PanelBody>\n\t\t\t\t</InspectorControls>\n\t\t\t) }\n\t\t\t<div { ...innerBlocksProps } />\n\t\t</>\n\t);\n}\n"]}
|
|
@@ -9,7 +9,7 @@ import { queryPagination as icon } from '@wordpress/icons';
|
|
|
9
9
|
import initBlock from '../utils/init-block';
|
|
10
10
|
const metadata = {
|
|
11
11
|
$schema: "https://schemas.wp.org/trunk/block.json",
|
|
12
|
-
apiVersion:
|
|
12
|
+
apiVersion: 3,
|
|
13
13
|
name: "core/comments-pagination",
|
|
14
14
|
title: "Comments Pagination",
|
|
15
15
|
category: "theme",
|