tek-wallet 0.0.111 → 0.0.112
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.
|
@@ -141,33 +141,33 @@ var GetSeedPhraseWalletView = function (props) {
|
|
|
141
141
|
console.warn("🚀 ~ handleOtpChange ~ response:", response);
|
|
142
142
|
}
|
|
143
143
|
};
|
|
144
|
-
return ((0, jsx_runtime_1.jsx)(ChildPageLayout_1.default, { ref: childPageLayoutRef, header: (0, jsx_runtime_1.jsx)(PageHeader_1.default, { overrideBack: handleBack, title: "Passcode" }), children: (0, jsx_runtime_1.jsx)(DefaultPageLayout_1.default, { sx: __assign({ display: "flex", flexDirection: "column", gap: "1rem", height: "100%" }, props.sx), children: (0, jsx_runtime_1.jsxs)(SwiperControlled_1.default, { ref: swiperControlledRef, disableSwipe: true, sx: { height: "100%" }, children: [(0, jsx_runtime_1.jsx)(react_1.SwiperSlide, { children: (0, jsx_runtime_1.
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
144
|
+
return ((0, jsx_runtime_1.jsx)(ChildPageLayout_1.default, { ref: childPageLayoutRef, header: (0, jsx_runtime_1.jsx)(PageHeader_1.default, { overrideBack: handleBack, title: "Passcode" }), children: (0, jsx_runtime_1.jsx)(DefaultPageLayout_1.default, { sx: __assign({ display: "flex", flexDirection: "column", gap: "1rem", height: "100%" }, props.sx), children: (0, jsx_runtime_1.jsxs)(SwiperControlled_1.default, { ref: swiperControlledRef, disableSwipe: true, sx: { height: "100%" }, children: [(0, jsx_runtime_1.jsx)(react_1.SwiperSlide, { children: (0, jsx_runtime_1.jsxs)(material_1.Box, { sx: {
|
|
145
|
+
display: "flex",
|
|
146
|
+
flexDirection: "column",
|
|
147
|
+
justifyContent: "center",
|
|
148
|
+
alignItems: "center",
|
|
149
|
+
gap: "1rem",
|
|
150
|
+
height: "100%",
|
|
151
|
+
}, children: [(0, jsx_runtime_1.jsx)(Text_1.default, { sx: {
|
|
152
|
+
color: "text.white",
|
|
153
|
+
fontWeight: "600",
|
|
154
|
+
fontSize: "16px",
|
|
155
|
+
}, children: "Enter Passcode" }), (0, jsx_runtime_1.jsx)(OTP_1.default, { value: otp, onChange: handleOtpChange, numInputs: passcodeLength, otpInputType: OTP_1.OtpInputType.PASSWORD }), (0, jsx_runtime_1.jsx)(Text_1.default, { sx: {
|
|
156
|
+
color: "text.white",
|
|
157
|
+
fontWeight: "400",
|
|
158
|
+
fontSize: "14px",
|
|
159
|
+
textAlign: "center",
|
|
160
|
+
}, children: "Enter your passcode to get your wallet seed phrase" })] }) }), (0, jsx_runtime_1.jsx)(react_1.SwiperSlide, { children: (0, jsx_runtime_1.jsxs)(material_1.Box, { sx: {
|
|
161
161
|
minHeight: "100%",
|
|
162
162
|
display: "flex",
|
|
163
163
|
flexDirection: "column",
|
|
164
164
|
gap: "1.5rem",
|
|
165
|
-
}, children: (0, jsx_runtime_1.
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
165
|
+
}, children: [(0, jsx_runtime_1.jsx)(material_1.Box, { sx: {
|
|
166
|
+
display: "grid",
|
|
167
|
+
gridTemplateColumns: "1fr 1fr",
|
|
168
|
+
gap: "1rem",
|
|
169
|
+
height: "fit-content",
|
|
170
|
+
}, children: seedPhrase === null || seedPhrase === void 0 ? void 0 : seedPhrase.split(" ").map(function (word, index) { return ((0, jsx_runtime_1.jsxs)(Text_1.default, { sx: {
|
|
171
171
|
color: "text.white",
|
|
172
172
|
padding: "0.5rem 0.75rem",
|
|
173
173
|
backgroundColor: "rgba(255, 255, 255, 0.1)",
|
|
@@ -177,14 +177,15 @@ var GetSeedPhraseWalletView = function (props) {
|
|
|
177
177
|
textAlign: "center",
|
|
178
178
|
width: "100%",
|
|
179
179
|
border: "1px solid rgba(255, 255, 255, 0.2)",
|
|
180
|
-
}, children: [index + 1, ". ", isShowSeedPhrase ? word : "********"] }, index)); }), (0, jsx_runtime_1.jsxs)(material_1.Box, { sx: {
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
180
|
+
}, children: [index + 1, ". ", isShowSeedPhrase ? word : "********"] }, index)); }) }), (0, jsx_runtime_1.jsxs)(material_1.Box, { sx: {
|
|
181
|
+
display: "flex",
|
|
182
|
+
alignItems: "center",
|
|
183
|
+
gap: "1rem",
|
|
184
|
+
height: "fit-content",
|
|
185
|
+
marginTop: "auto",
|
|
186
|
+
width: "100%",
|
|
187
|
+
}, children: [(0, jsx_runtime_1.jsx)(Icon_1.default, { src: (0, getIcon_1.default)(isShowSeedPhrase ? "show_seed_phrase" : "hide_seed_phrase", "svg"), onClick: toggleShowSeedPhrase }), (0, jsx_runtime_1.jsx)(Button_1.default.Primary, { onClick: handleDone, sx: {
|
|
188
|
+
flex: 1,
|
|
189
|
+
}, children: "Done" })] })] }) })] }) }) }));
|
|
189
190
|
};
|
|
190
191
|
exports.default = GetSeedPhraseWalletView;
|