@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
|
@@ -53,7 +53,6 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
53
53
|
onScroll={[Function]}
|
|
54
54
|
onScrollBeginDrag={[Function]}
|
|
55
55
|
onScrollEndDrag={[Function]}
|
|
56
|
-
onScrollToIndexFailed={[Function]}
|
|
57
56
|
renderItem={[Function]}
|
|
58
57
|
scrollEventThrottle={50}
|
|
59
58
|
stickyHeaderIndices={
|
|
@@ -180,13 +179,10 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
180
179
|
}
|
|
181
180
|
/>
|
|
182
181
|
<View
|
|
183
|
-
accessibilityState={
|
|
184
|
-
Object {
|
|
185
|
-
"disabled": false,
|
|
186
|
-
}
|
|
187
|
-
}
|
|
188
182
|
accessible={true}
|
|
183
|
+
collapsable={false}
|
|
189
184
|
focusable={true}
|
|
185
|
+
nativeID="animatedComponent"
|
|
190
186
|
onClick={[Function]}
|
|
191
187
|
onResponderGrant={[Function]}
|
|
192
188
|
onResponderMove={[Function]}
|
|
@@ -195,19 +191,15 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
195
191
|
onResponderTerminationRequest={[Function]}
|
|
196
192
|
onStartShouldSetResponder={[Function]}
|
|
197
193
|
style={
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
Object {
|
|
208
|
-
"marginHorizontal": 12,
|
|
209
|
-
},
|
|
210
|
-
]
|
|
194
|
+
Object {
|
|
195
|
+
"alignItems": "center",
|
|
196
|
+
"backgroundColor": "#ece8ef",
|
|
197
|
+
"borderRadius": 4,
|
|
198
|
+
"flexDirection": "row",
|
|
199
|
+
"marginHorizontal": 12,
|
|
200
|
+
"opacity": 1,
|
|
201
|
+
"padding": 16,
|
|
202
|
+
}
|
|
211
203
|
}
|
|
212
204
|
>
|
|
213
205
|
<View
|
|
@@ -405,13 +397,10 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
405
397
|
}
|
|
406
398
|
/>
|
|
407
399
|
<View
|
|
408
|
-
accessibilityState={
|
|
409
|
-
Object {
|
|
410
|
-
"disabled": false,
|
|
411
|
-
}
|
|
412
|
-
}
|
|
413
400
|
accessible={true}
|
|
401
|
+
collapsable={false}
|
|
414
402
|
focusable={true}
|
|
403
|
+
nativeID="animatedComponent"
|
|
415
404
|
onClick={[Function]}
|
|
416
405
|
onResponderGrant={[Function]}
|
|
417
406
|
onResponderMove={[Function]}
|
|
@@ -420,19 +409,15 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
420
409
|
onResponderTerminationRequest={[Function]}
|
|
421
410
|
onStartShouldSetResponder={[Function]}
|
|
422
411
|
style={
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
Object {
|
|
433
|
-
"marginHorizontal": 12,
|
|
434
|
-
},
|
|
435
|
-
]
|
|
412
|
+
Object {
|
|
413
|
+
"alignItems": "center",
|
|
414
|
+
"backgroundColor": "#ffffff",
|
|
415
|
+
"borderRadius": 4,
|
|
416
|
+
"flexDirection": "row",
|
|
417
|
+
"marginHorizontal": 12,
|
|
418
|
+
"opacity": 1,
|
|
419
|
+
"padding": 16,
|
|
420
|
+
}
|
|
436
421
|
}
|
|
437
422
|
>
|
|
438
423
|
<View
|
|
@@ -523,13 +508,10 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
523
508
|
>
|
|
524
509
|
<View>
|
|
525
510
|
<View
|
|
526
|
-
accessibilityState={
|
|
527
|
-
Object {
|
|
528
|
-
"disabled": false,
|
|
529
|
-
}
|
|
530
|
-
}
|
|
531
511
|
accessible={true}
|
|
512
|
+
collapsable={false}
|
|
532
513
|
focusable={true}
|
|
514
|
+
nativeID="animatedComponent"
|
|
533
515
|
onClick={[Function]}
|
|
534
516
|
onResponderGrant={[Function]}
|
|
535
517
|
onResponderMove={[Function]}
|
|
@@ -538,19 +520,15 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
538
520
|
onResponderTerminationRequest={[Function]}
|
|
539
521
|
onStartShouldSetResponder={[Function]}
|
|
540
522
|
style={
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
Object {
|
|
551
|
-
"marginHorizontal": 12,
|
|
552
|
-
},
|
|
553
|
-
]
|
|
523
|
+
Object {
|
|
524
|
+
"alignItems": "center",
|
|
525
|
+
"backgroundColor": "#ffffff",
|
|
526
|
+
"borderRadius": 4,
|
|
527
|
+
"flexDirection": "row",
|
|
528
|
+
"marginHorizontal": 12,
|
|
529
|
+
"opacity": 1,
|
|
530
|
+
"padding": 16,
|
|
531
|
+
}
|
|
554
532
|
}
|
|
555
533
|
>
|
|
556
534
|
<View
|
|
@@ -699,15 +677,16 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
699
677
|
style={
|
|
700
678
|
Array [
|
|
701
679
|
Object {
|
|
702
|
-
"backgroundColor": "#
|
|
680
|
+
"backgroundColor": "#401960",
|
|
703
681
|
"borderRadius": 999,
|
|
704
682
|
"height": 16,
|
|
705
|
-
"opacity":
|
|
683
|
+
"opacity": 0.9,
|
|
706
684
|
"width": 16,
|
|
707
685
|
},
|
|
708
686
|
Object {},
|
|
709
687
|
]
|
|
710
688
|
}
|
|
689
|
+
themeIntent="primary"
|
|
711
690
|
themePosition="topLeft"
|
|
712
691
|
themeSize="medium"
|
|
713
692
|
/>
|
|
@@ -717,16 +696,17 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
717
696
|
style={
|
|
718
697
|
Array [
|
|
719
698
|
Object {
|
|
720
|
-
"backgroundColor": "#
|
|
699
|
+
"backgroundColor": "#401960",
|
|
721
700
|
"borderRadius": 999,
|
|
722
701
|
"height": 16,
|
|
723
702
|
"marginLeft": 8,
|
|
724
|
-
"opacity": 0.
|
|
703
|
+
"opacity": 0.675,
|
|
725
704
|
"width": 16,
|
|
726
705
|
},
|
|
727
706
|
Object {},
|
|
728
707
|
]
|
|
729
708
|
}
|
|
709
|
+
themeIntent="primary"
|
|
730
710
|
themePosition="topRight"
|
|
731
711
|
themeSize="medium"
|
|
732
712
|
/>
|
|
@@ -752,15 +732,16 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
752
732
|
style={
|
|
753
733
|
Array [
|
|
754
734
|
Object {
|
|
755
|
-
"backgroundColor": "#
|
|
735
|
+
"backgroundColor": "#401960",
|
|
756
736
|
"borderRadius": 999,
|
|
757
737
|
"height": 16,
|
|
758
|
-
"opacity": 0.
|
|
738
|
+
"opacity": 0.45,
|
|
759
739
|
"width": 16,
|
|
760
740
|
},
|
|
761
741
|
Object {},
|
|
762
742
|
]
|
|
763
743
|
}
|
|
744
|
+
themeIntent="primary"
|
|
764
745
|
themePosition="bottomLeft"
|
|
765
746
|
themeSize="medium"
|
|
766
747
|
/>
|
|
@@ -770,16 +751,17 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
770
751
|
style={
|
|
771
752
|
Array [
|
|
772
753
|
Object {
|
|
773
|
-
"backgroundColor": "#
|
|
754
|
+
"backgroundColor": "#401960",
|
|
774
755
|
"borderRadius": 999,
|
|
775
756
|
"height": 16,
|
|
776
757
|
"marginLeft": 8,
|
|
777
|
-
"opacity": 0.
|
|
758
|
+
"opacity": 0.225,
|
|
778
759
|
"width": 16,
|
|
779
760
|
},
|
|
780
761
|
Object {},
|
|
781
762
|
]
|
|
782
763
|
}
|
|
764
|
+
themeIntent="primary"
|
|
783
765
|
themePosition="bottomRight"
|
|
784
766
|
themeSize="medium"
|
|
785
767
|
/>
|
|
@@ -834,7 +816,6 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
834
816
|
onScroll={[Function]}
|
|
835
817
|
onScrollBeginDrag={[Function]}
|
|
836
818
|
onScrollEndDrag={[Function]}
|
|
837
|
-
onScrollToIndexFailed={[Function]}
|
|
838
819
|
renderItem={[Function]}
|
|
839
820
|
scrollEventThrottle={50}
|
|
840
821
|
stickyHeaderIndices={
|
|
@@ -961,13 +942,10 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
961
942
|
}
|
|
962
943
|
/>
|
|
963
944
|
<View
|
|
964
|
-
accessibilityState={
|
|
965
|
-
Object {
|
|
966
|
-
"disabled": false,
|
|
967
|
-
}
|
|
968
|
-
}
|
|
969
945
|
accessible={true}
|
|
946
|
+
collapsable={false}
|
|
970
947
|
focusable={true}
|
|
948
|
+
nativeID="animatedComponent"
|
|
971
949
|
onClick={[Function]}
|
|
972
950
|
onResponderGrant={[Function]}
|
|
973
951
|
onResponderMove={[Function]}
|
|
@@ -976,19 +954,15 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
976
954
|
onResponderTerminationRequest={[Function]}
|
|
977
955
|
onStartShouldSetResponder={[Function]}
|
|
978
956
|
style={
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
Object {
|
|
989
|
-
"marginHorizontal": 12,
|
|
990
|
-
},
|
|
991
|
-
]
|
|
957
|
+
Object {
|
|
958
|
+
"alignItems": "center",
|
|
959
|
+
"backgroundColor": "#ece8ef",
|
|
960
|
+
"borderRadius": 4,
|
|
961
|
+
"flexDirection": "row",
|
|
962
|
+
"marginHorizontal": 12,
|
|
963
|
+
"opacity": 1,
|
|
964
|
+
"padding": 16,
|
|
965
|
+
}
|
|
992
966
|
}
|
|
993
967
|
>
|
|
994
968
|
<View
|
|
@@ -1186,13 +1160,10 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
1186
1160
|
}
|
|
1187
1161
|
/>
|
|
1188
1162
|
<View
|
|
1189
|
-
accessibilityState={
|
|
1190
|
-
Object {
|
|
1191
|
-
"disabled": false,
|
|
1192
|
-
}
|
|
1193
|
-
}
|
|
1194
1163
|
accessible={true}
|
|
1164
|
+
collapsable={false}
|
|
1195
1165
|
focusable={true}
|
|
1166
|
+
nativeID="animatedComponent"
|
|
1196
1167
|
onClick={[Function]}
|
|
1197
1168
|
onResponderGrant={[Function]}
|
|
1198
1169
|
onResponderMove={[Function]}
|
|
@@ -1201,19 +1172,15 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
1201
1172
|
onResponderTerminationRequest={[Function]}
|
|
1202
1173
|
onStartShouldSetResponder={[Function]}
|
|
1203
1174
|
style={
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
Object {
|
|
1214
|
-
"marginHorizontal": 12,
|
|
1215
|
-
},
|
|
1216
|
-
]
|
|
1175
|
+
Object {
|
|
1176
|
+
"alignItems": "center",
|
|
1177
|
+
"backgroundColor": "#ffffff",
|
|
1178
|
+
"borderRadius": 4,
|
|
1179
|
+
"flexDirection": "row",
|
|
1180
|
+
"marginHorizontal": 12,
|
|
1181
|
+
"opacity": 1,
|
|
1182
|
+
"padding": 16,
|
|
1183
|
+
}
|
|
1217
1184
|
}
|
|
1218
1185
|
>
|
|
1219
1186
|
<View
|
|
@@ -1304,13 +1271,10 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
1304
1271
|
>
|
|
1305
1272
|
<View>
|
|
1306
1273
|
<View
|
|
1307
|
-
accessibilityState={
|
|
1308
|
-
Object {
|
|
1309
|
-
"disabled": false,
|
|
1310
|
-
}
|
|
1311
|
-
}
|
|
1312
1274
|
accessible={true}
|
|
1275
|
+
collapsable={false}
|
|
1313
1276
|
focusable={true}
|
|
1277
|
+
nativeID="animatedComponent"
|
|
1314
1278
|
onClick={[Function]}
|
|
1315
1279
|
onResponderGrant={[Function]}
|
|
1316
1280
|
onResponderMove={[Function]}
|
|
@@ -1319,19 +1283,15 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
1319
1283
|
onResponderTerminationRequest={[Function]}
|
|
1320
1284
|
onStartShouldSetResponder={[Function]}
|
|
1321
1285
|
style={
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
Object {
|
|
1332
|
-
"marginHorizontal": 12,
|
|
1333
|
-
},
|
|
1334
|
-
]
|
|
1286
|
+
Object {
|
|
1287
|
+
"alignItems": "center",
|
|
1288
|
+
"backgroundColor": "#ffffff",
|
|
1289
|
+
"borderRadius": 4,
|
|
1290
|
+
"flexDirection": "row",
|
|
1291
|
+
"marginHorizontal": 12,
|
|
1292
|
+
"opacity": 1,
|
|
1293
|
+
"padding": 16,
|
|
1294
|
+
}
|
|
1335
1295
|
}
|
|
1336
1296
|
>
|
|
1337
1297
|
<View
|
|
@@ -1459,7 +1419,6 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
|
|
|
1459
1419
|
onScroll={[Function]}
|
|
1460
1420
|
onScrollBeginDrag={[Function]}
|
|
1461
1421
|
onScrollEndDrag={[Function]}
|
|
1462
|
-
onScrollToIndexFailed={[Function]}
|
|
1463
1422
|
renderItem={[Function]}
|
|
1464
1423
|
scrollEventThrottle={50}
|
|
1465
1424
|
stickyHeaderIndices={
|
|
@@ -1586,13 +1545,10 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
|
|
|
1586
1545
|
}
|
|
1587
1546
|
/>
|
|
1588
1547
|
<View
|
|
1589
|
-
accessibilityState={
|
|
1590
|
-
Object {
|
|
1591
|
-
"disabled": false,
|
|
1592
|
-
}
|
|
1593
|
-
}
|
|
1594
1548
|
accessible={true}
|
|
1549
|
+
collapsable={false}
|
|
1595
1550
|
focusable={true}
|
|
1551
|
+
nativeID="animatedComponent"
|
|
1596
1552
|
onClick={[Function]}
|
|
1597
1553
|
onResponderGrant={[Function]}
|
|
1598
1554
|
onResponderMove={[Function]}
|
|
@@ -1601,19 +1557,15 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
|
|
|
1601
1557
|
onResponderTerminationRequest={[Function]}
|
|
1602
1558
|
onStartShouldSetResponder={[Function]}
|
|
1603
1559
|
style={
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
Object {
|
|
1614
|
-
"marginHorizontal": 12,
|
|
1615
|
-
},
|
|
1616
|
-
]
|
|
1560
|
+
Object {
|
|
1561
|
+
"alignItems": "center",
|
|
1562
|
+
"backgroundColor": "#ece8ef",
|
|
1563
|
+
"borderRadius": 4,
|
|
1564
|
+
"flexDirection": "row",
|
|
1565
|
+
"marginHorizontal": 12,
|
|
1566
|
+
"opacity": 1,
|
|
1567
|
+
"padding": 16,
|
|
1568
|
+
}
|
|
1617
1569
|
}
|
|
1618
1570
|
>
|
|
1619
1571
|
<View
|
|
@@ -1811,13 +1763,10 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
|
|
|
1811
1763
|
}
|
|
1812
1764
|
/>
|
|
1813
1765
|
<View
|
|
1814
|
-
accessibilityState={
|
|
1815
|
-
Object {
|
|
1816
|
-
"disabled": false,
|
|
1817
|
-
}
|
|
1818
|
-
}
|
|
1819
1766
|
accessible={true}
|
|
1767
|
+
collapsable={false}
|
|
1820
1768
|
focusable={true}
|
|
1769
|
+
nativeID="animatedComponent"
|
|
1821
1770
|
onClick={[Function]}
|
|
1822
1771
|
onResponderGrant={[Function]}
|
|
1823
1772
|
onResponderMove={[Function]}
|
|
@@ -1826,19 +1775,15 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
|
|
|
1826
1775
|
onResponderTerminationRequest={[Function]}
|
|
1827
1776
|
onStartShouldSetResponder={[Function]}
|
|
1828
1777
|
style={
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
Object {
|
|
1839
|
-
"marginHorizontal": 12,
|
|
1840
|
-
},
|
|
1841
|
-
]
|
|
1778
|
+
Object {
|
|
1779
|
+
"alignItems": "center",
|
|
1780
|
+
"backgroundColor": "#ffffff",
|
|
1781
|
+
"borderRadius": 4,
|
|
1782
|
+
"flexDirection": "row",
|
|
1783
|
+
"marginHorizontal": 12,
|
|
1784
|
+
"opacity": 1,
|
|
1785
|
+
"padding": 16,
|
|
1786
|
+
}
|
|
1842
1787
|
}
|
|
1843
1788
|
>
|
|
1844
1789
|
<View
|
|
@@ -1929,13 +1874,10 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
|
|
|
1929
1874
|
>
|
|
1930
1875
|
<View>
|
|
1931
1876
|
<View
|
|
1932
|
-
accessibilityState={
|
|
1933
|
-
Object {
|
|
1934
|
-
"disabled": false,
|
|
1935
|
-
}
|
|
1936
|
-
}
|
|
1937
1877
|
accessible={true}
|
|
1878
|
+
collapsable={false}
|
|
1938
1879
|
focusable={true}
|
|
1880
|
+
nativeID="animatedComponent"
|
|
1939
1881
|
onClick={[Function]}
|
|
1940
1882
|
onResponderGrant={[Function]}
|
|
1941
1883
|
onResponderMove={[Function]}
|
|
@@ -1944,19 +1886,15 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
|
|
|
1944
1886
|
onResponderTerminationRequest={[Function]}
|
|
1945
1887
|
onStartShouldSetResponder={[Function]}
|
|
1946
1888
|
style={
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
Object {
|
|
1957
|
-
"marginHorizontal": 12,
|
|
1958
|
-
},
|
|
1959
|
-
]
|
|
1889
|
+
Object {
|
|
1890
|
+
"alignItems": "center",
|
|
1891
|
+
"backgroundColor": "#ffffff",
|
|
1892
|
+
"borderRadius": 4,
|
|
1893
|
+
"flexDirection": "row",
|
|
1894
|
+
"marginHorizontal": 12,
|
|
1895
|
+
"opacity": 1,
|
|
1896
|
+
"padding": 16,
|
|
1897
|
+
}
|
|
1960
1898
|
}
|
|
1961
1899
|
>
|
|
1962
1900
|
<View
|
|
@@ -2084,7 +2022,6 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
|
|
|
2084
2022
|
onScroll={[Function]}
|
|
2085
2023
|
onScrollBeginDrag={[Function]}
|
|
2086
2024
|
onScrollEndDrag={[Function]}
|
|
2087
|
-
onScrollToIndexFailed={[Function]}
|
|
2088
2025
|
renderItem={[Function]}
|
|
2089
2026
|
scrollEventThrottle={50}
|
|
2090
2027
|
stickyHeaderIndices={
|
|
@@ -2211,13 +2148,10 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
|
|
|
2211
2148
|
}
|
|
2212
2149
|
/>
|
|
2213
2150
|
<View
|
|
2214
|
-
accessibilityState={
|
|
2215
|
-
Object {
|
|
2216
|
-
"disabled": false,
|
|
2217
|
-
}
|
|
2218
|
-
}
|
|
2219
2151
|
accessible={true}
|
|
2152
|
+
collapsable={false}
|
|
2220
2153
|
focusable={true}
|
|
2154
|
+
nativeID="animatedComponent"
|
|
2221
2155
|
onClick={[Function]}
|
|
2222
2156
|
onResponderGrant={[Function]}
|
|
2223
2157
|
onResponderMove={[Function]}
|
|
@@ -2226,19 +2160,15 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
|
|
|
2226
2160
|
onResponderTerminationRequest={[Function]}
|
|
2227
2161
|
onStartShouldSetResponder={[Function]}
|
|
2228
2162
|
style={
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
Object {
|
|
2239
|
-
"marginHorizontal": 12,
|
|
2240
|
-
},
|
|
2241
|
-
]
|
|
2163
|
+
Object {
|
|
2164
|
+
"alignItems": "center",
|
|
2165
|
+
"backgroundColor": "#ece8ef",
|
|
2166
|
+
"borderRadius": 4,
|
|
2167
|
+
"flexDirection": "row",
|
|
2168
|
+
"marginHorizontal": 12,
|
|
2169
|
+
"opacity": 1,
|
|
2170
|
+
"padding": 16,
|
|
2171
|
+
}
|
|
2242
2172
|
}
|
|
2243
2173
|
>
|
|
2244
2174
|
<View
|
|
@@ -2436,13 +2366,10 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
|
|
|
2436
2366
|
}
|
|
2437
2367
|
/>
|
|
2438
2368
|
<View
|
|
2439
|
-
accessibilityState={
|
|
2440
|
-
Object {
|
|
2441
|
-
"disabled": false,
|
|
2442
|
-
}
|
|
2443
|
-
}
|
|
2444
2369
|
accessible={true}
|
|
2370
|
+
collapsable={false}
|
|
2445
2371
|
focusable={true}
|
|
2372
|
+
nativeID="animatedComponent"
|
|
2446
2373
|
onClick={[Function]}
|
|
2447
2374
|
onResponderGrant={[Function]}
|
|
2448
2375
|
onResponderMove={[Function]}
|
|
@@ -2451,19 +2378,15 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
|
|
|
2451
2378
|
onResponderTerminationRequest={[Function]}
|
|
2452
2379
|
onStartShouldSetResponder={[Function]}
|
|
2453
2380
|
style={
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
Object {
|
|
2464
|
-
"marginHorizontal": 12,
|
|
2465
|
-
},
|
|
2466
|
-
]
|
|
2381
|
+
Object {
|
|
2382
|
+
"alignItems": "center",
|
|
2383
|
+
"backgroundColor": "#ffffff",
|
|
2384
|
+
"borderRadius": 4,
|
|
2385
|
+
"flexDirection": "row",
|
|
2386
|
+
"marginHorizontal": 12,
|
|
2387
|
+
"opacity": 1,
|
|
2388
|
+
"padding": 16,
|
|
2389
|
+
}
|
|
2467
2390
|
}
|
|
2468
2391
|
>
|
|
2469
2392
|
<View
|
|
@@ -2554,13 +2477,10 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
|
|
|
2554
2477
|
>
|
|
2555
2478
|
<View>
|
|
2556
2479
|
<View
|
|
2557
|
-
accessibilityState={
|
|
2558
|
-
Object {
|
|
2559
|
-
"disabled": false,
|
|
2560
|
-
}
|
|
2561
|
-
}
|
|
2562
2480
|
accessible={true}
|
|
2481
|
+
collapsable={false}
|
|
2563
2482
|
focusable={true}
|
|
2483
|
+
nativeID="animatedComponent"
|
|
2564
2484
|
onClick={[Function]}
|
|
2565
2485
|
onResponderGrant={[Function]}
|
|
2566
2486
|
onResponderMove={[Function]}
|
|
@@ -2569,19 +2489,15 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
|
|
|
2569
2489
|
onResponderTerminationRequest={[Function]}
|
|
2570
2490
|
onStartShouldSetResponder={[Function]}
|
|
2571
2491
|
style={
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
Object {
|
|
2582
|
-
"marginHorizontal": 12,
|
|
2583
|
-
},
|
|
2584
|
-
]
|
|
2492
|
+
Object {
|
|
2493
|
+
"alignItems": "center",
|
|
2494
|
+
"backgroundColor": "#ffffff",
|
|
2495
|
+
"borderRadius": 4,
|
|
2496
|
+
"flexDirection": "row",
|
|
2497
|
+
"marginHorizontal": 12,
|
|
2498
|
+
"opacity": 1,
|
|
2499
|
+
"padding": 16,
|
|
2500
|
+
}
|
|
2585
2501
|
}
|
|
2586
2502
|
>
|
|
2587
2503
|
<View
|