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

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
@@ -135,6 +135,7 @@ type UiState = {
135
135
  rightSideBarVisible: boolean;
136
136
  itemSelector: ItemSelector | null;
137
137
  arrayState: Record<string, ArrayState | undefined>;
138
+ previewMode: "interactive" | "edit";
138
139
  componentList: Record<string, {
139
140
  components?: string[];
140
141
  title?: string;
@@ -174,6 +175,7 @@ type Overrides = OverridesGeneric<{
174
175
  actionBar: RenderFunc<{
175
176
  label?: string;
176
177
  children: ReactNode;
178
+ parentAction: ReactNode;
177
179
  }>;
178
180
  headerActions: RenderFunc<{
179
181
  children: ReactNode;
package/dist/index.d.ts CHANGED
@@ -135,6 +135,7 @@ type UiState = {
135
135
  rightSideBarVisible: boolean;
136
136
  itemSelector: ItemSelector | null;
137
137
  arrayState: Record<string, ArrayState | undefined>;
138
+ previewMode: "interactive" | "edit";
138
139
  componentList: Record<string, {
139
140
  components?: string[];
140
141
  title?: string;
@@ -174,6 +175,7 @@ type Overrides = OverridesGeneric<{
174
175
  actionBar: RenderFunc<{
175
176
  label?: string;
176
177
  children: ReactNode;
178
+ parentAction: ReactNode;
177
179
  }>;
178
180
  headerActions: RenderFunc<{
179
181
  children: ReactNode;