@measured/puck-plugin-heading-analyzer 0.17.0-canary.229cbdd → 0.17.0-canary.858bfe7

Sign up to get free protection for your applications and to get access to all the features.
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 {