@hero-design/rn 8.44.0-alpha.0 → 8.44.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 +2 -2
- package/CHANGELOG.md +36 -0
- package/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/es/index.js +2852 -2683
- package/jest-setup.ts +2 -0
- package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/lib/index.js +2855 -2687
- package/package.json +23 -24
- package/rollup.config.js +0 -1
- package/src/components/Accordion/__tests__/__snapshots__/AccordionItem.spec.tsx.snap +564 -384
- package/src/components/Accordion/__tests__/__snapshots__/StyledAccordion.spec.tsx.snap +76 -20
- package/src/components/Accordion/__tests__/__snapshots__/index.spec.tsx.snap +791 -605
- package/src/components/Alert/__tests__/__snapshots__/index.spec.tsx.snap +848 -567
- package/src/components/Attachment/__tests__/__snapshots__/index.spec.tsx.snap +172 -110
- package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/StyledAvatarStack.spec.tsx.snap +138 -70
- package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/index.spec.tsx.snap +745 -581
- package/src/components/Avatar/__tests__/__snapshots__/StyledAvatar.spec.tsx.snap +158 -57
- package/src/components/Avatar/__tests__/__snapshots__/index.spec.tsx.snap +273 -153
- package/src/components/Badge/__tests__/__snapshots__/Badge.spec.tsx.snap +391 -223
- package/src/components/Badge/__tests__/__snapshots__/Status.spec.tsx.snap +119 -63
- package/src/components/BottomNavigation/__tests__/__snapshots__/index.spec.tsx.snap +306 -242
- package/src/components/BottomSheet/__tests__/__snapshots__/index.spec.tsx.snap +317 -183
- package/src/components/Box/__tests__/__snapshots__/index.spec.tsx.snap +1042 -454
- package/src/components/Button/LoadingIndicator/StyledLoadingIndicator.tsx +6 -10
- package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/StyledLoadingIndicator.spec.tsx.snap +400 -140
- package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/index.spec.tsx.snap +1090 -880
- package/src/components/Button/StyledButton.tsx +4 -0
- package/src/components/Button/UtilityButton/__tests__/__snapshots__/index.spec.tsx.snap +196 -106
- package/src/components/Button/__tests__/__snapshots__/Button.spec.tsx.snap +1675 -1125
- package/src/components/Button/__tests__/__snapshots__/IconButton.spec.tsx.snap +71 -26
- package/src/components/Button/__tests__/__snapshots__/StyledButton.spec.tsx.snap +1651 -665
- package/src/components/Calendar/__tests__/__snapshots__/CalendarRowItem.spec.tsx.snap +555 -330
- package/src/components/Card/DataCard/__tests__/__snapshots__/StyledDataCard.spec.tsx.snap +265 -69
- package/src/components/Card/DataCard/__tests__/__snapshots__/index.spec.tsx.snap +205 -65
- package/src/components/Card/__tests__/__snapshots__/StyledCard.spec.tsx.snap +36 -8
- package/src/components/Card/__tests__/__snapshots__/index.spec.tsx.snap +292 -124
- package/src/components/Carousel/CardCarousel.tsx +10 -7
- package/src/components/Carousel/__tests__/__snapshots__/CardCarousel.spec.tsx.snap +486 -406
- package/src/components/Carousel/__tests__/__snapshots__/StyledCardCarousel.spec.tsx.snap +197 -70
- package/src/components/Carousel/__tests__/__snapshots__/StyledCarousel.spec.tsx.snap +41 -13
- package/src/components/Carousel/__tests__/__snapshots__/index.spec.tsx.snap +1742 -1526
- package/src/components/Carousel/__tests__/index.spec.tsx +50 -3
- package/src/components/Carousel/index.tsx +16 -22
- package/src/components/Checkbox/__tests__/__snapshots__/StyledCheckbox.spec.tsx.snap +404 -112
- package/src/components/Checkbox/__tests__/__snapshots__/index.spec.tsx.snap +574 -334
- package/src/components/Chip/StyledChip.tsx +121 -0
- package/src/components/Chip/__tests__/__snapshots__/index.spec.tsx.snap +1483 -0
- package/src/components/Chip/__tests__/index.spec.tsx +136 -0
- package/src/components/Chip/index.tsx +82 -0
- package/src/components/Collapse/__tests__/__snapshots__/StyledCollapse.spec.tsx.snap +73 -17
- package/src/components/Collapse/__tests__/__snapshots__/index.spec.tsx.snap +94 -38
- package/src/components/Collapse/index.tsx +1 -1
- package/src/components/ContentNavigator/__tests__/__snapshots__/StyledContentNavigator.spec.tsx.snap +37 -9
- package/src/components/ContentNavigator/__tests__/__snapshots__/index.spec.tsx.snap +424 -268
- package/src/components/DatePicker/__tests__/__snapshots__/DatePicker.spec.tsx.snap +622 -457
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +212 -157
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerCalendar.spec.tsx.snap +204 -149
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +483 -386
- package/src/components/Divider/__tests__/__snapshots__/StyledDivider.spec.tsx.snap +464 -128
- package/src/components/Drawer/DragableDrawer/__tests__/__snapshots__/index.spec.tsx.snap +97 -69
- package/src/components/Drawer/__tests__/__snapshots__/index.spec.tsx.snap +327 -192
- package/src/components/Empty/__tests__/__snapshots__/index.spec.tsx.snap +169 -113
- package/src/components/Error/StyledError.tsx +2 -1
- package/src/components/Error/__tests__/__snapshots__/index.spec.tsx.snap +390 -262
- package/src/components/Error/__tests__/index.spec.tsx +9 -6
- package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +860 -723
- package/src/components/FAB/__tests__/__snapshots__/AnimatedFABIcon.spec.tsx.snap +98 -42
- package/src/components/FAB/__tests__/__snapshots__/StyledFAB.spec.tsx.snap +199 -99
- package/src/components/FAB/__tests__/__snapshots__/index.spec.tsx.snap +293 -185
- package/src/components/HeroDesignProvider/__tests__/__snapshots__/index.spec.tsx.snap +45 -17
- package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
- package/src/components/Icon/IconList.ts +3 -0
- package/src/components/Icon/__tests__/__snapshots__/index.spec.tsx.snap +158 -46
- package/src/components/Image/__tests__/__snapshots__/index.spec.tsx.snap +164 -52
- package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +242 -170
- package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +760 -588
- package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +272 -128
- package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +477 -193
- package/src/components/Modal/__tests__/__snapshots__/index.spec.tsx.snap +169 -0
- package/src/components/Modal/__tests__/index.spec.tsx +99 -0
- package/src/components/Modal/index.tsx +178 -82
- package/src/components/PageControl/__tests__/__snapshots__/index.spec.tsx.snap +84 -41
- package/src/components/PageControl/index.tsx +1 -0
- package/src/components/PinInput/__tests__/StyledPinInput.spec.tsx +9 -4
- package/src/components/PinInput/__tests__/__snapshots__/PinCell.spec.tsx.snap +293 -153
- package/src/components/PinInput/__tests__/__snapshots__/StyledPinInput.spec.tsx.snap +15 -48
- package/src/components/PinInput/__tests__/__snapshots__/index.spec.tsx.snap +809 -697
- package/src/components/Portal/__tests__/PortalHost.spec.tsx +12 -14
- package/src/components/Portal/__tests__/__snapshots__/index.spec.tsx.snap +43 -15
- package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +743 -603
- package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +188 -116
- package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +257 -205
- package/src/components/Rate/__tests__/__snapshots__/index.spec.tsx.snap +864 -600
- package/src/components/RefreshControl/__tests__/__snapshots__/index.spec.tsx.snap +128 -44
- package/src/components/RichTextEditor/RichTextEditor.tsx +76 -38
- package/src/components/RichTextEditor/__tests__/EditorToolbar.spec.tsx +5 -2
- package/src/components/RichTextEditor/__tests__/RichTextEditor.spec.tsx +3 -3
- package/src/components/RichTextEditor/__tests__/__snapshots__/EditorToolbar.spec.tsx.snap +413 -266
- package/src/components/RichTextEditor/__tests__/__snapshots__/MentionList.spec.tsx.snap +64 -35
- package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +403 -305
- package/src/components/SectionHeading/__tests__/__snapshots__/StyledHeading.spec.tsx.snap +158 -46
- package/src/components/SectionHeading/__tests__/__snapshots__/index.spec.tsx.snap +394 -226
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +93 -57
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +2387 -2151
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +856 -174
- package/src/components/Select/MultiSelect/__tests__/index.spec.tsx +7 -6
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +73 -37
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +2321 -2085
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +674 -150
- package/src/components/Skeleton/__tests__/__snapshots__/index.spec.tsx.snap +490 -294
- package/src/components/Slider/__tests__/__snapshots__/index.spec.tsx.snap +117 -33
- package/src/components/Spinner/__tests__/__snapshots__/AnimatedSpinner.spec.tsx.snap +105 -77
- package/src/components/Spinner/__tests__/__snapshots__/StyledSpinner.spec.tsx.snap +1308 -636
- package/src/components/Spinner/__tests__/__snapshots__/index.spec.tsx.snap +121 -93
- package/src/components/Success/StyledSuccess.tsx +2 -1
- package/src/components/Success/__tests__/__snapshots__/index.spec.tsx.snap +388 -258
- package/src/components/Success/__tests__/index.spec.tsx +9 -6
- package/src/components/Swipeable/__tests__/__snapshots__/SwipeableAction.spec.tsx.snap +210 -75
- package/src/components/Swipeable/__tests__/__snapshots__/index.spec.tsx.snap +58 -30
- package/src/components/Swipeable/index.tsx +3 -3
- package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/Option.spec.tsx.snap +226 -114
- package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/index.spec.tsx.snap +146 -109
- package/src/components/Switch/__tests__/__snapshots__/StyledSwitch.spec.tsx.snap +202 -62
- package/src/components/Switch/__tests__/__snapshots__/index.spec.tsx.snap +132 -68
- package/src/components/Tabs/__tests__/SceneView.spec.tsx +7 -7
- package/src/components/Tabs/__tests__/__snapshots__/SceneView.spec.tsx.snap +206 -94
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +2217 -1962
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabsHeader.spec.tsx.snap +523 -455
- package/src/components/Tabs/__tests__/__snapshots__/TabWithBadge.spec.tsx.snap +121 -65
- package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +1641 -1398
- package/src/components/Tag/__tests__/__snapshots__/Tag.spec.tsx.snap +554 -274
- package/src/components/TextInput/StyledTextInput.tsx +8 -31
- package/src/components/TextInput/__tests__/StyledTextInput.spec.tsx +0 -44
- package/src/components/TextInput/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +990 -711
- package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +3200 -2431
- package/src/components/TextInput/__tests__/index.spec.tsx +2 -2
- package/src/components/TextInput/index.tsx +113 -57
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +414 -304
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +686 -534
- package/src/components/Toast/__tests__/__snapshots__/Toast.spec.tsx.snap +871 -573
- package/src/components/Toast/__tests__/__snapshots__/ToastContainer.spec.tsx.snap +180 -68
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +582 -426
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +683 -363
- package/src/components/Typography/Body/__tests__/__snapshots__/StyledBody.tsx.snap +704 -256
- package/src/components/Typography/Body/__tests__/__snapshots__/index.spec.tsx.snap +855 -323
- package/src/components/Typography/Caption/__tests__/__snapshots__/StyledCaption.spec.tsx.snap +430 -150
- package/src/components/Typography/Caption/__tests__/__snapshots__/index.spec.tsx.snap +572 -208
- package/src/components/Typography/Label/__tests__/__snapshots__/StyledLabel.tsx.snap +328 -104
- package/src/components/Typography/Label/__tests__/__snapshots__/index.spec.tsx.snap +462 -154
- package/src/components/Typography/Text/__tests__/__snapshots__/StyledText.spec.tsx.snap +900 -340
- package/src/components/Typography/Title/__tests__/__snapshots__/StyledTitle.tsx.snap +880 -320
- package/src/components/Typography/Title/__tests__/__snapshots__/index.spec.tsx.snap +1035 -391
- package/src/index.ts +2 -2
- package/src/testHelpers/renderWithTheme.tsx +2 -2
- package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +40 -3
- package/src/theme/components/button.ts +0 -1
- package/src/theme/components/chip.ts +47 -0
- package/src/theme/components/textInput.ts +2 -2
- package/src/theme/getTheme.ts +3 -0
- package/testUtils/setup.tsx +0 -18
- package/tsconfig.json +4 -1
- package/types/components/Accordion/AccordionItem.d.ts +2 -1
- package/types/components/Accordion/index.d.ts +1 -1
- package/types/components/Attachment/index.d.ts +2 -1
- package/types/components/Avatar/Avatar.d.ts +2 -1
- package/types/components/Avatar/AvatarStack/index.d.ts +2 -2
- package/types/components/Avatar/index.d.ts +3 -2
- package/types/components/Badge/StyledBadge.d.ts +0 -4
- package/types/components/BottomSheet/Footer.d.ts +2 -1
- package/types/components/BottomSheet/Header.d.ts +2 -1
- package/types/components/BottomSheet/ScrollView.d.ts +1 -0
- package/types/components/BottomSheet/StyledBottomSheet.d.ts +0 -4
- package/types/components/Box/index.d.ts +2 -1
- package/types/components/Button/IconButton.d.ts +2 -1
- package/types/components/Button/LoadingIndicator/StyledLoadingIndicator.d.ts +3 -3
- package/types/components/Button/LoadingIndicator/index.d.ts +2 -1
- package/types/components/Button/UtilityButton/index.d.ts +2 -1
- package/types/components/Calendar/CalendarRowItem.d.ts +2 -1
- package/types/components/Calendar/StyledCalendar.d.ts +1 -1
- package/types/components/Calendar/index.d.ts +2 -1
- package/types/components/Carousel/CardCarousel.d.ts +1 -1
- package/types/components/Carousel/CarouselItem.d.ts +2 -1
- package/types/components/Carousel/index.d.ts +2 -2
- package/types/components/Checkbox/index.d.ts +2 -1
- package/types/components/Chip/StyledChip.d.ts +31 -0
- package/types/components/Chip/index.d.ts +27 -0
- package/types/components/Collapse/StyledCollapse.d.ts +0 -2
- package/types/components/Collapse/index.d.ts +2 -1
- package/types/components/ContentNavigator/index.d.ts +2 -1
- package/types/components/DatePicker/DatePickerAndroid.d.ts +2 -1
- package/types/components/DatePicker/DatePickerCalendar.d.ts +2 -1
- package/types/components/DatePicker/DatePickerIOS.d.ts +2 -1
- package/types/components/DatePicker/index.d.ts +2 -1
- package/types/components/Divider/index.d.ts +2 -1
- package/types/components/Drawer/StyledDrawer.d.ts +0 -6
- package/types/components/Error/StyledError.d.ts +3 -9
- package/types/components/FAB/ActionGroup/ActionItem.d.ts +2 -1
- package/types/components/FAB/ActionGroup/StyledActionGroup.d.ts +0 -4
- package/types/components/FAB/AnimatedFABIcon.d.ts +2 -1
- package/types/components/HeroDesignProvider/index.d.ts +2 -1
- package/types/components/Icon/AnimatedIcon.d.ts +2 -1
- package/types/components/Icon/IconList.d.ts +1 -1
- package/types/components/Icon/index.d.ts +3 -2
- package/types/components/Icon/utils.d.ts +1 -1
- package/types/components/Image/index.d.ts +1 -0
- package/types/components/Modal/index.d.ts +12 -8
- package/types/components/PageControl/StyledPageControl.d.ts +0 -2
- package/types/components/PageControl/index.d.ts +2 -1
- package/types/components/PinInput/PinCell.d.ts +2 -1
- package/types/components/Portal/PortalHost.d.ts +1 -1
- package/types/components/Portal/PortalProvider.d.ts +1 -1
- package/types/components/Portal/index.d.ts +2 -2
- package/types/components/Progress/ProgressBar.d.ts +1 -0
- package/types/components/Progress/StyledProgressBar.d.ts +0 -2
- package/types/components/Progress/index.d.ts +1 -0
- package/types/components/Rate/StyledRate.d.ts +0 -2
- package/types/components/Rate/index.d.ts +2 -1
- package/types/components/RefreshControl/index.d.ts +2 -1
- package/types/components/RichTextEditor/EditorToolbar.d.ts +2 -1
- package/types/components/RichTextEditor/MentionList.d.ts +2 -1
- package/types/components/RichTextEditor/index.d.ts +2 -2
- package/types/components/Select/BaseOptionList.d.ts +1 -1
- package/types/components/Select/Footer.d.ts +2 -1
- package/types/components/Select/MultiSelect/Option.d.ts +2 -1
- package/types/components/Select/MultiSelect/OptionList.d.ts +2 -1
- package/types/components/Select/MultiSelect/index.d.ts +1 -1
- package/types/components/Select/SingleSelect/Option.d.ts +2 -1
- package/types/components/Select/SingleSelect/OptionList.d.ts +1 -1
- package/types/components/Select/SingleSelect/StyledSingleSelect.d.ts +2 -1
- package/types/components/Select/SingleSelect/index.d.ts +1 -1
- package/types/components/Select/helpers.d.ts +1 -2
- package/types/components/Select/index.d.ts +2 -1
- package/types/components/Skeleton/index.d.ts +2 -1
- package/types/components/Slider/index.d.ts +2 -1
- package/types/components/Spinner/AnimatedSpinner.d.ts +2 -1
- package/types/components/Success/StyledSuccess.d.ts +3 -7
- package/types/components/Swipeable/SwipeableAction.d.ts +2 -2
- package/types/components/Swipeable/index.d.ts +3 -3
- package/types/components/Switch/SelectorSwitch/Option.d.ts +2 -1
- package/types/components/Switch/SelectorSwitch/StyledSelectorSwitch.d.ts +0 -6
- package/types/components/Switch/StyledSwitch.d.ts +0 -2
- package/types/components/Tabs/ActiveTabIndicator.d.ts +2 -1
- package/types/components/Tabs/SceneView.d.ts +1 -1
- package/types/components/Tabs/ScrollableTabs.d.ts +2 -1
- package/types/components/Tabs/ScrollableTabsHeader.d.ts +2 -1
- package/types/components/Tabs/StyledScrollableTabs.d.ts +0 -4
- package/types/components/Tabs/StyledTabs.d.ts +0 -4
- package/types/components/Tabs/TabWithBadge.d.ts +2 -2
- package/types/components/Tabs/index.d.ts +2 -1
- package/types/components/TextInput/StyledTextInput.d.ts +5 -25
- package/types/components/TextInput/index.d.ts +2 -1
- package/types/components/TimePicker/TimePickerAndroid.d.ts +2 -1
- package/types/components/TimePicker/TimePickerIOS.d.ts +2 -1
- package/types/components/TimePicker/index.d.ts +2 -1
- package/types/components/Toast/StyledToast.d.ts +0 -2
- package/types/components/Toast/Toast.d.ts +1 -0
- package/types/components/Toast/ToastProvider.d.ts +2 -1
- package/types/components/Toast/index.d.ts +1 -1
- package/types/components/Toolbar/ToolbarGroup.d.ts +2 -1
- package/types/components/Toolbar/ToolbarItem.d.ts +2 -1
- package/types/components/Toolbar/index.d.ts +3 -2
- package/types/components/Typography/Body/index.d.ts +2 -1
- package/types/components/Typography/Caption/index.d.ts +2 -1
- package/types/components/Typography/Label/index.d.ts +2 -1
- package/types/components/Typography/Text/index.d.ts +2 -1
- package/types/components/Typography/Title/index.d.ts +2 -1
- package/types/index.d.ts +2 -2
- package/types/testHelpers/renderWithTheme.d.ts +1 -0
- package/types/theme/ThemeSwitcher.d.ts +2 -2
- package/types/theme/components/button.d.ts +0 -1
- package/types/theme/components/chip.d.ts +40 -0
- package/types/theme/getTheme.d.ts +2 -0
- package/.turbo/turbo-publish:npm.log +0 -0
- package/src/components/Modal/ModalContentWrapper.tsx +0 -112
- package/src/components/Modal/ModalPresenter/ModalPresenter.tsx +0 -135
- package/src/components/Modal/ModalPresenter/index.tsx +0 -9
- package/src/components/Modal/ModalProvider.tsx +0 -8
- package/types/components/Modal/ModalContentWrapper.d.ts +0 -16
- package/types/components/Modal/ModalPresenter/ModalPresenter.d.ts +0 -34
- package/types/components/Modal/ModalPresenter/index.d.ts +0 -3
- package/types/components/Modal/ModalProvider.d.ts +0 -5
|
@@ -1,11 +1,34 @@
|
|
|
1
1
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
2
|
|
|
3
3
|
exports[`rendering allows custom renderer 1`] = `
|
|
4
|
-
|
|
4
|
+
<View
|
|
5
|
+
style={
|
|
6
|
+
{
|
|
7
|
+
"flex": 1,
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
>
|
|
5
11
|
<View
|
|
6
12
|
pointerEvents="auto"
|
|
7
13
|
>
|
|
8
14
|
<View
|
|
15
|
+
accessibilityState={
|
|
16
|
+
{
|
|
17
|
+
"busy": undefined,
|
|
18
|
+
"checked": undefined,
|
|
19
|
+
"disabled": undefined,
|
|
20
|
+
"expanded": undefined,
|
|
21
|
+
"selected": undefined,
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
accessibilityValue={
|
|
25
|
+
{
|
|
26
|
+
"max": undefined,
|
|
27
|
+
"min": undefined,
|
|
28
|
+
"now": undefined,
|
|
29
|
+
"text": undefined,
|
|
30
|
+
}
|
|
31
|
+
}
|
|
9
32
|
accessible={true}
|
|
10
33
|
collapsable={false}
|
|
11
34
|
focusable={true}
|
|
@@ -38,6 +61,7 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
38
61
|
}
|
|
39
62
|
>
|
|
40
63
|
<View
|
|
64
|
+
onLayout={[Function]}
|
|
41
65
|
style={
|
|
42
66
|
[
|
|
43
67
|
{
|
|
@@ -76,6 +100,70 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
76
100
|
themeFocused={false}
|
|
77
101
|
themeState="default"
|
|
78
102
|
/>
|
|
103
|
+
<View
|
|
104
|
+
onLayout={[Function]}
|
|
105
|
+
/>
|
|
106
|
+
<View
|
|
107
|
+
collapsable={false}
|
|
108
|
+
pointerEvents="none"
|
|
109
|
+
style={
|
|
110
|
+
{
|
|
111
|
+
"alignItems": "center",
|
|
112
|
+
"flexDirection": "row",
|
|
113
|
+
"left": -32,
|
|
114
|
+
"position": "absolute",
|
|
115
|
+
"right": 0,
|
|
116
|
+
"top": -10.666666666666666,
|
|
117
|
+
"transform": [
|
|
118
|
+
{
|
|
119
|
+
"translateY": 0,
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"translateX": 48,
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"scale": 1,
|
|
126
|
+
},
|
|
127
|
+
],
|
|
128
|
+
"zIndex": 1,
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
themeVariant="text"
|
|
132
|
+
>
|
|
133
|
+
<Text
|
|
134
|
+
allowFontScaling={false}
|
|
135
|
+
style={
|
|
136
|
+
[
|
|
137
|
+
{
|
|
138
|
+
"color": "#001f23",
|
|
139
|
+
"fontFamily": "BeVietnamPro-Regular",
|
|
140
|
+
"fontSize": 16,
|
|
141
|
+
"letterSpacing": 0.48,
|
|
142
|
+
"lineHeight": 24,
|
|
143
|
+
},
|
|
144
|
+
[
|
|
145
|
+
{
|
|
146
|
+
"alignContent": "center",
|
|
147
|
+
"alignItems": "center",
|
|
148
|
+
"color": "#001f23",
|
|
149
|
+
"marginTop": -2,
|
|
150
|
+
"textAlignVertical": "center",
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"backgroundColor": "#ffffff",
|
|
154
|
+
},
|
|
155
|
+
],
|
|
156
|
+
]
|
|
157
|
+
}
|
|
158
|
+
testID="input-label"
|
|
159
|
+
themeIntent="body"
|
|
160
|
+
themeState="default"
|
|
161
|
+
themeTypeface="neutral"
|
|
162
|
+
themeVariant="regular"
|
|
163
|
+
>
|
|
164
|
+
Choose collaborators
|
|
165
|
+
</Text>
|
|
166
|
+
</View>
|
|
79
167
|
<View
|
|
80
168
|
style={
|
|
81
169
|
[
|
|
@@ -90,57 +178,6 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
90
178
|
]
|
|
91
179
|
}
|
|
92
180
|
>
|
|
93
|
-
<View
|
|
94
|
-
pointerEvents="none"
|
|
95
|
-
style={
|
|
96
|
-
[
|
|
97
|
-
{
|
|
98
|
-
"alignItems": "center",
|
|
99
|
-
"bottom": 0,
|
|
100
|
-
"flexDirection": "row",
|
|
101
|
-
"left": 0,
|
|
102
|
-
"position": "absolute",
|
|
103
|
-
"right": 0,
|
|
104
|
-
"top": 0,
|
|
105
|
-
"zIndex": 9999,
|
|
106
|
-
},
|
|
107
|
-
undefined,
|
|
108
|
-
]
|
|
109
|
-
}
|
|
110
|
-
themeVariant="text"
|
|
111
|
-
>
|
|
112
|
-
<Text
|
|
113
|
-
allowFontScaling={false}
|
|
114
|
-
style={
|
|
115
|
-
[
|
|
116
|
-
{
|
|
117
|
-
"color": "#001f23",
|
|
118
|
-
"fontFamily": "BeVietnamPro-Regular",
|
|
119
|
-
"fontSize": 16,
|
|
120
|
-
"letterSpacing": 0.48,
|
|
121
|
-
"lineHeight": 24,
|
|
122
|
-
},
|
|
123
|
-
[
|
|
124
|
-
{
|
|
125
|
-
"alignContent": "center",
|
|
126
|
-
"alignItems": "center",
|
|
127
|
-
"color": "#001f23",
|
|
128
|
-
"marginTop": -2,
|
|
129
|
-
"textAlignVertical": "center",
|
|
130
|
-
},
|
|
131
|
-
undefined,
|
|
132
|
-
],
|
|
133
|
-
]
|
|
134
|
-
}
|
|
135
|
-
testID="input-label"
|
|
136
|
-
themeIntent="body"
|
|
137
|
-
themeState="default"
|
|
138
|
-
themeTypeface="neutral"
|
|
139
|
-
themeVariant="regular"
|
|
140
|
-
>
|
|
141
|
-
Choose collaborators
|
|
142
|
-
</Text>
|
|
143
|
-
</View>
|
|
144
181
|
<TextInput
|
|
145
182
|
accessibilityState={
|
|
146
183
|
{
|
|
@@ -221,7 +258,7 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
221
258
|
</View>
|
|
222
259
|
</View>
|
|
223
260
|
</View>
|
|
224
|
-
</View
|
|
261
|
+
</View>
|
|
225
262
|
<Modal
|
|
226
263
|
hardwareAccelerated={false}
|
|
227
264
|
onRequestClose={[Function]}
|
|
@@ -262,6 +299,23 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
262
299
|
}
|
|
263
300
|
>
|
|
264
301
|
<View
|
|
302
|
+
accessibilityState={
|
|
303
|
+
{
|
|
304
|
+
"busy": undefined,
|
|
305
|
+
"checked": undefined,
|
|
306
|
+
"disabled": undefined,
|
|
307
|
+
"expanded": undefined,
|
|
308
|
+
"selected": undefined,
|
|
309
|
+
}
|
|
310
|
+
}
|
|
311
|
+
accessibilityValue={
|
|
312
|
+
{
|
|
313
|
+
"max": undefined,
|
|
314
|
+
"min": undefined,
|
|
315
|
+
"now": undefined,
|
|
316
|
+
"text": undefined,
|
|
317
|
+
}
|
|
318
|
+
}
|
|
265
319
|
accessible={true}
|
|
266
320
|
collapsable={false}
|
|
267
321
|
focusable={true}
|
|
@@ -288,7 +342,6 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
288
342
|
/>
|
|
289
343
|
<RCTSafeAreaView
|
|
290
344
|
collapsable={false}
|
|
291
|
-
emulateUnlessSupported={true}
|
|
292
345
|
style={
|
|
293
346
|
{
|
|
294
347
|
"backgroundColor": "#ffffff",
|
|
@@ -375,6 +428,23 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
375
428
|
}
|
|
376
429
|
>
|
|
377
430
|
<View
|
|
431
|
+
accessibilityState={
|
|
432
|
+
{
|
|
433
|
+
"busy": undefined,
|
|
434
|
+
"checked": undefined,
|
|
435
|
+
"disabled": undefined,
|
|
436
|
+
"expanded": undefined,
|
|
437
|
+
"selected": undefined,
|
|
438
|
+
}
|
|
439
|
+
}
|
|
440
|
+
accessibilityValue={
|
|
441
|
+
{
|
|
442
|
+
"max": undefined,
|
|
443
|
+
"min": undefined,
|
|
444
|
+
"now": undefined,
|
|
445
|
+
"text": undefined,
|
|
446
|
+
}
|
|
447
|
+
}
|
|
378
448
|
accessible={true}
|
|
379
449
|
collapsable={false}
|
|
380
450
|
focusable={true}
|
|
@@ -482,6 +552,7 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
482
552
|
>
|
|
483
553
|
<View>
|
|
484
554
|
<View
|
|
555
|
+
onFocusCapture={[Function]}
|
|
485
556
|
onLayout={[Function]}
|
|
486
557
|
style={null}
|
|
487
558
|
>
|
|
@@ -551,6 +622,7 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
551
622
|
</View>
|
|
552
623
|
</View>
|
|
553
624
|
<View
|
|
625
|
+
onFocusCapture={[Function]}
|
|
554
626
|
onLayout={[Function]}
|
|
555
627
|
style={null}
|
|
556
628
|
>
|
|
@@ -613,6 +685,14 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
613
685
|
"disabled": false,
|
|
614
686
|
}
|
|
615
687
|
}
|
|
688
|
+
accessibilityValue={
|
|
689
|
+
{
|
|
690
|
+
"max": undefined,
|
|
691
|
+
"min": undefined,
|
|
692
|
+
"now": undefined,
|
|
693
|
+
"text": undefined,
|
|
694
|
+
}
|
|
695
|
+
}
|
|
616
696
|
accessible={true}
|
|
617
697
|
focusable={true}
|
|
618
698
|
onClick={[Function]}
|
|
@@ -750,6 +830,7 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
750
830
|
</View>
|
|
751
831
|
</View>
|
|
752
832
|
<View
|
|
833
|
+
onFocusCapture={[Function]}
|
|
753
834
|
onLayout={[Function]}
|
|
754
835
|
style={null}
|
|
755
836
|
>
|
|
@@ -760,6 +841,14 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
760
841
|
"disabled": false,
|
|
761
842
|
}
|
|
762
843
|
}
|
|
844
|
+
accessibilityValue={
|
|
845
|
+
{
|
|
846
|
+
"max": undefined,
|
|
847
|
+
"min": undefined,
|
|
848
|
+
"now": undefined,
|
|
849
|
+
"text": undefined,
|
|
850
|
+
}
|
|
851
|
+
}
|
|
763
852
|
accessible={true}
|
|
764
853
|
focusable={true}
|
|
765
854
|
onClick={[Function]}
|
|
@@ -890,10 +979,12 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
890
979
|
</View>
|
|
891
980
|
</View>
|
|
892
981
|
<View
|
|
982
|
+
onFocusCapture={[Function]}
|
|
893
983
|
onLayout={[Function]}
|
|
894
984
|
style={null}
|
|
895
985
|
/>
|
|
896
986
|
<View
|
|
987
|
+
onFocusCapture={[Function]}
|
|
897
988
|
onLayout={[Function]}
|
|
898
989
|
style={null}
|
|
899
990
|
>
|
|
@@ -963,6 +1054,7 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
963
1054
|
</View>
|
|
964
1055
|
</View>
|
|
965
1056
|
<View
|
|
1057
|
+
onFocusCapture={[Function]}
|
|
966
1058
|
onLayout={[Function]}
|
|
967
1059
|
style={null}
|
|
968
1060
|
>
|
|
@@ -1025,6 +1117,14 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
1025
1117
|
"disabled": false,
|
|
1026
1118
|
}
|
|
1027
1119
|
}
|
|
1120
|
+
accessibilityValue={
|
|
1121
|
+
{
|
|
1122
|
+
"max": undefined,
|
|
1123
|
+
"min": undefined,
|
|
1124
|
+
"now": undefined,
|
|
1125
|
+
"text": undefined,
|
|
1126
|
+
}
|
|
1127
|
+
}
|
|
1028
1128
|
accessible={true}
|
|
1029
1129
|
focusable={true}
|
|
1030
1130
|
onClick={[Function]}
|
|
@@ -1162,6 +1262,7 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
1162
1262
|
</View>
|
|
1163
1263
|
</View>
|
|
1164
1264
|
<View
|
|
1265
|
+
onFocusCapture={[Function]}
|
|
1165
1266
|
onLayout={[Function]}
|
|
1166
1267
|
style={null}
|
|
1167
1268
|
>
|
|
@@ -1172,6 +1273,14 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
1172
1273
|
"disabled": false,
|
|
1173
1274
|
}
|
|
1174
1275
|
}
|
|
1276
|
+
accessibilityValue={
|
|
1277
|
+
{
|
|
1278
|
+
"max": undefined,
|
|
1279
|
+
"min": undefined,
|
|
1280
|
+
"now": undefined,
|
|
1281
|
+
"text": undefined,
|
|
1282
|
+
}
|
|
1283
|
+
}
|
|
1175
1284
|
accessible={true}
|
|
1176
1285
|
focusable={true}
|
|
1177
1286
|
onClick={[Function]}
|
|
@@ -1302,6 +1411,7 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
1302
1411
|
</View>
|
|
1303
1412
|
</View>
|
|
1304
1413
|
<View
|
|
1414
|
+
onFocusCapture={[Function]}
|
|
1305
1415
|
onLayout={[Function]}
|
|
1306
1416
|
style={null}
|
|
1307
1417
|
/>
|
|
@@ -1310,16 +1420,59 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
1310
1420
|
</RCTSafeAreaView>
|
|
1311
1421
|
</View>
|
|
1312
1422
|
</View>
|
|
1313
|
-
</Modal
|
|
1314
|
-
|
|
1423
|
+
</Modal>
|
|
1424
|
+
<View
|
|
1425
|
+
pointerEvents="box-none"
|
|
1426
|
+
position="bottom"
|
|
1427
|
+
style={
|
|
1428
|
+
[
|
|
1429
|
+
{
|
|
1430
|
+
"bottom": 0,
|
|
1431
|
+
"elevation": 9999,
|
|
1432
|
+
"flexDirection": "column-reverse",
|
|
1433
|
+
"left": 0,
|
|
1434
|
+
"paddingHorizontal": 24,
|
|
1435
|
+
"paddingVertical": 16,
|
|
1436
|
+
"position": "absolute",
|
|
1437
|
+
"right": 0,
|
|
1438
|
+
"top": 0,
|
|
1439
|
+
},
|
|
1440
|
+
undefined,
|
|
1441
|
+
]
|
|
1442
|
+
}
|
|
1443
|
+
/>
|
|
1444
|
+
</View>
|
|
1315
1445
|
`;
|
|
1316
1446
|
|
|
1317
1447
|
exports[`rendering renders correctly when bottom sheet is NOT visible 1`] = `
|
|
1318
|
-
|
|
1448
|
+
<View
|
|
1449
|
+
style={
|
|
1450
|
+
{
|
|
1451
|
+
"flex": 1,
|
|
1452
|
+
}
|
|
1453
|
+
}
|
|
1454
|
+
>
|
|
1319
1455
|
<View
|
|
1320
1456
|
pointerEvents="auto"
|
|
1321
1457
|
>
|
|
1322
1458
|
<View
|
|
1459
|
+
accessibilityState={
|
|
1460
|
+
{
|
|
1461
|
+
"busy": undefined,
|
|
1462
|
+
"checked": undefined,
|
|
1463
|
+
"disabled": undefined,
|
|
1464
|
+
"expanded": undefined,
|
|
1465
|
+
"selected": undefined,
|
|
1466
|
+
}
|
|
1467
|
+
}
|
|
1468
|
+
accessibilityValue={
|
|
1469
|
+
{
|
|
1470
|
+
"max": undefined,
|
|
1471
|
+
"min": undefined,
|
|
1472
|
+
"now": undefined,
|
|
1473
|
+
"text": undefined,
|
|
1474
|
+
}
|
|
1475
|
+
}
|
|
1323
1476
|
accessible={true}
|
|
1324
1477
|
collapsable={false}
|
|
1325
1478
|
focusable={true}
|
|
@@ -1352,6 +1505,7 @@ exports[`rendering renders correctly when bottom sheet is NOT visible 1`] = `
|
|
|
1352
1505
|
}
|
|
1353
1506
|
>
|
|
1354
1507
|
<View
|
|
1508
|
+
onLayout={[Function]}
|
|
1355
1509
|
style={
|
|
1356
1510
|
[
|
|
1357
1511
|
{
|
|
@@ -1391,24 +1545,34 @@ exports[`rendering renders correctly when bottom sheet is NOT visible 1`] = `
|
|
|
1391
1545
|
themeState="filled"
|
|
1392
1546
|
/>
|
|
1393
1547
|
<View
|
|
1548
|
+
onLayout={[Function]}
|
|
1549
|
+
/>
|
|
1550
|
+
<View
|
|
1551
|
+
collapsable={false}
|
|
1394
1552
|
pointerEvents="none"
|
|
1395
1553
|
style={
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1554
|
+
{
|
|
1555
|
+
"alignItems": "center",
|
|
1556
|
+
"flexDirection": "row",
|
|
1557
|
+
"left": -32,
|
|
1558
|
+
"position": "absolute",
|
|
1559
|
+
"right": 0,
|
|
1560
|
+
"top": -10.666666666666666,
|
|
1561
|
+
"transform": [
|
|
1562
|
+
{
|
|
1563
|
+
"translateY": 0,
|
|
1564
|
+
},
|
|
1565
|
+
{
|
|
1566
|
+
"translateX": 48,
|
|
1567
|
+
},
|
|
1568
|
+
{
|
|
1569
|
+
"scale": 1,
|
|
1570
|
+
},
|
|
1571
|
+
],
|
|
1572
|
+
"zIndex": 1,
|
|
1573
|
+
}
|
|
1410
1574
|
}
|
|
1411
|
-
|
|
1575
|
+
themeVariant="text"
|
|
1412
1576
|
>
|
|
1413
1577
|
<Text
|
|
1414
1578
|
allowFontScaling={false}
|
|
@@ -1417,14 +1581,17 @@ exports[`rendering renders correctly when bottom sheet is NOT visible 1`] = `
|
|
|
1417
1581
|
{
|
|
1418
1582
|
"color": "#001f23",
|
|
1419
1583
|
"fontFamily": "BeVietnamPro-Regular",
|
|
1420
|
-
"fontSize":
|
|
1584
|
+
"fontSize": 16,
|
|
1421
1585
|
"letterSpacing": 0.48,
|
|
1422
|
-
"lineHeight":
|
|
1586
|
+
"lineHeight": 24,
|
|
1423
1587
|
},
|
|
1424
1588
|
[
|
|
1425
1589
|
{
|
|
1590
|
+
"alignContent": "center",
|
|
1591
|
+
"alignItems": "center",
|
|
1426
1592
|
"color": "#001f23",
|
|
1427
|
-
"
|
|
1593
|
+
"marginTop": -2,
|
|
1594
|
+
"textAlignVertical": "center",
|
|
1428
1595
|
},
|
|
1429
1596
|
{
|
|
1430
1597
|
"backgroundColor": "#ffffff",
|
|
@@ -1433,9 +1600,10 @@ exports[`rendering renders correctly when bottom sheet is NOT visible 1`] = `
|
|
|
1433
1600
|
]
|
|
1434
1601
|
}
|
|
1435
1602
|
testID="input-label"
|
|
1436
|
-
themeFontWeight="regular"
|
|
1437
1603
|
themeIntent="body"
|
|
1438
1604
|
themeState="filled"
|
|
1605
|
+
themeTypeface="neutral"
|
|
1606
|
+
themeVariant="regular"
|
|
1439
1607
|
>
|
|
1440
1608
|
Allow notifications
|
|
1441
1609
|
</Text>
|
|
@@ -1535,22 +1703,65 @@ exports[`rendering renders correctly when bottom sheet is NOT visible 1`] = `
|
|
|
1535
1703
|
</View>
|
|
1536
1704
|
</View>
|
|
1537
1705
|
</View>
|
|
1538
|
-
</View
|
|
1706
|
+
</View>
|
|
1539
1707
|
<Modal
|
|
1540
1708
|
hardwareAccelerated={false}
|
|
1541
1709
|
onRequestClose={[Function]}
|
|
1542
1710
|
transparent={true}
|
|
1543
1711
|
visible={false}
|
|
1544
|
-
|
|
1545
|
-
|
|
1712
|
+
/>
|
|
1713
|
+
<View
|
|
1714
|
+
pointerEvents="box-none"
|
|
1715
|
+
position="bottom"
|
|
1716
|
+
style={
|
|
1717
|
+
[
|
|
1718
|
+
{
|
|
1719
|
+
"bottom": 0,
|
|
1720
|
+
"elevation": 9999,
|
|
1721
|
+
"flexDirection": "column-reverse",
|
|
1722
|
+
"left": 0,
|
|
1723
|
+
"paddingHorizontal": 24,
|
|
1724
|
+
"paddingVertical": 16,
|
|
1725
|
+
"position": "absolute",
|
|
1726
|
+
"right": 0,
|
|
1727
|
+
"top": 0,
|
|
1728
|
+
},
|
|
1729
|
+
undefined,
|
|
1730
|
+
]
|
|
1731
|
+
}
|
|
1732
|
+
/>
|
|
1733
|
+
</View>
|
|
1546
1734
|
`;
|
|
1547
1735
|
|
|
1548
1736
|
exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
1549
|
-
|
|
1737
|
+
<View
|
|
1738
|
+
style={
|
|
1739
|
+
{
|
|
1740
|
+
"flex": 1,
|
|
1741
|
+
}
|
|
1742
|
+
}
|
|
1743
|
+
>
|
|
1550
1744
|
<View
|
|
1551
1745
|
pointerEvents="auto"
|
|
1552
1746
|
>
|
|
1553
1747
|
<View
|
|
1748
|
+
accessibilityState={
|
|
1749
|
+
{
|
|
1750
|
+
"busy": undefined,
|
|
1751
|
+
"checked": undefined,
|
|
1752
|
+
"disabled": undefined,
|
|
1753
|
+
"expanded": undefined,
|
|
1754
|
+
"selected": undefined,
|
|
1755
|
+
}
|
|
1756
|
+
}
|
|
1757
|
+
accessibilityValue={
|
|
1758
|
+
{
|
|
1759
|
+
"max": undefined,
|
|
1760
|
+
"min": undefined,
|
|
1761
|
+
"now": undefined,
|
|
1762
|
+
"text": undefined,
|
|
1763
|
+
}
|
|
1764
|
+
}
|
|
1554
1765
|
accessible={true}
|
|
1555
1766
|
collapsable={false}
|
|
1556
1767
|
focusable={true}
|
|
@@ -1583,6 +1794,7 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
1583
1794
|
}
|
|
1584
1795
|
>
|
|
1585
1796
|
<View
|
|
1797
|
+
onLayout={[Function]}
|
|
1586
1798
|
style={
|
|
1587
1799
|
[
|
|
1588
1800
|
{
|
|
@@ -1622,24 +1834,34 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
1622
1834
|
themeState="filled"
|
|
1623
1835
|
/>
|
|
1624
1836
|
<View
|
|
1837
|
+
onLayout={[Function]}
|
|
1838
|
+
/>
|
|
1839
|
+
<View
|
|
1840
|
+
collapsable={false}
|
|
1625
1841
|
pointerEvents="none"
|
|
1626
1842
|
style={
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1843
|
+
{
|
|
1844
|
+
"alignItems": "center",
|
|
1845
|
+
"flexDirection": "row",
|
|
1846
|
+
"left": -32,
|
|
1847
|
+
"position": "absolute",
|
|
1848
|
+
"right": 0,
|
|
1849
|
+
"top": -10.666666666666666,
|
|
1850
|
+
"transform": [
|
|
1851
|
+
{
|
|
1852
|
+
"translateY": 0,
|
|
1853
|
+
},
|
|
1854
|
+
{
|
|
1855
|
+
"translateX": 48,
|
|
1856
|
+
},
|
|
1857
|
+
{
|
|
1858
|
+
"scale": 1,
|
|
1859
|
+
},
|
|
1860
|
+
],
|
|
1861
|
+
"zIndex": 1,
|
|
1862
|
+
}
|
|
1641
1863
|
}
|
|
1642
|
-
|
|
1864
|
+
themeVariant="text"
|
|
1643
1865
|
>
|
|
1644
1866
|
<Text
|
|
1645
1867
|
allowFontScaling={false}
|
|
@@ -1648,14 +1870,17 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
1648
1870
|
{
|
|
1649
1871
|
"color": "#001f23",
|
|
1650
1872
|
"fontFamily": "BeVietnamPro-Regular",
|
|
1651
|
-
"fontSize":
|
|
1873
|
+
"fontSize": 16,
|
|
1652
1874
|
"letterSpacing": 0.48,
|
|
1653
|
-
"lineHeight":
|
|
1875
|
+
"lineHeight": 24,
|
|
1654
1876
|
},
|
|
1655
1877
|
[
|
|
1656
1878
|
{
|
|
1879
|
+
"alignContent": "center",
|
|
1880
|
+
"alignItems": "center",
|
|
1657
1881
|
"color": "#001f23",
|
|
1658
|
-
"
|
|
1882
|
+
"marginTop": -2,
|
|
1883
|
+
"textAlignVertical": "center",
|
|
1659
1884
|
},
|
|
1660
1885
|
{
|
|
1661
1886
|
"backgroundColor": "#ffffff",
|
|
@@ -1664,9 +1889,10 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
1664
1889
|
]
|
|
1665
1890
|
}
|
|
1666
1891
|
testID="input-label"
|
|
1667
|
-
themeFontWeight="regular"
|
|
1668
1892
|
themeIntent="body"
|
|
1669
1893
|
themeState="filled"
|
|
1894
|
+
themeTypeface="neutral"
|
|
1895
|
+
themeVariant="regular"
|
|
1670
1896
|
>
|
|
1671
1897
|
Allow notifications
|
|
1672
1898
|
</Text>
|
|
@@ -1766,7 +1992,7 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
1766
1992
|
</View>
|
|
1767
1993
|
</View>
|
|
1768
1994
|
</View>
|
|
1769
|
-
</View
|
|
1995
|
+
</View>
|
|
1770
1996
|
<Modal
|
|
1771
1997
|
hardwareAccelerated={false}
|
|
1772
1998
|
onRequestClose={[Function]}
|
|
@@ -1807,6 +2033,23 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
1807
2033
|
}
|
|
1808
2034
|
>
|
|
1809
2035
|
<View
|
|
2036
|
+
accessibilityState={
|
|
2037
|
+
{
|
|
2038
|
+
"busy": undefined,
|
|
2039
|
+
"checked": undefined,
|
|
2040
|
+
"disabled": undefined,
|
|
2041
|
+
"expanded": undefined,
|
|
2042
|
+
"selected": undefined,
|
|
2043
|
+
}
|
|
2044
|
+
}
|
|
2045
|
+
accessibilityValue={
|
|
2046
|
+
{
|
|
2047
|
+
"max": undefined,
|
|
2048
|
+
"min": undefined,
|
|
2049
|
+
"now": undefined,
|
|
2050
|
+
"text": undefined,
|
|
2051
|
+
}
|
|
2052
|
+
}
|
|
1810
2053
|
accessible={true}
|
|
1811
2054
|
collapsable={false}
|
|
1812
2055
|
focusable={true}
|
|
@@ -1833,7 +2076,6 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
1833
2076
|
/>
|
|
1834
2077
|
<RCTSafeAreaView
|
|
1835
2078
|
collapsable={false}
|
|
1836
|
-
emulateUnlessSupported={true}
|
|
1837
2079
|
style={
|
|
1838
2080
|
{
|
|
1839
2081
|
"backgroundColor": "#ffffff",
|
|
@@ -1920,6 +2162,23 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
1920
2162
|
}
|
|
1921
2163
|
>
|
|
1922
2164
|
<View
|
|
2165
|
+
accessibilityState={
|
|
2166
|
+
{
|
|
2167
|
+
"busy": undefined,
|
|
2168
|
+
"checked": undefined,
|
|
2169
|
+
"disabled": undefined,
|
|
2170
|
+
"expanded": undefined,
|
|
2171
|
+
"selected": undefined,
|
|
2172
|
+
}
|
|
2173
|
+
}
|
|
2174
|
+
accessibilityValue={
|
|
2175
|
+
{
|
|
2176
|
+
"max": undefined,
|
|
2177
|
+
"min": undefined,
|
|
2178
|
+
"now": undefined,
|
|
2179
|
+
"text": undefined,
|
|
2180
|
+
}
|
|
2181
|
+
}
|
|
1923
2182
|
accessible={true}
|
|
1924
2183
|
collapsable={false}
|
|
1925
2184
|
focusable={true}
|
|
@@ -2030,10 +2289,12 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
2030
2289
|
>
|
|
2031
2290
|
<View>
|
|
2032
2291
|
<View
|
|
2292
|
+
onFocusCapture={[Function]}
|
|
2033
2293
|
onLayout={[Function]}
|
|
2034
2294
|
style={null}
|
|
2035
2295
|
/>
|
|
2036
2296
|
<View
|
|
2297
|
+
onFocusCapture={[Function]}
|
|
2037
2298
|
onLayout={[Function]}
|
|
2038
2299
|
style={null}
|
|
2039
2300
|
>
|
|
@@ -2097,6 +2358,14 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
2097
2358
|
"disabled": false,
|
|
2098
2359
|
}
|
|
2099
2360
|
}
|
|
2361
|
+
accessibilityValue={
|
|
2362
|
+
{
|
|
2363
|
+
"max": undefined,
|
|
2364
|
+
"min": undefined,
|
|
2365
|
+
"now": undefined,
|
|
2366
|
+
"text": undefined,
|
|
2367
|
+
}
|
|
2368
|
+
}
|
|
2100
2369
|
accessible={true}
|
|
2101
2370
|
focusable={true}
|
|
2102
2371
|
onClick={[Function]}
|
|
@@ -2214,6 +2483,7 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
2214
2483
|
</View>
|
|
2215
2484
|
</View>
|
|
2216
2485
|
<View
|
|
2486
|
+
onFocusCapture={[Function]}
|
|
2217
2487
|
onLayout={[Function]}
|
|
2218
2488
|
style={null}
|
|
2219
2489
|
>
|
|
@@ -2224,6 +2494,14 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
2224
2494
|
"disabled": false,
|
|
2225
2495
|
}
|
|
2226
2496
|
}
|
|
2497
|
+
accessibilityValue={
|
|
2498
|
+
{
|
|
2499
|
+
"max": undefined,
|
|
2500
|
+
"min": undefined,
|
|
2501
|
+
"now": undefined,
|
|
2502
|
+
"text": undefined,
|
|
2503
|
+
}
|
|
2504
|
+
}
|
|
2227
2505
|
accessible={true}
|
|
2228
2506
|
focusable={true}
|
|
2229
2507
|
onClick={[Function]}
|
|
@@ -2341,6 +2619,7 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
2341
2619
|
</View>
|
|
2342
2620
|
</View>
|
|
2343
2621
|
<View
|
|
2622
|
+
onFocusCapture={[Function]}
|
|
2344
2623
|
onLayout={[Function]}
|
|
2345
2624
|
style={null}
|
|
2346
2625
|
>
|
|
@@ -2351,6 +2630,14 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
2351
2630
|
"disabled": false,
|
|
2352
2631
|
}
|
|
2353
2632
|
}
|
|
2633
|
+
accessibilityValue={
|
|
2634
|
+
{
|
|
2635
|
+
"max": undefined,
|
|
2636
|
+
"min": undefined,
|
|
2637
|
+
"now": undefined,
|
|
2638
|
+
"text": undefined,
|
|
2639
|
+
}
|
|
2640
|
+
}
|
|
2354
2641
|
accessible={true}
|
|
2355
2642
|
focusable={true}
|
|
2356
2643
|
onClick={[Function]}
|
|
@@ -2468,6 +2755,7 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
2468
2755
|
</View>
|
|
2469
2756
|
</View>
|
|
2470
2757
|
<View
|
|
2758
|
+
onFocusCapture={[Function]}
|
|
2471
2759
|
onLayout={[Function]}
|
|
2472
2760
|
style={null}
|
|
2473
2761
|
>
|
|
@@ -2478,6 +2766,14 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
2478
2766
|
"disabled": false,
|
|
2479
2767
|
}
|
|
2480
2768
|
}
|
|
2769
|
+
accessibilityValue={
|
|
2770
|
+
{
|
|
2771
|
+
"max": undefined,
|
|
2772
|
+
"min": undefined,
|
|
2773
|
+
"now": undefined,
|
|
2774
|
+
"text": undefined,
|
|
2775
|
+
}
|
|
2776
|
+
}
|
|
2481
2777
|
accessible={true}
|
|
2482
2778
|
focusable={true}
|
|
2483
2779
|
onClick={[Function]}
|
|
@@ -2595,6 +2891,7 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
2595
2891
|
</View>
|
|
2596
2892
|
</View>
|
|
2597
2893
|
<View
|
|
2894
|
+
onFocusCapture={[Function]}
|
|
2598
2895
|
onLayout={[Function]}
|
|
2599
2896
|
style={null}
|
|
2600
2897
|
>
|
|
@@ -2605,6 +2902,14 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
2605
2902
|
"disabled": false,
|
|
2606
2903
|
}
|
|
2607
2904
|
}
|
|
2905
|
+
accessibilityValue={
|
|
2906
|
+
{
|
|
2907
|
+
"max": undefined,
|
|
2908
|
+
"min": undefined,
|
|
2909
|
+
"now": undefined,
|
|
2910
|
+
"text": undefined,
|
|
2911
|
+
}
|
|
2912
|
+
}
|
|
2608
2913
|
accessible={true}
|
|
2609
2914
|
focusable={true}
|
|
2610
2915
|
onClick={[Function]}
|
|
@@ -2722,6 +3027,7 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
2722
3027
|
</View>
|
|
2723
3028
|
</View>
|
|
2724
3029
|
<View
|
|
3030
|
+
onFocusCapture={[Function]}
|
|
2725
3031
|
onLayout={[Function]}
|
|
2726
3032
|
style={null}
|
|
2727
3033
|
>
|
|
@@ -2732,6 +3038,14 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
2732
3038
|
"disabled": false,
|
|
2733
3039
|
}
|
|
2734
3040
|
}
|
|
3041
|
+
accessibilityValue={
|
|
3042
|
+
{
|
|
3043
|
+
"max": undefined,
|
|
3044
|
+
"min": undefined,
|
|
3045
|
+
"now": undefined,
|
|
3046
|
+
"text": undefined,
|
|
3047
|
+
}
|
|
3048
|
+
}
|
|
2735
3049
|
accessible={true}
|
|
2736
3050
|
focusable={true}
|
|
2737
3051
|
onClick={[Function]}
|
|
@@ -2850,6 +3164,7 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
2850
3164
|
</View>
|
|
2851
3165
|
</View>
|
|
2852
3166
|
<View
|
|
3167
|
+
onFocusCapture={[Function]}
|
|
2853
3168
|
onLayout={[Function]}
|
|
2854
3169
|
style={null}
|
|
2855
3170
|
>
|
|
@@ -2860,6 +3175,14 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
2860
3175
|
"disabled": true,
|
|
2861
3176
|
}
|
|
2862
3177
|
}
|
|
3178
|
+
accessibilityValue={
|
|
3179
|
+
{
|
|
3180
|
+
"max": undefined,
|
|
3181
|
+
"min": undefined,
|
|
3182
|
+
"now": undefined,
|
|
3183
|
+
"text": undefined,
|
|
3184
|
+
}
|
|
3185
|
+
}
|
|
2863
3186
|
accessible={true}
|
|
2864
3187
|
focusable={true}
|
|
2865
3188
|
onClick={[Function]}
|
|
@@ -2972,6 +3295,7 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
2972
3295
|
</View>
|
|
2973
3296
|
</View>
|
|
2974
3297
|
<View
|
|
3298
|
+
onFocusCapture={[Function]}
|
|
2975
3299
|
onLayout={[Function]}
|
|
2976
3300
|
style={null}
|
|
2977
3301
|
/>
|
|
@@ -2980,16 +3304,59 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
2980
3304
|
</RCTSafeAreaView>
|
|
2981
3305
|
</View>
|
|
2982
3306
|
</View>
|
|
2983
|
-
</Modal
|
|
2984
|
-
|
|
3307
|
+
</Modal>
|
|
3308
|
+
<View
|
|
3309
|
+
pointerEvents="box-none"
|
|
3310
|
+
position="bottom"
|
|
3311
|
+
style={
|
|
3312
|
+
[
|
|
3313
|
+
{
|
|
3314
|
+
"bottom": 0,
|
|
3315
|
+
"elevation": 9999,
|
|
3316
|
+
"flexDirection": "column-reverse",
|
|
3317
|
+
"left": 0,
|
|
3318
|
+
"paddingHorizontal": 24,
|
|
3319
|
+
"paddingVertical": 16,
|
|
3320
|
+
"position": "absolute",
|
|
3321
|
+
"right": 0,
|
|
3322
|
+
"top": 0,
|
|
3323
|
+
},
|
|
3324
|
+
undefined,
|
|
3325
|
+
]
|
|
3326
|
+
}
|
|
3327
|
+
/>
|
|
3328
|
+
</View>
|
|
2985
3329
|
`;
|
|
2986
3330
|
|
|
2987
3331
|
exports[`rendering renders correctly when input is loading 1`] = `
|
|
2988
|
-
|
|
3332
|
+
<View
|
|
3333
|
+
style={
|
|
3334
|
+
{
|
|
3335
|
+
"flex": 1,
|
|
3336
|
+
}
|
|
3337
|
+
}
|
|
3338
|
+
>
|
|
2989
3339
|
<View
|
|
2990
3340
|
pointerEvents="none"
|
|
2991
3341
|
>
|
|
2992
3342
|
<View
|
|
3343
|
+
accessibilityState={
|
|
3344
|
+
{
|
|
3345
|
+
"busy": undefined,
|
|
3346
|
+
"checked": undefined,
|
|
3347
|
+
"disabled": undefined,
|
|
3348
|
+
"expanded": undefined,
|
|
3349
|
+
"selected": undefined,
|
|
3350
|
+
}
|
|
3351
|
+
}
|
|
3352
|
+
accessibilityValue={
|
|
3353
|
+
{
|
|
3354
|
+
"max": undefined,
|
|
3355
|
+
"min": undefined,
|
|
3356
|
+
"now": undefined,
|
|
3357
|
+
"text": undefined,
|
|
3358
|
+
}
|
|
3359
|
+
}
|
|
2993
3360
|
accessible={true}
|
|
2994
3361
|
collapsable={false}
|
|
2995
3362
|
focusable={true}
|
|
@@ -3022,6 +3389,7 @@ exports[`rendering renders correctly when input is loading 1`] = `
|
|
|
3022
3389
|
}
|
|
3023
3390
|
>
|
|
3024
3391
|
<View
|
|
3392
|
+
onLayout={[Function]}
|
|
3025
3393
|
style={
|
|
3026
3394
|
[
|
|
3027
3395
|
{
|
|
@@ -3061,24 +3429,34 @@ exports[`rendering renders correctly when input is loading 1`] = `
|
|
|
3061
3429
|
themeState="readonly"
|
|
3062
3430
|
/>
|
|
3063
3431
|
<View
|
|
3432
|
+
onLayout={[Function]}
|
|
3433
|
+
/>
|
|
3434
|
+
<View
|
|
3435
|
+
collapsable={false}
|
|
3064
3436
|
pointerEvents="none"
|
|
3065
3437
|
style={
|
|
3066
|
-
|
|
3067
|
-
|
|
3068
|
-
|
|
3069
|
-
|
|
3070
|
-
|
|
3071
|
-
|
|
3072
|
-
|
|
3073
|
-
|
|
3074
|
-
|
|
3075
|
-
|
|
3076
|
-
|
|
3077
|
-
|
|
3078
|
-
|
|
3079
|
-
|
|
3438
|
+
{
|
|
3439
|
+
"alignItems": "center",
|
|
3440
|
+
"flexDirection": "row",
|
|
3441
|
+
"left": -32,
|
|
3442
|
+
"position": "absolute",
|
|
3443
|
+
"right": 0,
|
|
3444
|
+
"top": -10.666666666666666,
|
|
3445
|
+
"transform": [
|
|
3446
|
+
{
|
|
3447
|
+
"translateY": 0,
|
|
3448
|
+
},
|
|
3449
|
+
{
|
|
3450
|
+
"translateX": 48,
|
|
3451
|
+
},
|
|
3452
|
+
{
|
|
3453
|
+
"scale": 1,
|
|
3454
|
+
},
|
|
3455
|
+
],
|
|
3456
|
+
"zIndex": 1,
|
|
3457
|
+
}
|
|
3080
3458
|
}
|
|
3081
|
-
|
|
3459
|
+
themeVariant="text"
|
|
3082
3460
|
>
|
|
3083
3461
|
<Text
|
|
3084
3462
|
allowFontScaling={false}
|
|
@@ -3087,14 +3465,17 @@ exports[`rendering renders correctly when input is loading 1`] = `
|
|
|
3087
3465
|
{
|
|
3088
3466
|
"color": "#001f23",
|
|
3089
3467
|
"fontFamily": "BeVietnamPro-Regular",
|
|
3090
|
-
"fontSize":
|
|
3468
|
+
"fontSize": 16,
|
|
3091
3469
|
"letterSpacing": 0.48,
|
|
3092
|
-
"lineHeight":
|
|
3470
|
+
"lineHeight": 24,
|
|
3093
3471
|
},
|
|
3094
3472
|
[
|
|
3095
3473
|
{
|
|
3474
|
+
"alignContent": "center",
|
|
3475
|
+
"alignItems": "center",
|
|
3096
3476
|
"color": "#808f91",
|
|
3097
|
-
"
|
|
3477
|
+
"marginTop": -2,
|
|
3478
|
+
"textAlignVertical": "center",
|
|
3098
3479
|
},
|
|
3099
3480
|
{
|
|
3100
3481
|
"backgroundColor": "#ffffff",
|
|
@@ -3103,9 +3484,10 @@ exports[`rendering renders correctly when input is loading 1`] = `
|
|
|
3103
3484
|
]
|
|
3104
3485
|
}
|
|
3105
3486
|
testID="input-label"
|
|
3106
|
-
themeFontWeight="regular"
|
|
3107
3487
|
themeIntent="body"
|
|
3108
3488
|
themeState="readonly"
|
|
3489
|
+
themeTypeface="neutral"
|
|
3490
|
+
themeVariant="regular"
|
|
3109
3491
|
>
|
|
3110
3492
|
Allow notifications
|
|
3111
3493
|
</Text>
|
|
@@ -3218,22 +3600,65 @@ exports[`rendering renders correctly when input is loading 1`] = `
|
|
|
3218
3600
|
</View>
|
|
3219
3601
|
</View>
|
|
3220
3602
|
</View>
|
|
3221
|
-
</View
|
|
3603
|
+
</View>
|
|
3222
3604
|
<Modal
|
|
3223
3605
|
hardwareAccelerated={false}
|
|
3224
3606
|
onRequestClose={[Function]}
|
|
3225
3607
|
transparent={true}
|
|
3226
3608
|
visible={false}
|
|
3227
|
-
|
|
3228
|
-
|
|
3609
|
+
/>
|
|
3610
|
+
<View
|
|
3611
|
+
pointerEvents="box-none"
|
|
3612
|
+
position="bottom"
|
|
3613
|
+
style={
|
|
3614
|
+
[
|
|
3615
|
+
{
|
|
3616
|
+
"bottom": 0,
|
|
3617
|
+
"elevation": 9999,
|
|
3618
|
+
"flexDirection": "column-reverse",
|
|
3619
|
+
"left": 0,
|
|
3620
|
+
"paddingHorizontal": 24,
|
|
3621
|
+
"paddingVertical": 16,
|
|
3622
|
+
"position": "absolute",
|
|
3623
|
+
"right": 0,
|
|
3624
|
+
"top": 0,
|
|
3625
|
+
},
|
|
3626
|
+
undefined,
|
|
3627
|
+
]
|
|
3628
|
+
}
|
|
3629
|
+
/>
|
|
3630
|
+
</View>
|
|
3229
3631
|
`;
|
|
3230
3632
|
|
|
3231
3633
|
exports[`rendering renders correctly when receives sections 1`] = `
|
|
3232
|
-
|
|
3634
|
+
<View
|
|
3635
|
+
style={
|
|
3636
|
+
{
|
|
3637
|
+
"flex": 1,
|
|
3638
|
+
}
|
|
3639
|
+
}
|
|
3640
|
+
>
|
|
3233
3641
|
<View
|
|
3234
3642
|
pointerEvents="auto"
|
|
3235
3643
|
>
|
|
3236
3644
|
<View
|
|
3645
|
+
accessibilityState={
|
|
3646
|
+
{
|
|
3647
|
+
"busy": undefined,
|
|
3648
|
+
"checked": undefined,
|
|
3649
|
+
"disabled": undefined,
|
|
3650
|
+
"expanded": undefined,
|
|
3651
|
+
"selected": undefined,
|
|
3652
|
+
}
|
|
3653
|
+
}
|
|
3654
|
+
accessibilityValue={
|
|
3655
|
+
{
|
|
3656
|
+
"max": undefined,
|
|
3657
|
+
"min": undefined,
|
|
3658
|
+
"now": undefined,
|
|
3659
|
+
"text": undefined,
|
|
3660
|
+
}
|
|
3661
|
+
}
|
|
3237
3662
|
accessible={true}
|
|
3238
3663
|
collapsable={false}
|
|
3239
3664
|
focusable={true}
|
|
@@ -3266,6 +3691,7 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
3266
3691
|
}
|
|
3267
3692
|
>
|
|
3268
3693
|
<View
|
|
3694
|
+
onLayout={[Function]}
|
|
3269
3695
|
style={
|
|
3270
3696
|
[
|
|
3271
3697
|
{
|
|
@@ -3305,24 +3731,34 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
3305
3731
|
themeState="filled"
|
|
3306
3732
|
/>
|
|
3307
3733
|
<View
|
|
3734
|
+
onLayout={[Function]}
|
|
3735
|
+
/>
|
|
3736
|
+
<View
|
|
3737
|
+
collapsable={false}
|
|
3308
3738
|
pointerEvents="none"
|
|
3309
3739
|
style={
|
|
3310
|
-
|
|
3311
|
-
|
|
3312
|
-
|
|
3313
|
-
|
|
3314
|
-
|
|
3315
|
-
|
|
3316
|
-
|
|
3317
|
-
|
|
3318
|
-
|
|
3319
|
-
|
|
3320
|
-
|
|
3321
|
-
|
|
3322
|
-
|
|
3323
|
-
|
|
3740
|
+
{
|
|
3741
|
+
"alignItems": "center",
|
|
3742
|
+
"flexDirection": "row",
|
|
3743
|
+
"left": -32,
|
|
3744
|
+
"position": "absolute",
|
|
3745
|
+
"right": 0,
|
|
3746
|
+
"top": -10.666666666666666,
|
|
3747
|
+
"transform": [
|
|
3748
|
+
{
|
|
3749
|
+
"translateY": 0,
|
|
3750
|
+
},
|
|
3751
|
+
{
|
|
3752
|
+
"translateX": 48,
|
|
3753
|
+
},
|
|
3754
|
+
{
|
|
3755
|
+
"scale": 1,
|
|
3756
|
+
},
|
|
3757
|
+
],
|
|
3758
|
+
"zIndex": 1,
|
|
3759
|
+
}
|
|
3324
3760
|
}
|
|
3325
|
-
|
|
3761
|
+
themeVariant="text"
|
|
3326
3762
|
>
|
|
3327
3763
|
<Text
|
|
3328
3764
|
allowFontScaling={false}
|
|
@@ -3331,14 +3767,17 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
3331
3767
|
{
|
|
3332
3768
|
"color": "#001f23",
|
|
3333
3769
|
"fontFamily": "BeVietnamPro-Regular",
|
|
3334
|
-
"fontSize":
|
|
3770
|
+
"fontSize": 16,
|
|
3335
3771
|
"letterSpacing": 0.48,
|
|
3336
|
-
"lineHeight":
|
|
3772
|
+
"lineHeight": 24,
|
|
3337
3773
|
},
|
|
3338
3774
|
[
|
|
3339
3775
|
{
|
|
3776
|
+
"alignContent": "center",
|
|
3777
|
+
"alignItems": "center",
|
|
3340
3778
|
"color": "#001f23",
|
|
3341
|
-
"
|
|
3779
|
+
"marginTop": -2,
|
|
3780
|
+
"textAlignVertical": "center",
|
|
3342
3781
|
},
|
|
3343
3782
|
{
|
|
3344
3783
|
"backgroundColor": "#ffffff",
|
|
@@ -3347,9 +3786,10 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
3347
3786
|
]
|
|
3348
3787
|
}
|
|
3349
3788
|
testID="input-label"
|
|
3350
|
-
themeFontWeight="regular"
|
|
3351
3789
|
themeIntent="body"
|
|
3352
3790
|
themeState="filled"
|
|
3791
|
+
themeTypeface="neutral"
|
|
3792
|
+
themeVariant="regular"
|
|
3353
3793
|
>
|
|
3354
3794
|
Allow notifications
|
|
3355
3795
|
</Text>
|
|
@@ -3449,7 +3889,7 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
3449
3889
|
</View>
|
|
3450
3890
|
</View>
|
|
3451
3891
|
</View>
|
|
3452
|
-
</View
|
|
3892
|
+
</View>
|
|
3453
3893
|
<Modal
|
|
3454
3894
|
hardwareAccelerated={false}
|
|
3455
3895
|
onRequestClose={[Function]}
|
|
@@ -3490,6 +3930,23 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
3490
3930
|
}
|
|
3491
3931
|
>
|
|
3492
3932
|
<View
|
|
3933
|
+
accessibilityState={
|
|
3934
|
+
{
|
|
3935
|
+
"busy": undefined,
|
|
3936
|
+
"checked": undefined,
|
|
3937
|
+
"disabled": undefined,
|
|
3938
|
+
"expanded": undefined,
|
|
3939
|
+
"selected": undefined,
|
|
3940
|
+
}
|
|
3941
|
+
}
|
|
3942
|
+
accessibilityValue={
|
|
3943
|
+
{
|
|
3944
|
+
"max": undefined,
|
|
3945
|
+
"min": undefined,
|
|
3946
|
+
"now": undefined,
|
|
3947
|
+
"text": undefined,
|
|
3948
|
+
}
|
|
3949
|
+
}
|
|
3493
3950
|
accessible={true}
|
|
3494
3951
|
collapsable={false}
|
|
3495
3952
|
focusable={true}
|
|
@@ -3516,7 +3973,6 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
3516
3973
|
/>
|
|
3517
3974
|
<RCTSafeAreaView
|
|
3518
3975
|
collapsable={false}
|
|
3519
|
-
emulateUnlessSupported={true}
|
|
3520
3976
|
style={
|
|
3521
3977
|
{
|
|
3522
3978
|
"backgroundColor": "#ffffff",
|
|
@@ -3603,6 +4059,23 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
3603
4059
|
}
|
|
3604
4060
|
>
|
|
3605
4061
|
<View
|
|
4062
|
+
accessibilityState={
|
|
4063
|
+
{
|
|
4064
|
+
"busy": undefined,
|
|
4065
|
+
"checked": undefined,
|
|
4066
|
+
"disabled": undefined,
|
|
4067
|
+
"expanded": undefined,
|
|
4068
|
+
"selected": undefined,
|
|
4069
|
+
}
|
|
4070
|
+
}
|
|
4071
|
+
accessibilityValue={
|
|
4072
|
+
{
|
|
4073
|
+
"max": undefined,
|
|
4074
|
+
"min": undefined,
|
|
4075
|
+
"now": undefined,
|
|
4076
|
+
"text": undefined,
|
|
4077
|
+
}
|
|
4078
|
+
}
|
|
3606
4079
|
accessible={true}
|
|
3607
4080
|
collapsable={false}
|
|
3608
4081
|
focusable={true}
|
|
@@ -3702,6 +4175,7 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
3702
4175
|
>
|
|
3703
4176
|
<View>
|
|
3704
4177
|
<View
|
|
4178
|
+
onFocusCapture={[Function]}
|
|
3705
4179
|
onLayout={[Function]}
|
|
3706
4180
|
style={null}
|
|
3707
4181
|
>
|
|
@@ -3771,6 +4245,7 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
3771
4245
|
</View>
|
|
3772
4246
|
</View>
|
|
3773
4247
|
<View
|
|
4248
|
+
onFocusCapture={[Function]}
|
|
3774
4249
|
onLayout={[Function]}
|
|
3775
4250
|
style={null}
|
|
3776
4251
|
>
|
|
@@ -3824,6 +4299,14 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
3824
4299
|
"disabled": false,
|
|
3825
4300
|
}
|
|
3826
4301
|
}
|
|
4302
|
+
accessibilityValue={
|
|
4303
|
+
{
|
|
4304
|
+
"max": undefined,
|
|
4305
|
+
"min": undefined,
|
|
4306
|
+
"now": undefined,
|
|
4307
|
+
"text": undefined,
|
|
4308
|
+
}
|
|
4309
|
+
}
|
|
3827
4310
|
accessible={true}
|
|
3828
4311
|
focusable={true}
|
|
3829
4312
|
onClick={[Function]}
|
|
@@ -3925,10 +4408,12 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
3925
4408
|
</View>
|
|
3926
4409
|
</View>
|
|
3927
4410
|
<View
|
|
4411
|
+
onFocusCapture={[Function]}
|
|
3928
4412
|
onLayout={[Function]}
|
|
3929
4413
|
style={null}
|
|
3930
4414
|
/>
|
|
3931
4415
|
<View
|
|
4416
|
+
onFocusCapture={[Function]}
|
|
3932
4417
|
onLayout={[Function]}
|
|
3933
4418
|
style={null}
|
|
3934
4419
|
>
|
|
@@ -3998,6 +4483,7 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
3998
4483
|
</View>
|
|
3999
4484
|
</View>
|
|
4000
4485
|
<View
|
|
4486
|
+
onFocusCapture={[Function]}
|
|
4001
4487
|
onLayout={[Function]}
|
|
4002
4488
|
style={null}
|
|
4003
4489
|
>
|
|
@@ -4051,6 +4537,14 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
4051
4537
|
"disabled": false,
|
|
4052
4538
|
}
|
|
4053
4539
|
}
|
|
4540
|
+
accessibilityValue={
|
|
4541
|
+
{
|
|
4542
|
+
"max": undefined,
|
|
4543
|
+
"min": undefined,
|
|
4544
|
+
"now": undefined,
|
|
4545
|
+
"text": undefined,
|
|
4546
|
+
}
|
|
4547
|
+
}
|
|
4054
4548
|
accessible={true}
|
|
4055
4549
|
focusable={true}
|
|
4056
4550
|
onClick={[Function]}
|
|
@@ -4158,6 +4652,7 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
4158
4652
|
</View>
|
|
4159
4653
|
</View>
|
|
4160
4654
|
<View
|
|
4655
|
+
onFocusCapture={[Function]}
|
|
4161
4656
|
onLayout={[Function]}
|
|
4162
4657
|
style={null}
|
|
4163
4658
|
>
|
|
@@ -4168,6 +4663,14 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
4168
4663
|
"disabled": false,
|
|
4169
4664
|
}
|
|
4170
4665
|
}
|
|
4666
|
+
accessibilityValue={
|
|
4667
|
+
{
|
|
4668
|
+
"max": undefined,
|
|
4669
|
+
"min": undefined,
|
|
4670
|
+
"now": undefined,
|
|
4671
|
+
"text": undefined,
|
|
4672
|
+
}
|
|
4673
|
+
}
|
|
4171
4674
|
accessible={true}
|
|
4172
4675
|
focusable={true}
|
|
4173
4676
|
onClick={[Function]}
|
|
@@ -4269,6 +4772,7 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
4269
4772
|
</View>
|
|
4270
4773
|
</View>
|
|
4271
4774
|
<View
|
|
4775
|
+
onFocusCapture={[Function]}
|
|
4272
4776
|
onLayout={[Function]}
|
|
4273
4777
|
style={null}
|
|
4274
4778
|
/>
|
|
@@ -4277,6 +4781,26 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
4277
4781
|
</RCTSafeAreaView>
|
|
4278
4782
|
</View>
|
|
4279
4783
|
</View>
|
|
4280
|
-
</Modal
|
|
4281
|
-
|
|
4784
|
+
</Modal>
|
|
4785
|
+
<View
|
|
4786
|
+
pointerEvents="box-none"
|
|
4787
|
+
position="bottom"
|
|
4788
|
+
style={
|
|
4789
|
+
[
|
|
4790
|
+
{
|
|
4791
|
+
"bottom": 0,
|
|
4792
|
+
"elevation": 9999,
|
|
4793
|
+
"flexDirection": "column-reverse",
|
|
4794
|
+
"left": 0,
|
|
4795
|
+
"paddingHorizontal": 24,
|
|
4796
|
+
"paddingVertical": 16,
|
|
4797
|
+
"position": "absolute",
|
|
4798
|
+
"right": 0,
|
|
4799
|
+
"top": 0,
|
|
4800
|
+
},
|
|
4801
|
+
undefined,
|
|
4802
|
+
]
|
|
4803
|
+
}
|
|
4804
|
+
/>
|
|
4805
|
+
</View>
|
|
4282
4806
|
`;
|