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,35 @@
|
|
|
1
|
+
import { StyleSheet } from 'react-native';
|
|
2
|
+
import { theme } from '../../../src/config/paper.config';
|
|
3
|
+
export const stylesSelect = StyleSheet.create({
|
|
4
|
+
'select-container': {
|
|
5
|
+
backgroundColor: theme.colors.white,
|
|
6
|
+
borderTopRightRadius: 4,
|
|
7
|
+
borderTopLeftRadius: 4,
|
|
8
|
+
paddingBottom: 16,
|
|
9
|
+
},
|
|
10
|
+
'select-container-disabled': {
|
|
11
|
+
backgroundColor: theme.colors.disabled,
|
|
12
|
+
},
|
|
13
|
+
'select-content': {
|
|
14
|
+
borderBottomWidth: 1,
|
|
15
|
+
borderBottomColor: theme.colors.primary,
|
|
16
|
+
flexDirection: 'row',
|
|
17
|
+
justifyContent: 'space-between',
|
|
18
|
+
paddingHorizontal: 16,
|
|
19
|
+
paddingBottom: 2,
|
|
20
|
+
},
|
|
21
|
+
'select-label': {
|
|
22
|
+
fontFamily: 'MontserratRegular',
|
|
23
|
+
fontSize: 12,
|
|
24
|
+
color: theme.colors.boldBlack,
|
|
25
|
+
paddingHorizontal: 16,
|
|
26
|
+
paddingTop: 5,
|
|
27
|
+
},
|
|
28
|
+
'select-placeholder': { fontFamily: 'MontserratSemiBold', fontSize: 16, color: theme.colors.boldBlack },
|
|
29
|
+
'select-list': { fontSize: 14, fontFamily: 'MontserratSemiBold', color: theme.colors.boldBlack },
|
|
30
|
+
'select-list-container': {
|
|
31
|
+
borderBottomWidth: 1,
|
|
32
|
+
borderBlockColor: theme.colors.lightPrimary,
|
|
33
|
+
padding: 16,
|
|
34
|
+
},
|
|
35
|
+
});
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { StyleSheet } from 'react-native';
|
|
2
|
+
import { theme } from '../../../src/config/paper.config';
|
|
3
|
+
|
|
4
|
+
export const styleTabs = StyleSheet.create({
|
|
5
|
+
'tab-container': {
|
|
6
|
+
padding: 3,
|
|
7
|
+
borderRadius: 4,
|
|
8
|
+
borderColor: theme.colors.lightGrayBackground,
|
|
9
|
+
backgroundColor: theme.colors.lightGrayBackground,
|
|
10
|
+
},
|
|
11
|
+
tab: {
|
|
12
|
+
borderRadius: 4,
|
|
13
|
+
borderColor: theme.colors.lightGrayBackground,
|
|
14
|
+
paddingVertical: 0,
|
|
15
|
+
},
|
|
16
|
+
'tab--active': {
|
|
17
|
+
backgroundColor: theme.colors.white,
|
|
18
|
+
},
|
|
19
|
+
'tab-txt': {
|
|
20
|
+
fontFamily: 'MontserratBold',
|
|
21
|
+
fontSize: 14,
|
|
22
|
+
lineHeight: 16,
|
|
23
|
+
color: theme.colors.grayText,
|
|
24
|
+
},
|
|
25
|
+
'tab-txt--active': {
|
|
26
|
+
fontFamily: 'MontserratBold',
|
|
27
|
+
fontSize: 14,
|
|
28
|
+
lineHeight: 16,
|
|
29
|
+
color: theme.colors.primary,
|
|
30
|
+
},
|
|
31
|
+
});
|
|
@@ -0,0 +1,310 @@
|
|
|
1
|
+
import { StyleSheet } from 'react-native';
|
|
2
|
+
import { theme } from '../../../src/config/paper.config';
|
|
3
|
+
|
|
4
|
+
export const styleVirtualCard = StyleSheet.create({
|
|
5
|
+
'virtualCard-title': {
|
|
6
|
+
fontFamily: 'MontserratSemiBold',
|
|
7
|
+
fontSize: 20,
|
|
8
|
+
lineHeight: 30,
|
|
9
|
+
color: theme.colors.boldDark,
|
|
10
|
+
marginTop: 24,
|
|
11
|
+
},
|
|
12
|
+
'virtualCard-items': {
|
|
13
|
+
marginTop: 16,
|
|
14
|
+
},
|
|
15
|
+
'virtualCard-screen-container': {
|
|
16
|
+
justifyContent: 'space-between',
|
|
17
|
+
flex: 1,
|
|
18
|
+
},
|
|
19
|
+
'virtualCard-screen-image': {
|
|
20
|
+
alignItems: 'center',
|
|
21
|
+
justifyContent: 'center',
|
|
22
|
+
marginVertical: 32,
|
|
23
|
+
},
|
|
24
|
+
'virtualCard-screen-content': {
|
|
25
|
+
flex: 1,
|
|
26
|
+
justifyContent: 'space-between',
|
|
27
|
+
},
|
|
28
|
+
'virtualCard-name-title': {
|
|
29
|
+
fontFamily: 'MontserratSemiBold',
|
|
30
|
+
fontSize: 20,
|
|
31
|
+
lineHeight: 30,
|
|
32
|
+
color: theme.colors.boldDark,
|
|
33
|
+
marginBottom: 32,
|
|
34
|
+
},
|
|
35
|
+
'virtualCard-name-container': {
|
|
36
|
+
flex: 1,
|
|
37
|
+
justifyContent: 'space-between',
|
|
38
|
+
},
|
|
39
|
+
|
|
40
|
+
'virtualCard-details': {
|
|
41
|
+
flex: 1,
|
|
42
|
+
justifyContent: 'space-between',
|
|
43
|
+
},
|
|
44
|
+
'virtualCard-detail-container': {
|
|
45
|
+
marginTop: 16,
|
|
46
|
+
borderColor: theme.colors.white,
|
|
47
|
+
shadowColor: theme.colors.transparent,
|
|
48
|
+
shadowOffset: { width: 0, height: 0 },
|
|
49
|
+
shadowOpacity: 0,
|
|
50
|
+
shadowRadius: 0,
|
|
51
|
+
elevation: 0,
|
|
52
|
+
},
|
|
53
|
+
'virtualCard-detail-title': {
|
|
54
|
+
color: theme.colors.darkBlue,
|
|
55
|
+
fontFamily: 'MontserratSemiBold',
|
|
56
|
+
fontSize: 20,
|
|
57
|
+
lineHeight: 30,
|
|
58
|
+
},
|
|
59
|
+
'virtualCard-detail-subtitle': {
|
|
60
|
+
color: theme.colors.primary,
|
|
61
|
+
fontFamily: 'MontserratSemiBold',
|
|
62
|
+
fontSize: 14,
|
|
63
|
+
lineHeight: 21,
|
|
64
|
+
marginBottom: 16,
|
|
65
|
+
},
|
|
66
|
+
'virtualCard-detail-label': {
|
|
67
|
+
color: theme.colors.lightBlack,
|
|
68
|
+
fontFamily: 'MontserratSemiBold',
|
|
69
|
+
fontSize: 14,
|
|
70
|
+
lineHeight: 21,
|
|
71
|
+
marginBottom: 16,
|
|
72
|
+
verticalAlign: 'middle',
|
|
73
|
+
justifyContent: 'center',
|
|
74
|
+
alignItems: 'center',
|
|
75
|
+
flexDirection: 'row',
|
|
76
|
+
},
|
|
77
|
+
'virtualCard-detail-txt': {
|
|
78
|
+
color: theme.colors.lightBlack,
|
|
79
|
+
fontFamily: 'MontserratRegular',
|
|
80
|
+
fontSize: 14,
|
|
81
|
+
lineHeight: 21,
|
|
82
|
+
},
|
|
83
|
+
'virtualCard-created-dsc': {
|
|
84
|
+
fontFamily: 'MontserratRegular',
|
|
85
|
+
fontSize: 16,
|
|
86
|
+
lineHeight: 24,
|
|
87
|
+
color: theme.colors.blackText,
|
|
88
|
+
textAlign: 'center',
|
|
89
|
+
},
|
|
90
|
+
'virtualCard-created-dialogDown': {
|
|
91
|
+
height: '50%',
|
|
92
|
+
shadowColor: theme.colors.primary,
|
|
93
|
+
shadowOffset: {
|
|
94
|
+
width: 0,
|
|
95
|
+
height: -2,
|
|
96
|
+
},
|
|
97
|
+
shadowOpacity: 0.2,
|
|
98
|
+
shadowRadius: 13.9,
|
|
99
|
+
},
|
|
100
|
+
'virtualCard-created-btn': {
|
|
101
|
+
marginTop: 72,
|
|
102
|
+
},
|
|
103
|
+
'virtualCard-color-text': { fontFamily: 'MontserratSemiBold', fontSize: 14, color: theme.colors.boldBlack },
|
|
104
|
+
'virtualCard-color-container': { flexDirection: 'row', gap: 16 },
|
|
105
|
+
'virtualCard-select-color': { flex: 1, justifyContent: 'space-between' },
|
|
106
|
+
'virtualCard-select-color-title': {
|
|
107
|
+
fontFamily: 'MontserratSemiBold',
|
|
108
|
+
fontSize: 20,
|
|
109
|
+
color: theme.colors.boldBlack,
|
|
110
|
+
marginBottom: 32,
|
|
111
|
+
},
|
|
112
|
+
});
|
|
113
|
+
export const stylePhysicalCard = StyleSheet.create({
|
|
114
|
+
'physicalCard-container': { flex: 1, justifyContent: 'space-between' },
|
|
115
|
+
'physicalCard-description': {
|
|
116
|
+
fontFamily: 'MontserratRegular',
|
|
117
|
+
fontSize: 14,
|
|
118
|
+
color: theme.colors.boldBlack,
|
|
119
|
+
marginTop: 16,
|
|
120
|
+
marginBottom: 24,
|
|
121
|
+
},
|
|
122
|
+
'physicalCard-address': {
|
|
123
|
+
fontFamily: 'MontserratRegular',
|
|
124
|
+
fontSize: 14,
|
|
125
|
+
color: theme.colors.boldBlack,
|
|
126
|
+
marginBottom: 16,
|
|
127
|
+
},
|
|
128
|
+
'physicalCard-address-zip': {
|
|
129
|
+
fontFamily: 'MontserratSemiBold',
|
|
130
|
+
fontSize: 14,
|
|
131
|
+
color: theme.colors.boldBlack,
|
|
132
|
+
},
|
|
133
|
+
'physicalCard-address-zip-code': {
|
|
134
|
+
fontFamily: 'MontserratRegular',
|
|
135
|
+
fontSize: 14,
|
|
136
|
+
color: theme.colors.boldBlack,
|
|
137
|
+
},
|
|
138
|
+
'physicalCard-btn-container': { flexDirection: 'row', justifyContent: 'space-evenly', marginTop: 32 },
|
|
139
|
+
'physicalCard-btn': { width: 65, height: 38 },
|
|
140
|
+
'physicalCard-name-title': {
|
|
141
|
+
fontFamily: 'MontserratSemiBold',
|
|
142
|
+
fontSize: 20,
|
|
143
|
+
lineHeight: 30,
|
|
144
|
+
color: theme.colors.boldDark,
|
|
145
|
+
marginBottom: 16,
|
|
146
|
+
},
|
|
147
|
+
'physicalCard-name-subtitle': {
|
|
148
|
+
fontFamily: 'MontserratRegular',
|
|
149
|
+
fontSize: 14,
|
|
150
|
+
color: theme.colors.boldBlack,
|
|
151
|
+
marginBottom: 32,
|
|
152
|
+
},
|
|
153
|
+
'physicalCard-detail-container': { marginVertical: 24 },
|
|
154
|
+
'physicalCard-detail-title-card-name': {
|
|
155
|
+
fontSize: 14,
|
|
156
|
+
fontFamily: 'MontserratSemiBold',
|
|
157
|
+
color: theme.colors.primary,
|
|
158
|
+
marginBottom: 16,
|
|
159
|
+
},
|
|
160
|
+
'physicalCard-detail-label-name': {
|
|
161
|
+
fontSize: 14,
|
|
162
|
+
fontFamily: 'MontserratSemiBold',
|
|
163
|
+
color: theme.colors.boldBlack,
|
|
164
|
+
marginBottom: 16,
|
|
165
|
+
},
|
|
166
|
+
'physicalCard-detail-card-name': {
|
|
167
|
+
fontSize: 14,
|
|
168
|
+
fontFamily: 'MontserratRegular',
|
|
169
|
+
color: theme.colors.boldBlack,
|
|
170
|
+
},
|
|
171
|
+
});
|
|
172
|
+
export const styleManageCards = StyleSheet.create({
|
|
173
|
+
'manageCards-title': {
|
|
174
|
+
fontFamily: 'MontserratBold',
|
|
175
|
+
fontSize: 20,
|
|
176
|
+
color: theme.colors.boldBlack,
|
|
177
|
+
textAlign: 'center',
|
|
178
|
+
marginBottom: 14,
|
|
179
|
+
marginTop: -64,
|
|
180
|
+
},
|
|
181
|
+
'manageCards-description': {
|
|
182
|
+
fontFamily: 'MontserratRegular',
|
|
183
|
+
fontSize: 14,
|
|
184
|
+
color: theme.colors.boldBlack,
|
|
185
|
+
textAlign: 'center',
|
|
186
|
+
marginBottom: 44,
|
|
187
|
+
},
|
|
188
|
+
});
|
|
189
|
+
|
|
190
|
+
export const styleDebitCards = StyleSheet.create({
|
|
191
|
+
'debitCard-main':{
|
|
192
|
+
flex: 1,
|
|
193
|
+
justifyContent: 'space-between'
|
|
194
|
+
},
|
|
195
|
+
'debitCard-subtitle': {
|
|
196
|
+
fontFamily: 'MontserratSemiBold',
|
|
197
|
+
fontSize: 20,
|
|
198
|
+
color: theme.colors.boldDark,
|
|
199
|
+
lineHeight: 30,
|
|
200
|
+
textAlign: 'center',
|
|
201
|
+
},
|
|
202
|
+
'debitCard-header': {
|
|
203
|
+
marginTop: 24,
|
|
204
|
+
marginBottom: 24,
|
|
205
|
+
},
|
|
206
|
+
|
|
207
|
+
'debitCard-info': {
|
|
208
|
+
alignItems: 'center',
|
|
209
|
+
gap: 24,
|
|
210
|
+
},
|
|
211
|
+
'debitCard-homeButtons-container': {
|
|
212
|
+
flexDirection: 'row',
|
|
213
|
+
justifyContent: 'space-around',
|
|
214
|
+
backgroundColor: theme.colors.white,
|
|
215
|
+
paddingTop: 8,
|
|
216
|
+
paddingRight: 16,
|
|
217
|
+
paddingBottom: 8,
|
|
218
|
+
paddingLeft: 16,
|
|
219
|
+
borderRadius: 8,
|
|
220
|
+
marginTop: 24,
|
|
221
|
+
},
|
|
222
|
+
|
|
223
|
+
'debitCard-homeButtons': {
|
|
224
|
+
alignItems: 'center',
|
|
225
|
+
flexDirection: 'column',
|
|
226
|
+
width: 83,
|
|
227
|
+
minHeight: 86,
|
|
228
|
+
paddingVertical: 8,
|
|
229
|
+
gap: 8,
|
|
230
|
+
},
|
|
231
|
+
'debitCard-homeButtons-text': {
|
|
232
|
+
color: theme.colors.lightGrayText,
|
|
233
|
+
fontFamily: 'MontserratSemiBold',
|
|
234
|
+
fontSize: 10,
|
|
235
|
+
lineHeight: 15,
|
|
236
|
+
textAlign: 'center',
|
|
237
|
+
},
|
|
238
|
+
|
|
239
|
+
'debitCard-container': {
|
|
240
|
+
gap: 3,
|
|
241
|
+
},
|
|
242
|
+
|
|
243
|
+
'debitCard-details': {
|
|
244
|
+
borderWidth: 1,
|
|
245
|
+
borderColor: 'rgba(205, 194, 244, 0.37)',
|
|
246
|
+
borderRadius: 4,
|
|
247
|
+
shadowColor: 'transparent',
|
|
248
|
+
shadowOffset: { width: 0, height: 0 },
|
|
249
|
+
shadowOpacity: 0,
|
|
250
|
+
shadowRadius: 0,
|
|
251
|
+
elevation: 0,
|
|
252
|
+
},
|
|
253
|
+
'debitCard-items': {
|
|
254
|
+
flexDirection: 'row',
|
|
255
|
+
alignItems: 'center',
|
|
256
|
+
},
|
|
257
|
+
|
|
258
|
+
'debitCard-item': {
|
|
259
|
+
flex: 1,
|
|
260
|
+
marginLeft: 8,
|
|
261
|
+
},
|
|
262
|
+
'debitCard-item-title': {
|
|
263
|
+
fontFamily: 'MontserratSemiBold',
|
|
264
|
+
fontSize: 14,
|
|
265
|
+
lineHeight: 21,
|
|
266
|
+
color: theme.colors.lightGrayText,
|
|
267
|
+
},
|
|
268
|
+
'debitCard-item-subtitle': {
|
|
269
|
+
fontFamily: 'MonserratRegular',
|
|
270
|
+
fontSize: 12,
|
|
271
|
+
lineHeight: 18,
|
|
272
|
+
color: theme.colors.cardDsc,
|
|
273
|
+
},
|
|
274
|
+
'debitCard-item-subtitle--bold': {
|
|
275
|
+
fontFamily: 'MontserratSemiBold',
|
|
276
|
+
fontSize: 12,
|
|
277
|
+
lineHeight: 18,
|
|
278
|
+
color: theme.colors.cardDsc,
|
|
279
|
+
},
|
|
280
|
+
});
|
|
281
|
+
|
|
282
|
+
export const styleActivatedCard = StyleSheet.create({
|
|
283
|
+
'activatedCard-buttonTitle': {
|
|
284
|
+
color: theme.colors.blackText,
|
|
285
|
+
fontFamily: 'MontserratSemiBold',
|
|
286
|
+
fontSize: 10,
|
|
287
|
+
lineHeight: 15,
|
|
288
|
+
textAlign: 'center',
|
|
289
|
+
},
|
|
290
|
+
'activatedCard-cardTitle': {
|
|
291
|
+
fontFamily: 'MontserratSemiBold',
|
|
292
|
+
fontSize: 14,
|
|
293
|
+
lineHeight: 21,
|
|
294
|
+
color: theme.colors.blackText,
|
|
295
|
+
},
|
|
296
|
+
'activatedCard-subtitle--bold': {
|
|
297
|
+
fontFamily: 'MontserratSemiBold',
|
|
298
|
+
fontSize: 12,
|
|
299
|
+
lineHeight: 18,
|
|
300
|
+
color: theme.colors.primary,
|
|
301
|
+
},
|
|
302
|
+
'activatedCard-container':{
|
|
303
|
+
marginBottom: 24
|
|
304
|
+
},
|
|
305
|
+
'activatedCard-image':{
|
|
306
|
+
alignItems: 'center',
|
|
307
|
+
marginTop: 20
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
});
|
|
@@ -0,0 +1,289 @@
|
|
|
1
|
+
import { StyleSheet } from 'react-native';
|
|
2
|
+
import { theme } from '../../../src/config/paper.config';
|
|
3
|
+
|
|
4
|
+
export const styleHome = StyleSheet.create({
|
|
5
|
+
'home-help': {
|
|
6
|
+
flexDirection: 'column',
|
|
7
|
+
alignItems: 'center',
|
|
8
|
+
},
|
|
9
|
+
'home-help-txt': {
|
|
10
|
+
fontFamily: 'MontserratSemiBold',
|
|
11
|
+
fontSize: 12,
|
|
12
|
+
color: theme.colors.white,
|
|
13
|
+
},
|
|
14
|
+
'home-upper': {
|
|
15
|
+
flex: 1,
|
|
16
|
+
},
|
|
17
|
+
'home-upper-header': {
|
|
18
|
+
flexDirection: 'row',
|
|
19
|
+
justifyContent: 'space-between',
|
|
20
|
+
marginTop: 32,
|
|
21
|
+
paddingVertical: 32,
|
|
22
|
+
paddingHorizontal: 16,
|
|
23
|
+
},
|
|
24
|
+
'home-upper-txt': {
|
|
25
|
+
fontFamily: 'MontserratBold',
|
|
26
|
+
fontSize: 20,
|
|
27
|
+
lineHeight: 24,
|
|
28
|
+
},
|
|
29
|
+
'home-amount-container': {
|
|
30
|
+
alignItems: 'center',
|
|
31
|
+
marginBottom: 36,
|
|
32
|
+
},
|
|
33
|
+
'home-lower': {
|
|
34
|
+
flex: 1,
|
|
35
|
+
backgroundColor: theme.colors.background,
|
|
36
|
+
borderTopLeftRadius: 16,
|
|
37
|
+
borderTopRightRadius: 16,
|
|
38
|
+
marginTop: -32,
|
|
39
|
+
},
|
|
40
|
+
'home-amount-txt': {
|
|
41
|
+
fontFamily: 'MontserratSemiBold',
|
|
42
|
+
fontSize: 14,
|
|
43
|
+
lineHeight: 21,
|
|
44
|
+
color: theme.colors.white,
|
|
45
|
+
},
|
|
46
|
+
'home-amount-value': {
|
|
47
|
+
marginTop: 8,
|
|
48
|
+
flexDirection: 'row',
|
|
49
|
+
alignItems: 'center',
|
|
50
|
+
justifyContent: 'flex-end',
|
|
51
|
+
},
|
|
52
|
+
'home-amount-touchable': {
|
|
53
|
+
marginLeft: 16,
|
|
54
|
+
},
|
|
55
|
+
'home-amount-value-txt': {
|
|
56
|
+
fontFamily: 'MontserratBold',
|
|
57
|
+
fontSize: 36,
|
|
58
|
+
lineHeight: 40,
|
|
59
|
+
textAlign: 'center',
|
|
60
|
+
},
|
|
61
|
+
'home-amount-img': {
|
|
62
|
+
width: 100,
|
|
63
|
+
height: 40,
|
|
64
|
+
},
|
|
65
|
+
'home-buttons': {
|
|
66
|
+
flexDirection: 'row',
|
|
67
|
+
justifyContent: 'space-around',
|
|
68
|
+
marginBottom: 16,
|
|
69
|
+
},
|
|
70
|
+
'home-buttons-container': {
|
|
71
|
+
alignItems: 'center',
|
|
72
|
+
},
|
|
73
|
+
'home-buttons-text': {
|
|
74
|
+
fontFamily: 'MontserratSemiBold',
|
|
75
|
+
fontSize: 10,
|
|
76
|
+
lineHeight: 15,
|
|
77
|
+
color: theme.colors.white,
|
|
78
|
+
marginTop: 8,
|
|
79
|
+
},
|
|
80
|
+
cards: {
|
|
81
|
+
gap: 24,
|
|
82
|
+
},
|
|
83
|
+
'card-container': {
|
|
84
|
+
marginVertical: 16,
|
|
85
|
+
},
|
|
86
|
+
'card-explore': {
|
|
87
|
+
backgroundColor: theme.colors.white,
|
|
88
|
+
borderColor: theme.colors.lightPrimary,
|
|
89
|
+
borderWidth: 1,
|
|
90
|
+
borderRadius: 7,
|
|
91
|
+
shadowColor: theme.colors.lightPrimary,
|
|
92
|
+
shadowOffset: { width: 0, height: 3 },
|
|
93
|
+
shadowOpacity: 0.8,
|
|
94
|
+
shadowRadius: 6,
|
|
95
|
+
elevation: 4,
|
|
96
|
+
},
|
|
97
|
+
'card-explore-title-container': {
|
|
98
|
+
backgroundColor: theme.colors.boldBlue,
|
|
99
|
+
borderTopLeftRadius: 7,
|
|
100
|
+
borderTopRightRadius: 7,
|
|
101
|
+
position: 'relative',
|
|
102
|
+
overflow: 'hidden',
|
|
103
|
+
zIndex: 30,
|
|
104
|
+
height: 85,
|
|
105
|
+
justifyContent: 'center',
|
|
106
|
+
},
|
|
107
|
+
'card-explore-image': {
|
|
108
|
+
position: 'absolute',
|
|
109
|
+
width: 143.09,
|
|
110
|
+
height: 90.93,
|
|
111
|
+
top: 14,
|
|
112
|
+
right: 102,
|
|
113
|
+
borderRadius: 8,
|
|
114
|
+
borderWidth: 1,
|
|
115
|
+
transform: [{ rotate: '21.54deg' }],
|
|
116
|
+
zIndex: -10,
|
|
117
|
+
},
|
|
118
|
+
'card-explore-image-2': {
|
|
119
|
+
position: 'absolute',
|
|
120
|
+
width: 143.09,
|
|
121
|
+
height: 90.93,
|
|
122
|
+
bottom: 31,
|
|
123
|
+
right: -22,
|
|
124
|
+
transform: [{ rotate: '21.54deg' }],
|
|
125
|
+
zIndex: -10,
|
|
126
|
+
borderRadius: 8,
|
|
127
|
+
borderWidth: 1,
|
|
128
|
+
},
|
|
129
|
+
'card-explore-title': {
|
|
130
|
+
color: theme.colors.white,
|
|
131
|
+
fontFamily: 'MontserratBold',
|
|
132
|
+
fontSize: 14,
|
|
133
|
+
lineHeight: 21,
|
|
134
|
+
marginTop: 16,
|
|
135
|
+
},
|
|
136
|
+
'card-explore-subtitle': {
|
|
137
|
+
color: theme.colors.white,
|
|
138
|
+
fontFamily: 'MontserratRegular',
|
|
139
|
+
fontSize: 12,
|
|
140
|
+
lineHeight: 18,
|
|
141
|
+
marginTop: -8,
|
|
142
|
+
},
|
|
143
|
+
'card-explore-dsc': {
|
|
144
|
+
color: theme.colors.deepGray,
|
|
145
|
+
fontFamily: 'MontserratRegular',
|
|
146
|
+
fontSize: 12,
|
|
147
|
+
lineHeight: 18,
|
|
148
|
+
textAlign: 'justify',
|
|
149
|
+
},
|
|
150
|
+
'card-explore-bold-dsc': {
|
|
151
|
+
color: theme.colors.primary,
|
|
152
|
+
fontFamily: 'MontserratSemiBold',
|
|
153
|
+
fontSize: 12,
|
|
154
|
+
lineHeight: 18,
|
|
155
|
+
},
|
|
156
|
+
paragraphSeparator: {
|
|
157
|
+
marginTop: 10,
|
|
158
|
+
},
|
|
159
|
+
'card-explorer-ria-title': {
|
|
160
|
+
fontFamily: 'MontserratSemiBold',
|
|
161
|
+
fontSize: 12,
|
|
162
|
+
lineHeight: 18,
|
|
163
|
+
color: theme.colors.blackText,
|
|
164
|
+
},
|
|
165
|
+
|
|
166
|
+
'card-content-items': {
|
|
167
|
+
flexDirection: 'column',
|
|
168
|
+
gap: 16,
|
|
169
|
+
marginTop: 16,
|
|
170
|
+
},
|
|
171
|
+
'card-explore-content-item': {
|
|
172
|
+
flexDirection: 'row',
|
|
173
|
+
gap: 6,
|
|
174
|
+
alignItems: 'center',
|
|
175
|
+
},
|
|
176
|
+
'card-explore-content-txt': {
|
|
177
|
+
color: theme.colors.blackText,
|
|
178
|
+
fontFamily: 'MontserratRegular',
|
|
179
|
+
fontSize: 14,
|
|
180
|
+
lineHeight: 21,
|
|
181
|
+
},
|
|
182
|
+
'card-explore-content-txt-bold': {
|
|
183
|
+
color: theme.colors.blackText,
|
|
184
|
+
fontFamily: 'MontserratSemiBold',
|
|
185
|
+
fontSize: 12,
|
|
186
|
+
lineHeight: 18,
|
|
187
|
+
},
|
|
188
|
+
'card-explore-virtualCards': {
|
|
189
|
+
flexDirection: 'row',
|
|
190
|
+
alignItems: 'center',
|
|
191
|
+
justifyContent: 'space-between',
|
|
192
|
+
},
|
|
193
|
+
'card-explore-virtualCards-details': {
|
|
194
|
+
flex: 1,
|
|
195
|
+
marginLeft: 8,
|
|
196
|
+
},
|
|
197
|
+
'card-explore-virtualCards-title': {
|
|
198
|
+
fontFamily: 'MontserratSemiBold',
|
|
199
|
+
color: theme.colors.blackText,
|
|
200
|
+
fontSize: 14,
|
|
201
|
+
lineHeight: 21,
|
|
202
|
+
},
|
|
203
|
+
'card-explore-virtualCards-subtitle': {
|
|
204
|
+
fontFamily: 'MontserratRegular',
|
|
205
|
+
color: theme.colors.cardDsc,
|
|
206
|
+
fontSize: 14,
|
|
207
|
+
lineHeight: 21,
|
|
208
|
+
},
|
|
209
|
+
'card-explore-virtualCards-subtitle-bold': {
|
|
210
|
+
color: theme.colors.primary,
|
|
211
|
+
fontFamily: 'MontserratSemiBold',
|
|
212
|
+
fontSize: 14,
|
|
213
|
+
lineHeight: 21,
|
|
214
|
+
},
|
|
215
|
+
'card-movement-transactions': {
|
|
216
|
+
borderColor: theme.colors.white,
|
|
217
|
+
marginBottom: 8,
|
|
218
|
+
},
|
|
219
|
+
'card-movement-row': {
|
|
220
|
+
flexDirection: 'row',
|
|
221
|
+
justifyContent: 'space-between',
|
|
222
|
+
alignItems: 'center',
|
|
223
|
+
},
|
|
224
|
+
'card-movement-details': {
|
|
225
|
+
flex: 1,
|
|
226
|
+
gap: 3,
|
|
227
|
+
marginLeft: 8,
|
|
228
|
+
},
|
|
229
|
+
'card-movement-title': {
|
|
230
|
+
fontFamily: 'MontserratSemiBold',
|
|
231
|
+
fontSize: 14,
|
|
232
|
+
lineHeight: 21,
|
|
233
|
+
color: theme.colors.primary,
|
|
234
|
+
},
|
|
235
|
+
'card-movement-dsc': {
|
|
236
|
+
fontFamily: 'MontserratRegular',
|
|
237
|
+
fontSize: 12,
|
|
238
|
+
lineHeight: 18,
|
|
239
|
+
color: theme.colors.cardDsc,
|
|
240
|
+
},
|
|
241
|
+
'card-movement-date': {
|
|
242
|
+
color: theme.colors.blackText,
|
|
243
|
+
fontFamily: 'MontserratSemiBold',
|
|
244
|
+
fontSize: 14,
|
|
245
|
+
lineHeight: 21,
|
|
246
|
+
},
|
|
247
|
+
'card-movement-amount': {
|
|
248
|
+
fontFamily: 'MontserratSemiBold',
|
|
249
|
+
fontSize: 12,
|
|
250
|
+
lineHeight: 18,
|
|
251
|
+
},
|
|
252
|
+
'home-footer-container': {
|
|
253
|
+
backgroundColor: theme.colors.white,
|
|
254
|
+
borderBlockColor: theme.colors.lightPurpleBorder,
|
|
255
|
+
borderTopWidth: 1,
|
|
256
|
+
shadowColor: theme.colors.lightPurpleShadow,
|
|
257
|
+
shadowOffset: { width: 0, height: -1 },
|
|
258
|
+
shadowOpacity: 0.7,
|
|
259
|
+
shadowRadius: 5.4,
|
|
260
|
+
height: 80,
|
|
261
|
+
paddingLeft: 28,
|
|
262
|
+
paddingRight: 28,
|
|
263
|
+
justifyContent: 'center',
|
|
264
|
+
},
|
|
265
|
+
'home-footer-items': {
|
|
266
|
+
flexDirection: 'row',
|
|
267
|
+
justifyContent: 'space-between',
|
|
268
|
+
alignItems: 'center',
|
|
269
|
+
},
|
|
270
|
+
'home-footer-item': {
|
|
271
|
+
alignItems: 'center',
|
|
272
|
+
justifyContent: 'center',
|
|
273
|
+
paddingTop: 16,
|
|
274
|
+
paddingBottom: 16,
|
|
275
|
+
width: 82,
|
|
276
|
+
},
|
|
277
|
+
'home-footer-txt': {
|
|
278
|
+
marginTop: 5,
|
|
279
|
+
color: theme.colors.darkGray,
|
|
280
|
+
},
|
|
281
|
+
'home-footer--active': {
|
|
282
|
+
borderTopWidth: 3,
|
|
283
|
+
borderTopColor: theme.colors.blackText,
|
|
284
|
+
},
|
|
285
|
+
'home-footer-txt--active': {
|
|
286
|
+
color: theme.colors.blackText,
|
|
287
|
+
marginTop: 5,
|
|
288
|
+
},
|
|
289
|
+
});
|