@hero-design/rn 8.44.0-alpha.0 → 8.45.0-test.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/CHANGELOG.md +36 -0
- package/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/es/index.js +2772 -2661
- package/jest-setup.ts +2 -0
- package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/lib/index.js +2775 -2665
- 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/Accordion/index.tsx +1 -1
- 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 +586 -466
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +200 -160
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerCalendar.spec.tsx.snap +192 -152
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +471 -389
- 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/__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 +371 -297
- 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 +621 -28
- 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 +473 -23
- 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/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +1542 -646
- package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +3177 -2701
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +390 -310
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +662 -540
- 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 +38 -1
- package/src/theme/components/button.ts +0 -1
- package/src/theme/components/chip.ts +47 -0
- 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 +1 -1
- package/types/components/TextInput/index.d.ts +1 -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,23 +1,19 @@
|
|
|
1
1
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
2
|
|
|
3
3
|
exports[`BottomNavigation renders correctly 1`] = `
|
|
4
|
-
<
|
|
5
|
-
onInsetsChange={[Function]}
|
|
4
|
+
<View
|
|
6
5
|
style={
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
},
|
|
11
|
-
undefined,
|
|
12
|
-
]
|
|
6
|
+
{
|
|
7
|
+
"flex": 1,
|
|
8
|
+
}
|
|
13
9
|
}
|
|
14
10
|
>
|
|
15
|
-
<
|
|
11
|
+
<RNCSafeAreaProvider
|
|
12
|
+
onInsetsChange={[Function]}
|
|
16
13
|
style={
|
|
17
14
|
[
|
|
18
15
|
{
|
|
19
16
|
"flex": 1,
|
|
20
|
-
"overflow": "hidden",
|
|
21
17
|
},
|
|
22
18
|
undefined,
|
|
23
19
|
]
|
|
@@ -28,322 +24,390 @@ exports[`BottomNavigation renders correctly 1`] = `
|
|
|
28
24
|
[
|
|
29
25
|
{
|
|
30
26
|
"flex": 1,
|
|
27
|
+
"overflow": "hidden",
|
|
31
28
|
},
|
|
32
29
|
undefined,
|
|
33
30
|
]
|
|
34
31
|
}
|
|
35
32
|
>
|
|
36
33
|
<View
|
|
37
|
-
accessibilityElementsHidden={false}
|
|
38
|
-
collapsable={false}
|
|
39
|
-
importantForAccessibility="auto"
|
|
40
|
-
pointerEvents="auto"
|
|
41
|
-
removeClippedSubviews={false}
|
|
42
34
|
style={
|
|
43
35
|
[
|
|
44
36
|
{
|
|
45
|
-
"display": "flex",
|
|
46
37
|
"flex": 1,
|
|
47
38
|
},
|
|
48
39
|
undefined,
|
|
49
40
|
]
|
|
50
41
|
}
|
|
51
|
-
themeVisibility={true}
|
|
52
42
|
>
|
|
53
|
-
<
|
|
54
|
-
|
|
55
|
-
|
|
43
|
+
<View
|
|
44
|
+
accessibilityElementsHidden={false}
|
|
45
|
+
collapsable={false}
|
|
46
|
+
importantForAccessibility="auto"
|
|
47
|
+
pointerEvents="auto"
|
|
48
|
+
removeClippedSubviews={false}
|
|
49
|
+
style={
|
|
50
|
+
[
|
|
51
|
+
{
|
|
52
|
+
"display": "flex",
|
|
53
|
+
"flex": 1,
|
|
54
|
+
},
|
|
55
|
+
undefined,
|
|
56
|
+
]
|
|
57
|
+
}
|
|
58
|
+
themeVisibility={true}
|
|
59
|
+
>
|
|
60
|
+
<Text>
|
|
61
|
+
Home Screen
|
|
62
|
+
</Text>
|
|
63
|
+
</View>
|
|
56
64
|
</View>
|
|
57
|
-
</View>
|
|
58
|
-
<View
|
|
59
|
-
style={
|
|
60
|
-
[
|
|
61
|
-
{
|
|
62
|
-
"backgroundColor": "#ffffff",
|
|
63
|
-
"elevation": 10,
|
|
64
|
-
"height": 72,
|
|
65
|
-
"paddingBottom": 0,
|
|
66
|
-
"paddingLeft": 0,
|
|
67
|
-
"paddingRight": 0,
|
|
68
|
-
"shadowColor": "#401960",
|
|
69
|
-
"shadowOffset": {
|
|
70
|
-
"height": 3,
|
|
71
|
-
"width": 0,
|
|
72
|
-
},
|
|
73
|
-
"shadowOpacity": 0.27,
|
|
74
|
-
"shadowRadius": 4.65,
|
|
75
|
-
},
|
|
76
|
-
undefined,
|
|
77
|
-
]
|
|
78
|
-
}
|
|
79
|
-
themeInsets={
|
|
80
|
-
{
|
|
81
|
-
"bottom": 0,
|
|
82
|
-
"left": 0,
|
|
83
|
-
"right": 0,
|
|
84
|
-
"top": 0,
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
>
|
|
88
65
|
<View
|
|
89
66
|
style={
|
|
90
67
|
[
|
|
91
68
|
{
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
"
|
|
95
|
-
"
|
|
69
|
+
"backgroundColor": "#ffffff",
|
|
70
|
+
"elevation": 10,
|
|
71
|
+
"height": 72,
|
|
72
|
+
"paddingBottom": 0,
|
|
73
|
+
"paddingLeft": 0,
|
|
74
|
+
"paddingRight": 0,
|
|
75
|
+
"shadowColor": "#401960",
|
|
76
|
+
"shadowOffset": {
|
|
77
|
+
"height": 3,
|
|
78
|
+
"width": 0,
|
|
79
|
+
},
|
|
80
|
+
"shadowOpacity": 0.27,
|
|
81
|
+
"shadowRadius": 4.65,
|
|
96
82
|
},
|
|
97
83
|
undefined,
|
|
98
84
|
]
|
|
99
85
|
}
|
|
86
|
+
themeInsets={
|
|
87
|
+
{
|
|
88
|
+
"bottom": 0,
|
|
89
|
+
"left": 0,
|
|
90
|
+
"right": 0,
|
|
91
|
+
"top": 0,
|
|
92
|
+
}
|
|
93
|
+
}
|
|
100
94
|
>
|
|
101
95
|
<View
|
|
102
|
-
accessible={true}
|
|
103
|
-
focusable={true}
|
|
104
|
-
onClick={[Function]}
|
|
105
|
-
onResponderGrant={[Function]}
|
|
106
|
-
onResponderMove={[Function]}
|
|
107
|
-
onResponderRelease={[Function]}
|
|
108
|
-
onResponderTerminate={[Function]}
|
|
109
|
-
onResponderTerminationRequest={[Function]}
|
|
110
|
-
onStartShouldSetResponder={[Function]}
|
|
111
96
|
style={
|
|
112
97
|
[
|
|
113
98
|
{
|
|
114
99
|
"alignItems": "center",
|
|
115
100
|
"flex": 1,
|
|
101
|
+
"flexDirection": "row",
|
|
102
|
+
"overflow": "hidden",
|
|
116
103
|
},
|
|
117
104
|
undefined,
|
|
118
105
|
]
|
|
119
106
|
}
|
|
120
107
|
>
|
|
121
|
-
<
|
|
122
|
-
|
|
108
|
+
<View
|
|
109
|
+
accessibilityState={
|
|
110
|
+
{
|
|
111
|
+
"busy": undefined,
|
|
112
|
+
"checked": undefined,
|
|
113
|
+
"disabled": undefined,
|
|
114
|
+
"expanded": undefined,
|
|
115
|
+
"selected": undefined,
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
accessible={true}
|
|
119
|
+
focusable={true}
|
|
120
|
+
onClick={[Function]}
|
|
121
|
+
onResponderGrant={[Function]}
|
|
122
|
+
onResponderMove={[Function]}
|
|
123
|
+
onResponderRelease={[Function]}
|
|
124
|
+
onResponderTerminate={[Function]}
|
|
125
|
+
onResponderTerminationRequest={[Function]}
|
|
126
|
+
onStartShouldSetResponder={[Function]}
|
|
123
127
|
style={
|
|
124
128
|
[
|
|
125
129
|
{
|
|
126
|
-
"
|
|
127
|
-
"
|
|
130
|
+
"alignItems": "center",
|
|
131
|
+
"flex": 1,
|
|
128
132
|
},
|
|
129
133
|
undefined,
|
|
130
134
|
]
|
|
131
135
|
}
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
<Text
|
|
137
|
-
allowFontScaling={false}
|
|
138
|
-
numberOfLines={1}
|
|
139
|
-
style={
|
|
140
|
-
[
|
|
141
|
-
{
|
|
142
|
-
"color": "#401960",
|
|
143
|
-
"fontFamily": "BeVietnamPro-SemiBold",
|
|
144
|
-
"fontSize": 12,
|
|
145
|
-
"letterSpacing": 0.24,
|
|
146
|
-
"lineHeight": 16,
|
|
147
|
-
},
|
|
136
|
+
>
|
|
137
|
+
<HeroIcon
|
|
138
|
+
name="home"
|
|
139
|
+
style={
|
|
148
140
|
[
|
|
149
141
|
{
|
|
150
|
-
"
|
|
142
|
+
"color": "#401960",
|
|
143
|
+
"fontSize": 24,
|
|
151
144
|
},
|
|
152
145
|
undefined,
|
|
153
|
-
]
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
146
|
+
]
|
|
147
|
+
}
|
|
148
|
+
testID="hero-icon-home"
|
|
149
|
+
themeIntent="primary"
|
|
150
|
+
themeSize="medium"
|
|
151
|
+
/>
|
|
152
|
+
<Text
|
|
153
|
+
allowFontScaling={false}
|
|
154
|
+
numberOfLines={1}
|
|
155
|
+
style={
|
|
156
|
+
[
|
|
157
|
+
{
|
|
158
|
+
"color": "#401960",
|
|
159
|
+
"fontFamily": "BeVietnamPro-SemiBold",
|
|
160
|
+
"fontSize": 12,
|
|
161
|
+
"letterSpacing": 0.24,
|
|
162
|
+
"lineHeight": 16,
|
|
163
|
+
},
|
|
164
|
+
[
|
|
165
|
+
{
|
|
166
|
+
"marginTop": 4,
|
|
167
|
+
},
|
|
168
|
+
undefined,
|
|
169
|
+
],
|
|
170
|
+
]
|
|
171
|
+
}
|
|
172
|
+
themeFontWeight="semi-bold"
|
|
173
|
+
themeIntent="primary"
|
|
174
|
+
>
|
|
175
|
+
Home
|
|
176
|
+
</Text>
|
|
177
|
+
</View>
|
|
178
|
+
<View
|
|
179
|
+
accessibilityState={
|
|
174
180
|
{
|
|
175
|
-
"
|
|
176
|
-
"
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
181
|
+
"busy": undefined,
|
|
182
|
+
"checked": undefined,
|
|
183
|
+
"disabled": undefined,
|
|
184
|
+
"expanded": undefined,
|
|
185
|
+
"selected": undefined,
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
accessible={true}
|
|
189
|
+
focusable={true}
|
|
190
|
+
onClick={[Function]}
|
|
191
|
+
onResponderGrant={[Function]}
|
|
192
|
+
onResponderMove={[Function]}
|
|
193
|
+
onResponderRelease={[Function]}
|
|
194
|
+
onResponderTerminate={[Function]}
|
|
195
|
+
onResponderTerminationRequest={[Function]}
|
|
196
|
+
onStartShouldSetResponder={[Function]}
|
|
184
197
|
style={
|
|
185
198
|
[
|
|
186
199
|
{
|
|
187
|
-
"
|
|
188
|
-
"
|
|
200
|
+
"alignItems": "center",
|
|
201
|
+
"flex": 1,
|
|
189
202
|
},
|
|
190
203
|
undefined,
|
|
191
204
|
]
|
|
192
205
|
}
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
<Text
|
|
198
|
-
allowFontScaling={false}
|
|
199
|
-
numberOfLines={1}
|
|
200
|
-
style={
|
|
201
|
-
[
|
|
202
|
-
{
|
|
203
|
-
"color": "#001f23",
|
|
204
|
-
"fontFamily": "BeVietnamPro-SemiBold",
|
|
205
|
-
"fontSize": 12,
|
|
206
|
-
"letterSpacing": 0.24,
|
|
207
|
-
"lineHeight": 16,
|
|
208
|
-
},
|
|
206
|
+
>
|
|
207
|
+
<HeroIcon
|
|
208
|
+
name="speaker-outlined"
|
|
209
|
+
style={
|
|
209
210
|
[
|
|
210
211
|
{
|
|
211
|
-
"
|
|
212
|
+
"color": "#001f23",
|
|
213
|
+
"fontSize": 24,
|
|
212
214
|
},
|
|
213
215
|
undefined,
|
|
214
|
-
]
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
216
|
+
]
|
|
217
|
+
}
|
|
218
|
+
testID="hero-icon-speaker-outlined"
|
|
219
|
+
themeIntent="text"
|
|
220
|
+
themeSize="medium"
|
|
221
|
+
/>
|
|
222
|
+
<Text
|
|
223
|
+
allowFontScaling={false}
|
|
224
|
+
numberOfLines={1}
|
|
225
|
+
style={
|
|
226
|
+
[
|
|
227
|
+
{
|
|
228
|
+
"color": "#001f23",
|
|
229
|
+
"fontFamily": "BeVietnamPro-SemiBold",
|
|
230
|
+
"fontSize": 12,
|
|
231
|
+
"letterSpacing": 0.24,
|
|
232
|
+
"lineHeight": 16,
|
|
233
|
+
},
|
|
234
|
+
[
|
|
235
|
+
{
|
|
236
|
+
"marginTop": 4,
|
|
237
|
+
},
|
|
238
|
+
undefined,
|
|
239
|
+
],
|
|
240
|
+
]
|
|
241
|
+
}
|
|
242
|
+
themeFontWeight="semi-bold"
|
|
243
|
+
themeIntent="body"
|
|
244
|
+
>
|
|
245
|
+
Feed
|
|
246
|
+
</Text>
|
|
247
|
+
</View>
|
|
248
|
+
<View
|
|
249
|
+
accessibilityState={
|
|
235
250
|
{
|
|
236
|
-
"
|
|
237
|
-
"
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
251
|
+
"busy": undefined,
|
|
252
|
+
"checked": undefined,
|
|
253
|
+
"disabled": undefined,
|
|
254
|
+
"expanded": undefined,
|
|
255
|
+
"selected": undefined,
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
accessible={true}
|
|
259
|
+
focusable={true}
|
|
260
|
+
onClick={[Function]}
|
|
261
|
+
onResponderGrant={[Function]}
|
|
262
|
+
onResponderMove={[Function]}
|
|
263
|
+
onResponderRelease={[Function]}
|
|
264
|
+
onResponderTerminate={[Function]}
|
|
265
|
+
onResponderTerminationRequest={[Function]}
|
|
266
|
+
onStartShouldSetResponder={[Function]}
|
|
245
267
|
style={
|
|
246
268
|
[
|
|
247
269
|
{
|
|
248
|
-
"
|
|
249
|
-
"
|
|
270
|
+
"alignItems": "center",
|
|
271
|
+
"flex": 1,
|
|
250
272
|
},
|
|
251
273
|
undefined,
|
|
252
274
|
]
|
|
253
275
|
}
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
<Text
|
|
259
|
-
allowFontScaling={false}
|
|
260
|
-
numberOfLines={1}
|
|
261
|
-
style={
|
|
262
|
-
[
|
|
263
|
-
{
|
|
264
|
-
"color": "#001f23",
|
|
265
|
-
"fontFamily": "BeVietnamPro-SemiBold",
|
|
266
|
-
"fontSize": 12,
|
|
267
|
-
"letterSpacing": 0.24,
|
|
268
|
-
"lineHeight": 16,
|
|
269
|
-
},
|
|
276
|
+
>
|
|
277
|
+
<HeroIcon
|
|
278
|
+
name="bell-outlined"
|
|
279
|
+
style={
|
|
270
280
|
[
|
|
271
281
|
{
|
|
272
|
-
"
|
|
282
|
+
"color": "#001f23",
|
|
283
|
+
"fontSize": 24,
|
|
273
284
|
},
|
|
274
285
|
undefined,
|
|
275
|
-
]
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
286
|
+
]
|
|
287
|
+
}
|
|
288
|
+
testID="hero-icon-bell-outlined"
|
|
289
|
+
themeIntent="text"
|
|
290
|
+
themeSize="medium"
|
|
291
|
+
/>
|
|
292
|
+
<Text
|
|
293
|
+
allowFontScaling={false}
|
|
294
|
+
numberOfLines={1}
|
|
295
|
+
style={
|
|
296
|
+
[
|
|
297
|
+
{
|
|
298
|
+
"color": "#001f23",
|
|
299
|
+
"fontFamily": "BeVietnamPro-SemiBold",
|
|
300
|
+
"fontSize": 12,
|
|
301
|
+
"letterSpacing": 0.24,
|
|
302
|
+
"lineHeight": 16,
|
|
303
|
+
},
|
|
304
|
+
[
|
|
305
|
+
{
|
|
306
|
+
"marginTop": 4,
|
|
307
|
+
},
|
|
308
|
+
undefined,
|
|
309
|
+
],
|
|
310
|
+
]
|
|
311
|
+
}
|
|
312
|
+
themeFontWeight="semi-bold"
|
|
313
|
+
themeIntent="body"
|
|
314
|
+
>
|
|
315
|
+
Alerts
|
|
316
|
+
</Text>
|
|
317
|
+
</View>
|
|
318
|
+
<View
|
|
319
|
+
accessibilityState={
|
|
296
320
|
{
|
|
297
|
-
"
|
|
298
|
-
"
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
321
|
+
"busy": undefined,
|
|
322
|
+
"checked": undefined,
|
|
323
|
+
"disabled": undefined,
|
|
324
|
+
"expanded": undefined,
|
|
325
|
+
"selected": undefined,
|
|
326
|
+
}
|
|
327
|
+
}
|
|
328
|
+
accessible={true}
|
|
329
|
+
focusable={true}
|
|
330
|
+
onClick={[Function]}
|
|
331
|
+
onResponderGrant={[Function]}
|
|
332
|
+
onResponderMove={[Function]}
|
|
333
|
+
onResponderRelease={[Function]}
|
|
334
|
+
onResponderTerminate={[Function]}
|
|
335
|
+
onResponderTerminationRequest={[Function]}
|
|
336
|
+
onStartShouldSetResponder={[Function]}
|
|
306
337
|
style={
|
|
307
338
|
[
|
|
308
339
|
{
|
|
309
|
-
"
|
|
310
|
-
"
|
|
340
|
+
"alignItems": "center",
|
|
341
|
+
"flex": 1,
|
|
311
342
|
},
|
|
312
343
|
undefined,
|
|
313
344
|
]
|
|
314
345
|
}
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
<Text
|
|
320
|
-
allowFontScaling={false}
|
|
321
|
-
numberOfLines={1}
|
|
322
|
-
style={
|
|
323
|
-
[
|
|
324
|
-
{
|
|
325
|
-
"color": "#001f23",
|
|
326
|
-
"fontFamily": "BeVietnamPro-SemiBold",
|
|
327
|
-
"fontSize": 12,
|
|
328
|
-
"letterSpacing": 0.24,
|
|
329
|
-
"lineHeight": 16,
|
|
330
|
-
},
|
|
346
|
+
>
|
|
347
|
+
<HeroIcon
|
|
348
|
+
name="user-outlined"
|
|
349
|
+
style={
|
|
331
350
|
[
|
|
332
351
|
{
|
|
333
|
-
"
|
|
352
|
+
"color": "#001f23",
|
|
353
|
+
"fontSize": 24,
|
|
334
354
|
},
|
|
335
355
|
undefined,
|
|
336
|
-
]
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
356
|
+
]
|
|
357
|
+
}
|
|
358
|
+
testID="hero-icon-user-outlined"
|
|
359
|
+
themeIntent="text"
|
|
360
|
+
themeSize="medium"
|
|
361
|
+
/>
|
|
362
|
+
<Text
|
|
363
|
+
allowFontScaling={false}
|
|
364
|
+
numberOfLines={1}
|
|
365
|
+
style={
|
|
366
|
+
[
|
|
367
|
+
{
|
|
368
|
+
"color": "#001f23",
|
|
369
|
+
"fontFamily": "BeVietnamPro-SemiBold",
|
|
370
|
+
"fontSize": 12,
|
|
371
|
+
"letterSpacing": 0.24,
|
|
372
|
+
"lineHeight": 16,
|
|
373
|
+
},
|
|
374
|
+
[
|
|
375
|
+
{
|
|
376
|
+
"marginTop": 4,
|
|
377
|
+
},
|
|
378
|
+
undefined,
|
|
379
|
+
],
|
|
380
|
+
]
|
|
381
|
+
}
|
|
382
|
+
themeFontWeight="semi-bold"
|
|
383
|
+
themeIntent="body"
|
|
384
|
+
>
|
|
385
|
+
Profile
|
|
386
|
+
</Text>
|
|
387
|
+
</View>
|
|
344
388
|
</View>
|
|
345
389
|
</View>
|
|
346
390
|
</View>
|
|
347
|
-
</
|
|
348
|
-
|
|
391
|
+
</RNCSafeAreaProvider>
|
|
392
|
+
<View
|
|
393
|
+
pointerEvents="box-none"
|
|
394
|
+
position="bottom"
|
|
395
|
+
style={
|
|
396
|
+
[
|
|
397
|
+
{
|
|
398
|
+
"bottom": 0,
|
|
399
|
+
"elevation": 9999,
|
|
400
|
+
"flexDirection": "column-reverse",
|
|
401
|
+
"left": 0,
|
|
402
|
+
"paddingHorizontal": 24,
|
|
403
|
+
"paddingVertical": 16,
|
|
404
|
+
"position": "absolute",
|
|
405
|
+
"right": 0,
|
|
406
|
+
"top": 0,
|
|
407
|
+
},
|
|
408
|
+
undefined,
|
|
409
|
+
]
|
|
410
|
+
}
|
|
411
|
+
/>
|
|
412
|
+
</View>
|
|
349
413
|
`;
|