@particle-network/authkit
Version:
Auth Core provides MPC (Multi-Party Computation)-based threshold signatures.
36 lines (32 loc) • 2.94 kB
JavaScript
"use client";
import {
header_default
} from "./chunk-MWD4UDGE.mjs";
import {
svg_icon_default
} from "./chunk-LCBZJYJ2.mjs";
import {
power_footer_default
} from "./chunk-VOTXREGQ.mjs";
import {
useCustomNavigate,
useTranslation
} from "./chunk-OSW3ZJOZ.mjs";
import "./chunk-55PCA22M.mjs";
// src/pages/account/masterPasswordDescription/index.tsx
import { Space, Typography } from "antd";
import React from "react";
// src/pages/account/masterPasswordDescription/index.less
var masterPasswordDescription_default = ".master-password-description-container {\n display: flex;\n flex-direction: column;\n}\n.about-mp-container {\n padding: 0 18px;\n}\n.about-mp-container .space-container {\n width: 100%;\n padding: 20px 0;\n}\n.about-mp-container .space-container .master-title {\n text-align: center;\n}\n.about-mp-container .space-container .ant-typography {\n color: var(--text-color) !important;\n}\n.about-mp-container .space-container .content {\n font-size: 14px;\n color: var(--secondary-text-color) !important;\n}\n";
// src/pages/account/masterPasswordDescription/index.tsx
var MasterPasswordDescription = () => {
const { Title, Paragraph } = Typography;
const navigate = useCustomNavigate();
const { t } = useTranslation();
return /* @__PURE__ */ React.createElement("div", { className: "master-password-description-container height-100" }, /* @__PURE__ */ React.createElement(header_default, null, t("account.about_master_password")), /* @__PURE__ */ React.createElement("div", { className: "scroll-content" }, /* @__PURE__ */ React.createElement("style", null, masterPasswordDescription_default), /* @__PURE__ */ React.createElement("div", { className: "about-mp-container" }, /* @__PURE__ */ React.createElement(svg_icon_default, { className: "icon-navigation-back", name: "circle_back", onClick: () => navigate(-1) }), /* @__PURE__ */ React.createElement(Space, { direction: "vertical", className: "space-container" }, /* @__PURE__ */ React.createElement(Title, { level: 5, className: "title" }, t("account.about_master_password_t1")), /* @__PURE__ */ React.createElement(Paragraph, { className: "content" }, t("account.about_master_password_p1")), /* @__PURE__ */ React.createElement(Title, { level: 5, className: "title" }, t("account.about_master_password_t2")), /* @__PURE__ */ React.createElement(Paragraph, { className: "content" }, t("account.about_master_password_p2")), /* @__PURE__ */ React.createElement(Title, { level: 5, className: "title" }, t("account.about_master_password_t3")), /* @__PURE__ */ React.createElement(Paragraph, { className: "content" }, t("account.about_master_password_p3"))))), /* @__PURE__ */ React.createElement(power_footer_default, { className: "footer-box-v2" }));
};
var masterPasswordDescription_default2 = MasterPasswordDescription;
export {
masterPasswordDescription_default2 as default
};
//# sourceMappingURL=masterPasswordDescription-CVRICT2C.mjs.map