@hero-design/rn 7.17.0 → 7.18.0
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/.turbo/turbo-build.log +2 -2
- package/es/index.js +3712 -3473
- package/lib/index.js +3716 -3475
- package/package.json +2 -2
- package/src/components/Accordion/__tests__/__snapshots__/AccordionItem.spec.tsx.snap +12 -12
- package/src/components/Accordion/__tests__/__snapshots__/index.spec.tsx.snap +18 -18
- package/src/components/Alert/__tests__/__snapshots__/index.spec.tsx.snap +26 -26
- package/src/components/Avatar/__tests__/__snapshots__/StyledAvatar.spec.tsx.snap +3 -3
- package/src/components/Avatar/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
- package/src/components/Badge/__tests__/__snapshots__/Badge.spec.tsx.snap +1 -1
- package/src/components/Badge/__tests__/__snapshots__/Status.spec.tsx.snap +2 -2
- package/src/components/BottomNavigation/__tests__/__snapshots__/index.spec.tsx.snap +9 -9
- package/src/components/BottomNavigation/index.tsx +1 -1
- package/src/components/BottomSheet/__tests__/__snapshots__/index.spec.tsx.snap +12 -12
- package/src/components/Button/Button.tsx +1 -0
- package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/StyledLoadingIndicator.spec.tsx.snap +2 -2
- package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/index.spec.tsx.snap +6 -6
- package/src/components/Button/UtilityButton/{styled.tsx → StyledUtilityButton.tsx} +2 -2
- package/src/components/Button/UtilityButton/__tests__/__snapshots__/index.spec.tsx.snap +8 -8
- package/src/components/Button/UtilityButton/index.tsx +5 -1
- package/src/components/Button/__tests__/__snapshots__/IconButton.spec.tsx.snap +1 -1
- package/src/components/Button/__tests__/__snapshots__/StyledButton.spec.tsx.snap +69 -69
- package/src/components/Calendar/__tests__/__snapshots__/CalendarRowItem.spec.tsx.snap +12 -12
- package/src/components/Card/__tests__/__snapshots__/StyledCard.spec.tsx.snap +1 -1
- package/src/components/Checkbox/__tests__/__snapshots__/StyledCheckbox.spec.tsx.snap +1 -1
- package/src/components/Checkbox/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
- package/src/components/ContentNavigator/__tests__/__snapshots__/StyledContentNavigator.spec.tsx.snap +1 -1
- package/src/components/ContentNavigator/__tests__/__snapshots__/index.spec.tsx.snap +6 -6
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +6 -5
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +13 -12
- package/src/components/Divider/__tests__/__snapshots__/StyledDivider.spec.tsx.snap +12 -12
- package/src/components/Drawer/DragableDrawer/__tests__/__snapshots__/index.spec.tsx.snap +99 -0
- package/src/components/Drawer/DragableDrawer/__tests__/helpers.spec.ts +39 -0
- package/src/components/Drawer/DragableDrawer/__tests__/index.spec.tsx +24 -0
- package/src/components/Drawer/DragableDrawer/helpers.ts +43 -0
- package/src/components/Drawer/DragableDrawer/index.tsx +205 -0
- package/src/components/Drawer/StyledDrawer.tsx +70 -26
- package/src/components/Drawer/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
- package/src/components/Drawer/index.tsx +4 -1
- package/src/components/Empty/StyledEmpty.tsx +4 -3
- package/src/components/Empty/__tests__/__snapshots__/index.spec.tsx.snap +4 -3
- package/src/components/Empty/index.tsx +2 -2
- package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +28 -28
- package/src/components/FAB/ActionGroup/index.tsx +1 -1
- package/src/components/FAB/__tests__/__snapshots__/AnimatedFABIcon.spec.tsx.snap +2 -2
- package/src/components/FAB/__tests__/__snapshots__/StyledFAB.spec.tsx.snap +3 -3
- package/src/components/FAB/__tests__/__snapshots__/index.spec.tsx.snap +9 -9
- package/src/components/Icon/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
- package/src/components/List/ListItem.tsx +1 -1
- package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +3 -3
- package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +20 -20
- package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +6 -6
- package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +12 -12
- package/src/components/PinInput/__tests__/__snapshots__/PinCell.spec.tsx.snap +4 -4
- package/src/components/PinInput/__tests__/__snapshots__/index.spec.tsx.snap +22 -22
- package/src/components/Progress/ProgressCircle.tsx +25 -22
- package/src/components/Progress/StyledProgressCircle.tsx +33 -28
- package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +102 -92
- package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +5 -5
- package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +6 -6
- package/src/components/Radio/__tests__/__snapshots__/StyledRadio.spec.tsx.snap +3 -3
- package/src/components/RichTextEditor/__tests__/__snapshots__/EditorToolbar.spec.tsx.snap +11 -11
- package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +8 -6
- package/src/components/SectionHeading/__tests__/__snapshots__/StyledHeading.spec.tsx.snap +1 -1
- package/src/components/SectionHeading/__tests__/__snapshots__/index.spec.tsx.snap +9 -9
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +3 -3
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +42 -42
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +126 -121
- package/src/components/Select/MultiSelect/index.tsx +1 -4
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +2 -2
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +36 -36
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +99 -94
- package/src/components/Select/SingleSelect/index.tsx +2 -6
- package/src/components/Select/__tests__/__snapshots__/StyledSelect.spec.tsx.snap +2 -2
- package/src/components/Spinner/__tests__/__snapshots__/AnimatedSpinner.spec.tsx.snap +4 -4
- package/src/components/Spinner/__tests__/__snapshots__/StyledSpinner.spec.tsx.snap +8 -8
- package/src/components/Spinner/__tests__/__snapshots__/index.spec.tsx.snap +4 -4
- package/src/components/Switch/__tests__/__snapshots__/StyledHeading.spec.tsx.snap +1 -1
- package/src/components/Switch/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
- package/src/components/Tabs/ScrollableTabs.tsx +1 -1
- package/src/components/Tabs/__tests__/ScrollableTabs.spec.tsx +8 -0
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +85 -6
- package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +87 -8
- package/src/components/Tabs/__tests__/index.spec.tsx +8 -0
- package/src/components/Tabs/index.tsx +8 -3
- package/src/components/Tag/__tests__/__snapshots__/Tag.spec.tsx.snap +9 -9
- package/src/components/TextInput/StyledTextInput.tsx +1 -0
- package/src/components/TextInput/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +50 -50
- package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +100 -87
- package/src/components/TextInput/index.tsx +2 -2
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +6 -5
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +13 -12
- package/src/components/Toast/__tests__/__snapshots__/Toast.spec.tsx.snap +22 -22
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +12 -12
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +8 -8
- package/src/components/Typography/Text/__tests__/__snapshots__/StyledText.spec.tsx.snap +13 -13
- package/src/index.ts +9 -1
- package/src/theme/ThemeProvider.ts +19 -0
- package/src/theme/ThemeSwitcher.tsx +27 -0
- package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +161 -149
- package/src/theme/components/alert.ts +3 -3
- package/src/theme/components/badge.ts +1 -1
- package/src/theme/components/button.ts +9 -8
- package/src/theme/components/card.ts +4 -4
- package/src/theme/components/drawer.ts +14 -2
- package/src/theme/components/empty.ts +3 -2
- package/src/theme/components/list.ts +4 -4
- package/src/theme/components/pinInput.ts +2 -2
- package/src/theme/components/progress.ts +5 -5
- package/src/theme/components/toast.ts +3 -3
- package/src/theme/getTheme.ts +129 -0
- package/src/theme/global/colors/swag.ts +54 -0
- package/src/theme/global/colors/types.ts +45 -0
- package/src/theme/global/colors/work.ts +14 -0
- package/src/theme/global/index.ts +6 -2
- package/src/theme/index.ts +16 -143
- package/src/utils/scale.ts +4 -1
- package/types/components/Button/Button.d.ts +1 -0
- package/types/components/Button/UtilityButton/{styled.d.ts → StyledUtilityButton.d.ts} +0 -0
- package/types/components/Drawer/DragableDrawer/__tests__/helpers.spec.d.ts +1 -0
- package/types/components/Drawer/DragableDrawer/__tests__/index.spec.d.ts +1 -0
- package/types/components/Drawer/DragableDrawer/helpers.d.ts +8 -0
- package/types/components/Drawer/DragableDrawer/index.d.ts +33 -0
- package/types/components/Drawer/StyledDrawer.d.ts +34 -4
- package/types/components/Drawer/index.d.ts +4 -2
- package/types/components/Empty/index.d.ts +1 -1
- package/types/components/Icon/utils.d.ts +1 -1
- package/types/components/Progress/StyledProgressCircle.d.ts +12 -6
- package/types/index.d.ts +2 -2
- package/types/theme/ThemeProvider.d.ts +12 -0
- package/types/theme/ThemeSwitcher.d.ts +7 -0
- package/types/theme/components/button.d.ts +1 -1
- package/types/theme/components/drawer.d.ts +9 -0
- package/types/theme/components/empty.d.ts +3 -2
- package/types/theme/components/progress.d.ts +1 -2
- package/types/theme/getTheme.d.ts +74 -0
- package/types/theme/global/colors/swag.d.ts +3 -0
- package/types/theme/global/{colors.d.ts → colors/types.d.ts} +4 -3
- package/types/theme/global/colors/work.d.ts +3 -0
- package/types/theme/global/index.d.ts +7 -2
- package/types/theme/index.d.ts +7 -84
- package/src/theme/global/colors.ts +0 -50
|
@@ -49,7 +49,7 @@ Array [
|
|
|
49
49
|
style={
|
|
50
50
|
Array [
|
|
51
51
|
Object {
|
|
52
|
-
"borderColor": "#
|
|
52
|
+
"borderColor": "#001f23",
|
|
53
53
|
"borderRadius": 8,
|
|
54
54
|
"borderWidth": 1,
|
|
55
55
|
"bottom": 0,
|
|
@@ -71,6 +71,7 @@ Array [
|
|
|
71
71
|
"alignSelf": "stretch",
|
|
72
72
|
"flexDirection": "row",
|
|
73
73
|
"flexGrow": 2,
|
|
74
|
+
"flexShrink": 1,
|
|
74
75
|
},
|
|
75
76
|
undefined,
|
|
76
77
|
]
|
|
@@ -98,7 +99,7 @@ Array [
|
|
|
98
99
|
style={
|
|
99
100
|
Array [
|
|
100
101
|
Object {
|
|
101
|
-
"color": "#
|
|
102
|
+
"color": "#001f23",
|
|
102
103
|
"fontFamily": "BeVietnamPro-Regular",
|
|
103
104
|
"fontSize": 14,
|
|
104
105
|
"letterSpacing": 0.42,
|
|
@@ -108,7 +109,7 @@ Array [
|
|
|
108
109
|
Object {
|
|
109
110
|
"alignContent": "center",
|
|
110
111
|
"alignItems": "center",
|
|
111
|
-
"color": "#
|
|
112
|
+
"color": "#001f23",
|
|
112
113
|
"fontSize": 14,
|
|
113
114
|
"textAlignVertical": "center",
|
|
114
115
|
},
|
|
@@ -147,7 +148,7 @@ Array [
|
|
|
147
148
|
"textAlignVertical": "center",
|
|
148
149
|
},
|
|
149
150
|
Object {
|
|
150
|
-
"color": "#
|
|
151
|
+
"color": "#001f23",
|
|
151
152
|
},
|
|
152
153
|
]
|
|
153
154
|
}
|
|
@@ -160,7 +161,7 @@ Array [
|
|
|
160
161
|
style={
|
|
161
162
|
Array [
|
|
162
163
|
Object {
|
|
163
|
-
"color": "#
|
|
164
|
+
"color": "#001f23",
|
|
164
165
|
"fontSize": 16,
|
|
165
166
|
},
|
|
166
167
|
undefined,
|
|
@@ -233,7 +234,7 @@ Array [
|
|
|
233
234
|
onStartShouldSetResponder={[Function]}
|
|
234
235
|
style={
|
|
235
236
|
Object {
|
|
236
|
-
"backgroundColor": "#
|
|
237
|
+
"backgroundColor": "#001f23",
|
|
237
238
|
"bottom": 0,
|
|
238
239
|
"left": 0,
|
|
239
240
|
"opacity": 0.48,
|
|
@@ -254,7 +255,7 @@ Array [
|
|
|
254
255
|
"elevation": 10,
|
|
255
256
|
"maxHeight": "94%",
|
|
256
257
|
"paddingBottom": 0,
|
|
257
|
-
"shadowColor": "#
|
|
258
|
+
"shadowColor": "#001f23",
|
|
258
259
|
"shadowOffset": Object {
|
|
259
260
|
"height": 3,
|
|
260
261
|
"width": 0,
|
|
@@ -300,7 +301,7 @@ Array [
|
|
|
300
301
|
style={
|
|
301
302
|
Array [
|
|
302
303
|
Object {
|
|
303
|
-
"color": "#
|
|
304
|
+
"color": "#001f23",
|
|
304
305
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
305
306
|
"fontSize": 16,
|
|
306
307
|
"letterSpacing": 0.48,
|
|
@@ -352,7 +353,7 @@ Array [
|
|
|
352
353
|
style={
|
|
353
354
|
Array [
|
|
354
355
|
Object {
|
|
355
|
-
"color": "#
|
|
356
|
+
"color": "#001f23",
|
|
356
357
|
"fontSize": 20,
|
|
357
358
|
},
|
|
358
359
|
undefined,
|
|
@@ -368,7 +369,7 @@ Array [
|
|
|
368
369
|
style={
|
|
369
370
|
Array [
|
|
370
371
|
Object {
|
|
371
|
-
"borderBottomColor": "#
|
|
372
|
+
"borderBottomColor": "#e8e9ea",
|
|
372
373
|
"borderBottomWidth": 1,
|
|
373
374
|
"maxWidth": "100%",
|
|
374
375
|
},
|
|
@@ -445,7 +446,7 @@ Array [
|
|
|
445
446
|
Array [
|
|
446
447
|
Object {
|
|
447
448
|
"alignContent": "center",
|
|
448
|
-
"backgroundColor": "#
|
|
449
|
+
"backgroundColor": "#e8e9ea",
|
|
449
450
|
"display": "flex",
|
|
450
451
|
"flexDirection": "row",
|
|
451
452
|
"justifyContent": "space-between",
|
|
@@ -484,7 +485,7 @@ Array [
|
|
|
484
485
|
style={
|
|
485
486
|
Array [
|
|
486
487
|
Object {
|
|
487
|
-
"color": "#
|
|
488
|
+
"color": "#001f23",
|
|
488
489
|
"fontFamily": "BeVietnamPro-Regular",
|
|
489
490
|
"fontSize": 16,
|
|
490
491
|
"letterSpacing": 0.48,
|
|
@@ -601,7 +602,7 @@ Array [
|
|
|
601
602
|
style={
|
|
602
603
|
Array [
|
|
603
604
|
Object {
|
|
604
|
-
"color": "#
|
|
605
|
+
"color": "#001f23",
|
|
605
606
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
606
607
|
"fontSize": 16,
|
|
607
608
|
"letterSpacing": 0.48,
|
|
@@ -620,7 +621,7 @@ Array [
|
|
|
620
621
|
style={
|
|
621
622
|
Array [
|
|
622
623
|
Object {
|
|
623
|
-
"color": "#
|
|
624
|
+
"color": "#808f91",
|
|
624
625
|
"fontFamily": "BeVietnamPro-Regular",
|
|
625
626
|
"fontSize": 16,
|
|
626
627
|
"letterSpacing": 0.48,
|
|
@@ -745,7 +746,7 @@ Array [
|
|
|
745
746
|
style={
|
|
746
747
|
Array [
|
|
747
748
|
Object {
|
|
748
|
-
"color": "#
|
|
749
|
+
"color": "#001f23",
|
|
749
750
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
750
751
|
"fontSize": 16,
|
|
751
752
|
"letterSpacing": 0.48,
|
|
@@ -764,7 +765,7 @@ Array [
|
|
|
764
765
|
style={
|
|
765
766
|
Array [
|
|
766
767
|
Object {
|
|
767
|
-
"color": "#
|
|
768
|
+
"color": "#808f91",
|
|
768
769
|
"fontFamily": "BeVietnamPro-Regular",
|
|
769
770
|
"fontSize": 16,
|
|
770
771
|
"letterSpacing": 0.48,
|
|
@@ -848,7 +849,7 @@ Array [
|
|
|
848
849
|
Array [
|
|
849
850
|
Object {
|
|
850
851
|
"alignContent": "center",
|
|
851
|
-
"backgroundColor": "#
|
|
852
|
+
"backgroundColor": "#e8e9ea",
|
|
852
853
|
"display": "flex",
|
|
853
854
|
"flexDirection": "row",
|
|
854
855
|
"justifyContent": "space-between",
|
|
@@ -887,7 +888,7 @@ Array [
|
|
|
887
888
|
style={
|
|
888
889
|
Array [
|
|
889
890
|
Object {
|
|
890
|
-
"color": "#
|
|
891
|
+
"color": "#001f23",
|
|
891
892
|
"fontFamily": "BeVietnamPro-Regular",
|
|
892
893
|
"fontSize": 16,
|
|
893
894
|
"letterSpacing": 0.48,
|
|
@@ -1004,7 +1005,7 @@ Array [
|
|
|
1004
1005
|
style={
|
|
1005
1006
|
Array [
|
|
1006
1007
|
Object {
|
|
1007
|
-
"color": "#
|
|
1008
|
+
"color": "#001f23",
|
|
1008
1009
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
1009
1010
|
"fontSize": 16,
|
|
1010
1011
|
"letterSpacing": 0.48,
|
|
@@ -1023,7 +1024,7 @@ Array [
|
|
|
1023
1024
|
style={
|
|
1024
1025
|
Array [
|
|
1025
1026
|
Object {
|
|
1026
|
-
"color": "#
|
|
1027
|
+
"color": "#808f91",
|
|
1027
1028
|
"fontFamily": "BeVietnamPro-Regular",
|
|
1028
1029
|
"fontSize": 16,
|
|
1029
1030
|
"letterSpacing": 0.48,
|
|
@@ -1148,7 +1149,7 @@ Array [
|
|
|
1148
1149
|
style={
|
|
1149
1150
|
Array [
|
|
1150
1151
|
Object {
|
|
1151
|
-
"color": "#
|
|
1152
|
+
"color": "#001f23",
|
|
1152
1153
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
1153
1154
|
"fontSize": 16,
|
|
1154
1155
|
"letterSpacing": 0.48,
|
|
@@ -1167,7 +1168,7 @@ Array [
|
|
|
1167
1168
|
style={
|
|
1168
1169
|
Array [
|
|
1169
1170
|
Object {
|
|
1170
|
-
"color": "#
|
|
1171
|
+
"color": "#808f91",
|
|
1171
1172
|
"fontFamily": "BeVietnamPro-Regular",
|
|
1172
1173
|
"fontSize": 16,
|
|
1173
1174
|
"letterSpacing": 0.48,
|
|
@@ -1249,7 +1250,7 @@ Array [
|
|
|
1249
1250
|
style={
|
|
1250
1251
|
Array [
|
|
1251
1252
|
Object {
|
|
1252
|
-
"borderBottomColor": "#
|
|
1253
|
+
"borderBottomColor": "#e8e9ea",
|
|
1253
1254
|
"borderBottomWidth": 1,
|
|
1254
1255
|
"maxWidth": "100%",
|
|
1255
1256
|
},
|
|
@@ -1292,7 +1293,7 @@ Array [
|
|
|
1292
1293
|
style={
|
|
1293
1294
|
Array [
|
|
1294
1295
|
Object {
|
|
1295
|
-
"color": "#
|
|
1296
|
+
"color": "#001f23",
|
|
1296
1297
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
1297
1298
|
"fontSize": 16,
|
|
1298
1299
|
"letterSpacing": 0.48,
|
|
@@ -1300,7 +1301,7 @@ Array [
|
|
|
1300
1301
|
},
|
|
1301
1302
|
Array [
|
|
1302
1303
|
Object {
|
|
1303
|
-
"color": "#
|
|
1304
|
+
"color": "#8505a2",
|
|
1304
1305
|
},
|
|
1305
1306
|
undefined,
|
|
1306
1307
|
],
|
|
@@ -1372,7 +1373,7 @@ Array [
|
|
|
1372
1373
|
style={
|
|
1373
1374
|
Array [
|
|
1374
1375
|
Object {
|
|
1375
|
-
"borderColor": "#
|
|
1376
|
+
"borderColor": "#001f23",
|
|
1376
1377
|
"borderRadius": 8,
|
|
1377
1378
|
"borderWidth": 1,
|
|
1378
1379
|
"bottom": 0,
|
|
@@ -1407,7 +1408,7 @@ Array [
|
|
|
1407
1408
|
style={
|
|
1408
1409
|
Array [
|
|
1409
1410
|
Object {
|
|
1410
|
-
"color": "#
|
|
1411
|
+
"color": "#001f23",
|
|
1411
1412
|
"fontFamily": "BeVietnamPro-Regular",
|
|
1412
1413
|
"fontSize": 12,
|
|
1413
1414
|
"letterSpacing": 0.36,
|
|
@@ -1415,7 +1416,7 @@ Array [
|
|
|
1415
1416
|
},
|
|
1416
1417
|
Array [
|
|
1417
1418
|
Object {
|
|
1418
|
-
"color": "#
|
|
1419
|
+
"color": "#001f23",
|
|
1419
1420
|
},
|
|
1420
1421
|
undefined,
|
|
1421
1422
|
],
|
|
@@ -1438,6 +1439,7 @@ Array [
|
|
|
1438
1439
|
"alignSelf": "stretch",
|
|
1439
1440
|
"flexDirection": "row",
|
|
1440
1441
|
"flexGrow": 2,
|
|
1442
|
+
"flexShrink": 1,
|
|
1441
1443
|
},
|
|
1442
1444
|
undefined,
|
|
1443
1445
|
]
|
|
@@ -1465,7 +1467,7 @@ Array [
|
|
|
1465
1467
|
"textAlignVertical": "center",
|
|
1466
1468
|
},
|
|
1467
1469
|
Object {
|
|
1468
|
-
"color": "#
|
|
1470
|
+
"color": "#001f23",
|
|
1469
1471
|
},
|
|
1470
1472
|
]
|
|
1471
1473
|
}
|
|
@@ -1478,7 +1480,7 @@ Array [
|
|
|
1478
1480
|
style={
|
|
1479
1481
|
Array [
|
|
1480
1482
|
Object {
|
|
1481
|
-
"color": "#
|
|
1483
|
+
"color": "#001f23",
|
|
1482
1484
|
"fontSize": 16,
|
|
1483
1485
|
},
|
|
1484
1486
|
undefined,
|
|
@@ -1552,7 +1554,7 @@ Array [
|
|
|
1552
1554
|
onStartShouldSetResponder={[Function]}
|
|
1553
1555
|
style={
|
|
1554
1556
|
Object {
|
|
1555
|
-
"backgroundColor": "#
|
|
1557
|
+
"backgroundColor": "#001f23",
|
|
1556
1558
|
"bottom": 0,
|
|
1557
1559
|
"left": 0,
|
|
1558
1560
|
"opacity": 0.48,
|
|
@@ -1575,7 +1577,7 @@ Array [
|
|
|
1575
1577
|
"elevation": 10,
|
|
1576
1578
|
"maxHeight": "94%",
|
|
1577
1579
|
"paddingBottom": 0,
|
|
1578
|
-
"shadowColor": "#
|
|
1580
|
+
"shadowColor": "#001f23",
|
|
1579
1581
|
"shadowOffset": Object {
|
|
1580
1582
|
"height": 3,
|
|
1581
1583
|
"width": 0,
|
|
@@ -1621,7 +1623,7 @@ Array [
|
|
|
1621
1623
|
style={
|
|
1622
1624
|
Array [
|
|
1623
1625
|
Object {
|
|
1624
|
-
"color": "#
|
|
1626
|
+
"color": "#001f23",
|
|
1625
1627
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
1626
1628
|
"fontSize": 16,
|
|
1627
1629
|
"letterSpacing": 0.48,
|
|
@@ -1675,7 +1677,7 @@ Array [
|
|
|
1675
1677
|
style={
|
|
1676
1678
|
Array [
|
|
1677
1679
|
Object {
|
|
1678
|
-
"color": "#
|
|
1680
|
+
"color": "#001f23",
|
|
1679
1681
|
"fontSize": 20,
|
|
1680
1682
|
},
|
|
1681
1683
|
undefined,
|
|
@@ -1691,7 +1693,7 @@ Array [
|
|
|
1691
1693
|
style={
|
|
1692
1694
|
Array [
|
|
1693
1695
|
Object {
|
|
1694
|
-
"borderBottomColor": "#
|
|
1696
|
+
"borderBottomColor": "#e8e9ea",
|
|
1695
1697
|
"borderBottomWidth": 1,
|
|
1696
1698
|
"maxWidth": "100%",
|
|
1697
1699
|
},
|
|
@@ -1843,7 +1845,7 @@ Array [
|
|
|
1843
1845
|
Array [
|
|
1844
1846
|
Object {
|
|
1845
1847
|
"alignItems": "center",
|
|
1846
|
-
"backgroundColor": "#
|
|
1848
|
+
"backgroundColor": "#f3e6f6",
|
|
1847
1849
|
"flexDirection": "row",
|
|
1848
1850
|
"opacity": 1,
|
|
1849
1851
|
"padding": 16,
|
|
@@ -1868,7 +1870,7 @@ Array [
|
|
|
1868
1870
|
style={
|
|
1869
1871
|
Array [
|
|
1870
1872
|
Object {
|
|
1871
|
-
"color": "#
|
|
1873
|
+
"color": "#001f23",
|
|
1872
1874
|
"fontFamily": "BeVietnamPro-Regular",
|
|
1873
1875
|
"fontSize": 16,
|
|
1874
1876
|
"letterSpacing": 0.48,
|
|
@@ -1899,7 +1901,7 @@ Array [
|
|
|
1899
1901
|
style={
|
|
1900
1902
|
Array [
|
|
1901
1903
|
Object {
|
|
1902
|
-
"color": "#
|
|
1904
|
+
"color": "#001f23",
|
|
1903
1905
|
"fontSize": 20,
|
|
1904
1906
|
},
|
|
1905
1907
|
undefined,
|
|
@@ -1995,7 +1997,7 @@ Array [
|
|
|
1995
1997
|
Array [
|
|
1996
1998
|
Object {
|
|
1997
1999
|
"alignItems": "center",
|
|
1998
|
-
"backgroundColor": "#
|
|
2000
|
+
"backgroundColor": "#f3e6f6",
|
|
1999
2001
|
"flexDirection": "row",
|
|
2000
2002
|
"opacity": 1,
|
|
2001
2003
|
"padding": 16,
|
|
@@ -2020,7 +2022,7 @@ Array [
|
|
|
2020
2022
|
style={
|
|
2021
2023
|
Array [
|
|
2022
2024
|
Object {
|
|
2023
|
-
"color": "#
|
|
2025
|
+
"color": "#001f23",
|
|
2024
2026
|
"fontFamily": "BeVietnamPro-Regular",
|
|
2025
2027
|
"fontSize": 16,
|
|
2026
2028
|
"letterSpacing": 0.48,
|
|
@@ -2051,7 +2053,7 @@ Array [
|
|
|
2051
2053
|
style={
|
|
2052
2054
|
Array [
|
|
2053
2055
|
Object {
|
|
2054
|
-
"color": "#
|
|
2056
|
+
"color": "#001f23",
|
|
2055
2057
|
"fontSize": 20,
|
|
2056
2058
|
},
|
|
2057
2059
|
undefined,
|
|
@@ -2172,7 +2174,7 @@ Array [
|
|
|
2172
2174
|
style={
|
|
2173
2175
|
Array [
|
|
2174
2176
|
Object {
|
|
2175
|
-
"color": "#
|
|
2177
|
+
"color": "#001f23",
|
|
2176
2178
|
"fontFamily": "BeVietnamPro-Regular",
|
|
2177
2179
|
"fontSize": 16,
|
|
2178
2180
|
"letterSpacing": 0.48,
|
|
@@ -2299,7 +2301,7 @@ Array [
|
|
|
2299
2301
|
style={
|
|
2300
2302
|
Array [
|
|
2301
2303
|
Object {
|
|
2302
|
-
"color": "#
|
|
2304
|
+
"color": "#001f23",
|
|
2303
2305
|
"fontFamily": "BeVietnamPro-Regular",
|
|
2304
2306
|
"fontSize": 16,
|
|
2305
2307
|
"letterSpacing": 0.48,
|
|
@@ -2426,7 +2428,7 @@ Array [
|
|
|
2426
2428
|
style={
|
|
2427
2429
|
Array [
|
|
2428
2430
|
Object {
|
|
2429
|
-
"color": "#
|
|
2431
|
+
"color": "#001f23",
|
|
2430
2432
|
"fontFamily": "BeVietnamPro-Regular",
|
|
2431
2433
|
"fontSize": 16,
|
|
2432
2434
|
"letterSpacing": 0.48,
|
|
@@ -2553,7 +2555,7 @@ Array [
|
|
|
2553
2555
|
style={
|
|
2554
2556
|
Array [
|
|
2555
2557
|
Object {
|
|
2556
|
-
"color": "#
|
|
2558
|
+
"color": "#001f23",
|
|
2557
2559
|
"fontFamily": "BeVietnamPro-Regular",
|
|
2558
2560
|
"fontSize": 16,
|
|
2559
2561
|
"letterSpacing": 0.48,
|
|
@@ -2681,7 +2683,7 @@ Array [
|
|
|
2681
2683
|
style={
|
|
2682
2684
|
Array [
|
|
2683
2685
|
Object {
|
|
2684
|
-
"color": "#
|
|
2686
|
+
"color": "#001f23",
|
|
2685
2687
|
"fontFamily": "BeVietnamPro-Regular",
|
|
2686
2688
|
"fontSize": 16,
|
|
2687
2689
|
"letterSpacing": 0.48,
|
|
@@ -2765,7 +2767,7 @@ Array [
|
|
|
2765
2767
|
style={
|
|
2766
2768
|
Array [
|
|
2767
2769
|
Object {
|
|
2768
|
-
"borderBottomColor": "#
|
|
2770
|
+
"borderBottomColor": "#e8e9ea",
|
|
2769
2771
|
"borderBottomWidth": 1,
|
|
2770
2772
|
"maxWidth": "100%",
|
|
2771
2773
|
},
|
|
@@ -2810,7 +2812,7 @@ Array [
|
|
|
2810
2812
|
style={
|
|
2811
2813
|
Array [
|
|
2812
2814
|
Object {
|
|
2813
|
-
"color": "#
|
|
2815
|
+
"color": "#001f23",
|
|
2814
2816
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
2815
2817
|
"fontSize": 16,
|
|
2816
2818
|
"letterSpacing": 0.48,
|
|
@@ -2818,7 +2820,7 @@ Array [
|
|
|
2818
2820
|
},
|
|
2819
2821
|
Array [
|
|
2820
2822
|
Object {
|
|
2821
|
-
"color": "#
|
|
2823
|
+
"color": "#8505a2",
|
|
2822
2824
|
},
|
|
2823
2825
|
undefined,
|
|
2824
2826
|
],
|
|
@@ -2888,7 +2890,7 @@ Array [
|
|
|
2888
2890
|
style={
|
|
2889
2891
|
Array [
|
|
2890
2892
|
Object {
|
|
2891
|
-
"borderColor": "#
|
|
2893
|
+
"borderColor": "#001f23",
|
|
2892
2894
|
"borderRadius": 8,
|
|
2893
2895
|
"borderWidth": 1,
|
|
2894
2896
|
"bottom": 0,
|
|
@@ -2923,7 +2925,7 @@ Array [
|
|
|
2923
2925
|
style={
|
|
2924
2926
|
Array [
|
|
2925
2927
|
Object {
|
|
2926
|
-
"color": "#
|
|
2928
|
+
"color": "#001f23",
|
|
2927
2929
|
"fontFamily": "BeVietnamPro-Regular",
|
|
2928
2930
|
"fontSize": 12,
|
|
2929
2931
|
"letterSpacing": 0.36,
|
|
@@ -2931,7 +2933,7 @@ Array [
|
|
|
2931
2933
|
},
|
|
2932
2934
|
Array [
|
|
2933
2935
|
Object {
|
|
2934
|
-
"color": "#
|
|
2936
|
+
"color": "#001f23",
|
|
2935
2937
|
},
|
|
2936
2938
|
undefined,
|
|
2937
2939
|
],
|
|
@@ -2954,6 +2956,7 @@ Array [
|
|
|
2954
2956
|
"alignSelf": "stretch",
|
|
2955
2957
|
"flexDirection": "row",
|
|
2956
2958
|
"flexGrow": 2,
|
|
2959
|
+
"flexShrink": 1,
|
|
2957
2960
|
},
|
|
2958
2961
|
undefined,
|
|
2959
2962
|
]
|
|
@@ -2981,7 +2984,7 @@ Array [
|
|
|
2981
2984
|
"textAlignVertical": "center",
|
|
2982
2985
|
},
|
|
2983
2986
|
Object {
|
|
2984
|
-
"color": "#
|
|
2987
|
+
"color": "#001f23",
|
|
2985
2988
|
},
|
|
2986
2989
|
]
|
|
2987
2990
|
}
|
|
@@ -2994,7 +2997,7 @@ Array [
|
|
|
2994
2997
|
style={
|
|
2995
2998
|
Array [
|
|
2996
2999
|
Object {
|
|
2997
|
-
"color": "#
|
|
3000
|
+
"color": "#001f23",
|
|
2998
3001
|
"fontSize": 16,
|
|
2999
3002
|
},
|
|
3000
3003
|
undefined,
|
|
@@ -3067,7 +3070,7 @@ Array [
|
|
|
3067
3070
|
onStartShouldSetResponder={[Function]}
|
|
3068
3071
|
style={
|
|
3069
3072
|
Object {
|
|
3070
|
-
"backgroundColor": "#
|
|
3073
|
+
"backgroundColor": "#001f23",
|
|
3071
3074
|
"bottom": 0,
|
|
3072
3075
|
"left": 0,
|
|
3073
3076
|
"opacity": 0.48,
|
|
@@ -3088,7 +3091,7 @@ Array [
|
|
|
3088
3091
|
"elevation": 10,
|
|
3089
3092
|
"maxHeight": "94%",
|
|
3090
3093
|
"paddingBottom": 0,
|
|
3091
|
-
"shadowColor": "#
|
|
3094
|
+
"shadowColor": "#001f23",
|
|
3092
3095
|
"shadowOffset": Object {
|
|
3093
3096
|
"height": 3,
|
|
3094
3097
|
"width": 0,
|
|
@@ -3134,7 +3137,7 @@ Array [
|
|
|
3134
3137
|
style={
|
|
3135
3138
|
Array [
|
|
3136
3139
|
Object {
|
|
3137
|
-
"color": "#
|
|
3140
|
+
"color": "#001f23",
|
|
3138
3141
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
3139
3142
|
"fontSize": 16,
|
|
3140
3143
|
"letterSpacing": 0.48,
|
|
@@ -3186,7 +3189,7 @@ Array [
|
|
|
3186
3189
|
style={
|
|
3187
3190
|
Array [
|
|
3188
3191
|
Object {
|
|
3189
|
-
"color": "#
|
|
3192
|
+
"color": "#001f23",
|
|
3190
3193
|
"fontSize": 20,
|
|
3191
3194
|
},
|
|
3192
3195
|
undefined,
|
|
@@ -3202,7 +3205,7 @@ Array [
|
|
|
3202
3205
|
style={
|
|
3203
3206
|
Array [
|
|
3204
3207
|
Object {
|
|
3205
|
-
"borderBottomColor": "#
|
|
3208
|
+
"borderBottomColor": "#e8e9ea",
|
|
3206
3209
|
"borderBottomWidth": 1,
|
|
3207
3210
|
"maxWidth": "100%",
|
|
3208
3211
|
},
|
|
@@ -3354,7 +3357,7 @@ Array [
|
|
|
3354
3357
|
Array [
|
|
3355
3358
|
Object {
|
|
3356
3359
|
"alignItems": "center",
|
|
3357
|
-
"backgroundColor": "#
|
|
3360
|
+
"backgroundColor": "#f3e6f6",
|
|
3358
3361
|
"flexDirection": "row",
|
|
3359
3362
|
"opacity": 1,
|
|
3360
3363
|
"padding": 16,
|
|
@@ -3379,7 +3382,7 @@ Array [
|
|
|
3379
3382
|
style={
|
|
3380
3383
|
Array [
|
|
3381
3384
|
Object {
|
|
3382
|
-
"color": "#
|
|
3385
|
+
"color": "#001f23",
|
|
3383
3386
|
"fontFamily": "BeVietnamPro-Regular",
|
|
3384
3387
|
"fontSize": 16,
|
|
3385
3388
|
"letterSpacing": 0.48,
|
|
@@ -3410,7 +3413,7 @@ Array [
|
|
|
3410
3413
|
style={
|
|
3411
3414
|
Array [
|
|
3412
3415
|
Object {
|
|
3413
|
-
"color": "#
|
|
3416
|
+
"color": "#001f23",
|
|
3414
3417
|
"fontSize": 20,
|
|
3415
3418
|
},
|
|
3416
3419
|
undefined,
|
|
@@ -3506,7 +3509,7 @@ Array [
|
|
|
3506
3509
|
Array [
|
|
3507
3510
|
Object {
|
|
3508
3511
|
"alignItems": "center",
|
|
3509
|
-
"backgroundColor": "#
|
|
3512
|
+
"backgroundColor": "#f3e6f6",
|
|
3510
3513
|
"flexDirection": "row",
|
|
3511
3514
|
"opacity": 1,
|
|
3512
3515
|
"padding": 16,
|
|
@@ -3531,7 +3534,7 @@ Array [
|
|
|
3531
3534
|
style={
|
|
3532
3535
|
Array [
|
|
3533
3536
|
Object {
|
|
3534
|
-
"color": "#
|
|
3537
|
+
"color": "#001f23",
|
|
3535
3538
|
"fontFamily": "BeVietnamPro-Regular",
|
|
3536
3539
|
"fontSize": 16,
|
|
3537
3540
|
"letterSpacing": 0.48,
|
|
@@ -3562,7 +3565,7 @@ Array [
|
|
|
3562
3565
|
style={
|
|
3563
3566
|
Array [
|
|
3564
3567
|
Object {
|
|
3565
|
-
"color": "#
|
|
3568
|
+
"color": "#001f23",
|
|
3566
3569
|
"fontSize": 20,
|
|
3567
3570
|
},
|
|
3568
3571
|
undefined,
|
|
@@ -3683,7 +3686,7 @@ Array [
|
|
|
3683
3686
|
style={
|
|
3684
3687
|
Array [
|
|
3685
3688
|
Object {
|
|
3686
|
-
"color": "#
|
|
3689
|
+
"color": "#001f23",
|
|
3687
3690
|
"fontFamily": "BeVietnamPro-Regular",
|
|
3688
3691
|
"fontSize": 16,
|
|
3689
3692
|
"letterSpacing": 0.48,
|
|
@@ -3810,7 +3813,7 @@ Array [
|
|
|
3810
3813
|
style={
|
|
3811
3814
|
Array [
|
|
3812
3815
|
Object {
|
|
3813
|
-
"color": "#
|
|
3816
|
+
"color": "#001f23",
|
|
3814
3817
|
"fontFamily": "BeVietnamPro-Regular",
|
|
3815
3818
|
"fontSize": 16,
|
|
3816
3819
|
"letterSpacing": 0.48,
|
|
@@ -3937,7 +3940,7 @@ Array [
|
|
|
3937
3940
|
style={
|
|
3938
3941
|
Array [
|
|
3939
3942
|
Object {
|
|
3940
|
-
"color": "#
|
|
3943
|
+
"color": "#001f23",
|
|
3941
3944
|
"fontFamily": "BeVietnamPro-Regular",
|
|
3942
3945
|
"fontSize": 16,
|
|
3943
3946
|
"letterSpacing": 0.48,
|
|
@@ -4064,7 +4067,7 @@ Array [
|
|
|
4064
4067
|
style={
|
|
4065
4068
|
Array [
|
|
4066
4069
|
Object {
|
|
4067
|
-
"color": "#
|
|
4070
|
+
"color": "#001f23",
|
|
4068
4071
|
"fontFamily": "BeVietnamPro-Regular",
|
|
4069
4072
|
"fontSize": 16,
|
|
4070
4073
|
"letterSpacing": 0.48,
|
|
@@ -4192,7 +4195,7 @@ Array [
|
|
|
4192
4195
|
style={
|
|
4193
4196
|
Array [
|
|
4194
4197
|
Object {
|
|
4195
|
-
"color": "#
|
|
4198
|
+
"color": "#001f23",
|
|
4196
4199
|
"fontFamily": "BeVietnamPro-Regular",
|
|
4197
4200
|
"fontSize": 16,
|
|
4198
4201
|
"letterSpacing": 0.48,
|
|
@@ -4276,7 +4279,7 @@ Array [
|
|
|
4276
4279
|
style={
|
|
4277
4280
|
Array [
|
|
4278
4281
|
Object {
|
|
4279
|
-
"borderBottomColor": "#
|
|
4282
|
+
"borderBottomColor": "#e8e9ea",
|
|
4280
4283
|
"borderBottomWidth": 1,
|
|
4281
4284
|
"maxWidth": "100%",
|
|
4282
4285
|
},
|
|
@@ -4319,7 +4322,7 @@ Array [
|
|
|
4319
4322
|
style={
|
|
4320
4323
|
Array [
|
|
4321
4324
|
Object {
|
|
4322
|
-
"color": "#
|
|
4325
|
+
"color": "#001f23",
|
|
4323
4326
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
4324
4327
|
"fontSize": 16,
|
|
4325
4328
|
"letterSpacing": 0.48,
|
|
@@ -4327,7 +4330,7 @@ Array [
|
|
|
4327
4330
|
},
|
|
4328
4331
|
Array [
|
|
4329
4332
|
Object {
|
|
4330
|
-
"color": "#
|
|
4333
|
+
"color": "#8505a2",
|
|
4331
4334
|
},
|
|
4332
4335
|
undefined,
|
|
4333
4336
|
],
|
|
@@ -4399,7 +4402,7 @@ Array [
|
|
|
4399
4402
|
style={
|
|
4400
4403
|
Array [
|
|
4401
4404
|
Object {
|
|
4402
|
-
"borderColor": "#
|
|
4405
|
+
"borderColor": "#808f91",
|
|
4403
4406
|
"borderRadius": 8,
|
|
4404
4407
|
"borderWidth": 1,
|
|
4405
4408
|
"bottom": 0,
|
|
@@ -4434,7 +4437,7 @@ Array [
|
|
|
4434
4437
|
style={
|
|
4435
4438
|
Array [
|
|
4436
4439
|
Object {
|
|
4437
|
-
"color": "#
|
|
4440
|
+
"color": "#001f23",
|
|
4438
4441
|
"fontFamily": "BeVietnamPro-Regular",
|
|
4439
4442
|
"fontSize": 12,
|
|
4440
4443
|
"letterSpacing": 0.36,
|
|
@@ -4442,7 +4445,7 @@ Array [
|
|
|
4442
4445
|
},
|
|
4443
4446
|
Array [
|
|
4444
4447
|
Object {
|
|
4445
|
-
"color": "#
|
|
4448
|
+
"color": "#808f91",
|
|
4446
4449
|
},
|
|
4447
4450
|
undefined,
|
|
4448
4451
|
],
|
|
@@ -4465,6 +4468,7 @@ Array [
|
|
|
4465
4468
|
"alignSelf": "stretch",
|
|
4466
4469
|
"flexDirection": "row",
|
|
4467
4470
|
"flexGrow": 2,
|
|
4471
|
+
"flexShrink": 1,
|
|
4468
4472
|
},
|
|
4469
4473
|
undefined,
|
|
4470
4474
|
]
|
|
@@ -4492,7 +4496,7 @@ Array [
|
|
|
4492
4496
|
"textAlignVertical": "center",
|
|
4493
4497
|
},
|
|
4494
4498
|
Object {
|
|
4495
|
-
"color": "#
|
|
4499
|
+
"color": "#001f23",
|
|
4496
4500
|
},
|
|
4497
4501
|
]
|
|
4498
4502
|
}
|
|
@@ -4518,7 +4522,7 @@ Array [
|
|
|
4518
4522
|
style={
|
|
4519
4523
|
Array [
|
|
4520
4524
|
Object {
|
|
4521
|
-
"color": "#
|
|
4525
|
+
"color": "#001f23",
|
|
4522
4526
|
"fontSize": 16,
|
|
4523
4527
|
},
|
|
4524
4528
|
undefined,
|
|
@@ -4593,7 +4597,7 @@ Array [
|
|
|
4593
4597
|
onStartShouldSetResponder={[Function]}
|
|
4594
4598
|
style={
|
|
4595
4599
|
Object {
|
|
4596
|
-
"backgroundColor": "#
|
|
4600
|
+
"backgroundColor": "#001f23",
|
|
4597
4601
|
"bottom": 0,
|
|
4598
4602
|
"left": 0,
|
|
4599
4603
|
"opacity": 0.48,
|
|
@@ -4616,7 +4620,7 @@ Array [
|
|
|
4616
4620
|
"elevation": 10,
|
|
4617
4621
|
"maxHeight": "94%",
|
|
4618
4622
|
"paddingBottom": 0,
|
|
4619
|
-
"shadowColor": "#
|
|
4623
|
+
"shadowColor": "#001f23",
|
|
4620
4624
|
"shadowOffset": Object {
|
|
4621
4625
|
"height": 3,
|
|
4622
4626
|
"width": 0,
|
|
@@ -4662,7 +4666,7 @@ Array [
|
|
|
4662
4666
|
style={
|
|
4663
4667
|
Array [
|
|
4664
4668
|
Object {
|
|
4665
|
-
"color": "#
|
|
4669
|
+
"color": "#001f23",
|
|
4666
4670
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
4667
4671
|
"fontSize": 16,
|
|
4668
4672
|
"letterSpacing": 0.48,
|
|
@@ -4716,7 +4720,7 @@ Array [
|
|
|
4716
4720
|
style={
|
|
4717
4721
|
Array [
|
|
4718
4722
|
Object {
|
|
4719
|
-
"color": "#
|
|
4723
|
+
"color": "#001f23",
|
|
4720
4724
|
"fontSize": 20,
|
|
4721
4725
|
},
|
|
4722
4726
|
undefined,
|
|
@@ -4732,7 +4736,7 @@ Array [
|
|
|
4732
4736
|
style={
|
|
4733
4737
|
Array [
|
|
4734
4738
|
Object {
|
|
4735
|
-
"borderBottomColor": "#
|
|
4739
|
+
"borderBottomColor": "#e8e9ea",
|
|
4736
4740
|
"borderBottomWidth": 1,
|
|
4737
4741
|
"maxWidth": "100%",
|
|
4738
4742
|
},
|
|
@@ -4884,7 +4888,7 @@ Array [
|
|
|
4884
4888
|
Array [
|
|
4885
4889
|
Object {
|
|
4886
4890
|
"alignItems": "center",
|
|
4887
|
-
"backgroundColor": "#
|
|
4891
|
+
"backgroundColor": "#f3e6f6",
|
|
4888
4892
|
"flexDirection": "row",
|
|
4889
4893
|
"opacity": 1,
|
|
4890
4894
|
"padding": 16,
|
|
@@ -4909,7 +4913,7 @@ Array [
|
|
|
4909
4913
|
style={
|
|
4910
4914
|
Array [
|
|
4911
4915
|
Object {
|
|
4912
|
-
"color": "#
|
|
4916
|
+
"color": "#001f23",
|
|
4913
4917
|
"fontFamily": "BeVietnamPro-Regular",
|
|
4914
4918
|
"fontSize": 16,
|
|
4915
4919
|
"letterSpacing": 0.48,
|
|
@@ -4940,7 +4944,7 @@ Array [
|
|
|
4940
4944
|
style={
|
|
4941
4945
|
Array [
|
|
4942
4946
|
Object {
|
|
4943
|
-
"color": "#
|
|
4947
|
+
"color": "#001f23",
|
|
4944
4948
|
"fontSize": 20,
|
|
4945
4949
|
},
|
|
4946
4950
|
undefined,
|
|
@@ -5036,7 +5040,7 @@ Array [
|
|
|
5036
5040
|
Array [
|
|
5037
5041
|
Object {
|
|
5038
5042
|
"alignItems": "center",
|
|
5039
|
-
"backgroundColor": "#
|
|
5043
|
+
"backgroundColor": "#f3e6f6",
|
|
5040
5044
|
"flexDirection": "row",
|
|
5041
5045
|
"opacity": 1,
|
|
5042
5046
|
"padding": 16,
|
|
@@ -5061,7 +5065,7 @@ Array [
|
|
|
5061
5065
|
style={
|
|
5062
5066
|
Array [
|
|
5063
5067
|
Object {
|
|
5064
|
-
"color": "#
|
|
5068
|
+
"color": "#001f23",
|
|
5065
5069
|
"fontFamily": "BeVietnamPro-Regular",
|
|
5066
5070
|
"fontSize": 16,
|
|
5067
5071
|
"letterSpacing": 0.48,
|
|
@@ -5092,7 +5096,7 @@ Array [
|
|
|
5092
5096
|
style={
|
|
5093
5097
|
Array [
|
|
5094
5098
|
Object {
|
|
5095
|
-
"color": "#
|
|
5099
|
+
"color": "#001f23",
|
|
5096
5100
|
"fontSize": 20,
|
|
5097
5101
|
},
|
|
5098
5102
|
undefined,
|
|
@@ -5213,7 +5217,7 @@ Array [
|
|
|
5213
5217
|
style={
|
|
5214
5218
|
Array [
|
|
5215
5219
|
Object {
|
|
5216
|
-
"color": "#
|
|
5220
|
+
"color": "#001f23",
|
|
5217
5221
|
"fontFamily": "BeVietnamPro-Regular",
|
|
5218
5222
|
"fontSize": 16,
|
|
5219
5223
|
"letterSpacing": 0.48,
|
|
@@ -5340,7 +5344,7 @@ Array [
|
|
|
5340
5344
|
style={
|
|
5341
5345
|
Array [
|
|
5342
5346
|
Object {
|
|
5343
|
-
"color": "#
|
|
5347
|
+
"color": "#001f23",
|
|
5344
5348
|
"fontFamily": "BeVietnamPro-Regular",
|
|
5345
5349
|
"fontSize": 16,
|
|
5346
5350
|
"letterSpacing": 0.48,
|
|
@@ -5467,7 +5471,7 @@ Array [
|
|
|
5467
5471
|
style={
|
|
5468
5472
|
Array [
|
|
5469
5473
|
Object {
|
|
5470
|
-
"color": "#
|
|
5474
|
+
"color": "#001f23",
|
|
5471
5475
|
"fontFamily": "BeVietnamPro-Regular",
|
|
5472
5476
|
"fontSize": 16,
|
|
5473
5477
|
"letterSpacing": 0.48,
|
|
@@ -5594,7 +5598,7 @@ Array [
|
|
|
5594
5598
|
style={
|
|
5595
5599
|
Array [
|
|
5596
5600
|
Object {
|
|
5597
|
-
"color": "#
|
|
5601
|
+
"color": "#001f23",
|
|
5598
5602
|
"fontFamily": "BeVietnamPro-Regular",
|
|
5599
5603
|
"fontSize": 16,
|
|
5600
5604
|
"letterSpacing": 0.48,
|
|
@@ -5722,7 +5726,7 @@ Array [
|
|
|
5722
5726
|
style={
|
|
5723
5727
|
Array [
|
|
5724
5728
|
Object {
|
|
5725
|
-
"color": "#
|
|
5729
|
+
"color": "#001f23",
|
|
5726
5730
|
"fontFamily": "BeVietnamPro-Regular",
|
|
5727
5731
|
"fontSize": 16,
|
|
5728
5732
|
"letterSpacing": 0.48,
|
|
@@ -5806,7 +5810,7 @@ Array [
|
|
|
5806
5810
|
style={
|
|
5807
5811
|
Array [
|
|
5808
5812
|
Object {
|
|
5809
|
-
"borderBottomColor": "#
|
|
5813
|
+
"borderBottomColor": "#e8e9ea",
|
|
5810
5814
|
"borderBottomWidth": 1,
|
|
5811
5815
|
"maxWidth": "100%",
|
|
5812
5816
|
},
|
|
@@ -5851,7 +5855,7 @@ Array [
|
|
|
5851
5855
|
style={
|
|
5852
5856
|
Array [
|
|
5853
5857
|
Object {
|
|
5854
|
-
"color": "#
|
|
5858
|
+
"color": "#001f23",
|
|
5855
5859
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
5856
5860
|
"fontSize": 16,
|
|
5857
5861
|
"letterSpacing": 0.48,
|
|
@@ -5859,7 +5863,7 @@ Array [
|
|
|
5859
5863
|
},
|
|
5860
5864
|
Array [
|
|
5861
5865
|
Object {
|
|
5862
|
-
"color": "#
|
|
5866
|
+
"color": "#8505a2",
|
|
5863
5867
|
},
|
|
5864
5868
|
undefined,
|
|
5865
5869
|
],
|
|
@@ -5929,7 +5933,7 @@ Array [
|
|
|
5929
5933
|
style={
|
|
5930
5934
|
Array [
|
|
5931
5935
|
Object {
|
|
5932
|
-
"borderColor": "#
|
|
5936
|
+
"borderColor": "#001f23",
|
|
5933
5937
|
"borderRadius": 8,
|
|
5934
5938
|
"borderWidth": 1,
|
|
5935
5939
|
"bottom": 0,
|
|
@@ -5964,7 +5968,7 @@ Array [
|
|
|
5964
5968
|
style={
|
|
5965
5969
|
Array [
|
|
5966
5970
|
Object {
|
|
5967
|
-
"color": "#
|
|
5971
|
+
"color": "#001f23",
|
|
5968
5972
|
"fontFamily": "BeVietnamPro-Regular",
|
|
5969
5973
|
"fontSize": 12,
|
|
5970
5974
|
"letterSpacing": 0.36,
|
|
@@ -5972,7 +5976,7 @@ Array [
|
|
|
5972
5976
|
},
|
|
5973
5977
|
Array [
|
|
5974
5978
|
Object {
|
|
5975
|
-
"color": "#
|
|
5979
|
+
"color": "#001f23",
|
|
5976
5980
|
},
|
|
5977
5981
|
undefined,
|
|
5978
5982
|
],
|
|
@@ -5995,6 +5999,7 @@ Array [
|
|
|
5995
5999
|
"alignSelf": "stretch",
|
|
5996
6000
|
"flexDirection": "row",
|
|
5997
6001
|
"flexGrow": 2,
|
|
6002
|
+
"flexShrink": 1,
|
|
5998
6003
|
},
|
|
5999
6004
|
undefined,
|
|
6000
6005
|
]
|
|
@@ -6022,7 +6027,7 @@ Array [
|
|
|
6022
6027
|
"textAlignVertical": "center",
|
|
6023
6028
|
},
|
|
6024
6029
|
Object {
|
|
6025
|
-
"color": "#
|
|
6030
|
+
"color": "#001f23",
|
|
6026
6031
|
},
|
|
6027
6032
|
]
|
|
6028
6033
|
}
|
|
@@ -6035,7 +6040,7 @@ Array [
|
|
|
6035
6040
|
style={
|
|
6036
6041
|
Array [
|
|
6037
6042
|
Object {
|
|
6038
|
-
"color": "#
|
|
6043
|
+
"color": "#001f23",
|
|
6039
6044
|
"fontSize": 16,
|
|
6040
6045
|
},
|
|
6041
6046
|
undefined,
|
|
@@ -6108,7 +6113,7 @@ Array [
|
|
|
6108
6113
|
onStartShouldSetResponder={[Function]}
|
|
6109
6114
|
style={
|
|
6110
6115
|
Object {
|
|
6111
|
-
"backgroundColor": "#
|
|
6116
|
+
"backgroundColor": "#001f23",
|
|
6112
6117
|
"bottom": 0,
|
|
6113
6118
|
"left": 0,
|
|
6114
6119
|
"opacity": 0.48,
|
|
@@ -6129,7 +6134,7 @@ Array [
|
|
|
6129
6134
|
"elevation": 10,
|
|
6130
6135
|
"maxHeight": "94%",
|
|
6131
6136
|
"paddingBottom": 0,
|
|
6132
|
-
"shadowColor": "#
|
|
6137
|
+
"shadowColor": "#001f23",
|
|
6133
6138
|
"shadowOffset": Object {
|
|
6134
6139
|
"height": 3,
|
|
6135
6140
|
"width": 0,
|
|
@@ -6175,7 +6180,7 @@ Array [
|
|
|
6175
6180
|
style={
|
|
6176
6181
|
Array [
|
|
6177
6182
|
Object {
|
|
6178
|
-
"color": "#
|
|
6183
|
+
"color": "#001f23",
|
|
6179
6184
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
6180
6185
|
"fontSize": 16,
|
|
6181
6186
|
"letterSpacing": 0.48,
|
|
@@ -6227,7 +6232,7 @@ Array [
|
|
|
6227
6232
|
style={
|
|
6228
6233
|
Array [
|
|
6229
6234
|
Object {
|
|
6230
|
-
"color": "#
|
|
6235
|
+
"color": "#001f23",
|
|
6231
6236
|
"fontSize": 20,
|
|
6232
6237
|
},
|
|
6233
6238
|
undefined,
|
|
@@ -6243,7 +6248,7 @@ Array [
|
|
|
6243
6248
|
style={
|
|
6244
6249
|
Array [
|
|
6245
6250
|
Object {
|
|
6246
|
-
"borderBottomColor": "#
|
|
6251
|
+
"borderBottomColor": "#e8e9ea",
|
|
6247
6252
|
"borderBottomWidth": 1,
|
|
6248
6253
|
"maxWidth": "100%",
|
|
6249
6254
|
},
|
|
@@ -6312,7 +6317,7 @@ Array [
|
|
|
6312
6317
|
Array [
|
|
6313
6318
|
Object {
|
|
6314
6319
|
"alignContent": "center",
|
|
6315
|
-
"backgroundColor": "#
|
|
6320
|
+
"backgroundColor": "#e8e9ea",
|
|
6316
6321
|
"display": "flex",
|
|
6317
6322
|
"flexDirection": "row",
|
|
6318
6323
|
"justifyContent": "space-between",
|
|
@@ -6351,7 +6356,7 @@ Array [
|
|
|
6351
6356
|
style={
|
|
6352
6357
|
Array [
|
|
6353
6358
|
Object {
|
|
6354
|
-
"color": "#
|
|
6359
|
+
"color": "#001f23",
|
|
6355
6360
|
"fontFamily": "BeVietnamPro-Regular",
|
|
6356
6361
|
"fontSize": 16,
|
|
6357
6362
|
"letterSpacing": 0.48,
|
|
@@ -6461,7 +6466,7 @@ Array [
|
|
|
6461
6466
|
style={
|
|
6462
6467
|
Array [
|
|
6463
6468
|
Object {
|
|
6464
|
-
"color": "#
|
|
6469
|
+
"color": "#001f23",
|
|
6465
6470
|
"fontFamily": "BeVietnamPro-Regular",
|
|
6466
6471
|
"fontSize": 16,
|
|
6467
6472
|
"letterSpacing": 0.48,
|
|
@@ -6536,7 +6541,7 @@ Array [
|
|
|
6536
6541
|
Array [
|
|
6537
6542
|
Object {
|
|
6538
6543
|
"alignContent": "center",
|
|
6539
|
-
"backgroundColor": "#
|
|
6544
|
+
"backgroundColor": "#e8e9ea",
|
|
6540
6545
|
"display": "flex",
|
|
6541
6546
|
"flexDirection": "row",
|
|
6542
6547
|
"justifyContent": "space-between",
|
|
@@ -6575,7 +6580,7 @@ Array [
|
|
|
6575
6580
|
style={
|
|
6576
6581
|
Array [
|
|
6577
6582
|
Object {
|
|
6578
|
-
"color": "#
|
|
6583
|
+
"color": "#001f23",
|
|
6579
6584
|
"fontFamily": "BeVietnamPro-Regular",
|
|
6580
6585
|
"fontSize": 16,
|
|
6581
6586
|
"letterSpacing": 0.48,
|
|
@@ -6660,7 +6665,7 @@ Array [
|
|
|
6660
6665
|
Array [
|
|
6661
6666
|
Object {
|
|
6662
6667
|
"alignItems": "center",
|
|
6663
|
-
"backgroundColor": "#
|
|
6668
|
+
"backgroundColor": "#f3e6f6",
|
|
6664
6669
|
"flexDirection": "row",
|
|
6665
6670
|
"opacity": 1,
|
|
6666
6671
|
"padding": 16,
|
|
@@ -6685,7 +6690,7 @@ Array [
|
|
|
6685
6690
|
style={
|
|
6686
6691
|
Array [
|
|
6687
6692
|
Object {
|
|
6688
|
-
"color": "#
|
|
6693
|
+
"color": "#001f23",
|
|
6689
6694
|
"fontFamily": "BeVietnamPro-Regular",
|
|
6690
6695
|
"fontSize": 16,
|
|
6691
6696
|
"letterSpacing": 0.48,
|
|
@@ -6716,7 +6721,7 @@ Array [
|
|
|
6716
6721
|
style={
|
|
6717
6722
|
Array [
|
|
6718
6723
|
Object {
|
|
6719
|
-
"color": "#
|
|
6724
|
+
"color": "#001f23",
|
|
6720
6725
|
"fontSize": 20,
|
|
6721
6726
|
},
|
|
6722
6727
|
undefined,
|
|
@@ -6802,7 +6807,7 @@ Array [
|
|
|
6802
6807
|
Array [
|
|
6803
6808
|
Object {
|
|
6804
6809
|
"alignItems": "center",
|
|
6805
|
-
"backgroundColor": "#
|
|
6810
|
+
"backgroundColor": "#f3e6f6",
|
|
6806
6811
|
"flexDirection": "row",
|
|
6807
6812
|
"opacity": 1,
|
|
6808
6813
|
"padding": 16,
|
|
@@ -6827,7 +6832,7 @@ Array [
|
|
|
6827
6832
|
style={
|
|
6828
6833
|
Array [
|
|
6829
6834
|
Object {
|
|
6830
|
-
"color": "#
|
|
6835
|
+
"color": "#001f23",
|
|
6831
6836
|
"fontFamily": "BeVietnamPro-Regular",
|
|
6832
6837
|
"fontSize": 16,
|
|
6833
6838
|
"letterSpacing": 0.48,
|
|
@@ -6858,7 +6863,7 @@ Array [
|
|
|
6858
6863
|
style={
|
|
6859
6864
|
Array [
|
|
6860
6865
|
Object {
|
|
6861
|
-
"color": "#
|
|
6866
|
+
"color": "#001f23",
|
|
6862
6867
|
"fontSize": 20,
|
|
6863
6868
|
},
|
|
6864
6869
|
undefined,
|
|
@@ -6925,7 +6930,7 @@ Array [
|
|
|
6925
6930
|
style={
|
|
6926
6931
|
Array [
|
|
6927
6932
|
Object {
|
|
6928
|
-
"borderBottomColor": "#
|
|
6933
|
+
"borderBottomColor": "#e8e9ea",
|
|
6929
6934
|
"borderBottomWidth": 1,
|
|
6930
6935
|
"maxWidth": "100%",
|
|
6931
6936
|
},
|
|
@@ -6968,7 +6973,7 @@ Array [
|
|
|
6968
6973
|
style={
|
|
6969
6974
|
Array [
|
|
6970
6975
|
Object {
|
|
6971
|
-
"color": "#
|
|
6976
|
+
"color": "#001f23",
|
|
6972
6977
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
6973
6978
|
"fontSize": 16,
|
|
6974
6979
|
"letterSpacing": 0.48,
|
|
@@ -6976,7 +6981,7 @@ Array [
|
|
|
6976
6981
|
},
|
|
6977
6982
|
Array [
|
|
6978
6983
|
Object {
|
|
6979
|
-
"color": "#
|
|
6984
|
+
"color": "#8505a2",
|
|
6980
6985
|
},
|
|
6981
6986
|
undefined,
|
|
6982
6987
|
],
|