@hero-design/rn 8.113.1 → 8.115.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 +18 -0
- package/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/lib/index.js +782 -399
- package/package.json +1 -1
- package/src/components/Calendar/__tests__/CalendarRange.spec.tsx +1 -1
- package/src/components/Calendar/__tests__/index.spec.tsx +1 -1
- package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
- package/src/components/Icon/IconList.ts +3 -0
- package/src/components/Progress/SegmentedBar/Legend.tsx +39 -0
- package/src/components/Progress/SegmentedBar/StyledLegend.tsx +32 -0
- package/src/components/Progress/SegmentedBar/StyledSegmentedBar.tsx +35 -0
- package/src/components/Progress/SegmentedBar/__tests__/index.spec.tsx +223 -0
- package/src/components/Progress/SegmentedBar/__tests__/utils.spec.tsx +24 -0
- package/src/components/Progress/SegmentedBar/constants.ts +40 -0
- package/src/components/Progress/SegmentedBar/hooks/colors.ts +102 -0
- package/src/components/Progress/SegmentedBar/hooks/validation.ts +121 -0
- package/src/components/Progress/SegmentedBar/index.tsx +175 -0
- package/src/components/Progress/SegmentedBar/types.ts +85 -0
- package/src/components/Progress/SegmentedBar/utils.ts +16 -0
- package/src/components/Progress/index.tsx +2 -0
- package/src/components/Tabs/ScrollableTabs.tsx +30 -9
- package/src/components/Tabs/ScrollableTabsHeader/ScrollableTabsHeader.tsx +1 -1
- package/src/components/Tabs/__tests__/ScrollableTabs.spec.tsx +31 -6
- package/src/components/Tabs/index.tsx +2 -0
- package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +8 -0
- package/src/theme/components/progress.ts +8 -0
- package/src/types.ts +2 -0
- package/src/utils/helpers.ts +6 -0
- package/.turbo/turbo-build.log +0 -17
- package/es/index.js +0 -48751
- package/locales/en_AU.js +0 -10
- package/locales/en_AU.mjs +0 -8
- package/locales/en_CA.js +0 -10
- package/locales/en_CA.mjs +0 -8
- package/locales/index.js +0 -11
- package/locales/index.mjs +0 -9
- package/locales/types.js +0 -2
- package/locales/types.mjs +0 -1
- package/types/components/Accordion/AccordionItem.d.ts +0 -15
- package/types/components/Accordion/StyledAccordion.d.ts +0 -30
- package/types/components/Accordion/index.d.ts +0 -43
- package/types/components/Alert/StyledAlert.d.ts +0 -51
- package/types/components/Alert/index.d.ts +0 -66
- package/types/components/AnimatedScroller/AnimatedFAB.d.ts +0 -12
- package/types/components/AnimatedScroller/AnimatedScrollable.d.ts +0 -16
- package/types/components/AnimatedScroller/FlatListWithFAB.d.ts +0 -12
- package/types/components/AnimatedScroller/ScrollViewWithFAB.d.ts +0 -12
- package/types/components/AnimatedScroller/SectionListWithFAB.d.ts +0 -12
- package/types/components/AnimatedScroller/index.d.ts +0 -4
- package/types/components/AppCue/StyledAppCue.d.ts +0 -20
- package/types/components/AppCue/__tests__/StyledAppCue.d.ts +0 -1
- package/types/components/AppCue/index.d.ts +0 -21
- package/types/components/AppCue/utils.d.ts +0 -66
- package/types/components/Attachment/StyledAttachment.d.ts +0 -26
- package/types/components/Attachment/index.d.ts +0 -38
- package/types/components/Avatar/Avatar.d.ts +0 -34
- package/types/components/Avatar/AvatarStack/StyledAvatarStack.d.ts +0 -30
- package/types/components/Avatar/AvatarStack/index.d.ts +0 -36
- package/types/components/Avatar/AvatarStack/utils.d.ts +0 -4
- package/types/components/Avatar/StyledAvatar.d.ts +0 -32
- package/types/components/Avatar/index.d.ts +0 -6
- package/types/components/Badge/Count.d.ts +0 -27
- package/types/components/Badge/Status.d.ts +0 -23
- package/types/components/Badge/StyledBadge.d.ts +0 -43
- package/types/components/Badge/constants.d.ts +0 -1
- package/types/components/Badge/index.d.ts +0 -8
- package/types/components/Badge/types.d.ts +0 -53
- package/types/components/BottomNavigation/StyledBottomNavigation.d.ts +0 -51
- package/types/components/BottomNavigation/index.d.ts +0 -45
- package/types/components/BottomSheet/BottomSheetContext.d.ts +0 -5
- package/types/components/BottomSheet/Footer.d.ts +0 -7
- package/types/components/BottomSheet/Header.d.ts +0 -10
- package/types/components/BottomSheet/ScrollView.d.ts +0 -5
- package/types/components/BottomSheet/StyledBottomSheet.d.ts +0 -59
- package/types/components/BottomSheet/index.d.ts +0 -74
- package/types/components/Box/StyledBox.d.ts +0 -10
- package/types/components/Box/config.d.ts +0 -174
- package/types/components/Box/index.d.ts +0 -6
- package/types/components/Box/types.d.ts +0 -31
- package/types/components/Button/Button.d.ts +0 -64
- package/types/components/Button/IconButton.d.ts +0 -39
- package/types/components/Button/LoadingIndicator/StyledLoadingIndicator.d.ts +0 -19
- package/types/components/Button/LoadingIndicator/index.d.ts +0 -27
- package/types/components/Button/StyledButton.d.ts +0 -61
- package/types/components/Button/UtilityButton/StyledUtilityButton.d.ts +0 -15
- package/types/components/Button/UtilityButton/index.d.ts +0 -24
- package/types/components/Button/index.d.ts +0 -10
- package/types/components/Calendar/CalendarRange.d.ts +0 -11
- package/types/components/Calendar/CalendarRangeConnector.d.ts +0 -11
- package/types/components/Calendar/CalendarRowItem.d.ts +0 -13
- package/types/components/Calendar/StyledCalendar.d.ts +0 -61
- package/types/components/Calendar/constants.d.ts +0 -4
- package/types/components/Calendar/helpers.d.ts +0 -35
- package/types/components/Calendar/index.d.ts +0 -9
- package/types/components/Calendar/shared/hooks/useCalendarLayout.d.ts +0 -8
- package/types/components/Calendar/types.d.ts +0 -58
- package/types/components/Card/DataCard/StyledDataCard.d.ts +0 -22
- package/types/components/Card/DataCard/index.d.ts +0 -22
- package/types/components/Card/StyledCard.d.ts +0 -11
- package/types/components/Card/index.d.ts +0 -32
- package/types/components/Carousel/CardCarousel.d.ts +0 -46
- package/types/components/Carousel/CarouselItem.d.ts +0 -7
- package/types/components/Carousel/StyledCardCarousel.d.ts +0 -27
- package/types/components/Carousel/StyledCarousel.d.ts +0 -55
- package/types/components/Carousel/contants.d.ts +0 -2
- package/types/components/Carousel/index.d.ts +0 -46
- package/types/components/Carousel/types.d.ts +0 -14
- package/types/components/Chart/ChartSelect/StyledChartSelect.d.ts +0 -8
- package/types/components/Chart/ChartSelect/index.d.ts +0 -63
- package/types/components/Chart/ColumnChart/ColumnChartContent.d.ts +0 -29
- package/types/components/Chart/ColumnChart/Segment.d.ts +0 -14
- package/types/components/Chart/ColumnChart/StackedSegment.d.ts +0 -32
- package/types/components/Chart/ColumnChart/StyledColumnChart.d.ts +0 -8
- package/types/components/Chart/ColumnChart/index.d.ts +0 -86
- package/types/components/Chart/Line/Line.d.ts +0 -23
- package/types/components/Chart/Line/index.d.ts +0 -41
- package/types/components/Chart/StyledChart.d.ts +0 -9
- package/types/components/Chart/index.d.ts +0 -6
- package/types/components/Chart/shared/AxisLabel.d.ts +0 -7
- package/types/components/Chart/shared/ChartFrame.d.ts +0 -30
- package/types/components/Chart/shared/ChartHeader.d.ts +0 -8
- package/types/components/Chart/shared/EmptyState.d.ts +0 -8
- package/types/components/Chart/shared/XAxis.d.ts +0 -8
- package/types/components/Chart/shared/XAxisGrid.d.ts +0 -8
- package/types/components/Chart/shared/YAxis.d.ts +0 -10
- package/types/components/Chart/shared/YAxisGrid.d.ts +0 -10
- package/types/components/Chart/shared/constants.d.ts +0 -4
- package/types/components/Chart/shared/hooks/useColorScale.d.ts +0 -7
- package/types/components/Chart/shared/hooks/useCustomColor.d.ts +0 -22
- package/types/components/Chart/shared/hooks/useGenerateTicks.d.ts +0 -6
- package/types/components/Chart/shared/hooks/useScaleBandX.d.ts +0 -7
- package/types/components/Chart/shared/hooks/useScaleLinearY.d.ts +0 -8
- package/types/components/Chart/shared/niceNumbers.d.ts +0 -12
- package/types/components/Chart/shared/utils.d.ts +0 -11
- package/types/components/Chart/types.d.ts +0 -91
- package/types/components/Checkbox/DefaultCheckBox.d.ts +0 -40
- package/types/components/Checkbox/InlineCheckBox.d.ts +0 -38
- package/types/components/Checkbox/StyledDefaultCheckBox.d.ts +0 -33
- package/types/components/Checkbox/StyledInlineCheckBox.d.ts +0 -45
- package/types/components/Checkbox/index.d.ts +0 -6
- package/types/components/Checkbox/utils.d.ts +0 -7
- package/types/components/Chip/StyledChip.d.ts +0 -13
- package/types/components/Chip/index.d.ts +0 -43
- package/types/components/Collapse/StyledCollapse.d.ts +0 -23
- package/types/components/Collapse/index.d.ts +0 -20
- package/types/components/ContentNavigator/StyledContentNavigator.d.ts +0 -8
- package/types/components/ContentNavigator/index.d.ts +0 -43
- package/types/components/DatePicker/DatePicker.d.ts +0 -4
- package/types/components/DatePicker/DatePickerAndroid.d.ts +0 -7
- package/types/components/DatePicker/DatePickerCalendar.d.ts +0 -4
- package/types/components/DatePicker/DatePickerIOS.d.ts +0 -7
- package/types/components/DatePicker/Dialog/AndroidDialog.d.ts +0 -5
- package/types/components/DatePicker/Dialog/IOSDialog.d.ts +0 -4
- package/types/components/DatePicker/Dialog/type.d.ts +0 -50
- package/types/components/DatePicker/Dialog.d.ts +0 -4
- package/types/components/DatePicker/StyledDatePicker.d.ts +0 -16
- package/types/components/DatePicker/hooks/useCalculateDate.d.ts +0 -4
- package/types/components/DatePicker/hooks/useFormatDate.d.ts +0 -10
- package/types/components/DatePicker/hooks/utils.d.ts +0 -6
- package/types/components/DatePicker/index.d.ts +0 -6
- package/types/components/DatePicker/index.internal.d.ts +0 -7
- package/types/components/DatePicker/types.d.ts +0 -109
- package/types/components/Divider/StyledDivider.d.ts +0 -12
- package/types/components/Divider/index.d.ts +0 -22
- package/types/components/Drawer/DragableDrawer/helpers.d.ts +0 -8
- package/types/components/Drawer/DragableDrawer/index.d.ts +0 -33
- package/types/components/Drawer/StyledDrawer.d.ts +0 -49
- package/types/components/Drawer/index.d.ts +0 -27
- package/types/components/FAB/ActionGroup/ActionItem.d.ts +0 -18
- package/types/components/FAB/ActionGroup/StyledActionGroup.d.ts +0 -31
- package/types/components/FAB/ActionGroup/StyledActionItem.d.ts +0 -15
- package/types/components/FAB/ActionGroup/index.d.ts +0 -55
- package/types/components/FAB/AnimatedFABIcon.d.ts +0 -7
- package/types/components/FAB/FAB.d.ts +0 -40
- package/types/components/FAB/Pair/StyledFAB.d.ts +0 -12
- package/types/components/FAB/Pair/index.d.ts +0 -16
- package/types/components/FAB/StyledFAB.d.ts +0 -22
- package/types/components/FAB/index.d.ts +0 -5
- package/types/components/FilterTrigger/StyledFilterTrigger.d.ts +0 -20
- package/types/components/FilterTrigger/index.d.ts +0 -39
- package/types/components/FloatingIsland/StyledFloatingIsland.d.ts +0 -19
- package/types/components/FloatingIsland/index.d.ts +0 -24
- package/types/components/HeroDesignProvider/index.d.ts +0 -8
- package/types/components/Icon/AnimatedIcon.d.ts +0 -6
- package/types/components/Icon/HeroIcon/index.d.ts +0 -12
- package/types/components/Icon/IconList.d.ts +0 -2
- package/types/components/Icon/index.d.ts +0 -37
- package/types/components/Icon/utils.d.ts +0 -3
- package/types/components/Illustration/BaseSvg.d.ts +0 -8
- package/types/components/Illustration/assets/Add.d.ts +0 -4
- package/types/components/Illustration/assets/AllInOneSketch.d.ts +0 -4
- package/types/components/Illustration/assets/Boom.d.ts +0 -4
- package/types/components/Illustration/assets/Build.d.ts +0 -4
- package/types/components/Illustration/assets/CelebrationSketch.d.ts +0 -4
- package/types/components/Illustration/assets/Clock.d.ts +0 -4
- package/types/components/Illustration/assets/Confetti.d.ts +0 -4
- package/types/components/Illustration/assets/Connections.d.ts +0 -4
- package/types/components/Illustration/assets/DiySketch.d.ts +0 -4
- package/types/components/Illustration/assets/Error.d.ts +0 -4
- package/types/components/Illustration/assets/ErrorSketch.d.ts +0 -4
- package/types/components/Illustration/assets/FreedomSketch.d.ts +0 -4
- package/types/components/Illustration/assets/GrowingSketch.d.ts +0 -4
- package/types/components/Illustration/assets/Info.d.ts +0 -4
- package/types/components/Illustration/assets/InstantSketch.d.ts +0 -4
- package/types/components/Illustration/assets/LiftSketch.d.ts +0 -4
- package/types/components/Illustration/assets/List.d.ts +0 -4
- package/types/components/Illustration/assets/Location.d.ts +0 -4
- package/types/components/Illustration/assets/Lock.d.ts +0 -4
- package/types/components/Illustration/assets/Merge.d.ts +0 -4
- package/types/components/Illustration/assets/NoResult.d.ts +0 -4
- package/types/components/Illustration/assets/Notifications.d.ts +0 -4
- package/types/components/Illustration/assets/OnDemandSketch.d.ts +0 -4
- package/types/components/Illustration/assets/ProcessingSketch.d.ts +0 -4
- package/types/components/Illustration/assets/RemoteJobsSketch.d.ts +0 -4
- package/types/components/Illustration/assets/RewardSketch.d.ts +0 -4
- package/types/components/Illustration/assets/Search.d.ts +0 -4
- package/types/components/Illustration/assets/SearchSketch.d.ts +0 -4
- package/types/components/Illustration/assets/SecuritySketch.d.ts +0 -4
- package/types/components/Illustration/assets/SentSketch.d.ts +0 -4
- package/types/components/Illustration/assets/SpeedSketch.d.ts +0 -4
- package/types/components/Illustration/assets/Star.d.ts +0 -4
- package/types/components/Illustration/assets/Success.d.ts +0 -4
- package/types/components/Illustration/assets/SuperchargeSketch.d.ts +0 -4
- package/types/components/Illustration/assets/Unlock.d.ts +0 -4
- package/types/components/Illustration/assets/UnlockSketch.d.ts +0 -4
- package/types/components/Illustration/assets/User.d.ts +0 -4
- package/types/components/Illustration/assets/WorkflowSketch.d.ts +0 -4
- package/types/components/Illustration/constants.d.ts +0 -1
- package/types/components/Illustration/hooks/useMonoColor.d.ts +0 -5
- package/types/components/Illustration/illustrations.d.ts +0 -42
- package/types/components/Illustration/index.d.ts +0 -29
- package/types/components/Illustration/types.d.ts +0 -7
- package/types/components/Image/index.d.ts +0 -21
- package/types/components/List/BasicListItem.d.ts +0 -44
- package/types/components/List/ListItem.d.ts +0 -52
- package/types/components/List/StyledBasicListItem.d.ts +0 -27
- package/types/components/List/StyledListItem.d.ts +0 -49
- package/types/components/List/index.d.ts +0 -8
- package/types/components/LocaleProvider/__tests__/utils.specs.d.ts +0 -1
- package/types/components/LocaleProvider/context.d.ts +0 -3
- package/types/components/LocaleProvider/hooks.d.ts +0 -5
- package/types/components/LocaleProvider/index.d.ts +0 -7
- package/types/components/LocaleProvider/utils.d.ts +0 -3
- package/types/components/MapPin/Focussed.d.ts +0 -14
- package/types/components/MapPin/StyledMapPin.d.ts +0 -41
- package/types/components/MapPin/index.d.ts +0 -6
- package/types/components/MapPin/types.d.ts +0 -38
- package/types/components/Modal/index.d.ts +0 -38
- package/types/components/PageControl/StyledPageControl.d.ts +0 -12
- package/types/components/PageControl/index.d.ts +0 -22
- package/types/components/PinInput/PinCell.d.ts +0 -9
- package/types/components/PinInput/StyledPinInput.d.ts +0 -67
- package/types/components/PinInput/index.d.ts +0 -73
- package/types/components/Portal/PortalHost.d.ts +0 -5
- package/types/components/Portal/PortalProvider.d.ts +0 -7
- package/types/components/Portal/constants.d.ts +0 -8
- package/types/components/Portal/contexts.d.ts +0 -9
- package/types/components/Portal/index.d.ts +0 -19
- package/types/components/Portal/reducer.d.ts +0 -5
- package/types/components/Portal/types.d.ts +0 -23
- package/types/components/Portal/usePortal.d.ts +0 -8
- package/types/components/Portal/usePortalState.d.ts +0 -1
- package/types/components/Progress/ProgressBar.d.ts +0 -19
- package/types/components/Progress/ProgressCircle.d.ts +0 -21
- package/types/components/Progress/ProgressStep.d.ts +0 -20
- package/types/components/Progress/StyledProgressBar.d.ts +0 -18
- package/types/components/Progress/StyledProgressCircle.d.ts +0 -15
- package/types/components/Progress/StyledStep.d.ts +0 -23
- package/types/components/Progress/__tests__/index.spec.d.ts +0 -1
- package/types/components/Progress/constants.d.ts +0 -15
- package/types/components/Progress/index.d.ts +0 -6
- package/types/components/Progress/types.d.ts +0 -1
- package/types/components/Radio/Radio.d.ts +0 -43
- package/types/components/Radio/RadioGroup.d.ts +0 -40
- package/types/components/Radio/StyledRadio.d.ts +0 -30
- package/types/components/Radio/index.d.ts +0 -4
- package/types/components/Radio/types.d.ts +0 -10
- package/types/components/Rate/StyledRate.d.ts +0 -10
- package/types/components/Rate/index.d.ts +0 -29
- package/types/components/RefreshControl/index.d.ts +0 -5
- package/types/components/RichTextEditor/EditorEvent.d.ts +0 -3
- package/types/components/RichTextEditor/EditorToolbar.d.ts +0 -18
- package/types/components/RichTextEditor/MentionList.d.ts +0 -18
- package/types/components/RichTextEditor/RichTextEditor.d.ts +0 -27
- package/types/components/RichTextEditor/RichTextEditorInput.d.ts +0 -69
- package/types/components/RichTextEditor/StyledRichTextEditor.d.ts +0 -7
- package/types/components/RichTextEditor/StyledToolbar.d.ts +0 -19
- package/types/components/RichTextEditor/__mocks__/heroEditorApp.d.ts +0 -2
- package/types/components/RichTextEditor/constants.d.ts +0 -17
- package/types/components/RichTextEditor/heroEditorApp.d.ts +0 -2
- package/types/components/RichTextEditor/hooks/useRichTextEditorEvents.d.ts +0 -36
- package/types/components/RichTextEditor/index.d.ts +0 -71
- package/types/components/RichTextEditor/types.d.ts +0 -2
- package/types/components/RichTextEditor/utils/events.d.ts +0 -7
- package/types/components/RichTextEditor/utils/rnWebView.d.ts +0 -7
- package/types/components/Search/SearchOneLine.d.ts +0 -73
- package/types/components/Search/SearchSuffixIcon.d.ts +0 -24
- package/types/components/Search/SearchTwoLine.d.ts +0 -40
- package/types/components/Search/StyledSearch.d.ts +0 -49
- package/types/components/Search/index.d.ts +0 -10
- package/types/components/Search/utils.d.ts +0 -8
- package/types/components/SectionHeading/StyledHeading.d.ts +0 -23
- package/types/components/SectionHeading/index.d.ts +0 -45
- package/types/components/SegmentedControl/SegmentedItem.d.ts +0 -18
- package/types/components/SegmentedControl/StyledSegmentedControl.d.ts +0 -26
- package/types/components/SegmentedControl/index.d.ts +0 -31
- package/types/components/SegmentedControl/types.d.ts +0 -43
- package/types/components/Select/BaseOptionList.d.ts +0 -8
- package/types/components/Select/Footer.d.ts +0 -6
- package/types/components/Select/MultiSelect/Option.d.ts +0 -10
- package/types/components/Select/MultiSelect/OptionList.d.ts +0 -9
- package/types/components/Select/MultiSelect/index.d.ts +0 -35
- package/types/components/Select/MultiSelect/utils.d.ts +0 -2
- package/types/components/Select/SingleSelect/Option.d.ts +0 -10
- package/types/components/Select/SingleSelect/OptionList.d.ts +0 -11
- package/types/components/Select/SingleSelect/StyledSingleSelect.d.ts +0 -2
- package/types/components/Select/SingleSelect/index.d.ts +0 -28
- package/types/components/Select/StyledSelect.d.ts +0 -28
- package/types/components/Select/helpers.d.ts +0 -10
- package/types/components/Select/index.d.ts +0 -10
- package/types/components/Select/index.internal.d.ts +0 -21
- package/types/components/Select/types.d.ts +0 -88
- package/types/components/Skeleton/StyledSkeleton.d.ts +0 -16
- package/types/components/Skeleton/index.d.ts +0 -14
- package/types/components/Slider/RangeSlider.d.ts +0 -60
- package/types/components/Slider/SingleSlider.d.ts +0 -53
- package/types/components/Slider/StyledRangeSlider.d.ts +0 -10
- package/types/components/Slider/constants.d.ts +0 -3
- package/types/components/Slider/index.d.ts +0 -8
- package/types/components/Spinner/AnimatedSpinner.d.ts +0 -6
- package/types/components/Spinner/StyledSpinner.d.ts +0 -34
- package/types/components/Spinner/index.d.ts +0 -18
- package/types/components/StatusScreens/Empty/StyledEmpty.d.ts +0 -27
- package/types/components/StatusScreens/Empty/index.d.ts +0 -38
- package/types/components/StatusScreens/Error/StyledError.d.ts +0 -59
- package/types/components/StatusScreens/Error/index.d.ts +0 -62
- package/types/components/StatusScreens/Success/StyledSuccess.d.ts +0 -59
- package/types/components/StatusScreens/Success/index.d.ts +0 -56
- package/types/components/Swipeable/StyledSwipeable.d.ts +0 -7
- package/types/components/Swipeable/SwipeableAction.d.ts +0 -28
- package/types/components/Swipeable/index.d.ts +0 -50
- package/types/components/Switch/SelectorSwitch/Option.d.ts +0 -14
- package/types/components/Switch/SelectorSwitch/StyledSelectorSwitch.d.ts +0 -19
- package/types/components/Switch/SelectorSwitch/index.d.ts +0 -37
- package/types/components/Switch/StyledSwitch.d.ts +0 -15
- package/types/components/Switch/index.d.ts +0 -28
- package/types/components/Tabs/ActiveTabIndicator.d.ts +0 -9
- package/types/components/Tabs/SceneView.d.ts +0 -10
- package/types/components/Tabs/ScrollableTabs.d.ts +0 -7
- package/types/components/Tabs/ScrollableTabsHeader/ScrollableTabsHeader.d.ts +0 -40
- package/types/components/Tabs/ScrollableTabsHeader/hooks/useInitHighlightedAnimation.d.ts +0 -9
- package/types/components/Tabs/ScrollableTabsHeader/hooks/useInitUnderlinedAnimation.d.ts +0 -10
- package/types/components/Tabs/StyledScrollableTabs.d.ts +0 -55
- package/types/components/Tabs/StyledTabs.d.ts +0 -45
- package/types/components/Tabs/TabWithBadge.d.ts +0 -17
- package/types/components/Tabs/index.d.ts +0 -62
- package/types/components/Tabs/useHandlePageScroll.d.ts +0 -8
- package/types/components/Tabs/useIsFocused.d.ts +0 -6
- package/types/components/Tabs/utils.d.ts +0 -2
- package/types/components/Tag/StyledTag.d.ts +0 -17
- package/types/components/Tag/index.d.ts +0 -28
- package/types/components/TextInput/StyledTextInput.d.ts +0 -89
- package/types/components/TextInput/index.d.ts +0 -136
- package/types/components/TimePicker/StyledTimePicker.d.ts +0 -16
- package/types/components/TimePicker/TimePicker.d.ts +0 -4
- package/types/components/TimePicker/TimePickerAndroid.d.ts +0 -4
- package/types/components/TimePicker/TimePickerIOS.d.ts +0 -4
- package/types/components/TimePicker/index.d.ts +0 -4
- package/types/components/TimePicker/index.internal.d.ts +0 -5
- package/types/components/TimePicker/types.d.ts +0 -76
- package/types/components/Toast/StyledToast.d.ts +0 -57
- package/types/components/Toast/Toast.d.ts +0 -4
- package/types/components/Toast/ToastContainer.d.ts +0 -5
- package/types/components/Toast/ToastContext.d.ts +0 -13
- package/types/components/Toast/ToastProvider.d.ts +0 -11
- package/types/components/Toast/index.d.ts +0 -8
- package/types/components/Toast/types.d.ts +0 -74
- package/types/components/Toolbar/StyledToolbar.d.ts +0 -69
- package/types/components/Toolbar/ToolbarGroup.d.ts +0 -25
- package/types/components/Toolbar/ToolbarItem.d.ts +0 -31
- package/types/components/Toolbar/ToolbarMessage.d.ts +0 -58
- package/types/components/Toolbar/index.d.ts +0 -14
- package/types/components/Typography/Body/StyledBody.d.ts +0 -15
- package/types/components/Typography/Body/__tests__/StyledBody.d.ts +0 -1
- package/types/components/Typography/Body/index.d.ts +0 -38
- package/types/components/Typography/Caption/StyledCaption.d.ts +0 -13
- package/types/components/Typography/Caption/index.d.ts +0 -32
- package/types/components/Typography/Label/StyledLabel.d.ts +0 -12
- package/types/components/Typography/Label/__tests__/StyledLabel.d.ts +0 -1
- package/types/components/Typography/Label/index.d.ts +0 -28
- package/types/components/Typography/Text/StyledText.d.ts +0 -13
- package/types/components/Typography/Text/index.d.ts +0 -40
- package/types/components/Typography/Title/StyledTitle.d.ts +0 -15
- package/types/components/Typography/Title/__tests__/StyledTitle.d.ts +0 -1
- package/types/components/Typography/Title/index.d.ts +0 -38
- package/types/components/Typography/index.d.ts +0 -17
- package/types/components/Typography/types.d.ts +0 -6
- package/types/index.d.ts +0 -64
- package/types/index.internal.d.ts +0 -19
- package/types/locales/en_AU.d.ts +0 -3
- package/types/locales/en_CA.d.ts +0 -3
- package/types/locales/index.d.ts +0 -5
- package/types/locales/types.d.ts +0 -10
- package/types/testHelpers/renderWithTheme.d.ts +0 -86
- package/types/testHelpers/utils.d.ts +0 -1
- package/types/theme/ThemeProvider.d.ts +0 -12
- package/types/theme/ThemeSwitcher.d.ts +0 -9
- package/types/theme/components/accordion.d.ts +0 -13
- package/types/theme/components/alert.d.ts +0 -48
- package/types/theme/components/appCue.d.ts +0 -16
- package/types/theme/components/attachment.d.ts +0 -21
- package/types/theme/components/avatar.d.ts +0 -50
- package/types/theme/components/badge.d.ts +0 -69
- package/types/theme/components/bottomNavigation.d.ts +0 -30
- package/types/theme/components/bottomSheet.d.ts +0 -29
- package/types/theme/components/button.d.ts +0 -127
- package/types/theme/components/calendar.d.ts +0 -33
- package/types/theme/components/card.d.ts +0 -26
- package/types/theme/components/cardCarousel.d.ts +0 -19
- package/types/theme/components/carousel.d.ts +0 -36
- package/types/theme/components/chart.d.ts +0 -22
- package/types/theme/components/checkbox.d.ts +0 -40
- package/types/theme/components/chip.d.ts +0 -43
- package/types/theme/components/columnChart.d.ts +0 -10
- package/types/theme/components/contentNavigator.d.ts +0 -7
- package/types/theme/components/datePicker.d.ts +0 -7
- package/types/theme/components/divider.d.ts +0 -17
- package/types/theme/components/drawer.d.ts +0 -30
- package/types/theme/components/empty.d.ts +0 -37
- package/types/theme/components/error.d.ts +0 -52
- package/types/theme/components/fab.d.ts +0 -73
- package/types/theme/components/filterTrigger.d.ts +0 -72
- package/types/theme/components/floatingIsland.d.ts +0 -32
- package/types/theme/components/icon.d.ts +0 -25
- package/types/theme/components/image.d.ts +0 -8
- package/types/theme/components/list.d.ts +0 -46
- package/types/theme/components/mapPin.d.ts +0 -43
- package/types/theme/components/pageControl.d.ts +0 -18
- package/types/theme/components/pinInput.d.ts +0 -57
- package/types/theme/components/progress.d.ts +0 -51
- package/types/theme/components/radio.d.ts +0 -24
- package/types/theme/components/rate.d.ts +0 -11
- package/types/theme/components/refreshControl.d.ts +0 -7
- package/types/theme/components/richTextEditor.d.ts +0 -28
- package/types/theme/components/search.d.ts +0 -58
- package/types/theme/components/sectionHeading.d.ts +0 -14
- package/types/theme/components/segmentedControl.d.ts +0 -55
- package/types/theme/components/select.d.ts +0 -18
- package/types/theme/components/skeleton.d.ts +0 -17
- package/types/theme/components/slider.d.ts +0 -33
- package/types/theme/components/spinner.d.ts +0 -27
- package/types/theme/components/success.d.ts +0 -45
- package/types/theme/components/swipeable.d.ts +0 -16
- package/types/theme/components/switch.d.ts +0 -38
- package/types/theme/components/tabs.d.ts +0 -31
- package/types/theme/components/tag.d.ts +0 -53
- package/types/theme/components/textInput.d.ts +0 -95
- package/types/theme/components/timePicker.d.ts +0 -7
- package/types/theme/components/toast.d.ts +0 -52
- package/types/theme/components/toolbar.d.ts +0 -48
- package/types/theme/components/typography.d.ts +0 -168
- package/types/theme/getTheme.d.ts +0 -119
- package/types/theme/global/borders.d.ts +0 -18
- package/types/theme/global/colors/__tests__/ehWork.spec.d.ts +0 -1
- package/types/theme/global/colors/eBens.d.ts +0 -6
- package/types/theme/global/colors/ehJobs.d.ts +0 -3
- package/types/theme/global/colors/ehWork.d.ts +0 -3
- package/types/theme/global/colors/ehWorkDark.d.ts +0 -3
- package/types/theme/global/colors/global.d.ts +0 -3
- package/types/theme/global/colors/globalDark.d.ts +0 -3
- package/types/theme/global/colors/jobs.d.ts +0 -6
- package/types/theme/global/colors/swag.d.ts +0 -6
- package/types/theme/global/colors/swagDark.d.ts +0 -6
- package/types/theme/global/colors/swagLight.d.ts +0 -6
- package/types/theme/global/colors/swagLightGlobal.d.ts +0 -3
- package/types/theme/global/colors/swagLightJobs.d.ts +0 -6
- package/types/theme/global/colors/swagSystemPalette.d.ts +0 -3
- package/types/theme/global/colors/types.d.ts +0 -58
- package/types/theme/global/colors/wallet.d.ts +0 -6
- package/types/theme/global/colors/work.d.ts +0 -6
- package/types/theme/global/index.d.ts +0 -78
- package/types/theme/global/scale.d.ts +0 -14
- package/types/theme/global/shadows/ehJobs.d.ts +0 -3
- package/types/theme/global/shadows/ehWork.d.ts +0 -3
- package/types/theme/global/shadows/ehWorkDark.d.ts +0 -3
- package/types/theme/global/shadows/index.d.ts +0 -3
- package/types/theme/global/shadows/types.d.ts +0 -16
- package/types/theme/global/sizes.d.ts +0 -14
- package/types/theme/global/space.d.ts +0 -16
- package/types/theme/global/typography.d.ts +0 -34
- package/types/theme/index.d.ts +0 -9
- package/types/types.d.ts +0 -42
- package/types/types.internal.d.ts +0 -18
- package/types/utils/functions.d.ts +0 -1
- package/types/utils/helpers.d.ts +0 -13
- package/types/utils/hooks.d.ts +0 -3
- package/types/utils/scale.d.ts +0 -1
package/lib/index.js
CHANGED
|
@@ -6547,19 +6547,27 @@ var getProgressTheme = function getProgressTheme(theme) {
|
|
|
6547
6547
|
complete: theme.colors.primary,
|
|
6548
6548
|
incomplete: theme.colors.archivedSurface,
|
|
6549
6549
|
current: theme.colors.decorativePrimarySurface
|
|
6550
|
-
}
|
|
6550
|
+
},
|
|
6551
|
+
segmentedRemainderBackground: theme.colors.archivedSurface
|
|
6551
6552
|
};
|
|
6552
6553
|
var sizes = {
|
|
6553
6554
|
circleDiameter: theme.sizes['6xlarge'],
|
|
6554
6555
|
circleCompletenessHeight: theme.sizes.small,
|
|
6555
6556
|
barHeight: theme.sizes.small,
|
|
6556
|
-
stepHeight: theme.sizes.small
|
|
6557
|
+
stepHeight: theme.sizes.small,
|
|
6558
|
+
legendWidth: theme.space.small,
|
|
6559
|
+
legendHeight: theme.space.small
|
|
6557
6560
|
};
|
|
6558
6561
|
var radii = {
|
|
6559
|
-
"default": theme.radii.rounded
|
|
6562
|
+
"default": theme.radii.rounded,
|
|
6563
|
+
legendCircle: theme.radii.rounded
|
|
6560
6564
|
};
|
|
6561
6565
|
var space = {
|
|
6562
|
-
stepGap: theme.space.xsmall
|
|
6566
|
+
stepGap: theme.space.xsmall,
|
|
6567
|
+
segmentedHeaderMarginBottom: theme.space.small,
|
|
6568
|
+
legendGap: theme.space.small,
|
|
6569
|
+
legendInnerGap: theme.space.xsmall,
|
|
6570
|
+
segmentedLegendMarginTop: theme.space.small
|
|
6563
6571
|
};
|
|
6564
6572
|
return {
|
|
6565
6573
|
colors: colors,
|
|
@@ -6873,6 +6881,11 @@ var transformKebabCaseToCamelCase = function transformKebabCaseToCamelCase(strin
|
|
|
6873
6881
|
return /[a-z]/.test(_char4) ? _char4.toUpperCase() : _char4;
|
|
6874
6882
|
});
|
|
6875
6883
|
};
|
|
6884
|
+
function assert(condition, message) {
|
|
6885
|
+
if (!condition) {
|
|
6886
|
+
throw new Error(message);
|
|
6887
|
+
}
|
|
6888
|
+
}
|
|
6876
6889
|
|
|
6877
6890
|
var getSliderTheme = function getSliderTheme(theme) {
|
|
6878
6891
|
var colors = {
|
|
@@ -8062,7 +8075,7 @@ var StyledText$4 = index$c(reactNative.Text)(function (_ref) {
|
|
|
8062
8075
|
});
|
|
8063
8076
|
});
|
|
8064
8077
|
|
|
8065
|
-
var _excluded$
|
|
8078
|
+
var _excluded$O = ["children", "fontSize", "fontWeight", "intent", "typeface", "allowFontScaling"];
|
|
8066
8079
|
/**
|
|
8067
8080
|
* @deprecated Typography.Text is deprecated and will be removed in the next major release, please refer to https://design.employmenthero.com/mobile/Components/typography for the appropriate alternatives.
|
|
8068
8081
|
*/
|
|
@@ -8078,7 +8091,7 @@ var Text = function Text(_ref) {
|
|
|
8078
8091
|
typeface = _ref$typeface === void 0 ? 'neutral' : _ref$typeface,
|
|
8079
8092
|
_ref$allowFontScaling = _ref.allowFontScaling,
|
|
8080
8093
|
allowFontScaling = _ref$allowFontScaling === void 0 ? false : _ref$allowFontScaling,
|
|
8081
|
-
nativeProps = _objectWithoutProperties(_ref, _excluded$
|
|
8094
|
+
nativeProps = _objectWithoutProperties(_ref, _excluded$O);
|
|
8082
8095
|
useDeprecation('Typography.Text is deprecated and will be removed in the next major release, please refer to https://design.employmenthero.com/mobile/Components/typography for the appropriate alternatives.');
|
|
8083
8096
|
return /*#__PURE__*/React__namespace.default.createElement(StyledText$4, _extends$1({}, nativeProps, {
|
|
8084
8097
|
themeFontSize: fontSize,
|
|
@@ -8111,7 +8124,7 @@ var StyledCaption = index$c(reactNative.Text)(function (_ref) {
|
|
|
8111
8124
|
};
|
|
8112
8125
|
});
|
|
8113
8126
|
|
|
8114
|
-
var _excluded$
|
|
8127
|
+
var _excluded$N = ["children", "fontWeight", "intent", "allowFontScaling", "fontStyle"];
|
|
8115
8128
|
var Caption = function Caption(_ref) {
|
|
8116
8129
|
var children = _ref.children,
|
|
8117
8130
|
_ref$fontWeight = _ref.fontWeight,
|
|
@@ -8122,7 +8135,7 @@ var Caption = function Caption(_ref) {
|
|
|
8122
8135
|
allowFontScaling = _ref$allowFontScaling === void 0 ? false : _ref$allowFontScaling,
|
|
8123
8136
|
_ref$fontStyle = _ref.fontStyle,
|
|
8124
8137
|
fontStyle = _ref$fontStyle === void 0 ? 'normal' : _ref$fontStyle,
|
|
8125
|
-
nativeProps = _objectWithoutProperties(_ref, _excluded$
|
|
8138
|
+
nativeProps = _objectWithoutProperties(_ref, _excluded$N);
|
|
8126
8139
|
return /*#__PURE__*/React__namespace.default.createElement(StyledCaption, _extends$1({}, nativeProps, {
|
|
8127
8140
|
themeFontWeight: fontWeight,
|
|
8128
8141
|
themeIntent: intent,
|
|
@@ -8147,7 +8160,7 @@ var StyledLabel$1 = index$c(reactNative.Text)(function (_ref) {
|
|
|
8147
8160
|
};
|
|
8148
8161
|
});
|
|
8149
8162
|
|
|
8150
|
-
var _excluded$
|
|
8163
|
+
var _excluded$M = ["children", "intent", "allowFontScaling", "fontStyle"];
|
|
8151
8164
|
var Label = function Label(_ref) {
|
|
8152
8165
|
var children = _ref.children,
|
|
8153
8166
|
_ref$intent = _ref.intent,
|
|
@@ -8156,7 +8169,7 @@ var Label = function Label(_ref) {
|
|
|
8156
8169
|
allowFontScaling = _ref$allowFontScaling === void 0 ? false : _ref$allowFontScaling,
|
|
8157
8170
|
_ref$fontStyle = _ref.fontStyle,
|
|
8158
8171
|
fontStyle = _ref$fontStyle === void 0 ? 'normal' : _ref$fontStyle,
|
|
8159
|
-
nativeProps = _objectWithoutProperties(_ref, _excluded$
|
|
8172
|
+
nativeProps = _objectWithoutProperties(_ref, _excluded$M);
|
|
8160
8173
|
return /*#__PURE__*/React__namespace.default.createElement(StyledLabel$1, _extends$1({}, nativeProps, {
|
|
8161
8174
|
themeIntent: intent,
|
|
8162
8175
|
themeIsItalic: fontStyle === 'italic',
|
|
@@ -8179,7 +8192,7 @@ var StyledTitle$1 = index$c(reactNative.Text)(function (_ref) {
|
|
|
8179
8192
|
};
|
|
8180
8193
|
});
|
|
8181
8194
|
|
|
8182
|
-
var _excluded$
|
|
8195
|
+
var _excluded$L = ["children", "intent", "allowFontScaling", "level", "typeface", "fontStyle"];
|
|
8183
8196
|
var Title = function Title(_ref) {
|
|
8184
8197
|
var children = _ref.children,
|
|
8185
8198
|
_ref$intent = _ref.intent,
|
|
@@ -8192,7 +8205,7 @@ var Title = function Title(_ref) {
|
|
|
8192
8205
|
typeface = _ref$typeface === void 0 ? 'neutral' : _ref$typeface,
|
|
8193
8206
|
_ref$fontStyle = _ref.fontStyle,
|
|
8194
8207
|
fontStyle = _ref$fontStyle === void 0 ? 'normal' : _ref$fontStyle,
|
|
8195
|
-
nativeProps = _objectWithoutProperties(_ref, _excluded$
|
|
8208
|
+
nativeProps = _objectWithoutProperties(_ref, _excluded$L);
|
|
8196
8209
|
return /*#__PURE__*/React__namespace.default.createElement(StyledTitle$1, _extends$1({}, nativeProps, {
|
|
8197
8210
|
themeLevel: level,
|
|
8198
8211
|
themeTypeface: typeface,
|
|
@@ -8231,7 +8244,7 @@ var StyledBody$2 = index$c(reactNative.Text)(function (_ref) {
|
|
|
8231
8244
|
};
|
|
8232
8245
|
});
|
|
8233
8246
|
|
|
8234
|
-
var _excluded$
|
|
8247
|
+
var _excluded$K = ["children", "intent", "allowFontScaling", "typeface", "variant", "fontStyle"];
|
|
8235
8248
|
var Body = function Body(_ref) {
|
|
8236
8249
|
var children = _ref.children,
|
|
8237
8250
|
_ref$intent = _ref.intent,
|
|
@@ -8244,7 +8257,7 @@ var Body = function Body(_ref) {
|
|
|
8244
8257
|
variant = _ref$variant === void 0 ? 'regular' : _ref$variant,
|
|
8245
8258
|
_ref$fontStyle = _ref.fontStyle,
|
|
8246
8259
|
fontStyle = _ref$fontStyle === void 0 ? 'normal' : _ref$fontStyle,
|
|
8247
|
-
nativeProps = _objectWithoutProperties(_ref, _excluded$
|
|
8260
|
+
nativeProps = _objectWithoutProperties(_ref, _excluded$K);
|
|
8248
8261
|
return /*#__PURE__*/React__namespace.default.createElement(StyledBody$2, _extends$1({}, nativeProps, {
|
|
8249
8262
|
themeTypeface: typeface,
|
|
8250
8263
|
themeIntent: intent,
|
|
@@ -8263,7 +8276,7 @@ var Typography = {
|
|
|
8263
8276
|
};
|
|
8264
8277
|
|
|
8265
8278
|
// 🔴 DO NOT EDIT — This file is generated automatically.
|
|
8266
|
-
var IconList = ['activate', 'add-emoji', 'add-person', 'adjustment', 'alignment', 'antenna', 'archive', 'assignment-warning', 'bank', 'bell', 'billing', 'bolt', 'bookmark-added', 'bookmark-checked', 'bookmark', 'box-check', 'box', 'bpay', 'buildings', 'cake', 'calendar-clock', 'calendar', 'candy-box-menu', 'caret-down-small', 'caret-down', 'caret-left-small', 'caret-left', 'caret-right-small', 'caret-right', 'caret-up-small', 'caret-up', 'check-radio', 'circle-add', 'circle-cancel', 'circle-check', 'circle-down', 'circle-info', 'circle-left', 'circle-ok', 'circle-pencil', 'circle-question', 'circle-remove', 'circle-right', 'circle-up', 'circle-warning', 'clock-3', 'clock', 'cloud-download', 'cloud-upload', 'cog', 'coin', 'contacts', 'credit-card', 'diamond', 'direction-arrows', 'directory', 'document', 'dollar-coin-shine', 'dot', 'double-buildings', 'edit-template', 'envelope', 'exclude', 'expand-content', 'expense', 'explore_nearby', 'eye-circle', 'eye-invisible', 'eye', 'face-meh', 'face-sad', 'face-smiley', 'feed', 'feedbacks', 'file-certified', 'file-clone', 'file-copy', 'file-csv', 'file-dispose', 'file-doc', 'file-excel', 'file-export', 'file-lock', 'file-pdf', 'file-powerpoint', 'file-search', 'file-secured', 'file-sheets', 'file-slide', 'file-verified', 'file-word', 'file', 'filter', 'folder-user', 'folder', 'format-bold', 'format-heading1', 'format-heading2', 'format-italic', 'format-list-bulleted', 'format-list-numbered', 'format-underlined', 'funnel-filter', 'global-dollar', 'global-pound', 'globe', 'graduation-cap', 'graph', 'happy-sun', 'health-bag', 'heart', 'hero-points', 'home', 'image', 'import', 'incident-siren', 'instapay-daily', 'instapay-now', 'instapay', 'list', 'loading-2', 'loading', 'location-on', 'location', 'lock', 'looks-one', 'looks-two', 'media-content', 'menu', 'money-notes', 'moneybag', 'moon', 'multiple-stars', 'multiple-users', 'near-me', 'node', 'open-folder', 'paperclip-vertical', 'paperclip', 'payment-summary', 'pencil', 'phone', 'piggy-bank', 'plane-up', 'plane', 'play-arrow', 'play-circle', 'pound-coin-shine', 'pound-sign', 'print', 'raising-hands', 'reply-arrow', 'reply', 'reschedule', 'rostering', 'salary-sacrifice', 'save', 'schedule-send', 'schedule', 'search-person', 'search', 'send', 'speaker-active', 'speaker', 'star-award', 'star-badge', 'star-circle', 'star-medal', 'star', 'steps-circle', 'stopwatch', 'suitcase', 'surfing', 'survey', 'swag-pillar-benefit', 'swag-pillar-career', 'swag-pillar-money', 'swag-pillar-work', 'swag', 'swipe-right', 'switch', 'tag', 'target', 'teams', 'thumb-down', 'thumb-up', 'timesheet', 'touch-id', 'trash-bin', 'unlock', 'user', 'video-1', 'video-2', 'wallet', 'warning', 'academic-hat-outlined', 'accommodation-outlined', 'activate-outlined', 'add-credit-card-outlined', 'add-person-outlined', 'add-section-outlined', 'add-time-outlined', 'add', 'adjustment-outlined', 'afternoon-outlined', 'ai-outlined', 'alignment-2-outlined', 'alignment-outlined', 'all-caps', 'application-outlined', 'arrow-down', 'arrow-downwards', 'arrow-left', 'arrow-leftwards', 'arrow-right', 'arrow-rightwards', 'arrow-up', 'arrow-upwards', 'article-outlined', 'at-sign', 'auto-graph-outlined', 'automotive-outlined', 'bakery-outlined', 'bar-outlined', 'beauty-outlined', 'beer-outlined', 'bell-active-outlined', 'bell-outlined', 'bell-slash-outlined', 'bill-management-outlined', 'billing-outlined', 'body-outlined', 'bold', 'bolt-outlined', 'book-outlined', 'bookmark-added-outlined', 'bookmark-checked-outlined', 'bookmark-outlined', 'box-1-outlined', 'box-check-outlined', 'box-outlined', 'bullet-points', 'cake-outlined', 'calculator-outlined', 'calendar-dates-outlined', 'calendar-star-outlined', 'call-outlined', 'call-split-outlined', 'camera-outlined', 'cancel', 'car-forward-outlined', 'cashback-outlined', 'charging-station-outlined', 'chat-bubble-outlined', 'chat-unread-outlined', 'checkmark', 'circle-add-outlined', 'circle-cancel-outlined', 'circle-down-outlined', 'circle-info-outlined', 'circle-left-outlined', 'circle-ok-outlined', 'circle-question-outlined', 'circle-remove-outlined', 'circle-right-outlined', 'circle-up-outlined', 'circle-warning-outlined', 'clock-2-outlined', 'clock-in-outlined', 'clock-out-outlined', 'clock-outlined', 'cog-outlined', 'coin-outlined', 'coin-super-outlined', 'comment-outlined', 'contacts-outlined', 'contacts-user-outlined', 'credit-card-outlined', 'cultural-site-outlined', 'cup-outlined', 'dentistry-outlined', 'direction-arrows-outlined', 'directory-outlined', 'document-outlined', 'dollar-box-outlined', 'dollar-card-outlined', 'dollar-coin-shine-outlined', 'dollar-credit-card-outlined', 'dollar-sign', 'double-buildings-outlined', 'double-left-arrows', 'double-right-arrows', 'download-box-outlined', 'download-outlined', 'edit-template-outlined', 'electronics-outlined', 'email-outlined', 'end-break-outlined', 'enter-arrow', 'entertainment-outlined', 'envelope-outlined', 'evening-outlined', 'expense-approval-outlined', 'expense-outlined', 'explore-outlined', 'extension-outlined', 'external-link', 'eye-invisible-outlined', 'eye-outlined', 'face-id', 'face-meh-outlined', 'face-open-smiley-outlined', 'face-sad-outlined', 'face-smiley-outlined', 'fastfood-outlined', 'feed-outlined', 'file-certified-outlined', 'file-clone-outlined', 'file-copy-outlined', 'file-dispose-outlined', 'file-dollar-certified-outlined', 'file-dollar-outlined', 'file-download-outlined', 'file-export-outlined', 'file-lock-outlined', 'file-outlined', 'file-pound-outlined', 'file-search-outlined', 'file-secured-outlined', 'file-statutory-outlined', 'file-verified-outlined', 'filter-outlined', 'fitness-outlined', 'folder-outlined', 'folder-upload-outlined', 'folder-user-outlined', 'form-outlined', 'funnel-filter-outline', 'goal-outlined', 'graph-outlined', 'grocery-outlined', 'hand-holding-user-outlined', 'handshake-outlined', 'happy-sun-outlined', 'health-bag-outlined', 'heart-outlined', 'home-active-outlined', 'home-outlined', 'id-card-outlined', 'image-outlined', 'import-outlined', 'instapay-outlined', 'italic', 'job-search-outlined', 'leave-approval-outlined', 'lighting-outlined', 'link-1', 'link-2', 'list-outlined', 'live-help-outlined', 'local_mall_outlined', 'location-on-outlined', 'location-outlined', 'lock-outlined', 'locked-file-outlined', 'log-out', 'mail-outlined', 'map-outlined', 'media-content-outlined', 'menu-close', 'menu-expand', 'menu-fold-outlined', 'menu-unfold-outlined', 'moneybag-outlined', 'moon-outlined', 'more-horizontal', 'more-vertical', 'morning-outlined', 'multiple-folders-outlined', 'multiple-users-outlined', 'near-me-outlined', 'node-outlined', 'number-points', 'number', 'overview-outlined', 'park-outlined', 'payment-summary-outlined', 'payslip-outlined', 'pencil-outlined', 'percentage', 'phone-outlined', 'piggy-bank-outlined', 'plane-outlined', 'play-circle-outlined', 'pound-box-outlined', 'pound-card-outlined', 'pound-coin-shine-outlined', 'pound-credit-card-outlined', 'print-outlined', 'propane-tank-outlined', 'qr-code-outlined', 'qualification-outlined', 're-assign', 'redeem', 'refresh', 'remove', 'reply-outlined', 'restart', 'restaurant-outlined', 'resume-outlined', 'return-arrow', 'rostering-outlined', 'safety-outlined', 'save-outlined', 'schedule-outlined', 'search-outlined', 'search-secured-outlined', 'send-outlined', 'share-1', 'share-2', 'share-outlined-2', 'share-outlined', 'shield-check-outlined', 'shop-outlined', 'shopping_basket_outlined', 'show-chart-outlined', 'single-down-arrow', 'single-left-arrow', 'single-right-arrow', 'single-up-arrow', 'smart-match-outlined', 'sparkle-outlined', 'speaker-active-outlined', 'speaker-outlined', 'star-circle-outlined', 'star-outlined', 'start-break-outlined', 'stash-outlined', 'stopwatch-outlined', 'strikethrough', 'styler-outlined', 'suitcase-clock-outlined', 'suitcase-outlined', 'survey-outlined', 'switch-outlined', 'sync', 'tag-outlined', 'target-outlined', 'tennis-outlined', 'thumb-down-outlined', 'thumb-up-outlined', 'ticket-outlined', 'timesheet-outlined', 'timesheets-outlined', 'today-outlined', 'transfer', 'transportation-outlined', 'trash-bin-outlined', 'umbrela-outlined', 'unavailability-outlined', 'unavailable', 'underline', 'union-outlined', 'unlock-outlined', 'upload-outlined', 'user-circle-outlined', 'user-gear-outlined', 'user-outlined', 'user-rectangle-outlined', 'video-1-outlined', 'video-2-outlined', 'volunteer-outlined', 'wallet-outlined', 'wellness-outlined'];
|
|
8279
|
+
var IconList = ['activate', 'add-emoji', 'add-person', 'adjustment', 'alignment', 'antenna', 'archive', 'assignment-warning', 'bank', 'bell', 'billing', 'bolt', 'bookmark-added', 'bookmark-checked', 'bookmark', 'box-check', 'box', 'bpay', 'buildings', 'cake', 'calendar-clock', 'calendar', 'candy-box-menu', 'caret-down-small', 'caret-down', 'caret-left-small', 'caret-left', 'caret-right-small', 'caret-right', 'caret-up-small', 'caret-up', 'check-radio', 'circle-add', 'circle-cancel', 'circle-check', 'circle-down', 'circle-info', 'circle-left', 'circle-ok', 'circle-pencil', 'circle-question', 'circle-remove', 'circle-right', 'circle-up', 'circle-warning', 'clock-3', 'clock', 'cloud-download', 'cloud-upload', 'cog', 'coin', 'contacts', 'credit-card', 'diamond', 'direction-arrows', 'directory', 'document', 'dollar-coin-shine', 'dot', 'double-buildings', 'edit-template', 'envelope', 'exclude', 'expand-content', 'expense', 'explore_nearby', 'eye-circle', 'eye-invisible', 'eye', 'face-meh', 'face-sad', 'face-smiley', 'feed', 'feedbacks', 'file-certified', 'file-clone', 'file-copy', 'file-csv', 'file-dispose', 'file-doc', 'file-excel', 'file-export', 'file-lock', 'file-pdf', 'file-powerpoint', 'file-search', 'file-secured', 'file-sheets', 'file-slide', 'file-verified', 'file-word', 'file', 'filter', 'folder-user', 'folder', 'format-bold', 'format-heading1', 'format-heading2', 'format-italic', 'format-list-bulleted', 'format-list-numbered', 'format-underlined', 'funnel-filter', 'global-dollar', 'global-pound', 'globe', 'graduation-cap', 'graph', 'happy-sun', 'health-bag', 'heart', 'hero-points', 'home', 'image', 'import', 'incident-siren', 'instapay-daily', 'instapay-now', 'instapay', 'list', 'loading-2', 'loading', 'location-on', 'location', 'lock', 'looks-one', 'looks-two', 'media-content', 'menu', 'money-notes', 'moneybag', 'moon', 'multiple-stars', 'multiple-users', 'near-me', 'node', 'open-folder', 'paperclip-vertical', 'paperclip', 'payment-summary', 'pencil', 'phone', 'piggy-bank', 'plane-up', 'plane', 'play-arrow', 'play-circle', 'pound-coin-shine', 'pound-sign', 'print', 'raising-hands', 'reply-arrow', 'reply', 'reschedule', 'rocket-launch', 'rostering', 'salary-sacrifice', 'save', 'schedule-send', 'schedule', 'search-person', 'search', 'send', 'speaker-active', 'speaker', 'star-award', 'star-badge', 'star-circle', 'star-medal', 'star', 'steps-circle', 'stopwatch', 'suitcase', 'surfing', 'survey', 'swag-pillar-benefit', 'swag-pillar-career', 'swag-pillar-money', 'swag-pillar-work', 'swag', 'swipe-right', 'switch', 'tag', 'target', 'teams', 'thumb-down', 'thumb-up', 'timesheet', 'touch-id', 'trash-bin', 'unlock', 'user', 'video-1', 'video-2', 'wallet', 'warning', 'academic-hat-outlined', 'accommodation-outlined', 'activate-outlined', 'add-credit-card-outlined', 'add-person-outlined', 'add-section-outlined', 'add-time-outlined', 'add', 'adjustment-outlined', 'afternoon-outlined', 'ai-outlined', 'alignment-2-outlined', 'alignment-outlined', 'all-caps', 'application-outlined', 'arrow-down', 'arrow-downwards', 'arrow-left', 'arrow-leftwards', 'arrow-right', 'arrow-rightwards', 'arrow-up', 'arrow-upwards', 'article-outlined', 'at-sign', 'auto-graph-outlined', 'automotive-outlined', 'bakery-outlined', 'bar-outlined', 'beauty-outlined', 'beer-outlined', 'bell-active-outlined', 'bell-outlined', 'bell-slash-outlined', 'bill-management-outlined', 'billing-outlined', 'body-outlined', 'bold', 'bolt-outlined', 'book-outlined', 'bookmark-added-outlined', 'bookmark-checked-outlined', 'bookmark-outlined', 'box-1-outlined', 'box-check-outlined', 'box-outlined', 'bullet-points', 'cake-outlined', 'calculator-outlined', 'calendar-dates-outlined', 'calendar-star-outlined', 'call-outlined', 'call-split-outlined', 'camera-outlined', 'cancel', 'car-forward-outlined', 'cashback-outlined', 'charging-station-outlined', 'chat-bubble-outlined', 'chat-unread-outlined', 'checkmark', 'circle-add-outlined', 'circle-cancel-outlined', 'circle-down-outlined', 'circle-info-outlined', 'circle-left-outlined', 'circle-ok-outlined', 'circle-question-outlined', 'circle-remove-outlined', 'circle-right-outlined', 'circle-up-outlined', 'circle-warning-outlined', 'clock-2-outlined', 'clock-in-outlined', 'clock-out-outlined', 'clock-outlined', 'cog-outlined', 'coin-outlined', 'coin-super-outlined', 'comment-outlined', 'contacts-outlined', 'contacts-user-outlined', 'credit-card-outlined', 'cultural-site-outlined', 'cup-outlined', 'dentistry-outlined', 'diamond-outlined', 'direction-arrows-outlined', 'directory-outlined', 'document-outlined', 'dollar-box-outlined', 'dollar-card-outlined', 'dollar-coin-shine-outlined', 'dollar-credit-card-outlined', 'dollar-sign', 'double-buildings-outlined', 'double-left-arrows', 'double-right-arrows', 'download-box-outlined', 'download-outlined', 'edit-template-outlined', 'electronics-outlined', 'email-outlined', 'end-break-outlined', 'enter-arrow', 'entertainment-outlined', 'envelope-outlined', 'evening-outlined', 'expense-approval-outlined', 'expense-outlined', 'explore-outlined', 'extension-outlined', 'external-link', 'eye-invisible-outlined', 'eye-outlined', 'face-id', 'face-meh-outlined', 'face-open-smiley-outlined', 'face-sad-outlined', 'face-smiley-outlined', 'fastfood-outlined', 'feed-outlined', 'file-certified-outlined', 'file-clone-outlined', 'file-copy-outlined', 'file-dispose-outlined', 'file-dollar-certified-outlined', 'file-dollar-outlined', 'file-download-outlined', 'file-export-outlined', 'file-lock-outlined', 'file-outlined', 'file-pound-outlined', 'file-search-outlined', 'file-secured-outlined', 'file-statutory-outlined', 'file-verified-outlined', 'filter-outlined', 'fitness-outlined', 'folder-outlined', 'folder-upload-outlined', 'folder-user-outlined', 'form-outlined', 'funnel-filter-outline', 'goal-outlined', 'graph-outlined', 'grocery-outlined', 'hand-holding-user-outlined', 'handshake-outlined', 'happy-sun-outlined', 'health-bag-outlined', 'heart-outlined', 'home-active-outlined', 'home-outlined', 'id-card-outlined', 'image-outlined', 'import-outlined', 'instapay-outlined', 'italic', 'job-search-outlined', 'leave-approval-outlined', 'lighting-outlined', 'link-1', 'link-2', 'list-outlined', 'live-help-outlined', 'local_mall_outlined', 'location-on-outlined', 'location-outlined', 'lock-outlined', 'locked-file-outlined', 'log-out', 'mail-outlined', 'map-outlined', 'media-content-outlined', 'menu-close', 'menu-expand', 'menu-fold-outlined', 'menu-unfold-outlined', 'moneybag-outlined', 'moon-outlined', 'more-horizontal', 'more-vertical', 'morning-outlined', 'multiple-folders-outlined', 'multiple-users-outlined', 'near-me-outlined', 'node-outlined', 'number-points', 'number', 'overview-outlined', 'park-outlined', 'payment-summary-outlined', 'payslip-outlined', 'pencil-outlined', 'percentage', 'phone-outlined', 'piggy-bank-outlined', 'plane-outlined', 'play-circle-outlined', 'pound-box-outlined', 'pound-card-outlined', 'pound-coin-shine-outlined', 'pound-credit-card-outlined', 'print-outlined', 'propane-tank-outlined', 'qr-code-outlined', 'qualification-outlined', 're-assign', 'redeem', 'refresh', 'remove', 'reply-outlined', 'restart', 'restaurant-outlined', 'resume-outlined', 'return-arrow', 'rocket-launch-outlined', 'rostering-outlined', 'safety-outlined', 'save-outlined', 'schedule-outlined', 'search-outlined', 'search-secured-outlined', 'send-outlined', 'share-1', 'share-2', 'share-outlined-2', 'share-outlined', 'shield-check-outlined', 'shop-outlined', 'shopping_basket_outlined', 'show-chart-outlined', 'single-down-arrow', 'single-left-arrow', 'single-right-arrow', 'single-up-arrow', 'smart-match-outlined', 'sparkle-outlined', 'speaker-active-outlined', 'speaker-outlined', 'star-circle-outlined', 'star-outlined', 'start-break-outlined', 'stash-outlined', 'stopwatch-outlined', 'strikethrough', 'styler-outlined', 'suitcase-clock-outlined', 'suitcase-outlined', 'survey-outlined', 'switch-outlined', 'sync', 'tag-outlined', 'target-outlined', 'tennis-outlined', 'thumb-down-outlined', 'thumb-up-outlined', 'ticket-outlined', 'timesheet-outlined', 'timesheets-outlined', 'today-outlined', 'transfer', 'transportation-outlined', 'trash-bin-outlined', 'umbrela-outlined', 'unavailability-outlined', 'unavailable', 'underline', 'union-outlined', 'unlock-outlined', 'upload-outlined', 'user-circle-outlined', 'user-gear-outlined', 'user-outlined', 'user-rectangle-outlined', 'video-1-outlined', 'video-2-outlined', 'volunteer-outlined', 'wallet-outlined', 'wellness-outlined'];
|
|
8267
8280
|
|
|
8268
8281
|
var activate = 59000;
|
|
8269
8282
|
var adjustment = 59003;
|
|
@@ -8319,44 +8332,44 @@ var plane = 59144;
|
|
|
8319
8332
|
var print = 59149;
|
|
8320
8333
|
var reply = 59152;
|
|
8321
8334
|
var reschedule = 59153;
|
|
8322
|
-
var rostering =
|
|
8323
|
-
var save =
|
|
8324
|
-
var schedule$1 =
|
|
8325
|
-
var search =
|
|
8326
|
-
var send =
|
|
8327
|
-
var speaker =
|
|
8328
|
-
var star =
|
|
8329
|
-
var stopwatch =
|
|
8330
|
-
var suitcase =
|
|
8331
|
-
var surfing =
|
|
8332
|
-
var survey =
|
|
8333
|
-
var swag =
|
|
8334
|
-
var tag =
|
|
8335
|
-
var target =
|
|
8336
|
-
var teams =
|
|
8337
|
-
var timesheet =
|
|
8338
|
-
var unlock =
|
|
8339
|
-
var user =
|
|
8340
|
-
var wallet =
|
|
8341
|
-
var warning =
|
|
8342
|
-
var add =
|
|
8343
|
-
var bold =
|
|
8344
|
-
var cancel =
|
|
8345
|
-
var checkmark =
|
|
8346
|
-
var italic =
|
|
8347
|
-
var local_mall_outlined =
|
|
8348
|
-
var number$2 =
|
|
8349
|
-
var percentage =
|
|
8350
|
-
var redeem =
|
|
8351
|
-
var refresh =
|
|
8352
|
-
var remove$1 =
|
|
8353
|
-
var restart =
|
|
8354
|
-
var shopping_basket_outlined =
|
|
8355
|
-
var strikethrough =
|
|
8356
|
-
var sync =
|
|
8357
|
-
var transfer =
|
|
8358
|
-
var unavailable =
|
|
8359
|
-
var underline =
|
|
8335
|
+
var rostering = 59155;
|
|
8336
|
+
var save = 59157;
|
|
8337
|
+
var schedule$1 = 59159;
|
|
8338
|
+
var search = 59161;
|
|
8339
|
+
var send = 59162;
|
|
8340
|
+
var speaker = 59164;
|
|
8341
|
+
var star = 59169;
|
|
8342
|
+
var stopwatch = 59171;
|
|
8343
|
+
var suitcase = 59172;
|
|
8344
|
+
var surfing = 59173;
|
|
8345
|
+
var survey = 59174;
|
|
8346
|
+
var swag = 59179;
|
|
8347
|
+
var tag = 59182;
|
|
8348
|
+
var target = 59183;
|
|
8349
|
+
var teams = 59184;
|
|
8350
|
+
var timesheet = 59187;
|
|
8351
|
+
var unlock = 59190;
|
|
8352
|
+
var user = 59191;
|
|
8353
|
+
var wallet = 59194;
|
|
8354
|
+
var warning = 59195;
|
|
8355
|
+
var add = 59203;
|
|
8356
|
+
var bold = 59233;
|
|
8357
|
+
var cancel = 59250;
|
|
8358
|
+
var checkmark = 59256;
|
|
8359
|
+
var italic = 59354;
|
|
8360
|
+
var local_mall_outlined = 59362;
|
|
8361
|
+
var number$2 = 59385;
|
|
8362
|
+
var percentage = 59391;
|
|
8363
|
+
var redeem = 59405;
|
|
8364
|
+
var refresh = 59406;
|
|
8365
|
+
var remove$1 = 59407;
|
|
8366
|
+
var restart = 59409;
|
|
8367
|
+
var shopping_basket_outlined = 59427;
|
|
8368
|
+
var strikethrough = 59442;
|
|
8369
|
+
var sync = 59448;
|
|
8370
|
+
var transfer = 59458;
|
|
8371
|
+
var unavailable = 59463;
|
|
8372
|
+
var underline = 59464;
|
|
8360
8373
|
var glyphMap = {
|
|
8361
8374
|
activate: activate,
|
|
8362
8375
|
"add-emoji": 59001,
|
|
@@ -8512,326 +8525,329 @@ var glyphMap = {
|
|
|
8512
8525
|
"reply-arrow": 59151,
|
|
8513
8526
|
reply: reply,
|
|
8514
8527
|
reschedule: reschedule,
|
|
8528
|
+
"rocket-launch": 59154,
|
|
8515
8529
|
rostering: rostering,
|
|
8516
|
-
"salary-sacrifice":
|
|
8530
|
+
"salary-sacrifice": 59156,
|
|
8517
8531
|
save: save,
|
|
8518
|
-
"schedule-send":
|
|
8532
|
+
"schedule-send": 59158,
|
|
8519
8533
|
schedule: schedule$1,
|
|
8520
|
-
"search-person":
|
|
8534
|
+
"search-person": 59160,
|
|
8521
8535
|
search: search,
|
|
8522
8536
|
send: send,
|
|
8523
|
-
"speaker-active":
|
|
8537
|
+
"speaker-active": 59163,
|
|
8524
8538
|
speaker: speaker,
|
|
8525
|
-
"star-award":
|
|
8526
|
-
"star-badge":
|
|
8527
|
-
"star-circle":
|
|
8528
|
-
"star-medal":
|
|
8539
|
+
"star-award": 59165,
|
|
8540
|
+
"star-badge": 59166,
|
|
8541
|
+
"star-circle": 59167,
|
|
8542
|
+
"star-medal": 59168,
|
|
8529
8543
|
star: star,
|
|
8530
|
-
"steps-circle":
|
|
8544
|
+
"steps-circle": 59170,
|
|
8531
8545
|
stopwatch: stopwatch,
|
|
8532
8546
|
suitcase: suitcase,
|
|
8533
8547
|
surfing: surfing,
|
|
8534
8548
|
survey: survey,
|
|
8535
|
-
"swag-pillar-benefit":
|
|
8536
|
-
"swag-pillar-career":
|
|
8537
|
-
"swag-pillar-money":
|
|
8538
|
-
"swag-pillar-work":
|
|
8549
|
+
"swag-pillar-benefit": 59175,
|
|
8550
|
+
"swag-pillar-career": 59176,
|
|
8551
|
+
"swag-pillar-money": 59177,
|
|
8552
|
+
"swag-pillar-work": 59178,
|
|
8539
8553
|
swag: swag,
|
|
8540
|
-
"swipe-right":
|
|
8541
|
-
"switch":
|
|
8554
|
+
"swipe-right": 59180,
|
|
8555
|
+
"switch": 59181,
|
|
8542
8556
|
tag: tag,
|
|
8543
8557
|
target: target,
|
|
8544
8558
|
teams: teams,
|
|
8545
|
-
"thumb-down":
|
|
8546
|
-
"thumb-up":
|
|
8559
|
+
"thumb-down": 59185,
|
|
8560
|
+
"thumb-up": 59186,
|
|
8547
8561
|
timesheet: timesheet,
|
|
8548
|
-
"touch-id":
|
|
8549
|
-
"trash-bin":
|
|
8562
|
+
"touch-id": 59188,
|
|
8563
|
+
"trash-bin": 59189,
|
|
8550
8564
|
unlock: unlock,
|
|
8551
8565
|
user: user,
|
|
8552
|
-
"video-1":
|
|
8553
|
-
"video-2":
|
|
8566
|
+
"video-1": 59192,
|
|
8567
|
+
"video-2": 59193,
|
|
8554
8568
|
wallet: wallet,
|
|
8555
8569
|
warning: warning,
|
|
8556
|
-
"academic-hat-outlined":
|
|
8557
|
-
"accommodation-outlined":
|
|
8558
|
-
"activate-outlined":
|
|
8559
|
-
"add-credit-card-outlined":
|
|
8560
|
-
"add-person-outlined":
|
|
8561
|
-
"add-section-outlined":
|
|
8562
|
-
"add-time-outlined":
|
|
8570
|
+
"academic-hat-outlined": 59196,
|
|
8571
|
+
"accommodation-outlined": 59197,
|
|
8572
|
+
"activate-outlined": 59198,
|
|
8573
|
+
"add-credit-card-outlined": 59199,
|
|
8574
|
+
"add-person-outlined": 59200,
|
|
8575
|
+
"add-section-outlined": 59201,
|
|
8576
|
+
"add-time-outlined": 59202,
|
|
8563
8577
|
add: add,
|
|
8564
|
-
"adjustment-outlined":
|
|
8565
|
-
"afternoon-outlined":
|
|
8566
|
-
"ai-outlined":
|
|
8567
|
-
"alignment-2-outlined":
|
|
8568
|
-
"alignment-outlined":
|
|
8569
|
-
"all-caps":
|
|
8570
|
-
"application-outlined":
|
|
8571
|
-
"arrow-down":
|
|
8572
|
-
"arrow-downwards":
|
|
8573
|
-
"arrow-left":
|
|
8574
|
-
"arrow-leftwards":
|
|
8575
|
-
"arrow-right":
|
|
8576
|
-
"arrow-rightwards":
|
|
8577
|
-
"arrow-up":
|
|
8578
|
-
"arrow-upwards":
|
|
8579
|
-
"article-outlined":
|
|
8580
|
-
"at-sign":
|
|
8581
|
-
"auto-graph-outlined":
|
|
8582
|
-
"automotive-outlined":
|
|
8583
|
-
"bakery-outlined":
|
|
8584
|
-
"bar-outlined":
|
|
8585
|
-
"beauty-outlined":
|
|
8586
|
-
"beer-outlined":
|
|
8587
|
-
"bell-active-outlined":
|
|
8588
|
-
"bell-outlined":
|
|
8589
|
-
"bell-slash-outlined":
|
|
8590
|
-
"bill-management-outlined":
|
|
8591
|
-
"billing-outlined":
|
|
8592
|
-
"body-outlined":
|
|
8578
|
+
"adjustment-outlined": 59204,
|
|
8579
|
+
"afternoon-outlined": 59205,
|
|
8580
|
+
"ai-outlined": 59206,
|
|
8581
|
+
"alignment-2-outlined": 59207,
|
|
8582
|
+
"alignment-outlined": 59208,
|
|
8583
|
+
"all-caps": 59209,
|
|
8584
|
+
"application-outlined": 59210,
|
|
8585
|
+
"arrow-down": 59211,
|
|
8586
|
+
"arrow-downwards": 59212,
|
|
8587
|
+
"arrow-left": 59213,
|
|
8588
|
+
"arrow-leftwards": 59214,
|
|
8589
|
+
"arrow-right": 59215,
|
|
8590
|
+
"arrow-rightwards": 59216,
|
|
8591
|
+
"arrow-up": 59217,
|
|
8592
|
+
"arrow-upwards": 59218,
|
|
8593
|
+
"article-outlined": 59219,
|
|
8594
|
+
"at-sign": 59220,
|
|
8595
|
+
"auto-graph-outlined": 59221,
|
|
8596
|
+
"automotive-outlined": 59222,
|
|
8597
|
+
"bakery-outlined": 59223,
|
|
8598
|
+
"bar-outlined": 59224,
|
|
8599
|
+
"beauty-outlined": 59225,
|
|
8600
|
+
"beer-outlined": 59226,
|
|
8601
|
+
"bell-active-outlined": 59227,
|
|
8602
|
+
"bell-outlined": 59228,
|
|
8603
|
+
"bell-slash-outlined": 59229,
|
|
8604
|
+
"bill-management-outlined": 59230,
|
|
8605
|
+
"billing-outlined": 59231,
|
|
8606
|
+
"body-outlined": 59232,
|
|
8593
8607
|
bold: bold,
|
|
8594
|
-
"bolt-outlined":
|
|
8595
|
-
"book-outlined":
|
|
8596
|
-
"bookmark-added-outlined":
|
|
8597
|
-
"bookmark-checked-outlined":
|
|
8598
|
-
"bookmark-outlined":
|
|
8599
|
-
"box-1-outlined":
|
|
8600
|
-
"box-check-outlined":
|
|
8601
|
-
"box-outlined":
|
|
8602
|
-
"bullet-points":
|
|
8603
|
-
"cake-outlined":
|
|
8604
|
-
"calculator-outlined":
|
|
8605
|
-
"calendar-dates-outlined":
|
|
8606
|
-
"calendar-star-outlined":
|
|
8607
|
-
"call-outlined":
|
|
8608
|
-
"call-split-outlined":
|
|
8609
|
-
"camera-outlined":
|
|
8608
|
+
"bolt-outlined": 59234,
|
|
8609
|
+
"book-outlined": 59235,
|
|
8610
|
+
"bookmark-added-outlined": 59236,
|
|
8611
|
+
"bookmark-checked-outlined": 59237,
|
|
8612
|
+
"bookmark-outlined": 59238,
|
|
8613
|
+
"box-1-outlined": 59239,
|
|
8614
|
+
"box-check-outlined": 59240,
|
|
8615
|
+
"box-outlined": 59241,
|
|
8616
|
+
"bullet-points": 59242,
|
|
8617
|
+
"cake-outlined": 59243,
|
|
8618
|
+
"calculator-outlined": 59244,
|
|
8619
|
+
"calendar-dates-outlined": 59245,
|
|
8620
|
+
"calendar-star-outlined": 59246,
|
|
8621
|
+
"call-outlined": 59247,
|
|
8622
|
+
"call-split-outlined": 59248,
|
|
8623
|
+
"camera-outlined": 59249,
|
|
8610
8624
|
cancel: cancel,
|
|
8611
|
-
"car-forward-outlined":
|
|
8612
|
-
"cashback-outlined":
|
|
8613
|
-
"charging-station-outlined":
|
|
8614
|
-
"chat-bubble-outlined":
|
|
8615
|
-
"chat-unread-outlined":
|
|
8625
|
+
"car-forward-outlined": 59251,
|
|
8626
|
+
"cashback-outlined": 59252,
|
|
8627
|
+
"charging-station-outlined": 59253,
|
|
8628
|
+
"chat-bubble-outlined": 59254,
|
|
8629
|
+
"chat-unread-outlined": 59255,
|
|
8616
8630
|
checkmark: checkmark,
|
|
8617
|
-
"circle-add-outlined":
|
|
8618
|
-
"circle-cancel-outlined":
|
|
8619
|
-
"circle-down-outlined":
|
|
8620
|
-
"circle-info-outlined":
|
|
8621
|
-
"circle-left-outlined":
|
|
8622
|
-
"circle-ok-outlined":
|
|
8623
|
-
"circle-question-outlined":
|
|
8624
|
-
"circle-remove-outlined":
|
|
8625
|
-
"circle-right-outlined":
|
|
8626
|
-
"circle-up-outlined":
|
|
8627
|
-
"circle-warning-outlined":
|
|
8628
|
-
"clock-2-outlined":
|
|
8629
|
-
"clock-in-outlined":
|
|
8630
|
-
"clock-out-outlined":
|
|
8631
|
-
"clock-outlined":
|
|
8632
|
-
"cog-outlined":
|
|
8633
|
-
"coin-outlined":
|
|
8634
|
-
"coin-super-outlined":
|
|
8635
|
-
"comment-outlined":
|
|
8636
|
-
"contacts-outlined":
|
|
8637
|
-
"contacts-user-outlined":
|
|
8638
|
-
"credit-card-outlined":
|
|
8639
|
-
"cultural-site-outlined":
|
|
8640
|
-
"cup-outlined":
|
|
8641
|
-
"dentistry-outlined":
|
|
8642
|
-
"
|
|
8643
|
-
"
|
|
8644
|
-
"
|
|
8645
|
-
"
|
|
8646
|
-
"dollar-
|
|
8647
|
-
"dollar-
|
|
8648
|
-
"dollar-
|
|
8649
|
-
"dollar-
|
|
8650
|
-
"
|
|
8651
|
-
"double-
|
|
8652
|
-
"double-
|
|
8653
|
-
"
|
|
8654
|
-
"download-outlined":
|
|
8655
|
-
"
|
|
8656
|
-
"
|
|
8657
|
-
"
|
|
8658
|
-
"
|
|
8659
|
-
"
|
|
8660
|
-
"
|
|
8661
|
-
"
|
|
8662
|
-
"
|
|
8663
|
-
"
|
|
8664
|
-
"expense-outlined":
|
|
8665
|
-
"
|
|
8666
|
-
"
|
|
8667
|
-
"
|
|
8668
|
-
"
|
|
8669
|
-
"eye-outlined":
|
|
8670
|
-
"
|
|
8671
|
-
"face-
|
|
8672
|
-
"face-
|
|
8673
|
-
"face-
|
|
8674
|
-
"face-
|
|
8675
|
-
"
|
|
8676
|
-
"
|
|
8677
|
-
"
|
|
8678
|
-
"file-
|
|
8679
|
-
"file-
|
|
8680
|
-
"file-
|
|
8681
|
-
"file-
|
|
8682
|
-
"file-dollar-outlined":
|
|
8683
|
-
"file-
|
|
8684
|
-
"file-
|
|
8685
|
-
"file-
|
|
8686
|
-
"file-outlined":
|
|
8687
|
-
"file-
|
|
8688
|
-
"file-
|
|
8689
|
-
"file-
|
|
8690
|
-
"file-
|
|
8691
|
-
"file-
|
|
8692
|
-
"
|
|
8693
|
-
"
|
|
8694
|
-
"
|
|
8695
|
-
"folder-
|
|
8696
|
-
"folder-
|
|
8697
|
-
"
|
|
8698
|
-
"
|
|
8699
|
-
"
|
|
8700
|
-
"
|
|
8701
|
-
"
|
|
8702
|
-
"
|
|
8703
|
-
"
|
|
8704
|
-
"
|
|
8705
|
-
"
|
|
8706
|
-
"
|
|
8707
|
-
"
|
|
8708
|
-
"home-outlined":
|
|
8709
|
-
"
|
|
8710
|
-
"
|
|
8711
|
-
"
|
|
8712
|
-
"
|
|
8631
|
+
"circle-add-outlined": 59257,
|
|
8632
|
+
"circle-cancel-outlined": 59258,
|
|
8633
|
+
"circle-down-outlined": 59259,
|
|
8634
|
+
"circle-info-outlined": 59260,
|
|
8635
|
+
"circle-left-outlined": 59261,
|
|
8636
|
+
"circle-ok-outlined": 59262,
|
|
8637
|
+
"circle-question-outlined": 59263,
|
|
8638
|
+
"circle-remove-outlined": 59264,
|
|
8639
|
+
"circle-right-outlined": 59265,
|
|
8640
|
+
"circle-up-outlined": 59266,
|
|
8641
|
+
"circle-warning-outlined": 59267,
|
|
8642
|
+
"clock-2-outlined": 59268,
|
|
8643
|
+
"clock-in-outlined": 59269,
|
|
8644
|
+
"clock-out-outlined": 59270,
|
|
8645
|
+
"clock-outlined": 59271,
|
|
8646
|
+
"cog-outlined": 59272,
|
|
8647
|
+
"coin-outlined": 59273,
|
|
8648
|
+
"coin-super-outlined": 59274,
|
|
8649
|
+
"comment-outlined": 59275,
|
|
8650
|
+
"contacts-outlined": 59276,
|
|
8651
|
+
"contacts-user-outlined": 59277,
|
|
8652
|
+
"credit-card-outlined": 59278,
|
|
8653
|
+
"cultural-site-outlined": 59279,
|
|
8654
|
+
"cup-outlined": 59280,
|
|
8655
|
+
"dentistry-outlined": 59281,
|
|
8656
|
+
"diamond-outlined": 59282,
|
|
8657
|
+
"direction-arrows-outlined": 59283,
|
|
8658
|
+
"directory-outlined": 59284,
|
|
8659
|
+
"document-outlined": 59285,
|
|
8660
|
+
"dollar-box-outlined": 59286,
|
|
8661
|
+
"dollar-card-outlined": 59287,
|
|
8662
|
+
"dollar-coin-shine-outlined": 59288,
|
|
8663
|
+
"dollar-credit-card-outlined": 59289,
|
|
8664
|
+
"dollar-sign": 59290,
|
|
8665
|
+
"double-buildings-outlined": 59291,
|
|
8666
|
+
"double-left-arrows": 59292,
|
|
8667
|
+
"double-right-arrows": 59293,
|
|
8668
|
+
"download-box-outlined": 59294,
|
|
8669
|
+
"download-outlined": 59295,
|
|
8670
|
+
"edit-template-outlined": 59296,
|
|
8671
|
+
"electronics-outlined": 59297,
|
|
8672
|
+
"email-outlined": 59298,
|
|
8673
|
+
"end-break-outlined": 59299,
|
|
8674
|
+
"enter-arrow": 59300,
|
|
8675
|
+
"entertainment-outlined": 59301,
|
|
8676
|
+
"envelope-outlined": 59302,
|
|
8677
|
+
"evening-outlined": 59303,
|
|
8678
|
+
"expense-approval-outlined": 59304,
|
|
8679
|
+
"expense-outlined": 59305,
|
|
8680
|
+
"explore-outlined": 59306,
|
|
8681
|
+
"extension-outlined": 59307,
|
|
8682
|
+
"external-link": 59308,
|
|
8683
|
+
"eye-invisible-outlined": 59309,
|
|
8684
|
+
"eye-outlined": 59310,
|
|
8685
|
+
"face-id": 59311,
|
|
8686
|
+
"face-meh-outlined": 59312,
|
|
8687
|
+
"face-open-smiley-outlined": 59313,
|
|
8688
|
+
"face-sad-outlined": 59314,
|
|
8689
|
+
"face-smiley-outlined": 59315,
|
|
8690
|
+
"fastfood-outlined": 59316,
|
|
8691
|
+
"feed-outlined": 59317,
|
|
8692
|
+
"file-certified-outlined": 59318,
|
|
8693
|
+
"file-clone-outlined": 59319,
|
|
8694
|
+
"file-copy-outlined": 59320,
|
|
8695
|
+
"file-dispose-outlined": 59321,
|
|
8696
|
+
"file-dollar-certified-outlined": 59322,
|
|
8697
|
+
"file-dollar-outlined": 59323,
|
|
8698
|
+
"file-download-outlined": 59324,
|
|
8699
|
+
"file-export-outlined": 59325,
|
|
8700
|
+
"file-lock-outlined": 59326,
|
|
8701
|
+
"file-outlined": 59327,
|
|
8702
|
+
"file-pound-outlined": 59328,
|
|
8703
|
+
"file-search-outlined": 59329,
|
|
8704
|
+
"file-secured-outlined": 59330,
|
|
8705
|
+
"file-statutory-outlined": 59331,
|
|
8706
|
+
"file-verified-outlined": 59332,
|
|
8707
|
+
"filter-outlined": 59333,
|
|
8708
|
+
"fitness-outlined": 59334,
|
|
8709
|
+
"folder-outlined": 59335,
|
|
8710
|
+
"folder-upload-outlined": 59336,
|
|
8711
|
+
"folder-user-outlined": 59337,
|
|
8712
|
+
"form-outlined": 59338,
|
|
8713
|
+
"funnel-filter-outline": 59339,
|
|
8714
|
+
"goal-outlined": 59340,
|
|
8715
|
+
"graph-outlined": 59341,
|
|
8716
|
+
"grocery-outlined": 59342,
|
|
8717
|
+
"hand-holding-user-outlined": 59343,
|
|
8718
|
+
"handshake-outlined": 59344,
|
|
8719
|
+
"happy-sun-outlined": 59345,
|
|
8720
|
+
"health-bag-outlined": 59346,
|
|
8721
|
+
"heart-outlined": 59347,
|
|
8722
|
+
"home-active-outlined": 59348,
|
|
8723
|
+
"home-outlined": 59349,
|
|
8724
|
+
"id-card-outlined": 59350,
|
|
8725
|
+
"image-outlined": 59351,
|
|
8726
|
+
"import-outlined": 59352,
|
|
8727
|
+
"instapay-outlined": 59353,
|
|
8713
8728
|
italic: italic,
|
|
8714
|
-
"job-search-outlined":
|
|
8715
|
-
"leave-approval-outlined":
|
|
8716
|
-
"lighting-outlined":
|
|
8717
|
-
"link-1":
|
|
8718
|
-
"link-2":
|
|
8719
|
-
"list-outlined":
|
|
8720
|
-
"live-help-outlined":
|
|
8729
|
+
"job-search-outlined": 59355,
|
|
8730
|
+
"leave-approval-outlined": 59356,
|
|
8731
|
+
"lighting-outlined": 59357,
|
|
8732
|
+
"link-1": 59358,
|
|
8733
|
+
"link-2": 59359,
|
|
8734
|
+
"list-outlined": 59360,
|
|
8735
|
+
"live-help-outlined": 59361,
|
|
8721
8736
|
local_mall_outlined: local_mall_outlined,
|
|
8722
|
-
"location-on-outlined":
|
|
8723
|
-
"location-outlined":
|
|
8724
|
-
"lock-outlined":
|
|
8725
|
-
"locked-file-outlined":
|
|
8726
|
-
"log-out":
|
|
8727
|
-
"mail-outlined":
|
|
8728
|
-
"map-outlined":
|
|
8729
|
-
"media-content-outlined":
|
|
8730
|
-
"menu-close":
|
|
8731
|
-
"menu-expand":
|
|
8732
|
-
"menu-fold-outlined":
|
|
8733
|
-
"menu-unfold-outlined":
|
|
8734
|
-
"moneybag-outlined":
|
|
8735
|
-
"moon-outlined":
|
|
8736
|
-
"more-horizontal":
|
|
8737
|
-
"more-vertical":
|
|
8738
|
-
"morning-outlined":
|
|
8739
|
-
"multiple-folders-outlined":
|
|
8740
|
-
"multiple-users-outlined":
|
|
8741
|
-
"near-me-outlined":
|
|
8742
|
-
"node-outlined":
|
|
8743
|
-
"number-points":
|
|
8737
|
+
"location-on-outlined": 59363,
|
|
8738
|
+
"location-outlined": 59364,
|
|
8739
|
+
"lock-outlined": 59365,
|
|
8740
|
+
"locked-file-outlined": 59366,
|
|
8741
|
+
"log-out": 59367,
|
|
8742
|
+
"mail-outlined": 59368,
|
|
8743
|
+
"map-outlined": 59369,
|
|
8744
|
+
"media-content-outlined": 59370,
|
|
8745
|
+
"menu-close": 59371,
|
|
8746
|
+
"menu-expand": 59372,
|
|
8747
|
+
"menu-fold-outlined": 59373,
|
|
8748
|
+
"menu-unfold-outlined": 59374,
|
|
8749
|
+
"moneybag-outlined": 59375,
|
|
8750
|
+
"moon-outlined": 59376,
|
|
8751
|
+
"more-horizontal": 59377,
|
|
8752
|
+
"more-vertical": 59378,
|
|
8753
|
+
"morning-outlined": 59379,
|
|
8754
|
+
"multiple-folders-outlined": 59380,
|
|
8755
|
+
"multiple-users-outlined": 59381,
|
|
8756
|
+
"near-me-outlined": 59382,
|
|
8757
|
+
"node-outlined": 59383,
|
|
8758
|
+
"number-points": 59384,
|
|
8744
8759
|
number: number$2,
|
|
8745
|
-
"overview-outlined":
|
|
8746
|
-
"park-outlined":
|
|
8747
|
-
"payment-summary-outlined":
|
|
8748
|
-
"payslip-outlined":
|
|
8749
|
-
"pencil-outlined":
|
|
8760
|
+
"overview-outlined": 59386,
|
|
8761
|
+
"park-outlined": 59387,
|
|
8762
|
+
"payment-summary-outlined": 59388,
|
|
8763
|
+
"payslip-outlined": 59389,
|
|
8764
|
+
"pencil-outlined": 59390,
|
|
8750
8765
|
percentage: percentage,
|
|
8751
|
-
"phone-outlined":
|
|
8752
|
-
"piggy-bank-outlined":
|
|
8753
|
-
"plane-outlined":
|
|
8754
|
-
"play-circle-outlined":
|
|
8755
|
-
"pound-box-outlined":
|
|
8756
|
-
"pound-card-outlined":
|
|
8757
|
-
"pound-coin-shine-outlined":
|
|
8758
|
-
"pound-credit-card-outlined":
|
|
8759
|
-
"print-outlined":
|
|
8760
|
-
"propane-tank-outlined":
|
|
8761
|
-
"qr-code-outlined":
|
|
8762
|
-
"qualification-outlined":
|
|
8763
|
-
"re-assign":
|
|
8766
|
+
"phone-outlined": 59392,
|
|
8767
|
+
"piggy-bank-outlined": 59393,
|
|
8768
|
+
"plane-outlined": 59394,
|
|
8769
|
+
"play-circle-outlined": 59395,
|
|
8770
|
+
"pound-box-outlined": 59396,
|
|
8771
|
+
"pound-card-outlined": 59397,
|
|
8772
|
+
"pound-coin-shine-outlined": 59398,
|
|
8773
|
+
"pound-credit-card-outlined": 59399,
|
|
8774
|
+
"print-outlined": 59400,
|
|
8775
|
+
"propane-tank-outlined": 59401,
|
|
8776
|
+
"qr-code-outlined": 59402,
|
|
8777
|
+
"qualification-outlined": 59403,
|
|
8778
|
+
"re-assign": 59404,
|
|
8764
8779
|
redeem: redeem,
|
|
8765
8780
|
refresh: refresh,
|
|
8766
8781
|
remove: remove$1,
|
|
8767
|
-
"reply-outlined":
|
|
8782
|
+
"reply-outlined": 59408,
|
|
8768
8783
|
restart: restart,
|
|
8769
|
-
"restaurant-outlined":
|
|
8770
|
-
"resume-outlined":
|
|
8771
|
-
"return-arrow":
|
|
8772
|
-
"
|
|
8773
|
-
"
|
|
8774
|
-
"
|
|
8775
|
-
"
|
|
8776
|
-
"
|
|
8777
|
-
"search-
|
|
8778
|
-
"
|
|
8779
|
-
"
|
|
8780
|
-
"share-
|
|
8781
|
-
"share-
|
|
8782
|
-
"share-outlined":
|
|
8783
|
-
"
|
|
8784
|
-
"
|
|
8784
|
+
"restaurant-outlined": 59410,
|
|
8785
|
+
"resume-outlined": 59411,
|
|
8786
|
+
"return-arrow": 59412,
|
|
8787
|
+
"rocket-launch-outlined": 59413,
|
|
8788
|
+
"rostering-outlined": 59414,
|
|
8789
|
+
"safety-outlined": 59415,
|
|
8790
|
+
"save-outlined": 59416,
|
|
8791
|
+
"schedule-outlined": 59417,
|
|
8792
|
+
"search-outlined": 59418,
|
|
8793
|
+
"search-secured-outlined": 59419,
|
|
8794
|
+
"send-outlined": 59420,
|
|
8795
|
+
"share-1": 59421,
|
|
8796
|
+
"share-2": 59422,
|
|
8797
|
+
"share-outlined-2": 59423,
|
|
8798
|
+
"share-outlined": 59424,
|
|
8799
|
+
"shield-check-outlined": 59425,
|
|
8800
|
+
"shop-outlined": 59426,
|
|
8785
8801
|
shopping_basket_outlined: shopping_basket_outlined,
|
|
8786
|
-
"show-chart-outlined":
|
|
8787
|
-
"single-down-arrow":
|
|
8788
|
-
"single-left-arrow":
|
|
8789
|
-
"single-right-arrow":
|
|
8790
|
-
"single-up-arrow":
|
|
8791
|
-
"smart-match-outlined":
|
|
8792
|
-
"sparkle-outlined":
|
|
8793
|
-
"speaker-active-outlined":
|
|
8794
|
-
"speaker-outlined":
|
|
8795
|
-
"star-circle-outlined":
|
|
8796
|
-
"star-outlined":
|
|
8797
|
-
"start-break-outlined":
|
|
8798
|
-
"stash-outlined":
|
|
8799
|
-
"stopwatch-outlined":
|
|
8802
|
+
"show-chart-outlined": 59428,
|
|
8803
|
+
"single-down-arrow": 59429,
|
|
8804
|
+
"single-left-arrow": 59430,
|
|
8805
|
+
"single-right-arrow": 59431,
|
|
8806
|
+
"single-up-arrow": 59432,
|
|
8807
|
+
"smart-match-outlined": 59433,
|
|
8808
|
+
"sparkle-outlined": 59434,
|
|
8809
|
+
"speaker-active-outlined": 59435,
|
|
8810
|
+
"speaker-outlined": 59436,
|
|
8811
|
+
"star-circle-outlined": 59437,
|
|
8812
|
+
"star-outlined": 59438,
|
|
8813
|
+
"start-break-outlined": 59439,
|
|
8814
|
+
"stash-outlined": 59440,
|
|
8815
|
+
"stopwatch-outlined": 59441,
|
|
8800
8816
|
strikethrough: strikethrough,
|
|
8801
|
-
"styler-outlined":
|
|
8802
|
-
"suitcase-clock-outlined":
|
|
8803
|
-
"suitcase-outlined":
|
|
8804
|
-
"survey-outlined":
|
|
8805
|
-
"switch-outlined":
|
|
8817
|
+
"styler-outlined": 59443,
|
|
8818
|
+
"suitcase-clock-outlined": 59444,
|
|
8819
|
+
"suitcase-outlined": 59445,
|
|
8820
|
+
"survey-outlined": 59446,
|
|
8821
|
+
"switch-outlined": 59447,
|
|
8806
8822
|
sync: sync,
|
|
8807
|
-
"tag-outlined":
|
|
8808
|
-
"target-outlined":
|
|
8809
|
-
"tennis-outlined":
|
|
8810
|
-
"thumb-down-outlined":
|
|
8811
|
-
"thumb-up-outlined":
|
|
8812
|
-
"ticket-outlined":
|
|
8813
|
-
"timesheet-outlined":
|
|
8814
|
-
"timesheets-outlined":
|
|
8815
|
-
"today-outlined":
|
|
8823
|
+
"tag-outlined": 59449,
|
|
8824
|
+
"target-outlined": 59450,
|
|
8825
|
+
"tennis-outlined": 59451,
|
|
8826
|
+
"thumb-down-outlined": 59452,
|
|
8827
|
+
"thumb-up-outlined": 59453,
|
|
8828
|
+
"ticket-outlined": 59454,
|
|
8829
|
+
"timesheet-outlined": 59455,
|
|
8830
|
+
"timesheets-outlined": 59456,
|
|
8831
|
+
"today-outlined": 59457,
|
|
8816
8832
|
transfer: transfer,
|
|
8817
|
-
"transportation-outlined":
|
|
8818
|
-
"trash-bin-outlined":
|
|
8819
|
-
"umbrela-outlined":
|
|
8820
|
-
"unavailability-outlined":
|
|
8833
|
+
"transportation-outlined": 59459,
|
|
8834
|
+
"trash-bin-outlined": 59460,
|
|
8835
|
+
"umbrela-outlined": 59461,
|
|
8836
|
+
"unavailability-outlined": 59462,
|
|
8821
8837
|
unavailable: unavailable,
|
|
8822
8838
|
underline: underline,
|
|
8823
|
-
"union-outlined":
|
|
8824
|
-
"unlock-outlined":
|
|
8825
|
-
"upload-outlined":
|
|
8826
|
-
"user-circle-outlined":
|
|
8827
|
-
"user-gear-outlined":
|
|
8828
|
-
"user-outlined":
|
|
8829
|
-
"user-rectangle-outlined":
|
|
8830
|
-
"video-1-outlined":
|
|
8831
|
-
"video-2-outlined":
|
|
8832
|
-
"volunteer-outlined":
|
|
8833
|
-
"wallet-outlined":
|
|
8834
|
-
"wellness-outlined":
|
|
8839
|
+
"union-outlined": 59465,
|
|
8840
|
+
"unlock-outlined": 59466,
|
|
8841
|
+
"upload-outlined": 59467,
|
|
8842
|
+
"user-circle-outlined": 59468,
|
|
8843
|
+
"user-gear-outlined": 59469,
|
|
8844
|
+
"user-outlined": 59470,
|
|
8845
|
+
"user-rectangle-outlined": 59471,
|
|
8846
|
+
"video-1-outlined": 59472,
|
|
8847
|
+
"video-2-outlined": 59473,
|
|
8848
|
+
"volunteer-outlined": 59474,
|
|
8849
|
+
"wallet-outlined": 59475,
|
|
8850
|
+
"wellness-outlined": 59476
|
|
8835
8851
|
};
|
|
8836
8852
|
|
|
8837
8853
|
var HeroIcon = reactNativeVectorIcons.createIconSet(glyphMap, 'hero-icons-mobile', 'hero-icons-mobile.ttf');
|
|
@@ -8858,10 +8874,10 @@ var StyledHeroIcon = index$c(HeroIcon)(function (_ref) {
|
|
|
8858
8874
|
};
|
|
8859
8875
|
});
|
|
8860
8876
|
|
|
8861
|
-
var _excluded$
|
|
8877
|
+
var _excluded$J = ["style"];
|
|
8862
8878
|
var AnimatedIcon = function AnimatedIcon(_ref) {
|
|
8863
8879
|
var style = _ref.style,
|
|
8864
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
8880
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$J);
|
|
8865
8881
|
var rotateAnimation = React.useRef(new reactNative.Animated.Value(0));
|
|
8866
8882
|
React.useEffect(function () {
|
|
8867
8883
|
var animation = reactNative.Animated.loop(reactNative.Animated.timing(rotateAnimation.current, {
|
|
@@ -8966,7 +8982,7 @@ var AccordionItem = function AccordionItem(_ref) {
|
|
|
8966
8982
|
}, content));
|
|
8967
8983
|
};
|
|
8968
8984
|
|
|
8969
|
-
var _excluded$
|
|
8985
|
+
var _excluded$I = ["key"];
|
|
8970
8986
|
var Accordion = function Accordion(_ref) {
|
|
8971
8987
|
var items = _ref.items,
|
|
8972
8988
|
activeItemKey = _ref.activeItemKey,
|
|
@@ -8989,7 +9005,7 @@ var Accordion = function Accordion(_ref) {
|
|
|
8989
9005
|
accessible: accessible
|
|
8990
9006
|
}, items.map(function (_ref2, index) {
|
|
8991
9007
|
var key = _ref2.key,
|
|
8992
|
-
props = _objectWithoutProperties(_ref2, _excluded$
|
|
9008
|
+
props = _objectWithoutProperties(_ref2, _excluded$I);
|
|
8993
9009
|
var open = _activeItemKey === key;
|
|
8994
9010
|
return /*#__PURE__*/React__namespace.default.createElement(React__namespace.default.Fragment, {
|
|
8995
9011
|
key: key
|
|
@@ -9825,7 +9841,7 @@ var borderWidths = {
|
|
|
9825
9841
|
var config = _objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2({}, colors), space), radii), borderWidths);
|
|
9826
9842
|
var flexPropsKey = ['alignContent', 'alignItems', 'alignSelf', 'display', 'flex', 'flexBasis', 'flexDirection', 'flexGrow', 'flexShrink', 'flexWrap', 'justifyContent'];
|
|
9827
9843
|
|
|
9828
|
-
var _excluded$
|
|
9844
|
+
var _excluded$H = ["theme"];
|
|
9829
9845
|
var getThemeValue = function getThemeValue(theme, key, props) {
|
|
9830
9846
|
var propConfig = config[key];
|
|
9831
9847
|
var propValue = props[key];
|
|
@@ -9852,18 +9868,18 @@ var mapStylePropToThemeValue = function mapStylePropToThemeValue(theme, props) {
|
|
|
9852
9868
|
var configKeys = Object.keys(config);
|
|
9853
9869
|
var StyledBox = index$c(reactNative.View)(function (_ref5) {
|
|
9854
9870
|
var theme = _ref5.theme,
|
|
9855
|
-
otherProps = _objectWithoutProperties(_ref5, _excluded$
|
|
9871
|
+
otherProps = _objectWithoutProperties(_ref5, _excluded$H);
|
|
9856
9872
|
var styleProps = pick(configKeys, otherProps);
|
|
9857
9873
|
var flexProps = pick(_toConsumableArray(flexPropsKey), otherProps);
|
|
9858
9874
|
return _objectSpread2(_objectSpread2({}, mapStylePropToThemeValue(theme, styleProps)), flexProps);
|
|
9859
9875
|
});
|
|
9860
9876
|
|
|
9861
|
-
var _excluded$
|
|
9877
|
+
var _excluded$G = ["children", "style", "testID"];
|
|
9862
9878
|
var Box = function Box(_ref) {
|
|
9863
9879
|
var children = _ref.children,
|
|
9864
9880
|
style = _ref.style,
|
|
9865
9881
|
testID = _ref.testID,
|
|
9866
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
9882
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$G);
|
|
9867
9883
|
return /*#__PURE__*/React__namespace.default.createElement(StyledBox, _extends$1({}, otherProps, {
|
|
9868
9884
|
style: style,
|
|
9869
9885
|
testID: testID
|
|
@@ -10130,7 +10146,7 @@ var StyledIcon$4 = index$c(Icon)(function (_ref6) {
|
|
|
10130
10146
|
};
|
|
10131
10147
|
});
|
|
10132
10148
|
|
|
10133
|
-
var _excluded$
|
|
10149
|
+
var _excluded$F = ["children", "visible", "intent", "style", "testID"];
|
|
10134
10150
|
var Status$1 = function Status(_ref) {
|
|
10135
10151
|
var children = _ref.children,
|
|
10136
10152
|
_ref$visible = _ref.visible,
|
|
@@ -10139,7 +10155,7 @@ var Status$1 = function Status(_ref) {
|
|
|
10139
10155
|
intent = _ref$intent === void 0 ? 'danger' : _ref$intent,
|
|
10140
10156
|
style = _ref.style,
|
|
10141
10157
|
testID = _ref.testID,
|
|
10142
|
-
nativeProps = _objectWithoutProperties(_ref, _excluded$
|
|
10158
|
+
nativeProps = _objectWithoutProperties(_ref, _excluded$F);
|
|
10143
10159
|
var _React$useRef = React__namespace.default.useRef(new reactNative.Animated.Value(visible ? 1 : 0)),
|
|
10144
10160
|
opacity = _React$useRef.current;
|
|
10145
10161
|
var isFirstRendering = React__namespace.default.useRef(true);
|
|
@@ -10175,7 +10191,7 @@ var Status$1 = function Status(_ref) {
|
|
|
10175
10191
|
|
|
10176
10192
|
var DEFAULT_MAX_NUMBER = 99;
|
|
10177
10193
|
|
|
10178
|
-
var _excluded$
|
|
10194
|
+
var _excluded$E = ["children", "visible", "style", "max", "testID", "content"];
|
|
10179
10195
|
var Status = function Status(_ref) {
|
|
10180
10196
|
var children = _ref.children,
|
|
10181
10197
|
_ref$visible = _ref.visible,
|
|
@@ -10185,7 +10201,7 @@ var Status = function Status(_ref) {
|
|
|
10185
10201
|
max = _ref$max === void 0 ? DEFAULT_MAX_NUMBER : _ref$max,
|
|
10186
10202
|
testID = _ref.testID,
|
|
10187
10203
|
originalContent = _ref.content,
|
|
10188
|
-
nativeProps = _objectWithoutProperties(_ref, _excluded$
|
|
10204
|
+
nativeProps = _objectWithoutProperties(_ref, _excluded$E);
|
|
10189
10205
|
var content = React.useMemo(function () {
|
|
10190
10206
|
return originalContent > max ? "".concat(max, "+") : String(originalContent);
|
|
10191
10207
|
}, [originalContent, max]);
|
|
@@ -10197,7 +10213,7 @@ var Status = function Status(_ref) {
|
|
|
10197
10213
|
}, /*#__PURE__*/React__namespace.default.createElement(StyledCountText, null, content)));
|
|
10198
10214
|
};
|
|
10199
10215
|
|
|
10200
|
-
var _excluded$
|
|
10216
|
+
var _excluded$D = ["content", "visible", "max", "intent", "style", "testID", "size", "variant", "icon"];
|
|
10201
10217
|
var getPaddingState = function getPaddingState(content) {
|
|
10202
10218
|
return content.length > 1 ? 'wideContent' : 'narrowContent';
|
|
10203
10219
|
};
|
|
@@ -10216,7 +10232,7 @@ var Badge = function Badge(_ref) {
|
|
|
10216
10232
|
_ref$variant = _ref.variant,
|
|
10217
10233
|
variant = _ref$variant === void 0 ? 'filled' : _ref$variant,
|
|
10218
10234
|
icon = _ref.icon,
|
|
10219
|
-
nativeProps = _objectWithoutProperties(_ref, _excluded$
|
|
10235
|
+
nativeProps = _objectWithoutProperties(_ref, _excluded$D);
|
|
10220
10236
|
var _React$useRef = React__namespace.default.useRef(new reactNative.Animated.Value(visible ? 1 : 0)),
|
|
10221
10237
|
opacity = _React$useRef.current;
|
|
10222
10238
|
var isFirstRendering = React__namespace.default.useRef(true);
|
|
@@ -10315,7 +10331,7 @@ var StyledBottomBarText = index$c(Typography.Label)(function (_ref3) {
|
|
|
10315
10331
|
};
|
|
10316
10332
|
});
|
|
10317
10333
|
|
|
10318
|
-
var _excluded$
|
|
10334
|
+
var _excluded$C = ["onTabPress", "renderActiveTabOnly", "selectedTabKey", "tabs"];
|
|
10319
10335
|
var getInactiveIcon = function getInactiveIcon(icon) {
|
|
10320
10336
|
var inactiveIcon = "".concat(icon, "-outlined");
|
|
10321
10337
|
return isHeroIcon(inactiveIcon) ? inactiveIcon : icon;
|
|
@@ -10326,7 +10342,7 @@ var BottomNavigation = function BottomNavigation(_ref) {
|
|
|
10326
10342
|
renderActiveTabOnly = _ref$renderActiveTabO === void 0 ? false : _ref$renderActiveTabO,
|
|
10327
10343
|
selectedTabKey = _ref.selectedTabKey,
|
|
10328
10344
|
tabs = _ref.tabs,
|
|
10329
|
-
nativeProps = _objectWithoutProperties(_ref, _excluded$
|
|
10345
|
+
nativeProps = _objectWithoutProperties(_ref, _excluded$C);
|
|
10330
10346
|
var insets = reactNativeSafeAreaContext.useSafeAreaInsets();
|
|
10331
10347
|
/**
|
|
10332
10348
|
* List of loaded tabs, tabs will be loaded when navigated to.
|
|
@@ -10411,13 +10427,13 @@ var StyledDivider = index$c(reactNative.View)(function (_ref) {
|
|
|
10411
10427
|
}, horizontalMargin), verticalMargin);
|
|
10412
10428
|
});
|
|
10413
10429
|
|
|
10414
|
-
var _excluded$
|
|
10430
|
+
var _excluded$B = ["marginHorizontal", "marginVertical", "style", "testID"];
|
|
10415
10431
|
var Divider = function Divider(_ref) {
|
|
10416
10432
|
var marginHorizontal = _ref.marginHorizontal,
|
|
10417
10433
|
marginVertical = _ref.marginVertical,
|
|
10418
10434
|
style = _ref.style,
|
|
10419
10435
|
testID = _ref.testID,
|
|
10420
|
-
nativeProps = _objectWithoutProperties(_ref, _excluded$
|
|
10436
|
+
nativeProps = _objectWithoutProperties(_ref, _excluded$B);
|
|
10421
10437
|
return /*#__PURE__*/React__namespace.default.createElement(StyledDivider, _extends$1({}, nativeProps, {
|
|
10422
10438
|
themeMarginHorizontal: marginHorizontal,
|
|
10423
10439
|
themeMarginVertical: marginVertical,
|
|
@@ -10478,7 +10494,7 @@ var StyledHeaderWrapper = index$c(reactNative.View)(function (_ref5) {
|
|
|
10478
10494
|
paddingHorizontal: theme.__hd__.bottomSheet.space.headerWrapperHorizontalPadding
|
|
10479
10495
|
};
|
|
10480
10496
|
});
|
|
10481
|
-
var StyledHeader = index$c(reactNative.View)({
|
|
10497
|
+
var StyledHeader$1 = index$c(reactNative.View)({
|
|
10482
10498
|
flex: 1,
|
|
10483
10499
|
justifyContent: 'center'
|
|
10484
10500
|
});
|
|
@@ -10547,7 +10563,7 @@ var StyledLoadingDot = index$c(reactNative.View)(function (_ref) {
|
|
|
10547
10563
|
}, themeStyling());
|
|
10548
10564
|
});
|
|
10549
10565
|
|
|
10550
|
-
var _excluded$
|
|
10566
|
+
var _excluded$A = ["count", "size", "testID", "themeVariant"];
|
|
10551
10567
|
var AnimatedLoadingIndicatorWrapper = reactNative.Animated.createAnimatedComponent(StyledLoadingIndicatorWrapper);
|
|
10552
10568
|
var AnimatedLoadingDot = reactNative.Animated.createAnimatedComponent(StyledLoadingDot);
|
|
10553
10569
|
var renderDotComponent = function renderDotComponent(_ref) {
|
|
@@ -10579,7 +10595,7 @@ var LoadingIndicator = function LoadingIndicator(_ref2) {
|
|
|
10579
10595
|
size = _ref2$size === void 0 ? 12 : _ref2$size,
|
|
10580
10596
|
testID = _ref2.testID,
|
|
10581
10597
|
themeVariant = _ref2.themeVariant,
|
|
10582
|
-
nativeProps = _objectWithoutProperties(_ref2, _excluded$
|
|
10598
|
+
nativeProps = _objectWithoutProperties(_ref2, _excluded$A);
|
|
10583
10599
|
var progressAnimation = React.useRef(new reactNative.Animated.Value(0));
|
|
10584
10600
|
React.useEffect(function () {
|
|
10585
10601
|
var animation = reactNative.Animated.loop(reactNative.Animated.timing(progressAnimation.current, {
|
|
@@ -11188,7 +11204,7 @@ var Header = function Header(_ref) {
|
|
|
11188
11204
|
_ref$variant = _ref.variant,
|
|
11189
11205
|
variant = _ref$variant === void 0 ? 'fixed' : _ref$variant;
|
|
11190
11206
|
var theme = useTheme();
|
|
11191
|
-
return /*#__PURE__*/React__namespace.default.createElement(React__namespace.default.Fragment, null, /*#__PURE__*/React__namespace.default.createElement(StyledHeaderWrapper, null, typeof content === 'string' ? /*#__PURE__*/React__namespace.default.createElement(StyledHeader, null, /*#__PURE__*/React__namespace.default.createElement(Typography.Body, {
|
|
11207
|
+
return /*#__PURE__*/React__namespace.default.createElement(React__namespace.default.Fragment, null, /*#__PURE__*/React__namespace.default.createElement(StyledHeaderWrapper, null, typeof content === 'string' ? /*#__PURE__*/React__namespace.default.createElement(StyledHeader$1, null, /*#__PURE__*/React__namespace.default.createElement(Typography.Body, {
|
|
11192
11208
|
variant: "regular-bold"
|
|
11193
11209
|
}, content)) : /*#__PURE__*/React__namespace.default.createElement(reactNative.View, {
|
|
11194
11210
|
style: {
|
|
@@ -11211,11 +11227,11 @@ var Header = function Header(_ref) {
|
|
|
11211
11227
|
}))) : null), showDivider ? /*#__PURE__*/React__namespace.default.createElement(Divider, null) : null);
|
|
11212
11228
|
};
|
|
11213
11229
|
|
|
11214
|
-
var _excluded$
|
|
11230
|
+
var _excluded$z = ["scrollEventThrottle"];
|
|
11215
11231
|
var BottomSheetScrollView = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
11216
11232
|
var _ref$scrollEventThrot = _ref.scrollEventThrottle,
|
|
11217
11233
|
scrollEventThrottle = _ref$scrollEventThrot === void 0 ? 100 : _ref$scrollEventThrot,
|
|
11218
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11234
|
+
props = _objectWithoutProperties(_ref, _excluded$z);
|
|
11219
11235
|
var _useContext = React.useContext(BottomSheetContext),
|
|
11220
11236
|
setInternalShowDivider = _useContext.setInternalShowDivider;
|
|
11221
11237
|
var onScrollBeginDrag = React.useCallback(function (e) {
|
|
@@ -14343,12 +14359,12 @@ var Indicator = index$c(reactNative.View)(function (_ref3) {
|
|
|
14343
14359
|
};
|
|
14344
14360
|
});
|
|
14345
14361
|
|
|
14346
|
-
var _excluded$
|
|
14362
|
+
var _excluded$y = ["intent", "children"];
|
|
14347
14363
|
var DataCard = function DataCard(_ref) {
|
|
14348
14364
|
var _ref$intent = _ref.intent,
|
|
14349
14365
|
intent = _ref$intent === void 0 ? 'info' : _ref$intent,
|
|
14350
14366
|
children = _ref.children,
|
|
14351
|
-
nativeProps = _objectWithoutProperties(_ref, _excluded$
|
|
14367
|
+
nativeProps = _objectWithoutProperties(_ref, _excluded$y);
|
|
14352
14368
|
return /*#__PURE__*/React__namespace.default.createElement(StyledDataCard, nativeProps, /*#__PURE__*/React__namespace.default.createElement(Indicator, {
|
|
14353
14369
|
themeIntent: intent,
|
|
14354
14370
|
testID: "data-card-indicator"
|
|
@@ -14367,13 +14383,13 @@ var StyledCard$1 = index$c(reactNative.View)(function (_ref) {
|
|
|
14367
14383
|
});
|
|
14368
14384
|
});
|
|
14369
14385
|
|
|
14370
|
-
var _excluded$
|
|
14386
|
+
var _excluded$x = ["intent", "children", "variant"];
|
|
14371
14387
|
var Card = function Card(_ref) {
|
|
14372
14388
|
var intent = _ref.intent,
|
|
14373
14389
|
children = _ref.children,
|
|
14374
14390
|
_ref$variant = _ref.variant,
|
|
14375
14391
|
variant = _ref$variant === void 0 ? 'basic' : _ref$variant,
|
|
14376
|
-
nativeProps = _objectWithoutProperties(_ref, _excluded$
|
|
14392
|
+
nativeProps = _objectWithoutProperties(_ref, _excluded$x);
|
|
14377
14393
|
return /*#__PURE__*/React__namespace.default.createElement(StyledCard$1, _extends$1({}, nativeProps, {
|
|
14378
14394
|
themeIntent: intent,
|
|
14379
14395
|
themeVariant: variant
|
|
@@ -14640,7 +14656,7 @@ var CardCarousel = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
|
14640
14656
|
});
|
|
14641
14657
|
CardCarousel.displayName = 'CardCarousel';
|
|
14642
14658
|
|
|
14643
|
-
var _excluded$
|
|
14659
|
+
var _excluded$w = ["rounded", "size", "testID", "style"];
|
|
14644
14660
|
/**
|
|
14645
14661
|
* @deprecated Image component will soon be deprecated. Please use `Image` from `react-native` instead.
|
|
14646
14662
|
*/
|
|
@@ -14651,7 +14667,7 @@ var Image = function Image(_ref) {
|
|
|
14651
14667
|
size = _ref$size === void 0 ? '6xlarge' : _ref$size,
|
|
14652
14668
|
testID = _ref.testID,
|
|
14653
14669
|
style = _ref.style,
|
|
14654
|
-
imageNativeProps = _objectWithoutProperties(_ref, _excluded$
|
|
14670
|
+
imageNativeProps = _objectWithoutProperties(_ref, _excluded$w);
|
|
14655
14671
|
useDeprecation('Image component will soon be deprecated. Please use `Image` from `react-native` instead.');
|
|
14656
14672
|
var theme = useTheme();
|
|
14657
14673
|
var imageSize = theme.__hd__.image.sizes[size];
|
|
@@ -14786,7 +14802,7 @@ var CarouselItem = function CarouselItem(_ref) {
|
|
|
14786
14802
|
}, heading), !!body && /*#__PURE__*/React__namespace.default.createElement(Typography.Body, null, body)));
|
|
14787
14803
|
};
|
|
14788
14804
|
|
|
14789
|
-
var _excluded$
|
|
14805
|
+
var _excluded$v = ["items", "onItemIndexChange", "renderActions", "selectedItemIndex", "style", "shouldShowPagination", "testID", "pageControlPosition"];
|
|
14790
14806
|
function useStateFromProp(initialValue) {
|
|
14791
14807
|
var _useState = React.useState(initialValue),
|
|
14792
14808
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -14813,7 +14829,7 @@ var Carousel = function Carousel(_ref) {
|
|
|
14813
14829
|
testID = _ref.testID,
|
|
14814
14830
|
_ref$pageControlPosit = _ref.pageControlPosition,
|
|
14815
14831
|
pageControlPosition = _ref$pageControlPosit === void 0 ? 'top' : _ref$pageControlPosit,
|
|
14816
|
-
nativeProps = _objectWithoutProperties(_ref, _excluded$
|
|
14832
|
+
nativeProps = _objectWithoutProperties(_ref, _excluded$v);
|
|
14817
14833
|
useDeprecation("shouldShowPagination prop has been deprecated", shouldShowPagination !== noop$1);
|
|
14818
14834
|
useDeprecation("The use of 'pageControlPosition == bottom' has been deprecated", pageControlPosition === 'bottom');
|
|
14819
14835
|
var theme = useTheme();
|
|
@@ -20084,7 +20100,7 @@ var StyledChipIcon = index$c(Icon)(function (_ref2) {
|
|
|
20084
20100
|
};
|
|
20085
20101
|
});
|
|
20086
20102
|
|
|
20087
|
-
var _excluded$
|
|
20103
|
+
var _excluded$u = ["label", "variant", "selected", "icon", "onPress", "showSelectedIcon", "accessible"];
|
|
20088
20104
|
var getChipLabel = function getChipLabel(label) {
|
|
20089
20105
|
if (typeof label === 'string') {
|
|
20090
20106
|
return /*#__PURE__*/React__namespace.default.createElement(Typography.Body, {
|
|
@@ -20118,7 +20134,7 @@ var Chip = function Chip(_ref) {
|
|
|
20118
20134
|
_ref$showSelectedIcon = _ref.showSelectedIcon,
|
|
20119
20135
|
showSelectedIcon = _ref$showSelectedIcon === void 0 ? true : _ref$showSelectedIcon,
|
|
20120
20136
|
accessible = _ref.accessible,
|
|
20121
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
20137
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$u);
|
|
20122
20138
|
useDeprecation('Chip variant `outlined` and `filled` are deprecated.', variant === 'outlined' || variant === 'filled');
|
|
20123
20139
|
var renamedVariant = getChipVariant(variant);
|
|
20124
20140
|
var shouldShowSelectedIcon = (renamedVariant === 'selection' || renamedVariant === 'compact-outlined') && selected && showSelectedIcon;
|
|
@@ -20471,7 +20487,7 @@ var StyledErrorAndMaxLengthContainer = index$c(reactNative.View)(function (_ref1
|
|
|
20471
20487
|
};
|
|
20472
20488
|
});
|
|
20473
20489
|
|
|
20474
|
-
var _excluded$
|
|
20490
|
+
var _excluded$t = ["label", "prefix", "suffix", "style", "textStyle", "testID", "accessibilityLabelledBy", "error", "required", "editable", "disabled", "loading", "maxLength", "hideCharacterCount", "helpText", "value", "defaultValue", "renderInputValue", "allowFontScaling", "variant"];
|
|
20475
20491
|
var getState$3 = function getState(_ref) {
|
|
20476
20492
|
var disabled = _ref.disabled,
|
|
20477
20493
|
error = _ref.error,
|
|
@@ -20590,7 +20606,7 @@ var TextInput = /*#__PURE__*/React.forwardRef(function (_ref8, ref) {
|
|
|
20590
20606
|
allowFontScaling = _ref8$allowFontScalin === void 0 ? false : _ref8$allowFontScalin,
|
|
20591
20607
|
_ref8$variant = _ref8.variant,
|
|
20592
20608
|
variant = _ref8$variant === void 0 ? 'text' : _ref8$variant,
|
|
20593
|
-
nativeProps = _objectWithoutProperties(_ref8, _excluded$
|
|
20609
|
+
nativeProps = _objectWithoutProperties(_ref8, _excluded$t);
|
|
20594
20610
|
var displayText = getDisplayText(value, defaultValue);
|
|
20595
20611
|
var isEmptyValue = displayText.length === 0;
|
|
20596
20612
|
var _React$useState = React__namespace.default.useState({
|
|
@@ -21369,13 +21385,13 @@ var DatePickerIOS = function DatePickerIOS(_ref) {
|
|
|
21369
21385
|
}));
|
|
21370
21386
|
};
|
|
21371
21387
|
|
|
21372
|
-
var _excluded$
|
|
21388
|
+
var _excluded$s = ["variant", "TextInputComponent"];
|
|
21373
21389
|
var DatePicker = function DatePicker(_ref) {
|
|
21374
21390
|
var _ref$variant = _ref.variant,
|
|
21375
21391
|
variant = _ref$variant === void 0 ? 'default' : _ref$variant,
|
|
21376
21392
|
_ref$TextInputCompone = _ref.TextInputComponent,
|
|
21377
21393
|
TextInputComponent = _ref$TextInputCompone === void 0 ? TextInput : _ref$TextInputCompone,
|
|
21378
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
21394
|
+
props = _objectWithoutProperties(_ref, _excluded$s);
|
|
21379
21395
|
if (variant === 'calendar') {
|
|
21380
21396
|
return /*#__PURE__*/React__namespace.default.createElement(DatePickerCalendar, _extends$1({}, props, {
|
|
21381
21397
|
TextInputComponent: TextInputComponent
|
|
@@ -23441,7 +23457,7 @@ var StyledErrorDescription = index$c(Typography.Body)(function (_ref10) {
|
|
|
23441
23457
|
};
|
|
23442
23458
|
});
|
|
23443
23459
|
|
|
23444
|
-
var _excluded$
|
|
23460
|
+
var _excluded$r = ["variant", "title", "description", "image", "testID", "ctaText", "onCtaPress", "secondaryCtaText", "onSecondaryCtaPress", "icon"],
|
|
23445
23461
|
_excluded2 = ["visible", "variant", "title", "description", "image", "testID", "ctaText", "onCtaPress", "secondaryCtaText", "onSecondaryCtaPress"];
|
|
23446
23462
|
var renderImage$1 = function renderImage(image) {
|
|
23447
23463
|
if (/*#__PURE__*/React.isValidElement(image)) {
|
|
@@ -23482,7 +23498,7 @@ var ErrorPage = function ErrorPage(_ref2) {
|
|
|
23482
23498
|
secondaryCtaText = _ref2.secondaryCtaText,
|
|
23483
23499
|
onSecondaryCtaPress = _ref2.onSecondaryCtaPress,
|
|
23484
23500
|
icon = _ref2.icon,
|
|
23485
|
-
nativeProps = _objectWithoutProperties(_ref2, _excluded$
|
|
23501
|
+
nativeProps = _objectWithoutProperties(_ref2, _excluded$r);
|
|
23486
23502
|
var showCta = ctaText && onCtaPress !== undefined;
|
|
23487
23503
|
var showSecondaryCta = secondaryCtaText && onSecondaryCtaPress !== undefined;
|
|
23488
23504
|
var showButtonContainer = showCta || showSecondaryCta;
|
|
@@ -23708,13 +23724,13 @@ var ActionItem = function ActionItem(_ref) {
|
|
|
23708
23724
|
})), /*#__PURE__*/React__namespace.default.createElement(StyledActionItemText, null, title))));
|
|
23709
23725
|
};
|
|
23710
23726
|
|
|
23711
|
-
var _excluded$
|
|
23727
|
+
var _excluded$q = ["active"];
|
|
23712
23728
|
var AnimatedIcons = reactNative.Animated.createAnimatedComponent(/*#__PURE__*/React__namespace.default.forwardRef(function (props, _) {
|
|
23713
23729
|
return /*#__PURE__*/React__namespace.default.createElement(StyledFABIcon, props);
|
|
23714
23730
|
}));
|
|
23715
23731
|
var AnimatedFABIcon = function AnimatedFABIcon(_ref) {
|
|
23716
23732
|
var active = _ref.active,
|
|
23717
|
-
iconProps = _objectWithoutProperties(_ref, _excluded$
|
|
23733
|
+
iconProps = _objectWithoutProperties(_ref, _excluded$q);
|
|
23718
23734
|
var rotateAnimation = React.useRef(new reactNative.Animated.Value(active ? 1 : 0));
|
|
23719
23735
|
React.useEffect(function () {
|
|
23720
23736
|
var animation = reactNative.Animated.spring(rotateAnimation.current, {
|
|
@@ -24072,11 +24088,11 @@ var StyledFAB = index$c(FAB$1)(function (_ref) {
|
|
|
24072
24088
|
};
|
|
24073
24089
|
});
|
|
24074
24090
|
|
|
24075
|
-
var _excluded$
|
|
24091
|
+
var _excluded$p = ["fabConfig", "onCancel"];
|
|
24076
24092
|
var Pair = function Pair(_ref) {
|
|
24077
24093
|
var fabConfig = _ref.fabConfig,
|
|
24078
24094
|
onCancel = _ref.onCancel,
|
|
24079
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
24095
|
+
props = _objectWithoutProperties(_ref, _excluded$p);
|
|
24080
24096
|
var icon = fabConfig.icon,
|
|
24081
24097
|
title = fabConfig.title,
|
|
24082
24098
|
onPress = fabConfig.onPress,
|
|
@@ -24806,11 +24822,11 @@ var StyledFocusIcon = index$c(Icon)(function (_ref7) {
|
|
|
24806
24822
|
};
|
|
24807
24823
|
});
|
|
24808
24824
|
|
|
24809
|
-
var _excluded$
|
|
24825
|
+
var _excluded$o = ["style", "testID"];
|
|
24810
24826
|
var MapPinFocussed = function MapPinFocussed(_ref) {
|
|
24811
24827
|
var style = _ref.style,
|
|
24812
24828
|
testID = _ref.testID,
|
|
24813
|
-
nativeProps = _objectWithoutProperties(_ref, _excluded$
|
|
24829
|
+
nativeProps = _objectWithoutProperties(_ref, _excluded$o);
|
|
24814
24830
|
return /*#__PURE__*/React__namespace.default.createElement(StyledContainer$3, _extends$1({}, nativeProps, {
|
|
24815
24831
|
style: style,
|
|
24816
24832
|
testID: testID
|
|
@@ -24820,7 +24836,7 @@ var MapPinFocussed = function MapPinFocussed(_ref) {
|
|
|
24820
24836
|
}));
|
|
24821
24837
|
};
|
|
24822
24838
|
|
|
24823
|
-
var _excluded$
|
|
24839
|
+
var _excluded$n = ["style", "testID", "state", "image", "icon"];
|
|
24824
24840
|
var getBadgeIconName = function getBadgeIconName(state) {
|
|
24825
24841
|
var iconMap = {
|
|
24826
24842
|
idle: undefined,
|
|
@@ -24836,7 +24852,7 @@ var MapPin = function MapPin(_ref) {
|
|
|
24836
24852
|
state = _ref$state === void 0 ? 'idle' : _ref$state,
|
|
24837
24853
|
image = _ref.image,
|
|
24838
24854
|
icon = _ref.icon,
|
|
24839
|
-
nativeProps = _objectWithoutProperties(_ref, _excluded$
|
|
24855
|
+
nativeProps = _objectWithoutProperties(_ref, _excluded$n);
|
|
24840
24856
|
var badgeIcon = getBadgeIconName(state);
|
|
24841
24857
|
return /*#__PURE__*/React__namespace.default.createElement(StyledContainer$3, _extends$1({}, nativeProps, {
|
|
24842
24858
|
style: style,
|
|
@@ -25157,7 +25173,7 @@ var THEME_INTENT_MAP = {
|
|
|
25157
25173
|
'archived-inverted': 'archivedInverted'
|
|
25158
25174
|
};
|
|
25159
25175
|
|
|
25160
|
-
var _excluded$
|
|
25176
|
+
var _excluded$m = ["value", "renderValue", "intent", "style", "testID"];
|
|
25161
25177
|
var defaultRenderValue = function defaultRenderValue(value) {
|
|
25162
25178
|
return "".concat(value, "%");
|
|
25163
25179
|
};
|
|
@@ -25170,7 +25186,7 @@ var ProgressCircle = function ProgressCircle(_ref) {
|
|
|
25170
25186
|
intent = _ref$intent === void 0 ? 'primary' : _ref$intent,
|
|
25171
25187
|
style = _ref.style,
|
|
25172
25188
|
testID = _ref.testID,
|
|
25173
|
-
nativeProps = _objectWithoutProperties(_ref, _excluded$
|
|
25189
|
+
nativeProps = _objectWithoutProperties(_ref, _excluded$m);
|
|
25174
25190
|
var theme = useTheme$1();
|
|
25175
25191
|
var size = theme.__hd__.progress.sizes.circleDiameter;
|
|
25176
25192
|
var strokeWidth = theme.__hd__.progress.sizes.circleCompletenessHeight;
|
|
@@ -25240,14 +25256,14 @@ var StyledInner = index$c(reactNative.Animated.View)(function (_ref2) {
|
|
|
25240
25256
|
};
|
|
25241
25257
|
});
|
|
25242
25258
|
|
|
25243
|
-
var _excluded$
|
|
25259
|
+
var _excluded$l = ["value", "intent", "style", "testID"];
|
|
25244
25260
|
var ProgressBar = function ProgressBar(_ref) {
|
|
25245
25261
|
var value = _ref.value,
|
|
25246
25262
|
_ref$intent = _ref.intent,
|
|
25247
25263
|
intent = _ref$intent === void 0 ? 'primary' : _ref$intent,
|
|
25248
25264
|
style = _ref.style,
|
|
25249
25265
|
testID = _ref.testID,
|
|
25250
|
-
nativeProps = _objectWithoutProperties(_ref, _excluded$
|
|
25266
|
+
nativeProps = _objectWithoutProperties(_ref, _excluded$l);
|
|
25251
25267
|
var _useState = React.useState(0),
|
|
25252
25268
|
_useState2 = _slicedToArray(_useState, 2),
|
|
25253
25269
|
width = _useState2[0],
|
|
@@ -25337,7 +25353,7 @@ var StyledSingleStep = index$c(Box)(function (_ref3) {
|
|
|
25337
25353
|
};
|
|
25338
25354
|
});
|
|
25339
25355
|
|
|
25340
|
-
var _excluded$
|
|
25356
|
+
var _excluded$k = ["steps", "current", "onLayout"];
|
|
25341
25357
|
var getStepState = function getStepState(current, index) {
|
|
25342
25358
|
if (index < current) {
|
|
25343
25359
|
return 'complete';
|
|
@@ -25351,7 +25367,7 @@ var ProgressStep = function ProgressStep(_ref) {
|
|
|
25351
25367
|
var steps = _ref.steps,
|
|
25352
25368
|
current = _ref.current,
|
|
25353
25369
|
onLayout = _ref.onLayout,
|
|
25354
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
25370
|
+
props = _objectWithoutProperties(_ref, _excluded$k);
|
|
25355
25371
|
var theme = useTheme$1();
|
|
25356
25372
|
var _React$useState = React__namespace.default.useState(0),
|
|
25357
25373
|
_React$useState2 = _slicedToArray(_React$useState, 2),
|
|
@@ -25386,9 +25402,371 @@ var ProgressStep = function ProgressStep(_ref) {
|
|
|
25386
25402
|
}));
|
|
25387
25403
|
};
|
|
25388
25404
|
|
|
25405
|
+
var SEGMENTED_BAR_COLORS = ['primaryMedium', 'blueMedium', 'greenMedium', 'redMedium', 'orangeMedium', 'yellowMedium', 'pinkMedium', 'greyMedium', 'primaryLight', 'blueLight', 'greenLight', 'redLight', 'orangeLight', 'yellowLight', 'pinkLight', 'greyLight', 'success', 'onSuccessSurface', 'onInfoSurface', 'warning', 'onWarningSurface', 'error', 'onErrorSurface', 'archive', 'onArchiveSurface'];
|
|
25406
|
+
var MIN_PROGRESS_VALUE = 0;
|
|
25407
|
+
var MAX_PROGRESS_VALUE = 100;
|
|
25408
|
+
var SEGMENTED_BAR_ERRORS = {
|
|
25409
|
+
negativeValue: '[Progress.SegmentedBar] value:$value is less than 0',
|
|
25410
|
+
legendDisplayValues: '[Progress.SegmentedBar] legendConfig.displayValues must include a non-null/non-undefined entry for each data series (length must match and no null/undefined values are allowed)',
|
|
25411
|
+
customColorsInvalid: '[Progress.SegmentedBar] Invalid styleConfig.series: length must match the number of data series, each entry must include a color value, and labels must match the data series labels'
|
|
25412
|
+
};
|
|
25413
|
+
|
|
25414
|
+
var useValidateSegmentedBarData = function useValidateSegmentedBarData(_ref) {
|
|
25415
|
+
var values = _ref.values,
|
|
25416
|
+
dataLength = _ref.dataLength;
|
|
25417
|
+
var _React$useMemo = React__namespace.default.useMemo(function () {
|
|
25418
|
+
var foundNegativeValue = values.find(function (value) {
|
|
25419
|
+
return value < 0;
|
|
25420
|
+
});
|
|
25421
|
+
return {
|
|
25422
|
+
hasNegativeValue: foundNegativeValue !== undefined,
|
|
25423
|
+
negativeValue: foundNegativeValue
|
|
25424
|
+
};
|
|
25425
|
+
}, [dataLength, values]),
|
|
25426
|
+
hasNegativeValue = _React$useMemo.hasNegativeValue,
|
|
25427
|
+
negativeValue = _React$useMemo.negativeValue;
|
|
25428
|
+
assert(!hasNegativeValue, SEGMENTED_BAR_ERRORS.negativeValue.replace('$value', String(negativeValue)));
|
|
25429
|
+
};
|
|
25430
|
+
var useValidateSegmentedBarLegendDisplayValues = function useValidateSegmentedBarLegendDisplayValues(_ref2) {
|
|
25431
|
+
var dataLength = _ref2.dataLength,
|
|
25432
|
+
legendConfig = _ref2.legendConfig,
|
|
25433
|
+
fallbackValues = _ref2.fallbackValues;
|
|
25434
|
+
var displayValues = legendConfig === null || legendConfig === void 0 ? void 0 : legendConfig.displayValues;
|
|
25435
|
+
var _React$useMemo2 = React__namespace.default.useMemo(function () {
|
|
25436
|
+
if (displayValues === undefined) {
|
|
25437
|
+
return {
|
|
25438
|
+
valuesToUse: fallbackValues,
|
|
25439
|
+
hasLengthMismatch: false,
|
|
25440
|
+
hasEmptyEntry: false
|
|
25441
|
+
};
|
|
25442
|
+
}
|
|
25443
|
+
var isLengthMismatch = displayValues.length !== dataLength;
|
|
25444
|
+
var isEmptyEntry = displayValues.some(function (value) {
|
|
25445
|
+
return value === undefined || value === null;
|
|
25446
|
+
});
|
|
25447
|
+
return {
|
|
25448
|
+
valuesToUse: displayValues,
|
|
25449
|
+
hasLengthMismatch: isLengthMismatch,
|
|
25450
|
+
hasEmptyEntry: isEmptyEntry
|
|
25451
|
+
};
|
|
25452
|
+
}, [dataLength, displayValues, fallbackValues]),
|
|
25453
|
+
valuesToUse = _React$useMemo2.valuesToUse,
|
|
25454
|
+
hasLengthMismatch = _React$useMemo2.hasLengthMismatch,
|
|
25455
|
+
hasEmptyEntry = _React$useMemo2.hasEmptyEntry;
|
|
25456
|
+
assert(!(hasLengthMismatch || hasEmptyEntry), SEGMENTED_BAR_ERRORS.legendDisplayValues);
|
|
25457
|
+
return valuesToUse;
|
|
25458
|
+
};
|
|
25459
|
+
var useValidateSegmentedBarStyleConfig = function useValidateSegmentedBarStyleConfig(_ref3) {
|
|
25460
|
+
var dataSeries = _ref3.dataSeries,
|
|
25461
|
+
customSeries = _ref3.customSeries;
|
|
25462
|
+
var _React$useMemo3 = React__namespace.default.useMemo(function () {
|
|
25463
|
+
if (!customSeries || dataSeries.length === 0) {
|
|
25464
|
+
return {
|
|
25465
|
+
hasInvalidLength: false,
|
|
25466
|
+
hasMissingColor: false,
|
|
25467
|
+
hasMissingLabel: false
|
|
25468
|
+
};
|
|
25469
|
+
}
|
|
25470
|
+
var invalidLength = !Array.isArray(customSeries) || customSeries.length !== dataSeries.length;
|
|
25471
|
+
if (invalidLength) {
|
|
25472
|
+
return {
|
|
25473
|
+
hasInvalidLength: invalidLength,
|
|
25474
|
+
hasMissingColor: false,
|
|
25475
|
+
hasMissingLabel: false
|
|
25476
|
+
};
|
|
25477
|
+
}
|
|
25478
|
+
var missingColor = customSeries.some(function (item) {
|
|
25479
|
+
return !(item !== null && item !== void 0 && item.color);
|
|
25480
|
+
});
|
|
25481
|
+
var providedLabels = new Set(customSeries.map(function (item) {
|
|
25482
|
+
return item.label;
|
|
25483
|
+
}));
|
|
25484
|
+
var missingLabel = dataSeries.some(function (_ref4) {
|
|
25485
|
+
var label = _ref4.label;
|
|
25486
|
+
return !providedLabels.has(label);
|
|
25487
|
+
});
|
|
25488
|
+
return {
|
|
25489
|
+
hasInvalidLength: invalidLength,
|
|
25490
|
+
hasMissingColor: missingColor,
|
|
25491
|
+
hasMissingLabel: missingLabel
|
|
25492
|
+
};
|
|
25493
|
+
}, [customSeries, dataSeries]),
|
|
25494
|
+
hasInvalidLength = _React$useMemo3.hasInvalidLength,
|
|
25495
|
+
hasMissingColor = _React$useMemo3.hasMissingColor,
|
|
25496
|
+
hasMissingLabel = _React$useMemo3.hasMissingLabel;
|
|
25497
|
+
assert(!(hasInvalidLength || hasMissingColor || hasMissingLabel), SEGMENTED_BAR_ERRORS.customColorsInvalid);
|
|
25498
|
+
};
|
|
25499
|
+
|
|
25500
|
+
/**
|
|
25501
|
+
* Retrieves a color value from a theme source by token.
|
|
25502
|
+
*/
|
|
25503
|
+
var getThemeColorValue = function getThemeColorValue(source, token) {
|
|
25504
|
+
var value = source === null || source === void 0 ? void 0 : source[token];
|
|
25505
|
+
return typeof value === 'string' ? value : undefined;
|
|
25506
|
+
};
|
|
25507
|
+
/**
|
|
25508
|
+
* Resolves a SegmentedBar color token to a concrete CSS color string.
|
|
25509
|
+
* Falls back to the raw token string if not found.
|
|
25510
|
+
*/
|
|
25511
|
+
var getColorFromList = function getColorFromList(_ref) {
|
|
25512
|
+
var _ref2, _getThemeColorValue;
|
|
25513
|
+
var theme = _ref.theme,
|
|
25514
|
+
token = _ref.token;
|
|
25515
|
+
return (_ref2 = (_getThemeColorValue = getThemeColorValue(theme.colors, token)) !== null && _getThemeColorValue !== void 0 ? _getThemeColorValue : getThemeColorValue(palette$9, token)) !== null && _ref2 !== void 0 ? _ref2 : token;
|
|
25516
|
+
};
|
|
25517
|
+
/**
|
|
25518
|
+
* Maps custom series colors by matching labels.
|
|
25519
|
+
*/
|
|
25520
|
+
var mapCustomSeriesColors = function mapCustomSeriesColors(_ref3) {
|
|
25521
|
+
var dataSeries = _ref3.dataSeries,
|
|
25522
|
+
customSeries = _ref3.customSeries,
|
|
25523
|
+
theme = _ref3.theme;
|
|
25524
|
+
var colorByLabel = new Map(customSeries.map(function (_ref4) {
|
|
25525
|
+
var label = _ref4.label,
|
|
25526
|
+
color = _ref4.color;
|
|
25527
|
+
return [label, getColorFromList({
|
|
25528
|
+
theme: theme,
|
|
25529
|
+
token: color
|
|
25530
|
+
})];
|
|
25531
|
+
}));
|
|
25532
|
+
return dataSeries.map(function (_ref5) {
|
|
25533
|
+
var label = _ref5.label;
|
|
25534
|
+
var resolvedColor = colorByLabel.get(label);
|
|
25535
|
+
return resolvedColor || '';
|
|
25536
|
+
});
|
|
25537
|
+
};
|
|
25538
|
+
/**
|
|
25539
|
+
* Returns an array of colors (index-aligned to the segmented bar data).
|
|
25540
|
+
*
|
|
25541
|
+
* - if `customSeries` is provided, uses the provided series colors (resolved via theme/palette)
|
|
25542
|
+
* - otherwise returns the default palette-based colors
|
|
25543
|
+
*/
|
|
25544
|
+
var useSegmentedBarColors = function useSegmentedBarColors(_ref6) {
|
|
25545
|
+
var dataSeries = _ref6.dataSeries,
|
|
25546
|
+
customSeries = _ref6.customSeries;
|
|
25547
|
+
var theme = useTheme$1();
|
|
25548
|
+
var colors = React.useMemo(function () {
|
|
25549
|
+
if (customSeries !== undefined) {
|
|
25550
|
+
return mapCustomSeriesColors({
|
|
25551
|
+
dataSeries: dataSeries,
|
|
25552
|
+
customSeries: customSeries,
|
|
25553
|
+
theme: theme
|
|
25554
|
+
});
|
|
25555
|
+
}
|
|
25556
|
+
// Default colors
|
|
25557
|
+
return Array.from({
|
|
25558
|
+
length: dataSeries.length
|
|
25559
|
+
}, function (_, index) {
|
|
25560
|
+
return getColorFromList({
|
|
25561
|
+
theme: theme,
|
|
25562
|
+
token: SEGMENTED_BAR_COLORS[index % SEGMENTED_BAR_COLORS.length]
|
|
25563
|
+
});
|
|
25564
|
+
});
|
|
25565
|
+
}, [customSeries, dataSeries, theme]);
|
|
25566
|
+
return colors;
|
|
25567
|
+
};
|
|
25568
|
+
|
|
25569
|
+
var LegendBox = index$c(Box)(function (_ref) {
|
|
25570
|
+
var theme = _ref.theme;
|
|
25571
|
+
return {
|
|
25572
|
+
flexDirection: 'row',
|
|
25573
|
+
alignItems: 'center',
|
|
25574
|
+
flexWrap: 'wrap',
|
|
25575
|
+
marginTop: theme.__hd__.progress.space.segmentedLegendMarginTop
|
|
25576
|
+
};
|
|
25577
|
+
});
|
|
25578
|
+
var LegendItem = index$c(Box)(function (_ref2) {
|
|
25579
|
+
var theme = _ref2.theme;
|
|
25580
|
+
return {
|
|
25581
|
+
flexDirection: 'row',
|
|
25582
|
+
alignItems: 'center',
|
|
25583
|
+
marginRight: theme.__hd__.progress.space.legendGap,
|
|
25584
|
+
marginBottom: theme.__hd__.progress.space.legendGap
|
|
25585
|
+
};
|
|
25586
|
+
});
|
|
25587
|
+
var LegendCircle = index$c(Box)(function (_ref3) {
|
|
25588
|
+
var theme = _ref3.theme,
|
|
25589
|
+
themeColor = _ref3.themeColor;
|
|
25590
|
+
return {
|
|
25591
|
+
width: theme.__hd__.progress.sizes.legendWidth,
|
|
25592
|
+
height: theme.__hd__.progress.sizes.legendHeight,
|
|
25593
|
+
borderRadius: theme.__hd__.progress.radii.legendCircle,
|
|
25594
|
+
backgroundColor: themeColor,
|
|
25595
|
+
marginRight: theme.__hd__.progress.space.legendInnerGap
|
|
25596
|
+
};
|
|
25597
|
+
});
|
|
25598
|
+
var LegendValue = index$c(Box)(function (_ref4) {
|
|
25599
|
+
var theme = _ref4.theme;
|
|
25600
|
+
return {
|
|
25601
|
+
marginLeft: theme.__hd__.progress.space.legendInnerGap
|
|
25602
|
+
};
|
|
25603
|
+
});
|
|
25604
|
+
|
|
25605
|
+
var getTextComponent = function getTextComponent(content, textElement) {
|
|
25606
|
+
if (!content) {
|
|
25607
|
+
return null;
|
|
25608
|
+
}
|
|
25609
|
+
if (typeof content === 'string' || typeof content === 'number') {
|
|
25610
|
+
return textElement;
|
|
25611
|
+
}
|
|
25612
|
+
return content;
|
|
25613
|
+
};
|
|
25614
|
+
|
|
25615
|
+
var ProgressSegmentedBarLegendItem = function ProgressSegmentedBarLegendItem(_ref) {
|
|
25616
|
+
var title = _ref.title,
|
|
25617
|
+
color = _ref.color,
|
|
25618
|
+
displayValue = _ref.displayValue,
|
|
25619
|
+
testID = _ref.testID;
|
|
25620
|
+
var renderedDisplayValue = getTextComponent(displayValue, /*#__PURE__*/React__namespace.default.createElement(Typography.Caption, {
|
|
25621
|
+
intent: "muted"
|
|
25622
|
+
}, displayValue));
|
|
25623
|
+
return /*#__PURE__*/React__namespace.default.createElement(LegendItem, {
|
|
25624
|
+
testID: testID
|
|
25625
|
+
}, /*#__PURE__*/React__namespace.default.createElement(LegendCircle, {
|
|
25626
|
+
themeColor: color
|
|
25627
|
+
}), /*#__PURE__*/React__namespace.default.createElement(Typography.Caption, null, "".concat(title, ":")), renderedDisplayValue ? /*#__PURE__*/React__namespace.default.createElement(LegendValue, null, renderedDisplayValue) : null);
|
|
25628
|
+
};
|
|
25629
|
+
|
|
25630
|
+
var StyledHeader = index$c(Box)(function (_ref) {
|
|
25631
|
+
var theme = _ref.theme;
|
|
25632
|
+
return {
|
|
25633
|
+
flexDirection: 'row',
|
|
25634
|
+
justifyContent: 'space-between',
|
|
25635
|
+
alignItems: 'baseline',
|
|
25636
|
+
flexWrap: 'wrap',
|
|
25637
|
+
marginBottom: theme.__hd__.progress.space.segmentedHeaderMarginBottom
|
|
25638
|
+
};
|
|
25639
|
+
});
|
|
25640
|
+
var StyledTrack = index$c(Box)(function (_ref2) {
|
|
25641
|
+
var theme = _ref2.theme;
|
|
25642
|
+
return {
|
|
25643
|
+
width: '100%',
|
|
25644
|
+
height: theme.__hd__.progress.sizes.barHeight,
|
|
25645
|
+
borderRadius: theme.__hd__.progress.radii["default"],
|
|
25646
|
+
overflow: 'hidden',
|
|
25647
|
+
flexDirection: 'row'
|
|
25648
|
+
};
|
|
25649
|
+
});
|
|
25650
|
+
var StyledSegment = index$c(Box)(function (_ref3) {
|
|
25651
|
+
var themeColor = _ref3.themeColor,
|
|
25652
|
+
themeWidthPercent = _ref3.themeWidthPercent;
|
|
25653
|
+
return {
|
|
25654
|
+
backgroundColor: themeColor,
|
|
25655
|
+
flexGrow: 0,
|
|
25656
|
+
flexShrink: 0,
|
|
25657
|
+
width: "".concat(themeWidthPercent, "%")
|
|
25658
|
+
};
|
|
25659
|
+
});
|
|
25660
|
+
var StyledEmptyText = index$c(Typography.Caption)(function (_ref4) {
|
|
25661
|
+
var theme = _ref4.theme;
|
|
25662
|
+
return {
|
|
25663
|
+
marginTop: theme.__hd__.progress.space.segmentedLegendMarginTop
|
|
25664
|
+
};
|
|
25665
|
+
});
|
|
25666
|
+
|
|
25667
|
+
var _excluded$j = ["data", "headerConfig", "emptyText", "legendConfig", "styleConfig", "style", "testID", "collapsable"];
|
|
25668
|
+
var ProgressSegmentedBar = function ProgressSegmentedBar(_ref) {
|
|
25669
|
+
var data = _ref.data,
|
|
25670
|
+
headerConfig = _ref.headerConfig,
|
|
25671
|
+
emptyText = _ref.emptyText,
|
|
25672
|
+
legendConfig = _ref.legendConfig,
|
|
25673
|
+
styleConfig = _ref.styleConfig,
|
|
25674
|
+
style = _ref.style,
|
|
25675
|
+
testID = _ref.testID,
|
|
25676
|
+
collapsable = _ref.collapsable,
|
|
25677
|
+
nativeProps = _objectWithoutProperties(_ref, _excluded$j);
|
|
25678
|
+
var values = React__namespace.default.useMemo(function () {
|
|
25679
|
+
return data.map(function (s) {
|
|
25680
|
+
return s.data;
|
|
25681
|
+
});
|
|
25682
|
+
}, [data]);
|
|
25683
|
+
useValidateSegmentedBarData({
|
|
25684
|
+
dataLength: data.length,
|
|
25685
|
+
values: values
|
|
25686
|
+
});
|
|
25687
|
+
var legendDisplayValues = useValidateSegmentedBarLegendDisplayValues({
|
|
25688
|
+
dataLength: data.length,
|
|
25689
|
+
legendConfig: legendConfig,
|
|
25690
|
+
fallbackValues: values
|
|
25691
|
+
});
|
|
25692
|
+
useValidateSegmentedBarStyleConfig({
|
|
25693
|
+
dataSeries: data,
|
|
25694
|
+
customSeries: styleConfig === null || styleConfig === void 0 ? void 0 : styleConfig.series
|
|
25695
|
+
});
|
|
25696
|
+
var theme = useTheme$1();
|
|
25697
|
+
var totalPercent = React__namespace.default.useMemo(function () {
|
|
25698
|
+
return values.reduce(function (acc, value) {
|
|
25699
|
+
return acc + value;
|
|
25700
|
+
}, 0);
|
|
25701
|
+
}, [values]);
|
|
25702
|
+
var ariaValueMax = totalPercent > MAX_PROGRESS_VALUE ? totalPercent : MAX_PROGRESS_VALUE;
|
|
25703
|
+
var remainderPercent = React__namespace.default.useMemo(function () {
|
|
25704
|
+
return totalPercent >= MAX_PROGRESS_VALUE ? 0 : MAX_PROGRESS_VALUE - totalPercent;
|
|
25705
|
+
}, [totalPercent]);
|
|
25706
|
+
var segmentColors = useSegmentedBarColors({
|
|
25707
|
+
dataSeries: data,
|
|
25708
|
+
customSeries: styleConfig === null || styleConfig === void 0 ? void 0 : styleConfig.series
|
|
25709
|
+
});
|
|
25710
|
+
var headerRight = React__namespace.default.useMemo(function () {
|
|
25711
|
+
return getTextComponent(headerConfig === null || headerConfig === void 0 ? void 0 : headerConfig.right, /*#__PURE__*/React__namespace.default.createElement(Typography.Caption, {
|
|
25712
|
+
intent: "muted"
|
|
25713
|
+
}, headerConfig === null || headerConfig === void 0 ? void 0 : headerConfig.right));
|
|
25714
|
+
}, [headerConfig === null || headerConfig === void 0 ? void 0 : headerConfig.right]);
|
|
25715
|
+
var showHeader = Boolean((headerConfig === null || headerConfig === void 0 ? void 0 : headerConfig.left) || headerRight);
|
|
25716
|
+
var showLegend = Boolean(legendConfig && Object.keys(legendConfig).length > 0);
|
|
25717
|
+
var showEmptyText = Boolean(!data.length && emptyText);
|
|
25718
|
+
return /*#__PURE__*/React__namespace.default.createElement(Box, _extends$1({}, nativeProps, {
|
|
25719
|
+
style: style,
|
|
25720
|
+
testID: testID,
|
|
25721
|
+
collapsable: collapsable || false
|
|
25722
|
+
}), showHeader ? /*#__PURE__*/React__namespace.default.createElement(StyledHeader, {
|
|
25723
|
+
testID: testID ? "".concat(testID, "-header") : undefined
|
|
25724
|
+
}, headerConfig !== null && headerConfig !== void 0 && headerConfig.left ? /*#__PURE__*/React__namespace.default.createElement(Typography.Body, {
|
|
25725
|
+
variant: "regular-bold",
|
|
25726
|
+
testID: testID ? "".concat(testID, "-header-left") : undefined
|
|
25727
|
+
}, headerConfig.left) : null, headerRight ? /*#__PURE__*/React__namespace.default.createElement(Box, {
|
|
25728
|
+
testID: testID ? "".concat(testID, "-header-right") : undefined
|
|
25729
|
+
}, headerRight) : null) : null, /*#__PURE__*/React__namespace.default.createElement(StyledTrack, {
|
|
25730
|
+
testID: testID ? "".concat(testID, "-track") : undefined,
|
|
25731
|
+
accessibilityRole: "progressbar",
|
|
25732
|
+
accessibilityValue: {
|
|
25733
|
+
min: MIN_PROGRESS_VALUE,
|
|
25734
|
+
max: ariaValueMax,
|
|
25735
|
+
now: totalPercent
|
|
25736
|
+
}
|
|
25737
|
+
}, data.map(function (s, index) {
|
|
25738
|
+
var segmentColor = segmentColors[index % segmentColors.length];
|
|
25739
|
+
return /*#__PURE__*/React__namespace.default.createElement(StyledSegment, {
|
|
25740
|
+
key: "".concat(s.label, "-").concat(segmentColor),
|
|
25741
|
+
themeColor: segmentColor,
|
|
25742
|
+
themeWidthPercent: s.data,
|
|
25743
|
+
testID: testID ? "".concat(testID, "-segment-").concat(s.label) : undefined
|
|
25744
|
+
});
|
|
25745
|
+
}), remainderPercent > 0 ? /*#__PURE__*/React__namespace.default.createElement(StyledSegment, {
|
|
25746
|
+
key: "remainder",
|
|
25747
|
+
themeColor: theme.__hd__.progress.colors.segmentedRemainderBackground,
|
|
25748
|
+
themeWidthPercent: remainderPercent,
|
|
25749
|
+
testID: testID ? "".concat(testID, "-segment-remainder") : undefined
|
|
25750
|
+
}) : null), showEmptyText ? /*#__PURE__*/React__namespace.default.createElement(StyledEmptyText, {
|
|
25751
|
+
intent: "muted",
|
|
25752
|
+
testID: testID ? "".concat(testID, "-empty-text") : undefined
|
|
25753
|
+
}, emptyText) : null, showLegend ? /*#__PURE__*/React__namespace.default.createElement(LegendBox, {
|
|
25754
|
+
testID: testID ? "".concat(testID, "-legend") : undefined
|
|
25755
|
+
}, data.map(function (item, index) {
|
|
25756
|
+
return /*#__PURE__*/React__namespace.default.createElement(ProgressSegmentedBarLegendItem, {
|
|
25757
|
+
key: "".concat(item.label, "-").concat(segmentColors[index % segmentColors.length]),
|
|
25758
|
+
title: item.label,
|
|
25759
|
+
color: segmentColors[index % segmentColors.length],
|
|
25760
|
+
displayValue: legendDisplayValues[index],
|
|
25761
|
+
testID: testID ? "".concat(testID, "-legend-").concat(item.label) : undefined
|
|
25762
|
+
});
|
|
25763
|
+
})) : null);
|
|
25764
|
+
};
|
|
25765
|
+
|
|
25389
25766
|
var Progress = {
|
|
25390
25767
|
Circle: ProgressCircle,
|
|
25391
25768
|
Bar: ProgressBar,
|
|
25769
|
+
SegmentedBar: ProgressSegmentedBar,
|
|
25392
25770
|
Step: ProgressStep
|
|
25393
25771
|
};
|
|
25394
25772
|
|
|
@@ -27581,7 +27959,8 @@ var ScrollableTab = function ScrollableTab(_ref) {
|
|
|
27581
27959
|
swipeEnabled = _ref$swipeEnabled === void 0 ? true : _ref$swipeEnabled,
|
|
27582
27960
|
componentTestID = _ref.testID,
|
|
27583
27961
|
_ref$variant = _ref.variant,
|
|
27584
|
-
variant = _ref$variant === void 0 ? 'highlighted' : _ref$variant
|
|
27962
|
+
variant = _ref$variant === void 0 ? 'highlighted' : _ref$variant,
|
|
27963
|
+
header = _ref.header;
|
|
27585
27964
|
var pagerViewRef = React.useRef(null);
|
|
27586
27965
|
var insets = reactNativeSafeAreaContext.useSafeAreaInsets();
|
|
27587
27966
|
var selectedTabIndex = tabs.findIndex(function (item) {
|
|
@@ -27612,20 +27991,23 @@ var ScrollableTab = function ScrollableTab(_ref) {
|
|
|
27612
27991
|
selectedTabKey: selectedTabKey
|
|
27613
27992
|
};
|
|
27614
27993
|
}, [selectedTabKey]);
|
|
27994
|
+
var headerProps = React.useMemo(function () {
|
|
27995
|
+
return {
|
|
27996
|
+
tabs: tabs,
|
|
27997
|
+
selectedIndex: selectedTabIndex,
|
|
27998
|
+
onTabPress: onTabPress,
|
|
27999
|
+
barStyle: barStyle,
|
|
28000
|
+
insets: insets,
|
|
28001
|
+
testID: componentTestID ? "".concat(componentTestID, "-tab-bar") : undefined,
|
|
28002
|
+
variant: variant
|
|
28003
|
+
};
|
|
28004
|
+
}, [tabs, selectedTabIndex, onTabPress, barStyle, insets, componentTestID, variant]);
|
|
27615
28005
|
return /*#__PURE__*/React__namespace.default.createElement(TabContext.Provider, {
|
|
27616
28006
|
value: tabContextProviderValue
|
|
27617
28007
|
}, /*#__PURE__*/React__namespace.default.createElement(TabContainer, {
|
|
27618
28008
|
style: containerStyle,
|
|
27619
28009
|
testID: componentTestID
|
|
27620
|
-
}, /*#__PURE__*/React__namespace.default.createElement(ScrollableTabHeader, {
|
|
27621
|
-
tabs: tabs,
|
|
27622
|
-
selectedIndex: selectedTabIndex,
|
|
27623
|
-
onTabPress: onTabPress,
|
|
27624
|
-
barStyle: barStyle,
|
|
27625
|
-
insets: insets,
|
|
27626
|
-
testID: componentTestID ? "".concat(componentTestID, "-tab-bar") : undefined,
|
|
27627
|
-
variant: variant
|
|
27628
|
-
}), /*#__PURE__*/React__namespace.default.createElement(PagerView__default.default, {
|
|
28010
|
+
}, header ? header(headerProps) : /*#__PURE__*/React__namespace.default.createElement(ScrollableTabHeader, headerProps), /*#__PURE__*/React__namespace.default.createElement(PagerView__default.default, {
|
|
27629
28011
|
initialPage: selectedTabIndex,
|
|
27630
28012
|
ref: pagerViewRef,
|
|
27631
28013
|
onPageScrollStateChanged: onPageScrollStateChanged,
|
|
@@ -27802,6 +28184,7 @@ var Tabs = function Tabs(_ref2) {
|
|
|
27802
28184
|
};
|
|
27803
28185
|
var index$2 = Object.assign(Tabs, {
|
|
27804
28186
|
Scroll: ScrollableTab,
|
|
28187
|
+
ScrollHeader: ScrollableTabHeader,
|
|
27805
28188
|
useIsFocused: useIsFocused
|
|
27806
28189
|
});
|
|
27807
28190
|
|