@ixo/editor 2.42.0 → 2.43.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.
|
@@ -7669,7 +7669,7 @@ var BidCollectionItem = ({ collection, editor, block, deedId, adminAddress, user
|
|
|
7669
7669
|
isLoading
|
|
7670
7670
|
}
|
|
7671
7671
|
),
|
|
7672
|
-
[editor, block, collection.id, userBid, userRole]
|
|
7672
|
+
[editor, block, collection.id, userBid, userRole, isLoading, isBidInProgress, isRoleReceived]
|
|
7673
7673
|
);
|
|
7674
7674
|
const { open: openRoleSelectionPanel, opened: bidPanelOpened } = usePanel(roleSelectionPanelId, bidRoleSelectionPanel);
|
|
7675
7675
|
const bidsListPanelId = `bids-list-${collection.id}`;
|
|
@@ -24078,7 +24078,7 @@ var LocationFlowView = ({ editor, block }) => {
|
|
|
24078
24078
|
// src/mantine/blocks/location/LocationBlock.tsx
|
|
24079
24079
|
function LocationBlock({ editor, block }) {
|
|
24080
24080
|
const { docType } = useBlocknoteContext();
|
|
24081
|
-
if (docType === "template") {
|
|
24081
|
+
if (docType === "template" || docType === "page") {
|
|
24082
24082
|
return /* @__PURE__ */ React238.createElement(LocationTemplateView, { editor, block });
|
|
24083
24083
|
}
|
|
24084
24084
|
return /* @__PURE__ */ React238.createElement(LocationFlowView, { editor, block });
|
|
@@ -27491,4 +27491,4 @@ export {
|
|
|
27491
27491
|
getExtraSlashMenuItems,
|
|
27492
27492
|
useCreateIxoEditor
|
|
27493
27493
|
};
|
|
27494
|
-
//# sourceMappingURL=chunk-
|
|
27494
|
+
//# sourceMappingURL=chunk-Y3OLLAUI.mjs.map
|