@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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hero-design/rn",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.76.1-alpha.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@emotion/native": "^11.9.3",
|
|
23
23
|
"@emotion/primitives-core": "11.0.0",
|
|
24
24
|
"@emotion/react": "^11.9.3",
|
|
25
|
-
"@hero-design/colors": "8.45.
|
|
25
|
+
"@hero-design/colors": "8.45.2-alpha.0",
|
|
26
26
|
"date-fns": "^2.16.1",
|
|
27
27
|
"hero-editor": "^1.9.21",
|
|
28
28
|
"nanoid": "^4.0.2"
|
package/src/components/AnimatedScroller/__tests__/__snapshots__/ScrollablesWithFAB.spec.tsx.snap
CHANGED
|
@@ -772,6 +772,15 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders ActionGr
|
|
|
772
772
|
style={{}}
|
|
773
773
|
>
|
|
774
774
|
<View
|
|
775
|
+
accessibilityState={
|
|
776
|
+
{
|
|
777
|
+
"busy": undefined,
|
|
778
|
+
"checked": undefined,
|
|
779
|
+
"disabled": undefined,
|
|
780
|
+
"expanded": undefined,
|
|
781
|
+
"selected": undefined,
|
|
782
|
+
}
|
|
783
|
+
}
|
|
775
784
|
accessibilityValue={
|
|
776
785
|
{
|
|
777
786
|
"max": undefined,
|
|
@@ -781,6 +790,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders ActionGr
|
|
|
781
790
|
}
|
|
782
791
|
}
|
|
783
792
|
accessible={true}
|
|
793
|
+
collapsable={false}
|
|
784
794
|
focusable={false}
|
|
785
795
|
onClick={[Function]}
|
|
786
796
|
onLayout={[Function]}
|
|
@@ -794,7 +804,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders ActionGr
|
|
|
794
804
|
{
|
|
795
805
|
"alignItems": "center",
|
|
796
806
|
"alignSelf": "flex-end",
|
|
797
|
-
"backgroundColor": "#
|
|
807
|
+
"backgroundColor": "#000000",
|
|
798
808
|
"borderRadius": 999,
|
|
799
809
|
"bottom": undefined,
|
|
800
810
|
"elevation": 3,
|
|
@@ -803,6 +813,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders ActionGr
|
|
|
803
813
|
"justifyContent": "center",
|
|
804
814
|
"marginRight": 24,
|
|
805
815
|
"marginTop": 24,
|
|
816
|
+
"opacity": 1,
|
|
806
817
|
"padding": 20,
|
|
807
818
|
"shadowColor": "#001f23",
|
|
808
819
|
"shadowOffset": {
|
|
@@ -855,7 +866,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders ActionGr
|
|
|
855
866
|
},
|
|
856
867
|
[
|
|
857
868
|
{
|
|
858
|
-
"color": "#
|
|
869
|
+
"color": "#FDFBFF",
|
|
859
870
|
"lineHeight": 24,
|
|
860
871
|
"textAlign": "center",
|
|
861
872
|
"textAlignVertical": "center",
|
|
@@ -882,7 +893,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders ActionGr
|
|
|
882
893
|
},
|
|
883
894
|
[
|
|
884
895
|
{
|
|
885
|
-
"color": "#
|
|
896
|
+
"color": "#FDFBFF",
|
|
886
897
|
"marginHorizontal": 8,
|
|
887
898
|
"textAlign": "center",
|
|
888
899
|
"textAlignVertical": "center",
|
|
@@ -1675,6 +1686,15 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders FAB corr
|
|
|
1675
1686
|
</View>
|
|
1676
1687
|
</RCTScrollView>
|
|
1677
1688
|
<View
|
|
1689
|
+
accessibilityState={
|
|
1690
|
+
{
|
|
1691
|
+
"busy": undefined,
|
|
1692
|
+
"checked": undefined,
|
|
1693
|
+
"disabled": undefined,
|
|
1694
|
+
"expanded": undefined,
|
|
1695
|
+
"selected": undefined,
|
|
1696
|
+
}
|
|
1697
|
+
}
|
|
1678
1698
|
accessibilityValue={
|
|
1679
1699
|
{
|
|
1680
1700
|
"max": undefined,
|
|
@@ -1684,6 +1704,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders FAB corr
|
|
|
1684
1704
|
}
|
|
1685
1705
|
}
|
|
1686
1706
|
accessible={true}
|
|
1707
|
+
collapsable={false}
|
|
1687
1708
|
focusable={false}
|
|
1688
1709
|
onClick={[Function]}
|
|
1689
1710
|
onLayout={[Function]}
|
|
@@ -1697,13 +1718,14 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders FAB corr
|
|
|
1697
1718
|
{
|
|
1698
1719
|
"alignItems": "center",
|
|
1699
1720
|
"alignSelf": "flex-start",
|
|
1700
|
-
"backgroundColor": "#
|
|
1721
|
+
"backgroundColor": "#000000",
|
|
1701
1722
|
"borderRadius": 999,
|
|
1702
1723
|
"bottom": undefined,
|
|
1703
1724
|
"elevation": 3,
|
|
1704
1725
|
"flexDirection": "row",
|
|
1705
1726
|
"height": 64,
|
|
1706
1727
|
"justifyContent": "center",
|
|
1728
|
+
"opacity": 1,
|
|
1707
1729
|
"padding": 20,
|
|
1708
1730
|
"shadowColor": "#001f23",
|
|
1709
1731
|
"shadowOffset": {
|
|
@@ -1755,7 +1777,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders FAB corr
|
|
|
1755
1777
|
},
|
|
1756
1778
|
[
|
|
1757
1779
|
{
|
|
1758
|
-
"color": "#
|
|
1780
|
+
"color": "#FDFBFF",
|
|
1759
1781
|
"lineHeight": 24,
|
|
1760
1782
|
"textAlign": "center",
|
|
1761
1783
|
"textAlignVertical": "center",
|
|
@@ -1782,7 +1804,7 @@ exports[`Scrollables With FAB [Function ExampleFlatListWithFAB] renders FAB corr
|
|
|
1782
1804
|
},
|
|
1783
1805
|
[
|
|
1784
1806
|
{
|
|
1785
|
-
"color": "#
|
|
1807
|
+
"color": "#FDFBFF",
|
|
1786
1808
|
"marginHorizontal": 8,
|
|
1787
1809
|
"textAlign": "center",
|
|
1788
1810
|
"textAlignVertical": "center",
|
|
@@ -1934,6 +1956,15 @@ exports[`Scrollables With FAB [Function ExampleScrollViewWithFAB] renders Action
|
|
|
1934
1956
|
style={{}}
|
|
1935
1957
|
>
|
|
1936
1958
|
<View
|
|
1959
|
+
accessibilityState={
|
|
1960
|
+
{
|
|
1961
|
+
"busy": undefined,
|
|
1962
|
+
"checked": undefined,
|
|
1963
|
+
"disabled": undefined,
|
|
1964
|
+
"expanded": undefined,
|
|
1965
|
+
"selected": undefined,
|
|
1966
|
+
}
|
|
1967
|
+
}
|
|
1937
1968
|
accessibilityValue={
|
|
1938
1969
|
{
|
|
1939
1970
|
"max": undefined,
|
|
@@ -1943,6 +1974,7 @@ exports[`Scrollables With FAB [Function ExampleScrollViewWithFAB] renders Action
|
|
|
1943
1974
|
}
|
|
1944
1975
|
}
|
|
1945
1976
|
accessible={true}
|
|
1977
|
+
collapsable={false}
|
|
1946
1978
|
focusable={false}
|
|
1947
1979
|
onClick={[Function]}
|
|
1948
1980
|
onLayout={[Function]}
|
|
@@ -1956,7 +1988,7 @@ exports[`Scrollables With FAB [Function ExampleScrollViewWithFAB] renders Action
|
|
|
1956
1988
|
{
|
|
1957
1989
|
"alignItems": "center",
|
|
1958
1990
|
"alignSelf": "flex-end",
|
|
1959
|
-
"backgroundColor": "#
|
|
1991
|
+
"backgroundColor": "#000000",
|
|
1960
1992
|
"borderRadius": 999,
|
|
1961
1993
|
"bottom": undefined,
|
|
1962
1994
|
"elevation": 3,
|
|
@@ -1965,6 +1997,7 @@ exports[`Scrollables With FAB [Function ExampleScrollViewWithFAB] renders Action
|
|
|
1965
1997
|
"justifyContent": "center",
|
|
1966
1998
|
"marginRight": 24,
|
|
1967
1999
|
"marginTop": 24,
|
|
2000
|
+
"opacity": 1,
|
|
1968
2001
|
"padding": 20,
|
|
1969
2002
|
"shadowColor": "#001f23",
|
|
1970
2003
|
"shadowOffset": {
|
|
@@ -2017,7 +2050,7 @@ exports[`Scrollables With FAB [Function ExampleScrollViewWithFAB] renders Action
|
|
|
2017
2050
|
},
|
|
2018
2051
|
[
|
|
2019
2052
|
{
|
|
2020
|
-
"color": "#
|
|
2053
|
+
"color": "#FDFBFF",
|
|
2021
2054
|
"lineHeight": 24,
|
|
2022
2055
|
"textAlign": "center",
|
|
2023
2056
|
"textAlignVertical": "center",
|
|
@@ -2044,7 +2077,7 @@ exports[`Scrollables With FAB [Function ExampleScrollViewWithFAB] renders Action
|
|
|
2044
2077
|
},
|
|
2045
2078
|
[
|
|
2046
2079
|
{
|
|
2047
|
-
"color": "#
|
|
2080
|
+
"color": "#FDFBFF",
|
|
2048
2081
|
"marginHorizontal": 8,
|
|
2049
2082
|
"textAlign": "center",
|
|
2050
2083
|
"textAlignVertical": "center",
|
|
@@ -2177,6 +2210,15 @@ exports[`Scrollables With FAB [Function ExampleScrollViewWithFAB] renders FAB co
|
|
|
2177
2210
|
</View>
|
|
2178
2211
|
</RCTScrollView>
|
|
2179
2212
|
<View
|
|
2213
|
+
accessibilityState={
|
|
2214
|
+
{
|
|
2215
|
+
"busy": undefined,
|
|
2216
|
+
"checked": undefined,
|
|
2217
|
+
"disabled": undefined,
|
|
2218
|
+
"expanded": undefined,
|
|
2219
|
+
"selected": undefined,
|
|
2220
|
+
}
|
|
2221
|
+
}
|
|
2180
2222
|
accessibilityValue={
|
|
2181
2223
|
{
|
|
2182
2224
|
"max": undefined,
|
|
@@ -2186,6 +2228,7 @@ exports[`Scrollables With FAB [Function ExampleScrollViewWithFAB] renders FAB co
|
|
|
2186
2228
|
}
|
|
2187
2229
|
}
|
|
2188
2230
|
accessible={true}
|
|
2231
|
+
collapsable={false}
|
|
2189
2232
|
focusable={false}
|
|
2190
2233
|
onClick={[Function]}
|
|
2191
2234
|
onLayout={[Function]}
|
|
@@ -2199,13 +2242,14 @@ exports[`Scrollables With FAB [Function ExampleScrollViewWithFAB] renders FAB co
|
|
|
2199
2242
|
{
|
|
2200
2243
|
"alignItems": "center",
|
|
2201
2244
|
"alignSelf": "flex-start",
|
|
2202
|
-
"backgroundColor": "#
|
|
2245
|
+
"backgroundColor": "#000000",
|
|
2203
2246
|
"borderRadius": 999,
|
|
2204
2247
|
"bottom": undefined,
|
|
2205
2248
|
"elevation": 3,
|
|
2206
2249
|
"flexDirection": "row",
|
|
2207
2250
|
"height": 64,
|
|
2208
2251
|
"justifyContent": "center",
|
|
2252
|
+
"opacity": 1,
|
|
2209
2253
|
"padding": 20,
|
|
2210
2254
|
"shadowColor": "#001f23",
|
|
2211
2255
|
"shadowOffset": {
|
|
@@ -2257,7 +2301,7 @@ exports[`Scrollables With FAB [Function ExampleScrollViewWithFAB] renders FAB co
|
|
|
2257
2301
|
},
|
|
2258
2302
|
[
|
|
2259
2303
|
{
|
|
2260
|
-
"color": "#
|
|
2304
|
+
"color": "#FDFBFF",
|
|
2261
2305
|
"lineHeight": 24,
|
|
2262
2306
|
"textAlign": "center",
|
|
2263
2307
|
"textAlignVertical": "center",
|
|
@@ -2284,7 +2328,7 @@ exports[`Scrollables With FAB [Function ExampleScrollViewWithFAB] renders FAB co
|
|
|
2284
2328
|
},
|
|
2285
2329
|
[
|
|
2286
2330
|
{
|
|
2287
|
-
"color": "#
|
|
2331
|
+
"color": "#FDFBFF",
|
|
2288
2332
|
"marginHorizontal": 8,
|
|
2289
2333
|
"textAlign": "center",
|
|
2290
2334
|
"textAlignVertical": "center",
|
|
@@ -2743,6 +2787,15 @@ exports[`Scrollables With FAB [Function ExampleSectionListWithFAB] renders Actio
|
|
|
2743
2787
|
style={{}}
|
|
2744
2788
|
>
|
|
2745
2789
|
<View
|
|
2790
|
+
accessibilityState={
|
|
2791
|
+
{
|
|
2792
|
+
"busy": undefined,
|
|
2793
|
+
"checked": undefined,
|
|
2794
|
+
"disabled": undefined,
|
|
2795
|
+
"expanded": undefined,
|
|
2796
|
+
"selected": undefined,
|
|
2797
|
+
}
|
|
2798
|
+
}
|
|
2746
2799
|
accessibilityValue={
|
|
2747
2800
|
{
|
|
2748
2801
|
"max": undefined,
|
|
@@ -2752,6 +2805,7 @@ exports[`Scrollables With FAB [Function ExampleSectionListWithFAB] renders Actio
|
|
|
2752
2805
|
}
|
|
2753
2806
|
}
|
|
2754
2807
|
accessible={true}
|
|
2808
|
+
collapsable={false}
|
|
2755
2809
|
focusable={false}
|
|
2756
2810
|
onClick={[Function]}
|
|
2757
2811
|
onLayout={[Function]}
|
|
@@ -2765,7 +2819,7 @@ exports[`Scrollables With FAB [Function ExampleSectionListWithFAB] renders Actio
|
|
|
2765
2819
|
{
|
|
2766
2820
|
"alignItems": "center",
|
|
2767
2821
|
"alignSelf": "flex-end",
|
|
2768
|
-
"backgroundColor": "#
|
|
2822
|
+
"backgroundColor": "#000000",
|
|
2769
2823
|
"borderRadius": 999,
|
|
2770
2824
|
"bottom": undefined,
|
|
2771
2825
|
"elevation": 3,
|
|
@@ -2774,6 +2828,7 @@ exports[`Scrollables With FAB [Function ExampleSectionListWithFAB] renders Actio
|
|
|
2774
2828
|
"justifyContent": "center",
|
|
2775
2829
|
"marginRight": 24,
|
|
2776
2830
|
"marginTop": 24,
|
|
2831
|
+
"opacity": 1,
|
|
2777
2832
|
"padding": 20,
|
|
2778
2833
|
"shadowColor": "#001f23",
|
|
2779
2834
|
"shadowOffset": {
|
|
@@ -2826,7 +2881,7 @@ exports[`Scrollables With FAB [Function ExampleSectionListWithFAB] renders Actio
|
|
|
2826
2881
|
},
|
|
2827
2882
|
[
|
|
2828
2883
|
{
|
|
2829
|
-
"color": "#
|
|
2884
|
+
"color": "#FDFBFF",
|
|
2830
2885
|
"lineHeight": 24,
|
|
2831
2886
|
"textAlign": "center",
|
|
2832
2887
|
"textAlignVertical": "center",
|
|
@@ -2853,7 +2908,7 @@ exports[`Scrollables With FAB [Function ExampleSectionListWithFAB] renders Actio
|
|
|
2853
2908
|
},
|
|
2854
2909
|
[
|
|
2855
2910
|
{
|
|
2856
|
-
"color": "#
|
|
2911
|
+
"color": "#FDFBFF",
|
|
2857
2912
|
"marginHorizontal": 8,
|
|
2858
2913
|
"textAlign": "center",
|
|
2859
2914
|
"textAlignVertical": "center",
|
|
@@ -3293,6 +3348,15 @@ exports[`Scrollables With FAB [Function ExampleSectionListWithFAB] renders FAB c
|
|
|
3293
3348
|
</View>
|
|
3294
3349
|
</RCTScrollView>
|
|
3295
3350
|
<View
|
|
3351
|
+
accessibilityState={
|
|
3352
|
+
{
|
|
3353
|
+
"busy": undefined,
|
|
3354
|
+
"checked": undefined,
|
|
3355
|
+
"disabled": undefined,
|
|
3356
|
+
"expanded": undefined,
|
|
3357
|
+
"selected": undefined,
|
|
3358
|
+
}
|
|
3359
|
+
}
|
|
3296
3360
|
accessibilityValue={
|
|
3297
3361
|
{
|
|
3298
3362
|
"max": undefined,
|
|
@@ -3302,6 +3366,7 @@ exports[`Scrollables With FAB [Function ExampleSectionListWithFAB] renders FAB c
|
|
|
3302
3366
|
}
|
|
3303
3367
|
}
|
|
3304
3368
|
accessible={true}
|
|
3369
|
+
collapsable={false}
|
|
3305
3370
|
focusable={false}
|
|
3306
3371
|
onClick={[Function]}
|
|
3307
3372
|
onLayout={[Function]}
|
|
@@ -3315,13 +3380,14 @@ exports[`Scrollables With FAB [Function ExampleSectionListWithFAB] renders FAB c
|
|
|
3315
3380
|
{
|
|
3316
3381
|
"alignItems": "center",
|
|
3317
3382
|
"alignSelf": "flex-start",
|
|
3318
|
-
"backgroundColor": "#
|
|
3383
|
+
"backgroundColor": "#000000",
|
|
3319
3384
|
"borderRadius": 999,
|
|
3320
3385
|
"bottom": undefined,
|
|
3321
3386
|
"elevation": 3,
|
|
3322
3387
|
"flexDirection": "row",
|
|
3323
3388
|
"height": 64,
|
|
3324
3389
|
"justifyContent": "center",
|
|
3390
|
+
"opacity": 1,
|
|
3325
3391
|
"padding": 20,
|
|
3326
3392
|
"shadowColor": "#001f23",
|
|
3327
3393
|
"shadowOffset": {
|
|
@@ -3373,7 +3439,7 @@ exports[`Scrollables With FAB [Function ExampleSectionListWithFAB] renders FAB c
|
|
|
3373
3439
|
},
|
|
3374
3440
|
[
|
|
3375
3441
|
{
|
|
3376
|
-
"color": "#
|
|
3442
|
+
"color": "#FDFBFF",
|
|
3377
3443
|
"lineHeight": 24,
|
|
3378
3444
|
"textAlign": "center",
|
|
3379
3445
|
"textAlignVertical": "center",
|
|
@@ -3400,7 +3466,7 @@ exports[`Scrollables With FAB [Function ExampleSectionListWithFAB] renders FAB c
|
|
|
3400
3466
|
},
|
|
3401
3467
|
[
|
|
3402
3468
|
{
|
|
3403
|
-
"color": "#
|
|
3469
|
+
"color": "#FDFBFF",
|
|
3404
3470
|
"marginHorizontal": 8,
|
|
3405
3471
|
"textAlign": "center",
|
|
3406
3472
|
"textAlignVertical": "center",
|
package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/StyledAvatarStack.spec.tsx.snap
CHANGED
|
@@ -38,7 +38,7 @@ exports[`StyledAvatar renders correctly with $variant 1`] = `
|
|
|
38
38
|
onStartShouldSetResponder={[Function]}
|
|
39
39
|
style={
|
|
40
40
|
{
|
|
41
|
-
"backgroundColor": "#
|
|
41
|
+
"backgroundColor": "#460078",
|
|
42
42
|
"borderRadius": 999,
|
|
43
43
|
"height": 40,
|
|
44
44
|
"left": 56,
|
|
@@ -160,7 +160,7 @@ exports[`StyledAvatar renders correctly with $variant 2`] = `
|
|
|
160
160
|
onStartShouldSetResponder={[Function]}
|
|
161
161
|
style={
|
|
162
162
|
{
|
|
163
|
-
"backgroundColor": "#
|
|
163
|
+
"backgroundColor": "#460078",
|
|
164
164
|
"borderRadius": 999,
|
|
165
165
|
"height": 40,
|
|
166
166
|
"left": undefined,
|
|
@@ -38,7 +38,7 @@ exports[`Avatar fallbacks to title when there image failed to load 1`] = `
|
|
|
38
38
|
onStartShouldSetResponder={[Function]}
|
|
39
39
|
style={
|
|
40
40
|
{
|
|
41
|
-
"backgroundColor": "#
|
|
41
|
+
"backgroundColor": "#460078",
|
|
42
42
|
"borderRadius": 999,
|
|
43
43
|
"height": 32,
|
|
44
44
|
"opacity": 1,
|
|
@@ -177,7 +177,7 @@ exports[`Avatar prioritizes source over title 1`] = `
|
|
|
177
177
|
onStartShouldSetResponder={[Function]}
|
|
178
178
|
style={
|
|
179
179
|
{
|
|
180
|
-
"backgroundColor": "#
|
|
180
|
+
"backgroundColor": "#460078",
|
|
181
181
|
"borderRadius": 999,
|
|
182
182
|
"height": 32,
|
|
183
183
|
"opacity": 1,
|
|
@@ -270,7 +270,7 @@ exports[`Avatar shows title when there is no source 1`] = `
|
|
|
270
270
|
onStartShouldSetResponder={[Function]}
|
|
271
271
|
style={
|
|
272
272
|
{
|
|
273
|
-
"backgroundColor": "#
|
|
273
|
+
"backgroundColor": "#460078",
|
|
274
274
|
"borderRadius": 999,
|
|
275
275
|
"height": 32,
|
|
276
276
|
"opacity": 1,
|
|
@@ -72,7 +72,7 @@ exports[`BottomNavigation renders correctly 1`] = `
|
|
|
72
72
|
"paddingBottom": 0,
|
|
73
73
|
"paddingLeft": 0,
|
|
74
74
|
"paddingRight": 0,
|
|
75
|
-
"shadowColor": "#
|
|
75
|
+
"shadowColor": "#460078",
|
|
76
76
|
"shadowOffset": {
|
|
77
77
|
"height": 3,
|
|
78
78
|
"width": 0,
|
|
@@ -139,7 +139,7 @@ exports[`BottomNavigation renders correctly 1`] = `
|
|
|
139
139
|
style={
|
|
140
140
|
[
|
|
141
141
|
{
|
|
142
|
-
"color": "#
|
|
142
|
+
"color": "#460078",
|
|
143
143
|
"fontSize": 24,
|
|
144
144
|
},
|
|
145
145
|
undefined,
|
|
@@ -155,7 +155,7 @@ exports[`BottomNavigation renders correctly 1`] = `
|
|
|
155
155
|
style={
|
|
156
156
|
[
|
|
157
157
|
{
|
|
158
|
-
"color": "#
|
|
158
|
+
"color": "#460078",
|
|
159
159
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
160
160
|
"fontSize": 12,
|
|
161
161
|
"letterSpacing": 0.24,
|
|
@@ -90,7 +90,7 @@ exports[`CalendarRowItem renders correctly 1`] = `
|
|
|
90
90
|
style={
|
|
91
91
|
[
|
|
92
92
|
{
|
|
93
|
-
"backgroundColor": "#
|
|
93
|
+
"backgroundColor": "#460078",
|
|
94
94
|
"borderRadius": 999,
|
|
95
95
|
"bottom": "10%",
|
|
96
96
|
"height": 4,
|
|
@@ -218,7 +218,7 @@ exports[`CalendarRowItem renders correctly 2`] = `
|
|
|
218
218
|
style={
|
|
219
219
|
[
|
|
220
220
|
{
|
|
221
|
-
"backgroundColor": "#
|
|
221
|
+
"backgroundColor": "#460078",
|
|
222
222
|
"borderRadius": 999,
|
|
223
223
|
"bottom": "10%",
|
|
224
224
|
"height": 4,
|
|
@@ -310,7 +310,7 @@ exports[`CalendarRowItem renders correctly when is current date 1`] = `
|
|
|
310
310
|
style={
|
|
311
311
|
{
|
|
312
312
|
"alignItems": "center",
|
|
313
|
-
"backgroundColor": "#
|
|
313
|
+
"backgroundColor": "#460078",
|
|
314
314
|
"borderColor": "#001f23",
|
|
315
315
|
"borderRadius": 999,
|
|
316
316
|
"borderWidth": 0,
|
|
@@ -437,7 +437,7 @@ exports[`CalendarRowItem renders correctly when selected, and is current date eq
|
|
|
437
437
|
style={
|
|
438
438
|
{
|
|
439
439
|
"alignItems": "center",
|
|
440
|
-
"backgroundColor": "#
|
|
440
|
+
"backgroundColor": "#460078",
|
|
441
441
|
"borderColor": "#001f23",
|
|
442
442
|
"borderRadius": 999,
|
|
443
443
|
"borderWidth": 0,
|
|
@@ -564,7 +564,7 @@ exports[`CalendarRowItem renders correctly when selected, and is current date eq
|
|
|
564
564
|
style={
|
|
565
565
|
{
|
|
566
566
|
"alignItems": "center",
|
|
567
|
-
"backgroundColor": "#
|
|
567
|
+
"backgroundColor": "#460078",
|
|
568
568
|
"borderColor": "#001f23",
|
|
569
569
|
"borderRadius": 999,
|
|
570
570
|
"borderWidth": 0,
|
|
@@ -243,7 +243,7 @@ exports[`CardCarousel android should render correctly on iOS 1`] = `
|
|
|
243
243
|
collapsable={false}
|
|
244
244
|
style={
|
|
245
245
|
{
|
|
246
|
-
"backgroundColor": "#
|
|
246
|
+
"backgroundColor": "#460078",
|
|
247
247
|
"borderRadius": 999,
|
|
248
248
|
"height": 8,
|
|
249
249
|
"marginHorizontal": 8,
|
|
@@ -262,7 +262,7 @@ exports[`CardCarousel android should render correctly on iOS 1`] = `
|
|
|
262
262
|
collapsable={false}
|
|
263
263
|
style={
|
|
264
264
|
{
|
|
265
|
-
"backgroundColor": "#
|
|
265
|
+
"backgroundColor": "#460078",
|
|
266
266
|
"borderRadius": 999,
|
|
267
267
|
"height": 8,
|
|
268
268
|
"marginHorizontal": 8,
|
|
@@ -540,7 +540,7 @@ exports[`CardCarousel ios should render correctly on iOS 1`] = `
|
|
|
540
540
|
collapsable={false}
|
|
541
541
|
style={
|
|
542
542
|
{
|
|
543
|
-
"backgroundColor": "#
|
|
543
|
+
"backgroundColor": "#460078",
|
|
544
544
|
"borderRadius": 999,
|
|
545
545
|
"height": 8,
|
|
546
546
|
"marginHorizontal": 8,
|
|
@@ -559,7 +559,7 @@ exports[`CardCarousel ios should render correctly on iOS 1`] = `
|
|
|
559
559
|
collapsable={false}
|
|
560
560
|
style={
|
|
561
561
|
{
|
|
562
|
-
"backgroundColor": "#
|
|
562
|
+
"backgroundColor": "#460078",
|
|
563
563
|
"borderRadius": 999,
|
|
564
564
|
"height": 8,
|
|
565
565
|
"marginHorizontal": 8,
|
|
@@ -125,7 +125,7 @@ exports[`StyledPageControl should render correctly 1`] = `
|
|
|
125
125
|
collapsable={false}
|
|
126
126
|
style={
|
|
127
127
|
{
|
|
128
|
-
"backgroundColor": "#
|
|
128
|
+
"backgroundColor": "#460078",
|
|
129
129
|
"borderRadius": 999,
|
|
130
130
|
"height": 8,
|
|
131
131
|
"marginHorizontal": 8,
|
|
@@ -144,7 +144,7 @@ exports[`StyledPageControl should render correctly 1`] = `
|
|
|
144
144
|
collapsable={false}
|
|
145
145
|
style={
|
|
146
146
|
{
|
|
147
|
-
"backgroundColor": "#
|
|
147
|
+
"backgroundColor": "#460078",
|
|
148
148
|
"borderRadius": 999,
|
|
149
149
|
"height": 8,
|
|
150
150
|
"marginHorizontal": 8,
|
|
@@ -163,7 +163,7 @@ exports[`StyledPageControl should render correctly 1`] = `
|
|
|
163
163
|
collapsable={false}
|
|
164
164
|
style={
|
|
165
165
|
{
|
|
166
|
-
"backgroundColor": "#
|
|
166
|
+
"backgroundColor": "#460078",
|
|
167
167
|
"borderRadius": 999,
|
|
168
168
|
"height": 8,
|
|
169
169
|
"marginHorizontal": 8,
|
|
@@ -12,7 +12,7 @@ exports[`StyledBackDrop renders correct basic style 1`] = `
|
|
|
12
12
|
style={
|
|
13
13
|
[
|
|
14
14
|
{
|
|
15
|
-
"backgroundColor": "#
|
|
15
|
+
"backgroundColor": "#f1e9fb",
|
|
16
16
|
"bottom": 0,
|
|
17
17
|
"left": 0,
|
|
18
18
|
"position": "absolute",
|
|
@@ -22,7 +22,7 @@ exports[`StyledBackDrop renders correct basic style 1`] = `
|
|
|
22
22
|
undefined,
|
|
23
23
|
]
|
|
24
24
|
}
|
|
25
|
-
themeSlideBackground="#
|
|
25
|
+
themeSlideBackground="#f1e9fb"
|
|
26
26
|
/>
|
|
27
27
|
<View
|
|
28
28
|
pointerEvents="box-none"
|