@ixo/editor 2.31.0 → 2.31.1
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.
|
@@ -16720,7 +16720,8 @@ var BidTemplateView = ({ editor, block }) => {
|
|
|
16720
16720
|
);
|
|
16721
16721
|
const { open: openAssignment } = usePanel(assignmentPanelId, assignmentPanelContent);
|
|
16722
16722
|
const didDisplay = block.props.did ? `${block.props.did.substring(0, 15)}...${block.props.did.substring(block.props.did.length - 10)}` : "No DID configured";
|
|
16723
|
-
|
|
16723
|
+
const title = block.props.title || "Bid Block";
|
|
16724
|
+
return /* @__PURE__ */ React156.createElement(BaseContainer, { onClick: open }, /* @__PURE__ */ React156.createElement(Group52, { wrap: "nowrap", justify: "space-between", align: "center" }, /* @__PURE__ */ React156.createElement(Group52, { wrap: "nowrap", align: "center" }, getIcon("dollar-sign", "dollar-sign"), /* @__PURE__ */ React156.createElement(Stack114, { gap: "xs", style: { flex: 1 } }, /* @__PURE__ */ React156.createElement(Text88, { fw: 500, size: "sm", contentEditable: false }, title), /* @__PURE__ */ React156.createElement(Text88, { size: "xs", c: "dimmed", contentEditable: false }, block.props.did ? didDisplay : "Configure bid settings"))), /* @__PURE__ */ React156.createElement(AssignmentDisplay, { block, onClick: openAssignment })));
|
|
16724
16725
|
};
|
|
16725
16726
|
|
|
16726
16727
|
// src/mantine/blocks/bid/flow/components/FlowView.tsx
|
|
@@ -26370,4 +26371,4 @@ export {
|
|
|
26370
26371
|
ixoGraphQLClient,
|
|
26371
26372
|
getEntity
|
|
26372
26373
|
};
|
|
26373
|
-
//# sourceMappingURL=chunk-
|
|
26374
|
+
//# sourceMappingURL=chunk-ZPNXHEXV.mjs.map
|