@ixo/editor 2.37.0 → 2.39.0

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.
@@ -9257,8 +9257,7 @@ var ListSelectionPanel = ({ selectedIds, listConfig, listData, listType, userRol
9257
9257
  onClose: handleClose,
9258
9258
  tabs,
9259
9259
  title: shortStr(panelConfig.title(itemHandlerData), 21, 0) || "",
9260
- captionContent: panelConfig?.description && /* @__PURE__ */ React76.createElement(Text51, { pb: "md", px: "40px" }, panelConfig.description(itemHandlerData)),
9261
- context: { editor, block }
9260
+ captionContent: panelConfig?.description && /* @__PURE__ */ React76.createElement(Text51, { pb: "md", px: "40px" }, panelConfig.description(itemHandlerData))
9262
9261
  },
9263
9262
  !supportTabsLists.includes(listType) && /* @__PURE__ */ React76.createElement(Stack52, { gap: "md", style: { flex: 1 } }, panelConfig?.image && /* @__PURE__ */ React76.createElement(
9264
9263
  "img",
@@ -13537,7 +13536,7 @@ var FlowConfig = ({ editor, block }) => {
13537
13536
  )
13538
13537
  }
13539
13538
  ];
13540
- return /* @__PURE__ */ React125.createElement(BaseRightPanelLayout, { onClose: closePanel, title: "Proposal Settings", isTemplate: false, tabs, context: { editor, block } });
13539
+ return /* @__PURE__ */ React125.createElement(BaseRightPanelLayout, { onClose: closePanel, title: "Proposal Settings", isTemplate: false, tabs });
13541
13540
  };
13542
13541
 
13543
13542
  // src/mantine/blocks/proposal/flow/FlowView.tsx
@@ -15005,7 +15004,7 @@ var ApiRequestFlowView = ({ editor, block, isDisabled }) => {
15005
15004
  content: /* @__PURE__ */ React143.createElement(AssignmentTab, { editor, block })
15006
15005
  }
15007
15006
  ];
15008
- const panelContent = useMemo43(() => /* @__PURE__ */ React143.createElement(BaseRightPanelLayout, { onClose: closePanel, title: "API Request Settings", tabs, context: { editor, block } }), [tabs, editor, block]);
15007
+ const panelContent = useMemo43(() => /* @__PURE__ */ React143.createElement(BaseRightPanelLayout, { onClose: closePanel, title: "API Request Settings", tabs }), [tabs, editor, block]);
15009
15008
  const { open } = usePanel(panelId, panelContent);
15010
15009
  const method = block.props.method || "GET";
15011
15010
  const endpoint = block.props.endpoint || "";
@@ -26974,4 +26973,4 @@ export {
26974
26973
  getExtraSlashMenuItems,
26975
26974
  useCreateIxoEditor
26976
26975
  };
26977
- //# sourceMappingURL=chunk-KMPUYNCA.mjs.map
26976
+ //# sourceMappingURL=chunk-5TYOGT32.mjs.map