@measured/puck-plugin-heading-analyzer 0.12.0-canary.27e3e7e → 0.12.0-canary.349f44d

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts CHANGED
@@ -112,6 +112,7 @@ type ArrayState = {
112
112
  };
113
113
  type UiState = {
114
114
  leftSideBarVisible: boolean;
115
+ rightSideBarVisible: boolean;
115
116
  itemSelector: ItemSelector | null;
116
117
  arrayState: Record<string, ArrayState | undefined>;
117
118
  componentList: Record<string, {
package/dist/index.js CHANGED
@@ -1274,6 +1274,7 @@ var defaultAppState = {
1274
1274
  data: { content: [], root: { title: "" } },
1275
1275
  ui: {
1276
1276
  leftSideBarVisible: true,
1277
+ rightSideBarVisible: true,
1277
1278
  arrayState: {},
1278
1279
  itemSelector: null,
1279
1280
  componentList: {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@measured/puck-plugin-heading-analyzer",
3
- "version": "0.12.0-canary.27e3e7e",
3
+ "version": "0.12.0-canary.349f44d",
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.12.0-canary.27e3e7e",
17
+ "@measured/puck": "^0.12.0-canary.349f44d",
18
18
  "@types/react": "^18.2.0",
19
19
  "@types/react-dom": "^18.2.0",
20
20
  "eslint": "^7.32.0",