@wordpress/customize-widgets 5.36.1-next.738bb1424.0 → 5.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/components/customize-widgets/index.cjs +5 -5
- package/build/components/header/index.cjs +3 -3
- package/build/components/keyboard-shortcut-help-modal/dynamic-shortcut.cjs +1 -1
- package/build/components/keyboard-shortcut-help-modal/index.cjs +3 -3
- package/build/components/more-menu/index.cjs +1 -1
- package/build/components/sidebar-block-editor/index.cjs +7 -7
- package/build/components/sidebar-block-editor/sidebar-editor-provider.cjs +2 -2
- package/build/components/sidebar-block-editor/use-sidebar-block-editor.cjs +1 -1
- package/build/controls/sidebar-control.cjs +2 -2
- package/build/controls/sidebar-section.cjs +1 -1
- package/build/index.cjs +3 -3
- package/build/store/index.cjs +3 -3
- package/build-module/components/block-appender/{index.js → index.mjs} +1 -1
- package/build-module/components/block-inspector-button/{index.js → index.mjs} +1 -1
- package/build-module/components/customize-widgets/{index.js → index.mjs} +6 -6
- package/build-module/components/customize-widgets/{use-clear-selected-block.js → use-clear-selected-block.mjs} +1 -1
- package/build-module/components/error-boundary/{index.js → index.mjs} +1 -1
- package/build-module/components/focus-control/{index.js → index.mjs} +2 -2
- package/build-module/components/focus-control/{use-blocks-focus-control.js → use-blocks-focus-control.mjs} +2 -2
- package/build-module/components/header/{index.js → index.mjs} +3 -3
- package/build-module/components/inserter/{index.js → index.mjs} +2 -2
- package/build-module/components/inserter/{use-inserter.js → use-inserter.mjs} +2 -2
- 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} +1 -1
- package/build-module/components/more-menu/{index.js → index.mjs} +2 -2
- package/build-module/components/sidebar-block-editor/{index.js → index.mjs} +9 -9
- package/build-module/components/sidebar-block-editor/{sidebar-adapter.js → sidebar-adapter.mjs} +2 -2
- package/build-module/components/sidebar-block-editor/{sidebar-editor-provider.js → sidebar-editor-provider.mjs} +4 -4
- package/build-module/components/sidebar-block-editor/{use-sidebar-block-editor.js → use-sidebar-block-editor.mjs} +2 -2
- package/build-module/components/sidebar-controls/{index.js → index.mjs} +1 -1
- package/build-module/components/welcome-guide/{index.js → index.mjs} +1 -1
- package/build-module/controls/{inserter-outer-section.js → inserter-outer-section.mjs} +2 -2
- package/build-module/controls/{inspector-section.js → inspector-section.mjs} +1 -1
- package/build-module/controls/{sidebar-control.js → sidebar-control.mjs} +4 -4
- package/build-module/controls/{sidebar-section.js → sidebar-section.mjs} +2 -2
- package/build-module/filters/index.mjs +5 -0
- package/build-module/filters/{move-to-sidebar.js → move-to-sidebar.mjs} +4 -4
- package/build-module/filters/{replace-media-upload.js → replace-media-upload.mjs} +1 -1
- package/build-module/filters/{wide-widget-display.js → wide-widget-display.mjs} +1 -1
- package/build-module/{index.js → index.mjs} +6 -6
- package/build-module/{lock-unlock.js → lock-unlock.mjs} +1 -1
- package/build-module/store/{actions.js → actions.mjs} +1 -1
- package/build-module/store/{constants.js → constants.mjs} +1 -1
- package/build-module/store/{index.js → index.mjs} +5 -5
- package/build-module/store/{reducer.js → reducer.mjs} +1 -1
- package/build-module/store/{selectors.js → selectors.mjs} +1 -1
- package/build-module/{utils.js → utils.mjs} +1 -1
- package/build-style/style-rtl.css +4 -0
- package/build-style/style.css +4 -0
- package/package.json +25 -26
- package/build-module/filters/index.js +0 -5
- /package/build-module/components/block-appender/{index.js.map → index.mjs.map} +0 -0
- /package/build-module/components/block-inspector-button/{index.js.map → index.mjs.map} +0 -0
- /package/build-module/components/customize-widgets/{index.js.map → index.mjs.map} +0 -0
- /package/build-module/components/customize-widgets/{use-clear-selected-block.js.map → use-clear-selected-block.mjs.map} +0 -0
- /package/build-module/components/error-boundary/{index.js.map → index.mjs.map} +0 -0
- /package/build-module/components/focus-control/{index.js.map → index.mjs.map} +0 -0
- /package/build-module/components/focus-control/{use-blocks-focus-control.js.map → use-blocks-focus-control.mjs.map} +0 -0
- /package/build-module/components/header/{index.js.map → index.mjs.map} +0 -0
- /package/build-module/components/inserter/{index.js.map → index.mjs.map} +0 -0
- /package/build-module/components/inserter/{use-inserter.js.map → use-inserter.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/more-menu/{index.js.map → index.mjs.map} +0 -0
- /package/build-module/components/sidebar-block-editor/{index.js.map → index.mjs.map} +0 -0
- /package/build-module/components/sidebar-block-editor/{sidebar-adapter.js.map → sidebar-adapter.mjs.map} +0 -0
- /package/build-module/components/sidebar-block-editor/{sidebar-editor-provider.js.map → sidebar-editor-provider.mjs.map} +0 -0
- /package/build-module/components/sidebar-block-editor/{use-sidebar-block-editor.js.map → use-sidebar-block-editor.mjs.map} +0 -0
- /package/build-module/components/sidebar-controls/{index.js.map → index.mjs.map} +0 -0
- /package/build-module/components/welcome-guide/{index.js.map → index.mjs.map} +0 -0
- /package/build-module/controls/{inserter-outer-section.js.map → inserter-outer-section.mjs.map} +0 -0
- /package/build-module/controls/{inspector-section.js.map → inspector-section.mjs.map} +0 -0
- /package/build-module/controls/{sidebar-control.js.map → sidebar-control.mjs.map} +0 -0
- /package/build-module/controls/{sidebar-section.js.map → sidebar-section.mjs.map} +0 -0
- /package/build-module/filters/{index.js.map → index.mjs.map} +0 -0
- /package/build-module/filters/{move-to-sidebar.js.map → move-to-sidebar.mjs.map} +0 -0
- /package/build-module/filters/{replace-media-upload.js.map → replace-media-upload.mjs.map} +0 -0
- /package/build-module/filters/{wide-widget-display.js.map → wide-widget-display.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/{reducer.js.map → reducer.mjs.map} +0 -0
- /package/build-module/store/{selectors.js.map → selectors.mjs.map} +0 -0
- /package/build-module/{utils.js.map → utils.mjs.map} +0 -0
package/LICENSE.md
CHANGED
|
@@ -34,11 +34,11 @@ __export(customize_widgets_exports, {
|
|
|
34
34
|
module.exports = __toCommonJS(customize_widgets_exports);
|
|
35
35
|
var import_element = require("@wordpress/element");
|
|
36
36
|
var import_components = require("@wordpress/components");
|
|
37
|
-
var import_error_boundary = __toESM(require("../error-boundary/index.cjs")
|
|
38
|
-
var import_sidebar_block_editor = __toESM(require("../sidebar-block-editor/index.cjs")
|
|
39
|
-
var import_focus_control = __toESM(require("../focus-control/index.cjs")
|
|
40
|
-
var import_sidebar_controls = __toESM(require("../sidebar-controls/index.cjs")
|
|
41
|
-
var import_use_clear_selected_block = __toESM(require("./use-clear-selected-block.cjs")
|
|
37
|
+
var import_error_boundary = __toESM(require("../error-boundary/index.cjs"));
|
|
38
|
+
var import_sidebar_block_editor = __toESM(require("../sidebar-block-editor/index.cjs"));
|
|
39
|
+
var import_focus_control = __toESM(require("../focus-control/index.cjs"));
|
|
40
|
+
var import_sidebar_controls = __toESM(require("../sidebar-controls/index.cjs"));
|
|
41
|
+
var import_use_clear_selected_block = __toESM(require("./use-clear-selected-block.cjs"));
|
|
42
42
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
43
43
|
function CustomizeWidgets({
|
|
44
44
|
api,
|
|
@@ -32,15 +32,15 @@ __export(header_exports, {
|
|
|
32
32
|
default: () => header_default
|
|
33
33
|
});
|
|
34
34
|
module.exports = __toCommonJS(header_exports);
|
|
35
|
-
var import_clsx = __toESM(require("clsx")
|
|
35
|
+
var import_clsx = __toESM(require("clsx"));
|
|
36
36
|
var import_components = require("@wordpress/components");
|
|
37
37
|
var import_block_editor = require("@wordpress/block-editor");
|
|
38
38
|
var import_element = require("@wordpress/element");
|
|
39
39
|
var import_keycodes = require("@wordpress/keycodes");
|
|
40
40
|
var import_i18n = require("@wordpress/i18n");
|
|
41
41
|
var import_icons = require("@wordpress/icons");
|
|
42
|
-
var import_inserter = __toESM(require("../inserter/index.cjs")
|
|
43
|
-
var import_more_menu = __toESM(require("../more-menu/index.cjs")
|
|
42
|
+
var import_inserter = __toESM(require("../inserter/index.cjs"));
|
|
43
|
+
var import_more_menu = __toESM(require("../more-menu/index.cjs"));
|
|
44
44
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
45
45
|
function Header({
|
|
46
46
|
sidebar,
|
|
@@ -34,7 +34,7 @@ __export(dynamic_shortcut_exports, {
|
|
|
34
34
|
module.exports = __toCommonJS(dynamic_shortcut_exports);
|
|
35
35
|
var import_data = require("@wordpress/data");
|
|
36
36
|
var import_keyboard_shortcuts = require("@wordpress/keyboard-shortcuts");
|
|
37
|
-
var import_shortcut = __toESM(require("./shortcut.cjs")
|
|
37
|
+
var import_shortcut = __toESM(require("./shortcut.cjs"));
|
|
38
38
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
39
39
|
function DynamicShortcut({ name }) {
|
|
40
40
|
const { keyCombination, description, aliases } = (0, import_data.useSelect)(
|
|
@@ -32,15 +32,15 @@ __export(keyboard_shortcut_help_modal_exports, {
|
|
|
32
32
|
default: () => KeyboardShortcutHelpModal
|
|
33
33
|
});
|
|
34
34
|
module.exports = __toCommonJS(keyboard_shortcut_help_modal_exports);
|
|
35
|
-
var import_clsx = __toESM(require("clsx")
|
|
35
|
+
var import_clsx = __toESM(require("clsx"));
|
|
36
36
|
var import_components = require("@wordpress/components");
|
|
37
37
|
var import_i18n = require("@wordpress/i18n");
|
|
38
38
|
var import_keyboard_shortcuts = require("@wordpress/keyboard-shortcuts");
|
|
39
39
|
var import_data = require("@wordpress/data");
|
|
40
40
|
var import_element = require("@wordpress/element");
|
|
41
41
|
var import_config = require("./config.cjs");
|
|
42
|
-
var import_shortcut = __toESM(require("./shortcut.cjs")
|
|
43
|
-
var import_dynamic_shortcut = __toESM(require("./dynamic-shortcut.cjs")
|
|
42
|
+
var import_shortcut = __toESM(require("./shortcut.cjs"));
|
|
43
|
+
var import_dynamic_shortcut = __toESM(require("./dynamic-shortcut.cjs"));
|
|
44
44
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
45
45
|
var ShortcutList = ({ shortcuts }) => (
|
|
46
46
|
/*
|
|
@@ -39,7 +39,7 @@ var import_icons = require("@wordpress/icons");
|
|
|
39
39
|
var import_keycodes = require("@wordpress/keycodes");
|
|
40
40
|
var import_keyboard_shortcuts = require("@wordpress/keyboard-shortcuts");
|
|
41
41
|
var import_preferences = require("@wordpress/preferences");
|
|
42
|
-
var import_keyboard_shortcut_help_modal = __toESM(require("../keyboard-shortcut-help-modal/index.cjs")
|
|
42
|
+
var import_keyboard_shortcut_help_modal = __toESM(require("../keyboard-shortcut-help-modal/index.cjs"));
|
|
43
43
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
44
44
|
function MoreMenu() {
|
|
45
45
|
const [
|
|
@@ -40,13 +40,13 @@ var import_block_editor = require("@wordpress/block-editor");
|
|
|
40
40
|
var import_media_utils = require("@wordpress/media-utils");
|
|
41
41
|
var import_preferences = require("@wordpress/preferences");
|
|
42
42
|
var import_block_library = require("@wordpress/block-library");
|
|
43
|
-
var import_block_inspector_button = __toESM(require("../block-inspector-button/index.cjs")
|
|
44
|
-
var import_header = __toESM(require("../header/index.cjs")
|
|
45
|
-
var import_use_inserter = __toESM(require("../inserter/use-inserter.cjs")
|
|
46
|
-
var import_sidebar_editor_provider = __toESM(require("./sidebar-editor-provider.cjs")
|
|
47
|
-
var import_welcome_guide = __toESM(require("../welcome-guide/index.cjs")
|
|
48
|
-
var import_keyboard_shortcuts = __toESM(require("../keyboard-shortcuts/index.cjs")
|
|
49
|
-
var import_block_appender = __toESM(require("../block-appender/index.cjs")
|
|
43
|
+
var import_block_inspector_button = __toESM(require("../block-inspector-button/index.cjs"));
|
|
44
|
+
var import_header = __toESM(require("../header/index.cjs"));
|
|
45
|
+
var import_use_inserter = __toESM(require("../inserter/use-inserter.cjs"));
|
|
46
|
+
var import_sidebar_editor_provider = __toESM(require("./sidebar-editor-provider.cjs"));
|
|
47
|
+
var import_welcome_guide = __toESM(require("../welcome-guide/index.cjs"));
|
|
48
|
+
var import_keyboard_shortcuts = __toESM(require("../keyboard-shortcuts/index.cjs"));
|
|
49
|
+
var import_block_appender = __toESM(require("../block-appender/index.cjs"));
|
|
50
50
|
var import_lock_unlock = require("../../lock-unlock.cjs");
|
|
51
51
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
52
52
|
var { ExperimentalBlockCanvas: BlockCanvas } = (0, import_lock_unlock.unlock)(
|
|
@@ -33,8 +33,8 @@ __export(sidebar_editor_provider_exports, {
|
|
|
33
33
|
});
|
|
34
34
|
module.exports = __toCommonJS(sidebar_editor_provider_exports);
|
|
35
35
|
var import_block_editor = require("@wordpress/block-editor");
|
|
36
|
-
var import_use_sidebar_block_editor = __toESM(require("./use-sidebar-block-editor.cjs")
|
|
37
|
-
var import_use_blocks_focus_control = __toESM(require("../focus-control/use-blocks-focus-control.cjs")
|
|
36
|
+
var import_use_sidebar_block_editor = __toESM(require("./use-sidebar-block-editor.cjs"));
|
|
37
|
+
var import_use_blocks_focus_control = __toESM(require("../focus-control/use-blocks-focus-control.cjs"));
|
|
38
38
|
var import_lock_unlock = require("../../lock-unlock.cjs");
|
|
39
39
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
40
40
|
var { ExperimentalBlockEditorProvider } = (0, import_lock_unlock.unlock)(import_block_editor.privateApis);
|
|
@@ -32,7 +32,7 @@ __export(use_sidebar_block_editor_exports, {
|
|
|
32
32
|
default: () => useSidebarBlockEditor
|
|
33
33
|
});
|
|
34
34
|
module.exports = __toCommonJS(use_sidebar_block_editor_exports);
|
|
35
|
-
var import_es6 = __toESM(require("fast-deep-equal/es6")
|
|
35
|
+
var import_es6 = __toESM(require("fast-deep-equal/es6"));
|
|
36
36
|
var import_element = require("@wordpress/element");
|
|
37
37
|
var import_is_shallow_equal = require("@wordpress/is-shallow-equal");
|
|
38
38
|
var import_widgets = require("@wordpress/widgets");
|
|
@@ -33,8 +33,8 @@ __export(sidebar_control_exports, {
|
|
|
33
33
|
});
|
|
34
34
|
module.exports = __toCommonJS(sidebar_control_exports);
|
|
35
35
|
var import_data = require("@wordpress/data");
|
|
36
|
-
var import_sidebar_adapter = __toESM(require("../components/sidebar-block-editor/sidebar-adapter.cjs")
|
|
37
|
-
var import_inserter_outer_section = __toESM(require("./inserter-outer-section.cjs")
|
|
36
|
+
var import_sidebar_adapter = __toESM(require("../components/sidebar-block-editor/sidebar-adapter.cjs"));
|
|
37
|
+
var import_inserter_outer_section = __toESM(require("./inserter-outer-section.cjs"));
|
|
38
38
|
var import_store = require("../store/index.cjs");
|
|
39
39
|
var getInserterId = (controlId) => `widgets-inserter-${controlId}`;
|
|
40
40
|
function getSidebarControl() {
|
|
@@ -33,7 +33,7 @@ __export(sidebar_section_exports, {
|
|
|
33
33
|
});
|
|
34
34
|
module.exports = __toCommonJS(sidebar_section_exports);
|
|
35
35
|
var import_i18n = require("@wordpress/i18n");
|
|
36
|
-
var import_inspector_section = __toESM(require("./inspector-section.cjs")
|
|
36
|
+
var import_inspector_section = __toESM(require("./inspector-section.cjs"));
|
|
37
37
|
var getInspectorSectionId = (sidebarId) => `widgets-inspector-${sidebarId}`;
|
|
38
38
|
function getSidebarSection() {
|
|
39
39
|
const {
|
package/build/index.cjs
CHANGED
|
@@ -39,9 +39,9 @@ var import_widgets = require("@wordpress/widgets");
|
|
|
39
39
|
var import_blocks = require("@wordpress/blocks");
|
|
40
40
|
var import_data = require("@wordpress/data");
|
|
41
41
|
var import_preferences = require("@wordpress/preferences");
|
|
42
|
-
var import_customize_widgets = __toESM(require("./components/customize-widgets/index.cjs")
|
|
43
|
-
var import_sidebar_section = __toESM(require("./controls/sidebar-section.cjs")
|
|
44
|
-
var import_sidebar_control = __toESM(require("./controls/sidebar-control.cjs")
|
|
42
|
+
var import_customize_widgets = __toESM(require("./components/customize-widgets/index.cjs"));
|
|
43
|
+
var import_sidebar_section = __toESM(require("./controls/sidebar-section.cjs"));
|
|
44
|
+
var import_sidebar_control = __toESM(require("./controls/sidebar-control.cjs"));
|
|
45
45
|
var import_filters = require("./filters/index.cjs");
|
|
46
46
|
var import_store = require("./store/index.cjs");
|
|
47
47
|
var import_jsx_runtime = require("react/jsx-runtime");
|
package/build/store/index.cjs
CHANGED
|
@@ -33,9 +33,9 @@ __export(store_exports, {
|
|
|
33
33
|
});
|
|
34
34
|
module.exports = __toCommonJS(store_exports);
|
|
35
35
|
var import_data = require("@wordpress/data");
|
|
36
|
-
var import_reducer = __toESM(require("./reducer.cjs")
|
|
37
|
-
var selectors = __toESM(require("./selectors.cjs")
|
|
38
|
-
var actions = __toESM(require("./actions.cjs")
|
|
36
|
+
var import_reducer = __toESM(require("./reducer.cjs"));
|
|
37
|
+
var selectors = __toESM(require("./selectors.cjs"));
|
|
38
|
+
var actions = __toESM(require("./actions.cjs"));
|
|
39
39
|
var import_constants = require("./constants.cjs");
|
|
40
40
|
var storeConfig = {
|
|
41
41
|
reducer: import_reducer.default,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// packages/customize-widgets/src/components/customize-widgets/index.js
|
|
2
2
|
import { useState, useEffect, useRef, createPortal } from "@wordpress/element";
|
|
3
3
|
import { SlotFillProvider, Popover } from "@wordpress/components";
|
|
4
|
-
import ErrorBoundary from "../error-boundary/index.
|
|
5
|
-
import SidebarBlockEditor from "../sidebar-block-editor/index.
|
|
6
|
-
import FocusControl from "../focus-control/index.
|
|
7
|
-
import SidebarControls from "../sidebar-controls/index.
|
|
8
|
-
import useClearSelectedBlock from "./use-clear-selected-block.
|
|
4
|
+
import ErrorBoundary from "../error-boundary/index.mjs";
|
|
5
|
+
import SidebarBlockEditor from "../sidebar-block-editor/index.mjs";
|
|
6
|
+
import FocusControl from "../focus-control/index.mjs";
|
|
7
|
+
import SidebarControls from "../sidebar-controls/index.mjs";
|
|
8
|
+
import useClearSelectedBlock from "./use-clear-selected-block.mjs";
|
|
9
9
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
10
10
|
function CustomizeWidgets({
|
|
11
11
|
api,
|
|
@@ -62,4 +62,4 @@ function CustomizeWidgets({
|
|
|
62
62
|
export {
|
|
63
63
|
CustomizeWidgets as default
|
|
64
64
|
};
|
|
65
|
-
//# sourceMappingURL=index.
|
|
65
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
useCallback,
|
|
8
8
|
useMemo
|
|
9
9
|
} from "@wordpress/element";
|
|
10
|
-
import { settingIdToWidgetId } from "../../utils.
|
|
10
|
+
import { settingIdToWidgetId } from "../../utils.mjs";
|
|
11
11
|
import { jsx } from "react/jsx-runtime";
|
|
12
12
|
var FocusControlContext = createContext();
|
|
13
13
|
FocusControlContext.displayName = "FocusControlContext";
|
|
@@ -68,4 +68,4 @@ export {
|
|
|
68
68
|
FocusControl as default,
|
|
69
69
|
useFocusControl
|
|
70
70
|
};
|
|
71
|
-
//# sourceMappingURL=index.
|
|
71
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -3,7 +3,7 @@ import { useRef, useEffect } from "@wordpress/element";
|
|
|
3
3
|
import { useDispatch } from "@wordpress/data";
|
|
4
4
|
import { store as blockEditorStore } from "@wordpress/block-editor";
|
|
5
5
|
import { getWidgetIdFromBlock } from "@wordpress/widgets";
|
|
6
|
-
import { useFocusControl } from "./index.
|
|
6
|
+
import { useFocusControl } from "./index.mjs";
|
|
7
7
|
function useBlocksFocusControl(blocks) {
|
|
8
8
|
const { selectBlock } = useDispatch(blockEditorStore);
|
|
9
9
|
const [focusedWidgetIdRef] = useFocusControl();
|
|
@@ -29,4 +29,4 @@ function useBlocksFocusControl(blocks) {
|
|
|
29
29
|
export {
|
|
30
30
|
useBlocksFocusControl as default
|
|
31
31
|
};
|
|
32
|
-
//# sourceMappingURL=use-blocks-focus-control.
|
|
32
|
+
//# sourceMappingURL=use-blocks-focus-control.mjs.map
|
|
@@ -6,8 +6,8 @@ import { createPortal, useEffect, useState } from "@wordpress/element";
|
|
|
6
6
|
import { displayShortcut, isAppleOS } from "@wordpress/keycodes";
|
|
7
7
|
import { __, _x, isRTL } from "@wordpress/i18n";
|
|
8
8
|
import { plus, undo as undoIcon, redo as redoIcon } from "@wordpress/icons";
|
|
9
|
-
import Inserter from "../inserter/index.
|
|
10
|
-
import MoreMenu from "../more-menu/index.
|
|
9
|
+
import Inserter from "../inserter/index.mjs";
|
|
10
|
+
import MoreMenu from "../more-menu/index.mjs";
|
|
11
11
|
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
12
12
|
function Header({
|
|
13
13
|
sidebar,
|
|
@@ -93,4 +93,4 @@ var header_default = Header;
|
|
|
93
93
|
export {
|
|
94
94
|
header_default as default
|
|
95
95
|
};
|
|
96
|
-
//# sourceMappingURL=index.
|
|
96
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -5,7 +5,7 @@ import { Button } from "@wordpress/components";
|
|
|
5
5
|
import { useInstanceId } from "@wordpress/compose";
|
|
6
6
|
import { useSelect } from "@wordpress/data";
|
|
7
7
|
import { closeSmall } from "@wordpress/icons";
|
|
8
|
-
import { store as customizeWidgetsStore } from "../../store/index.
|
|
8
|
+
import { store as customizeWidgetsStore } from "../../store/index.mjs";
|
|
9
9
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
10
10
|
function Inserter({ setIsOpened }) {
|
|
11
11
|
const inserterTitleId = useInstanceId(
|
|
@@ -58,4 +58,4 @@ var inserter_default = Inserter;
|
|
|
58
58
|
export {
|
|
59
59
|
inserter_default as default
|
|
60
60
|
};
|
|
61
|
-
//# sourceMappingURL=index.
|
|
61
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// packages/customize-widgets/src/components/inserter/use-inserter.js
|
|
2
2
|
import { useEffect, useCallback } from "@wordpress/element";
|
|
3
3
|
import { useSelect, useDispatch, select as selectStore } from "@wordpress/data";
|
|
4
|
-
import { store as customizeWidgetsStore } from "../../store/index.
|
|
4
|
+
import { store as customizeWidgetsStore } from "../../store/index.mjs";
|
|
5
5
|
function useInserter(inserter) {
|
|
6
6
|
const isInserterOpened = useSelect(
|
|
7
7
|
(select) => select(customizeWidgetsStore).isInserterOpened(),
|
|
@@ -34,4 +34,4 @@ function useInserter(inserter) {
|
|
|
34
34
|
export {
|
|
35
35
|
useInserter as default
|
|
36
36
|
};
|
|
37
|
-
//# sourceMappingURL=use-inserter.
|
|
37
|
+
//# sourceMappingURL=use-inserter.mjs.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// packages/customize-widgets/src/components/keyboard-shortcut-help-modal/dynamic-shortcut.js
|
|
2
2
|
import { useSelect } from "@wordpress/data";
|
|
3
3
|
import { store as keyboardShortcutsStore } from "@wordpress/keyboard-shortcuts";
|
|
4
|
-
import Shortcut from "./shortcut.
|
|
4
|
+
import Shortcut from "./shortcut.mjs";
|
|
5
5
|
import { jsx } from "react/jsx-runtime";
|
|
6
6
|
function DynamicShortcut({ name }) {
|
|
7
7
|
const { keyCombination, description, aliases } = useSelect(
|
|
@@ -35,4 +35,4 @@ var dynamic_shortcut_default = DynamicShortcut;
|
|
|
35
35
|
export {
|
|
36
36
|
dynamic_shortcut_default as default
|
|
37
37
|
};
|
|
38
|
-
//# sourceMappingURL=dynamic-shortcut.
|
|
38
|
+
//# sourceMappingURL=dynamic-shortcut.mjs.map
|
|
@@ -8,9 +8,9 @@ import {
|
|
|
8
8
|
} from "@wordpress/keyboard-shortcuts";
|
|
9
9
|
import { useDispatch, useSelect } from "@wordpress/data";
|
|
10
10
|
import { useEffect } from "@wordpress/element";
|
|
11
|
-
import { textFormattingShortcuts } from "./config.
|
|
12
|
-
import Shortcut from "./shortcut.
|
|
13
|
-
import DynamicShortcut from "./dynamic-shortcut.
|
|
11
|
+
import { textFormattingShortcuts } from "./config.mjs";
|
|
12
|
+
import Shortcut from "./shortcut.mjs";
|
|
13
|
+
import DynamicShortcut from "./dynamic-shortcut.mjs";
|
|
14
14
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
15
15
|
var ShortcutList = ({ shortcuts }) => (
|
|
16
16
|
/*
|
|
@@ -147,4 +147,4 @@ function KeyboardShortcutHelpModal({
|
|
|
147
147
|
export {
|
|
148
148
|
KeyboardShortcutHelpModal as default
|
|
149
149
|
};
|
|
150
|
-
//# sourceMappingURL=index.
|
|
150
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -11,7 +11,7 @@ import { external, moreVertical } from "@wordpress/icons";
|
|
|
11
11
|
import { displayShortcut } from "@wordpress/keycodes";
|
|
12
12
|
import { useShortcut } from "@wordpress/keyboard-shortcuts";
|
|
13
13
|
import { PreferenceToggleMenuItem } from "@wordpress/preferences";
|
|
14
|
-
import KeyboardShortcutHelpModal from "../keyboard-shortcut-help-modal/index.
|
|
14
|
+
import KeyboardShortcutHelpModal from "../keyboard-shortcut-help-modal/index.mjs";
|
|
15
15
|
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
16
16
|
function MoreMenu() {
|
|
17
17
|
const [
|
|
@@ -129,4 +129,4 @@ function MoreMenu() {
|
|
|
129
129
|
export {
|
|
130
130
|
MoreMenu as default
|
|
131
131
|
};
|
|
132
|
-
//# sourceMappingURL=index.
|
|
132
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -13,14 +13,14 @@ import {
|
|
|
13
13
|
import { uploadMedia } from "@wordpress/media-utils";
|
|
14
14
|
import { store as preferencesStore } from "@wordpress/preferences";
|
|
15
15
|
import { privateApis as blockLibraryPrivateApis } from "@wordpress/block-library";
|
|
16
|
-
import BlockInspectorButton from "../block-inspector-button/index.
|
|
17
|
-
import Header from "../header/index.
|
|
18
|
-
import useInserter from "../inserter/use-inserter.
|
|
19
|
-
import SidebarEditorProvider from "./sidebar-editor-provider.
|
|
20
|
-
import WelcomeGuide from "../welcome-guide/index.
|
|
21
|
-
import KeyboardShortcuts from "../keyboard-shortcuts/index.
|
|
22
|
-
import BlockAppender from "../block-appender/index.
|
|
23
|
-
import { unlock } from "../../lock-unlock.
|
|
16
|
+
import BlockInspectorButton from "../block-inspector-button/index.mjs";
|
|
17
|
+
import Header from "../header/index.mjs";
|
|
18
|
+
import useInserter from "../inserter/use-inserter.mjs";
|
|
19
|
+
import SidebarEditorProvider from "./sidebar-editor-provider.mjs";
|
|
20
|
+
import WelcomeGuide from "../welcome-guide/index.mjs";
|
|
21
|
+
import KeyboardShortcuts from "../keyboard-shortcuts/index.mjs";
|
|
22
|
+
import BlockAppender from "../block-appender/index.mjs";
|
|
23
|
+
import { unlock } from "../../lock-unlock.mjs";
|
|
24
24
|
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
25
25
|
var { ExperimentalBlockCanvas: BlockCanvas } = unlock(
|
|
26
26
|
blockEditorPrivateApis
|
|
@@ -142,4 +142,4 @@ function SidebarBlockEditor({
|
|
|
142
142
|
export {
|
|
143
143
|
SidebarBlockEditor as default
|
|
144
144
|
};
|
|
145
|
-
//# sourceMappingURL=index.
|
|
145
|
+
//# sourceMappingURL=index.mjs.map
|
package/build-module/components/sidebar-block-editor/{sidebar-adapter.js → sidebar-adapter.mjs}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// packages/customize-widgets/src/components/sidebar-block-editor/sidebar-adapter.js
|
|
2
|
-
import { settingIdToWidgetId } from "../../utils.
|
|
2
|
+
import { settingIdToWidgetId } from "../../utils.mjs";
|
|
3
3
|
var { wp } = window;
|
|
4
4
|
function parseWidgetId(widgetId) {
|
|
5
5
|
const matches = widgetId.match(/^(.+)-(\d+)$/);
|
|
@@ -256,4 +256,4 @@ var SidebarAdapter = class {
|
|
|
256
256
|
export {
|
|
257
257
|
SidebarAdapter as default
|
|
258
258
|
};
|
|
259
|
-
//# sourceMappingURL=sidebar-adapter.
|
|
259
|
+
//# sourceMappingURL=sidebar-adapter.mjs.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
// packages/customize-widgets/src/components/sidebar-block-editor/sidebar-editor-provider.js
|
|
2
2
|
import { privateApis as blockEditorPrivateApis } from "@wordpress/block-editor";
|
|
3
|
-
import useSidebarBlockEditor from "./use-sidebar-block-editor.
|
|
4
|
-
import useBlocksFocusControl from "../focus-control/use-blocks-focus-control.
|
|
5
|
-
import { unlock } from "../../lock-unlock.
|
|
3
|
+
import useSidebarBlockEditor from "./use-sidebar-block-editor.mjs";
|
|
4
|
+
import useBlocksFocusControl from "../focus-control/use-blocks-focus-control.mjs";
|
|
5
|
+
import { unlock } from "../../lock-unlock.mjs";
|
|
6
6
|
import { jsx } from "react/jsx-runtime";
|
|
7
7
|
var { ExperimentalBlockEditorProvider } = unlock(blockEditorPrivateApis);
|
|
8
8
|
function SidebarEditorProvider({
|
|
@@ -27,4 +27,4 @@ function SidebarEditorProvider({
|
|
|
27
27
|
export {
|
|
28
28
|
SidebarEditorProvider as default
|
|
29
29
|
};
|
|
30
|
-
//# sourceMappingURL=sidebar-editor-provider.
|
|
30
|
+
//# sourceMappingURL=sidebar-editor-provider.mjs.map
|
|
@@ -3,7 +3,7 @@ import fastDeepEqual from "fast-deep-equal/es6";
|
|
|
3
3
|
import { useState, useEffect, useCallback } from "@wordpress/element";
|
|
4
4
|
import { isShallowEqual } from "@wordpress/is-shallow-equal";
|
|
5
5
|
import { getWidgetIdFromBlock, addWidgetIdToBlock } from "@wordpress/widgets";
|
|
6
|
-
import { blockToWidget, widgetToBlock } from "../../utils.
|
|
6
|
+
import { blockToWidget, widgetToBlock } from "../../utils.mjs";
|
|
7
7
|
function widgetsToBlocks(widgets) {
|
|
8
8
|
return widgets.map((widget) => widgetToBlock(widget));
|
|
9
9
|
}
|
|
@@ -90,4 +90,4 @@ function useSidebarBlockEditor(sidebar) {
|
|
|
90
90
|
export {
|
|
91
91
|
useSidebarBlockEditor as default
|
|
92
92
|
};
|
|
93
|
-
//# sourceMappingURL=use-sidebar-block-editor.
|
|
93
|
+
//# sourceMappingURL=use-sidebar-block-editor.mjs.map
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { ESCAPE } from "@wordpress/keycodes";
|
|
3
3
|
import { focus } from "@wordpress/dom";
|
|
4
4
|
import { dispatch } from "@wordpress/data";
|
|
5
|
-
import { store as customizeWidgetsStore } from "../store/index.
|
|
5
|
+
import { store as customizeWidgetsStore } from "../store/index.mjs";
|
|
6
6
|
function getInserterOuterSection() {
|
|
7
7
|
const {
|
|
8
8
|
wp: { customize }
|
|
@@ -90,4 +90,4 @@ function getInserterOuterSection() {
|
|
|
90
90
|
export {
|
|
91
91
|
getInserterOuterSection as default
|
|
92
92
|
};
|
|
93
|
-
//# sourceMappingURL=inserter-outer-section.
|
|
93
|
+
//# sourceMappingURL=inserter-outer-section.mjs.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
// packages/customize-widgets/src/controls/sidebar-control.js
|
|
2
2
|
import { dispatch } from "@wordpress/data";
|
|
3
|
-
import SidebarAdapter from "../components/sidebar-block-editor/sidebar-adapter.
|
|
4
|
-
import getInserterOuterSection from "./inserter-outer-section.
|
|
5
|
-
import { store as customizeWidgetsStore } from "../store/index.
|
|
3
|
+
import SidebarAdapter from "../components/sidebar-block-editor/sidebar-adapter.mjs";
|
|
4
|
+
import getInserterOuterSection from "./inserter-outer-section.mjs";
|
|
5
|
+
import { store as customizeWidgetsStore } from "../store/index.mjs";
|
|
6
6
|
var getInserterId = (controlId) => `widgets-inserter-${controlId}`;
|
|
7
7
|
function getSidebarControl() {
|
|
8
8
|
const {
|
|
@@ -47,4 +47,4 @@ function getSidebarControl() {
|
|
|
47
47
|
export {
|
|
48
48
|
getSidebarControl as default
|
|
49
49
|
};
|
|
50
|
-
//# sourceMappingURL=sidebar-control.
|
|
50
|
+
//# sourceMappingURL=sidebar-control.mjs.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// packages/customize-widgets/src/controls/sidebar-section.js
|
|
2
2
|
import { __ } from "@wordpress/i18n";
|
|
3
|
-
import getInspectorSection from "./inspector-section.
|
|
3
|
+
import getInspectorSection from "./inspector-section.mjs";
|
|
4
4
|
var getInspectorSectionId = (sidebarId) => `widgets-inspector-${sidebarId}`;
|
|
5
5
|
function getSidebarSection() {
|
|
6
6
|
const {
|
|
@@ -81,4 +81,4 @@ function getSidebarSection() {
|
|
|
81
81
|
export {
|
|
82
82
|
getSidebarSection as default
|
|
83
83
|
};
|
|
84
|
-
//# sourceMappingURL=sidebar-section.
|
|
84
|
+
//# sourceMappingURL=sidebar-section.mjs.map
|
|
@@ -10,9 +10,9 @@ import { MoveToWidgetArea, getWidgetIdFromBlock } from "@wordpress/widgets";
|
|
|
10
10
|
import {
|
|
11
11
|
useSidebarControls,
|
|
12
12
|
useActiveSidebarControl
|
|
13
|
-
} from "../components/sidebar-controls/index.
|
|
14
|
-
import { useFocusControl } from "../components/focus-control/index.
|
|
15
|
-
import { blockToWidget } from "../utils.
|
|
13
|
+
} from "../components/sidebar-controls/index.mjs";
|
|
14
|
+
import { useFocusControl } from "../components/focus-control/index.mjs";
|
|
15
|
+
import { blockToWidget } from "../utils.mjs";
|
|
16
16
|
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
17
17
|
var withMoveToSidebarToolbarItem = createHigherOrderComponent(
|
|
18
18
|
(BlockEdit) => (props) => {
|
|
@@ -82,4 +82,4 @@ addFilter(
|
|
|
82
82
|
"core/customize-widgets/block-edit",
|
|
83
83
|
withMoveToSidebarToolbarItem
|
|
84
84
|
);
|
|
85
|
-
//# sourceMappingURL=move-to-sidebar.
|
|
85
|
+
//# sourceMappingURL=move-to-sidebar.mjs.map
|
|
@@ -16,11 +16,11 @@ import {
|
|
|
16
16
|
} from "@wordpress/blocks";
|
|
17
17
|
import { dispatch } from "@wordpress/data";
|
|
18
18
|
import { store as preferencesStore } from "@wordpress/preferences";
|
|
19
|
-
import CustomizeWidgets from "./components/customize-widgets/index.
|
|
20
|
-
import getSidebarSection from "./controls/sidebar-section.
|
|
21
|
-
import getSidebarControl from "./controls/sidebar-control.
|
|
22
|
-
import "./filters/index.
|
|
23
|
-
import { store } from "./store/index.
|
|
19
|
+
import CustomizeWidgets from "./components/customize-widgets/index.mjs";
|
|
20
|
+
import getSidebarSection from "./controls/sidebar-section.mjs";
|
|
21
|
+
import getSidebarControl from "./controls/sidebar-control.mjs";
|
|
22
|
+
import "./filters/index.mjs";
|
|
23
|
+
import { store } from "./store/index.mjs";
|
|
24
24
|
import { jsx } from "react/jsx-runtime";
|
|
25
25
|
var { wp } = window;
|
|
26
26
|
var DISABLED_BLOCKS = [
|
|
@@ -77,4 +77,4 @@ export {
|
|
|
77
77
|
initialize,
|
|
78
78
|
store
|
|
79
79
|
};
|
|
80
|
-
//# sourceMappingURL=index.
|
|
80
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
// packages/customize-widgets/src/store/index.js
|
|
2
2
|
import { createReduxStore, register } from "@wordpress/data";
|
|
3
|
-
import reducer from "./reducer.
|
|
4
|
-
import * as selectors from "./selectors.
|
|
5
|
-
import * as actions from "./actions.
|
|
6
|
-
import { STORE_NAME } from "./constants.
|
|
3
|
+
import reducer from "./reducer.mjs";
|
|
4
|
+
import * as selectors from "./selectors.mjs";
|
|
5
|
+
import * as actions from "./actions.mjs";
|
|
6
|
+
import { STORE_NAME } from "./constants.mjs";
|
|
7
7
|
var storeConfig = {
|
|
8
8
|
reducer,
|
|
9
9
|
selectors,
|
|
@@ -14,4 +14,4 @@ register(store);
|
|
|
14
14
|
export {
|
|
15
15
|
store
|
|
16
16
|
};
|
|
17
|
-
//# sourceMappingURL=index.
|
|
17
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -83,6 +83,10 @@
|
|
|
83
83
|
/**
|
|
84
84
|
* Reset the WP Admin page styles for Gutenberg-like pages.
|
|
85
85
|
*/
|
|
86
|
+
/**
|
|
87
|
+
* Creates a checkerboard pattern background to indicate transparency.
|
|
88
|
+
* @param {String} $size - The size of the squares in the checkerboard pattern. Default is 12px.
|
|
89
|
+
*/
|
|
86
90
|
:root {
|
|
87
91
|
--wp-block-synced-color: #7a00df;
|
|
88
92
|
--wp-block-synced-color--rgb: 122, 0, 223;
|
package/build-style/style.css
CHANGED
|
@@ -83,6 +83,10 @@
|
|
|
83
83
|
/**
|
|
84
84
|
* Reset the WP Admin page styles for Gutenberg-like pages.
|
|
85
85
|
*/
|
|
86
|
+
/**
|
|
87
|
+
* Creates a checkerboard pattern background to indicate transparency.
|
|
88
|
+
* @param {String} $size - The size of the squares in the checkerboard pattern. Default is 12px.
|
|
89
|
+
*/
|
|
86
90
|
:root {
|
|
87
91
|
--wp-block-synced-color: #7a00df;
|
|
88
92
|
--wp-block-synced-color--rgb: 122, 0, 223;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/customize-widgets",
|
|
3
|
-
"version": "5.36.1-next.
|
|
3
|
+
"version": "5.36.1-next.76cff8c98.0",
|
|
4
4
|
"description": "Widgets blocks in Customizer Module for WordPress.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -28,12 +28,11 @@
|
|
|
28
28
|
"build-types",
|
|
29
29
|
"*.md"
|
|
30
30
|
],
|
|
31
|
-
"type": "module",
|
|
32
31
|
"main": "build/index.cjs",
|
|
33
|
-
"module": "build-module/index.
|
|
32
|
+
"module": "build-module/index.mjs",
|
|
34
33
|
"exports": {
|
|
35
34
|
".": {
|
|
36
|
-
"import": "./build-module/index.
|
|
35
|
+
"import": "./build-module/index.mjs",
|
|
37
36
|
"default": "./build/index.cjs"
|
|
38
37
|
},
|
|
39
38
|
"./package.json": "./package.json"
|
|
@@ -41,27 +40,27 @@
|
|
|
41
40
|
"react-native": "src/index",
|
|
42
41
|
"wpScript": true,
|
|
43
42
|
"dependencies": {
|
|
44
|
-
"@wordpress/base-styles": "^6.12.
|
|
45
|
-
"@wordpress/block-editor": "^15.9.1-next.
|
|
46
|
-
"@wordpress/block-library": "^9.36.
|
|
47
|
-
"@wordpress/blocks": "^15.9.1-next.
|
|
48
|
-
"@wordpress/components": "^31.0.1-next.
|
|
49
|
-
"@wordpress/compose": "^7.36.1-next.
|
|
50
|
-
"@wordpress/core-data": "^7.36.1-next.
|
|
51
|
-
"@wordpress/data": "^10.36.1-next.
|
|
52
|
-
"@wordpress/dom": "^4.36.1-next.
|
|
53
|
-
"@wordpress/element": "^6.36.1-next.
|
|
54
|
-
"@wordpress/hooks": "^4.36.1-next.
|
|
55
|
-
"@wordpress/i18n": "^6.9.1-next.
|
|
56
|
-
"@wordpress/icons": "^11.3.1-next.
|
|
57
|
-
"@wordpress/interface": "^9.21.1-next.
|
|
58
|
-
"@wordpress/is-shallow-equal": "^5.36.1-next.
|
|
59
|
-
"@wordpress/keyboard-shortcuts": "^5.36.1-next.
|
|
60
|
-
"@wordpress/keycodes": "^4.36.1-next.
|
|
61
|
-
"@wordpress/media-utils": "^5.36.1-next.
|
|
62
|
-
"@wordpress/preferences": "^4.36.1-next.
|
|
63
|
-
"@wordpress/private-apis": "^1.36.1-next.
|
|
64
|
-
"@wordpress/widgets": "^4.36.1-next.
|
|
43
|
+
"@wordpress/base-styles": "^6.12.2-next.76cff8c98.0",
|
|
44
|
+
"@wordpress/block-editor": "^15.9.1-next.76cff8c98.0",
|
|
45
|
+
"@wordpress/block-library": "^9.36.2-next.76cff8c98.0",
|
|
46
|
+
"@wordpress/blocks": "^15.9.1-next.76cff8c98.0",
|
|
47
|
+
"@wordpress/components": "^31.0.1-next.76cff8c98.0",
|
|
48
|
+
"@wordpress/compose": "^7.36.1-next.76cff8c98.0",
|
|
49
|
+
"@wordpress/core-data": "^7.36.1-next.76cff8c98.0",
|
|
50
|
+
"@wordpress/data": "^10.36.1-next.76cff8c98.0",
|
|
51
|
+
"@wordpress/dom": "^4.36.1-next.76cff8c98.0",
|
|
52
|
+
"@wordpress/element": "^6.36.1-next.76cff8c98.0",
|
|
53
|
+
"@wordpress/hooks": "^4.36.1-next.76cff8c98.0",
|
|
54
|
+
"@wordpress/i18n": "^6.9.1-next.76cff8c98.0",
|
|
55
|
+
"@wordpress/icons": "^11.3.1-next.76cff8c98.0",
|
|
56
|
+
"@wordpress/interface": "^9.21.1-next.76cff8c98.0",
|
|
57
|
+
"@wordpress/is-shallow-equal": "^5.36.1-next.76cff8c98.0",
|
|
58
|
+
"@wordpress/keyboard-shortcuts": "^5.36.1-next.76cff8c98.0",
|
|
59
|
+
"@wordpress/keycodes": "^4.36.1-next.76cff8c98.0",
|
|
60
|
+
"@wordpress/media-utils": "^5.36.1-next.76cff8c98.0",
|
|
61
|
+
"@wordpress/preferences": "^4.36.1-next.76cff8c98.0",
|
|
62
|
+
"@wordpress/private-apis": "^1.36.1-next.76cff8c98.0",
|
|
63
|
+
"@wordpress/widgets": "^4.36.1-next.76cff8c98.0",
|
|
65
64
|
"clsx": "^2.1.1",
|
|
66
65
|
"fast-deep-equal": "^3.1.3"
|
|
67
66
|
},
|
|
@@ -72,5 +71,5 @@
|
|
|
72
71
|
"publishConfig": {
|
|
73
72
|
"access": "public"
|
|
74
73
|
},
|
|
75
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "368727f14b858e75179e140967c2d9ec965c8790"
|
|
76
75
|
}
|
|
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
|
/package/build-module/controls/{inserter-outer-section.js.map → inserter-outer-section.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
|