@measured/puck-plugin-heading-analyzer 0.17.0-canary.5e57623 → 0.17.0-canary.6e5864a

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
@@ -174,7 +174,6 @@ type Overrides = OverridesGeneric<{
174
174
  actionBar: RenderFunc<{
175
175
  label?: string;
176
176
  children: ReactNode;
177
- parentAction: ReactNode;
178
177
  }>;
179
178
  headerActions: RenderFunc<{
180
179
  children: ReactNode;
package/dist/index.d.ts CHANGED
@@ -174,7 +174,6 @@ type Overrides = OverridesGeneric<{
174
174
  actionBar: RenderFunc<{
175
175
  label?: string;
176
176
  children: ReactNode;
177
- parentAction: ReactNode;
178
177
  }>;
179
178
  headerActions: RenderFunc<{
180
179
  children: ReactNode;