@ixo/editor 2.6.0 → 2.7.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.
|
@@ -10956,13 +10956,14 @@ var surveyTheme = {
|
|
|
10956
10956
|
backgroundOpacity: 0,
|
|
10957
10957
|
cssVariables: {
|
|
10958
10958
|
// Input backgrounds - match BaseTextInput
|
|
10959
|
-
"-sjs-editorpanel-backcolor": "
|
|
10960
|
-
"--sjs-editor-background": "
|
|
10961
|
-
"--sjs-general-backcolor": "
|
|
10962
|
-
|
|
10963
|
-
"--sjs-general-backcolor-
|
|
10964
|
-
"--sjs-general-backcolor-dim
|
|
10965
|
-
"--sjs-general-backcolor-dim-
|
|
10959
|
+
"-sjs-editorpanel-backcolor": "#1a1a1a",
|
|
10960
|
+
"--sjs-editor-background": "#1a1a1a",
|
|
10961
|
+
"--sjs-general-backcolor": "#2a2a2a",
|
|
10962
|
+
// this one
|
|
10963
|
+
"--sjs-general-backcolor-dark": "#1a1a1a",
|
|
10964
|
+
"--sjs-general-backcolor-dim": "rgba(255, 255, 255, 0.04)",
|
|
10965
|
+
"--sjs-general-backcolor-dim-light": "rgba(255, 255, 255, 0.04)",
|
|
10966
|
+
"--sjs-general-backcolor-dim-dark": "rgba(255, 255, 255, 0.04)",
|
|
10966
10967
|
// Text colors - match BaseTextInput
|
|
10967
10968
|
"--sjs-general-forecolor": "#f1f3f5",
|
|
10968
10969
|
"--sjs-general-forecolor-light": "#f1f3f5",
|
|
@@ -14643,7 +14644,7 @@ var DomainCreatorSurveyPanel = ({ editor, block, onComplete, entityDid: existing
|
|
|
14643
14644
|
if (flowStep === "error") {
|
|
14644
14645
|
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")));
|
|
14645
14646
|
}
|
|
14646
|
-
return /* @__PURE__ */ React156.createElement(Stack105, { gap: "md", p: "md" }, /* @__PURE__ */ React156.createElement(Group47, { justify: "space-between", align: "flex-start" }, /* @__PURE__ */ React156.createElement(Stack105, { gap: 4 }, /* @__PURE__ */ React156.createElement(Title11, { order: 3 }, "Domain Creator"), /* @__PURE__ */ React156.createElement(Text79, { size: "sm", c: "dimmed" }, "Complete the survey to create a new domain with a signed Domain Card credential.")), /* @__PURE__ */ React156.createElement(CloseButton6, { onClick: handleClose, title: "Close panel" })), /* @__PURE__ */ React156.createElement(Survey5, { model: surveyModel }));
|
|
14647
|
+
return /* @__PURE__ */ React156.createElement(Stack105, { bg: "#1a1a1a", gap: "md", p: "md" }, /* @__PURE__ */ React156.createElement(Group47, { justify: "space-between", align: "flex-start" }, /* @__PURE__ */ React156.createElement(Stack105, { gap: 4 }, /* @__PURE__ */ React156.createElement(Title11, { order: 3 }, "Domain Creator"), /* @__PURE__ */ React156.createElement(Text79, { size: "sm", c: "dimmed" }, "Complete the survey to create a new domain with a signed Domain Card credential.")), /* @__PURE__ */ React156.createElement(CloseButton6, { onClick: handleClose, title: "Close panel" })), /* @__PURE__ */ React156.createElement(Survey5, { model: surveyModel }));
|
|
14647
14648
|
};
|
|
14648
14649
|
|
|
14649
14650
|
// src/mantine/blocks/domainCreator/flow/FlowView.tsx
|
|
@@ -17245,4 +17246,4 @@ export {
|
|
|
17245
17246
|
ixoGraphQLClient,
|
|
17246
17247
|
getEntity
|
|
17247
17248
|
};
|
|
17248
|
-
//# sourceMappingURL=chunk-
|
|
17249
|
+
//# sourceMappingURL=chunk-Z7FSLJDH.mjs.map
|