@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"activate":59000,"add-emoji":59001,"add-person":59002,"adjustment":59003,"alignment":59004,"antenna":59005,"archive":59006,"assignment-warning":59007,"bank":59008,"bell":59009,"billing":59010,"bolt":59011,"bookmark-added":59012,"bookmark":59013,"box-check":59014,"box":59015,"bpay":59016,"buildings":59017,"cake":59018,"calendar-clock":59019,"calendar":59020,"candy-box-menu":59021,"caret-down-small":59022,"caret-down":59023,"caret-left-small":59024,"caret-left":59025,"caret-right-small":59026,"caret-right":59027,"caret-up-small":59028,"caret-up":59029,"check-radio":59030,"circle-add":59031,"circle-cancel":59032,"circle-check":59033,"circle-down":59034,"circle-info":59035,"circle-left":59036,"circle-ok":59037,"circle-pencil":59038,"circle-question":59039,"circle-remove":59040,"circle-right":59041,"circle-up":59042,"circle-warning":59043,"clock-3":59044,"clock":59045,"cloud-download":59046,"cloud-upload":59047,"cog":59048,"coin":59049,"contacts":59050,"credit-card":59051,"diamond":59052,"direction-arrows":59053,"directory":59054,"document":59055,"dollar-coin-shine":59056,"dot-filled":59057,"double-buildings":59058,"edit-template":59059,"envelope":59060,"exclude":59061,"expand-content":59062,"expense":59063,"explore_nearby":59064,"eye-circle":59065,"eye-invisible":59066,"eye":59067,"face-meh":59068,"face-sad":59069,"face-smiley":59070,"feed":59071,"feedbacks":59072,"file-certified":59073,"file-clone":59074,"file-copy":59075,"file-csv":59076,"file-dispose":59077,"file-doc":59078,"file-excel":59079,"file-export":59080,"file-lock":59081,"file-pdf":59082,"file-powerpoint":59083,"file-search":59084,"file-secured":59085,"file-sheets":59086,"file-slide":59087,"file-verified":59088,"file-word":59089,"file":59090,"filter":59091,"folder-user":59092,"folder":59093,"format-bold":59094,"format-heading1":59095,"format-heading2":59096,"format-italic":59097,"format-list-bulleted":59098,"format-list-numbered":59099,"format-underlined":59100,"funnel-filter":59101,"global-dollar":59102,"globe":59103,"graduation-cap":59104,"graph":59105,"happy-sun":59106,"health-bag":59107,"heart":59108,"hero-points":59109,"home":59110,"image":59111,"import":59112,"incident-siren":59113,"instapay-daily":59114,"instapay-now":59115,"instapay":59116,"list":59117,"loading-2":59118,"loading":59119,"location-on":59120,"location":59121,"lock":59122,"looks-one":59123,"looks-two":59124,"media-content":59125,"menu":59126,"money-notes":59127,"moneybag":59128,"moon":59129,"multiple-stars":59130,"multiple-users":59131,"near-me":59132,"node":59133,"open-folder":59134,"paperclip":59135,"payment-summary":59136,"pencil":59137,"phone":59138,"piggy-bank":59139,"plane-up":59140,"plane":59141,"play-
|
|
1
|
+
{"activate":59000,"add-emoji":59001,"add-person":59002,"adjustment":59003,"alignment":59004,"antenna":59005,"archive":59006,"assignment-warning":59007,"bank":59008,"bell":59009,"billing":59010,"bolt":59011,"bookmark-added":59012,"bookmark":59013,"box-check":59014,"box":59015,"bpay":59016,"buildings":59017,"cake":59018,"calendar-clock":59019,"calendar":59020,"candy-box-menu":59021,"caret-down-small":59022,"caret-down":59023,"caret-left-small":59024,"caret-left":59025,"caret-right-small":59026,"caret-right":59027,"caret-up-small":59028,"caret-up":59029,"check-radio":59030,"circle-add":59031,"circle-cancel":59032,"circle-check":59033,"circle-down":59034,"circle-info":59035,"circle-left":59036,"circle-ok":59037,"circle-pencil":59038,"circle-question":59039,"circle-remove":59040,"circle-right":59041,"circle-up":59042,"circle-warning":59043,"clock-3":59044,"clock":59045,"cloud-download":59046,"cloud-upload":59047,"cog":59048,"coin":59049,"contacts":59050,"credit-card":59051,"diamond":59052,"direction-arrows":59053,"directory":59054,"document":59055,"dollar-coin-shine":59056,"dot-filled":59057,"double-buildings":59058,"edit-template":59059,"envelope":59060,"exclude":59061,"expand-content":59062,"expense":59063,"explore_nearby":59064,"eye-circle":59065,"eye-invisible":59066,"eye":59067,"face-meh":59068,"face-sad":59069,"face-smiley":59070,"feed":59071,"feedbacks":59072,"file-certified":59073,"file-clone":59074,"file-copy":59075,"file-csv":59076,"file-dispose":59077,"file-doc":59078,"file-excel":59079,"file-export":59080,"file-lock":59081,"file-pdf":59082,"file-powerpoint":59083,"file-search":59084,"file-secured":59085,"file-sheets":59086,"file-slide":59087,"file-verified":59088,"file-word":59089,"file":59090,"filter":59091,"folder-user":59092,"folder":59093,"format-bold":59094,"format-heading1":59095,"format-heading2":59096,"format-italic":59097,"format-list-bulleted":59098,"format-list-numbered":59099,"format-underlined":59100,"funnel-filter":59101,"global-dollar":59102,"globe":59103,"graduation-cap":59104,"graph":59105,"happy-sun":59106,"health-bag":59107,"heart":59108,"hero-points":59109,"home":59110,"image":59111,"import":59112,"incident-siren":59113,"instapay-daily":59114,"instapay-now":59115,"instapay":59116,"list":59117,"loading-2":59118,"loading":59119,"location-on":59120,"location":59121,"lock":59122,"looks-one":59123,"looks-two":59124,"media-content":59125,"menu":59126,"money-notes":59127,"moneybag":59128,"moon":59129,"multiple-stars":59130,"multiple-users":59131,"near-me":59132,"node":59133,"open-folder":59134,"paperclip":59135,"payment-summary":59136,"pencil":59137,"phone":59138,"piggy-bank":59139,"plane-up":59140,"plane":59141,"play-arrow":59142,"play-circle":59143,"print":59144,"raising-hands":59145,"reply-arrow":59146,"reply":59147,"reschedule":59148,"rostering":59149,"salary-sacrifice":59150,"save":59151,"schedule-send":59152,"schedule":59153,"search-person":59154,"send":59155,"speaker-active":59156,"speaker":59157,"star-award":59158,"star-badge":59159,"star-circle":59160,"star-medal":59161,"star":59162,"steps-circle":59163,"stopwatch":59164,"suitcase":59165,"surfing":59166,"survey":59167,"swag-pillar-benefit":59168,"swag-pillar-career":59169,"swag-pillar-money":59170,"swag-pillar-work":59171,"swag":59172,"swipe-right":59173,"switch":59174,"tag":59175,"target":59176,"teams":59177,"thumb-down":59178,"timesheet":59179,"touch-id":59180,"trash-bin":59181,"unlock":59182,"user":59183,"video-1":59184,"video-2":59185,"wallet":59186,"warning":59187,"activate-outlined":59188,"add-credit-card-outlined":59189,"add-person-outlined":59190,"add-section-outlined":59191,"add-time-outlined":59192,"add":59193,"adjustment-outlined":59194,"afternoon-outlined":59195,"ai-outlined":59196,"alignment-2-outlined":59197,"alignment-outlined":59198,"all-caps":59199,"application-outlined":59200,"arrow-down":59201,"arrow-downwards":59202,"arrow-left":59203,"arrow-leftwards":59204,"arrow-right":59205,"arrow-rightwards":59206,"arrow-up":59207,"arrow-upwards":59208,"article-outlined":59209,"at-sign":59210,"auto-graph-outlined":59211,"beer-outlined":59212,"bell-active-outlined":59213,"bell-outlined":59214,"bell-slash-outlined":59215,"bill-management-outlined":59216,"billing-outlined":59217,"body-outlined":59218,"bold":59219,"bolt-outlined":59220,"book-outlined":59221,"bookmark-added-outlined":59222,"bookmark-outlined":59223,"box-1-outlined":59224,"box-check-outlined":59225,"box-outlined":59226,"bullet-points":59227,"cake-outlined":59228,"calendar-dates-outlined":59229,"calendar-star-outlined":59230,"call-outlined":59231,"call-split-outlined":59232,"camera-outlined":59233,"cancel":59234,"car-forward-outlined":59235,"cashback-outlined":59236,"charging-station-outlined":59237,"chat-bubble-outlined":59238,"chat-unread-outlined":59239,"checkmark":59240,"circle-add-outlined":59241,"circle-cancel-outlined":59242,"circle-down-outlined":59243,"circle-info-outlined":59244,"circle-left-outlined":59245,"circle-ok-outlined":59246,"circle-question-outlined":59247,"circle-remove-outlined":59248,"circle-right-outlined":59249,"circle-up-outlined":59250,"circle-warning-outlined":59251,"clock-2-outlined":59252,"clock-in-outlined":59253,"clock-out-outlined":59254,"clock-outlined":59255,"cog-outlined":59256,"coin-outlined":59257,"coin-super-outlined":59258,"comment-outlined":59259,"contacts-outlined":59260,"contacts-user-outlined":59261,"credit-card-outlined":59262,"cup-outlined":59263,"dentistry-outlined":59264,"direction-arrows-outlined":59265,"directory-outlined":59266,"document-outlined":59267,"dollar-box-outlined":59268,"dollar-card-outlined":59269,"dollar-coin-shine-outlined":59270,"dollar-credit-card-outlined":59271,"dollar-sign":59272,"double-buildings-outlined":59273,"double-left-arrows":59274,"double-right-arrows":59275,"download-box-outlined":59276,"download-outlined":59277,"edit-template-outlined":59278,"email-outlined":59279,"end-break-outlined":59280,"enter-arrow":59281,"envelope-outlined":59282,"evening-outlined":59283,"expense-approval-outlined":59284,"expense-outlined":59285,"explore-outlined":59286,"extension-outlined":59287,"external-link":59288,"eye-invisible-outlined":59289,"eye-outlined":59290,"face-id":59291,"face-meh-outlined":59292,"face-open-smiley-outlined":59293,"face-sad-outlined":59294,"face-smiley-outlined":59295,"fastfood-outlined":59296,"feed-outlined":59297,"file-certified-outlined":59298,"file-clone-outlined":59299,"file-copy-outlined":59300,"file-dispose-outlined":59301,"file-dollar-certified-outlined":59302,"file-dollar-outlined":59303,"file-download-outlined":59304,"file-export-outlined":59305,"file-lock-outlined":59306,"file-outlined":59307,"file-search-outlined":59308,"file-secured-outlined":59309,"file-statutory-outlined":59310,"file-verified-outlined":59311,"filter-outlined":59312,"folder-outlined":59313,"folder-user-outlined":59314,"form-outlined":59315,"funnel-filter-outline":59316,"goal-outlined":59317,"graph-outlined":59318,"hand-holding-user-outlined":59319,"handshake-outlined":59320,"happy-sun-outlined":59321,"health-bag-outlined":59322,"heart-outlined":59323,"home-active-outlined":59324,"home-outlined":59325,"id-card-outlined":59326,"image-outlined":59327,"import-outlined":59328,"instapay-outlined":59329,"italic":59330,"job-search-outlined":59331,"leave-approval-outlined":59332,"link-1":59333,"link-2":59334,"list-outlined":59335,"live-help-outlined":59336,"local_mall_outlined":59337,"location-on-outlined":59338,"location-outlined":59339,"lock-outlined":59340,"locked-file-outlined":59341,"log-out":59342,"mail-outlined":59343,"map-outlined":59344,"media-content-outlined":59345,"menu-close":59346,"menu-expand":59347,"menu-fold-outlined":59348,"menu-unfold-outlined":59349,"moneybag-outlined":59350,"moon-outlined":59351,"more-horizontal":59352,"more-vertical":59353,"morning-outlined":59354,"multiple-folders-outlined":59355,"multiple-users-outlined":59356,"near-me-outlined":59357,"node-outlined":59358,"number-points":59359,"number":59360,"overview-outlined":59361,"payment-summary-outlined":59362,"payslip-outlined":59363,"pencil-outlined":59364,"percentage":59365,"phone-outlined":59366,"piggy-bank-outlined":59367,"plane-outlined":59368,"play-circle-outlined":59369,"print-outlined":59370,"propane-tank-outlined":59371,"qr-code-outlined":59372,"qualification-outlined":59373,"re-assign":59374,"redeem":59375,"refresh":59376,"remove":59377,"reply-outlined":59378,"restart":59379,"resume-outlined":59380,"return-arrow":59381,"rostering-outlined":59382,"safety-outlined":59383,"save-outlined":59384,"schedule-outlined":59385,"search-outlined":59386,"search-secured-outlined":59387,"send-outlined":59388,"share-1":59389,"share-2":59390,"share-outlined-2":59391,"share-outlined":59392,"shopping_basket_outlined":59393,"show-chart-outlined":59394,"single-down-arrow":59395,"single-left-arrow":59396,"single-right-arrow":59397,"single-up-arrow":59398,"smart-match-outlined":59399,"sparkle-outlined":59400,"speaker-active-outlined":59401,"speaker-outlined":59402,"star-circle-outlined":59403,"star-outlined":59404,"start-break-outlined":59405,"stash-outlined":59406,"stopwatch-outlined":59407,"strikethrough":59408,"styler-outlined":59409,"suitcase-clock-outlined":59410,"suitcase-outlined":59411,"survey-outlined":59412,"switch-outlined":59413,"sync":59414,"tag-outlined":59415,"target-outlined":59416,"tennis-outlined":59417,"thumb-down-outlined":59418,"ticket-outlined":59419,"timesheet-outlined":59420,"timesheets-outlined":59421,"today-outlined":59422,"transfer":59423,"trash-bin-outlined":59424,"umbrela-outlined":59425,"unavailability-outlined":59426,"unavailable":59427,"underline":59428,"union-outlined":59429,"unlock-outlined":59430,"upload-outlined":59431,"user-circle-outlined":59432,"user-gear-outlined":59433,"user-outlined":59434,"user-rectangle-outlined":59435,"video-1-outlined":59436,"video-2-outlined":59437,"volunteer-outlined":59438,"wallet-outlined":59439,"wellness-outlined":59440}
|
|
@@ -142,6 +142,7 @@ const IconList = [
|
|
|
142
142
|
'piggy-bank',
|
|
143
143
|
'plane-up',
|
|
144
144
|
'plane',
|
|
145
|
+
'play-arrow',
|
|
145
146
|
'play-circle',
|
|
146
147
|
'print',
|
|
147
148
|
'raising-hands',
|
|
@@ -177,6 +178,7 @@ const IconList = [
|
|
|
177
178
|
'tag',
|
|
178
179
|
'target',
|
|
179
180
|
'teams',
|
|
181
|
+
'thumb-down',
|
|
180
182
|
'timesheet',
|
|
181
183
|
'touch-id',
|
|
182
184
|
'trash-bin',
|
|
@@ -222,6 +224,7 @@ const IconList = [
|
|
|
222
224
|
'book-outlined',
|
|
223
225
|
'bookmark-added-outlined',
|
|
224
226
|
'bookmark-outlined',
|
|
227
|
+
'box-1-outlined',
|
|
225
228
|
'box-check-outlined',
|
|
226
229
|
'box-outlined',
|
|
227
230
|
'bullet-points',
|
|
@@ -317,6 +320,7 @@ const IconList = [
|
|
|
317
320
|
'goal-outlined',
|
|
318
321
|
'graph-outlined',
|
|
319
322
|
'hand-holding-user-outlined',
|
|
323
|
+
'handshake-outlined',
|
|
320
324
|
'happy-sun-outlined',
|
|
321
325
|
'health-bag-outlined',
|
|
322
326
|
'heart-outlined',
|
|
@@ -414,6 +418,7 @@ const IconList = [
|
|
|
414
418
|
'tag-outlined',
|
|
415
419
|
'target-outlined',
|
|
416
420
|
'tennis-outlined',
|
|
421
|
+
'thumb-down-outlined',
|
|
417
422
|
'ticket-outlined',
|
|
418
423
|
'timesheet-outlined',
|
|
419
424
|
'timesheets-outlined',
|
|
@@ -61,7 +61,7 @@ exports[`BasicListItem when suffix and prefix are icon name renders correctly 1`
|
|
|
61
61
|
style={
|
|
62
62
|
[
|
|
63
63
|
{
|
|
64
|
-
"color": "#
|
|
64
|
+
"color": "#460078",
|
|
65
65
|
"fontSize": 24,
|
|
66
66
|
},
|
|
67
67
|
undefined,
|
|
@@ -136,7 +136,7 @@ exports[`BasicListItem when suffix and prefix are icon name renders correctly 1`
|
|
|
136
136
|
style={
|
|
137
137
|
[
|
|
138
138
|
{
|
|
139
|
-
"color": "#
|
|
139
|
+
"color": "#460078",
|
|
140
140
|
"fontSize": 20,
|
|
141
141
|
},
|
|
142
142
|
undefined,
|
|
@@ -103,7 +103,7 @@ exports[`ListItem renders correctly ListItem with children 1`] = `
|
|
|
103
103
|
onStartShouldSetResponder={[Function]}
|
|
104
104
|
style={
|
|
105
105
|
{
|
|
106
|
-
"backgroundColor": "#
|
|
106
|
+
"backgroundColor": "#460078",
|
|
107
107
|
"borderRadius": 999,
|
|
108
108
|
"height": 32,
|
|
109
109
|
"opacity": 1,
|
|
@@ -226,7 +226,7 @@ exports[`ListItem renders correctly ListItem with children 1`] = `
|
|
|
226
226
|
style={
|
|
227
227
|
[
|
|
228
228
|
{
|
|
229
|
-
"color": "#
|
|
229
|
+
"color": "#460078",
|
|
230
230
|
"fontSize": 20,
|
|
231
231
|
},
|
|
232
232
|
undefined,
|
|
@@ -505,7 +505,7 @@ exports[`ListItem renders correctly ListItem with icon 1`] = `
|
|
|
505
505
|
style={
|
|
506
506
|
[
|
|
507
507
|
{
|
|
508
|
-
"color": "#
|
|
508
|
+
"color": "#460078",
|
|
509
509
|
"fontSize": 20,
|
|
510
510
|
},
|
|
511
511
|
undefined,
|
|
@@ -665,7 +665,7 @@ exports[`ListItem renders correctly ListItem with leading status 1`] = `
|
|
|
665
665
|
style={
|
|
666
666
|
[
|
|
667
667
|
{
|
|
668
|
-
"color": "#
|
|
668
|
+
"color": "#460078",
|
|
669
669
|
"fontSize": 20,
|
|
670
670
|
},
|
|
671
671
|
undefined,
|
|
@@ -805,7 +805,7 @@ exports[`ListItem renders correctly ListItem with prefix suffix is React.Element
|
|
|
805
805
|
onStartShouldSetResponder={[Function]}
|
|
806
806
|
style={
|
|
807
807
|
{
|
|
808
|
-
"backgroundColor": "#
|
|
808
|
+
"backgroundColor": "#460078",
|
|
809
809
|
"borderRadius": 999,
|
|
810
810
|
"height": 32,
|
|
811
811
|
"opacity": 1,
|
|
@@ -945,7 +945,7 @@ exports[`ListItem renders correctly ListItem with prefix suffix is React.Element
|
|
|
945
945
|
style={
|
|
946
946
|
[
|
|
947
947
|
{
|
|
948
|
-
"backgroundColor": "#
|
|
948
|
+
"backgroundColor": "#460078",
|
|
949
949
|
"borderRadius": 999,
|
|
950
950
|
"display": "flex",
|
|
951
951
|
"height": 24,
|
|
@@ -198,7 +198,7 @@ exports[`StyledListItemContainer renders correctly themeSelected true themeDisab
|
|
|
198
198
|
[
|
|
199
199
|
{
|
|
200
200
|
"alignItems": "center",
|
|
201
|
-
"backgroundColor": "#
|
|
201
|
+
"backgroundColor": "#f1e9fb",
|
|
202
202
|
"borderRadius": 4,
|
|
203
203
|
"flexDirection": "row",
|
|
204
204
|
"opacity": 1,
|
|
@@ -282,7 +282,7 @@ exports[`StyledListItemContainer renders correctly themeSelected true themeDisab
|
|
|
282
282
|
[
|
|
283
283
|
{
|
|
284
284
|
"alignItems": "center",
|
|
285
|
-
"backgroundColor": "#
|
|
285
|
+
"backgroundColor": "#f1e9fb",
|
|
286
286
|
"borderRadius": 4,
|
|
287
287
|
"flexDirection": "row",
|
|
288
288
|
"opacity": 0.38,
|
|
@@ -428,7 +428,7 @@ exports[`ListItemContainer renders correctly themeSelected true themeVariant car
|
|
|
428
428
|
[
|
|
429
429
|
{
|
|
430
430
|
"alignItems": "center",
|
|
431
|
-
"backgroundColor": "#
|
|
431
|
+
"backgroundColor": "#f1e9fb",
|
|
432
432
|
"borderRadius": 8,
|
|
433
433
|
"elevation": 3,
|
|
434
434
|
"flexDirection": "row",
|
|
@@ -518,7 +518,7 @@ exports[`ListItemContainer renders correctly themeSelected true themeVariant ful
|
|
|
518
518
|
style={
|
|
519
519
|
[
|
|
520
520
|
{
|
|
521
|
-
"backgroundColor": "#
|
|
521
|
+
"backgroundColor": "#f1e9fb",
|
|
522
522
|
"borderRadius": 8,
|
|
523
523
|
"flexDirection": "row",
|
|
524
524
|
"padding": 16,
|
|
@@ -28,7 +28,7 @@ exports[`RefreshControl renders correctly 1`] = `
|
|
|
28
28
|
collapsable={false}
|
|
29
29
|
style={
|
|
30
30
|
{
|
|
31
|
-
"backgroundColor": "#
|
|
31
|
+
"backgroundColor": "#460078",
|
|
32
32
|
"borderRadius": 999,
|
|
33
33
|
"height": 8,
|
|
34
34
|
"marginHorizontal": 8,
|
|
@@ -47,7 +47,7 @@ exports[`RefreshControl renders correctly 1`] = `
|
|
|
47
47
|
collapsable={false}
|
|
48
48
|
style={
|
|
49
49
|
{
|
|
50
|
-
"backgroundColor": "#
|
|
50
|
+
"backgroundColor": "#460078",
|
|
51
51
|
"borderRadius": 999,
|
|
52
52
|
"height": 8,
|
|
53
53
|
"marginHorizontal": 8,
|
|
@@ -66,7 +66,7 @@ exports[`RefreshControl renders correctly 1`] = `
|
|
|
66
66
|
collapsable={false}
|
|
67
67
|
style={
|
|
68
68
|
{
|
|
69
|
-
"backgroundColor": "#
|
|
69
|
+
"backgroundColor": "#460078",
|
|
70
70
|
"borderRadius": 999,
|
|
71
71
|
"height": 8,
|
|
72
72
|
"marginHorizontal": 8,
|
|
@@ -30,7 +30,7 @@ exports[`Progress.Bar renders correctly 1`] = `
|
|
|
30
30
|
style={
|
|
31
31
|
{
|
|
32
32
|
"alignSelf": "stretch",
|
|
33
|
-
"backgroundColor": "#
|
|
33
|
+
"backgroundColor": "#460078",
|
|
34
34
|
"borderBottomRightRadius": 999,
|
|
35
35
|
"borderTopRightRadius": 999,
|
|
36
36
|
"flex": 1,
|
|
@@ -491,7 +491,7 @@ exports[`Progress.Circle renders correctly 1`] = `
|
|
|
491
491
|
style={
|
|
492
492
|
[
|
|
493
493
|
{
|
|
494
|
-
"borderColor": "#
|
|
494
|
+
"borderColor": "#460078",
|
|
495
495
|
"borderRadius": 999,
|
|
496
496
|
"borderWidth": 8,
|
|
497
497
|
"height": 72,
|
|
@@ -585,7 +585,7 @@ exports[`Progress.Circle renders correctly 1`] = `
|
|
|
585
585
|
style={
|
|
586
586
|
[
|
|
587
587
|
{
|
|
588
|
-
"borderColor": "#
|
|
588
|
+
"borderColor": "#460078",
|
|
589
589
|
"borderRadius": 999,
|
|
590
590
|
"borderWidth": 8,
|
|
591
591
|
"height": 72,
|
|
@@ -655,7 +655,7 @@ exports[`Progress.Circle renders correctly 1`] = `
|
|
|
655
655
|
style={
|
|
656
656
|
[
|
|
657
657
|
{
|
|
658
|
-
"backgroundColor": "#
|
|
658
|
+
"backgroundColor": "#460078",
|
|
659
659
|
"borderRadius": 999,
|
|
660
660
|
"height": 8,
|
|
661
661
|
"left": 32,
|
|
@@ -691,7 +691,7 @@ exports[`Progress.Circle renders correctly 1`] = `
|
|
|
691
691
|
style={
|
|
692
692
|
[
|
|
693
693
|
{
|
|
694
|
-
"backgroundColor": "#
|
|
694
|
+
"backgroundColor": "#460078",
|
|
695
695
|
"borderRadius": 999,
|
|
696
696
|
"height": 8,
|
|
697
697
|
"left": 32,
|
|
@@ -34,14 +34,14 @@ exports[`rendering renders correctly when checked with inactiveIntent=dark 1`] =
|
|
|
34
34
|
style={
|
|
35
35
|
[
|
|
36
36
|
{
|
|
37
|
-
"backgroundColor": "#
|
|
37
|
+
"backgroundColor": "#f1e9fb",
|
|
38
38
|
"borderRadius": 8,
|
|
39
39
|
"flexDirection": "row",
|
|
40
40
|
"padding": 16,
|
|
41
41
|
},
|
|
42
42
|
[
|
|
43
43
|
{
|
|
44
|
-
"backgroundColor": "#
|
|
44
|
+
"backgroundColor": "#f1e9fb",
|
|
45
45
|
},
|
|
46
46
|
undefined,
|
|
47
47
|
],
|
|
@@ -114,7 +114,7 @@ exports[`rendering renders correctly when checked with inactiveIntent=dark 1`] =
|
|
|
114
114
|
[
|
|
115
115
|
{
|
|
116
116
|
"alignItems": "center",
|
|
117
|
-
"borderColor": "#
|
|
117
|
+
"borderColor": "#460078",
|
|
118
118
|
"borderRadius": 999,
|
|
119
119
|
"borderWidth": 2,
|
|
120
120
|
"height": 20,
|
|
@@ -129,7 +129,7 @@ exports[`rendering renders correctly when checked with inactiveIntent=dark 1`] =
|
|
|
129
129
|
style={
|
|
130
130
|
[
|
|
131
131
|
{
|
|
132
|
-
"backgroundColor": "#
|
|
132
|
+
"backgroundColor": "#460078",
|
|
133
133
|
"borderRadius": 999,
|
|
134
134
|
"height": 10,
|
|
135
135
|
"width": 10,
|
|
@@ -201,14 +201,14 @@ exports[`rendering renders correctly when checked with inactiveIntent=light 1`]
|
|
|
201
201
|
style={
|
|
202
202
|
[
|
|
203
203
|
{
|
|
204
|
-
"backgroundColor": "#
|
|
204
|
+
"backgroundColor": "#f1e9fb",
|
|
205
205
|
"borderRadius": 8,
|
|
206
206
|
"flexDirection": "row",
|
|
207
207
|
"padding": 16,
|
|
208
208
|
},
|
|
209
209
|
[
|
|
210
210
|
{
|
|
211
|
-
"backgroundColor": "#
|
|
211
|
+
"backgroundColor": "#f1e9fb",
|
|
212
212
|
},
|
|
213
213
|
undefined,
|
|
214
214
|
],
|
|
@@ -281,7 +281,7 @@ exports[`rendering renders correctly when checked with inactiveIntent=light 1`]
|
|
|
281
281
|
[
|
|
282
282
|
{
|
|
283
283
|
"alignItems": "center",
|
|
284
|
-
"borderColor": "#
|
|
284
|
+
"borderColor": "#460078",
|
|
285
285
|
"borderRadius": 999,
|
|
286
286
|
"borderWidth": 2,
|
|
287
287
|
"height": 20,
|
|
@@ -296,7 +296,7 @@ exports[`rendering renders correctly when checked with inactiveIntent=light 1`]
|
|
|
296
296
|
style={
|
|
297
297
|
[
|
|
298
298
|
{
|
|
299
|
-
"backgroundColor": "#
|
|
299
|
+
"backgroundColor": "#460078",
|
|
300
300
|
"borderRadius": 999,
|
|
301
301
|
"height": 10,
|
|
302
302
|
"width": 10,
|
|
@@ -448,7 +448,7 @@ exports[`rendering renders correctly when not checked with inactiveIntent=dark 1
|
|
|
448
448
|
[
|
|
449
449
|
{
|
|
450
450
|
"alignItems": "center",
|
|
451
|
-
"borderColor": "#
|
|
451
|
+
"borderColor": "#460078",
|
|
452
452
|
"borderRadius": 999,
|
|
453
453
|
"borderWidth": 2,
|
|
454
454
|
"height": 20,
|
|
@@ -600,7 +600,7 @@ exports[`rendering renders correctly when not checked with inactiveIntent=light
|
|
|
600
600
|
[
|
|
601
601
|
{
|
|
602
602
|
"alignItems": "center",
|
|
603
|
-
"borderColor": "#
|
|
603
|
+
"borderColor": "#460078",
|
|
604
604
|
"borderRadius": 999,
|
|
605
605
|
"borderWidth": 2,
|
|
606
606
|
"height": 20,
|
|
@@ -115,7 +115,7 @@ exports[`rendering renders correctly with inactiveIntent=dark 1`] = `
|
|
|
115
115
|
[
|
|
116
116
|
{
|
|
117
117
|
"alignItems": "center",
|
|
118
|
-
"borderColor": "#
|
|
118
|
+
"borderColor": "#460078",
|
|
119
119
|
"borderRadius": 999,
|
|
120
120
|
"borderWidth": 2,
|
|
121
121
|
"height": 20,
|
|
@@ -247,7 +247,7 @@ exports[`rendering renders correctly with inactiveIntent=dark 1`] = `
|
|
|
247
247
|
[
|
|
248
248
|
{
|
|
249
249
|
"alignItems": "center",
|
|
250
|
-
"borderColor": "#
|
|
250
|
+
"borderColor": "#460078",
|
|
251
251
|
"borderRadius": 999,
|
|
252
252
|
"borderWidth": 2,
|
|
253
253
|
"height": 20,
|
|
@@ -299,14 +299,14 @@ exports[`rendering renders correctly with inactiveIntent=dark 1`] = `
|
|
|
299
299
|
style={
|
|
300
300
|
[
|
|
301
301
|
{
|
|
302
|
-
"backgroundColor": "#
|
|
302
|
+
"backgroundColor": "#f1e9fb",
|
|
303
303
|
"borderRadius": 8,
|
|
304
304
|
"flexDirection": "row",
|
|
305
305
|
"padding": 16,
|
|
306
306
|
},
|
|
307
307
|
[
|
|
308
308
|
{
|
|
309
|
-
"backgroundColor": "#
|
|
309
|
+
"backgroundColor": "#f1e9fb",
|
|
310
310
|
},
|
|
311
311
|
undefined,
|
|
312
312
|
],
|
|
@@ -379,7 +379,7 @@ exports[`rendering renders correctly with inactiveIntent=dark 1`] = `
|
|
|
379
379
|
[
|
|
380
380
|
{
|
|
381
381
|
"alignItems": "center",
|
|
382
|
-
"borderColor": "#
|
|
382
|
+
"borderColor": "#460078",
|
|
383
383
|
"borderRadius": 999,
|
|
384
384
|
"borderWidth": 2,
|
|
385
385
|
"height": 20,
|
|
@@ -394,7 +394,7 @@ exports[`rendering renders correctly with inactiveIntent=dark 1`] = `
|
|
|
394
394
|
style={
|
|
395
395
|
[
|
|
396
396
|
{
|
|
397
|
-
"backgroundColor": "#
|
|
397
|
+
"backgroundColor": "#460078",
|
|
398
398
|
"borderRadius": 999,
|
|
399
399
|
"height": 10,
|
|
400
400
|
"width": 10,
|
|
@@ -548,7 +548,7 @@ exports[`rendering renders correctly with inactiveIntent=light 1`] = `
|
|
|
548
548
|
[
|
|
549
549
|
{
|
|
550
550
|
"alignItems": "center",
|
|
551
|
-
"borderColor": "#
|
|
551
|
+
"borderColor": "#460078",
|
|
552
552
|
"borderRadius": 999,
|
|
553
553
|
"borderWidth": 2,
|
|
554
554
|
"height": 20,
|
|
@@ -680,7 +680,7 @@ exports[`rendering renders correctly with inactiveIntent=light 1`] = `
|
|
|
680
680
|
[
|
|
681
681
|
{
|
|
682
682
|
"alignItems": "center",
|
|
683
|
-
"borderColor": "#
|
|
683
|
+
"borderColor": "#460078",
|
|
684
684
|
"borderRadius": 999,
|
|
685
685
|
"borderWidth": 2,
|
|
686
686
|
"height": 20,
|
|
@@ -732,14 +732,14 @@ exports[`rendering renders correctly with inactiveIntent=light 1`] = `
|
|
|
732
732
|
style={
|
|
733
733
|
[
|
|
734
734
|
{
|
|
735
|
-
"backgroundColor": "#
|
|
735
|
+
"backgroundColor": "#f1e9fb",
|
|
736
736
|
"borderRadius": 8,
|
|
737
737
|
"flexDirection": "row",
|
|
738
738
|
"padding": 16,
|
|
739
739
|
},
|
|
740
740
|
[
|
|
741
741
|
{
|
|
742
|
-
"backgroundColor": "#
|
|
742
|
+
"backgroundColor": "#f1e9fb",
|
|
743
743
|
},
|
|
744
744
|
undefined,
|
|
745
745
|
],
|
|
@@ -812,7 +812,7 @@ exports[`rendering renders correctly with inactiveIntent=light 1`] = `
|
|
|
812
812
|
[
|
|
813
813
|
{
|
|
814
814
|
"alignItems": "center",
|
|
815
|
-
"borderColor": "#
|
|
815
|
+
"borderColor": "#460078",
|
|
816
816
|
"borderRadius": 999,
|
|
817
817
|
"borderWidth": 2,
|
|
818
818
|
"height": 20,
|
|
@@ -827,7 +827,7 @@ exports[`rendering renders correctly with inactiveIntent=light 1`] = `
|
|
|
827
827
|
style={
|
|
828
828
|
[
|
|
829
829
|
{
|
|
830
|
-
"backgroundColor": "#
|
|
830
|
+
"backgroundColor": "#460078",
|
|
831
831
|
"borderRadius": 999,
|
|
832
832
|
"height": 10,
|
|
833
833
|
"width": 10,
|
|
@@ -1000,7 +1000,7 @@ exports[`rendering renders correctly with subtext 1`] = `
|
|
|
1000
1000
|
[
|
|
1001
1001
|
{
|
|
1002
1002
|
"alignItems": "center",
|
|
1003
|
-
"borderColor": "#
|
|
1003
|
+
"borderColor": "#460078",
|
|
1004
1004
|
"borderRadius": 999,
|
|
1005
1005
|
"borderWidth": 2,
|
|
1006
1006
|
"height": 20,
|
|
@@ -1151,7 +1151,7 @@ exports[`rendering renders correctly with subtext 1`] = `
|
|
|
1151
1151
|
[
|
|
1152
1152
|
{
|
|
1153
1153
|
"alignItems": "center",
|
|
1154
|
-
"borderColor": "#
|
|
1154
|
+
"borderColor": "#460078",
|
|
1155
1155
|
"borderRadius": 999,
|
|
1156
1156
|
"borderWidth": 2,
|
|
1157
1157
|
"height": 20,
|
|
@@ -67,7 +67,7 @@ exports[`Rate renders correctly 1`] = `
|
|
|
67
67
|
style={
|
|
68
68
|
[
|
|
69
69
|
{
|
|
70
|
-
"color": "#
|
|
70
|
+
"color": "#460078",
|
|
71
71
|
"fontSize": 24,
|
|
72
72
|
},
|
|
73
73
|
undefined,
|
|
@@ -124,7 +124,7 @@ exports[`Rate renders correctly 1`] = `
|
|
|
124
124
|
style={
|
|
125
125
|
[
|
|
126
126
|
{
|
|
127
|
-
"color": "#
|
|
127
|
+
"color": "#460078",
|
|
128
128
|
"fontSize": 24,
|
|
129
129
|
},
|
|
130
130
|
undefined,
|
|
@@ -186,7 +186,7 @@ exports[`Rate renders correctly 1`] = `
|
|
|
186
186
|
style={
|
|
187
187
|
[
|
|
188
188
|
{
|
|
189
|
-
"color": "#
|
|
189
|
+
"color": "#460078",
|
|
190
190
|
"fontSize": 24,
|
|
191
191
|
},
|
|
192
192
|
undefined,
|
|
@@ -243,7 +243,7 @@ exports[`Rate renders correctly 1`] = `
|
|
|
243
243
|
style={
|
|
244
244
|
[
|
|
245
245
|
{
|
|
246
|
-
"color": "#
|
|
246
|
+
"color": "#460078",
|
|
247
247
|
"fontSize": 24,
|
|
248
248
|
},
|
|
249
249
|
undefined,
|
|
@@ -300,7 +300,7 @@ exports[`Rate renders correctly 1`] = `
|
|
|
300
300
|
style={
|
|
301
301
|
[
|
|
302
302
|
{
|
|
303
|
-
"color": "#
|
|
303
|
+
"color": "#460078",
|
|
304
304
|
"fontSize": 24,
|
|
305
305
|
},
|
|
306
306
|
undefined,
|
|
@@ -402,7 +402,7 @@ exports[`Rate renders correctly it is readonly 1`] = `
|
|
|
402
402
|
style={
|
|
403
403
|
[
|
|
404
404
|
{
|
|
405
|
-
"color": "#
|
|
405
|
+
"color": "#460078",
|
|
406
406
|
"fontSize": 24,
|
|
407
407
|
},
|
|
408
408
|
undefined,
|
|
@@ -459,7 +459,7 @@ exports[`Rate renders correctly it is readonly 1`] = `
|
|
|
459
459
|
style={
|
|
460
460
|
[
|
|
461
461
|
{
|
|
462
|
-
"color": "#
|
|
462
|
+
"color": "#460078",
|
|
463
463
|
"fontSize": 24,
|
|
464
464
|
},
|
|
465
465
|
undefined,
|
|
@@ -521,7 +521,7 @@ exports[`Rate renders correctly it is readonly 1`] = `
|
|
|
521
521
|
style={
|
|
522
522
|
[
|
|
523
523
|
{
|
|
524
|
-
"color": "#
|
|
524
|
+
"color": "#460078",
|
|
525
525
|
"fontSize": 24,
|
|
526
526
|
},
|
|
527
527
|
undefined,
|
|
@@ -578,7 +578,7 @@ exports[`Rate renders correctly it is readonly 1`] = `
|
|
|
578
578
|
style={
|
|
579
579
|
[
|
|
580
580
|
{
|
|
581
|
-
"color": "#
|
|
581
|
+
"color": "#460078",
|
|
582
582
|
"fontSize": 24,
|
|
583
583
|
},
|
|
584
584
|
undefined,
|
|
@@ -635,7 +635,7 @@ exports[`Rate renders correctly it is readonly 1`] = `
|
|
|
635
635
|
style={
|
|
636
636
|
[
|
|
637
637
|
{
|
|
638
|
-
"color": "#
|
|
638
|
+
"color": "#460078",
|
|
639
639
|
"fontSize": 24,
|
|
640
640
|
},
|
|
641
641
|
undefined,
|
|
@@ -68,7 +68,7 @@ exports[`SectionHeading allows to customise the icon 1`] = `
|
|
|
68
68
|
style={
|
|
69
69
|
[
|
|
70
70
|
{
|
|
71
|
-
"color": "#
|
|
71
|
+
"color": "#460078",
|
|
72
72
|
"fontFamily": "BeVietnamPro-Regular",
|
|
73
73
|
"fontSize": 14,
|
|
74
74
|
"letterSpacing": 0.48,
|
|
@@ -437,7 +437,7 @@ exports[`SectionHeading renders correct style with small 1`] = `
|
|
|
437
437
|
[
|
|
438
438
|
{
|
|
439
439
|
"alignContent": "center",
|
|
440
|
-
"backgroundColor": "#
|
|
440
|
+
"backgroundColor": "#DDC8F5",
|
|
441
441
|
"display": "flex",
|
|
442
442
|
"flexDirection": "row",
|
|
443
443
|
"justifyContent": "space-between",
|
|
@@ -35,7 +35,7 @@ exports[`Option renders correctly 1`] = `
|
|
|
35
35
|
[
|
|
36
36
|
{
|
|
37
37
|
"alignItems": "center",
|
|
38
|
-
"backgroundColor": "#
|
|
38
|
+
"backgroundColor": "#f1e9fb",
|
|
39
39
|
"borderRadius": 4,
|
|
40
40
|
"flexDirection": "row",
|
|
41
41
|
"opacity": 1,
|
|
@@ -91,7 +91,7 @@ exports[`Option renders correctly 1`] = `
|
|
|
91
91
|
style={
|
|
92
92
|
[
|
|
93
93
|
{
|
|
94
|
-
"color": "#
|
|
94
|
+
"color": "#460078",
|
|
95
95
|
"fontSize": 20,
|
|
96
96
|
},
|
|
97
97
|
{
|