synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
74 lines (73 loc) • 2.18 kB
JavaScript
import { jsxs as t, Fragment as a, jsx as r } from "react/jsx-runtime";
import { Link as o } from "@mui/material";
import n from "@mui/material/Typography";
const p = (c) => {
const {
platformName: e,
platformLoginURL: s,
platformConnectAccountURL: i,
platformSupportEmail: l
} = c;
return /* @__PURE__ */ t(a, { children: [
/* @__PURE__ */ t(n, { variant: "body1", sx: { fontWeight: 700 }, gutterBottom: !0, children: [
"You must meet these requirements from ",
e,
" to send data:"
] }),
/* @__PURE__ */ t(
n,
{
variant: "body1",
component: "ol",
gutterBottom: !0,
sx: { marginLeft: "10px", li: { mb: 1 } },
children: [
/* @__PURE__ */ r("li", { children: "You must complete all required Access Actions in the next step." }),
/* @__PURE__ */ t("li", { children: [
"You must be logged in to a ",
e,
" account.",
" ",
/* @__PURE__ */ t(
o,
{
href: s,
rel: "noopener noreferrer",
target: "_blank",
children: [
"Click here to login or register for ",
e
]
}
),
"."
] }),
/* @__PURE__ */ t("li", { children: [
"You must connect your ",
e,
" account to Synapse.",
" ",
i && /* @__PURE__ */ r(o, { href: i, target: "_blank", children: "Click here for instructions." })
] })
]
}
),
/* @__PURE__ */ t(n, { variant: "body1", gutterBottom: !0, children: [
"Note that we cannot provide support for ",
e,
". ",
l && /* @__PURE__ */ t(a, { children: [
"Please contact ",
e,
"'s",
" ",
/* @__PURE__ */ r(o, { href: l, children: "technical support" }),
" for issues related to the above."
] })
] })
] });
};
export {
p as ExternalAnalysisPlatformInstructions
};
//# sourceMappingURL=ExternalAnalysisPlatformInstructions.js.map