@hero-design/rn 8.75.0 → 8.76.1-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$colon$types.log +0 -0
- package/.turbo/turbo-build.log +4 -3
- package/.turbo/turbo-lint.log +183 -0
- package/.turbo/turbo-publish:npm.log +9 -0
- package/.turbo/turbo-test.log +4726 -0
- package/.turbo/turbo-type-check.log +0 -0
- package/CHANGELOG.md +24 -0
- package/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/es/index.js +562 -397
- package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/lib/index.js +562 -397
- package/package.json +2 -2
- package/src/components/AnimatedScroller/__tests__/__snapshots__/ScrollablesWithFAB.spec.tsx.snap +84 -18
- package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/StyledAvatarStack.spec.tsx.snap +2 -2
- package/src/components/Avatar/__tests__/__snapshots__/StyledAvatar.spec.tsx.snap +1 -1
- package/src/components/Avatar/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
- package/src/components/BottomNavigation/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
- package/src/components/BottomSheet/index.tsx +2 -0
- package/src/components/Calendar/__tests__/__snapshots__/CalendarRowItem.spec.tsx.snap +5 -5
- package/src/components/Card/DataCard/__tests__/__snapshots__/StyledDataCard.spec.tsx.snap +1 -1
- package/src/components/Card/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
- package/src/components/Carousel/__tests__/__snapshots__/CardCarousel.spec.tsx.snap +4 -4
- package/src/components/Carousel/__tests__/__snapshots__/StyledCardCarousel.spec.tsx.snap +3 -3
- package/src/components/Carousel/__tests__/__snapshots__/StyledCarousel.spec.tsx.snap +2 -2
- package/src/components/Carousel/__tests__/__snapshots__/index.spec.tsx.snap +30 -30
- package/src/components/Chip/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +1 -1
- package/src/components/Error/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
- package/src/components/FAB/ActionGroup/ActionItem.tsx +1 -3
- package/src/components/FAB/ActionGroup/StyledActionGroup.tsx +1 -1
- package/src/components/FAB/ActionGroup/StyledActionItem.tsx +2 -2
- package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +162 -89
- package/src/components/FAB/FAB.tsx +1 -1
- package/src/components/FAB/StyledFAB.tsx +2 -3
- package/src/components/FAB/__tests__/__snapshots__/AnimatedFABIcon.spec.tsx.snap +2 -2
- package/src/components/FAB/__tests__/__snapshots__/StyledFAB.spec.tsx.snap +25 -3
- package/src/components/HeroDesignProvider/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
- package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
- package/src/components/Icon/IconList.ts +5 -0
- package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +2 -2
- package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +6 -6
- package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +2 -2
- package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +2 -2
- package/src/components/PageControl/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
- package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +5 -5
- package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +10 -10
- package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +14 -14
- package/src/components/Rate/__tests__/__snapshots__/index.spec.tsx.snap +10 -10
- package/src/components/SectionHeading/__tests__/__snapshots__/StyledHeading.spec.tsx.snap +1 -1
- package/src/components/SectionHeading/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +2 -2
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +14 -14
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +14 -14
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +1 -1
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +8 -8
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
- package/src/components/Slider/__tests__/__snapshots__/index.spec.tsx.snap +9 -9
- package/src/components/Spinner/__tests__/__snapshots__/AnimatedSpinner.spec.tsx.snap +4 -4
- package/src/components/Spinner/__tests__/__snapshots__/StyledSpinner.spec.tsx.snap +32 -32
- package/src/components/Spinner/__tests__/__snapshots__/index.spec.tsx.snap +4 -4
- package/src/components/Success/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
- package/src/components/Swipeable/__tests__/__snapshots__/SwipeableAction.spec.tsx.snap +1 -1
- package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
- package/src/components/Switch/__tests__/__snapshots__/StyledSwitch.spec.tsx.snap +2 -2
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +3 -3
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabsHeader.spec.tsx.snap +5 -5
- package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
- package/src/components/Tag/__tests__/__snapshots__/Tag.spec.tsx.snap +5 -5
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +1 -1
- package/src/components/Toolbar/StyledToolbar.tsx +50 -1
- package/src/components/Toolbar/ToolbarMessage.tsx +169 -0
- package/src/components/Toolbar/__tests__/ToolbarMessage.spec.tsx +161 -0
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +18 -18
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +7 -7
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarMessage.spec.tsx.snap +382 -0
- package/src/components/Toolbar/index.tsx +2 -0
- package/src/components/Typography/Body/__tests__/__snapshots__/StyledBody.tsx.snap +1 -1
- package/src/components/Typography/Body/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
- package/src/components/Typography/Caption/__tests__/__snapshots__/StyledCaption.spec.tsx.snap +1 -1
- package/src/components/Typography/Caption/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
- package/src/components/Typography/Label/__tests__/__snapshots__/StyledLabel.tsx.snap +1 -1
- package/src/components/Typography/Label/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
- package/src/components/Typography/Text/__tests__/__snapshots__/StyledText.spec.tsx.snap +1 -1
- package/src/components/Typography/Title/__tests__/__snapshots__/StyledTitle.tsx.snap +1 -1
- package/src/components/Typography/Title/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
- package/src/theme/ThemeSwitcher.tsx +12 -2
- package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +16 -0
- package/src/theme/components/fab.ts +6 -6
- package/src/theme/components/toolbar.ts +19 -1
- package/src/theme/getTheme.ts +2 -2
- package/stats/8.76.0/rn-stats.html +4844 -0
- package/types/components/Accordion/AccordionItem.d.ts +0 -0
- package/types/components/Accordion/StyledAccordion.d.ts +0 -0
- package/types/components/Accordion/index.d.ts +0 -0
- package/types/components/Alert/StyledAlert.d.ts +0 -0
- package/types/components/Alert/index.d.ts +0 -0
- package/types/components/Attachment/StyledAttachment.d.ts +0 -0
- package/types/components/Attachment/index.d.ts +0 -0
- package/types/components/Avatar/Avatar.d.ts +0 -0
- package/types/components/Avatar/AvatarStack/StyledAvatarStack.d.ts +0 -0
- package/types/components/Avatar/AvatarStack/index.d.ts +0 -0
- package/types/components/Avatar/AvatarStack/utils.d.ts +0 -0
- package/types/components/Avatar/StyledAvatar.d.ts +0 -0
- package/types/components/Avatar/index.d.ts +0 -0
- package/types/components/Badge/Status.d.ts +0 -0
- package/types/components/Badge/StyledBadge.d.ts +0 -0
- package/types/components/Badge/index.d.ts +0 -0
- package/types/components/BottomNavigation/StyledBottomNavigation.d.ts +0 -0
- package/types/components/BottomNavigation/index.d.ts +0 -0
- package/types/components/BottomSheet/BottomSheetContext.d.ts +0 -0
- package/types/components/BottomSheet/Footer.d.ts +0 -0
- package/types/components/BottomSheet/Header.d.ts +0 -0
- package/types/components/BottomSheet/ScrollView.d.ts +0 -0
- package/types/components/BottomSheet/StyledBottomSheet.d.ts +0 -0
- package/types/components/BottomSheet/index.d.ts +0 -0
- package/types/components/Box/StyledBox.d.ts +0 -0
- package/types/components/Box/config.d.ts +0 -0
- package/types/components/Box/index.d.ts +0 -0
- package/types/components/Box/types.d.ts +0 -0
- package/types/components/Button/Button.d.ts +0 -0
- package/types/components/Button/IconButton.d.ts +0 -0
- package/types/components/Button/LoadingIndicator/StyledLoadingIndicator.d.ts +0 -0
- package/types/components/Button/LoadingIndicator/index.d.ts +0 -0
- package/types/components/Button/StyledButton.d.ts +0 -0
- package/types/components/Button/UtilityButton/StyledUtilityButton.d.ts +0 -0
- package/types/components/Button/UtilityButton/index.d.ts +0 -0
- package/types/components/Button/index.d.ts +0 -0
- package/types/components/Calendar/CalendarRowItem.d.ts +0 -0
- package/types/components/Calendar/StyledCalendar.d.ts +0 -0
- package/types/components/Calendar/helpers.d.ts +0 -0
- package/types/components/Calendar/index.d.ts +0 -0
- package/types/components/Card/DataCard/StyledDataCard.d.ts +0 -0
- package/types/components/Card/DataCard/index.d.ts +0 -0
- package/types/components/Card/StyledCard.d.ts +0 -0
- package/types/components/Card/index.d.ts +0 -0
- package/types/components/Carousel/CardCarousel.d.ts +0 -0
- package/types/components/Carousel/CarouselItem.d.ts +0 -0
- package/types/components/Carousel/StyledCardCarousel.d.ts +0 -0
- package/types/components/Carousel/StyledCarousel.d.ts +0 -0
- package/types/components/Carousel/contants.d.ts +0 -0
- package/types/components/Carousel/index.d.ts +0 -0
- package/types/components/Carousel/types.d.ts +0 -0
- package/types/components/Checkbox/StyledCheckbox.d.ts +0 -0
- package/types/components/Checkbox/index.d.ts +0 -0
- package/types/components/Collapse/StyledCollapse.d.ts +0 -0
- package/types/components/Collapse/index.d.ts +0 -0
- package/types/components/CompoundSearch/CompoundSearchHandler.d.ts +31 -0
- package/types/components/CompoundSearch/CompoundSearchTextInput.d.ts +60 -0
- package/types/components/CompoundSearch/StyledCompoundSearch.d.ts +40 -0
- package/types/components/CompoundSearch/index.d.ts +8 -0
- package/types/components/CompoundSearch/utils.d.ts +8 -0
- package/types/components/ContentNavigator/StyledContentNavigator.d.ts +0 -0
- package/types/components/ContentNavigator/index.d.ts +0 -0
- package/types/components/DatePicker/DatePickerAndroid.d.ts +0 -0
- package/types/components/DatePicker/DatePickerCalendar.d.ts +0 -0
- package/types/components/DatePicker/DatePickerIOS.d.ts +0 -0
- package/types/components/DatePicker/StyledDatePicker.d.ts +0 -0
- package/types/components/DatePicker/index.d.ts +0 -0
- package/types/components/DatePicker/types.d.ts +0 -0
- package/types/components/Divider/StyledDivider.d.ts +0 -0
- package/types/components/Divider/index.d.ts +0 -0
- package/types/components/Drawer/DragableDrawer/helpers.d.ts +0 -0
- package/types/components/Drawer/DragableDrawer/index.d.ts +0 -0
- package/types/components/Drawer/StyledDrawer.d.ts +0 -0
- package/types/components/Drawer/index.d.ts +0 -0
- package/types/components/Empty/StyledEmpty.d.ts +0 -0
- package/types/components/Empty/index.d.ts +0 -0
- package/types/components/Error/StyledError.d.ts +0 -0
- package/types/components/Error/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 +3 -3
- 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 +2 -3
- package/types/components/FAB/index.d.ts +0 -0
- package/types/components/Icon/AnimatedIcon.d.ts +0 -0
- package/types/components/Icon/HeroIcon/index.d.ts +0 -0
- package/types/components/Icon/IconList.d.ts +1 -1
- package/types/components/Icon/index.d.ts +1 -1
- package/types/components/Icon/utils.d.ts +1 -1
- package/types/components/Image/index.d.ts +0 -0
- package/types/components/List/BasicListItem.d.ts +0 -0
- package/types/components/List/ListItem.d.ts +0 -0
- package/types/components/List/StyledBasicListItem.d.ts +0 -0
- package/types/components/List/StyledListItem.d.ts +0 -0
- package/types/components/List/index.d.ts +0 -0
- package/types/components/PageControl/StyledPageControl.d.ts +0 -0
- package/types/components/PageControl/index.d.ts +0 -0
- package/types/components/PinInput/PinCell.d.ts +0 -0
- package/types/components/PinInput/StyledPinInput.d.ts +0 -0
- package/types/components/PinInput/index.d.ts +0 -0
- package/types/components/Progress/ProgressBar.d.ts +0 -0
- package/types/components/Progress/ProgressCircle.d.ts +0 -0
- package/types/components/Progress/StyledProgressBar.d.ts +0 -0
- package/types/components/Progress/StyledProgressCircle.d.ts +0 -0
- package/types/components/Progress/__tests__/index.spec.d.ts +0 -0
- package/types/components/Progress/constants.d.ts +0 -0
- package/types/components/Progress/index.d.ts +0 -0
- package/types/components/Progress/types.d.ts +0 -0
- package/types/components/Radio/Radio.d.ts +0 -0
- package/types/components/Radio/RadioGroup.d.ts +0 -0
- package/types/components/Radio/StyledRadio.d.ts +0 -0
- package/types/components/Radio/index.d.ts +0 -0
- package/types/components/Radio/types.d.ts +0 -0
- package/types/components/RefreshControl/index.d.ts +0 -0
- package/types/components/RichTextEditor/EditorEvent.d.ts +0 -0
- package/types/components/RichTextEditor/EditorToolbar.d.ts +0 -0
- package/types/components/RichTextEditor/MentionList.d.ts +0 -0
- package/types/components/RichTextEditor/RichTextEditor.d.ts +0 -0
- package/types/components/RichTextEditor/StyledRichTextEditor.d.ts +0 -0
- package/types/components/RichTextEditor/StyledToolbar.d.ts +0 -0
- package/types/components/RichTextEditor/__mocks__/heroEditorApp.d.ts +0 -0
- package/types/components/RichTextEditor/constants.d.ts +0 -0
- package/types/components/RichTextEditor/heroEditorApp.d.ts +0 -0
- package/types/components/RichTextEditor/index.d.ts +0 -0
- package/types/components/RichTextEditor/types.d.ts +0 -0
- package/types/components/RichTextEditor/utils/events.d.ts +0 -0
- package/types/components/RichTextEditor/utils/rnWebView.d.ts +0 -0
- package/types/components/Search/SearchBasic.d.ts +31 -0
- package/types/components/Search/SearchCompound.d.ts +60 -0
- package/types/components/Search/utils.d.ts +2 -2
- package/types/components/SectionHeading/StyledHeading.d.ts +0 -0
- package/types/components/SectionHeading/index.d.ts +0 -0
- package/types/components/Select/BaseOptionList.d.ts +0 -0
- package/types/components/Select/Footer.d.ts +0 -0
- package/types/components/Select/MultiSelect/Option.d.ts +0 -0
- package/types/components/Select/MultiSelect/OptionList.d.ts +0 -0
- package/types/components/Select/MultiSelect/index.d.ts +0 -0
- package/types/components/Select/SingleSelect/Option.d.ts +0 -0
- package/types/components/Select/SingleSelect/OptionList.d.ts +0 -0
- package/types/components/Select/SingleSelect/StyledSingleSelect.d.ts +0 -0
- package/types/components/Select/SingleSelect/index.d.ts +0 -0
- package/types/components/Select/StyledSelect.d.ts +0 -0
- package/types/components/Select/helpers.d.ts +0 -0
- package/types/components/Select/index.d.ts +0 -0
- package/types/components/Select/types.d.ts +0 -0
- package/types/components/Skeleton/StyledSkeleton.d.ts +0 -0
- package/types/components/Skeleton/index.d.ts +0 -0
- package/types/components/Slider/index.d.ts +0 -0
- package/types/components/Spinner/AnimatedSpinner.d.ts +0 -0
- package/types/components/Spinner/StyledSpinner.d.ts +0 -0
- package/types/components/Spinner/index.d.ts +0 -0
- package/types/components/Success/StyledSuccess.d.ts +0 -0
- package/types/components/Success/index.d.ts +0 -0
- package/types/components/Swipeable/StyledSwipeable.d.ts +0 -0
- package/types/components/Swipeable/SwipeableAction.d.ts +0 -0
- package/types/components/Swipeable/index.d.ts +0 -0
- package/types/components/Switch/SelectorSwitch/Option.d.ts +0 -0
- package/types/components/Switch/SelectorSwitch/StyledSelectorSwitch.d.ts +0 -0
- package/types/components/Switch/SelectorSwitch/index.d.ts +0 -0
- package/types/components/Switch/StyledSwitch.d.ts +0 -0
- package/types/components/Switch/index.d.ts +0 -0
- package/types/components/Tabs/ActiveTabIndicator.d.ts +0 -0
- package/types/components/Tabs/SceneView.d.ts +0 -0
- package/types/components/Tabs/ScrollableTabs.d.ts +0 -0
- package/types/components/Tabs/ScrollableTabsHeader.d.ts +35 -0
- package/types/components/Tabs/StyledScrollableTabs.d.ts +0 -0
- package/types/components/Tabs/StyledTabs.d.ts +0 -0
- package/types/components/Tabs/TabWithBadge.d.ts +0 -0
- package/types/components/Tabs/index.d.ts +0 -0
- package/types/components/Tabs/useIsFocused.d.ts +0 -0
- package/types/components/Tabs/utils.d.ts +0 -0
- package/types/components/Tag/StyledTag.d.ts +0 -0
- package/types/components/Tag/index.d.ts +0 -0
- package/types/components/TextInput/StyledTextInput.d.ts +0 -0
- package/types/components/TextInput/index.d.ts +3 -3
- package/types/components/TimePicker/StyledTimePicker.d.ts +0 -0
- package/types/components/TimePicker/TimePickerAndroid.d.ts +0 -0
- package/types/components/TimePicker/TimePickerIOS.d.ts +0 -0
- package/types/components/TimePicker/index.d.ts +0 -0
- package/types/components/TimePicker/types.d.ts +0 -0
- package/types/components/Toast/StyledToast.d.ts +0 -0
- package/types/components/Toast/Toast.d.ts +0 -0
- package/types/components/Toast/ToastContainer.d.ts +0 -0
- package/types/components/Toast/ToastContext.d.ts +0 -0
- package/types/components/Toast/ToastProvider.d.ts +0 -0
- package/types/components/Toast/index.d.ts +0 -0
- package/types/components/Toast/types.d.ts +0 -0
- package/types/components/Toolbar/StyledToolbar.d.ts +33 -2
- package/types/components/Toolbar/ToolbarGroup.d.ts +0 -0
- package/types/components/Toolbar/ToolbarItem.d.ts +0 -0
- package/types/components/Toolbar/ToolbarMessage.d.ts +59 -0
- package/types/components/Toolbar/index.d.ts +1 -0
- package/types/components/Typography/Text/StyledText.d.ts +0 -0
- package/types/components/Typography/Text/index.d.ts +0 -0
- package/types/components/Typography/index.d.ts +0 -0
- package/types/index.d.ts +0 -0
- package/types/testHelpers/renderWithTheme.d.ts +0 -0
- package/types/theme/ThemeProvider.d.ts +0 -0
- package/types/theme/ThemeSwitcher.d.ts +1 -1
- package/types/theme/components/accordion.d.ts +0 -0
- package/types/theme/components/alert.d.ts +0 -0
- package/types/theme/components/attachment.d.ts +0 -0
- package/types/theme/components/avatar.d.ts +0 -0
- package/types/theme/components/badge.d.ts +0 -0
- package/types/theme/components/bottomNavigation.d.ts +0 -0
- package/types/theme/components/bottomSheet.d.ts +0 -0
- package/types/theme/components/button.d.ts +0 -0
- package/types/theme/components/calendar.d.ts +0 -0
- package/types/theme/components/card.d.ts +0 -0
- package/types/theme/components/cardCarousel.d.ts +0 -0
- package/types/theme/components/carousel.d.ts +0 -0
- package/types/theme/components/checkbox.d.ts +0 -0
- package/types/theme/components/compoundSearch.d.ts +36 -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/error.d.ts +0 -0
- package/types/theme/components/fab.d.ts +0 -0
- package/types/theme/components/icon.d.ts +0 -0
- package/types/theme/components/image.d.ts +0 -0
- package/types/theme/components/list.d.ts +0 -0
- package/types/theme/components/pageControl.d.ts +0 -0
- package/types/theme/components/pinInput.d.ts +0 -0
- package/types/theme/components/progress.d.ts +0 -0
- package/types/theme/components/radio.d.ts +0 -0
- package/types/theme/components/refreshControl.d.ts +0 -0
- package/types/theme/components/richTextEditor.d.ts +0 -0
- package/types/theme/components/sectionHeading.d.ts +0 -0
- package/types/theme/components/select.d.ts +0 -0
- package/types/theme/components/skeleton.d.ts +0 -0
- package/types/theme/components/slider.d.ts +0 -0
- package/types/theme/components/spinner.d.ts +0 -0
- package/types/theme/components/success.d.ts +0 -0
- package/types/theme/components/swipeable.d.ts +0 -0
- package/types/theme/components/switch.d.ts +0 -0
- package/types/theme/components/tabs.d.ts +0 -0
- package/types/theme/components/tag.d.ts +0 -0
- package/types/theme/components/textInput.d.ts +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 +16 -0
- package/types/theme/components/typography.d.ts +0 -0
- package/types/theme/getTheme.d.ts +0 -0
- package/types/theme/global/borders.d.ts +0 -0
- package/types/theme/global/colors/eBens.d.ts +0 -0
- package/types/theme/global/colors/global.d.ts +0 -0
- package/types/theme/global/colors/globalDark.d.ts +0 -0
- package/types/theme/global/colors/jobs.d.ts +0 -0
- package/types/theme/global/colors/swag.d.ts +0 -0
- package/types/theme/global/colors/swagDark.d.ts +0 -0
- package/types/theme/global/colors/types.d.ts +0 -0
- package/types/theme/global/colors/wallet.d.ts +0 -0
- package/types/theme/global/colors/work.d.ts +0 -0
- package/types/theme/global/index.d.ts +0 -0
- package/types/theme/global/scale.d.ts +0 -0
- package/types/theme/global/sizes.d.ts +0 -0
- package/types/theme/global/space.d.ts +0 -0
- package/types/theme/global/typography.d.ts +0 -0
- package/types/theme/index.d.ts +0 -0
- package/types/types.d.ts +0 -0
- package/types/utils/functions.d.ts +0 -0
- package/types/utils/helpers.d.ts +0 -0
- package/types/utils/hooks.d.ts +0 -0
- package/types/utils/scale.d.ts +0 -0
|
@@ -30,6 +30,15 @@ exports[`ActionGroup has active false 1`] = `
|
|
|
30
30
|
style={{}}
|
|
31
31
|
>
|
|
32
32
|
<View
|
|
33
|
+
accessibilityState={
|
|
34
|
+
{
|
|
35
|
+
"busy": undefined,
|
|
36
|
+
"checked": undefined,
|
|
37
|
+
"disabled": undefined,
|
|
38
|
+
"expanded": undefined,
|
|
39
|
+
"selected": undefined,
|
|
40
|
+
}
|
|
41
|
+
}
|
|
33
42
|
accessibilityValue={
|
|
34
43
|
{
|
|
35
44
|
"max": undefined,
|
|
@@ -39,6 +48,7 @@ exports[`ActionGroup has active false 1`] = `
|
|
|
39
48
|
}
|
|
40
49
|
}
|
|
41
50
|
accessible={true}
|
|
51
|
+
collapsable={false}
|
|
42
52
|
focusable={false}
|
|
43
53
|
onClick={[Function]}
|
|
44
54
|
onLayout={[Function]}
|
|
@@ -52,7 +62,7 @@ exports[`ActionGroup has active false 1`] = `
|
|
|
52
62
|
{
|
|
53
63
|
"alignItems": "center",
|
|
54
64
|
"alignSelf": "flex-end",
|
|
55
|
-
"backgroundColor": "#
|
|
65
|
+
"backgroundColor": "#000000",
|
|
56
66
|
"borderRadius": 999,
|
|
57
67
|
"bottom": undefined,
|
|
58
68
|
"elevation": 3,
|
|
@@ -61,6 +71,7 @@ exports[`ActionGroup has active false 1`] = `
|
|
|
61
71
|
"justifyContent": "center",
|
|
62
72
|
"marginRight": 24,
|
|
63
73
|
"marginTop": 24,
|
|
74
|
+
"opacity": 1,
|
|
64
75
|
"padding": 20,
|
|
65
76
|
"shadowColor": "#001f23",
|
|
66
77
|
"shadowOffset": {
|
|
@@ -113,7 +124,7 @@ exports[`ActionGroup has active false 1`] = `
|
|
|
113
124
|
},
|
|
114
125
|
[
|
|
115
126
|
{
|
|
116
|
-
"color": "#
|
|
127
|
+
"color": "#FDFBFF",
|
|
117
128
|
"lineHeight": 24,
|
|
118
129
|
"textAlign": "center",
|
|
119
130
|
"textAlignVertical": "center",
|
|
@@ -140,7 +151,7 @@ exports[`ActionGroup has active false 1`] = `
|
|
|
140
151
|
},
|
|
141
152
|
[
|
|
142
153
|
{
|
|
143
|
-
"color": "#
|
|
154
|
+
"color": "#FDFBFF",
|
|
144
155
|
"marginHorizontal": 8,
|
|
145
156
|
"textAlign": "center",
|
|
146
157
|
"textAlignVertical": "center",
|
|
@@ -212,6 +223,15 @@ exports[`ActionGroup has active true 1`] = `
|
|
|
212
223
|
style={{}}
|
|
213
224
|
>
|
|
214
225
|
<View
|
|
226
|
+
accessibilityState={
|
|
227
|
+
{
|
|
228
|
+
"busy": undefined,
|
|
229
|
+
"checked": undefined,
|
|
230
|
+
"disabled": undefined,
|
|
231
|
+
"expanded": undefined,
|
|
232
|
+
"selected": undefined,
|
|
233
|
+
}
|
|
234
|
+
}
|
|
215
235
|
accessibilityValue={
|
|
216
236
|
{
|
|
217
237
|
"max": undefined,
|
|
@@ -221,6 +241,7 @@ exports[`ActionGroup has active true 1`] = `
|
|
|
221
241
|
}
|
|
222
242
|
}
|
|
223
243
|
accessible={true}
|
|
244
|
+
collapsable={false}
|
|
224
245
|
focusable={false}
|
|
225
246
|
onClick={[Function]}
|
|
226
247
|
onLayout={[Function]}
|
|
@@ -234,7 +255,7 @@ exports[`ActionGroup has active true 1`] = `
|
|
|
234
255
|
{
|
|
235
256
|
"alignItems": "center",
|
|
236
257
|
"alignSelf": "flex-end",
|
|
237
|
-
"backgroundColor": "#
|
|
258
|
+
"backgroundColor": "#000000",
|
|
238
259
|
"borderRadius": 999,
|
|
239
260
|
"bottom": undefined,
|
|
240
261
|
"elevation": 3,
|
|
@@ -243,6 +264,7 @@ exports[`ActionGroup has active true 1`] = `
|
|
|
243
264
|
"justifyContent": "center",
|
|
244
265
|
"marginRight": 24,
|
|
245
266
|
"marginTop": 24,
|
|
267
|
+
"opacity": 1,
|
|
246
268
|
"padding": 20,
|
|
247
269
|
"shadowColor": "#001f23",
|
|
248
270
|
"shadowOffset": {
|
|
@@ -307,7 +329,7 @@ exports[`ActionGroup has active true 1`] = `
|
|
|
307
329
|
},
|
|
308
330
|
[
|
|
309
331
|
{
|
|
310
|
-
"color": "#
|
|
332
|
+
"color": "#FDFBFF",
|
|
311
333
|
"lineHeight": 24,
|
|
312
334
|
"textAlign": "center",
|
|
313
335
|
"textAlignVertical": "center",
|
|
@@ -387,10 +409,10 @@ exports[`ActionGroup has active true 1`] = `
|
|
|
387
409
|
onStartShouldSetResponder={[Function]}
|
|
388
410
|
style={
|
|
389
411
|
{
|
|
390
|
-
"backgroundColor": "#
|
|
412
|
+
"backgroundColor": "#FDFBFF",
|
|
391
413
|
"bottom": 0,
|
|
392
414
|
"left": 0,
|
|
393
|
-
"opacity": 0.
|
|
415
|
+
"opacity": 0.8,
|
|
394
416
|
"position": "absolute",
|
|
395
417
|
"right": 0,
|
|
396
418
|
"top": 0,
|
|
@@ -437,6 +459,15 @@ exports[`ActionGroup has active true 1`] = `
|
|
|
437
459
|
}
|
|
438
460
|
>
|
|
439
461
|
<View
|
|
462
|
+
accessibilityState={
|
|
463
|
+
{
|
|
464
|
+
"busy": undefined,
|
|
465
|
+
"checked": undefined,
|
|
466
|
+
"disabled": undefined,
|
|
467
|
+
"expanded": undefined,
|
|
468
|
+
"selected": undefined,
|
|
469
|
+
}
|
|
470
|
+
}
|
|
440
471
|
accessibilityValue={
|
|
441
472
|
{
|
|
442
473
|
"max": undefined,
|
|
@@ -446,6 +477,7 @@ exports[`ActionGroup has active true 1`] = `
|
|
|
446
477
|
}
|
|
447
478
|
}
|
|
448
479
|
accessible={true}
|
|
480
|
+
collapsable={false}
|
|
449
481
|
focusable={false}
|
|
450
482
|
onClick={[Function]}
|
|
451
483
|
onResponderGrant={[Function]}
|
|
@@ -455,20 +487,18 @@ exports[`ActionGroup has active true 1`] = `
|
|
|
455
487
|
onResponderTerminationRequest={[Function]}
|
|
456
488
|
onStartShouldSetResponder={[Function]}
|
|
457
489
|
style={
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
undefined,
|
|
471
|
-
]
|
|
490
|
+
{
|
|
491
|
+
"alignItems": "center",
|
|
492
|
+
"alignSelf": "flex-end",
|
|
493
|
+
"backgroundColor": "#000000",
|
|
494
|
+
"borderRadius": 999,
|
|
495
|
+
"flexDirection": "row",
|
|
496
|
+
"margin": 8,
|
|
497
|
+
"marginRight": 24,
|
|
498
|
+
"opacity": 1,
|
|
499
|
+
"overflow": "hidden",
|
|
500
|
+
"padding": 12,
|
|
501
|
+
}
|
|
472
502
|
}
|
|
473
503
|
testID="speaker-action-item"
|
|
474
504
|
>
|
|
@@ -498,7 +528,7 @@ exports[`ActionGroup has active true 1`] = `
|
|
|
498
528
|
},
|
|
499
529
|
[
|
|
500
530
|
{
|
|
501
|
-
"color": "#
|
|
531
|
+
"color": "#FDFBFF",
|
|
502
532
|
},
|
|
503
533
|
undefined,
|
|
504
534
|
],
|
|
@@ -521,7 +551,7 @@ exports[`ActionGroup has active true 1`] = `
|
|
|
521
551
|
},
|
|
522
552
|
[
|
|
523
553
|
{
|
|
524
|
-
"color": "#
|
|
554
|
+
"color": "#FDFBFF",
|
|
525
555
|
},
|
|
526
556
|
undefined,
|
|
527
557
|
],
|
|
@@ -548,6 +578,15 @@ exports[`ActionGroup has active true 1`] = `
|
|
|
548
578
|
}
|
|
549
579
|
>
|
|
550
580
|
<View
|
|
581
|
+
accessibilityState={
|
|
582
|
+
{
|
|
583
|
+
"busy": undefined,
|
|
584
|
+
"checked": undefined,
|
|
585
|
+
"disabled": undefined,
|
|
586
|
+
"expanded": undefined,
|
|
587
|
+
"selected": undefined,
|
|
588
|
+
}
|
|
589
|
+
}
|
|
551
590
|
accessibilityValue={
|
|
552
591
|
{
|
|
553
592
|
"max": undefined,
|
|
@@ -557,6 +596,7 @@ exports[`ActionGroup has active true 1`] = `
|
|
|
557
596
|
}
|
|
558
597
|
}
|
|
559
598
|
accessible={true}
|
|
599
|
+
collapsable={false}
|
|
560
600
|
focusable={false}
|
|
561
601
|
onClick={[Function]}
|
|
562
602
|
onResponderGrant={[Function]}
|
|
@@ -566,20 +606,18 @@ exports[`ActionGroup has active true 1`] = `
|
|
|
566
606
|
onResponderTerminationRequest={[Function]}
|
|
567
607
|
onStartShouldSetResponder={[Function]}
|
|
568
608
|
style={
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
undefined,
|
|
582
|
-
]
|
|
609
|
+
{
|
|
610
|
+
"alignItems": "center",
|
|
611
|
+
"alignSelf": "flex-end",
|
|
612
|
+
"backgroundColor": "#000000",
|
|
613
|
+
"borderRadius": 999,
|
|
614
|
+
"flexDirection": "row",
|
|
615
|
+
"margin": 8,
|
|
616
|
+
"marginRight": 24,
|
|
617
|
+
"opacity": 1,
|
|
618
|
+
"overflow": "hidden",
|
|
619
|
+
"padding": 12,
|
|
620
|
+
}
|
|
583
621
|
}
|
|
584
622
|
testID="target-action-item"
|
|
585
623
|
>
|
|
@@ -609,7 +647,7 @@ exports[`ActionGroup has active true 1`] = `
|
|
|
609
647
|
},
|
|
610
648
|
[
|
|
611
649
|
{
|
|
612
|
-
"color": "#
|
|
650
|
+
"color": "#FDFBFF",
|
|
613
651
|
},
|
|
614
652
|
undefined,
|
|
615
653
|
],
|
|
@@ -632,7 +670,7 @@ exports[`ActionGroup has active true 1`] = `
|
|
|
632
670
|
},
|
|
633
671
|
[
|
|
634
672
|
{
|
|
635
|
-
"color": "#
|
|
673
|
+
"color": "#FDFBFF",
|
|
636
674
|
},
|
|
637
675
|
undefined,
|
|
638
676
|
],
|
|
@@ -659,6 +697,15 @@ exports[`ActionGroup has active true 1`] = `
|
|
|
659
697
|
}
|
|
660
698
|
>
|
|
661
699
|
<View
|
|
700
|
+
accessibilityState={
|
|
701
|
+
{
|
|
702
|
+
"busy": undefined,
|
|
703
|
+
"checked": undefined,
|
|
704
|
+
"disabled": undefined,
|
|
705
|
+
"expanded": undefined,
|
|
706
|
+
"selected": undefined,
|
|
707
|
+
}
|
|
708
|
+
}
|
|
662
709
|
accessibilityValue={
|
|
663
710
|
{
|
|
664
711
|
"max": undefined,
|
|
@@ -668,6 +715,7 @@ exports[`ActionGroup has active true 1`] = `
|
|
|
668
715
|
}
|
|
669
716
|
}
|
|
670
717
|
accessible={true}
|
|
718
|
+
collapsable={false}
|
|
671
719
|
focusable={false}
|
|
672
720
|
onClick={[Function]}
|
|
673
721
|
onResponderGrant={[Function]}
|
|
@@ -677,20 +725,18 @@ exports[`ActionGroup has active true 1`] = `
|
|
|
677
725
|
onResponderTerminationRequest={[Function]}
|
|
678
726
|
onStartShouldSetResponder={[Function]}
|
|
679
727
|
style={
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
undefined,
|
|
693
|
-
]
|
|
728
|
+
{
|
|
729
|
+
"alignItems": "center",
|
|
730
|
+
"alignSelf": "flex-end",
|
|
731
|
+
"backgroundColor": "#000000",
|
|
732
|
+
"borderRadius": 999,
|
|
733
|
+
"flexDirection": "row",
|
|
734
|
+
"margin": 8,
|
|
735
|
+
"marginRight": 24,
|
|
736
|
+
"opacity": 1,
|
|
737
|
+
"overflow": "hidden",
|
|
738
|
+
"padding": 12,
|
|
739
|
+
}
|
|
694
740
|
}
|
|
695
741
|
testID="plane-action-item"
|
|
696
742
|
>
|
|
@@ -720,7 +766,7 @@ exports[`ActionGroup has active true 1`] = `
|
|
|
720
766
|
},
|
|
721
767
|
[
|
|
722
768
|
{
|
|
723
|
-
"color": "#
|
|
769
|
+
"color": "#FDFBFF",
|
|
724
770
|
},
|
|
725
771
|
undefined,
|
|
726
772
|
],
|
|
@@ -743,7 +789,7 @@ exports[`ActionGroup has active true 1`] = `
|
|
|
743
789
|
},
|
|
744
790
|
[
|
|
745
791
|
{
|
|
746
|
-
"color": "#
|
|
792
|
+
"color": "#FDFBFF",
|
|
747
793
|
},
|
|
748
794
|
undefined,
|
|
749
795
|
],
|
|
@@ -770,6 +816,15 @@ exports[`ActionGroup has active true 1`] = `
|
|
|
770
816
|
}
|
|
771
817
|
>
|
|
772
818
|
<View
|
|
819
|
+
accessibilityState={
|
|
820
|
+
{
|
|
821
|
+
"busy": undefined,
|
|
822
|
+
"checked": undefined,
|
|
823
|
+
"disabled": undefined,
|
|
824
|
+
"expanded": undefined,
|
|
825
|
+
"selected": undefined,
|
|
826
|
+
}
|
|
827
|
+
}
|
|
773
828
|
accessibilityValue={
|
|
774
829
|
{
|
|
775
830
|
"max": undefined,
|
|
@@ -779,6 +834,7 @@ exports[`ActionGroup has active true 1`] = `
|
|
|
779
834
|
}
|
|
780
835
|
}
|
|
781
836
|
accessible={true}
|
|
837
|
+
collapsable={false}
|
|
782
838
|
focusable={false}
|
|
783
839
|
onClick={[Function]}
|
|
784
840
|
onResponderGrant={[Function]}
|
|
@@ -788,20 +844,18 @@ exports[`ActionGroup has active true 1`] = `
|
|
|
788
844
|
onResponderTerminationRequest={[Function]}
|
|
789
845
|
onStartShouldSetResponder={[Function]}
|
|
790
846
|
style={
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
undefined,
|
|
804
|
-
]
|
|
847
|
+
{
|
|
848
|
+
"alignItems": "center",
|
|
849
|
+
"alignSelf": "flex-end",
|
|
850
|
+
"backgroundColor": "#000000",
|
|
851
|
+
"borderRadius": 999,
|
|
852
|
+
"flexDirection": "row",
|
|
853
|
+
"margin": 8,
|
|
854
|
+
"marginRight": 24,
|
|
855
|
+
"opacity": 1,
|
|
856
|
+
"overflow": "hidden",
|
|
857
|
+
"padding": 12,
|
|
858
|
+
}
|
|
805
859
|
}
|
|
806
860
|
testID="health-bag-action-item"
|
|
807
861
|
>
|
|
@@ -831,7 +885,7 @@ exports[`ActionGroup has active true 1`] = `
|
|
|
831
885
|
},
|
|
832
886
|
[
|
|
833
887
|
{
|
|
834
|
-
"color": "#
|
|
888
|
+
"color": "#FDFBFF",
|
|
835
889
|
},
|
|
836
890
|
undefined,
|
|
837
891
|
],
|
|
@@ -854,7 +908,7 @@ exports[`ActionGroup has active true 1`] = `
|
|
|
854
908
|
},
|
|
855
909
|
[
|
|
856
910
|
{
|
|
857
|
-
"color": "#
|
|
911
|
+
"color": "#FDFBFF",
|
|
858
912
|
},
|
|
859
913
|
undefined,
|
|
860
914
|
],
|
|
@@ -881,6 +935,15 @@ exports[`ActionGroup has active true 1`] = `
|
|
|
881
935
|
}
|
|
882
936
|
>
|
|
883
937
|
<View
|
|
938
|
+
accessibilityState={
|
|
939
|
+
{
|
|
940
|
+
"busy": undefined,
|
|
941
|
+
"checked": undefined,
|
|
942
|
+
"disabled": undefined,
|
|
943
|
+
"expanded": undefined,
|
|
944
|
+
"selected": undefined,
|
|
945
|
+
}
|
|
946
|
+
}
|
|
884
947
|
accessibilityValue={
|
|
885
948
|
{
|
|
886
949
|
"max": undefined,
|
|
@@ -890,6 +953,7 @@ exports[`ActionGroup has active true 1`] = `
|
|
|
890
953
|
}
|
|
891
954
|
}
|
|
892
955
|
accessible={true}
|
|
956
|
+
collapsable={false}
|
|
893
957
|
focusable={false}
|
|
894
958
|
onClick={[Function]}
|
|
895
959
|
onResponderGrant={[Function]}
|
|
@@ -899,20 +963,18 @@ exports[`ActionGroup has active true 1`] = `
|
|
|
899
963
|
onResponderTerminationRequest={[Function]}
|
|
900
964
|
onStartShouldSetResponder={[Function]}
|
|
901
965
|
style={
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
undefined,
|
|
915
|
-
]
|
|
966
|
+
{
|
|
967
|
+
"alignItems": "center",
|
|
968
|
+
"alignSelf": "flex-end",
|
|
969
|
+
"backgroundColor": "#000000",
|
|
970
|
+
"borderRadius": 999,
|
|
971
|
+
"flexDirection": "row",
|
|
972
|
+
"margin": 8,
|
|
973
|
+
"marginRight": 24,
|
|
974
|
+
"opacity": 1,
|
|
975
|
+
"overflow": "hidden",
|
|
976
|
+
"padding": 12,
|
|
977
|
+
}
|
|
916
978
|
}
|
|
917
979
|
testID="clock-action-item"
|
|
918
980
|
>
|
|
@@ -942,7 +1004,7 @@ exports[`ActionGroup has active true 1`] = `
|
|
|
942
1004
|
},
|
|
943
1005
|
[
|
|
944
1006
|
{
|
|
945
|
-
"color": "#
|
|
1007
|
+
"color": "#FDFBFF",
|
|
946
1008
|
},
|
|
947
1009
|
undefined,
|
|
948
1010
|
],
|
|
@@ -965,7 +1027,7 @@ exports[`ActionGroup has active true 1`] = `
|
|
|
965
1027
|
},
|
|
966
1028
|
[
|
|
967
1029
|
{
|
|
968
|
-
"color": "#
|
|
1030
|
+
"color": "#FDFBFF",
|
|
969
1031
|
},
|
|
970
1032
|
undefined,
|
|
971
1033
|
],
|
|
@@ -982,6 +1044,15 @@ exports[`ActionGroup has active true 1`] = `
|
|
|
982
1044
|
</View>
|
|
983
1045
|
</View>
|
|
984
1046
|
<View
|
|
1047
|
+
accessibilityState={
|
|
1048
|
+
{
|
|
1049
|
+
"busy": undefined,
|
|
1050
|
+
"checked": undefined,
|
|
1051
|
+
"disabled": undefined,
|
|
1052
|
+
"expanded": undefined,
|
|
1053
|
+
"selected": undefined,
|
|
1054
|
+
}
|
|
1055
|
+
}
|
|
985
1056
|
accessibilityValue={
|
|
986
1057
|
{
|
|
987
1058
|
"max": undefined,
|
|
@@ -991,6 +1062,7 @@ exports[`ActionGroup has active true 1`] = `
|
|
|
991
1062
|
}
|
|
992
1063
|
}
|
|
993
1064
|
accessible={true}
|
|
1065
|
+
collapsable={false}
|
|
994
1066
|
focusable={false}
|
|
995
1067
|
onClick={[Function]}
|
|
996
1068
|
onLayout={[Function]}
|
|
@@ -1004,7 +1076,7 @@ exports[`ActionGroup has active true 1`] = `
|
|
|
1004
1076
|
{
|
|
1005
1077
|
"alignItems": "center",
|
|
1006
1078
|
"alignSelf": "flex-end",
|
|
1007
|
-
"backgroundColor": "#
|
|
1079
|
+
"backgroundColor": "#000000",
|
|
1008
1080
|
"borderRadius": 999,
|
|
1009
1081
|
"bottom": undefined,
|
|
1010
1082
|
"elevation": 3,
|
|
@@ -1014,6 +1086,7 @@ exports[`ActionGroup has active true 1`] = `
|
|
|
1014
1086
|
"marginBottom": -2,
|
|
1015
1087
|
"marginRight": 24,
|
|
1016
1088
|
"marginTop": 24,
|
|
1089
|
+
"opacity": 1,
|
|
1017
1090
|
"padding": 20,
|
|
1018
1091
|
"shadowColor": "#001f23",
|
|
1019
1092
|
"shadowOffset": {
|
|
@@ -1078,7 +1151,7 @@ exports[`ActionGroup has active true 1`] = `
|
|
|
1078
1151
|
},
|
|
1079
1152
|
[
|
|
1080
1153
|
{
|
|
1081
|
-
"color": "#
|
|
1154
|
+
"color": "#FDFBFF",
|
|
1082
1155
|
"lineHeight": 24,
|
|
1083
1156
|
"textAlign": "center",
|
|
1084
1157
|
"textAlignVertical": "center",
|
|
@@ -208,7 +208,7 @@ const FAB = forwardRef<FABHandles, FABProps>(
|
|
|
208
208
|
!active &&
|
|
209
209
|
setButtonWidth(event.nativeEvent.layout.width)
|
|
210
210
|
}
|
|
211
|
-
|
|
211
|
+
activeOpacity={0.8}
|
|
212
212
|
onPress={onPress}
|
|
213
213
|
style={[
|
|
214
214
|
style,
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
import styled from '@emotion/native';
|
|
2
|
-
import
|
|
3
|
-
import { Animated, TouchableHighlight } from 'react-native';
|
|
2
|
+
import { TextProps, Animated, TouchableOpacity } from 'react-native';
|
|
4
3
|
import Box from '../Box';
|
|
5
4
|
import type { IconProps } from '../Icon';
|
|
6
5
|
import Icon from '../Icon';
|
|
7
6
|
import Typography from '../Typography';
|
|
8
7
|
|
|
9
8
|
const AnimatedTouchableHighlight =
|
|
10
|
-
Animated.createAnimatedComponent(
|
|
9
|
+
Animated.createAnimatedComponent(TouchableOpacity);
|
|
11
10
|
|
|
12
11
|
const StyledFAB = styled(AnimatedTouchableHighlight)<{
|
|
13
12
|
themeActive?: boolean;
|
|
@@ -30,7 +30,7 @@ exports[`AnimatedFABIcon renders correctly when isActive is false 1`] = `
|
|
|
30
30
|
},
|
|
31
31
|
[
|
|
32
32
|
{
|
|
33
|
-
"color": "#
|
|
33
|
+
"color": "#FDFBFF",
|
|
34
34
|
"lineHeight": 24,
|
|
35
35
|
"textAlign": "center",
|
|
36
36
|
"textAlignVertical": "center",
|
|
@@ -96,7 +96,7 @@ exports[`AnimatedFABIcon renders correctly when isActive is true 1`] = `
|
|
|
96
96
|
},
|
|
97
97
|
[
|
|
98
98
|
{
|
|
99
|
-
"color": "#
|
|
99
|
+
"color": "#FDFBFF",
|
|
100
100
|
"lineHeight": 24,
|
|
101
101
|
"textAlign": "center",
|
|
102
102
|
"textAlignVertical": "center",
|
|
@@ -9,6 +9,15 @@ exports[`StyledFAB renders correctly 1`] = `
|
|
|
9
9
|
}
|
|
10
10
|
>
|
|
11
11
|
<View
|
|
12
|
+
accessibilityState={
|
|
13
|
+
{
|
|
14
|
+
"busy": undefined,
|
|
15
|
+
"checked": undefined,
|
|
16
|
+
"disabled": undefined,
|
|
17
|
+
"expanded": undefined,
|
|
18
|
+
"selected": undefined,
|
|
19
|
+
}
|
|
20
|
+
}
|
|
12
21
|
accessibilityValue={
|
|
13
22
|
{
|
|
14
23
|
"max": undefined,
|
|
@@ -18,6 +27,7 @@ exports[`StyledFAB renders correctly 1`] = `
|
|
|
18
27
|
}
|
|
19
28
|
}
|
|
20
29
|
accessible={true}
|
|
30
|
+
collapsable={false}
|
|
21
31
|
focusable={false}
|
|
22
32
|
onClick={[Function]}
|
|
23
33
|
onResponderGrant={[Function]}
|
|
@@ -30,12 +40,13 @@ exports[`StyledFAB renders correctly 1`] = `
|
|
|
30
40
|
{
|
|
31
41
|
"alignItems": "center",
|
|
32
42
|
"alignSelf": "flex-start",
|
|
33
|
-
"backgroundColor": "#
|
|
43
|
+
"backgroundColor": "#000000",
|
|
34
44
|
"borderRadius": 999,
|
|
35
45
|
"elevation": 3,
|
|
36
46
|
"flexDirection": "row",
|
|
37
47
|
"height": 64,
|
|
38
48
|
"justifyContent": "center",
|
|
49
|
+
"opacity": 1,
|
|
39
50
|
"padding": 20,
|
|
40
51
|
"shadowColor": "#001f23",
|
|
41
52
|
"shadowOffset": {
|
|
@@ -100,6 +111,15 @@ exports[`StyledFAB renders correctly 2`] = `
|
|
|
100
111
|
}
|
|
101
112
|
>
|
|
102
113
|
<View
|
|
114
|
+
accessibilityState={
|
|
115
|
+
{
|
|
116
|
+
"busy": undefined,
|
|
117
|
+
"checked": undefined,
|
|
118
|
+
"disabled": undefined,
|
|
119
|
+
"expanded": undefined,
|
|
120
|
+
"selected": undefined,
|
|
121
|
+
}
|
|
122
|
+
}
|
|
103
123
|
accessibilityValue={
|
|
104
124
|
{
|
|
105
125
|
"max": undefined,
|
|
@@ -109,6 +129,7 @@ exports[`StyledFAB renders correctly 2`] = `
|
|
|
109
129
|
}
|
|
110
130
|
}
|
|
111
131
|
accessible={true}
|
|
132
|
+
collapsable={false}
|
|
112
133
|
focusable={false}
|
|
113
134
|
onClick={[Function]}
|
|
114
135
|
onResponderGrant={[Function]}
|
|
@@ -121,12 +142,13 @@ exports[`StyledFAB renders correctly 2`] = `
|
|
|
121
142
|
{
|
|
122
143
|
"alignItems": "center",
|
|
123
144
|
"alignSelf": "flex-start",
|
|
124
|
-
"backgroundColor": "#
|
|
145
|
+
"backgroundColor": "#000000",
|
|
125
146
|
"borderRadius": 999,
|
|
126
147
|
"elevation": 3,
|
|
127
148
|
"flexDirection": "row",
|
|
128
149
|
"height": 64,
|
|
129
150
|
"justifyContent": "center",
|
|
151
|
+
"opacity": 1,
|
|
130
152
|
"padding": 20,
|
|
131
153
|
"shadowColor": "#001f23",
|
|
132
154
|
"shadowOffset": {
|
|
@@ -200,7 +222,7 @@ exports[`StyledFABIcon renders correctly 1`] = `
|
|
|
200
222
|
},
|
|
201
223
|
[
|
|
202
224
|
{
|
|
203
|
-
"color": "#
|
|
225
|
+
"color": "#FDFBFF",
|
|
204
226
|
"lineHeight": 24,
|
|
205
227
|
"textAlign": "center",
|
|
206
228
|
"textAlignVertical": "center",
|