@wordpress/edit-widgets 6.36.1-next.6deb34194.0 → 6.36.1-next.76cff8c98.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/LICENSE.md +1 -1
- package/build/blocks/widget-area/edit/{index.js → index.cjs} +4 -4
- package/build/blocks/widget-area/edit/{inner-blocks.js → inner-blocks.cjs} +2 -2
- package/build/blocks/widget-area/edit/{use-is-dragging-within.js → use-is-dragging-within.cjs} +1 -1
- package/build/blocks/widget-area/{index.js → index.cjs} +2 -2
- package/build/components/error-boundary/{index.js → index.cjs} +1 -1
- package/build/components/header/document-tools/{index.js → index.cjs} +5 -5
- package/build/components/header/{index.js → index.cjs} +4 -4
- package/build/components/header/undo-redo/{redo.js → redo.cjs} +1 -1
- package/build/components/header/undo-redo/{undo.js → undo.cjs} +1 -1
- package/build/components/keyboard-shortcut-help-modal/{config.js → config.cjs} +1 -1
- package/build/components/keyboard-shortcut-help-modal/{dynamic-shortcut.js → dynamic-shortcut.cjs} +2 -2
- package/build/components/keyboard-shortcut-help-modal/{index.js → index.cjs} +4 -4
- package/build/components/keyboard-shortcut-help-modal/{shortcut.js → shortcut.cjs} +1 -1
- package/build/components/keyboard-shortcuts/{index.js → index.cjs} +2 -2
- package/build/components/layout/{index.js → index.cjs} +7 -7
- package/build/components/layout/{interface.js → interface.cjs} +5 -5
- package/build/components/layout/{unsaved-changes-warning.js → unsaved-changes-warning.cjs} +2 -2
- package/build/components/more-menu/{index.js → index.cjs} +3 -3
- package/build/components/more-menu/{tools-more-menu-group.js → tools-more-menu-group.cjs} +1 -1
- package/build/components/notices/{index.js → index.cjs} +1 -1
- package/build/components/save-button/{index.js → index.cjs} +2 -2
- package/build/components/secondary-sidebar/{index.js → index.cjs} +4 -4
- package/build/components/secondary-sidebar/{inserter-sidebar.js → inserter-sidebar.cjs} +3 -3
- package/build/components/secondary-sidebar/{list-view-sidebar.js → list-view-sidebar.cjs} +3 -3
- package/build/components/sidebar/{index.js → index.cjs} +4 -4
- package/build/components/sidebar/{widget-areas.js → widget-areas.cjs} +2 -2
- package/build/components/welcome-guide/{index.js → index.cjs} +2 -2
- package/build/components/widget-areas-block-editor-content/{index.js → index.cjs} +3 -3
- package/build/components/widget-areas-block-editor-provider/{index.js → index.cjs} +7 -7
- package/build/{constants.js → constants.cjs} +1 -1
- package/build/filters/index.cjs +4 -0
- package/build/filters/{move-to-widget-area.js → move-to-widget-area.cjs} +2 -2
- package/build/filters/{replace-media-upload.js → replace-media-upload.cjs} +1 -1
- package/build/hooks/{use-last-selected-widget-area.js → use-last-selected-widget-area.cjs} +3 -3
- package/build/hooks/{use-widget-library-insertion-point.js → use-widget-library-insertion-point.cjs} +3 -3
- package/build/{index.js → index.cjs} +7 -7
- package/build/{lock-unlock.js → lock-unlock.cjs} +1 -1
- package/build/store/{actions.js → actions.cjs} +4 -4
- package/build/store/{constants.js → constants.cjs} +1 -1
- package/build/store/{index.js → index.cjs} +8 -8
- package/build/store/{private-selectors.js → private-selectors.cjs} +1 -1
- package/build/store/{reducer.js → reducer.cjs} +1 -1
- package/build/store/{resolvers.js → resolvers.cjs} +4 -4
- package/build/store/{selectors.js → selectors.cjs} +3 -3
- package/build/store/{transformers.js → transformers.cjs} +1 -1
- package/build/store/{utils.js → utils.cjs} +1 -1
- package/build-module/blocks/widget-area/edit/{index.js → index.mjs} +4 -4
- package/build-module/blocks/widget-area/edit/{inner-blocks.js → inner-blocks.mjs} +2 -2
- package/build-module/blocks/widget-area/edit/{use-is-dragging-within.js → use-is-dragging-within.mjs} +1 -1
- package/build-module/blocks/widget-area/{index.js → index.mjs} +2 -2
- package/build-module/components/error-boundary/{index.js → index.mjs} +1 -1
- package/build-module/components/header/document-tools/{index.js → index.mjs} +5 -5
- package/build-module/components/header/{index.js → index.mjs} +4 -4
- package/build-module/components/header/undo-redo/{redo.js → redo.mjs} +1 -1
- package/build-module/components/header/undo-redo/{undo.js → undo.mjs} +1 -1
- package/build-module/components/keyboard-shortcut-help-modal/{config.js → config.mjs} +1 -1
- package/build-module/components/keyboard-shortcut-help-modal/{dynamic-shortcut.js → dynamic-shortcut.mjs} +2 -2
- package/build-module/components/keyboard-shortcut-help-modal/{index.js → index.mjs} +4 -4
- package/build-module/components/keyboard-shortcut-help-modal/{shortcut.js → shortcut.mjs} +1 -1
- package/build-module/components/keyboard-shortcuts/{index.js → index.mjs} +2 -2
- package/build-module/components/layout/{index.js → index.mjs} +7 -7
- package/build-module/components/layout/{interface.js → interface.mjs} +5 -5
- package/build-module/components/layout/{unsaved-changes-warning.js → unsaved-changes-warning.mjs} +2 -2
- package/build-module/components/more-menu/{index.js → index.mjs} +3 -3
- package/build-module/components/more-menu/{tools-more-menu-group.js → tools-more-menu-group.mjs} +1 -1
- package/build-module/components/notices/{index.js → index.mjs} +1 -1
- package/build-module/components/save-button/{index.js → index.mjs} +2 -2
- package/build-module/components/secondary-sidebar/{index.js → index.mjs} +4 -4
- package/build-module/components/secondary-sidebar/{inserter-sidebar.js → inserter-sidebar.mjs} +3 -3
- package/build-module/components/secondary-sidebar/{list-view-sidebar.js → list-view-sidebar.mjs} +3 -3
- package/build-module/components/sidebar/{index.js → index.mjs} +4 -4
- package/build-module/components/sidebar/{widget-areas.js → widget-areas.mjs} +2 -2
- package/build-module/components/welcome-guide/{index.js → index.mjs} +2 -2
- package/build-module/components/widget-areas-block-editor-content/{index.js → index.mjs} +3 -3
- package/build-module/components/widget-areas-block-editor-provider/{index.js → index.mjs} +7 -7
- package/build-module/{constants.js → constants.mjs} +1 -1
- package/build-module/filters/index.mjs +4 -0
- package/build-module/filters/{move-to-widget-area.js → move-to-widget-area.mjs} +2 -2
- package/build-module/filters/{replace-media-upload.js → replace-media-upload.mjs} +1 -1
- package/build-module/hooks/{use-last-selected-widget-area.js → use-last-selected-widget-area.mjs} +3 -3
- package/build-module/hooks/{use-widget-library-insertion-point.js → use-widget-library-insertion-point.mjs} +3 -3
- package/build-module/{index.js → index.mjs} +7 -7
- package/build-module/{lock-unlock.js → lock-unlock.mjs} +1 -1
- package/build-module/store/{actions.js → actions.mjs} +4 -4
- package/build-module/store/{constants.js → constants.mjs} +1 -1
- package/build-module/store/{index.js → index.mjs} +8 -8
- package/build-module/store/{private-selectors.js → private-selectors.mjs} +1 -1
- package/build-module/store/{reducer.js → reducer.mjs} +1 -1
- package/build-module/store/{resolvers.js → resolvers.mjs} +4 -4
- package/build-module/store/{selectors.js → selectors.mjs} +3 -3
- package/build-module/store/{transformers.js → transformers.mjs} +1 -1
- package/build-module/store/{utils.js → utils.mjs} +1 -1
- package/build-style/style-rtl.css +13 -125
- package/build-style/style.css +13 -125
- package/package.json +44 -33
- package/src/style.scss +0 -2
- package/build/filters/index.js +0 -4
- package/build-module/filters/index.js +0 -4
- /package/build/blocks/widget-area/edit/{index.js.map → index.cjs.map} +0 -0
- /package/build/blocks/widget-area/edit/{inner-blocks.js.map → inner-blocks.cjs.map} +0 -0
- /package/build/blocks/widget-area/edit/{use-is-dragging-within.js.map → use-is-dragging-within.cjs.map} +0 -0
- /package/build/blocks/widget-area/{index.js.map → index.cjs.map} +0 -0
- /package/build/components/error-boundary/{index.js.map → index.cjs.map} +0 -0
- /package/build/components/header/document-tools/{index.js.map → index.cjs.map} +0 -0
- /package/build/components/header/{index.js.map → index.cjs.map} +0 -0
- /package/build/components/header/undo-redo/{redo.js.map → redo.cjs.map} +0 -0
- /package/build/components/header/undo-redo/{undo.js.map → undo.cjs.map} +0 -0
- /package/build/components/keyboard-shortcut-help-modal/{config.js.map → config.cjs.map} +0 -0
- /package/build/components/keyboard-shortcut-help-modal/{dynamic-shortcut.js.map → dynamic-shortcut.cjs.map} +0 -0
- /package/build/components/keyboard-shortcut-help-modal/{index.js.map → index.cjs.map} +0 -0
- /package/build/components/keyboard-shortcut-help-modal/{shortcut.js.map → shortcut.cjs.map} +0 -0
- /package/build/components/keyboard-shortcuts/{index.js.map → index.cjs.map} +0 -0
- /package/build/components/layout/{index.js.map → index.cjs.map} +0 -0
- /package/build/components/layout/{interface.js.map → interface.cjs.map} +0 -0
- /package/build/components/layout/{unsaved-changes-warning.js.map → unsaved-changes-warning.cjs.map} +0 -0
- /package/build/components/more-menu/{index.js.map → index.cjs.map} +0 -0
- /package/build/components/more-menu/{tools-more-menu-group.js.map → tools-more-menu-group.cjs.map} +0 -0
- /package/build/components/notices/{index.js.map → index.cjs.map} +0 -0
- /package/build/components/save-button/{index.js.map → index.cjs.map} +0 -0
- /package/build/components/secondary-sidebar/{index.js.map → index.cjs.map} +0 -0
- /package/build/components/secondary-sidebar/{inserter-sidebar.js.map → inserter-sidebar.cjs.map} +0 -0
- /package/build/components/secondary-sidebar/{list-view-sidebar.js.map → list-view-sidebar.cjs.map} +0 -0
- /package/build/components/sidebar/{index.js.map → index.cjs.map} +0 -0
- /package/build/components/sidebar/{widget-areas.js.map → widget-areas.cjs.map} +0 -0
- /package/build/components/welcome-guide/{index.js.map → index.cjs.map} +0 -0
- /package/build/components/widget-areas-block-editor-content/{index.js.map → index.cjs.map} +0 -0
- /package/build/components/widget-areas-block-editor-provider/{index.js.map → index.cjs.map} +0 -0
- /package/build/{constants.js.map → constants.cjs.map} +0 -0
- /package/build/filters/{index.js.map → index.cjs.map} +0 -0
- /package/build/filters/{move-to-widget-area.js.map → move-to-widget-area.cjs.map} +0 -0
- /package/build/filters/{replace-media-upload.js.map → replace-media-upload.cjs.map} +0 -0
- /package/build/hooks/{use-last-selected-widget-area.js.map → use-last-selected-widget-area.cjs.map} +0 -0
- /package/build/hooks/{use-widget-library-insertion-point.js.map → use-widget-library-insertion-point.cjs.map} +0 -0
- /package/build/{index.js.map → index.cjs.map} +0 -0
- /package/build/{lock-unlock.js.map → lock-unlock.cjs.map} +0 -0
- /package/build/store/{actions.js.map → actions.cjs.map} +0 -0
- /package/build/store/{constants.js.map → constants.cjs.map} +0 -0
- /package/build/store/{index.js.map → index.cjs.map} +0 -0
- /package/build/store/{private-selectors.js.map → private-selectors.cjs.map} +0 -0
- /package/build/store/{reducer.js.map → reducer.cjs.map} +0 -0
- /package/build/store/{resolvers.js.map → resolvers.cjs.map} +0 -0
- /package/build/store/{selectors.js.map → selectors.cjs.map} +0 -0
- /package/build/store/{transformers.js.map → transformers.cjs.map} +0 -0
- /package/build/store/{utils.js.map → utils.cjs.map} +0 -0
- /package/build-module/blocks/widget-area/edit/{index.js.map → index.mjs.map} +0 -0
- /package/build-module/blocks/widget-area/edit/{inner-blocks.js.map → inner-blocks.mjs.map} +0 -0
- /package/build-module/blocks/widget-area/edit/{use-is-dragging-within.js.map → use-is-dragging-within.mjs.map} +0 -0
- /package/build-module/blocks/widget-area/{index.js.map → index.mjs.map} +0 -0
- /package/build-module/components/error-boundary/{index.js.map → index.mjs.map} +0 -0
- /package/build-module/components/header/document-tools/{index.js.map → index.mjs.map} +0 -0
- /package/build-module/components/header/{index.js.map → index.mjs.map} +0 -0
- /package/build-module/components/header/undo-redo/{redo.js.map → redo.mjs.map} +0 -0
- /package/build-module/components/header/undo-redo/{undo.js.map → undo.mjs.map} +0 -0
- /package/build-module/components/keyboard-shortcut-help-modal/{config.js.map → config.mjs.map} +0 -0
- /package/build-module/components/keyboard-shortcut-help-modal/{dynamic-shortcut.js.map → dynamic-shortcut.mjs.map} +0 -0
- /package/build-module/components/keyboard-shortcut-help-modal/{index.js.map → index.mjs.map} +0 -0
- /package/build-module/components/keyboard-shortcut-help-modal/{shortcut.js.map → shortcut.mjs.map} +0 -0
- /package/build-module/components/keyboard-shortcuts/{index.js.map → index.mjs.map} +0 -0
- /package/build-module/components/layout/{index.js.map → index.mjs.map} +0 -0
- /package/build-module/components/layout/{interface.js.map → interface.mjs.map} +0 -0
- /package/build-module/components/layout/{unsaved-changes-warning.js.map → unsaved-changes-warning.mjs.map} +0 -0
- /package/build-module/components/more-menu/{index.js.map → index.mjs.map} +0 -0
- /package/build-module/components/more-menu/{tools-more-menu-group.js.map → tools-more-menu-group.mjs.map} +0 -0
- /package/build-module/components/notices/{index.js.map → index.mjs.map} +0 -0
- /package/build-module/components/save-button/{index.js.map → index.mjs.map} +0 -0
- /package/build-module/components/secondary-sidebar/{index.js.map → index.mjs.map} +0 -0
- /package/build-module/components/secondary-sidebar/{inserter-sidebar.js.map → inserter-sidebar.mjs.map} +0 -0
- /package/build-module/components/secondary-sidebar/{list-view-sidebar.js.map → list-view-sidebar.mjs.map} +0 -0
- /package/build-module/components/sidebar/{index.js.map → index.mjs.map} +0 -0
- /package/build-module/components/sidebar/{widget-areas.js.map → widget-areas.mjs.map} +0 -0
- /package/build-module/components/welcome-guide/{index.js.map → index.mjs.map} +0 -0
- /package/build-module/components/widget-areas-block-editor-content/{index.js.map → index.mjs.map} +0 -0
- /package/build-module/components/widget-areas-block-editor-provider/{index.js.map → index.mjs.map} +0 -0
- /package/build-module/{constants.js.map → constants.mjs.map} +0 -0
- /package/build-module/filters/{index.js.map → index.mjs.map} +0 -0
- /package/build-module/filters/{move-to-widget-area.js.map → move-to-widget-area.mjs.map} +0 -0
- /package/build-module/filters/{replace-media-upload.js.map → replace-media-upload.mjs.map} +0 -0
- /package/build-module/hooks/{use-last-selected-widget-area.js.map → use-last-selected-widget-area.mjs.map} +0 -0
- /package/build-module/hooks/{use-widget-library-insertion-point.js.map → use-widget-library-insertion-point.mjs.map} +0 -0
- /package/build-module/{index.js.map → index.mjs.map} +0 -0
- /package/build-module/{lock-unlock.js.map → lock-unlock.mjs.map} +0 -0
- /package/build-module/store/{actions.js.map → actions.mjs.map} +0 -0
- /package/build-module/store/{constants.js.map → constants.mjs.map} +0 -0
- /package/build-module/store/{index.js.map → index.mjs.map} +0 -0
- /package/build-module/store/{private-selectors.js.map → private-selectors.mjs.map} +0 -0
- /package/build-module/store/{reducer.js.map → reducer.mjs.map} +0 -0
- /package/build-module/store/{resolvers.js.map → resolvers.mjs.map} +0 -0
- /package/build-module/store/{selectors.js.map → selectors.mjs.map} +0 -0
- /package/build-module/store/{transformers.js.map → transformers.mjs.map} +0 -0
- /package/build-module/store/{utils.js.map → utils.mjs.map} +0 -0
/package/build/components/secondary-sidebar/{inserter-sidebar.js.map → inserter-sidebar.cjs.map}
RENAMED
|
File without changes
|
/package/build/components/secondary-sidebar/{list-view-sidebar.js.map → list-view-sidebar.cjs.map}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/build/hooks/{use-last-selected-widget-area.js.map → use-last-selected-widget-area.cjs.map}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/build-module/components/keyboard-shortcut-help-modal/{config.js.map → config.mjs.map}
RENAMED
|
File without changes
|
|
File without changes
|
/package/build-module/components/keyboard-shortcut-help-modal/{index.js.map → index.mjs.map}
RENAMED
|
File without changes
|
/package/build-module/components/keyboard-shortcut-help-modal/{shortcut.js.map → shortcut.mjs.map}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/build-module/components/widget-areas-block-editor-content/{index.js.map → index.mjs.map}
RENAMED
|
File without changes
|
/package/build-module/components/widget-areas-block-editor-provider/{index.js.map → index.mjs.map}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|