@puckeditor/plugin-heading-analyzer 0.21.2-canary.222fee4f → 0.21.2-canary.39a4e157

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.d.mts CHANGED
@@ -308,7 +308,7 @@ type CustomFieldRender<Value extends any> = (props: {
308
308
  name: string;
309
309
  id: string;
310
310
  value: Value;
311
- onChange: (value: Value) => void;
311
+ onChange: (value: Value, uiState?: Partial<UiState>) => void;
312
312
  readOnly?: boolean;
313
313
  }) => ReactElement;
314
314
  interface CustomField<Value extends any> extends BaseField {
package/dist/index.d.ts CHANGED
@@ -308,7 +308,7 @@ type CustomFieldRender<Value extends any> = (props: {
308
308
  name: string;
309
309
  id: string;
310
310
  value: Value;
311
- onChange: (value: Value) => void;
311
+ onChange: (value: Value, uiState?: Partial<UiState>) => void;
312
312
  readOnly?: boolean;
313
313
  }) => ReactElement;
314
314
  interface CustomField<Value extends any> extends BaseField {
package/dist/index.js CHANGED
@@ -2418,6 +2418,7 @@ var createAppStore = (initialAppStore) => create()(
2418
2418
  },
2419
2419
  status: "LOADING",
2420
2420
  iframe: {},
2421
+ _experimentalFullScreenCanvas: false,
2421
2422
  metadata: {},
2422
2423
  fieldTransforms: {}
2423
2424
  }, initialAppStore), {
package/dist/index.mjs CHANGED
@@ -2406,6 +2406,7 @@ var createAppStore = (initialAppStore) => create()(
2406
2406
  },
2407
2407
  status: "LOADING",
2408
2408
  iframe: {},
2409
+ _experimentalFullScreenCanvas: false,
2409
2410
  metadata: {},
2410
2411
  fieldTransforms: {}
2411
2412
  }, initialAppStore), {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@puckeditor/plugin-heading-analyzer",
3
- "version": "0.21.2-canary.222fee4f",
3
+ "version": "0.21.2-canary.39a4e157",
4
4
  "author": "Chris Villa <chris@puckeditor.com>",
5
5
  "repository": "puckeditor/puck",
6
6
  "bugs": "https://github.com/puckeditor/puck/issues",
@@ -25,7 +25,7 @@
25
25
  "dist"
26
26
  ],
27
27
  "devDependencies": {
28
- "@puckeditor/core": "^0.21.2-canary.222fee4f",
28
+ "@puckeditor/core": "^0.21.2-canary.39a4e157",
29
29
  "@types/minimatch": "3.0.5",
30
30
  "@types/react": "^19.0.1",
31
31
  "@types/react-dom": "^19.0.2",