@measured/puck-plugin-heading-analyzer 0.10.0-canary.8d47fd7 → 0.10.0-canary.c276b23
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 +2 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
@@ -1272,7 +1272,8 @@ var defaultAppState = {
|
|
1272
1272
|
data: { content: [], root: { title: "" } },
|
1273
1273
|
ui: {
|
1274
1274
|
leftSideBarVisible: true,
|
1275
|
-
arrayState: {}
|
1275
|
+
arrayState: {},
|
1276
|
+
itemSelector: null
|
1276
1277
|
}
|
1277
1278
|
};
|
1278
1279
|
var appContext = (0, import_react4.createContext)({
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@measured/puck-plugin-heading-analyzer",
|
3
|
-
"version": "0.10.0-canary.
|
3
|
+
"version": "0.10.0-canary.c276b23",
|
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.10.0-canary.
|
17
|
+
"@measured/puck": "^0.10.0-canary.c276b23",
|
18
18
|
"@types/react": "^18.2.0",
|
19
19
|
"@types/react-dom": "^18.2.0",
|
20
20
|
"eslint": "^7.32.0",
|