@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
|
|
@@ -255,13 +247,13 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
255
247
|
style={
|
|
256
248
|
Array [
|
|
257
249
|
Object {
|
|
258
|
-
"color": "#
|
|
250
|
+
"color": "#401960",
|
|
259
251
|
"fontSize": 20,
|
|
260
252
|
},
|
|
261
253
|
undefined,
|
|
262
254
|
]
|
|
263
255
|
}
|
|
264
|
-
themeIntent="
|
|
256
|
+
themeIntent="primary"
|
|
265
257
|
themeSize="small"
|
|
266
258
|
/>
|
|
267
259
|
</View>
|
|
@@ -430,13 +422,10 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
430
422
|
}
|
|
431
423
|
/>
|
|
432
424
|
<View
|
|
433
|
-
accessibilityState={
|
|
434
|
-
Object {
|
|
435
|
-
"disabled": false,
|
|
436
|
-
}
|
|
437
|
-
}
|
|
438
425
|
accessible={true}
|
|
426
|
+
collapsable={false}
|
|
439
427
|
focusable={true}
|
|
428
|
+
nativeID="animatedComponent"
|
|
440
429
|
onClick={[Function]}
|
|
441
430
|
onResponderGrant={[Function]}
|
|
442
431
|
onResponderMove={[Function]}
|
|
@@ -445,19 +434,15 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
445
434
|
onResponderTerminationRequest={[Function]}
|
|
446
435
|
onStartShouldSetResponder={[Function]}
|
|
447
436
|
style={
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
Object {
|
|
458
|
-
"marginHorizontal": 12,
|
|
459
|
-
},
|
|
460
|
-
]
|
|
437
|
+
Object {
|
|
438
|
+
"alignItems": "center",
|
|
439
|
+
"backgroundColor": "#ffffff",
|
|
440
|
+
"borderRadius": 4,
|
|
441
|
+
"flexDirection": "row",
|
|
442
|
+
"marginHorizontal": 12,
|
|
443
|
+
"opacity": 1,
|
|
444
|
+
"padding": 16,
|
|
445
|
+
}
|
|
461
446
|
}
|
|
462
447
|
>
|
|
463
448
|
<View
|
|
@@ -548,13 +533,10 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
548
533
|
>
|
|
549
534
|
<View>
|
|
550
535
|
<View
|
|
551
|
-
accessibilityState={
|
|
552
|
-
Object {
|
|
553
|
-
"disabled": false,
|
|
554
|
-
}
|
|
555
|
-
}
|
|
556
536
|
accessible={true}
|
|
537
|
+
collapsable={false}
|
|
557
538
|
focusable={true}
|
|
539
|
+
nativeID="animatedComponent"
|
|
558
540
|
onClick={[Function]}
|
|
559
541
|
onResponderGrant={[Function]}
|
|
560
542
|
onResponderMove={[Function]}
|
|
@@ -563,19 +545,15 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
563
545
|
onResponderTerminationRequest={[Function]}
|
|
564
546
|
onStartShouldSetResponder={[Function]}
|
|
565
547
|
style={
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
Object {
|
|
576
|
-
"marginHorizontal": 12,
|
|
577
|
-
},
|
|
578
|
-
]
|
|
548
|
+
Object {
|
|
549
|
+
"alignItems": "center",
|
|
550
|
+
"backgroundColor": "#ffffff",
|
|
551
|
+
"borderRadius": 4,
|
|
552
|
+
"flexDirection": "row",
|
|
553
|
+
"marginHorizontal": 12,
|
|
554
|
+
"opacity": 1,
|
|
555
|
+
"padding": 16,
|
|
556
|
+
}
|
|
579
557
|
}
|
|
580
558
|
>
|
|
581
559
|
<View
|
|
@@ -724,15 +702,16 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
724
702
|
style={
|
|
725
703
|
Array [
|
|
726
704
|
Object {
|
|
727
|
-
"backgroundColor": "#
|
|
705
|
+
"backgroundColor": "#401960",
|
|
728
706
|
"borderRadius": 999,
|
|
729
707
|
"height": 16,
|
|
730
|
-
"opacity":
|
|
708
|
+
"opacity": 0.9,
|
|
731
709
|
"width": 16,
|
|
732
710
|
},
|
|
733
711
|
Object {},
|
|
734
712
|
]
|
|
735
713
|
}
|
|
714
|
+
themeIntent="primary"
|
|
736
715
|
themePosition="topLeft"
|
|
737
716
|
themeSize="medium"
|
|
738
717
|
/>
|
|
@@ -742,16 +721,17 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
742
721
|
style={
|
|
743
722
|
Array [
|
|
744
723
|
Object {
|
|
745
|
-
"backgroundColor": "#
|
|
724
|
+
"backgroundColor": "#401960",
|
|
746
725
|
"borderRadius": 999,
|
|
747
726
|
"height": 16,
|
|
748
727
|
"marginLeft": 8,
|
|
749
|
-
"opacity": 0.
|
|
728
|
+
"opacity": 0.675,
|
|
750
729
|
"width": 16,
|
|
751
730
|
},
|
|
752
731
|
Object {},
|
|
753
732
|
]
|
|
754
733
|
}
|
|
734
|
+
themeIntent="primary"
|
|
755
735
|
themePosition="topRight"
|
|
756
736
|
themeSize="medium"
|
|
757
737
|
/>
|
|
@@ -777,15 +757,16 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
777
757
|
style={
|
|
778
758
|
Array [
|
|
779
759
|
Object {
|
|
780
|
-
"backgroundColor": "#
|
|
760
|
+
"backgroundColor": "#401960",
|
|
781
761
|
"borderRadius": 999,
|
|
782
762
|
"height": 16,
|
|
783
|
-
"opacity": 0.
|
|
763
|
+
"opacity": 0.45,
|
|
784
764
|
"width": 16,
|
|
785
765
|
},
|
|
786
766
|
Object {},
|
|
787
767
|
]
|
|
788
768
|
}
|
|
769
|
+
themeIntent="primary"
|
|
789
770
|
themePosition="bottomLeft"
|
|
790
771
|
themeSize="medium"
|
|
791
772
|
/>
|
|
@@ -795,16 +776,17 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
795
776
|
style={
|
|
796
777
|
Array [
|
|
797
778
|
Object {
|
|
798
|
-
"backgroundColor": "#
|
|
779
|
+
"backgroundColor": "#401960",
|
|
799
780
|
"borderRadius": 999,
|
|
800
781
|
"height": 16,
|
|
801
782
|
"marginLeft": 8,
|
|
802
|
-
"opacity": 0.
|
|
783
|
+
"opacity": 0.225,
|
|
803
784
|
"width": 16,
|
|
804
785
|
},
|
|
805
786
|
Object {},
|
|
806
787
|
]
|
|
807
788
|
}
|
|
789
|
+
themeIntent="primary"
|
|
808
790
|
themePosition="bottomRight"
|
|
809
791
|
themeSize="medium"
|
|
810
792
|
/>
|
|
@@ -859,7 +841,6 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
859
841
|
onScroll={[Function]}
|
|
860
842
|
onScrollBeginDrag={[Function]}
|
|
861
843
|
onScrollEndDrag={[Function]}
|
|
862
|
-
onScrollToIndexFailed={[Function]}
|
|
863
844
|
renderItem={[Function]}
|
|
864
845
|
scrollEventThrottle={50}
|
|
865
846
|
stickyHeaderIndices={
|
|
@@ -986,13 +967,10 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
986
967
|
}
|
|
987
968
|
/>
|
|
988
969
|
<View
|
|
989
|
-
accessibilityState={
|
|
990
|
-
Object {
|
|
991
|
-
"disabled": false,
|
|
992
|
-
}
|
|
993
|
-
}
|
|
994
970
|
accessible={true}
|
|
971
|
+
collapsable={false}
|
|
995
972
|
focusable={true}
|
|
973
|
+
nativeID="animatedComponent"
|
|
996
974
|
onClick={[Function]}
|
|
997
975
|
onResponderGrant={[Function]}
|
|
998
976
|
onResponderMove={[Function]}
|
|
@@ -1001,19 +979,15 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
1001
979
|
onResponderTerminationRequest={[Function]}
|
|
1002
980
|
onStartShouldSetResponder={[Function]}
|
|
1003
981
|
style={
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
Object {
|
|
1014
|
-
"marginHorizontal": 12,
|
|
1015
|
-
},
|
|
1016
|
-
]
|
|
982
|
+
Object {
|
|
983
|
+
"alignItems": "center",
|
|
984
|
+
"backgroundColor": "#ece8ef",
|
|
985
|
+
"borderRadius": 4,
|
|
986
|
+
"flexDirection": "row",
|
|
987
|
+
"marginHorizontal": 12,
|
|
988
|
+
"opacity": 1,
|
|
989
|
+
"padding": 16,
|
|
990
|
+
}
|
|
1017
991
|
}
|
|
1018
992
|
>
|
|
1019
993
|
<View
|
|
@@ -1061,13 +1035,13 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
1061
1035
|
style={
|
|
1062
1036
|
Array [
|
|
1063
1037
|
Object {
|
|
1064
|
-
"color": "#
|
|
1038
|
+
"color": "#401960",
|
|
1065
1039
|
"fontSize": 20,
|
|
1066
1040
|
},
|
|
1067
1041
|
undefined,
|
|
1068
1042
|
]
|
|
1069
1043
|
}
|
|
1070
|
-
themeIntent="
|
|
1044
|
+
themeIntent="primary"
|
|
1071
1045
|
themeSize="small"
|
|
1072
1046
|
/>
|
|
1073
1047
|
</View>
|
|
@@ -1236,13 +1210,10 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
1236
1210
|
}
|
|
1237
1211
|
/>
|
|
1238
1212
|
<View
|
|
1239
|
-
accessibilityState={
|
|
1240
|
-
Object {
|
|
1241
|
-
"disabled": false,
|
|
1242
|
-
}
|
|
1243
|
-
}
|
|
1244
1213
|
accessible={true}
|
|
1214
|
+
collapsable={false}
|
|
1245
1215
|
focusable={true}
|
|
1216
|
+
nativeID="animatedComponent"
|
|
1246
1217
|
onClick={[Function]}
|
|
1247
1218
|
onResponderGrant={[Function]}
|
|
1248
1219
|
onResponderMove={[Function]}
|
|
@@ -1251,19 +1222,15 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
1251
1222
|
onResponderTerminationRequest={[Function]}
|
|
1252
1223
|
onStartShouldSetResponder={[Function]}
|
|
1253
1224
|
style={
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
Object {
|
|
1264
|
-
"marginHorizontal": 12,
|
|
1265
|
-
},
|
|
1266
|
-
]
|
|
1225
|
+
Object {
|
|
1226
|
+
"alignItems": "center",
|
|
1227
|
+
"backgroundColor": "#ffffff",
|
|
1228
|
+
"borderRadius": 4,
|
|
1229
|
+
"flexDirection": "row",
|
|
1230
|
+
"marginHorizontal": 12,
|
|
1231
|
+
"opacity": 1,
|
|
1232
|
+
"padding": 16,
|
|
1233
|
+
}
|
|
1267
1234
|
}
|
|
1268
1235
|
>
|
|
1269
1236
|
<View
|
|
@@ -1354,13 +1321,10 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
1354
1321
|
>
|
|
1355
1322
|
<View>
|
|
1356
1323
|
<View
|
|
1357
|
-
accessibilityState={
|
|
1358
|
-
Object {
|
|
1359
|
-
"disabled": false,
|
|
1360
|
-
}
|
|
1361
|
-
}
|
|
1362
1324
|
accessible={true}
|
|
1325
|
+
collapsable={false}
|
|
1363
1326
|
focusable={true}
|
|
1327
|
+
nativeID="animatedComponent"
|
|
1364
1328
|
onClick={[Function]}
|
|
1365
1329
|
onResponderGrant={[Function]}
|
|
1366
1330
|
onResponderMove={[Function]}
|
|
@@ -1369,19 +1333,15 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
1369
1333
|
onResponderTerminationRequest={[Function]}
|
|
1370
1334
|
onStartShouldSetResponder={[Function]}
|
|
1371
1335
|
style={
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
Object {
|
|
1382
|
-
"marginHorizontal": 12,
|
|
1383
|
-
},
|
|
1384
|
-
]
|
|
1336
|
+
Object {
|
|
1337
|
+
"alignItems": "center",
|
|
1338
|
+
"backgroundColor": "#ffffff",
|
|
1339
|
+
"borderRadius": 4,
|
|
1340
|
+
"flexDirection": "row",
|
|
1341
|
+
"marginHorizontal": 12,
|
|
1342
|
+
"opacity": 1,
|
|
1343
|
+
"padding": 16,
|
|
1344
|
+
}
|
|
1385
1345
|
}
|
|
1386
1346
|
>
|
|
1387
1347
|
<View
|
|
@@ -1509,7 +1469,6 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
1509
1469
|
onScroll={[Function]}
|
|
1510
1470
|
onScrollBeginDrag={[Function]}
|
|
1511
1471
|
onScrollEndDrag={[Function]}
|
|
1512
|
-
onScrollToIndexFailed={[Function]}
|
|
1513
1472
|
renderItem={[Function]}
|
|
1514
1473
|
scrollEventThrottle={50}
|
|
1515
1474
|
stickyHeaderIndices={
|
|
@@ -1636,13 +1595,10 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
1636
1595
|
}
|
|
1637
1596
|
/>
|
|
1638
1597
|
<View
|
|
1639
|
-
accessibilityState={
|
|
1640
|
-
Object {
|
|
1641
|
-
"disabled": false,
|
|
1642
|
-
}
|
|
1643
|
-
}
|
|
1644
1598
|
accessible={true}
|
|
1599
|
+
collapsable={false}
|
|
1645
1600
|
focusable={true}
|
|
1601
|
+
nativeID="animatedComponent"
|
|
1646
1602
|
onClick={[Function]}
|
|
1647
1603
|
onResponderGrant={[Function]}
|
|
1648
1604
|
onResponderMove={[Function]}
|
|
@@ -1651,19 +1607,15 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
1651
1607
|
onResponderTerminationRequest={[Function]}
|
|
1652
1608
|
onStartShouldSetResponder={[Function]}
|
|
1653
1609
|
style={
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
Object {
|
|
1664
|
-
"marginHorizontal": 12,
|
|
1665
|
-
},
|
|
1666
|
-
]
|
|
1610
|
+
Object {
|
|
1611
|
+
"alignItems": "center",
|
|
1612
|
+
"backgroundColor": "#ece8ef",
|
|
1613
|
+
"borderRadius": 4,
|
|
1614
|
+
"flexDirection": "row",
|
|
1615
|
+
"marginHorizontal": 12,
|
|
1616
|
+
"opacity": 1,
|
|
1617
|
+
"padding": 16,
|
|
1618
|
+
}
|
|
1667
1619
|
}
|
|
1668
1620
|
>
|
|
1669
1621
|
<View
|
|
@@ -1711,13 +1663,13 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
1711
1663
|
style={
|
|
1712
1664
|
Array [
|
|
1713
1665
|
Object {
|
|
1714
|
-
"color": "#
|
|
1666
|
+
"color": "#401960",
|
|
1715
1667
|
"fontSize": 20,
|
|
1716
1668
|
},
|
|
1717
1669
|
undefined,
|
|
1718
1670
|
]
|
|
1719
1671
|
}
|
|
1720
|
-
themeIntent="
|
|
1672
|
+
themeIntent="primary"
|
|
1721
1673
|
themeSize="small"
|
|
1722
1674
|
/>
|
|
1723
1675
|
</View>
|
|
@@ -1886,13 +1838,10 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
1886
1838
|
}
|
|
1887
1839
|
/>
|
|
1888
1840
|
<View
|
|
1889
|
-
accessibilityState={
|
|
1890
|
-
Object {
|
|
1891
|
-
"disabled": false,
|
|
1892
|
-
}
|
|
1893
|
-
}
|
|
1894
1841
|
accessible={true}
|
|
1842
|
+
collapsable={false}
|
|
1895
1843
|
focusable={true}
|
|
1844
|
+
nativeID="animatedComponent"
|
|
1896
1845
|
onClick={[Function]}
|
|
1897
1846
|
onResponderGrant={[Function]}
|
|
1898
1847
|
onResponderMove={[Function]}
|
|
@@ -1901,19 +1850,15 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
1901
1850
|
onResponderTerminationRequest={[Function]}
|
|
1902
1851
|
onStartShouldSetResponder={[Function]}
|
|
1903
1852
|
style={
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
Object {
|
|
1914
|
-
"marginHorizontal": 12,
|
|
1915
|
-
},
|
|
1916
|
-
]
|
|
1853
|
+
Object {
|
|
1854
|
+
"alignItems": "center",
|
|
1855
|
+
"backgroundColor": "#ece8ef",
|
|
1856
|
+
"borderRadius": 4,
|
|
1857
|
+
"flexDirection": "row",
|
|
1858
|
+
"marginHorizontal": 12,
|
|
1859
|
+
"opacity": 1,
|
|
1860
|
+
"padding": 16,
|
|
1861
|
+
}
|
|
1917
1862
|
}
|
|
1918
1863
|
>
|
|
1919
1864
|
<View
|
|
@@ -1961,13 +1906,13 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
1961
1906
|
style={
|
|
1962
1907
|
Array [
|
|
1963
1908
|
Object {
|
|
1964
|
-
"color": "#
|
|
1909
|
+
"color": "#401960",
|
|
1965
1910
|
"fontSize": 20,
|
|
1966
1911
|
},
|
|
1967
1912
|
undefined,
|
|
1968
1913
|
]
|
|
1969
1914
|
}
|
|
1970
|
-
themeIntent="
|
|
1915
|
+
themeIntent="primary"
|
|
1971
1916
|
themeSize="small"
|
|
1972
1917
|
/>
|
|
1973
1918
|
</View>
|
|
@@ -2029,13 +1974,10 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
2029
1974
|
>
|
|
2030
1975
|
<View>
|
|
2031
1976
|
<View
|
|
2032
|
-
accessibilityState={
|
|
2033
|
-
Object {
|
|
2034
|
-
"disabled": false,
|
|
2035
|
-
}
|
|
2036
|
-
}
|
|
2037
1977
|
accessible={true}
|
|
1978
|
+
collapsable={false}
|
|
2038
1979
|
focusable={true}
|
|
1980
|
+
nativeID="animatedComponent"
|
|
2039
1981
|
onClick={[Function]}
|
|
2040
1982
|
onResponderGrant={[Function]}
|
|
2041
1983
|
onResponderMove={[Function]}
|
|
@@ -2044,19 +1986,15 @@ exports[`OptionList trigger onPress correctly on changing selection 1`] = `
|
|
|
2044
1986
|
onResponderTerminationRequest={[Function]}
|
|
2045
1987
|
onStartShouldSetResponder={[Function]}
|
|
2046
1988
|
style={
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
Object {
|
|
2057
|
-
"marginHorizontal": 12,
|
|
2058
|
-
},
|
|
2059
|
-
]
|
|
1989
|
+
Object {
|
|
1990
|
+
"alignItems": "center",
|
|
1991
|
+
"backgroundColor": "#ffffff",
|
|
1992
|
+
"borderRadius": 4,
|
|
1993
|
+
"flexDirection": "row",
|
|
1994
|
+
"marginHorizontal": 12,
|
|
1995
|
+
"opacity": 1,
|
|
1996
|
+
"padding": 16,
|
|
1997
|
+
}
|
|
2060
1998
|
}
|
|
2061
1999
|
>
|
|
2062
2000
|
<View
|
|
@@ -2184,7 +2122,6 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2184
2122
|
onScroll={[Function]}
|
|
2185
2123
|
onScrollBeginDrag={[Function]}
|
|
2186
2124
|
onScrollEndDrag={[Function]}
|
|
2187
|
-
onScrollToIndexFailed={[Function]}
|
|
2188
2125
|
renderItem={[Function]}
|
|
2189
2126
|
scrollEventThrottle={50}
|
|
2190
2127
|
stickyHeaderIndices={
|
|
@@ -2311,13 +2248,10 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2311
2248
|
}
|
|
2312
2249
|
/>
|
|
2313
2250
|
<View
|
|
2314
|
-
accessibilityState={
|
|
2315
|
-
Object {
|
|
2316
|
-
"disabled": false,
|
|
2317
|
-
}
|
|
2318
|
-
}
|
|
2319
2251
|
accessible={true}
|
|
2252
|
+
collapsable={false}
|
|
2320
2253
|
focusable={true}
|
|
2254
|
+
nativeID="animatedComponent"
|
|
2321
2255
|
onClick={[Function]}
|
|
2322
2256
|
onResponderGrant={[Function]}
|
|
2323
2257
|
onResponderMove={[Function]}
|
|
@@ -2326,19 +2260,15 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2326
2260
|
onResponderTerminationRequest={[Function]}
|
|
2327
2261
|
onStartShouldSetResponder={[Function]}
|
|
2328
2262
|
style={
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
Object {
|
|
2339
|
-
"marginHorizontal": 12,
|
|
2340
|
-
},
|
|
2341
|
-
]
|
|
2263
|
+
Object {
|
|
2264
|
+
"alignItems": "center",
|
|
2265
|
+
"backgroundColor": "#ece8ef",
|
|
2266
|
+
"borderRadius": 4,
|
|
2267
|
+
"flexDirection": "row",
|
|
2268
|
+
"marginHorizontal": 12,
|
|
2269
|
+
"opacity": 1,
|
|
2270
|
+
"padding": 16,
|
|
2271
|
+
}
|
|
2342
2272
|
}
|
|
2343
2273
|
>
|
|
2344
2274
|
<View
|
|
@@ -2386,13 +2316,13 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2386
2316
|
style={
|
|
2387
2317
|
Array [
|
|
2388
2318
|
Object {
|
|
2389
|
-
"color": "#
|
|
2319
|
+
"color": "#401960",
|
|
2390
2320
|
"fontSize": 20,
|
|
2391
2321
|
},
|
|
2392
2322
|
undefined,
|
|
2393
2323
|
]
|
|
2394
2324
|
}
|
|
2395
|
-
themeIntent="
|
|
2325
|
+
themeIntent="primary"
|
|
2396
2326
|
themeSize="small"
|
|
2397
2327
|
/>
|
|
2398
2328
|
</View>
|
|
@@ -2561,13 +2491,10 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2561
2491
|
}
|
|
2562
2492
|
/>
|
|
2563
2493
|
<View
|
|
2564
|
-
accessibilityState={
|
|
2565
|
-
Object {
|
|
2566
|
-
"disabled": false,
|
|
2567
|
-
}
|
|
2568
|
-
}
|
|
2569
2494
|
accessible={true}
|
|
2495
|
+
collapsable={false}
|
|
2570
2496
|
focusable={true}
|
|
2497
|
+
nativeID="animatedComponent"
|
|
2571
2498
|
onClick={[Function]}
|
|
2572
2499
|
onResponderGrant={[Function]}
|
|
2573
2500
|
onResponderMove={[Function]}
|
|
@@ -2576,19 +2503,15 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2576
2503
|
onResponderTerminationRequest={[Function]}
|
|
2577
2504
|
onStartShouldSetResponder={[Function]}
|
|
2578
2505
|
style={
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
|
|
2587
|
-
|
|
2588
|
-
Object {
|
|
2589
|
-
"marginHorizontal": 12,
|
|
2590
|
-
},
|
|
2591
|
-
]
|
|
2506
|
+
Object {
|
|
2507
|
+
"alignItems": "center",
|
|
2508
|
+
"backgroundColor": "#ffffff",
|
|
2509
|
+
"borderRadius": 4,
|
|
2510
|
+
"flexDirection": "row",
|
|
2511
|
+
"marginHorizontal": 12,
|
|
2512
|
+
"opacity": 1,
|
|
2513
|
+
"padding": 16,
|
|
2514
|
+
}
|
|
2592
2515
|
}
|
|
2593
2516
|
>
|
|
2594
2517
|
<View
|
|
@@ -2679,13 +2602,10 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2679
2602
|
>
|
|
2680
2603
|
<View>
|
|
2681
2604
|
<View
|
|
2682
|
-
accessibilityState={
|
|
2683
|
-
Object {
|
|
2684
|
-
"disabled": false,
|
|
2685
|
-
}
|
|
2686
|
-
}
|
|
2687
2605
|
accessible={true}
|
|
2606
|
+
collapsable={false}
|
|
2688
2607
|
focusable={true}
|
|
2608
|
+
nativeID="animatedComponent"
|
|
2689
2609
|
onClick={[Function]}
|
|
2690
2610
|
onResponderGrant={[Function]}
|
|
2691
2611
|
onResponderMove={[Function]}
|
|
@@ -2694,19 +2614,15 @@ exports[`OptionList trigger onPress correctly on select additional value 1`] = `
|
|
|
2694
2614
|
onResponderTerminationRequest={[Function]}
|
|
2695
2615
|
onStartShouldSetResponder={[Function]}
|
|
2696
2616
|
style={
|
|
2697
|
-
|
|
2698
|
-
|
|
2699
|
-
|
|
2700
|
-
|
|
2701
|
-
|
|
2702
|
-
|
|
2703
|
-
|
|
2704
|
-
|
|
2705
|
-
|
|
2706
|
-
Object {
|
|
2707
|
-
"marginHorizontal": 12,
|
|
2708
|
-
},
|
|
2709
|
-
]
|
|
2617
|
+
Object {
|
|
2618
|
+
"alignItems": "center",
|
|
2619
|
+
"backgroundColor": "#ffffff",
|
|
2620
|
+
"borderRadius": 4,
|
|
2621
|
+
"flexDirection": "row",
|
|
2622
|
+
"marginHorizontal": 12,
|
|
2623
|
+
"opacity": 1,
|
|
2624
|
+
"padding": 16,
|
|
2625
|
+
}
|
|
2710
2626
|
}
|
|
2711
2627
|
>
|
|
2712
2628
|
<View
|