@wordpress/block-library 10.1.0 → 10.1.1-next.v.202607070741.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 +9 -0
- package/build/accordion/edit.cjs +0 -1
- package/build/accordion/edit.cjs.map +2 -2
- package/build/accordion/view.cjs +23 -0
- package/build/accordion/view.cjs.map +2 -2
- package/build/accordion-heading/deprecated.cjs +121 -1
- package/build/accordion-heading/deprecated.cjs.map +2 -2
- package/build/accordion-heading/edit.cjs +18 -1
- package/build/accordion-heading/edit.cjs.map +3 -3
- package/build/accordion-heading/save.cjs +18 -1
- package/build/accordion-heading/save.cjs.map +3 -3
- package/build/accordion-panel/edit.cjs +1 -1
- package/build/accordion-panel/edit.cjs.map +2 -2
- package/build/archives/edit.cjs +0 -1
- package/build/archives/edit.cjs.map +2 -2
- package/build/audio/edit.cjs +0 -1
- package/build/audio/edit.cjs.map +2 -2
- package/build/avatar/edit.cjs +0 -1
- package/build/avatar/edit.cjs.map +2 -2
- package/build/avatar/user-control.cjs +0 -1
- package/build/avatar/user-control.cjs.map +2 -2
- package/build/categories/edit.cjs +0 -1
- package/build/categories/edit.cjs.map +2 -2
- package/build/code/transforms.cjs +5 -3
- package/build/code/transforms.cjs.map +2 -2
- package/build/column/edit.cjs +0 -1
- package/build/column/edit.cjs.map +2 -2
- package/build/columns/edit.cjs +0 -1
- package/build/columns/edit.cjs.map +2 -2
- package/build/columns/transforms.cjs +9 -2
- package/build/columns/transforms.cjs.map +2 -2
- package/build/comment-author-avatar/edit.cjs +0 -1
- package/build/comment-author-avatar/edit.cjs.map +2 -2
- package/build/comments-pagination/comments-pagination-arrow-controls.cjs +0 -1
- package/build/comments-pagination/comments-pagination-arrow-controls.cjs.map +2 -2
- package/build/cover/edit/inspector-controls.cjs +1 -3
- package/build/cover/edit/inspector-controls.cjs.map +2 -2
- package/build/details/transforms.cjs +3 -1
- package/build/details/transforms.cjs.map +2 -2
- package/build/embed/edit.cjs +2 -3
- package/build/embed/edit.cjs.map +2 -2
- package/build/embed/embed-placeholder.cjs +20 -20
- package/build/embed/embed-placeholder.cjs.map +3 -3
- package/build/file/inspector.cjs +0 -2
- package/build/file/inspector.cjs.map +2 -2
- package/build/form/edit.cjs +0 -2
- package/build/form/edit.cjs.map +2 -2
- package/build/freeform/convert-to-blocks-button.cjs +52 -0
- package/build/freeform/convert-to-blocks-button.cjs.map +7 -0
- package/build/freeform/edit.cjs +14 -33
- package/build/freeform/edit.cjs.map +3 -3
- package/build/freeform/index.cjs +1 -7
- package/build/freeform/index.cjs.map +3 -3
- package/build/gallery/block.json +4 -1
- package/build/gallery/dynamic-gallery.cjs +263 -0
- package/build/gallery/dynamic-gallery.cjs.map +7 -0
- package/build/gallery/dynamic-source.cjs +85 -0
- package/build/gallery/dynamic-source.cjs.map +7 -0
- package/build/gallery/edit.cjs +285 -205
- package/build/gallery/edit.cjs.map +3 -3
- package/build/gallery/gallery.cjs +0 -3
- package/build/gallery/gallery.cjs.map +2 -2
- package/build/gallery/index.cjs +2 -0
- package/build/gallery/index.cjs.map +3 -3
- package/build/gallery/save.cjs +16 -12
- package/build/gallery/save.cjs.map +2 -2
- package/build/gallery/use-dynamic-gallery.cjs +181 -0
- package/build/gallery/use-dynamic-gallery.cjs.map +7 -0
- package/build/gallery/variations.cjs +54 -0
- package/build/gallery/variations.cjs.map +7 -0
- package/build/group/edit.cjs +1 -2
- package/build/group/edit.cjs.map +2 -2
- package/build/group/transforms.cjs +3 -7
- package/build/group/transforms.cjs.map +2 -2
- package/build/heading/edit.cjs +10 -3
- package/build/heading/edit.cjs.map +2 -2
- package/build/html/block.json +2 -2
- package/build/html/edit.cjs +65 -23
- package/build/html/edit.cjs.map +3 -3
- package/build/html/index.cjs +3 -3
- package/build/html/index.cjs.map +2 -2
- package/build/html/modal.cjs +4 -8
- package/build/html/modal.cjs.map +2 -2
- package/build/html/save.cjs +2 -4
- package/build/html/save.cjs.map +2 -2
- package/build/html/transforms.cjs +7 -5
- package/build/html/transforms.cjs.map +2 -2
- package/build/image/animated-gif-convert-control.cjs +105 -0
- package/build/image/animated-gif-convert-control.cjs.map +7 -0
- package/build/image/edit.cjs +34 -0
- package/build/image/edit.cjs.map +2 -2
- package/build/image/image.cjs +38 -66
- package/build/image/image.cjs.map +3 -3
- package/build/index.cjs.map +2 -2
- package/build/latest-comments/edit.cjs +0 -2
- package/build/latest-comments/edit.cjs.map +2 -2
- package/build/latest-posts/block.json +8 -9
- package/build/latest-posts/constants.cjs +0 -3
- package/build/latest-posts/constants.cjs.map +2 -2
- package/build/latest-posts/deprecated.cjs +100 -8
- package/build/latest-posts/deprecated.cjs.map +2 -2
- package/build/latest-posts/edit.cjs +62 -76
- package/build/latest-posts/edit.cjs.map +2 -2
- package/build/list/ordered-list-settings.cjs +0 -1
- package/build/list/ordered-list-settings.cjs.map +2 -2
- package/build/media-text/edit.cjs +0 -1
- package/build/media-text/edit.cjs.map +2 -2
- package/build/missing/edit.cjs +1 -3
- package/build/missing/edit.cjs.map +2 -2
- package/build/navigation/edit/index.cjs +0 -1
- package/build/navigation/edit/index.cjs.map +2 -2
- package/build/navigation/edit/overlay-menu-preview-controls.cjs +0 -1
- package/build/navigation/edit/overlay-menu-preview-controls.cjs.map +2 -2
- package/build/navigation/edit/overlay-menu-preview.cjs +0 -1
- package/build/navigation/edit/overlay-menu-preview.cjs.map +2 -2
- package/build/navigation/edit/overlay-template-part-selector.cjs +0 -1
- package/build/navigation/edit/overlay-template-part-selector.cjs.map +2 -2
- package/build/navigation/edit/overlay-visibility-control.cjs +0 -1
- package/build/navigation/edit/overlay-visibility-control.cjs.map +2 -2
- package/build/navigation-link/shared/use-link-preview.cjs +11 -1
- package/build/navigation-link/shared/use-link-preview.cjs.map +2 -2
- package/build/navigation-overlay-close/edit.cjs +0 -1
- package/build/navigation-overlay-close/edit.cjs.map +2 -2
- package/build/page-list/edit.cjs +0 -1
- package/build/page-list/edit.cjs.map +2 -2
- package/build/playlist/block.json +1 -7
- package/build/playlist/context.cjs +36 -0
- package/build/playlist/context.cjs.map +7 -0
- package/build/playlist/edit.cjs +43 -69
- package/build/playlist/edit.cjs.map +3 -3
- package/build/playlist/utils.cjs +0 -3
- package/build/playlist/utils.cjs.map +3 -3
- package/build/playlist/view.cjs +4 -4
- package/build/playlist/view.cjs.map +2 -2
- package/build/playlist-track/block.json +1 -4
- package/build/playlist-track/edit.cjs +22 -8
- package/build/playlist-track/edit.cjs.map +3 -3
- package/build/post-author/edit.cjs +0 -2
- package/build/post-author/edit.cjs.map +2 -2
- package/build/post-excerpt/edit.cjs +0 -1
- package/build/post-excerpt/edit.cjs.map +2 -2
- package/build/post-featured-image/overlay-controls.cjs +1 -2
- package/build/post-featured-image/overlay-controls.cjs.map +2 -2
- package/build/post-navigation-link/edit.cjs +0 -2
- package/build/post-navigation-link/edit.cjs.map +2 -2
- package/build/query/edit/inspector-controls/author-control.cjs +1 -2
- package/build/query/edit/inspector-controls/author-control.cjs.map +2 -2
- package/build/query/edit/inspector-controls/format-controls.cjs +1 -2
- package/build/query/edit/inspector-controls/format-controls.cjs.map +2 -2
- package/build/query/edit/inspector-controls/index.cjs +0 -3
- package/build/query/edit/inspector-controls/index.cjs.map +2 -2
- package/build/query/edit/inspector-controls/order-control.cjs +0 -1
- package/build/query/edit/inspector-controls/order-control.cjs.map +2 -2
- package/build/query/edit/inspector-controls/parent-control.cjs +0 -1
- package/build/query/edit/inspector-controls/parent-control.cjs.map +2 -2
- package/build/query/edit/inspector-controls/per-page-control.cjs +0 -1
- package/build/query/edit/inspector-controls/per-page-control.cjs.map +2 -2
- package/build/query/edit/inspector-controls/sticky-control.cjs +0 -1
- package/build/query/edit/inspector-controls/sticky-control.cjs.map +2 -2
- package/build/query/edit/inspector-controls/taxonomy-controls.cjs +1 -2
- package/build/query/edit/inspector-controls/taxonomy-controls.cjs.map +2 -2
- package/build/query-pagination/query-pagination-arrow-controls.cjs +0 -1
- package/build/query-pagination/query-pagination-arrow-controls.cjs.map +2 -2
- package/build/query-pagination-numbers/edit.cjs +0 -1
- package/build/query-pagination-numbers/edit.cjs.map +2 -2
- package/build/quote/transforms.cjs +1 -5
- package/build/quote/transforms.cjs.map +2 -2
- package/build/rss/edit.cjs +0 -3
- package/build/rss/edit.cjs.map +2 -2
- package/build/search/edit.cjs +0 -4
- package/build/search/edit.cjs.map +2 -2
- package/build/separator/edit.cjs +1 -2
- package/build/separator/edit.cjs.map +2 -2
- package/build/site-logo/edit.cjs +34 -63
- package/build/site-logo/edit.cjs.map +3 -3
- package/build/social-links/edit.cjs +0 -1
- package/build/social-links/edit.cjs.map +2 -2
- package/build/spacer/controls.cjs +2 -4
- package/build/spacer/controls.cjs.map +2 -2
- package/build/spacer/edit.cjs +1 -2
- package/build/spacer/edit.cjs.map +2 -2
- package/build/tab-list/block.json +3 -2
- package/build/tab-list/edit.cjs +38 -51
- package/build/tab-list/edit.cjs.map +3 -3
- package/build/tab-list/save.cjs +4 -3
- package/build/tab-list/save.cjs.map +2 -2
- package/build/tab-panel/controls.cjs +2 -4
- package/build/tab-panel/controls.cjs.map +3 -3
- package/build/tab-panels/edit.cjs +2 -4
- package/build/tab-panels/edit.cjs.map +3 -3
- package/build/table-of-contents/edit.cjs +0 -1
- package/build/table-of-contents/edit.cjs.map +2 -2
- package/build/tabs/edit.cjs +2 -2
- package/build/tabs/edit.cjs.map +3 -3
- package/build/tabs/tab-toolbar-controls.cjs +74 -0
- package/build/tabs/tab-toolbar-controls.cjs.map +7 -0
- package/build/tabs/use-tab-actions.cjs +87 -0
- package/build/tabs/use-tab-actions.cjs.map +7 -0
- package/build/tabs/use-tab-list-items-sync.cjs +4 -4
- package/build/tabs/use-tab-list-items-sync.cjs.map +2 -2
- package/build/tag-cloud/edit.cjs +2 -6
- package/build/tag-cloud/edit.cjs.map +2 -2
- package/build/template-part/edit/advanced-controls.cjs +0 -1
- package/build/template-part/edit/advanced-controls.cjs.map +2 -2
- package/build/template-part/edit/import-controls.cjs +1 -2
- package/build/template-part/edit/import-controls.cjs.map +2 -2
- package/build/terms-query/edit/inspector-controls/include-control.cjs +0 -1
- package/build/terms-query/edit/inspector-controls/include-control.cjs.map +2 -2
- package/build/terms-query/edit/inspector-controls/inherit-control.cjs +0 -1
- package/build/terms-query/edit/inspector-controls/inherit-control.cjs.map +2 -2
- package/build/terms-query/edit/inspector-controls/max-terms-control.cjs +0 -1
- package/build/terms-query/edit/inspector-controls/max-terms-control.cjs.map +2 -2
- package/build/terms-query/edit/inspector-controls/order-control.cjs +0 -1
- package/build/terms-query/edit/inspector-controls/order-control.cjs.map +2 -2
- package/build/terms-query/edit/inspector-controls/taxonomy-control.cjs +0 -1
- package/build/terms-query/edit/inspector-controls/taxonomy-control.cjs.map +2 -2
- package/build/text-columns/edit.cjs +0 -1
- package/build/text-columns/edit.cjs.map +2 -2
- package/build/utils/gif-conversion-attributes.cjs +40 -0
- package/build/utils/gif-conversion-attributes.cjs.map +7 -0
- package/build/verse/block.json +3 -1
- package/build/video/block.json +6 -0
- package/build/video/edit-common-settings.cjs +0 -1
- package/build/video/edit-common-settings.cjs.map +2 -2
- package/build/video/edit.cjs +28 -3
- package/build/video/edit.cjs.map +3 -3
- package/build/video/gif-restore-control.cjs +73 -0
- package/build/video/gif-restore-control.cjs.map +7 -0
- package/build/video/index.cjs +2 -0
- package/build/video/index.cjs.map +3 -3
- package/build/video/save.cjs +7 -1
- package/build/video/save.cjs.map +2 -2
- package/build/video/tracks-editor.cjs +0 -1
- package/build/video/tracks-editor.cjs.map +2 -2
- package/build/video/variations.cjs +75 -0
- package/build/video/variations.cjs.map +7 -0
- package/build-module/accordion/edit.mjs +0 -1
- package/build-module/accordion/edit.mjs.map +2 -2
- package/build-module/accordion/view.mjs +23 -0
- package/build-module/accordion/view.mjs.map +2 -2
- package/build-module/accordion-heading/deprecated.mjs +121 -1
- package/build-module/accordion-heading/deprecated.mjs.map +2 -2
- package/build-module/accordion-heading/edit.mjs +8 -1
- package/build-module/accordion-heading/edit.mjs.map +2 -2
- package/build-module/accordion-heading/save.mjs +8 -1
- package/build-module/accordion-heading/save.mjs.map +2 -2
- package/build-module/accordion-panel/edit.mjs +1 -1
- package/build-module/accordion-panel/edit.mjs.map +2 -2
- package/build-module/archives/edit.mjs +0 -1
- package/build-module/archives/edit.mjs.map +2 -2
- package/build-module/audio/edit.mjs +0 -1
- package/build-module/audio/edit.mjs.map +2 -2
- package/build-module/avatar/edit.mjs +0 -1
- package/build-module/avatar/edit.mjs.map +2 -2
- package/build-module/avatar/user-control.mjs +0 -1
- package/build-module/avatar/user-control.mjs.map +2 -2
- package/build-module/categories/edit.mjs +0 -1
- package/build-module/categories/edit.mjs.map +2 -2
- package/build-module/code/transforms.mjs +6 -4
- package/build-module/code/transforms.mjs.map +2 -2
- package/build-module/column/edit.mjs +0 -1
- package/build-module/column/edit.mjs.map +2 -2
- package/build-module/columns/edit.mjs +0 -1
- package/build-module/columns/edit.mjs.map +2 -2
- package/build-module/columns/transforms.mjs +9 -2
- package/build-module/columns/transforms.mjs.map +2 -2
- package/build-module/comment-author-avatar/edit.mjs +0 -1
- package/build-module/comment-author-avatar/edit.mjs.map +2 -2
- package/build-module/comments-pagination/comments-pagination-arrow-controls.mjs +0 -1
- package/build-module/comments-pagination/comments-pagination-arrow-controls.mjs.map +2 -2
- package/build-module/cover/edit/inspector-controls.mjs +1 -3
- package/build-module/cover/edit/inspector-controls.mjs.map +2 -2
- package/build-module/details/transforms.mjs +7 -2
- package/build-module/details/transforms.mjs.map +2 -2
- package/build-module/embed/edit.mjs +2 -3
- package/build-module/embed/edit.mjs.map +2 -2
- package/build-module/embed/embed-placeholder.mjs +20 -23
- package/build-module/embed/embed-placeholder.mjs.map +2 -2
- package/build-module/file/inspector.mjs +0 -2
- package/build-module/file/inspector.mjs.map +2 -2
- package/build-module/form/edit.mjs +0 -2
- package/build-module/form/edit.mjs.map +2 -2
- package/build-module/freeform/convert-to-blocks-button.mjs +31 -0
- package/build-module/freeform/convert-to-blocks-button.mjs.map +7 -0
- package/build-module/freeform/edit.mjs +15 -34
- package/build-module/freeform/edit.mjs.map +2 -2
- package/build-module/freeform/index.mjs +1 -7
- package/build-module/freeform/index.mjs.map +2 -2
- package/build-module/gallery/block.json +4 -1
- package/build-module/gallery/dynamic-gallery.mjs +253 -0
- package/build-module/gallery/dynamic-gallery.mjs.map +7 -0
- package/build-module/gallery/dynamic-source.mjs +55 -0
- package/build-module/gallery/dynamic-source.mjs.map +7 -0
- package/build-module/gallery/edit.mjs +288 -206
- package/build-module/gallery/edit.mjs.map +2 -2
- package/build-module/gallery/gallery.mjs +0 -3
- package/build-module/gallery/gallery.mjs.map +2 -2
- package/build-module/gallery/index.mjs +2 -0
- package/build-module/gallery/index.mjs.map +2 -2
- package/build-module/gallery/save.mjs +16 -12
- package/build-module/gallery/save.mjs.map +2 -2
- package/build-module/gallery/use-dynamic-gallery.mjs +167 -0
- package/build-module/gallery/use-dynamic-gallery.mjs.map +7 -0
- package/build-module/gallery/variations.mjs +33 -0
- package/build-module/gallery/variations.mjs.map +7 -0
- package/build-module/group/edit.mjs +1 -2
- package/build-module/group/edit.mjs.map +2 -2
- package/build-module/group/transforms.mjs +7 -8
- package/build-module/group/transforms.mjs.map +2 -2
- package/build-module/heading/edit.mjs +11 -4
- package/build-module/heading/edit.mjs.map +2 -2
- package/build-module/html/block.json +2 -2
- package/build-module/html/edit.mjs +69 -25
- package/build-module/html/edit.mjs.map +2 -2
- package/build-module/html/index.mjs +3 -3
- package/build-module/html/index.mjs.map +2 -2
- package/build-module/html/modal.mjs +4 -8
- package/build-module/html/modal.mjs.map +2 -2
- package/build-module/html/save.mjs +2 -4
- package/build-module/html/save.mjs.map +2 -2
- package/build-module/html/transforms.mjs +8 -6
- package/build-module/html/transforms.mjs.map +2 -2
- package/build-module/image/animated-gif-convert-control.mjs +87 -0
- package/build-module/image/animated-gif-convert-control.mjs.map +7 -0
- package/build-module/image/edit.mjs +34 -0
- package/build-module/image/edit.mjs.map +2 -2
- package/build-module/image/image.mjs +28 -67
- package/build-module/image/image.mjs.map +2 -2
- package/build-module/index.mjs.map +2 -2
- package/build-module/latest-comments/edit.mjs +0 -2
- package/build-module/latest-comments/edit.mjs.map +2 -2
- package/build-module/latest-posts/block.json +8 -9
- package/build-module/latest-posts/constants.mjs +0 -2
- package/build-module/latest-posts/constants.mjs.map +2 -2
- package/build-module/latest-posts/deprecated.mjs +100 -8
- package/build-module/latest-posts/deprecated.mjs.map +2 -2
- package/build-module/latest-posts/edit.mjs +62 -77
- package/build-module/latest-posts/edit.mjs.map +2 -2
- package/build-module/list/ordered-list-settings.mjs +0 -1
- package/build-module/list/ordered-list-settings.mjs.map +2 -2
- package/build-module/media-text/edit.mjs +0 -1
- package/build-module/media-text/edit.mjs.map +2 -2
- package/build-module/missing/edit.mjs +1 -3
- package/build-module/missing/edit.mjs.map +2 -2
- package/build-module/navigation/edit/index.mjs +0 -1
- package/build-module/navigation/edit/index.mjs.map +2 -2
- package/build-module/navigation/edit/overlay-menu-preview-controls.mjs +0 -1
- package/build-module/navigation/edit/overlay-menu-preview-controls.mjs.map +2 -2
- package/build-module/navigation/edit/overlay-menu-preview.mjs +0 -1
- package/build-module/navigation/edit/overlay-menu-preview.mjs.map +2 -2
- package/build-module/navigation/edit/overlay-template-part-selector.mjs +0 -1
- package/build-module/navigation/edit/overlay-template-part-selector.mjs.map +2 -2
- package/build-module/navigation/edit/overlay-visibility-control.mjs +0 -1
- package/build-module/navigation/edit/overlay-visibility-control.mjs.map +2 -2
- package/build-module/navigation-link/shared/use-link-preview.mjs +11 -1
- package/build-module/navigation-link/shared/use-link-preview.mjs.map +2 -2
- package/build-module/navigation-overlay-close/edit.mjs +0 -1
- package/build-module/navigation-overlay-close/edit.mjs.map +2 -2
- package/build-module/page-list/edit.mjs +0 -1
- package/build-module/page-list/edit.mjs.map +2 -2
- package/build-module/playlist/block.json +1 -7
- package/build-module/playlist/context.mjs +11 -0
- package/build-module/playlist/context.mjs.map +7 -0
- package/build-module/playlist/edit.mjs +44 -70
- package/build-module/playlist/edit.mjs.map +2 -2
- package/build-module/playlist/utils.mjs +0 -3
- package/build-module/playlist/utils.mjs.map +2 -2
- package/build-module/playlist/view.mjs +4 -4
- package/build-module/playlist/view.mjs.map +2 -2
- package/build-module/playlist-track/block.json +1 -4
- package/build-module/playlist-track/edit.mjs +23 -9
- package/build-module/playlist-track/edit.mjs.map +2 -2
- package/build-module/post-author/edit.mjs +0 -2
- package/build-module/post-author/edit.mjs.map +2 -2
- package/build-module/post-excerpt/edit.mjs +0 -1
- package/build-module/post-excerpt/edit.mjs.map +2 -2
- package/build-module/post-featured-image/overlay-controls.mjs +1 -2
- package/build-module/post-featured-image/overlay-controls.mjs.map +2 -2
- package/build-module/post-navigation-link/edit.mjs +0 -2
- package/build-module/post-navigation-link/edit.mjs.map +2 -2
- package/build-module/query/edit/inspector-controls/author-control.mjs +1 -2
- package/build-module/query/edit/inspector-controls/author-control.mjs.map +2 -2
- package/build-module/query/edit/inspector-controls/format-controls.mjs +1 -2
- package/build-module/query/edit/inspector-controls/format-controls.mjs.map +2 -2
- package/build-module/query/edit/inspector-controls/index.mjs +0 -3
- package/build-module/query/edit/inspector-controls/index.mjs.map +2 -2
- package/build-module/query/edit/inspector-controls/order-control.mjs +0 -1
- package/build-module/query/edit/inspector-controls/order-control.mjs.map +2 -2
- package/build-module/query/edit/inspector-controls/parent-control.mjs +0 -1
- package/build-module/query/edit/inspector-controls/parent-control.mjs.map +2 -2
- package/build-module/query/edit/inspector-controls/per-page-control.mjs +0 -1
- package/build-module/query/edit/inspector-controls/per-page-control.mjs.map +2 -2
- package/build-module/query/edit/inspector-controls/sticky-control.mjs +0 -1
- package/build-module/query/edit/inspector-controls/sticky-control.mjs.map +2 -2
- package/build-module/query/edit/inspector-controls/taxonomy-controls.mjs +1 -2
- package/build-module/query/edit/inspector-controls/taxonomy-controls.mjs.map +2 -2
- package/build-module/query-pagination/query-pagination-arrow-controls.mjs +0 -1
- package/build-module/query-pagination/query-pagination-arrow-controls.mjs.map +2 -2
- package/build-module/query-pagination-numbers/edit.mjs +0 -1
- package/build-module/query-pagination-numbers/edit.mjs.map +2 -2
- package/build-module/quote/transforms.mjs +6 -6
- package/build-module/quote/transforms.mjs.map +2 -2
- package/build-module/rss/edit.mjs +0 -3
- package/build-module/rss/edit.mjs.map +2 -2
- package/build-module/search/edit.mjs +0 -4
- package/build-module/search/edit.mjs.map +2 -2
- package/build-module/separator/edit.mjs +1 -2
- package/build-module/separator/edit.mjs.map +2 -2
- package/build-module/site-logo/edit.mjs +34 -64
- package/build-module/site-logo/edit.mjs.map +2 -2
- package/build-module/social-links/edit.mjs +0 -1
- package/build-module/social-links/edit.mjs.map +2 -2
- package/build-module/spacer/controls.mjs +2 -4
- package/build-module/spacer/controls.mjs.map +2 -2
- package/build-module/spacer/edit.mjs +1 -2
- package/build-module/spacer/edit.mjs.map +2 -2
- package/build-module/tab-list/block.json +3 -2
- package/build-module/tab-list/edit.mjs +39 -52
- package/build-module/tab-list/edit.mjs.map +2 -2
- package/build-module/tab-list/save.mjs +5 -3
- package/build-module/tab-list/save.mjs.map +2 -2
- package/build-module/tab-panel/controls.mjs +2 -4
- package/build-module/tab-panel/controls.mjs.map +2 -2
- package/build-module/tab-panels/edit.mjs +2 -4
- package/build-module/tab-panels/edit.mjs.map +2 -2
- package/build-module/table-of-contents/edit.mjs +0 -1
- package/build-module/table-of-contents/edit.mjs.map +2 -2
- package/build-module/tabs/edit.mjs +2 -2
- package/build-module/tabs/edit.mjs.map +2 -2
- package/build-module/tabs/tab-toolbar-controls.mjs +46 -0
- package/build-module/tabs/tab-toolbar-controls.mjs.map +7 -0
- package/build-module/tabs/use-tab-actions.mjs +66 -0
- package/build-module/tabs/use-tab-actions.mjs.map +7 -0
- package/build-module/tabs/use-tab-list-items-sync.mjs +6 -6
- package/build-module/tabs/use-tab-list-items-sync.mjs.map +2 -2
- package/build-module/tag-cloud/edit.mjs +2 -6
- package/build-module/tag-cloud/edit.mjs.map +2 -2
- package/build-module/template-part/edit/advanced-controls.mjs +0 -1
- package/build-module/template-part/edit/advanced-controls.mjs.map +2 -2
- package/build-module/template-part/edit/import-controls.mjs +1 -2
- package/build-module/template-part/edit/import-controls.mjs.map +2 -2
- package/build-module/terms-query/edit/inspector-controls/include-control.mjs +0 -1
- package/build-module/terms-query/edit/inspector-controls/include-control.mjs.map +2 -2
- package/build-module/terms-query/edit/inspector-controls/inherit-control.mjs +0 -1
- package/build-module/terms-query/edit/inspector-controls/inherit-control.mjs.map +2 -2
- package/build-module/terms-query/edit/inspector-controls/max-terms-control.mjs +0 -1
- package/build-module/terms-query/edit/inspector-controls/max-terms-control.mjs.map +2 -2
- package/build-module/terms-query/edit/inspector-controls/order-control.mjs +0 -1
- package/build-module/terms-query/edit/inspector-controls/order-control.mjs.map +2 -2
- package/build-module/terms-query/edit/inspector-controls/taxonomy-control.mjs +0 -1
- package/build-module/terms-query/edit/inspector-controls/taxonomy-control.mjs.map +2 -2
- package/build-module/text-columns/edit.mjs +0 -1
- package/build-module/text-columns/edit.mjs.map +2 -2
- package/build-module/utils/gif-conversion-attributes.mjs +15 -0
- package/build-module/utils/gif-conversion-attributes.mjs.map +7 -0
- package/build-module/verse/block.json +3 -1
- package/build-module/video/block.json +6 -0
- package/build-module/video/edit-common-settings.mjs +0 -1
- package/build-module/video/edit-common-settings.mjs.map +2 -2
- package/build-module/video/edit.mjs +28 -3
- package/build-module/video/edit.mjs.map +2 -2
- package/build-module/video/gif-restore-control.mjs +55 -0
- package/build-module/video/gif-restore-control.mjs.map +7 -0
- package/build-module/video/index.mjs +2 -0
- package/build-module/video/index.mjs.map +2 -2
- package/build-module/video/save.mjs +7 -1
- package/build-module/video/save.mjs.map +2 -2
- package/build-module/video/tracks-editor.mjs +0 -1
- package/build-module/video/tracks-editor.mjs.map +2 -2
- package/build-module/video/variations.mjs +50 -0
- package/build-module/video/variations.mjs.map +7 -0
- package/build-style/accordion-panel/style-rtl.css +1 -2
- package/build-style/accordion-panel/style.css +1 -2
- package/build-style/audio/style-rtl.css +6 -0
- package/build-style/audio/style.css +6 -0
- package/build-style/audio/theme-rtl.css +6 -0
- package/build-style/audio/theme.css +6 -0
- package/build-style/columns/style-rtl.css +6 -0
- package/build-style/columns/style.css +6 -0
- package/build-style/common-rtl.css +6 -4
- package/build-style/common.css +6 -4
- package/build-style/editor-rtl.css +38 -3
- package/build-style/editor.css +38 -3
- package/build-style/embed/style-rtl.css +6 -0
- package/build-style/embed/style.css +6 -0
- package/build-style/embed/theme-rtl.css +6 -0
- package/build-style/embed/theme.css +6 -0
- package/build-style/freeform/editor-rtl.css +6 -0
- package/build-style/freeform/editor.css +6 -0
- package/build-style/gallery/editor-rtl.css +27 -3
- package/build-style/gallery/editor.css +27 -3
- package/build-style/gallery/style-rtl.css +6 -0
- package/build-style/gallery/style.css +6 -0
- package/build-style/gallery/theme-rtl.css +6 -0
- package/build-style/gallery/theme.css +6 -0
- package/build-style/html/editor-rtl.css +13 -0
- package/build-style/html/editor.css +13 -0
- package/build-style/image/editor-rtl.css +10 -0
- package/build-style/image/editor.css +10 -0
- package/build-style/image/style-rtl.css +6 -1
- package/build-style/image/style.css +6 -1
- package/build-style/image/theme-rtl.css +6 -0
- package/build-style/image/theme.css +6 -0
- package/build-style/latest-posts/style-rtl.css +26 -15
- package/build-style/latest-posts/style.css +26 -15
- package/build-style/navigation/editor-rtl.css +6 -0
- package/build-style/navigation/editor.css +6 -0
- package/build-style/navigation/style-rtl.css +6 -0
- package/build-style/navigation/style.css +6 -0
- package/build-style/navigation-submenu/editor-rtl.css +6 -0
- package/build-style/navigation-submenu/editor.css +6 -0
- package/build-style/page-list/editor-rtl.css +6 -0
- package/build-style/page-list/editor.css +6 -0
- package/build-style/playlist/style-rtl.css +121 -19
- package/build-style/playlist/style.css +121 -19
- package/build-style/post-template/style-rtl.css +6 -0
- package/build-style/post-template/style.css +6 -0
- package/build-style/query/editor-rtl.css +6 -0
- package/build-style/query/editor.css +6 -0
- package/build-style/rss/style-rtl.css +6 -0
- package/build-style/rss/style.css +6 -0
- package/build-style/shortcode/editor-rtl.css +6 -0
- package/build-style/shortcode/editor.css +6 -0
- package/build-style/style-rtl.css +145 -38
- package/build-style/style.css +145 -38
- package/build-style/table/editor-rtl.css +6 -0
- package/build-style/table/editor.css +6 -0
- package/build-style/table/theme-rtl.css +6 -0
- package/build-style/table/theme.css +6 -0
- package/build-style/template-part/editor-rtl.css +6 -0
- package/build-style/template-part/editor.css +6 -0
- package/build-style/theme-rtl.css +6 -0
- package/build-style/theme.css +6 -0
- package/build-style/video/style-rtl.css +6 -0
- package/build-style/video/style.css +6 -0
- package/build-style/video/theme-rtl.css +6 -0
- package/build-style/video/theme.css +6 -0
- package/package.json +43 -41
- package/src/accordion/README.md +1 -1
- package/src/accordion/edit.js +0 -1
- package/src/accordion/view.js +24 -0
- package/src/accordion-heading/README.md +1 -1
- package/src/accordion-heading/deprecated.js +122 -1
- package/src/accordion-heading/edit.js +12 -1
- package/src/accordion-heading/save.js +12 -1
- package/src/accordion-item/README.md +1 -1
- package/src/accordion-item/index.php +2 -1
- package/src/accordion-panel/edit.js +1 -1
- package/src/accordion-panel/style.scss +1 -4
- package/src/archives/edit.js +0 -1
- package/src/audio/edit.js +0 -1
- package/src/avatar/edit.js +0 -1
- package/src/avatar/user-control.js +0 -1
- package/src/categories/edit.js +0 -1
- package/src/code/transforms.js +6 -4
- package/src/column/edit.js +0 -1
- package/src/columns/edit.js +0 -1
- package/src/columns/transforms.js +9 -2
- package/src/comment-author-avatar/edit.js +0 -1
- package/src/comments-pagination/comments-pagination-arrow-controls.js +0 -1
- package/src/common.scss +0 -4
- package/src/cover/edit/inspector-controls.js +0 -2
- package/src/cover/test/edit.js +4 -4
- package/src/details/transforms.js +7 -2
- package/src/embed/edit.js +4 -5
- package/src/embed/embed-placeholder.js +16 -19
- package/src/file/inspector.js +0 -2
- package/src/form/edit.js +0 -2
- package/src/freeform/convert-to-blocks-button.js +33 -0
- package/src/freeform/edit.js +11 -21
- package/src/freeform/index.js +1 -9
- package/src/gallery/README.md +3 -0
- package/src/gallery/block.json +4 -1
- package/src/gallery/dynamic-gallery.js +384 -0
- package/src/gallery/dynamic-source.js +117 -0
- package/src/gallery/edit.js +152 -46
- package/src/gallery/editor.scss +32 -4
- package/src/gallery/gallery.js +0 -7
- package/src/gallery/index.js +2 -0
- package/src/gallery/index.php +277 -0
- package/src/gallery/save.js +22 -11
- package/src/gallery/test/dynamic-source.js +90 -0
- package/src/gallery/use-dynamic-gallery.js +275 -0
- package/src/gallery/variations.js +37 -0
- package/src/group/edit.js +2 -3
- package/src/group/transforms.js +7 -8
- package/src/heading/edit.js +19 -14
- package/src/home-link/index.php +1 -1
- package/src/html/README.md +2 -1
- package/src/html/block.json +2 -2
- package/src/html/edit.js +86 -14
- package/src/html/editor.scss +10 -0
- package/src/html/index.js +3 -4
- package/src/html/modal.js +5 -9
- package/src/html/save.js +4 -7
- package/src/html/test/index.js +143 -0
- package/src/html/transforms.js +11 -6
- package/src/icon/index.php +38 -45
- package/src/image/animated-gif-convert-control.js +135 -0
- package/src/image/edit.js +52 -0
- package/src/image/editor.scss +9 -0
- package/src/image/image.js +121 -180
- package/src/image/style.scss +0 -1
- package/src/image/test/animated-gif-convert-control.js +276 -0
- package/src/image/test/use-open-image-media-editor-modal.js +19 -4
- package/src/index.js +0 -2
- package/src/latest-comments/edit.js +0 -2
- package/src/latest-posts/README.md +2 -2
- package/src/latest-posts/block.json +8 -9
- package/src/latest-posts/constants.js +0 -1
- package/src/latest-posts/deprecated.js +112 -9
- package/src/latest-posts/edit.js +33 -45
- package/src/latest-posts/index.php +14 -3
- package/src/latest-posts/style.scss +12 -2
- package/src/latest-posts/test/deprecated.js +153 -0
- package/src/list/ordered-list-settings.js +0 -1
- package/src/media-text/edit.js +0 -1
- package/src/missing/edit.js +1 -3
- package/src/navigation/edit/index.js +0 -1
- package/src/navigation/edit/overlay-menu-preview-controls.js +0 -1
- package/src/navigation/edit/overlay-menu-preview.js +0 -1
- package/src/navigation/edit/overlay-template-part-selector.js +0 -1
- package/src/navigation/edit/overlay-visibility-control.js +0 -1
- package/src/navigation-link/shared/test/controls.js +0 -4
- package/src/navigation-link/shared/test/use-entity-binding.js +8 -12
- package/src/navigation-link/shared/test/use-handle-link-change.test.js +0 -4
- package/src/navigation-link/shared/test/use-link-preview.test.js +17 -4
- package/src/navigation-link/shared/use-link-preview.js +24 -4
- package/src/navigation-overlay-close/edit.js +0 -1
- package/src/page-list/edit.js +0 -1
- package/src/page-list/index.php +1 -1
- package/src/playlist/README.md +0 -2
- package/src/playlist/block.json +1 -7
- package/src/playlist/context.js +9 -0
- package/src/playlist/edit.js +51 -82
- package/src/playlist/index.php +37 -26
- package/src/playlist/style.scss +0 -5
- package/src/playlist/test/edit.js +0 -10
- package/src/playlist/utils.js +0 -6
- package/src/playlist/view.js +4 -4
- package/src/playlist-track/README.md +0 -2
- package/src/playlist-track/block.json +1 -4
- package/src/playlist-track/edit.js +25 -16
- package/src/playlist-track/index.php +4 -11
- package/src/post-author/edit.js +0 -2
- package/src/post-excerpt/edit.js +0 -1
- package/src/post-featured-image/overlay-controls.js +0 -1
- package/src/post-navigation-link/edit.js +0 -2
- package/src/query/edit/inspector-controls/author-control.js +0 -1
- package/src/query/edit/inspector-controls/format-controls.js +0 -1
- package/src/query/edit/inspector-controls/index.js +0 -3
- package/src/query/edit/inspector-controls/order-control.js +0 -1
- package/src/query/edit/inspector-controls/parent-control.js +0 -1
- package/src/query/edit/inspector-controls/per-page-control.js +0 -1
- package/src/query/edit/inspector-controls/sticky-control.js +0 -1
- package/src/query/edit/inspector-controls/taxonomy-controls.js +0 -1
- package/src/query-pagination/query-pagination-arrow-controls.js +0 -1
- package/src/query-pagination-numbers/edit.js +0 -1
- package/src/quote/transforms.js +6 -6
- package/src/rss/edit.js +0 -3
- package/src/search/edit.js +0 -4
- package/src/separator/edit.js +0 -1
- package/src/site-logo/edit.js +38 -78
- package/src/social-links/edit.js +0 -1
- package/src/spacer/controls.js +2 -4
- package/src/spacer/edit.js +2 -3
- package/src/tab-list/block.json +3 -2
- package/src/tab-list/edit.js +53 -55
- package/src/tab-list/save.js +5 -4
- package/src/tab-panel/controls.js +2 -4
- package/src/tab-panels/edit.js +2 -4
- package/src/table-of-contents/edit.js +0 -1
- package/src/tabs/edit.js +2 -2
- package/src/tabs/tab-toolbar-controls.js +58 -0
- package/src/tabs/use-tab-actions.js +102 -0
- package/src/tabs/use-tab-list-items-sync.js +7 -8
- package/src/tag-cloud/edit.js +0 -4
- package/src/tag-cloud/index.php +1 -1
- package/src/template-part/edit/advanced-controls.js +0 -1
- package/src/template-part/edit/import-controls.js +0 -1
- package/src/terms-query/edit/inspector-controls/include-control.js +0 -1
- package/src/terms-query/edit/inspector-controls/inherit-control.js +0 -1
- package/src/terms-query/edit/inspector-controls/max-terms-control.js +0 -1
- package/src/terms-query/edit/inspector-controls/order-control.js +0 -1
- package/src/terms-query/edit/inspector-controls/taxonomy-control.js +0 -1
- package/src/text-columns/edit.js +0 -1
- package/src/utils/gif-conversion-attributes.js +30 -0
- package/src/utils/test/gif-conversion-attributes.js +60 -0
- package/src/utils/test/waveform-player.js +0 -4
- package/src/utils/test/waveform-utils.js +0 -4
- package/src/verse/README.md +1 -0
- package/src/verse/block.json +3 -1
- package/src/video/README.md +2 -0
- package/src/video/block.json +6 -0
- package/src/video/edit-common-settings.js +0 -1
- package/src/video/edit.js +38 -1
- package/src/video/gif-restore-control.js +92 -0
- package/src/video/index.js +2 -0
- package/src/video/save.js +12 -0
- package/src/video/test/variations.js +65 -0
- package/src/video/tracks-editor.js +0 -1
- package/src/video/variations.js +65 -0
- package/build/freeform/migration-notice.cjs +0 -58
- package/build/freeform/migration-notice.cjs.map +0 -7
- package/build/tab-panel/add-tab-toolbar-control.cjs +0 -90
- package/build/tab-panel/add-tab-toolbar-control.cjs.map +0 -7
- package/build/tab-panel/remove-tab-toolbar-control.cjs +0 -99
- package/build/tab-panel/remove-tab-toolbar-control.cjs.map +0 -7
- package/build/tabs/controls.cjs +0 -45
- package/build/tabs/controls.cjs.map +0 -7
- package/build-module/freeform/migration-notice.mjs +0 -37
- package/build-module/freeform/migration-notice.mjs.map +0 -7
- package/build-module/tab-panel/add-tab-toolbar-control.mjs +0 -72
- package/build-module/tab-panel/add-tab-toolbar-control.mjs.map +0 -7
- package/build-module/tab-panel/remove-tab-toolbar-control.mjs +0 -81
- package/build-module/tab-panel/remove-tab-toolbar-control.mjs.map +0 -7
- package/build-module/tabs/controls.mjs +0 -14
- package/build-module/tabs/controls.mjs.map +0 -7
- package/src/freeform/migration-notice.js +0 -49
- package/src/tab-panel/add-tab-toolbar-control.js +0 -90
- package/src/tab-panel/remove-tab-toolbar-control.js +0 -110
- package/src/tabs/controls.js +0 -14
package/src/accordion/view.js
CHANGED
|
@@ -18,6 +18,13 @@ const { actions } = store(
|
|
|
18
18
|
);
|
|
19
19
|
return accordionItem ? accordionItem.isOpen : false;
|
|
20
20
|
},
|
|
21
|
+
get isHidden() {
|
|
22
|
+
const { id, accordionItems } = getContext();
|
|
23
|
+
const accordionItem = accordionItems.find(
|
|
24
|
+
( item ) => item.id === id
|
|
25
|
+
);
|
|
26
|
+
return accordionItem?.isOpen ? null : 'until-found';
|
|
27
|
+
},
|
|
21
28
|
},
|
|
22
29
|
actions: {
|
|
23
30
|
toggle: () => {
|
|
@@ -84,6 +91,23 @@ const { actions } = store(
|
|
|
84
91
|
targetElement.scrollIntoView();
|
|
85
92
|
}, 0 );
|
|
86
93
|
},
|
|
94
|
+
handleBeforeMatch: () => {
|
|
95
|
+
const context = getContext();
|
|
96
|
+
const { id, autoclose, accordionItems } = context;
|
|
97
|
+
const accordionItem = accordionItems.find(
|
|
98
|
+
( item ) => item.id === id
|
|
99
|
+
);
|
|
100
|
+
|
|
101
|
+
if ( accordionItem ) {
|
|
102
|
+
if ( autoclose ) {
|
|
103
|
+
accordionItems.forEach( ( item ) => {
|
|
104
|
+
item.isOpen = item.id === id;
|
|
105
|
+
} );
|
|
106
|
+
} else {
|
|
107
|
+
accordionItem.isOpen = true;
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
},
|
|
87
111
|
},
|
|
88
112
|
callbacks: {
|
|
89
113
|
initAccordionItems: () => {
|
|
@@ -67,7 +67,7 @@ This is a [**static block**](https://developer.wordpress.org/block-editor/gettin
|
|
|
67
67
|
|
|
68
68
|
```html
|
|
69
69
|
<!-- wp:accordion-heading -->
|
|
70
|
-
<h3 class="wp-block-accordion-heading">
|
|
70
|
+
<h3 class="wp-block-accordion-heading has-icon has-icon-right">
|
|
71
71
|
<button type="button" class="wp-block-accordion-heading__toggle"><span class="wp-block-accordion-heading__toggle-title">Accordion Title</span><span class="wp-block-accordion-heading__toggle-icon" aria-hidden="true">+</span></button>
|
|
72
72
|
</h3>
|
|
73
73
|
<!-- /wp:accordion-heading -->
|
|
@@ -237,4 +237,125 @@ const v2 = {
|
|
|
237
237
|
},
|
|
238
238
|
};
|
|
239
239
|
|
|
240
|
-
|
|
240
|
+
const v3 = {
|
|
241
|
+
attributes: {
|
|
242
|
+
openByDefault: {
|
|
243
|
+
type: 'boolean',
|
|
244
|
+
default: false,
|
|
245
|
+
},
|
|
246
|
+
title: {
|
|
247
|
+
type: 'rich-text',
|
|
248
|
+
source: 'rich-text',
|
|
249
|
+
selector: '.wp-block-accordion-heading__toggle-title',
|
|
250
|
+
role: 'content',
|
|
251
|
+
},
|
|
252
|
+
level: {
|
|
253
|
+
type: 'number',
|
|
254
|
+
},
|
|
255
|
+
iconPosition: {
|
|
256
|
+
type: 'string',
|
|
257
|
+
enum: [ 'left', 'right' ],
|
|
258
|
+
default: 'right',
|
|
259
|
+
},
|
|
260
|
+
showIcon: {
|
|
261
|
+
type: 'boolean',
|
|
262
|
+
default: true,
|
|
263
|
+
},
|
|
264
|
+
},
|
|
265
|
+
supports: {
|
|
266
|
+
anchor: true,
|
|
267
|
+
color: {
|
|
268
|
+
background: true,
|
|
269
|
+
gradients: true,
|
|
270
|
+
},
|
|
271
|
+
align: false,
|
|
272
|
+
interactivity: true,
|
|
273
|
+
spacing: {
|
|
274
|
+
padding: true,
|
|
275
|
+
__experimentalDefaultControls: {
|
|
276
|
+
padding: true,
|
|
277
|
+
},
|
|
278
|
+
__experimentalSkipSerialization: true,
|
|
279
|
+
__experimentalSelector: '.wp-block-accordion-heading__toggle',
|
|
280
|
+
},
|
|
281
|
+
__experimentalBorder: {
|
|
282
|
+
color: true,
|
|
283
|
+
radius: true,
|
|
284
|
+
style: true,
|
|
285
|
+
width: true,
|
|
286
|
+
__experimentalDefaultControls: {
|
|
287
|
+
color: true,
|
|
288
|
+
radius: true,
|
|
289
|
+
style: true,
|
|
290
|
+
width: true,
|
|
291
|
+
},
|
|
292
|
+
},
|
|
293
|
+
typography: {
|
|
294
|
+
__experimentalSkipSerialization: [
|
|
295
|
+
'textDecoration',
|
|
296
|
+
'letterSpacing',
|
|
297
|
+
],
|
|
298
|
+
fontSize: true,
|
|
299
|
+
__experimentalFontFamily: true,
|
|
300
|
+
__experimentalFontWeight: true,
|
|
301
|
+
__experimentalFontStyle: true,
|
|
302
|
+
__experimentalTextTransform: true,
|
|
303
|
+
__experimentalTextDecoration: true,
|
|
304
|
+
__experimentalLetterSpacing: true,
|
|
305
|
+
__experimentalDefaultControls: {
|
|
306
|
+
fontSize: true,
|
|
307
|
+
fontFamily: true,
|
|
308
|
+
},
|
|
309
|
+
},
|
|
310
|
+
shadow: true,
|
|
311
|
+
visibility: false,
|
|
312
|
+
lock: false,
|
|
313
|
+
},
|
|
314
|
+
save( { attributes } ) {
|
|
315
|
+
const { level, title, iconPosition, showIcon } = attributes;
|
|
316
|
+
const TagName = 'h' + ( level || 3 );
|
|
317
|
+
const typographyProps = getTypographyClassesAndStyles( attributes );
|
|
318
|
+
|
|
319
|
+
const blockProps = useBlockProps.save();
|
|
320
|
+
const spacingProps = getSpacingClassesAndStyles( attributes );
|
|
321
|
+
|
|
322
|
+
return (
|
|
323
|
+
<TagName { ...blockProps }>
|
|
324
|
+
<button
|
|
325
|
+
type="button"
|
|
326
|
+
className="wp-block-accordion-heading__toggle"
|
|
327
|
+
style={ spacingProps.style }
|
|
328
|
+
>
|
|
329
|
+
{ showIcon && iconPosition === 'left' && (
|
|
330
|
+
<span
|
|
331
|
+
className="wp-block-accordion-heading__toggle-icon"
|
|
332
|
+
aria-hidden="true"
|
|
333
|
+
>
|
|
334
|
+
+
|
|
335
|
+
</span>
|
|
336
|
+
) }
|
|
337
|
+
<RichText.Content
|
|
338
|
+
className="wp-block-accordion-heading__toggle-title"
|
|
339
|
+
tagName="span"
|
|
340
|
+
value={ title }
|
|
341
|
+
style={ {
|
|
342
|
+
letterSpacing: typographyProps.style.letterSpacing,
|
|
343
|
+
textDecoration:
|
|
344
|
+
typographyProps.style.textDecoration,
|
|
345
|
+
} }
|
|
346
|
+
/>
|
|
347
|
+
{ showIcon && iconPosition === 'right' && (
|
|
348
|
+
<span
|
|
349
|
+
className="wp-block-accordion-heading__toggle-icon"
|
|
350
|
+
aria-hidden="true"
|
|
351
|
+
>
|
|
352
|
+
+
|
|
353
|
+
</span>
|
|
354
|
+
) }
|
|
355
|
+
</button>
|
|
356
|
+
</TagName>
|
|
357
|
+
);
|
|
358
|
+
},
|
|
359
|
+
};
|
|
360
|
+
|
|
361
|
+
export default [ v3, v2, v1 ];
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* External dependencies
|
|
3
|
+
*/
|
|
4
|
+
import clsx from 'clsx';
|
|
5
|
+
|
|
1
6
|
/**
|
|
2
7
|
* WordPress dependencies
|
|
3
8
|
*/
|
|
@@ -53,7 +58,13 @@ export default function Edit( { attributes, setAttributes, context } ) {
|
|
|
53
58
|
},
|
|
54
59
|
} );
|
|
55
60
|
|
|
56
|
-
const blockProps = useBlockProps(
|
|
61
|
+
const blockProps = useBlockProps( {
|
|
62
|
+
className: clsx( {
|
|
63
|
+
'has-icon': showIcon,
|
|
64
|
+
'has-icon-left': showIcon && iconPosition === 'left',
|
|
65
|
+
'has-icon-right': showIcon && iconPosition === 'right',
|
|
66
|
+
} ),
|
|
67
|
+
} );
|
|
57
68
|
const spacingProps = useSpacingProps( attributes );
|
|
58
69
|
|
|
59
70
|
return (
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* External dependencies
|
|
3
|
+
*/
|
|
4
|
+
import clsx from 'clsx';
|
|
5
|
+
|
|
1
6
|
/**
|
|
2
7
|
* WordPress dependencies
|
|
3
8
|
*/
|
|
@@ -13,7 +18,13 @@ export default function save( { attributes } ) {
|
|
|
13
18
|
const TagName = 'h' + ( level || 3 );
|
|
14
19
|
const typographyProps = getTypographyClassesAndStyles( attributes );
|
|
15
20
|
|
|
16
|
-
const blockProps = useBlockProps.save(
|
|
21
|
+
const blockProps = useBlockProps.save( {
|
|
22
|
+
className: clsx( {
|
|
23
|
+
'has-icon': showIcon,
|
|
24
|
+
'has-icon-left': showIcon && iconPosition === 'left',
|
|
25
|
+
'has-icon-right': showIcon && iconPosition === 'right',
|
|
26
|
+
} ),
|
|
27
|
+
} );
|
|
17
28
|
const spacingProps = getSpacingClassesAndStyles( attributes );
|
|
18
29
|
|
|
19
30
|
return (
|
|
@@ -62,7 +62,7 @@ This is a [**hybrid block**](https://developer.wordpress.org/block-editor/gettin
|
|
|
62
62
|
<!-- wp:accordion-item -->
|
|
63
63
|
<div class="wp-block-accordion-item">
|
|
64
64
|
<!-- wp:accordion-heading -->
|
|
65
|
-
<h3 class="wp-block-accordion-heading">
|
|
65
|
+
<h3 class="wp-block-accordion-heading has-icon has-icon-right">
|
|
66
66
|
<button type="button" class="wp-block-accordion-heading__toggle"><span class="wp-block-accordion-heading__toggle-title">Accordion Title</span><span class="wp-block-accordion-heading__toggle-icon" aria-hidden="true">+</span></button>
|
|
67
67
|
</h3>
|
|
68
68
|
<!-- /wp:accordion-heading -->
|
|
@@ -46,7 +46,8 @@ function block_core_accordion_item_render( array $attributes, string $content ):
|
|
|
46
46
|
if ( $p->next_tag( array( 'class_name' => 'wp-block-accordion-panel' ) ) ) {
|
|
47
47
|
$p->set_attribute( 'id', $unique_id . '-panel' );
|
|
48
48
|
$p->set_attribute( 'aria-labelledby', $unique_id );
|
|
49
|
-
$p->set_attribute( 'data-wp-bind--
|
|
49
|
+
$p->set_attribute( 'data-wp-bind--hidden', 'state.isHidden' );
|
|
50
|
+
$p->set_attribute( 'data-wp-on--beforematch', 'actions.handleBeforeMatch' );
|
|
50
51
|
|
|
51
52
|
// Only modify content if all directives have been set.
|
|
52
53
|
$content = $p->get_updated_html();
|
package/src/archives/edit.js
CHANGED
package/src/audio/edit.js
CHANGED
package/src/avatar/edit.js
CHANGED
package/src/categories/edit.js
CHANGED
package/src/code/transforms.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* WordPress dependencies
|
|
3
3
|
*/
|
|
4
|
-
import { createBlock } from '@wordpress/blocks';
|
|
4
|
+
import { createBlock, getBlockContent } from '@wordpress/blocks';
|
|
5
5
|
import { create, toHTMLString } from '@wordpress/rich-text';
|
|
6
6
|
|
|
7
7
|
/**
|
|
@@ -31,14 +31,16 @@ const transforms = {
|
|
|
31
31
|
{
|
|
32
32
|
type: 'block',
|
|
33
33
|
blocks: [ 'core/html' ],
|
|
34
|
-
|
|
35
|
-
const {
|
|
34
|
+
__experimentalConvert( block ) {
|
|
35
|
+
const { attributes } = block;
|
|
36
36
|
return createBlock( 'core/code', {
|
|
37
37
|
...attributes,
|
|
38
38
|
...getTransformedAttributes( attributes, 'core/code' ),
|
|
39
39
|
// The HTML is plain text (with plain line breaks), so
|
|
40
40
|
// convert it to rich text.
|
|
41
|
-
content: toHTMLString( {
|
|
41
|
+
content: toHTMLString( {
|
|
42
|
+
value: create( { text: getBlockContent( block ) } ),
|
|
43
|
+
} ),
|
|
42
44
|
} );
|
|
43
45
|
},
|
|
44
46
|
},
|
package/src/column/edit.js
CHANGED
package/src/columns/edit.js
CHANGED
|
@@ -68,10 +68,17 @@ const transforms = {
|
|
|
68
68
|
__experimentalConvert: ( blocks ) => {
|
|
69
69
|
const columnWidth = +( 100 / blocks.length ).toFixed( 2 );
|
|
70
70
|
const innerBlocksTemplate = blocks.map(
|
|
71
|
-
( { name, attributes, innerBlocks } ) => [
|
|
71
|
+
( { name, attributes, innerBlocks, innerContent } ) => [
|
|
72
72
|
'core/column',
|
|
73
73
|
{ width: `${ columnWidth }%` },
|
|
74
|
-
[
|
|
74
|
+
[
|
|
75
|
+
[
|
|
76
|
+
name,
|
|
77
|
+
{ ...attributes },
|
|
78
|
+
innerBlocks,
|
|
79
|
+
innerContent,
|
|
80
|
+
],
|
|
81
|
+
],
|
|
75
82
|
]
|
|
76
83
|
);
|
|
77
84
|
return createBlock(
|
package/src/common.scss
CHANGED
|
@@ -232,9 +232,7 @@ html :where(img[class*="wp-image-"]) {
|
|
|
232
232
|
// Set the admin bar offset for sticky positioned blocks to the height of the admin bar.
|
|
233
233
|
// This allows sticky positioned blocks to be positioned correctly when the admin bar is visible.
|
|
234
234
|
html :where(.is-position-sticky) {
|
|
235
|
-
/* stylelint-disable length-zero-no-unit -- 0px is set explicitly so that it can be used in a calc value. */
|
|
236
235
|
--wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px);
|
|
237
|
-
/* stylelint-enable length-zero-no-unit */
|
|
238
236
|
}
|
|
239
237
|
|
|
240
238
|
// To support sticky positioning, reset the admin bar offset to 0px on mobile devices,
|
|
@@ -242,8 +240,6 @@ html :where(.is-position-sticky) {
|
|
|
242
240
|
// is not fixed to the top on mobile devices, but is fixed on viewports larger than 600px.
|
|
243
241
|
@media screen and (max-width: 600px) {
|
|
244
242
|
html :where(.is-position-sticky) {
|
|
245
|
-
/* stylelint-disable length-zero-no-unit -- 0px is set explicitly so that it can be used in a calc value. */
|
|
246
243
|
--wp-admin--admin-bar--position-offset: 0px;
|
|
247
|
-
/* stylelint-enable length-zero-no-unit */
|
|
248
244
|
}
|
|
249
245
|
}
|
|
@@ -87,7 +87,6 @@ function CoverHeightInput( {
|
|
|
87
87
|
|
|
88
88
|
return (
|
|
89
89
|
<UnitControl
|
|
90
|
-
__next40pxDefaultSize
|
|
91
90
|
label={ __( 'Minimum height' ) }
|
|
92
91
|
id={ inputId }
|
|
93
92
|
isResetValueOnUnitChange
|
|
@@ -476,7 +475,6 @@ export default function CoverInspectorControls( {
|
|
|
476
475
|
max={ 100 }
|
|
477
476
|
step={ 10 }
|
|
478
477
|
required
|
|
479
|
-
__next40pxDefaultSize
|
|
480
478
|
/>
|
|
481
479
|
</ToolsPanelItem>
|
|
482
480
|
</InspectorControls>
|
package/src/cover/test/edit.js
CHANGED
|
@@ -10,7 +10,7 @@ import userEvent from '@testing-library/user-event';
|
|
|
10
10
|
import {
|
|
11
11
|
initializeEditor,
|
|
12
12
|
selectBlock,
|
|
13
|
-
} from '
|
|
13
|
+
} from '@wordpress/integration-tests/helpers/integration-test-editor';
|
|
14
14
|
|
|
15
15
|
const defaultSettings = {
|
|
16
16
|
__experimentalFeatures: {
|
|
@@ -217,7 +217,7 @@ describe( 'Cover block', () => {
|
|
|
217
217
|
await selectBlock( 'Block: Cover' );
|
|
218
218
|
expect(
|
|
219
219
|
within( screen.getByLabelText( 'Block: Cover' ) ).getByRole(
|
|
220
|
-
'
|
|
220
|
+
'presentation'
|
|
221
221
|
)
|
|
222
222
|
).toBeInTheDocument();
|
|
223
223
|
|
|
@@ -232,7 +232,7 @@ describe( 'Cover block', () => {
|
|
|
232
232
|
|
|
233
233
|
expect(
|
|
234
234
|
within( screen.getByLabelText( 'Block: Cover' ) ).queryByRole(
|
|
235
|
-
'
|
|
235
|
+
'presentation'
|
|
236
236
|
)
|
|
237
237
|
).not.toBeInTheDocument();
|
|
238
238
|
} );
|
|
@@ -318,7 +318,7 @@ describe( 'Cover block', () => {
|
|
|
318
318
|
|
|
319
319
|
expect(
|
|
320
320
|
within( screen.getByLabelText( 'Block: Cover' ) ).getByRole(
|
|
321
|
-
'
|
|
321
|
+
'presentation'
|
|
322
322
|
)
|
|
323
323
|
).toHaveStyle( 'object-position: 100% 50%;' );
|
|
324
324
|
} );
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* WordPress dependencies
|
|
3
3
|
*/
|
|
4
|
-
import {
|
|
4
|
+
import {
|
|
5
|
+
createBlock,
|
|
6
|
+
__experimentalCloneSanitizedBlock,
|
|
7
|
+
} from '@wordpress/blocks';
|
|
5
8
|
|
|
6
9
|
export default {
|
|
7
10
|
from: [
|
|
@@ -18,7 +21,9 @@ export default {
|
|
|
18
21
|
return createBlock(
|
|
19
22
|
'core/details',
|
|
20
23
|
{},
|
|
21
|
-
blocks.map( ( block ) =>
|
|
24
|
+
blocks.map( ( block ) =>
|
|
25
|
+
__experimentalCloneSanitizedBlock( block )
|
|
26
|
+
)
|
|
22
27
|
);
|
|
23
28
|
},
|
|
24
29
|
},
|
package/src/embed/edit.js
CHANGED
|
@@ -14,7 +14,6 @@ import {
|
|
|
14
14
|
store as blockEditorStore,
|
|
15
15
|
} from '@wordpress/block-editor';
|
|
16
16
|
import { store as coreStore } from '@wordpress/core-data';
|
|
17
|
-
import { View } from '@wordpress/primitives';
|
|
18
17
|
import { Caption } from '../utils/caption';
|
|
19
18
|
|
|
20
19
|
/**
|
|
@@ -199,9 +198,9 @@ const EmbedEdit = ( props ) => {
|
|
|
199
198
|
|
|
200
199
|
if ( fetching ) {
|
|
201
200
|
return (
|
|
202
|
-
<
|
|
201
|
+
<div { ...blockProps }>
|
|
203
202
|
<EmbedLoading />
|
|
204
|
-
</
|
|
203
|
+
</div>
|
|
205
204
|
);
|
|
206
205
|
}
|
|
207
206
|
|
|
@@ -213,7 +212,7 @@ const EmbedEdit = ( props ) => {
|
|
|
213
212
|
|
|
214
213
|
if ( showEmbedPlaceholder ) {
|
|
215
214
|
return (
|
|
216
|
-
<
|
|
215
|
+
<div { ...blockProps }>
|
|
217
216
|
<EmbedPlaceholder
|
|
218
217
|
icon={ icon }
|
|
219
218
|
label={ label }
|
|
@@ -245,7 +244,7 @@ const EmbedEdit = ( props ) => {
|
|
|
245
244
|
invalidateResolution( 'getEmbedPreview', [ url ] );
|
|
246
245
|
} }
|
|
247
246
|
/>
|
|
248
|
-
</
|
|
247
|
+
</div>
|
|
249
248
|
);
|
|
250
249
|
}
|
|
251
250
|
|
|
@@ -5,14 +5,12 @@ import { __, _x } from '@wordpress/i18n';
|
|
|
5
5
|
import {
|
|
6
6
|
Button,
|
|
7
7
|
Placeholder,
|
|
8
|
-
ExternalLink,
|
|
9
|
-
__experimentalHStack as HStack,
|
|
10
|
-
__experimentalVStack as VStack,
|
|
11
8
|
__experimentalInputControl as InputControl,
|
|
12
9
|
} from '@wordpress/components';
|
|
13
10
|
import { BlockIcon } from '@wordpress/block-editor';
|
|
11
|
+
import { Link, Stack } from '@wordpress/ui';
|
|
14
12
|
|
|
15
|
-
|
|
13
|
+
export default function EmbedPlaceholder( {
|
|
16
14
|
icon,
|
|
17
15
|
label,
|
|
18
16
|
value,
|
|
@@ -21,7 +19,7 @@ const EmbedPlaceholder = ( {
|
|
|
21
19
|
cannotEmbed,
|
|
22
20
|
fallback,
|
|
23
21
|
tryAgain,
|
|
24
|
-
} )
|
|
22
|
+
} ) {
|
|
25
23
|
return (
|
|
26
24
|
<Placeholder
|
|
27
25
|
icon={ <BlockIcon icon={ icon } showColors /> }
|
|
@@ -47,31 +45,32 @@ const EmbedPlaceholder = ( {
|
|
|
47
45
|
</Button>
|
|
48
46
|
</form>
|
|
49
47
|
<div className="wp-block-embed__learn-more">
|
|
50
|
-
<
|
|
48
|
+
<Link
|
|
49
|
+
openInNewTab
|
|
51
50
|
href={ __(
|
|
52
51
|
'https://wordpress.org/documentation/article/embeds/'
|
|
53
52
|
) }
|
|
54
53
|
>
|
|
55
54
|
{ __( 'Learn more about embeds' ) }
|
|
56
|
-
</
|
|
55
|
+
</Link>
|
|
57
56
|
</div>
|
|
58
57
|
{ cannotEmbed && (
|
|
59
|
-
<
|
|
58
|
+
<Stack
|
|
59
|
+
direction="column"
|
|
60
|
+
gap="md"
|
|
61
|
+
className="components-placeholder__error"
|
|
62
|
+
>
|
|
60
63
|
<div className="components-placeholder__instructions">
|
|
61
64
|
{ __( 'Sorry, this content could not be embedded.' ) }
|
|
62
65
|
</div>
|
|
63
|
-
<
|
|
64
|
-
expanded={ false }
|
|
65
|
-
spacing={ 3 }
|
|
66
|
-
justify="flex-start"
|
|
67
|
-
>
|
|
66
|
+
<Stack direction="row" gap="md" justify="flex-start">
|
|
68
67
|
<Button
|
|
69
68
|
__next40pxDefaultSize
|
|
70
69
|
variant="secondary"
|
|
71
70
|
onClick={ tryAgain }
|
|
72
71
|
>
|
|
73
72
|
{ _x( 'Try again', 'button label' ) }
|
|
74
|
-
</Button>
|
|
73
|
+
</Button>
|
|
75
74
|
<Button
|
|
76
75
|
__next40pxDefaultSize
|
|
77
76
|
variant="secondary"
|
|
@@ -79,11 +78,9 @@ const EmbedPlaceholder = ( {
|
|
|
79
78
|
>
|
|
80
79
|
{ _x( 'Convert to link', 'button label' ) }
|
|
81
80
|
</Button>
|
|
82
|
-
</
|
|
83
|
-
</
|
|
81
|
+
</Stack>
|
|
82
|
+
</Stack>
|
|
84
83
|
) }
|
|
85
84
|
</Placeholder>
|
|
86
85
|
);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
export default EmbedPlaceholder;
|
|
86
|
+
}
|
package/src/file/inspector.js
CHANGED
|
@@ -79,7 +79,6 @@ export default function FileBlockInspector( {
|
|
|
79
79
|
onDeselect={ () => changePreviewHeight( 600 ) }
|
|
80
80
|
>
|
|
81
81
|
<RangeControl
|
|
82
|
-
__next40pxDefaultSize
|
|
83
82
|
label={ __( 'Height in pixels' ) }
|
|
84
83
|
min={ MIN_PREVIEW_HEIGHT }
|
|
85
84
|
max={ Math.max(
|
|
@@ -110,7 +109,6 @@ export default function FileBlockInspector( {
|
|
|
110
109
|
onDeselect={ () => changeLinkDestinationOption( href ) }
|
|
111
110
|
>
|
|
112
111
|
<SelectControl
|
|
113
|
-
__next40pxDefaultSize
|
|
114
112
|
label={ __( 'Link to' ) }
|
|
115
113
|
value={ textLinkHref }
|
|
116
114
|
options={ linkDestinationOptions }
|
package/src/form/edit.js
CHANGED
|
@@ -108,7 +108,6 @@ const Edit = ( { attributes, setAttributes, clientId } ) => {
|
|
|
108
108
|
isShownByDefault
|
|
109
109
|
>
|
|
110
110
|
<SelectControl
|
|
111
|
-
__next40pxDefaultSize
|
|
112
111
|
label={ __( 'Submissions method' ) }
|
|
113
112
|
options={ [
|
|
114
113
|
// TODO: Allow plugins to add their own submission methods.
|
|
@@ -173,7 +172,6 @@ const Edit = ( { attributes, setAttributes, clientId } ) => {
|
|
|
173
172
|
{ submissionMethod !== 'email' && (
|
|
174
173
|
<InspectorControls group="advanced">
|
|
175
174
|
<SelectControl
|
|
176
|
-
__next40pxDefaultSize
|
|
177
175
|
label={ __( 'Method' ) }
|
|
178
176
|
options={ [
|
|
179
177
|
{ label: 'Get', value: 'get' },
|