@measured/puck-plugin-heading-analyzer 0.17.0-canary.ccec96e → 0.17.0-canary.fcdf346

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
@@ -150,6 +150,9 @@ type UiState = {
150
150
  controlsVisible: boolean;
151
151
  options: Viewport[];
152
152
  };
153
+ field: {
154
+ focus?: string | null;
155
+ };
153
156
  };
154
157
 
155
158
  type RenderFunc<Props extends {
package/dist/index.d.ts CHANGED
@@ -150,6 +150,9 @@ type UiState = {
150
150
  controlsVisible: boolean;
151
151
  options: Viewport[];
152
152
  };
153
+ field: {
154
+ focus?: string | null;
155
+ };
153
156
  };
154
157
 
155
158
  type RenderFunc<Props extends {