react-gldn-kit 0.1.101 → 0.1.103
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 +4 -1
- package/dist/lib/components/Modals/Alert/components/LostPassword/First/components/EmailConfirmation/index.js +17 -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 +6 -5
- package/dist/lib/components/Modals/Alert/components/LostPassword/First/components/NumberConfirmation/index.js +17 -5
- package/dist/lib/components/Modals/Alert/components/LostPassword/First/index.js +7 -1
- 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/signUp/types.d.ts +2 -0
- package/dist/lib/zustandStore/forms/signUp/types.js +2 -0
- package/dist/main.css +212 -228
- 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,41 @@
|
|
|
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
|
+
|
|
2418
|
+
.KIT__SignUpTypeTwo-module__silverRed___XWzNu {
|
|
2419
|
+
--background: linear-gradient(180deg, #3e4042 0%, #0f0f0f 72.6%);
|
|
2420
|
+
border: 2px solid;
|
|
2421
|
+
-o-border-image: linear-gradient(180deg, #d9d9d9 0%, #38393b 100%) 1;
|
|
2422
|
+
border-image: linear-gradient(180deg, #d9d9d9 0%, #38393b 100%) 1;
|
|
2423
|
+
--submit-button-background: rgba(172, 8, 33, 1);
|
|
2424
|
+
--submit-button-color: var(--base-0);
|
|
2425
|
+
--phone-wrapper-background: rgba(105, 2, 18, 1);
|
|
2426
|
+
--currency-box-background: rgba(105, 2, 18, 1);
|
|
2427
|
+
--tab-border-bottom: 2px solid rgba(224, 4, 36, 0.2);
|
|
2428
|
+
--tab-indicator-background: rgba(224, 4, 36, 1);
|
|
2429
|
+
--input-focus-border-color: rgba(172, 8, 33, 1);
|
|
2430
|
+
--input-filled-border-color: rgba(172, 8, 33, 0.5);
|
|
2431
|
+
--thumb-background: rgba(247, 209, 69, 1);
|
|
2432
|
+
--track-background: var(--base-1000);
|
|
2433
|
+
--currency-box-shadow: 1px 1px 8.6px 3px rgba(253, 249, 255, 0.5);
|
|
2434
|
+
}
|
|
2435
|
+
|
|
2371
2436
|
.KIT__SignUpTypeTwo-module__contentArea___N15Kc {
|
|
2372
2437
|
overflow-y: auto;
|
|
2373
2438
|
width: 100%;
|
|
@@ -3721,24 +3786,55 @@
|
|
|
3721
3786
|
}
|
|
3722
3787
|
|
|
3723
3788
|
.KIT__LostPassword-module__white___QjG6Z {
|
|
3724
|
-
|
|
3789
|
+
--button-primary-border: 1px solid #ffe98c;
|
|
3725
3790
|
--button-color-primary-text: var(--base-1000);
|
|
3726
3791
|
--button-color-primary: rgba(254, 206, 0, 1);
|
|
3727
3792
|
--input-background: rgba(246, 246, 246, 1);
|
|
3728
3793
|
--green-100: rgba(254, 206, 0, 1);
|
|
3729
|
-
|
|
3794
|
+
--selector-item-background: rgba(246, 246, 246, 1);
|
|
3730
3795
|
--selector-main-bg-opened: rgba(246, 246, 246, 1);
|
|
3731
3796
|
--phone-input-item-hover-background-color: rgb(233, 233, 235);
|
|
3732
3797
|
--arrow-button-svg-path-fill: rgb(135, 135, 139);
|
|
3733
|
-
|
|
3798
|
+
--input-text-color: var(--base-1000);
|
|
3734
3799
|
--input-label-text-color: rgb(81, 88, 113);
|
|
3735
3800
|
--tab-text-color: var(--base-1000);
|
|
3736
3801
|
--tab-border-bottom-default: 2px solid rgba(198, 198, 200, 1);
|
|
3737
3802
|
--phone-view-name-color: var(--base-1000);
|
|
3738
|
-
|
|
3803
|
+
--lost-password-title-color: rgb(0, 0, 0);
|
|
3804
|
+
--lost-password-phone-info-main-color: rgb(0, 0, 0);
|
|
3805
|
+
--lost-password-phone-info-border: 1px solid rgba(199, 199, 199, 1);
|
|
3739
3806
|
--x-reg-color: rgba(135, 135, 139, 1);
|
|
3740
3807
|
}
|
|
3741
3808
|
|
|
3809
|
+
.KIT__LostPassword-module__whiteBlue___Iaz79,
|
|
3810
|
+
.KIT__LostPassword-module__whiteYellow____6a5B,
|
|
3811
|
+
.KIT__LostPassword-module__whitePurple___n_7hB {
|
|
3812
|
+
--x-reg-color: rgba(129, 141, 177, 1);
|
|
3813
|
+
--tab-text-color: rgb(46, 58, 76);
|
|
3814
|
+
--tab-border-bottom-default: transparent;
|
|
3815
|
+
--lost-password-title-color: rgb(38, 61, 64);
|
|
3816
|
+
--button-primary-border: none;
|
|
3817
|
+
--lost-password-phone-info-border: 1px solid rgb(242, 247, 247);
|
|
3818
|
+
--input-background: rgb(242, 247, 247);
|
|
3819
|
+
--input-text-color: rgb(65, 82, 106);
|
|
3820
|
+
--phone-view-name-color: rgb(46, 58, 76);
|
|
3821
|
+
--lost-password-phone-info-main-color: rgb(38, 61, 64);
|
|
3822
|
+
--input-label-text-color: rgb(65, 82, 106);
|
|
3823
|
+
--button-color-primary-text: rgb(46, 58, 76);
|
|
3824
|
+
}
|
|
3825
|
+
|
|
3826
|
+
.KIT__LostPassword-module__whiteYellow____6a5B {
|
|
3827
|
+
--button-color-primary: rgb(252, 212, 53);
|
|
3828
|
+
}
|
|
3829
|
+
|
|
3830
|
+
.KIT__LostPassword-module__whitePurple___n_7hB {
|
|
3831
|
+
--button-color-primary: rgb(136, 103, 255);
|
|
3832
|
+
}
|
|
3833
|
+
|
|
3834
|
+
.KIT__LostPassword-module__whiteBlue___Iaz79 {
|
|
3835
|
+
--button-color-primary: rgb(102, 231, 248);
|
|
3836
|
+
}
|
|
3837
|
+
|
|
3742
3838
|
.KIT__LostPassword-module__tabWrapper___M1C0O {
|
|
3743
3839
|
width: var(--full);
|
|
3744
3840
|
margin-bottom: var(--indent-m);
|
|
@@ -3823,6 +3919,7 @@
|
|
|
3823
3919
|
--no-account-color: rgb(38, 61, 64);
|
|
3824
3920
|
--tab-border-bottom-default: transparent;
|
|
3825
3921
|
--world-svg-path-fill: rgb(46, 58, 76);
|
|
3922
|
+
--phone-view-name-color: rgb(46, 58, 76);
|
|
3826
3923
|
|
|
3827
3924
|
padding: var(--indent-xs);
|
|
3828
3925
|
|
|
@@ -3841,11 +3938,7 @@
|
|
|
3841
3938
|
}
|
|
3842
3939
|
|
|
3843
3940
|
.KIT__SignInThird-module__leftSide___gsLbK {
|
|
3844
|
-
border-radius: 10px 10px 0 0;
|
|
3845
3941
|
width: var(--full);
|
|
3846
|
-
display: flex;
|
|
3847
|
-
flex-direction: column;
|
|
3848
|
-
align-items: center;
|
|
3849
3942
|
}
|
|
3850
3943
|
|
|
3851
3944
|
.KIT__SignInThird-module__rightSide___PDqxP {
|
|
@@ -3878,6 +3971,8 @@
|
|
|
3878
3971
|
.KIT__SignInThird-module__wrapperForms___GVrnY {
|
|
3879
3972
|
width: 100%;
|
|
3880
3973
|
display: flex;
|
|
3974
|
+
position: relative;
|
|
3975
|
+
z-index: calc(var(--layout-lvl-1) + 3);
|
|
3881
3976
|
}
|
|
3882
3977
|
|
|
3883
3978
|
.KIT__SignInThird-module__leftSide___gsLbK .KIT__SignInThird-module__passwordField___kLrFq,
|
|
@@ -3885,6 +3980,7 @@
|
|
|
3885
3980
|
.KIT__SignInThird-module__lostPsw___Fi5JF {
|
|
3886
3981
|
cursor: pointer;
|
|
3887
3982
|
width: var(--full);
|
|
3983
|
+
height: auto;
|
|
3888
3984
|
}
|
|
3889
3985
|
|
|
3890
3986
|
.KIT__SignInThird-module__leftSide___gsLbK .KIT__SignInThird-module__submitButton___nxlyt {
|
|
@@ -3981,6 +4077,7 @@
|
|
|
3981
4077
|
display: flex;
|
|
3982
4078
|
font-size: var(--font-size-xs);
|
|
3983
4079
|
gap: var(--indent-xs);
|
|
4080
|
+
justify-content: center;
|
|
3984
4081
|
}
|
|
3985
4082
|
|
|
3986
4083
|
.KIT__SignInThird-module__formTitle___AkwjL {
|
|
@@ -4022,8 +4119,11 @@
|
|
|
4022
4119
|
|
|
4023
4120
|
.KIT__SignInThird-module__leftSide___gsLbK {
|
|
4024
4121
|
padding: var(--indent-xxl);
|
|
4025
|
-
|
|
4026
|
-
|
|
4122
|
+
display: flex;
|
|
4123
|
+
flex-direction: column;
|
|
4124
|
+
justify-content: space-between;
|
|
4125
|
+
flex: 1;
|
|
4126
|
+
height: 100%;
|
|
4027
4127
|
}
|
|
4028
4128
|
|
|
4029
4129
|
.KIT__SignInThird-module__banner___Xwdx6 {
|
|
@@ -4051,222 +4151,6 @@
|
|
|
4051
4151
|
}
|
|
4052
4152
|
}
|
|
4053
4153
|
|
|
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
4154
|
.KIT__AssignCurrency-module__wrapperAssignCurrency___c9iVW {
|
|
4271
4155
|
display: flex;
|
|
4272
4156
|
flex-direction: column;
|
|
@@ -4279,6 +4163,7 @@
|
|
|
4279
4163
|
margin-bottom: 0;
|
|
4280
4164
|
}
|
|
4281
4165
|
.KIT__SetNewPasswordThree-module__wrapperNewPassword___temFB {
|
|
4166
|
+
--semi-dark-gray: rgb(38, 61, 64);
|
|
4282
4167
|
--input-background: rgb(244, 247, 250);
|
|
4283
4168
|
--input-base-autofill-background-color: rgb(244, 247, 250);
|
|
4284
4169
|
--button-color-primary: var(--third-primary-color);
|
|
@@ -4286,6 +4171,18 @@
|
|
|
4286
4171
|
--button-primary-border: none;
|
|
4287
4172
|
--input-text-color: rgb(65, 82, 106);
|
|
4288
4173
|
--input-label-text-color: rgb(65, 82, 106);
|
|
4174
|
+
|
|
4175
|
+
display: flex;
|
|
4176
|
+
flex-direction: column;
|
|
4177
|
+
gap: var(--indent-m);
|
|
4178
|
+
}
|
|
4179
|
+
|
|
4180
|
+
.KIT__SetNewPasswordThree-module__whitePurple___zr1s9 {
|
|
4181
|
+
--button-color-primary: rgb(136, 103, 255);
|
|
4182
|
+
}
|
|
4183
|
+
|
|
4184
|
+
.KIT__SetNewPasswordThree-module__whiteBlue___hKR9O {
|
|
4185
|
+
--button-color-primary: rgb(102, 231, 248);
|
|
4289
4186
|
}
|
|
4290
4187
|
|
|
4291
4188
|
.KIT__SetNewPasswordThree-module__input___LvuRh,
|
|
@@ -4302,6 +4199,11 @@
|
|
|
4302
4199
|
font-size: var(--font-size-xs);
|
|
4303
4200
|
}
|
|
4304
4201
|
|
|
4202
|
+
.KIT__SetNewPasswordThree-module__passwordRequirements___z_YAd {
|
|
4203
|
+
font-size: var(--font-size-s);
|
|
4204
|
+
line-height: 1.2;
|
|
4205
|
+
}
|
|
4206
|
+
|
|
4305
4207
|
.KIT__InputCode-module__inputs___ELWHA {
|
|
4306
4208
|
display: flex;
|
|
4307
4209
|
gap: var(--indent-xs);
|
|
@@ -4330,6 +4232,41 @@
|
|
|
4330
4232
|
gap: var(--indent-l);
|
|
4331
4233
|
}
|
|
4332
4234
|
|
|
4235
|
+
.KIT__NumberConfirmation-module__white___gdHD7 {
|
|
4236
|
+
--number-confirmation-enter-digits-color: var(--base-1000);
|
|
4237
|
+
--number-confirmation-time-color: rgba(135, 135, 139, 1);
|
|
4238
|
+
--input-code-background: rgba(246, 246, 246, 1);
|
|
4239
|
+
--button-primary-border: 1px solid rgb(255, 233, 140);
|
|
4240
|
+
--input-code-color: var(--base-1000);
|
|
4241
|
+
}
|
|
4242
|
+
|
|
4243
|
+
.KIT__NumberConfirmation-module__whiteYellow___CGY2s,
|
|
4244
|
+
.KIT__NumberConfirmation-module__whiteBlue___TnqTv,
|
|
4245
|
+
.KIT__NumberConfirmation-module__whitePurple___oh3mh {
|
|
4246
|
+
--number-confirmation-enter-digits-color: rgb(38, 61, 64);
|
|
4247
|
+
--input-code-background: rgb(242, 247, 247);
|
|
4248
|
+
--number-confirmation-time-color: rgb(38, 61, 64);
|
|
4249
|
+
--number-confirmation-resend-code-color: rgba(46, 58, 76, 1);
|
|
4250
|
+
--button-primary-border: none;
|
|
4251
|
+
--button-color-primary-text: rgb(46, 58, 76);
|
|
4252
|
+
--input-code-color: rgb(46, 58, 76);
|
|
4253
|
+
}
|
|
4254
|
+
|
|
4255
|
+
.KIT__NumberConfirmation-module__whiteYellow___CGY2s {
|
|
4256
|
+
--number-confirmation-resend-code-span-color: rgba(252, 212, 53, 1) ;
|
|
4257
|
+
--button-color-primary: rgb(252, 212, 53);
|
|
4258
|
+
}
|
|
4259
|
+
|
|
4260
|
+
.KIT__NumberConfirmation-module__whitePurple___oh3mh {
|
|
4261
|
+
--number-confirmation-resend-code-span-color: rgb(136, 103, 255);
|
|
4262
|
+
--button-color-primary: rgb(136, 103, 255);
|
|
4263
|
+
}
|
|
4264
|
+
|
|
4265
|
+
.KIT__NumberConfirmation-module__whiteBlue___TnqTv {
|
|
4266
|
+
--number-confirmation-resend-code-span-color: rgb(102, 231, 248);
|
|
4267
|
+
--button-color-primary: rgb(102, 231, 248);
|
|
4268
|
+
}
|
|
4269
|
+
|
|
4333
4270
|
.KIT__NumberConfirmation-module__top___MThMX {
|
|
4334
4271
|
gap: var(--indent-l);
|
|
4335
4272
|
}
|
|
@@ -4383,6 +4320,41 @@
|
|
|
4383
4320
|
gap: var(--indent-l);
|
|
4384
4321
|
}
|
|
4385
4322
|
|
|
4323
|
+
.KIT__EmailConfirmation-module__white___LjBpE {
|
|
4324
|
+
--number-confirmation-enter-digits-color: var(--base-1000);
|
|
4325
|
+
--number-confirmation-time-color: rgba(135, 135, 139, 1);
|
|
4326
|
+
--input-code-background: rgba(246, 246, 246, 1);
|
|
4327
|
+
--button-primary-border: 1px solid rgb(255, 233, 140);
|
|
4328
|
+
--input-code-color: var(--base-1000);
|
|
4329
|
+
}
|
|
4330
|
+
|
|
4331
|
+
.KIT__EmailConfirmation-module__whiteYellow___dLQLm,
|
|
4332
|
+
.KIT__EmailConfirmation-module__whiteBlue___rLt8v,
|
|
4333
|
+
.KIT__EmailConfirmation-module__whitePurple___Xh7x8 {
|
|
4334
|
+
--number-confirmation-enter-digits-color: rgb(38, 61, 64);
|
|
4335
|
+
--input-code-background: rgb(242, 247, 247);
|
|
4336
|
+
--number-confirmation-time-color: rgb(38, 61, 64);
|
|
4337
|
+
--number-confirmation-resend-code-color: rgba(46, 58, 76, 1);
|
|
4338
|
+
--button-primary-border: none;
|
|
4339
|
+
--button-color-primary-text: rgb(46, 58, 76);
|
|
4340
|
+
--input-code-color: rgb(46, 58, 76);
|
|
4341
|
+
}
|
|
4342
|
+
|
|
4343
|
+
.KIT__EmailConfirmation-module__whiteYellow___dLQLm {
|
|
4344
|
+
--number-confirmation-resend-code-span-color: rgba(252, 212, 53, 1) ;
|
|
4345
|
+
--button-color-primary: rgb(252, 212, 53);
|
|
4346
|
+
}
|
|
4347
|
+
|
|
4348
|
+
.KIT__EmailConfirmation-module__whitePurple___Xh7x8 {
|
|
4349
|
+
--number-confirmation-resend-code-span-color: rgb(136, 103, 255);
|
|
4350
|
+
--button-color-primary: rgb(136, 103, 255);
|
|
4351
|
+
}
|
|
4352
|
+
|
|
4353
|
+
.KIT__EmailConfirmation-module__whiteBlue___rLt8v {
|
|
4354
|
+
--number-confirmation-resend-code-span-color: rgb(102, 231, 248);
|
|
4355
|
+
--button-color-primary: rgb(102, 231, 248);
|
|
4356
|
+
}
|
|
4357
|
+
|
|
4386
4358
|
.KIT__EmailConfirmation-module__top___zY8CC {
|
|
4387
4359
|
gap: var(--indent-l);
|
|
4388
4360
|
}
|
|
@@ -4566,6 +4538,11 @@
|
|
|
4566
4538
|
color: var(--base-1000);
|
|
4567
4539
|
}
|
|
4568
4540
|
|
|
4541
|
+
.KIT__Alert-module__popUpSemiDarkColor___AlKAA {
|
|
4542
|
+
color: rgb(38, 61, 64);
|
|
4543
|
+
font-size: var(--font-size-m);
|
|
4544
|
+
}
|
|
4545
|
+
|
|
4569
4546
|
@media (min-width: 768px) {
|
|
4570
4547
|
.KIT__Alert-module__wrapperModal___lOle6 {
|
|
4571
4548
|
display: flex;
|
|
@@ -4922,7 +4899,8 @@
|
|
|
4922
4899
|
|
|
4923
4900
|
.KIT__LanguageSelector-module__language___hJ6IS {
|
|
4924
4901
|
text-transform: uppercase;
|
|
4925
|
-
color: rgb(
|
|
4902
|
+
color: rgb(255, 255, 255);
|
|
4903
|
+
color: var(--base-0, rgb(255, 255, 255));
|
|
4926
4904
|
font-weight: 500;
|
|
4927
4905
|
font-size: var(--font-size-s);
|
|
4928
4906
|
}
|
|
@@ -6106,6 +6084,8 @@
|
|
|
6106
6084
|
.KIT__LastBigWinner-module__userId___ZrRQn .KIT__LastBigWinner-module__win___zkDpy {
|
|
6107
6085
|
color: var(--card-text-color);
|
|
6108
6086
|
line-height: 1.2;
|
|
6087
|
+
overflow: hidden;
|
|
6088
|
+
text-overflow: ellipsis;
|
|
6109
6089
|
}
|
|
6110
6090
|
|
|
6111
6091
|
.KIT__LastBigWinner-module__info___TvOCh {
|
|
@@ -6131,6 +6111,10 @@
|
|
|
6131
6111
|
width: 100%;
|
|
6132
6112
|
}
|
|
6133
6113
|
|
|
6114
|
+
.KIT__LastBigWinner-module__id___MCnzt {
|
|
6115
|
+
flex-shrink: 0;
|
|
6116
|
+
}
|
|
6117
|
+
|
|
6134
6118
|
.KIT__LastBigWinners-module__wrapperBoxLoader___vM6yl {
|
|
6135
6119
|
height: var(--winner-card-height);
|
|
6136
6120
|
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.103",
|
|
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.76",
|
|
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;
|