@measured/puck-plugin-heading-analyzer 0.17.2-canary.f323610 → 0.18.0-canary.b355ddd

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