@hero-design/rn 7.15.5 → 7.16.0-alpha.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 +12 -9
- package/.turbo/turbo-build:types.log +2 -0
- package/.turbo/turbo-lint.log +2 -0
- package/.turbo/turbo-publish:npm.log +9 -0
- package/.turbo/turbo-test.log +361 -0
- package/.turbo/turbo-type-check.log +2 -0
- package/assets/fonts/hero-icons.ttf +0 -0
- package/es/index.js +956 -42363
- package/lib/index.js +956 -42429
- package/package.json +3 -4
- package/src/components/BottomSheet/Header.tsx +2 -1
- package/src/components/BottomSheet/StyledBottomSheet.tsx +23 -18
- package/src/components/BottomSheet/__tests__/__snapshots__/index.spec.tsx.snap +22 -22
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +11 -11
- package/src/components/Icon/AnimatedIcon.tsx +46 -0
- package/src/components/Icon/HeroIcon/selection.json +1 -1
- package/src/components/Icon/IconList.ts +1 -0
- package/src/components/Icon/__tests__/__snapshots__/index.spec.tsx.snap +31 -0
- package/src/components/Icon/__tests__/index.spec.tsx +5 -0
- package/src/components/Icon/index.tsx +24 -9
- package/src/components/RichTextEditor/index.tsx +8 -2
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +22 -22
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +20 -20
- package/src/components/TextInput/__tests__/.log/ti-10343.log +62 -0
- package/src/components/TextInput/__tests__/.log/ti-20729.log +67 -0
- package/src/components/TextInput/__tests__/.log/tsserver.log +6498 -0
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +11 -11
- package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +6 -3
- package/src/theme/components/bottomSheet.ts +8 -4
- package/src/types.ts +10 -2
- package/types/components/Accordion/AccordionItem.d.ts +0 -0
- package/types/components/Accordion/StyledAccordion.d.ts +0 -0
- package/types/components/Accordion/__tests__/AccordionItem.spec.d.ts +0 -0
- package/types/components/Accordion/__tests__/StyledAccordion.spec.d.ts +0 -0
- package/types/components/Accordion/__tests__/index.spec.d.ts +0 -0
- package/types/components/Accordion/index.d.ts +0 -0
- package/types/components/Accordion/utils.d.ts +0 -0
- package/types/components/Alert/StyledAlert.d.ts +0 -0
- package/types/components/Alert/__tests__/index.spec.d.ts +0 -0
- package/types/components/Alert/index.d.ts +0 -0
- package/types/components/Avatar/StyledAvatar.d.ts +0 -0
- package/types/components/Avatar/__tests__/StyledAvatar.spec.d.ts +0 -0
- package/types/components/Avatar/__tests__/index.spec.d.ts +0 -0
- package/types/components/Avatar/index.d.ts +0 -0
- package/types/components/Badge/Status.d.ts +0 -0
- package/types/components/Badge/StyledBadge.d.ts +0 -0
- package/types/components/Badge/__tests__/Badge.spec.d.ts +0 -0
- package/types/components/Badge/__tests__/Status.spec.d.ts +0 -0
- package/types/components/Badge/index.d.ts +0 -0
- package/types/components/BottomNavigation/StyledBottomNavigation.d.ts +0 -0
- package/types/components/BottomNavigation/__tests__/index.spec.d.ts +0 -0
- package/types/components/BottomNavigation/index.d.ts +0 -0
- package/types/components/BottomSheet/Footer.d.ts +0 -0
- package/types/components/BottomSheet/Header.d.ts +0 -0
- package/types/components/BottomSheet/StyledBottomSheet.d.ts +0 -0
- package/types/components/BottomSheet/__tests__/index.spec.d.ts +0 -0
- package/types/components/BottomSheet/index.d.ts +0 -0
- package/types/components/Button/Button.d.ts +0 -0
- package/types/components/Button/IconButton.d.ts +0 -0
- package/types/components/Button/LoadingIndicator/StyledLoadingIndicator.d.ts +0 -0
- package/types/components/Button/LoadingIndicator/__tests__/StyledLoadingIndicator.spec.d.ts +0 -0
- package/types/components/Button/LoadingIndicator/__tests__/index.spec.d.ts +0 -0
- package/types/components/Button/LoadingIndicator/index.d.ts +0 -0
- package/types/components/Button/StyledButton.d.ts +0 -0
- package/types/components/Button/UtilityButton/__tests__/index.spec.d.ts +0 -0
- package/types/components/Button/UtilityButton/index.d.ts +0 -0
- package/types/components/Button/UtilityButton/styled.d.ts +0 -0
- package/types/components/Button/__tests__/Button.spec.d.ts +0 -0
- package/types/components/Button/__tests__/IconButton.spec.d.ts +0 -0
- package/types/components/Button/__tests__/StyledButton.spec.d.ts +0 -0
- package/types/components/Button/index.d.ts +0 -0
- package/types/components/Calendar/CalendarRowItem.d.ts +0 -0
- package/types/components/Calendar/StyledCalendar.d.ts +0 -0
- package/types/components/Calendar/__tests__/CalendarRowItem.spec.d.ts +0 -0
- package/types/components/Calendar/__tests__/helper.spec.d.ts +0 -0
- package/types/components/Calendar/__tests__/index.spec.d.ts +0 -0
- package/types/components/Calendar/helpers.d.ts +0 -0
- package/types/components/Calendar/index.d.ts +0 -0
- package/types/components/Card/DataCard/StyledDataCard.d.ts +0 -0
- package/types/components/Card/DataCard/__tests__/StyledDataCard.spec.d.ts +0 -0
- package/types/components/Card/DataCard/__tests__/index.spec.d.ts +0 -0
- package/types/components/Card/DataCard/index.d.ts +0 -0
- package/types/components/Card/StyledCard.d.ts +0 -0
- package/types/components/Card/__tests__/StyledCard.spec.d.ts +0 -0
- package/types/components/Card/__tests__/index.spec.d.ts +0 -0
- package/types/components/Card/index.d.ts +0 -0
- package/types/components/Checkbox/StyledCheckbox.d.ts +0 -0
- package/types/components/Checkbox/__tests__/StyledCheckbox.spec.d.ts +0 -0
- package/types/components/Checkbox/__tests__/index.spec.d.ts +0 -0
- package/types/components/Checkbox/index.d.ts +0 -0
- package/types/components/Collapse/StyledCollapse.d.ts +0 -0
- package/types/components/Collapse/__tests__/StyledCollapse.spec.d.ts +0 -0
- package/types/components/Collapse/__tests__/index.spec.d.ts +0 -0
- package/types/components/Collapse/index.d.ts +0 -0
- package/types/components/ContentNavigator/StyledContentNavigator.d.ts +0 -0
- package/types/components/ContentNavigator/__tests__/StyledContentNavigator.spec.d.ts +0 -0
- package/types/components/ContentNavigator/__tests__/index.spec.d.ts +0 -0
- package/types/components/ContentNavigator/index.d.ts +0 -0
- package/types/components/DatePicker/DatePickerAndroid.d.ts +0 -0
- package/types/components/DatePicker/DatePickerIOS.d.ts +0 -0
- package/types/components/DatePicker/StyledDatePicker.d.ts +0 -0
- package/types/components/DatePicker/__tests__/DatePicker.spec.d.ts +0 -0
- package/types/components/DatePicker/__tests__/DatePickerAndroid.spec.d.ts +0 -0
- package/types/components/DatePicker/__tests__/DatePickerIOS.spec.d.ts +0 -0
- package/types/components/DatePicker/index.d.ts +0 -0
- package/types/components/DatePicker/types.d.ts +0 -0
- package/types/components/Divider/StyledDivider.d.ts +0 -0
- package/types/components/Divider/__tests__/StyledDivider.spec.d.ts +0 -0
- package/types/components/Divider/index.d.ts +0 -0
- package/types/components/Drawer/StyledDrawer.d.ts +0 -0
- package/types/components/Drawer/__tests__/index.spec.d.ts +0 -0
- package/types/components/Drawer/index.d.ts +0 -0
- package/types/components/Empty/StyledEmpty.d.ts +0 -0
- package/types/components/Empty/__tests__/index.spec.d.ts +0 -0
- package/types/components/Empty/index.d.ts +0 -0
- package/types/components/FAB/ActionGroup/ActionItem.d.ts +0 -0
- package/types/components/FAB/ActionGroup/StyledActionGroup.d.ts +0 -0
- package/types/components/FAB/ActionGroup/StyledActionItem.d.ts +0 -0
- package/types/components/FAB/ActionGroup/__tests__/index.spec.d.ts +0 -0
- package/types/components/FAB/ActionGroup/index.d.ts +0 -0
- package/types/components/FAB/AnimatedFABIcon.d.ts +0 -0
- package/types/components/FAB/FAB.d.ts +0 -0
- package/types/components/FAB/StyledFAB.d.ts +0 -0
- package/types/components/FAB/__tests__/AnimatedFABIcon.spec.d.ts +0 -0
- package/types/components/FAB/__tests__/StyledFAB.spec.d.ts +0 -0
- package/types/components/FAB/__tests__/index.spec.d.ts +0 -0
- package/types/components/FAB/index.d.ts +0 -0
- package/types/components/Icon/HeroIcon/index.d.ts +0 -0
- package/types/components/Icon/IconList.d.ts +0 -0
- package/types/components/Icon/__tests__/index.spec.d.ts +0 -0
- package/types/components/Icon/index.d.ts +0 -0
- package/types/components/Icon/utils.d.ts +0 -0
- package/types/components/List/BasicListItem.d.ts +0 -0
- package/types/components/List/ListItem.d.ts +0 -0
- package/types/components/List/StyledBasicListItem.d.ts +0 -0
- package/types/components/List/StyledListItem.d.ts +0 -0
- package/types/components/List/__tests__/BasicListItem.spec.d.ts +0 -0
- package/types/components/List/__tests__/ListItem.spec.d.ts +0 -0
- package/types/components/List/__tests__/StyledBasicListItem.spec.d.ts +0 -0
- package/types/components/List/__tests__/StyledListItem.spec.d.ts +0 -0
- package/types/components/List/index.d.ts +0 -0
- package/types/components/PinInput/PinCell.d.ts +0 -0
- package/types/components/PinInput/StyledPinInput.d.ts +0 -0
- package/types/components/PinInput/__tests__/PinCell.spec.d.ts +0 -0
- package/types/components/PinInput/__tests__/StyledPinInput.spec.d.ts +0 -0
- package/types/components/PinInput/__tests__/index.spec.d.ts +0 -0
- package/types/components/PinInput/index.d.ts +0 -0
- package/types/components/Progress/ProgressBar.d.ts +0 -0
- package/types/components/Progress/ProgressCircle.d.ts +0 -0
- package/types/components/Progress/StyledProgressBar.d.ts +0 -0
- package/types/components/Progress/StyledProgressCircle.d.ts +0 -0
- package/types/components/Progress/__tests__/index.spec.d.ts +0 -0
- package/types/components/Progress/index.d.ts +0 -0
- package/types/components/Progress/types.d.ts +0 -0
- package/types/components/Radio/Radio.d.ts +0 -0
- package/types/components/Radio/RadioGroup.d.ts +0 -0
- package/types/components/Radio/StyledRadio.d.ts +0 -0
- package/types/components/Radio/__tests__/Radio.spec.d.ts +0 -0
- package/types/components/Radio/__tests__/RadioGroup.spec.d.ts +0 -0
- package/types/components/Radio/__tests__/StyledRadio.spec.d.ts +0 -0
- package/types/components/Radio/index.d.ts +0 -0
- package/types/components/Radio/types.d.ts +0 -0
- package/types/components/RichTextEditor/EditorEvent.d.ts +0 -0
- package/types/components/RichTextEditor/EditorToolbar.d.ts +0 -0
- package/types/components/RichTextEditor/MentionList.d.ts +0 -0
- package/types/components/RichTextEditor/RichTextEditor.d.ts +0 -0
- package/types/components/RichTextEditor/StyledRichTextEditor.d.ts +0 -0
- package/types/components/RichTextEditor/StyledToolbar.d.ts +0 -0
- package/types/components/RichTextEditor/__tests__/EditorToolbar.spec.d.ts +0 -0
- package/types/components/RichTextEditor/__tests__/MentionList.spec.d.ts +0 -0
- package/types/components/RichTextEditor/__tests__/RichTextEditor.spec.d.ts +0 -0
- package/types/components/RichTextEditor/constants.d.ts +0 -0
- package/types/components/RichTextEditor/index.d.ts +0 -0
- package/types/components/RichTextEditor/utils/events.d.ts +0 -0
- package/types/components/RichTextEditor/utils/rnWebView.d.ts +0 -0
- package/types/components/SectionHeading/StyledHeading.d.ts +0 -0
- package/types/components/SectionHeading/__tests__/StyledHeading.spec.d.ts +0 -0
- package/types/components/SectionHeading/__tests__/index.spec.d.ts +0 -0
- package/types/components/SectionHeading/index.d.ts +0 -0
- package/types/components/Select/Footer.d.ts +0 -0
- package/types/components/Select/MultiSelect/Option.d.ts +0 -0
- package/types/components/Select/MultiSelect/OptionList.d.ts +0 -0
- package/types/components/Select/MultiSelect/__tests__/Option.spec.d.ts +0 -0
- package/types/components/Select/MultiSelect/__tests__/OptionList.spec.d.ts +0 -0
- package/types/components/Select/MultiSelect/__tests__/index.spec.d.ts +0 -0
- package/types/components/Select/MultiSelect/index.d.ts +0 -0
- package/types/components/Select/SingleSelect/Option.d.ts +0 -0
- package/types/components/Select/SingleSelect/OptionList.d.ts +0 -0
- package/types/components/Select/SingleSelect/__tests__/Option.spec.d.ts +0 -0
- package/types/components/Select/SingleSelect/__tests__/OptionList.spec.d.ts +0 -0
- package/types/components/Select/SingleSelect/__tests__/index.spec.d.ts +0 -0
- package/types/components/Select/SingleSelect/index.d.ts +0 -0
- package/types/components/Select/StyledOptionList.d.ts +0 -0
- package/types/components/Select/StyledSelect.d.ts +0 -0
- package/types/components/Select/__tests__/StyledSelect.spec.d.ts +0 -0
- package/types/components/Select/helpers.d.ts +0 -0
- package/types/components/Select/index.d.ts +0 -0
- package/types/components/Select/types.d.ts +0 -0
- package/types/components/Spinner/AnimatedSpinner.d.ts +0 -0
- package/types/components/Spinner/StyledSpinner.d.ts +0 -0
- package/types/components/Spinner/__tests__/AnimatedSpinner.spec.d.ts +0 -0
- package/types/components/Spinner/__tests__/StyledSpinner.spec.d.ts +0 -0
- package/types/components/Spinner/__tests__/index.spec.d.ts +0 -0
- package/types/components/Spinner/index.d.ts +0 -0
- package/types/components/Switch/StyledSwitch.d.ts +0 -0
- package/types/components/Switch/__tests__/StyledHeading.spec.d.ts +0 -0
- package/types/components/Switch/__tests__/index.spec.d.ts +0 -0
- package/types/components/Switch/index.d.ts +0 -0
- package/types/components/Tabs/ActiveTabIndicator.d.ts +0 -0
- package/types/components/Tabs/ScrollableTabs.d.ts +0 -0
- package/types/components/Tabs/StyledScrollableTabs.d.ts +0 -0
- package/types/components/Tabs/StyledTabs.d.ts +0 -0
- package/types/components/Tabs/__tests__/ScrollableTabs.spec.d.ts +0 -0
- package/types/components/Tabs/__tests__/index.spec.d.ts +0 -0
- package/types/components/Tabs/index.d.ts +0 -0
- package/types/components/Tabs/utils.d.ts +0 -0
- package/types/components/Tag/StyledTag.d.ts +0 -0
- package/types/components/Tag/__tests__/Tag.spec.d.ts +0 -0
- package/types/components/Tag/index.d.ts +0 -0
- package/types/components/TextInput/StyledTextInput.d.ts +0 -0
- package/types/components/TextInput/__tests__/StyledTextInput.spec.d.ts +0 -0
- package/types/components/TextInput/__tests__/index.spec.d.ts +0 -0
- package/types/components/TextInput/index.d.ts +0 -0
- package/types/components/TimePicker/StyledTimePicker.d.ts +0 -0
- package/types/components/TimePicker/TimePickerAndroid.d.ts +0 -0
- package/types/components/TimePicker/TimePickerIOS.d.ts +0 -0
- package/types/components/TimePicker/__tests__/TimePicker.spec.d.ts +0 -0
- package/types/components/TimePicker/__tests__/TimePickerAndroid.spec.d.ts +0 -0
- package/types/components/TimePicker/__tests__/TimePickerIOS.spec.d.ts +0 -0
- package/types/components/TimePicker/index.d.ts +0 -0
- package/types/components/TimePicker/types.d.ts +0 -0
- package/types/components/Toast/StyledToast.d.ts +0 -0
- package/types/components/Toast/Toast.d.ts +0 -0
- package/types/components/Toast/ToastContainer.d.ts +0 -0
- package/types/components/Toast/ToastContext.d.ts +0 -0
- package/types/components/Toast/ToastProvider.d.ts +0 -0
- package/types/components/Toast/__tests__/Toast.spec.d.ts +0 -0
- package/types/components/Toast/__tests__/ToastContainer.spec.d.ts +0 -0
- package/types/components/Toast/index.d.ts +0 -0
- package/types/components/Toast/types.d.ts +0 -0
- package/types/components/Toolbar/StyledToolbar.d.ts +0 -0
- package/types/components/Toolbar/ToolbarGroup.d.ts +0 -0
- package/types/components/Toolbar/ToolbarItem.d.ts +0 -0
- package/types/components/Toolbar/__tests__/ToolbarGroup.spec.d.ts +0 -0
- package/types/components/Toolbar/__tests__/ToolbarItem.spec.d.ts +0 -0
- package/types/components/Toolbar/index.d.ts +0 -0
- package/types/components/Typography/Text/StyledText.d.ts +0 -0
- package/types/components/Typography/Text/__tests__/StyledText.spec.d.ts +0 -0
- package/types/components/Typography/Text/__tests__/index.spec.d.ts +0 -0
- package/types/components/Typography/Text/index.d.ts +0 -0
- package/types/components/Typography/index.d.ts +0 -0
- package/types/index.d.ts +0 -0
- package/types/index.js.flow +7683 -0
- package/types/testHelpers/renderWithTheme.d.ts +0 -0
- package/types/theme/__tests__/index.spec.d.ts +0 -0
- package/types/theme/components/accordion.d.ts +0 -0
- package/types/theme/components/alert.d.ts +0 -0
- package/types/theme/components/avatar.d.ts +0 -0
- package/types/theme/components/badge.d.ts +0 -0
- package/types/theme/components/bottomNavigation.d.ts +0 -0
- package/types/theme/components/bottomSheet.d.ts +0 -0
- package/types/theme/components/button.d.ts +0 -0
- package/types/theme/components/calendar.d.ts +0 -0
- package/types/theme/components/card.d.ts +0 -0
- package/types/theme/components/checkbox.d.ts +0 -0
- package/types/theme/components/contentNavigator.d.ts +0 -0
- package/types/theme/components/datePicker.d.ts +0 -0
- package/types/theme/components/divider.d.ts +0 -0
- package/types/theme/components/drawer.d.ts +0 -0
- package/types/theme/components/empty.d.ts +0 -0
- package/types/theme/components/fab.d.ts +0 -0
- package/types/theme/components/icon.d.ts +0 -0
- package/types/theme/components/list.d.ts +0 -0
- package/types/theme/components/pinInput.d.ts +0 -0
- package/types/theme/components/progress.d.ts +0 -0
- package/types/theme/components/radio.d.ts +0 -0
- package/types/theme/components/richTextEditor.d.ts +0 -0
- package/types/theme/components/sectionHeading.d.ts +0 -0
- package/types/theme/components/select.d.ts +0 -0
- package/types/theme/components/spinner.d.ts +0 -0
- package/types/theme/components/switch.d.ts +0 -0
- package/types/theme/components/tabs.d.ts +0 -0
- package/types/theme/components/tag.d.ts +0 -0
- package/types/theme/components/textInput.d.ts +0 -0
- package/types/theme/components/timePicker.d.ts +0 -0
- package/types/theme/components/toast.d.ts +0 -0
- package/types/theme/components/toolbar.d.ts +0 -0
- package/types/theme/components/typography.d.ts +0 -0
- package/types/theme/global/borders.d.ts +0 -0
- package/types/theme/global/colors.d.ts +0 -0
- package/types/theme/global/index.d.ts +0 -0
- package/types/theme/global/scale.d.ts +0 -0
- package/types/theme/global/space.d.ts +0 -0
- package/types/theme/global/typography.d.ts +0 -0
- package/types/theme/index.d.ts +0 -0
- package/types/types.d.ts +0 -0
- package/types/utils/__tests__/scale.spec.d.ts +0 -0
- package/types/utils/helpers.d.ts +0 -0
- package/types/utils/hooks.d.ts +0 -0
- package/types/utils/scale.d.ts +0 -0
package/package.json
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hero-design/rn",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.16.0-alpha.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
7
|
-
"react-native": "src/index.ts",
|
|
8
7
|
"types": "types/index.d.ts",
|
|
9
8
|
"scripts": {
|
|
10
9
|
"lint": "eslint src --ext .js,.jsx,.ts,.tsx --ignore-path ../../.gitignore",
|
|
@@ -21,18 +20,18 @@
|
|
|
21
20
|
"dependencies": {
|
|
22
21
|
"@emotion/native": "^11.9.3",
|
|
23
22
|
"@emotion/react": "^11.9.3",
|
|
24
|
-
"@hero-design/colors": "7.
|
|
23
|
+
"@hero-design/colors": "7.16.0",
|
|
25
24
|
"date-fns": "^2.16.1",
|
|
26
25
|
"events": "^3.2.0",
|
|
27
26
|
"hero-editor": "^1.9.9"
|
|
28
27
|
},
|
|
29
28
|
"peerDependencies": {
|
|
29
|
+
"@react-native-community/datetimepicker": "^3.5.2",
|
|
30
30
|
"react": "17.0.2",
|
|
31
31
|
"react-native": "0.65.1",
|
|
32
32
|
"react-native-pager-view": "^5.4.25",
|
|
33
33
|
"react-native-safe-area-context": "^4.2.5",
|
|
34
34
|
"react-native-vector-icons": "^9.1.0",
|
|
35
|
-
"@react-native-community/datetimepicker": "^3.5.2",
|
|
36
35
|
"react-native-webview": "^11.15.0"
|
|
37
36
|
},
|
|
38
37
|
"devDependencies": {
|
|
@@ -23,7 +23,7 @@ const Header = ({
|
|
|
23
23
|
<>
|
|
24
24
|
<StyledHeaderWrapper>
|
|
25
25
|
{typeof content === 'string' ? (
|
|
26
|
-
<StyledHeader
|
|
26
|
+
<StyledHeader>
|
|
27
27
|
<Typography.Text fontSize="large" fontWeight="semi-bold">
|
|
28
28
|
{content}
|
|
29
29
|
</Typography.Text>
|
|
@@ -38,6 +38,7 @@ const Header = ({
|
|
|
38
38
|
onPress={onRequestClose}
|
|
39
39
|
intent="text"
|
|
40
40
|
testID="bottom-sheet-close-icon"
|
|
41
|
+
size="small"
|
|
41
42
|
/>
|
|
42
43
|
</StyledIconWrapper>
|
|
43
44
|
) : null}
|
|
@@ -1,16 +1,24 @@
|
|
|
1
1
|
import styled from '@emotion/native';
|
|
2
2
|
import { ComponentProps } from 'react';
|
|
3
|
-
import {
|
|
3
|
+
import {
|
|
4
|
+
Animated,
|
|
5
|
+
Pressable,
|
|
6
|
+
SafeAreaView,
|
|
7
|
+
StyleSheet,
|
|
8
|
+
View,
|
|
9
|
+
ViewProps,
|
|
10
|
+
} from 'react-native';
|
|
4
11
|
|
|
5
12
|
const AnimatedPressable = Animated.createAnimatedComponent(Pressable);
|
|
13
|
+
const AnimatedSafeAreaView = Animated.createAnimatedComponent(SafeAreaView);
|
|
6
14
|
|
|
7
15
|
const StyledWrapper = styled(View)<ViewProps>({
|
|
8
16
|
...StyleSheet.absoluteFillObject,
|
|
9
17
|
flexDirection: 'column-reverse',
|
|
10
18
|
});
|
|
11
19
|
|
|
12
|
-
const StyledBottomSheet = styled(
|
|
13
|
-
ComponentProps<typeof
|
|
20
|
+
const StyledBottomSheet = styled(AnimatedSafeAreaView)<
|
|
21
|
+
ComponentProps<typeof AnimatedSafeAreaView>
|
|
14
22
|
>(({ theme }) => ({
|
|
15
23
|
borderTopLeftRadius: theme.__hd__.bottomSheet.radii.default,
|
|
16
24
|
borderTopRightRadius: theme.__hd__.bottomSheet.radii.default,
|
|
@@ -33,25 +41,20 @@ const StyledBackdrop = styled(AnimatedPressable)<
|
|
|
33
41
|
}));
|
|
34
42
|
|
|
35
43
|
const StyledHeaderWrapper = styled(View)(({ theme }) => ({
|
|
36
|
-
minHeight: theme.__hd__.bottomSheet.sizes.sectionHeight,
|
|
37
44
|
flexDirection: 'row',
|
|
45
|
+
paddingVertical: theme.__hd__.bottomSheet.space.headerWrapperVerticalPadding,
|
|
46
|
+
paddingHorizontal:
|
|
47
|
+
theme.__hd__.bottomSheet.space.headerWrapperHorizontalPadding,
|
|
38
48
|
}));
|
|
39
49
|
|
|
40
|
-
const StyledHeader = styled(View)<
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
paddingRight: adjacentIcon
|
|
45
|
-
? 0
|
|
46
|
-
: theme.__hd__.bottomSheet.space.horizontalPadding,
|
|
47
|
-
paddingVertical: theme.__hd__.bottomSheet.space.verticalPadding,
|
|
48
|
-
justifyContent: 'center',
|
|
49
|
-
})
|
|
50
|
-
);
|
|
50
|
+
const StyledHeader = styled(View)<ViewProps>({
|
|
51
|
+
flex: 1,
|
|
52
|
+
justifyContent: 'center',
|
|
53
|
+
});
|
|
51
54
|
|
|
52
55
|
const StyledFooter = styled(View)<ViewProps>(({ theme }) => ({
|
|
53
|
-
paddingHorizontal: theme.__hd__.bottomSheet.space.
|
|
54
|
-
paddingVertical: theme.__hd__.bottomSheet.space.
|
|
56
|
+
paddingHorizontal: theme.__hd__.bottomSheet.space.footerHorizontalPadding,
|
|
57
|
+
paddingVertical: theme.__hd__.bottomSheet.space.footerVerticalPadding,
|
|
55
58
|
minHeight: theme.__hd__.bottomSheet.sizes.sectionHeight,
|
|
56
59
|
alignItems: 'center',
|
|
57
60
|
justifyContent: 'flex-end',
|
|
@@ -61,7 +64,9 @@ const StyledFooter = styled(View)<ViewProps>(({ theme }) => ({
|
|
|
61
64
|
const StyledIconWrapper = styled(View)<ViewProps>(({ theme }) => ({
|
|
62
65
|
alignItems: 'center',
|
|
63
66
|
justifyContent: 'center',
|
|
64
|
-
width: theme.__hd__.bottomSheet.sizes.
|
|
67
|
+
width: theme.__hd__.bottomSheet.sizes.closeIcon,
|
|
68
|
+
height: theme.__hd__.bottomSheet.sizes.closeIcon,
|
|
69
|
+
marginLeft: theme.__hd__.bottomSheet.space.closeIconMargin,
|
|
65
70
|
}));
|
|
66
71
|
|
|
67
72
|
export {
|
|
@@ -49,8 +49,9 @@ exports[`BottomSheet renders correctly with close state 1`] = `
|
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
51
|
/>
|
|
52
|
-
<
|
|
52
|
+
<RCTSafeAreaView
|
|
53
53
|
collapsable={false}
|
|
54
|
+
emulateUnlessSupported={true}
|
|
54
55
|
nativeID="animatedComponent"
|
|
55
56
|
onLayout={[Function]}
|
|
56
57
|
style={
|
|
@@ -84,22 +85,19 @@ exports[`BottomSheet renders correctly with close state 1`] = `
|
|
|
84
85
|
Array [
|
|
85
86
|
Object {
|
|
86
87
|
"flexDirection": "row",
|
|
87
|
-
"
|
|
88
|
+
"paddingHorizontal": 16,
|
|
89
|
+
"paddingVertical": 8,
|
|
88
90
|
},
|
|
89
91
|
undefined,
|
|
90
92
|
]
|
|
91
93
|
}
|
|
92
94
|
>
|
|
93
95
|
<View
|
|
94
|
-
adjacentIcon={true}
|
|
95
96
|
style={
|
|
96
97
|
Array [
|
|
97
98
|
Object {
|
|
98
99
|
"flex": 1,
|
|
99
100
|
"justifyContent": "center",
|
|
100
|
-
"paddingLeft": 24,
|
|
101
|
-
"paddingRight": 0,
|
|
102
|
-
"paddingVertical": 8,
|
|
103
101
|
},
|
|
104
102
|
undefined,
|
|
105
103
|
]
|
|
@@ -130,8 +128,10 @@ exports[`BottomSheet renders correctly with close state 1`] = `
|
|
|
130
128
|
Array [
|
|
131
129
|
Object {
|
|
132
130
|
"alignItems": "center",
|
|
131
|
+
"height": 48,
|
|
133
132
|
"justifyContent": "center",
|
|
134
|
-
"
|
|
133
|
+
"marginLeft": 12,
|
|
134
|
+
"width": 48,
|
|
135
135
|
},
|
|
136
136
|
undefined,
|
|
137
137
|
]
|
|
@@ -162,13 +162,13 @@ exports[`BottomSheet renders correctly with close state 1`] = `
|
|
|
162
162
|
Array [
|
|
163
163
|
Object {
|
|
164
164
|
"color": "#292a2b",
|
|
165
|
-
"fontSize":
|
|
165
|
+
"fontSize": 20,
|
|
166
166
|
},
|
|
167
167
|
undefined,
|
|
168
168
|
]
|
|
169
169
|
}
|
|
170
170
|
themeIntent="text"
|
|
171
|
-
themeSize="
|
|
171
|
+
themeSize="small"
|
|
172
172
|
/>
|
|
173
173
|
</View>
|
|
174
174
|
</View>
|
|
@@ -209,7 +209,7 @@ exports[`BottomSheet renders correctly with close state 1`] = `
|
|
|
209
209
|
"flexDirection": "row",
|
|
210
210
|
"justifyContent": "flex-end",
|
|
211
211
|
"minHeight": 64,
|
|
212
|
-
"paddingHorizontal":
|
|
212
|
+
"paddingHorizontal": 12,
|
|
213
213
|
"paddingVertical": 8,
|
|
214
214
|
},
|
|
215
215
|
undefined,
|
|
@@ -260,7 +260,7 @@ exports[`BottomSheet renders correctly with close state 1`] = `
|
|
|
260
260
|
</View>
|
|
261
261
|
</View>
|
|
262
262
|
</View>
|
|
263
|
-
</
|
|
263
|
+
</RCTSafeAreaView>
|
|
264
264
|
</View>
|
|
265
265
|
</Modal>
|
|
266
266
|
`;
|
|
@@ -314,8 +314,9 @@ exports[`BottomSheet renders correctly with open state 1`] = `
|
|
|
314
314
|
}
|
|
315
315
|
}
|
|
316
316
|
/>
|
|
317
|
-
<
|
|
317
|
+
<RCTSafeAreaView
|
|
318
318
|
collapsable={false}
|
|
319
|
+
emulateUnlessSupported={true}
|
|
319
320
|
nativeID="animatedComponent"
|
|
320
321
|
onLayout={[Function]}
|
|
321
322
|
style={
|
|
@@ -349,22 +350,19 @@ exports[`BottomSheet renders correctly with open state 1`] = `
|
|
|
349
350
|
Array [
|
|
350
351
|
Object {
|
|
351
352
|
"flexDirection": "row",
|
|
352
|
-
"
|
|
353
|
+
"paddingHorizontal": 16,
|
|
354
|
+
"paddingVertical": 8,
|
|
353
355
|
},
|
|
354
356
|
undefined,
|
|
355
357
|
]
|
|
356
358
|
}
|
|
357
359
|
>
|
|
358
360
|
<View
|
|
359
|
-
adjacentIcon={true}
|
|
360
361
|
style={
|
|
361
362
|
Array [
|
|
362
363
|
Object {
|
|
363
364
|
"flex": 1,
|
|
364
365
|
"justifyContent": "center",
|
|
365
|
-
"paddingLeft": 24,
|
|
366
|
-
"paddingRight": 0,
|
|
367
|
-
"paddingVertical": 8,
|
|
368
366
|
},
|
|
369
367
|
undefined,
|
|
370
368
|
]
|
|
@@ -395,8 +393,10 @@ exports[`BottomSheet renders correctly with open state 1`] = `
|
|
|
395
393
|
Array [
|
|
396
394
|
Object {
|
|
397
395
|
"alignItems": "center",
|
|
396
|
+
"height": 48,
|
|
398
397
|
"justifyContent": "center",
|
|
399
|
-
"
|
|
398
|
+
"marginLeft": 12,
|
|
399
|
+
"width": 48,
|
|
400
400
|
},
|
|
401
401
|
undefined,
|
|
402
402
|
]
|
|
@@ -427,13 +427,13 @@ exports[`BottomSheet renders correctly with open state 1`] = `
|
|
|
427
427
|
Array [
|
|
428
428
|
Object {
|
|
429
429
|
"color": "#292a2b",
|
|
430
|
-
"fontSize":
|
|
430
|
+
"fontSize": 20,
|
|
431
431
|
},
|
|
432
432
|
undefined,
|
|
433
433
|
]
|
|
434
434
|
}
|
|
435
435
|
themeIntent="text"
|
|
436
|
-
themeSize="
|
|
436
|
+
themeSize="small"
|
|
437
437
|
/>
|
|
438
438
|
</View>
|
|
439
439
|
</View>
|
|
@@ -474,7 +474,7 @@ exports[`BottomSheet renders correctly with open state 1`] = `
|
|
|
474
474
|
"flexDirection": "row",
|
|
475
475
|
"justifyContent": "flex-end",
|
|
476
476
|
"minHeight": 64,
|
|
477
|
-
"paddingHorizontal":
|
|
477
|
+
"paddingHorizontal": 12,
|
|
478
478
|
"paddingVertical": 8,
|
|
479
479
|
},
|
|
480
480
|
undefined,
|
|
@@ -525,7 +525,7 @@ exports[`BottomSheet renders correctly with open state 1`] = `
|
|
|
525
525
|
</View>
|
|
526
526
|
</View>
|
|
527
527
|
</View>
|
|
528
|
-
</
|
|
528
|
+
</RCTSafeAreaView>
|
|
529
529
|
</View>
|
|
530
530
|
</Modal>
|
|
531
531
|
`;
|
|
@@ -276,8 +276,9 @@ exports[`DatePickerIOS renders correctly 1`] = `
|
|
|
276
276
|
}
|
|
277
277
|
}
|
|
278
278
|
/>
|
|
279
|
-
<
|
|
279
|
+
<RCTSafeAreaView
|
|
280
280
|
collapsable={false}
|
|
281
|
+
emulateUnlessSupported={true}
|
|
281
282
|
nativeID="animatedComponent"
|
|
282
283
|
onLayout={[Function]}
|
|
283
284
|
style={
|
|
@@ -311,22 +312,19 @@ exports[`DatePickerIOS renders correctly 1`] = `
|
|
|
311
312
|
Array [
|
|
312
313
|
Object {
|
|
313
314
|
"flexDirection": "row",
|
|
314
|
-
"
|
|
315
|
+
"paddingHorizontal": 16,
|
|
316
|
+
"paddingVertical": 8,
|
|
315
317
|
},
|
|
316
318
|
undefined,
|
|
317
319
|
]
|
|
318
320
|
}
|
|
319
321
|
>
|
|
320
322
|
<View
|
|
321
|
-
adjacentIcon={true}
|
|
322
323
|
style={
|
|
323
324
|
Array [
|
|
324
325
|
Object {
|
|
325
326
|
"flex": 1,
|
|
326
327
|
"justifyContent": "center",
|
|
327
|
-
"paddingLeft": 24,
|
|
328
|
-
"paddingRight": 0,
|
|
329
|
-
"paddingVertical": 8,
|
|
330
328
|
},
|
|
331
329
|
undefined,
|
|
332
330
|
]
|
|
@@ -357,8 +355,10 @@ exports[`DatePickerIOS renders correctly 1`] = `
|
|
|
357
355
|
Array [
|
|
358
356
|
Object {
|
|
359
357
|
"alignItems": "center",
|
|
358
|
+
"height": 48,
|
|
360
359
|
"justifyContent": "center",
|
|
361
|
-
"
|
|
360
|
+
"marginLeft": 12,
|
|
361
|
+
"width": 48,
|
|
362
362
|
},
|
|
363
363
|
undefined,
|
|
364
364
|
]
|
|
@@ -389,13 +389,13 @@ exports[`DatePickerIOS renders correctly 1`] = `
|
|
|
389
389
|
Array [
|
|
390
390
|
Object {
|
|
391
391
|
"color": "#292a2b",
|
|
392
|
-
"fontSize":
|
|
392
|
+
"fontSize": 20,
|
|
393
393
|
},
|
|
394
394
|
undefined,
|
|
395
395
|
]
|
|
396
396
|
}
|
|
397
397
|
themeIntent="text"
|
|
398
|
-
themeSize="
|
|
398
|
+
themeSize="small"
|
|
399
399
|
/>
|
|
400
400
|
</View>
|
|
401
401
|
</View>
|
|
@@ -456,7 +456,7 @@ exports[`DatePickerIOS renders correctly 1`] = `
|
|
|
456
456
|
"flexDirection": "row",
|
|
457
457
|
"justifyContent": "flex-end",
|
|
458
458
|
"minHeight": 64,
|
|
459
|
-
"paddingHorizontal":
|
|
459
|
+
"paddingHorizontal": 12,
|
|
460
460
|
"paddingVertical": 8,
|
|
461
461
|
},
|
|
462
462
|
undefined,
|
|
@@ -503,7 +503,7 @@ exports[`DatePickerIOS renders correctly 1`] = `
|
|
|
503
503
|
</View>
|
|
504
504
|
</View>
|
|
505
505
|
</View>
|
|
506
|
-
</
|
|
506
|
+
</RCTSafeAreaView>
|
|
507
507
|
</View>
|
|
508
508
|
</View>
|
|
509
509
|
</View>
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import React, { useEffect, useRef, ComponentProps } from 'react';
|
|
2
|
+
import { Animated, Easing } from 'react-native';
|
|
3
|
+
import StyledHeroIcon from './HeroIcon';
|
|
4
|
+
|
|
5
|
+
type AnimatedIconProps = ComponentProps<typeof StyledHeroIcon>;
|
|
6
|
+
|
|
7
|
+
const AnimatedIcon = ({ style, ...otherProps }: AnimatedIconProps) => {
|
|
8
|
+
const rotateAnimation = useRef<Animated.Value>(new Animated.Value(0));
|
|
9
|
+
|
|
10
|
+
useEffect(() => {
|
|
11
|
+
const animation = Animated.loop(
|
|
12
|
+
Animated.timing(rotateAnimation.current, {
|
|
13
|
+
toValue: 1,
|
|
14
|
+
duration: 1000,
|
|
15
|
+
easing: Easing.linear,
|
|
16
|
+
useNativeDriver: true,
|
|
17
|
+
})
|
|
18
|
+
);
|
|
19
|
+
|
|
20
|
+
animation.start();
|
|
21
|
+
|
|
22
|
+
return () => {
|
|
23
|
+
animation.stop();
|
|
24
|
+
};
|
|
25
|
+
}, []);
|
|
26
|
+
|
|
27
|
+
const interpolatedRotateAnimation = rotateAnimation.current.interpolate({
|
|
28
|
+
inputRange: [0, 1],
|
|
29
|
+
outputRange: ['0deg', '360deg'],
|
|
30
|
+
});
|
|
31
|
+
|
|
32
|
+
return (
|
|
33
|
+
<Animated.View
|
|
34
|
+
style={[
|
|
35
|
+
{
|
|
36
|
+
transform: [{ rotate: interpolatedRotateAnimation }],
|
|
37
|
+
},
|
|
38
|
+
style,
|
|
39
|
+
]}
|
|
40
|
+
>
|
|
41
|
+
<StyledHeroIcon {...otherProps} />
|
|
42
|
+
</Animated.View>
|
|
43
|
+
);
|
|
44
|
+
};
|
|
45
|
+
|
|
46
|
+
export default AnimatedIcon;
|