@wordpress/lazy-editor 1.11.0 → 1.11.1-next.v.202605131032.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.
@@ -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, }: EditorProps): import("react").JSX.Element;
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,GACV,EAAE,WAAW,+BAgFb"}
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"}
@@ -2,7 +2,7 @@
2
2
  * Internal dependencies
3
3
  */
4
4
  import './style.scss';
5
- export declare function Preview({ blocks, content, description, }: {
5
+ export declare function Preview({ blocks, content, description }: {
6
6
  blocks?: any[];
7
7
  content?: string;
8
8
  description: string;
@@ -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,GACX,EAAE;IACF,MAAM,CAAC,EAAE,GAAG,EAAE,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;CACpB,sCA4BA"}
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;;;EAkCpE"}
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.202605131032.0+f6d6e7149",
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": "^7.0.0",
50
- "@wordpress/block-editor": "^15.18.0",
51
- "@wordpress/blocks": "^15.18.0",
52
- "@wordpress/components": "^33.0.0",
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.202605131032.0+f6d6e7149",
49
+ "@wordpress/base-styles": "^8.0.1-next.v.202605131032.0+f6d6e7149",
50
+ "@wordpress/block-editor": "^15.19.1-next.v.202605131032.0+f6d6e7149",
51
+ "@wordpress/blocks": "^15.18.1-next.v.202605131032.0+f6d6e7149",
52
+ "@wordpress/components": "^33.1.1-next.v.202605131032.0+f6d6e7149",
53
+ "@wordpress/core-data": "^7.45.1-next.v.202605131032.0+f6d6e7149",
54
+ "@wordpress/data": "^10.45.1-next.v.202605131032.0+f6d6e7149",
55
+ "@wordpress/editor": "^14.45.2-next.v.202605131032.0+f6d6e7149",
56
+ "@wordpress/element": "^6.45.1-next.v.202605131032.0+f6d6e7149",
57
+ "@wordpress/global-styles-engine": "^1.12.1-next.v.202605131032.0+f6d6e7149",
58
+ "@wordpress/i18n": "^6.18.1-next.v.202605131032.0+f6d6e7149",
59
+ "@wordpress/private-apis": "^1.45.1-next.v.202605131032.0+f6d6e7149"
60
60
  },
61
61
  "publishConfig": {
62
62
  "access": "public"
63
63
  },
64
- "gitHead": "8c229eaed0e88c9827e2da3d73a78f9ddd77714b"
64
+ "gitHead": "0e198c7ac7ca634e73ded9220ce048c0302174dd"
65
65
  }