@hero-design/rn 7.23.0 → 7.25.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/assets/fonts/hero-icons.ttf +0 -0
- package/es/index.js +1364 -9239
- package/lib/assets/fonts/hero-icons.ttf +0 -0
- package/lib/index.js +1368 -9238
- package/package.json +7 -4
- package/rollup.config.js +1 -0
- package/src/components/Accordion/__tests__/__snapshots__/AccordionItem.spec.tsx.snap +4 -4
- package/src/components/Accordion/__tests__/__snapshots__/index.spec.tsx.snap +6 -6
- package/src/components/Attachment/StyledAttachment.tsx +44 -0
- package/src/components/Attachment/__tests__/__snapshots__/index.spec.tsx.snap +158 -0
- package/src/components/Attachment/__tests__/index.spec.tsx +59 -0
- package/src/components/Attachment/index.tsx +77 -0
- 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/Status.tsx +1 -1
- package/src/components/Badge/StyledBadge.tsx +8 -1
- package/src/components/Badge/__tests__/Badge.spec.tsx +9 -0
- package/src/components/Badge/__tests__/__snapshots__/Badge.spec.tsx.snap +44 -0
- package/src/components/Badge/index.tsx +1 -1
- package/src/components/BottomNavigation/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
- package/src/components/BottomSheet/Header.tsx +2 -1
- package/src/components/BottomSheet/__tests__/__snapshots__/index.spec.tsx.snap +52 -52
- package/src/components/BottomSheet/index.tsx +4 -4
- package/src/components/Button/Button.tsx +0 -11
- package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/StyledLoadingIndicator.spec.tsx.snap +4 -4
- package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/index.spec.tsx.snap +12 -12
- package/src/components/Button/LoadingIndicator/index.tsx +1 -1
- package/src/components/Button/StyledButton.tsx +24 -63
- package/src/components/Button/UtilityButton/__tests__/index.spec.tsx +2 -2
- package/src/components/Button/__tests__/Button.spec.tsx +10 -5
- package/src/components/Button/__tests__/StyledButton.spec.tsx +0 -70
- package/src/components/Button/__tests__/__snapshots__/StyledButton.spec.tsx.snap +301 -1206
- package/src/components/Calendar/CalendarRowItem.tsx +1 -4
- package/src/components/Calendar/__tests__/__snapshots__/CalendarRowItem.spec.tsx.snap +5 -5
- package/src/components/Calendar/index.tsx +4 -3
- package/src/components/Card/DataCard/__tests__/__snapshots__/StyledDataCard.spec.tsx.snap +1 -1
- package/src/components/Card/__tests__/__snapshots__/StyledCard.spec.tsx.snap +1 -1
- package/src/components/Card/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
- package/src/components/Checkbox/StyledCheckbox.tsx +7 -5
- package/src/components/Checkbox/__tests__/__snapshots__/StyledCheckbox.spec.tsx.snap +4 -12
- package/src/components/Checkbox/__tests__/__snapshots__/index.spec.tsx.snap +95 -42
- package/src/components/Checkbox/index.tsx +4 -2
- package/src/components/ContentNavigator/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
- package/src/components/ContentNavigator/index.tsx +14 -9
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +2 -0
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +29 -27
- package/src/components/Drawer/DragableDrawer/index.tsx +0 -2
- package/src/components/Empty/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
- package/src/components/Empty/index.tsx +1 -2
- package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +12 -12
- package/src/components/FAB/__tests__/__snapshots__/StyledFAB.spec.tsx.snap +1 -1
- package/src/components/FAB/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
- package/src/components/Icon/HeroIcon/fonts/hero-icons.ttf +0 -0
- package/src/components/Icon/HeroIcon/glyphMap.json +1 -0
- package/src/components/Icon/HeroIcon/index.tsx +3 -7
- package/src/components/Icon/IconList.ts +36 -6
- package/src/components/Icon/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
- package/src/components/Icon/index.tsx +1 -0
- package/src/components/List/BasicListItem.tsx +13 -8
- package/src/components/List/ListItem.tsx +8 -6
- package/src/components/List/StyledBasicListItem.tsx +2 -2
- package/src/components/List/StyledListItem.tsx +2 -2
- package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +24 -36
- package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +39 -59
- package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +40 -44
- package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +50 -50
- package/src/components/PinInput/__tests__/__snapshots__/PinCell.spec.tsx.snap +6 -6
- package/src/components/PinInput/__tests__/__snapshots__/index.spec.tsx.snap +21 -21
- package/src/components/Progress/ProgressBar.tsx +1 -1
- package/src/components/Progress/ProgressCircle.tsx +1 -1
- package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +10 -10
- package/src/components/Progress/types.ts +7 -1
- package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +20 -32
- package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +30 -48
- package/src/components/RefreshControl/__tests__/index.spec.tsx +1 -3
- package/src/components/RefreshControl/index.tsx +4 -2
- package/src/components/RichTextEditor/MentionList.tsx +12 -3
- package/src/components/RichTextEditor/RichTextEditor.tsx +4 -8
- package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +6 -4
- package/src/components/SectionHeading/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +13 -20
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +154 -238
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +435 -650
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +11 -18
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +144 -228
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +414 -629
- package/src/components/Select/StyledOptionList.tsx +0 -1
- package/src/components/Select/__tests__/__snapshots__/StyledSelect.spec.tsx.snap +1 -1
- package/src/components/Spinner/AnimatedSpinner.tsx +22 -7
- package/src/components/Spinner/StyledSpinner.tsx +15 -11
- package/src/components/Spinner/__tests__/AnimatedSpinner.spec.tsx +3 -1
- package/src/components/Spinner/__tests__/StyledSpinner.spec.tsx +42 -31
- package/src/components/Spinner/__tests__/__snapshots__/AnimatedSpinner.spec.tsx.snap +12 -8
- package/src/components/Spinner/__tests__/__snapshots__/StyledSpinner.spec.tsx.snap +543 -83
- package/src/components/Spinner/__tests__/__snapshots__/index.spec.tsx.snap +12 -8
- package/src/components/Spinner/index.tsx +6 -1
- package/src/components/Swipeable/StyledSwipeable.tsx +11 -0
- package/src/components/Swipeable/SwipeableAction.tsx +45 -0
- package/src/components/Swipeable/__tests__/SwipeableAction.spec.tsx +37 -0
- package/src/components/Swipeable/__tests__/__snapshots__/SwipeableAction.spec.tsx.snap +130 -0
- package/src/components/Swipeable/__tests__/__snapshots__/index.spec.tsx.snap +33 -0
- package/src/components/Swipeable/__tests__/index.spec.tsx +34 -0
- package/src/components/Swipeable/index.tsx +160 -0
- package/src/components/Switch/SelectorSwitch/Option.tsx +1 -5
- package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/Option.spec.tsx.snap +3 -3
- package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
- package/src/components/Switch/SelectorSwitch/__tests__/index.spec.tsx +1 -0
- package/src/components/Switch/SelectorSwitch/index.tsx +4 -1
- package/src/components/Switch/__tests__/__snapshots__/StyledSwitch.spec.tsx.snap +1 -1
- package/src/components/Tabs/StyledTabs.tsx +1 -1
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +1 -1
- package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
- package/src/components/Tag/__tests__/__snapshots__/Tag.spec.tsx.snap +2 -2
- package/src/components/TextInput/StyledTextInput.tsx +7 -12
- package/src/components/TextInput/__tests__/StyledTextInput.spec.tsx +12 -6
- package/src/components/TextInput/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +31 -146
- package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +40 -14
- package/src/components/TextInput/__tests__/index.spec.tsx +114 -124
- package/src/components/TextInput/index.tsx +8 -6
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +2 -0
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +29 -27
- package/src/components/Toast/Toast.tsx +0 -3
- package/src/components/Toast/ToastProvider.tsx +1 -0
- package/src/components/Toast/__tests__/index.spec.tsx +1 -1
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +12 -12
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +6 -6
- package/src/components/Typography/Text/__tests__/__snapshots__/StyledText.spec.tsx.snap +4 -4
- package/src/emotion.d.ts +1 -0
- package/src/index.ts +10 -0
- package/src/theme/ThemeSwitcher.tsx +7 -1
- package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +96 -78
- package/src/theme/__tests__/ensureCompatibleWithV7.spec.tsx +13 -0
- package/src/theme/components/alert.ts +1 -1
- package/src/theme/components/attachment.ts +28 -0
- package/src/theme/components/avatar.ts +1 -1
- package/src/theme/components/badge.ts +2 -1
- package/src/theme/components/bottomNavigation.ts +1 -1
- package/src/theme/components/bottomSheet.ts +2 -2
- package/src/theme/components/button.ts +4 -20
- package/src/theme/components/calendar.ts +3 -3
- package/src/theme/components/card.ts +1 -1
- package/src/theme/components/checkbox.ts +2 -2
- package/src/theme/components/divider.ts +1 -1
- package/src/theme/components/drawer.ts +2 -2
- package/src/theme/components/empty.ts +3 -3
- package/src/theme/components/fab.ts +7 -7
- package/src/theme/components/icon.ts +4 -4
- package/src/theme/components/list.ts +0 -2
- package/src/theme/components/pinInput.ts +4 -4
- package/src/theme/components/progress.ts +6 -5
- package/src/theme/components/radio.ts +1 -1
- package/src/theme/components/richTextEditor.ts +2 -2
- package/src/theme/components/slider.ts +2 -2
- package/src/theme/components/spinner.ts +4 -1
- package/src/theme/components/swipeable.ts +13 -0
- package/src/theme/components/switch.ts +4 -4
- package/src/theme/components/tabs.ts +6 -5
- package/src/theme/components/tag.ts +2 -2
- package/src/theme/components/textInput.ts +23 -33
- package/src/theme/components/toast.ts +3 -3
- package/src/theme/components/toolbar.ts +3 -3
- package/src/theme/components/typography.ts +7 -7
- package/src/theme/getTheme.ts +7 -1
- package/src/theme/global/colors/eBens.ts +23 -0
- package/src/theme/global/colors/global.ts +15 -6
- package/src/theme/global/colors/jobs.ts +15 -10
- package/src/theme/global/colors/legacySystemPalette.ts +6 -6
- package/src/theme/global/colors/swag.ts +32 -53
- package/src/theme/global/colors/types.ts +35 -15
- package/src/theme/global/colors/wallet.ts +23 -0
- package/src/theme/global/colors/work.ts +15 -11
- package/src/theme/global/index.ts +4 -0
- package/src/theme/index.ts +4 -0
- package/src/types.ts +2 -0
- package/src/utils/functions.ts +2 -0
- package/src/utils/scale.ts +1 -1
- package/testUtils/setup.tsx +13 -0
- package/tsconfig.json +8 -2
- package/types/components/Accordion/StyledAccordion.d.ts +14 -14
- package/types/components/Alert/StyledAlert.d.ts +15 -15
- package/types/components/Attachment/StyledAttachment.d.ts +28 -0
- package/types/components/Attachment/index.d.ts +37 -0
- package/types/components/Avatar/StyledAvatar.d.ts +15 -15
- package/types/components/Avatar/index.d.ts +1 -1
- package/types/components/Badge/Status.d.ts +1 -1
- package/types/components/Badge/StyledBadge.d.ts +8 -8
- package/types/components/Badge/index.d.ts +1 -1
- package/types/components/BottomNavigation/StyledBottomNavigation.d.ts +21 -21
- package/types/components/BottomSheet/Header.d.ts +1 -1
- package/types/components/BottomSheet/StyledBottomSheet.d.ts +22 -22
- package/types/components/Box/StyledBox.d.ts +4 -4
- package/types/components/Button/LoadingIndicator/StyledLoadingIndicator.d.ts +7 -7
- package/types/components/Button/StyledButton.d.ts +15 -18
- package/types/components/Button/UtilityButton/StyledUtilityButton.d.ts +8 -8
- package/types/components/Calendar/StyledCalendar.d.ts +25 -25
- package/types/components/Calendar/helpers.d.ts +2 -2
- package/types/components/Card/DataCard/StyledDataCard.d.ts +6 -6
- package/types/components/Card/StyledCard.d.ts +7 -7
- package/types/components/Checkbox/StyledCheckbox.d.ts +16 -10
- package/types/components/Collapse/StyledCollapse.d.ts +8 -8
- package/types/components/ContentNavigator/StyledContentNavigator.d.ts +5 -5
- package/types/components/ContentNavigator/index.d.ts +2 -1
- package/types/components/DatePicker/StyledDatePicker.d.ts +3 -3
- package/types/components/Divider/StyledDivider.d.ts +5 -5
- package/types/components/Drawer/StyledDrawer.d.ts +19 -19
- package/types/components/Empty/StyledEmpty.d.ts +9 -9
- package/types/components/Empty/index.d.ts +1 -2
- package/types/components/FAB/ActionGroup/StyledActionGroup.d.ts +11 -11
- package/types/components/FAB/ActionGroup/StyledActionItem.d.ts +7 -7
- package/types/components/FAB/StyledFAB.d.ts +8 -8
- package/types/components/Icon/HeroIcon/index.d.ts +3 -3
- package/types/components/Icon/IconList.d.ts +1 -1
- package/types/components/Icon/index.d.ts +4 -1
- package/types/components/Icon/utils.d.ts +1 -1
- package/types/components/List/StyledBasicListItem.d.ts +16 -16
- package/types/components/List/StyledListItem.d.ts +25 -25
- package/types/components/PinInput/StyledPinInput.d.ts +30 -30
- package/types/components/Progress/ProgressBar.d.ts +1 -1
- package/types/components/Progress/ProgressCircle.d.ts +1 -1
- package/types/components/Progress/StyledProgressBar.d.ts +5 -5
- package/types/components/Progress/StyledProgressCircle.d.ts +18 -18
- package/types/components/Progress/types.d.ts +1 -1
- package/types/components/Radio/StyledRadio.d.ts +9 -9
- package/types/components/RefreshControl/index.d.ts +1 -2
- package/types/components/RichTextEditor/EditorToolbar.d.ts +1 -1
- package/types/components/RichTextEditor/MentionList.d.ts +1 -1
- package/types/components/RichTextEditor/StyledRichTextEditor.d.ts +6 -6
- package/types/components/RichTextEditor/StyledToolbar.d.ts +9 -9
- package/types/components/RichTextEditor/index.d.ts +2 -2
- package/types/components/SectionHeading/StyledHeading.d.ts +9 -9
- package/types/components/Select/MultiSelect/Option.d.ts +1 -1
- package/types/components/Select/SingleSelect/Option.d.ts +1 -1
- package/types/components/Select/StyledSelect.d.ts +11 -11
- package/types/components/Select/helpers.d.ts +1 -1
- package/types/components/Spinner/AnimatedSpinner.d.ts +2 -1
- package/types/components/Spinner/StyledSpinner.d.ts +13 -12
- package/types/components/Spinner/index.d.ts +5 -1
- package/types/components/Swipeable/StyledSwipeable.d.ts +10 -0
- package/types/components/Swipeable/SwipeableAction.d.ts +27 -0
- package/types/components/Swipeable/index.d.ts +45 -0
- package/types/components/Switch/SelectorSwitch/Option.d.ts +3 -1
- package/types/components/Switch/SelectorSwitch/StyledSelectorSwitch.d.ts +9 -9
- package/types/components/Switch/StyledSwitch.d.ts +5 -5
- package/types/components/Tabs/StyledScrollableTabs.d.ts +23 -23
- package/types/components/Tabs/StyledTabs.d.ts +22 -22
- package/types/components/Tag/StyledTag.d.ts +6 -6
- package/types/components/TextInput/StyledTextInput.d.ts +46 -45
- package/types/components/TextInput/index.d.ts +6 -6
- package/types/components/TimePicker/StyledTimePicker.d.ts +3 -3
- package/types/components/Toast/StyledToast.d.ts +17 -17
- package/types/components/Toolbar/StyledToolbar.d.ts +9 -9
- package/types/components/Typography/Text/StyledText.d.ts +3 -3
- package/types/index.d.ts +4 -2
- package/types/testHelpers/renderWithTheme.d.ts +1 -1
- package/types/theme/ThemeSwitcher.d.ts +2 -2
- package/types/theme/components/attachment.d.ts +21 -0
- package/types/theme/components/badge.d.ts +1 -0
- package/types/theme/components/button.d.ts +0 -15
- package/types/theme/components/list.d.ts +0 -1
- package/types/theme/components/progress.d.ts +1 -0
- package/types/theme/components/spinner.d.ts +4 -1
- package/types/theme/components/swipeable.d.ts +9 -0
- package/types/theme/components/tabs.d.ts +1 -0
- package/types/theme/components/tag.d.ts +2 -2
- package/types/theme/components/textInput.d.ts +0 -10
- package/types/theme/getTheme.d.ts +4 -0
- package/types/theme/global/colors/eBens.d.ts +3 -0
- package/types/theme/global/colors/types.d.ts +23 -16
- package/types/theme/global/colors/wallet.d.ts +3 -0
- package/types/theme/global/index.d.ts +26 -12
- package/types/theme/index.d.ts +2 -2
- package/types/types.d.ts +2 -1
- package/types/utils/functions.d.ts +1 -0
- package/types/utils/hooks.d.ts +1 -1
- package/src/components/Icon/HeroIcon/selection.json +0 -7029
|
@@ -64,6 +64,7 @@ Array [
|
|
|
64
64
|
undefined,
|
|
65
65
|
]
|
|
66
66
|
}
|
|
67
|
+
themeFocused={false}
|
|
67
68
|
themeVariant="default"
|
|
68
69
|
/>
|
|
69
70
|
<View
|
|
@@ -148,6 +149,7 @@ Array [
|
|
|
148
149
|
"flexGrow": 2,
|
|
149
150
|
"fontSize": 14,
|
|
150
151
|
"marginHorizontal": 8,
|
|
152
|
+
"paddingVertical": 0,
|
|
151
153
|
"textAlignVertical": "center",
|
|
152
154
|
},
|
|
153
155
|
Object {
|
|
@@ -223,31 +225,6 @@ Array [
|
|
|
223
225
|
]
|
|
224
226
|
}
|
|
225
227
|
>
|
|
226
|
-
<View
|
|
227
|
-
accessible={true}
|
|
228
|
-
collapsable={false}
|
|
229
|
-
focusable={true}
|
|
230
|
-
onBlur={[Function]}
|
|
231
|
-
onClick={[Function]}
|
|
232
|
-
onFocus={[Function]}
|
|
233
|
-
onResponderGrant={[Function]}
|
|
234
|
-
onResponderMove={[Function]}
|
|
235
|
-
onResponderRelease={[Function]}
|
|
236
|
-
onResponderTerminate={[Function]}
|
|
237
|
-
onResponderTerminationRequest={[Function]}
|
|
238
|
-
onStartShouldSetResponder={[Function]}
|
|
239
|
-
style={
|
|
240
|
-
Object {
|
|
241
|
-
"backgroundColor": "#001f23",
|
|
242
|
-
"bottom": 0,
|
|
243
|
-
"left": 0,
|
|
244
|
-
"opacity": 0.48,
|
|
245
|
-
"position": "absolute",
|
|
246
|
-
"right": 0,
|
|
247
|
-
"top": 0,
|
|
248
|
-
}
|
|
249
|
-
}
|
|
250
|
-
/>
|
|
251
228
|
<View
|
|
252
229
|
onLayout={[Function]}
|
|
253
230
|
style={
|
|
@@ -265,6 +242,31 @@ Array [
|
|
|
265
242
|
]
|
|
266
243
|
}
|
|
267
244
|
>
|
|
245
|
+
<View
|
|
246
|
+
accessible={true}
|
|
247
|
+
collapsable={false}
|
|
248
|
+
focusable={true}
|
|
249
|
+
onBlur={[Function]}
|
|
250
|
+
onClick={[Function]}
|
|
251
|
+
onFocus={[Function]}
|
|
252
|
+
onResponderGrant={[Function]}
|
|
253
|
+
onResponderMove={[Function]}
|
|
254
|
+
onResponderRelease={[Function]}
|
|
255
|
+
onResponderTerminate={[Function]}
|
|
256
|
+
onResponderTerminationRequest={[Function]}
|
|
257
|
+
onStartShouldSetResponder={[Function]}
|
|
258
|
+
style={
|
|
259
|
+
Object {
|
|
260
|
+
"backgroundColor": "#001f23",
|
|
261
|
+
"bottom": 0,
|
|
262
|
+
"left": 0,
|
|
263
|
+
"opacity": 0.48,
|
|
264
|
+
"position": "absolute",
|
|
265
|
+
"right": 0,
|
|
266
|
+
"top": 0,
|
|
267
|
+
}
|
|
268
|
+
}
|
|
269
|
+
/>
|
|
268
270
|
<RCTSafeAreaView
|
|
269
271
|
emulateUnlessSupported={true}
|
|
270
272
|
style={
|
|
@@ -445,7 +447,6 @@ Array [
|
|
|
445
447
|
onScroll={[Function]}
|
|
446
448
|
onScrollBeginDrag={[Function]}
|
|
447
449
|
onScrollEndDrag={[Function]}
|
|
448
|
-
onScrollToIndexFailed={[Function]}
|
|
449
450
|
renderItem={[Function]}
|
|
450
451
|
scrollEventThrottle={50}
|
|
451
452
|
stickyHeaderIndices={
|
|
@@ -581,11 +582,6 @@ Array [
|
|
|
581
582
|
}
|
|
582
583
|
/>
|
|
583
584
|
<View
|
|
584
|
-
accessibilityState={
|
|
585
|
-
Object {
|
|
586
|
-
"disabled": false,
|
|
587
|
-
}
|
|
588
|
-
}
|
|
589
585
|
accessible={true}
|
|
590
586
|
focusable={true}
|
|
591
587
|
onClick={[Function]}
|
|
@@ -596,17 +592,14 @@ Array [
|
|
|
596
592
|
onResponderTerminationRequest={[Function]}
|
|
597
593
|
onStartShouldSetResponder={[Function]}
|
|
598
594
|
style={
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
},
|
|
608
|
-
undefined,
|
|
609
|
-
]
|
|
595
|
+
Object {
|
|
596
|
+
"alignItems": "center",
|
|
597
|
+
"backgroundColor": "#ffffff",
|
|
598
|
+
"borderRadius": 4,
|
|
599
|
+
"flexDirection": "row",
|
|
600
|
+
"opacity": 1,
|
|
601
|
+
"padding": 16,
|
|
602
|
+
}
|
|
610
603
|
}
|
|
611
604
|
>
|
|
612
605
|
<View
|
|
@@ -726,11 +719,6 @@ Array [
|
|
|
726
719
|
>
|
|
727
720
|
<View>
|
|
728
721
|
<View
|
|
729
|
-
accessibilityState={
|
|
730
|
-
Object {
|
|
731
|
-
"disabled": false,
|
|
732
|
-
}
|
|
733
|
-
}
|
|
734
722
|
accessible={true}
|
|
735
723
|
focusable={true}
|
|
736
724
|
onClick={[Function]}
|
|
@@ -741,17 +729,14 @@ Array [
|
|
|
741
729
|
onResponderTerminationRequest={[Function]}
|
|
742
730
|
onStartShouldSetResponder={[Function]}
|
|
743
731
|
style={
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
},
|
|
753
|
-
undefined,
|
|
754
|
-
]
|
|
732
|
+
Object {
|
|
733
|
+
"alignItems": "center",
|
|
734
|
+
"backgroundColor": "#ffffff",
|
|
735
|
+
"borderRadius": 4,
|
|
736
|
+
"flexDirection": "row",
|
|
737
|
+
"opacity": 1,
|
|
738
|
+
"padding": 16,
|
|
739
|
+
}
|
|
755
740
|
}
|
|
756
741
|
>
|
|
757
742
|
<View
|
|
@@ -986,11 +971,6 @@ Array [
|
|
|
986
971
|
}
|
|
987
972
|
/>
|
|
988
973
|
<View
|
|
989
|
-
accessibilityState={
|
|
990
|
-
Object {
|
|
991
|
-
"disabled": false,
|
|
992
|
-
}
|
|
993
|
-
}
|
|
994
974
|
accessible={true}
|
|
995
975
|
focusable={true}
|
|
996
976
|
onClick={[Function]}
|
|
@@ -1001,17 +981,14 @@ Array [
|
|
|
1001
981
|
onResponderTerminationRequest={[Function]}
|
|
1002
982
|
onStartShouldSetResponder={[Function]}
|
|
1003
983
|
style={
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
},
|
|
1013
|
-
undefined,
|
|
1014
|
-
]
|
|
984
|
+
Object {
|
|
985
|
+
"alignItems": "center",
|
|
986
|
+
"backgroundColor": "#ffffff",
|
|
987
|
+
"borderRadius": 4,
|
|
988
|
+
"flexDirection": "row",
|
|
989
|
+
"opacity": 1,
|
|
990
|
+
"padding": 16,
|
|
991
|
+
}
|
|
1015
992
|
}
|
|
1016
993
|
>
|
|
1017
994
|
<View
|
|
@@ -1131,11 +1108,6 @@ Array [
|
|
|
1131
1108
|
>
|
|
1132
1109
|
<View>
|
|
1133
1110
|
<View
|
|
1134
|
-
accessibilityState={
|
|
1135
|
-
Object {
|
|
1136
|
-
"disabled": false,
|
|
1137
|
-
}
|
|
1138
|
-
}
|
|
1139
1111
|
accessible={true}
|
|
1140
1112
|
focusable={true}
|
|
1141
1113
|
onClick={[Function]}
|
|
@@ -1146,17 +1118,14 @@ Array [
|
|
|
1146
1118
|
onResponderTerminationRequest={[Function]}
|
|
1147
1119
|
onStartShouldSetResponder={[Function]}
|
|
1148
1120
|
style={
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
},
|
|
1158
|
-
undefined,
|
|
1159
|
-
]
|
|
1121
|
+
Object {
|
|
1122
|
+
"alignItems": "center",
|
|
1123
|
+
"backgroundColor": "#ffffff",
|
|
1124
|
+
"borderRadius": 4,
|
|
1125
|
+
"flexDirection": "row",
|
|
1126
|
+
"opacity": 1,
|
|
1127
|
+
"padding": 16,
|
|
1128
|
+
}
|
|
1160
1129
|
}
|
|
1161
1130
|
>
|
|
1162
1131
|
<View
|
|
@@ -1325,7 +1294,7 @@ Array [
|
|
|
1325
1294
|
},
|
|
1326
1295
|
Array [
|
|
1327
1296
|
Object {
|
|
1328
|
-
"color": "#
|
|
1297
|
+
"color": "#795e90",
|
|
1329
1298
|
},
|
|
1330
1299
|
undefined,
|
|
1331
1300
|
],
|
|
@@ -1413,6 +1382,7 @@ Array [
|
|
|
1413
1382
|
undefined,
|
|
1414
1383
|
]
|
|
1415
1384
|
}
|
|
1385
|
+
themeFocused={false}
|
|
1416
1386
|
themeVariant="filled"
|
|
1417
1387
|
/>
|
|
1418
1388
|
<View
|
|
@@ -1492,6 +1462,7 @@ Array [
|
|
|
1492
1462
|
"flexGrow": 2,
|
|
1493
1463
|
"fontSize": 14,
|
|
1494
1464
|
"marginHorizontal": 8,
|
|
1465
|
+
"paddingVertical": 0,
|
|
1495
1466
|
"textAlignVertical": "center",
|
|
1496
1467
|
},
|
|
1497
1468
|
Object {
|
|
@@ -1567,32 +1538,6 @@ Array [
|
|
|
1567
1538
|
]
|
|
1568
1539
|
}
|
|
1569
1540
|
>
|
|
1570
|
-
<View
|
|
1571
|
-
accessible={true}
|
|
1572
|
-
collapsable={false}
|
|
1573
|
-
focusable={true}
|
|
1574
|
-
nativeID="animatedComponent"
|
|
1575
|
-
onBlur={[Function]}
|
|
1576
|
-
onClick={[Function]}
|
|
1577
|
-
onFocus={[Function]}
|
|
1578
|
-
onResponderGrant={[Function]}
|
|
1579
|
-
onResponderMove={[Function]}
|
|
1580
|
-
onResponderRelease={[Function]}
|
|
1581
|
-
onResponderTerminate={[Function]}
|
|
1582
|
-
onResponderTerminationRequest={[Function]}
|
|
1583
|
-
onStartShouldSetResponder={[Function]}
|
|
1584
|
-
style={
|
|
1585
|
-
Object {
|
|
1586
|
-
"backgroundColor": "#001f23",
|
|
1587
|
-
"bottom": 0,
|
|
1588
|
-
"left": 0,
|
|
1589
|
-
"opacity": 0.48,
|
|
1590
|
-
"position": "absolute",
|
|
1591
|
-
"right": 0,
|
|
1592
|
-
"top": 0,
|
|
1593
|
-
}
|
|
1594
|
-
}
|
|
1595
|
-
/>
|
|
1596
1541
|
<View
|
|
1597
1542
|
onLayout={[Function]}
|
|
1598
1543
|
style={
|
|
@@ -1610,6 +1555,32 @@ Array [
|
|
|
1610
1555
|
]
|
|
1611
1556
|
}
|
|
1612
1557
|
>
|
|
1558
|
+
<View
|
|
1559
|
+
accessible={true}
|
|
1560
|
+
collapsable={false}
|
|
1561
|
+
focusable={true}
|
|
1562
|
+
nativeID="animatedComponent"
|
|
1563
|
+
onBlur={[Function]}
|
|
1564
|
+
onClick={[Function]}
|
|
1565
|
+
onFocus={[Function]}
|
|
1566
|
+
onResponderGrant={[Function]}
|
|
1567
|
+
onResponderMove={[Function]}
|
|
1568
|
+
onResponderRelease={[Function]}
|
|
1569
|
+
onResponderTerminate={[Function]}
|
|
1570
|
+
onResponderTerminationRequest={[Function]}
|
|
1571
|
+
onStartShouldSetResponder={[Function]}
|
|
1572
|
+
style={
|
|
1573
|
+
Object {
|
|
1574
|
+
"backgroundColor": "#001f23",
|
|
1575
|
+
"bottom": 0,
|
|
1576
|
+
"left": 0,
|
|
1577
|
+
"opacity": 0.48,
|
|
1578
|
+
"position": "absolute",
|
|
1579
|
+
"right": 0,
|
|
1580
|
+
"top": 0,
|
|
1581
|
+
}
|
|
1582
|
+
}
|
|
1583
|
+
/>
|
|
1613
1584
|
<RCTSafeAreaView
|
|
1614
1585
|
collapsable={false}
|
|
1615
1586
|
emulateUnlessSupported={true}
|
|
@@ -1798,7 +1769,6 @@ Array [
|
|
|
1798
1769
|
onScroll={[Function]}
|
|
1799
1770
|
onScrollBeginDrag={[Function]}
|
|
1800
1771
|
onScrollEndDrag={[Function]}
|
|
1801
|
-
onScrollToIndexFailed={[Function]}
|
|
1802
1772
|
renderItem={[Function]}
|
|
1803
1773
|
scrollEventThrottle={50}
|
|
1804
1774
|
stickyHeaderIndices={
|
|
@@ -1872,13 +1842,10 @@ Array [
|
|
|
1872
1842
|
}
|
|
1873
1843
|
/>
|
|
1874
1844
|
<View
|
|
1875
|
-
accessibilityState={
|
|
1876
|
-
Object {
|
|
1877
|
-
"disabled": false,
|
|
1878
|
-
}
|
|
1879
|
-
}
|
|
1880
1845
|
accessible={true}
|
|
1846
|
+
collapsable={false}
|
|
1881
1847
|
focusable={true}
|
|
1848
|
+
nativeID="animatedComponent"
|
|
1882
1849
|
onClick={[Function]}
|
|
1883
1850
|
onResponderGrant={[Function]}
|
|
1884
1851
|
onResponderMove={[Function]}
|
|
@@ -1887,19 +1854,15 @@ Array [
|
|
|
1887
1854
|
onResponderTerminationRequest={[Function]}
|
|
1888
1855
|
onStartShouldSetResponder={[Function]}
|
|
1889
1856
|
style={
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
Object {
|
|
1900
|
-
"marginHorizontal": 12,
|
|
1901
|
-
},
|
|
1902
|
-
]
|
|
1857
|
+
Object {
|
|
1858
|
+
"alignItems": "center",
|
|
1859
|
+
"backgroundColor": "#ece8ef",
|
|
1860
|
+
"borderRadius": 4,
|
|
1861
|
+
"flexDirection": "row",
|
|
1862
|
+
"marginHorizontal": 12,
|
|
1863
|
+
"opacity": 1,
|
|
1864
|
+
"padding": 16,
|
|
1865
|
+
}
|
|
1903
1866
|
}
|
|
1904
1867
|
>
|
|
1905
1868
|
<View
|
|
@@ -1947,13 +1910,13 @@ Array [
|
|
|
1947
1910
|
style={
|
|
1948
1911
|
Array [
|
|
1949
1912
|
Object {
|
|
1950
|
-
"color": "#
|
|
1913
|
+
"color": "#401960",
|
|
1951
1914
|
"fontSize": 20,
|
|
1952
1915
|
},
|
|
1953
1916
|
undefined,
|
|
1954
1917
|
]
|
|
1955
1918
|
}
|
|
1956
|
-
themeIntent="
|
|
1919
|
+
themeIntent="primary"
|
|
1957
1920
|
themeSize="small"
|
|
1958
1921
|
/>
|
|
1959
1922
|
</View>
|
|
@@ -2025,13 +1988,10 @@ Array [
|
|
|
2025
1988
|
>
|
|
2026
1989
|
<View>
|
|
2027
1990
|
<View
|
|
2028
|
-
accessibilityState={
|
|
2029
|
-
Object {
|
|
2030
|
-
"disabled": false,
|
|
2031
|
-
}
|
|
2032
|
-
}
|
|
2033
1991
|
accessible={true}
|
|
1992
|
+
collapsable={false}
|
|
2034
1993
|
focusable={true}
|
|
1994
|
+
nativeID="animatedComponent"
|
|
2035
1995
|
onClick={[Function]}
|
|
2036
1996
|
onResponderGrant={[Function]}
|
|
2037
1997
|
onResponderMove={[Function]}
|
|
@@ -2040,19 +2000,15 @@ Array [
|
|
|
2040
2000
|
onResponderTerminationRequest={[Function]}
|
|
2041
2001
|
onStartShouldSetResponder={[Function]}
|
|
2042
2002
|
style={
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
Object {
|
|
2053
|
-
"marginHorizontal": 12,
|
|
2054
|
-
},
|
|
2055
|
-
]
|
|
2003
|
+
Object {
|
|
2004
|
+
"alignItems": "center",
|
|
2005
|
+
"backgroundColor": "#ece8ef",
|
|
2006
|
+
"borderRadius": 4,
|
|
2007
|
+
"flexDirection": "row",
|
|
2008
|
+
"marginHorizontal": 12,
|
|
2009
|
+
"opacity": 1,
|
|
2010
|
+
"padding": 16,
|
|
2011
|
+
}
|
|
2056
2012
|
}
|
|
2057
2013
|
>
|
|
2058
2014
|
<View
|
|
@@ -2100,13 +2056,13 @@ Array [
|
|
|
2100
2056
|
style={
|
|
2101
2057
|
Array [
|
|
2102
2058
|
Object {
|
|
2103
|
-
"color": "#
|
|
2059
|
+
"color": "#401960",
|
|
2104
2060
|
"fontSize": 20,
|
|
2105
2061
|
},
|
|
2106
2062
|
undefined,
|
|
2107
2063
|
]
|
|
2108
2064
|
}
|
|
2109
|
-
themeIntent="
|
|
2065
|
+
themeIntent="primary"
|
|
2110
2066
|
themeSize="small"
|
|
2111
2067
|
/>
|
|
2112
2068
|
</View>
|
|
@@ -2178,13 +2134,10 @@ Array [
|
|
|
2178
2134
|
>
|
|
2179
2135
|
<View>
|
|
2180
2136
|
<View
|
|
2181
|
-
accessibilityState={
|
|
2182
|
-
Object {
|
|
2183
|
-
"disabled": false,
|
|
2184
|
-
}
|
|
2185
|
-
}
|
|
2186
2137
|
accessible={true}
|
|
2138
|
+
collapsable={false}
|
|
2187
2139
|
focusable={true}
|
|
2140
|
+
nativeID="animatedComponent"
|
|
2188
2141
|
onClick={[Function]}
|
|
2189
2142
|
onResponderGrant={[Function]}
|
|
2190
2143
|
onResponderMove={[Function]}
|
|
@@ -2193,19 +2146,15 @@ Array [
|
|
|
2193
2146
|
onResponderTerminationRequest={[Function]}
|
|
2194
2147
|
onStartShouldSetResponder={[Function]}
|
|
2195
2148
|
style={
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
Object {
|
|
2206
|
-
"marginHorizontal": 12,
|
|
2207
|
-
},
|
|
2208
|
-
]
|
|
2149
|
+
Object {
|
|
2150
|
+
"alignItems": "center",
|
|
2151
|
+
"backgroundColor": "#ffffff",
|
|
2152
|
+
"borderRadius": 4,
|
|
2153
|
+
"flexDirection": "row",
|
|
2154
|
+
"marginHorizontal": 12,
|
|
2155
|
+
"opacity": 1,
|
|
2156
|
+
"padding": 16,
|
|
2157
|
+
}
|
|
2209
2158
|
}
|
|
2210
2159
|
>
|
|
2211
2160
|
<View
|
|
@@ -2306,13 +2255,10 @@ Array [
|
|
|
2306
2255
|
>
|
|
2307
2256
|
<View>
|
|
2308
2257
|
<View
|
|
2309
|
-
accessibilityState={
|
|
2310
|
-
Object {
|
|
2311
|
-
"disabled": false,
|
|
2312
|
-
}
|
|
2313
|
-
}
|
|
2314
2258
|
accessible={true}
|
|
2259
|
+
collapsable={false}
|
|
2315
2260
|
focusable={true}
|
|
2261
|
+
nativeID="animatedComponent"
|
|
2316
2262
|
onClick={[Function]}
|
|
2317
2263
|
onResponderGrant={[Function]}
|
|
2318
2264
|
onResponderMove={[Function]}
|
|
@@ -2321,19 +2267,15 @@ Array [
|
|
|
2321
2267
|
onResponderTerminationRequest={[Function]}
|
|
2322
2268
|
onStartShouldSetResponder={[Function]}
|
|
2323
2269
|
style={
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
Object {
|
|
2334
|
-
"marginHorizontal": 12,
|
|
2335
|
-
},
|
|
2336
|
-
]
|
|
2270
|
+
Object {
|
|
2271
|
+
"alignItems": "center",
|
|
2272
|
+
"backgroundColor": "#ffffff",
|
|
2273
|
+
"borderRadius": 4,
|
|
2274
|
+
"flexDirection": "row",
|
|
2275
|
+
"marginHorizontal": 12,
|
|
2276
|
+
"opacity": 1,
|
|
2277
|
+
"padding": 16,
|
|
2278
|
+
}
|
|
2337
2279
|
}
|
|
2338
2280
|
>
|
|
2339
2281
|
<View
|
|
@@ -2434,13 +2376,10 @@ Array [
|
|
|
2434
2376
|
>
|
|
2435
2377
|
<View>
|
|
2436
2378
|
<View
|
|
2437
|
-
accessibilityState={
|
|
2438
|
-
Object {
|
|
2439
|
-
"disabled": false,
|
|
2440
|
-
}
|
|
2441
|
-
}
|
|
2442
2379
|
accessible={true}
|
|
2380
|
+
collapsable={false}
|
|
2443
2381
|
focusable={true}
|
|
2382
|
+
nativeID="animatedComponent"
|
|
2444
2383
|
onClick={[Function]}
|
|
2445
2384
|
onResponderGrant={[Function]}
|
|
2446
2385
|
onResponderMove={[Function]}
|
|
@@ -2449,19 +2388,15 @@ Array [
|
|
|
2449
2388
|
onResponderTerminationRequest={[Function]}
|
|
2450
2389
|
onStartShouldSetResponder={[Function]}
|
|
2451
2390
|
style={
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
Object {
|
|
2462
|
-
"marginHorizontal": 12,
|
|
2463
|
-
},
|
|
2464
|
-
]
|
|
2391
|
+
Object {
|
|
2392
|
+
"alignItems": "center",
|
|
2393
|
+
"backgroundColor": "#ffffff",
|
|
2394
|
+
"borderRadius": 4,
|
|
2395
|
+
"flexDirection": "row",
|
|
2396
|
+
"marginHorizontal": 12,
|
|
2397
|
+
"opacity": 1,
|
|
2398
|
+
"padding": 16,
|
|
2399
|
+
}
|
|
2465
2400
|
}
|
|
2466
2401
|
>
|
|
2467
2402
|
<View
|
|
@@ -2562,13 +2497,10 @@ Array [
|
|
|
2562
2497
|
>
|
|
2563
2498
|
<View>
|
|
2564
2499
|
<View
|
|
2565
|
-
accessibilityState={
|
|
2566
|
-
Object {
|
|
2567
|
-
"disabled": false,
|
|
2568
|
-
}
|
|
2569
|
-
}
|
|
2570
2500
|
accessible={true}
|
|
2501
|
+
collapsable={false}
|
|
2571
2502
|
focusable={true}
|
|
2503
|
+
nativeID="animatedComponent"
|
|
2572
2504
|
onClick={[Function]}
|
|
2573
2505
|
onResponderGrant={[Function]}
|
|
2574
2506
|
onResponderMove={[Function]}
|
|
@@ -2577,19 +2509,15 @@ Array [
|
|
|
2577
2509
|
onResponderTerminationRequest={[Function]}
|
|
2578
2510
|
onStartShouldSetResponder={[Function]}
|
|
2579
2511
|
style={
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
|
|
2587
|
-
|
|
2588
|
-
|
|
2589
|
-
Object {
|
|
2590
|
-
"marginHorizontal": 12,
|
|
2591
|
-
},
|
|
2592
|
-
]
|
|
2512
|
+
Object {
|
|
2513
|
+
"alignItems": "center",
|
|
2514
|
+
"backgroundColor": "#ffffff",
|
|
2515
|
+
"borderRadius": 4,
|
|
2516
|
+
"flexDirection": "row",
|
|
2517
|
+
"marginHorizontal": 12,
|
|
2518
|
+
"opacity": 1,
|
|
2519
|
+
"padding": 16,
|
|
2520
|
+
}
|
|
2593
2521
|
}
|
|
2594
2522
|
>
|
|
2595
2523
|
<View
|
|
@@ -2691,13 +2619,10 @@ Array [
|
|
|
2691
2619
|
>
|
|
2692
2620
|
<View>
|
|
2693
2621
|
<View
|
|
2694
|
-
accessibilityState={
|
|
2695
|
-
Object {
|
|
2696
|
-
"disabled": true,
|
|
2697
|
-
}
|
|
2698
|
-
}
|
|
2699
2622
|
accessible={true}
|
|
2623
|
+
collapsable={false}
|
|
2700
2624
|
focusable={true}
|
|
2625
|
+
nativeID="animatedComponent"
|
|
2701
2626
|
onClick={[Function]}
|
|
2702
2627
|
onResponderGrant={[Function]}
|
|
2703
2628
|
onResponderMove={[Function]}
|
|
@@ -2706,19 +2631,15 @@ Array [
|
|
|
2706
2631
|
onResponderTerminationRequest={[Function]}
|
|
2707
2632
|
onStartShouldSetResponder={[Function]}
|
|
2708
2633
|
style={
|
|
2709
|
-
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
|
|
2713
|
-
|
|
2714
|
-
|
|
2715
|
-
|
|
2716
|
-
|
|
2717
|
-
|
|
2718
|
-
Object {
|
|
2719
|
-
"marginHorizontal": 12,
|
|
2720
|
-
},
|
|
2721
|
-
]
|
|
2634
|
+
Object {
|
|
2635
|
+
"alignItems": "center",
|
|
2636
|
+
"backgroundColor": "#ffffff",
|
|
2637
|
+
"borderRadius": 4,
|
|
2638
|
+
"flexDirection": "row",
|
|
2639
|
+
"marginHorizontal": 12,
|
|
2640
|
+
"opacity": 0.38,
|
|
2641
|
+
"padding": 16,
|
|
2642
|
+
}
|
|
2722
2643
|
}
|
|
2723
2644
|
>
|
|
2724
2645
|
<View
|
|
@@ -2872,7 +2793,7 @@ Array [
|
|
|
2872
2793
|
},
|
|
2873
2794
|
Array [
|
|
2874
2795
|
Object {
|
|
2875
|
-
"color": "#
|
|
2796
|
+
"color": "#795e90",
|
|
2876
2797
|
},
|
|
2877
2798
|
undefined,
|
|
2878
2799
|
],
|
|
@@ -2958,6 +2879,7 @@ Array [
|
|
|
2958
2879
|
undefined,
|
|
2959
2880
|
]
|
|
2960
2881
|
}
|
|
2882
|
+
themeFocused={false}
|
|
2961
2883
|
themeVariant="filled"
|
|
2962
2884
|
/>
|
|
2963
2885
|
<View
|
|
@@ -3037,6 +2959,7 @@ Array [
|
|
|
3037
2959
|
"flexGrow": 2,
|
|
3038
2960
|
"fontSize": 14,
|
|
3039
2961
|
"marginHorizontal": 8,
|
|
2962
|
+
"paddingVertical": 0,
|
|
3040
2963
|
"textAlignVertical": "center",
|
|
3041
2964
|
},
|
|
3042
2965
|
Object {
|
|
@@ -3112,31 +3035,6 @@ Array [
|
|
|
3112
3035
|
]
|
|
3113
3036
|
}
|
|
3114
3037
|
>
|
|
3115
|
-
<View
|
|
3116
|
-
accessible={true}
|
|
3117
|
-
collapsable={false}
|
|
3118
|
-
focusable={true}
|
|
3119
|
-
onBlur={[Function]}
|
|
3120
|
-
onClick={[Function]}
|
|
3121
|
-
onFocus={[Function]}
|
|
3122
|
-
onResponderGrant={[Function]}
|
|
3123
|
-
onResponderMove={[Function]}
|
|
3124
|
-
onResponderRelease={[Function]}
|
|
3125
|
-
onResponderTerminate={[Function]}
|
|
3126
|
-
onResponderTerminationRequest={[Function]}
|
|
3127
|
-
onStartShouldSetResponder={[Function]}
|
|
3128
|
-
style={
|
|
3129
|
-
Object {
|
|
3130
|
-
"backgroundColor": "#001f23",
|
|
3131
|
-
"bottom": 0,
|
|
3132
|
-
"left": 0,
|
|
3133
|
-
"opacity": 0.48,
|
|
3134
|
-
"position": "absolute",
|
|
3135
|
-
"right": 0,
|
|
3136
|
-
"top": 0,
|
|
3137
|
-
}
|
|
3138
|
-
}
|
|
3139
|
-
/>
|
|
3140
3038
|
<View
|
|
3141
3039
|
onLayout={[Function]}
|
|
3142
3040
|
style={
|
|
@@ -3154,6 +3052,31 @@ Array [
|
|
|
3154
3052
|
]
|
|
3155
3053
|
}
|
|
3156
3054
|
>
|
|
3055
|
+
<View
|
|
3056
|
+
accessible={true}
|
|
3057
|
+
collapsable={false}
|
|
3058
|
+
focusable={true}
|
|
3059
|
+
onBlur={[Function]}
|
|
3060
|
+
onClick={[Function]}
|
|
3061
|
+
onFocus={[Function]}
|
|
3062
|
+
onResponderGrant={[Function]}
|
|
3063
|
+
onResponderMove={[Function]}
|
|
3064
|
+
onResponderRelease={[Function]}
|
|
3065
|
+
onResponderTerminate={[Function]}
|
|
3066
|
+
onResponderTerminationRequest={[Function]}
|
|
3067
|
+
onStartShouldSetResponder={[Function]}
|
|
3068
|
+
style={
|
|
3069
|
+
Object {
|
|
3070
|
+
"backgroundColor": "#001f23",
|
|
3071
|
+
"bottom": 0,
|
|
3072
|
+
"left": 0,
|
|
3073
|
+
"opacity": 0.48,
|
|
3074
|
+
"position": "absolute",
|
|
3075
|
+
"right": 0,
|
|
3076
|
+
"top": 0,
|
|
3077
|
+
}
|
|
3078
|
+
}
|
|
3079
|
+
/>
|
|
3157
3080
|
<RCTSafeAreaView
|
|
3158
3081
|
emulateUnlessSupported={true}
|
|
3159
3082
|
style={
|
|
@@ -3338,7 +3261,6 @@ Array [
|
|
|
3338
3261
|
onScroll={[Function]}
|
|
3339
3262
|
onScrollBeginDrag={[Function]}
|
|
3340
3263
|
onScrollEndDrag={[Function]}
|
|
3341
|
-
onScrollToIndexFailed={[Function]}
|
|
3342
3264
|
renderItem={[Function]}
|
|
3343
3265
|
scrollEventThrottle={50}
|
|
3344
3266
|
stickyHeaderIndices={
|
|
@@ -3412,11 +3334,6 @@ Array [
|
|
|
3412
3334
|
}
|
|
3413
3335
|
/>
|
|
3414
3336
|
<View
|
|
3415
|
-
accessibilityState={
|
|
3416
|
-
Object {
|
|
3417
|
-
"disabled": false,
|
|
3418
|
-
}
|
|
3419
|
-
}
|
|
3420
3337
|
accessible={true}
|
|
3421
3338
|
focusable={true}
|
|
3422
3339
|
onClick={[Function]}
|
|
@@ -3427,19 +3344,15 @@ Array [
|
|
|
3427
3344
|
onResponderTerminationRequest={[Function]}
|
|
3428
3345
|
onStartShouldSetResponder={[Function]}
|
|
3429
3346
|
style={
|
|
3430
|
-
|
|
3431
|
-
|
|
3432
|
-
|
|
3433
|
-
|
|
3434
|
-
|
|
3435
|
-
|
|
3436
|
-
|
|
3437
|
-
|
|
3438
|
-
|
|
3439
|
-
Object {
|
|
3440
|
-
"marginHorizontal": 12,
|
|
3441
|
-
},
|
|
3442
|
-
]
|
|
3347
|
+
Object {
|
|
3348
|
+
"alignItems": "center",
|
|
3349
|
+
"backgroundColor": "#ece8ef",
|
|
3350
|
+
"borderRadius": 4,
|
|
3351
|
+
"flexDirection": "row",
|
|
3352
|
+
"marginHorizontal": 12,
|
|
3353
|
+
"opacity": 1,
|
|
3354
|
+
"padding": 16,
|
|
3355
|
+
}
|
|
3443
3356
|
}
|
|
3444
3357
|
>
|
|
3445
3358
|
<View
|
|
@@ -3487,13 +3400,13 @@ Array [
|
|
|
3487
3400
|
style={
|
|
3488
3401
|
Array [
|
|
3489
3402
|
Object {
|
|
3490
|
-
"color": "#
|
|
3403
|
+
"color": "#401960",
|
|
3491
3404
|
"fontSize": 20,
|
|
3492
3405
|
},
|
|
3493
3406
|
undefined,
|
|
3494
3407
|
]
|
|
3495
3408
|
}
|
|
3496
|
-
themeIntent="
|
|
3409
|
+
themeIntent="primary"
|
|
3497
3410
|
themeSize="small"
|
|
3498
3411
|
/>
|
|
3499
3412
|
</View>
|
|
@@ -3565,11 +3478,6 @@ Array [
|
|
|
3565
3478
|
>
|
|
3566
3479
|
<View>
|
|
3567
3480
|
<View
|
|
3568
|
-
accessibilityState={
|
|
3569
|
-
Object {
|
|
3570
|
-
"disabled": false,
|
|
3571
|
-
}
|
|
3572
|
-
}
|
|
3573
3481
|
accessible={true}
|
|
3574
3482
|
focusable={true}
|
|
3575
3483
|
onClick={[Function]}
|
|
@@ -3580,19 +3488,15 @@ Array [
|
|
|
3580
3488
|
onResponderTerminationRequest={[Function]}
|
|
3581
3489
|
onStartShouldSetResponder={[Function]}
|
|
3582
3490
|
style={
|
|
3583
|
-
|
|
3584
|
-
|
|
3585
|
-
|
|
3586
|
-
|
|
3587
|
-
|
|
3588
|
-
|
|
3589
|
-
|
|
3590
|
-
|
|
3591
|
-
|
|
3592
|
-
Object {
|
|
3593
|
-
"marginHorizontal": 12,
|
|
3594
|
-
},
|
|
3595
|
-
]
|
|
3491
|
+
Object {
|
|
3492
|
+
"alignItems": "center",
|
|
3493
|
+
"backgroundColor": "#ece8ef",
|
|
3494
|
+
"borderRadius": 4,
|
|
3495
|
+
"flexDirection": "row",
|
|
3496
|
+
"marginHorizontal": 12,
|
|
3497
|
+
"opacity": 1,
|
|
3498
|
+
"padding": 16,
|
|
3499
|
+
}
|
|
3596
3500
|
}
|
|
3597
3501
|
>
|
|
3598
3502
|
<View
|
|
@@ -3640,13 +3544,13 @@ Array [
|
|
|
3640
3544
|
style={
|
|
3641
3545
|
Array [
|
|
3642
3546
|
Object {
|
|
3643
|
-
"color": "#
|
|
3547
|
+
"color": "#401960",
|
|
3644
3548
|
"fontSize": 20,
|
|
3645
3549
|
},
|
|
3646
3550
|
undefined,
|
|
3647
3551
|
]
|
|
3648
3552
|
}
|
|
3649
|
-
themeIntent="
|
|
3553
|
+
themeIntent="primary"
|
|
3650
3554
|
themeSize="small"
|
|
3651
3555
|
/>
|
|
3652
3556
|
</View>
|
|
@@ -3718,11 +3622,6 @@ Array [
|
|
|
3718
3622
|
>
|
|
3719
3623
|
<View>
|
|
3720
3624
|
<View
|
|
3721
|
-
accessibilityState={
|
|
3722
|
-
Object {
|
|
3723
|
-
"disabled": false,
|
|
3724
|
-
}
|
|
3725
|
-
}
|
|
3726
3625
|
accessible={true}
|
|
3727
3626
|
focusable={true}
|
|
3728
3627
|
onClick={[Function]}
|
|
@@ -3733,19 +3632,15 @@ Array [
|
|
|
3733
3632
|
onResponderTerminationRequest={[Function]}
|
|
3734
3633
|
onStartShouldSetResponder={[Function]}
|
|
3735
3634
|
style={
|
|
3736
|
-
|
|
3737
|
-
|
|
3738
|
-
|
|
3739
|
-
|
|
3740
|
-
|
|
3741
|
-
|
|
3742
|
-
|
|
3743
|
-
|
|
3744
|
-
|
|
3745
|
-
Object {
|
|
3746
|
-
"marginHorizontal": 12,
|
|
3747
|
-
},
|
|
3748
|
-
]
|
|
3635
|
+
Object {
|
|
3636
|
+
"alignItems": "center",
|
|
3637
|
+
"backgroundColor": "#ffffff",
|
|
3638
|
+
"borderRadius": 4,
|
|
3639
|
+
"flexDirection": "row",
|
|
3640
|
+
"marginHorizontal": 12,
|
|
3641
|
+
"opacity": 1,
|
|
3642
|
+
"padding": 16,
|
|
3643
|
+
}
|
|
3749
3644
|
}
|
|
3750
3645
|
>
|
|
3751
3646
|
<View
|
|
@@ -3846,11 +3741,6 @@ Array [
|
|
|
3846
3741
|
>
|
|
3847
3742
|
<View>
|
|
3848
3743
|
<View
|
|
3849
|
-
accessibilityState={
|
|
3850
|
-
Object {
|
|
3851
|
-
"disabled": false,
|
|
3852
|
-
}
|
|
3853
|
-
}
|
|
3854
3744
|
accessible={true}
|
|
3855
3745
|
focusable={true}
|
|
3856
3746
|
onClick={[Function]}
|
|
@@ -3861,19 +3751,15 @@ Array [
|
|
|
3861
3751
|
onResponderTerminationRequest={[Function]}
|
|
3862
3752
|
onStartShouldSetResponder={[Function]}
|
|
3863
3753
|
style={
|
|
3864
|
-
|
|
3865
|
-
|
|
3866
|
-
|
|
3867
|
-
|
|
3868
|
-
|
|
3869
|
-
|
|
3870
|
-
|
|
3871
|
-
|
|
3872
|
-
|
|
3873
|
-
Object {
|
|
3874
|
-
"marginHorizontal": 12,
|
|
3875
|
-
},
|
|
3876
|
-
]
|
|
3754
|
+
Object {
|
|
3755
|
+
"alignItems": "center",
|
|
3756
|
+
"backgroundColor": "#ffffff",
|
|
3757
|
+
"borderRadius": 4,
|
|
3758
|
+
"flexDirection": "row",
|
|
3759
|
+
"marginHorizontal": 12,
|
|
3760
|
+
"opacity": 1,
|
|
3761
|
+
"padding": 16,
|
|
3762
|
+
}
|
|
3877
3763
|
}
|
|
3878
3764
|
>
|
|
3879
3765
|
<View
|
|
@@ -3974,11 +3860,6 @@ Array [
|
|
|
3974
3860
|
>
|
|
3975
3861
|
<View>
|
|
3976
3862
|
<View
|
|
3977
|
-
accessibilityState={
|
|
3978
|
-
Object {
|
|
3979
|
-
"disabled": false,
|
|
3980
|
-
}
|
|
3981
|
-
}
|
|
3982
3863
|
accessible={true}
|
|
3983
3864
|
focusable={true}
|
|
3984
3865
|
onClick={[Function]}
|
|
@@ -3989,19 +3870,15 @@ Array [
|
|
|
3989
3870
|
onResponderTerminationRequest={[Function]}
|
|
3990
3871
|
onStartShouldSetResponder={[Function]}
|
|
3991
3872
|
style={
|
|
3992
|
-
|
|
3993
|
-
|
|
3994
|
-
|
|
3995
|
-
|
|
3996
|
-
|
|
3997
|
-
|
|
3998
|
-
|
|
3999
|
-
|
|
4000
|
-
|
|
4001
|
-
Object {
|
|
4002
|
-
"marginHorizontal": 12,
|
|
4003
|
-
},
|
|
4004
|
-
]
|
|
3873
|
+
Object {
|
|
3874
|
+
"alignItems": "center",
|
|
3875
|
+
"backgroundColor": "#ffffff",
|
|
3876
|
+
"borderRadius": 4,
|
|
3877
|
+
"flexDirection": "row",
|
|
3878
|
+
"marginHorizontal": 12,
|
|
3879
|
+
"opacity": 1,
|
|
3880
|
+
"padding": 16,
|
|
3881
|
+
}
|
|
4005
3882
|
}
|
|
4006
3883
|
>
|
|
4007
3884
|
<View
|
|
@@ -4102,11 +3979,6 @@ Array [
|
|
|
4102
3979
|
>
|
|
4103
3980
|
<View>
|
|
4104
3981
|
<View
|
|
4105
|
-
accessibilityState={
|
|
4106
|
-
Object {
|
|
4107
|
-
"disabled": false,
|
|
4108
|
-
}
|
|
4109
|
-
}
|
|
4110
3982
|
accessible={true}
|
|
4111
3983
|
focusable={true}
|
|
4112
3984
|
onClick={[Function]}
|
|
@@ -4117,19 +3989,15 @@ Array [
|
|
|
4117
3989
|
onResponderTerminationRequest={[Function]}
|
|
4118
3990
|
onStartShouldSetResponder={[Function]}
|
|
4119
3991
|
style={
|
|
4120
|
-
|
|
4121
|
-
|
|
4122
|
-
|
|
4123
|
-
|
|
4124
|
-
|
|
4125
|
-
|
|
4126
|
-
|
|
4127
|
-
|
|
4128
|
-
|
|
4129
|
-
Object {
|
|
4130
|
-
"marginHorizontal": 12,
|
|
4131
|
-
},
|
|
4132
|
-
]
|
|
3992
|
+
Object {
|
|
3993
|
+
"alignItems": "center",
|
|
3994
|
+
"backgroundColor": "#ffffff",
|
|
3995
|
+
"borderRadius": 4,
|
|
3996
|
+
"flexDirection": "row",
|
|
3997
|
+
"marginHorizontal": 12,
|
|
3998
|
+
"opacity": 1,
|
|
3999
|
+
"padding": 16,
|
|
4000
|
+
}
|
|
4133
4001
|
}
|
|
4134
4002
|
>
|
|
4135
4003
|
<View
|
|
@@ -4231,11 +4099,6 @@ Array [
|
|
|
4231
4099
|
>
|
|
4232
4100
|
<View>
|
|
4233
4101
|
<View
|
|
4234
|
-
accessibilityState={
|
|
4235
|
-
Object {
|
|
4236
|
-
"disabled": true,
|
|
4237
|
-
}
|
|
4238
|
-
}
|
|
4239
4102
|
accessible={true}
|
|
4240
4103
|
focusable={true}
|
|
4241
4104
|
onClick={[Function]}
|
|
@@ -4246,19 +4109,15 @@ Array [
|
|
|
4246
4109
|
onResponderTerminationRequest={[Function]}
|
|
4247
4110
|
onStartShouldSetResponder={[Function]}
|
|
4248
4111
|
style={
|
|
4249
|
-
|
|
4250
|
-
|
|
4251
|
-
|
|
4252
|
-
|
|
4253
|
-
|
|
4254
|
-
|
|
4255
|
-
|
|
4256
|
-
|
|
4257
|
-
|
|
4258
|
-
Object {
|
|
4259
|
-
"marginHorizontal": 12,
|
|
4260
|
-
},
|
|
4261
|
-
]
|
|
4112
|
+
Object {
|
|
4113
|
+
"alignItems": "center",
|
|
4114
|
+
"backgroundColor": "#ffffff",
|
|
4115
|
+
"borderRadius": 4,
|
|
4116
|
+
"flexDirection": "row",
|
|
4117
|
+
"marginHorizontal": 12,
|
|
4118
|
+
"opacity": 0.38,
|
|
4119
|
+
"padding": 16,
|
|
4120
|
+
}
|
|
4262
4121
|
}
|
|
4263
4122
|
>
|
|
4264
4123
|
<View
|
|
@@ -4410,7 +4269,7 @@ Array [
|
|
|
4410
4269
|
},
|
|
4411
4270
|
Array [
|
|
4412
4271
|
Object {
|
|
4413
|
-
"color": "#
|
|
4272
|
+
"color": "#795e90",
|
|
4414
4273
|
},
|
|
4415
4274
|
undefined,
|
|
4416
4275
|
],
|
|
@@ -4498,6 +4357,7 @@ Array [
|
|
|
4498
4357
|
undefined,
|
|
4499
4358
|
]
|
|
4500
4359
|
}
|
|
4360
|
+
themeFocused={false}
|
|
4501
4361
|
themeVariant="readonly"
|
|
4502
4362
|
/>
|
|
4503
4363
|
<View
|
|
@@ -4529,7 +4389,7 @@ Array [
|
|
|
4529
4389
|
},
|
|
4530
4390
|
Array [
|
|
4531
4391
|
Object {
|
|
4532
|
-
"color": "#
|
|
4392
|
+
"color": "#808f91",
|
|
4533
4393
|
},
|
|
4534
4394
|
undefined,
|
|
4535
4395
|
],
|
|
@@ -4577,6 +4437,7 @@ Array [
|
|
|
4577
4437
|
"flexGrow": 2,
|
|
4578
4438
|
"fontSize": 14,
|
|
4579
4439
|
"marginHorizontal": 8,
|
|
4440
|
+
"paddingVertical": 0,
|
|
4580
4441
|
"textAlignVertical": "center",
|
|
4581
4442
|
},
|
|
4582
4443
|
Object {
|
|
@@ -4666,32 +4527,6 @@ Array [
|
|
|
4666
4527
|
]
|
|
4667
4528
|
}
|
|
4668
4529
|
>
|
|
4669
|
-
<View
|
|
4670
|
-
accessible={true}
|
|
4671
|
-
collapsable={false}
|
|
4672
|
-
focusable={true}
|
|
4673
|
-
nativeID="animatedComponent"
|
|
4674
|
-
onBlur={[Function]}
|
|
4675
|
-
onClick={[Function]}
|
|
4676
|
-
onFocus={[Function]}
|
|
4677
|
-
onResponderGrant={[Function]}
|
|
4678
|
-
onResponderMove={[Function]}
|
|
4679
|
-
onResponderRelease={[Function]}
|
|
4680
|
-
onResponderTerminate={[Function]}
|
|
4681
|
-
onResponderTerminationRequest={[Function]}
|
|
4682
|
-
onStartShouldSetResponder={[Function]}
|
|
4683
|
-
style={
|
|
4684
|
-
Object {
|
|
4685
|
-
"backgroundColor": "#001f23",
|
|
4686
|
-
"bottom": 0,
|
|
4687
|
-
"left": 0,
|
|
4688
|
-
"opacity": 0.48,
|
|
4689
|
-
"position": "absolute",
|
|
4690
|
-
"right": 0,
|
|
4691
|
-
"top": 0,
|
|
4692
|
-
}
|
|
4693
|
-
}
|
|
4694
|
-
/>
|
|
4695
4530
|
<View
|
|
4696
4531
|
onLayout={[Function]}
|
|
4697
4532
|
style={
|
|
@@ -4709,6 +4544,32 @@ Array [
|
|
|
4709
4544
|
]
|
|
4710
4545
|
}
|
|
4711
4546
|
>
|
|
4547
|
+
<View
|
|
4548
|
+
accessible={true}
|
|
4549
|
+
collapsable={false}
|
|
4550
|
+
focusable={true}
|
|
4551
|
+
nativeID="animatedComponent"
|
|
4552
|
+
onBlur={[Function]}
|
|
4553
|
+
onClick={[Function]}
|
|
4554
|
+
onFocus={[Function]}
|
|
4555
|
+
onResponderGrant={[Function]}
|
|
4556
|
+
onResponderMove={[Function]}
|
|
4557
|
+
onResponderRelease={[Function]}
|
|
4558
|
+
onResponderTerminate={[Function]}
|
|
4559
|
+
onResponderTerminationRequest={[Function]}
|
|
4560
|
+
onStartShouldSetResponder={[Function]}
|
|
4561
|
+
style={
|
|
4562
|
+
Object {
|
|
4563
|
+
"backgroundColor": "#001f23",
|
|
4564
|
+
"bottom": 0,
|
|
4565
|
+
"left": 0,
|
|
4566
|
+
"opacity": 0.48,
|
|
4567
|
+
"position": "absolute",
|
|
4568
|
+
"right": 0,
|
|
4569
|
+
"top": 0,
|
|
4570
|
+
}
|
|
4571
|
+
}
|
|
4572
|
+
/>
|
|
4712
4573
|
<RCTSafeAreaView
|
|
4713
4574
|
collapsable={false}
|
|
4714
4575
|
emulateUnlessSupported={true}
|
|
@@ -4897,7 +4758,6 @@ Array [
|
|
|
4897
4758
|
onScroll={[Function]}
|
|
4898
4759
|
onScrollBeginDrag={[Function]}
|
|
4899
4760
|
onScrollEndDrag={[Function]}
|
|
4900
|
-
onScrollToIndexFailed={[Function]}
|
|
4901
4761
|
renderItem={[Function]}
|
|
4902
4762
|
scrollEventThrottle={50}
|
|
4903
4763
|
stickyHeaderIndices={
|
|
@@ -4971,13 +4831,10 @@ Array [
|
|
|
4971
4831
|
}
|
|
4972
4832
|
/>
|
|
4973
4833
|
<View
|
|
4974
|
-
accessibilityState={
|
|
4975
|
-
Object {
|
|
4976
|
-
"disabled": false,
|
|
4977
|
-
}
|
|
4978
|
-
}
|
|
4979
4834
|
accessible={true}
|
|
4835
|
+
collapsable={false}
|
|
4980
4836
|
focusable={true}
|
|
4837
|
+
nativeID="animatedComponent"
|
|
4981
4838
|
onClick={[Function]}
|
|
4982
4839
|
onResponderGrant={[Function]}
|
|
4983
4840
|
onResponderMove={[Function]}
|
|
@@ -4986,19 +4843,15 @@ Array [
|
|
|
4986
4843
|
onResponderTerminationRequest={[Function]}
|
|
4987
4844
|
onStartShouldSetResponder={[Function]}
|
|
4988
4845
|
style={
|
|
4989
|
-
|
|
4990
|
-
|
|
4991
|
-
|
|
4992
|
-
|
|
4993
|
-
|
|
4994
|
-
|
|
4995
|
-
|
|
4996
|
-
|
|
4997
|
-
|
|
4998
|
-
Object {
|
|
4999
|
-
"marginHorizontal": 12,
|
|
5000
|
-
},
|
|
5001
|
-
]
|
|
4846
|
+
Object {
|
|
4847
|
+
"alignItems": "center",
|
|
4848
|
+
"backgroundColor": "#ece8ef",
|
|
4849
|
+
"borderRadius": 4,
|
|
4850
|
+
"flexDirection": "row",
|
|
4851
|
+
"marginHorizontal": 12,
|
|
4852
|
+
"opacity": 1,
|
|
4853
|
+
"padding": 16,
|
|
4854
|
+
}
|
|
5002
4855
|
}
|
|
5003
4856
|
>
|
|
5004
4857
|
<View
|
|
@@ -5046,13 +4899,13 @@ Array [
|
|
|
5046
4899
|
style={
|
|
5047
4900
|
Array [
|
|
5048
4901
|
Object {
|
|
5049
|
-
"color": "#
|
|
4902
|
+
"color": "#401960",
|
|
5050
4903
|
"fontSize": 20,
|
|
5051
4904
|
},
|
|
5052
4905
|
undefined,
|
|
5053
4906
|
]
|
|
5054
4907
|
}
|
|
5055
|
-
themeIntent="
|
|
4908
|
+
themeIntent="primary"
|
|
5056
4909
|
themeSize="small"
|
|
5057
4910
|
/>
|
|
5058
4911
|
</View>
|
|
@@ -5124,13 +4977,10 @@ Array [
|
|
|
5124
4977
|
>
|
|
5125
4978
|
<View>
|
|
5126
4979
|
<View
|
|
5127
|
-
accessibilityState={
|
|
5128
|
-
Object {
|
|
5129
|
-
"disabled": false,
|
|
5130
|
-
}
|
|
5131
|
-
}
|
|
5132
4980
|
accessible={true}
|
|
4981
|
+
collapsable={false}
|
|
5133
4982
|
focusable={true}
|
|
4983
|
+
nativeID="animatedComponent"
|
|
5134
4984
|
onClick={[Function]}
|
|
5135
4985
|
onResponderGrant={[Function]}
|
|
5136
4986
|
onResponderMove={[Function]}
|
|
@@ -5139,19 +4989,15 @@ Array [
|
|
|
5139
4989
|
onResponderTerminationRequest={[Function]}
|
|
5140
4990
|
onStartShouldSetResponder={[Function]}
|
|
5141
4991
|
style={
|
|
5142
|
-
|
|
5143
|
-
|
|
5144
|
-
|
|
5145
|
-
|
|
5146
|
-
|
|
5147
|
-
|
|
5148
|
-
|
|
5149
|
-
|
|
5150
|
-
|
|
5151
|
-
Object {
|
|
5152
|
-
"marginHorizontal": 12,
|
|
5153
|
-
},
|
|
5154
|
-
]
|
|
4992
|
+
Object {
|
|
4993
|
+
"alignItems": "center",
|
|
4994
|
+
"backgroundColor": "#ece8ef",
|
|
4995
|
+
"borderRadius": 4,
|
|
4996
|
+
"flexDirection": "row",
|
|
4997
|
+
"marginHorizontal": 12,
|
|
4998
|
+
"opacity": 1,
|
|
4999
|
+
"padding": 16,
|
|
5000
|
+
}
|
|
5155
5001
|
}
|
|
5156
5002
|
>
|
|
5157
5003
|
<View
|
|
@@ -5199,13 +5045,13 @@ Array [
|
|
|
5199
5045
|
style={
|
|
5200
5046
|
Array [
|
|
5201
5047
|
Object {
|
|
5202
|
-
"color": "#
|
|
5048
|
+
"color": "#401960",
|
|
5203
5049
|
"fontSize": 20,
|
|
5204
5050
|
},
|
|
5205
5051
|
undefined,
|
|
5206
5052
|
]
|
|
5207
5053
|
}
|
|
5208
|
-
themeIntent="
|
|
5054
|
+
themeIntent="primary"
|
|
5209
5055
|
themeSize="small"
|
|
5210
5056
|
/>
|
|
5211
5057
|
</View>
|
|
@@ -5277,13 +5123,10 @@ Array [
|
|
|
5277
5123
|
>
|
|
5278
5124
|
<View>
|
|
5279
5125
|
<View
|
|
5280
|
-
accessibilityState={
|
|
5281
|
-
Object {
|
|
5282
|
-
"disabled": false,
|
|
5283
|
-
}
|
|
5284
|
-
}
|
|
5285
5126
|
accessible={true}
|
|
5127
|
+
collapsable={false}
|
|
5286
5128
|
focusable={true}
|
|
5129
|
+
nativeID="animatedComponent"
|
|
5287
5130
|
onClick={[Function]}
|
|
5288
5131
|
onResponderGrant={[Function]}
|
|
5289
5132
|
onResponderMove={[Function]}
|
|
@@ -5292,19 +5135,15 @@ Array [
|
|
|
5292
5135
|
onResponderTerminationRequest={[Function]}
|
|
5293
5136
|
onStartShouldSetResponder={[Function]}
|
|
5294
5137
|
style={
|
|
5295
|
-
|
|
5296
|
-
|
|
5297
|
-
|
|
5298
|
-
|
|
5299
|
-
|
|
5300
|
-
|
|
5301
|
-
|
|
5302
|
-
|
|
5303
|
-
|
|
5304
|
-
Object {
|
|
5305
|
-
"marginHorizontal": 12,
|
|
5306
|
-
},
|
|
5307
|
-
]
|
|
5138
|
+
Object {
|
|
5139
|
+
"alignItems": "center",
|
|
5140
|
+
"backgroundColor": "#ffffff",
|
|
5141
|
+
"borderRadius": 4,
|
|
5142
|
+
"flexDirection": "row",
|
|
5143
|
+
"marginHorizontal": 12,
|
|
5144
|
+
"opacity": 1,
|
|
5145
|
+
"padding": 16,
|
|
5146
|
+
}
|
|
5308
5147
|
}
|
|
5309
5148
|
>
|
|
5310
5149
|
<View
|
|
@@ -5405,13 +5244,10 @@ Array [
|
|
|
5405
5244
|
>
|
|
5406
5245
|
<View>
|
|
5407
5246
|
<View
|
|
5408
|
-
accessibilityState={
|
|
5409
|
-
Object {
|
|
5410
|
-
"disabled": false,
|
|
5411
|
-
}
|
|
5412
|
-
}
|
|
5413
5247
|
accessible={true}
|
|
5248
|
+
collapsable={false}
|
|
5414
5249
|
focusable={true}
|
|
5250
|
+
nativeID="animatedComponent"
|
|
5415
5251
|
onClick={[Function]}
|
|
5416
5252
|
onResponderGrant={[Function]}
|
|
5417
5253
|
onResponderMove={[Function]}
|
|
@@ -5420,19 +5256,15 @@ Array [
|
|
|
5420
5256
|
onResponderTerminationRequest={[Function]}
|
|
5421
5257
|
onStartShouldSetResponder={[Function]}
|
|
5422
5258
|
style={
|
|
5423
|
-
|
|
5424
|
-
|
|
5425
|
-
|
|
5426
|
-
|
|
5427
|
-
|
|
5428
|
-
|
|
5429
|
-
|
|
5430
|
-
|
|
5431
|
-
|
|
5432
|
-
Object {
|
|
5433
|
-
"marginHorizontal": 12,
|
|
5434
|
-
},
|
|
5435
|
-
]
|
|
5259
|
+
Object {
|
|
5260
|
+
"alignItems": "center",
|
|
5261
|
+
"backgroundColor": "#ffffff",
|
|
5262
|
+
"borderRadius": 4,
|
|
5263
|
+
"flexDirection": "row",
|
|
5264
|
+
"marginHorizontal": 12,
|
|
5265
|
+
"opacity": 1,
|
|
5266
|
+
"padding": 16,
|
|
5267
|
+
}
|
|
5436
5268
|
}
|
|
5437
5269
|
>
|
|
5438
5270
|
<View
|
|
@@ -5533,13 +5365,10 @@ Array [
|
|
|
5533
5365
|
>
|
|
5534
5366
|
<View>
|
|
5535
5367
|
<View
|
|
5536
|
-
accessibilityState={
|
|
5537
|
-
Object {
|
|
5538
|
-
"disabled": false,
|
|
5539
|
-
}
|
|
5540
|
-
}
|
|
5541
5368
|
accessible={true}
|
|
5369
|
+
collapsable={false}
|
|
5542
5370
|
focusable={true}
|
|
5371
|
+
nativeID="animatedComponent"
|
|
5543
5372
|
onClick={[Function]}
|
|
5544
5373
|
onResponderGrant={[Function]}
|
|
5545
5374
|
onResponderMove={[Function]}
|
|
@@ -5548,19 +5377,15 @@ Array [
|
|
|
5548
5377
|
onResponderTerminationRequest={[Function]}
|
|
5549
5378
|
onStartShouldSetResponder={[Function]}
|
|
5550
5379
|
style={
|
|
5551
|
-
|
|
5552
|
-
|
|
5553
|
-
|
|
5554
|
-
|
|
5555
|
-
|
|
5556
|
-
|
|
5557
|
-
|
|
5558
|
-
|
|
5559
|
-
|
|
5560
|
-
Object {
|
|
5561
|
-
"marginHorizontal": 12,
|
|
5562
|
-
},
|
|
5563
|
-
]
|
|
5380
|
+
Object {
|
|
5381
|
+
"alignItems": "center",
|
|
5382
|
+
"backgroundColor": "#ffffff",
|
|
5383
|
+
"borderRadius": 4,
|
|
5384
|
+
"flexDirection": "row",
|
|
5385
|
+
"marginHorizontal": 12,
|
|
5386
|
+
"opacity": 1,
|
|
5387
|
+
"padding": 16,
|
|
5388
|
+
}
|
|
5564
5389
|
}
|
|
5565
5390
|
>
|
|
5566
5391
|
<View
|
|
@@ -5661,13 +5486,10 @@ Array [
|
|
|
5661
5486
|
>
|
|
5662
5487
|
<View>
|
|
5663
5488
|
<View
|
|
5664
|
-
accessibilityState={
|
|
5665
|
-
Object {
|
|
5666
|
-
"disabled": false,
|
|
5667
|
-
}
|
|
5668
|
-
}
|
|
5669
5489
|
accessible={true}
|
|
5490
|
+
collapsable={false}
|
|
5670
5491
|
focusable={true}
|
|
5492
|
+
nativeID="animatedComponent"
|
|
5671
5493
|
onClick={[Function]}
|
|
5672
5494
|
onResponderGrant={[Function]}
|
|
5673
5495
|
onResponderMove={[Function]}
|
|
@@ -5676,19 +5498,15 @@ Array [
|
|
|
5676
5498
|
onResponderTerminationRequest={[Function]}
|
|
5677
5499
|
onStartShouldSetResponder={[Function]}
|
|
5678
5500
|
style={
|
|
5679
|
-
|
|
5680
|
-
|
|
5681
|
-
|
|
5682
|
-
|
|
5683
|
-
|
|
5684
|
-
|
|
5685
|
-
|
|
5686
|
-
|
|
5687
|
-
|
|
5688
|
-
Object {
|
|
5689
|
-
"marginHorizontal": 12,
|
|
5690
|
-
},
|
|
5691
|
-
]
|
|
5501
|
+
Object {
|
|
5502
|
+
"alignItems": "center",
|
|
5503
|
+
"backgroundColor": "#ffffff",
|
|
5504
|
+
"borderRadius": 4,
|
|
5505
|
+
"flexDirection": "row",
|
|
5506
|
+
"marginHorizontal": 12,
|
|
5507
|
+
"opacity": 1,
|
|
5508
|
+
"padding": 16,
|
|
5509
|
+
}
|
|
5692
5510
|
}
|
|
5693
5511
|
>
|
|
5694
5512
|
<View
|
|
@@ -5790,13 +5608,10 @@ Array [
|
|
|
5790
5608
|
>
|
|
5791
5609
|
<View>
|
|
5792
5610
|
<View
|
|
5793
|
-
accessibilityState={
|
|
5794
|
-
Object {
|
|
5795
|
-
"disabled": true,
|
|
5796
|
-
}
|
|
5797
|
-
}
|
|
5798
5611
|
accessible={true}
|
|
5612
|
+
collapsable={false}
|
|
5799
5613
|
focusable={true}
|
|
5614
|
+
nativeID="animatedComponent"
|
|
5800
5615
|
onClick={[Function]}
|
|
5801
5616
|
onResponderGrant={[Function]}
|
|
5802
5617
|
onResponderMove={[Function]}
|
|
@@ -5805,19 +5620,15 @@ Array [
|
|
|
5805
5620
|
onResponderTerminationRequest={[Function]}
|
|
5806
5621
|
onStartShouldSetResponder={[Function]}
|
|
5807
5622
|
style={
|
|
5808
|
-
|
|
5809
|
-
|
|
5810
|
-
|
|
5811
|
-
|
|
5812
|
-
|
|
5813
|
-
|
|
5814
|
-
|
|
5815
|
-
|
|
5816
|
-
|
|
5817
|
-
Object {
|
|
5818
|
-
"marginHorizontal": 12,
|
|
5819
|
-
},
|
|
5820
|
-
]
|
|
5623
|
+
Object {
|
|
5624
|
+
"alignItems": "center",
|
|
5625
|
+
"backgroundColor": "#ffffff",
|
|
5626
|
+
"borderRadius": 4,
|
|
5627
|
+
"flexDirection": "row",
|
|
5628
|
+
"marginHorizontal": 12,
|
|
5629
|
+
"opacity": 0.38,
|
|
5630
|
+
"padding": 16,
|
|
5631
|
+
}
|
|
5821
5632
|
}
|
|
5822
5633
|
>
|
|
5823
5634
|
<View
|
|
@@ -5971,7 +5782,7 @@ Array [
|
|
|
5971
5782
|
},
|
|
5972
5783
|
Array [
|
|
5973
5784
|
Object {
|
|
5974
|
-
"color": "#
|
|
5785
|
+
"color": "#795e90",
|
|
5975
5786
|
},
|
|
5976
5787
|
undefined,
|
|
5977
5788
|
],
|
|
@@ -6057,6 +5868,7 @@ Array [
|
|
|
6057
5868
|
undefined,
|
|
6058
5869
|
]
|
|
6059
5870
|
}
|
|
5871
|
+
themeFocused={false}
|
|
6060
5872
|
themeVariant="filled"
|
|
6061
5873
|
/>
|
|
6062
5874
|
<View
|
|
@@ -6136,6 +5948,7 @@ Array [
|
|
|
6136
5948
|
"flexGrow": 2,
|
|
6137
5949
|
"fontSize": 14,
|
|
6138
5950
|
"marginHorizontal": 8,
|
|
5951
|
+
"paddingVertical": 0,
|
|
6139
5952
|
"textAlignVertical": "center",
|
|
6140
5953
|
},
|
|
6141
5954
|
Object {
|
|
@@ -6211,31 +6024,6 @@ Array [
|
|
|
6211
6024
|
]
|
|
6212
6025
|
}
|
|
6213
6026
|
>
|
|
6214
|
-
<View
|
|
6215
|
-
accessible={true}
|
|
6216
|
-
collapsable={false}
|
|
6217
|
-
focusable={true}
|
|
6218
|
-
onBlur={[Function]}
|
|
6219
|
-
onClick={[Function]}
|
|
6220
|
-
onFocus={[Function]}
|
|
6221
|
-
onResponderGrant={[Function]}
|
|
6222
|
-
onResponderMove={[Function]}
|
|
6223
|
-
onResponderRelease={[Function]}
|
|
6224
|
-
onResponderTerminate={[Function]}
|
|
6225
|
-
onResponderTerminationRequest={[Function]}
|
|
6226
|
-
onStartShouldSetResponder={[Function]}
|
|
6227
|
-
style={
|
|
6228
|
-
Object {
|
|
6229
|
-
"backgroundColor": "#001f23",
|
|
6230
|
-
"bottom": 0,
|
|
6231
|
-
"left": 0,
|
|
6232
|
-
"opacity": 0.48,
|
|
6233
|
-
"position": "absolute",
|
|
6234
|
-
"right": 0,
|
|
6235
|
-
"top": 0,
|
|
6236
|
-
}
|
|
6237
|
-
}
|
|
6238
|
-
/>
|
|
6239
6027
|
<View
|
|
6240
6028
|
onLayout={[Function]}
|
|
6241
6029
|
style={
|
|
@@ -6253,6 +6041,31 @@ Array [
|
|
|
6253
6041
|
]
|
|
6254
6042
|
}
|
|
6255
6043
|
>
|
|
6044
|
+
<View
|
|
6045
|
+
accessible={true}
|
|
6046
|
+
collapsable={false}
|
|
6047
|
+
focusable={true}
|
|
6048
|
+
onBlur={[Function]}
|
|
6049
|
+
onClick={[Function]}
|
|
6050
|
+
onFocus={[Function]}
|
|
6051
|
+
onResponderGrant={[Function]}
|
|
6052
|
+
onResponderMove={[Function]}
|
|
6053
|
+
onResponderRelease={[Function]}
|
|
6054
|
+
onResponderTerminate={[Function]}
|
|
6055
|
+
onResponderTerminationRequest={[Function]}
|
|
6056
|
+
onStartShouldSetResponder={[Function]}
|
|
6057
|
+
style={
|
|
6058
|
+
Object {
|
|
6059
|
+
"backgroundColor": "#001f23",
|
|
6060
|
+
"bottom": 0,
|
|
6061
|
+
"left": 0,
|
|
6062
|
+
"opacity": 0.48,
|
|
6063
|
+
"position": "absolute",
|
|
6064
|
+
"right": 0,
|
|
6065
|
+
"top": 0,
|
|
6066
|
+
}
|
|
6067
|
+
}
|
|
6068
|
+
/>
|
|
6256
6069
|
<RCTSafeAreaView
|
|
6257
6070
|
emulateUnlessSupported={true}
|
|
6258
6071
|
style={
|
|
@@ -6425,7 +6238,6 @@ Array [
|
|
|
6425
6238
|
onScroll={[Function]}
|
|
6426
6239
|
onScrollBeginDrag={[Function]}
|
|
6427
6240
|
onScrollEndDrag={[Function]}
|
|
6428
|
-
onScrollToIndexFailed={[Function]}
|
|
6429
6241
|
renderItem={[Function]}
|
|
6430
6242
|
scrollEventThrottle={50}
|
|
6431
6243
|
stickyHeaderIndices={
|
|
@@ -6552,11 +6364,6 @@ Array [
|
|
|
6552
6364
|
}
|
|
6553
6365
|
/>
|
|
6554
6366
|
<View
|
|
6555
|
-
accessibilityState={
|
|
6556
|
-
Object {
|
|
6557
|
-
"disabled": false,
|
|
6558
|
-
}
|
|
6559
|
-
}
|
|
6560
6367
|
accessible={true}
|
|
6561
6368
|
focusable={true}
|
|
6562
6369
|
onClick={[Function]}
|
|
@@ -6567,19 +6374,15 @@ Array [
|
|
|
6567
6374
|
onResponderTerminationRequest={[Function]}
|
|
6568
6375
|
onStartShouldSetResponder={[Function]}
|
|
6569
6376
|
style={
|
|
6570
|
-
|
|
6571
|
-
|
|
6572
|
-
|
|
6573
|
-
|
|
6574
|
-
|
|
6575
|
-
|
|
6576
|
-
|
|
6577
|
-
|
|
6578
|
-
|
|
6579
|
-
Object {
|
|
6580
|
-
"marginHorizontal": 12,
|
|
6581
|
-
},
|
|
6582
|
-
]
|
|
6377
|
+
Object {
|
|
6378
|
+
"alignItems": "center",
|
|
6379
|
+
"backgroundColor": "#ffffff",
|
|
6380
|
+
"borderRadius": 4,
|
|
6381
|
+
"flexDirection": "row",
|
|
6382
|
+
"marginHorizontal": 12,
|
|
6383
|
+
"opacity": 1,
|
|
6384
|
+
"padding": 16,
|
|
6385
|
+
}
|
|
6583
6386
|
}
|
|
6584
6387
|
>
|
|
6585
6388
|
<View
|
|
@@ -6777,11 +6580,6 @@ Array [
|
|
|
6777
6580
|
}
|
|
6778
6581
|
/>
|
|
6779
6582
|
<View
|
|
6780
|
-
accessibilityState={
|
|
6781
|
-
Object {
|
|
6782
|
-
"disabled": false,
|
|
6783
|
-
}
|
|
6784
|
-
}
|
|
6785
6583
|
accessible={true}
|
|
6786
6584
|
focusable={true}
|
|
6787
6585
|
onClick={[Function]}
|
|
@@ -6792,19 +6590,15 @@ Array [
|
|
|
6792
6590
|
onResponderTerminationRequest={[Function]}
|
|
6793
6591
|
onStartShouldSetResponder={[Function]}
|
|
6794
6592
|
style={
|
|
6795
|
-
|
|
6796
|
-
|
|
6797
|
-
|
|
6798
|
-
|
|
6799
|
-
|
|
6800
|
-
|
|
6801
|
-
|
|
6802
|
-
|
|
6803
|
-
|
|
6804
|
-
Object {
|
|
6805
|
-
"marginHorizontal": 12,
|
|
6806
|
-
},
|
|
6807
|
-
]
|
|
6593
|
+
Object {
|
|
6594
|
+
"alignItems": "center",
|
|
6595
|
+
"backgroundColor": "#ece8ef",
|
|
6596
|
+
"borderRadius": 4,
|
|
6597
|
+
"flexDirection": "row",
|
|
6598
|
+
"marginHorizontal": 12,
|
|
6599
|
+
"opacity": 1,
|
|
6600
|
+
"padding": 16,
|
|
6601
|
+
}
|
|
6808
6602
|
}
|
|
6809
6603
|
>
|
|
6810
6604
|
<View
|
|
@@ -6852,13 +6646,13 @@ Array [
|
|
|
6852
6646
|
style={
|
|
6853
6647
|
Array [
|
|
6854
6648
|
Object {
|
|
6855
|
-
"color": "#
|
|
6649
|
+
"color": "#401960",
|
|
6856
6650
|
"fontSize": 20,
|
|
6857
6651
|
},
|
|
6858
6652
|
undefined,
|
|
6859
6653
|
]
|
|
6860
6654
|
}
|
|
6861
|
-
themeIntent="
|
|
6655
|
+
themeIntent="primary"
|
|
6862
6656
|
themeSize="small"
|
|
6863
6657
|
/>
|
|
6864
6658
|
</View>
|
|
@@ -6920,11 +6714,6 @@ Array [
|
|
|
6920
6714
|
>
|
|
6921
6715
|
<View>
|
|
6922
6716
|
<View
|
|
6923
|
-
accessibilityState={
|
|
6924
|
-
Object {
|
|
6925
|
-
"disabled": false,
|
|
6926
|
-
}
|
|
6927
|
-
}
|
|
6928
6717
|
accessible={true}
|
|
6929
6718
|
focusable={true}
|
|
6930
6719
|
onClick={[Function]}
|
|
@@ -6935,19 +6724,15 @@ Array [
|
|
|
6935
6724
|
onResponderTerminationRequest={[Function]}
|
|
6936
6725
|
onStartShouldSetResponder={[Function]}
|
|
6937
6726
|
style={
|
|
6938
|
-
|
|
6939
|
-
|
|
6940
|
-
|
|
6941
|
-
|
|
6942
|
-
|
|
6943
|
-
|
|
6944
|
-
|
|
6945
|
-
|
|
6946
|
-
|
|
6947
|
-
Object {
|
|
6948
|
-
"marginHorizontal": 12,
|
|
6949
|
-
},
|
|
6950
|
-
]
|
|
6727
|
+
Object {
|
|
6728
|
+
"alignItems": "center",
|
|
6729
|
+
"backgroundColor": "#ece8ef",
|
|
6730
|
+
"borderRadius": 4,
|
|
6731
|
+
"flexDirection": "row",
|
|
6732
|
+
"marginHorizontal": 12,
|
|
6733
|
+
"opacity": 1,
|
|
6734
|
+
"padding": 16,
|
|
6735
|
+
}
|
|
6951
6736
|
}
|
|
6952
6737
|
>
|
|
6953
6738
|
<View
|
|
@@ -6995,13 +6780,13 @@ Array [
|
|
|
6995
6780
|
style={
|
|
6996
6781
|
Array [
|
|
6997
6782
|
Object {
|
|
6998
|
-
"color": "#
|
|
6783
|
+
"color": "#401960",
|
|
6999
6784
|
"fontSize": 20,
|
|
7000
6785
|
},
|
|
7001
6786
|
undefined,
|
|
7002
6787
|
]
|
|
7003
6788
|
}
|
|
7004
|
-
themeIntent="
|
|
6789
|
+
themeIntent="primary"
|
|
7005
6790
|
themeSize="small"
|
|
7006
6791
|
/>
|
|
7007
6792
|
</View>
|
|
@@ -7113,7 +6898,7 @@ Array [
|
|
|
7113
6898
|
},
|
|
7114
6899
|
Array [
|
|
7115
6900
|
Object {
|
|
7116
|
-
"color": "#
|
|
6901
|
+
"color": "#795e90",
|
|
7117
6902
|
},
|
|
7118
6903
|
undefined,
|
|
7119
6904
|
],
|