@measured/puck-plugin-heading-analyzer 0.19.0-canary.226c08da → 0.19.0-canary.22f5e3a3

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
@@ -1680,7 +1680,8 @@ var toRoot = (item) => {
1680
1680
  return { props: {}, readOnly };
1681
1681
  };
1682
1682
 
1683
- // ../core/store/index.ts
1683
+ // ../core/store/default-app-state.ts
1684
+ init_react_import();
1684
1685
  var defaultAppState = {
1685
1686
  data: { content: [], root: {}, zones: {} },
1686
1687
  ui: {
@@ -1706,6 +1707,8 @@ var defaultAppState = {
1706
1707
  zones: {}
1707
1708
  }
1708
1709
  };
1710
+
1711
+ // ../core/store/index.ts
1709
1712
  var defaultPageFields = {
1710
1713
  title: { type: "text" }
1711
1714
  };
package/dist/index.mjs CHANGED
@@ -1668,7 +1668,8 @@ var toRoot = (item) => {
1668
1668
  return { props: {}, readOnly };
1669
1669
  };
1670
1670
 
1671
- // ../core/store/index.ts
1671
+ // ../core/store/default-app-state.ts
1672
+ init_react_import();
1672
1673
  var defaultAppState = {
1673
1674
  data: { content: [], root: {}, zones: {} },
1674
1675
  ui: {
@@ -1694,6 +1695,8 @@ var defaultAppState = {
1694
1695
  zones: {}
1695
1696
  }
1696
1697
  };
1698
+
1699
+ // ../core/store/index.ts
1697
1700
  var defaultPageFields = {
1698
1701
  title: { type: "text" }
1699
1702
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@measured/puck-plugin-heading-analyzer",
3
- "version": "0.19.0-canary.226c08da",
3
+ "version": "0.19.0-canary.22f5e3a3",
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.226c08da",
28
+ "@measured/puck": "^0.19.0-canary.22f5e3a3",
29
29
  "@types/react": "^19.0.1",
30
30
  "@types/react-dom": "^19.0.2",
31
31
  "eslint": "^7.32.0",