@measured/puck-plugin-heading-analyzer 0.11.0-canary.6145c32 → 0.11.0-canary.c8c02fd

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.
Files changed (2) hide show
  1. package/dist/index.js +4 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -1273,12 +1273,14 @@ var defaultAppState = {
1273
1273
  ui: {
1274
1274
  leftSideBarVisible: true,
1275
1275
  arrayState: {},
1276
- itemSelector: null
1276
+ itemSelector: null,
1277
+ componentList: {}
1277
1278
  }
1278
1279
  };
1279
1280
  var appContext = (0, import_react4.createContext)({
1280
1281
  state: defaultAppState,
1281
- dispatch: () => null
1282
+ dispatch: () => null,
1283
+ config: { components: {} }
1282
1284
  });
1283
1285
  var AppProvider = appContext.Provider;
1284
1286
  var useAppContext = () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@measured/puck-plugin-heading-analyzer",
3
- "version": "0.11.0-canary.6145c32",
3
+ "version": "0.11.0-canary.c8c02fd",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -14,7 +14,7 @@
14
14
  "dist"
15
15
  ],
16
16
  "devDependencies": {
17
- "@measured/puck": "^0.11.0-canary.6145c32",
17
+ "@measured/puck": "^0.11.0-canary.c8c02fd",
18
18
  "@types/react": "^18.2.0",
19
19
  "@types/react-dom": "^18.2.0",
20
20
  "eslint": "^7.32.0",