react-gldn-kit 0.1.95 → 0.1.97
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.
- package/dist/index.js +1 -1
- package/dist/lib/components/Modals/Alert/components/AssignCurrency/index.js +1 -1
- package/dist/lib/components/Modals/Alert/components/LostPassword/First/components/EmailConfirmation/index.js +6 -5
- package/dist/lib/components/Modals/Alert/components/LostPassword/First/components/LostPasswordPhoneForm/components/MoreInfo/index.js +3 -2
- package/dist/lib/components/Modals/Alert/components/LostPassword/First/components/NumberConfirmation/index.js +2 -1
- package/dist/lib/components/Modals/Alert/components/SetNewPassword/First/index.js +20 -11
- package/dist/main.css +33 -17
- package/package.json +1 -1
|
@@ -57,6 +57,6 @@ var AssignCurrency = function () {
|
|
|
57
57
|
var handlePrepareData = function () {
|
|
58
58
|
registrationLastStep({ promo: promo, currencyId: activeCurrencyId });
|
|
59
59
|
};
|
|
60
|
-
return ((0, jsx_runtime_1.jsxs)("div", __assign({ className: styles.wrapperAssignCurrency }, { children: [(0, jsx_runtime_1.jsx)(CurrencySelector_1.CurrencySelector, { availableCurrencies: availableCurrencies || [], countryInfo: countryInfo, classes: styles.marginB }), (0, jsx_runtime_1.jsx)(PromoCode_1.RegistrationPromoCode, { setPromoCode: setPromo, classes: styles.marginB }), (0, jsx_runtime_1.jsx)(Buttons_1.BaseButton, { text: "
|
|
60
|
+
return ((0, jsx_runtime_1.jsxs)("div", __assign({ className: styles.wrapperAssignCurrency }, { children: [(0, jsx_runtime_1.jsx)(CurrencySelector_1.CurrencySelector, { availableCurrencies: availableCurrencies || [], countryInfo: countryInfo, classes: styles.marginB }), (0, jsx_runtime_1.jsx)(PromoCode_1.RegistrationPromoCode, { setPromoCode: setPromo, classes: styles.marginB }), (0, jsx_runtime_1.jsx)(Buttons_1.BaseButton, { text: "assignCurrency.select", handleClick: handlePrepareData, size: "--button-full", buttonHeight: "--button-height-full", color: "primary", centreText: true, disabled: !activeCurrencyId, classes: styles.bigMargin })] })));
|
|
61
61
|
};
|
|
62
62
|
exports.default = AssignCurrency;
|
|
@@ -47,10 +47,10 @@ var Buttons_1 = require("components/ui/Buttons");
|
|
|
47
47
|
var constants_1 = require("../NumberConfirmation/constants");
|
|
48
48
|
var constant_1 = require("components/ui/Inputs/BaseInput/constant");
|
|
49
49
|
var constants_2 = require("components/ui/Timer/constants");
|
|
50
|
-
var selectors_1 = require("zustandStore/settings/selectors");
|
|
51
50
|
var store_1 = require("zustandStore/settings/store");
|
|
52
51
|
var store_2 = require("zustandStore/alerts/notification/store");
|
|
53
|
-
var
|
|
52
|
+
var selectors_1 = require("zustandStore/alerts/notification/selectors");
|
|
53
|
+
var selectors_2 = require("zustandStore/settings/selectors");
|
|
54
54
|
var ModalContext_1 = require("context/logic/ModalContext");
|
|
55
55
|
var useCountDown_1 = require("hooks/useCountDown");
|
|
56
56
|
var styles = __importStar(require("./EmailConfirmation.module.css"));
|
|
@@ -59,8 +59,9 @@ var EmailConfirmation = function () {
|
|
|
59
59
|
var sendCommand = useTransportControllers().sendCommand;
|
|
60
60
|
var _a = (0, react_1.useState)(constant_1.DEFAULT_INPUT_VALUE), code = _a[0], setCode = _a[1];
|
|
61
61
|
var timerValue = (0, react_1.useRef)(new Date().getTime() + constants_2.DEFAULT_TIMER_VALUE);
|
|
62
|
-
var appType = (0, store_1.useZustandKitSettings)(
|
|
63
|
-
var
|
|
62
|
+
var appType = (0, store_1.useZustandKitSettings)(selectors_2.getKitAppTypeSelector);
|
|
63
|
+
var bannerImage = (0, store_1.useZustandKitSettings)(selectors_2.getKitRecoveryEmailImageSelector);
|
|
64
|
+
var notifications = (0, store_2.useZustandNotificationKitStore)(selectors_1.notificationKitSelectors.getNotificationsSelector);
|
|
64
65
|
var countDown = (0, useCountDown_1.useCountDown)({
|
|
65
66
|
endTimestamp: timerValue.current,
|
|
66
67
|
});
|
|
@@ -96,6 +97,6 @@ var EmailConfirmation = function () {
|
|
|
96
97
|
});
|
|
97
98
|
}
|
|
98
99
|
}, [notifications]);
|
|
99
|
-
return ((0, jsx_runtime_1.jsxs)("div", __assign({ className: (0, classnames_1.default)(styles.wrapperEmailConfirmation, styles.column) }, { children: [(0, jsx_runtime_1.jsxs)("div", __assign({ className: (0, classnames_1.default)(styles.top, styles.column) }, { children: [(0, jsx_runtime_1.jsx)("img", { src:
|
|
100
|
+
return ((0, jsx_runtime_1.jsxs)("div", __assign({ className: (0, classnames_1.default)(styles.wrapperEmailConfirmation, styles.column) }, { children: [(0, jsx_runtime_1.jsxs)("div", __assign({ className: (0, classnames_1.default)(styles.top, styles.column) }, { children: [(0, jsx_runtime_1.jsx)("img", { src: bannerImage, className: styles.instructionImage }), (0, jsx_runtime_1.jsxs)("div", __assign({ className: (0, classnames_1.default)(styles.column, styles.center, styles.mediumGap) }, { children: [(0, jsx_runtime_1.jsx)("div", __assign({ className: styles.enterDigits }, { children: (0, jsx_runtime_1.jsx)(Text_1.Text, { idT: "recoveryPsw.emailConfirmation.enterDigits" }) })), (0, jsx_runtime_1.jsxs)("div", __assign({ className: (0, classnames_1.default)(styles.column, styles.center, styles.smallGap) }, { children: [(0, jsx_runtime_1.jsx)(InputCode_1.default, { errorText: code.errorText, handleChange: handleChange, length: 5 }), (0, jsx_runtime_1.jsx)("div", __assign({ className: styles.time }, { children: (0, jsx_runtime_1.jsx)(Text_1.Text, { idT: "recoveryPsw.emailConfirmation.seconds", specValue: "".concat(Math.round(timeRemaining / 1000)) }) }))] }))] }))] })), !timeRemaining && ((0, jsx_runtime_1.jsx)("div", __assign({ className: styles.resendCode, onClick: handleResend }, { children: (0, jsx_runtime_1.jsx)(Text_1.Text, { idT: "recoveryPsw.emailConfirmation.resendCode" }) }))), (0, jsx_runtime_1.jsx)(Buttons_1.BaseButton, { text: "recoveryPsw.emailConfirmation.verify", handleClick: submit, size: "--button-full", buttonHeight: "--button-height-xl", color: "primary", centreText: true, disabled: code.value.length < constants_1.MAX_EMAIL_CODE_LENGTH })] })));
|
|
100
101
|
};
|
|
101
102
|
exports.default = EmailConfirmation;
|
|
@@ -39,15 +39,16 @@ var react_1 = require("react");
|
|
|
39
39
|
var ArrowButton_1 = require("components/ui/Buttons/ArrowButton");
|
|
40
40
|
var Text_1 = require("components/Text");
|
|
41
41
|
var InfoThirdSvg_1 = require("components/ui/Icons/InfoThirdSvg");
|
|
42
|
-
var styles = __importStar(require("./MoreInfo.module.css"));
|
|
43
42
|
var selectors_1 = require("zustandStore/settings/selectors");
|
|
44
43
|
var store_1 = require("zustandStore/settings/store");
|
|
44
|
+
var styles = __importStar(require("./MoreInfo.module.css"));
|
|
45
45
|
var MoreInfo = function () {
|
|
46
46
|
var _a = (0, react_1.useState)(false), isOpened = _a[0], setOpenState = _a[1];
|
|
47
47
|
var appType = (0, store_1.useZustandKitSettings)(selectors_1.getKitAppTypeSelector);
|
|
48
|
+
var bannerImage = (0, store_1.useZustandKitSettings)(selectors_1.getKitRecoveryPhoneImageSelector);
|
|
48
49
|
var handleToggleState = function () {
|
|
49
50
|
setOpenState(!isOpened);
|
|
50
51
|
};
|
|
51
|
-
return ((0, jsx_runtime_1.jsxs)("div", __assign({ className: styles.wrapperMoreInfo, onClick: handleToggleState }, { children: [(0, jsx_runtime_1.jsxs)("div", __assign({ className: styles.title }, { children: [(0, jsx_runtime_1.jsxs)("div", __assign({ className: styles.left }, { children: [(0, jsx_runtime_1.jsx)(InfoThirdSvg_1.InfoThirdSvg, {}), (0, jsx_runtime_1.jsx)("div", __assign({ className: styles.mainInfo }, { children: (0, jsx_runtime_1.jsx)(Text_1.Text, { idT: "recoveryPsw.moreInfo" }) }))] })), (0, jsx_runtime_1.jsx)(ArrowButton_1.ArrowButton, { isOpened: isOpened, classes: styles.arrowButton })] })), isOpened && ((0, jsx_runtime_1.jsxs)("div", __assign({ className: styles.instructionsBlock }, { children: [(0, jsx_runtime_1.jsx)("div", __assign({ className: styles.instruction }, { children: (0, jsx_runtime_1.jsx)(Text_1.Text, { idT: "recoveryPsw.flashCallVerification" }) })), (0, jsx_runtime_1.jsx)("img", { src:
|
|
52
|
+
return ((0, jsx_runtime_1.jsxs)("div", __assign({ className: styles.wrapperMoreInfo, onClick: handleToggleState }, { children: [(0, jsx_runtime_1.jsxs)("div", __assign({ className: styles.title }, { children: [(0, jsx_runtime_1.jsxs)("div", __assign({ className: styles.left }, { children: [(0, jsx_runtime_1.jsx)(InfoThirdSvg_1.InfoThirdSvg, {}), (0, jsx_runtime_1.jsx)("div", __assign({ className: styles.mainInfo }, { children: (0, jsx_runtime_1.jsx)(Text_1.Text, { idT: "recoveryPsw.moreInfo" }) }))] })), (0, jsx_runtime_1.jsx)(ArrowButton_1.ArrowButton, { isOpened: isOpened, classes: styles.arrowButton })] })), isOpened && ((0, jsx_runtime_1.jsxs)("div", __assign({ className: styles.instructionsBlock }, { children: [(0, jsx_runtime_1.jsx)("div", __assign({ className: styles.instruction }, { children: (0, jsx_runtime_1.jsx)(Text_1.Text, { idT: "recoveryPsw.flashCallVerification" }) })), (0, jsx_runtime_1.jsx)("img", { src: bannerImage, className: styles.instructionImage })] })))] })));
|
|
52
53
|
};
|
|
53
54
|
exports.default = MoreInfo;
|
|
@@ -57,6 +57,7 @@ var styles = __importStar(require("./NumberConfirmation.module.css"));
|
|
|
57
57
|
var NumberConfirmation = function () {
|
|
58
58
|
var useTransportControllers = (0, ModalContext_1.useHookProvider)().useTransportControllers;
|
|
59
59
|
var appType = (0, store_1.useZustandKitSettings)(selectors_1.getKitAppTypeSelector);
|
|
60
|
+
var bannerImage = (0, store_1.useZustandKitSettings)(selectors_1.getKitRecoveryPhoneImageSelector);
|
|
60
61
|
var notifications = (0, store_2.useZustandNotificationKitStore)(selectors_2.notificationKitSelectors.getNotificationsSelector);
|
|
61
62
|
var sendCommand = useTransportControllers().sendCommand;
|
|
62
63
|
var _a = (0, react_1.useState)(constant_1.DEFAULT_INPUT_VALUE), code = _a[0], setCode = _a[1];
|
|
@@ -100,6 +101,6 @@ var NumberConfirmation = function () {
|
|
|
100
101
|
});
|
|
101
102
|
}
|
|
102
103
|
}, [notifications]);
|
|
103
|
-
return ((0, jsx_runtime_1.jsxs)("div", __assign({ className: (0, classnames_1.default)(styles.wrapperNumberConfirmation, styles.column) }, { children: [(0, jsx_runtime_1.jsxs)("div", __assign({ className: (0, classnames_1.default)(styles.top, styles.column) }, { children: [(0, jsx_runtime_1.jsx)("img", { src:
|
|
104
|
+
return ((0, jsx_runtime_1.jsxs)("div", __assign({ className: (0, classnames_1.default)(styles.wrapperNumberConfirmation, styles.column) }, { children: [(0, jsx_runtime_1.jsxs)("div", __assign({ className: (0, classnames_1.default)(styles.top, styles.column) }, { children: [(0, jsx_runtime_1.jsx)("img", { src: bannerImage, className: styles.instructionImage }), (0, jsx_runtime_1.jsxs)("div", __assign({ className: (0, classnames_1.default)(styles.column, styles.center, styles.mediumGap) }, { children: [(0, jsx_runtime_1.jsx)("div", __assign({ className: styles.enterDigits }, { children: (0, jsx_runtime_1.jsx)(Text_1.Text, { idT: "recoveryPsw.numberConfirmation.enterDigits" }) })), (0, jsx_runtime_1.jsxs)("div", __assign({ className: (0, classnames_1.default)(styles.column, styles.center, styles.smallGap) }, { children: [(0, jsx_runtime_1.jsx)(InputCode_1.default, { errorText: code.errorText, handleChange: handleChange }), (0, jsx_runtime_1.jsx)("div", __assign({ className: styles.time }, { children: (0, jsx_runtime_1.jsx)(Text_1.Text, { idT: "recoveryPsw.numberConfirmation.seconds", specValue: "".concat(Math.round(timeRemaining / 1000)) }) }))] }))] }))] })), !timeRemaining && ((0, jsx_runtime_1.jsx)("div", __assign({ className: styles.resendCode, onClick: handleResend }, { children: (0, jsx_runtime_1.jsx)(Text_1.Text, { idT: "recoveryPsw.numberConfirmation.resendCode" }) }))), (0, jsx_runtime_1.jsx)(Buttons_1.BaseButton, { text: "recoveryPsw.numberConfirmation.verify", handleClick: submit, size: "--button-full", buttonHeight: "--button-height-xl", color: "primary", centreText: true, disabled: code.value.length < constants_1.MAX_PHONE_CODE_LENGTH })] })));
|
|
104
105
|
};
|
|
105
106
|
exports.NumberConfirmation = NumberConfirmation;
|
|
@@ -48,19 +48,25 @@ var Text_1 = require("components/Text");
|
|
|
48
48
|
var OpenEyeSvg_1 = require("components/ui/Icons/Base/OpenEyeSvg");
|
|
49
49
|
var CloseEyeSvg_1 = require("components/ui/Icons/Base/CloseEyeSvg");
|
|
50
50
|
var constant_1 = require("components/ui/Inputs/BaseInput/constant");
|
|
51
|
+
var store_1 = require("zustandStore/alerts/modal/store");
|
|
52
|
+
var selectors_1 = require("zustandStore/alerts/modal/selectors");
|
|
53
|
+
var types_2 = require("zustandStore/forms/signUp/types");
|
|
51
54
|
var ModalContext_1 = require("context/logic/ModalContext");
|
|
52
55
|
var validation_1 = require("service/validation");
|
|
53
56
|
var styles = __importStar(require("./SetNewPassword.module.css"));
|
|
54
57
|
var SetNewPassword = function () {
|
|
55
|
-
var _a, _b;
|
|
58
|
+
var _a, _b, _c;
|
|
56
59
|
var useTransportControllers = (0, ModalContext_1.useHookProvider)().useTransportControllers;
|
|
57
60
|
var sendCommand = useTransportControllers().sendCommand;
|
|
58
|
-
var
|
|
59
|
-
var
|
|
60
|
-
var
|
|
61
|
+
var _d = (0, react_1.useState)(constant_1.DEFAULT_INPUT_VALUE), newPassword = _d[0], setNewPassword = _d[1];
|
|
62
|
+
var _e = (0, react_1.useState)(constant_1.DEFAULT_INPUT_VALUE), repeatedPassword = _e[0], setRepeatedPassword = _e[1];
|
|
63
|
+
var _f = (0, react_1.useState)({
|
|
61
64
|
newPassword: 'password',
|
|
62
65
|
repeatedPassword: 'password',
|
|
63
|
-
}), inputTypes =
|
|
66
|
+
}), inputTypes = _f[0], setInputTypes = _f[1];
|
|
67
|
+
var data = (0, store_1.useZustandModalKitStore)(selectors_1.zustandModalKitSelector.getModalAdditionalInfoSelector) || {};
|
|
68
|
+
var registrationTheme = data.registrationTheme;
|
|
69
|
+
var regType = registrationTheme;
|
|
64
70
|
var handleApplyPsw = function () {
|
|
65
71
|
sendCommand('21x', {
|
|
66
72
|
newPassword: newPassword.value,
|
|
@@ -104,17 +110,20 @@ var SetNewPassword = function () {
|
|
|
104
110
|
!repeatedPassword.value ||
|
|
105
111
|
Boolean(newPassword.errorText || repeatedPassword.errorText) ||
|
|
106
112
|
newPassword.value !== repeatedPassword.value;
|
|
107
|
-
return ((0, jsx_runtime_1.jsxs)("div", __assign({ className:
|
|
108
|
-
|
|
109
|
-
|
|
113
|
+
return ((0, jsx_runtime_1.jsxs)("div", __assign({ className: (0, classnames_1.default)(styles.wrapperNewPassword, (_a = {},
|
|
114
|
+
_a[styles.yellow] = types_2.ESignUpTheme[regType] === types_2.ESignUpTheme.BaseYellow,
|
|
115
|
+
_a[styles.white] = types_2.ESignUpTheme[regType] === types_2.ESignUpTheme.BaseWhite,
|
|
116
|
+
_a)) }, { children: [(0, jsx_runtime_1.jsx)("div", __assign({ className: styles.enterPassword }, { children: (0, jsx_runtime_1.jsx)(Text_1.Text, { idT: "recoveryPsw.newPassword.enterPassword" }) })), (0, jsx_runtime_1.jsx)(BaseInput_1.BaseInput, __assign({ label: "recoveryPsw.newPassword.newPassword", size: "full", onChange: validateValuePassword('newPassword'), type: inputTypes.newPassword, inputWrapperClasses: (0, classnames_1.default)((_b = {},
|
|
117
|
+
_b[styles.errorBorder] = newPassword.errorText,
|
|
118
|
+
_b)) }, { children: (0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [newPassword.value && inputTypes.newPassword === 'text' && ((0, jsx_runtime_1.jsx)(OpenEyeSvg_1.OpenEyeSvg, { handleClick: handleSetInputType({
|
|
110
119
|
field: 'newPassword',
|
|
111
120
|
type: 'password',
|
|
112
121
|
}) })), newPassword.value && inputTypes.newPassword === 'password' && ((0, jsx_runtime_1.jsx)(CloseEyeSvg_1.CloseEyeSvg, { handleClick: handleSetInputType({
|
|
113
122
|
field: 'newPassword',
|
|
114
123
|
type: 'text',
|
|
115
|
-
}) }))] }) })), (0, jsx_runtime_1.jsx)(BaseInput_1.BaseInput, __assign({ label: "recoveryPsw.newPassword.repeatPassword", size: "full", onChange: validateValuePassword('repeatedPassword'), type: inputTypes.repeatedPassword, inputWrapperClasses: (0, classnames_1.default)((
|
|
116
|
-
|
|
117
|
-
|
|
124
|
+
}) }))] }) })), (0, jsx_runtime_1.jsx)(BaseInput_1.BaseInput, __assign({ label: "recoveryPsw.newPassword.repeatPassword", size: "full", onChange: validateValuePassword('repeatedPassword'), type: inputTypes.repeatedPassword, inputWrapperClasses: (0, classnames_1.default)((_c = {},
|
|
125
|
+
_c[styles.errorBorder] = repeatedPassword.errorText,
|
|
126
|
+
_c)) }, { children: (0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [repeatedPassword.value && inputTypes.repeatedPassword === 'text' && ((0, jsx_runtime_1.jsx)(OpenEyeSvg_1.OpenEyeSvg, { handleClick: handleSetInputType({
|
|
118
127
|
field: 'repeatedPassword',
|
|
119
128
|
type: 'password',
|
|
120
129
|
}) })), repeatedPassword.value &&
|
package/dist/main.css
CHANGED
|
@@ -1601,12 +1601,13 @@
|
|
|
1601
1601
|
|
|
1602
1602
|
.KIT__MoreInfo-module__wrapperMoreInfo___p5znl {
|
|
1603
1603
|
border-radius: var(--border-s);
|
|
1604
|
-
border: var(--lost-password-phone-info-border);
|
|
1604
|
+
border: var(--lost-password-phone-info-border, 1px solid var(--base-700));
|
|
1605
1605
|
width: 100%;
|
|
1606
1606
|
display: flex;
|
|
1607
1607
|
flex-direction: column;
|
|
1608
1608
|
align-items: center;
|
|
1609
1609
|
padding: var(--indent-m);
|
|
1610
|
+
gap: var(--indent-m);
|
|
1610
1611
|
}
|
|
1611
1612
|
|
|
1612
1613
|
.KIT__MoreInfo-module__title___LsgbT {
|
|
@@ -1629,7 +1630,7 @@
|
|
|
1629
1630
|
}
|
|
1630
1631
|
|
|
1631
1632
|
.KIT__MoreInfo-module__mainInfo___iavDV {
|
|
1632
|
-
color: var(--lost-password-phone-info-main-color);
|
|
1633
|
+
color: var(--lost-password-phone-info-main-color, var(--base-0));
|
|
1633
1634
|
font-weight: 500;
|
|
1634
1635
|
font-size: var(--font-size-s);
|
|
1635
1636
|
}
|
|
@@ -1641,7 +1642,7 @@
|
|
|
1641
1642
|
}
|
|
1642
1643
|
|
|
1643
1644
|
.KIT__MoreInfo-module__instruction___Baphm {
|
|
1644
|
-
color: var(--lost-password-phone-info-instruction);
|
|
1645
|
+
color: var(--lost-password-phone-info-instruction, var(--base-400));
|
|
1645
1646
|
font-size: var(--font-size-s);
|
|
1646
1647
|
line-height: 1.2;
|
|
1647
1648
|
list-style-position: inside;
|
|
@@ -3689,7 +3690,7 @@
|
|
|
3689
3690
|
}
|
|
3690
3691
|
|
|
3691
3692
|
.KIT__LostPasswordEmailForm-module__title___tVFWS {
|
|
3692
|
-
color: var(--lost-password-title-color);
|
|
3693
|
+
color: var(--lost-password-title-color, var(--base-0));
|
|
3693
3694
|
font-size: var(--font-size-s);
|
|
3694
3695
|
}
|
|
3695
3696
|
|
|
@@ -3700,7 +3701,7 @@
|
|
|
3700
3701
|
}
|
|
3701
3702
|
|
|
3702
3703
|
.KIT__LostPasswordPhoneForm-module__title___xJ6L8 {
|
|
3703
|
-
color: var(--lost-password-title-color);
|
|
3704
|
+
color: var(--lost-password-title-color, var(--base-0));
|
|
3704
3705
|
font-size: var(--font-size-s);
|
|
3705
3706
|
margin-bottom: var(--indent-m);
|
|
3706
3707
|
}
|
|
@@ -3764,13 +3765,14 @@
|
|
|
3764
3765
|
}
|
|
3765
3766
|
|
|
3766
3767
|
.KIT__SetNewPassword-module__enterPassword___e3Vog {
|
|
3767
|
-
color: var(--set-new-password-enter-password-color);
|
|
3768
|
+
color: var(--set-new-password-enter-password-color, var(--base-0));
|
|
3768
3769
|
font-size: var(--font-size-s);
|
|
3769
3770
|
line-height: 1.2;
|
|
3770
3771
|
}
|
|
3771
3772
|
|
|
3772
3773
|
.KIT__SetNewPassword-module__passwordRequirements___MG84l {
|
|
3773
|
-
color:
|
|
3774
|
+
color: rgba(255, 255, 255, 0.5);
|
|
3775
|
+
color: var(--set-new-password-requirements-color, rgba(255, 255, 255, 0.5));
|
|
3774
3776
|
font-size: var(--font-size-s);
|
|
3775
3777
|
line-height: 1.2;
|
|
3776
3778
|
}
|
|
@@ -3780,6 +3782,18 @@
|
|
|
3780
3782
|
border-color: var(--input-border-red);
|
|
3781
3783
|
color: var(--input-border-red);
|
|
3782
3784
|
}
|
|
3785
|
+
|
|
3786
|
+
.KIT__SetNewPassword-module__yellow___F1jGf {
|
|
3787
|
+
--input-background: rgba(36, 36, 36, 1);
|
|
3788
|
+
--selector-item-background: rgba(36, 36, 36, 1);
|
|
3789
|
+
--selector-main-bg-opened: rgba(36, 36, 36, 1);
|
|
3790
|
+
--phone-input-item-hover-background-color: rgba(48, 47, 47);
|
|
3791
|
+
--arrow-button-svg-path-fill: rgba(161, 166, 178, 1);
|
|
3792
|
+
--button-primary-border: none;
|
|
3793
|
+
--button-color-primary-text: rgb(0,0,0);
|
|
3794
|
+
--button-color-primary: linear-gradient(90deg, rgba(255,222,106, 1) 23%, rgba(224, 168, 37, 1) 67%);
|
|
3795
|
+
}
|
|
3796
|
+
|
|
3783
3797
|
.KIT__SignInThird-module__wrapperReferralCopyContent___zr3MY {
|
|
3784
3798
|
--semi-dark-gray: rgb(46, 58, 76);
|
|
3785
3799
|
--third-primary-color: rgb(252, 212, 53);
|
|
@@ -4302,8 +4316,8 @@
|
|
|
4302
4316
|
border-radius: var(--border-m);
|
|
4303
4317
|
font-weight: 500;
|
|
4304
4318
|
line-height: 1.2;
|
|
4305
|
-
color: var(--input-code-color);
|
|
4306
|
-
background: var(--input-code-background);
|
|
4319
|
+
color: var(--input-code-color, var(--base-0));
|
|
4320
|
+
background: var(--input-code-background, var(--base-800));
|
|
4307
4321
|
text-align: center;
|
|
4308
4322
|
}
|
|
4309
4323
|
|
|
@@ -4334,24 +4348,25 @@
|
|
|
4334
4348
|
}
|
|
4335
4349
|
|
|
4336
4350
|
.KIT__NumberConfirmation-module__enterDigits___c6EGO {
|
|
4337
|
-
color: var(--number-confirmation-enter-digits-color);
|
|
4351
|
+
color: var(--number-confirmation-enter-digits-color, var(--base-0));
|
|
4338
4352
|
line-height: 1.2;
|
|
4339
4353
|
font-size: var(--font-size-s);
|
|
4340
4354
|
}
|
|
4341
4355
|
|
|
4342
4356
|
.KIT__NumberConfirmation-module__time___J3xEU {
|
|
4343
|
-
color: var(--number-confirmation-time-color);
|
|
4357
|
+
color: var(--number-confirmation-time-color, var(--base-400));
|
|
4344
4358
|
font-size: var(--font-size-xs);
|
|
4345
4359
|
}
|
|
4346
4360
|
|
|
4347
4361
|
.KIT__NumberConfirmation-module__resendCode___zdM3H {
|
|
4348
4362
|
text-align: center;
|
|
4349
4363
|
font-size: var(--font-size-s);
|
|
4350
|
-
color: var(--number-confirmation-resend-code-color);
|
|
4364
|
+
color: var(--number-confirmation-resend-code-color, var(--base-400));
|
|
4351
4365
|
}
|
|
4352
4366
|
|
|
4353
4367
|
.KIT__NumberConfirmation-module__resendCode___zdM3H span {
|
|
4354
|
-
color:
|
|
4368
|
+
color: rgba(69, 118, 244, 1);
|
|
4369
|
+
color: var(--number-confirmation-resend-code-span-color, rgba(69, 118, 244, 1));
|
|
4355
4370
|
font-weight: 600;
|
|
4356
4371
|
}
|
|
4357
4372
|
|
|
@@ -4385,24 +4400,25 @@
|
|
|
4385
4400
|
}
|
|
4386
4401
|
|
|
4387
4402
|
.KIT__EmailConfirmation-module__enterDigits___Wo9lh {
|
|
4388
|
-
color: var(--number-confirmation-enter-digits-color);
|
|
4403
|
+
color: var(--number-confirmation-enter-digits-color, var(--base-0));
|
|
4389
4404
|
line-height: 1.2;
|
|
4390
4405
|
font-size: var(--font-size-s);
|
|
4391
4406
|
}
|
|
4392
4407
|
|
|
4393
4408
|
.KIT__EmailConfirmation-module__time___agyne {
|
|
4394
|
-
color: var(--number-confirmation-time-color);
|
|
4409
|
+
color: var(--number-confirmation-time-color, var(--base-400));
|
|
4395
4410
|
font-size: var(--font-size-xs);
|
|
4396
4411
|
}
|
|
4397
4412
|
|
|
4398
4413
|
.KIT__EmailConfirmation-module__resendCode___zy06h {
|
|
4399
4414
|
text-align: center;
|
|
4400
4415
|
font-size: var(--font-size-s);
|
|
4401
|
-
color: var(--number-confirmation-resend-code-color);
|
|
4416
|
+
color: var(--number-confirmation-resend-code-color, var(--base-400));
|
|
4402
4417
|
}
|
|
4403
4418
|
|
|
4404
4419
|
.KIT__EmailConfirmation-module__resendCode___zy06h span {
|
|
4405
|
-
color:
|
|
4420
|
+
color: rgba(69, 118, 244, 1);
|
|
4421
|
+
color: var(--number-confirmation-resend-code-span-color, rgba(69, 118, 244, 1));
|
|
4406
4422
|
font-weight: 600;
|
|
4407
4423
|
}
|
|
4408
4424
|
|