@ixo/editor 2.8.1 → 2.8.2
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.
|
@@ -14657,7 +14657,7 @@ var DomainCreatorSurveyPanel = ({ editor, block, onComplete, entityDid: existing
|
|
|
14657
14657
|
return /* @__PURE__ */ React156.createElement(Stack105, { gap: "md", p: "md", align: "center", justify: "center", style: { minHeight: 300 } }, /* @__PURE__ */ React156.createElement(Loader22, { size: "lg" }), /* @__PURE__ */ React156.createElement(Text79, { size: "sm", c: "dimmed" }, stepMessages[flowStep]));
|
|
14658
14658
|
}
|
|
14659
14659
|
if (flowStep === "success") {
|
|
14660
|
-
return /* @__PURE__ */ React156.createElement(Stack105, { gap: "md", p: "md" }, /* @__PURE__ */ React156.createElement(Alert23, { icon: /* @__PURE__ */ React156.createElement(IconCheck3, { size: 16 }), title: "Domain Created Successfully", color: "green" }, /* @__PURE__ */ React156.createElement(Stack105, { gap: "xs" }, /* @__PURE__ */ React156.createElement(Text79, { size: "sm" }, "Your domain has been created and the Domain Card credential has been signed and stored."), createdEntityDid && /* @__PURE__ */ React156.createElement(Text79, { size: "xs", c: "dimmed"
|
|
14660
|
+
return /* @__PURE__ */ React156.createElement(Stack105, { gap: "md", p: "md" }, /* @__PURE__ */ React156.createElement(Alert23, { icon: /* @__PURE__ */ React156.createElement(IconCheck3, { size: 16 }), title: "Domain Created Successfully", color: "green" }, /* @__PURE__ */ React156.createElement(Stack105, { gap: "xs" }, /* @__PURE__ */ React156.createElement(Text79, { size: "sm" }, "Your domain has been created and the Domain Card credential has been signed and stored."), createdEntityDid && /* @__PURE__ */ React156.createElement(Text79, { size: "xs", c: "dimmed" }, "Entity DID: ", createdEntityDid))), /* @__PURE__ */ React156.createElement(Button30, { onClick: handleVisitEntity }, "Visit Entity"));
|
|
14661
14661
|
}
|
|
14662
14662
|
if (flowStep === "error") {
|
|
14663
14663
|
return /* @__PURE__ */ React156.createElement(Stack105, { gap: "md", p: "md" }, /* @__PURE__ */ React156.createElement(Alert23, { icon: /* @__PURE__ */ React156.createElement(IconAlertCircle9, { size: 16 }), title: "Domain Creation Failed", color: "red" }, /* @__PURE__ */ React156.createElement(Text79, { size: "sm" }, error || "An unexpected error occurred")), /* @__PURE__ */ React156.createElement(Group47, null, /* @__PURE__ */ React156.createElement(Button30, { variant: "outline", onClick: handleRetry }, "Try Again"), /* @__PURE__ */ React156.createElement(Button30, { variant: "subtle", onClick: handleClose }, "Close")));
|
|
@@ -17266,4 +17266,4 @@ export {
|
|
|
17266
17266
|
ixoGraphQLClient,
|
|
17267
17267
|
getEntity
|
|
17268
17268
|
};
|
|
17269
|
-
//# sourceMappingURL=chunk-
|
|
17269
|
+
//# sourceMappingURL=chunk-FCQRE6KU.mjs.map
|