@wordpress/lazy-editor 1.11.0 → 1.11.1-next.v.202605131006.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build-types/components/editor/index.d.ts +1 -1
- package/build-types/components/editor/index.d.ts.map +1 -1
- package/build-types/components/preview/index.d.ts +1 -1
- package/build-types/components/preview/index.d.ts.map +1 -1
- package/build-types/hooks/use-editor-settings.d.ts.map +1 -1
- package/package.json +14 -14
|
@@ -18,6 +18,6 @@ interface EditorProps {
|
|
|
18
18
|
* @param {ReactNode} props.backButton Optional back button to render in editor header
|
|
19
19
|
* @return The editor component with loading states
|
|
20
20
|
*/
|
|
21
|
-
export declare function Editor({ postType, postId, settings, backButton
|
|
21
|
+
export declare function Editor({ postType, postId, settings, backButton }: EditorProps): import("react").JSX.Element;
|
|
22
22
|
export {};
|
|
23
23
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/editor/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAqBvC,UAAU,WAAW;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAE,MAAM,EAAE,GAAG,CAAE,CAAC;IACjC,UAAU,CAAC,EAAE,SAAS,CAAC;CACvB;AAED;;;;;;;;;GASG;AACH,wBAAgB,MAAM,CAAE,EACvB,QAAQ,EACR,MAAM,EACN,QAAQ,EACR,UAAU,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/editor/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAqBvC,UAAU,WAAW;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAE,MAAM,EAAE,GAAG,CAAE,CAAC;IACjC,UAAU,CAAC,EAAE,SAAS,CAAC;CACvB;AAED;;;;;;;;;GASG;AACH,wBAAgB,MAAM,CAAE,EACvB,QAAQ,EACR,MAAM,EACN,QAAQ,EACR,UAAU,EACV,EAAE,WAAW,+BAgFb"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/preview/index.tsx"],"names":[],"mappings":"AAUA;;GAEG;AACH,OAAO,cAAc,CAAC;AAkDtB,wBAAgB,OAAO,CAAE,EACxB,MAAM,EACN,OAAO,EACP,WAAW,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/preview/index.tsx"],"names":[],"mappings":"AAUA;;GAEG;AACH,OAAO,cAAc,CAAC;AAkDtB,wBAAgB,OAAO,CAAE,EACxB,MAAM,EACN,OAAO,EACP,WAAW,EACX,EAAE;IACF,MAAM,CAAC,EAAE,GAAG,EAAE,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;CACpB,sCA4BA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"use-editor-settings.d.ts","sourceRoot":"","sources":["../../src/hooks/use-editor-settings.tsx"],"names":[],"mappings":"AAcA;;;;;;GAMG;AACH,wBAAgB,iBAAiB,CAAE,EAAE,QAAQ,EAAE,EAAE;IAAE,QAAQ,EAAE,MAAM,CAAA;CAAE
|
|
1
|
+
{"version":3,"file":"use-editor-settings.d.ts","sourceRoot":"","sources":["../../src/hooks/use-editor-settings.tsx"],"names":[],"mappings":"AAcA;;;;;;GAMG;AACH,wBAAgB,iBAAiB,CAAE,EAAE,QAAQ,EAAE,EAAE;IAAE,QAAQ,EAAE,MAAM,CAAA;CAAE;IAyBnE,OAAO;IACP,cAAc;EAQf"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/lazy-editor",
|
|
3
|
-
"version": "1.11.0",
|
|
3
|
+
"version": "1.11.1-next.v.202605131006.0+2a3d07cab",
|
|
4
4
|
"description": "Lazy-loading editor component with automatic asset and settings management.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -45,21 +45,21 @@
|
|
|
45
45
|
"wpScriptModuleExports": "./build-module/index.mjs",
|
|
46
46
|
"types": "build-types",
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@wordpress/asset-loader": "^1.11.0",
|
|
49
|
-
"@wordpress/base-styles": "^
|
|
50
|
-
"@wordpress/block-editor": "^15.
|
|
51
|
-
"@wordpress/blocks": "^15.18.0",
|
|
52
|
-
"@wordpress/components": "^33.
|
|
53
|
-
"@wordpress/core-data": "^7.45.0",
|
|
54
|
-
"@wordpress/data": "^10.45.0",
|
|
55
|
-
"@wordpress/editor": "^14.45.0",
|
|
56
|
-
"@wordpress/element": "^6.45.0",
|
|
57
|
-
"@wordpress/global-styles-engine": "^1.12.0",
|
|
58
|
-
"@wordpress/i18n": "^6.18.0",
|
|
59
|
-
"@wordpress/private-apis": "^1.45.0"
|
|
48
|
+
"@wordpress/asset-loader": "^1.11.1-next.v.202605131006.0+2a3d07cab",
|
|
49
|
+
"@wordpress/base-styles": "^8.0.1-next.v.202605131006.0+2a3d07cab",
|
|
50
|
+
"@wordpress/block-editor": "^15.19.1-next.v.202605131006.0+2a3d07cab",
|
|
51
|
+
"@wordpress/blocks": "^15.18.1-next.v.202605131006.0+2a3d07cab",
|
|
52
|
+
"@wordpress/components": "^33.1.1-next.v.202605131006.0+2a3d07cab",
|
|
53
|
+
"@wordpress/core-data": "^7.45.1-next.v.202605131006.0+2a3d07cab",
|
|
54
|
+
"@wordpress/data": "^10.45.1-next.v.202605131006.0+2a3d07cab",
|
|
55
|
+
"@wordpress/editor": "^14.45.2-next.v.202605131006.0+2a3d07cab",
|
|
56
|
+
"@wordpress/element": "^6.45.1-next.v.202605131006.0+2a3d07cab",
|
|
57
|
+
"@wordpress/global-styles-engine": "^1.12.1-next.v.202605131006.0+2a3d07cab",
|
|
58
|
+
"@wordpress/i18n": "^6.18.1-next.v.202605131006.0+2a3d07cab",
|
|
59
|
+
"@wordpress/private-apis": "^1.45.1-next.v.202605131006.0+2a3d07cab"
|
|
60
60
|
},
|
|
61
61
|
"publishConfig": {
|
|
62
62
|
"access": "public"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "8804fa29bc78a1d98e5a4d40c3e180ddd907016c"
|
|
65
65
|
}
|