ikualo-ui-kit-mobile 0.0.2
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/.expo/devices.json +3 -0
- package/.github/workflows/deploy_dev.yaml +45 -0
- package/.prettierrc.json +12 -0
- package/App.tsx +23 -0
- package/app.json +63 -0
- package/assets/fonts/MontserratBold.ttf +0 -0
- package/assets/fonts/MontserratExtraBold.ttf +0 -0
- package/assets/fonts/MontserratLight.ttf +0 -0
- package/assets/fonts/MontserratRegular.ttf +0 -0
- package/assets/fonts/MontserratSemiBold.ttf +0 -0
- package/assets/icons/_icons.ts +59 -0
- package/assets/icons/addCard.png +0 -0
- package/assets/icons/arroba.png +0 -0
- package/assets/icons/arrowBack.png +0 -0
- package/assets/icons/arrowDown.png +0 -0
- package/assets/icons/arrowDropdown.png +0 -0
- package/assets/icons/arrowRight.png +0 -0
- package/assets/icons/arrowRightBlack.png +0 -0
- package/assets/icons/avatarActiveProfile.png +0 -0
- package/assets/icons/avatarProfile.png +0 -0
- package/assets/icons/blur.png +0 -0
- package/assets/icons/call.png +0 -0
- package/assets/icons/cardReplace.png +0 -0
- package/assets/icons/cardReplaceActive.png +0 -0
- package/assets/icons/check.png +0 -0
- package/assets/icons/checkShield.png +0 -0
- package/assets/icons/checkbox.png +0 -0
- package/assets/icons/checkboxOutline.png +0 -0
- package/assets/icons/circle.png +0 -0
- package/assets/icons/detailsCardButton.png +0 -0
- package/assets/icons/dialpad.png +0 -0
- package/assets/icons/dialpadActive.png +0 -0
- package/assets/icons/dni.png +0 -0
- package/assets/icons/documentIcon.png +0 -0
- package/assets/icons/download.png +0 -0
- package/assets/icons/email.png +0 -0
- package/assets/icons/error.png +0 -0
- package/assets/icons/faceID.png +0 -0
- package/assets/icons/fingerprint.png +0 -0
- package/assets/icons/freezeCardButton.png +0 -0
- package/assets/icons/help.png +0 -0
- package/assets/icons/iconDetails.png +0 -0
- package/assets/icons/ikualoActiveLogo.png +0 -0
- package/assets/icons/ikualoLogo.png +0 -0
- package/assets/icons/info.png +0 -0
- package/assets/icons/infoBlack.png +0 -0
- package/assets/icons/infoWhite.png +0 -0
- package/assets/icons/lang.png +0 -0
- package/assets/icons/listButton.png +0 -0
- package/assets/icons/location.png +0 -0
- package/assets/icons/multipleActiveCards.png +0 -0
- package/assets/icons/multipleCards.png +0 -0
- package/assets/icons/openNewWindow.png +0 -0
- package/assets/icons/phoneSend.png +0 -0
- package/assets/icons/purpleCheckCircle.png +0 -0
- package/assets/icons/replay.png +0 -0
- package/assets/icons/signal.png +0 -0
- package/assets/icons/smartPhone.png +0 -0
- package/assets/icons/success.png +0 -0
- package/assets/icons/transfer.png +0 -0
- package/assets/icons/upload.png +0 -0
- package/assets/icons/visaCard.png +0 -0
- package/assets/icons/visibilityOff.png +0 -0
- package/assets/icons/visibilityOffWhite.png +0 -0
- package/assets/icons/visibilityOn.png +0 -0
- package/assets/icons/visibilityOnWhite.png +0 -0
- package/assets/icons/warning.png +0 -0
- package/assets/icons/whatsapp.png +0 -0
- package/assets/images/_images.ts +48 -0
- package/assets/images/biometric.png +0 -0
- package/assets/images/black.png +0 -0
- package/assets/images/blue.png +0 -0
- package/assets/images/cardBlack.png +0 -0
- package/assets/images/cardBlue.png +0 -0
- package/assets/images/cardDefault.png +0 -0
- package/assets/images/cardFuchsia.png +0 -0
- package/assets/images/cardGray.png +0 -0
- package/assets/images/cardGreen.png +0 -0
- package/assets/images/cardOrange.png +0 -0
- package/assets/images/cardPink.png +0 -0
- package/assets/images/debitCardDisabled.png +0 -0
- package/assets/images/default.png +0 -0
- package/assets/images/digitalCash.png +0 -0
- package/assets/images/favicon.png +0 -0
- package/assets/images/fiveCards.png +0 -0
- package/assets/images/fuchsia.png +0 -0
- package/assets/images/gray.png +0 -0
- package/assets/images/green.png +0 -0
- package/assets/images/identityValidation.png +0 -0
- package/assets/images/logo.png +0 -0
- package/assets/images/logoSmallBlack.png +0 -0
- package/assets/images/logoSmallWhite.png +0 -0
- package/assets/images/orange.png +0 -0
- package/assets/images/ornateCard.png +0 -0
- package/assets/images/pink.png +0 -0
- package/assets/images/splash.png +0 -0
- package/assets/images/validateIdentity.png +0 -0
- package/assets/images/validationFailed.png +0 -0
- package/assets/images/world.png +0 -0
- package/assets/styles/elements/alert.ts +38 -0
- package/assets/styles/elements/buttons.ts +190 -0
- package/assets/styles/elements/cards.ts +105 -0
- package/assets/styles/elements/checkbox.ts +16 -0
- package/assets/styles/elements/dialog.ts +78 -0
- package/assets/styles/elements/dropdown.ts +32 -0
- package/assets/styles/elements/header.ts +27 -0
- package/assets/styles/elements/inputs.ts +190 -0
- package/assets/styles/elements/pages.ts +13 -0
- package/assets/styles/elements/progressBar.ts +20 -0
- package/assets/styles/elements/select.ts +35 -0
- package/assets/styles/elements/tab.ts +31 -0
- package/assets/styles/modules/cards.ts +310 -0
- package/assets/styles/modules/home.ts +289 -0
- package/assets/styles/modules/identityValidation.ts +88 -0
- package/assets/styles/modules/legalInfo.ts +23 -0
- package/assets/styles/modules/listGroup.ts +57 -0
- package/assets/styles/modules/login.ts +159 -0
- package/assets/styles/modules/newDevice.ts +22 -0
- package/assets/styles/modules/otp.ts +114 -0
- package/assets/styles/modules/recoveryPassword.ts +114 -0
- package/assets/styles/modules/register.ts +99 -0
- package/package.json +58 -0
- package/react-native.config.js +7 -0
- package/tsconfig.json +6 -0
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import { StyleSheet } from 'react-native';
|
|
2
|
+
import { theme } from '../../../src/config/paper.config';
|
|
3
|
+
|
|
4
|
+
export const styleIdentityValidation = StyleSheet.create({
|
|
5
|
+
'identity-content': {
|
|
6
|
+
marginTop: 24,
|
|
7
|
+
},
|
|
8
|
+
'identity-validation-image': {
|
|
9
|
+
alignSelf: 'center',
|
|
10
|
+
marginTop: 26,
|
|
11
|
+
},
|
|
12
|
+
'identity-content-title': {
|
|
13
|
+
fontFamily: 'MontserratSemiBold',
|
|
14
|
+
fontSize: 20,
|
|
15
|
+
lineHeight: 30,
|
|
16
|
+
color: theme.colors.boldDark,
|
|
17
|
+
},
|
|
18
|
+
'identity-content-description': {
|
|
19
|
+
fontFamily: 'MontserratRegular',
|
|
20
|
+
fontSize: 14,
|
|
21
|
+
lineHeight: 21,
|
|
22
|
+
color: theme.colors.lightBlack,
|
|
23
|
+
textAlign: 'justify',
|
|
24
|
+
marginTop: 24,
|
|
25
|
+
},
|
|
26
|
+
'identity-cards': {
|
|
27
|
+
marginTop: 24,
|
|
28
|
+
},
|
|
29
|
+
'identity-card-component': {
|
|
30
|
+
borderRadius: 8,
|
|
31
|
+
},
|
|
32
|
+
'identity-card-title': {
|
|
33
|
+
flexDirection: 'row',
|
|
34
|
+
alignContent: 'center',
|
|
35
|
+
},
|
|
36
|
+
'identity-card-image': {
|
|
37
|
+
marginRight: 16,
|
|
38
|
+
marginBottom: 8,
|
|
39
|
+
},
|
|
40
|
+
'identity-link': {
|
|
41
|
+
flexDirection: 'column',
|
|
42
|
+
alignItems: 'center',
|
|
43
|
+
marginVertical: 16,
|
|
44
|
+
},
|
|
45
|
+
'identity-link-text': {
|
|
46
|
+
fontFamily: 'MontserratSemiBold',
|
|
47
|
+
fontSize: 12,
|
|
48
|
+
lineHeight: 18,
|
|
49
|
+
textAlign: 'center',
|
|
50
|
+
color: theme.colors.lightBlack,
|
|
51
|
+
marginBottom: 32,
|
|
52
|
+
},
|
|
53
|
+
'identity-link-hyperlink': {
|
|
54
|
+
fontFamily: 'MontserratSemiBold',
|
|
55
|
+
fontSize: 12,
|
|
56
|
+
lineHeight: 18,
|
|
57
|
+
color: theme.colors.primary,
|
|
58
|
+
},
|
|
59
|
+
'identity-btn': {
|
|
60
|
+
position: 'absolute',
|
|
61
|
+
bottom: 32,
|
|
62
|
+
right: 16,
|
|
63
|
+
left: 16,
|
|
64
|
+
},
|
|
65
|
+
'identity-failed-title--bold': {
|
|
66
|
+
fontFamily: 'MontserratSemiBold',
|
|
67
|
+
fontSize: 18,
|
|
68
|
+
color: theme.colors.primary,
|
|
69
|
+
marginTop: 16,
|
|
70
|
+
},
|
|
71
|
+
'identity-failed-title': {
|
|
72
|
+
fontFamily: 'MontserratSemiBold',
|
|
73
|
+
fontSize: 18,
|
|
74
|
+
color: theme.colors.boldBlack,
|
|
75
|
+
marginTop: 16,
|
|
76
|
+
},
|
|
77
|
+
'identity-failed-description': {
|
|
78
|
+
fontFamily: 'MontserratRegular',
|
|
79
|
+
fontSize: 14,
|
|
80
|
+
color: theme.colors.boldBlack,
|
|
81
|
+
marginVertical: 16,
|
|
82
|
+
},
|
|
83
|
+
'identity-failed-description-only': {
|
|
84
|
+
fontFamily: 'MontserratRegular',
|
|
85
|
+
fontSize: 14,
|
|
86
|
+
color: theme.colors.boldBlack,
|
|
87
|
+
},
|
|
88
|
+
});
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { StyleSheet } from 'react-native';
|
|
2
|
+
import { theme } from '../../../src/config/paper.config';
|
|
3
|
+
|
|
4
|
+
const styleLegalInfo = StyleSheet.create({
|
|
5
|
+
'legal-info': { flex: 1 },
|
|
6
|
+
'legal-info-description': {
|
|
7
|
+
color: theme.colors.text,
|
|
8
|
+
fontFamily: 'MontserratLight',
|
|
9
|
+
fontSize: 14,
|
|
10
|
+
marginTop: 24,
|
|
11
|
+
},
|
|
12
|
+
'legal-info-cards': { gap: 8, marginTop: 32 },
|
|
13
|
+
'legal-info-check': { flexDirection: 'row', alignItems: 'center', marginBottom: 24 },
|
|
14
|
+
'legal-info-check-text': {
|
|
15
|
+
fontSize: 14,
|
|
16
|
+
color: theme.colors.text,
|
|
17
|
+
fontFamily: 'MontserratLight',
|
|
18
|
+
marginLeft: 8,
|
|
19
|
+
flexWrap: 'wrap',
|
|
20
|
+
},
|
|
21
|
+
});
|
|
22
|
+
|
|
23
|
+
export { styleLegalInfo };
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { StyleSheet } from 'react-native'
|
|
2
|
+
import { theme } from '../../../src/config/paper.config'
|
|
3
|
+
|
|
4
|
+
export const styleListGroup = StyleSheet.create({
|
|
5
|
+
"title":{
|
|
6
|
+
color: theme.colors.blackText,
|
|
7
|
+
fontFamily: 'MontserratRegular',
|
|
8
|
+
fontSize: 12,
|
|
9
|
+
lineHeight: 18
|
|
10
|
+
},
|
|
11
|
+
'accordion' :{
|
|
12
|
+
backgroundColor: theme.colors.white,
|
|
13
|
+
borderWidth: 0.5,
|
|
14
|
+
gap: 2,
|
|
15
|
+
borderColor: theme.colors.lightPrimary,
|
|
16
|
+
shadowColor: theme.colors.lightPrimary,
|
|
17
|
+
shadowOffset: { width: 0, height: 3 },
|
|
18
|
+
shadowOpacity: 0.5,
|
|
19
|
+
shadowRadius: 6,
|
|
20
|
+
elevation: 4,
|
|
21
|
+
},
|
|
22
|
+
'container' :{
|
|
23
|
+
paddingTop: 8,
|
|
24
|
+
paddingRight: 16,
|
|
25
|
+
paddingBottom: 8,
|
|
26
|
+
paddingLeft: 16,
|
|
27
|
+
gap: 16,
|
|
28
|
+
backgroundColor: theme.colors.white,
|
|
29
|
+
borderColor: theme.colors.lightPrimary,
|
|
30
|
+
shadowColor: theme.colors.lightPrimary,
|
|
31
|
+
shadowOffset: { width: 0, height: 3 },
|
|
32
|
+
shadowOpacity: 0.5,
|
|
33
|
+
shadowRadius: 6,
|
|
34
|
+
elevation: 4,
|
|
35
|
+
borderWidth: 0.5,
|
|
36
|
+
},
|
|
37
|
+
'rippleColor':{
|
|
38
|
+
color: theme.colors.transparent
|
|
39
|
+
},
|
|
40
|
+
'roundedTop':{
|
|
41
|
+
borderTopLeftRadius: 8,
|
|
42
|
+
borderTopRightRadius: 8,
|
|
43
|
+
},
|
|
44
|
+
"borderless":{
|
|
45
|
+
borderBottomRightRadius: 0,
|
|
46
|
+
borderBottomLeftRadius: 0,
|
|
47
|
+
},
|
|
48
|
+
"roundedBottom":{
|
|
49
|
+
borderBottomLeftRadius: 8,
|
|
50
|
+
borderBottomRightRadius: 8,
|
|
51
|
+
},
|
|
52
|
+
'containerRoundedBottom': {
|
|
53
|
+
borderBottomLeftRadius: 8,
|
|
54
|
+
borderBottomRightRadius: 8,
|
|
55
|
+
},
|
|
56
|
+
|
|
57
|
+
})
|
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
import { StyleSheet } from 'react-native';
|
|
2
|
+
import { theme } from '../../../src/config/paper.config';
|
|
3
|
+
|
|
4
|
+
const stylesLogin = StyleSheet.create({
|
|
5
|
+
'btn-contained': {
|
|
6
|
+
borderRadius: 8,
|
|
7
|
+
},
|
|
8
|
+
'btn-contained--primary': {
|
|
9
|
+
backgroundColor: theme.colors.primary,
|
|
10
|
+
color: theme.colors.white,
|
|
11
|
+
},
|
|
12
|
+
'btn-contained--secondary': {
|
|
13
|
+
backgroundColor: theme.colors.secondary,
|
|
14
|
+
color: theme.colors.black,
|
|
15
|
+
},
|
|
16
|
+
'btn-contained--dark': {
|
|
17
|
+
backgroundColor: theme.colors.dark,
|
|
18
|
+
color: theme.colors.white,
|
|
19
|
+
},
|
|
20
|
+
'btn-contained--light': {
|
|
21
|
+
backgroundColor: theme.colors.light,
|
|
22
|
+
color: theme.colors.black,
|
|
23
|
+
},
|
|
24
|
+
'btn-contained--disabled': {
|
|
25
|
+
backgroundColor: theme.colors.disabled,
|
|
26
|
+
color: theme.colors.white,
|
|
27
|
+
},
|
|
28
|
+
'btn-contained--sm': {
|
|
29
|
+
padding: 0,
|
|
30
|
+
fontSize: 12,
|
|
31
|
+
},
|
|
32
|
+
'btn-contained--md': {
|
|
33
|
+
padding: 2,
|
|
34
|
+
fontSize: 14,
|
|
35
|
+
},
|
|
36
|
+
'btn-contained--lg': {
|
|
37
|
+
padding: 4,
|
|
38
|
+
fontSize: 16,
|
|
39
|
+
},
|
|
40
|
+
'btn-contained--xl': {
|
|
41
|
+
padding: 5,
|
|
42
|
+
fontSize: 16,
|
|
43
|
+
},
|
|
44
|
+
landing: { flex: 1 },
|
|
45
|
+
'landing-logo': { height: 46, width: '100%', marginBottom: 24, objectFit: 'contain' },
|
|
46
|
+
'landing-title': {
|
|
47
|
+
textAlign: 'center',
|
|
48
|
+
color: 'black',
|
|
49
|
+
fontSize: 20,
|
|
50
|
+
marginBottom: 16,
|
|
51
|
+
fontFamily: 'MontserratBold',
|
|
52
|
+
},
|
|
53
|
+
'landing-text-description': {
|
|
54
|
+
textAlign: 'center',
|
|
55
|
+
color: 'black',
|
|
56
|
+
fontSize: 16,
|
|
57
|
+
fontFamily: 'MontserratLight',
|
|
58
|
+
},
|
|
59
|
+
'landing-text-description--bold': {
|
|
60
|
+
color: theme.colors.primary,
|
|
61
|
+
fontSize: 16,
|
|
62
|
+
fontFamily: 'MontserratExtraBold',
|
|
63
|
+
},
|
|
64
|
+
'landing-btn-login': { width: '100%', marginBottom: 16, height: 56 },
|
|
65
|
+
'landing-btn-create': { width: '100%', height: 56 },
|
|
66
|
+
'signin-help': {
|
|
67
|
+
flexDirection: 'row',
|
|
68
|
+
alignItems: 'center',
|
|
69
|
+
gap: 10,
|
|
70
|
+
justifyContent: 'flex-end',
|
|
71
|
+
marginTop: 16,
|
|
72
|
+
},
|
|
73
|
+
'signin-help-text': {
|
|
74
|
+
fontFamily: 'MontserratSemiBold',
|
|
75
|
+
fontSize: 12,
|
|
76
|
+
color: theme.colors.darkBlue,
|
|
77
|
+
},
|
|
78
|
+
'signin-biometric': { width: '100%', marginTop: 32, alignItems: 'center' },
|
|
79
|
+
'signin-biometric-content-btn': {
|
|
80
|
+
backgroundColor: theme.colors.black,
|
|
81
|
+
height: 44,
|
|
82
|
+
flexDirection: 'row',
|
|
83
|
+
alignItems: 'center',
|
|
84
|
+
justifyContent: 'center',
|
|
85
|
+
borderRadius: 16,
|
|
86
|
+
padding: 10,
|
|
87
|
+
gap: 4,
|
|
88
|
+
},
|
|
89
|
+
'signin-biometric-style-btn': { width: 'auto', borderRadius: 16 },
|
|
90
|
+
'signin-biometric-label-btn': {
|
|
91
|
+
color: theme.colors.lightBlue,
|
|
92
|
+
width: 'auto',
|
|
93
|
+
backgroundColor: 'transparent',
|
|
94
|
+
fontSize: 10,
|
|
95
|
+
fontFamily: 'MontserratSemiBold',
|
|
96
|
+
},
|
|
97
|
+
'signin-body': {
|
|
98
|
+
marginTop: 32,
|
|
99
|
+
},
|
|
100
|
+
'signin-logo': {
|
|
101
|
+
width: 300,
|
|
102
|
+
height: 80,
|
|
103
|
+
alignSelf: 'center',
|
|
104
|
+
flexDirection: 'row',
|
|
105
|
+
marginTop: 32,
|
|
106
|
+
},
|
|
107
|
+
'signin-forget-password': {
|
|
108
|
+
textAlign: 'center',
|
|
109
|
+
color: theme.colors.darkBlue,
|
|
110
|
+
fontFamily: 'MontserratSemiBold',
|
|
111
|
+
marginTop: 32,
|
|
112
|
+
},
|
|
113
|
+
'signin-create-account-title': {
|
|
114
|
+
fontSize: 12,
|
|
115
|
+
color: theme.colors.boldBlack,
|
|
116
|
+
fontFamily: 'MontserratSemiBold',
|
|
117
|
+
textAlign: 'center',
|
|
118
|
+
},
|
|
119
|
+
'signin-create-account-description': {
|
|
120
|
+
fontSize: 12,
|
|
121
|
+
color: theme.colors.boldBlack,
|
|
122
|
+
fontFamily: 'MontserratRegular',
|
|
123
|
+
textAlign: 'center',
|
|
124
|
+
},
|
|
125
|
+
'signin-create-account-btn-label': { fontSize: 16 },
|
|
126
|
+
'signin-create-account-btn-style': { marginVertical: 32 },
|
|
127
|
+
'signin-alert-error--bold': {
|
|
128
|
+
fontFamily: 'MontserratSemiBold',
|
|
129
|
+
fontSize: 12,
|
|
130
|
+
color: theme.colors.lightBlack,
|
|
131
|
+
},
|
|
132
|
+
'signin-alert-error--light': {
|
|
133
|
+
fontFamily: 'MontserratRegular',
|
|
134
|
+
fontSize: 12,
|
|
135
|
+
color: theme.colors.lightBlack,
|
|
136
|
+
},
|
|
137
|
+
'signin-text-title-biometric': {
|
|
138
|
+
fontFamily: 'MontserratBold',
|
|
139
|
+
fontSize: 20,
|
|
140
|
+
color: theme.colors.boldBlack,
|
|
141
|
+
marginTop: 60,
|
|
142
|
+
marginBottom: 16,
|
|
143
|
+
width: '100%',
|
|
144
|
+
textAlign: 'center',
|
|
145
|
+
},
|
|
146
|
+
'signin-text-description-biometric--regular': {
|
|
147
|
+
fontFamily: 'MontserratLight',
|
|
148
|
+
fontSize: 18,
|
|
149
|
+
color: theme.colors.boldBlack,
|
|
150
|
+
textAlign: 'center',
|
|
151
|
+
},
|
|
152
|
+
'signin-text-description-biometric--bold': {
|
|
153
|
+
fontFamily: 'MontserratRegular',
|
|
154
|
+
fontSize: 18,
|
|
155
|
+
color: theme.colors.primary,
|
|
156
|
+
},
|
|
157
|
+
'signin-container-image': { flex: 1, justifyContent: 'center', alignItems: 'center' },
|
|
158
|
+
});
|
|
159
|
+
export { stylesLogin };
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { StyleSheet } from 'react-native';
|
|
2
|
+
import { theme } from '../../../src/config/paper.config';
|
|
3
|
+
|
|
4
|
+
export const styleNewDevice = StyleSheet.create({
|
|
5
|
+
'newDevice':{
|
|
6
|
+
marginTop: 16
|
|
7
|
+
},
|
|
8
|
+
'newDevice-description': {
|
|
9
|
+
fontFamily: 'MontserratLight',
|
|
10
|
+
fontSize: 14,
|
|
11
|
+
lineHeight: 17.07,
|
|
12
|
+
color: theme.colors.lightBlack,
|
|
13
|
+
textAlign: 'left',
|
|
14
|
+
},
|
|
15
|
+
'newDevice-Cards':{
|
|
16
|
+
marginTop: 24,
|
|
17
|
+
},
|
|
18
|
+
'newDevice-Card-opt2':{
|
|
19
|
+
marginTop: 8,
|
|
20
|
+
},
|
|
21
|
+
|
|
22
|
+
});
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
import { StyleSheet } from 'react-native';
|
|
2
|
+
import { theme } from '../../../src/config/paper.config';
|
|
3
|
+
export const stylesOtp = StyleSheet.create({
|
|
4
|
+
'otp-inputs': {
|
|
5
|
+
flexDirection: 'row',
|
|
6
|
+
justifyContent: 'center',
|
|
7
|
+
alignItems: 'center',
|
|
8
|
+
width: '100%',
|
|
9
|
+
padding: 16,
|
|
10
|
+
marginHorizontal: 0,
|
|
11
|
+
marginTop: 32,
|
|
12
|
+
},
|
|
13
|
+
'otp-inputs--focused': {
|
|
14
|
+
backgroundColor: theme.colors.lightPrimary,
|
|
15
|
+
borderTopLeftRadius: 4,
|
|
16
|
+
borderTopRightRadius: 4,
|
|
17
|
+
paddingBottom: -10,
|
|
18
|
+
},
|
|
19
|
+
'otp-inputs--invalid': {
|
|
20
|
+
backgroundColor: theme.colors.lightRed,
|
|
21
|
+
borderTopLeftRadius: 4,
|
|
22
|
+
borderTopRightRadius: 4,
|
|
23
|
+
},
|
|
24
|
+
'otp-container-temp': {
|
|
25
|
+
flexDirection: 'row',
|
|
26
|
+
justifyContent: 'center',
|
|
27
|
+
alignItems: 'center',
|
|
28
|
+
width: '100%',
|
|
29
|
+
marginTop: 32,
|
|
30
|
+
},
|
|
31
|
+
'otp-timer': {
|
|
32
|
+
fontSize: 18,
|
|
33
|
+
color: theme.colors.text,
|
|
34
|
+
margin: 16,
|
|
35
|
+
fontFamily: 'MontserratSemiBold',
|
|
36
|
+
},
|
|
37
|
+
'otp-text-resend': {
|
|
38
|
+
color: theme.colors.primary,
|
|
39
|
+
fontSize: 12,
|
|
40
|
+
fontWeight: 700,
|
|
41
|
+
textAlign: 'center',
|
|
42
|
+
alignSelf: 'center',
|
|
43
|
+
marginRight: 12,
|
|
44
|
+
},
|
|
45
|
+
'otp-text-resend--disabled': {
|
|
46
|
+
color: theme.colors.disabled,
|
|
47
|
+
},
|
|
48
|
+
'otp-text-question': {
|
|
49
|
+
color: theme.colors.text,
|
|
50
|
+
fontWeight: 600,
|
|
51
|
+
paddingTop: 32,
|
|
52
|
+
},
|
|
53
|
+
'otp-container': {
|
|
54
|
+
justifyContent: 'center',
|
|
55
|
+
alignItems: 'center',
|
|
56
|
+
width: '100%',
|
|
57
|
+
},
|
|
58
|
+
'otp-info-email': {
|
|
59
|
+
flexDirection: 'row',
|
|
60
|
+
},
|
|
61
|
+
'otp-info-email-text': {
|
|
62
|
+
color: theme.colors.text,
|
|
63
|
+
marginHorizontal: 16,
|
|
64
|
+
marginBottom: 16,
|
|
65
|
+
},
|
|
66
|
+
'otp-info-body': {
|
|
67
|
+
flexDirection: 'column',
|
|
68
|
+
marginBottom: 16,
|
|
69
|
+
},
|
|
70
|
+
'otp-help-description': {
|
|
71
|
+
color: theme.colors.text,
|
|
72
|
+
fontSize: 14,
|
|
73
|
+
},
|
|
74
|
+
'otp-help-cards': {
|
|
75
|
+
marginTop: 16,
|
|
76
|
+
},
|
|
77
|
+
'otp-alert-text': { fontSize: 12, fontFamily: 'MontserratRegular', color: theme.colors.text },
|
|
78
|
+
'otp-alert-text--bold': { fontFamily: 'MontserratSemiBold', color: theme.colors.text },
|
|
79
|
+
'otp-helper': {
|
|
80
|
+
flexDirection: 'row',
|
|
81
|
+
alignItems: 'center',
|
|
82
|
+
marginTop: -16,
|
|
83
|
+
backgroundColor: theme.colors.white,
|
|
84
|
+
gap: 16,
|
|
85
|
+
width: '100%',
|
|
86
|
+
},
|
|
87
|
+
'otp-helper-text--error': { fontSize: 12, color: theme.colors.text, marginRight: 16 },
|
|
88
|
+
'otp-helper-text--error--bold': { fontWeight: 'bold', fontSize: 12, color: theme.colors.text },
|
|
89
|
+
'otp-helper-image': { marginLeft: 8 },
|
|
90
|
+
'otp-content-container': {
|
|
91
|
+
marginTop: 28,
|
|
92
|
+
width: '100%',
|
|
93
|
+
},
|
|
94
|
+
|
|
95
|
+
'otp-content-title': {
|
|
96
|
+
fontSize: 20,
|
|
97
|
+
fontFamily: 'MontserratSemiBold',
|
|
98
|
+
lineHeight: 30,
|
|
99
|
+
color: theme.colors.boldDark,
|
|
100
|
+
},
|
|
101
|
+
'otp-content-description': {
|
|
102
|
+
fontSize: 14,
|
|
103
|
+
lineHeight: 21,
|
|
104
|
+
color: theme.colors.lightBlack,
|
|
105
|
+
marginTop: 24,
|
|
106
|
+
fontFamily: 'MontserratRegular',
|
|
107
|
+
},
|
|
108
|
+
'otp-content-description--bold': {
|
|
109
|
+
fontWeight: 'bold',
|
|
110
|
+
fontSize: 14,
|
|
111
|
+
lineHeight: 21,
|
|
112
|
+
color: theme.colors.lightBlack,
|
|
113
|
+
},
|
|
114
|
+
});
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
import { StyleSheet } from 'react-native';
|
|
2
|
+
import { theme } from '../../../src/config/paper.config';
|
|
3
|
+
|
|
4
|
+
const styleRecoveryPasswordContent = StyleSheet.create({
|
|
5
|
+
'recovery-password-content-container': {
|
|
6
|
+
marginTop: 10,
|
|
7
|
+
},
|
|
8
|
+
|
|
9
|
+
'recovery-password-content-title': {
|
|
10
|
+
fontSize: 20,
|
|
11
|
+
fontFamily: 'MontserratSemiBold',
|
|
12
|
+
lineHeight: 30,
|
|
13
|
+
color: theme.colors.boldDark,
|
|
14
|
+
},
|
|
15
|
+
'recovery-password-content-description': {
|
|
16
|
+
fontSize: 14,
|
|
17
|
+
lineHeight: 21,
|
|
18
|
+
color: theme.colors.lightBlack,
|
|
19
|
+
marginTop: 10,
|
|
20
|
+
fontFamily: 'MontserratLight',
|
|
21
|
+
},
|
|
22
|
+
'recovery-password-content-description--bold': {
|
|
23
|
+
fontWeight: 'bold',
|
|
24
|
+
fontSize: 14,
|
|
25
|
+
lineHeight: 21,
|
|
26
|
+
color: theme.colors.lightBlack,
|
|
27
|
+
},
|
|
28
|
+
'progress-bar-container': {
|
|
29
|
+
justifyContent: 'space-between',
|
|
30
|
+
flexDirection: 'row',
|
|
31
|
+
width: '100%',
|
|
32
|
+
marginTop: 32,
|
|
33
|
+
},
|
|
34
|
+
'recovery-password-email-input': {
|
|
35
|
+
marginTop: 32,
|
|
36
|
+
},
|
|
37
|
+
'recovery-password-email-btn': { position: 'absolute', bottom: 32, right: 16, left: 16 },
|
|
38
|
+
'recovery-password-password-title': {
|
|
39
|
+
color: theme.colors.darkBlue,
|
|
40
|
+
fontSize: 20,
|
|
41
|
+
lineHeight: 30,
|
|
42
|
+
fontFamily: 'MontserratSemiBold',
|
|
43
|
+
},
|
|
44
|
+
'recovery-password-password-description': {
|
|
45
|
+
color: theme.colors.lightBlack,
|
|
46
|
+
lineHeight: 21,
|
|
47
|
+
fontSize: 14,
|
|
48
|
+
marginTop: 24,
|
|
49
|
+
fontFamily: 'MontserratRegular',
|
|
50
|
+
},
|
|
51
|
+
'recovery-password-password-inputs': {
|
|
52
|
+
marginTop: 32,
|
|
53
|
+
},
|
|
54
|
+
'password-validation': {
|
|
55
|
+
position: 'absolute',
|
|
56
|
+
zIndex: 50,
|
|
57
|
+
top: -145,
|
|
58
|
+
right: 2,
|
|
59
|
+
borderRadius: 16,
|
|
60
|
+
backgroundColor: theme.colors.white,
|
|
61
|
+
padding: 16,
|
|
62
|
+
borderWidth: 0.5,
|
|
63
|
+
borderColor: theme.colors.lightPrimary,
|
|
64
|
+
},
|
|
65
|
+
'password-options-container': {
|
|
66
|
+
marginTop: 8,
|
|
67
|
+
},
|
|
68
|
+
'password-options-1': {
|
|
69
|
+
marginTop: 3,
|
|
70
|
+
flexDirection: 'row',
|
|
71
|
+
alignItems: 'center',
|
|
72
|
+
gap: 16,
|
|
73
|
+
},
|
|
74
|
+
'password-options-title': {
|
|
75
|
+
color: theme.colors.lightBlack,
|
|
76
|
+
fontWeight: 'bold',
|
|
77
|
+
fontSize: 16,
|
|
78
|
+
lineHeight: 19.5,
|
|
79
|
+
},
|
|
80
|
+
'password-options': {
|
|
81
|
+
color: theme.colors.lightBlack,
|
|
82
|
+
fontWeight: 'light',
|
|
83
|
+
fontSize: 14,
|
|
84
|
+
lineHeight: 17.07,
|
|
85
|
+
},
|
|
86
|
+
'password-vector': {
|
|
87
|
+
resizeMode: 'contain',
|
|
88
|
+
},
|
|
89
|
+
'recovery-password-phone-text': {
|
|
90
|
+
marginBottom: 24,
|
|
91
|
+
},
|
|
92
|
+
'recovery-password-password-height': { maxHeight: '65%' },
|
|
93
|
+
|
|
94
|
+
'recovery-password-alert-text': { fontSize: 12, fontWeight: 'normal', color: theme.colors.text },
|
|
95
|
+
'recovery-password-alert-text--bold': { fontWeight: 'bold', color: theme.colors.text },
|
|
96
|
+
'recovery-password-helper': {
|
|
97
|
+
flexDirection: 'row',
|
|
98
|
+
alignItems: 'center',
|
|
99
|
+
marginTop: -16,
|
|
100
|
+
backgroundColor: theme.colors.white,
|
|
101
|
+
gap: 16,
|
|
102
|
+
width: '100%',
|
|
103
|
+
},
|
|
104
|
+
'recovery-password-helper-text--error': { fontSize: 12, color: theme.colors.text, marginRight: 16 },
|
|
105
|
+
'recovery-password-helper-text--error--bold': {
|
|
106
|
+
fontWeight: 'bold',
|
|
107
|
+
fontSize: 12,
|
|
108
|
+
color: theme.colors.text,
|
|
109
|
+
},
|
|
110
|
+
'recovery-password-helper-image': { marginLeft: 8 },
|
|
111
|
+
'recovery-password-margin-top': { marginVertical: 32 },
|
|
112
|
+
});
|
|
113
|
+
|
|
114
|
+
export { styleRecoveryPasswordContent };
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
import { StyleSheet } from 'react-native';
|
|
2
|
+
import { theme } from '../../../src/config/paper.config';
|
|
3
|
+
|
|
4
|
+
const styleRegisterContent = StyleSheet.create({
|
|
5
|
+
'register-content-container': {
|
|
6
|
+
marginTop: 24,
|
|
7
|
+
},
|
|
8
|
+
|
|
9
|
+
'register-content-title': {
|
|
10
|
+
fontSize: 20,
|
|
11
|
+
fontFamily: 'MontserratSemiBold',
|
|
12
|
+
lineHeight: 30,
|
|
13
|
+
color: theme.colors.boldDark,
|
|
14
|
+
},
|
|
15
|
+
'register-content-description': {
|
|
16
|
+
fontSize: 14,
|
|
17
|
+
lineHeight: 21,
|
|
18
|
+
color: theme.colors.lightBlack,
|
|
19
|
+
marginTop: 24,
|
|
20
|
+
fontFamily: 'MontserratRegular',
|
|
21
|
+
},
|
|
22
|
+
'register-content-description--bold': {
|
|
23
|
+
fontWeight: 'bold',
|
|
24
|
+
fontSize: 14,
|
|
25
|
+
lineHeight: 21,
|
|
26
|
+
color: theme.colors.lightBlack,
|
|
27
|
+
},
|
|
28
|
+
'progress-bar-container': {
|
|
29
|
+
justifyContent: 'space-between',
|
|
30
|
+
flexDirection: 'row',
|
|
31
|
+
width: '100%',
|
|
32
|
+
marginTop: 32,
|
|
33
|
+
},
|
|
34
|
+
'register-email-input': {
|
|
35
|
+
marginTop: 32,
|
|
36
|
+
},
|
|
37
|
+
'register-email-btn': { position: 'absolute', bottom: 32, right: 16, left: 16 },
|
|
38
|
+
|
|
39
|
+
'register-password-title': {
|
|
40
|
+
color: theme.colors.darkBlue,
|
|
41
|
+
fontFamily: 'MontserratSemiBold',
|
|
42
|
+
fontSize: 20,
|
|
43
|
+
lineHeight: 30,
|
|
44
|
+
},
|
|
45
|
+
'register-password-description': {
|
|
46
|
+
color: theme.colors.lightBlack,
|
|
47
|
+
fontFamily: 'MontserratRegular',
|
|
48
|
+
lineHeight: 21,
|
|
49
|
+
fontSize: 14,
|
|
50
|
+
marginTop: 24,
|
|
51
|
+
},
|
|
52
|
+
'register-password-inputs': {
|
|
53
|
+
marginTop: 32,
|
|
54
|
+
},
|
|
55
|
+
'password-validation': {
|
|
56
|
+
position: 'absolute',
|
|
57
|
+
zIndex: 50,
|
|
58
|
+
top: -145,
|
|
59
|
+
right: 2,
|
|
60
|
+
borderRadius: 16,
|
|
61
|
+
backgroundColor: theme.colors.white,
|
|
62
|
+
padding: 16,
|
|
63
|
+
borderWidth: 0.5,
|
|
64
|
+
borderColor: theme.colors.lightPrimary,
|
|
65
|
+
},
|
|
66
|
+
'password-options-1': {
|
|
67
|
+
marginTop: 3,
|
|
68
|
+
flexDirection: 'row',
|
|
69
|
+
alignItems: 'center',
|
|
70
|
+
gap: 16,
|
|
71
|
+
},
|
|
72
|
+
'password-options-title': {
|
|
73
|
+
color: theme.colors.lightBlack,
|
|
74
|
+
fontWeight: 'bold',
|
|
75
|
+
fontSize: 16,
|
|
76
|
+
lineHeight: 19.5,
|
|
77
|
+
},
|
|
78
|
+
'password-options': {
|
|
79
|
+
color: theme.colors.lightBlack,
|
|
80
|
+
fontFamily: 'MontserratLight',
|
|
81
|
+
fontSize: 14,
|
|
82
|
+
lineHeight: 17.07,
|
|
83
|
+
},
|
|
84
|
+
'password-vector': {
|
|
85
|
+
resizeMode: 'contain',
|
|
86
|
+
},
|
|
87
|
+
'register-phone-text': {
|
|
88
|
+
marginBottom: 24,
|
|
89
|
+
},
|
|
90
|
+
'register-alert-text--error': {
|
|
91
|
+
fontFamily: 'MontserratRegular',
|
|
92
|
+
fontSize: 12,
|
|
93
|
+
color: theme.colors.lightBlack,
|
|
94
|
+
},
|
|
95
|
+
'register-password-margin-top': { marginTop: 32 },
|
|
96
|
+
'register-password-margin-bottom': { marginVertical: 32 },
|
|
97
|
+
});
|
|
98
|
+
|
|
99
|
+
export { styleRegisterContent };
|