@wordpress/editor 14.2.0 → 14.4.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 +8 -0
- package/README.md +2 -1
- package/build/bindings/api.js +65 -0
- package/build/bindings/api.js.map +1 -0
- package/build/bindings/pattern-overrides.js +26 -13
- package/build/bindings/pattern-overrides.js.map +1 -1
- package/build/bindings/post-meta.js +27 -12
- package/build/bindings/post-meta.js.map +1 -1
- package/build/components/block-settings-menu/content-only-settings-menu.js +4 -1
- package/build/components/block-settings-menu/content-only-settings-menu.js.map +1 -1
- package/build/components/blog-title/index.js +6 -2
- package/build/components/blog-title/index.js.map +1 -1
- package/build/components/collapsible-block-toolbar/index.js +2 -3
- package/build/components/collapsible-block-toolbar/index.js.map +1 -1
- package/build/components/editor-interface/index.js +2 -1
- package/build/components/editor-interface/index.js.map +1 -1
- package/build/components/entities-saved-states/index.js +1 -1
- package/build/components/entities-saved-states/index.js.map +1 -1
- package/build/components/global-styles-provider/index.js +15 -3
- package/build/components/global-styles-provider/index.js.map +1 -1
- package/build/components/header/back-button.js +7 -8
- package/build/components/header/back-button.js.map +1 -1
- package/build/components/header/index.js +19 -17
- package/build/components/header/index.js.map +1 -1
- package/build/components/inserter-sidebar/index.js +10 -21
- package/build/components/inserter-sidebar/index.js.map +1 -1
- package/build/components/list-view-sidebar/index.js +19 -47
- package/build/components/list-view-sidebar/index.js.map +1 -1
- package/build/components/page-attributes/order.js +1 -67
- package/build/components/page-attributes/order.js.map +1 -1
- package/build/components/page-attributes/panel.js +1 -4
- package/build/components/page-attributes/panel.js.map +1 -1
- package/build/components/page-attributes/parent.js +2 -1
- package/build/components/page-attributes/parent.js.map +1 -1
- package/build/components/post-actions/actions.js +189 -244
- package/build/components/post-actions/actions.js.map +1 -1
- package/build/components/post-actions/index.js +1 -1
- package/build/components/post-actions/index.js.map +1 -1
- package/build/components/post-card-panel/index.js +8 -2
- package/build/components/post-card-panel/index.js.map +1 -1
- package/build/components/post-comments/index.js +1 -1
- package/build/components/post-comments/index.js.map +1 -1
- package/build/components/post-content-information/index.js +7 -1
- package/build/components/post-content-information/index.js.map +1 -1
- package/build/components/post-discussion/panel.js +2 -2
- package/build/components/post-discussion/panel.js.map +1 -1
- package/build/components/post-excerpt/panel.js +2 -2
- package/build/components/post-excerpt/panel.js.map +1 -1
- package/build/components/post-featured-image/index.js +3 -1
- package/build/components/post-featured-image/index.js.map +1 -1
- package/build/components/post-last-revision/index.js +2 -1
- package/build/components/post-last-revision/index.js.map +1 -1
- package/build/components/post-preview-button/index.js +1 -1
- package/build/components/post-preview-button/index.js.map +1 -1
- package/build/components/post-publish-button/index.js +4 -11
- package/build/components/post-publish-button/index.js.map +1 -1
- package/build/components/post-publish-panel/index.js +1 -1
- package/build/components/post-publish-panel/index.js.map +1 -1
- package/build/components/post-publish-panel/maybe-category-panel.js +4 -1
- package/build/components/post-publish-panel/maybe-category-panel.js.map +1 -1
- package/build/components/post-publish-panel/maybe-tags-panel.js +2 -1
- package/build/components/post-publish-panel/maybe-tags-panel.js.map +1 -1
- package/build/components/post-saved-state/index.js +11 -1
- package/build/components/post-saved-state/index.js.map +1 -1
- package/build/components/post-schedule/index.js +3 -0
- package/build/components/post-schedule/index.js.map +1 -1
- package/build/components/post-status/index.js +32 -11
- package/build/components/post-status/index.js.map +1 -1
- package/build/components/post-taxonomies/flat-term-selector.js +17 -6
- package/build/components/post-taxonomies/flat-term-selector.js.map +1 -1
- package/build/components/post-taxonomies/index.js +7 -1
- package/build/components/post-taxonomies/index.js.map +1 -1
- package/build/components/post-template/block-theme.js +4 -4
- package/build/components/post-template/block-theme.js.map +1 -1
- package/build/components/post-template/classic-theme.js +8 -2
- package/build/components/post-template/classic-theme.js.map +1 -1
- package/build/components/post-template/create-new-template.js +4 -1
- package/build/components/post-template/create-new-template.js.map +1 -1
- package/build/components/post-template/hooks.js +5 -1
- package/build/components/post-template/hooks.js.map +1 -1
- package/build/components/post-template/panel.js +8 -2
- package/build/components/post-template/panel.js.map +1 -1
- package/build/components/post-title/index.js +5 -13
- package/build/components/post-title/index.js.map +1 -1
- package/build/components/post-trash/check.js +6 -4
- package/build/components/post-trash/check.js.map +1 -1
- package/build/components/post-url/panel.js +6 -2
- package/build/components/post-url/panel.js.map +1 -1
- package/build/components/posts-per-page/index.js +6 -2
- package/build/components/posts-per-page/index.js.map +1 -1
- package/build/components/preview-dropdown/index.js +1 -1
- package/build/components/preview-dropdown/index.js.map +1 -1
- package/build/components/provider/index.native.js +0 -4
- package/build/components/provider/index.native.js.map +1 -1
- package/build/components/provider/use-block-editor-settings.js +21 -9
- package/build/components/provider/use-block-editor-settings.js.map +1 -1
- package/build/components/save-publish-panels/index.js +30 -17
- package/build/components/save-publish-panels/index.js.map +1 -1
- package/build/components/sidebar/index.js +3 -7
- package/build/components/sidebar/index.js.map +1 -1
- package/build/components/sidebar/post-summary.js +1 -2
- package/build/components/sidebar/post-summary.js.map +1 -1
- package/build/components/site-discussion/index.js +7 -3
- package/build/components/site-discussion/index.js.map +1 -1
- package/build/components/template-content-panel/index.js +28 -3
- package/build/components/template-content-panel/index.js.map +1 -1
- package/build/components/visual-editor/edit-template-blocks-notification.js +4 -4
- package/build/components/visual-editor/edit-template-blocks-notification.js.map +1 -1
- package/build/components/visual-editor/index.js +6 -3
- package/build/components/visual-editor/index.js.map +1 -1
- package/build/{hooks → components/visual-editor}/use-select-nearest-editable-block.js +1 -1
- package/build/components/visual-editor/use-select-nearest-editable-block.js.map +1 -0
- package/build/dataviews/actions/delete-post.js +98 -0
- package/build/dataviews/actions/delete-post.js.map +1 -0
- package/build/{components/post-actions/export-pattern-action.js → dataviews/actions/export-pattern.js} +11 -20
- package/build/dataviews/actions/export-pattern.js.map +1 -0
- package/build/dataviews/actions/index.js +32 -0
- package/build/dataviews/actions/index.js.map +1 -0
- package/build/dataviews/actions/reset-post.js +111 -0
- package/build/dataviews/actions/reset-post.js.map +1 -0
- package/build/dataviews/actions/utils.js +50 -0
- package/build/dataviews/actions/utils.js.map +1 -0
- package/build/dataviews/store/private-actions.js.map +1 -1
- package/build/dataviews/store/private-selectors.js +6 -6
- package/build/dataviews/store/private-selectors.js.map +1 -1
- package/build/dataviews/store/reducer.js +6 -2
- package/build/dataviews/store/reducer.js.map +1 -1
- package/build/dataviews/types.js +6 -0
- package/build/dataviews/types.js.map +1 -0
- package/build/hooks/pattern-overrides.js +3 -3
- package/build/hooks/pattern-overrides.js.map +1 -1
- package/build/index.js +0 -1
- package/build/index.js.map +1 -1
- package/build/private-apis.js +5 -0
- package/build/private-apis.js.map +1 -1
- package/build/private-apis.native.js +0 -2
- package/build/private-apis.native.js.map +1 -1
- package/build/store/constants.js.map +1 -1
- package/build/store/private-actions.js +1 -1
- package/build/store/private-actions.js.map +1 -1
- package/build/store/private-selectors.js +0 -18
- package/build/store/private-selectors.js.map +1 -1
- package/build/store/utils/is-template-revertable.js +6 -8
- package/build/store/utils/is-template-revertable.js.map +1 -1
- package/build/utils/media-upload/index.js +35 -2
- package/build/utils/media-upload/index.js.map +1 -1
- package/build-module/bindings/api.js +57 -0
- package/build-module/bindings/api.js.map +1 -0
- package/build-module/bindings/pattern-overrides.js +26 -13
- package/build-module/bindings/pattern-overrides.js.map +1 -1
- package/build-module/bindings/post-meta.js +27 -12
- package/build-module/bindings/post-meta.js.map +1 -1
- package/build-module/components/block-settings-menu/content-only-settings-menu.js +4 -1
- package/build-module/components/block-settings-menu/content-only-settings-menu.js.map +1 -1
- package/build-module/components/blog-title/index.js +6 -2
- package/build-module/components/blog-title/index.js.map +1 -1
- package/build-module/components/collapsible-block-toolbar/index.js +1 -2
- package/build-module/components/collapsible-block-toolbar/index.js.map +1 -1
- package/build-module/components/editor-interface/index.js +2 -1
- package/build-module/components/editor-interface/index.js.map +1 -1
- package/build-module/components/entities-saved-states/index.js +1 -1
- package/build-module/components/entities-saved-states/index.js.map +1 -1
- package/build-module/components/global-styles-provider/index.js +15 -3
- package/build-module/components/global-styles-provider/index.js.map +1 -1
- package/build-module/components/header/back-button.js +5 -7
- package/build-module/components/header/back-button.js.map +1 -1
- package/build-module/components/header/index.js +19 -19
- package/build-module/components/header/index.js.map +1 -1
- package/build-module/components/inserter-sidebar/index.js +11 -22
- package/build-module/components/inserter-sidebar/index.js.map +1 -1
- package/build-module/components/list-view-sidebar/index.js +20 -49
- package/build-module/components/list-view-sidebar/index.js.map +1 -1
- package/build-module/components/page-attributes/order.js +4 -70
- package/build-module/components/page-attributes/order.js.map +1 -1
- package/build-module/components/page-attributes/panel.js +1 -6
- package/build-module/components/page-attributes/panel.js.map +1 -1
- package/build-module/components/page-attributes/parent.js +2 -1
- package/build-module/components/page-attributes/parent.js.map +1 -1
- package/build-module/components/post-actions/actions.js +186 -240
- package/build-module/components/post-actions/actions.js.map +1 -1
- package/build-module/components/post-actions/index.js +1 -1
- package/build-module/components/post-actions/index.js.map +1 -1
- package/build-module/components/post-card-panel/index.js +8 -2
- package/build-module/components/post-card-panel/index.js.map +1 -1
- package/build-module/components/post-comments/index.js +2 -2
- package/build-module/components/post-comments/index.js.map +1 -1
- package/build-module/components/post-content-information/index.js +7 -1
- package/build-module/components/post-content-information/index.js.map +1 -1
- package/build-module/components/post-discussion/panel.js +3 -3
- package/build-module/components/post-discussion/panel.js.map +1 -1
- package/build-module/components/post-excerpt/panel.js +2 -2
- package/build-module/components/post-excerpt/panel.js.map +1 -1
- package/build-module/components/post-featured-image/index.js +3 -1
- package/build-module/components/post-featured-image/index.js.map +1 -1
- package/build-module/components/post-last-revision/index.js +2 -1
- package/build-module/components/post-last-revision/index.js.map +1 -1
- package/build-module/components/post-preview-button/index.js +1 -1
- package/build-module/components/post-preview-button/index.js.map +1 -1
- package/build-module/components/post-publish-button/index.js +4 -11
- package/build-module/components/post-publish-button/index.js.map +1 -1
- package/build-module/components/post-publish-panel/index.js +1 -1
- package/build-module/components/post-publish-panel/index.js.map +1 -1
- package/build-module/components/post-publish-panel/maybe-category-panel.js +4 -1
- package/build-module/components/post-publish-panel/maybe-category-panel.js.map +1 -1
- package/build-module/components/post-publish-panel/maybe-tags-panel.js +2 -1
- package/build-module/components/post-publish-panel/maybe-tags-panel.js.map +1 -1
- package/build-module/components/post-saved-state/index.js +11 -1
- package/build-module/components/post-saved-state/index.js.map +1 -1
- package/build-module/components/post-schedule/index.js +3 -0
- package/build-module/components/post-schedule/index.js.map +1 -1
- package/build-module/components/post-status/index.js +31 -11
- package/build-module/components/post-status/index.js.map +1 -1
- package/build-module/components/post-taxonomies/flat-term-selector.js +17 -6
- package/build-module/components/post-taxonomies/flat-term-selector.js.map +1 -1
- package/build-module/components/post-taxonomies/index.js +7 -1
- package/build-module/components/post-taxonomies/index.js.map +1 -1
- package/build-module/components/post-template/block-theme.js +4 -4
- package/build-module/components/post-template/block-theme.js.map +1 -1
- package/build-module/components/post-template/classic-theme.js +8 -2
- package/build-module/components/post-template/classic-theme.js.map +1 -1
- package/build-module/components/post-template/create-new-template.js +4 -1
- package/build-module/components/post-template/create-new-template.js.map +1 -1
- package/build-module/components/post-template/hooks.js +5 -1
- package/build-module/components/post-template/hooks.js.map +1 -1
- package/build-module/components/post-template/panel.js +8 -2
- package/build-module/components/post-template/panel.js.map +1 -1
- package/build-module/components/post-title/index.js +5 -13
- package/build-module/components/post-title/index.js.map +1 -1
- package/build-module/components/post-trash/check.js +6 -4
- package/build-module/components/post-trash/check.js.map +1 -1
- package/build-module/components/post-url/panel.js +6 -2
- package/build-module/components/post-url/panel.js.map +1 -1
- package/build-module/components/posts-per-page/index.js +6 -2
- package/build-module/components/posts-per-page/index.js.map +1 -1
- package/build-module/components/preview-dropdown/index.js +1 -1
- package/build-module/components/preview-dropdown/index.js.map +1 -1
- package/build-module/components/provider/index.native.js +0 -4
- package/build-module/components/provider/index.native.js.map +1 -1
- package/build-module/components/provider/use-block-editor-settings.js +21 -9
- package/build-module/components/provider/use-block-editor-settings.js.map +1 -1
- package/build-module/components/save-publish-panels/index.js +30 -17
- package/build-module/components/save-publish-panels/index.js.map +1 -1
- package/build-module/components/sidebar/index.js +3 -7
- package/build-module/components/sidebar/index.js.map +1 -1
- package/build-module/components/sidebar/post-summary.js +1 -2
- package/build-module/components/sidebar/post-summary.js.map +1 -1
- package/build-module/components/site-discussion/index.js +8 -4
- package/build-module/components/site-discussion/index.js.map +1 -1
- package/build-module/components/template-content-panel/index.js +29 -4
- package/build-module/components/template-content-panel/index.js.map +1 -1
- package/build-module/components/visual-editor/edit-template-blocks-notification.js +4 -4
- package/build-module/components/visual-editor/edit-template-blocks-notification.js.map +1 -1
- package/build-module/components/visual-editor/index.js +6 -3
- package/build-module/components/visual-editor/index.js.map +1 -1
- package/build-module/{hooks → components/visual-editor}/use-select-nearest-editable-block.js +1 -1
- package/build-module/components/visual-editor/use-select-nearest-editable-block.js.map +1 -0
- package/build-module/dataviews/actions/delete-post.js +89 -0
- package/build-module/dataviews/actions/delete-post.js.map +1 -0
- package/build-module/{components/post-actions/export-pattern-action.js → dataviews/actions/export-pattern.js} +10 -19
- package/build-module/dataviews/actions/export-pattern.js.map +1 -0
- package/build-module/dataviews/actions/index.js +24 -0
- package/build-module/dataviews/actions/index.js.map +1 -0
- package/build-module/dataviews/actions/reset-post.js +104 -0
- package/build-module/dataviews/actions/reset-post.js.map +1 -0
- package/build-module/dataviews/actions/utils.js +41 -0
- package/build-module/dataviews/actions/utils.js.map +1 -0
- package/build-module/dataviews/store/private-actions.js.map +1 -1
- package/build-module/dataviews/store/private-selectors.js +5 -5
- package/build-module/dataviews/store/private-selectors.js.map +1 -1
- package/build-module/dataviews/store/reducer.js +6 -2
- package/build-module/dataviews/store/reducer.js.map +1 -1
- package/build-module/dataviews/types.js +2 -0
- package/build-module/dataviews/types.js.map +1 -0
- package/build-module/hooks/pattern-overrides.js +4 -2
- package/build-module/hooks/pattern-overrides.js.map +1 -1
- package/build-module/index.js +0 -1
- package/build-module/index.js.map +1 -1
- package/build-module/private-apis.js +5 -0
- package/build-module/private-apis.js.map +1 -1
- package/build-module/private-apis.native.js +0 -2
- package/build-module/private-apis.native.js.map +1 -1
- package/build-module/store/constants.js.map +1 -1
- package/build-module/store/private-actions.js +1 -1
- package/build-module/store/private-actions.js.map +1 -1
- package/build-module/store/private-selectors.js +0 -17
- package/build-module/store/private-selectors.js.map +1 -1
- package/build-module/store/utils/is-template-revertable.js +6 -8
- package/build-module/store/utils/is-template-revertable.js.map +1 -1
- package/build-module/utils/media-upload/index.js +36 -3
- package/build-module/utils/media-upload/index.js.map +1 -1
- package/build-style/style-rtl.css +93 -95
- package/build-style/style.css +93 -95
- package/build-types/bindings/api.d.ts +25 -0
- package/build-types/bindings/api.d.ts.map +1 -0
- package/build-types/bindings/pattern-overrides.d.ts +17 -0
- package/build-types/bindings/pattern-overrides.d.ts.map +1 -0
- package/build-types/bindings/post-meta.d.ts +23 -0
- package/build-types/bindings/post-meta.d.ts.map +1 -0
- package/build-types/components/autocompleters/index.d.ts +2 -0
- package/build-types/components/autocompleters/index.d.ts.map +1 -0
- package/build-types/components/autocompleters/user.d.ts +6 -0
- package/build-types/components/autocompleters/user.d.ts.map +1 -0
- package/build-types/components/autosave-monitor/index.d.ts +15 -0
- package/build-types/components/autosave-monitor/index.d.ts.map +1 -0
- package/build-types/components/block-manager/category.d.ts +6 -0
- package/build-types/components/block-manager/category.d.ts.map +1 -0
- package/build-types/components/block-manager/checklist.d.ts +7 -0
- package/build-types/components/block-manager/checklist.d.ts.map +1 -0
- package/build-types/components/block-manager/index.d.ts +3 -0
- package/build-types/components/block-manager/index.d.ts.map +1 -0
- package/build-types/components/block-removal-warnings/index.d.ts +2 -0
- package/build-types/components/block-removal-warnings/index.d.ts.map +1 -0
- package/build-types/components/block-settings-menu/content-only-settings-menu.d.ts +2 -0
- package/build-types/components/block-settings-menu/content-only-settings-menu.d.ts.map +1 -0
- package/build-types/components/block-settings-menu/plugin-block-settings-menu-item.d.ts +65 -0
- package/build-types/components/block-settings-menu/plugin-block-settings-menu-item.d.ts.map +1 -0
- package/build-types/components/blog-title/index.d.ts +2 -0
- package/build-types/components/blog-title/index.d.ts.map +1 -0
- package/build-types/components/character-count/index.d.ts +7 -0
- package/build-types/components/character-count/index.d.ts.map +1 -0
- package/build-types/components/collapsible-block-toolbar/index.d.ts +5 -0
- package/build-types/components/collapsible-block-toolbar/index.d.ts.map +1 -0
- package/build-types/components/commands/index.d.ts +2 -0
- package/build-types/components/commands/index.d.ts.map +1 -0
- package/build-types/components/create-template-part-modal/index.d.ts +14 -0
- package/build-types/components/create-template-part-modal/index.d.ts.map +1 -0
- package/build-types/components/create-template-part-modal/utils.d.ts +4 -0
- package/build-types/components/create-template-part-modal/utils.d.ts.map +1 -0
- package/build-types/components/deprecated.d.ts +182 -0
- package/build-types/components/deprecated.d.ts.map +1 -0
- package/build-types/components/document-bar/index.d.ts +22 -0
- package/build-types/components/document-bar/index.d.ts.map +1 -0
- package/build-types/components/document-outline/check.d.ts +12 -0
- package/build-types/components/document-outline/check.d.ts.map +1 -0
- package/build-types/components/document-outline/index.d.ts +16 -0
- package/build-types/components/document-outline/index.d.ts.map +1 -0
- package/build-types/components/document-outline/item.d.ts +9 -0
- package/build-types/components/document-outline/item.d.ts.map +1 -0
- package/build-types/components/document-tools/index.d.ts +6 -0
- package/build-types/components/document-tools/index.d.ts.map +1 -0
- package/build-types/components/editor/index.d.ts +14 -0
- package/build-types/components/editor/index.d.ts.map +1 -0
- package/build-types/components/editor-history/redo.d.ts +4 -0
- package/build-types/components/editor-history/redo.d.ts.map +1 -0
- package/build-types/components/editor-history/undo.d.ts +4 -0
- package/build-types/components/editor-history/undo.d.ts.map +1 -0
- package/build-types/components/editor-interface/content-slot-fill.d.ts +3 -0
- package/build-types/components/editor-interface/content-slot-fill.d.ts.map +1 -0
- package/build-types/components/editor-interface/index.d.ts +17 -0
- package/build-types/components/editor-interface/index.d.ts.map +1 -0
- package/build-types/components/editor-notices/index.d.ts +13 -0
- package/build-types/components/editor-notices/index.d.ts.map +1 -0
- package/build-types/components/editor-snackbars/index.d.ts +7 -0
- package/build-types/components/editor-snackbars/index.d.ts.map +1 -0
- package/build-types/components/entities-saved-states/entity-record-item.d.ts +6 -0
- package/build-types/components/entities-saved-states/entity-record-item.d.ts.map +1 -0
- package/build-types/components/entities-saved-states/entity-type-list.d.ts +6 -0
- package/build-types/components/entities-saved-states/entity-type-list.d.ts.map +1 -0
- package/build-types/components/entities-saved-states/hooks/use-is-dirty.d.ts +2 -0
- package/build-types/components/entities-saved-states/hooks/use-is-dirty.d.ts.map +1 -0
- package/build-types/components/entities-saved-states/index.d.ts +43 -0
- package/build-types/components/entities-saved-states/index.d.ts.map +1 -0
- package/build-types/components/error-boundary/index.d.ts +14 -0
- package/build-types/components/error-boundary/index.d.ts.map +1 -0
- package/build-types/components/global-keyboard-shortcuts/index.d.ts +9 -0
- package/build-types/components/global-keyboard-shortcuts/index.d.ts.map +1 -0
- package/build-types/components/global-keyboard-shortcuts/register-shortcuts.d.ts +8 -0
- package/build-types/components/global-keyboard-shortcuts/register-shortcuts.d.ts.map +1 -0
- package/build-types/components/global-styles-provider/index.d.ts +20 -0
- package/build-types/components/global-styles-provider/index.d.ts.map +1 -0
- package/build-types/components/header/back-button.d.ts +7 -0
- package/build-types/components/header/back-button.d.ts.map +1 -0
- package/build-types/components/header/index.d.ts +10 -0
- package/build-types/components/header/index.d.ts.map +1 -0
- package/build-types/components/index.d.ts +108 -0
- package/build-types/components/index.d.ts.map +1 -0
- package/build-types/components/inserter-sidebar/index.d.ts +2 -0
- package/build-types/components/inserter-sidebar/index.d.ts.map +1 -0
- package/build-types/components/keyboard-shortcut-help-modal/config.d.ts +26 -0
- package/build-types/components/keyboard-shortcut-help-modal/config.d.ts.map +1 -0
- package/build-types/components/keyboard-shortcut-help-modal/dynamic-shortcut.d.ts +5 -0
- package/build-types/components/keyboard-shortcut-help-modal/dynamic-shortcut.d.ts.map +1 -0
- package/build-types/components/keyboard-shortcut-help-modal/index.d.ts +3 -0
- package/build-types/components/keyboard-shortcut-help-modal/index.d.ts.map +1 -0
- package/build-types/components/keyboard-shortcut-help-modal/shortcut.d.ts +8 -0
- package/build-types/components/keyboard-shortcut-help-modal/shortcut.d.ts.map +1 -0
- package/build-types/components/list-view-sidebar/index.d.ts +2 -0
- package/build-types/components/list-view-sidebar/index.d.ts.map +1 -0
- package/build-types/components/list-view-sidebar/list-view-outline.d.ts +2 -0
- package/build-types/components/list-view-sidebar/list-view-outline.d.ts.map +1 -0
- package/build-types/components/local-autosave-monitor/index.d.ts +3 -0
- package/build-types/components/local-autosave-monitor/index.d.ts.map +1 -0
- package/build-types/components/media-categories/index.d.ts +7 -0
- package/build-types/components/media-categories/index.d.ts.map +1 -0
- package/build-types/components/mode-switcher/index.d.ts +3 -0
- package/build-types/components/mode-switcher/index.d.ts.map +1 -0
- package/build-types/components/more-menu/copy-content-menu-item.d.ts +2 -0
- package/build-types/components/more-menu/copy-content-menu-item.d.ts.map +1 -0
- package/build-types/components/more-menu/index.d.ts +2 -0
- package/build-types/components/more-menu/index.d.ts.map +1 -0
- package/build-types/components/more-menu/tools-more-menu-group.d.ts +6 -0
- package/build-types/components/more-menu/tools-more-menu-group.d.ts.map +1 -0
- package/build-types/components/more-menu/view-more-menu-group.d.ts +6 -0
- package/build-types/components/more-menu/view-more-menu-group.d.ts.map +1 -0
- package/build-types/components/page-attributes/check.d.ts +13 -0
- package/build-types/components/page-attributes/check.d.ts.map +1 -0
- package/build-types/components/page-attributes/order.d.ts +9 -0
- package/build-types/components/page-attributes/order.d.ts.map +1 -0
- package/build-types/components/page-attributes/panel.d.ts +7 -0
- package/build-types/components/page-attributes/panel.d.ts.map +1 -0
- package/build-types/components/page-attributes/parent.d.ts +11 -0
- package/build-types/components/page-attributes/parent.d.ts.map +1 -0
- package/build-types/components/pattern-duplicate-modal/index.d.ts +3 -0
- package/build-types/components/pattern-duplicate-modal/index.d.ts.map +1 -0
- package/build-types/components/pattern-overrides-panel/index.d.ts +2 -0
- package/build-types/components/pattern-overrides-panel/index.d.ts.map +1 -0
- package/build-types/components/pattern-rename-modal/index.d.ts +3 -0
- package/build-types/components/pattern-rename-modal/index.d.ts.map +1 -0
- package/build-types/components/plugin-document-setting-panel/index.d.ts +69 -0
- package/build-types/components/plugin-document-setting-panel/index.d.ts.map +1 -0
- package/build-types/components/plugin-more-menu-item/index.d.ts +3 -0
- package/build-types/components/plugin-more-menu-item/index.d.ts.map +1 -0
- package/build-types/components/plugin-post-publish-panel/index.d.ts +47 -0
- package/build-types/components/plugin-post-publish-panel/index.d.ts.map +1 -0
- package/build-types/components/plugin-post-status-info/index.d.ts +57 -0
- package/build-types/components/plugin-post-status-info/index.d.ts.map +1 -0
- package/build-types/components/plugin-pre-publish-panel/index.d.ts +50 -0
- package/build-types/components/plugin-pre-publish-panel/index.d.ts.map +1 -0
- package/build-types/components/plugin-sidebar/index.d.ts +73 -0
- package/build-types/components/plugin-sidebar/index.d.ts.map +1 -0
- package/build-types/components/plugin-sidebar-more-menu-item/index.d.ts +52 -0
- package/build-types/components/plugin-sidebar-more-menu-item/index.d.ts.map +1 -0
- package/build-types/components/post-actions/actions.d.ts +31 -0
- package/build-types/components/post-actions/actions.d.ts.map +1 -0
- package/build-types/components/post-actions/index.d.ts +5 -0
- package/build-types/components/post-actions/index.d.ts.map +1 -0
- package/build-types/components/post-author/check.d.ts +13 -0
- package/build-types/components/post-author/check.d.ts.map +1 -0
- package/build-types/components/post-author/combobox.d.ts +2 -0
- package/build-types/components/post-author/combobox.d.ts.map +1 -0
- package/build-types/components/post-author/constants.d.ts +9 -0
- package/build-types/components/post-author/constants.d.ts.map +1 -0
- package/build-types/components/post-author/hook.d.ts +6 -0
- package/build-types/components/post-author/hook.d.ts.map +1 -0
- package/build-types/components/post-author/index.d.ts +8 -0
- package/build-types/components/post-author/index.d.ts.map +1 -0
- package/build-types/components/post-author/panel.d.ts +8 -0
- package/build-types/components/post-author/panel.d.ts.map +1 -0
- package/build-types/components/post-author/select.d.ts +2 -0
- package/build-types/components/post-author/select.d.ts.map +1 -0
- package/build-types/components/post-card-panel/index.d.ts +4 -0
- package/build-types/components/post-card-panel/index.d.ts.map +1 -0
- package/build-types/components/post-comments/index.d.ts +3 -0
- package/build-types/components/post-comments/index.d.ts.map +1 -0
- package/build-types/components/post-content-information/index.d.ts +2 -0
- package/build-types/components/post-content-information/index.d.ts.map +1 -0
- package/build-types/components/post-discussion/panel.d.ts +10 -0
- package/build-types/components/post-discussion/panel.d.ts.map +1 -0
- package/build-types/components/post-excerpt/check.d.ts +13 -0
- package/build-types/components/post-excerpt/check.d.ts.map +1 -0
- package/build-types/components/post-excerpt/index.d.ts +15 -0
- package/build-types/components/post-excerpt/index.d.ts.map +1 -0
- package/build-types/components/post-excerpt/panel.d.ts +8 -0
- package/build-types/components/post-excerpt/panel.d.ts.map +1 -0
- package/build-types/components/post-excerpt/plugin.d.ts +53 -0
- package/build-types/components/post-excerpt/plugin.d.ts.map +1 -0
- package/build-types/components/post-featured-image/check.d.ts +14 -0
- package/build-types/components/post-featured-image/check.d.ts.map +1 -0
- package/build-types/components/post-featured-image/index.d.ts +3 -0
- package/build-types/components/post-featured-image/index.d.ts.map +1 -0
- package/build-types/components/post-featured-image/panel.d.ts +13 -0
- package/build-types/components/post-featured-image/panel.d.ts.map +1 -0
- package/build-types/components/post-format/check.d.ts +5 -0
- package/build-types/components/post-format/check.d.ts.map +1 -0
- package/build-types/components/post-format/index.d.ts +16 -0
- package/build-types/components/post-format/index.d.ts.map +1 -0
- package/build-types/components/post-format/panel.d.ts +8 -0
- package/build-types/components/post-format/panel.d.ts.map +1 -0
- package/build-types/components/post-last-edited-panel/index.d.ts +2 -0
- package/build-types/components/post-last-edited-panel/index.d.ts.map +1 -0
- package/build-types/components/post-last-revision/check.d.ts +13 -0
- package/build-types/components/post-last-revision/check.d.ts.map +1 -0
- package/build-types/components/post-last-revision/index.d.ts +9 -0
- package/build-types/components/post-last-revision/index.d.ts.map +1 -0
- package/build-types/components/post-last-revision/panel.d.ts +8 -0
- package/build-types/components/post-last-revision/panel.d.ts.map +1 -0
- package/build-types/components/post-locked-modal/index.d.ts +8 -0
- package/build-types/components/post-locked-modal/index.d.ts.map +1 -0
- package/build-types/components/post-panel-row/index.d.ts +3 -0
- package/build-types/components/post-panel-row/index.d.ts.map +1 -0
- package/build-types/components/post-panel-section/index.d.ts +6 -0
- package/build-types/components/post-panel-section/index.d.ts.map +1 -0
- package/build-types/components/post-pending-status/check.d.ts +15 -0
- package/build-types/components/post-pending-status/check.d.ts.map +1 -0
- package/build-types/components/post-pending-status/index.d.ts +8 -0
- package/build-types/components/post-pending-status/index.d.ts.map +1 -0
- package/build-types/components/post-pingbacks/index.d.ts +3 -0
- package/build-types/components/post-pingbacks/index.d.ts.map +1 -0
- package/build-types/components/post-preview-button/index.d.ts +23 -0
- package/build-types/components/post-preview-button/index.d.ts.map +1 -0
- package/build-types/components/post-publish-button/index.d.ts +17 -0
- package/build-types/components/post-publish-button/index.d.ts.map +1 -0
- package/build-types/components/post-publish-button/label.d.ts +7 -0
- package/build-types/components/post-publish-button/label.d.ts.map +1 -0
- package/build-types/components/post-publish-button/post-publish-button-or-toggle.d.ts +17 -0
- package/build-types/components/post-publish-button/post-publish-button-or-toggle.d.ts.map +1 -0
- package/build-types/components/post-publish-panel/index.d.ts +10 -0
- package/build-types/components/post-publish-panel/index.d.ts.map +1 -0
- package/build-types/components/post-publish-panel/maybe-category-panel.d.ts +3 -0
- package/build-types/components/post-publish-panel/maybe-category-panel.d.ts.map +1 -0
- package/build-types/components/post-publish-panel/maybe-post-format-panel.d.ts +2 -0
- package/build-types/components/post-publish-panel/maybe-post-format-panel.d.ts.map +1 -0
- package/build-types/components/post-publish-panel/maybe-tags-panel.d.ts +3 -0
- package/build-types/components/post-publish-panel/maybe-tags-panel.d.ts.map +1 -0
- package/build-types/components/post-publish-panel/maybe-upload-media.d.ts +2 -0
- package/build-types/components/post-publish-panel/maybe-upload-media.d.ts.map +1 -0
- package/build-types/components/post-publish-panel/postpublish.d.ts +3 -0
- package/build-types/components/post-publish-panel/postpublish.d.ts.map +1 -0
- package/build-types/components/post-publish-panel/prepublish.d.ts +5 -0
- package/build-types/components/post-publish-panel/prepublish.d.ts.map +1 -0
- package/build-types/components/post-saved-state/index.d.ts +13 -0
- package/build-types/components/post-saved-state/index.d.ts.map +1 -0
- package/build-types/components/post-schedule/check.d.ts +12 -0
- package/build-types/components/post-schedule/check.d.ts.map +1 -0
- package/build-types/components/post-schedule/index.d.ts +17 -0
- package/build-types/components/post-schedule/index.d.ts.map +1 -0
- package/build-types/components/post-schedule/label.d.ts +25 -0
- package/build-types/components/post-schedule/label.d.ts.map +1 -0
- package/build-types/components/post-schedule/panel.d.ts +7 -0
- package/build-types/components/post-schedule/panel.d.ts.map +1 -0
- package/build-types/components/post-slug/check.d.ts +12 -0
- package/build-types/components/post-slug/check.d.ts.map +1 -0
- package/build-types/components/post-slug/index.d.ts +7 -0
- package/build-types/components/post-slug/index.d.ts.map +1 -0
- package/build-types/components/post-slug/panel.d.ts +3 -0
- package/build-types/components/post-slug/panel.d.ts.map +1 -0
- package/build-types/components/post-status/index.d.ts +6 -0
- package/build-types/components/post-status/index.d.ts.map +1 -0
- package/build-types/components/post-sticky/check.d.ts +12 -0
- package/build-types/components/post-sticky/check.d.ts.map +1 -0
- package/build-types/components/post-sticky/index.d.ts +7 -0
- package/build-types/components/post-sticky/index.d.ts.map +1 -0
- package/build-types/components/post-sticky/panel.d.ts +3 -0
- package/build-types/components/post-sticky/panel.d.ts.map +1 -0
- package/build-types/components/post-switch-to-draft-button/index.d.ts +7 -0
- package/build-types/components/post-switch-to-draft-button/index.d.ts.map +1 -0
- package/build-types/components/post-sync-status/index.d.ts +7 -0
- package/build-types/components/post-sync-status/index.d.ts.map +1 -0
- package/build-types/components/post-taxonomies/check.d.ts +12 -0
- package/build-types/components/post-taxonomies/check.d.ts.map +1 -0
- package/build-types/components/post-taxonomies/flat-term-selector.d.ts +66 -0
- package/build-types/components/post-taxonomies/flat-term-selector.d.ts.map +1 -0
- package/build-types/components/post-taxonomies/hierarchical-term-selector.d.ts +104 -0
- package/build-types/components/post-taxonomies/hierarchical-term-selector.d.ts.map +1 -0
- package/build-types/components/post-taxonomies/index.d.ts +5 -0
- package/build-types/components/post-taxonomies/index.d.ts.map +1 -0
- package/build-types/components/post-taxonomies/most-used-terms.d.ts +5 -0
- package/build-types/components/post-taxonomies/most-used-terms.d.ts.map +1 -0
- package/build-types/components/post-taxonomies/panel.d.ts +3 -0
- package/build-types/components/post-taxonomies/panel.d.ts.map +1 -0
- package/build-types/components/post-template/block-theme.d.ts +4 -0
- package/build-types/components/post-template/block-theme.d.ts.map +1 -0
- package/build-types/components/post-template/classic-theme.d.ts +3 -0
- package/build-types/components/post-template/classic-theme.d.ts.map +1 -0
- package/build-types/components/post-template/create-new-template-modal.d.ts +4 -0
- package/build-types/components/post-template/create-new-template-modal.d.ts.map +1 -0
- package/build-types/components/post-template/create-new-template.d.ts +4 -0
- package/build-types/components/post-template/create-new-template.d.ts.map +1 -0
- package/build-types/components/post-template/hooks.d.ts +8 -0
- package/build-types/components/post-template/hooks.d.ts.map +1 -0
- package/build-types/components/post-template/panel.d.ts +7 -0
- package/build-types/components/post-template/panel.d.ts.map +1 -0
- package/build-types/components/post-template/reset-default-template.d.ts +4 -0
- package/build-types/components/post-template/reset-default-template.d.ts.map +1 -0
- package/build-types/components/post-template/swap-template-button.d.ts +4 -0
- package/build-types/components/post-template/swap-template-button.d.ts.map +1 -0
- package/build-types/components/post-text-editor/index.d.ts +7 -0
- package/build-types/components/post-text-editor/index.d.ts.map +1 -0
- package/build-types/components/post-title/constants.d.ts +3 -0
- package/build-types/components/post-title/constants.d.ts.map +1 -0
- package/build-types/components/post-title/index.d.ts +3 -0
- package/build-types/components/post-title/index.d.ts.map +1 -0
- package/build-types/components/post-title/post-title-raw.d.ts +3 -0
- package/build-types/components/post-title/post-title-raw.d.ts.map +1 -0
- package/build-types/components/post-title/use-post-title-focus.d.ts +9 -0
- package/build-types/components/post-title/use-post-title-focus.d.ts.map +1 -0
- package/build-types/components/post-title/use-post-title.d.ts +7 -0
- package/build-types/components/post-title/use-post-title.d.ts.map +1 -0
- package/build-types/components/post-transform-panel/hooks.d.ts +2 -0
- package/build-types/components/post-transform-panel/hooks.d.ts.map +1 -0
- package/build-types/components/post-transform-panel/index.d.ts +2 -0
- package/build-types/components/post-transform-panel/index.d.ts.map +1 -0
- package/build-types/components/post-trash/check.d.ts +12 -0
- package/build-types/components/post-trash/check.d.ts.map +1 -0
- package/build-types/components/post-trash/index.d.ts +7 -0
- package/build-types/components/post-trash/index.d.ts.map +1 -0
- package/build-types/components/post-type-support-check/index.d.ts +18 -0
- package/build-types/components/post-type-support-check/index.d.ts.map +1 -0
- package/build-types/components/post-url/check.d.ts +12 -0
- package/build-types/components/post-url/check.d.ts.map +1 -0
- package/build-types/components/post-url/index.d.ts +14 -0
- package/build-types/components/post-url/index.d.ts.map +1 -0
- package/build-types/components/post-url/label.d.ts +13 -0
- package/build-types/components/post-url/label.d.ts.map +1 -0
- package/build-types/components/post-url/panel.d.ts +7 -0
- package/build-types/components/post-url/panel.d.ts.map +1 -0
- package/build-types/components/post-view-link/index.d.ts +2 -0
- package/build-types/components/post-view-link/index.d.ts.map +1 -0
- package/build-types/components/post-visibility/check.d.ts +13 -0
- package/build-types/components/post-visibility/check.d.ts.map +1 -0
- package/build-types/components/post-visibility/index.d.ts +11 -0
- package/build-types/components/post-visibility/index.d.ts.map +1 -0
- package/build-types/components/post-visibility/label.d.ts +13 -0
- package/build-types/components/post-visibility/label.d.ts.map +1 -0
- package/build-types/components/post-visibility/utils.d.ts +21 -0
- package/build-types/components/post-visibility/utils.d.ts.map +1 -0
- package/build-types/components/posts-per-page/index.d.ts +2 -0
- package/build-types/components/posts-per-page/index.d.ts.map +1 -0
- package/build-types/components/preferences-modal/enable-panel.d.ts +3 -0
- package/build-types/components/preferences-modal/enable-panel.d.ts.map +1 -0
- package/build-types/components/preferences-modal/enable-plugin-document-setting-panel.d.ts +14 -0
- package/build-types/components/preferences-modal/enable-plugin-document-setting-panel.d.ts.map +1 -0
- package/build-types/components/preferences-modal/enable-publish-sidebar.d.ts +3 -0
- package/build-types/components/preferences-modal/enable-publish-sidebar.d.ts.map +1 -0
- package/build-types/components/preferences-modal/index.d.ts +4 -0
- package/build-types/components/preferences-modal/index.d.ts.map +1 -0
- package/build-types/components/preview-dropdown/index.d.ts +5 -0
- package/build-types/components/preview-dropdown/index.d.ts.map +1 -0
- package/build-types/components/provider/disable-non-page-content-blocks.d.ts +6 -0
- package/build-types/components/provider/disable-non-page-content-blocks.d.ts.map +1 -0
- package/build-types/components/provider/index.d.ts +65 -0
- package/build-types/components/provider/index.d.ts.map +1 -0
- package/build-types/components/provider/navigation-block-editing-mode.d.ts +9 -0
- package/build-types/components/provider/navigation-block-editing-mode.d.ts.map +1 -0
- package/build-types/components/provider/use-auto-switch-editor-sidebars.d.ts +7 -0
- package/build-types/components/provider/use-auto-switch-editor-sidebars.d.ts.map +1 -0
- package/build-types/components/provider/use-block-editor-settings.d.ts +13 -0
- package/build-types/components/provider/use-block-editor-settings.d.ts.map +1 -0
- package/build-types/components/provider/use-hide-blocks-from-inserter.d.ts +9 -0
- package/build-types/components/provider/use-hide-blocks-from-inserter.d.ts.map +1 -0
- package/build-types/components/provider/with-registry-provider.d.ts +3 -0
- package/build-types/components/provider/with-registry-provider.d.ts.map +1 -0
- package/build-types/components/resizable-editor/index.d.ts +8 -0
- package/build-types/components/resizable-editor/index.d.ts.map +1 -0
- package/build-types/components/resizable-editor/resize-handle.d.ts +5 -0
- package/build-types/components/resizable-editor/resize-handle.d.ts.map +1 -0
- package/build-types/components/save-publish-panels/index.d.ts +11 -0
- package/build-types/components/save-publish-panels/index.d.ts.map +1 -0
- package/build-types/components/sidebar/constants.d.ts +5 -0
- package/build-types/components/sidebar/constants.d.ts.map +1 -0
- package/build-types/components/sidebar/header.d.ts +3 -0
- package/build-types/components/sidebar/header.d.ts.map +1 -0
- package/build-types/components/sidebar/index.d.ts +6 -0
- package/build-types/components/sidebar/index.d.ts.map +1 -0
- package/build-types/components/sidebar/post-summary.d.ts +4 -0
- package/build-types/components/sidebar/post-summary.d.ts.map +1 -0
- package/build-types/components/site-discussion/index.d.ts +2 -0
- package/build-types/components/site-discussion/index.d.ts.map +1 -0
- package/build-types/components/start-page-options/index.d.ts +2 -0
- package/build-types/components/start-page-options/index.d.ts.map +1 -0
- package/build-types/components/start-template-options/index.d.ts +2 -0
- package/build-types/components/start-template-options/index.d.ts.map +1 -0
- package/build-types/components/table-of-contents/index.d.ts +7 -0
- package/build-types/components/table-of-contents/index.d.ts.map +1 -0
- package/build-types/components/table-of-contents/panel.d.ts +6 -0
- package/build-types/components/table-of-contents/panel.d.ts.map +1 -0
- package/build-types/components/template-content-panel/index.d.ts +2 -0
- package/build-types/components/template-content-panel/index.d.ts.map +1 -0
- package/build-types/components/template-part-content-panel/index.d.ts +2 -0
- package/build-types/components/template-part-content-panel/index.d.ts.map +1 -0
- package/build-types/components/template-part-menu-items/convert-to-regular.d.ts +5 -0
- package/build-types/components/template-part-menu-items/convert-to-regular.d.ts.map +1 -0
- package/build-types/components/template-part-menu-items/convert-to-template-part.d.ts +5 -0
- package/build-types/components/template-part-menu-items/convert-to-template-part.d.ts.map +1 -0
- package/build-types/components/template-part-menu-items/index.d.ts +2 -0
- package/build-types/components/template-part-menu-items/index.d.ts.map +1 -0
- package/build-types/components/template-validation-notice/index.d.ts +2 -0
- package/build-types/components/template-validation-notice/index.d.ts.map +1 -0
- package/build-types/components/text-editor/index.d.ts +4 -0
- package/build-types/components/text-editor/index.d.ts.map +1 -0
- package/build-types/components/theme-support-check/index.d.ts +14 -0
- package/build-types/components/theme-support-check/index.d.ts.map +1 -0
- package/build-types/components/time-to-read/index.d.ts +7 -0
- package/build-types/components/time-to-read/index.d.ts.map +1 -0
- package/build-types/components/unsaved-changes-warning/index.d.ts +8 -0
- package/build-types/components/unsaved-changes-warning/index.d.ts.map +1 -0
- package/build-types/components/visual-editor/edit-template-blocks-notification.d.ts +18 -0
- package/build-types/components/visual-editor/edit-template-blocks-notification.d.ts.map +1 -0
- package/build-types/components/visual-editor/index.d.ts +10 -0
- package/build-types/components/visual-editor/index.d.ts.map +1 -0
- package/build-types/components/visual-editor/use-select-nearest-editable-block.d.ts +4 -0
- package/build-types/components/visual-editor/use-select-nearest-editable-block.d.ts.map +1 -0
- package/build-types/components/word-count/index.d.ts +7 -0
- package/build-types/components/word-count/index.d.ts.map +1 -0
- package/build-types/dataviews/actions/delete-post.d.ts +5 -0
- package/build-types/dataviews/actions/delete-post.d.ts.map +1 -0
- package/build-types/dataviews/actions/export-pattern.d.ts +8 -0
- package/build-types/dataviews/actions/export-pattern.d.ts.map +1 -0
- package/build-types/dataviews/actions/index.d.ts +2 -0
- package/build-types/dataviews/actions/index.d.ts.map +1 -0
- package/build-types/dataviews/actions/reset-post.d.ts +5 -0
- package/build-types/dataviews/actions/reset-post.d.ts.map +1 -0
- package/build-types/dataviews/actions/utils.d.ts +11 -0
- package/build-types/dataviews/actions/utils.d.ts.map +1 -0
- package/build-types/dataviews/api.d.ts +27 -0
- package/build-types/dataviews/api.d.ts.map +1 -0
- package/build-types/dataviews/store/private-actions.d.ts +2 -2
- package/build-types/dataviews/store/private-actions.d.ts.map +1 -1
- package/build-types/dataviews/store/private-selectors.d.ts +1 -5
- package/build-types/dataviews/store/private-selectors.d.ts.map +1 -1
- package/build-types/dataviews/store/reducer.d.ts +5 -1
- package/build-types/dataviews/store/reducer.d.ts.map +1 -1
- package/build-types/dataviews/types.d.ts +34 -0
- package/build-types/dataviews/types.d.ts.map +1 -0
- package/build-types/hooks/custom-sources-backwards-compatibility.d.ts +10 -0
- package/build-types/hooks/custom-sources-backwards-compatibility.d.ts.map +1 -0
- package/build-types/hooks/default-autocompleters.d.ts +2 -0
- package/build-types/hooks/default-autocompleters.d.ts.map +1 -0
- package/build-types/hooks/index.d.ts +2 -0
- package/build-types/hooks/index.d.ts.map +1 -0
- package/build-types/hooks/media-upload.d.ts +2 -0
- package/build-types/hooks/media-upload.d.ts.map +1 -0
- package/build-types/hooks/pattern-overrides.d.ts +2 -0
- package/build-types/hooks/pattern-overrides.d.ts.map +1 -0
- package/build-types/index.d.ts +6 -0
- package/build-types/index.d.ts.map +1 -0
- package/build-types/lock-unlock.d.ts +3 -0
- package/build-types/lock-unlock.d.ts.map +1 -0
- package/build-types/private-apis.d.ts +2 -0
- package/build-types/private-apis.d.ts.map +1 -0
- package/build-types/store/actions.d.ts +367 -0
- package/build-types/store/actions.d.ts.map +1 -0
- package/build-types/store/constants.d.ts +31 -0
- package/build-types/store/constants.d.ts.map +1 -0
- package/build-types/store/defaults.d.ts +21 -0
- package/build-types/store/defaults.d.ts.map +1 -0
- package/build-types/store/index.d.ts +17 -0
- package/build-types/store/index.d.ts.map +1 -0
- package/build-types/store/local-autosave.d.ts +4 -0
- package/build-types/store/local-autosave.d.ts.map +1 -0
- package/build-types/store/private-actions.d.ts +37 -0
- package/build-types/store/private-actions.d.ts.map +1 -0
- package/build-types/store/private-selectors.d.ts +24 -0
- package/build-types/store/private-selectors.d.ts.map +1 -0
- package/build-types/store/reducer.d.ts +228 -0
- package/build-types/store/reducer.d.ts.map +1 -0
- package/build-types/store/selectors.d.ts +853 -0
- package/build-types/store/selectors.d.ts.map +1 -0
- package/build-types/store/utils/is-template-revertable.d.ts +8 -0
- package/build-types/store/utils/is-template-revertable.d.ts.map +1 -0
- package/build-types/store/utils/notice-builder.d.ts +27 -0
- package/build-types/store/utils/notice-builder.d.ts.map +1 -0
- package/build-types/utils/get-template-part-icon.d.ts +9 -0
- package/build-types/utils/get-template-part-icon.d.ts.map +1 -0
- package/build-types/utils/index.d.ts +5 -0
- package/build-types/utils/index.d.ts.map +1 -0
- package/build-types/utils/media-upload/index.d.ts +21 -0
- package/build-types/utils/media-upload/index.d.ts.map +1 -0
- package/build-types/utils/terms.d.ts +12 -0
- package/build-types/utils/terms.d.ts.map +1 -0
- package/build-types/utils/url.d.ts +18 -0
- package/build-types/utils/url.d.ts.map +1 -0
- package/package.json +38 -36
- package/src/bindings/api.js +57 -0
- package/src/bindings/pattern-overrides.js +30 -20
- package/src/bindings/post-meta.js +24 -14
- package/src/components/block-settings-menu/content-only-settings-menu.js +4 -4
- package/src/components/blog-title/index.js +7 -2
- package/src/components/collapsible-block-toolbar/index.js +1 -3
- package/src/components/collapsible-block-toolbar/style.scss +0 -3
- package/src/components/document-bar/style.scss +1 -5
- package/src/components/document-tools/style.scss +4 -4
- package/src/components/editor-interface/index.js +17 -12
- package/src/components/editor-interface/style.scss +4 -0
- package/src/components/entities-saved-states/index.js +1 -1
- package/src/components/global-styles-provider/index.js +22 -11
- package/src/components/header/back-button.js +6 -6
- package/src/components/header/index.js +26 -25
- package/src/components/header/style.scss +64 -21
- package/src/components/inserter-sidebar/index.js +4 -24
- package/src/components/inserter-sidebar/style.scss +1 -6
- package/src/components/list-view-sidebar/index.js +34 -62
- package/src/components/list-view-sidebar/style.scss +0 -34
- package/src/components/page-attributes/order.js +3 -77
- package/src/components/page-attributes/panel.js +1 -7
- package/src/components/page-attributes/parent.js +6 -3
- package/src/components/post-actions/actions.js +227 -304
- package/src/components/post-actions/index.js +1 -1
- package/src/components/post-card-panel/index.js +8 -2
- package/src/components/post-comments/index.js +2 -2
- package/src/components/post-content-information/index.js +7 -1
- package/src/components/post-discussion/panel.js +5 -3
- package/src/components/post-excerpt/panel.js +3 -2
- package/src/components/post-featured-image/index.js +5 -1
- package/src/components/post-featured-image/style.scss +15 -0
- package/src/components/post-last-revision/index.js +1 -0
- package/src/components/post-panel-row/style.scss +1 -1
- package/src/components/post-preview-button/index.js +1 -1
- package/src/components/post-publish-button/index.js +4 -17
- package/src/components/post-publish-panel/index.js +1 -1
- package/src/components/post-publish-panel/maybe-category-panel.js +4 -1
- package/src/components/post-publish-panel/maybe-tags-panel.js +1 -1
- package/src/components/post-saved-state/index.js +11 -1
- package/src/components/post-schedule/index.js +5 -0
- package/src/components/post-status/index.js +19 -11
- package/src/components/post-taxonomies/README.md +1 -1
- package/src/components/post-taxonomies/flat-term-selector.js +19 -5
- package/src/components/post-taxonomies/index.js +8 -1
- package/src/components/post-template/block-theme.js +5 -1
- package/src/components/post-template/classic-theme.js +8 -3
- package/src/components/post-template/create-new-template.js +4 -1
- package/src/components/post-template/hooks.js +8 -2
- package/src/components/post-template/panel.js +10 -2
- package/src/components/post-title/index.js +5 -12
- package/src/components/post-trash/check.js +9 -5
- package/src/components/post-url/panel.js +7 -2
- package/src/components/posts-per-page/index.js +7 -2
- package/src/components/preview-dropdown/index.js +1 -1
- package/src/components/provider/index.native.js +3 -11
- package/src/components/provider/use-block-editor-settings.js +25 -11
- package/src/components/save-publish-panels/index.js +31 -24
- package/src/components/sidebar/index.js +2 -7
- package/src/components/sidebar/post-summary.js +0 -2
- package/src/components/site-discussion/index.js +9 -4
- package/src/components/template-content-panel/index.js +29 -4
- package/src/components/visual-editor/edit-template-blocks-notification.js +5 -1
- package/src/components/visual-editor/index.js +6 -3
- package/src/components/visual-editor/style.scss +1 -2
- package/src/{hooks → components/visual-editor}/use-select-nearest-editable-block.js +1 -1
- package/src/dataviews/actions/delete-post.tsx +109 -0
- package/src/{components/post-actions/export-pattern-action.js → dataviews/actions/export-pattern.tsx} +19 -19
- package/src/dataviews/actions/index.ts +25 -0
- package/src/dataviews/actions/reset-post.tsx +144 -0
- package/src/dataviews/actions/utils.ts +54 -0
- package/src/dataviews/store/private-actions.ts +2 -2
- package/src/dataviews/store/private-selectors.ts +13 -6
- package/src/dataviews/store/reducer.ts +12 -5
- package/src/dataviews/types.ts +33 -0
- package/src/hooks/pattern-overrides.js +5 -2
- package/src/index.js +0 -1
- package/src/private-apis.js +8 -0
- package/src/private-apis.native.js +0 -2
- package/src/store/private-actions.js +1 -6
- package/src/store/private-selectors.js +0 -25
- package/src/store/test/actions.js +9 -3
- package/src/store/utils/is-template-revertable.js +8 -8
- package/src/style.scss +0 -1
- package/src/utils/media-upload/index.js +38 -3
- package/tsconfig.json +3 -2
- package/tsconfig.tsbuildinfo +1 -1
- package/build/bindings/index.js +0 -22
- package/build/bindings/index.js.map +0 -1
- package/build/components/post-actions/export-pattern-action.js.map +0 -1
- package/build/components/post-actions/export-pattern-action.native.js +0 -11
- package/build/components/post-actions/export-pattern-action.native.js.map +0 -1
- package/build/components/template-areas/index.js +0 -84
- package/build/components/template-areas/index.js.map +0 -1
- package/build/hooks/use-select-nearest-editable-block.js.map +0 -1
- package/build/store/utils/get-filtered-template-parts.js +0 -71
- package/build/store/utils/get-filtered-template-parts.js.map +0 -1
- package/build/utils/set-nested-value.js +0 -44
- package/build/utils/set-nested-value.js.map +0 -1
- package/build-module/bindings/index.js +0 -17
- package/build-module/bindings/index.js.map +0 -1
- package/build-module/components/post-actions/export-pattern-action.js.map +0 -1
- package/build-module/components/post-actions/export-pattern-action.native.js +0 -5
- package/build-module/components/post-actions/export-pattern-action.native.js.map +0 -1
- package/build-module/components/template-areas/index.js +0 -78
- package/build-module/components/template-areas/index.js.map +0 -1
- package/build-module/hooks/use-select-nearest-editable-block.js.map +0 -1
- package/build-module/store/utils/get-filtered-template-parts.js +0 -64
- package/build-module/store/utils/get-filtered-template-parts.js.map +0 -1
- package/build-module/utils/set-nested-value.js +0 -38
- package/build-module/utils/set-nested-value.js.map +0 -1
- package/src/bindings/index.js +0 -15
- package/src/components/post-actions/export-pattern-action.native.js +0 -4
- package/src/components/template-areas/index.js +0 -94
- package/src/components/template-areas/style.scss +0 -22
- package/src/store/utils/get-filtered-template-parts.js +0 -69
- package/src/store/utils/test/get-filtered-template-parts.js +0 -189
- package/src/utils/set-nested-value.js +0 -39
- /package/src/store/{constants.js → constants.ts} +0 -0
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export function useExistingTemplateParts(): (import("@wordpress/core-data").Attachment<any> | import("@wordpress/core-data").Comment<any> | import("@wordpress/core-data").GlobalStylesRevision<any> | import("@wordpress/core-data").MenuLocation<any> | import("@wordpress/core-data").NavMenu<any> | import("@wordpress/core-data").NavMenuItem<any> | import("@wordpress/core-data").Page<any> | import("@wordpress/core-data").Plugin<any> | import("@wordpress/core-data").Post<any> | import("@wordpress/core-data").PostRevision<any> | import("@wordpress/core-data").Settings<any> | import("@wordpress/core-data").Sidebar<any> | import("@wordpress/core-data").Taxonomy<any> | import("@wordpress/core-data").Theme<any> | import("@wordpress/core-data").User<any> | import("@wordpress/core-data").Type<any> | import("@wordpress/core-data").Widget<any> | import("@wordpress/core-data").WidgetType<any> | import("@wordpress/core-data").WpTemplate<any> | import("@wordpress/core-data").WpTemplatePart<any> | Partial<import("@wordpress/core-data").Attachment<any> | import("@wordpress/core-data").Comment<any> | import("@wordpress/core-data").GlobalStylesRevision<any> | import("@wordpress/core-data").MenuLocation<any> | import("@wordpress/core-data").NavMenu<any> | import("@wordpress/core-data").NavMenuItem<any> | import("@wordpress/core-data").Page<any> | import("@wordpress/core-data").Plugin<any> | import("@wordpress/core-data").Post<any> | import("@wordpress/core-data").PostRevision<any> | import("@wordpress/core-data").Settings<any> | import("@wordpress/core-data").Sidebar<any> | import("@wordpress/core-data").Taxonomy<any> | import("@wordpress/core-data").Theme<any> | import("@wordpress/core-data").User<any> | import("@wordpress/core-data").Type<any> | import("@wordpress/core-data").Widget<any> | import("@wordpress/core-data").WidgetType<any> | import("@wordpress/core-data").WpTemplate<any> | import("@wordpress/core-data").WpTemplatePart<any>>)[] | null;
|
|
2
|
+
export function getUniqueTemplatePartTitle(title: string, templateParts: Object): string;
|
|
3
|
+
export function getCleanTemplatePartSlug(title: string): string;
|
|
4
|
+
//# sourceMappingURL=utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/components/create-template-part-modal/utils.js"],"names":[],"mappings":"AAgBO,w6DAYN;AAUM,kDAJI,MAAM,iBACN,MAAM,GACL,MAAM,CAkBjB;AAUM,gDAHI,MAAM,GACL,MAAM,CAIjB"}
|
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @deprecated since 5.3, use `wp.blockEditor.Autocomplete` instead.
|
|
3
|
+
*/
|
|
4
|
+
export const Autocomplete: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated since 5.3, use `wp.blockEditor.AlignmentToolbar` instead.
|
|
7
|
+
*/
|
|
8
|
+
export const AlignmentToolbar: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated since 5.3, use `wp.blockEditor.BlockAlignmentToolbar` instead.
|
|
11
|
+
*/
|
|
12
|
+
export const BlockAlignmentToolbar: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
|
|
13
|
+
/**
|
|
14
|
+
* @deprecated since 5.3, use `wp.blockEditor.BlockControls` instead.
|
|
15
|
+
*/
|
|
16
|
+
export const BlockControls: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
|
|
17
|
+
/**
|
|
18
|
+
* @deprecated since 5.3, use `wp.blockEditor.BlockEdit` instead.
|
|
19
|
+
*/
|
|
20
|
+
export const BlockEdit: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
|
|
21
|
+
/**
|
|
22
|
+
* @deprecated since 5.3, use `wp.blockEditor.BlockEditorKeyboardShortcuts` instead.
|
|
23
|
+
*/
|
|
24
|
+
export const BlockEditorKeyboardShortcuts: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
|
|
25
|
+
/**
|
|
26
|
+
* @deprecated since 5.3, use `wp.blockEditor.BlockFormatControls` instead.
|
|
27
|
+
*/
|
|
28
|
+
export const BlockFormatControls: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
|
|
29
|
+
/**
|
|
30
|
+
* @deprecated since 5.3, use `wp.blockEditor.BlockIcon` instead.
|
|
31
|
+
*/
|
|
32
|
+
export const BlockIcon: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
|
|
33
|
+
/**
|
|
34
|
+
* @deprecated since 5.3, use `wp.blockEditor.BlockInspector` instead.
|
|
35
|
+
*/
|
|
36
|
+
export const BlockInspector: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
|
|
37
|
+
/**
|
|
38
|
+
* @deprecated since 5.3, use `wp.blockEditor.BlockList` instead.
|
|
39
|
+
*/
|
|
40
|
+
export const BlockList: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
|
|
41
|
+
/**
|
|
42
|
+
* @deprecated since 5.3, use `wp.blockEditor.BlockMover` instead.
|
|
43
|
+
*/
|
|
44
|
+
export const BlockMover: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
|
|
45
|
+
/**
|
|
46
|
+
* @deprecated since 5.3, use `wp.blockEditor.BlockNavigationDropdown` instead.
|
|
47
|
+
*/
|
|
48
|
+
export const BlockNavigationDropdown: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
|
|
49
|
+
/**
|
|
50
|
+
* @deprecated since 5.3, use `wp.blockEditor.BlockSelectionClearer` instead.
|
|
51
|
+
*/
|
|
52
|
+
export const BlockSelectionClearer: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
|
|
53
|
+
/**
|
|
54
|
+
* @deprecated since 5.3, use `wp.blockEditor.BlockSettingsMenu` instead.
|
|
55
|
+
*/
|
|
56
|
+
export const BlockSettingsMenu: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
|
|
57
|
+
/**
|
|
58
|
+
* @deprecated since 5.3, use `wp.blockEditor.BlockTitle` instead.
|
|
59
|
+
*/
|
|
60
|
+
export const BlockTitle: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
|
|
61
|
+
/**
|
|
62
|
+
* @deprecated since 5.3, use `wp.blockEditor.BlockToolbar` instead.
|
|
63
|
+
*/
|
|
64
|
+
export const BlockToolbar: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
|
|
65
|
+
/**
|
|
66
|
+
* @deprecated since 5.3, use `wp.blockEditor.ColorPalette` instead.
|
|
67
|
+
*/
|
|
68
|
+
export const ColorPalette: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
|
|
69
|
+
/**
|
|
70
|
+
* @deprecated since 5.3, use `wp.blockEditor.ContrastChecker` instead.
|
|
71
|
+
*/
|
|
72
|
+
export const ContrastChecker: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
|
|
73
|
+
/**
|
|
74
|
+
* @deprecated since 5.3, use `wp.blockEditor.CopyHandler` instead.
|
|
75
|
+
*/
|
|
76
|
+
export const CopyHandler: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
|
|
77
|
+
/**
|
|
78
|
+
* @deprecated since 5.3, use `wp.blockEditor.DefaultBlockAppender` instead.
|
|
79
|
+
*/
|
|
80
|
+
export const DefaultBlockAppender: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
|
|
81
|
+
/**
|
|
82
|
+
* @deprecated since 5.3, use `wp.blockEditor.FontSizePicker` instead.
|
|
83
|
+
*/
|
|
84
|
+
export const FontSizePicker: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
|
|
85
|
+
/**
|
|
86
|
+
* @deprecated since 5.3, use `wp.blockEditor.Inserter` instead.
|
|
87
|
+
*/
|
|
88
|
+
export const Inserter: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
|
|
89
|
+
/**
|
|
90
|
+
* @deprecated since 5.3, use `wp.blockEditor.InnerBlocks` instead.
|
|
91
|
+
*/
|
|
92
|
+
export const InnerBlocks: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
|
|
93
|
+
/**
|
|
94
|
+
* @deprecated since 5.3, use `wp.blockEditor.InspectorAdvancedControls` instead.
|
|
95
|
+
*/
|
|
96
|
+
export const InspectorAdvancedControls: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
|
|
97
|
+
/**
|
|
98
|
+
* @deprecated since 5.3, use `wp.blockEditor.InspectorControls` instead.
|
|
99
|
+
*/
|
|
100
|
+
export const InspectorControls: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
|
|
101
|
+
/**
|
|
102
|
+
* @deprecated since 5.3, use `wp.blockEditor.PanelColorSettings` instead.
|
|
103
|
+
*/
|
|
104
|
+
export const PanelColorSettings: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
|
|
105
|
+
/**
|
|
106
|
+
* @deprecated since 5.3, use `wp.blockEditor.PlainText` instead.
|
|
107
|
+
*/
|
|
108
|
+
export const PlainText: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
|
|
109
|
+
/**
|
|
110
|
+
* @deprecated since 5.3, use `wp.blockEditor.RichTextShortcut` instead.
|
|
111
|
+
*/
|
|
112
|
+
export const RichTextShortcut: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
|
|
113
|
+
/**
|
|
114
|
+
* @deprecated since 5.3, use `wp.blockEditor.RichTextToolbarButton` instead.
|
|
115
|
+
*/
|
|
116
|
+
export const RichTextToolbarButton: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
|
|
117
|
+
/**
|
|
118
|
+
* @deprecated since 5.3, use `wp.blockEditor.__unstableRichTextInputEvent` instead.
|
|
119
|
+
*/
|
|
120
|
+
export const __unstableRichTextInputEvent: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
|
|
121
|
+
/**
|
|
122
|
+
* @deprecated since 5.3, use `wp.blockEditor.MediaPlaceholder` instead.
|
|
123
|
+
*/
|
|
124
|
+
export const MediaPlaceholder: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
|
|
125
|
+
/**
|
|
126
|
+
* @deprecated since 5.3, use `wp.blockEditor.MediaUpload` instead.
|
|
127
|
+
*/
|
|
128
|
+
export const MediaUpload: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
|
|
129
|
+
/**
|
|
130
|
+
* @deprecated since 5.3, use `wp.blockEditor.MediaUploadCheck` instead.
|
|
131
|
+
*/
|
|
132
|
+
export const MediaUploadCheck: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
|
|
133
|
+
/**
|
|
134
|
+
* @deprecated since 5.3, use `wp.blockEditor.MultiSelectScrollIntoView` instead.
|
|
135
|
+
*/
|
|
136
|
+
export const MultiSelectScrollIntoView: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
|
|
137
|
+
/**
|
|
138
|
+
* @deprecated since 5.3, use `wp.blockEditor.NavigableToolbar` instead.
|
|
139
|
+
*/
|
|
140
|
+
export const NavigableToolbar: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
|
|
141
|
+
/**
|
|
142
|
+
* @deprecated since 5.3, use `wp.blockEditor.ObserveTyping` instead.
|
|
143
|
+
*/
|
|
144
|
+
export const ObserveTyping: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
|
|
145
|
+
/**
|
|
146
|
+
* @deprecated since 5.3, use `wp.blockEditor.SkipToSelectedBlock` instead.
|
|
147
|
+
*/
|
|
148
|
+
export const SkipToSelectedBlock: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
|
|
149
|
+
/**
|
|
150
|
+
* @deprecated since 5.3, use `wp.blockEditor.URLInput` instead.
|
|
151
|
+
*/
|
|
152
|
+
export const URLInput: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
|
|
153
|
+
/**
|
|
154
|
+
* @deprecated since 5.3, use `wp.blockEditor.URLInputButton` instead.
|
|
155
|
+
*/
|
|
156
|
+
export const URLInputButton: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
|
|
157
|
+
/**
|
|
158
|
+
* @deprecated since 5.3, use `wp.blockEditor.URLPopover` instead.
|
|
159
|
+
*/
|
|
160
|
+
export const URLPopover: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
|
|
161
|
+
/**
|
|
162
|
+
* @deprecated since 5.3, use `wp.blockEditor.Warning` instead.
|
|
163
|
+
*/
|
|
164
|
+
export const Warning: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
|
|
165
|
+
/**
|
|
166
|
+
* @deprecated since 5.3, use `wp.blockEditor.WritingFlow` instead.
|
|
167
|
+
*/
|
|
168
|
+
export const WritingFlow: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
|
|
169
|
+
export function createCustomColorsHOC(...args: any[]): any;
|
|
170
|
+
export function getColorClassName(...args: any[]): any;
|
|
171
|
+
export function getColorObjectByAttributeValues(...args: any[]): any;
|
|
172
|
+
export function getColorObjectByColorValue(...args: any[]): any;
|
|
173
|
+
export function getFontSize(...args: any[]): any;
|
|
174
|
+
export function getFontSizeClass(...args: any[]): any;
|
|
175
|
+
export function withColorContext(...args: any[]): any;
|
|
176
|
+
export function withColors(...args: any[]): any;
|
|
177
|
+
export function withFontSizes(...args: any[]): any;
|
|
178
|
+
/**
|
|
179
|
+
* @deprecated since 5.3, use `wp.blockEditor.RichText` instead.
|
|
180
|
+
*/
|
|
181
|
+
export const RichText: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
|
|
182
|
+
//# sourceMappingURL=deprecated.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deprecated.d.ts","sourceRoot":"","sources":["../../src/components/deprecated.js"],"names":[],"mappings":"AA2GA;;GAEG;AACH,yGAGE;AACF;;GAEG;AACH,6GAGE;AACF;;GAEG;AACH,kHAGE;AACF;;GAEG;AACH,0GAIE;AACF;;GAEG;AACH,sGAA0E;AAC1E;;GAEG;AACH,yHAGE;AACF;;GAEG;AACH,gHAIE;AACF;;GAEG;AACH,sGAA0E;AAC1E;;GAEG;AACH,2GAGE;AACF;;GAEG;AACH,sGAA0E;AAC1E;;GAEG;AACH,uGAA6E;AAC7E;;GAEG;AACH,oHAGE;AACF;;GAEG;AACH,kHAGE;AACF;;GAEG;AACH,8GAGE;AACF;;GAEG;AACH,uGAA6E;AAC7E;;GAEG;AACH,yGAGE;AACF;;GAEG;AACH,yGAGE;AACF;;GAEG;AACH,4GAGE;AACF;;GAEG;AACH,wGAAgF;AAChF;;GAEG;AACH,iHAGE;AACF;;GAEG;AACH,2GAGE;AACF;;GAEG;AACH,qGAAuE;AACvE;;GAEG;AACH,wGAII;AACJ;;GAEG;AACH,sHAIE;AACF;;GAEG;AACH,8GAIE;AACF;;GAEG;AACH,+GAGE;AACF;;GAEG;AACH,sGAA0E;AAC1E;;GAEG;AACH,6GAGE;AACF;;GAEG;AACH,kHAGE;AACF;;GAEG;AACH,yHAGE;AACF;;GAEG;AACH,6GAGE;AACF;;GAEG;AACH,wGAAgF;AAChF;;GAEG;AACH,6GAGE;AACF;;GAEG;AACH,sHAGE;AACF;;GAEG;AACH,6GAGE;AACF;;GAEG;AACH,0GAGE;AACF;;GAEG;AACH,gHAGE;AACF;;GAEG;AACH,qGAAuE;AACvE;;GAEG;AACH,2GAGE;AACF;;GAEG;AACH,uGAA6E;AAC7E;;GAEG;AACH,oGAAoE;AACpE;;GAEG;AACH,wGAAgF;AAzRxE,2DAQN;AARM,uDAQN;AARM,qEAQN;AARM,gEAQN;AARM,iDAQN;AARM,sDAQN;AARM,sDAQN;AARM,gDAQN;AARM,mDAQN;AAGF;;GAEG;AACH,qGAA+E"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This component renders a navigation bar at the top of the editor. It displays the title of the current document,
|
|
3
|
+
* a back button (if applicable), and a command center button. It also handles different states of the document,
|
|
4
|
+
* such as "not found" or "unsynced".
|
|
5
|
+
*
|
|
6
|
+
* @example
|
|
7
|
+
* ```jsx
|
|
8
|
+
* <DocumentBar />
|
|
9
|
+
* ```
|
|
10
|
+
* @param {Object} props The component props.
|
|
11
|
+
* @param {string} props.title A title for the document, defaulting to the document or
|
|
12
|
+
* template title currently being edited.
|
|
13
|
+
* @param {import("@wordpress/components").IconType} props.icon An icon for the document, defaulting to an icon for document
|
|
14
|
+
* or template currently being edited.
|
|
15
|
+
*
|
|
16
|
+
* @return {JSX.Element} The rendered DocumentBar component.
|
|
17
|
+
*/
|
|
18
|
+
export default function DocumentBar(props: {
|
|
19
|
+
title: string;
|
|
20
|
+
icon: import("@wordpress/components").IconType;
|
|
21
|
+
}): JSX.Element;
|
|
22
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/document-bar/index.js"],"names":[],"mappings":"AA6CA;;;;;;;;;;;;;;;;GAgBG;AACH,2CAPG;IAAwD,KAAK,EAArD,MAAM;IAE0C,IAAI,EAApD,OAAO,uBAAuB,EAAE,QAAQ;CAGhD,GAAS,GAAG,CAAC,OAAO,CAwJtB"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Component check if there are any headings (core/heading blocks) present in the document.
|
|
3
|
+
*
|
|
4
|
+
* @param {Object} props Props.
|
|
5
|
+
* @param {Element} props.children Children to be rendered.
|
|
6
|
+
*
|
|
7
|
+
* @return {Component|null} The component to be rendered or null if there are headings.
|
|
8
|
+
*/
|
|
9
|
+
export default function DocumentOutlineCheck({ children }: {
|
|
10
|
+
children: Element;
|
|
11
|
+
}): Component | null;
|
|
12
|
+
//# sourceMappingURL=check.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"check.d.ts","sourceRoot":"","sources":["../../../src/components/document-outline/check.js"],"names":[],"mappings":"AAMA;;;;;;;GAOG;AACH,2DAJG;IAAuB,QAAQ,EAAvB,OAAO;CAEf,GAAS,SAAS,GAAC,IAAI,CAczB"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Renders a document outline component.
|
|
3
|
+
*
|
|
4
|
+
* @param {Object} props Props.
|
|
5
|
+
* @param {Function} props.onSelect Function to be called when an outline item is selected.
|
|
6
|
+
* @param {boolean} props.isTitleSupported Indicates whether the title is supported.
|
|
7
|
+
* @param {boolean} props.hasOutlineItemsDisabled Indicates whether the outline items are disabled.
|
|
8
|
+
*
|
|
9
|
+
* @return {Component} The component to be rendered.
|
|
10
|
+
*/
|
|
11
|
+
export default function DocumentOutline({ onSelect, isTitleSupported, hasOutlineItemsDisabled, }: {
|
|
12
|
+
onSelect: Function;
|
|
13
|
+
isTitleSupported: boolean;
|
|
14
|
+
hasOutlineItemsDisabled: boolean;
|
|
15
|
+
}): Component;
|
|
16
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/document-outline/index.js"],"names":[],"mappings":"AAoGA;;;;;;;;;GASG;AACH,kGANG;IAAwB,QAAQ;IACR,gBAAgB,EAAhC,OAAO;IACS,uBAAuB,EAAvC,OAAO;CAEf,GAAS,SAAS,CA6GpB"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export default TableOfContentsItem;
|
|
2
|
+
declare function TableOfContentsItem({ children, isValid, level, href, onSelect, }: {
|
|
3
|
+
children: any;
|
|
4
|
+
isValid: any;
|
|
5
|
+
level: any;
|
|
6
|
+
href: any;
|
|
7
|
+
onSelect: any;
|
|
8
|
+
}): import("react").JSX.Element;
|
|
9
|
+
//# sourceMappingURL=item.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"item.d.ts","sourceRoot":"","sources":["../../../src/components/document-outline/item.js"],"names":[],"mappings":";AAKA;;;;;;gCA6BC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/document-tools/index.js"],"names":[],"mappings":";AA8BA;;;gCA6JC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export default Editor;
|
|
2
|
+
declare function Editor({ postType, postId, templateId, settings, children, initialEdits, onActionPerformed, extraContent, extraSidebarPanels, ...props }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
postType: any;
|
|
5
|
+
postId: any;
|
|
6
|
+
templateId: any;
|
|
7
|
+
settings: any;
|
|
8
|
+
children: any;
|
|
9
|
+
initialEdits: any;
|
|
10
|
+
onActionPerformed: any;
|
|
11
|
+
extraContent: any;
|
|
12
|
+
extraSidebarPanels: any;
|
|
13
|
+
}): import("react").JSX.Element;
|
|
14
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/editor/index.js"],"names":[],"mappings":";AAgBA;;;;;;;;;;;gCAqEC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"redo.d.ts","sourceRoot":"","sources":["../../../src/components/editor-history/redo.js"],"names":[],"mappings":";;kBA2Cc,OAAO,OAAO,EAAE,GAAG,CAAC,WAAW,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"undo.d.ts","sourceRoot":"","sources":["../../../src/components/editor-history/undo.js"],"names":[],"mappings":";;kBAuCc,OAAO,OAAO,EAAE,GAAG,CAAC,WAAW,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"content-slot-fill.d.ts","sourceRoot":"","sources":["../../../src/components/editor-interface/content-slot-fill.js"],"names":[],"mappings":";AAYA,yCAAsE"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export default function EditorInterface({ className, enableRegionNavigation, styles, children, forceIsDirty, contentRef, disableIframe, autoFocus, customSaveButton, customSavePanel, forceDisableBlockTools, title, icon, iframeProps, }: {
|
|
2
|
+
className: any;
|
|
3
|
+
enableRegionNavigation: any;
|
|
4
|
+
styles: any;
|
|
5
|
+
children: any;
|
|
6
|
+
forceIsDirty: any;
|
|
7
|
+
contentRef: any;
|
|
8
|
+
disableIframe: any;
|
|
9
|
+
autoFocus: any;
|
|
10
|
+
customSaveButton: any;
|
|
11
|
+
customSavePanel: any;
|
|
12
|
+
forceDisableBlockTools: any;
|
|
13
|
+
title: any;
|
|
14
|
+
icon: any;
|
|
15
|
+
iframeProps: any;
|
|
16
|
+
}): import("react").JSX.Element;
|
|
17
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/editor-interface/index.js"],"names":[],"mappings":"AA+CA;;;;;;;;;;;;;;;gCAiMC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This component renders the notices displayed in the editor. It displays pinned notices first, followed by dismissible
|
|
3
|
+
*
|
|
4
|
+
* @example
|
|
5
|
+
* ```jsx
|
|
6
|
+
* <EditorNotices />
|
|
7
|
+
* ```
|
|
8
|
+
*
|
|
9
|
+
* @return {JSX.Element} The rendered EditorNotices component.
|
|
10
|
+
*/
|
|
11
|
+
export function EditorNotices(): JSX.Element;
|
|
12
|
+
export default EditorNotices;
|
|
13
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/editor-notices/index.js"],"names":[],"mappings":"AAYA;;;;;;;;;GASG;AACH,iCAFY,GAAG,CAAC,OAAO,CAgCtB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/editor-snackbars/index.js"],"names":[],"mappings":"AAUA;;;;GAIG;AACH,2CAFY,GAAG,CAAC,OAAO,CAmBtB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"entity-record-item.d.ts","sourceRoot":"","sources":["../../../src/components/entities-saved-states/entity-record-item.js"],"names":[],"mappings":"AAeA;;;;gCAoDC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"entity-type-list.d.ts","sourceRoot":"","sources":["../../../src/components/entities-saved-states/entity-type-list.js"],"names":[],"mappings":"AAyEA;;;;gCAkDC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-is-dirty.d.ts","sourceRoot":"","sources":["../../../../src/components/entities-saved-states/hooks/use-is-dirty.js"],"names":[],"mappings":"AAgBO,8BANK,MAAM,CA6EjB"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Renders the component for managing saved states of entities.
|
|
3
|
+
*
|
|
4
|
+
* @param {Object} props The component props.
|
|
5
|
+
* @param {Function} props.close The function to close the dialog.
|
|
6
|
+
* @param {Function} props.renderDialog The function to render the dialog.
|
|
7
|
+
*
|
|
8
|
+
* @return {JSX.Element} The rendered component.
|
|
9
|
+
*/
|
|
10
|
+
export default function EntitiesSavedStates({ close, renderDialog, }: {
|
|
11
|
+
close: Function;
|
|
12
|
+
renderDialog: Function;
|
|
13
|
+
}): JSX.Element;
|
|
14
|
+
/**
|
|
15
|
+
* Renders a panel for saving entities with dirty records.
|
|
16
|
+
*
|
|
17
|
+
* @param {Object} props The component props.
|
|
18
|
+
* @param {string} props.additionalPrompt Additional prompt to display.
|
|
19
|
+
* @param {Function} props.close Function to close the panel.
|
|
20
|
+
* @param {Function} props.onSave Function to call when saving entities.
|
|
21
|
+
* @param {boolean} props.saveEnabled Flag indicating if save is enabled.
|
|
22
|
+
* @param {string} props.saveLabel Label for the save button.
|
|
23
|
+
* @param {Function} props.renderDialog Function to render a custom dialog.
|
|
24
|
+
* @param {Array} props.dirtyEntityRecords Array of dirty entity records.
|
|
25
|
+
* @param {boolean} props.isDirty Flag indicating if there are dirty entities.
|
|
26
|
+
* @param {Function} props.setUnselectedEntities Function to set unselected entities.
|
|
27
|
+
* @param {Array} props.unselectedEntities Array of unselected entities.
|
|
28
|
+
*
|
|
29
|
+
* @return {JSX.Element} The rendered component.
|
|
30
|
+
*/
|
|
31
|
+
export function EntitiesSavedStatesExtensible({ additionalPrompt, close, onSave, saveEnabled: saveEnabledProp, saveLabel, renderDialog, dirtyEntityRecords, isDirty, setUnselectedEntities, unselectedEntities, }: {
|
|
32
|
+
additionalPrompt: string;
|
|
33
|
+
close: Function;
|
|
34
|
+
onSave: Function;
|
|
35
|
+
saveEnabled: boolean;
|
|
36
|
+
saveLabel: string;
|
|
37
|
+
renderDialog: Function;
|
|
38
|
+
dirtyEntityRecords: any[];
|
|
39
|
+
isDirty: boolean;
|
|
40
|
+
setUnselectedEntities: Function;
|
|
41
|
+
unselectedEntities: any[];
|
|
42
|
+
}): JSX.Element;
|
|
43
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/entities-saved-states/index.js"],"names":[],"mappings":"AA4BA;;;;;;;;GAQG;AACH,sEALG;IAAwB,KAAK;IACL,YAAY;CAEpC,GAAS,GAAG,CAAC,OAAO,CActB;AAED;;;;;;;;;;;;;;;;GAgBG;AACH,mNAbG;IAAwB,gBAAgB,EAAhC,MAAM;IACU,KAAK;IACL,MAAM;IACN,WAAW,EAA3B,OAAO;IACS,SAAS,EAAzB,MAAM;IACU,YAAY;IACZ,kBAAkB;IAClB,OAAO,EAAvB,OAAO;IACS,qBAAqB;IACrB,kBAAkB;CAE1C,GAAS,GAAG,CAAC,OAAO,CAqItB"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export default ErrorBoundary;
|
|
2
|
+
declare class ErrorBoundary extends Component<any, any, any> {
|
|
3
|
+
static getDerivedStateFromError(error: any): {
|
|
4
|
+
error: any;
|
|
5
|
+
};
|
|
6
|
+
constructor(...args: any[]);
|
|
7
|
+
state: {
|
|
8
|
+
error: null;
|
|
9
|
+
};
|
|
10
|
+
componentDidCatch(error: any): void;
|
|
11
|
+
render(): any;
|
|
12
|
+
}
|
|
13
|
+
import { Component } from '@wordpress/element';
|
|
14
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/error-boundary/index.js"],"names":[],"mappings":";AAqCA;IAaC;;MAEC;IAdD,4BAMC;IAHA;;MAEC;IAGF,oCAEC;IAMD,cAoBC;CACD;0BAxEyB,oBAAoB"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Handles the keyboard shortcuts for the editor.
|
|
3
|
+
*
|
|
4
|
+
* It provides functionality for various keyboard shortcuts such as toggling editor mode,
|
|
5
|
+
* toggling distraction-free mode, undo/redo, saving the post, toggling list view,
|
|
6
|
+
* and toggling the sidebar.
|
|
7
|
+
*/
|
|
8
|
+
export default function EditorKeyboardShortcuts(): null;
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/global-keyboard-shortcuts/index.js"],"names":[],"mappings":"AAaA;;;;;;GAMG;AACH,wDAqGC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export default EditorKeyboardShortcutsRegister;
|
|
2
|
+
/**
|
|
3
|
+
* Component for registering editor keyboard shortcuts.
|
|
4
|
+
*
|
|
5
|
+
* @return {Element} The component to be rendered.
|
|
6
|
+
*/
|
|
7
|
+
declare function EditorKeyboardShortcutsRegister(): Element;
|
|
8
|
+
//# sourceMappingURL=register-shortcuts.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"register-shortcuts.d.ts","sourceRoot":"","sources":["../../../src/components/global-keyboard-shortcuts/register-shortcuts.js"],"names":[],"mappings":";AAUA;;;;GAIG;AACH,oDAFY,OAAO,CAwIlB"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export function mergeBaseAndUserConfigs(base: any, user: any): any;
|
|
2
|
+
export function useGlobalStylesContext(): {
|
|
3
|
+
isReady: any;
|
|
4
|
+
user: boolean | {
|
|
5
|
+
settings: any;
|
|
6
|
+
styles: any;
|
|
7
|
+
_links: any;
|
|
8
|
+
} | ((callbackOrObject: Function | Object, options?: Object) => void);
|
|
9
|
+
base: any;
|
|
10
|
+
merged: any;
|
|
11
|
+
setUserConfig: boolean | {
|
|
12
|
+
settings: any;
|
|
13
|
+
styles: any;
|
|
14
|
+
_links: any;
|
|
15
|
+
} | ((callbackOrObject: Function | Object, options?: Object) => void);
|
|
16
|
+
};
|
|
17
|
+
export function GlobalStylesProvider({ children }: {
|
|
18
|
+
children: any;
|
|
19
|
+
}): import("react").JSX.Element | null;
|
|
20
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/global-styles-provider/index.js"],"names":[],"mappings":"AAuBA,mEAOC;AAqHD;;;;;;4BAtDa,WAAS,MAAM,YAEf,MAAM;;;;;;;4BAFN,WAAS,MAAM,YAEf,MAAM;EAmFlB;AAED;;uCAWC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export function useHasBackButton(): boolean;
|
|
2
|
+
export default BackButton;
|
|
3
|
+
declare const BackButton: {
|
|
4
|
+
(props: Omit<import("@wordpress/components/build-types/slot-fill/types").FillComponentProps, "name">): import("react").JSX.Element;
|
|
5
|
+
displayName: string;
|
|
6
|
+
};
|
|
7
|
+
//# sourceMappingURL=back-button.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"back-button.d.ts","sourceRoot":"","sources":["../../../src/components/header/back-button.js"],"names":[],"mappings":"AAWO,4CAGN;;AAID;kHAcgZ,OAAO;;EAd/X"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export default Header;
|
|
2
|
+
declare function Header({ customSaveButton, forceIsDirty, forceDisableBlockTools, setEntitiesSavedStatesCallback, title, icon, }: {
|
|
3
|
+
customSaveButton: any;
|
|
4
|
+
forceIsDirty: any;
|
|
5
|
+
forceDisableBlockTools: any;
|
|
6
|
+
setEntitiesSavedStatesCallback: any;
|
|
7
|
+
title: any;
|
|
8
|
+
icon: any;
|
|
9
|
+
}): import("react").JSX.Element;
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/header/index.js"],"names":[],"mappings":";AA0CA;;;;;;;gCAuHC"}
|