@measured/puck-plugin-heading-analyzer 0.19.0-canary.5bf4fccf → 0.19.0-canary.61865257

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/index.js CHANGED
@@ -1420,7 +1420,11 @@ var createNodesSlice = (set, get) => ({
1420
1420
  const s = get().nodes;
1421
1421
  const emptyNode = {
1422
1422
  id,
1423
- methods: { sync: () => null },
1423
+ methods: {
1424
+ sync: () => null,
1425
+ hideOverlay: () => null,
1426
+ showOverlay: () => null
1427
+ },
1424
1428
  element: null
1425
1429
  };
1426
1430
  const existingNode = s.nodes[id];
@@ -1680,7 +1684,8 @@ var toRoot = (item) => {
1680
1684
  return { props: {}, readOnly };
1681
1685
  };
1682
1686
 
1683
- // ../core/store/index.ts
1687
+ // ../core/store/default-app-state.ts
1688
+ init_react_import();
1684
1689
  var defaultAppState = {
1685
1690
  data: { content: [], root: {}, zones: {} },
1686
1691
  ui: {
@@ -1706,6 +1711,8 @@ var defaultAppState = {
1706
1711
  zones: {}
1707
1712
  }
1708
1713
  };
1714
+
1715
+ // ../core/store/index.ts
1709
1716
  var defaultPageFields = {
1710
1717
  title: { type: "text" }
1711
1718
  };
package/dist/index.mjs CHANGED
@@ -1408,7 +1408,11 @@ var createNodesSlice = (set, get) => ({
1408
1408
  const s = get().nodes;
1409
1409
  const emptyNode = {
1410
1410
  id,
1411
- methods: { sync: () => null },
1411
+ methods: {
1412
+ sync: () => null,
1413
+ hideOverlay: () => null,
1414
+ showOverlay: () => null
1415
+ },
1412
1416
  element: null
1413
1417
  };
1414
1418
  const existingNode = s.nodes[id];
@@ -1668,7 +1672,8 @@ var toRoot = (item) => {
1668
1672
  return { props: {}, readOnly };
1669
1673
  };
1670
1674
 
1671
- // ../core/store/index.ts
1675
+ // ../core/store/default-app-state.ts
1676
+ init_react_import();
1672
1677
  var defaultAppState = {
1673
1678
  data: { content: [], root: {}, zones: {} },
1674
1679
  ui: {
@@ -1694,6 +1699,8 @@ var defaultAppState = {
1694
1699
  zones: {}
1695
1700
  }
1696
1701
  };
1702
+
1703
+ // ../core/store/index.ts
1697
1704
  var defaultPageFields = {
1698
1705
  title: { type: "text" }
1699
1706
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@measured/puck-plugin-heading-analyzer",
3
- "version": "0.19.0-canary.5bf4fccf",
3
+ "version": "0.19.0-canary.61865257",
4
4
  "author": "Chris Villa <chris@puckeditor.com>",
5
5
  "repository": "measuredco/puck",
6
6
  "bugs": "https://github.com/measuredco/puck/issues",
@@ -25,7 +25,7 @@
25
25
  "dist"
26
26
  ],
27
27
  "devDependencies": {
28
- "@measured/puck": "^0.19.0-canary.5bf4fccf",
28
+ "@measured/puck": "^0.19.0-canary.61865257",
29
29
  "@types/react": "^19.0.1",
30
30
  "@types/react-dom": "^19.0.2",
31
31
  "eslint": "^7.32.0",