@hero-design/rn 8.12.0-rc.0 → 8.12.1
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 +9 -9
- package/es/index.js +57 -18
- package/lib/index.js +57 -18
- package/package.json +5 -5
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +17 -3
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +17 -3
- package/src/components/List/BasicListItem.tsx +6 -0
- package/src/components/List/ListItem.tsx +6 -0
- 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 +22 -18
- package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +32 -28
- package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +44 -36
- package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +50 -46
- package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +22 -18
- package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +33 -27
- package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +4 -0
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +11 -9
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +132 -108
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +232 -139
- package/src/components/Select/MultiSelect/__tests__/index.spec.tsx +20 -0
- package/src/components/Select/MultiSelect/index.tsx +1 -1
- package/src/components/Select/SingleSelect/OptionList.tsx +8 -1
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +11 -9
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +136 -112
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +235 -142
- package/src/components/Select/SingleSelect/__tests__/index.spec.tsx +15 -0
- package/src/components/Select/SingleSelect/index.tsx +1 -1
- package/src/components/TextInput/StyledTextInput.tsx +3 -0
- package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +466 -28
- package/src/components/TextInput/__tests__/index.spec.tsx +32 -0
- package/src/components/TextInput/index.tsx +32 -4
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +34 -6
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +34 -6
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +3 -3
- package/src/components/Typography/Text/__tests__/__snapshots__/StyledText.spec.tsx.snap +3 -3
- package/src/theme/ThemeSwitcher.tsx +6 -3
- package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +4 -3
- package/src/theme/components/textInput.ts +1 -0
- package/src/theme/components/typography.ts +3 -3
- package/src/theme/global/colors/__tests__/__snapshots__/swagDark.spec.ts.snap +3 -3
- package/src/theme/global/colors/swagDark.ts +3 -3
- package/types/components/Accordion/AccordionItem.d.ts +0 -0
- package/types/components/Accordion/StyledAccordion.d.ts +0 -0
- package/types/components/Accordion/index.d.ts +0 -0
- package/types/components/Alert/StyledAlert.d.ts +0 -0
- package/types/components/Alert/index.d.ts +0 -0
- package/types/components/Attachment/StyledAttachment.d.ts +0 -0
- package/types/components/Attachment/index.d.ts +0 -0
- package/types/components/Avatar/Avatar.d.ts +0 -0
- package/types/components/Avatar/AvatarStack/StyledAvatarStack.d.ts +0 -0
- package/types/components/Avatar/AvatarStack/index.d.ts +0 -0
- package/types/components/Avatar/AvatarStack/utils.d.ts +0 -0
- package/types/components/Avatar/StyledAvatar.d.ts +0 -0
- package/types/components/Avatar/index.d.ts +0 -0
- package/types/components/Badge/Status.d.ts +0 -0
- package/types/components/Badge/StyledBadge.d.ts +0 -0
- package/types/components/Badge/index.d.ts +0 -0
- package/types/components/BottomNavigation/StyledBottomNavigation.d.ts +0 -0
- package/types/components/BottomNavigation/index.d.ts +0 -0
- package/types/components/BottomSheet/BottomSheetContext.d.ts +0 -0
- package/types/components/BottomSheet/Footer.d.ts +0 -0
- package/types/components/BottomSheet/Header.d.ts +0 -0
- package/types/components/BottomSheet/ScrollView.d.ts +0 -0
- package/types/components/BottomSheet/StyledBottomSheet.d.ts +0 -0
- package/types/components/BottomSheet/index.d.ts +0 -0
- package/types/components/Box/StyledBox.d.ts +0 -0
- package/types/components/Box/config.d.ts +0 -0
- package/types/components/Box/index.d.ts +0 -0
- package/types/components/Box/types.d.ts +0 -0
- package/types/components/Button/Button.d.ts +0 -0
- package/types/components/Button/IconButton.d.ts +0 -0
- package/types/components/Button/LoadingIndicator/StyledLoadingIndicator.d.ts +0 -0
- package/types/components/Button/LoadingIndicator/index.d.ts +0 -0
- package/types/components/Button/StyledButton.d.ts +0 -0
- package/types/components/Button/UtilityButton/StyledUtilityButton.d.ts +0 -0
- package/types/components/Button/UtilityButton/index.d.ts +0 -0
- package/types/components/Button/index.d.ts +0 -0
- package/types/components/Calendar/CalendarRowItem.d.ts +0 -0
- package/types/components/Calendar/StyledCalendar.d.ts +0 -0
- package/types/components/Calendar/helpers.d.ts +0 -0
- package/types/components/Calendar/index.d.ts +0 -0
- package/types/components/Card/DataCard/StyledDataCard.d.ts +0 -0
- package/types/components/Card/DataCard/index.d.ts +0 -0
- package/types/components/Card/StyledCard.d.ts +0 -0
- package/types/components/Card/index.d.ts +0 -0
- package/types/components/Carousel/CardCarousel.d.ts +0 -0
- package/types/components/Carousel/CarouselItem.d.ts +0 -0
- package/types/components/Carousel/StyledCardCarousel.d.ts +0 -0
- package/types/components/Carousel/StyledCarousel.d.ts +0 -0
- package/types/components/Carousel/contants.d.ts +0 -0
- package/types/components/Carousel/index.d.ts +0 -0
- package/types/components/Carousel/types.d.ts +0 -0
- package/types/components/Checkbox/StyledCheckbox.d.ts +0 -0
- package/types/components/Checkbox/index.d.ts +0 -0
- package/types/components/Collapse/StyledCollapse.d.ts +0 -0
- package/types/components/Collapse/index.d.ts +0 -0
- package/types/components/ContentNavigator/StyledContentNavigator.d.ts +0 -0
- package/types/components/ContentNavigator/index.d.ts +0 -0
- package/types/components/DatePicker/DatePickerAndroid.d.ts +0 -0
- package/types/components/DatePicker/DatePickerIOS.d.ts +0 -0
- package/types/components/DatePicker/StyledDatePicker.d.ts +0 -0
- package/types/components/DatePicker/index.d.ts +0 -0
- package/types/components/DatePicker/types.d.ts +0 -0
- package/types/components/Divider/StyledDivider.d.ts +0 -0
- package/types/components/Divider/index.d.ts +0 -0
- package/types/components/Drawer/DragableDrawer/helpers.d.ts +0 -0
- package/types/components/Drawer/DragableDrawer/index.d.ts +0 -0
- package/types/components/Drawer/StyledDrawer.d.ts +0 -0
- package/types/components/Drawer/index.d.ts +0 -0
- package/types/components/Empty/StyledEmpty.d.ts +0 -0
- package/types/components/Empty/index.d.ts +0 -0
- package/types/components/FAB/ActionGroup/ActionItem.d.ts +0 -0
- package/types/components/FAB/ActionGroup/StyledActionGroup.d.ts +0 -0
- package/types/components/FAB/ActionGroup/StyledActionItem.d.ts +0 -0
- package/types/components/FAB/ActionGroup/index.d.ts +0 -0
- package/types/components/FAB/AnimatedFABIcon.d.ts +0 -0
- package/types/components/FAB/FAB.d.ts +0 -0
- package/types/components/FAB/StyledFAB.d.ts +0 -0
- package/types/components/FAB/index.d.ts +0 -0
- package/types/components/Icon/AnimatedIcon.d.ts +0 -0
- package/types/components/Icon/HeroIcon/index.d.ts +0 -0
- package/types/components/Icon/IconList.d.ts +0 -0
- package/types/components/Icon/index.d.ts +0 -0
- package/types/components/Icon/utils.d.ts +0 -0
- package/types/components/Image/index.d.ts +0 -0
- package/types/components/List/BasicListItem.d.ts +0 -0
- package/types/components/List/ListItem.d.ts +0 -0
- package/types/components/List/StyledBasicListItem.d.ts +3 -3
- package/types/components/List/StyledListItem.d.ts +3 -3
- package/types/components/List/index.d.ts +0 -0
- package/types/components/PageControl/StyledPageControl.d.ts +0 -0
- package/types/components/PageControl/index.d.ts +0 -0
- package/types/components/PinInput/PinCell.d.ts +0 -0
- package/types/components/PinInput/StyledPinInput.d.ts +0 -0
- package/types/components/PinInput/index.d.ts +0 -0
- package/types/components/Progress/ProgressBar.d.ts +0 -0
- package/types/components/Progress/ProgressCircle.d.ts +0 -0
- package/types/components/Progress/StyledProgressBar.d.ts +0 -0
- package/types/components/Progress/StyledProgressCircle.d.ts +0 -0
- package/types/components/Progress/__tests__/index.spec.d.ts +0 -0
- package/types/components/Progress/constants.d.ts +0 -0
- package/types/components/Progress/index.d.ts +0 -0
- package/types/components/Progress/types.d.ts +0 -0
- package/types/components/Radio/Radio.d.ts +0 -0
- package/types/components/Radio/RadioGroup.d.ts +0 -0
- package/types/components/Radio/StyledRadio.d.ts +0 -0
- package/types/components/Radio/index.d.ts +0 -0
- package/types/components/Radio/types.d.ts +0 -0
- package/types/components/RefreshControl/index.d.ts +0 -0
- package/types/components/RichTextEditor/EditorEvent.d.ts +0 -0
- package/types/components/RichTextEditor/EditorToolbar.d.ts +0 -0
- package/types/components/RichTextEditor/MentionList.d.ts +0 -0
- package/types/components/RichTextEditor/RichTextEditor.d.ts +0 -0
- package/types/components/RichTextEditor/StyledRichTextEditor.d.ts +0 -0
- package/types/components/RichTextEditor/StyledToolbar.d.ts +0 -0
- package/types/components/RichTextEditor/__mocks__/heroEditorApp.d.ts +0 -0
- package/types/components/RichTextEditor/constants.d.ts +0 -0
- package/types/components/RichTextEditor/heroEditorApp.d.ts +0 -0
- package/types/components/RichTextEditor/index.d.ts +0 -0
- package/types/components/RichTextEditor/types.d.ts +0 -0
- package/types/components/RichTextEditor/utils/events.d.ts +0 -0
- package/types/components/RichTextEditor/utils/rnWebView.d.ts +0 -0
- package/types/components/SectionHeading/StyledHeading.d.ts +0 -0
- package/types/components/SectionHeading/index.d.ts +0 -0
- package/types/components/Select/BaseOptionList.d.ts +0 -0
- package/types/components/Select/Footer.d.ts +0 -0
- package/types/components/Select/MultiSelect/Option.d.ts +0 -0
- package/types/components/Select/MultiSelect/OptionList.d.ts +0 -0
- package/types/components/Select/MultiSelect/index.d.ts +0 -0
- package/types/components/Select/SingleSelect/Option.d.ts +0 -0
- package/types/components/Select/SingleSelect/OptionList.d.ts +1 -1
- package/types/components/Select/SingleSelect/StyledSingleSelect.d.ts +0 -0
- package/types/components/Select/SingleSelect/index.d.ts +0 -0
- package/types/components/Select/StyledSelect.d.ts +0 -0
- package/types/components/Select/helpers.d.ts +0 -0
- package/types/components/Select/index.d.ts +0 -0
- package/types/components/Select/types.d.ts +0 -0
- package/types/components/Slider/index.d.ts +0 -0
- package/types/components/Spinner/AnimatedSpinner.d.ts +0 -0
- package/types/components/Spinner/StyledSpinner.d.ts +0 -0
- package/types/components/Spinner/index.d.ts +0 -0
- package/types/components/Swipeable/StyledSwipeable.d.ts +0 -0
- package/types/components/Swipeable/SwipeableAction.d.ts +0 -0
- package/types/components/Swipeable/index.d.ts +0 -0
- package/types/components/Switch/SelectorSwitch/Option.d.ts +0 -0
- package/types/components/Switch/SelectorSwitch/StyledSelectorSwitch.d.ts +0 -0
- package/types/components/Switch/SelectorSwitch/index.d.ts +0 -0
- package/types/components/Switch/StyledSwitch.d.ts +0 -0
- package/types/components/Switch/index.d.ts +0 -0
- package/types/components/Tabs/ActiveTabIndicator.d.ts +0 -0
- package/types/components/Tabs/ScrollableTabs.d.ts +0 -0
- package/types/components/Tabs/StyledScrollableTabs.d.ts +0 -0
- package/types/components/Tabs/StyledTabs.d.ts +0 -0
- package/types/components/Tabs/TabWithBadge.d.ts +0 -0
- package/types/components/Tabs/index.d.ts +0 -0
- package/types/components/Tabs/utils.d.ts +0 -0
- package/types/components/Tag/StyledTag.d.ts +0 -0
- package/types/components/Tag/index.d.ts +0 -0
- package/types/components/TextInput/StyledTextInput.d.ts +0 -0
- package/types/components/TextInput/index.d.ts +0 -0
- package/types/components/TimePicker/StyledTimePicker.d.ts +0 -0
- package/types/components/TimePicker/TimePickerAndroid.d.ts +0 -0
- package/types/components/TimePicker/TimePickerIOS.d.ts +0 -0
- package/types/components/TimePicker/index.d.ts +0 -0
- package/types/components/TimePicker/types.d.ts +0 -0
- package/types/components/Toast/StyledToast.d.ts +0 -0
- package/types/components/Toast/Toast.d.ts +0 -0
- package/types/components/Toast/ToastContainer.d.ts +0 -0
- package/types/components/Toast/ToastContext.d.ts +0 -0
- package/types/components/Toast/ToastProvider.d.ts +0 -0
- package/types/components/Toast/index.d.ts +0 -0
- package/types/components/Toast/types.d.ts +0 -0
- package/types/components/Toolbar/StyledToolbar.d.ts +0 -0
- package/types/components/Toolbar/ToolbarGroup.d.ts +0 -0
- package/types/components/Toolbar/ToolbarItem.d.ts +0 -0
- package/types/components/Toolbar/index.d.ts +0 -0
- package/types/components/Typography/Text/StyledText.d.ts +0 -0
- package/types/components/Typography/Text/index.d.ts +0 -0
- package/types/components/Typography/index.d.ts +0 -0
- package/types/index.d.ts +0 -0
- package/types/testHelpers/renderWithTheme.d.ts +0 -0
- package/types/theme/ThemeProvider.d.ts +0 -0
- package/types/theme/ThemeSwitcher.d.ts +2 -2
- package/types/theme/components/accordion.d.ts +0 -0
- package/types/theme/components/alert.d.ts +0 -0
- package/types/theme/components/attachment.d.ts +0 -0
- package/types/theme/components/avatar.d.ts +0 -0
- package/types/theme/components/badge.d.ts +0 -0
- package/types/theme/components/bottomNavigation.d.ts +0 -0
- package/types/theme/components/bottomSheet.d.ts +0 -0
- package/types/theme/components/button.d.ts +0 -0
- package/types/theme/components/calendar.d.ts +0 -0
- package/types/theme/components/card.d.ts +0 -0
- package/types/theme/components/cardCarousel.d.ts +0 -0
- package/types/theme/components/carousel.d.ts +0 -0
- package/types/theme/components/checkbox.d.ts +0 -0
- package/types/theme/components/contentNavigator.d.ts +0 -0
- package/types/theme/components/datePicker.d.ts +0 -0
- package/types/theme/components/divider.d.ts +0 -0
- package/types/theme/components/drawer.d.ts +0 -0
- package/types/theme/components/empty.d.ts +0 -0
- package/types/theme/components/fab.d.ts +0 -0
- package/types/theme/components/icon.d.ts +0 -0
- package/types/theme/components/image.d.ts +0 -0
- package/types/theme/components/list.d.ts +0 -0
- package/types/theme/components/pageControl.d.ts +0 -0
- package/types/theme/components/pinInput.d.ts +0 -0
- package/types/theme/components/progress.d.ts +0 -0
- package/types/theme/components/radio.d.ts +0 -0
- package/types/theme/components/refreshControl.d.ts +0 -0
- package/types/theme/components/richTextEditor.d.ts +0 -0
- package/types/theme/components/sectionHeading.d.ts +0 -0
- package/types/theme/components/select.d.ts +0 -0
- package/types/theme/components/slider.d.ts +0 -0
- package/types/theme/components/spinner.d.ts +0 -0
- package/types/theme/components/swipeable.d.ts +0 -0
- package/types/theme/components/switch.d.ts +0 -0
- package/types/theme/components/tabs.d.ts +0 -0
- package/types/theme/components/tag.d.ts +0 -0
- package/types/theme/components/textInput.d.ts +1 -0
- package/types/theme/components/timePicker.d.ts +0 -0
- package/types/theme/components/toast.d.ts +0 -0
- package/types/theme/components/toolbar.d.ts +0 -0
- package/types/theme/components/typography.d.ts +0 -0
- package/types/theme/getTheme.d.ts +0 -0
- package/types/theme/global/borders.d.ts +0 -0
- package/types/theme/global/colors/eBens.d.ts +0 -0
- package/types/theme/global/colors/global.d.ts +0 -0
- package/types/theme/global/colors/globalDark.d.ts +0 -0
- package/types/theme/global/colors/jobs.d.ts +0 -0
- package/types/theme/global/colors/swag.d.ts +0 -0
- package/types/theme/global/colors/swagDark.d.ts +0 -0
- package/types/theme/global/colors/types.d.ts +0 -0
- package/types/theme/global/colors/wallet.d.ts +0 -0
- package/types/theme/global/colors/work.d.ts +0 -0
- package/types/theme/global/index.d.ts +0 -0
- package/types/theme/global/scale.d.ts +0 -0
- package/types/theme/global/sizes.d.ts +0 -0
- package/types/theme/global/space.d.ts +0 -0
- package/types/theme/global/typography.d.ts +0 -0
- package/types/theme/index.d.ts +0 -0
- package/types/types.d.ts +0 -0
- package/types/utils/functions.d.ts +0 -0
- package/types/utils/helpers.d.ts +0 -0
- package/types/utils/hooks.d.ts +0 -0
- package/types/utils/scale.d.ts +0 -0
|
@@ -8,7 +8,6 @@ exports[`Option renders correctly 1`] = `
|
|
|
8
8
|
}
|
|
9
9
|
}
|
|
10
10
|
accessible={true}
|
|
11
|
-
collapsable={false}
|
|
12
11
|
focusable={true}
|
|
13
12
|
onClick={[Function]}
|
|
14
13
|
onResponderGrant={[Function]}
|
|
@@ -18,14 +17,17 @@ exports[`Option renders correctly 1`] = `
|
|
|
18
17
|
onResponderTerminationRequest={[Function]}
|
|
19
18
|
onStartShouldSetResponder={[Function]}
|
|
20
19
|
style={
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
20
|
+
Array [
|
|
21
|
+
Object {
|
|
22
|
+
"alignItems": "center",
|
|
23
|
+
"backgroundColor": "#ece8ef",
|
|
24
|
+
"borderRadius": 4,
|
|
25
|
+
"flexDirection": "row",
|
|
26
|
+
"opacity": 1,
|
|
27
|
+
"padding": 16,
|
|
28
|
+
},
|
|
29
|
+
undefined,
|
|
30
|
+
]
|
|
29
31
|
}
|
|
30
32
|
>
|
|
31
33
|
<View
|
|
@@ -193,7 +193,6 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
193
193
|
}
|
|
194
194
|
}
|
|
195
195
|
accessible={true}
|
|
196
|
-
collapsable={false}
|
|
197
196
|
focusable={true}
|
|
198
197
|
onClick={[Function]}
|
|
199
198
|
onResponderGrant={[Function]}
|
|
@@ -203,14 +202,17 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
203
202
|
onResponderTerminationRequest={[Function]}
|
|
204
203
|
onStartShouldSetResponder={[Function]}
|
|
205
204
|
style={
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
205
|
+
Array [
|
|
206
|
+
Object {
|
|
207
|
+
"alignItems": "center",
|
|
208
|
+
"backgroundColor": "#ece8ef",
|
|
209
|
+
"borderRadius": 4,
|
|
210
|
+
"flexDirection": "row",
|
|
211
|
+
"opacity": 1,
|
|
212
|
+
"padding": 16,
|
|
213
|
+
},
|
|
214
|
+
undefined,
|
|
215
|
+
]
|
|
214
216
|
}
|
|
215
217
|
>
|
|
216
218
|
<View
|
|
@@ -443,7 +445,6 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
443
445
|
}
|
|
444
446
|
}
|
|
445
447
|
accessible={true}
|
|
446
|
-
collapsable={false}
|
|
447
448
|
focusable={true}
|
|
448
449
|
onClick={[Function]}
|
|
449
450
|
onResponderGrant={[Function]}
|
|
@@ -453,14 +454,17 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
453
454
|
onResponderTerminationRequest={[Function]}
|
|
454
455
|
onStartShouldSetResponder={[Function]}
|
|
455
456
|
style={
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
457
|
+
Array [
|
|
458
|
+
Object {
|
|
459
|
+
"alignItems": "center",
|
|
460
|
+
"backgroundColor": "#ffffff",
|
|
461
|
+
"borderRadius": 4,
|
|
462
|
+
"flexDirection": "row",
|
|
463
|
+
"opacity": 1,
|
|
464
|
+
"padding": 16,
|
|
465
|
+
},
|
|
466
|
+
undefined,
|
|
467
|
+
]
|
|
464
468
|
}
|
|
465
469
|
>
|
|
466
470
|
<View
|
|
@@ -558,7 +562,6 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
558
562
|
}
|
|
559
563
|
}
|
|
560
564
|
accessible={true}
|
|
561
|
-
collapsable={false}
|
|
562
565
|
focusable={true}
|
|
563
566
|
onClick={[Function]}
|
|
564
567
|
onResponderGrant={[Function]}
|
|
@@ -568,14 +571,17 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
568
571
|
onResponderTerminationRequest={[Function]}
|
|
569
572
|
onStartShouldSetResponder={[Function]}
|
|
570
573
|
style={
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
574
|
+
Array [
|
|
575
|
+
Object {
|
|
576
|
+
"alignItems": "center",
|
|
577
|
+
"backgroundColor": "#ffffff",
|
|
578
|
+
"borderRadius": 4,
|
|
579
|
+
"flexDirection": "row",
|
|
580
|
+
"opacity": 1,
|
|
581
|
+
"padding": 16,
|
|
582
|
+
},
|
|
583
|
+
undefined,
|
|
584
|
+
]
|
|
579
585
|
}
|
|
580
586
|
>
|
|
581
587
|
<View
|
|
@@ -997,7 +1003,6 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
997
1003
|
}
|
|
998
1004
|
}
|
|
999
1005
|
accessible={true}
|
|
1000
|
-
collapsable={false}
|
|
1001
1006
|
focusable={true}
|
|
1002
1007
|
onClick={[Function]}
|
|
1003
1008
|
onResponderGrant={[Function]}
|
|
@@ -1007,14 +1012,17 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
1007
1012
|
onResponderTerminationRequest={[Function]}
|
|
1008
1013
|
onStartShouldSetResponder={[Function]}
|
|
1009
1014
|
style={
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1015
|
+
Array [
|
|
1016
|
+
Object {
|
|
1017
|
+
"alignItems": "center",
|
|
1018
|
+
"backgroundColor": "#ece8ef",
|
|
1019
|
+
"borderRadius": 4,
|
|
1020
|
+
"flexDirection": "row",
|
|
1021
|
+
"opacity": 1,
|
|
1022
|
+
"padding": 16,
|
|
1023
|
+
},
|
|
1024
|
+
undefined,
|
|
1025
|
+
]
|
|
1018
1026
|
}
|
|
1019
1027
|
>
|
|
1020
1028
|
<View
|
|
@@ -1247,7 +1255,6 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
1247
1255
|
}
|
|
1248
1256
|
}
|
|
1249
1257
|
accessible={true}
|
|
1250
|
-
collapsable={false}
|
|
1251
1258
|
focusable={true}
|
|
1252
1259
|
onClick={[Function]}
|
|
1253
1260
|
onResponderGrant={[Function]}
|
|
@@ -1257,14 +1264,17 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
1257
1264
|
onResponderTerminationRequest={[Function]}
|
|
1258
1265
|
onStartShouldSetResponder={[Function]}
|
|
1259
1266
|
style={
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1267
|
+
Array [
|
|
1268
|
+
Object {
|
|
1269
|
+
"alignItems": "center",
|
|
1270
|
+
"backgroundColor": "#ffffff",
|
|
1271
|
+
"borderRadius": 4,
|
|
1272
|
+
"flexDirection": "row",
|
|
1273
|
+
"opacity": 1,
|
|
1274
|
+
"padding": 16,
|
|
1275
|
+
},
|
|
1276
|
+
undefined,
|
|
1277
|
+
]
|
|
1268
1278
|
}
|
|
1269
1279
|
>
|
|
1270
1280
|
<View
|
|
@@ -1362,7 +1372,6 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
1362
1372
|
}
|
|
1363
1373
|
}
|
|
1364
1374
|
accessible={true}
|
|
1365
|
-
collapsable={false}
|
|
1366
1375
|
focusable={true}
|
|
1367
1376
|
onClick={[Function]}
|
|
1368
1377
|
onResponderGrant={[Function]}
|
|
@@ -1372,14 +1381,17 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
1372
1381
|
onResponderTerminationRequest={[Function]}
|
|
1373
1382
|
onStartShouldSetResponder={[Function]}
|
|
1374
1383
|
style={
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1384
|
+
Array [
|
|
1385
|
+
Object {
|
|
1386
|
+
"alignItems": "center",
|
|
1387
|
+
"backgroundColor": "#ffffff",
|
|
1388
|
+
"borderRadius": 4,
|
|
1389
|
+
"flexDirection": "row",
|
|
1390
|
+
"opacity": 1,
|
|
1391
|
+
"padding": 16,
|
|
1392
|
+
},
|
|
1393
|
+
undefined,
|
|
1394
|
+
]
|
|
1383
1395
|
}
|
|
1384
1396
|
>
|
|
1385
1397
|
<View
|
|
@@ -1648,7 +1660,6 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
1648
1660
|
}
|
|
1649
1661
|
}
|
|
1650
1662
|
accessible={true}
|
|
1651
|
-
collapsable={false}
|
|
1652
1663
|
focusable={true}
|
|
1653
1664
|
onClick={[Function]}
|
|
1654
1665
|
onResponderGrant={[Function]}
|
|
@@ -1658,14 +1669,17 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
1658
1669
|
onResponderTerminationRequest={[Function]}
|
|
1659
1670
|
onStartShouldSetResponder={[Function]}
|
|
1660
1671
|
style={
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1672
|
+
Array [
|
|
1673
|
+
Object {
|
|
1674
|
+
"alignItems": "center",
|
|
1675
|
+
"backgroundColor": "#ece8ef",
|
|
1676
|
+
"borderRadius": 4,
|
|
1677
|
+
"flexDirection": "row",
|
|
1678
|
+
"opacity": 1,
|
|
1679
|
+
"padding": 16,
|
|
1680
|
+
},
|
|
1681
|
+
undefined,
|
|
1682
|
+
]
|
|
1669
1683
|
}
|
|
1670
1684
|
>
|
|
1671
1685
|
<View
|
|
@@ -1898,7 +1912,6 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
1898
1912
|
}
|
|
1899
1913
|
}
|
|
1900
1914
|
accessible={true}
|
|
1901
|
-
collapsable={false}
|
|
1902
1915
|
focusable={true}
|
|
1903
1916
|
onClick={[Function]}
|
|
1904
1917
|
onResponderGrant={[Function]}
|
|
@@ -1908,14 +1921,17 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
1908
1921
|
onResponderTerminationRequest={[Function]}
|
|
1909
1922
|
onStartShouldSetResponder={[Function]}
|
|
1910
1923
|
style={
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1924
|
+
Array [
|
|
1925
|
+
Object {
|
|
1926
|
+
"alignItems": "center",
|
|
1927
|
+
"backgroundColor": "#ece8ef",
|
|
1928
|
+
"borderRadius": 4,
|
|
1929
|
+
"flexDirection": "row",
|
|
1930
|
+
"opacity": 1,
|
|
1931
|
+
"padding": 16,
|
|
1932
|
+
},
|
|
1933
|
+
undefined,
|
|
1934
|
+
]
|
|
1919
1935
|
}
|
|
1920
1936
|
>
|
|
1921
1937
|
<View
|
|
@@ -2040,7 +2056,6 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
2040
2056
|
}
|
|
2041
2057
|
}
|
|
2042
2058
|
accessible={true}
|
|
2043
|
-
collapsable={false}
|
|
2044
2059
|
focusable={true}
|
|
2045
2060
|
onClick={[Function]}
|
|
2046
2061
|
onResponderGrant={[Function]}
|
|
@@ -2050,14 +2065,17 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
2050
2065
|
onResponderTerminationRequest={[Function]}
|
|
2051
2066
|
onStartShouldSetResponder={[Function]}
|
|
2052
2067
|
style={
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2068
|
+
Array [
|
|
2069
|
+
Object {
|
|
2070
|
+
"alignItems": "center",
|
|
2071
|
+
"backgroundColor": "#ffffff",
|
|
2072
|
+
"borderRadius": 4,
|
|
2073
|
+
"flexDirection": "row",
|
|
2074
|
+
"opacity": 1,
|
|
2075
|
+
"padding": 16,
|
|
2076
|
+
},
|
|
2077
|
+
undefined,
|
|
2078
|
+
]
|
|
2061
2079
|
}
|
|
2062
2080
|
>
|
|
2063
2081
|
<View
|
|
@@ -2326,7 +2344,6 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2326
2344
|
}
|
|
2327
2345
|
}
|
|
2328
2346
|
accessible={true}
|
|
2329
|
-
collapsable={false}
|
|
2330
2347
|
focusable={true}
|
|
2331
2348
|
onClick={[Function]}
|
|
2332
2349
|
onResponderGrant={[Function]}
|
|
@@ -2336,14 +2353,17 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2336
2353
|
onResponderTerminationRequest={[Function]}
|
|
2337
2354
|
onStartShouldSetResponder={[Function]}
|
|
2338
2355
|
style={
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2356
|
+
Array [
|
|
2357
|
+
Object {
|
|
2358
|
+
"alignItems": "center",
|
|
2359
|
+
"backgroundColor": "#ece8ef",
|
|
2360
|
+
"borderRadius": 4,
|
|
2361
|
+
"flexDirection": "row",
|
|
2362
|
+
"opacity": 1,
|
|
2363
|
+
"padding": 16,
|
|
2364
|
+
},
|
|
2365
|
+
undefined,
|
|
2366
|
+
]
|
|
2347
2367
|
}
|
|
2348
2368
|
>
|
|
2349
2369
|
<View
|
|
@@ -2576,7 +2596,6 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2576
2596
|
}
|
|
2577
2597
|
}
|
|
2578
2598
|
accessible={true}
|
|
2579
|
-
collapsable={false}
|
|
2580
2599
|
focusable={true}
|
|
2581
2600
|
onClick={[Function]}
|
|
2582
2601
|
onResponderGrant={[Function]}
|
|
@@ -2586,14 +2605,17 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2586
2605
|
onResponderTerminationRequest={[Function]}
|
|
2587
2606
|
onStartShouldSetResponder={[Function]}
|
|
2588
2607
|
style={
|
|
2589
|
-
|
|
2590
|
-
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
|
-
|
|
2608
|
+
Array [
|
|
2609
|
+
Object {
|
|
2610
|
+
"alignItems": "center",
|
|
2611
|
+
"backgroundColor": "#ffffff",
|
|
2612
|
+
"borderRadius": 4,
|
|
2613
|
+
"flexDirection": "row",
|
|
2614
|
+
"opacity": 1,
|
|
2615
|
+
"padding": 16,
|
|
2616
|
+
},
|
|
2617
|
+
undefined,
|
|
2618
|
+
]
|
|
2597
2619
|
}
|
|
2598
2620
|
>
|
|
2599
2621
|
<View
|
|
@@ -2691,7 +2713,6 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2691
2713
|
}
|
|
2692
2714
|
}
|
|
2693
2715
|
accessible={true}
|
|
2694
|
-
collapsable={false}
|
|
2695
2716
|
focusable={true}
|
|
2696
2717
|
onClick={[Function]}
|
|
2697
2718
|
onResponderGrant={[Function]}
|
|
@@ -2701,14 +2722,17 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2701
2722
|
onResponderTerminationRequest={[Function]}
|
|
2702
2723
|
onStartShouldSetResponder={[Function]}
|
|
2703
2724
|
style={
|
|
2704
|
-
|
|
2705
|
-
|
|
2706
|
-
|
|
2707
|
-
|
|
2708
|
-
|
|
2709
|
-
|
|
2710
|
-
|
|
2711
|
-
|
|
2725
|
+
Array [
|
|
2726
|
+
Object {
|
|
2727
|
+
"alignItems": "center",
|
|
2728
|
+
"backgroundColor": "#ffffff",
|
|
2729
|
+
"borderRadius": 4,
|
|
2730
|
+
"flexDirection": "row",
|
|
2731
|
+
"opacity": 1,
|
|
2732
|
+
"padding": 16,
|
|
2733
|
+
},
|
|
2734
|
+
undefined,
|
|
2735
|
+
]
|
|
2712
2736
|
}
|
|
2713
2737
|
>
|
|
2714
2738
|
<View
|