react-gldn-kit 0.1.90 → 0.1.92
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/HOCs/HOCErrorBoundary/index.js +8 -4
- package/dist/lib/components/HOCs/HOCKitConfigure/index.d.ts +3 -0
- package/dist/lib/components/HOCs/HOCKitConfigure/index.js +70 -0
- package/dist/lib/components/HOCs/HOCKitConfigure/types.d.ts +9 -0
- package/dist/lib/components/HOCs/HOCKitConfigure/types.js +2 -0
- package/dist/lib/components/Modals/Alert/components/Auth/SignIn/First/index.js +4 -2
- package/dist/lib/components/Modals/Alert/components/Auth/SignIn/Third/index.js +9 -6
- package/dist/lib/components/Modals/Alert/components/Auth/SignUp/First/index.js +4 -2
- package/dist/lib/components/Modals/Alert/components/Auth/SignUp/Third/index.js +4 -13
- package/dist/lib/components/Modals/Alert/components/LostPassword/First/components/EmailConfirmation/index.js +19 -4
- package/dist/lib/components/Modals/Alert/components/LostPassword/First/components/LostPasswordEmailForm/index.d.ts +1 -5
- package/dist/lib/components/Modals/Alert/components/LostPassword/First/components/LostPasswordEmailForm/index.js +16 -12
- package/dist/lib/components/Modals/Alert/components/LostPassword/First/components/LostPasswordPhoneForm/components/MoreInfo/index.js +4 -1
- package/dist/lib/components/Modals/Alert/components/LostPassword/First/components/LostPasswordPhoneForm/index.d.ts +1 -5
- package/dist/lib/components/Modals/Alert/components/LostPassword/First/components/LostPasswordPhoneForm/index.js +7 -28
- package/dist/lib/components/Modals/Alert/components/LostPassword/First/components/NumberConfirmation/index.d.ts +1 -0
- package/dist/lib/components/Modals/Alert/components/LostPassword/First/components/{NumberConfirmarion → NumberConfirmation}/index.js +29 -10
- package/dist/lib/components/Modals/Alert/components/LostPassword/First/index.js +2 -2
- package/dist/lib/components/Modals/Alert/index.js +21 -18
- package/dist/lib/components/SocialButtons/GoogleLoginButon/index.js +4 -1
- package/dist/lib/components/SocialButtons/index.js +3 -1
- package/dist/lib/components/ui/Inputs/EmailInput/index.js +4 -1
- package/dist/lib/components/ui/Inputs/PhoneInput/index.js +12 -7
- package/dist/lib/components/ui/Inputs/PhoneInput/types.d.ts +1 -0
- package/dist/lib/components/ui/Logos/index.js +22 -18
- package/dist/lib/context/logic/ModalContext.d.ts +1 -2
- package/dist/lib/index.d.ts +2 -1
- package/dist/lib/index.js +7 -5
- package/dist/lib/utils/shared.js +1 -1
- package/dist/lib/zustandStore/alerts/modal/types.d.ts +1 -1
- package/dist/lib/zustandStore/alerts/modal/types.js +1 -1
- package/dist/lib/zustandStore/forms/signUp/utils.d.ts +2 -2
- package/dist/lib/zustandStore/forms/signUp/utils.js +17 -11
- package/dist/lib/zustandStore/request/selector.d.ts +1 -0
- package/dist/lib/zustandStore/settings/selectors.d.ts +9 -0
- package/dist/lib/zustandStore/settings/selectors.js +35 -0
- package/dist/lib/zustandStore/settings/store.d.ts +2 -0
- package/dist/lib/zustandStore/settings/store.js +26 -0
- package/dist/lib/zustandStore/settings/types.d.ts +20 -0
- package/dist/lib/zustandStore/settings/types.js +2 -0
- package/dist/main.css +61 -12
- package/package.json +5 -4
- package/dist/lib/components/Modals/Alert/components/LostPassword/First/components/NumberConfirmarion/index.d.ts +0 -2
- package/dist/lib/constants/ui.d.ts +0 -1
- package/dist/lib/constants/ui.js +0 -5
- /package/dist/lib/components/Modals/Alert/components/LostPassword/First/components/{NumberConfirmarion → NumberConfirmation}/components/InputCode/index.d.ts +0 -0
- /package/dist/lib/components/Modals/Alert/components/LostPassword/First/components/{NumberConfirmarion → NumberConfirmation}/components/InputCode/index.js +0 -0
- /package/dist/lib/components/Modals/Alert/components/LostPassword/First/components/{NumberConfirmarion → NumberConfirmation}/constants.d.ts +0 -0
- /package/dist/lib/components/Modals/Alert/components/LostPassword/First/components/{NumberConfirmarion → NumberConfirmation}/constants.js +0 -0
package/dist/main.css
CHANGED
|
@@ -726,6 +726,7 @@
|
|
|
726
726
|
transition: 0.5s;
|
|
727
727
|
order: -1;
|
|
728
728
|
line-height: 1;
|
|
729
|
+
pointer-events: none;
|
|
729
730
|
}
|
|
730
731
|
|
|
731
732
|
.KIT__BaseInputUi-module__labelRight___Q5n_d {
|
|
@@ -4097,12 +4098,12 @@
|
|
|
4097
4098
|
.KIT__AssignCurrency-module__wrapperAssignCurrency___c9iVW .KIT__AssignCurrency-module__marginB___ayRpt {
|
|
4098
4099
|
margin-bottom: 0;
|
|
4099
4100
|
}
|
|
4100
|
-
.KIT__InputCode-
|
|
4101
|
+
.KIT__InputCode-module__inputs___ELWHA {
|
|
4101
4102
|
display: flex;
|
|
4102
4103
|
gap: var(--indent-xs);
|
|
4103
4104
|
}
|
|
4104
4105
|
|
|
4105
|
-
.KIT__InputCode-
|
|
4106
|
+
.KIT__InputCode-module__box___oGtLs {
|
|
4106
4107
|
--size: 50px;
|
|
4107
4108
|
width: 50px;
|
|
4108
4109
|
width: var(--size);
|
|
@@ -4116,52 +4117,62 @@
|
|
|
4116
4117
|
text-align: center;
|
|
4117
4118
|
}
|
|
4118
4119
|
|
|
4119
|
-
.KIT__InputCode-
|
|
4120
|
+
.KIT__InputCode-module__errorBorder___KTLUX {
|
|
4120
4121
|
border: 1px solid var(--input-border-red);
|
|
4121
4122
|
}
|
|
4122
4123
|
|
|
4123
|
-
.
|
|
4124
|
+
.KIT__NumberConfirmation-module__wrapperNumberConfirmation___MC0xe {
|
|
4124
4125
|
justify-content: space-between;
|
|
4125
4126
|
gap: var(--indent-l);
|
|
4126
4127
|
}
|
|
4127
|
-
|
|
4128
|
+
|
|
4129
|
+
.KIT__NumberConfirmation-module__top___MThMX {
|
|
4128
4130
|
gap: var(--indent-l);
|
|
4129
4131
|
}
|
|
4130
4132
|
|
|
4131
|
-
.
|
|
4133
|
+
.KIT__NumberConfirmation-module__column___K56O5 {
|
|
4132
4134
|
display: flex;
|
|
4133
4135
|
flex-direction: column;
|
|
4134
4136
|
}
|
|
4135
4137
|
|
|
4136
|
-
.
|
|
4138
|
+
.KIT__NumberConfirmation-module__center___mBjif {
|
|
4137
4139
|
align-items: center;
|
|
4138
4140
|
}
|
|
4139
|
-
|
|
4141
|
+
|
|
4142
|
+
.KIT__NumberConfirmation-module__instructionImage___vQCZx {
|
|
4140
4143
|
width: 100%;
|
|
4141
4144
|
}
|
|
4142
4145
|
|
|
4143
|
-
.
|
|
4146
|
+
.KIT__NumberConfirmation-module__enterDigits___c6EGO {
|
|
4144
4147
|
color: var(--number-confirmation-enter-digits-color);
|
|
4145
4148
|
line-height: 1.2;
|
|
4146
4149
|
font-size: var(--font-size-s);
|
|
4147
4150
|
}
|
|
4148
4151
|
|
|
4149
|
-
.
|
|
4152
|
+
.KIT__NumberConfirmation-module__time___J3xEU {
|
|
4150
4153
|
color: var(--number-confirmation-time-color);
|
|
4151
4154
|
font-size: var(--font-size-xs);
|
|
4152
4155
|
}
|
|
4153
4156
|
|
|
4154
|
-
.
|
|
4157
|
+
.KIT__NumberConfirmation-module__resendCode___zdM3H {
|
|
4155
4158
|
text-align: center;
|
|
4156
4159
|
font-size: var(--font-size-s);
|
|
4157
4160
|
color: var(--number-confirmation-resend-code-color);
|
|
4158
4161
|
}
|
|
4159
4162
|
|
|
4160
|
-
.
|
|
4163
|
+
.KIT__NumberConfirmation-module__resendCode___zdM3H span {
|
|
4161
4164
|
color: var(--number-confirmation-resend-code-span-color);
|
|
4162
4165
|
font-weight: 600;
|
|
4163
4166
|
}
|
|
4164
4167
|
|
|
4168
|
+
.KIT__NumberConfirmation-module__mediumGap___OVFXc {
|
|
4169
|
+
gap: var(--indent-m);
|
|
4170
|
+
}
|
|
4171
|
+
|
|
4172
|
+
.KIT__NumberConfirmation-module__smallGap___u3RZI {
|
|
4173
|
+
gap: var(--indent-xs);
|
|
4174
|
+
}
|
|
4175
|
+
|
|
4165
4176
|
.KIT__EmailConfirmation-module__wrapperEmailConfirmation___IQart {
|
|
4166
4177
|
justify-content: space-between;
|
|
4167
4178
|
gap: var(--indent-l);
|
|
@@ -4205,6 +4216,14 @@
|
|
|
4205
4216
|
font-weight: 600;
|
|
4206
4217
|
}
|
|
4207
4218
|
|
|
4219
|
+
.KIT__EmailConfirmation-module__mediumGap____mnrR {
|
|
4220
|
+
gap: var(--indent-m);
|
|
4221
|
+
}
|
|
4222
|
+
|
|
4223
|
+
.KIT__EmailConfirmation-module__smallGap___GvhZd {
|
|
4224
|
+
gap: var(--indent-xs);
|
|
4225
|
+
}
|
|
4226
|
+
|
|
4208
4227
|
.KIT__Alert-module__wrapperModal___lOle6 {
|
|
4209
4228
|
width: 100%;
|
|
4210
4229
|
height: 100%;
|
|
@@ -5000,12 +5019,14 @@
|
|
|
5000
5019
|
}
|
|
5001
5020
|
|
|
5002
5021
|
.KIT__HOCErrorBoundary-module__title___r9gXY {
|
|
5022
|
+
text-align: center;
|
|
5003
5023
|
color: rgb(var(--white));
|
|
5004
5024
|
font-size: clamp(1.875rem, 1.429rem + 1.19vw, 2.5rem);
|
|
5005
5025
|
text-transform: uppercase;
|
|
5006
5026
|
}
|
|
5007
5027
|
|
|
5008
5028
|
.KIT__HOCErrorBoundary-module__subTitle___TvUeY {
|
|
5029
|
+
text-align: center;
|
|
5009
5030
|
color: rgb(var(--semi-gray));
|
|
5010
5031
|
font-size: clamp(0.875rem, 0.786rem + 0.238vw, 1rem);
|
|
5011
5032
|
text-transform: capitalize;
|
|
@@ -5050,6 +5071,34 @@
|
|
|
5050
5071
|
bottom: 0%;
|
|
5051
5072
|
}
|
|
5052
5073
|
}
|
|
5074
|
+
.KIT__HOCKitConfigure-module__notConfigure___sngkZ {
|
|
5075
|
+
position: absolute;
|
|
5076
|
+
top: 0;
|
|
5077
|
+
left: 0;
|
|
5078
|
+
width: 100%;
|
|
5079
|
+
height: 100%;
|
|
5080
|
+
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
|
5081
|
+
color: #fff;
|
|
5082
|
+
display: flex;
|
|
5083
|
+
align-items: center;
|
|
5084
|
+
justify-content: center;
|
|
5085
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
|
5086
|
+
font-size: 1.2rem;
|
|
5087
|
+
font-weight: 500;
|
|
5088
|
+
text-align: center;
|
|
5089
|
+
padding: 2rem;
|
|
5090
|
+
box-sizing: border-box;
|
|
5091
|
+
-webkit-backdrop-filter: blur(10px);
|
|
5092
|
+
backdrop-filter: blur(10px);
|
|
5093
|
+
border-radius: 8px;
|
|
5094
|
+
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
|
|
5095
|
+
transition: all 0.3s ease;
|
|
5096
|
+
}
|
|
5097
|
+
|
|
5098
|
+
.KIT__HOCKitConfigure-module__notConfigure___sngkZ:hover {
|
|
5099
|
+
transform: translateY(-2px);
|
|
5100
|
+
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
|
|
5101
|
+
}
|
|
5053
5102
|
.KIT__MainLoader-module__wrapperMainLoader___m3z7o {
|
|
5054
5103
|
width: 100%;
|
|
5055
5104
|
height: 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.92",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"keywords": [],
|
|
@@ -41,6 +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.74",
|
|
44
45
|
"rimraf": "^6.0.1",
|
|
45
46
|
"scheduler": "^0.25.0",
|
|
46
47
|
"style-loader": "^4.0.0",
|
|
@@ -52,11 +53,11 @@
|
|
|
52
53
|
},
|
|
53
54
|
"peerDependencies": {
|
|
54
55
|
"classnames": "*",
|
|
55
|
-
"react-responsive-carousel": "*",
|
|
56
|
-
"zustand": "*",
|
|
57
56
|
"react": "*",
|
|
58
57
|
"react-dom": "*",
|
|
59
|
-
"react-memory-optimization": "*"
|
|
58
|
+
"react-memory-optimization": "*",
|
|
59
|
+
"react-responsive-carousel": "*",
|
|
60
|
+
"zustand": "*"
|
|
60
61
|
},
|
|
61
62
|
"dependencies": {
|
|
62
63
|
"@react-oauth/google": "^0.12.2",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const IS_DEV: () => any;
|
package/dist/lib/constants/ui.js
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|