@wordpress/editor 14.32.0 → 14.32.1-next.ff1cebbba.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/build/bindings/api.js +45 -33
- package/build/bindings/api.js.map +7 -1
- package/build/bindings/entity.js +78 -0
- package/build/bindings/entity.js.map +7 -0
- package/build/bindings/pattern-overrides.js +58 -65
- package/build/bindings/pattern-overrides.js.map +7 -1
- package/build/bindings/post-data.js +71 -91
- package/build/bindings/post-data.js.map +7 -1
- package/build/bindings/post-meta.js +74 -106
- package/build/bindings/post-meta.js.map +7 -1
- package/build/components/autocompleters/index.js +36 -11
- package/build/components/autocompleters/index.js.map +7 -1
- package/build/components/autocompleters/user.js +66 -54
- package/build/components/autocompleters/user.js.map +7 -1
- package/build/components/autosave-monitor/index.js +59 -73
- package/build/components/autosave-monitor/index.js.map +7 -1
- package/build/components/block-removal-warnings/index.js +81 -57
- package/build/components/block-removal-warnings/index.js.map +7 -1
- package/build/components/block-settings-menu/content-only-settings-menu.js +161 -121
- package/build/components/block-settings-menu/content-only-settings-menu.js.map +7 -1
- package/build/components/block-settings-menu/plugin-block-settings-menu-item.js +42 -99
- package/build/components/block-settings-menu/plugin-block-settings-menu-item.js.map +7 -1
- package/build/components/block-visibility/index.js +123 -0
- package/build/components/block-visibility/index.js.map +7 -0
- package/build/components/blog-title/index.js +127 -108
- package/build/components/blog-title/index.js.map +7 -1
- package/build/components/character-count/index.js +30 -23
- package/build/components/character-count/index.js.map +7 -1
- package/build/components/collab-sidebar/add-comment.js +89 -70
- package/build/components/collab-sidebar/add-comment.js.map +7 -1
- package/build/components/collab-sidebar/comment-author-info.js +72 -84
- package/build/components/collab-sidebar/comment-author-info.js.map +7 -1
- package/build/components/collab-sidebar/comment-form.js +92 -81
- package/build/components/collab-sidebar/comment-form.js.map +7 -1
- package/build/components/collab-sidebar/comment-indicator-toolbar.js +96 -83
- package/build/components/collab-sidebar/comment-indicator-toolbar.js.map +7 -1
- package/build/components/collab-sidebar/comment-menu-item.js +46 -0
- package/build/components/collab-sidebar/comment-menu-item.js.map +7 -0
- package/build/components/collab-sidebar/comments.js +544 -317
- package/build/components/collab-sidebar/comments.js.map +7 -1
- package/build/components/collab-sidebar/constants.js +30 -7
- package/build/components/collab-sidebar/constants.js.map +7 -1
- package/build/components/collab-sidebar/hooks.js +312 -58
- package/build/components/collab-sidebar/hooks.js.map +7 -1
- package/build/components/collab-sidebar/index.js +183 -252
- package/build/components/collab-sidebar/index.js.map +7 -1
- package/build/components/collab-sidebar/utils.js +94 -79
- package/build/components/collab-sidebar/utils.js.map +7 -1
- package/build/components/collapsible-block-toolbar/index.js +70 -60
- package/build/components/collapsible-block-toolbar/index.js.map +7 -1
- package/build/components/commands/index.js +218 -268
- package/build/components/commands/index.js.map +7 -1
- package/build/components/deprecated.js +328 -248
- package/build/components/deprecated.js.map +7 -1
- package/build/components/document-bar/index.js +145 -153
- package/build/components/document-bar/index.js.map +7 -1
- package/build/components/document-outline/check.js +28 -27
- package/build/components/document-outline/check.js.map +7 -1
- package/build/components/document-outline/index.js +169 -207
- package/build/components/document-outline/index.js.map +7 -1
- package/build/components/document-outline/item.js +68 -35
- package/build/components/document-outline/item.js.map +7 -1
- package/build/components/document-tools/index.js +145 -133
- package/build/components/document-tools/index.js.map +7 -1
- package/build/components/editor/index.js +99 -63
- package/build/components/editor/index.js.map +7 -1
- package/build/components/editor-history/redo.js +51 -54
- package/build/components/editor-history/redo.js.map +7 -1
- package/build/components/editor-history/undo.js +50 -53
- package/build/components/editor-history/undo.js.map +7 -1
- package/build/components/editor-interface/content-slot-fill.js +27 -12
- package/build/components/editor-interface/content-slot-fill.js.map +7 -1
- package/build/components/editor-interface/index.js +142 -127
- package/build/components/editor-interface/index.js.map +7 -1
- package/build/components/editor-notices/index.js +74 -58
- package/build/components/editor-notices/index.js.map +7 -1
- package/build/components/editor-snackbars/index.js +40 -32
- package/build/components/editor-snackbars/index.js.map +7 -1
- package/build/components/entities-saved-states/entity-record-item.js +70 -70
- package/build/components/entities-saved-states/entity-record-item.js.map +7 -1
- package/build/components/entities-saved-states/entity-type-list.js +108 -78
- package/build/components/entities-saved-states/entity-type-list.js.map +7 -1
- package/build/components/entities-saved-states/hooks/use-is-dirty.js +62 -61
- package/build/components/entities-saved-states/hooks/use-is-dirty.js.map +7 -1
- package/build/components/entities-saved-states/index.js +177 -161
- package/build/components/entities-saved-states/index.js.map +7 -1
- package/build/components/error-boundary/index.js +59 -85
- package/build/components/error-boundary/index.js.map +7 -1
- package/build/components/global-keyboard-shortcuts/index.js +58 -71
- package/build/components/global-keyboard-shortcuts/index.js.map +7 -1
- package/build/components/global-keyboard-shortcuts/register-shortcuts.js +106 -93
- package/build/components/global-keyboard-shortcuts/register-shortcuts.js.map +7 -1
- package/build/components/global-styles-provider/index.js +173 -146
- package/build/components/global-styles-provider/index.js.map +7 -1
- package/build/components/header/back-button.js +40 -26
- package/build/components/header/back-button.js.map +7 -1
- package/build/components/header/index.js +175 -162
- package/build/components/header/index.js.map +7 -1
- package/build/components/index.js +311 -780
- package/build/components/index.js.map +7 -1
- package/build/components/inserter-sidebar/index.js +62 -71
- package/build/components/inserter-sidebar/index.js.map +7 -1
- package/build/components/keyboard-shortcut-help-modal/config.js +74 -70
- package/build/components/keyboard-shortcut-help-modal/config.js.map +7 -1
- package/build/components/keyboard-shortcut-help-modal/dynamic-shortcut.js +61 -43
- package/build/components/keyboard-shortcut-help-modal/dynamic-shortcut.js.map +7 -1
- package/build/components/keyboard-shortcut-help-modal/index.js +165 -111
- package/build/components/keyboard-shortcut-help-modal/index.js.map +7 -1
- package/build/components/keyboard-shortcut-help-modal/shortcut.js +76 -55
- package/build/components/keyboard-shortcut-help-modal/shortcut.js.map +7 -1
- package/build/components/list-view-sidebar/index.js +117 -121
- package/build/components/list-view-sidebar/index.js.map +7 -1
- package/build/components/list-view-sidebar/list-view-outline.js +56 -41
- package/build/components/list-view-sidebar/list-view-outline.js.map +7 -1
- package/build/components/local-autosave-monitor/index.js +118 -148
- package/build/components/local-autosave-monitor/index.js.map +7 -1
- package/build/components/media-categories/index.js +160 -144
- package/build/components/media-categories/index.js.map +7 -1
- package/build/components/mode-switcher/index.js +68 -63
- package/build/components/mode-switcher/index.js.map +7 -1
- package/build/components/more-menu/copy-content-menu-item.js +46 -43
- package/build/components/more-menu/copy-content-menu-item.js.map +7 -1
- package/build/components/more-menu/index.js +174 -119
- package/build/components/more-menu/index.js.map +7 -1
- package/build/components/more-menu/tools-more-menu-group.js +27 -21
- package/build/components/more-menu/tools-more-menu-group.js.map +7 -1
- package/build/components/more-menu/view-more-menu-group.js +30 -22
- package/build/components/more-menu/view-more-menu-group.js.map +7 -1
- package/build/components/page-attributes/check.js +37 -40
- package/build/components/page-attributes/check.js.map +7 -1
- package/build/components/page-attributes/order.js +66 -64
- package/build/components/page-attributes/order.js.map +7 -1
- package/build/components/page-attributes/panel.js +45 -43
- package/build/components/page-attributes/panel.js.map +7 -1
- package/build/components/page-attributes/parent.js +224 -207
- package/build/components/page-attributes/parent.js.map +7 -1
- package/build/components/pattern-duplicate-modal/index.js +58 -48
- package/build/components/pattern-duplicate-modal/index.js.map +7 -1
- package/build/components/pattern-overrides-panel/index.js +33 -23
- package/build/components/pattern-overrides-panel/index.js.map +7 -1
- package/build/components/pattern-rename-modal/index.js +51 -47
- package/build/components/pattern-rename-modal/index.js.map +7 -1
- package/build/components/plugin-document-setting-panel/index.js +74 -114
- package/build/components/plugin-document-setting-panel/index.js.map +7 -1
- package/build/components/plugin-more-menu-item/index.js +37 -78
- package/build/components/plugin-more-menu-item/index.js.map +7 -1
- package/build/components/plugin-post-publish-panel/index.js +37 -59
- package/build/components/plugin-post-publish-panel/index.js.map +7 -1
- package/build/components/plugin-post-status-info/index.js +27 -73
- package/build/components/plugin-post-status-info/index.js.map +7 -1
- package/build/components/plugin-pre-publish-panel/index.js +37 -62
- package/build/components/plugin-pre-publish-panel/index.js.map +7 -1
- package/build/components/plugin-preview-menu-item/index.js +37 -57
- package/build/components/plugin-preview-menu-item/index.js.map +7 -1
- package/build/components/plugin-sidebar/index.js +34 -86
- package/build/components/plugin-sidebar/index.js.map +7 -1
- package/build/components/plugin-sidebar-more-menu-item/index.js +33 -67
- package/build/components/plugin-sidebar-more-menu-item/index.js.map +7 -1
- package/build/components/post-actions/actions.js +111 -103
- package/build/components/post-actions/actions.js.map +7 -1
- package/build/components/post-actions/index.js +126 -131
- package/build/components/post-actions/index.js.map +7 -1
- package/build/components/post-actions/set-as-homepage.js +123 -123
- package/build/components/post-actions/set-as-homepage.js.map +7 -1
- package/build/components/post-actions/set-as-posts-page.js +118 -120
- package/build/components/post-actions/set-as-posts-page.js.map +7 -1
- package/build/components/post-author/check.js +41 -38
- package/build/components/post-author/check.js.map +7 -1
- package/build/components/post-author/combobox.js +50 -52
- package/build/components/post-author/combobox.js.map +7 -1
- package/build/components/post-author/constants.js +34 -10
- package/build/components/post-author/constants.js.map +7 -1
- package/build/components/post-author/hook.js +71 -71
- package/build/components/post-author/hook.js.map +7 -1
- package/build/components/post-author/index.js +43 -31
- package/build/components/post-author/index.js.map +7 -1
- package/build/components/post-author/panel.js +106 -95
- package/build/components/post-author/panel.js.map +7 -1
- package/build/components/post-author/select.js +45 -40
- package/build/components/post-author/select.js.map +7 -1
- package/build/components/post-card-panel/index.js +128 -113
- package/build/components/post-card-panel/index.js.map +7 -1
- package/build/components/post-comments/index.js +60 -55
- package/build/components/post-comments/index.js.map +7 -1
- package/build/components/post-content-information/index.js +64 -65
- package/build/components/post-content-information/index.js.map +7 -1
- package/build/components/post-discussion/panel.js +114 -128
- package/build/components/post-discussion/panel.js.map +7 -1
- package/build/components/post-excerpt/check.js +37 -27
- package/build/components/post-excerpt/check.js.map +7 -1
- package/build/components/post-excerpt/index.js +75 -71
- package/build/components/post-excerpt/index.js.map +7 -1
- package/build/components/post-excerpt/panel.js +152 -141
- package/build/components/post-excerpt/panel.js.map +7 -1
- package/build/components/post-excerpt/plugin.js +28 -70
- package/build/components/post-excerpt/plugin.js.map +7 -1
- package/build/components/post-featured-image/check.js +38 -32
- package/build/components/post-featured-image/check.js.map +7 -1
- package/build/components/post-featured-image/index.js +224 -211
- package/build/components/post-featured-image/index.js.map +7 -1
- package/build/components/post-featured-image/panel.js +55 -59
- package/build/components/post-featured-image/panel.js.map +7 -1
- package/build/components/post-fields/index.js +55 -56
- package/build/components/post-fields/index.js.map +7 -1
- package/build/components/post-format/check.js +42 -33
- package/build/components/post-format/check.js.map +7 -1
- package/build/components/post-format/index.js +100 -113
- package/build/components/post-format/index.js.map +7 -1
- package/build/components/post-format/panel.js +91 -82
- package/build/components/post-format/panel.js.map +7 -1
- package/build/components/post-last-edited-panel/index.js +38 -29
- package/build/components/post-last-edited-panel/index.js.map +7 -1
- package/build/components/post-last-revision/check.js +41 -41
- package/build/components/post-last-revision/check.js.map +7 -1
- package/build/components/post-last-revision/index.js +75 -66
- package/build/components/post-last-revision/index.js.map +7 -1
- package/build/components/post-last-revision/panel.js +39 -30
- package/build/components/post-last-revision/panel.js.map +7 -1
- package/build/components/post-locked-modal/index.js +148 -145
- package/build/components/post-locked-modal/index.js.map +7 -1
- package/build/components/post-panel-row/index.js +49 -35
- package/build/components/post-panel-row/index.js.map +7 -1
- package/build/components/post-panel-section/index.js +38 -26
- package/build/components/post-panel-section/index.js.map +7 -1
- package/build/components/post-pending-status/check.js +34 -40
- package/build/components/post-pending-status/check.js.map +7 -1
- package/build/components/post-pending-status/index.js +58 -41
- package/build/components/post-pending-status/index.js.map +7 -1
- package/build/components/post-pingbacks/index.js +52 -44
- package/build/components/post-pingbacks/index.js.map +7 -1
- package/build/components/post-preview-button/index.js +90 -120
- package/build/components/post-preview-button/index.js.map +7 -1
- package/build/components/post-publish-button/index.js +125 -137
- package/build/components/post-publish-button/index.js.map +7 -1
- package/build/components/post-publish-button/label.js +39 -40
- package/build/components/post-publish-button/label.js.map +7 -1
- package/build/components/post-publish-button/post-publish-button-or-toggle.js +62 -68
- package/build/components/post-publish-button/post-publish-button-or-toggle.js.map +7 -1
- package/build/components/post-publish-panel/index.js +136 -135
- package/build/components/post-publish-panel/index.js.map +7 -1
- package/build/components/post-publish-panel/maybe-category-panel.js +71 -67
- package/build/components/post-publish-panel/maybe-category-panel.js.map +7 -1
- package/build/components/post-publish-panel/maybe-post-format-panel.js +72 -63
- package/build/components/post-publish-panel/maybe-post-format-panel.js.map +7 -1
- package/build/components/post-publish-panel/maybe-tags-panel.js +86 -80
- package/build/components/post-publish-panel/maybe-tags-panel.js.map +7 -1
- package/build/components/post-publish-panel/maybe-upload-media.js +172 -214
- package/build/components/post-publish-panel/maybe-upload-media.js.map +7 -1
- package/build/components/post-publish-panel/media-util.js +63 -72
- package/build/components/post-publish-panel/media-util.js.map +7 -1
- package/build/components/post-publish-panel/postpublish.js +135 -130
- package/build/components/post-publish-panel/postpublish.js.map +7 -1
- package/build/components/post-publish-panel/prepublish.js +137 -103
- package/build/components/post-publish-panel/prepublish.js.map +7 -1
- package/build/components/post-saved-state/index.js +115 -131
- package/build/components/post-saved-state/index.js.map +7 -1
- package/build/components/post-schedule/check.js +27 -29
- package/build/components/post-schedule/check.js.map +7 -1
- package/build/components/post-schedule/index.js +96 -93
- package/build/components/post-schedule/index.js.map +7 -1
- package/build/components/post-schedule/label.js +79 -86
- package/build/components/post-schedule/label.js.map +7 -1
- package/build/components/post-schedule/panel.js +88 -73
- package/build/components/post-schedule/panel.js.map +7 -1
- package/build/components/post-status/index.js +238 -202
- package/build/components/post-status/index.js.map +7 -1
- package/build/components/post-sticky/check.js +30 -35
- package/build/components/post-sticky/check.js.map +7 -1
- package/build/components/post-sticky/index.js +50 -40
- package/build/components/post-sticky/index.js.map +7 -1
- package/build/components/post-sticky/panel.js +43 -21
- package/build/components/post-sticky/panel.js.map +7 -1
- package/build/components/post-switch-to-draft-button/index.js +80 -75
- package/build/components/post-switch-to-draft-button/index.js.map +7 -1
- package/build/components/post-sync-status/index.js +45 -44
- package/build/components/post-sync-status/index.js.map +7 -1
- package/build/components/post-taxonomies/check.js +36 -33
- package/build/components/post-taxonomies/check.js.map +7 -1
- package/build/components/post-taxonomies/flat-term-selector.js +189 -189
- package/build/components/post-taxonomies/flat-term-selector.js.map +7 -1
- package/build/components/post-taxonomies/hierarchical-term-selector.js +244 -280
- package/build/components/post-taxonomies/hierarchical-term-selector.js.map +7 -1
- package/build/components/post-taxonomies/index.js +68 -58
- package/build/components/post-taxonomies/index.js.map +7 -1
- package/build/components/post-taxonomies/most-used-terms.js +73 -56
- package/build/components/post-taxonomies/most-used-terms.js.map +7 -1
- package/build/components/post-taxonomies/panel.js +66 -69
- package/build/components/post-taxonomies/panel.js.map +7 -1
- package/build/components/post-template/block-theme.js +165 -123
- package/build/components/post-template/block-theme.js.map +7 -1
- package/build/components/post-template/classic-theme.js +193 -187
- package/build/components/post-template/classic-theme.js.map +7 -1
- package/build/components/post-template/create-new-template-modal.js +139 -110
- package/build/components/post-template/create-new-template-modal.js.map +7 -1
- package/build/components/post-template/create-new-template.js +65 -46
- package/build/components/post-template/create-new-template.js.map +7 -1
- package/build/components/post-template/hooks.js +116 -84
- package/build/components/post-template/hooks.js.map +7 -1
- package/build/components/post-template/panel.js +56 -52
- package/build/components/post-template/panel.js.map +7 -1
- package/build/components/post-template/reset-default-template.js +49 -43
- package/build/components/post-template/reset-default-template.js.map +7 -1
- package/build/components/post-template/swap-template-button.js +109 -91
- package/build/components/post-template/swap-template-button.js.map +7 -1
- package/build/components/post-text-editor/index.js +80 -81
- package/build/components/post-text-editor/index.js.map +7 -1
- package/build/components/post-title/constants.js +30 -7
- package/build/components/post-title/constants.js.map +7 -1
- package/build/components/post-title/index.js +99 -126
- package/build/components/post-title/index.js.map +7 -1
- package/build/components/post-title/post-title-raw.js +74 -78
- package/build/components/post-title/post-title-raw.js.map +7 -1
- package/build/components/post-title/use-post-title-focus.js +35 -52
- package/build/components/post-title/use-post-title-focus.js.map +7 -1
- package/build/components/post-title/use-post-title.js +30 -37
- package/build/components/post-title/use-post-title.js.map +7 -1
- package/build/components/post-transform-panel/hooks.js +70 -67
- package/build/components/post-transform-panel/hooks.js.map +7 -1
- package/build/components/post-transform-panel/index.js +69 -75
- package/build/components/post-transform-panel/index.js.map +7 -1
- package/build/components/post-trash/check.js +33 -42
- package/build/components/post-trash/check.js.map +7 -1
- package/build/components/post-trash/index.js +78 -67
- package/build/components/post-trash/index.js.map +7 -1
- package/build/components/post-type-support-check/index.js +34 -47
- package/build/components/post-type-support-check/index.js.map +7 -1
- package/build/components/post-url/check.js +31 -32
- package/build/components/post-url/check.js.map +7 -1
- package/build/components/post-url/index.js +155 -156
- package/build/components/post-url/index.js.map +7 -1
- package/build/components/post-url/label.js +35 -30
- package/build/components/post-url/label.js.map +7 -1
- package/build/components/post-url/panel.js +111 -112
- package/build/components/post-url/panel.js.map +7 -1
- package/build/components/post-view-link/index.js +48 -47
- package/build/components/post-view-link/index.js.map +7 -1
- package/build/components/post-visibility/check.js +28 -33
- package/build/components/post-visibility/check.js.map +7 -1
- package/build/components/post-visibility/index.js +83 -84
- package/build/components/post-visibility/index.js.map +7 -1
- package/build/components/post-visibility/label.js +35 -30
- package/build/components/post-visibility/label.js.map +7 -1
- package/build/components/post-visibility/utils.js +44 -23
- package/build/components/post-visibility/utils.js.map +7 -1
- package/build/components/posts-per-page/index.js +110 -98
- package/build/components/posts-per-page/index.js.map +7 -1
- package/build/components/preferences-modal/enable-panel.js +47 -42
- package/build/components/preferences-modal/enable-panel.js.map +7 -1
- package/build/components/preferences-modal/enable-plugin-document-setting-panel.js +40 -31
- package/build/components/preferences-modal/enable-plugin-document-setting-panel.js.map +7 -1
- package/build/components/preferences-modal/enable-publish-sidebar.js +39 -32
- package/build/components/preferences-modal/enable-publish-sidebar.js.map +7 -1
- package/build/components/preferences-modal/index.js +391 -231
- package/build/components/preferences-modal/index.js.map +7 -1
- package/build/components/preview-dropdown/index.js +165 -151
- package/build/components/preview-dropdown/index.js.map +7 -1
- package/build/components/provider/disable-non-page-content-blocks.js +67 -82
- package/build/components/provider/disable-non-page-content-blocks.js.map +7 -1
- package/build/components/provider/index.js +283 -325
- package/build/components/provider/index.js.map +7 -1
- package/build/components/provider/navigation-block-editing-mode.js +32 -29
- package/build/components/provider/navigation-block-editing-mode.js.map +7 -1
- package/build/components/provider/use-auto-switch-editor-sidebars.js +48 -39
- package/build/components/provider/use-auto-switch-editor-sidebars.js.map +7 -1
- package/build/components/provider/use-block-editor-settings.js +249 -178
- package/build/components/provider/use-block-editor-settings.js.map +7 -1
- package/build/components/provider/use-hide-blocks-from-inserter.js +87 -46
- package/build/components/provider/use-hide-blocks-from-inserter.js.map +7 -1
- package/build/components/provider/use-post-content-blocks.js +48 -29
- package/build/components/provider/use-post-content-blocks.js.map +7 -1
- package/build/components/provider/with-registry-provider.js +52 -46
- package/build/components/provider/with-registry-provider.js.map +7 -1
- package/build/components/resizable-editor/index.js +99 -86
- package/build/components/resizable-editor/index.js.map +7 -1
- package/build/components/resizable-editor/resize-handle.js +42 -36
- package/build/components/resizable-editor/resize-handle.js.map +7 -1
- package/build/components/save-publish-panels/index.js +88 -69
- package/build/components/save-publish-panels/index.js.map +7 -1
- package/build/components/sidebar/constants.js +29 -8
- package/build/components/sidebar/constants.js.map +7 -1
- package/build/components/sidebar/header.js +56 -50
- package/build/components/sidebar/header.js.map +7 -1
- package/build/components/sidebar/index.js +156 -136
- package/build/components/sidebar/index.js.map +7 -1
- package/build/components/sidebar/post-summary.js +114 -91
- package/build/components/sidebar/post-summary.js.map +7 -1
- package/build/components/site-discussion/index.js +132 -113
- package/build/components/site-discussion/index.js.map +7 -1
- package/build/components/start-page-options/index.js +136 -146
- package/build/components/start-page-options/index.js.map +7 -1
- package/build/components/start-template-options/index.js +168 -157
- package/build/components/start-template-options/index.js.map +7 -1
- package/build/components/table-of-contents/index.js +78 -69
- package/build/components/table-of-contents/index.js.map +7 -1
- package/build/components/table-of-contents/panel.js +101 -94
- package/build/components/table-of-contents/panel.js.map +7 -1
- package/build/components/template-content-panel/index.js +74 -58
- package/build/components/template-content-panel/index.js.map +7 -1
- package/build/components/template-part-content-panel/index.js +51 -54
- package/build/components/template-part-content-panel/index.js.map +7 -1
- package/build/components/template-part-menu-items/convert-to-regular.js +44 -32
- package/build/components/template-part-menu-items/convert-to-regular.js.map +7 -1
- package/build/components/template-part-menu-items/convert-to-template-part.js +76 -68
- package/build/components/template-part-menu-items/convert-to-template-part.js.map +7 -1
- package/build/components/template-part-menu-items/index.js +62 -52
- package/build/components/template-part-menu-items/index.js.map +7 -1
- package/build/components/template-validation-notice/index.js +71 -47
- package/build/components/template-validation-notice/index.js.map +7 -1
- package/build/components/text-editor/index.js +68 -62
- package/build/components/text-editor/index.js.map +7 -1
- package/build/components/theme-support-check/index.js +32 -43
- package/build/components/theme-support-check/index.js.map +7 -1
- package/build/components/time-to-read/index.js +54 -51
- package/build/components/time-to-read/index.js.map +7 -1
- package/build/components/unsaved-changes-warning/index.js +34 -38
- package/build/components/unsaved-changes-warning/index.js.map +7 -1
- package/build/components/visual-editor/edit-template-blocks-notification.js +64 -68
- package/build/components/visual-editor/edit-template-blocks-notification.js.map +7 -1
- package/build/components/visual-editor/index.js +286 -247
- package/build/components/visual-editor/index.js.map +7 -1
- package/build/components/visual-editor/use-select-nearest-editable-block.js +75 -68
- package/build/components/visual-editor/use-select-nearest-editable-block.js.map +7 -1
- package/build/components/visual-editor/use-zoom-out-mode-exit.js +52 -46
- package/build/components/visual-editor/use-zoom-out-mode-exit.js.map +7 -1
- package/build/components/word-count/index.js +34 -35
- package/build/components/word-count/index.js.map +7 -1
- package/build/components/zoom-out-toggle/index.js +88 -72
- package/build/components/zoom-out-toggle/index.js.map +7 -1
- package/build/dataviews/api.js +47 -80
- package/build/dataviews/api.js.map +7 -1
- package/build/dataviews/fields/content-preview/content-preview-view.js +81 -89
- package/build/dataviews/fields/content-preview/content-preview-view.js.map +7 -1
- package/build/dataviews/fields/content-preview/index.js +39 -21
- package/build/dataviews/fields/content-preview/index.js.map +7 -1
- package/build/dataviews/store/private-actions.js +122 -56
- package/build/dataviews/store/private-actions.js.map +7 -1
- package/build/dataviews/store/private-selectors.js +32 -15
- package/build/dataviews/store/private-selectors.js.map +7 -1
- package/build/dataviews/store/reducer.js +50 -31
- package/build/dataviews/store/reducer.js.map +7 -1
- package/build/hooks/custom-sources-backwards-compatibility.js +70 -83
- package/build/hooks/custom-sources-backwards-compatibility.js.map +7 -1
- package/build/hooks/default-autocompleters.js +9 -17
- package/build/hooks/default-autocompleters.js.map +7 -1
- package/build/hooks/index.js +7 -7
- package/build/hooks/index.js.map +7 -1
- package/build/hooks/media-upload.js +8 -9
- package/build/hooks/media-upload.js.map +7 -1
- package/build/hooks/navigation-link-view-button.js +44 -66
- package/build/hooks/navigation-link-view-button.js.map +7 -1
- package/build/hooks/pattern-overrides.js +51 -70
- package/build/hooks/pattern-overrides.js.map +7 -1
- package/build/hooks/template-part-navigation-edit-button.js +91 -0
- package/build/hooks/template-part-navigation-edit-button.js.map +7 -0
- package/build/index.js +41 -77
- package/build/index.js.map +7 -1
- package/build/lock-unlock.js +31 -14
- package/build/lock-unlock.js.map +7 -1
- package/build/private-apis.js +76 -59
- package/build/private-apis.js.map +7 -1
- package/build/store/actions.js +516 -931
- package/build/store/actions.js.map +7 -1
- package/build/store/constants.js +70 -31
- package/build/store/constants.js.map +7 -1
- package/build/store/defaults.js +31 -33
- package/build/store/defaults.js.map +7 -1
- package/build/store/index.js +52 -41
- package/build/store/index.js.map +7 -1
- package/build/store/local-autosave.js +39 -27
- package/build/store/local-autosave.js.map +7 -1
- package/build/store/private-actions.js +290 -299
- package/build/store/private-actions.js.map +7 -1
- package/build/store/private-selectors.js +189 -188
- package/build/store/private-selectors.js.map +7 -1
- package/build/store/reducer.js +128 -280
- package/build/store/reducer.js.map +7 -1
- package/build/store/selectors.js +819 -1470
- package/build/store/selectors.js.map +7 -1
- package/build/store/utils/is-template-revertable.js +24 -19
- package/build/store/utils/is-template-revertable.js.map +7 -1
- package/build/store/utils/notice-builder.js +73 -94
- package/build/store/utils/notice-builder.js.map +7 -1
- package/build/utils/get-item-title.js +34 -25
- package/build/utils/get-item-title.js.map +7 -1
- package/build/utils/get-template-info.js +37 -46
- package/build/utils/get-template-info.js.map +7 -1
- package/build/utils/get-template-part-icon.js +34 -24
- package/build/utils/get-template-part-icon.js.map +7 -1
- package/build/utils/index.js +41 -24
- package/build/utils/index.js.map +7 -1
- package/build/utils/media-sideload/index.js +26 -19
- package/build/utils/media-sideload/index.js.map +7 -1
- package/build/utils/media-upload/index.js +46 -63
- package/build/utils/media-upload/index.js.map +7 -1
- package/build/utils/pageTypeBadge.js +33 -31
- package/build/utils/pageTypeBadge.js.map +7 -1
- package/build/utils/search-templates.js +45 -47
- package/build/utils/search-templates.js.map +7 -1
- package/build/utils/terms.js +57 -63
- package/build/utils/terms.js.map +7 -1
- package/build/utils/url.js +43 -33
- package/build/utils/url.js.map +7 -1
- package/build-module/bindings/api.js +11 -26
- package/build-module/bindings/api.js.map +7 -1
- package/build-module/bindings/entity.js +58 -0
- package/build-module/bindings/entity.js.map +7 -0
- package/build-module/bindings/pattern-overrides.js +39 -59
- package/build-module/bindings/pattern-overrides.js.map +7 -1
- package/build-module/bindings/post-data.js +53 -87
- package/build-module/bindings/post-data.js.map +7 -1
- package/build-module/bindings/post-meta.js +55 -101
- package/build-module/bindings/post-meta.js.map +7 -1
- package/build-module/components/autocompleters/index.js +5 -2
- package/build-module/components/autocompleters/index.js.map +7 -1
- package/build-module/components/autocompleters/user.js +45 -49
- package/build-module/components/autocompleters/user.js.map +7 -1
- package/build-module/components/autosave-monitor/index.js +37 -67
- package/build-module/components/autosave-monitor/index.js.map +7 -1
- package/build-module/components/block-removal-warnings/index.js +64 -54
- package/build-module/components/block-removal-warnings/index.js.map +7 -1
- package/build-module/components/block-settings-menu/content-only-settings-menu.js +136 -113
- package/build-module/components/block-settings-menu/content-only-settings-menu.js.map +7 -1
- package/build-module/components/block-settings-menu/plugin-block-settings-menu-item.js +23 -93
- package/build-module/components/block-settings-menu/plugin-block-settings-menu-item.js.map +7 -1
- package/build-module/components/block-visibility/index.js +103 -0
- package/build-module/components/block-visibility/index.js.map +7 -0
- package/build-module/components/blog-title/index.js +102 -101
- package/build-module/components/blog-title/index.js.map +7 -1
- package/build-module/components/character-count/index.js +13 -20
- package/build-module/components/character-count/index.js.map +7 -1
- package/build-module/components/collab-sidebar/add-comment.js +64 -66
- package/build-module/components/collab-sidebar/add-comment.js.map +7 -1
- package/build-module/components/collab-sidebar/comment-author-info.js +55 -77
- package/build-module/components/collab-sidebar/comment-author-info.js.map +7 -1
- package/build-module/components/collab-sidebar/comment-form.js +68 -75
- package/build-module/components/collab-sidebar/comment-form.js.map +7 -1
- package/build-module/components/collab-sidebar/comment-indicator-toolbar.js +67 -76
- package/build-module/components/collab-sidebar/comment-indicator-toolbar.js.map +7 -1
- package/build-module/components/collab-sidebar/comment-menu-item.js +26 -0
- package/build-module/components/collab-sidebar/comment-menu-item.js.map +7 -0
- package/build-module/components/collab-sidebar/comments.js +521 -309
- package/build-module/components/collab-sidebar/comments.js.map +7 -1
- package/build-module/components/collab-sidebar/constants.js +7 -3
- package/build-module/components/collab-sidebar/constants.js.map +7 -1
- package/build-module/components/collab-sidebar/hooks.js +301 -54
- package/build-module/components/collab-sidebar/hooks.js.map +7 -1
- package/build-module/components/collab-sidebar/index.js +158 -245
- package/build-module/components/collab-sidebar/index.js.map +7 -1
- package/build-module/components/collab-sidebar/utils.js +71 -76
- package/build-module/components/collab-sidebar/utils.js.map +7 -1
- package/build-module/components/collapsible-block-toolbar/index.js +44 -52
- package/build-module/components/collapsible-block-toolbar/index.js.map +7 -1
- package/build-module/components/commands/index.js +188 -241
- package/build-module/components/commands/index.js.map +7 -1
- package/build-module/components/deprecated.js +297 -237
- package/build-module/components/deprecated.js.map +7 -1
- package/build-module/components/document-bar/index.js +114 -141
- package/build-module/components/document-bar/index.js.map +7 -1
- package/build-module/components/document-outline/check.js +10 -23
- package/build-module/components/document-outline/check.js.map +7 -1
- package/build-module/components/document-outline/index.js +141 -203
- package/build-module/components/document-outline/index.js.map +7 -1
- package/build-module/components/document-outline/item.js +40 -29
- package/build-module/components/document-outline/item.js.map +7 -1
- package/build-module/components/document-tools/index.js +115 -125
- package/build-module/components/document-tools/index.js.map +7 -1
- package/build-module/components/editor/index.js +71 -57
- package/build-module/components/editor/index.js.map +7 -1
- package/build-module/components/editor-history/redo.js +33 -49
- package/build-module/components/editor-history/redo.js.map +7 -1
- package/build-module/components/editor-history/undo.js +32 -48
- package/build-module/components/editor-history/undo.js.map +7 -1
- package/build-module/components/editor-interface/content-slot-fill.js +9 -7
- package/build-module/components/editor-interface/content-slot-fill.js.map +7 -1
- package/build-module/components/editor-interface/index.js +111 -118
- package/build-module/components/editor-interface/index.js.map +7 -1
- package/build-module/components/editor-notices/index.js +43 -53
- package/build-module/components/editor-notices/index.js.map +7 -1
- package/build-module/components/editor-snackbars/index.js +23 -29
- package/build-module/components/editor-snackbars/index.js.map +7 -1
- package/build-module/components/entities-saved-states/entity-record-item.js +52 -65
- package/build-module/components/entities-saved-states/entity-record-item.js.map +7 -1
- package/build-module/components/entities-saved-states/entity-type-list.js +81 -73
- package/build-module/components/entities-saved-states/entity-type-list.js.map +7 -1
- package/build-module/components/entities-saved-states/hooks/use-is-dirty.js +39 -55
- package/build-module/components/entities-saved-states/hooks/use-is-dirty.js.map +7 -1
- package/build-module/components/entities-saved-states/index.js +150 -152
- package/build-module/components/entities-saved-states/index.js.map +7 -1
- package/build-module/components/error-boundary/index.js +42 -77
- package/build-module/components/error-boundary/index.js.map +7 -1
- package/build-module/components/global-keyboard-shortcuts/index.js +39 -66
- package/build-module/components/global-keyboard-shortcuts/index.js.map +7 -1
- package/build-module/components/global-keyboard-shortcuts/register-shortcuts.js +86 -88
- package/build-module/components/global-keyboard-shortcuts/register-shortcuts.js.map +7 -1
- package/build-module/components/global-styles-provider/index.js +135 -134
- package/build-module/components/global-styles-provider/index.js.map +7 -1
- package/build-module/components/header/back-button.js +20 -20
- package/build-module/components/header/back-button.js.map +7 -1
- package/build-module/components/header/index.js +148 -151
- package/build-module/components/header/index.js.map +7 -1
- package/build-module/components/index.js +192 -118
- package/build-module/components/index.js.map +7 -1
- package/build-module/components/inserter-sidebar/index.js +45 -64
- package/build-module/components/inserter-sidebar/index.js.map +7 -1
- package/build-module/components/keyboard-shortcut-help-modal/config.js +62 -75
- package/build-module/components/keyboard-shortcut-help-modal/config.js.map +7 -1
- package/build-module/components/keyboard-shortcut-help-modal/dynamic-shortcut.js +33 -37
- package/build-module/components/keyboard-shortcut-help-modal/dynamic-shortcut.js.map +7 -1
- package/build-module/components/keyboard-shortcut-help-modal/index.js +140 -105
- package/build-module/components/keyboard-shortcut-help-modal/index.js.map +7 -1
- package/build-module/components/keyboard-shortcut-help-modal/shortcut.js +58 -50
- package/build-module/components/keyboard-shortcut-help-modal/shortcut.js.map +7 -1
- package/build-module/components/list-view-sidebar/index.js +86 -109
- package/build-module/components/list-view-sidebar/index.js.map +7 -1
- package/build-module/components/list-view-sidebar/list-view-outline.js +29 -36
- package/build-module/components/list-view-sidebar/list-view-outline.js.map +7 -1
- package/build-module/components/local-autosave-monitor/index.js +81 -130
- package/build-module/components/local-autosave-monitor/index.js.map +7 -1
- package/build-module/components/media-categories/index.js +139 -137
- package/build-module/components/media-categories/index.js.map +7 -1
- package/build-module/components/mode-switcher/index.js +50 -60
- package/build-module/components/mode-switcher/index.js.map +7 -1
- package/build-module/components/more-menu/copy-content-menu-item.js +27 -37
- package/build-module/components/more-menu/copy-content-menu-item.js.map +7 -1
- package/build-module/components/more-menu/index.js +154 -113
- package/build-module/components/more-menu/index.js.map +7 -1
- package/build-module/components/more-menu/tools-more-menu-group.js +9 -16
- package/build-module/components/more-menu/tools-more-menu-group.js.map +7 -1
- package/build-module/components/more-menu/view-more-menu-group.js +12 -17
- package/build-module/components/more-menu/view-more-menu-group.js.map +7 -1
- package/build-module/components/page-attributes/check.js +15 -35
- package/build-module/components/page-attributes/check.js.map +7 -1
- package/build-module/components/page-attributes/order.js +42 -58
- package/build-module/components/page-attributes/order.js.map +7 -1
- package/build-module/components/page-attributes/panel.js +18 -37
- package/build-module/components/page-attributes/panel.js.map +7 -1
- package/build-module/components/page-attributes/parent.js +198 -197
- package/build-module/components/page-attributes/parent.js.map +7 -1
- package/build-module/components/pattern-duplicate-modal/index.js +36 -42
- package/build-module/components/pattern-duplicate-modal/index.js.map +7 -1
- package/build-module/components/pattern-overrides-panel/index.js +16 -19
- package/build-module/components/pattern-overrides-panel/index.js.map +7 -1
- package/build-module/components/pattern-rename-modal/index.js +29 -41
- package/build-module/components/pattern-rename-modal/index.js.map +7 -1
- package/build-module/components/plugin-document-setting-panel/index.js +46 -108
- package/build-module/components/plugin-document-setting-panel/index.js.map +7 -1
- package/build-module/components/plugin-more-menu-item/index.js +18 -74
- package/build-module/components/plugin-more-menu-item/index.js.map +7 -1
- package/build-module/components/plugin-post-publish-panel/index.js +19 -54
- package/build-module/components/plugin-post-publish-panel/index.js.map +7 -1
- package/build-module/components/plugin-post-status-info/index.js +9 -68
- package/build-module/components/plugin-post-status-info/index.js.map +7 -1
- package/build-module/components/plugin-pre-publish-panel/index.js +19 -57
- package/build-module/components/plugin-pre-publish-panel/index.js.map +7 -1
- package/build-module/components/plugin-preview-menu-item/index.js +18 -53
- package/build-module/components/plugin-preview-menu-item/index.js.map +7 -1
- package/build-module/components/plugin-sidebar/index.js +16 -83
- package/build-module/components/plugin-sidebar/index.js.map +7 -1
- package/build-module/components/plugin-sidebar-more-menu-item/index.js +15 -64
- package/build-module/components/plugin-sidebar-more-menu-item/index.js.map +7 -1
- package/build-module/components/post-actions/actions.js +85 -94
- package/build-module/components/post-actions/actions.js.map +7 -1
- package/build-module/components/post-actions/index.js +104 -121
- package/build-module/components/post-actions/index.js.map +7 -1
- package/build-module/components/post-actions/set-as-homepage.js +104 -115
- package/build-module/components/post-actions/set-as-homepage.js.map +7 -1
- package/build-module/components/post-actions/set-as-posts-page.js +99 -112
- package/build-module/components/post-actions/set-as-posts-page.js.map +7 -1
- package/build-module/components/post-author/check.js +12 -33
- package/build-module/components/post-author/check.js.map +7 -1
- package/build-module/components/post-author/combobox.js +32 -47
- package/build-module/components/post-author/combobox.js.map +7 -1
- package/build-module/components/post-author/constants.js +11 -6
- package/build-module/components/post-author/constants.js.map +7 -1
- package/build-module/components/post-author/hook.js +48 -65
- package/build-module/components/post-author/hook.js.map +7 -1
- package/build-module/components/post-author/index.js +14 -24
- package/build-module/components/post-author/index.js.map +7 -1
- package/build-module/components/post-author/panel.js +73 -87
- package/build-module/components/post-author/panel.js.map +7 -1
- package/build-module/components/post-author/select.js +28 -36
- package/build-module/components/post-author/select.js.map +7 -1
- package/build-module/components/post-card-panel/index.js +107 -105
- package/build-module/components/post-card-panel/index.js.map +7 -1
- package/build-module/components/post-comments/index.js +45 -50
- package/build-module/components/post-comments/index.js.map +7 -1
- package/build-module/components/post-content-information/index.js +49 -61
- package/build-module/components/post-content-information/index.js.map +7 -1
- package/build-module/components/post-discussion/panel.js +90 -122
- package/build-module/components/post-discussion/panel.js.map +7 -1
- package/build-module/components/post-excerpt/check.js +9 -23
- package/build-module/components/post-excerpt/check.js.map +7 -1
- package/build-module/components/post-excerpt/index.js +57 -68
- package/build-module/components/post-excerpt/index.js.map +7 -1
- package/build-module/components/post-excerpt/panel.js +124 -134
- package/build-module/components/post-excerpt/panel.js.map +7 -1
- package/build-module/components/post-excerpt/plugin.js +10 -65
- package/build-module/components/post-excerpt/plugin.js.map +7 -1
- package/build-module/components/post-featured-image/check.js +10 -28
- package/build-module/components/post-featured-image/check.js.map +7 -1
- package/build-module/components/post-featured-image/index.js +203 -200
- package/build-module/components/post-featured-image/index.js.map +7 -1
- package/build-module/components/post-featured-image/panel.js +26 -52
- package/build-module/components/post-featured-image/panel.js.map +7 -1
- package/build-module/components/post-fields/index.js +36 -49
- package/build-module/components/post-fields/index.js.map +7 -1
- package/build-module/components/post-format/check.js +14 -29
- package/build-module/components/post-format/check.js.map +7 -1
- package/build-module/components/post-format/index.js +68 -107
- package/build-module/components/post-format/index.js.map +7 -1
- package/build-module/components/post-format/panel.js +60 -73
- package/build-module/components/post-format/panel.js.map +7 -1
- package/build-module/components/post-last-edited-panel/index.js +20 -24
- package/build-module/components/post-last-edited-panel/index.js.map +7 -1
- package/build-module/components/post-last-revision/check.js +13 -37
- package/build-module/components/post-last-revision/check.js.map +7 -1
- package/build-module/components/post-last-revision/index.js +43 -59
- package/build-module/components/post-last-revision/index.js.map +7 -1
- package/build-module/components/post-last-revision/panel.js +10 -25
- package/build-module/components/post-last-revision/panel.js.map +7 -1
- package/build-module/components/post-locked-modal/index.js +133 -137
- package/build-module/components/post-locked-modal/index.js.map +7 -1
- package/build-module/components/post-panel-row/index.js +21 -29
- package/build-module/components/post-panel-row/index.js.map +7 -1
- package/build-module/components/post-panel-section/index.js +10 -20
- package/build-module/components/post-panel-section/index.js.map +7 -1
- package/build-module/components/post-pending-status/check.js +12 -35
- package/build-module/components/post-pending-status/check.js.map +7 -1
- package/build-module/components/post-pending-status/index.js +27 -36
- package/build-module/components/post-pending-status/index.js.map +7 -1
- package/build-module/components/post-pingbacks/index.js +34 -39
- package/build-module/components/post-pingbacks/index.js.map +7 -1
- package/build-module/components/post-preview-button/index.js +71 -114
- package/build-module/components/post-preview-button/index.js.map +7 -1
- package/build-module/components/post-publish-button/index.js +93 -130
- package/build-module/components/post-publish-button/index.js.map +7 -1
- package/build-module/components/post-publish-button/label.js +20 -35
- package/build-module/components/post-publish-button/label.js.map +7 -1
- package/build-module/components/post-publish-button/post-publish-button-or-toggle.js +28 -56
- package/build-module/components/post-publish-button/post-publish-button-or-toggle.js.map +7 -1
- package/build-module/components/post-publish-panel/index.js +108 -126
- package/build-module/components/post-publish-panel/index.js.map +7 -1
- package/build-module/components/post-publish-panel/maybe-category-panel.js +40 -58
- package/build-module/components/post-publish-panel/maybe-category-panel.js.map +7 -1
- package/build-module/components/post-publish-panel/maybe-post-format-panel.js +55 -59
- package/build-module/components/post-publish-panel/maybe-post-format-panel.js.map +7 -1
- package/build-module/components/post-publish-panel/maybe-tags-panel.js +57 -73
- package/build-module/components/post-publish-panel/maybe-tags-panel.js.map +7 -1
- package/build-module/components/post-publish-panel/maybe-upload-media.js +158 -207
- package/build-module/components/post-publish-panel/maybe-upload-media.js.map +7 -1
- package/build-module/components/post-publish-panel/media-util.js +42 -69
- package/build-module/components/post-publish-panel/media-util.js.map +7 -1
- package/build-module/components/post-publish-panel/postpublish.js +109 -120
- package/build-module/components/post-publish-panel/postpublish.js.map +7 -1
- package/build-module/components/post-publish-panel/prepublish.js +108 -96
- package/build-module/components/post-publish-panel/prepublish.js.map +7 -1
- package/build-module/components/post-saved-state/index.js +87 -124
- package/build-module/components/post-saved-state/index.js.map +7 -1
- package/build-module/components/post-schedule/check.js +9 -25
- package/build-module/components/post-schedule/check.js.map +7 -1
- package/build-module/components/post-schedule/index.js +75 -88
- package/build-module/components/post-schedule/index.js.map +7 -1
- package/build-module/components/post-schedule/label.js +49 -73
- package/build-module/components/post-schedule/label.js.map +7 -1
- package/build-module/components/post-schedule/panel.js +63 -65
- package/build-module/components/post-schedule/panel.js.map +7 -1
- package/build-module/components/post-status/index.js +223 -194
- package/build-module/components/post-status/index.js.map +7 -1
- package/build-module/components/post-sticky/check.js +10 -29
- package/build-module/components/post-sticky/check.js.map +7 -1
- package/build-module/components/post-sticky/index.js +22 -36
- package/build-module/components/post-sticky/index.js.map +7 -1
- package/build-module/components/post-sticky/panel.js +12 -15
- package/build-module/components/post-sticky/panel.js.map +7 -1
- package/build-module/components/post-switch-to-draft-button/index.js +54 -70
- package/build-module/components/post-switch-to-draft-button/index.js.map +7 -1
- package/build-module/components/post-sync-status/index.js +17 -40
- package/build-module/components/post-sync-status/index.js.map +7 -1
- package/build-module/components/post-taxonomies/check.js +17 -28
- package/build-module/components/post-taxonomies/check.js.map +7 -1
- package/build-module/components/post-taxonomies/flat-term-selector.js +154 -177
- package/build-module/components/post-taxonomies/flat-term-selector.js.map +7 -1
- package/build-module/components/post-taxonomies/hierarchical-term-selector.js +232 -270
- package/build-module/components/post-taxonomies/hierarchical-term-selector.js.map +7 -1
- package/build-module/components/post-taxonomies/index.js +34 -49
- package/build-module/components/post-taxonomies/index.js.map +7 -1
- package/build-module/components/post-taxonomies/most-used-terms.js +54 -50
- package/build-module/components/post-taxonomies/most-used-terms.js.map +7 -1
- package/build-module/components/post-taxonomies/panel.js +39 -66
- package/build-module/components/post-taxonomies/panel.js.map +7 -1
- package/build-module/components/post-template/block-theme.js +134 -114
- package/build-module/components/post-template/block-theme.js.map +7 -1
- package/build-module/components/post-template/classic-theme.js +161 -177
- package/build-module/components/post-template/classic-theme.js.map +7 -1
- package/build-module/components/post-template/create-new-template-modal.js +126 -104
- package/build-module/components/post-template/create-new-template-modal.js.map +7 -1
- package/build-module/components/post-template/create-new-template.js +36 -39
- package/build-module/components/post-template/create-new-template.js.map +7 -1
- package/build-module/components/post-template/hooks.js +95 -80
- package/build-module/components/post-template/hooks.js.map +7 -1
- package/build-module/components/post-template/panel.js +25 -45
- package/build-module/components/post-template/panel.js.map +7 -1
- package/build-module/components/post-template/reset-default-template.js +33 -36
- package/build-module/components/post-template/reset-default-template.js.map +7 -1
- package/build-module/components/post-template/swap-template-button.js +86 -81
- package/build-module/components/post-template/swap-template-button.js.map +7 -1
- package/build-module/components/post-text-editor/index.js +49 -74
- package/build-module/components/post-text-editor/index.js.map +7 -1
- package/build-module/components/post-title/constants.js +7 -3
- package/build-module/components/post-title/constants.js.map +7 -1
- package/build-module/components/post-title/index.js +67 -111
- package/build-module/components/post-title/index.js.map +7 -1
- package/build-module/components/post-title/post-title-raw.js +43 -71
- package/build-module/components/post-title/post-title-raw.js.map +7 -1
- package/build-module/components/post-title/use-post-title-focus.js +15 -46
- package/build-module/components/post-title/use-post-title-focus.js.map +7 -1
- package/build-module/components/post-title/use-post-title.js +13 -33
- package/build-module/components/post-title/use-post-title.js.map +7 -1
- package/build-module/components/post-transform-panel/hooks.js +44 -58
- package/build-module/components/post-transform-panel/hooks.js.map +7 -1
- package/build-module/components/post-transform-panel/index.js +53 -69
- package/build-module/components/post-transform-panel/index.js.map +7 -1
- package/build-module/components/post-trash/check.js +14 -37
- package/build-module/components/post-trash/check.js.map +7 -1
- package/build-module/components/post-trash/index.js +49 -59
- package/build-module/components/post-trash/index.js.map +7 -1
- package/build-module/components/post-type-support-check/index.js +16 -42
- package/build-module/components/post-type-support-check/index.js.map +7 -1
- package/build-module/components/post-url/check.js +9 -24
- package/build-module/components/post-url/check.js.map +7 -1
- package/build-module/components/post-url/index.js +137 -146
- package/build-module/components/post-url/index.js.map +7 -1
- package/build-module/components/post-url/label.js +14 -26
- package/build-module/components/post-url/label.js.map +7 -1
- package/build-module/components/post-url/panel.js +80 -105
- package/build-module/components/post-url/panel.js.map +7 -1
- package/build-module/components/post-view-link/index.js +27 -39
- package/build-module/components/post-view-link/index.js.map +7 -1
- package/build-module/components/post-visibility/check.js +10 -29
- package/build-module/components/post-visibility/check.js.map +7 -1
- package/build-module/components/post-visibility/index.js +66 -78
- package/build-module/components/post-visibility/index.js.map +7 -1
- package/build-module/components/post-visibility/label.js +15 -27
- package/build-module/components/post-visibility/label.js.map +7 -1
- package/build-module/components/post-visibility/utils.js +22 -18
- package/build-module/components/post-visibility/utils.js.map +7 -1
- package/build-module/components/posts-per-page/index.js +85 -91
- package/build-module/components/posts-per-page/index.js.map +7 -1
- package/build-module/components/preferences-modal/enable-panel.js +30 -38
- package/build-module/components/preferences-modal/enable-panel.js.map +7 -1
- package/build-module/components/preferences-modal/enable-plugin-document-setting-panel.js +12 -25
- package/build-module/components/preferences-modal/enable-plugin-document-setting-panel.js.map +7 -1
- package/build-module/components/preferences-modal/enable-publish-sidebar.js +21 -27
- package/build-module/components/preferences-modal/enable-publish-sidebar.js.map +7 -1
- package/build-module/components/preferences-modal/index.js +365 -225
- package/build-module/components/preferences-modal/index.js.map +7 -1
- package/build-module/components/preview-dropdown/index.js +140 -141
- package/build-module/components/preview-dropdown/index.js.map +7 -1
- package/build-module/components/provider/disable-non-page-content-blocks.js +34 -72
- package/build-module/components/provider/disable-non-page-content-blocks.js.map +7 -1
- package/build-module/components/provider/index.js +257 -317
- package/build-module/components/provider/index.js.map +7 -1
- package/build-module/components/provider/navigation-block-editing-mode.js +14 -25
- package/build-module/components/provider/navigation-block-editing-mode.js.map +7 -1
- package/build-module/components/provider/use-auto-switch-editor-sidebars.js +28 -33
- package/build-module/components/provider/use-auto-switch-editor-sidebars.js.map +7 -1
- package/build-module/components/provider/use-block-editor-settings.js +223 -166
- package/build-module/components/provider/use-block-editor-settings.js.map +7 -1
- package/build-module/components/provider/use-hide-blocks-from-inserter.js +65 -42
- package/build-module/components/provider/use-hide-blocks-from-inserter.js.map +7 -1
- package/build-module/components/provider/use-post-content-blocks.js +31 -25
- package/build-module/components/provider/use-post-content-blocks.js.map +7 -1
- package/build-module/components/provider/with-registry-provider.js +34 -41
- package/build-module/components/provider/with-registry-provider.js.map +7 -1
- package/build-module/components/resizable-editor/index.js +70 -80
- package/build-module/components/resizable-editor/index.js.map +7 -1
- package/build-module/components/resizable-editor/resize-handle.js +27 -30
- package/build-module/components/resizable-editor/resize-handle.js.map +7 -1
- package/build-module/components/save-publish-panels/index.js +56 -62
- package/build-module/components/save-publish-panels/index.js.map +7 -1
- package/build-module/components/sidebar/constants.js +7 -4
- package/build-module/components/sidebar/constants.js.map +7 -1
- package/build-module/components/sidebar/header.js +38 -45
- package/build-module/components/sidebar/header.js.map +7 -1
- package/build-module/components/sidebar/index.js +136 -125
- package/build-module/components/sidebar/index.js.map +7 -1
- package/build-module/components/sidebar/post-summary.js +86 -87
- package/build-module/components/sidebar/post-summary.js.map +7 -1
- package/build-module/components/site-discussion/index.js +110 -107
- package/build-module/components/site-discussion/index.js.map +7 -1
- package/build-module/components/start-page-options/index.js +114 -137
- package/build-module/components/start-page-options/index.js.map +7 -1
- package/build-module/components/start-template-options/index.js +148 -150
- package/build-module/components/start-template-options/index.js.map +7 -1
- package/build-module/components/table-of-contents/index.js +50 -63
- package/build-module/components/table-of-contents/index.js.map +7 -1
- package/build-module/components/table-of-contents/panel.js +73 -88
- package/build-module/components/table-of-contents/panel.js.map +7 -1
- package/build-module/components/template-content-panel/index.js +57 -54
- package/build-module/components/template-content-panel/index.js.map +7 -1
- package/build-module/components/template-part-content-panel/index.js +35 -48
- package/build-module/components/template-part-content-panel/index.js.map +7 -1
- package/build-module/components/template-part-menu-items/convert-to-regular.js +26 -27
- package/build-module/components/template-part-menu-items/convert-to-regular.js.map +7 -1
- package/build-module/components/template-part-menu-items/convert-to-template-part.js +56 -61
- package/build-module/components/template-part-menu-items/convert-to-template-part.js.map +7 -1
- package/build-module/components/template-part-menu-items/index.js +38 -47
- package/build-module/components/template-part-menu-items/index.js.map +7 -1
- package/build-module/components/template-validation-notice/index.js +55 -41
- package/build-module/components/template-validation-notice/index.js.map +7 -1
- package/build-module/components/text-editor/index.js +38 -54
- package/build-module/components/text-editor/index.js.map +7 -1
- package/build-module/components/theme-support-check/index.js +13 -38
- package/build-module/components/theme-support-check/index.js.map +7 -1
- package/build-module/components/time-to-read/index.js +36 -48
- package/build-module/components/time-to-read/index.js.map +7 -1
- package/build-module/components/unsaved-changes-warning/index.js +16 -34
- package/build-module/components/unsaved-changes-warning/index.js.map +7 -1
- package/build-module/components/visual-editor/edit-template-blocks-notification.js +44 -63
- package/build-module/components/visual-editor/edit-template-blocks-notification.js.map +7 -1
- package/build-module/components/visual-editor/index.js +256 -225
- package/build-module/components/visual-editor/index.js.map +7 -1
- package/build-module/components/visual-editor/use-select-nearest-editable-block.js +58 -64
- package/build-module/components/visual-editor/use-select-nearest-editable-block.js.map +7 -1
- package/build-module/components/visual-editor/use-zoom-out-mode-exit.js +31 -43
- package/build-module/components/visual-editor/use-zoom-out-mode-exit.js.map +7 -1
- package/build-module/components/word-count/index.js +16 -32
- package/build-module/components/word-count/index.js.map +7 -1
- package/build-module/components/zoom-out-toggle/index.js +72 -66
- package/build-module/components/zoom-out-toggle/index.js.map +7 -1
- package/build-module/dataviews/api.js +26 -77
- package/build-module/dataviews/api.js.map +7 -1
- package/build-module/dataviews/fields/content-preview/content-preview-view.js +66 -85
- package/build-module/dataviews/fields/content-preview/content-preview-view.js.map +7 -1
- package/build-module/dataviews/fields/content-preview/index.js +10 -15
- package/build-module/dataviews/fields/content-preview/index.js.map +7 -1
- package/build-module/dataviews/store/private-actions.js +113 -43
- package/build-module/dataviews/store/private-actions.js.map +7 -1
- package/build-module/dataviews/store/private-selectors.js +11 -12
- package/build-module/dataviews/store/private-selectors.js.map +7 -1
- package/build-module/dataviews/store/reducer.js +32 -26
- package/build-module/dataviews/store/reducer.js.map +7 -1
- package/build-module/hooks/custom-sources-backwards-compatibility.js +70 -83
- package/build-module/hooks/custom-sources-backwards-compatibility.js.map +7 -1
- package/build-module/hooks/default-autocompleters.js +9 -15
- package/build-module/hooks/default-autocompleters.js.map +7 -1
- package/build-module/hooks/index.js +7 -9
- package/build-module/hooks/index.js.map +7 -1
- package/build-module/hooks/media-upload.js +8 -7
- package/build-module/hooks/media-upload.js.map +7 -1
- package/build-module/hooks/navigation-link-view-button.js +46 -63
- package/build-module/hooks/navigation-link-view-button.js.map +7 -1
- package/build-module/hooks/pattern-overrides.js +48 -67
- package/build-module/hooks/pattern-overrides.js.map +7 -1
- package/build-module/hooks/template-part-navigation-edit-button.js +97 -0
- package/build-module/hooks/template-part-navigation-edit-button.js.map +7 -0
- package/build-module/index.js +13 -15
- package/build-module/index.js.map +7 -1
- package/build-module/lock-unlock.js +8 -7
- package/build-module/lock-unlock.js.map +7 -1
- package/build-module/private-apis.js +31 -31
- package/build-module/private-apis.js.map +7 -1
- package/build-module/store/actions.js +424 -872
- package/build-module/store/actions.js.map +7 -1
- package/build-module/store/constants.js +36 -27
- package/build-module/store/constants.js.map +7 -1
- package/build-module/store/defaults.js +8 -28
- package/build-module/store/defaults.js.map +7 -1
- package/build-module/store/index.js +15 -30
- package/build-module/store/index.js.map +7 -1
- package/build-module/store/local-autosave.js +18 -24
- package/build-module/store/local-autosave.js.map +7 -1
- package/build-module/store/private-actions.js +242 -257
- package/build-module/store/private-actions.js.map +7 -1
- package/build-module/store/private-selectors.js +157 -174
- package/build-module/store/private-selectors.js.map +7 -1
- package/build-module/store/reducer.js +89 -267
- package/build-module/store/reducer.js.map +7 -1
- package/build-module/store/selectors.js +712 -1433
- package/build-module/store/selectors.js.map +7 -1
- package/build-module/store/utils/is-template-revertable.js +6 -15
- package/build-module/store/utils/is-template-revertable.js.map +7 -1
- package/build-module/store/utils/notice-builder.js +52 -91
- package/build-module/store/utils/notice-builder.js.map +7 -1
- package/build-module/utils/get-item-title.js +10 -19
- package/build-module/utils/get-item-title.js.map +7 -1
- package/build-module/utils/get-template-info.js +14 -38
- package/build-module/utils/get-template-info.js.map +7 -1
- package/build-module/utils/get-template-part-icon.js +14 -16
- package/build-module/utils/get-template-part-icon.js.map +7 -1
- package/build-module/utils/index.js +9 -8
- package/build-module/utils/index.js.map +7 -1
- package/build-module/utils/media-sideload/index.js +8 -14
- package/build-module/utils/media-sideload/index.js.map +7 -1
- package/build-module/utils/media-upload/index.js +26 -56
- package/build-module/utils/media-upload/index.js.map +7 -1
- package/build-module/utils/pageTypeBadge.js +16 -28
- package/build-module/utils/pageTypeBadge.js.map +7 -1
- package/build-module/utils/search-templates.js +12 -41
- package/build-module/utils/search-templates.js.map +7 -1
- package/build-module/utils/terms.js +32 -55
- package/build-module/utils/terms.js.map +7 -1
- package/build-module/utils/url.js +11 -28
- package/build-module/utils/url.js.map +7 -1
- package/build-style/style-rtl.css +327 -136
- package/build-style/style.css +327 -136
- package/build-types/bindings/entity.d.ts +16 -0
- package/build-types/bindings/entity.d.ts.map +1 -0
- package/build-types/bindings/post-data.d.ts +16 -0
- package/build-types/bindings/post-meta.d.ts +13 -0
- package/build-types/components/{preferences-modal/block-visibility.d.ts → block-visibility/index.d.ts} +1 -1
- package/build-types/components/block-visibility/index.d.ts.map +1 -0
- package/build-types/components/collab-sidebar/add-comment.d.ts +6 -14
- package/build-types/components/collab-sidebar/add-comment.d.ts.map +1 -1
- package/build-types/components/collab-sidebar/comment-form.d.ts +9 -18
- package/build-types/components/collab-sidebar/comment-form.d.ts.map +1 -1
- package/build-types/components/collab-sidebar/comment-menu-item.d.ts +5 -0
- package/build-types/components/collab-sidebar/comment-menu-item.d.ts.map +1 -0
- package/build-types/components/collab-sidebar/comments.d.ts +10 -1
- package/build-types/components/collab-sidebar/comments.d.ts.map +1 -1
- package/build-types/components/collab-sidebar/hooks.d.ts +33 -0
- package/build-types/components/collab-sidebar/hooks.d.ts.map +1 -1
- package/build-types/components/collab-sidebar/index.d.ts.map +1 -1
- package/build-types/components/collab-sidebar/utils.d.ts +20 -0
- package/build-types/components/collab-sidebar/utils.d.ts.map +1 -1
- package/build-types/components/document-tools/index.d.ts.map +1 -1
- package/build-types/components/header/index.d.ts.map +1 -1
- package/build-types/components/post-excerpt/panel.d.ts.map +1 -1
- package/build-types/components/post-template/block-theme.d.ts.map +1 -1
- package/build-types/components/post-template/hooks.d.ts.map +1 -1
- package/build-types/components/provider/disable-non-page-content-blocks.d.ts.map +1 -1
- package/build-types/components/provider/use-hide-blocks-from-inserter.d.ts.map +1 -1
- package/build-types/components/visual-editor/index.d.ts.map +1 -1
- package/build-types/hooks/template-part-navigation-edit-button.d.ts +2 -0
- package/build-types/hooks/template-part-navigation-edit-button.d.ts.map +1 -0
- package/build-types/store/actions.d.ts.map +1 -1
- package/package.json +59 -39
- package/src/bindings/api.js +2 -2
- package/src/bindings/entity.js +89 -0
- package/src/bindings/post-data.js +23 -0
- package/src/bindings/post-meta.js +19 -0
- package/src/components/autocompleters/style.scss +2 -0
- package/src/components/block-settings-menu/style.scss +2 -0
- package/src/components/{preferences-modal/block-visibility.js → block-visibility/index.js} +37 -5
- package/src/components/block-visibility/style.scss +25 -0
- package/src/components/blog-title/style.scss +2 -0
- package/src/components/collab-sidebar/add-comment.js +18 -17
- package/src/components/collab-sidebar/comment-author-info.js +2 -2
- package/src/components/collab-sidebar/comment-form.js +15 -17
- package/src/components/collab-sidebar/comment-indicator-toolbar.js +2 -2
- package/src/components/collab-sidebar/{comment-button.js → comment-menu-item.js} +4 -4
- package/src/components/collab-sidebar/comments.js +413 -183
- package/src/components/collab-sidebar/hooks.js +343 -22
- package/src/components/collab-sidebar/index.js +94 -190
- package/src/components/collab-sidebar/style.scss +44 -26
- package/src/components/collab-sidebar/utils.js +55 -0
- package/src/components/collapsible-block-toolbar/style.scss +5 -1
- package/src/components/commands/index.js +2 -2
- package/src/components/document-bar/style.scss +5 -0
- package/src/components/document-outline/style.scss +3 -0
- package/src/components/document-tools/index.js +1 -20
- package/src/components/document-tools/style.scss +4 -0
- package/src/components/editor-help/style.scss +3 -0
- package/src/components/editor-interface/style.scss +2 -0
- package/src/components/editor-notices/style.scss +3 -0
- package/src/components/entities-saved-states/style.scss +3 -0
- package/src/components/error-boundary/style.scss +3 -0
- package/src/components/header/index.js +3 -8
- package/src/components/header/style.scss +6 -0
- package/src/components/inserter-sidebar/style.scss +2 -0
- package/src/components/keyboard-shortcut-help-modal/style.scss +2 -0
- package/src/components/list-view-sidebar/style.scss +4 -1
- package/src/components/page-attributes/style.scss +2 -0
- package/src/components/post-actions/style.scss +2 -0
- package/src/components/post-author/style.scss +2 -0
- package/src/components/post-card-panel/style.scss +4 -0
- package/src/components/post-content-information/style.scss +2 -0
- package/src/components/post-discussion/style.scss +2 -0
- package/src/components/post-excerpt/panel.js +12 -6
- package/src/components/post-excerpt/style.scss +2 -0
- package/src/components/post-featured-image/style.scss +7 -0
- package/src/components/post-format/style.scss +2 -0
- package/src/components/post-last-edited-panel/style.scss +2 -0
- package/src/components/post-last-revision/style.scss +3 -0
- package/src/components/post-locked-modal/style.scss +2 -0
- package/src/components/post-panel-row/style.scss +2 -0
- package/src/components/post-panel-section/style.scss +2 -0
- package/src/components/post-publish-button/post-publish-button-or-toggle.js +1 -1
- package/src/components/post-publish-panel/style.scss +5 -0
- package/src/components/post-saved-state/style.scss +4 -0
- package/src/components/post-schedule/style.scss +2 -0
- package/src/components/post-status/style.scss +3 -0
- package/src/components/post-sticky/style.scss +3 -0
- package/src/components/post-sync-status/style.scss +2 -0
- package/src/components/post-taxonomies/style.scss +2 -0
- package/src/components/post-template/block-theme.js +45 -3
- package/src/components/post-template/hooks.js +48 -21
- package/src/components/post-template/style.scss +5 -0
- package/src/components/post-text-editor/style.scss +4 -0
- package/src/components/post-title/style.scss +2 -0
- package/src/components/post-url/style.scss +2 -0
- package/src/components/posts-per-page/style.scss +2 -0
- package/src/components/preferences-modal/index.js +1 -1
- package/src/components/provider/disable-non-page-content-blocks.js +7 -13
- package/src/components/provider/use-hide-blocks-from-inserter.js +37 -6
- package/src/components/resizable-editor/style.scss +4 -0
- package/src/components/save-publish-panels/style.scss +4 -0
- package/src/components/sidebar/style.scss +3 -0
- package/src/components/site-discussion/style.scss +2 -1
- package/src/components/start-page-options/style.scss +5 -0
- package/src/components/start-template-options/style.scss +5 -0
- package/src/components/table-of-contents/style.scss +5 -0
- package/src/components/text-editor/style.scss +6 -0
- package/src/components/visual-editor/index.js +11 -21
- package/src/components/visual-editor/style.scss +3 -1
- package/src/dataviews/fields/content-preview/style.scss +2 -0
- package/src/hooks/index.js +1 -0
- package/src/hooks/template-part-navigation-edit-button.js +145 -0
- package/src/store/actions.js +6 -1
- package/src/style.scss +57 -56
- package/tsconfig.tsbuildinfo +1 -1
- package/build/bindings/term-data.js +0 -171
- package/build/bindings/term-data.js.map +0 -1
- package/build/components/block-settings-menu/content-only-settings-menu.native.js +0 -11
- package/build/components/block-settings-menu/content-only-settings-menu.native.js.map +0 -1
- package/build/components/collab-sidebar/comment-button.js +0 -42
- package/build/components/collab-sidebar/comment-button.js.map +0 -1
- package/build/components/commands/index.native.js +0 -9
- package/build/components/commands/index.native.js.map +0 -1
- package/build/components/deprecated.native.js +0 -121
- package/build/components/deprecated.native.js.map +0 -1
- package/build/components/editor-help/add-blocks.native.js +0 -41
- package/build/components/editor-help/add-blocks.native.js.map +0 -1
- package/build/components/editor-help/customize-blocks.native.js +0 -41
- package/build/components/editor-help/customize-blocks.native.js.map +0 -1
- package/build/components/editor-help/help-detail-navigation-screen.native.js +0 -69
- package/build/components/editor-help/help-detail-navigation-screen.native.js.map +0 -1
- package/build/components/editor-help/help-get-support-button.native.js +0 -41
- package/build/components/editor-help/help-get-support-button.native.js.map +0 -1
- package/build/components/editor-help/help-section-title.native.js +0 -37
- package/build/components/editor-help/help-section-title.native.js.map +0 -1
- package/build/components/editor-help/help-topic-row.native.js +0 -42
- package/build/components/editor-help/help-topic-row.native.js.map +0 -1
- package/build/components/editor-help/icon-move-blocks.native.js +0 -19
- package/build/components/editor-help/icon-move-blocks.native.js.map +0 -1
- package/build/components/editor-help/index.native.js +0 -173
- package/build/components/editor-help/index.native.js.map +0 -1
- package/build/components/editor-help/intro-to-blocks.native.js +0 -70
- package/build/components/editor-help/intro-to-blocks.native.js.map +0 -1
- package/build/components/editor-help/move-blocks.native.js +0 -52
- package/build/components/editor-help/move-blocks.native.js.map +0 -1
- package/build/components/editor-help/remove-blocks.native.js +0 -39
- package/build/components/editor-help/remove-blocks.native.js.map +0 -1
- package/build/components/editor-help/view-sections.native.js +0 -80
- package/build/components/editor-help/view-sections.native.js.map +0 -1
- package/build/components/error-boundary/index.native.js +0 -143
- package/build/components/error-boundary/index.native.js.map +0 -1
- package/build/components/index.native.js +0 -85
- package/build/components/index.native.js.map +0 -1
- package/build/components/offline-status/index.native.js +0 -83
- package/build/components/offline-status/index.native.js.map +0 -1
- package/build/components/post-title/index.native.js +0 -251
- package/build/components/post-title/index.native.js.map +0 -1
- package/build/components/preferences-modal/block-visibility.js +0 -88
- package/build/components/preferences-modal/block-visibility.js.map +0 -1
- package/build/components/provider/index.native.js +0 -426
- package/build/components/provider/index.native.js.map +0 -1
- package/build/components/provider/use-block-editor-settings.native.js +0 -46
- package/build/components/provider/use-block-editor-settings.native.js.map +0 -1
- package/build/components/template-part-menu-items/index.native.js +0 -10
- package/build/components/template-part-menu-items/index.native.js.map +0 -1
- package/build/hooks/index.native.js +0 -2
- package/build/hooks/index.native.js.map +0 -1
- package/build/index.native.js +0 -56
- package/build/index.native.js.map +0 -1
- package/build/private-apis.native.js +0 -44
- package/build/private-apis.native.js.map +0 -1
- package/build/store/actions.native.js +0 -51
- package/build/store/actions.native.js.map +0 -1
- package/build/store/reducer.native.js +0 -105
- package/build/store/reducer.native.js.map +0 -1
- package/build/store/selectors.native.js +0 -70
- package/build/store/selectors.native.js.map +0 -1
- package/build/utils/index.native.js +0 -14
- package/build/utils/index.native.js.map +0 -1
- package/build/utils/media-sideload/index.native.js +0 -8
- package/build/utils/media-sideload/index.native.js.map +0 -1
- package/build/utils/media-upload/index.native.js +0 -8
- package/build/utils/media-upload/index.native.js.map +0 -1
- package/build-module/bindings/term-data.js +0 -165
- package/build-module/bindings/term-data.js.map +0 -1
- package/build-module/components/block-settings-menu/content-only-settings-menu.native.js +0 -5
- package/build-module/components/block-settings-menu/content-only-settings-menu.native.js.map +0 -1
- package/build-module/components/collab-sidebar/comment-button.js +0 -35
- package/build-module/components/collab-sidebar/comment-button.js.map +0 -1
- package/build-module/components/commands/index.native.js +0 -3
- package/build-module/components/commands/index.native.js.map +0 -1
- package/build-module/components/deprecated.native.js +0 -7
- package/build-module/components/deprecated.native.js.map +0 -1
- package/build-module/components/editor-help/add-blocks.native.js +0 -33
- package/build-module/components/editor-help/add-blocks.native.js.map +0 -1
- package/build-module/components/editor-help/customize-blocks.native.js +0 -33
- package/build-module/components/editor-help/customize-blocks.native.js.map +0 -1
- package/build-module/components/editor-help/help-detail-navigation-screen.native.js +0 -61
- package/build-module/components/editor-help/help-detail-navigation-screen.native.js.map +0 -1
- package/build-module/components/editor-help/help-get-support-button.native.js +0 -33
- package/build-module/components/editor-help/help-get-support-button.native.js.map +0 -1
- package/build-module/components/editor-help/help-section-title.native.js +0 -29
- package/build-module/components/editor-help/help-section-title.native.js.map +0 -1
- package/build-module/components/editor-help/help-topic-row.native.js +0 -35
- package/build-module/components/editor-help/help-topic-row.native.js.map +0 -1
- package/build-module/components/editor-help/icon-move-blocks.native.js +0 -13
- package/build-module/components/editor-help/icon-move-blocks.native.js.map +0 -1
- package/build-module/components/editor-help/index.native.js +0 -165
- package/build-module/components/editor-help/index.native.js.map +0 -1
- package/build-module/components/editor-help/intro-to-blocks.native.js +0 -62
- package/build-module/components/editor-help/intro-to-blocks.native.js.map +0 -1
- package/build-module/components/editor-help/move-blocks.native.js +0 -44
- package/build-module/components/editor-help/move-blocks.native.js.map +0 -1
- package/build-module/components/editor-help/remove-blocks.native.js +0 -31
- package/build-module/components/editor-help/remove-blocks.native.js.map +0 -1
- package/build-module/components/editor-help/view-sections.native.js +0 -69
- package/build-module/components/editor-help/view-sections.native.js.map +0 -1
- package/build-module/components/error-boundary/index.native.js +0 -135
- package/build-module/components/error-boundary/index.native.js.map +0 -1
- package/build-module/components/index.native.js +0 -15
- package/build-module/components/index.native.js.map +0 -1
- package/build-module/components/offline-status/index.native.js +0 -77
- package/build-module/components/offline-status/index.native.js.map +0 -1
- package/build-module/components/post-title/index.native.js +0 -243
- package/build-module/components/post-title/index.native.js.map +0 -1
- package/build-module/components/preferences-modal/block-visibility.js +0 -81
- package/build-module/components/preferences-modal/block-visibility.js.map +0 -1
- package/build-module/components/provider/index.native.js +0 -416
- package/build-module/components/provider/index.native.js.map +0 -1
- package/build-module/components/provider/use-block-editor-settings.native.js +0 -38
- package/build-module/components/provider/use-block-editor-settings.native.js.map +0 -1
- package/build-module/components/template-part-menu-items/index.native.js +0 -4
- package/build-module/components/template-part-menu-items/index.native.js.map +0 -1
- package/build-module/hooks/index.native.js +0 -2
- package/build-module/hooks/index.native.js.map +0 -1
- package/build-module/index.native.js +0 -16
- package/build-module/index.native.js.map +0 -1
- package/build-module/private-apis.native.js +0 -34
- package/build-module/private-apis.native.js.map +0 -1
- package/build-module/store/actions.native.js +0 -27
- package/build-module/store/actions.native.js.map +0 -1
- package/build-module/store/reducer.native.js +0 -81
- package/build-module/store/reducer.native.js.map +0 -1
- package/build-module/store/selectors.native.js +0 -49
- package/build-module/store/selectors.native.js.map +0 -1
- package/build-module/utils/index.native.js +0 -6
- package/build-module/utils/index.native.js.map +0 -1
- package/build-module/utils/media-sideload/index.native.js +0 -2
- package/build-module/utils/media-sideload/index.native.js.map +0 -1
- package/build-module/utils/media-upload/index.native.js +0 -2
- package/build-module/utils/media-upload/index.native.js.map +0 -1
- package/build-types/bindings/term-data.d.ts +0 -25
- package/build-types/bindings/term-data.d.ts.map +0 -1
- package/build-types/components/collab-sidebar/comment-button.d.ts +0 -5
- package/build-types/components/collab-sidebar/comment-button.d.ts.map +0 -1
- package/build-types/components/preferences-modal/block-visibility.d.ts.map +0 -1
- package/src/bindings/term-data.js +0 -159
|
@@ -1,12 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
4
|
-
*/
|
|
5
|
-
/**
|
|
6
|
-
* Breakpoints & Media Queries
|
|
7
|
-
*/
|
|
8
|
-
/**
|
|
9
|
-
* Colors
|
|
3
|
+
* Typography
|
|
10
4
|
*/
|
|
11
5
|
/**
|
|
12
6
|
* SCSS Variables.
|
|
@@ -15,6 +9,9 @@
|
|
|
15
9
|
* Don't add to this sheet unless you're pretty sure the value will be reused in many places.
|
|
16
10
|
* For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
|
|
17
11
|
*/
|
|
12
|
+
/**
|
|
13
|
+
* Colors
|
|
14
|
+
*/
|
|
18
15
|
/**
|
|
19
16
|
* Fonts & basic variables.
|
|
20
17
|
*/
|
|
@@ -50,6 +47,62 @@
|
|
|
50
47
|
* React Native specific.
|
|
51
48
|
* These variables do not appear to be used anywhere else.
|
|
52
49
|
*/
|
|
50
|
+
/**
|
|
51
|
+
* Breakpoints & Media Queries
|
|
52
|
+
*/
|
|
53
|
+
/**
|
|
54
|
+
* Converts a hex value into the rgb equivalent.
|
|
55
|
+
*
|
|
56
|
+
* @param {string} hex - the hexadecimal value to convert
|
|
57
|
+
* @return {string} comma separated rgb values
|
|
58
|
+
*/
|
|
59
|
+
/**
|
|
60
|
+
* Long content fade mixin
|
|
61
|
+
*
|
|
62
|
+
* Creates a fading overlay to signify that the content is longer
|
|
63
|
+
* than the space allows.
|
|
64
|
+
*/
|
|
65
|
+
/**
|
|
66
|
+
* Breakpoint mixins
|
|
67
|
+
*/
|
|
68
|
+
/**
|
|
69
|
+
* Focus styles.
|
|
70
|
+
*/
|
|
71
|
+
/**
|
|
72
|
+
* Applies editor left position to the selector passed as argument
|
|
73
|
+
*/
|
|
74
|
+
/**
|
|
75
|
+
* Styles that are reused verbatim in a few places
|
|
76
|
+
*/
|
|
77
|
+
/**
|
|
78
|
+
* Allows users to opt-out of animations via OS-level preferences.
|
|
79
|
+
*/
|
|
80
|
+
/**
|
|
81
|
+
* Reset default styles for JavaScript UI based pages.
|
|
82
|
+
* This is a WP-admin agnostic reset
|
|
83
|
+
*/
|
|
84
|
+
/**
|
|
85
|
+
* Reset the WP Admin page styles for Gutenberg-like pages.
|
|
86
|
+
*/
|
|
87
|
+
:root {
|
|
88
|
+
--wp-block-synced-color: #7a00df;
|
|
89
|
+
--wp-block-synced-color--rgb: 122, 0, 223;
|
|
90
|
+
--wp-bound-block-color: var(--wp-block-synced-color);
|
|
91
|
+
--wp-editor-canvas-background: #ddd;
|
|
92
|
+
--wp-admin-theme-color: #007cba;
|
|
93
|
+
--wp-admin-theme-color--rgb: 0, 124, 186;
|
|
94
|
+
--wp-admin-theme-color-darker-10: rgb(0, 107, 160.5);
|
|
95
|
+
--wp-admin-theme-color-darker-10--rgb: 0, 107, 160.5;
|
|
96
|
+
--wp-admin-theme-color-darker-20: #005a87;
|
|
97
|
+
--wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
|
|
98
|
+
--wp-admin-border-width-focus: 2px;
|
|
99
|
+
}
|
|
100
|
+
@media (min-resolution: 192dpi) {
|
|
101
|
+
:root {
|
|
102
|
+
--wp-admin-border-width-focus: 1.5px;
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
|
|
53
106
|
/**
|
|
54
107
|
* Colors
|
|
55
108
|
*/
|
|
@@ -95,6 +148,9 @@
|
|
|
95
148
|
* React Native specific.
|
|
96
149
|
* These variables do not appear to be used anywhere else.
|
|
97
150
|
*/
|
|
151
|
+
/**
|
|
152
|
+
* Typography
|
|
153
|
+
*/
|
|
98
154
|
/**
|
|
99
155
|
* Breakpoints & Media Queries
|
|
100
156
|
*/
|
|
@@ -110,9 +166,6 @@
|
|
|
110
166
|
* Creates a fading overlay to signify that the content is longer
|
|
111
167
|
* than the space allows.
|
|
112
168
|
*/
|
|
113
|
-
/**
|
|
114
|
-
* Typography
|
|
115
|
-
*/
|
|
116
169
|
/**
|
|
117
170
|
* Breakpoint mixins
|
|
118
171
|
*/
|
|
@@ -135,6 +188,75 @@
|
|
|
135
188
|
/**
|
|
136
189
|
* Reset the WP Admin page styles for Gutenberg-like pages.
|
|
137
190
|
*/
|
|
191
|
+
.admin-ui-page {
|
|
192
|
+
display: flex;
|
|
193
|
+
height: 100%;
|
|
194
|
+
background-color: #fff;
|
|
195
|
+
color: #2f2f2f;
|
|
196
|
+
position: relative;
|
|
197
|
+
z-index: 1;
|
|
198
|
+
flex-flow: column;
|
|
199
|
+
container: admin-ui-page/inline-size;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
@media not (prefers-reduced-motion) {
|
|
203
|
+
.admin-ui-page {
|
|
204
|
+
transition: width ease-out 0.2s;
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
.admin-ui-page__header {
|
|
208
|
+
padding: 16px 48px;
|
|
209
|
+
border-bottom: 1px solid #f0f0f0;
|
|
210
|
+
background: #fff;
|
|
211
|
+
position: sticky;
|
|
212
|
+
top: 0;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
@container (max-width: 430px) {
|
|
216
|
+
.admin-ui-page__header {
|
|
217
|
+
padding: 16px 24px;
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
.admin-ui-page__header-subtitle {
|
|
221
|
+
padding-block-end: 8px;
|
|
222
|
+
color: #757575;
|
|
223
|
+
font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
224
|
+
font-weight: 400;
|
|
225
|
+
font-size: 13px;
|
|
226
|
+
line-height: 20px;
|
|
227
|
+
margin: 0;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
.admin-ui-page__content {
|
|
231
|
+
flex-grow: 1;
|
|
232
|
+
overflow: auto;
|
|
233
|
+
display: flex;
|
|
234
|
+
flex-direction: column;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
.admin-ui-page__content.has-padding {
|
|
238
|
+
padding: 16px 20px;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
@container (max-width: 430px) {
|
|
242
|
+
.admin-ui-page__content.has-padding {
|
|
243
|
+
padding: 16px 24px;
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon {
|
|
247
|
+
width: auto;
|
|
248
|
+
padding: 0 8px;
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon svg {
|
|
252
|
+
display: none;
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon::after {
|
|
256
|
+
content: attr(aria-label);
|
|
257
|
+
font-size: 12px;
|
|
258
|
+
}
|
|
259
|
+
|
|
138
260
|
/**
|
|
139
261
|
* Colors
|
|
140
262
|
*/
|
|
@@ -180,6 +302,19 @@
|
|
|
180
302
|
* React Native specific.
|
|
181
303
|
* These variables do not appear to be used anywhere else.
|
|
182
304
|
*/
|
|
305
|
+
.interface-complementary-area-header {
|
|
306
|
+
background: #fff;
|
|
307
|
+
padding-left: 8px;
|
|
308
|
+
gap: 4px;
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
.interface-complementary-area-header .interface-complementary-area-header__title {
|
|
312
|
+
margin: 0 0 0 auto;
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
/**
|
|
316
|
+
* Typography
|
|
317
|
+
*/
|
|
183
318
|
/**
|
|
184
319
|
* Breakpoints & Media Queries
|
|
185
320
|
*/
|
|
@@ -195,9 +330,6 @@
|
|
|
195
330
|
* Creates a fading overlay to signify that the content is longer
|
|
196
331
|
* than the space allows.
|
|
197
332
|
*/
|
|
198
|
-
/**
|
|
199
|
-
* Typography
|
|
200
|
-
*/
|
|
201
333
|
/**
|
|
202
334
|
* Breakpoint mixins
|
|
203
335
|
*/
|
|
@@ -220,39 +352,13 @@
|
|
|
220
352
|
/**
|
|
221
353
|
* Reset the WP Admin page styles for Gutenberg-like pages.
|
|
222
354
|
*/
|
|
223
|
-
:root {
|
|
224
|
-
--wp-block-synced-color: #7a00df;
|
|
225
|
-
--wp-block-synced-color--rgb: 122, 0, 223;
|
|
226
|
-
--wp-bound-block-color: var(--wp-block-synced-color);
|
|
227
|
-
--wp-admin-theme-color: #007cba;
|
|
228
|
-
--wp-admin-theme-color--rgb: 0, 124, 186;
|
|
229
|
-
--wp-admin-theme-color-darker-10: #006ba1;
|
|
230
|
-
--wp-admin-theme-color-darker-10--rgb: 0, 107, 161;
|
|
231
|
-
--wp-admin-theme-color-darker-20: #005a87;
|
|
232
|
-
--wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
|
|
233
|
-
--wp-admin-border-width-focus: 2px;
|
|
234
|
-
}
|
|
235
|
-
@media (min-resolution: 192dpi) {
|
|
236
|
-
:root {
|
|
237
|
-
--wp-admin-border-width-focus: 1.5px;
|
|
238
|
-
}
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
.interface-complementary-area-header {
|
|
242
|
-
background: #fff;
|
|
243
|
-
padding-left: 8px;
|
|
244
|
-
gap: 4px;
|
|
245
|
-
}
|
|
246
|
-
.interface-complementary-area-header .interface-complementary-area-header__title {
|
|
247
|
-
margin: 0 0 0 auto;
|
|
248
|
-
}
|
|
249
|
-
|
|
250
355
|
.interface-complementary-area {
|
|
251
356
|
background: #fff;
|
|
252
357
|
color: #1e1e1e;
|
|
253
358
|
height: 100%;
|
|
254
359
|
overflow: auto;
|
|
255
360
|
}
|
|
361
|
+
|
|
256
362
|
@media (min-width: 600px) {
|
|
257
363
|
.interface-complementary-area {
|
|
258
364
|
-webkit-overflow-scrolling: touch;
|
|
@@ -268,23 +374,28 @@
|
|
|
268
374
|
position: relative;
|
|
269
375
|
z-index: 0;
|
|
270
376
|
}
|
|
377
|
+
|
|
271
378
|
.interface-complementary-area .components-panel__header {
|
|
272
379
|
position: sticky;
|
|
273
380
|
top: 0;
|
|
274
381
|
z-index: 1;
|
|
275
382
|
}
|
|
383
|
+
|
|
276
384
|
.interface-complementary-area .components-panel__header.editor-sidebar__panel-tabs {
|
|
277
385
|
top: 0;
|
|
278
386
|
}
|
|
387
|
+
|
|
279
388
|
.interface-complementary-area p:not(.components-base-control__help, .components-form-token-field__help) {
|
|
280
389
|
margin-top: 0;
|
|
281
390
|
}
|
|
391
|
+
|
|
282
392
|
.interface-complementary-area h2 {
|
|
283
393
|
font-size: 13px;
|
|
284
394
|
font-weight: 500;
|
|
285
395
|
color: #1e1e1e;
|
|
286
396
|
margin-bottom: 1.5em;
|
|
287
397
|
}
|
|
398
|
+
|
|
288
399
|
.interface-complementary-area h3 {
|
|
289
400
|
font-size: 11px;
|
|
290
401
|
text-transform: uppercase;
|
|
@@ -292,20 +403,24 @@
|
|
|
292
403
|
color: #1e1e1e;
|
|
293
404
|
margin-bottom: 1.5em;
|
|
294
405
|
}
|
|
406
|
+
|
|
295
407
|
.interface-complementary-area hr {
|
|
296
408
|
border-top: none;
|
|
297
409
|
border-bottom: 1px solid #f0f0f0;
|
|
298
410
|
margin: 1.5em 0;
|
|
299
411
|
}
|
|
412
|
+
|
|
300
413
|
.interface-complementary-area div.components-toolbar-group,
|
|
301
414
|
.interface-complementary-area div.components-toolbar {
|
|
302
415
|
box-shadow: none;
|
|
303
416
|
margin-bottom: 1.5em;
|
|
304
417
|
}
|
|
418
|
+
|
|
305
419
|
.interface-complementary-area div.components-toolbar-group:last-child,
|
|
306
420
|
.interface-complementary-area div.components-toolbar:last-child {
|
|
307
421
|
margin-bottom: 0;
|
|
308
422
|
}
|
|
423
|
+
|
|
309
424
|
.interface-complementary-area .block-editor-skip-to-selected-block:focus {
|
|
310
425
|
top: auto;
|
|
311
426
|
left: 10px;
|
|
@@ -323,26 +438,25 @@
|
|
|
323
438
|
height: calc(100% + 32px);
|
|
324
439
|
}
|
|
325
440
|
body.js.is-fullscreen-mode #adminmenumain,
|
|
326
|
-
body.js.is-fullscreen-mode #wpadminbar {
|
|
441
|
+
body.js.is-fullscreen-mode #wpadminbar {
|
|
327
442
|
display: none;
|
|
328
443
|
}
|
|
329
444
|
body.js.is-fullscreen-mode #wpcontent,
|
|
330
|
-
body.js.is-fullscreen-mode #wpfooter {
|
|
445
|
+
body.js.is-fullscreen-mode #wpfooter {
|
|
331
446
|
margin-right: 0;
|
|
332
447
|
}
|
|
333
448
|
}
|
|
334
|
-
|
|
335
449
|
html.interface-interface-skeleton__html-container {
|
|
336
450
|
position: fixed;
|
|
337
451
|
width: 100%;
|
|
338
452
|
}
|
|
453
|
+
|
|
339
454
|
@media (min-width: 782px) {
|
|
340
455
|
html.interface-interface-skeleton__html-container:not(:has(.is-zoom-out)) {
|
|
341
456
|
position: initial;
|
|
342
457
|
width: initial;
|
|
343
458
|
}
|
|
344
459
|
}
|
|
345
|
-
|
|
346
460
|
.interface-interface-skeleton {
|
|
347
461
|
display: flex;
|
|
348
462
|
flex-direction: row;
|
|
@@ -354,6 +468,7 @@ html.interface-interface-skeleton__html-container {
|
|
|
354
468
|
left: 0;
|
|
355
469
|
bottom: 0;
|
|
356
470
|
}
|
|
471
|
+
|
|
357
472
|
@media (min-width: 783px) {
|
|
358
473
|
.interface-interface-skeleton {
|
|
359
474
|
top: 32px;
|
|
@@ -362,7 +477,6 @@ html.interface-interface-skeleton__html-container {
|
|
|
362
477
|
top: 0;
|
|
363
478
|
}
|
|
364
479
|
}
|
|
365
|
-
|
|
366
480
|
.interface-interface-skeleton__editor {
|
|
367
481
|
display: flex;
|
|
368
482
|
flex-direction: column;
|
|
@@ -373,13 +487,14 @@ html.interface-interface-skeleton__html-container {
|
|
|
373
487
|
.interface-interface-skeleton { /* Set left position when auto-fold is not on the body element. */
|
|
374
488
|
right: 0;
|
|
375
489
|
}
|
|
490
|
+
|
|
376
491
|
@media (min-width: 783px) {
|
|
377
492
|
.interface-interface-skeleton {
|
|
378
493
|
right: 160px;
|
|
379
494
|
}
|
|
380
495
|
}
|
|
381
|
-
|
|
382
496
|
.auto-fold .interface-interface-skeleton { /* Auto fold is when on smaller breakpoints, nav menu auto collapses. */ }
|
|
497
|
+
|
|
383
498
|
@media (min-width: 783px) {
|
|
384
499
|
.auto-fold .interface-interface-skeleton {
|
|
385
500
|
right: 36px;
|
|
@@ -390,17 +505,16 @@ html.interface-interface-skeleton__html-container {
|
|
|
390
505
|
right: 160px;
|
|
391
506
|
}
|
|
392
507
|
}
|
|
393
|
-
|
|
394
508
|
/* Sidebar manually collapsed. */
|
|
395
509
|
.folded .interface-interface-skeleton {
|
|
396
510
|
right: 0;
|
|
397
511
|
}
|
|
512
|
+
|
|
398
513
|
@media (min-width: 783px) {
|
|
399
514
|
.folded .interface-interface-skeleton {
|
|
400
515
|
right: 36px;
|
|
401
516
|
}
|
|
402
517
|
}
|
|
403
|
-
|
|
404
518
|
body.is-fullscreen-mode .interface-interface-skeleton {
|
|
405
519
|
right: 0 !important;
|
|
406
520
|
}
|
|
@@ -412,12 +526,12 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
412
526
|
overflow: auto;
|
|
413
527
|
overscroll-behavior-y: none;
|
|
414
528
|
}
|
|
529
|
+
|
|
415
530
|
@media (min-width: 782px) {
|
|
416
531
|
.has-footer .interface-interface-skeleton__body {
|
|
417
532
|
padding-bottom: 25px;
|
|
418
533
|
}
|
|
419
534
|
}
|
|
420
|
-
|
|
421
535
|
.interface-interface-skeleton__content {
|
|
422
536
|
flex-grow: 1;
|
|
423
537
|
display: flex;
|
|
@@ -425,12 +539,12 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
425
539
|
overflow: auto;
|
|
426
540
|
z-index: 20;
|
|
427
541
|
}
|
|
542
|
+
|
|
428
543
|
@media (min-width: 782px) {
|
|
429
544
|
.interface-interface-skeleton__content {
|
|
430
545
|
z-index: auto;
|
|
431
546
|
}
|
|
432
547
|
}
|
|
433
|
-
|
|
434
548
|
.interface-interface-skeleton__secondary-sidebar,
|
|
435
549
|
.interface-interface-skeleton__sidebar {
|
|
436
550
|
flex-shrink: 0;
|
|
@@ -443,35 +557,35 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
443
557
|
color: #1e1e1e;
|
|
444
558
|
width: auto;
|
|
445
559
|
}
|
|
560
|
+
|
|
446
561
|
@media (min-width: 782px) {
|
|
447
562
|
.interface-interface-skeleton__secondary-sidebar,
|
|
448
|
-
.interface-interface-skeleton__sidebar {
|
|
563
|
+
.interface-interface-skeleton__sidebar {
|
|
449
564
|
position: relative !important;
|
|
450
565
|
}
|
|
451
566
|
}
|
|
452
|
-
|
|
453
567
|
.interface-interface-skeleton__sidebar {
|
|
454
568
|
border-top: 1px solid #e0e0e0;
|
|
455
569
|
overflow: hidden;
|
|
456
570
|
}
|
|
571
|
+
|
|
457
572
|
@media (min-width: 782px) {
|
|
458
573
|
.interface-interface-skeleton__sidebar {
|
|
459
574
|
box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.133);
|
|
460
575
|
outline: 1px solid transparent;
|
|
461
576
|
}
|
|
462
577
|
}
|
|
463
|
-
|
|
464
578
|
.interface-interface-skeleton__secondary-sidebar {
|
|
465
579
|
border-top: 1px solid #e0e0e0;
|
|
466
580
|
left: 0;
|
|
467
581
|
}
|
|
582
|
+
|
|
468
583
|
@media (min-width: 782px) {
|
|
469
584
|
.interface-interface-skeleton__secondary-sidebar {
|
|
470
585
|
box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.133);
|
|
471
586
|
outline: 1px solid transparent;
|
|
472
587
|
}
|
|
473
588
|
}
|
|
474
|
-
|
|
475
589
|
.interface-interface-skeleton__header {
|
|
476
590
|
flex-shrink: 0;
|
|
477
591
|
height: auto;
|
|
@@ -494,6 +608,7 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
494
608
|
z-index: 90;
|
|
495
609
|
display: none;
|
|
496
610
|
}
|
|
611
|
+
|
|
497
612
|
@media (min-width: 782px) {
|
|
498
613
|
.interface-interface-skeleton__footer {
|
|
499
614
|
display: flex;
|
|
@@ -520,6 +635,7 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
520
635
|
background: #fff;
|
|
521
636
|
width: 100vw;
|
|
522
637
|
}
|
|
638
|
+
|
|
523
639
|
@media (min-width: 782px) {
|
|
524
640
|
.interface-interface-skeleton__actions {
|
|
525
641
|
width: 280px;
|
|
@@ -529,9 +645,11 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
529
645
|
top: auto;
|
|
530
646
|
bottom: 0;
|
|
531
647
|
}
|
|
648
|
+
|
|
532
649
|
.is-entity-save-view-open .interface-interface-skeleton__actions:focus, .is-entity-save-view-open .interface-interface-skeleton__actions:focus-within {
|
|
533
650
|
top: 46px;
|
|
534
651
|
}
|
|
652
|
+
|
|
535
653
|
@media (min-width: 782px) {
|
|
536
654
|
.is-entity-save-view-open .interface-interface-skeleton__actions:focus, .is-entity-save-view-open .interface-interface-skeleton__actions:focus-within {
|
|
537
655
|
border-right: 1px solid #ddd;
|
|
@@ -541,27 +659,32 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
541
659
|
top: 0;
|
|
542
660
|
}
|
|
543
661
|
}
|
|
544
|
-
|
|
545
662
|
.interface-pinned-items {
|
|
546
663
|
display: flex;
|
|
547
|
-
gap: 8px;
|
|
548
664
|
}
|
|
665
|
+
|
|
549
666
|
.interface-pinned-items .components-button {
|
|
550
667
|
display: none;
|
|
551
668
|
margin: 0;
|
|
552
669
|
}
|
|
670
|
+
|
|
553
671
|
.interface-pinned-items .components-button[aria-controls="edit-post:document"], .interface-pinned-items .components-button[aria-controls="edit-post:block"], .interface-pinned-items .components-button[aria-controls="edit-site:template"], .interface-pinned-items .components-button[aria-controls="edit-site:block-inspector"] {
|
|
554
672
|
display: flex;
|
|
555
673
|
}
|
|
674
|
+
|
|
556
675
|
.interface-pinned-items .components-button svg {
|
|
557
676
|
max-width: 24px;
|
|
558
677
|
max-height: 24px;
|
|
559
678
|
}
|
|
679
|
+
|
|
560
680
|
@media (min-width: 600px) {
|
|
561
681
|
.interface-pinned-items .components-button {
|
|
562
682
|
display: flex;
|
|
563
683
|
}
|
|
564
684
|
}
|
|
685
|
+
.interface-pinned-items {
|
|
686
|
+
gap: 8px;
|
|
687
|
+
}
|
|
565
688
|
|
|
566
689
|
.editor-autocompleters__user .editor-autocompleters__no-avatar::before {
|
|
567
690
|
/* stylelint-disable-next-line font-family-no-missing-generic-family-keyword -- dashicons don't need a generic family keyword. */
|
|
@@ -608,11 +731,13 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
608
731
|
|
|
609
732
|
.editor-collab-sidebar {
|
|
610
733
|
height: 100%;
|
|
734
|
+
overflow: hidden;
|
|
611
735
|
}
|
|
612
736
|
|
|
613
737
|
.editor-collab-sidebar-panel {
|
|
614
738
|
padding: 16px;
|
|
615
739
|
height: 100%;
|
|
740
|
+
overflow: hidden;
|
|
616
741
|
}
|
|
617
742
|
|
|
618
743
|
.editor-collab-sidebar-panel__thread {
|
|
@@ -621,6 +746,8 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
621
746
|
border-radius: 8px;
|
|
622
747
|
border: 1px solid #ddd;
|
|
623
748
|
background-color: #f0f0f0;
|
|
749
|
+
overflow: hidden;
|
|
750
|
+
width: auto;
|
|
624
751
|
}
|
|
625
752
|
.editor-collab-sidebar-panel__thread.is-selected {
|
|
626
753
|
background-color: #fff;
|
|
@@ -630,9 +757,11 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
630
757
|
outline: var(--wp-admin-border-width-focus) solid var(--wp-admin-theme-color);
|
|
631
758
|
outline-offset: calc(-1 * var(--wp-admin-border-width-focus));
|
|
632
759
|
}
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
760
|
+
.editor-collab-sidebar-panel__thread.is-floating {
|
|
761
|
+
right: 16px;
|
|
762
|
+
left: 16px;
|
|
763
|
+
position: absolute;
|
|
764
|
+
margin-top: 16px;
|
|
636
765
|
}
|
|
637
766
|
|
|
638
767
|
.editor-collab-sidebar-panel__user-name {
|
|
@@ -664,27 +793,6 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
664
793
|
padding: var(--wp-admin-border-width-focus);
|
|
665
794
|
}
|
|
666
795
|
|
|
667
|
-
.editor-collab-sidebar-panel__thread-overlay {
|
|
668
|
-
background-color: rgba(0, 0, 0, 0.7);
|
|
669
|
-
width: 100%;
|
|
670
|
-
height: 100%;
|
|
671
|
-
text-align: center;
|
|
672
|
-
position: absolute;
|
|
673
|
-
top: 0;
|
|
674
|
-
right: 0;
|
|
675
|
-
z-index: 1;
|
|
676
|
-
padding: 15px;
|
|
677
|
-
border-radius: 8px;
|
|
678
|
-
color: #fff;
|
|
679
|
-
}
|
|
680
|
-
.editor-collab-sidebar-panel__thread-overlay p {
|
|
681
|
-
margin-bottom: 15px;
|
|
682
|
-
}
|
|
683
|
-
.editor-collab-sidebar-panel__thread-overlay button {
|
|
684
|
-
padding: 4px 10px;
|
|
685
|
-
color: #fff;
|
|
686
|
-
}
|
|
687
|
-
|
|
688
796
|
.editor-collab-sidebar-panel__comment-status {
|
|
689
797
|
margin-right: auto;
|
|
690
798
|
}
|
|
@@ -713,6 +821,10 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
713
821
|
font-weight: 500;
|
|
714
822
|
}
|
|
715
823
|
|
|
824
|
+
.editor-collab-sidebar-panel__resolution-text {
|
|
825
|
+
font-style: italic;
|
|
826
|
+
}
|
|
827
|
+
|
|
716
828
|
.editor-collab-sidebar-panel__comment-form textarea {
|
|
717
829
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
718
830
|
padding: 6px 8px;
|
|
@@ -723,9 +835,6 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
723
835
|
box-shadow: 0 0 0 transparent;
|
|
724
836
|
border-radius: 2px;
|
|
725
837
|
border: 1px solid #949494;
|
|
726
|
-
padding: 9px 11px;
|
|
727
|
-
line-height: 20px !important;
|
|
728
|
-
display: block;
|
|
729
838
|
}
|
|
730
839
|
@media not (prefers-reduced-motion) {
|
|
731
840
|
.editor-collab-sidebar-panel__comment-form textarea {
|
|
@@ -753,6 +862,38 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
753
862
|
.editor-collab-sidebar-panel__comment-form textarea:-ms-input-placeholder {
|
|
754
863
|
color: rgba(30, 30, 30, 0.62);
|
|
755
864
|
}
|
|
865
|
+
.editor-collab-sidebar-panel__comment-form textarea {
|
|
866
|
+
padding: 9px 11px;
|
|
867
|
+
line-height: 20px !important;
|
|
868
|
+
display: block;
|
|
869
|
+
}
|
|
870
|
+
|
|
871
|
+
.editor-collab-sidebar-panel__skip-to-comment,
|
|
872
|
+
.editor-collab-sidebar-panel__skip-to-block {
|
|
873
|
+
position: absolute;
|
|
874
|
+
top: -9999px;
|
|
875
|
+
left: -9999px;
|
|
876
|
+
overflow: hidden;
|
|
877
|
+
clip-path: inset(50%);
|
|
878
|
+
background: #fff !important;
|
|
879
|
+
z-index: -1;
|
|
880
|
+
}
|
|
881
|
+
.editor-collab-sidebar-panel__skip-to-comment:focus,
|
|
882
|
+
.editor-collab-sidebar-panel__skip-to-block:focus {
|
|
883
|
+
overflow: visible;
|
|
884
|
+
clip-path: none;
|
|
885
|
+
z-index: 1;
|
|
886
|
+
left: 8px;
|
|
887
|
+
}
|
|
888
|
+
|
|
889
|
+
.editor-collab-sidebar-panel__skip-to-comment:focus {
|
|
890
|
+
top: 8px;
|
|
891
|
+
}
|
|
892
|
+
|
|
893
|
+
.editor-collab-sidebar-panel__skip-to-block:focus {
|
|
894
|
+
top: auto;
|
|
895
|
+
bottom: 8px;
|
|
896
|
+
}
|
|
756
897
|
|
|
757
898
|
.comment-avatar-indicator {
|
|
758
899
|
position: relative;
|
|
@@ -884,6 +1025,24 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
884
1025
|
min-width: 235px;
|
|
885
1026
|
}
|
|
886
1027
|
|
|
1028
|
+
.editor-block-visibility__disabled-blocks-count {
|
|
1029
|
+
border: 1px solid #ddd;
|
|
1030
|
+
border-width: 1px 0;
|
|
1031
|
+
box-shadow: 32px 0 0 0 #fff, -32px 0 0 0 #fff;
|
|
1032
|
+
padding: 8px;
|
|
1033
|
+
background-color: #fff;
|
|
1034
|
+
text-align: center;
|
|
1035
|
+
position: sticky;
|
|
1036
|
+
top: -5px;
|
|
1037
|
+
z-index: 2;
|
|
1038
|
+
}
|
|
1039
|
+
.editor-block-visibility__disabled-blocks-count ~ .block-editor-block-manager__content .block-editor-block-manager__category-title {
|
|
1040
|
+
top: 31px;
|
|
1041
|
+
}
|
|
1042
|
+
.editor-block-visibility__disabled-blocks-count .is-link {
|
|
1043
|
+
margin-right: 12px;
|
|
1044
|
+
}
|
|
1045
|
+
|
|
887
1046
|
.editor-blog-title-dropdown__content .components-popover__content {
|
|
888
1047
|
min-width: 320px;
|
|
889
1048
|
padding: 16px;
|
|
@@ -1074,10 +1233,6 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
1074
1233
|
padding: 1px 0;
|
|
1075
1234
|
}
|
|
1076
1235
|
|
|
1077
|
-
.editor-document-outline.has-no-headings {
|
|
1078
|
-
text-align: center;
|
|
1079
|
-
color: #757575;
|
|
1080
|
-
}
|
|
1081
1236
|
.editor-document-outline.has-no-headings > svg {
|
|
1082
1237
|
margin-top: 28px;
|
|
1083
1238
|
}
|
|
@@ -1085,6 +1240,10 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
1085
1240
|
padding-right: 32px;
|
|
1086
1241
|
padding-left: 32px;
|
|
1087
1242
|
}
|
|
1243
|
+
.editor-document-outline.has-no-headings {
|
|
1244
|
+
text-align: center;
|
|
1245
|
+
color: #757575;
|
|
1246
|
+
}
|
|
1088
1247
|
|
|
1089
1248
|
.editor-document-tools {
|
|
1090
1249
|
display: inline-flex;
|
|
@@ -1096,7 +1255,7 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
1096
1255
|
}
|
|
1097
1256
|
@media (min-width: 782px) {
|
|
1098
1257
|
.editor-document-tools .editor-document-tools__left > .editor-history__redo,
|
|
1099
|
-
.editor-document-tools .editor-document-tools__left > .editor-history__undo {
|
|
1258
|
+
.editor-document-tools .editor-document-tools__left > .editor-history__undo {
|
|
1100
1259
|
display: inline-flex;
|
|
1101
1260
|
}
|
|
1102
1261
|
}
|
|
@@ -1262,20 +1421,19 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
1262
1421
|
|
|
1263
1422
|
.editor-header {
|
|
1264
1423
|
box-sizing: border-box;
|
|
1265
|
-
height: 64px;
|
|
1266
|
-
background: #fff;
|
|
1267
|
-
display: grid;
|
|
1268
|
-
grid-auto-flow: row;
|
|
1269
|
-
grid-template: auto/64px minmax(0, max-content) minmax(min-content, 1fr) 64px;
|
|
1270
|
-
align-items: center;
|
|
1271
|
-
max-width: 100vw;
|
|
1272
|
-
justify-content: space-between;
|
|
1273
1424
|
}
|
|
1274
1425
|
.editor-header *,
|
|
1275
1426
|
.editor-header *::before,
|
|
1276
1427
|
.editor-header *::after {
|
|
1277
1428
|
box-sizing: inherit;
|
|
1278
1429
|
}
|
|
1430
|
+
.editor-header {
|
|
1431
|
+
height: 64px;
|
|
1432
|
+
background: #fff;
|
|
1433
|
+
display: grid;
|
|
1434
|
+
grid-auto-flow: row;
|
|
1435
|
+
grid-template: auto/64px minmax(0, max-content) minmax(min-content, 1fr) 64px;
|
|
1436
|
+
}
|
|
1279
1437
|
.editor-header:has(> .editor-header__center) {
|
|
1280
1438
|
grid-template: auto/64px min-content 1fr min-content 64px;
|
|
1281
1439
|
}
|
|
@@ -1289,6 +1447,11 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
1289
1447
|
gap: 16px;
|
|
1290
1448
|
}
|
|
1291
1449
|
}
|
|
1450
|
+
.editor-header {
|
|
1451
|
+
align-items: center;
|
|
1452
|
+
max-width: 100vw;
|
|
1453
|
+
justify-content: space-between;
|
|
1454
|
+
}
|
|
1292
1455
|
@media (min-width: 280px) {
|
|
1293
1456
|
.editor-header {
|
|
1294
1457
|
flex-wrap: nowrap;
|
|
@@ -1297,10 +1460,6 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
1297
1460
|
|
|
1298
1461
|
.editor-header__toolbar {
|
|
1299
1462
|
grid-column: 1/3;
|
|
1300
|
-
display: flex;
|
|
1301
|
-
min-width: 0;
|
|
1302
|
-
align-items: center;
|
|
1303
|
-
clip-path: inset(-2px);
|
|
1304
1463
|
}
|
|
1305
1464
|
.editor-header__toolbar > :first-child {
|
|
1306
1465
|
margin-inline: 16px 0;
|
|
@@ -1313,6 +1472,12 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
1313
1472
|
margin-inline: 0;
|
|
1314
1473
|
}
|
|
1315
1474
|
}
|
|
1475
|
+
.editor-header__toolbar {
|
|
1476
|
+
display: flex;
|
|
1477
|
+
min-width: 0;
|
|
1478
|
+
align-items: center;
|
|
1479
|
+
clip-path: inset(-2px);
|
|
1480
|
+
}
|
|
1316
1481
|
@media (min-width: 480px) {
|
|
1317
1482
|
.editor-header__toolbar {
|
|
1318
1483
|
clip-path: none;
|
|
@@ -1355,21 +1520,25 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
1355
1520
|
*/
|
|
1356
1521
|
.editor-header__settings {
|
|
1357
1522
|
grid-column: 3/-1;
|
|
1523
|
+
}
|
|
1524
|
+
.editor-header:has(> .editor-header__center) .editor-header__settings {
|
|
1525
|
+
grid-column: 4/-1;
|
|
1526
|
+
}
|
|
1527
|
+
.editor-header__settings {
|
|
1358
1528
|
justify-self: end;
|
|
1359
1529
|
display: inline-flex;
|
|
1360
1530
|
align-items: center;
|
|
1361
1531
|
flex-wrap: nowrap;
|
|
1362
1532
|
padding-left: 4px;
|
|
1363
|
-
gap: 8px;
|
|
1364
|
-
}
|
|
1365
|
-
.editor-header:has(> .editor-header__center) .editor-header__settings {
|
|
1366
|
-
grid-column: 4/-1;
|
|
1367
1533
|
}
|
|
1368
1534
|
@media (min-width: 600px) {
|
|
1369
1535
|
.editor-header__settings {
|
|
1370
1536
|
padding-left: 8px;
|
|
1371
1537
|
}
|
|
1372
1538
|
}
|
|
1539
|
+
.editor-header__settings {
|
|
1540
|
+
gap: 8px;
|
|
1541
|
+
}
|
|
1373
1542
|
|
|
1374
1543
|
/**
|
|
1375
1544
|
* Show icon labels.
|
|
@@ -1417,9 +1586,9 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
1417
1586
|
}
|
|
1418
1587
|
@media (min-width: 600px) {
|
|
1419
1588
|
.show-icon-labels.interface-pinned-items .editor-document-tools__inserter-toggle.editor-document-tools__inserter-toggle,
|
|
1420
|
-
.show-icon-labels.interface-pinned-items .interface-pinned-items .components-button,
|
|
1421
|
-
.show-icon-labels .editor-header .editor-document-tools__inserter-toggle.editor-document-tools__inserter-toggle,
|
|
1422
|
-
.show-icon-labels .editor-header .interface-pinned-items .components-button {
|
|
1589
|
+
.show-icon-labels.interface-pinned-items .interface-pinned-items .components-button,
|
|
1590
|
+
.show-icon-labels .editor-header .editor-document-tools__inserter-toggle.editor-document-tools__inserter-toggle,
|
|
1591
|
+
.show-icon-labels .editor-header .interface-pinned-items .components-button {
|
|
1423
1592
|
padding-right: 12px;
|
|
1424
1593
|
padding-left: 12px;
|
|
1425
1594
|
}
|
|
@@ -1516,15 +1685,17 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
1516
1685
|
|
|
1517
1686
|
.editor-inserter-sidebar {
|
|
1518
1687
|
box-sizing: border-box;
|
|
1519
|
-
height: 100%;
|
|
1520
|
-
display: flex;
|
|
1521
|
-
flex-direction: column;
|
|
1522
1688
|
}
|
|
1523
1689
|
.editor-inserter-sidebar *,
|
|
1524
1690
|
.editor-inserter-sidebar *::before,
|
|
1525
1691
|
.editor-inserter-sidebar *::after {
|
|
1526
1692
|
box-sizing: inherit;
|
|
1527
1693
|
}
|
|
1694
|
+
.editor-inserter-sidebar {
|
|
1695
|
+
height: 100%;
|
|
1696
|
+
display: flex;
|
|
1697
|
+
flex-direction: column;
|
|
1698
|
+
}
|
|
1528
1699
|
|
|
1529
1700
|
.editor-inserter-sidebar__content {
|
|
1530
1701
|
height: 100%;
|
|
@@ -1589,13 +1760,6 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
1589
1760
|
.editor-list-view-sidebar__list-view-panel-content,
|
|
1590
1761
|
.editor-list-view-sidebar__list-view-container > .document-outline {
|
|
1591
1762
|
height: 100%;
|
|
1592
|
-
scrollbar-width: thin;
|
|
1593
|
-
scrollbar-gutter: stable both-edges;
|
|
1594
|
-
scrollbar-color: transparent transparent;
|
|
1595
|
-
will-change: transform;
|
|
1596
|
-
overflow: auto;
|
|
1597
|
-
scrollbar-gutter: auto;
|
|
1598
|
-
padding: 4px;
|
|
1599
1763
|
}
|
|
1600
1764
|
.editor-list-view-sidebar__list-view-panel-content::-webkit-scrollbar,
|
|
1601
1765
|
.editor-list-view-sidebar__list-view-container > .document-outline::-webkit-scrollbar {
|
|
@@ -1619,18 +1783,34 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
1619
1783
|
.editor-list-view-sidebar__list-view-container > .document-outline:focus-within::-webkit-scrollbar-thumb {
|
|
1620
1784
|
background-color: #949494;
|
|
1621
1785
|
}
|
|
1786
|
+
.editor-list-view-sidebar__list-view-panel-content,
|
|
1787
|
+
.editor-list-view-sidebar__list-view-container > .document-outline {
|
|
1788
|
+
scrollbar-width: thin;
|
|
1789
|
+
scrollbar-gutter: stable both-edges;
|
|
1790
|
+
scrollbar-color: transparent transparent;
|
|
1791
|
+
}
|
|
1622
1792
|
.editor-list-view-sidebar__list-view-panel-content:hover, .editor-list-view-sidebar__list-view-panel-content:focus, .editor-list-view-sidebar__list-view-panel-content:focus-within,
|
|
1623
1793
|
.editor-list-view-sidebar__list-view-container > .document-outline:hover,
|
|
1624
1794
|
.editor-list-view-sidebar__list-view-container > .document-outline:focus,
|
|
1625
1795
|
.editor-list-view-sidebar__list-view-container > .document-outline:focus-within {
|
|
1626
1796
|
scrollbar-color: #949494 transparent;
|
|
1627
1797
|
}
|
|
1798
|
+
.editor-list-view-sidebar__list-view-panel-content,
|
|
1799
|
+
.editor-list-view-sidebar__list-view-container > .document-outline {
|
|
1800
|
+
will-change: transform;
|
|
1801
|
+
}
|
|
1628
1802
|
@media (hover: none) {
|
|
1629
1803
|
.editor-list-view-sidebar__list-view-panel-content,
|
|
1630
|
-
.editor-list-view-sidebar__list-view-container > .document-outline {
|
|
1804
|
+
.editor-list-view-sidebar__list-view-container > .document-outline {
|
|
1631
1805
|
scrollbar-color: #949494 transparent;
|
|
1632
1806
|
}
|
|
1633
1807
|
}
|
|
1808
|
+
.editor-list-view-sidebar__list-view-panel-content,
|
|
1809
|
+
.editor-list-view-sidebar__list-view-container > .document-outline {
|
|
1810
|
+
overflow: auto;
|
|
1811
|
+
scrollbar-gutter: auto;
|
|
1812
|
+
padding: 4px;
|
|
1813
|
+
}
|
|
1634
1814
|
|
|
1635
1815
|
.editor-list-view-sidebar__list-view-container {
|
|
1636
1816
|
display: flex;
|
|
@@ -1767,6 +1947,9 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
1767
1947
|
.editor-post-featured-image {
|
|
1768
1948
|
padding: 0;
|
|
1769
1949
|
}
|
|
1950
|
+
.editor-post-featured-image .hidden {
|
|
1951
|
+
display: none;
|
|
1952
|
+
}
|
|
1770
1953
|
.editor-post-featured-image .components-spinner {
|
|
1771
1954
|
position: absolute;
|
|
1772
1955
|
top: 50%;
|
|
@@ -2003,7 +2186,7 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
2003
2186
|
}
|
|
2004
2187
|
@media (min-width: 480px) {
|
|
2005
2188
|
.editor-post-publish-panel__header-publish-button,
|
|
2006
|
-
.editor-post-publish-panel__header-cancel-button {
|
|
2189
|
+
.editor-post-publish-panel__header-cancel-button {
|
|
2007
2190
|
max-width: 160px;
|
|
2008
2191
|
}
|
|
2009
2192
|
}
|
|
@@ -2124,6 +2307,13 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
2124
2307
|
}
|
|
2125
2308
|
.editor-post-publish-panel {
|
|
2126
2309
|
box-sizing: border-box;
|
|
2310
|
+
}
|
|
2311
|
+
.editor-post-publish-panel *,
|
|
2312
|
+
.editor-post-publish-panel *::before,
|
|
2313
|
+
.editor-post-publish-panel *::after {
|
|
2314
|
+
box-sizing: inherit;
|
|
2315
|
+
}
|
|
2316
|
+
.editor-post-publish-panel {
|
|
2127
2317
|
position: fixed;
|
|
2128
2318
|
z-index: 100001;
|
|
2129
2319
|
background: #fff;
|
|
@@ -2133,11 +2323,6 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
2133
2323
|
right: 0;
|
|
2134
2324
|
overflow: auto;
|
|
2135
2325
|
}
|
|
2136
|
-
.editor-post-publish-panel *,
|
|
2137
|
-
.editor-post-publish-panel *::before,
|
|
2138
|
-
.editor-post-publish-panel *::after {
|
|
2139
|
-
box-sizing: inherit;
|
|
2140
|
-
}
|
|
2141
2326
|
@media (min-width: 782px) {
|
|
2142
2327
|
.editor-post-publish-panel {
|
|
2143
2328
|
z-index: 99998;
|
|
@@ -2157,8 +2342,6 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
2157
2342
|
body.is-fullscreen-mode .editor-post-publish-panel {
|
|
2158
2343
|
top: 0;
|
|
2159
2344
|
}
|
|
2160
|
-
}
|
|
2161
|
-
@media (min-width: 782px) {
|
|
2162
2345
|
[role=region]:focus .editor-post-publish-panel {
|
|
2163
2346
|
transform: translateX(0%);
|
|
2164
2347
|
}
|
|
@@ -2350,20 +2533,24 @@ textarea.editor-post-text-editor {
|
|
|
2350
2533
|
font-family: Menlo, Consolas, monaco, monospace;
|
|
2351
2534
|
line-height: 2.4;
|
|
2352
2535
|
min-height: 200px;
|
|
2353
|
-
padding: 16px;
|
|
2354
|
-
/* Fonts smaller than 16px causes mobile safari to zoom. */
|
|
2355
|
-
font-size: 16px !important;
|
|
2356
2536
|
}
|
|
2357
2537
|
@media not (prefers-reduced-motion) {
|
|
2358
2538
|
textarea.editor-post-text-editor {
|
|
2359
2539
|
transition: border 0.1s ease-out, box-shadow 0.1s linear;
|
|
2360
2540
|
}
|
|
2361
2541
|
}
|
|
2542
|
+
textarea.editor-post-text-editor {
|
|
2543
|
+
padding: 16px;
|
|
2544
|
+
}
|
|
2362
2545
|
@media (min-width: 600px) {
|
|
2363
2546
|
textarea.editor-post-text-editor {
|
|
2364
2547
|
padding: 24px;
|
|
2365
2548
|
}
|
|
2366
2549
|
}
|
|
2550
|
+
textarea.editor-post-text-editor {
|
|
2551
|
+
/* Fonts smaller than 16px causes mobile safari to zoom. */
|
|
2552
|
+
font-size: 16px !important;
|
|
2553
|
+
}
|
|
2367
2554
|
@media (min-width: 600px) {
|
|
2368
2555
|
textarea.editor-post-text-editor {
|
|
2369
2556
|
font-size: 15px !important;
|
|
@@ -2716,16 +2903,18 @@ textarea.editor-post-text-editor:-ms-input-placeholder {
|
|
|
2716
2903
|
|
|
2717
2904
|
.editor-text-editor {
|
|
2718
2905
|
box-sizing: border-box;
|
|
2719
|
-
position: relative;
|
|
2720
|
-
width: 100%;
|
|
2721
|
-
background-color: #fff;
|
|
2722
|
-
flex-grow: 1;
|
|
2723
2906
|
}
|
|
2724
2907
|
.editor-text-editor *,
|
|
2725
2908
|
.editor-text-editor *::before,
|
|
2726
2909
|
.editor-text-editor *::after {
|
|
2727
2910
|
box-sizing: inherit;
|
|
2728
2911
|
}
|
|
2912
|
+
.editor-text-editor {
|
|
2913
|
+
position: relative;
|
|
2914
|
+
width: 100%;
|
|
2915
|
+
background-color: #fff;
|
|
2916
|
+
flex-grow: 1;
|
|
2917
|
+
}
|
|
2729
2918
|
.editor-text-editor .editor-post-title:not(.is-raw-text),
|
|
2730
2919
|
.editor-text-editor .editor-post-title.is-raw-text textarea {
|
|
2731
2920
|
max-width: none;
|
|
@@ -2739,7 +2928,7 @@ textarea.editor-post-text-editor:-ms-input-placeholder {
|
|
|
2739
2928
|
}
|
|
2740
2929
|
@media (min-width: 600px) {
|
|
2741
2930
|
.editor-text-editor .editor-post-title:not(.is-raw-text),
|
|
2742
|
-
.editor-text-editor .editor-post-title.is-raw-text textarea {
|
|
2931
|
+
.editor-text-editor .editor-post-title.is-raw-text textarea {
|
|
2743
2932
|
padding: 24px;
|
|
2744
2933
|
}
|
|
2745
2934
|
}
|
|
@@ -2792,12 +2981,14 @@ textarea.editor-post-text-editor:-ms-input-placeholder {
|
|
|
2792
2981
|
.editor-visual-editor {
|
|
2793
2982
|
position: relative;
|
|
2794
2983
|
display: flex;
|
|
2795
|
-
background-color:
|
|
2796
|
-
align-items: center;
|
|
2984
|
+
background-color: var(--wp-editor-canvas-background);
|
|
2797
2985
|
}
|
|
2798
2986
|
.editor-visual-editor iframe[name=editor-canvas] {
|
|
2799
2987
|
background-color: transparent;
|
|
2800
2988
|
}
|
|
2989
|
+
.editor-visual-editor {
|
|
2990
|
+
align-items: center;
|
|
2991
|
+
}
|
|
2801
2992
|
.editor-visual-editor.is-resizable {
|
|
2802
2993
|
max-height: 100%;
|
|
2803
2994
|
}
|