@wpnuxt/blocks 2.0.0 → 2.2.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/dist/module.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "compatibility": {
5
5
  "nuxt": ">=4.0.0"
6
6
  },
7
- "version": "2.0.0",
7
+ "version": "2.2.0",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "1.0.2",
10
10
  "unbuild": "3.6.1"
package/dist/module.mjs CHANGED
@@ -203,6 +203,10 @@ export interface CoreDetails extends EditorBlock {
203
203
  className?: string | null
204
204
  } | null
205
205
  }
206
+
207
+ export interface NodeWithEditorBlocksFragment {
208
+ editorBlocks?: (EditorBlock | null)[] | null
209
+ }
206
210
  `;
207
211
  }
208
212
  });
@@ -5,6 +5,12 @@ fragment NodeWithEditorBlocks on NodeWithEditorBlocks {
5
5
  ...EditorBlock
6
6
  innerBlocks {
7
7
  ...EditorBlock
8
+ innerBlocks {
9
+ ...EditorBlock
10
+ innerBlocks {
11
+ ...EditorBlock
12
+ }
13
+ }
8
14
  }
9
15
  }
10
16
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wpnuxt/blocks",
3
- "version": "2.0.0",
3
+ "version": "2.2.0",
4
4
  "description": "Vue components for rendering WordPress Gutenberg blocks in Nuxt",
5
5
  "keywords": [
6
6
  "nuxt",