@wordpress/edit-widgets 6.37.0 → 6.37.1-next.79a2f3cdd.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +0 -2
- 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 +12 -125
- package/build-style/style.css +12 -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
|
@@ -20,15 +20,15 @@ import {
|
|
|
20
20
|
registerWidgetGroupBlock
|
|
21
21
|
} from "@wordpress/widgets";
|
|
22
22
|
import { store as preferencesStore } from "@wordpress/preferences";
|
|
23
|
-
import "./store";
|
|
24
|
-
import "./filters";
|
|
25
|
-
import * as widgetArea from "./blocks/widget-area";
|
|
26
|
-
import Layout from "./components/layout";
|
|
23
|
+
import "./store/index.mjs";
|
|
24
|
+
import "./filters/index.mjs";
|
|
25
|
+
import * as widgetArea from "./blocks/widget-area/index.mjs";
|
|
26
|
+
import Layout from "./components/layout/index.mjs";
|
|
27
27
|
import {
|
|
28
28
|
ALLOW_REUSABLE_BLOCKS,
|
|
29
29
|
ENABLE_EXPERIMENTAL_FSE_BLOCKS
|
|
30
|
-
} from "./constants";
|
|
31
|
-
import { store } from "./store";
|
|
30
|
+
} from "./constants.mjs";
|
|
31
|
+
import { store } from "./store/index.mjs";
|
|
32
32
|
import { jsx } from "react/jsx-runtime";
|
|
33
33
|
var disabledBlocks = [
|
|
34
34
|
"core/more",
|
|
@@ -89,4 +89,4 @@ export {
|
|
|
89
89
|
reinitializeEditor,
|
|
90
90
|
store
|
|
91
91
|
};
|
|
92
|
-
//# sourceMappingURL=index.
|
|
92
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -5,7 +5,7 @@ import { store as interfaceStore } from "@wordpress/interface";
|
|
|
5
5
|
import { getWidgetIdFromBlock } from "@wordpress/widgets";
|
|
6
6
|
import { store as coreStore } from "@wordpress/core-data";
|
|
7
7
|
import { store as blockEditorStore } from "@wordpress/block-editor";
|
|
8
|
-
import { transformBlockToWidget } from "./transformers";
|
|
8
|
+
import { transformBlockToWidget } from "./transformers.mjs";
|
|
9
9
|
import {
|
|
10
10
|
buildWidgetAreaPostId,
|
|
11
11
|
buildWidgetAreasQuery,
|
|
@@ -13,8 +13,8 @@ import {
|
|
|
13
13
|
KIND,
|
|
14
14
|
POST_TYPE,
|
|
15
15
|
WIDGET_AREA_ENTITY_TYPE
|
|
16
|
-
} from "./utils";
|
|
17
|
-
import { STORE_NAME as editWidgetsStoreName } from "./constants";
|
|
16
|
+
} from "./utils.mjs";
|
|
17
|
+
import { STORE_NAME as editWidgetsStoreName } from "./constants.mjs";
|
|
18
18
|
var persistStubPost = (id, blocks) => ({ registry }) => {
|
|
19
19
|
const stubPost = createStubPost(id, blocks);
|
|
20
20
|
registry.dispatch(coreStore).receiveEntityRecords(
|
|
@@ -268,4 +268,4 @@ export {
|
|
|
268
268
|
setWidgetIdForClientId,
|
|
269
269
|
unlockWidgetSaving
|
|
270
270
|
};
|
|
271
|
-
//# sourceMappingURL=actions.
|
|
271
|
+
//# sourceMappingURL=actions.mjs.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
// packages/edit-widgets/src/store/index.js
|
|
2
2
|
import apiFetch from "@wordpress/api-fetch";
|
|
3
3
|
import { createReduxStore, register } from "@wordpress/data";
|
|
4
|
-
import reducer from "./reducer";
|
|
5
|
-
import * as resolvers from "./resolvers";
|
|
6
|
-
import * as selectors from "./selectors";
|
|
7
|
-
import * as actions from "./actions";
|
|
8
|
-
import * as privateSelectors from "./private-selectors";
|
|
9
|
-
import { STORE_NAME } from "./constants";
|
|
10
|
-
import { unlock } from "../lock-unlock";
|
|
4
|
+
import reducer from "./reducer.mjs";
|
|
5
|
+
import * as resolvers from "./resolvers.mjs";
|
|
6
|
+
import * as selectors from "./selectors.mjs";
|
|
7
|
+
import * as actions from "./actions.mjs";
|
|
8
|
+
import * as privateSelectors from "./private-selectors.mjs";
|
|
9
|
+
import { STORE_NAME } from "./constants.mjs";
|
|
10
|
+
import { unlock } from "../lock-unlock.mjs";
|
|
11
11
|
var storeConfig = {
|
|
12
12
|
reducer,
|
|
13
13
|
selectors,
|
|
@@ -26,4 +26,4 @@ unlock(store).registerPrivateSelectors(privateSelectors);
|
|
|
26
26
|
export {
|
|
27
27
|
store
|
|
28
28
|
};
|
|
29
|
-
//# sourceMappingURL=index.
|
|
29
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// packages/edit-widgets/src/store/resolvers.js
|
|
2
2
|
import { createBlock } from "@wordpress/blocks";
|
|
3
3
|
import { store as coreStore } from "@wordpress/core-data";
|
|
4
|
-
import { persistStubPost, setWidgetAreasOpenState } from "./actions";
|
|
4
|
+
import { persistStubPost, setWidgetAreasOpenState } from "./actions.mjs";
|
|
5
5
|
import {
|
|
6
6
|
KIND,
|
|
7
7
|
WIDGET_AREA_ENTITY_TYPE,
|
|
@@ -9,8 +9,8 @@ import {
|
|
|
9
9
|
buildWidgetAreasQuery,
|
|
10
10
|
buildWidgetAreaPostId,
|
|
11
11
|
buildWidgetAreasPostId
|
|
12
|
-
} from "./utils";
|
|
13
|
-
import { transformWidgetToBlock } from "./transformers";
|
|
12
|
+
} from "./utils.mjs";
|
|
13
|
+
import { transformWidgetToBlock } from "./transformers.mjs";
|
|
14
14
|
var getWidgetAreas = () => async ({ dispatch, registry }) => {
|
|
15
15
|
const query = buildWidgetAreasQuery();
|
|
16
16
|
const widgetAreas = await registry.resolveSelect(coreStore).getEntityRecords(KIND, WIDGET_AREA_ENTITY_TYPE, query);
|
|
@@ -73,4 +73,4 @@ export {
|
|
|
73
73
|
getWidgetAreas,
|
|
74
74
|
getWidgets
|
|
75
75
|
};
|
|
76
|
-
//# sourceMappingURL=resolvers.
|
|
76
|
+
//# sourceMappingURL=resolvers.mjs.map
|
|
@@ -10,8 +10,8 @@ import {
|
|
|
10
10
|
KIND,
|
|
11
11
|
POST_TYPE,
|
|
12
12
|
WIDGET_AREA_ENTITY_TYPE
|
|
13
|
-
} from "./utils";
|
|
14
|
-
import { STORE_NAME as editWidgetsStoreName } from "./constants";
|
|
13
|
+
} from "./utils.mjs";
|
|
14
|
+
import { STORE_NAME as editWidgetsStoreName } from "./constants.mjs";
|
|
15
15
|
var EMPTY_INSERTION_POINT = {
|
|
16
16
|
rootClientId: void 0,
|
|
17
17
|
insertionIndex: void 0
|
|
@@ -206,4 +206,4 @@ export {
|
|
|
206
206
|
isSavingWidgetAreas,
|
|
207
207
|
isWidgetSavingLocked
|
|
208
208
|
};
|
|
209
|
-
//# sourceMappingURL=selectors.
|
|
209
|
+
//# sourceMappingURL=selectors.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;
|
|
@@ -187,6 +191,10 @@
|
|
|
187
191
|
/**
|
|
188
192
|
* Reset the WP Admin page styles for Gutenberg-like pages.
|
|
189
193
|
*/
|
|
194
|
+
/**
|
|
195
|
+
* Creates a checkerboard pattern background to indicate transparency.
|
|
196
|
+
* @param {String} $size - The size of the squares in the checkerboard pattern. Default is 12px.
|
|
197
|
+
*/
|
|
190
198
|
.admin-ui-page {
|
|
191
199
|
display: flex;
|
|
192
200
|
height: 100%;
|
|
@@ -360,6 +368,10 @@
|
|
|
360
368
|
/**
|
|
361
369
|
* Reset the WP Admin page styles for Gutenberg-like pages.
|
|
362
370
|
*/
|
|
371
|
+
/**
|
|
372
|
+
* Creates a checkerboard pattern background to indicate transparency.
|
|
373
|
+
* @param {String} $size - The size of the squares in the checkerboard pattern. Default is 12px.
|
|
374
|
+
*/
|
|
363
375
|
.interface-complementary-area {
|
|
364
376
|
background: #fff;
|
|
365
377
|
color: #1e1e1e;
|
|
@@ -367,11 +379,6 @@
|
|
|
367
379
|
overflow: auto;
|
|
368
380
|
}
|
|
369
381
|
|
|
370
|
-
@media (min-width: 600px) {
|
|
371
|
-
.interface-complementary-area {
|
|
372
|
-
-webkit-overflow-scrolling: touch;
|
|
373
|
-
}
|
|
374
|
-
}
|
|
375
382
|
@media (min-width: 782px) {
|
|
376
383
|
.interface-complementary-area {
|
|
377
384
|
width: 280px;
|
|
@@ -1183,124 +1190,4 @@ body.js.widgets-php .media-frame select.attachment-filters:last-of-type {
|
|
|
1183
1190
|
|
|
1184
1191
|
.js .widgets-php .notice {
|
|
1185
1192
|
display: none !important;
|
|
1186
|
-
}
|
|
1187
|
-
|
|
1188
|
-
body.admin-color-light {
|
|
1189
|
-
--wp-admin-theme-color: #0085ba;
|
|
1190
|
-
--wp-admin-theme-color--rgb: 0, 133, 186;
|
|
1191
|
-
--wp-admin-theme-color-darker-10: rgb(0, 114.7661290323, 160.5);
|
|
1192
|
-
--wp-admin-theme-color-darker-10--rgb: 0, 114.7661290323, 160.5;
|
|
1193
|
-
--wp-admin-theme-color-darker-20: rgb(0, 96.5322580645, 135);
|
|
1194
|
-
--wp-admin-theme-color-darker-20--rgb: 0, 96.5322580645, 135;
|
|
1195
|
-
--wp-admin-border-width-focus: 2px;
|
|
1196
|
-
}
|
|
1197
|
-
@media (min-resolution: 192dpi) {
|
|
1198
|
-
body.admin-color-light {
|
|
1199
|
-
--wp-admin-border-width-focus: 1.5px;
|
|
1200
|
-
}
|
|
1201
|
-
}
|
|
1202
|
-
|
|
1203
|
-
body.admin-color-modern {
|
|
1204
|
-
--wp-admin-theme-color: #3858e9;
|
|
1205
|
-
--wp-admin-theme-color--rgb: 56, 88, 233;
|
|
1206
|
-
--wp-admin-theme-color-darker-10: rgb(33.0384615385, 68.7307692308, 230.4615384615);
|
|
1207
|
-
--wp-admin-theme-color-darker-10--rgb: 33.0384615385, 68.7307692308, 230.4615384615;
|
|
1208
|
-
--wp-admin-theme-color-darker-20: rgb(23.6923076923, 58.1538461538, 214.3076923077);
|
|
1209
|
-
--wp-admin-theme-color-darker-20--rgb: 23.6923076923, 58.1538461538, 214.3076923077;
|
|
1210
|
-
--wp-admin-border-width-focus: 2px;
|
|
1211
|
-
}
|
|
1212
|
-
@media (min-resolution: 192dpi) {
|
|
1213
|
-
body.admin-color-modern {
|
|
1214
|
-
--wp-admin-border-width-focus: 1.5px;
|
|
1215
|
-
}
|
|
1216
|
-
}
|
|
1217
|
-
|
|
1218
|
-
body.admin-color-blue {
|
|
1219
|
-
--wp-admin-theme-color: #096484;
|
|
1220
|
-
--wp-admin-theme-color--rgb: 9, 100, 132;
|
|
1221
|
-
--wp-admin-theme-color-darker-10: rgb(7.3723404255, 81.914893617, 108.1276595745);
|
|
1222
|
-
--wp-admin-theme-color-darker-10--rgb: 7.3723404255, 81.914893617, 108.1276595745;
|
|
1223
|
-
--wp-admin-theme-color-darker-20: rgb(5.7446808511, 63.829787234, 84.2553191489);
|
|
1224
|
-
--wp-admin-theme-color-darker-20--rgb: 5.7446808511, 63.829787234, 84.2553191489;
|
|
1225
|
-
--wp-admin-border-width-focus: 2px;
|
|
1226
|
-
}
|
|
1227
|
-
@media (min-resolution: 192dpi) {
|
|
1228
|
-
body.admin-color-blue {
|
|
1229
|
-
--wp-admin-border-width-focus: 1.5px;
|
|
1230
|
-
}
|
|
1231
|
-
}
|
|
1232
|
-
|
|
1233
|
-
body.admin-color-coffee {
|
|
1234
|
-
--wp-admin-theme-color: #46403c;
|
|
1235
|
-
--wp-admin-theme-color--rgb: 70, 64, 60;
|
|
1236
|
-
--wp-admin-theme-color-darker-10: rgb(56.2692307692, 51.4461538462, 48.2307692308);
|
|
1237
|
-
--wp-admin-theme-color-darker-10--rgb: 56.2692307692, 51.4461538462, 48.2307692308;
|
|
1238
|
-
--wp-admin-theme-color-darker-20: rgb(42.5384615385, 38.8923076923, 36.4615384615);
|
|
1239
|
-
--wp-admin-theme-color-darker-20--rgb: 42.5384615385, 38.8923076923, 36.4615384615;
|
|
1240
|
-
--wp-admin-border-width-focus: 2px;
|
|
1241
|
-
}
|
|
1242
|
-
@media (min-resolution: 192dpi) {
|
|
1243
|
-
body.admin-color-coffee {
|
|
1244
|
-
--wp-admin-border-width-focus: 1.5px;
|
|
1245
|
-
}
|
|
1246
|
-
}
|
|
1247
|
-
|
|
1248
|
-
body.admin-color-ectoplasm {
|
|
1249
|
-
--wp-admin-theme-color: #523f6d;
|
|
1250
|
-
--wp-admin-theme-color--rgb: 82, 63, 109;
|
|
1251
|
-
--wp-admin-theme-color-darker-10: rgb(69.8430232558, 53.6598837209, 92.8401162791);
|
|
1252
|
-
--wp-admin-theme-color-darker-10--rgb: 69.8430232558, 53.6598837209, 92.8401162791;
|
|
1253
|
-
--wp-admin-theme-color-darker-20: rgb(57.6860465116, 44.3197674419, 76.6802325581);
|
|
1254
|
-
--wp-admin-theme-color-darker-20--rgb: 57.6860465116, 44.3197674419, 76.6802325581;
|
|
1255
|
-
--wp-admin-border-width-focus: 2px;
|
|
1256
|
-
}
|
|
1257
|
-
@media (min-resolution: 192dpi) {
|
|
1258
|
-
body.admin-color-ectoplasm {
|
|
1259
|
-
--wp-admin-border-width-focus: 1.5px;
|
|
1260
|
-
}
|
|
1261
|
-
}
|
|
1262
|
-
|
|
1263
|
-
body.admin-color-midnight {
|
|
1264
|
-
--wp-admin-theme-color: #e14d43;
|
|
1265
|
-
--wp-admin-theme-color--rgb: 225, 77, 67;
|
|
1266
|
-
--wp-admin-theme-color-darker-10: rgb(221.4908256881, 56.1788990826, 45.0091743119);
|
|
1267
|
-
--wp-admin-theme-color-darker-10--rgb: 221.4908256881, 56.1788990826, 45.0091743119;
|
|
1268
|
-
--wp-admin-theme-color-darker-20: rgb(207.8348623853, 44.2201834862, 33.1651376147);
|
|
1269
|
-
--wp-admin-theme-color-darker-20--rgb: 207.8348623853, 44.2201834862, 33.1651376147;
|
|
1270
|
-
--wp-admin-border-width-focus: 2px;
|
|
1271
|
-
}
|
|
1272
|
-
@media (min-resolution: 192dpi) {
|
|
1273
|
-
body.admin-color-midnight {
|
|
1274
|
-
--wp-admin-border-width-focus: 1.5px;
|
|
1275
|
-
}
|
|
1276
|
-
}
|
|
1277
|
-
|
|
1278
|
-
body.admin-color-ocean {
|
|
1279
|
-
--wp-admin-theme-color: #627c83;
|
|
1280
|
-
--wp-admin-theme-color--rgb: 98, 124, 131;
|
|
1281
|
-
--wp-admin-theme-color-darker-10: rgb(87.0873362445, 110.192139738, 116.4126637555);
|
|
1282
|
-
--wp-admin-theme-color-darker-10--rgb: 87.0873362445, 110.192139738, 116.4126637555;
|
|
1283
|
-
--wp-admin-theme-color-darker-20: rgb(76.1746724891, 96.384279476, 101.8253275109);
|
|
1284
|
-
--wp-admin-theme-color-darker-20--rgb: 76.1746724891, 96.384279476, 101.8253275109;
|
|
1285
|
-
--wp-admin-border-width-focus: 2px;
|
|
1286
|
-
}
|
|
1287
|
-
@media (min-resolution: 192dpi) {
|
|
1288
|
-
body.admin-color-ocean {
|
|
1289
|
-
--wp-admin-border-width-focus: 1.5px;
|
|
1290
|
-
}
|
|
1291
|
-
}
|
|
1292
|
-
|
|
1293
|
-
body.admin-color-sunrise {
|
|
1294
|
-
--wp-admin-theme-color: #dd823b;
|
|
1295
|
-
--wp-admin-theme-color--rgb: 221, 130, 59;
|
|
1296
|
-
--wp-admin-theme-color-darker-10: rgb(216.8782608696, 116.1847826087, 37.6217391304);
|
|
1297
|
-
--wp-admin-theme-color-darker-10--rgb: 216.8782608696, 116.1847826087, 37.6217391304;
|
|
1298
|
-
--wp-admin-theme-color-darker-20: rgb(195.147826087, 104.5434782609, 33.852173913);
|
|
1299
|
-
--wp-admin-theme-color-darker-20--rgb: 195.147826087, 104.5434782609, 33.852173913;
|
|
1300
|
-
--wp-admin-border-width-focus: 2px;
|
|
1301
|
-
}
|
|
1302
|
-
@media (min-resolution: 192dpi) {
|
|
1303
|
-
body.admin-color-sunrise {
|
|
1304
|
-
--wp-admin-border-width-focus: 1.5px;
|
|
1305
|
-
}
|
|
1306
1193
|
}
|
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;
|
|
@@ -187,6 +191,10 @@
|
|
|
187
191
|
/**
|
|
188
192
|
* Reset the WP Admin page styles for Gutenberg-like pages.
|
|
189
193
|
*/
|
|
194
|
+
/**
|
|
195
|
+
* Creates a checkerboard pattern background to indicate transparency.
|
|
196
|
+
* @param {String} $size - The size of the squares in the checkerboard pattern. Default is 12px.
|
|
197
|
+
*/
|
|
190
198
|
.admin-ui-page {
|
|
191
199
|
display: flex;
|
|
192
200
|
height: 100%;
|
|
@@ -360,6 +368,10 @@
|
|
|
360
368
|
/**
|
|
361
369
|
* Reset the WP Admin page styles for Gutenberg-like pages.
|
|
362
370
|
*/
|
|
371
|
+
/**
|
|
372
|
+
* Creates a checkerboard pattern background to indicate transparency.
|
|
373
|
+
* @param {String} $size - The size of the squares in the checkerboard pattern. Default is 12px.
|
|
374
|
+
*/
|
|
363
375
|
.interface-complementary-area {
|
|
364
376
|
background: #fff;
|
|
365
377
|
color: #1e1e1e;
|
|
@@ -367,11 +379,6 @@
|
|
|
367
379
|
overflow: auto;
|
|
368
380
|
}
|
|
369
381
|
|
|
370
|
-
@media (min-width: 600px) {
|
|
371
|
-
.interface-complementary-area {
|
|
372
|
-
-webkit-overflow-scrolling: touch;
|
|
373
|
-
}
|
|
374
|
-
}
|
|
375
382
|
@media (min-width: 782px) {
|
|
376
383
|
.interface-complementary-area {
|
|
377
384
|
width: 280px;
|
|
@@ -1183,124 +1190,4 @@ body.js.widgets-php .media-frame select.attachment-filters:last-of-type {
|
|
|
1183
1190
|
|
|
1184
1191
|
.js .widgets-php .notice {
|
|
1185
1192
|
display: none !important;
|
|
1186
|
-
}
|
|
1187
|
-
|
|
1188
|
-
body.admin-color-light {
|
|
1189
|
-
--wp-admin-theme-color: #0085ba;
|
|
1190
|
-
--wp-admin-theme-color--rgb: 0, 133, 186;
|
|
1191
|
-
--wp-admin-theme-color-darker-10: rgb(0, 114.7661290323, 160.5);
|
|
1192
|
-
--wp-admin-theme-color-darker-10--rgb: 0, 114.7661290323, 160.5;
|
|
1193
|
-
--wp-admin-theme-color-darker-20: rgb(0, 96.5322580645, 135);
|
|
1194
|
-
--wp-admin-theme-color-darker-20--rgb: 0, 96.5322580645, 135;
|
|
1195
|
-
--wp-admin-border-width-focus: 2px;
|
|
1196
|
-
}
|
|
1197
|
-
@media (min-resolution: 192dpi) {
|
|
1198
|
-
body.admin-color-light {
|
|
1199
|
-
--wp-admin-border-width-focus: 1.5px;
|
|
1200
|
-
}
|
|
1201
|
-
}
|
|
1202
|
-
|
|
1203
|
-
body.admin-color-modern {
|
|
1204
|
-
--wp-admin-theme-color: #3858e9;
|
|
1205
|
-
--wp-admin-theme-color--rgb: 56, 88, 233;
|
|
1206
|
-
--wp-admin-theme-color-darker-10: rgb(33.0384615385, 68.7307692308, 230.4615384615);
|
|
1207
|
-
--wp-admin-theme-color-darker-10--rgb: 33.0384615385, 68.7307692308, 230.4615384615;
|
|
1208
|
-
--wp-admin-theme-color-darker-20: rgb(23.6923076923, 58.1538461538, 214.3076923077);
|
|
1209
|
-
--wp-admin-theme-color-darker-20--rgb: 23.6923076923, 58.1538461538, 214.3076923077;
|
|
1210
|
-
--wp-admin-border-width-focus: 2px;
|
|
1211
|
-
}
|
|
1212
|
-
@media (min-resolution: 192dpi) {
|
|
1213
|
-
body.admin-color-modern {
|
|
1214
|
-
--wp-admin-border-width-focus: 1.5px;
|
|
1215
|
-
}
|
|
1216
|
-
}
|
|
1217
|
-
|
|
1218
|
-
body.admin-color-blue {
|
|
1219
|
-
--wp-admin-theme-color: #096484;
|
|
1220
|
-
--wp-admin-theme-color--rgb: 9, 100, 132;
|
|
1221
|
-
--wp-admin-theme-color-darker-10: rgb(7.3723404255, 81.914893617, 108.1276595745);
|
|
1222
|
-
--wp-admin-theme-color-darker-10--rgb: 7.3723404255, 81.914893617, 108.1276595745;
|
|
1223
|
-
--wp-admin-theme-color-darker-20: rgb(5.7446808511, 63.829787234, 84.2553191489);
|
|
1224
|
-
--wp-admin-theme-color-darker-20--rgb: 5.7446808511, 63.829787234, 84.2553191489;
|
|
1225
|
-
--wp-admin-border-width-focus: 2px;
|
|
1226
|
-
}
|
|
1227
|
-
@media (min-resolution: 192dpi) {
|
|
1228
|
-
body.admin-color-blue {
|
|
1229
|
-
--wp-admin-border-width-focus: 1.5px;
|
|
1230
|
-
}
|
|
1231
|
-
}
|
|
1232
|
-
|
|
1233
|
-
body.admin-color-coffee {
|
|
1234
|
-
--wp-admin-theme-color: #46403c;
|
|
1235
|
-
--wp-admin-theme-color--rgb: 70, 64, 60;
|
|
1236
|
-
--wp-admin-theme-color-darker-10: rgb(56.2692307692, 51.4461538462, 48.2307692308);
|
|
1237
|
-
--wp-admin-theme-color-darker-10--rgb: 56.2692307692, 51.4461538462, 48.2307692308;
|
|
1238
|
-
--wp-admin-theme-color-darker-20: rgb(42.5384615385, 38.8923076923, 36.4615384615);
|
|
1239
|
-
--wp-admin-theme-color-darker-20--rgb: 42.5384615385, 38.8923076923, 36.4615384615;
|
|
1240
|
-
--wp-admin-border-width-focus: 2px;
|
|
1241
|
-
}
|
|
1242
|
-
@media (min-resolution: 192dpi) {
|
|
1243
|
-
body.admin-color-coffee {
|
|
1244
|
-
--wp-admin-border-width-focus: 1.5px;
|
|
1245
|
-
}
|
|
1246
|
-
}
|
|
1247
|
-
|
|
1248
|
-
body.admin-color-ectoplasm {
|
|
1249
|
-
--wp-admin-theme-color: #523f6d;
|
|
1250
|
-
--wp-admin-theme-color--rgb: 82, 63, 109;
|
|
1251
|
-
--wp-admin-theme-color-darker-10: rgb(69.8430232558, 53.6598837209, 92.8401162791);
|
|
1252
|
-
--wp-admin-theme-color-darker-10--rgb: 69.8430232558, 53.6598837209, 92.8401162791;
|
|
1253
|
-
--wp-admin-theme-color-darker-20: rgb(57.6860465116, 44.3197674419, 76.6802325581);
|
|
1254
|
-
--wp-admin-theme-color-darker-20--rgb: 57.6860465116, 44.3197674419, 76.6802325581;
|
|
1255
|
-
--wp-admin-border-width-focus: 2px;
|
|
1256
|
-
}
|
|
1257
|
-
@media (min-resolution: 192dpi) {
|
|
1258
|
-
body.admin-color-ectoplasm {
|
|
1259
|
-
--wp-admin-border-width-focus: 1.5px;
|
|
1260
|
-
}
|
|
1261
|
-
}
|
|
1262
|
-
|
|
1263
|
-
body.admin-color-midnight {
|
|
1264
|
-
--wp-admin-theme-color: #e14d43;
|
|
1265
|
-
--wp-admin-theme-color--rgb: 225, 77, 67;
|
|
1266
|
-
--wp-admin-theme-color-darker-10: rgb(221.4908256881, 56.1788990826, 45.0091743119);
|
|
1267
|
-
--wp-admin-theme-color-darker-10--rgb: 221.4908256881, 56.1788990826, 45.0091743119;
|
|
1268
|
-
--wp-admin-theme-color-darker-20: rgb(207.8348623853, 44.2201834862, 33.1651376147);
|
|
1269
|
-
--wp-admin-theme-color-darker-20--rgb: 207.8348623853, 44.2201834862, 33.1651376147;
|
|
1270
|
-
--wp-admin-border-width-focus: 2px;
|
|
1271
|
-
}
|
|
1272
|
-
@media (min-resolution: 192dpi) {
|
|
1273
|
-
body.admin-color-midnight {
|
|
1274
|
-
--wp-admin-border-width-focus: 1.5px;
|
|
1275
|
-
}
|
|
1276
|
-
}
|
|
1277
|
-
|
|
1278
|
-
body.admin-color-ocean {
|
|
1279
|
-
--wp-admin-theme-color: #627c83;
|
|
1280
|
-
--wp-admin-theme-color--rgb: 98, 124, 131;
|
|
1281
|
-
--wp-admin-theme-color-darker-10: rgb(87.0873362445, 110.192139738, 116.4126637555);
|
|
1282
|
-
--wp-admin-theme-color-darker-10--rgb: 87.0873362445, 110.192139738, 116.4126637555;
|
|
1283
|
-
--wp-admin-theme-color-darker-20: rgb(76.1746724891, 96.384279476, 101.8253275109);
|
|
1284
|
-
--wp-admin-theme-color-darker-20--rgb: 76.1746724891, 96.384279476, 101.8253275109;
|
|
1285
|
-
--wp-admin-border-width-focus: 2px;
|
|
1286
|
-
}
|
|
1287
|
-
@media (min-resolution: 192dpi) {
|
|
1288
|
-
body.admin-color-ocean {
|
|
1289
|
-
--wp-admin-border-width-focus: 1.5px;
|
|
1290
|
-
}
|
|
1291
|
-
}
|
|
1292
|
-
|
|
1293
|
-
body.admin-color-sunrise {
|
|
1294
|
-
--wp-admin-theme-color: #dd823b;
|
|
1295
|
-
--wp-admin-theme-color--rgb: 221, 130, 59;
|
|
1296
|
-
--wp-admin-theme-color-darker-10: rgb(216.8782608696, 116.1847826087, 37.6217391304);
|
|
1297
|
-
--wp-admin-theme-color-darker-10--rgb: 216.8782608696, 116.1847826087, 37.6217391304;
|
|
1298
|
-
--wp-admin-theme-color-darker-20: rgb(195.147826087, 104.5434782609, 33.852173913);
|
|
1299
|
-
--wp-admin-theme-color-darker-20--rgb: 195.147826087, 104.5434782609, 33.852173913;
|
|
1300
|
-
--wp-admin-border-width-focus: 2px;
|
|
1301
|
-
}
|
|
1302
|
-
@media (min-resolution: 192dpi) {
|
|
1303
|
-
body.admin-color-sunrise {
|
|
1304
|
-
--wp-admin-border-width-focus: 1.5px;
|
|
1305
|
-
}
|
|
1306
1193
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/edit-widgets",
|
|
3
|
-
"version": "6.37.0",
|
|
3
|
+
"version": "6.37.1-next.79a2f3cdd.0",
|
|
4
4
|
"description": "Widgets Page module for WordPress..",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -23,12 +23,20 @@
|
|
|
23
23
|
"node": ">=18.12.0",
|
|
24
24
|
"npm": ">=8.19.2"
|
|
25
25
|
},
|
|
26
|
-
"
|
|
27
|
-
|
|
26
|
+
"files": [
|
|
27
|
+
"src",
|
|
28
|
+
"build",
|
|
29
|
+
"build-module",
|
|
30
|
+
"build-style",
|
|
31
|
+
"build-types",
|
|
32
|
+
"*.md"
|
|
33
|
+
],
|
|
34
|
+
"main": "build/index.cjs",
|
|
35
|
+
"module": "build-module/index.mjs",
|
|
28
36
|
"exports": {
|
|
29
37
|
".": {
|
|
30
|
-
"import": "./build-module/index.
|
|
31
|
-
"default": "./build/index.
|
|
38
|
+
"import": "./build-module/index.mjs",
|
|
39
|
+
"default": "./build/index.cjs"
|
|
32
40
|
},
|
|
33
41
|
"./package.json": "./package.json"
|
|
34
42
|
},
|
|
@@ -40,35 +48,38 @@
|
|
|
40
48
|
]
|
|
41
49
|
},
|
|
42
50
|
"dependencies": {
|
|
43
|
-
"@wordpress/api-fetch": "^7.37.0",
|
|
44
|
-
"@wordpress/base-styles": "^6.13.0",
|
|
45
|
-
"@wordpress/block-editor": "^15.10.0",
|
|
46
|
-
"@wordpress/block-library": "^9.37.0",
|
|
47
|
-
"@wordpress/blocks": "^15.10.0",
|
|
48
|
-
"@wordpress/components": "^
|
|
49
|
-
"@wordpress/compose": "^7.37.0",
|
|
50
|
-
"@wordpress/core-data": "^7.37.0",
|
|
51
|
-
"@wordpress/data": "^10.37.0",
|
|
52
|
-
"@wordpress/deprecated": "^4.37.0",
|
|
53
|
-
"@wordpress/dom": "^4.37.0",
|
|
54
|
-
"@wordpress/element": "^6.37.0",
|
|
55
|
-
"@wordpress/hooks": "^4.37.0",
|
|
56
|
-
"@wordpress/i18n": "^6.10.0",
|
|
57
|
-
"@wordpress/icons": "^11.4.0",
|
|
58
|
-
"@wordpress/interface": "^9.22.0",
|
|
59
|
-
"@wordpress/keyboard-shortcuts": "^5.37.0",
|
|
60
|
-
"@wordpress/keycodes": "^4.
|
|
61
|
-
"@wordpress/media-utils": "^5.37.0",
|
|
62
|
-
"@wordpress/notices": "^5.37.0",
|
|
63
|
-
"@wordpress/patterns": "^2.37.0",
|
|
64
|
-
"@wordpress/plugins": "^7.37.0",
|
|
65
|
-
"@wordpress/preferences": "^4.37.0",
|
|
66
|
-
"@wordpress/private-apis": "^1.37.0",
|
|
67
|
-
"@wordpress/reusable-blocks": "^5.37.0",
|
|
68
|
-
"@wordpress/url": "^4.37.0",
|
|
69
|
-
"@wordpress/widgets": "^4.37.0",
|
|
51
|
+
"@wordpress/api-fetch": "^7.37.1-next.79a2f3cdd.0",
|
|
52
|
+
"@wordpress/base-styles": "^6.13.2-next.79a2f3cdd.0",
|
|
53
|
+
"@wordpress/block-editor": "^15.10.1-next.79a2f3cdd.0",
|
|
54
|
+
"@wordpress/block-library": "^9.37.2-next.79a2f3cdd.0",
|
|
55
|
+
"@wordpress/blocks": "^15.10.1-next.79a2f3cdd.0",
|
|
56
|
+
"@wordpress/components": "^32.0.1-next.79a2f3cdd.0",
|
|
57
|
+
"@wordpress/compose": "^7.37.1-next.79a2f3cdd.0",
|
|
58
|
+
"@wordpress/core-data": "^7.37.1-next.79a2f3cdd.0",
|
|
59
|
+
"@wordpress/data": "^10.37.1-next.79a2f3cdd.0",
|
|
60
|
+
"@wordpress/deprecated": "^4.37.1-next.79a2f3cdd.0",
|
|
61
|
+
"@wordpress/dom": "^4.37.1-next.79a2f3cdd.0",
|
|
62
|
+
"@wordpress/element": "^6.37.1-next.79a2f3cdd.0",
|
|
63
|
+
"@wordpress/hooks": "^4.37.1-next.79a2f3cdd.0",
|
|
64
|
+
"@wordpress/i18n": "^6.10.1-next.79a2f3cdd.0",
|
|
65
|
+
"@wordpress/icons": "^11.4.1-next.79a2f3cdd.0",
|
|
66
|
+
"@wordpress/interface": "^9.22.1-next.79a2f3cdd.0",
|
|
67
|
+
"@wordpress/keyboard-shortcuts": "^5.37.1-next.79a2f3cdd.0",
|
|
68
|
+
"@wordpress/keycodes": "^4.38.1-next.79a2f3cdd.0",
|
|
69
|
+
"@wordpress/media-utils": "^5.37.1-next.79a2f3cdd.0",
|
|
70
|
+
"@wordpress/notices": "^5.37.1-next.79a2f3cdd.0",
|
|
71
|
+
"@wordpress/patterns": "^2.37.1-next.79a2f3cdd.0",
|
|
72
|
+
"@wordpress/plugins": "^7.37.1-next.79a2f3cdd.0",
|
|
73
|
+
"@wordpress/preferences": "^4.37.1-next.79a2f3cdd.0",
|
|
74
|
+
"@wordpress/private-apis": "^1.37.1-next.79a2f3cdd.0",
|
|
75
|
+
"@wordpress/reusable-blocks": "^5.37.1-next.79a2f3cdd.0",
|
|
76
|
+
"@wordpress/url": "^4.37.1-next.79a2f3cdd.0",
|
|
77
|
+
"@wordpress/widgets": "^4.37.1-next.79a2f3cdd.0",
|
|
70
78
|
"clsx": "^2.1.1"
|
|
71
79
|
},
|
|
80
|
+
"devDependencies": {
|
|
81
|
+
"deep-freeze": "0.0.1"
|
|
82
|
+
},
|
|
72
83
|
"peerDependencies": {
|
|
73
84
|
"react": "^18.0.0",
|
|
74
85
|
"react-dom": "^18.0.0"
|
|
@@ -76,5 +87,5 @@
|
|
|
76
87
|
"publishConfig": {
|
|
77
88
|
"access": "public"
|
|
78
89
|
},
|
|
79
|
-
"gitHead": "
|
|
90
|
+
"gitHead": "6a324496a37d9a333a11d4d7fe5fb93b8152a5ba"
|
|
80
91
|
}
|
package/src/style.scss
CHANGED
package/build/filters/index.js
DELETED
|
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
|