@hero-design/rn 8.99.4 → 8.100.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +17 -0
- package/coverage/clover.xml +4923 -0
- package/coverage/coverage-final.json +378 -0
- package/coverage/lcov-report/base.css +224 -0
- package/coverage/lcov-report/block-navigation.js +87 -0
- package/coverage/lcov-report/favicon.png +0 -0
- package/coverage/lcov-report/index.html +1511 -0
- package/coverage/lcov-report/niceNumbers.ts.html +328 -0
- package/coverage/lcov-report/prettify.css +1 -0
- package/coverage/lcov-report/prettify.js +2 -0
- package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/coverage/lcov-report/sorter.js +196 -0
- package/coverage/lcov-report/src/components/Accordion/AccordionItem.tsx.html +232 -0
- package/coverage/lcov-report/src/components/Accordion/StyledAccordion.tsx.html +172 -0
- package/coverage/lcov-report/src/components/Accordion/index.html +146 -0
- package/coverage/lcov-report/src/components/Accordion/index.tsx.html +334 -0
- package/coverage/lcov-report/src/components/Alert/StyledAlert.tsx.html +304 -0
- package/coverage/lcov-report/src/components/Alert/index.html +131 -0
- package/coverage/lcov-report/src/components/Alert/index.tsx.html +556 -0
- package/coverage/lcov-report/src/components/AnimatedScroller/AnimatedFAB.tsx.html +550 -0
- package/coverage/lcov-report/src/components/AnimatedScroller/AnimatedScrollable.tsx.html +295 -0
- package/coverage/lcov-report/src/components/AnimatedScroller/FlatListWithFAB.tsx.html +154 -0
- package/coverage/lcov-report/src/components/AnimatedScroller/ScrollViewWithFAB.tsx.html +148 -0
- package/coverage/lcov-report/src/components/AnimatedScroller/SectionListWithFAB.tsx.html +163 -0
- package/coverage/lcov-report/src/components/AnimatedScroller/index.html +191 -0
- package/coverage/lcov-report/src/components/AnimatedScroller/index.tsx.html +100 -0
- package/coverage/lcov-report/src/components/AppCue/StyledAppCue.tsx.html +301 -0
- package/coverage/lcov-report/src/components/AppCue/index.html +146 -0
- package/coverage/lcov-report/src/components/AppCue/index.tsx.html +658 -0
- package/coverage/lcov-report/src/components/AppCue/utils.ts.html +604 -0
- package/coverage/lcov-report/src/components/Attachment/StyledAttachment.tsx.html +217 -0
- package/coverage/lcov-report/src/components/Attachment/index.html +131 -0
- package/coverage/lcov-report/src/components/Attachment/index.tsx.html +322 -0
- package/coverage/lcov-report/src/components/Avatar/Avatar.tsx.html +367 -0
- package/coverage/lcov-report/src/components/Avatar/AvatarStack/StyledAvatarStack.tsx.html +334 -0
- package/coverage/lcov-report/src/components/Avatar/AvatarStack/index.html +146 -0
- package/coverage/lcov-report/src/components/Avatar/AvatarStack/index.tsx.html +523 -0
- package/coverage/lcov-report/src/components/Avatar/AvatarStack/utils.ts.html +148 -0
- package/coverage/lcov-report/src/components/Avatar/StyledAvatar.tsx.html +286 -0
- package/coverage/lcov-report/src/components/Avatar/index.html +146 -0
- package/coverage/lcov-report/src/components/Avatar/index.ts.html +103 -0
- package/coverage/lcov-report/src/components/Badge/Count.tsx.html +265 -0
- package/coverage/lcov-report/src/components/Badge/Status.tsx.html +322 -0
- package/coverage/lcov-report/src/components/Badge/StyledBadge.tsx.html +397 -0
- package/coverage/lcov-report/src/components/Badge/constants.ts.html +88 -0
- package/coverage/lcov-report/src/components/Badge/index.html +176 -0
- package/coverage/lcov-report/src/components/Badge/index.tsx.html +358 -0
- package/coverage/lcov-report/src/components/BottomNavigation/StyledBottomNavigation.tsx.html +259 -0
- package/coverage/lcov-report/src/components/BottomNavigation/index.html +131 -0
- package/coverage/lcov-report/src/components/BottomNavigation/index.tsx.html +571 -0
- package/coverage/lcov-report/src/components/BottomSheet/BottomSheetContext.ts.html +118 -0
- package/coverage/lcov-report/src/components/BottomSheet/Footer.tsx.html +145 -0
- package/coverage/lcov-report/src/components/BottomSheet/Header.tsx.html +304 -0
- package/coverage/lcov-report/src/components/BottomSheet/ScrollView.tsx.html +256 -0
- package/coverage/lcov-report/src/components/BottomSheet/StyledBottomSheet.tsx.html +403 -0
- package/coverage/lcov-report/src/components/BottomSheet/index.html +191 -0
- package/coverage/lcov-report/src/components/BottomSheet/index.tsx.html +793 -0
- package/coverage/lcov-report/src/components/Box/StyledBox.tsx.html +250 -0
- package/coverage/lcov-report/src/components/Box/config.ts.html +700 -0
- package/coverage/lcov-report/src/components/Box/index.html +146 -0
- package/coverage/lcov-report/src/components/Box/index.tsx.html +124 -0
- package/coverage/lcov-report/src/components/Button/Button.tsx.html +1045 -0
- package/coverage/lcov-report/src/components/Button/IconButton.tsx.html +292 -0
- package/coverage/lcov-report/src/components/Button/LoadingIndicator/StyledLoadingIndicator.tsx.html +307 -0
- package/coverage/lcov-report/src/components/Button/LoadingIndicator/index.html +131 -0
- package/coverage/lcov-report/src/components/Button/LoadingIndicator/index.tsx.html +511 -0
- package/coverage/lcov-report/src/components/Button/StyledButton.tsx.html +1561 -0
- package/coverage/lcov-report/src/components/Button/UtilityButton/StyledUtilityButton.tsx.html +160 -0
- package/coverage/lcov-report/src/components/Button/UtilityButton/index.html +131 -0
- package/coverage/lcov-report/src/components/Button/UtilityButton/index.tsx.html +259 -0
- package/coverage/lcov-report/src/components/Button/index.html +161 -0
- package/coverage/lcov-report/src/components/Button/index.tsx.html +136 -0
- package/coverage/lcov-report/src/components/Calendar/CalendarRange.tsx.html +1111 -0
- package/coverage/lcov-report/src/components/Calendar/CalendarRangeConnector.tsx.html +289 -0
- package/coverage/lcov-report/src/components/Calendar/CalendarRowItem.tsx.html +286 -0
- package/coverage/lcov-report/src/components/Calendar/StyledCalendar.tsx.html +397 -0
- package/coverage/lcov-report/src/components/Calendar/helpers.ts.html +394 -0
- package/coverage/lcov-report/src/components/Calendar/index.html +191 -0
- package/coverage/lcov-report/src/components/Calendar/index.tsx.html +1171 -0
- package/coverage/lcov-report/src/components/Card/DataCard/StyledDataCard.tsx.html +160 -0
- package/coverage/lcov-report/src/components/Card/DataCard/index.html +131 -0
- package/coverage/lcov-report/src/components/Card/DataCard/index.tsx.html +193 -0
- package/coverage/lcov-report/src/components/Card/StyledCard.tsx.html +160 -0
- package/coverage/lcov-report/src/components/Card/index.html +131 -0
- package/coverage/lcov-report/src/components/Card/index.tsx.html +232 -0
- package/coverage/lcov-report/src/components/Carousel/CardCarousel.tsx.html +844 -0
- package/coverage/lcov-report/src/components/Carousel/CarouselItem.tsx.html +313 -0
- package/coverage/lcov-report/src/components/Carousel/StyledCardCarousel.tsx.html +172 -0
- package/coverage/lcov-report/src/components/Carousel/StyledCarousel.tsx.html +325 -0
- package/coverage/lcov-report/src/components/Carousel/contants.ts.html +115 -0
- package/coverage/lcov-report/src/components/Carousel/index.html +191 -0
- package/coverage/lcov-report/src/components/Carousel/index.tsx.html +775 -0
- package/coverage/lcov-report/src/components/Chart/ChartSelect/StyledChartSelect.tsx.html +112 -0
- package/coverage/lcov-report/src/components/Chart/ChartSelect/index.html +131 -0
- package/coverage/lcov-report/src/components/Chart/ChartSelect/index.tsx.html +496 -0
- package/coverage/lcov-report/src/components/Chart/ColumnChart/ColumnChartContent.tsx.html +337 -0
- package/coverage/lcov-report/src/components/Chart/ColumnChart/Segment.tsx.html +283 -0
- package/coverage/lcov-report/src/components/Chart/ColumnChart/StackedSegment.tsx.html +382 -0
- package/coverage/lcov-report/src/components/Chart/ColumnChart/StyledColumnChart.tsx.html +112 -0
- package/coverage/lcov-report/src/components/Chart/ColumnChart/index.html +176 -0
- package/coverage/lcov-report/src/components/Chart/ColumnChart/index.tsx.html +733 -0
- package/coverage/lcov-report/src/components/Chart/Line/Line.tsx.html +328 -0
- package/coverage/lcov-report/src/components/Chart/Line/index.html +131 -0
- package/coverage/lcov-report/src/components/Chart/Line/index.tsx.html +514 -0
- package/coverage/lcov-report/src/components/Chart/StyledChart.tsx.html +133 -0
- package/coverage/lcov-report/src/components/Chart/index.html +131 -0
- package/coverage/lcov-report/src/components/Chart/index.tsx.html +124 -0
- package/coverage/lcov-report/src/components/Chart/shared/AxisLabel.tsx.html +160 -0
- package/coverage/lcov-report/src/components/Chart/shared/ChartFrame.tsx.html +478 -0
- package/coverage/lcov-report/src/components/Chart/shared/ChartHeader.tsx.html +142 -0
- package/coverage/lcov-report/src/components/Chart/shared/EmptyState.tsx.html +226 -0
- package/coverage/lcov-report/src/components/Chart/shared/XAxis.tsx.html +292 -0
- package/coverage/lcov-report/src/components/Chart/shared/XAxisGrid.tsx.html +211 -0
- package/coverage/lcov-report/src/components/Chart/shared/YAxis.tsx.html +397 -0
- package/coverage/lcov-report/src/components/Chart/shared/YAxisGrid.tsx.html +259 -0
- package/coverage/lcov-report/src/components/Chart/shared/constants.ts.html +91 -0
- package/coverage/lcov-report/src/components/Chart/shared/hooks/index.html +161 -0
- package/coverage/lcov-report/src/components/Chart/shared/hooks/useColorScale.ts.html +160 -0
- package/coverage/lcov-report/src/components/Chart/shared/hooks/useGenerateTicks.ts.html +166 -0
- package/coverage/lcov-report/src/components/Chart/shared/hooks/useScaleBandX.ts.html +136 -0
- package/coverage/lcov-report/src/components/Chart/shared/hooks/useScaleLinearY.ts.html +175 -0
- package/coverage/lcov-report/src/components/Chart/shared/index.html +251 -0
- package/coverage/lcov-report/src/components/Chart/shared/niceNumbers.ts.html +289 -0
- package/coverage/lcov-report/src/components/Checkbox/StyledCheckbox.tsx.html +217 -0
- package/coverage/lcov-report/src/components/Checkbox/index.html +131 -0
- package/coverage/lcov-report/src/components/Checkbox/index.tsx.html +448 -0
- package/coverage/lcov-report/src/components/Chip/StyledChip.tsx.html +445 -0
- package/coverage/lcov-report/src/components/Chip/index.html +131 -0
- package/coverage/lcov-report/src/components/Chip/index.tsx.html +415 -0
- package/coverage/lcov-report/src/components/Collapse/StyledCollapse.tsx.html +157 -0
- package/coverage/lcov-report/src/components/Collapse/index.html +131 -0
- package/coverage/lcov-report/src/components/Collapse/index.tsx.html +370 -0
- package/coverage/lcov-report/src/components/ContentNavigator/StyledContentNavigator.tsx.html +115 -0
- package/coverage/lcov-report/src/components/ContentNavigator/index.html +131 -0
- package/coverage/lcov-report/src/components/ContentNavigator/index.tsx.html +397 -0
- package/coverage/lcov-report/src/components/DatePicker/DatePickerAndroid.tsx.html +340 -0
- package/coverage/lcov-report/src/components/DatePicker/DatePickerCalendar.tsx.html +571 -0
- package/coverage/lcov-report/src/components/DatePicker/DatePickerIOS.tsx.html +361 -0
- package/coverage/lcov-report/src/components/DatePicker/Dialog/AndroidDialog.tsx.html +289 -0
- package/coverage/lcov-report/src/components/DatePicker/Dialog/IOSDialog.tsx.html +358 -0
- package/coverage/lcov-report/src/components/DatePicker/Dialog/index.html +131 -0
- package/coverage/lcov-report/src/components/DatePicker/StyledDatePicker.tsx.html +112 -0
- package/coverage/lcov-report/src/components/DatePicker/hooks/index.html +146 -0
- package/coverage/lcov-report/src/components/DatePicker/hooks/useCalculateDate.tsx.html +187 -0
- package/coverage/lcov-report/src/components/DatePicker/hooks/useFormatDate.ts.html +160 -0
- package/coverage/lcov-report/src/components/DatePicker/hooks/utils.ts.html +175 -0
- package/coverage/lcov-report/src/components/DatePicker/index.html +176 -0
- package/coverage/lcov-report/src/components/DatePicker/index.tsx.html +175 -0
- package/coverage/lcov-report/src/components/Divider/StyledDivider.tsx.html +169 -0
- package/coverage/lcov-report/src/components/Divider/index.html +131 -0
- package/coverage/lcov-report/src/components/Divider/index.tsx.html +205 -0
- package/coverage/lcov-report/src/components/Drawer/DragableDrawer/helpers.ts.html +223 -0
- package/coverage/lcov-report/src/components/Drawer/DragableDrawer/index.html +131 -0
- package/coverage/lcov-report/src/components/Drawer/DragableDrawer/index.tsx.html +697 -0
- package/coverage/lcov-report/src/components/Drawer/StyledDrawer.tsx.html +337 -0
- package/coverage/lcov-report/src/components/Drawer/index.html +131 -0
- package/coverage/lcov-report/src/components/Drawer/index.tsx.html +376 -0
- package/coverage/lcov-report/src/components/FAB/ActionGroup/ActionItem.tsx.html +313 -0
- package/coverage/lcov-report/src/components/FAB/ActionGroup/StyledActionGroup.tsx.html +289 -0
- package/coverage/lcov-report/src/components/FAB/ActionGroup/StyledActionItem.tsx.html +175 -0
- package/coverage/lcov-report/src/components/FAB/ActionGroup/index.html +161 -0
- package/coverage/lcov-report/src/components/FAB/ActionGroup/index.tsx.html +715 -0
- package/coverage/lcov-report/src/components/FAB/AnimatedFABIcon.tsx.html +226 -0
- package/coverage/lcov-report/src/components/FAB/FAB.tsx.html +871 -0
- package/coverage/lcov-report/src/components/FAB/Pair/StyledFAB.tsx.html +142 -0
- package/coverage/lcov-report/src/components/FAB/Pair/index.html +131 -0
- package/coverage/lcov-report/src/components/FAB/Pair/index.tsx.html +223 -0
- package/coverage/lcov-report/src/components/FAB/StyledFAB.tsx.html +229 -0
- package/coverage/lcov-report/src/components/FAB/index.html +161 -0
- package/coverage/lcov-report/src/components/FAB/index.tsx.html +109 -0
- package/coverage/lcov-report/src/components/FloatingIsland/StyledFloatingIsland.tsx.html +181 -0
- package/coverage/lcov-report/src/components/FloatingIsland/index.html +131 -0
- package/coverage/lcov-report/src/components/FloatingIsland/index.tsx.html +367 -0
- package/coverage/lcov-report/src/components/HeroDesignProvider/index.html +116 -0
- package/coverage/lcov-report/src/components/HeroDesignProvider/index.tsx.html +166 -0
- package/coverage/lcov-report/src/components/Icon/AnimatedIcon.tsx.html +226 -0
- package/coverage/lcov-report/src/components/Icon/HeroIcon/index.html +116 -0
- package/coverage/lcov-report/src/components/Icon/HeroIcon/index.tsx.html +238 -0
- package/coverage/lcov-report/src/components/Icon/IconList.ts.html +1486 -0
- package/coverage/lcov-report/src/components/Icon/index.html +161 -0
- package/coverage/lcov-report/src/components/Icon/index.tsx.html +412 -0
- package/coverage/lcov-report/src/components/Icon/utils.ts.html +103 -0
- package/coverage/lcov-report/src/components/Image/index.html +116 -0
- package/coverage/lcov-report/src/components/Image/index.tsx.html +238 -0
- package/coverage/lcov-report/src/components/List/BasicListItem.tsx.html +442 -0
- package/coverage/lcov-report/src/components/List/ListItem.tsx.html +565 -0
- package/coverage/lcov-report/src/components/List/StyledBasicListItem.tsx.html +187 -0
- package/coverage/lcov-report/src/components/List/StyledListItem.tsx.html +325 -0
- package/coverage/lcov-report/src/components/List/index.html +176 -0
- package/coverage/lcov-report/src/components/List/index.tsx.html +127 -0
- package/coverage/lcov-report/src/components/LocaleProvider/context.ts.html +106 -0
- package/coverage/lcov-report/src/components/LocaleProvider/hooks.ts.html +142 -0
- package/coverage/lcov-report/src/components/LocaleProvider/index.html +161 -0
- package/coverage/lcov-report/src/components/LocaleProvider/index.tsx.html +166 -0
- package/coverage/lcov-report/src/components/LocaleProvider/utils.ts.html +127 -0
- package/coverage/lcov-report/src/components/MapPin/Focussed.tsx.html +169 -0
- package/coverage/lcov-report/src/components/MapPin/StyledMapPin.tsx.html +301 -0
- package/coverage/lcov-report/src/components/MapPin/index.html +146 -0
- package/coverage/lcov-report/src/components/MapPin/index.tsx.html +274 -0
- package/coverage/lcov-report/src/components/Modal/index.html +116 -0
- package/coverage/lcov-report/src/components/Modal/index.tsx.html +736 -0
- package/coverage/lcov-report/src/components/PageControl/StyledPageControl.tsx.html +136 -0
- package/coverage/lcov-report/src/components/PageControl/index.html +131 -0
- package/coverage/lcov-report/src/components/PageControl/index.tsx.html +319 -0
- package/coverage/lcov-report/src/components/PinInput/PinCell.tsx.html +193 -0
- package/coverage/lcov-report/src/components/PinInput/StyledPinInput.tsx.html +358 -0
- package/coverage/lcov-report/src/components/PinInput/index.html +146 -0
- package/coverage/lcov-report/src/components/PinInput/index.tsx.html +817 -0
- package/coverage/lcov-report/src/components/Portal/PortalHost.tsx.html +166 -0
- package/coverage/lcov-report/src/components/Portal/PortalProvider.tsx.html +190 -0
- package/coverage/lcov-report/src/components/Portal/constants.ts.html +115 -0
- package/coverage/lcov-report/src/components/Portal/contexts.ts.html +127 -0
- package/coverage/lcov-report/src/components/Portal/index.html +221 -0
- package/coverage/lcov-report/src/components/Portal/index.tsx.html +283 -0
- package/coverage/lcov-report/src/components/Portal/reducer.ts.html +403 -0
- package/coverage/lcov-report/src/components/Portal/usePortal.ts.html +235 -0
- package/coverage/lcov-report/src/components/Portal/usePortalState.ts.html +118 -0
- package/coverage/lcov-report/src/components/Progress/ProgressBar.tsx.html +358 -0
- package/coverage/lcov-report/src/components/Progress/ProgressCircle.tsx.html +460 -0
- package/coverage/lcov-report/src/components/Progress/ProgressStep.tsx.html +352 -0
- package/coverage/lcov-report/src/components/Progress/StyledProgressBar.tsx.html +181 -0
- package/coverage/lcov-report/src/components/Progress/StyledProgressCircle.tsx.html +163 -0
- package/coverage/lcov-report/src/components/Progress/StyledStep.tsx.html +235 -0
- package/coverage/lcov-report/src/components/Progress/constants.ts.html +133 -0
- package/coverage/lcov-report/src/components/Progress/index.html +221 -0
- package/coverage/lcov-report/src/components/Progress/index.tsx.html +118 -0
- package/coverage/lcov-report/src/components/Radio/Radio.tsx.html +331 -0
- package/coverage/lcov-report/src/components/Radio/RadioGroup.tsx.html +343 -0
- package/coverage/lcov-report/src/components/Radio/StyledRadio.tsx.html +211 -0
- package/coverage/lcov-report/src/components/Radio/index.html +161 -0
- package/coverage/lcov-report/src/components/Radio/index.tsx.html +100 -0
- package/coverage/lcov-report/src/components/Rate/StyledRate.tsx.html +133 -0
- package/coverage/lcov-report/src/components/Rate/index.html +131 -0
- package/coverage/lcov-report/src/components/Rate/index.tsx.html +355 -0
- package/coverage/lcov-report/src/components/RefreshControl/index.html +116 -0
- package/coverage/lcov-report/src/components/RefreshControl/index.tsx.html +160 -0
- package/coverage/lcov-report/src/components/RichTextEditor/EditorEvent.ts.html +106 -0
- package/coverage/lcov-report/src/components/RichTextEditor/EditorToolbar.tsx.html +736 -0
- package/coverage/lcov-report/src/components/RichTextEditor/MentionList.tsx.html +382 -0
- package/coverage/lcov-report/src/components/RichTextEditor/RichTextEditor.tsx.html +1450 -0
- package/coverage/lcov-report/src/components/RichTextEditor/StyledRichTextEditor.ts.html +139 -0
- package/coverage/lcov-report/src/components/RichTextEditor/StyledToolbar.ts.html +181 -0
- package/coverage/lcov-report/src/components/RichTextEditor/constants.ts.html +112 -0
- package/coverage/lcov-report/src/components/RichTextEditor/heroEditorApp.ts.html +94 -0
- package/coverage/lcov-report/src/components/RichTextEditor/index.html +236 -0
- package/coverage/lcov-report/src/components/RichTextEditor/index.tsx.html +118 -0
- package/coverage/lcov-report/src/components/RichTextEditor/utils/events.ts.html +178 -0
- package/coverage/lcov-report/src/components/RichTextEditor/utils/index.html +131 -0
- package/coverage/lcov-report/src/components/RichTextEditor/utils/rnWebView.ts.html +142 -0
- package/coverage/lcov-report/src/components/Search/SearchOneLine.tsx.html +787 -0
- package/coverage/lcov-report/src/components/Search/SearchSuffixIcon.tsx.html +229 -0
- package/coverage/lcov-report/src/components/Search/SearchTwoLine.tsx.html +295 -0
- package/coverage/lcov-report/src/components/Search/StyledSearch.tsx.html +310 -0
- package/coverage/lcov-report/src/components/Search/index.html +191 -0
- package/coverage/lcov-report/src/components/Search/index.tsx.html +136 -0
- package/coverage/lcov-report/src/components/Search/utils.tsx.html +178 -0
- package/coverage/lcov-report/src/components/SectionHeading/StyledHeading.tsx.html +190 -0
- package/coverage/lcov-report/src/components/SectionHeading/index.html +131 -0
- package/coverage/lcov-report/src/components/SectionHeading/index.tsx.html +445 -0
- package/coverage/lcov-report/src/components/Select/BaseOptionList.tsx.html +310 -0
- package/coverage/lcov-report/src/components/Select/Footer.tsx.html +109 -0
- package/coverage/lcov-report/src/components/Select/MultiSelect/Option.tsx.html +229 -0
- package/coverage/lcov-report/src/components/Select/MultiSelect/OptionList.tsx.html +301 -0
- package/coverage/lcov-report/src/components/Select/MultiSelect/index.html +161 -0
- package/coverage/lcov-report/src/components/Select/MultiSelect/index.tsx.html +685 -0
- package/coverage/lcov-report/src/components/Select/MultiSelect/utils.ts.html +121 -0
- package/coverage/lcov-report/src/components/Select/SingleSelect/Option.tsx.html +178 -0
- package/coverage/lcov-report/src/components/Select/SingleSelect/OptionList.tsx.html +325 -0
- package/coverage/lcov-report/src/components/Select/SingleSelect/StyledSingleSelect.tsx.html +103 -0
- package/coverage/lcov-report/src/components/Select/SingleSelect/index.html +161 -0
- package/coverage/lcov-report/src/components/Select/SingleSelect/index.tsx.html +574 -0
- package/coverage/lcov-report/src/components/Select/StyledSelect.tsx.html +151 -0
- package/coverage/lcov-report/src/components/Select/helpers.tsx.html +298 -0
- package/coverage/lcov-report/src/components/Select/index.html +176 -0
- package/coverage/lcov-report/src/components/Select/index.tsx.html +115 -0
- package/coverage/lcov-report/src/components/Skeleton/StyledSkeleton.tsx.html +160 -0
- package/coverage/lcov-report/src/components/Skeleton/index.html +131 -0
- package/coverage/lcov-report/src/components/Skeleton/index.tsx.html +475 -0
- package/coverage/lcov-report/src/components/Slider/RangeSlider.tsx.html +646 -0
- package/coverage/lcov-report/src/components/Slider/SingleSlider.tsx.html +352 -0
- package/coverage/lcov-report/src/components/Slider/StyledRangeSlider.tsx.html +133 -0
- package/coverage/lcov-report/src/components/Slider/index.html +161 -0
- package/coverage/lcov-report/src/components/Slider/index.tsx.html +127 -0
- package/coverage/lcov-report/src/components/Spinner/AnimatedSpinner.tsx.html +295 -0
- package/coverage/lcov-report/src/components/Spinner/StyledSpinner.tsx.html +304 -0
- package/coverage/lcov-report/src/components/Spinner/index.html +146 -0
- package/coverage/lcov-report/src/components/Spinner/index.tsx.html +190 -0
- package/coverage/lcov-report/src/components/StatusScreens/Empty/StyledEmpty.tsx.html +223 -0
- package/coverage/lcov-report/src/components/StatusScreens/Empty/index.html +131 -0
- package/coverage/lcov-report/src/components/StatusScreens/Empty/index.tsx.html +376 -0
- package/coverage/lcov-report/src/components/StatusScreens/Error/StyledError.tsx.html +355 -0
- package/coverage/lcov-report/src/components/StatusScreens/Error/index.html +131 -0
- package/coverage/lcov-report/src/components/StatusScreens/Error/index.tsx.html +961 -0
- package/coverage/lcov-report/src/components/StatusScreens/StatusIcon/assets/Add.tsx.html +232 -0
- package/coverage/lcov-report/src/components/StatusScreens/StatusIcon/assets/Boom.tsx.html +268 -0
- package/coverage/lcov-report/src/components/StatusScreens/StatusIcon/assets/Build.tsx.html +220 -0
- package/coverage/lcov-report/src/components/StatusScreens/StatusIcon/assets/Clock.tsx.html +199 -0
- package/coverage/lcov-report/src/components/StatusScreens/StatusIcon/assets/Confetti.tsx.html +319 -0
- package/coverage/lcov-report/src/components/StatusScreens/StatusIcon/assets/Connections.tsx.html +256 -0
- package/coverage/lcov-report/src/components/StatusScreens/StatusIcon/assets/Error.tsx.html +250 -0
- package/coverage/lcov-report/src/components/StatusScreens/StatusIcon/assets/Info.tsx.html +190 -0
- package/coverage/lcov-report/src/components/StatusScreens/StatusIcon/assets/List.tsx.html +196 -0
- package/coverage/lcov-report/src/components/StatusScreens/StatusIcon/assets/Location.tsx.html +196 -0
- package/coverage/lcov-report/src/components/StatusScreens/StatusIcon/assets/Merge.tsx.html +262 -0
- package/coverage/lcov-report/src/components/StatusScreens/StatusIcon/assets/Notifications.tsx.html +163 -0
- package/coverage/lcov-report/src/components/StatusScreens/StatusIcon/assets/Search.tsx.html +193 -0
- package/coverage/lcov-report/src/components/StatusScreens/StatusIcon/assets/Star.tsx.html +196 -0
- package/coverage/lcov-report/src/components/StatusScreens/StatusIcon/assets/Success.tsx.html +208 -0
- package/coverage/lcov-report/src/components/StatusScreens/StatusIcon/assets/User.tsx.html +214 -0
- package/coverage/lcov-report/src/components/StatusScreens/StatusIcon/assets/index.html +341 -0
- package/coverage/lcov-report/src/components/StatusScreens/StatusIcon/index.html +116 -0
- package/coverage/lcov-report/src/components/StatusScreens/StatusIcon/index.tsx.html +274 -0
- package/coverage/lcov-report/src/components/StatusScreens/Success/StyledSuccess.tsx.html +340 -0
- package/coverage/lcov-report/src/components/StatusScreens/Success/index.html +131 -0
- package/coverage/lcov-report/src/components/StatusScreens/Success/index.tsx.html +631 -0
- package/coverage/lcov-report/src/components/Swipeable/StyledSwipeable.tsx.html +118 -0
- package/coverage/lcov-report/src/components/Swipeable/SwipeableAction.tsx.html +220 -0
- package/coverage/lcov-report/src/components/Swipeable/index.html +146 -0
- package/coverage/lcov-report/src/components/Swipeable/index.tsx.html +646 -0
- package/coverage/lcov-report/src/components/Switch/SelectorSwitch/Option.tsx.html +352 -0
- package/coverage/lcov-report/src/components/Switch/SelectorSwitch/StyledSelectorSwitch.tsx.html +193 -0
- package/coverage/lcov-report/src/components/Switch/SelectorSwitch/index.html +146 -0
- package/coverage/lcov-report/src/components/Switch/SelectorSwitch/index.tsx.html +442 -0
- package/coverage/lcov-report/src/components/Switch/StyledSwitch.tsx.html +175 -0
- package/coverage/lcov-report/src/components/Switch/index.html +131 -0
- package/coverage/lcov-report/src/components/Switch/index.tsx.html +346 -0
- package/coverage/lcov-report/src/components/Tabs/ActiveTabIndicator.tsx.html +196 -0
- package/coverage/lcov-report/src/components/Tabs/SceneView.tsx.html +283 -0
- package/coverage/lcov-report/src/components/Tabs/ScrollableTabs.tsx.html +418 -0
- package/coverage/lcov-report/src/components/Tabs/ScrollableTabsHeader/ScrollableTabsHeader.tsx.html +814 -0
- package/coverage/lcov-report/src/components/Tabs/ScrollableTabsHeader/hooks/index.html +131 -0
- package/coverage/lcov-report/src/components/Tabs/ScrollableTabsHeader/hooks/useInitHighlightedAnimation.ts.html +220 -0
- package/coverage/lcov-report/src/components/Tabs/ScrollableTabsHeader/hooks/useInitUnderlinedAnimation.ts.html +358 -0
- package/coverage/lcov-report/src/components/Tabs/ScrollableTabsHeader/index.html +116 -0
- package/coverage/lcov-report/src/components/Tabs/StyledScrollableTabs.tsx.html +307 -0
- package/coverage/lcov-report/src/components/Tabs/StyledTabs.tsx.html +250 -0
- package/coverage/lcov-report/src/components/Tabs/TabWithBadge.tsx.html +247 -0
- package/coverage/lcov-report/src/components/Tabs/index.html +251 -0
- package/coverage/lcov-report/src/components/Tabs/index.tsx.html +847 -0
- package/coverage/lcov-report/src/components/Tabs/useHandlePageScroll.tsx.html +181 -0
- package/coverage/lcov-report/src/components/Tabs/useIsFocused.tsx.html +142 -0
- package/coverage/lcov-report/src/components/Tabs/utils.ts.html +124 -0
- package/coverage/lcov-report/src/components/Tag/StyledTag.tsx.html +190 -0
- package/coverage/lcov-report/src/components/Tag/index.html +131 -0
- package/coverage/lcov-report/src/components/Tag/index.tsx.html +268 -0
- package/coverage/lcov-report/src/components/TextInput/StyledTextInput.tsx.html +514 -0
- package/coverage/lcov-report/src/components/TextInput/index.html +131 -0
- package/coverage/lcov-report/src/components/TextInput/index.tsx.html +1693 -0
- package/coverage/lcov-report/src/components/TimePicker/StyledTimePicker.tsx.html +112 -0
- package/coverage/lcov-report/src/components/TimePicker/TimePickerAndroid.tsx.html +277 -0
- package/coverage/lcov-report/src/components/TimePicker/TimePickerIOS.tsx.html +376 -0
- package/coverage/lcov-report/src/components/TimePicker/index.html +161 -0
- package/coverage/lcov-report/src/components/TimePicker/index.tsx.html +130 -0
- package/coverage/lcov-report/src/components/Toast/StyledToast.tsx.html +334 -0
- package/coverage/lcov-report/src/components/Toast/Toast.tsx.html +505 -0
- package/coverage/lcov-report/src/components/Toast/ToastContainer.tsx.html +355 -0
- package/coverage/lcov-report/src/components/Toast/ToastContext.ts.html +214 -0
- package/coverage/lcov-report/src/components/Toast/ToastProvider.tsx.html +280 -0
- package/coverage/lcov-report/src/components/Toast/index.html +191 -0
- package/coverage/lcov-report/src/components/Toast/index.tsx.html +118 -0
- package/coverage/lcov-report/src/components/Toolbar/StyledToolbar.tsx.html +460 -0
- package/coverage/lcov-report/src/components/Toolbar/ToolbarGroup.tsx.html +196 -0
- package/coverage/lcov-report/src/components/Toolbar/ToolbarItem.tsx.html +448 -0
- package/coverage/lcov-report/src/components/Toolbar/ToolbarMessage.tsx.html +601 -0
- package/coverage/lcov-report/src/components/Toolbar/index.html +176 -0
- package/coverage/lcov-report/src/components/Toolbar/index.tsx.html +151 -0
- package/coverage/lcov-report/src/components/Typography/Body/StyledBody.tsx.html +223 -0
- package/coverage/lcov-report/src/components/Typography/Body/index.html +131 -0
- package/coverage/lcov-report/src/components/Typography/Body/index.tsx.html +301 -0
- package/coverage/lcov-report/src/components/Typography/Caption/StyledCaption.tsx.html +136 -0
- package/coverage/lcov-report/src/components/Typography/Caption/index.html +131 -0
- package/coverage/lcov-report/src/components/Typography/Caption/index.tsx.html +271 -0
- package/coverage/lcov-report/src/components/Typography/Label/StyledLabel.tsx.html +127 -0
- package/coverage/lcov-report/src/components/Typography/Label/index.html +131 -0
- package/coverage/lcov-report/src/components/Typography/Label/index.tsx.html +253 -0
- package/coverage/lcov-report/src/components/Typography/Text/StyledText.tsx.html +244 -0
- package/coverage/lcov-report/src/components/Typography/Text/index.html +131 -0
- package/coverage/lcov-report/src/components/Typography/Text/index.tsx.html +361 -0
- package/coverage/lcov-report/src/components/Typography/Title/StyledTitle.tsx.html +145 -0
- package/coverage/lcov-report/src/components/Typography/Title/index.html +131 -0
- package/coverage/lcov-report/src/components/Typography/Title/index.tsx.html +298 -0
- package/coverage/lcov-report/src/components/Typography/index.html +131 -0
- package/coverage/lcov-report/src/components/Typography/index.tsx.html +163 -0
- package/coverage/lcov-report/src/components/Typography/types.ts.html +142 -0
- package/coverage/lcov-report/src/index.html +131 -0
- package/coverage/lcov-report/src/index.ts.html +571 -0
- package/coverage/lcov-report/src/locales/en_AU.ts.html +115 -0
- package/coverage/lcov-report/src/locales/en_CA.ts.html +115 -0
- package/coverage/lcov-report/src/locales/index.html +146 -0
- package/coverage/lcov-report/src/locales/index.ts.html +106 -0
- package/coverage/lcov-report/src/testHelpers/index.html +116 -0
- package/coverage/lcov-report/src/testHelpers/renderWithTheme.tsx.html +133 -0
- package/coverage/lcov-report/src/theme/ThemeProvider.ts.html +142 -0
- package/coverage/lcov-report/src/theme/ThemeSwitcher.tsx.html +310 -0
- package/coverage/lcov-report/src/theme/components/accordion.ts.html +142 -0
- package/coverage/lcov-report/src/theme/components/alert.ts.html +229 -0
- package/coverage/lcov-report/src/theme/components/appCue.ts.html +151 -0
- package/coverage/lcov-report/src/theme/components/attachment.ts.html +169 -0
- package/coverage/lcov-report/src/theme/components/avatar.ts.html +259 -0
- package/coverage/lcov-report/src/theme/components/badge.ts.html +358 -0
- package/coverage/lcov-report/src/theme/components/bottomNavigation.ts.html +172 -0
- package/coverage/lcov-report/src/theme/components/bottomSheet.ts.html +193 -0
- package/coverage/lcov-report/src/theme/components/button.ts.html +445 -0
- package/coverage/lcov-report/src/theme/components/calendar.ts.html +214 -0
- package/coverage/lcov-report/src/theme/components/card.ts.html +172 -0
- package/coverage/lcov-report/src/theme/components/cardCarousel.ts.html +160 -0
- package/coverage/lcov-report/src/theme/components/carousel.ts.html +217 -0
- package/coverage/lcov-report/src/theme/components/chart.ts.html +163 -0
- package/coverage/lcov-report/src/theme/components/checkbox.ts.html +229 -0
- package/coverage/lcov-report/src/theme/components/chip.ts.html +235 -0
- package/coverage/lcov-report/src/theme/components/columnChart.ts.html +130 -0
- package/coverage/lcov-report/src/theme/components/contentNavigator.ts.html +118 -0
- package/coverage/lcov-report/src/theme/components/datePicker.ts.html +118 -0
- package/coverage/lcov-report/src/theme/components/divider.ts.html +154 -0
- package/coverage/lcov-report/src/theme/components/drawer.ts.html +190 -0
- package/coverage/lcov-report/src/theme/components/empty.ts.html +223 -0
- package/coverage/lcov-report/src/theme/components/error.ts.html +268 -0
- package/coverage/lcov-report/src/theme/components/fab.ts.html +337 -0
- package/coverage/lcov-report/src/theme/components/floatingIsland.ts.html +178 -0
- package/coverage/lcov-report/src/theme/components/icon.ts.html +172 -0
- package/coverage/lcov-report/src/theme/components/image.ts.html +121 -0
- package/coverage/lcov-report/src/theme/components/index.html +881 -0
- package/coverage/lcov-report/src/theme/components/list.ts.html +223 -0
- package/coverage/lcov-report/src/theme/components/mapPin.ts.html +235 -0
- package/coverage/lcov-report/src/theme/components/pageControl.ts.html +160 -0
- package/coverage/lcov-report/src/theme/components/pinInput.ts.html +313 -0
- package/coverage/lcov-report/src/theme/components/progress.ts.html +265 -0
- package/coverage/lcov-report/src/theme/components/radio.ts.html +193 -0
- package/coverage/lcov-report/src/theme/components/rate.ts.html +133 -0
- package/coverage/lcov-report/src/theme/components/refreshControl.ts.html +118 -0
- package/coverage/lcov-report/src/theme/components/richTextEditor.ts.html +193 -0
- package/coverage/lcov-report/src/theme/components/search.ts.html +292 -0
- package/coverage/lcov-report/src/theme/components/sectionHeading.ts.html +142 -0
- package/coverage/lcov-report/src/theme/components/select.ts.html +154 -0
- package/coverage/lcov-report/src/theme/components/skeleton.ts.html +151 -0
- package/coverage/lcov-report/src/theme/components/slider.ts.html +178 -0
- package/coverage/lcov-report/src/theme/components/spinner.ts.html +184 -0
- package/coverage/lcov-report/src/theme/components/success.ts.html +241 -0
- package/coverage/lcov-report/src/theme/components/swipeable.ts.html +151 -0
- package/coverage/lcov-report/src/theme/components/switch.ts.html +235 -0
- package/coverage/lcov-report/src/theme/components/tabs.ts.html +202 -0
- package/coverage/lcov-report/src/theme/components/tag.ts.html +274 -0
- package/coverage/lcov-report/src/theme/components/textInput.ts.html +409 -0
- package/coverage/lcov-report/src/theme/components/timePicker.ts.html +118 -0
- package/coverage/lcov-report/src/theme/components/toast.ts.html +241 -0
- package/coverage/lcov-report/src/theme/components/toolbar.ts.html +262 -0
- package/coverage/lcov-report/src/theme/components/typography.ts.html +622 -0
- package/coverage/lcov-report/src/theme/getTheme.ts.html +637 -0
- package/coverage/lcov-report/src/theme/global/borders.ts.html +187 -0
- package/coverage/lcov-report/src/theme/global/colors/eBens.ts.html +163 -0
- package/coverage/lcov-report/src/theme/global/colors/ehJobs.ts.html +127 -0
- package/coverage/lcov-report/src/theme/global/colors/ehWork.ts.html +166 -0
- package/coverage/lcov-report/src/theme/global/colors/ehWorkDark.ts.html +277 -0
- package/coverage/lcov-report/src/theme/global/colors/global.ts.html +247 -0
- package/coverage/lcov-report/src/theme/global/colors/globalDark.ts.html +238 -0
- package/coverage/lcov-report/src/theme/global/colors/index.html +326 -0
- package/coverage/lcov-report/src/theme/global/colors/jobs.ts.html +163 -0
- package/coverage/lcov-report/src/theme/global/colors/swag.ts.html +169 -0
- package/coverage/lcov-report/src/theme/global/colors/swagDark.ts.html +175 -0
- package/coverage/lcov-report/src/theme/global/colors/swagLight.ts.html +121 -0
- package/coverage/lcov-report/src/theme/global/colors/swagLightGlobal.ts.html +127 -0
- package/coverage/lcov-report/src/theme/global/colors/swagLightJobs.ts.html +121 -0
- package/coverage/lcov-report/src/theme/global/colors/swagSystemPalette.ts.html +112 -0
- package/coverage/lcov-report/src/theme/global/colors/wallet.ts.html +163 -0
- package/coverage/lcov-report/src/theme/global/colors/work.ts.html +163 -0
- package/coverage/lcov-report/src/theme/global/index.html +191 -0
- package/coverage/lcov-report/src/theme/global/index.ts.html +280 -0
- package/coverage/lcov-report/src/theme/global/scale.ts.html +172 -0
- package/coverage/lcov-report/src/theme/global/shadows/ehJobs.ts.html +196 -0
- package/coverage/lcov-report/src/theme/global/shadows/ehWork.ts.html +193 -0
- package/coverage/lcov-report/src/theme/global/shadows/ehWorkDark.ts.html +193 -0
- package/coverage/lcov-report/src/theme/global/shadows/index.html +161 -0
- package/coverage/lcov-report/src/theme/global/shadows/index.ts.html +166 -0
- package/coverage/lcov-report/src/theme/global/sizes.ts.html +172 -0
- package/coverage/lcov-report/src/theme/global/space.ts.html +181 -0
- package/coverage/lcov-report/src/theme/global/typography.ts.html +376 -0
- package/coverage/lcov-report/src/theme/index.html +161 -0
- package/coverage/lcov-report/src/theme/index.ts.html +214 -0
- package/coverage/lcov-report/src/types.ts.html +238 -0
- package/coverage/lcov-report/src/utils/functions.ts.html +91 -0
- package/coverage/lcov-report/src/utils/helpers.ts.html +424 -0
- package/coverage/lcov-report/src/utils/hooks.ts.html +172 -0
- package/coverage/lcov-report/src/utils/index.html +146 -0
- package/coverage/lcov.info +11518 -0
- package/es/index.js +5626 -692
- package/jest.config.js +1 -1
- package/lib/index.js +5550 -615
- package/locales/en_AU.d.ts +3 -0
- package/locales/en_CA.d.ts +3 -0
- package/locales/index.d.ts +5 -0
- package/locales/types.d.ts +10 -0
- package/package.json +4 -2
- package/src/components/Avatar/AvatarStack/utils.ts +6 -4
- package/src/components/Badge/Status.tsx +1 -1
- package/src/components/Badge/__tests__/Status.spec.tsx +20 -0
- package/src/components/Badge/__tests__/__snapshots__/Status.spec.tsx.snap +2 -0
- package/src/components/Chart/ChartSelect/StyledChartSelect.tsx +9 -0
- package/src/components/Chart/ChartSelect/__tests__/StyledChartSelect.spec.tsx +15 -0
- package/src/components/Chart/ChartSelect/__tests__/__snapshots__/StyledChartSelect.spec.tsx.snap +20 -0
- package/src/components/Chart/ChartSelect/__tests__/index.spec.tsx +111 -0
- package/src/components/Chart/ChartSelect/index.tsx +137 -0
- package/src/components/Chart/ColumnChart/ColumnChartContent.tsx +84 -0
- package/src/components/Chart/ColumnChart/Segment.tsx +66 -0
- package/src/components/Chart/ColumnChart/StackedSegment.tsx +99 -0
- package/src/components/Chart/ColumnChart/StyledColumnChart.tsx +9 -0
- package/src/components/Chart/ColumnChart/__tests__/ColumnChartContent.spec.tsx +68 -0
- package/src/components/Chart/ColumnChart/__tests__/Segment.spec.tsx +99 -0
- package/src/components/Chart/ColumnChart/__tests__/StackedSegment.spec.tsx +115 -0
- package/src/components/Chart/ColumnChart/__tests__/__snapshots__/StackedSegment.spec.tsx.snap +120 -0
- package/src/components/Chart/ColumnChart/__tests__/__snapshots__/index.spec.tsx.snap +1405 -0
- package/src/components/Chart/ColumnChart/__tests__/index.spec.tsx +134 -0
- package/src/components/Chart/ColumnChart/index.tsx +216 -0
- package/src/components/Chart/Line/Line.tsx +81 -0
- package/src/components/Chart/Line/__tests__/Line.spec.tsx +148 -0
- package/src/components/Chart/Line/__tests__/__snapshots__/Line.spec.tsx.snap +56 -0
- package/src/components/Chart/Line/__tests__/__snapshots__/index.spec.tsx.snap +1461 -0
- package/src/components/Chart/Line/__tests__/index.spec.tsx +112 -0
- package/src/components/Chart/Line/index.tsx +143 -0
- package/src/components/Chart/StyledChart.tsx +16 -0
- package/src/components/Chart/index.tsx +13 -0
- package/src/components/Chart/shared/AxisLabel.tsx +25 -0
- package/src/components/Chart/shared/ChartFrame.tsx +131 -0
- package/src/components/Chart/shared/ChartHeader.tsx +19 -0
- package/src/components/Chart/shared/EmptyState.tsx +83 -0
- package/src/components/Chart/shared/XAxis.tsx +69 -0
- package/src/components/Chart/shared/XAxisGrid.tsx +42 -0
- package/src/components/Chart/shared/YAxis.tsx +104 -0
- package/src/components/Chart/shared/YAxisGrid.tsx +58 -0
- package/src/components/Chart/shared/__tests__/ChartFrame.spec.tsx +125 -0
- package/src/components/Chart/shared/__tests__/ChartHeader.spec.tsx +22 -0
- package/src/components/Chart/shared/__tests__/EmptyState.spec.tsx +29 -0
- package/src/components/Chart/shared/__tests__/XAXisGrid.spec.tsx +30 -0
- package/src/components/Chart/shared/__tests__/XAxis.spec.tsx +42 -0
- package/src/components/Chart/shared/__tests__/YAxis.spec.tsx +72 -0
- package/src/components/Chart/shared/__tests__/YAxisGrid.spec.tsx +35 -0
- package/src/components/Chart/shared/__tests__/__snapshots__/ChartFrame.spec.tsx.snap +3058 -0
- package/src/components/Chart/shared/__tests__/__snapshots__/ChartHeader.spec.tsx.snap +160 -0
- package/src/components/Chart/shared/__tests__/__snapshots__/EmptyState.spec.tsx.snap +155 -0
- package/src/components/Chart/shared/__tests__/__snapshots__/XAXisGrid.spec.tsx.snap +197 -0
- package/src/components/Chart/shared/__tests__/__snapshots__/XAxis.spec.tsx.snap +369 -0
- package/src/components/Chart/shared/__tests__/__snapshots__/YAxis.spec.tsx.snap +1013 -0
- package/src/components/Chart/shared/__tests__/__snapshots__/YAxisGrid.spec.tsx.snap +228 -0
- package/src/components/Chart/shared/__tests__/niceNumbers.spec.tsx +127 -0
- package/src/components/Chart/shared/constants.ts +2 -0
- package/src/components/Chart/shared/hooks/useColorScale.ts +25 -0
- package/src/components/Chart/shared/hooks/useGenerateTicks.ts +27 -0
- package/src/components/Chart/shared/hooks/useScaleBandX.ts +17 -0
- package/src/components/Chart/shared/hooks/useScaleLinearY.ts +30 -0
- package/src/components/Chart/shared/niceNumbers.ts +68 -0
- package/src/components/Chart/types.ts +100 -0
- package/src/components/Select/MultiSelect/OptionList.tsx +1 -1
- package/src/components/Select/MultiSelect/index.tsx +2 -6
- package/src/components/Select/MultiSelect/utils.ts +7 -3
- package/src/components/Select/SingleSelect/OptionList.tsx +1 -1
- package/src/components/Select/SingleSelect/index.tsx +2 -7
- package/src/components/Select/__tests__/helpers.spec.tsx +0 -36
- package/src/components/Select/helpers.tsx +0 -75
- package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/Option.spec.tsx.snap +3 -0
- package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +3 -0
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabsHeader.spec.tsx.snap +2 -0
- package/src/components/Tabs/__tests__/__snapshots__/TabWithBadge.spec.tsx.snap +1 -0
- package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +3 -0
- package/src/index.ts +2 -0
- package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +28 -0
- package/src/theme/components/chart.ts +28 -0
- package/src/theme/components/columnChart.ts +15 -0
- package/src/theme/getTheme.ts +6 -0
- package/src/types.ts +4 -0
- package/src/utils/__tests__/helpers.spec.ts +36 -1
- package/src/utils/helpers.ts +76 -1
- package/stats/8.100.0/rn-stats.html +4842 -0
- package/stats/8.99.4/rn-stats.html +1 -1
- package/types/components/Badge/Status.d.ts +0 -1
- package/types/components/Chart/ChartSelect/StyledChartSelect.d.ts +8 -0
- package/types/components/Chart/ChartSelect/index.d.ts +63 -0
- package/types/components/Chart/ColumnChart/ColumnChartContent.d.ts +25 -0
- package/types/components/Chart/ColumnChart/Segment.d.ts +14 -0
- package/types/components/Chart/ColumnChart/StackedSegment.d.ts +28 -0
- package/types/components/Chart/ColumnChart/StyledColumnChart.d.ts +8 -0
- package/types/components/Chart/ColumnChart/index.d.ts +80 -0
- package/types/components/Chart/Line/Line.d.ts +21 -0
- package/types/components/Chart/Line/index.d.ts +35 -0
- package/types/components/Chart/StyledChart.d.ts +9 -0
- package/types/components/Chart/index.d.ts +9 -0
- package/types/components/Chart/shared/AxisContext.d.ts +8 -0
- package/types/components/Chart/shared/AxisLabel.d.ts +7 -0
- package/types/components/Chart/shared/ChartFrame.d.ts +30 -0
- package/types/components/Chart/shared/ChartHeader.d.ts +8 -0
- package/types/components/Chart/shared/EmptyState.d.ts +8 -0
- package/types/components/Chart/shared/TextWrapper.d.ts +11 -0
- package/types/components/Chart/shared/XAxis.d.ts +8 -0
- package/types/components/Chart/shared/XAxisGrid.d.ts +8 -0
- package/types/components/Chart/shared/YAxis.d.ts +10 -0
- package/types/components/Chart/shared/YAxisGrid.d.ts +10 -0
- package/types/components/Chart/shared/constants.d.ts +2 -0
- package/types/components/Chart/shared/context/AxisContext.d.ts +8 -0
- package/types/components/Chart/shared/hooks/useColorScale.d.ts +7 -0
- package/types/components/Chart/shared/hooks/useGenerateTicks.d.ts +6 -0
- package/types/components/Chart/shared/hooks/useScaleBandX.d.ts +8 -0
- package/types/components/Chart/shared/hooks/useScaleLinearY.d.ts +9 -0
- package/types/components/Chart/shared/niceNumbers.d.ts +12 -0
- package/types/components/Chart/types.d.ts +84 -0
- package/types/components/DatePicker/DatePickerDialog/AndroidDatePickerDialog.d.ts +4 -0
- package/types/components/DatePicker/DatePickerDialog/IOSDatePickerDialog.d.ts +4 -0
- package/types/components/DatePicker/DatePickerDialog/type.d.ts +50 -0
- package/types/components/DatePicker/useCalculateDate.d.ts +4 -0
- package/types/components/DatePicker/useFormatDate.d.ts +12 -0
- package/types/components/Empty/StyledEmpty.d.ts +21 -0
- package/types/components/Empty/index.d.ts +31 -0
- package/types/components/Error/StyledError.d.ts +53 -0
- package/types/components/Error/index.d.ts +56 -0
- package/types/components/Select/helpers.d.ts +0 -5
- package/types/components/Success/StyledSuccess.d.ts +49 -0
- package/types/components/Success/index.d.ts +50 -0
- package/types/index.d.ts +2 -1
- package/types/theme/components/chart.d.ts +22 -0
- package/types/theme/components/columnChart.d.ts +10 -0
- package/types/theme/getTheme.d.ts +4 -0
- package/types/theme/global/shadows/shadows.d.ts +9 -0
- package/types/theme/global/shadows/swagLight.d.ts +3 -0
- package/types/theme/global/shadows/swagLightJobs.d.ts +3 -0
- package/types/theme/global/shadows.d.ts +16 -0
- package/types/types.d.ts +3 -1
- package/types/utils/helpers.d.ts +5 -0
- package/.turbo/turbo-build.log +0 -18
|
@@ -0,0 +1,1461 @@
|
|
|
1
|
+
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
|
+
|
|
3
|
+
exports[`LineChart should render 1`] = `
|
|
4
|
+
<View
|
|
5
|
+
style={
|
|
6
|
+
{
|
|
7
|
+
"flex": 1,
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
>
|
|
11
|
+
<View
|
|
12
|
+
onLayout={[Function]}
|
|
13
|
+
style={
|
|
14
|
+
[
|
|
15
|
+
{},
|
|
16
|
+
[
|
|
17
|
+
{
|
|
18
|
+
"height": "100%",
|
|
19
|
+
"width": "100%",
|
|
20
|
+
},
|
|
21
|
+
undefined,
|
|
22
|
+
],
|
|
23
|
+
]
|
|
24
|
+
}
|
|
25
|
+
>
|
|
26
|
+
<View
|
|
27
|
+
style={
|
|
28
|
+
[
|
|
29
|
+
{},
|
|
30
|
+
{
|
|
31
|
+
"height": 0,
|
|
32
|
+
"width": 0,
|
|
33
|
+
},
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
>
|
|
37
|
+
<View
|
|
38
|
+
onLayout={[Function]}
|
|
39
|
+
style={
|
|
40
|
+
[
|
|
41
|
+
{},
|
|
42
|
+
[
|
|
43
|
+
{
|
|
44
|
+
"alignItems": "center",
|
|
45
|
+
"flexDirection": "row",
|
|
46
|
+
"justifyContent": "space-between",
|
|
47
|
+
"marginBottom": 16,
|
|
48
|
+
},
|
|
49
|
+
undefined,
|
|
50
|
+
],
|
|
51
|
+
]
|
|
52
|
+
}
|
|
53
|
+
>
|
|
54
|
+
<View
|
|
55
|
+
style={
|
|
56
|
+
[
|
|
57
|
+
{},
|
|
58
|
+
undefined,
|
|
59
|
+
]
|
|
60
|
+
}
|
|
61
|
+
>
|
|
62
|
+
<Text
|
|
63
|
+
allowFontScaling={false}
|
|
64
|
+
style={
|
|
65
|
+
[
|
|
66
|
+
{
|
|
67
|
+
"color": "#001f23",
|
|
68
|
+
"fontFamily": "BeVietnamPro-Regular",
|
|
69
|
+
"fontSize": 16,
|
|
70
|
+
"letterSpacing": 0.48,
|
|
71
|
+
"lineHeight": 24,
|
|
72
|
+
},
|
|
73
|
+
undefined,
|
|
74
|
+
]
|
|
75
|
+
}
|
|
76
|
+
themeIntent="body"
|
|
77
|
+
themeTypeface="neutral"
|
|
78
|
+
themeVariant="regular"
|
|
79
|
+
>
|
|
80
|
+
Line Chart
|
|
81
|
+
</Text>
|
|
82
|
+
</View>
|
|
83
|
+
<View
|
|
84
|
+
style={
|
|
85
|
+
[
|
|
86
|
+
{},
|
|
87
|
+
undefined,
|
|
88
|
+
]
|
|
89
|
+
}
|
|
90
|
+
>
|
|
91
|
+
<View
|
|
92
|
+
accessibilityState={
|
|
93
|
+
{
|
|
94
|
+
"disabled": false,
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
accessibilityValue={
|
|
98
|
+
{
|
|
99
|
+
"max": undefined,
|
|
100
|
+
"min": undefined,
|
|
101
|
+
"now": undefined,
|
|
102
|
+
"text": undefined,
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
accessible={true}
|
|
106
|
+
focusable={true}
|
|
107
|
+
onClick={[Function]}
|
|
108
|
+
onResponderGrant={[Function]}
|
|
109
|
+
onResponderMove={[Function]}
|
|
110
|
+
onResponderRelease={[Function]}
|
|
111
|
+
onResponderTerminate={[Function]}
|
|
112
|
+
onResponderTerminationRequest={[Function]}
|
|
113
|
+
onStartShouldSetResponder={[Function]}
|
|
114
|
+
style={
|
|
115
|
+
[
|
|
116
|
+
{
|
|
117
|
+
"alignItems": "center",
|
|
118
|
+
"alignSelf": "flex-start",
|
|
119
|
+
"backgroundColor": "transparent",
|
|
120
|
+
"borderRadius": 4,
|
|
121
|
+
"borderWidth": 0,
|
|
122
|
+
"flexDirection": "row",
|
|
123
|
+
"height": undefined,
|
|
124
|
+
"justifyContent": "center",
|
|
125
|
+
"paddingHorizontal": 0,
|
|
126
|
+
"paddingVertical": 0,
|
|
127
|
+
},
|
|
128
|
+
undefined,
|
|
129
|
+
]
|
|
130
|
+
}
|
|
131
|
+
>
|
|
132
|
+
<Text
|
|
133
|
+
allowFontScaling={false}
|
|
134
|
+
disabled={false}
|
|
135
|
+
ellipsizeMode="tail"
|
|
136
|
+
numberOfLines={1}
|
|
137
|
+
style={
|
|
138
|
+
[
|
|
139
|
+
{
|
|
140
|
+
"color": "#001f23",
|
|
141
|
+
"fontFamily": "BeVietnamPro-SemiBold",
|
|
142
|
+
"fontSize": 14,
|
|
143
|
+
"letterSpacing": 0.24,
|
|
144
|
+
"lineHeight": 22,
|
|
145
|
+
},
|
|
146
|
+
[
|
|
147
|
+
{
|
|
148
|
+
"color": "#401960",
|
|
149
|
+
"flexShrink": 1,
|
|
150
|
+
"lineHeight": 16,
|
|
151
|
+
"textAlign": "center",
|
|
152
|
+
"textAlignVertical": "center",
|
|
153
|
+
},
|
|
154
|
+
undefined,
|
|
155
|
+
],
|
|
156
|
+
]
|
|
157
|
+
}
|
|
158
|
+
themeButtonVariant="text-primary"
|
|
159
|
+
themeIntent="body"
|
|
160
|
+
themeIsCompact={true}
|
|
161
|
+
themeIsPressed={false}
|
|
162
|
+
themeTypeface="neutral"
|
|
163
|
+
themeVariant="small-bold"
|
|
164
|
+
>
|
|
165
|
+
Chart extra
|
|
166
|
+
</Text>
|
|
167
|
+
</View>
|
|
168
|
+
</View>
|
|
169
|
+
</View>
|
|
170
|
+
<View
|
|
171
|
+
style={
|
|
172
|
+
[
|
|
173
|
+
{},
|
|
174
|
+
{
|
|
175
|
+
"paddingTop": 8,
|
|
176
|
+
},
|
|
177
|
+
]
|
|
178
|
+
}
|
|
179
|
+
>
|
|
180
|
+
<RNSVGSvgView
|
|
181
|
+
bbHeight={0}
|
|
182
|
+
bbWidth={0}
|
|
183
|
+
focusable={false}
|
|
184
|
+
style={
|
|
185
|
+
[
|
|
186
|
+
{
|
|
187
|
+
"backgroundColor": "transparent",
|
|
188
|
+
"borderWidth": 0,
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"height": 0,
|
|
192
|
+
"overflow": "visible",
|
|
193
|
+
"width": 0,
|
|
194
|
+
},
|
|
195
|
+
]
|
|
196
|
+
}
|
|
197
|
+
>
|
|
198
|
+
<RNSVGGroup
|
|
199
|
+
fill={
|
|
200
|
+
{
|
|
201
|
+
"payload": 4278190080,
|
|
202
|
+
"type": 0,
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
>
|
|
206
|
+
<RNSVGGroup
|
|
207
|
+
fill={
|
|
208
|
+
{
|
|
209
|
+
"payload": 4278190080,
|
|
210
|
+
"type": 0,
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
>
|
|
214
|
+
<RNSVGGroup
|
|
215
|
+
fill={
|
|
216
|
+
{
|
|
217
|
+
"payload": 4278190080,
|
|
218
|
+
"type": 0,
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
>
|
|
222
|
+
<View
|
|
223
|
+
alignItems="center"
|
|
224
|
+
style={
|
|
225
|
+
[
|
|
226
|
+
{
|
|
227
|
+
"alignItems": "center",
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"left": 33,
|
|
231
|
+
"maxHeight": 32,
|
|
232
|
+
"position": "absolute",
|
|
233
|
+
"top": -32,
|
|
234
|
+
"width": 12.000000000000002,
|
|
235
|
+
},
|
|
236
|
+
]
|
|
237
|
+
}
|
|
238
|
+
testID="x-axis-label-May 2025-container"
|
|
239
|
+
>
|
|
240
|
+
<Text
|
|
241
|
+
adjustsFontSizeToFit={true}
|
|
242
|
+
allowFontScaling={false}
|
|
243
|
+
ellipsizeMode="tail"
|
|
244
|
+
minimumFontScale={0.6}
|
|
245
|
+
numberOfLines={2}
|
|
246
|
+
style={
|
|
247
|
+
[
|
|
248
|
+
{
|
|
249
|
+
"color": "#4d6265",
|
|
250
|
+
"fontSize": 10,
|
|
251
|
+
"letterSpacing": 0,
|
|
252
|
+
"lineHeight": 14,
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"textAlign": "center",
|
|
256
|
+
},
|
|
257
|
+
]
|
|
258
|
+
}
|
|
259
|
+
themeIntent="subdued"
|
|
260
|
+
>
|
|
261
|
+
May 2025
|
|
262
|
+
</Text>
|
|
263
|
+
</View>
|
|
264
|
+
</RNSVGGroup>
|
|
265
|
+
<RNSVGGroup
|
|
266
|
+
fill={
|
|
267
|
+
{
|
|
268
|
+
"payload": 4278190080,
|
|
269
|
+
"type": 0,
|
|
270
|
+
}
|
|
271
|
+
}
|
|
272
|
+
>
|
|
273
|
+
<View
|
|
274
|
+
alignItems="center"
|
|
275
|
+
style={
|
|
276
|
+
[
|
|
277
|
+
{
|
|
278
|
+
"alignItems": "center",
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"left": 18,
|
|
282
|
+
"maxHeight": 32,
|
|
283
|
+
"position": "absolute",
|
|
284
|
+
"top": -32,
|
|
285
|
+
"width": 12.000000000000002,
|
|
286
|
+
},
|
|
287
|
+
]
|
|
288
|
+
}
|
|
289
|
+
testID="x-axis-label-Jun 2025-container"
|
|
290
|
+
>
|
|
291
|
+
<Text
|
|
292
|
+
adjustsFontSizeToFit={true}
|
|
293
|
+
allowFontScaling={false}
|
|
294
|
+
ellipsizeMode="tail"
|
|
295
|
+
minimumFontScale={0.6}
|
|
296
|
+
numberOfLines={2}
|
|
297
|
+
style={
|
|
298
|
+
[
|
|
299
|
+
{
|
|
300
|
+
"color": "#4d6265",
|
|
301
|
+
"fontSize": 10,
|
|
302
|
+
"letterSpacing": 0,
|
|
303
|
+
"lineHeight": 14,
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"textAlign": "center",
|
|
307
|
+
},
|
|
308
|
+
]
|
|
309
|
+
}
|
|
310
|
+
themeIntent="subdued"
|
|
311
|
+
>
|
|
312
|
+
Jun 2025
|
|
313
|
+
</Text>
|
|
314
|
+
</View>
|
|
315
|
+
</RNSVGGroup>
|
|
316
|
+
<RNSVGGroup
|
|
317
|
+
fill={
|
|
318
|
+
{
|
|
319
|
+
"payload": 4278190080,
|
|
320
|
+
"type": 0,
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
>
|
|
324
|
+
<View
|
|
325
|
+
alignItems="center"
|
|
326
|
+
style={
|
|
327
|
+
[
|
|
328
|
+
{
|
|
329
|
+
"alignItems": "center",
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"left": 3,
|
|
333
|
+
"maxHeight": 32,
|
|
334
|
+
"position": "absolute",
|
|
335
|
+
"top": -32,
|
|
336
|
+
"width": 12.000000000000002,
|
|
337
|
+
},
|
|
338
|
+
]
|
|
339
|
+
}
|
|
340
|
+
testID="x-axis-label-Jul 2025-container"
|
|
341
|
+
>
|
|
342
|
+
<Text
|
|
343
|
+
adjustsFontSizeToFit={true}
|
|
344
|
+
allowFontScaling={false}
|
|
345
|
+
ellipsizeMode="tail"
|
|
346
|
+
minimumFontScale={0.6}
|
|
347
|
+
numberOfLines={2}
|
|
348
|
+
style={
|
|
349
|
+
[
|
|
350
|
+
{
|
|
351
|
+
"color": "#4d6265",
|
|
352
|
+
"fontSize": 10,
|
|
353
|
+
"letterSpacing": 0,
|
|
354
|
+
"lineHeight": 14,
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"textAlign": "center",
|
|
358
|
+
},
|
|
359
|
+
]
|
|
360
|
+
}
|
|
361
|
+
themeIntent="subdued"
|
|
362
|
+
>
|
|
363
|
+
Jul 2025
|
|
364
|
+
</Text>
|
|
365
|
+
</View>
|
|
366
|
+
</RNSVGGroup>
|
|
367
|
+
</RNSVGGroup>
|
|
368
|
+
<RNSVGGroup
|
|
369
|
+
fill={
|
|
370
|
+
{
|
|
371
|
+
"payload": 4278190080,
|
|
372
|
+
"type": 0,
|
|
373
|
+
}
|
|
374
|
+
}
|
|
375
|
+
>
|
|
376
|
+
<RNSVGGroup
|
|
377
|
+
fill={
|
|
378
|
+
{
|
|
379
|
+
"payload": 4278190080,
|
|
380
|
+
"type": 0,
|
|
381
|
+
}
|
|
382
|
+
}
|
|
383
|
+
>
|
|
384
|
+
<View
|
|
385
|
+
style={
|
|
386
|
+
[
|
|
387
|
+
{},
|
|
388
|
+
{
|
|
389
|
+
"maxWidth": 32,
|
|
390
|
+
"position": "absolute",
|
|
391
|
+
"right": -32,
|
|
392
|
+
"top": -44,
|
|
393
|
+
"transform": [
|
|
394
|
+
{
|
|
395
|
+
"translateY": -7,
|
|
396
|
+
},
|
|
397
|
+
],
|
|
398
|
+
},
|
|
399
|
+
]
|
|
400
|
+
}
|
|
401
|
+
testID="y-axis-label-1-container"
|
|
402
|
+
>
|
|
403
|
+
<Text
|
|
404
|
+
adjustsFontSizeToFit={true}
|
|
405
|
+
allowFontScaling={false}
|
|
406
|
+
ellipsizeMode="tail"
|
|
407
|
+
minimumFontScale={0.6}
|
|
408
|
+
numberOfLines={1}
|
|
409
|
+
style={
|
|
410
|
+
[
|
|
411
|
+
{
|
|
412
|
+
"color": "#4d6265",
|
|
413
|
+
"fontSize": 10,
|
|
414
|
+
"letterSpacing": 0,
|
|
415
|
+
"lineHeight": 14,
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"textAlign": "right",
|
|
419
|
+
},
|
|
420
|
+
]
|
|
421
|
+
}
|
|
422
|
+
themeIntent="subdued"
|
|
423
|
+
>
|
|
424
|
+
$1
|
|
425
|
+
</Text>
|
|
426
|
+
</View>
|
|
427
|
+
</RNSVGGroup>
|
|
428
|
+
<RNSVGGroup
|
|
429
|
+
fill={
|
|
430
|
+
{
|
|
431
|
+
"payload": 4278190080,
|
|
432
|
+
"type": 0,
|
|
433
|
+
}
|
|
434
|
+
}
|
|
435
|
+
>
|
|
436
|
+
<View
|
|
437
|
+
style={
|
|
438
|
+
[
|
|
439
|
+
{},
|
|
440
|
+
{
|
|
441
|
+
"maxWidth": 32,
|
|
442
|
+
"position": "absolute",
|
|
443
|
+
"right": -32,
|
|
444
|
+
"top": -39.6,
|
|
445
|
+
"transform": [
|
|
446
|
+
{
|
|
447
|
+
"translateY": -7,
|
|
448
|
+
},
|
|
449
|
+
],
|
|
450
|
+
},
|
|
451
|
+
]
|
|
452
|
+
}
|
|
453
|
+
testID="y-axis-label-1.5-container"
|
|
454
|
+
>
|
|
455
|
+
<Text
|
|
456
|
+
adjustsFontSizeToFit={true}
|
|
457
|
+
allowFontScaling={false}
|
|
458
|
+
ellipsizeMode="tail"
|
|
459
|
+
minimumFontScale={0.6}
|
|
460
|
+
numberOfLines={1}
|
|
461
|
+
style={
|
|
462
|
+
[
|
|
463
|
+
{
|
|
464
|
+
"color": "#4d6265",
|
|
465
|
+
"fontSize": 10,
|
|
466
|
+
"letterSpacing": 0,
|
|
467
|
+
"lineHeight": 14,
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"textAlign": "right",
|
|
471
|
+
},
|
|
472
|
+
]
|
|
473
|
+
}
|
|
474
|
+
themeIntent="subdued"
|
|
475
|
+
>
|
|
476
|
+
$2
|
|
477
|
+
</Text>
|
|
478
|
+
</View>
|
|
479
|
+
</RNSVGGroup>
|
|
480
|
+
<RNSVGGroup
|
|
481
|
+
fill={
|
|
482
|
+
{
|
|
483
|
+
"payload": 4278190080,
|
|
484
|
+
"type": 0,
|
|
485
|
+
}
|
|
486
|
+
}
|
|
487
|
+
>
|
|
488
|
+
<View
|
|
489
|
+
style={
|
|
490
|
+
[
|
|
491
|
+
{},
|
|
492
|
+
{
|
|
493
|
+
"maxWidth": 32,
|
|
494
|
+
"position": "absolute",
|
|
495
|
+
"right": -32,
|
|
496
|
+
"top": -35.2,
|
|
497
|
+
"transform": [
|
|
498
|
+
{
|
|
499
|
+
"translateY": -7,
|
|
500
|
+
},
|
|
501
|
+
],
|
|
502
|
+
},
|
|
503
|
+
]
|
|
504
|
+
}
|
|
505
|
+
testID="y-axis-label-2-container"
|
|
506
|
+
>
|
|
507
|
+
<Text
|
|
508
|
+
adjustsFontSizeToFit={true}
|
|
509
|
+
allowFontScaling={false}
|
|
510
|
+
ellipsizeMode="tail"
|
|
511
|
+
minimumFontScale={0.6}
|
|
512
|
+
numberOfLines={1}
|
|
513
|
+
style={
|
|
514
|
+
[
|
|
515
|
+
{
|
|
516
|
+
"color": "#4d6265",
|
|
517
|
+
"fontSize": 10,
|
|
518
|
+
"letterSpacing": 0,
|
|
519
|
+
"lineHeight": 14,
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"textAlign": "right",
|
|
523
|
+
},
|
|
524
|
+
]
|
|
525
|
+
}
|
|
526
|
+
themeIntent="subdued"
|
|
527
|
+
>
|
|
528
|
+
$3
|
|
529
|
+
</Text>
|
|
530
|
+
</View>
|
|
531
|
+
</RNSVGGroup>
|
|
532
|
+
<RNSVGGroup
|
|
533
|
+
fill={
|
|
534
|
+
{
|
|
535
|
+
"payload": 4278190080,
|
|
536
|
+
"type": 0,
|
|
537
|
+
}
|
|
538
|
+
}
|
|
539
|
+
>
|
|
540
|
+
<View
|
|
541
|
+
style={
|
|
542
|
+
[
|
|
543
|
+
{},
|
|
544
|
+
{
|
|
545
|
+
"maxWidth": 32,
|
|
546
|
+
"position": "absolute",
|
|
547
|
+
"right": -32,
|
|
548
|
+
"top": -30.799999999999997,
|
|
549
|
+
"transform": [
|
|
550
|
+
{
|
|
551
|
+
"translateY": -7,
|
|
552
|
+
},
|
|
553
|
+
],
|
|
554
|
+
},
|
|
555
|
+
]
|
|
556
|
+
}
|
|
557
|
+
testID="y-axis-label-2.5-container"
|
|
558
|
+
>
|
|
559
|
+
<Text
|
|
560
|
+
adjustsFontSizeToFit={true}
|
|
561
|
+
allowFontScaling={false}
|
|
562
|
+
ellipsizeMode="tail"
|
|
563
|
+
minimumFontScale={0.6}
|
|
564
|
+
numberOfLines={1}
|
|
565
|
+
style={
|
|
566
|
+
[
|
|
567
|
+
{
|
|
568
|
+
"color": "#4d6265",
|
|
569
|
+
"fontSize": 10,
|
|
570
|
+
"letterSpacing": 0,
|
|
571
|
+
"lineHeight": 14,
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
"textAlign": "right",
|
|
575
|
+
},
|
|
576
|
+
]
|
|
577
|
+
}
|
|
578
|
+
themeIntent="subdued"
|
|
579
|
+
/>
|
|
580
|
+
</View>
|
|
581
|
+
</RNSVGGroup>
|
|
582
|
+
<RNSVGGroup
|
|
583
|
+
fill={
|
|
584
|
+
{
|
|
585
|
+
"payload": 4278190080,
|
|
586
|
+
"type": 0,
|
|
587
|
+
}
|
|
588
|
+
}
|
|
589
|
+
>
|
|
590
|
+
<View
|
|
591
|
+
style={
|
|
592
|
+
[
|
|
593
|
+
{},
|
|
594
|
+
{
|
|
595
|
+
"maxWidth": 32,
|
|
596
|
+
"position": "absolute",
|
|
597
|
+
"right": -32,
|
|
598
|
+
"top": -26.4,
|
|
599
|
+
"transform": [
|
|
600
|
+
{
|
|
601
|
+
"translateY": -7,
|
|
602
|
+
},
|
|
603
|
+
],
|
|
604
|
+
},
|
|
605
|
+
]
|
|
606
|
+
}
|
|
607
|
+
testID="y-axis-label-3-container"
|
|
608
|
+
>
|
|
609
|
+
<Text
|
|
610
|
+
adjustsFontSizeToFit={true}
|
|
611
|
+
allowFontScaling={false}
|
|
612
|
+
ellipsizeMode="tail"
|
|
613
|
+
minimumFontScale={0.6}
|
|
614
|
+
numberOfLines={1}
|
|
615
|
+
style={
|
|
616
|
+
[
|
|
617
|
+
{
|
|
618
|
+
"color": "#4d6265",
|
|
619
|
+
"fontSize": 10,
|
|
620
|
+
"letterSpacing": 0,
|
|
621
|
+
"lineHeight": 14,
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
"textAlign": "right",
|
|
625
|
+
},
|
|
626
|
+
]
|
|
627
|
+
}
|
|
628
|
+
themeIntent="subdued"
|
|
629
|
+
/>
|
|
630
|
+
</View>
|
|
631
|
+
</RNSVGGroup>
|
|
632
|
+
<RNSVGGroup
|
|
633
|
+
fill={
|
|
634
|
+
{
|
|
635
|
+
"payload": 4278190080,
|
|
636
|
+
"type": 0,
|
|
637
|
+
}
|
|
638
|
+
}
|
|
639
|
+
>
|
|
640
|
+
<View
|
|
641
|
+
style={
|
|
642
|
+
[
|
|
643
|
+
{},
|
|
644
|
+
{
|
|
645
|
+
"maxWidth": 32,
|
|
646
|
+
"position": "absolute",
|
|
647
|
+
"right": -32,
|
|
648
|
+
"top": -22,
|
|
649
|
+
"transform": [
|
|
650
|
+
{
|
|
651
|
+
"translateY": -7,
|
|
652
|
+
},
|
|
653
|
+
],
|
|
654
|
+
},
|
|
655
|
+
]
|
|
656
|
+
}
|
|
657
|
+
testID="y-axis-label-3.5-container"
|
|
658
|
+
>
|
|
659
|
+
<Text
|
|
660
|
+
adjustsFontSizeToFit={true}
|
|
661
|
+
allowFontScaling={false}
|
|
662
|
+
ellipsizeMode="tail"
|
|
663
|
+
minimumFontScale={0.6}
|
|
664
|
+
numberOfLines={1}
|
|
665
|
+
style={
|
|
666
|
+
[
|
|
667
|
+
{
|
|
668
|
+
"color": "#4d6265",
|
|
669
|
+
"fontSize": 10,
|
|
670
|
+
"letterSpacing": 0,
|
|
671
|
+
"lineHeight": 14,
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
"textAlign": "right",
|
|
675
|
+
},
|
|
676
|
+
]
|
|
677
|
+
}
|
|
678
|
+
themeIntent="subdued"
|
|
679
|
+
/>
|
|
680
|
+
</View>
|
|
681
|
+
</RNSVGGroup>
|
|
682
|
+
<RNSVGGroup
|
|
683
|
+
fill={
|
|
684
|
+
{
|
|
685
|
+
"payload": 4278190080,
|
|
686
|
+
"type": 0,
|
|
687
|
+
}
|
|
688
|
+
}
|
|
689
|
+
>
|
|
690
|
+
<View
|
|
691
|
+
style={
|
|
692
|
+
[
|
|
693
|
+
{},
|
|
694
|
+
{
|
|
695
|
+
"maxWidth": 32,
|
|
696
|
+
"position": "absolute",
|
|
697
|
+
"right": -32,
|
|
698
|
+
"top": -17.6,
|
|
699
|
+
"transform": [
|
|
700
|
+
{
|
|
701
|
+
"translateY": -7,
|
|
702
|
+
},
|
|
703
|
+
],
|
|
704
|
+
},
|
|
705
|
+
]
|
|
706
|
+
}
|
|
707
|
+
testID="y-axis-label-4-container"
|
|
708
|
+
>
|
|
709
|
+
<Text
|
|
710
|
+
adjustsFontSizeToFit={true}
|
|
711
|
+
allowFontScaling={false}
|
|
712
|
+
ellipsizeMode="tail"
|
|
713
|
+
minimumFontScale={0.6}
|
|
714
|
+
numberOfLines={1}
|
|
715
|
+
style={
|
|
716
|
+
[
|
|
717
|
+
{
|
|
718
|
+
"color": "#4d6265",
|
|
719
|
+
"fontSize": 10,
|
|
720
|
+
"letterSpacing": 0,
|
|
721
|
+
"lineHeight": 14,
|
|
722
|
+
},
|
|
723
|
+
{
|
|
724
|
+
"textAlign": "right",
|
|
725
|
+
},
|
|
726
|
+
]
|
|
727
|
+
}
|
|
728
|
+
themeIntent="subdued"
|
|
729
|
+
/>
|
|
730
|
+
</View>
|
|
731
|
+
</RNSVGGroup>
|
|
732
|
+
<RNSVGGroup
|
|
733
|
+
fill={
|
|
734
|
+
{
|
|
735
|
+
"payload": 4278190080,
|
|
736
|
+
"type": 0,
|
|
737
|
+
}
|
|
738
|
+
}
|
|
739
|
+
>
|
|
740
|
+
<View
|
|
741
|
+
style={
|
|
742
|
+
[
|
|
743
|
+
{},
|
|
744
|
+
{
|
|
745
|
+
"maxWidth": 32,
|
|
746
|
+
"position": "absolute",
|
|
747
|
+
"right": -32,
|
|
748
|
+
"top": -13.200000000000003,
|
|
749
|
+
"transform": [
|
|
750
|
+
{
|
|
751
|
+
"translateY": -7,
|
|
752
|
+
},
|
|
753
|
+
],
|
|
754
|
+
},
|
|
755
|
+
]
|
|
756
|
+
}
|
|
757
|
+
testID="y-axis-label-4.5-container"
|
|
758
|
+
>
|
|
759
|
+
<Text
|
|
760
|
+
adjustsFontSizeToFit={true}
|
|
761
|
+
allowFontScaling={false}
|
|
762
|
+
ellipsizeMode="tail"
|
|
763
|
+
minimumFontScale={0.6}
|
|
764
|
+
numberOfLines={1}
|
|
765
|
+
style={
|
|
766
|
+
[
|
|
767
|
+
{
|
|
768
|
+
"color": "#4d6265",
|
|
769
|
+
"fontSize": 10,
|
|
770
|
+
"letterSpacing": 0,
|
|
771
|
+
"lineHeight": 14,
|
|
772
|
+
},
|
|
773
|
+
{
|
|
774
|
+
"textAlign": "right",
|
|
775
|
+
},
|
|
776
|
+
]
|
|
777
|
+
}
|
|
778
|
+
themeIntent="subdued"
|
|
779
|
+
/>
|
|
780
|
+
</View>
|
|
781
|
+
</RNSVGGroup>
|
|
782
|
+
<RNSVGGroup
|
|
783
|
+
fill={
|
|
784
|
+
{
|
|
785
|
+
"payload": 4278190080,
|
|
786
|
+
"type": 0,
|
|
787
|
+
}
|
|
788
|
+
}
|
|
789
|
+
>
|
|
790
|
+
<View
|
|
791
|
+
style={
|
|
792
|
+
[
|
|
793
|
+
{},
|
|
794
|
+
{
|
|
795
|
+
"maxWidth": 32,
|
|
796
|
+
"position": "absolute",
|
|
797
|
+
"right": -32,
|
|
798
|
+
"top": -8.799999999999997,
|
|
799
|
+
"transform": [
|
|
800
|
+
{
|
|
801
|
+
"translateY": -7,
|
|
802
|
+
},
|
|
803
|
+
],
|
|
804
|
+
},
|
|
805
|
+
]
|
|
806
|
+
}
|
|
807
|
+
testID="y-axis-label-5-container"
|
|
808
|
+
>
|
|
809
|
+
<Text
|
|
810
|
+
adjustsFontSizeToFit={true}
|
|
811
|
+
allowFontScaling={false}
|
|
812
|
+
ellipsizeMode="tail"
|
|
813
|
+
minimumFontScale={0.6}
|
|
814
|
+
numberOfLines={1}
|
|
815
|
+
style={
|
|
816
|
+
[
|
|
817
|
+
{
|
|
818
|
+
"color": "#4d6265",
|
|
819
|
+
"fontSize": 10,
|
|
820
|
+
"letterSpacing": 0,
|
|
821
|
+
"lineHeight": 14,
|
|
822
|
+
},
|
|
823
|
+
{
|
|
824
|
+
"textAlign": "right",
|
|
825
|
+
},
|
|
826
|
+
]
|
|
827
|
+
}
|
|
828
|
+
themeIntent="subdued"
|
|
829
|
+
/>
|
|
830
|
+
</View>
|
|
831
|
+
</RNSVGGroup>
|
|
832
|
+
<RNSVGGroup
|
|
833
|
+
fill={
|
|
834
|
+
{
|
|
835
|
+
"payload": 4278190080,
|
|
836
|
+
"type": 0,
|
|
837
|
+
}
|
|
838
|
+
}
|
|
839
|
+
>
|
|
840
|
+
<View
|
|
841
|
+
style={
|
|
842
|
+
[
|
|
843
|
+
{},
|
|
844
|
+
{
|
|
845
|
+
"maxWidth": 32,
|
|
846
|
+
"position": "absolute",
|
|
847
|
+
"right": -32,
|
|
848
|
+
"top": -4.399999999999999,
|
|
849
|
+
"transform": [
|
|
850
|
+
{
|
|
851
|
+
"translateY": -7,
|
|
852
|
+
},
|
|
853
|
+
],
|
|
854
|
+
},
|
|
855
|
+
]
|
|
856
|
+
}
|
|
857
|
+
testID="y-axis-label-5.5-container"
|
|
858
|
+
>
|
|
859
|
+
<Text
|
|
860
|
+
adjustsFontSizeToFit={true}
|
|
861
|
+
allowFontScaling={false}
|
|
862
|
+
ellipsizeMode="tail"
|
|
863
|
+
minimumFontScale={0.6}
|
|
864
|
+
numberOfLines={1}
|
|
865
|
+
style={
|
|
866
|
+
[
|
|
867
|
+
{
|
|
868
|
+
"color": "#4d6265",
|
|
869
|
+
"fontSize": 10,
|
|
870
|
+
"letterSpacing": 0,
|
|
871
|
+
"lineHeight": 14,
|
|
872
|
+
},
|
|
873
|
+
{
|
|
874
|
+
"textAlign": "right",
|
|
875
|
+
},
|
|
876
|
+
]
|
|
877
|
+
}
|
|
878
|
+
themeIntent="subdued"
|
|
879
|
+
/>
|
|
880
|
+
</View>
|
|
881
|
+
</RNSVGGroup>
|
|
882
|
+
<RNSVGGroup
|
|
883
|
+
fill={
|
|
884
|
+
{
|
|
885
|
+
"payload": 4278190080,
|
|
886
|
+
"type": 0,
|
|
887
|
+
}
|
|
888
|
+
}
|
|
889
|
+
>
|
|
890
|
+
<View
|
|
891
|
+
style={
|
|
892
|
+
[
|
|
893
|
+
{},
|
|
894
|
+
{
|
|
895
|
+
"maxWidth": 32,
|
|
896
|
+
"position": "absolute",
|
|
897
|
+
"right": -32,
|
|
898
|
+
"top": 0,
|
|
899
|
+
"transform": [
|
|
900
|
+
{
|
|
901
|
+
"translateY": -7,
|
|
902
|
+
},
|
|
903
|
+
],
|
|
904
|
+
},
|
|
905
|
+
]
|
|
906
|
+
}
|
|
907
|
+
testID="y-axis-label-6-container"
|
|
908
|
+
>
|
|
909
|
+
<Text
|
|
910
|
+
adjustsFontSizeToFit={true}
|
|
911
|
+
allowFontScaling={false}
|
|
912
|
+
ellipsizeMode="tail"
|
|
913
|
+
minimumFontScale={0.6}
|
|
914
|
+
numberOfLines={1}
|
|
915
|
+
style={
|
|
916
|
+
[
|
|
917
|
+
{
|
|
918
|
+
"color": "#4d6265",
|
|
919
|
+
"fontSize": 10,
|
|
920
|
+
"letterSpacing": 0,
|
|
921
|
+
"lineHeight": 14,
|
|
922
|
+
},
|
|
923
|
+
{
|
|
924
|
+
"textAlign": "right",
|
|
925
|
+
},
|
|
926
|
+
]
|
|
927
|
+
}
|
|
928
|
+
themeIntent="subdued"
|
|
929
|
+
/>
|
|
930
|
+
</View>
|
|
931
|
+
</RNSVGGroup>
|
|
932
|
+
</RNSVGGroup>
|
|
933
|
+
<RNSVGGroup
|
|
934
|
+
fill={
|
|
935
|
+
{
|
|
936
|
+
"payload": 4278190080,
|
|
937
|
+
"type": 0,
|
|
938
|
+
}
|
|
939
|
+
}
|
|
940
|
+
testID="x-axis-grid"
|
|
941
|
+
>
|
|
942
|
+
<RNSVGLine
|
|
943
|
+
fill={
|
|
944
|
+
{
|
|
945
|
+
"payload": 4278190080,
|
|
946
|
+
"type": 0,
|
|
947
|
+
}
|
|
948
|
+
}
|
|
949
|
+
propList={
|
|
950
|
+
[
|
|
951
|
+
"stroke",
|
|
952
|
+
"strokeDasharray",
|
|
953
|
+
]
|
|
954
|
+
}
|
|
955
|
+
stroke={
|
|
956
|
+
{
|
|
957
|
+
"payload": 4293454314,
|
|
958
|
+
"type": 0,
|
|
959
|
+
}
|
|
960
|
+
}
|
|
961
|
+
strokeDasharray={
|
|
962
|
+
[
|
|
963
|
+
4,
|
|
964
|
+
4,
|
|
965
|
+
]
|
|
966
|
+
}
|
|
967
|
+
testID="x-axis-grid-May 2025"
|
|
968
|
+
x1={39}
|
|
969
|
+
x2={39}
|
|
970
|
+
y1={0}
|
|
971
|
+
y2={-44}
|
|
972
|
+
/>
|
|
973
|
+
<RNSVGLine
|
|
974
|
+
fill={
|
|
975
|
+
{
|
|
976
|
+
"payload": 4278190080,
|
|
977
|
+
"type": 0,
|
|
978
|
+
}
|
|
979
|
+
}
|
|
980
|
+
propList={
|
|
981
|
+
[
|
|
982
|
+
"stroke",
|
|
983
|
+
"strokeDasharray",
|
|
984
|
+
]
|
|
985
|
+
}
|
|
986
|
+
stroke={
|
|
987
|
+
{
|
|
988
|
+
"payload": 4293454314,
|
|
989
|
+
"type": 0,
|
|
990
|
+
}
|
|
991
|
+
}
|
|
992
|
+
strokeDasharray={
|
|
993
|
+
[
|
|
994
|
+
4,
|
|
995
|
+
4,
|
|
996
|
+
]
|
|
997
|
+
}
|
|
998
|
+
testID="x-axis-grid-Jun 2025"
|
|
999
|
+
x1={24}
|
|
1000
|
+
x2={24}
|
|
1001
|
+
y1={0}
|
|
1002
|
+
y2={-44}
|
|
1003
|
+
/>
|
|
1004
|
+
<RNSVGLine
|
|
1005
|
+
fill={
|
|
1006
|
+
{
|
|
1007
|
+
"payload": 4278190080,
|
|
1008
|
+
"type": 0,
|
|
1009
|
+
}
|
|
1010
|
+
}
|
|
1011
|
+
propList={
|
|
1012
|
+
[
|
|
1013
|
+
"stroke",
|
|
1014
|
+
"strokeDasharray",
|
|
1015
|
+
]
|
|
1016
|
+
}
|
|
1017
|
+
stroke={
|
|
1018
|
+
{
|
|
1019
|
+
"payload": 4293454314,
|
|
1020
|
+
"type": 0,
|
|
1021
|
+
}
|
|
1022
|
+
}
|
|
1023
|
+
strokeDasharray={
|
|
1024
|
+
[
|
|
1025
|
+
4,
|
|
1026
|
+
4,
|
|
1027
|
+
]
|
|
1028
|
+
}
|
|
1029
|
+
testID="x-axis-grid-Jul 2025"
|
|
1030
|
+
x1={9}
|
|
1031
|
+
x2={9}
|
|
1032
|
+
y1={0}
|
|
1033
|
+
y2={-44}
|
|
1034
|
+
/>
|
|
1035
|
+
</RNSVGGroup>
|
|
1036
|
+
<RNSVGGroup
|
|
1037
|
+
fill={
|
|
1038
|
+
{
|
|
1039
|
+
"payload": 4278190080,
|
|
1040
|
+
"type": 0,
|
|
1041
|
+
}
|
|
1042
|
+
}
|
|
1043
|
+
testID="y-axis-grid"
|
|
1044
|
+
>
|
|
1045
|
+
<RNSVGLine
|
|
1046
|
+
fill={
|
|
1047
|
+
{
|
|
1048
|
+
"payload": 4278190080,
|
|
1049
|
+
"type": 0,
|
|
1050
|
+
}
|
|
1051
|
+
}
|
|
1052
|
+
propList={
|
|
1053
|
+
[
|
|
1054
|
+
"stroke",
|
|
1055
|
+
"strokeDasharray",
|
|
1056
|
+
]
|
|
1057
|
+
}
|
|
1058
|
+
stroke={
|
|
1059
|
+
{
|
|
1060
|
+
"payload": 4293454314,
|
|
1061
|
+
"type": 0,
|
|
1062
|
+
}
|
|
1063
|
+
}
|
|
1064
|
+
strokeDasharray={
|
|
1065
|
+
[
|
|
1066
|
+
4,
|
|
1067
|
+
4,
|
|
1068
|
+
]
|
|
1069
|
+
}
|
|
1070
|
+
testID="y-axis-grid-1"
|
|
1071
|
+
x1={48}
|
|
1072
|
+
x2={0}
|
|
1073
|
+
y1={-44}
|
|
1074
|
+
y2={-44}
|
|
1075
|
+
/>
|
|
1076
|
+
<RNSVGLine
|
|
1077
|
+
fill={
|
|
1078
|
+
{
|
|
1079
|
+
"payload": 4278190080,
|
|
1080
|
+
"type": 0,
|
|
1081
|
+
}
|
|
1082
|
+
}
|
|
1083
|
+
propList={
|
|
1084
|
+
[
|
|
1085
|
+
"stroke",
|
|
1086
|
+
"strokeDasharray",
|
|
1087
|
+
]
|
|
1088
|
+
}
|
|
1089
|
+
stroke={
|
|
1090
|
+
{
|
|
1091
|
+
"payload": 4293454314,
|
|
1092
|
+
"type": 0,
|
|
1093
|
+
}
|
|
1094
|
+
}
|
|
1095
|
+
strokeDasharray={
|
|
1096
|
+
[
|
|
1097
|
+
4,
|
|
1098
|
+
4,
|
|
1099
|
+
]
|
|
1100
|
+
}
|
|
1101
|
+
testID="y-axis-grid-1.5"
|
|
1102
|
+
x1={48}
|
|
1103
|
+
x2={0}
|
|
1104
|
+
y1={-39.6}
|
|
1105
|
+
y2={-39.6}
|
|
1106
|
+
/>
|
|
1107
|
+
<RNSVGLine
|
|
1108
|
+
fill={
|
|
1109
|
+
{
|
|
1110
|
+
"payload": 4278190080,
|
|
1111
|
+
"type": 0,
|
|
1112
|
+
}
|
|
1113
|
+
}
|
|
1114
|
+
propList={
|
|
1115
|
+
[
|
|
1116
|
+
"stroke",
|
|
1117
|
+
"strokeDasharray",
|
|
1118
|
+
]
|
|
1119
|
+
}
|
|
1120
|
+
stroke={
|
|
1121
|
+
{
|
|
1122
|
+
"payload": 4293454314,
|
|
1123
|
+
"type": 0,
|
|
1124
|
+
}
|
|
1125
|
+
}
|
|
1126
|
+
strokeDasharray={
|
|
1127
|
+
[
|
|
1128
|
+
4,
|
|
1129
|
+
4,
|
|
1130
|
+
]
|
|
1131
|
+
}
|
|
1132
|
+
testID="y-axis-grid-2"
|
|
1133
|
+
x1={48}
|
|
1134
|
+
x2={0}
|
|
1135
|
+
y1={-35.2}
|
|
1136
|
+
y2={-35.2}
|
|
1137
|
+
/>
|
|
1138
|
+
<RNSVGLine
|
|
1139
|
+
fill={
|
|
1140
|
+
{
|
|
1141
|
+
"payload": 4278190080,
|
|
1142
|
+
"type": 0,
|
|
1143
|
+
}
|
|
1144
|
+
}
|
|
1145
|
+
propList={
|
|
1146
|
+
[
|
|
1147
|
+
"stroke",
|
|
1148
|
+
"strokeDasharray",
|
|
1149
|
+
]
|
|
1150
|
+
}
|
|
1151
|
+
stroke={
|
|
1152
|
+
{
|
|
1153
|
+
"payload": 4293454314,
|
|
1154
|
+
"type": 0,
|
|
1155
|
+
}
|
|
1156
|
+
}
|
|
1157
|
+
strokeDasharray={
|
|
1158
|
+
[
|
|
1159
|
+
4,
|
|
1160
|
+
4,
|
|
1161
|
+
]
|
|
1162
|
+
}
|
|
1163
|
+
testID="y-axis-grid-2.5"
|
|
1164
|
+
x1={48}
|
|
1165
|
+
x2={0}
|
|
1166
|
+
y1={-30.799999999999997}
|
|
1167
|
+
y2={-30.799999999999997}
|
|
1168
|
+
/>
|
|
1169
|
+
<RNSVGLine
|
|
1170
|
+
fill={
|
|
1171
|
+
{
|
|
1172
|
+
"payload": 4278190080,
|
|
1173
|
+
"type": 0,
|
|
1174
|
+
}
|
|
1175
|
+
}
|
|
1176
|
+
propList={
|
|
1177
|
+
[
|
|
1178
|
+
"stroke",
|
|
1179
|
+
"strokeDasharray",
|
|
1180
|
+
]
|
|
1181
|
+
}
|
|
1182
|
+
stroke={
|
|
1183
|
+
{
|
|
1184
|
+
"payload": 4293454314,
|
|
1185
|
+
"type": 0,
|
|
1186
|
+
}
|
|
1187
|
+
}
|
|
1188
|
+
strokeDasharray={
|
|
1189
|
+
[
|
|
1190
|
+
4,
|
|
1191
|
+
4,
|
|
1192
|
+
]
|
|
1193
|
+
}
|
|
1194
|
+
testID="y-axis-grid-3"
|
|
1195
|
+
x1={48}
|
|
1196
|
+
x2={0}
|
|
1197
|
+
y1={-26.4}
|
|
1198
|
+
y2={-26.4}
|
|
1199
|
+
/>
|
|
1200
|
+
<RNSVGLine
|
|
1201
|
+
fill={
|
|
1202
|
+
{
|
|
1203
|
+
"payload": 4278190080,
|
|
1204
|
+
"type": 0,
|
|
1205
|
+
}
|
|
1206
|
+
}
|
|
1207
|
+
propList={
|
|
1208
|
+
[
|
|
1209
|
+
"stroke",
|
|
1210
|
+
"strokeDasharray",
|
|
1211
|
+
]
|
|
1212
|
+
}
|
|
1213
|
+
stroke={
|
|
1214
|
+
{
|
|
1215
|
+
"payload": 4293454314,
|
|
1216
|
+
"type": 0,
|
|
1217
|
+
}
|
|
1218
|
+
}
|
|
1219
|
+
strokeDasharray={
|
|
1220
|
+
[
|
|
1221
|
+
4,
|
|
1222
|
+
4,
|
|
1223
|
+
]
|
|
1224
|
+
}
|
|
1225
|
+
testID="y-axis-grid-3.5"
|
|
1226
|
+
x1={48}
|
|
1227
|
+
x2={0}
|
|
1228
|
+
y1={-22}
|
|
1229
|
+
y2={-22}
|
|
1230
|
+
/>
|
|
1231
|
+
<RNSVGLine
|
|
1232
|
+
fill={
|
|
1233
|
+
{
|
|
1234
|
+
"payload": 4278190080,
|
|
1235
|
+
"type": 0,
|
|
1236
|
+
}
|
|
1237
|
+
}
|
|
1238
|
+
propList={
|
|
1239
|
+
[
|
|
1240
|
+
"stroke",
|
|
1241
|
+
"strokeDasharray",
|
|
1242
|
+
]
|
|
1243
|
+
}
|
|
1244
|
+
stroke={
|
|
1245
|
+
{
|
|
1246
|
+
"payload": 4293454314,
|
|
1247
|
+
"type": 0,
|
|
1248
|
+
}
|
|
1249
|
+
}
|
|
1250
|
+
strokeDasharray={
|
|
1251
|
+
[
|
|
1252
|
+
4,
|
|
1253
|
+
4,
|
|
1254
|
+
]
|
|
1255
|
+
}
|
|
1256
|
+
testID="y-axis-grid-4"
|
|
1257
|
+
x1={48}
|
|
1258
|
+
x2={0}
|
|
1259
|
+
y1={-17.6}
|
|
1260
|
+
y2={-17.6}
|
|
1261
|
+
/>
|
|
1262
|
+
<RNSVGLine
|
|
1263
|
+
fill={
|
|
1264
|
+
{
|
|
1265
|
+
"payload": 4278190080,
|
|
1266
|
+
"type": 0,
|
|
1267
|
+
}
|
|
1268
|
+
}
|
|
1269
|
+
propList={
|
|
1270
|
+
[
|
|
1271
|
+
"stroke",
|
|
1272
|
+
"strokeDasharray",
|
|
1273
|
+
]
|
|
1274
|
+
}
|
|
1275
|
+
stroke={
|
|
1276
|
+
{
|
|
1277
|
+
"payload": 4293454314,
|
|
1278
|
+
"type": 0,
|
|
1279
|
+
}
|
|
1280
|
+
}
|
|
1281
|
+
strokeDasharray={
|
|
1282
|
+
[
|
|
1283
|
+
4,
|
|
1284
|
+
4,
|
|
1285
|
+
]
|
|
1286
|
+
}
|
|
1287
|
+
testID="y-axis-grid-4.5"
|
|
1288
|
+
x1={48}
|
|
1289
|
+
x2={0}
|
|
1290
|
+
y1={-13.200000000000003}
|
|
1291
|
+
y2={-13.200000000000003}
|
|
1292
|
+
/>
|
|
1293
|
+
<RNSVGLine
|
|
1294
|
+
fill={
|
|
1295
|
+
{
|
|
1296
|
+
"payload": 4278190080,
|
|
1297
|
+
"type": 0,
|
|
1298
|
+
}
|
|
1299
|
+
}
|
|
1300
|
+
propList={
|
|
1301
|
+
[
|
|
1302
|
+
"stroke",
|
|
1303
|
+
"strokeDasharray",
|
|
1304
|
+
]
|
|
1305
|
+
}
|
|
1306
|
+
stroke={
|
|
1307
|
+
{
|
|
1308
|
+
"payload": 4293454314,
|
|
1309
|
+
"type": 0,
|
|
1310
|
+
}
|
|
1311
|
+
}
|
|
1312
|
+
strokeDasharray={
|
|
1313
|
+
[
|
|
1314
|
+
4,
|
|
1315
|
+
4,
|
|
1316
|
+
]
|
|
1317
|
+
}
|
|
1318
|
+
testID="y-axis-grid-5"
|
|
1319
|
+
x1={48}
|
|
1320
|
+
x2={0}
|
|
1321
|
+
y1={-8.799999999999997}
|
|
1322
|
+
y2={-8.799999999999997}
|
|
1323
|
+
/>
|
|
1324
|
+
<RNSVGLine
|
|
1325
|
+
fill={
|
|
1326
|
+
{
|
|
1327
|
+
"payload": 4278190080,
|
|
1328
|
+
"type": 0,
|
|
1329
|
+
}
|
|
1330
|
+
}
|
|
1331
|
+
propList={
|
|
1332
|
+
[
|
|
1333
|
+
"stroke",
|
|
1334
|
+
"strokeDasharray",
|
|
1335
|
+
]
|
|
1336
|
+
}
|
|
1337
|
+
stroke={
|
|
1338
|
+
{
|
|
1339
|
+
"payload": 4293454314,
|
|
1340
|
+
"type": 0,
|
|
1341
|
+
}
|
|
1342
|
+
}
|
|
1343
|
+
strokeDasharray={
|
|
1344
|
+
[
|
|
1345
|
+
4,
|
|
1346
|
+
4,
|
|
1347
|
+
]
|
|
1348
|
+
}
|
|
1349
|
+
testID="y-axis-grid-5.5"
|
|
1350
|
+
x1={48}
|
|
1351
|
+
x2={0}
|
|
1352
|
+
y1={-4.399999999999999}
|
|
1353
|
+
y2={-4.399999999999999}
|
|
1354
|
+
/>
|
|
1355
|
+
<RNSVGLine
|
|
1356
|
+
fill={
|
|
1357
|
+
{
|
|
1358
|
+
"payload": 4278190080,
|
|
1359
|
+
"type": 0,
|
|
1360
|
+
}
|
|
1361
|
+
}
|
|
1362
|
+
propList={
|
|
1363
|
+
[
|
|
1364
|
+
"stroke",
|
|
1365
|
+
"strokeDasharray",
|
|
1366
|
+
]
|
|
1367
|
+
}
|
|
1368
|
+
stroke={
|
|
1369
|
+
{
|
|
1370
|
+
"payload": 4293454314,
|
|
1371
|
+
"type": 0,
|
|
1372
|
+
}
|
|
1373
|
+
}
|
|
1374
|
+
strokeDasharray={
|
|
1375
|
+
[
|
|
1376
|
+
4,
|
|
1377
|
+
4,
|
|
1378
|
+
]
|
|
1379
|
+
}
|
|
1380
|
+
testID="y-axis-grid-6"
|
|
1381
|
+
x1={48}
|
|
1382
|
+
x2={0}
|
|
1383
|
+
y1={0}
|
|
1384
|
+
y2={0}
|
|
1385
|
+
/>
|
|
1386
|
+
</RNSVGGroup>
|
|
1387
|
+
<RNSVGPath
|
|
1388
|
+
accessibilityLabel="chart-line-maxValue:6,minValue:1,labelsLength:3"
|
|
1389
|
+
d="M39,-44L36.5,-42.533C34,-41.067,29,-38.133,24,-35.2C19,-32.267,14,-29.333,11.5,-27.867L9,-26.4"
|
|
1390
|
+
fill={null}
|
|
1391
|
+
propList={
|
|
1392
|
+
[
|
|
1393
|
+
"fill",
|
|
1394
|
+
"stroke",
|
|
1395
|
+
"strokeWidth",
|
|
1396
|
+
"strokeLinecap",
|
|
1397
|
+
"strokeLinejoin",
|
|
1398
|
+
]
|
|
1399
|
+
}
|
|
1400
|
+
stroke={
|
|
1401
|
+
{
|
|
1402
|
+
"payload": 4291005678,
|
|
1403
|
+
"type": 0,
|
|
1404
|
+
}
|
|
1405
|
+
}
|
|
1406
|
+
strokeLinecap={1}
|
|
1407
|
+
strokeLinejoin={1}
|
|
1408
|
+
strokeWidth={2}
|
|
1409
|
+
testID="line-path"
|
|
1410
|
+
/>
|
|
1411
|
+
<RNSVGPath
|
|
1412
|
+
accessibilityLabel="chart-line-maxValue:6,minValue:1,labelsLength:3"
|
|
1413
|
+
d="M39,-17.6L36.5,-16.133C34,-14.667,29,-11.733,24,-8.8C19,-5.867,14,-2.933,11.5,-1.467L9,0"
|
|
1414
|
+
fill={null}
|
|
1415
|
+
propList={
|
|
1416
|
+
[
|
|
1417
|
+
"fill",
|
|
1418
|
+
"stroke",
|
|
1419
|
+
"strokeWidth",
|
|
1420
|
+
"strokeLinecap",
|
|
1421
|
+
"strokeLinejoin",
|
|
1422
|
+
]
|
|
1423
|
+
}
|
|
1424
|
+
stroke={
|
|
1425
|
+
{
|
|
1426
|
+
"payload": 4280139502,
|
|
1427
|
+
"type": 0,
|
|
1428
|
+
}
|
|
1429
|
+
}
|
|
1430
|
+
strokeLinecap={1}
|
|
1431
|
+
strokeLinejoin={1}
|
|
1432
|
+
strokeWidth={2}
|
|
1433
|
+
testID="line-path"
|
|
1434
|
+
/>
|
|
1435
|
+
</RNSVGGroup>
|
|
1436
|
+
</RNSVGSvgView>
|
|
1437
|
+
</View>
|
|
1438
|
+
</View>
|
|
1439
|
+
</View>
|
|
1440
|
+
<View
|
|
1441
|
+
pointerEvents="box-none"
|
|
1442
|
+
position="bottom"
|
|
1443
|
+
style={
|
|
1444
|
+
[
|
|
1445
|
+
{
|
|
1446
|
+
"bottom": 0,
|
|
1447
|
+
"elevation": 9999,
|
|
1448
|
+
"flexDirection": "column-reverse",
|
|
1449
|
+
"left": 0,
|
|
1450
|
+
"paddingHorizontal": 24,
|
|
1451
|
+
"paddingVertical": 16,
|
|
1452
|
+
"position": "absolute",
|
|
1453
|
+
"right": 0,
|
|
1454
|
+
"top": 0,
|
|
1455
|
+
},
|
|
1456
|
+
undefined,
|
|
1457
|
+
]
|
|
1458
|
+
}
|
|
1459
|
+
/>
|
|
1460
|
+
</View>
|
|
1461
|
+
`;
|