@measured/puck-plugin-heading-analyzer 0.12.1-canary.1c3372b → 0.13.0-canary.194c4e5
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 +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
@@ -1271,7 +1271,7 @@ var dropZoneContext = (0, import_react3.createContext)(null);
|
|
1271
1271
|
init_react_import();
|
1272
1272
|
var import_react4 = require("react");
|
1273
1273
|
var defaultAppState = {
|
1274
|
-
data: { content: [], root: { title: "" } },
|
1274
|
+
data: { content: [], root: { props: { title: "" } } },
|
1275
1275
|
ui: {
|
1276
1276
|
leftSideBarVisible: true,
|
1277
1277
|
rightSideBarVisible: true,
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@measured/puck-plugin-heading-analyzer",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.13.0-canary.194c4e5",
|
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.
|
17
|
+
"@measured/puck": "^0.13.0-canary.194c4e5",
|
18
18
|
"@types/react": "^18.2.0",
|
19
19
|
"@types/react-dom": "^18.2.0",
|
20
20
|
"eslint": "^7.32.0",
|