react-gldn-kit 0.1.100 → 0.1.102
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/LastBigWinners/components/LastBigWinner/LastBigWinner.js +1 -1
- package/dist/lib/components/Modals/Alert/components/Auth/SignIn/First/index.js +7 -8
- package/dist/lib/components/Modals/Alert/components/Auth/SignIn/Third/index.js +22 -19
- package/dist/lib/components/Modals/Alert/components/Auth/SignUp/First/components/Forms/PhoneSignUp/index.js +1 -1
- package/dist/lib/components/Modals/Alert/components/Auth/SignUp/First/index.js +2 -1
- package/dist/lib/components/Modals/Alert/components/Auth/SignUp/Second/index.js +3 -1
- package/dist/lib/components/Modals/Alert/components/LostPassword/First/components/EmailConfirmation/index.js +20 -5
- package/dist/lib/components/Modals/Alert/components/LostPassword/First/components/LostPasswordEmailForm/index.d.ts +3 -1
- package/dist/lib/components/Modals/Alert/components/LostPassword/First/components/LostPasswordEmailForm/index.js +6 -3
- package/dist/lib/components/Modals/Alert/components/LostPassword/First/components/LostPasswordPhoneForm/components/MoreInfo/index.d.ts +3 -1
- package/dist/lib/components/Modals/Alert/components/LostPassword/First/components/LostPasswordPhoneForm/components/MoreInfo/index.js +9 -4
- package/dist/lib/components/Modals/Alert/components/LostPassword/First/components/LostPasswordPhoneForm/index.d.ts +3 -1
- package/dist/lib/components/Modals/Alert/components/LostPassword/First/components/LostPasswordPhoneForm/index.js +12 -3
- package/dist/lib/components/Modals/Alert/components/LostPassword/First/components/NumberConfirmation/index.js +18 -5
- package/dist/lib/components/Modals/Alert/components/LostPassword/First/index.js +7 -4
- package/dist/lib/components/Modals/Alert/components/SetNewPassword/Third/index.js +20 -11
- package/dist/lib/components/Modals/Alert/index.js +17 -13
- package/dist/lib/components/Scratch/index.js +1 -1
- package/dist/lib/components/ui/Inputs/PhoneInput/components/PhoneView/index.d.ts +1 -0
- package/dist/lib/components/ui/Inputs/PhoneInput/components/PhoneView/index.js +9 -7
- package/dist/lib/components/ui/Inputs/PhoneInput/index.js +4 -4
- package/dist/lib/zustandStore/alerts/modal/types.d.ts +3 -4
- package/dist/lib/zustandStore/alerts/modal/types.js +3 -4
- package/dist/lib/zustandStore/forms/recovery/selectors.d.ts +2 -0
- package/dist/lib/zustandStore/forms/recovery/selectors.js +4 -0
- package/dist/lib/zustandStore/forms/recovery/store.js +2 -0
- package/dist/lib/zustandStore/forms/recovery/types.d.ts +2 -0
- package/dist/lib/zustandStore/forms/signUp/types.d.ts +1 -0
- package/dist/lib/zustandStore/forms/signUp/types.js +1 -0
- package/dist/main.css +192 -227
- package/package.json +2 -2
- package/dist/lib/components/Modals/Alert/components/LostPassword/Third/components/LostPasswordEmailForm/index.d.ts +0 -11
- package/dist/lib/components/Modals/Alert/components/LostPassword/Third/components/LostPasswordEmailForm/index.js +0 -116
- package/dist/lib/components/Modals/Alert/components/LostPassword/Third/components/LostPasswordPhoneForm/index.d.ts +0 -8
- package/dist/lib/components/Modals/Alert/components/LostPassword/Third/components/LostPasswordPhoneForm/index.js +0 -92
- package/dist/lib/components/Modals/Alert/components/LostPassword/Third/constants.d.ts +0 -5
- package/dist/lib/components/Modals/Alert/components/LostPassword/Third/constants.js +0 -14
- package/dist/lib/components/Modals/Alert/components/LostPassword/Third/index.d.ts +0 -2
- package/dist/lib/components/Modals/Alert/components/LostPassword/Third/index.js +0 -73
- package/dist/lib/components/Modals/Alert/components/LostPassword/Third/types.d.ts +0 -4
- package/dist/lib/components/Modals/Alert/components/LostPassword/Third/types.js +0 -8
package/dist/main.css
CHANGED
|
@@ -763,6 +763,7 @@
|
|
|
763
763
|
position: absolute;
|
|
764
764
|
left: var(--indent-m);
|
|
765
765
|
font-weight: 700;
|
|
766
|
+
font-size: var(--font-size-xs);
|
|
766
767
|
}
|
|
767
768
|
|
|
768
769
|
.KIT__BaseInputUi-module__input___RWf0J.KIT__BaseInputUi-module__oldView___k7DBz:-webkit-autofill ~ .KIT__BaseInputUi-module__label___uzM8L,
|
|
@@ -770,6 +771,11 @@
|
|
|
770
771
|
opacity: 0;
|
|
771
772
|
}
|
|
772
773
|
|
|
774
|
+
.KIT__BaseInputUi-module__input___RWf0J.KIT__BaseInputUi-module__oldView___k7DBz {
|
|
775
|
+
font-size: var(--font-size-xs);
|
|
776
|
+
font-weight: 700;
|
|
777
|
+
}
|
|
778
|
+
|
|
773
779
|
.KIT__BaseInputUi-module__disabled___eDvdR {
|
|
774
780
|
pointer-events: none;
|
|
775
781
|
text-overflow: ellipsis;
|
|
@@ -1529,6 +1535,26 @@
|
|
|
1529
1535
|
display: flex;
|
|
1530
1536
|
}
|
|
1531
1537
|
|
|
1538
|
+
.KIT__PhoneView-module__thirdType___BwBgT,
|
|
1539
|
+
.KIT__PhoneView-module__thirdType___BwBgT .KIT__PhoneView-module__codeWrapper___pUMRn {
|
|
1540
|
+
height: 100%;
|
|
1541
|
+
}
|
|
1542
|
+
|
|
1543
|
+
.KIT__PhoneView-module__thirdType___BwBgT .KIT__PhoneView-module__codeWrapper___pUMRn {
|
|
1544
|
+
padding: 0;
|
|
1545
|
+
padding: initial;
|
|
1546
|
+
}
|
|
1547
|
+
|
|
1548
|
+
.KIT__PhoneView-module__thirdType___BwBgT .KIT__PhoneView-module__code___y3pYW {
|
|
1549
|
+
align-items: center;
|
|
1550
|
+
gap: var(--indent-s);
|
|
1551
|
+
background-color: rgb(222, 235, 237);
|
|
1552
|
+
background-color: var(--phone-view-code-background, rgb(222, 235, 237));
|
|
1553
|
+
height: 100%;
|
|
1554
|
+
border-radius: var(--border-m);
|
|
1555
|
+
padding: var(--indent-s);
|
|
1556
|
+
}
|
|
1557
|
+
|
|
1532
1558
|
.KIT__PhoneView-module__arrow___Qw7Mg {
|
|
1533
1559
|
display: flex;
|
|
1534
1560
|
align-items: center;
|
|
@@ -1652,6 +1678,10 @@
|
|
|
1652
1678
|
width: 100%;
|
|
1653
1679
|
}
|
|
1654
1680
|
|
|
1681
|
+
.KIT__MoreInfo-module__third___DTigx path {
|
|
1682
|
+
fill: rgba(45, 192, 139, 1);
|
|
1683
|
+
}
|
|
1684
|
+
|
|
1655
1685
|
.KIT__PhoneInput-module__input___hyTKa {
|
|
1656
1686
|
border-radius: var(--border-s);
|
|
1657
1687
|
border: var(--input-border);
|
|
@@ -1726,7 +1756,7 @@
|
|
|
1726
1756
|
width: 100%;
|
|
1727
1757
|
left: 0;
|
|
1728
1758
|
background-color: var(--input-background);
|
|
1729
|
-
z-index: 3;
|
|
1759
|
+
z-index: calc(var(--layout-lvl-1) + 3);
|
|
1730
1760
|
border-radius: var(--border-s);
|
|
1731
1761
|
overflow-y: auto;
|
|
1732
1762
|
max-height: 200px;
|
|
@@ -2368,6 +2398,23 @@
|
|
|
2368
2398
|
--currency-box-border-color: rgba(213, 163, 101, 0.5);
|
|
2369
2399
|
}
|
|
2370
2400
|
|
|
2401
|
+
.KIT__SignUpTypeTwo-module__bluePurple___tZk7a {
|
|
2402
|
+
--background: linear-gradient(180deg, #2B4A99 0%, #211955 72.6%);
|
|
2403
|
+
border: 2px solid;
|
|
2404
|
+
-o-border-image: linear-gradient(180deg, #E89E01 0%, #EFC601 100%) 1;
|
|
2405
|
+
border-image: linear-gradient(180deg, #E89E01 0%, #EFC601 100%) 1;
|
|
2406
|
+
--submit-button-background: rgba(251, 35, 114, 1);
|
|
2407
|
+
--submit-button-color: var(--base-0);
|
|
2408
|
+
--thumb-background: rgba(247, 209, 69, 1);
|
|
2409
|
+
--track-background: var(--base-1000);
|
|
2410
|
+
--input-focus-border-color: rgba(213, 163, 101, 1);
|
|
2411
|
+
--phone-wrapper-background: rgba(35, 25, 88, 1);
|
|
2412
|
+
--currency-box-background: rgba(35, 25, 88, 1);
|
|
2413
|
+
--currency-box-shadow: 1px 1px 8.6px 3px rgba(253, 249, 255, 0.5);
|
|
2414
|
+
--currency-box-border-color: rgba(213, 163, 101, 0.5);
|
|
2415
|
+
--input-filled-border-color: rgba(213, 163, 101, 0.5);
|
|
2416
|
+
}
|
|
2417
|
+
|
|
2371
2418
|
.KIT__SignUpTypeTwo-module__contentArea___N15Kc {
|
|
2372
2419
|
overflow-y: auto;
|
|
2373
2420
|
width: 100%;
|
|
@@ -3721,24 +3768,55 @@
|
|
|
3721
3768
|
}
|
|
3722
3769
|
|
|
3723
3770
|
.KIT__LostPassword-module__white___QjG6Z {
|
|
3724
|
-
|
|
3771
|
+
--button-primary-border: 1px solid #ffe98c;
|
|
3725
3772
|
--button-color-primary-text: var(--base-1000);
|
|
3726
3773
|
--button-color-primary: rgba(254, 206, 0, 1);
|
|
3727
3774
|
--input-background: rgba(246, 246, 246, 1);
|
|
3728
3775
|
--green-100: rgba(254, 206, 0, 1);
|
|
3729
|
-
|
|
3776
|
+
--selector-item-background: rgba(246, 246, 246, 1);
|
|
3730
3777
|
--selector-main-bg-opened: rgba(246, 246, 246, 1);
|
|
3731
3778
|
--phone-input-item-hover-background-color: rgb(233, 233, 235);
|
|
3732
3779
|
--arrow-button-svg-path-fill: rgb(135, 135, 139);
|
|
3733
|
-
|
|
3780
|
+
--input-text-color: var(--base-1000);
|
|
3734
3781
|
--input-label-text-color: rgb(81, 88, 113);
|
|
3735
3782
|
--tab-text-color: var(--base-1000);
|
|
3736
3783
|
--tab-border-bottom-default: 2px solid rgba(198, 198, 200, 1);
|
|
3737
3784
|
--phone-view-name-color: var(--base-1000);
|
|
3738
|
-
|
|
3785
|
+
--lost-password-title-color: rgb(0, 0, 0);
|
|
3786
|
+
--lost-password-phone-info-main-color: rgb(0, 0, 0);
|
|
3787
|
+
--lost-password-phone-info-border: 1px solid rgba(199, 199, 199, 1);
|
|
3739
3788
|
--x-reg-color: rgba(135, 135, 139, 1);
|
|
3740
3789
|
}
|
|
3741
3790
|
|
|
3791
|
+
.KIT__LostPassword-module__whiteBlue___Iaz79,
|
|
3792
|
+
.KIT__LostPassword-module__whiteYellow____6a5B,
|
|
3793
|
+
.KIT__LostPassword-module__whitePurple___n_7hB {
|
|
3794
|
+
--x-reg-color: rgba(129, 141, 177, 1);
|
|
3795
|
+
--tab-text-color: rgb(46, 58, 76);
|
|
3796
|
+
--tab-border-bottom-default: transparent;
|
|
3797
|
+
--lost-password-title-color: rgb(38, 61, 64);
|
|
3798
|
+
--button-primary-border: none;
|
|
3799
|
+
--lost-password-phone-info-border: 1px solid rgb(242, 247, 247);
|
|
3800
|
+
--input-background: rgb(242, 247, 247);
|
|
3801
|
+
--input-text-color: rgb(65, 82, 106);
|
|
3802
|
+
--phone-view-name-color: rgb(46, 58, 76);
|
|
3803
|
+
--lost-password-phone-info-main-color: rgb(38, 61, 64);
|
|
3804
|
+
--input-label-text-color: rgb(65, 82, 106);
|
|
3805
|
+
--button-color-primary-text: rgb(46, 58, 76);
|
|
3806
|
+
}
|
|
3807
|
+
|
|
3808
|
+
.KIT__LostPassword-module__whiteYellow____6a5B {
|
|
3809
|
+
--button-color-primary: rgb(252, 212, 53);
|
|
3810
|
+
}
|
|
3811
|
+
|
|
3812
|
+
.KIT__LostPassword-module__whitePurple___n_7hB {
|
|
3813
|
+
--button-color-primary: rgb(136, 103, 255);
|
|
3814
|
+
}
|
|
3815
|
+
|
|
3816
|
+
.KIT__LostPassword-module__whiteBlue___Iaz79 {
|
|
3817
|
+
--button-color-primary: rgb(102, 231, 248);
|
|
3818
|
+
}
|
|
3819
|
+
|
|
3742
3820
|
.KIT__LostPassword-module__tabWrapper___M1C0O {
|
|
3743
3821
|
width: var(--full);
|
|
3744
3822
|
margin-bottom: var(--indent-m);
|
|
@@ -3823,6 +3901,7 @@
|
|
|
3823
3901
|
--no-account-color: rgb(38, 61, 64);
|
|
3824
3902
|
--tab-border-bottom-default: transparent;
|
|
3825
3903
|
--world-svg-path-fill: rgb(46, 58, 76);
|
|
3904
|
+
--phone-view-name-color: rgb(46, 58, 76);
|
|
3826
3905
|
|
|
3827
3906
|
padding: var(--indent-xs);
|
|
3828
3907
|
|
|
@@ -3841,11 +3920,7 @@
|
|
|
3841
3920
|
}
|
|
3842
3921
|
|
|
3843
3922
|
.KIT__SignInThird-module__leftSide___gsLbK {
|
|
3844
|
-
border-radius: 10px 10px 0 0;
|
|
3845
3923
|
width: var(--full);
|
|
3846
|
-
display: flex;
|
|
3847
|
-
flex-direction: column;
|
|
3848
|
-
align-items: center;
|
|
3849
3924
|
}
|
|
3850
3925
|
|
|
3851
3926
|
.KIT__SignInThird-module__rightSide___PDqxP {
|
|
@@ -3878,6 +3953,8 @@
|
|
|
3878
3953
|
.KIT__SignInThird-module__wrapperForms___GVrnY {
|
|
3879
3954
|
width: 100%;
|
|
3880
3955
|
display: flex;
|
|
3956
|
+
position: relative;
|
|
3957
|
+
z-index: calc(var(--layout-lvl-1) + 3);
|
|
3881
3958
|
}
|
|
3882
3959
|
|
|
3883
3960
|
.KIT__SignInThird-module__leftSide___gsLbK .KIT__SignInThird-module__passwordField___kLrFq,
|
|
@@ -3885,6 +3962,7 @@
|
|
|
3885
3962
|
.KIT__SignInThird-module__lostPsw___Fi5JF {
|
|
3886
3963
|
cursor: pointer;
|
|
3887
3964
|
width: var(--full);
|
|
3965
|
+
height: auto;
|
|
3888
3966
|
}
|
|
3889
3967
|
|
|
3890
3968
|
.KIT__SignInThird-module__leftSide___gsLbK .KIT__SignInThird-module__submitButton___nxlyt {
|
|
@@ -3981,6 +4059,7 @@
|
|
|
3981
4059
|
display: flex;
|
|
3982
4060
|
font-size: var(--font-size-xs);
|
|
3983
4061
|
gap: var(--indent-xs);
|
|
4062
|
+
justify-content: center;
|
|
3984
4063
|
}
|
|
3985
4064
|
|
|
3986
4065
|
.KIT__SignInThird-module__formTitle___AkwjL {
|
|
@@ -4022,8 +4101,11 @@
|
|
|
4022
4101
|
|
|
4023
4102
|
.KIT__SignInThird-module__leftSide___gsLbK {
|
|
4024
4103
|
padding: var(--indent-xxl);
|
|
4025
|
-
|
|
4026
|
-
|
|
4104
|
+
display: flex;
|
|
4105
|
+
flex-direction: column;
|
|
4106
|
+
justify-content: space-between;
|
|
4107
|
+
flex: 1;
|
|
4108
|
+
height: 100%;
|
|
4027
4109
|
}
|
|
4028
4110
|
|
|
4029
4111
|
.KIT__SignInThird-module__banner___Xwdx6 {
|
|
@@ -4051,222 +4133,6 @@
|
|
|
4051
4133
|
}
|
|
4052
4134
|
}
|
|
4053
4135
|
|
|
4054
|
-
.KIT__LostPasswordEmailForm-module__dash___A4AOy {
|
|
4055
|
-
width: var(--full);
|
|
4056
|
-
height: 1px;
|
|
4057
|
-
background: rgb(244, 247, 250);
|
|
4058
|
-
margin: var(--indent-m) 0;
|
|
4059
|
-
}
|
|
4060
|
-
|
|
4061
|
-
.KIT__LostPasswordEmailForm-module__submitButton___Ma5P0,
|
|
4062
|
-
.KIT__LostPasswordEmailForm-module__loginButton___YFQAN,
|
|
4063
|
-
.KIT__LostPasswordEmailForm-module__getCodeButton___ESE6l {
|
|
4064
|
-
--button-color-primary: var(--third-submit-button-background);
|
|
4065
|
-
--button-color-primary-text: var(--third-submit-button-color);
|
|
4066
|
-
border: none;
|
|
4067
|
-
--height: 40px;
|
|
4068
|
-
min-height: 40px;
|
|
4069
|
-
min-height: var(--height);
|
|
4070
|
-
max-height: 40px;
|
|
4071
|
-
max-height: var(--height);
|
|
4072
|
-
border-radius: var(--border-s);
|
|
4073
|
-
font-size: var(--font-size-xs);
|
|
4074
|
-
font-weight: 700;
|
|
4075
|
-
}
|
|
4076
|
-
|
|
4077
|
-
.KIT__LostPasswordEmailForm-module__loginButton___YFQAN {
|
|
4078
|
-
--button-color-primary: var(--third-login-button-in-recovery-background);
|
|
4079
|
-
}
|
|
4080
|
-
|
|
4081
|
-
.KIT__LostPasswordEmailForm-module__formTitle___kaLWK {
|
|
4082
|
-
color: var(--semi-dark-gray);
|
|
4083
|
-
font-size: 0.75rem;
|
|
4084
|
-
font-weight: 700;
|
|
4085
|
-
margin-bottom: var(--indent-m);
|
|
4086
|
-
}
|
|
4087
|
-
.KIT__LostPasswordEmailForm-module__marginBottom___I6pGv {
|
|
4088
|
-
margin-bottom: var(--indent-m);
|
|
4089
|
-
}
|
|
4090
|
-
|
|
4091
|
-
.KIT__LostPasswordEmailForm-module__label___Nl323,
|
|
4092
|
-
.KIT__LostPasswordEmailForm-module__inputSize___VxcrQ {
|
|
4093
|
-
font-size: var(--font-size-xs);
|
|
4094
|
-
font-weight: 700;
|
|
4095
|
-
}
|
|
4096
|
-
|
|
4097
|
-
.KIT__LostPasswordEmailForm-module__emailRow___vy5Hq {
|
|
4098
|
-
display: flex;
|
|
4099
|
-
gap: var(--indent-m);
|
|
4100
|
-
}
|
|
4101
|
-
|
|
4102
|
-
.KIT__LostPasswordEmailForm-module__timerText___ekkBO {
|
|
4103
|
-
font-size: var(--font-size-xs);
|
|
4104
|
-
}
|
|
4105
|
-
|
|
4106
|
-
|
|
4107
|
-
.KIT__LostPasswordPhoneForm-module__phoneInput___Ms0SK svg path {
|
|
4108
|
-
stroke: rgb(var(--semi-blue-gray));
|
|
4109
|
-
}
|
|
4110
|
-
|
|
4111
|
-
.KIT__LostPasswordPhoneForm-module__dash___JvFfL {
|
|
4112
|
-
width: var(--full);
|
|
4113
|
-
height: 1px;
|
|
4114
|
-
background: rgb(244, 247, 250);
|
|
4115
|
-
margin: var(--indent-m) 0;
|
|
4116
|
-
}
|
|
4117
|
-
|
|
4118
|
-
.KIT__LostPasswordPhoneForm-module__resetButton___weXaU,
|
|
4119
|
-
.KIT__LostPasswordPhoneForm-module__loginButton___mDTLs,
|
|
4120
|
-
.KIT__LostPasswordPhoneForm-module__codeButton___IAkKo {
|
|
4121
|
-
--button-color-primary: var(--third-submit-button-background);
|
|
4122
|
-
--button-color-primary-text: var(--third-submit-button-color);
|
|
4123
|
-
border: none;
|
|
4124
|
-
--height: 40px;
|
|
4125
|
-
min-height: 40px;
|
|
4126
|
-
min-height: var(--height);
|
|
4127
|
-
max-height: 40px;
|
|
4128
|
-
max-height: var(--height);
|
|
4129
|
-
border-radius: var(--border-s);
|
|
4130
|
-
font-size: var(--font-size-xs);
|
|
4131
|
-
font-weight: 700;
|
|
4132
|
-
}
|
|
4133
|
-
|
|
4134
|
-
.KIT__LostPasswordPhoneForm-module__loginButton___mDTLs {
|
|
4135
|
-
--button-color-primary: var(--third-login-button-in-recovery-background);
|
|
4136
|
-
}
|
|
4137
|
-
|
|
4138
|
-
.KIT__LostPasswordPhoneForm-module__formTitle___bBPsu {
|
|
4139
|
-
color: var(--semi-dark-gray);
|
|
4140
|
-
font-size: 0.75rem;
|
|
4141
|
-
font-weight: 700;
|
|
4142
|
-
margin-bottom: var(--indent-m);
|
|
4143
|
-
}
|
|
4144
|
-
|
|
4145
|
-
.KIT__LostPasswordPhoneForm-module__marginBottom___tHdgP {
|
|
4146
|
-
margin-bottom: var(--indent-m);
|
|
4147
|
-
}
|
|
4148
|
-
|
|
4149
|
-
.KIT__LostPasswordPhoneForm-module__label___dMFg5,
|
|
4150
|
-
.KIT__LostPasswordPhoneForm-module__inputSize___GUJ3L {
|
|
4151
|
-
font-size: var(--font-size-xs);
|
|
4152
|
-
font-weight: 700;
|
|
4153
|
-
}
|
|
4154
|
-
|
|
4155
|
-
@media screen and (min-width: 768px) {
|
|
4156
|
-
.KIT__LostPasswordPhoneForm-module__resetButton___weXaU,
|
|
4157
|
-
.KIT__LostPasswordPhoneForm-module__loginButton___mDTLs {
|
|
4158
|
-
font-size: 0.9rem;
|
|
4159
|
-
}
|
|
4160
|
-
}
|
|
4161
|
-
|
|
4162
|
-
.KIT__LostPassword-module__wrapperLostPasswordThree___YIb4S {
|
|
4163
|
-
--third-primary-color: rgb(252, 212, 53);
|
|
4164
|
-
--third-submit-button-background: var(--third-primary-color);
|
|
4165
|
-
--third-submit-button-color: rgb(46, 58, 76);
|
|
4166
|
-
--tab-text-color: rgb(46, 58, 76);
|
|
4167
|
-
--input-background: rgb(244, 247, 250);
|
|
4168
|
-
--input-base-autofill-background-color: rgb(244, 247, 250);
|
|
4169
|
-
--input-border: none;
|
|
4170
|
-
--input-text-color: rgb(65, 82, 106);
|
|
4171
|
-
--input-label-text-color: rgb(65, 82, 106);
|
|
4172
|
-
--selector-item-background: rgb(244, 247, 250);
|
|
4173
|
-
--selector-border: none;
|
|
4174
|
-
--sign-up-modal-checkbox-color: rgb(46, 58, 76);
|
|
4175
|
-
--selector-main-bg-opened: rgb(244, 247, 250);
|
|
4176
|
-
--selector-color: rgb(65, 82, 106);
|
|
4177
|
-
--selector-drop-down-bg: rgb(244, 247, 250);
|
|
4178
|
-
--checkbox-border-color: rgb(166, 181, 201);
|
|
4179
|
-
--checkbox-checked-background-color: var(--third-primary-color);
|
|
4180
|
-
--checkbox-checked-border-color: var(--third-primary-color);
|
|
4181
|
-
--sign-up-modal-checkbox-color: rgb(46, 58, 76);
|
|
4182
|
-
--sign-up-modal-checkbox-terms-color: var(--third-primary-color);
|
|
4183
|
-
--PhoneInputCountrySelectArrow-color: rgb(179, 190, 205);
|
|
4184
|
-
--tab-indicator-bg: var(--third-primary-color);
|
|
4185
|
-
--sign-in-modal-lost-password-color: var(--third-primary-color);
|
|
4186
|
-
--register-color: var(--third-primary-color);
|
|
4187
|
-
--no-account-color: rgb(38, 61, 64);
|
|
4188
|
-
--third-login-button-in-recovery-background: rgb(235, 240, 246);
|
|
4189
|
-
--semi-dark-gray: rgb(46, 58, 76);
|
|
4190
|
-
--tab-border-bottom-default: transparent;
|
|
4191
|
-
--input-height: 40px;
|
|
4192
|
-
--world-svg-path-fill: rgb(46, 58, 76);
|
|
4193
|
-
}
|
|
4194
|
-
|
|
4195
|
-
.KIT__LostPassword-module__wrapperLostPasswordThree___YIb4S.KIT__LostPassword-module__purple___i99YC {
|
|
4196
|
-
--third-primary-color: rgb(136, 103, 255);
|
|
4197
|
-
}
|
|
4198
|
-
|
|
4199
|
-
.KIT__LostPassword-module__wrapperLostPasswordThree___YIb4S.KIT__LostPassword-module__lightBlue____e3Wb {
|
|
4200
|
-
--third-primary-color: rgb(102, 231, 248);
|
|
4201
|
-
}
|
|
4202
|
-
|
|
4203
|
-
.KIT__LostPassword-module__title___OAQqL {
|
|
4204
|
-
margin-bottom: var(--indent-m);
|
|
4205
|
-
font-size: var(--font-size-m);
|
|
4206
|
-
width: var(--full);
|
|
4207
|
-
font-weight: 700;
|
|
4208
|
-
color: rgb(46, 58, 76);
|
|
4209
|
-
|
|
4210
|
-
display: flex;
|
|
4211
|
-
align-items: center;
|
|
4212
|
-
justify-content: space-between;
|
|
4213
|
-
}
|
|
4214
|
-
|
|
4215
|
-
.KIT__LostPassword-module__tab___hvMJE {
|
|
4216
|
-
font-size: var(--font-size-xs);
|
|
4217
|
-
}
|
|
4218
|
-
|
|
4219
|
-
.KIT__LostPassword-module__dash___ZPegi {
|
|
4220
|
-
width: var(--full);
|
|
4221
|
-
height: 1px;
|
|
4222
|
-
background: rgb(244, 247, 250);
|
|
4223
|
-
margin: var(--indent-m) 0;
|
|
4224
|
-
}
|
|
4225
|
-
|
|
4226
|
-
.KIT__LostPassword-module__marginB___YIyPk {
|
|
4227
|
-
width: var(--full);
|
|
4228
|
-
margin-bottom: var(--indent-m);
|
|
4229
|
-
}
|
|
4230
|
-
|
|
4231
|
-
.KIT__LostPassword-module__close___RA8KC {
|
|
4232
|
-
--size: 36px;
|
|
4233
|
-
width: 36px;
|
|
4234
|
-
width: var(--size);
|
|
4235
|
-
height: 36px;
|
|
4236
|
-
height: var(--size);
|
|
4237
|
-
border-radius: 10px;
|
|
4238
|
-
background-color: rgb(227, 234, 242);
|
|
4239
|
-
|
|
4240
|
-
display: flex;
|
|
4241
|
-
align-items: center;
|
|
4242
|
-
justify-content: center;
|
|
4243
|
-
}
|
|
4244
|
-
|
|
4245
|
-
.KIT__LostPassword-module__closeIcon___odBJ2 path {
|
|
4246
|
-
stroke: rgb(97, 113, 158);
|
|
4247
|
-
}
|
|
4248
|
-
.KIT__LostPassword-module__tab___hvMJE {
|
|
4249
|
-
display: flex;
|
|
4250
|
-
justify-content: center;
|
|
4251
|
-
text-transform: capitalize;
|
|
4252
|
-
flex-shrink: initial;
|
|
4253
|
-
width: 50%;
|
|
4254
|
-
font-weight: 700;
|
|
4255
|
-
font-size: 0.75rem;
|
|
4256
|
-
padding: var(--indent-m);
|
|
4257
|
-
}
|
|
4258
|
-
|
|
4259
|
-
|
|
4260
|
-
@media screen and (min-width: 768px) {
|
|
4261
|
-
.KIT__LostPassword-module__wrapperLostPassword___BHplJ {
|
|
4262
|
-
justify-content: center;
|
|
4263
|
-
}
|
|
4264
|
-
|
|
4265
|
-
.KIT__LostPassword-module__title___OAQqL {
|
|
4266
|
-
font-size: var(--font-size-m);
|
|
4267
|
-
}
|
|
4268
|
-
}
|
|
4269
|
-
|
|
4270
4136
|
.KIT__AssignCurrency-module__wrapperAssignCurrency___c9iVW {
|
|
4271
4137
|
display: flex;
|
|
4272
4138
|
flex-direction: column;
|
|
@@ -4279,6 +4145,7 @@
|
|
|
4279
4145
|
margin-bottom: 0;
|
|
4280
4146
|
}
|
|
4281
4147
|
.KIT__SetNewPasswordThree-module__wrapperNewPassword___temFB {
|
|
4148
|
+
--semi-dark-gray: rgb(38, 61, 64);
|
|
4282
4149
|
--input-background: rgb(244, 247, 250);
|
|
4283
4150
|
--input-base-autofill-background-color: rgb(244, 247, 250);
|
|
4284
4151
|
--button-color-primary: var(--third-primary-color);
|
|
@@ -4286,6 +4153,18 @@
|
|
|
4286
4153
|
--button-primary-border: none;
|
|
4287
4154
|
--input-text-color: rgb(65, 82, 106);
|
|
4288
4155
|
--input-label-text-color: rgb(65, 82, 106);
|
|
4156
|
+
|
|
4157
|
+
display: flex;
|
|
4158
|
+
flex-direction: column;
|
|
4159
|
+
gap: var(--indent-m);
|
|
4160
|
+
}
|
|
4161
|
+
|
|
4162
|
+
.KIT__SetNewPasswordThree-module__whitePurple___zr1s9 {
|
|
4163
|
+
--button-color-primary: rgb(136, 103, 255);
|
|
4164
|
+
}
|
|
4165
|
+
|
|
4166
|
+
.KIT__SetNewPasswordThree-module__whiteBlue___hKR9O {
|
|
4167
|
+
--button-color-primary: rgb(102, 231, 248);
|
|
4289
4168
|
}
|
|
4290
4169
|
|
|
4291
4170
|
.KIT__SetNewPasswordThree-module__input___LvuRh,
|
|
@@ -4302,6 +4181,11 @@
|
|
|
4302
4181
|
font-size: var(--font-size-xs);
|
|
4303
4182
|
}
|
|
4304
4183
|
|
|
4184
|
+
.KIT__SetNewPasswordThree-module__passwordRequirements___z_YAd {
|
|
4185
|
+
font-size: var(--font-size-s);
|
|
4186
|
+
line-height: 1.2;
|
|
4187
|
+
}
|
|
4188
|
+
|
|
4305
4189
|
.KIT__InputCode-module__inputs___ELWHA {
|
|
4306
4190
|
display: flex;
|
|
4307
4191
|
gap: var(--indent-xs);
|
|
@@ -4330,6 +4214,41 @@
|
|
|
4330
4214
|
gap: var(--indent-l);
|
|
4331
4215
|
}
|
|
4332
4216
|
|
|
4217
|
+
.KIT__NumberConfirmation-module__white___gdHD7 {
|
|
4218
|
+
--number-confirmation-enter-digits-color: var(--base-1000);
|
|
4219
|
+
--number-confirmation-time-color: rgba(135, 135, 139, 1);
|
|
4220
|
+
--input-code-background: rgba(246, 246, 246, 1);
|
|
4221
|
+
--button-primary-border: 1px solid rgb(255, 233, 140);
|
|
4222
|
+
--input-code-color: var(--base-1000);
|
|
4223
|
+
}
|
|
4224
|
+
|
|
4225
|
+
.KIT__NumberConfirmation-module__whiteYellow___CGY2s,
|
|
4226
|
+
.KIT__NumberConfirmation-module__whiteBlue___TnqTv,
|
|
4227
|
+
.KIT__NumberConfirmation-module__whitePurple___oh3mh {
|
|
4228
|
+
--number-confirmation-enter-digits-color: rgb(38, 61, 64);
|
|
4229
|
+
--input-code-background: rgb(242, 247, 247);
|
|
4230
|
+
--number-confirmation-time-color: rgb(38, 61, 64);
|
|
4231
|
+
--number-confirmation-resend-code-color: rgba(46, 58, 76, 1);
|
|
4232
|
+
--button-primary-border: none;
|
|
4233
|
+
--button-color-primary-text: rgb(46, 58, 76);
|
|
4234
|
+
--input-code-color: rgb(46, 58, 76);
|
|
4235
|
+
}
|
|
4236
|
+
|
|
4237
|
+
.KIT__NumberConfirmation-module__whiteYellow___CGY2s {
|
|
4238
|
+
--number-confirmation-resend-code-span-color: rgba(252, 212, 53, 1) ;
|
|
4239
|
+
--button-color-primary: rgb(252, 212, 53);
|
|
4240
|
+
}
|
|
4241
|
+
|
|
4242
|
+
.KIT__NumberConfirmation-module__whitePurple___oh3mh {
|
|
4243
|
+
--number-confirmation-resend-code-span-color: rgb(136, 103, 255);
|
|
4244
|
+
--button-color-primary: rgb(136, 103, 255);
|
|
4245
|
+
}
|
|
4246
|
+
|
|
4247
|
+
.KIT__NumberConfirmation-module__whiteBlue___TnqTv {
|
|
4248
|
+
--number-confirmation-resend-code-span-color: rgb(102, 231, 248);
|
|
4249
|
+
--button-color-primary: rgb(102, 231, 248);
|
|
4250
|
+
}
|
|
4251
|
+
|
|
4333
4252
|
.KIT__NumberConfirmation-module__top___MThMX {
|
|
4334
4253
|
gap: var(--indent-l);
|
|
4335
4254
|
}
|
|
@@ -4383,6 +4302,41 @@
|
|
|
4383
4302
|
gap: var(--indent-l);
|
|
4384
4303
|
}
|
|
4385
4304
|
|
|
4305
|
+
.KIT__EmailConfirmation-module__white___LjBpE {
|
|
4306
|
+
--number-confirmation-enter-digits-color: var(--base-1000);
|
|
4307
|
+
--number-confirmation-time-color: rgba(135, 135, 139, 1);
|
|
4308
|
+
--input-code-background: rgba(246, 246, 246, 1);
|
|
4309
|
+
--button-primary-border: 1px solid rgb(255, 233, 140);
|
|
4310
|
+
--input-code-color: var(--base-1000);
|
|
4311
|
+
}
|
|
4312
|
+
|
|
4313
|
+
.KIT__EmailConfirmation-module__whiteYellow___dLQLm,
|
|
4314
|
+
.KIT__EmailConfirmation-module__whiteBlue___rLt8v,
|
|
4315
|
+
.KIT__EmailConfirmation-module__whitePurple___Xh7x8 {
|
|
4316
|
+
--number-confirmation-enter-digits-color: rgb(38, 61, 64);
|
|
4317
|
+
--input-code-background: rgb(242, 247, 247);
|
|
4318
|
+
--number-confirmation-time-color: rgb(38, 61, 64);
|
|
4319
|
+
--number-confirmation-resend-code-color: rgba(46, 58, 76, 1);
|
|
4320
|
+
--button-primary-border: none;
|
|
4321
|
+
--button-color-primary-text: rgb(46, 58, 76);
|
|
4322
|
+
--input-code-color: rgb(46, 58, 76);
|
|
4323
|
+
}
|
|
4324
|
+
|
|
4325
|
+
.KIT__EmailConfirmation-module__whiteYellow___dLQLm {
|
|
4326
|
+
--number-confirmation-resend-code-span-color: rgba(252, 212, 53, 1) ;
|
|
4327
|
+
--button-color-primary: rgb(252, 212, 53);
|
|
4328
|
+
}
|
|
4329
|
+
|
|
4330
|
+
.KIT__EmailConfirmation-module__whitePurple___Xh7x8 {
|
|
4331
|
+
--number-confirmation-resend-code-span-color: rgb(136, 103, 255);
|
|
4332
|
+
--button-color-primary: rgb(136, 103, 255);
|
|
4333
|
+
}
|
|
4334
|
+
|
|
4335
|
+
.KIT__EmailConfirmation-module__whiteBlue___rLt8v {
|
|
4336
|
+
--number-confirmation-resend-code-span-color: rgb(102, 231, 248);
|
|
4337
|
+
--button-color-primary: rgb(102, 231, 248);
|
|
4338
|
+
}
|
|
4339
|
+
|
|
4386
4340
|
.KIT__EmailConfirmation-module__top___zY8CC {
|
|
4387
4341
|
gap: var(--indent-l);
|
|
4388
4342
|
}
|
|
@@ -4566,6 +4520,11 @@
|
|
|
4566
4520
|
color: var(--base-1000);
|
|
4567
4521
|
}
|
|
4568
4522
|
|
|
4523
|
+
.KIT__Alert-module__popUpSemiDarkColor___AlKAA {
|
|
4524
|
+
color: rgb(38, 61, 64);
|
|
4525
|
+
font-size: var(--font-size-m);
|
|
4526
|
+
}
|
|
4527
|
+
|
|
4569
4528
|
@media (min-width: 768px) {
|
|
4570
4529
|
.KIT__Alert-module__wrapperModal___lOle6 {
|
|
4571
4530
|
display: flex;
|
|
@@ -6106,6 +6065,8 @@
|
|
|
6106
6065
|
.KIT__LastBigWinner-module__userId___ZrRQn .KIT__LastBigWinner-module__win___zkDpy {
|
|
6107
6066
|
color: var(--card-text-color);
|
|
6108
6067
|
line-height: 1.2;
|
|
6068
|
+
overflow: hidden;
|
|
6069
|
+
text-overflow: ellipsis;
|
|
6109
6070
|
}
|
|
6110
6071
|
|
|
6111
6072
|
.KIT__LastBigWinner-module__info___TvOCh {
|
|
@@ -6131,6 +6092,10 @@
|
|
|
6131
6092
|
width: 100%;
|
|
6132
6093
|
}
|
|
6133
6094
|
|
|
6095
|
+
.KIT__LastBigWinner-module__id___MCnzt {
|
|
6096
|
+
flex-shrink: 0;
|
|
6097
|
+
}
|
|
6098
|
+
|
|
6134
6099
|
.KIT__LastBigWinners-module__wrapperBoxLoader___vM6yl {
|
|
6135
6100
|
height: var(--winner-card-height);
|
|
6136
6101
|
width: 100%;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-gldn-kit",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.102",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"keywords": [],
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"postcss-loader": "^8.1.1",
|
|
42
42
|
"postcss-preset-env": "^10.1.2",
|
|
43
43
|
"prettier": "^2.8.8",
|
|
44
|
-
"react-render-hooks": "^0.0.
|
|
44
|
+
"react-render-hooks": "^0.0.75",
|
|
45
45
|
"rimraf": "^6.0.1",
|
|
46
46
|
"scheduler": "^0.25.0",
|
|
47
47
|
"style-loader": "^4.0.0",
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { ESignUpTheme } from 'zustandStore/forms/signUp/types';
|
|
2
|
-
type Props = {
|
|
3
|
-
wrapperClasses?: string;
|
|
4
|
-
sendCommand: (key: string, data: {
|
|
5
|
-
[key: string]: string | number | any[];
|
|
6
|
-
}, isWatching?: boolean) => void;
|
|
7
|
-
registrationTheme?: keyof typeof ESignUpTheme;
|
|
8
|
-
bonusImagePath?: string;
|
|
9
|
-
};
|
|
10
|
-
declare const LostPasswordEmailForm: (props: Props) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
-
export default LostPasswordEmailForm;
|