@hero-design/rn 8.76.0 → 8.76.1-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build$colon$types.log +0 -0
- package/.turbo/turbo-build.log +4 -3
- package/.turbo/turbo-lint.log +183 -0
- package/.turbo/turbo-publish:npm.log +9 -0
- package/.turbo/turbo-test.log +4726 -0
- package/.turbo/turbo-type-check.log +0 -0
- package/CHANGELOG.md +14 -0
- package/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/es/index.js +316 -309
- package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/lib/index.js +316 -309
- package/package.json +2 -2
- package/src/components/AnimatedScroller/__tests__/__snapshots__/ScrollablesWithFAB.spec.tsx.snap +84 -18
- package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/StyledAvatarStack.spec.tsx.snap +2 -2
- package/src/components/Avatar/__tests__/__snapshots__/StyledAvatar.spec.tsx.snap +1 -1
- package/src/components/Avatar/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
- package/src/components/BottomNavigation/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
- package/src/components/Calendar/__tests__/__snapshots__/CalendarRowItem.spec.tsx.snap +5 -5
- package/src/components/Card/DataCard/__tests__/__snapshots__/StyledDataCard.spec.tsx.snap +1 -1
- package/src/components/Card/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
- package/src/components/Carousel/__tests__/__snapshots__/CardCarousel.spec.tsx.snap +4 -4
- package/src/components/Carousel/__tests__/__snapshots__/StyledCardCarousel.spec.tsx.snap +3 -3
- package/src/components/Carousel/__tests__/__snapshots__/StyledCarousel.spec.tsx.snap +2 -2
- package/src/components/Carousel/__tests__/__snapshots__/index.spec.tsx.snap +30 -30
- package/src/components/Chip/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +1 -1
- package/src/components/Error/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
- package/src/components/FAB/ActionGroup/ActionItem.tsx +1 -3
- package/src/components/FAB/ActionGroup/StyledActionGroup.tsx +1 -1
- package/src/components/FAB/ActionGroup/StyledActionItem.tsx +2 -2
- package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +162 -89
- package/src/components/FAB/FAB.tsx +1 -1
- package/src/components/FAB/StyledFAB.tsx +2 -3
- package/src/components/FAB/__tests__/__snapshots__/AnimatedFABIcon.spec.tsx.snap +2 -2
- package/src/components/FAB/__tests__/__snapshots__/StyledFAB.spec.tsx.snap +25 -3
- package/src/components/HeroDesignProvider/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
- package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
- package/src/components/Icon/IconList.ts +5 -0
- package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +2 -2
- package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +6 -6
- package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +2 -2
- package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +2 -2
- package/src/components/PageControl/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
- package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +5 -5
- package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +10 -10
- package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +14 -14
- package/src/components/Rate/__tests__/__snapshots__/index.spec.tsx.snap +10 -10
- package/src/components/SectionHeading/__tests__/__snapshots__/StyledHeading.spec.tsx.snap +1 -1
- package/src/components/SectionHeading/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +2 -2
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +14 -14
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +14 -14
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +1 -1
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +8 -8
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
- package/src/components/Slider/__tests__/__snapshots__/index.spec.tsx.snap +9 -9
- package/src/components/Spinner/__tests__/__snapshots__/AnimatedSpinner.spec.tsx.snap +4 -4
- package/src/components/Spinner/__tests__/__snapshots__/StyledSpinner.spec.tsx.snap +32 -32
- package/src/components/Spinner/__tests__/__snapshots__/index.spec.tsx.snap +4 -4
- package/src/components/Success/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
- package/src/components/Swipeable/__tests__/__snapshots__/SwipeableAction.spec.tsx.snap +1 -1
- package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
- package/src/components/Switch/__tests__/__snapshots__/StyledSwitch.spec.tsx.snap +2 -2
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +3 -3
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabsHeader.spec.tsx.snap +5 -5
- package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
- package/src/components/Tag/__tests__/__snapshots__/Tag.spec.tsx.snap +5 -5
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +1 -1
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +18 -18
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +7 -7
- package/src/components/Typography/Body/__tests__/__snapshots__/StyledBody.tsx.snap +1 -1
- package/src/components/Typography/Body/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
- package/src/components/Typography/Caption/__tests__/__snapshots__/StyledCaption.spec.tsx.snap +1 -1
- package/src/components/Typography/Caption/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
- package/src/components/Typography/Label/__tests__/__snapshots__/StyledLabel.tsx.snap +1 -1
- package/src/components/Typography/Label/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
- package/src/components/Typography/Text/__tests__/__snapshots__/StyledText.spec.tsx.snap +1 -1
- package/src/components/Typography/Title/__tests__/__snapshots__/StyledTitle.tsx.snap +1 -1
- package/src/components/Typography/Title/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
- package/src/theme/ThemeSwitcher.tsx +12 -2
- package/src/theme/components/fab.ts +6 -6
- package/src/theme/getTheme.ts +2 -2
- package/types/components/Accordion/AccordionItem.d.ts +0 -0
- package/types/components/Accordion/StyledAccordion.d.ts +0 -0
- package/types/components/Accordion/index.d.ts +0 -0
- package/types/components/Alert/StyledAlert.d.ts +0 -0
- package/types/components/Alert/index.d.ts +0 -0
- package/types/components/Attachment/StyledAttachment.d.ts +0 -0
- package/types/components/Attachment/index.d.ts +0 -0
- package/types/components/Avatar/Avatar.d.ts +0 -0
- package/types/components/Avatar/AvatarStack/StyledAvatarStack.d.ts +0 -0
- package/types/components/Avatar/AvatarStack/index.d.ts +0 -0
- package/types/components/Avatar/AvatarStack/utils.d.ts +0 -0
- package/types/components/Avatar/StyledAvatar.d.ts +0 -0
- package/types/components/Avatar/index.d.ts +0 -0
- package/types/components/Badge/Status.d.ts +0 -0
- package/types/components/Badge/StyledBadge.d.ts +0 -0
- package/types/components/Badge/index.d.ts +0 -0
- package/types/components/BottomNavigation/StyledBottomNavigation.d.ts +0 -0
- package/types/components/BottomNavigation/index.d.ts +0 -0
- package/types/components/BottomSheet/BottomSheetContext.d.ts +0 -0
- package/types/components/BottomSheet/Footer.d.ts +0 -0
- package/types/components/BottomSheet/Header.d.ts +0 -0
- package/types/components/BottomSheet/ScrollView.d.ts +0 -0
- package/types/components/BottomSheet/StyledBottomSheet.d.ts +0 -0
- package/types/components/BottomSheet/index.d.ts +0 -0
- package/types/components/Box/StyledBox.d.ts +0 -0
- package/types/components/Box/config.d.ts +0 -0
- package/types/components/Box/index.d.ts +0 -0
- package/types/components/Box/types.d.ts +0 -0
- package/types/components/Button/Button.d.ts +0 -0
- package/types/components/Button/IconButton.d.ts +0 -0
- package/types/components/Button/LoadingIndicator/StyledLoadingIndicator.d.ts +0 -0
- package/types/components/Button/LoadingIndicator/index.d.ts +0 -0
- package/types/components/Button/StyledButton.d.ts +0 -0
- package/types/components/Button/UtilityButton/StyledUtilityButton.d.ts +0 -0
- package/types/components/Button/UtilityButton/index.d.ts +0 -0
- package/types/components/Button/index.d.ts +0 -0
- package/types/components/Calendar/CalendarRowItem.d.ts +0 -0
- package/types/components/Calendar/StyledCalendar.d.ts +0 -0
- package/types/components/Calendar/helpers.d.ts +0 -0
- package/types/components/Calendar/index.d.ts +0 -0
- package/types/components/Card/DataCard/StyledDataCard.d.ts +0 -0
- package/types/components/Card/DataCard/index.d.ts +0 -0
- package/types/components/Card/StyledCard.d.ts +0 -0
- package/types/components/Card/index.d.ts +0 -0
- package/types/components/Carousel/CardCarousel.d.ts +0 -0
- package/types/components/Carousel/CarouselItem.d.ts +0 -0
- package/types/components/Carousel/StyledCardCarousel.d.ts +0 -0
- package/types/components/Carousel/StyledCarousel.d.ts +0 -0
- package/types/components/Carousel/contants.d.ts +0 -0
- package/types/components/Carousel/index.d.ts +0 -0
- package/types/components/Carousel/types.d.ts +0 -0
- package/types/components/Checkbox/StyledCheckbox.d.ts +0 -0
- package/types/components/Checkbox/index.d.ts +0 -0
- package/types/components/Collapse/StyledCollapse.d.ts +0 -0
- package/types/components/Collapse/index.d.ts +0 -0
- package/types/components/CompoundSearch/CompoundSearchHandler.d.ts +31 -0
- package/types/components/CompoundSearch/CompoundSearchTextInput.d.ts +60 -0
- package/types/components/CompoundSearch/StyledCompoundSearch.d.ts +40 -0
- package/types/components/CompoundSearch/index.d.ts +8 -0
- package/types/components/CompoundSearch/utils.d.ts +8 -0
- package/types/components/ContentNavigator/StyledContentNavigator.d.ts +0 -0
- package/types/components/ContentNavigator/index.d.ts +0 -0
- package/types/components/DatePicker/DatePickerAndroid.d.ts +0 -0
- package/types/components/DatePicker/DatePickerCalendar.d.ts +0 -0
- package/types/components/DatePicker/DatePickerIOS.d.ts +0 -0
- package/types/components/DatePicker/StyledDatePicker.d.ts +0 -0
- package/types/components/DatePicker/index.d.ts +0 -0
- package/types/components/DatePicker/types.d.ts +0 -0
- package/types/components/Divider/StyledDivider.d.ts +0 -0
- package/types/components/Divider/index.d.ts +0 -0
- package/types/components/Drawer/DragableDrawer/helpers.d.ts +0 -0
- package/types/components/Drawer/DragableDrawer/index.d.ts +0 -0
- package/types/components/Drawer/StyledDrawer.d.ts +0 -0
- package/types/components/Drawer/index.d.ts +0 -0
- package/types/components/Empty/StyledEmpty.d.ts +0 -0
- package/types/components/Empty/index.d.ts +0 -0
- package/types/components/Error/StyledError.d.ts +0 -0
- package/types/components/Error/index.d.ts +0 -0
- package/types/components/FAB/ActionGroup/ActionItem.d.ts +0 -0
- package/types/components/FAB/ActionGroup/StyledActionGroup.d.ts +0 -0
- package/types/components/FAB/ActionGroup/StyledActionItem.d.ts +3 -3
- package/types/components/FAB/ActionGroup/index.d.ts +0 -0
- package/types/components/FAB/AnimatedFABIcon.d.ts +0 -0
- package/types/components/FAB/FAB.d.ts +0 -0
- package/types/components/FAB/StyledFAB.d.ts +2 -3
- package/types/components/FAB/index.d.ts +0 -0
- package/types/components/Icon/AnimatedIcon.d.ts +0 -0
- package/types/components/Icon/HeroIcon/index.d.ts +0 -0
- package/types/components/Icon/IconList.d.ts +1 -1
- package/types/components/Icon/index.d.ts +1 -1
- package/types/components/Icon/utils.d.ts +1 -1
- package/types/components/Image/index.d.ts +0 -0
- package/types/components/List/BasicListItem.d.ts +0 -0
- package/types/components/List/ListItem.d.ts +0 -0
- package/types/components/List/StyledBasicListItem.d.ts +0 -0
- package/types/components/List/StyledListItem.d.ts +0 -0
- package/types/components/List/index.d.ts +0 -0
- package/types/components/PageControl/StyledPageControl.d.ts +0 -0
- package/types/components/PageControl/index.d.ts +0 -0
- package/types/components/PinInput/PinCell.d.ts +0 -0
- package/types/components/PinInput/StyledPinInput.d.ts +0 -0
- package/types/components/PinInput/index.d.ts +0 -0
- package/types/components/Progress/ProgressBar.d.ts +0 -0
- package/types/components/Progress/ProgressCircle.d.ts +0 -0
- package/types/components/Progress/StyledProgressBar.d.ts +0 -0
- package/types/components/Progress/StyledProgressCircle.d.ts +0 -0
- package/types/components/Progress/__tests__/index.spec.d.ts +0 -0
- package/types/components/Progress/constants.d.ts +0 -0
- package/types/components/Progress/index.d.ts +0 -0
- package/types/components/Progress/types.d.ts +0 -0
- package/types/components/Radio/Radio.d.ts +0 -0
- package/types/components/Radio/RadioGroup.d.ts +0 -0
- package/types/components/Radio/StyledRadio.d.ts +0 -0
- package/types/components/Radio/index.d.ts +0 -0
- package/types/components/Radio/types.d.ts +0 -0
- package/types/components/RefreshControl/index.d.ts +0 -0
- package/types/components/RichTextEditor/EditorEvent.d.ts +0 -0
- package/types/components/RichTextEditor/EditorToolbar.d.ts +0 -0
- package/types/components/RichTextEditor/MentionList.d.ts +0 -0
- package/types/components/RichTextEditor/RichTextEditor.d.ts +0 -0
- package/types/components/RichTextEditor/StyledRichTextEditor.d.ts +0 -0
- package/types/components/RichTextEditor/StyledToolbar.d.ts +0 -0
- package/types/components/RichTextEditor/__mocks__/heroEditorApp.d.ts +0 -0
- package/types/components/RichTextEditor/constants.d.ts +0 -0
- package/types/components/RichTextEditor/heroEditorApp.d.ts +0 -0
- package/types/components/RichTextEditor/index.d.ts +0 -0
- package/types/components/RichTextEditor/types.d.ts +0 -0
- package/types/components/RichTextEditor/utils/events.d.ts +0 -0
- package/types/components/RichTextEditor/utils/rnWebView.d.ts +0 -0
- package/types/components/Search/SearchBasic.d.ts +31 -0
- package/types/components/Search/SearchCompound.d.ts +60 -0
- package/types/components/Search/utils.d.ts +2 -2
- package/types/components/SectionHeading/StyledHeading.d.ts +0 -0
- package/types/components/SectionHeading/index.d.ts +0 -0
- package/types/components/Select/BaseOptionList.d.ts +0 -0
- package/types/components/Select/Footer.d.ts +0 -0
- package/types/components/Select/MultiSelect/Option.d.ts +0 -0
- package/types/components/Select/MultiSelect/OptionList.d.ts +0 -0
- package/types/components/Select/MultiSelect/index.d.ts +0 -0
- package/types/components/Select/SingleSelect/Option.d.ts +0 -0
- package/types/components/Select/SingleSelect/OptionList.d.ts +0 -0
- package/types/components/Select/SingleSelect/StyledSingleSelect.d.ts +0 -0
- package/types/components/Select/SingleSelect/index.d.ts +0 -0
- package/types/components/Select/StyledSelect.d.ts +0 -0
- package/types/components/Select/helpers.d.ts +0 -0
- package/types/components/Select/index.d.ts +0 -0
- package/types/components/Select/types.d.ts +0 -0
- package/types/components/Skeleton/StyledSkeleton.d.ts +0 -0
- package/types/components/Skeleton/index.d.ts +0 -0
- package/types/components/Slider/index.d.ts +0 -0
- package/types/components/Spinner/AnimatedSpinner.d.ts +0 -0
- package/types/components/Spinner/StyledSpinner.d.ts +0 -0
- package/types/components/Spinner/index.d.ts +0 -0
- package/types/components/Success/StyledSuccess.d.ts +0 -0
- package/types/components/Success/index.d.ts +0 -0
- package/types/components/Swipeable/StyledSwipeable.d.ts +0 -0
- package/types/components/Swipeable/SwipeableAction.d.ts +0 -0
- package/types/components/Swipeable/index.d.ts +0 -0
- package/types/components/Switch/SelectorSwitch/Option.d.ts +0 -0
- package/types/components/Switch/SelectorSwitch/StyledSelectorSwitch.d.ts +0 -0
- package/types/components/Switch/SelectorSwitch/index.d.ts +0 -0
- package/types/components/Switch/StyledSwitch.d.ts +0 -0
- package/types/components/Switch/index.d.ts +0 -0
- package/types/components/Tabs/ActiveTabIndicator.d.ts +0 -0
- package/types/components/Tabs/SceneView.d.ts +0 -0
- package/types/components/Tabs/ScrollableTabs.d.ts +0 -0
- package/types/components/Tabs/ScrollableTabsHeader.d.ts +35 -0
- package/types/components/Tabs/StyledScrollableTabs.d.ts +0 -0
- package/types/components/Tabs/StyledTabs.d.ts +0 -0
- package/types/components/Tabs/TabWithBadge.d.ts +0 -0
- package/types/components/Tabs/index.d.ts +0 -0
- package/types/components/Tabs/useIsFocused.d.ts +0 -0
- package/types/components/Tabs/utils.d.ts +0 -0
- package/types/components/Tag/StyledTag.d.ts +0 -0
- package/types/components/Tag/index.d.ts +0 -0
- package/types/components/TextInput/StyledTextInput.d.ts +0 -0
- package/types/components/TextInput/index.d.ts +3 -3
- package/types/components/TimePicker/StyledTimePicker.d.ts +0 -0
- package/types/components/TimePicker/TimePickerAndroid.d.ts +0 -0
- package/types/components/TimePicker/TimePickerIOS.d.ts +0 -0
- package/types/components/TimePicker/index.d.ts +0 -0
- package/types/components/TimePicker/types.d.ts +0 -0
- package/types/components/Toast/StyledToast.d.ts +0 -0
- package/types/components/Toast/Toast.d.ts +0 -0
- package/types/components/Toast/ToastContainer.d.ts +0 -0
- package/types/components/Toast/ToastContext.d.ts +0 -0
- package/types/components/Toast/ToastProvider.d.ts +0 -0
- package/types/components/Toast/index.d.ts +0 -0
- package/types/components/Toast/types.d.ts +0 -0
- package/types/components/Toolbar/StyledToolbar.d.ts +0 -0
- package/types/components/Toolbar/ToolbarGroup.d.ts +0 -0
- package/types/components/Toolbar/ToolbarItem.d.ts +0 -0
- package/types/components/Toolbar/index.d.ts +0 -0
- package/types/components/Typography/Text/StyledText.d.ts +0 -0
- package/types/components/Typography/Text/index.d.ts +0 -0
- package/types/components/Typography/index.d.ts +0 -0
- package/types/index.d.ts +0 -0
- package/types/testHelpers/renderWithTheme.d.ts +0 -0
- package/types/theme/ThemeProvider.d.ts +0 -0
- package/types/theme/ThemeSwitcher.d.ts +1 -1
- package/types/theme/components/accordion.d.ts +0 -0
- package/types/theme/components/alert.d.ts +0 -0
- package/types/theme/components/attachment.d.ts +0 -0
- package/types/theme/components/avatar.d.ts +0 -0
- package/types/theme/components/badge.d.ts +0 -0
- package/types/theme/components/bottomNavigation.d.ts +0 -0
- package/types/theme/components/bottomSheet.d.ts +0 -0
- package/types/theme/components/button.d.ts +0 -0
- package/types/theme/components/calendar.d.ts +0 -0
- package/types/theme/components/card.d.ts +0 -0
- package/types/theme/components/cardCarousel.d.ts +0 -0
- package/types/theme/components/carousel.d.ts +0 -0
- package/types/theme/components/checkbox.d.ts +0 -0
- package/types/theme/components/compoundSearch.d.ts +36 -0
- package/types/theme/components/contentNavigator.d.ts +0 -0
- package/types/theme/components/datePicker.d.ts +0 -0
- package/types/theme/components/divider.d.ts +0 -0
- package/types/theme/components/drawer.d.ts +0 -0
- package/types/theme/components/empty.d.ts +0 -0
- package/types/theme/components/error.d.ts +0 -0
- package/types/theme/components/fab.d.ts +0 -0
- package/types/theme/components/icon.d.ts +0 -0
- package/types/theme/components/image.d.ts +0 -0
- package/types/theme/components/list.d.ts +0 -0
- package/types/theme/components/pageControl.d.ts +0 -0
- package/types/theme/components/pinInput.d.ts +0 -0
- package/types/theme/components/progress.d.ts +0 -0
- package/types/theme/components/radio.d.ts +0 -0
- package/types/theme/components/refreshControl.d.ts +0 -0
- package/types/theme/components/richTextEditor.d.ts +0 -0
- package/types/theme/components/sectionHeading.d.ts +0 -0
- package/types/theme/components/select.d.ts +0 -0
- package/types/theme/components/skeleton.d.ts +0 -0
- package/types/theme/components/slider.d.ts +0 -0
- package/types/theme/components/spinner.d.ts +0 -0
- package/types/theme/components/success.d.ts +0 -0
- package/types/theme/components/swipeable.d.ts +0 -0
- package/types/theme/components/switch.d.ts +0 -0
- package/types/theme/components/tabs.d.ts +0 -0
- package/types/theme/components/tag.d.ts +0 -0
- package/types/theme/components/textInput.d.ts +0 -0
- package/types/theme/components/timePicker.d.ts +0 -0
- package/types/theme/components/toast.d.ts +0 -0
- package/types/theme/components/toolbar.d.ts +0 -0
- package/types/theme/components/typography.d.ts +0 -0
- package/types/theme/getTheme.d.ts +0 -0
- package/types/theme/global/borders.d.ts +0 -0
- package/types/theme/global/colors/eBens.d.ts +0 -0
- package/types/theme/global/colors/global.d.ts +0 -0
- package/types/theme/global/colors/globalDark.d.ts +0 -0
- package/types/theme/global/colors/jobs.d.ts +0 -0
- package/types/theme/global/colors/swag.d.ts +0 -0
- package/types/theme/global/colors/swagDark.d.ts +0 -0
- package/types/theme/global/colors/types.d.ts +0 -0
- package/types/theme/global/colors/wallet.d.ts +0 -0
- package/types/theme/global/colors/work.d.ts +0 -0
- package/types/theme/global/index.d.ts +0 -0
- package/types/theme/global/scale.d.ts +0 -0
- package/types/theme/global/sizes.d.ts +0 -0
- package/types/theme/global/space.d.ts +0 -0
- package/types/theme/global/typography.d.ts +0 -0
- package/types/theme/index.d.ts +0 -0
- package/types/types.d.ts +0 -0
- package/types/utils/functions.d.ts +0 -0
- package/types/utils/helpers.d.ts +0 -0
- package/types/utils/hooks.d.ts +0 -0
- package/types/utils/scale.d.ts +0 -0
package/es/index.js
CHANGED
|
@@ -1354,6 +1354,7 @@ var BASE_COLORS = {
|
|
|
1354
1354
|
vermilion: '#de350b',
|
|
1355
1355
|
violet1: '#8505a2',
|
|
1356
1356
|
violet: '#7622d7',
|
|
1357
|
+
darkViolet: '#460078',
|
|
1357
1358
|
vodka: '#b5c3fd',
|
|
1358
1359
|
theatreGold: '#a56822',
|
|
1359
1360
|
uniformGreen: '#4d4628',
|
|
@@ -2828,13 +2829,13 @@ var getErrorTheme = function getErrorTheme(theme) {
|
|
|
2828
2829
|
|
|
2829
2830
|
var getFABTheme = function getFABTheme(theme) {
|
|
2830
2831
|
var colors = {
|
|
2831
|
-
buttonBackground: theme.colors.
|
|
2832
|
-
buttonPressedBackground: theme.colors.
|
|
2833
|
-
buttonActiveBackground: theme.colors.
|
|
2832
|
+
buttonBackground: theme.colors.overlayGlobalSurface,
|
|
2833
|
+
buttonPressedBackground: theme.colors.overlayGlobalSurface,
|
|
2834
|
+
buttonActiveBackground: theme.colors.overlayGlobalSurface,
|
|
2834
2835
|
icon: theme.colors.onPrimary,
|
|
2835
|
-
actionItemBackground: theme.colors.
|
|
2836
|
-
actionItemPressedBackground: theme.colors.
|
|
2837
|
-
backdropBackground: theme.colors.
|
|
2836
|
+
actionItemBackground: theme.colors.overlayGlobalSurface,
|
|
2837
|
+
actionItemPressedBackground: theme.colors.overlayGlobalSurface,
|
|
2838
|
+
backdropBackground: theme.colors.defaultSurface,
|
|
2838
2839
|
titleText: theme.colors.onPrimary,
|
|
2839
2840
|
actionItemText: theme.colors.onPrimary
|
|
2840
2841
|
};
|
|
@@ -4002,7 +4003,7 @@ var getFloatingIslandTheme = function getFloatingIslandTheme(theme) {
|
|
|
4002
4003
|
|
|
4003
4004
|
var getTheme$1 = function getTheme() {
|
|
4004
4005
|
var scale = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : scale$1;
|
|
4005
|
-
var systemPallete = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : swagSystemPalette
|
|
4006
|
+
var systemPallete = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : swagSystemPalette;
|
|
4006
4007
|
var globalTheme = getGlobalTheme(scale, systemPallete);
|
|
4007
4008
|
return _objectSpread2(_objectSpread2({}, globalTheme), {}, {
|
|
4008
4009
|
__hd__: {
|
|
@@ -5224,7 +5225,7 @@ var useTheme = useTheme$1;
|
|
|
5224
5225
|
|
|
5225
5226
|
var ThemeSwitcher = function ThemeSwitcher(_ref) {
|
|
5226
5227
|
var _ref$name = _ref.name,
|
|
5227
|
-
name = _ref$name === void 0 ? '
|
|
5228
|
+
name = _ref$name === void 0 ? 'swagLight' : _ref$name,
|
|
5228
5229
|
children = _ref.children;
|
|
5229
5230
|
var theme = useMemo(function () {
|
|
5230
5231
|
switch (name) {
|
|
@@ -5240,6 +5241,8 @@ var ThemeSwitcher = function ThemeSwitcher(_ref) {
|
|
|
5240
5241
|
return getTheme$1(scale$1, eBensSystemPalette);
|
|
5241
5242
|
case 'swagDark':
|
|
5242
5243
|
return getTheme$1(scale$1, swagDarkSystemPalette);
|
|
5244
|
+
case 'swagLight':
|
|
5245
|
+
return getTheme$1(scale$1, swagSystemPalette);
|
|
5243
5246
|
}
|
|
5244
5247
|
}, [name]);
|
|
5245
5248
|
return /*#__PURE__*/React__default.createElement(ThemeProvider, {
|
|
@@ -7305,7 +7308,7 @@ var Typography = {
|
|
|
7305
7308
|
};
|
|
7306
7309
|
|
|
7307
7310
|
// 🔴 DO NOT EDIT — This file is generated automatically.
|
|
7308
|
-
var IconList = ['activate', 'add-emoji', 'add-person', 'adjustment', 'alignment', 'antenna', 'archive', 'assignment-warning', 'bank', 'bell', 'billing', 'bolt', 'bookmark-added', '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-filled', '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', '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', 'payment-summary', 'pencil', 'phone', 'piggy-bank', 'plane-up', 'plane', 'play-circle', 'print', 'raising-hands', 'reply-arrow', 'reply', 'reschedule', 'rostering', 'salary-sacrifice', 'save', 'schedule-send', 'schedule', 'search-person', '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', 'timesheet', 'touch-id', 'trash-bin', 'unlock', 'user', 'video-1', 'video-2', 'wallet', 'warning', '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', '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-outlined', 'box-check-outlined', 'box-outlined', 'bullet-points', 'cake-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', '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', 'email-outlined', 'end-break-outlined', 'enter-arrow', '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-search-outlined', 'file-secured-outlined', 'file-statutory-outlined', 'file-verified-outlined', 'filter-outlined', 'folder-outlined', 'folder-user-outlined', 'form-outlined', 'funnel-filter-outline', 'goal-outlined', 'graph-outlined', 'hand-holding-user-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', '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', 'payment-summary-outlined', 'payslip-outlined', 'pencil-outlined', 'percentage', 'phone-outlined', 'piggy-bank-outlined', 'plane-outlined', 'play-circle-outlined', 'print-outlined', 'propane-tank-outlined', 'qr-code-outlined', 'qualification-outlined', 're-assign', 'redeem', 'refresh', 'remove', 'reply-outlined', 'restart', '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', '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', 'ticket-outlined', 'timesheet-outlined', 'timesheets-outlined', 'today-outlined', 'transfer', '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'];
|
|
7311
|
+
var IconList = ['activate', 'add-emoji', 'add-person', 'adjustment', 'alignment', 'antenna', 'archive', 'assignment-warning', 'bank', 'bell', 'billing', 'bolt', 'bookmark-added', '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-filled', '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', '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', 'payment-summary', 'pencil', 'phone', 'piggy-bank', 'plane-up', 'plane', 'play-arrow', 'play-circle', 'print', 'raising-hands', 'reply-arrow', 'reply', 'reschedule', 'rostering', 'salary-sacrifice', 'save', 'schedule-send', 'schedule', 'search-person', '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', 'timesheet', 'touch-id', 'trash-bin', 'unlock', 'user', 'video-1', 'video-2', 'wallet', 'warning', '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', '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-outlined', 'box-1-outlined', 'box-check-outlined', 'box-outlined', 'bullet-points', 'cake-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', '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', 'email-outlined', 'end-break-outlined', 'enter-arrow', '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-search-outlined', 'file-secured-outlined', 'file-statutory-outlined', 'file-verified-outlined', 'filter-outlined', 'folder-outlined', 'folder-user-outlined', 'form-outlined', 'funnel-filter-outline', 'goal-outlined', 'graph-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', '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', 'payment-summary-outlined', 'payslip-outlined', 'pencil-outlined', 'percentage', 'phone-outlined', 'piggy-bank-outlined', 'plane-outlined', 'play-circle-outlined', 'print-outlined', 'propane-tank-outlined', 'qr-code-outlined', 'qualification-outlined', 're-assign', 'redeem', 'refresh', 'remove', 'reply-outlined', 'restart', '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', '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', 'ticket-outlined', 'timesheet-outlined', 'timesheets-outlined', 'today-outlined', 'transfer', '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'];
|
|
7309
7312
|
|
|
7310
7313
|
var activate = 59000;
|
|
7311
7314
|
var adjustment = 59003;
|
|
@@ -7357,46 +7360,46 @@ var paperclip = 59135;
|
|
|
7357
7360
|
var pencil = 59137;
|
|
7358
7361
|
var phone = 59138;
|
|
7359
7362
|
var plane = 59141;
|
|
7360
|
-
var print =
|
|
7361
|
-
var reply =
|
|
7362
|
-
var reschedule =
|
|
7363
|
-
var rostering =
|
|
7364
|
-
var save =
|
|
7365
|
-
var schedule =
|
|
7366
|
-
var send =
|
|
7367
|
-
var speaker =
|
|
7368
|
-
var star =
|
|
7369
|
-
var stopwatch =
|
|
7370
|
-
var suitcase =
|
|
7371
|
-
var surfing =
|
|
7372
|
-
var survey =
|
|
7373
|
-
var swag =
|
|
7374
|
-
var tag =
|
|
7375
|
-
var target =
|
|
7376
|
-
var teams =
|
|
7377
|
-
var timesheet =
|
|
7378
|
-
var unlock =
|
|
7379
|
-
var user =
|
|
7380
|
-
var wallet =
|
|
7381
|
-
var warning =
|
|
7382
|
-
var add =
|
|
7383
|
-
var bold =
|
|
7384
|
-
var cancel =
|
|
7385
|
-
var checkmark =
|
|
7386
|
-
var italic =
|
|
7387
|
-
var local_mall_outlined =
|
|
7388
|
-
var number =
|
|
7389
|
-
var percentage =
|
|
7390
|
-
var redeem =
|
|
7391
|
-
var refresh =
|
|
7392
|
-
var remove =
|
|
7393
|
-
var restart =
|
|
7394
|
-
var shopping_basket_outlined =
|
|
7395
|
-
var strikethrough =
|
|
7396
|
-
var sync =
|
|
7397
|
-
var transfer =
|
|
7398
|
-
var unavailable =
|
|
7399
|
-
var underline =
|
|
7363
|
+
var print = 59144;
|
|
7364
|
+
var reply = 59147;
|
|
7365
|
+
var reschedule = 59148;
|
|
7366
|
+
var rostering = 59149;
|
|
7367
|
+
var save = 59151;
|
|
7368
|
+
var schedule = 59153;
|
|
7369
|
+
var send = 59155;
|
|
7370
|
+
var speaker = 59157;
|
|
7371
|
+
var star = 59162;
|
|
7372
|
+
var stopwatch = 59164;
|
|
7373
|
+
var suitcase = 59165;
|
|
7374
|
+
var surfing = 59166;
|
|
7375
|
+
var survey = 59167;
|
|
7376
|
+
var swag = 59172;
|
|
7377
|
+
var tag = 59175;
|
|
7378
|
+
var target = 59176;
|
|
7379
|
+
var teams = 59177;
|
|
7380
|
+
var timesheet = 59179;
|
|
7381
|
+
var unlock = 59182;
|
|
7382
|
+
var user = 59183;
|
|
7383
|
+
var wallet = 59186;
|
|
7384
|
+
var warning = 59187;
|
|
7385
|
+
var add = 59193;
|
|
7386
|
+
var bold = 59219;
|
|
7387
|
+
var cancel = 59234;
|
|
7388
|
+
var checkmark = 59240;
|
|
7389
|
+
var italic = 59330;
|
|
7390
|
+
var local_mall_outlined = 59337;
|
|
7391
|
+
var number = 59360;
|
|
7392
|
+
var percentage = 59365;
|
|
7393
|
+
var redeem = 59375;
|
|
7394
|
+
var refresh = 59376;
|
|
7395
|
+
var remove = 59377;
|
|
7396
|
+
var restart = 59379;
|
|
7397
|
+
var shopping_basket_outlined = 59393;
|
|
7398
|
+
var strikethrough = 59408;
|
|
7399
|
+
var sync = 59414;
|
|
7400
|
+
var transfer = 59423;
|
|
7401
|
+
var unavailable = 59427;
|
|
7402
|
+
var underline = 59428;
|
|
7400
7403
|
var glyphMap = {
|
|
7401
7404
|
activate: activate,
|
|
7402
7405
|
"add-emoji": 59001,
|
|
@@ -7540,300 +7543,305 @@ var glyphMap = {
|
|
|
7540
7543
|
"piggy-bank": 59139,
|
|
7541
7544
|
"plane-up": 59140,
|
|
7542
7545
|
plane: plane,
|
|
7543
|
-
"play-
|
|
7546
|
+
"play-arrow": 59142,
|
|
7547
|
+
"play-circle": 59143,
|
|
7544
7548
|
print: print,
|
|
7545
|
-
"raising-hands":
|
|
7546
|
-
"reply-arrow":
|
|
7549
|
+
"raising-hands": 59145,
|
|
7550
|
+
"reply-arrow": 59146,
|
|
7547
7551
|
reply: reply,
|
|
7548
7552
|
reschedule: reschedule,
|
|
7549
7553
|
rostering: rostering,
|
|
7550
|
-
"salary-sacrifice":
|
|
7554
|
+
"salary-sacrifice": 59150,
|
|
7551
7555
|
save: save,
|
|
7552
|
-
"schedule-send":
|
|
7556
|
+
"schedule-send": 59152,
|
|
7553
7557
|
schedule: schedule,
|
|
7554
|
-
"search-person":
|
|
7558
|
+
"search-person": 59154,
|
|
7555
7559
|
send: send,
|
|
7556
|
-
"speaker-active":
|
|
7560
|
+
"speaker-active": 59156,
|
|
7557
7561
|
speaker: speaker,
|
|
7558
|
-
"star-award":
|
|
7559
|
-
"star-badge":
|
|
7560
|
-
"star-circle":
|
|
7561
|
-
"star-medal":
|
|
7562
|
+
"star-award": 59158,
|
|
7563
|
+
"star-badge": 59159,
|
|
7564
|
+
"star-circle": 59160,
|
|
7565
|
+
"star-medal": 59161,
|
|
7562
7566
|
star: star,
|
|
7563
|
-
"steps-circle":
|
|
7567
|
+
"steps-circle": 59163,
|
|
7564
7568
|
stopwatch: stopwatch,
|
|
7565
7569
|
suitcase: suitcase,
|
|
7566
7570
|
surfing: surfing,
|
|
7567
7571
|
survey: survey,
|
|
7568
|
-
"swag-pillar-benefit":
|
|
7569
|
-
"swag-pillar-career":
|
|
7570
|
-
"swag-pillar-money":
|
|
7571
|
-
"swag-pillar-work":
|
|
7572
|
+
"swag-pillar-benefit": 59168,
|
|
7573
|
+
"swag-pillar-career": 59169,
|
|
7574
|
+
"swag-pillar-money": 59170,
|
|
7575
|
+
"swag-pillar-work": 59171,
|
|
7572
7576
|
swag: swag,
|
|
7573
|
-
"swipe-right":
|
|
7574
|
-
"switch":
|
|
7577
|
+
"swipe-right": 59173,
|
|
7578
|
+
"switch": 59174,
|
|
7575
7579
|
tag: tag,
|
|
7576
7580
|
target: target,
|
|
7577
7581
|
teams: teams,
|
|
7582
|
+
"thumb-down": 59178,
|
|
7578
7583
|
timesheet: timesheet,
|
|
7579
|
-
"touch-id":
|
|
7580
|
-
"trash-bin":
|
|
7584
|
+
"touch-id": 59180,
|
|
7585
|
+
"trash-bin": 59181,
|
|
7581
7586
|
unlock: unlock,
|
|
7582
7587
|
user: user,
|
|
7583
|
-
"video-1":
|
|
7584
|
-
"video-2":
|
|
7588
|
+
"video-1": 59184,
|
|
7589
|
+
"video-2": 59185,
|
|
7585
7590
|
wallet: wallet,
|
|
7586
7591
|
warning: warning,
|
|
7587
|
-
"activate-outlined":
|
|
7588
|
-
"add-credit-card-outlined":
|
|
7589
|
-
"add-person-outlined":
|
|
7590
|
-
"add-section-outlined":
|
|
7591
|
-
"add-time-outlined":
|
|
7592
|
+
"activate-outlined": 59188,
|
|
7593
|
+
"add-credit-card-outlined": 59189,
|
|
7594
|
+
"add-person-outlined": 59190,
|
|
7595
|
+
"add-section-outlined": 59191,
|
|
7596
|
+
"add-time-outlined": 59192,
|
|
7592
7597
|
add: add,
|
|
7593
|
-
"adjustment-outlined":
|
|
7594
|
-
"afternoon-outlined":
|
|
7595
|
-
"ai-outlined":
|
|
7596
|
-
"alignment-2-outlined":
|
|
7597
|
-
"alignment-outlined":
|
|
7598
|
-
"all-caps":
|
|
7599
|
-
"application-outlined":
|
|
7600
|
-
"arrow-down":
|
|
7601
|
-
"arrow-downwards":
|
|
7602
|
-
"arrow-left":
|
|
7603
|
-
"arrow-leftwards":
|
|
7604
|
-
"arrow-right":
|
|
7605
|
-
"arrow-rightwards":
|
|
7606
|
-
"arrow-up":
|
|
7607
|
-
"arrow-upwards":
|
|
7608
|
-
"article-outlined":
|
|
7609
|
-
"at-sign":
|
|
7610
|
-
"auto-graph-outlined":
|
|
7611
|
-
"beer-outlined":
|
|
7612
|
-
"bell-active-outlined":
|
|
7613
|
-
"bell-outlined":
|
|
7614
|
-
"bell-slash-outlined":
|
|
7615
|
-
"bill-management-outlined":
|
|
7616
|
-
"billing-outlined":
|
|
7617
|
-
"body-outlined":
|
|
7598
|
+
"adjustment-outlined": 59194,
|
|
7599
|
+
"afternoon-outlined": 59195,
|
|
7600
|
+
"ai-outlined": 59196,
|
|
7601
|
+
"alignment-2-outlined": 59197,
|
|
7602
|
+
"alignment-outlined": 59198,
|
|
7603
|
+
"all-caps": 59199,
|
|
7604
|
+
"application-outlined": 59200,
|
|
7605
|
+
"arrow-down": 59201,
|
|
7606
|
+
"arrow-downwards": 59202,
|
|
7607
|
+
"arrow-left": 59203,
|
|
7608
|
+
"arrow-leftwards": 59204,
|
|
7609
|
+
"arrow-right": 59205,
|
|
7610
|
+
"arrow-rightwards": 59206,
|
|
7611
|
+
"arrow-up": 59207,
|
|
7612
|
+
"arrow-upwards": 59208,
|
|
7613
|
+
"article-outlined": 59209,
|
|
7614
|
+
"at-sign": 59210,
|
|
7615
|
+
"auto-graph-outlined": 59211,
|
|
7616
|
+
"beer-outlined": 59212,
|
|
7617
|
+
"bell-active-outlined": 59213,
|
|
7618
|
+
"bell-outlined": 59214,
|
|
7619
|
+
"bell-slash-outlined": 59215,
|
|
7620
|
+
"bill-management-outlined": 59216,
|
|
7621
|
+
"billing-outlined": 59217,
|
|
7622
|
+
"body-outlined": 59218,
|
|
7618
7623
|
bold: bold,
|
|
7619
|
-
"bolt-outlined":
|
|
7620
|
-
"book-outlined":
|
|
7621
|
-
"bookmark-added-outlined":
|
|
7622
|
-
"bookmark-outlined":
|
|
7623
|
-
"box-
|
|
7624
|
-
"box-outlined":
|
|
7625
|
-
"
|
|
7626
|
-
"
|
|
7627
|
-
"
|
|
7628
|
-
"calendar-
|
|
7629
|
-
"
|
|
7630
|
-
"call-
|
|
7631
|
-
"
|
|
7624
|
+
"bolt-outlined": 59220,
|
|
7625
|
+
"book-outlined": 59221,
|
|
7626
|
+
"bookmark-added-outlined": 59222,
|
|
7627
|
+
"bookmark-outlined": 59223,
|
|
7628
|
+
"box-1-outlined": 59224,
|
|
7629
|
+
"box-check-outlined": 59225,
|
|
7630
|
+
"box-outlined": 59226,
|
|
7631
|
+
"bullet-points": 59227,
|
|
7632
|
+
"cake-outlined": 59228,
|
|
7633
|
+
"calendar-dates-outlined": 59229,
|
|
7634
|
+
"calendar-star-outlined": 59230,
|
|
7635
|
+
"call-outlined": 59231,
|
|
7636
|
+
"call-split-outlined": 59232,
|
|
7637
|
+
"camera-outlined": 59233,
|
|
7632
7638
|
cancel: cancel,
|
|
7633
|
-
"car-forward-outlined":
|
|
7634
|
-
"cashback-outlined":
|
|
7635
|
-
"charging-station-outlined":
|
|
7636
|
-
"chat-bubble-outlined":
|
|
7637
|
-
"chat-unread-outlined":
|
|
7639
|
+
"car-forward-outlined": 59235,
|
|
7640
|
+
"cashback-outlined": 59236,
|
|
7641
|
+
"charging-station-outlined": 59237,
|
|
7642
|
+
"chat-bubble-outlined": 59238,
|
|
7643
|
+
"chat-unread-outlined": 59239,
|
|
7638
7644
|
checkmark: checkmark,
|
|
7639
|
-
"circle-add-outlined":
|
|
7640
|
-
"circle-cancel-outlined":
|
|
7641
|
-
"circle-down-outlined":
|
|
7642
|
-
"circle-info-outlined":
|
|
7643
|
-
"circle-left-outlined":
|
|
7644
|
-
"circle-ok-outlined":
|
|
7645
|
-
"circle-question-outlined":
|
|
7646
|
-
"circle-remove-outlined":
|
|
7647
|
-
"circle-right-outlined":
|
|
7648
|
-
"circle-up-outlined":
|
|
7649
|
-
"circle-warning-outlined":
|
|
7650
|
-
"clock-2-outlined":
|
|
7651
|
-
"clock-in-outlined":
|
|
7652
|
-
"clock-out-outlined":
|
|
7653
|
-
"clock-outlined":
|
|
7654
|
-
"cog-outlined":
|
|
7655
|
-
"coin-outlined":
|
|
7656
|
-
"coin-super-outlined":
|
|
7657
|
-
"comment-outlined":
|
|
7658
|
-
"contacts-outlined":
|
|
7659
|
-
"contacts-user-outlined":
|
|
7660
|
-
"credit-card-outlined":
|
|
7661
|
-
"cup-outlined":
|
|
7662
|
-
"dentistry-outlined":
|
|
7663
|
-
"direction-arrows-outlined":
|
|
7664
|
-
"directory-outlined":
|
|
7665
|
-
"document-outlined":
|
|
7666
|
-
"dollar-box-outlined":
|
|
7667
|
-
"dollar-card-outlined":
|
|
7668
|
-
"dollar-coin-shine-outlined":
|
|
7669
|
-
"dollar-credit-card-outlined":
|
|
7670
|
-
"dollar-sign":
|
|
7671
|
-
"double-buildings-outlined":
|
|
7672
|
-
"double-left-arrows":
|
|
7673
|
-
"double-right-arrows":
|
|
7674
|
-
"download-box-outlined":
|
|
7675
|
-
"download-outlined":
|
|
7676
|
-
"edit-template-outlined":
|
|
7677
|
-
"email-outlined":
|
|
7678
|
-
"end-break-outlined":
|
|
7679
|
-
"enter-arrow":
|
|
7680
|
-
"envelope-outlined":
|
|
7681
|
-
"evening-outlined":
|
|
7682
|
-
"expense-approval-outlined":
|
|
7683
|
-
"expense-outlined":
|
|
7684
|
-
"explore-outlined":
|
|
7685
|
-
"extension-outlined":
|
|
7686
|
-
"external-link":
|
|
7687
|
-
"eye-invisible-outlined":
|
|
7688
|
-
"eye-outlined":
|
|
7689
|
-
"face-id":
|
|
7690
|
-
"face-meh-outlined":
|
|
7691
|
-
"face-open-smiley-outlined":
|
|
7692
|
-
"face-sad-outlined":
|
|
7693
|
-
"face-smiley-outlined":
|
|
7694
|
-
"fastfood-outlined":
|
|
7695
|
-
"feed-outlined":
|
|
7696
|
-
"file-certified-outlined":
|
|
7697
|
-
"file-clone-outlined":
|
|
7698
|
-
"file-copy-outlined":
|
|
7699
|
-
"file-dispose-outlined":
|
|
7700
|
-
"file-dollar-certified-outlined":
|
|
7701
|
-
"file-dollar-outlined":
|
|
7702
|
-
"file-download-outlined":
|
|
7703
|
-
"file-export-outlined":
|
|
7704
|
-
"file-lock-outlined":
|
|
7705
|
-
"file-outlined":
|
|
7706
|
-
"file-search-outlined":
|
|
7707
|
-
"file-secured-outlined":
|
|
7708
|
-
"file-statutory-outlined":
|
|
7709
|
-
"file-verified-outlined":
|
|
7710
|
-
"filter-outlined":
|
|
7711
|
-
"folder-outlined":
|
|
7712
|
-
"folder-user-outlined":
|
|
7713
|
-
"form-outlined":
|
|
7714
|
-
"funnel-filter-outline":
|
|
7715
|
-
"goal-outlined":
|
|
7716
|
-
"graph-outlined":
|
|
7717
|
-
"hand-holding-user-outlined":
|
|
7718
|
-
"
|
|
7719
|
-
"
|
|
7720
|
-
"
|
|
7721
|
-
"
|
|
7722
|
-
"home-outlined":
|
|
7723
|
-
"
|
|
7724
|
-
"
|
|
7725
|
-
"
|
|
7726
|
-
"
|
|
7645
|
+
"circle-add-outlined": 59241,
|
|
7646
|
+
"circle-cancel-outlined": 59242,
|
|
7647
|
+
"circle-down-outlined": 59243,
|
|
7648
|
+
"circle-info-outlined": 59244,
|
|
7649
|
+
"circle-left-outlined": 59245,
|
|
7650
|
+
"circle-ok-outlined": 59246,
|
|
7651
|
+
"circle-question-outlined": 59247,
|
|
7652
|
+
"circle-remove-outlined": 59248,
|
|
7653
|
+
"circle-right-outlined": 59249,
|
|
7654
|
+
"circle-up-outlined": 59250,
|
|
7655
|
+
"circle-warning-outlined": 59251,
|
|
7656
|
+
"clock-2-outlined": 59252,
|
|
7657
|
+
"clock-in-outlined": 59253,
|
|
7658
|
+
"clock-out-outlined": 59254,
|
|
7659
|
+
"clock-outlined": 59255,
|
|
7660
|
+
"cog-outlined": 59256,
|
|
7661
|
+
"coin-outlined": 59257,
|
|
7662
|
+
"coin-super-outlined": 59258,
|
|
7663
|
+
"comment-outlined": 59259,
|
|
7664
|
+
"contacts-outlined": 59260,
|
|
7665
|
+
"contacts-user-outlined": 59261,
|
|
7666
|
+
"credit-card-outlined": 59262,
|
|
7667
|
+
"cup-outlined": 59263,
|
|
7668
|
+
"dentistry-outlined": 59264,
|
|
7669
|
+
"direction-arrows-outlined": 59265,
|
|
7670
|
+
"directory-outlined": 59266,
|
|
7671
|
+
"document-outlined": 59267,
|
|
7672
|
+
"dollar-box-outlined": 59268,
|
|
7673
|
+
"dollar-card-outlined": 59269,
|
|
7674
|
+
"dollar-coin-shine-outlined": 59270,
|
|
7675
|
+
"dollar-credit-card-outlined": 59271,
|
|
7676
|
+
"dollar-sign": 59272,
|
|
7677
|
+
"double-buildings-outlined": 59273,
|
|
7678
|
+
"double-left-arrows": 59274,
|
|
7679
|
+
"double-right-arrows": 59275,
|
|
7680
|
+
"download-box-outlined": 59276,
|
|
7681
|
+
"download-outlined": 59277,
|
|
7682
|
+
"edit-template-outlined": 59278,
|
|
7683
|
+
"email-outlined": 59279,
|
|
7684
|
+
"end-break-outlined": 59280,
|
|
7685
|
+
"enter-arrow": 59281,
|
|
7686
|
+
"envelope-outlined": 59282,
|
|
7687
|
+
"evening-outlined": 59283,
|
|
7688
|
+
"expense-approval-outlined": 59284,
|
|
7689
|
+
"expense-outlined": 59285,
|
|
7690
|
+
"explore-outlined": 59286,
|
|
7691
|
+
"extension-outlined": 59287,
|
|
7692
|
+
"external-link": 59288,
|
|
7693
|
+
"eye-invisible-outlined": 59289,
|
|
7694
|
+
"eye-outlined": 59290,
|
|
7695
|
+
"face-id": 59291,
|
|
7696
|
+
"face-meh-outlined": 59292,
|
|
7697
|
+
"face-open-smiley-outlined": 59293,
|
|
7698
|
+
"face-sad-outlined": 59294,
|
|
7699
|
+
"face-smiley-outlined": 59295,
|
|
7700
|
+
"fastfood-outlined": 59296,
|
|
7701
|
+
"feed-outlined": 59297,
|
|
7702
|
+
"file-certified-outlined": 59298,
|
|
7703
|
+
"file-clone-outlined": 59299,
|
|
7704
|
+
"file-copy-outlined": 59300,
|
|
7705
|
+
"file-dispose-outlined": 59301,
|
|
7706
|
+
"file-dollar-certified-outlined": 59302,
|
|
7707
|
+
"file-dollar-outlined": 59303,
|
|
7708
|
+
"file-download-outlined": 59304,
|
|
7709
|
+
"file-export-outlined": 59305,
|
|
7710
|
+
"file-lock-outlined": 59306,
|
|
7711
|
+
"file-outlined": 59307,
|
|
7712
|
+
"file-search-outlined": 59308,
|
|
7713
|
+
"file-secured-outlined": 59309,
|
|
7714
|
+
"file-statutory-outlined": 59310,
|
|
7715
|
+
"file-verified-outlined": 59311,
|
|
7716
|
+
"filter-outlined": 59312,
|
|
7717
|
+
"folder-outlined": 59313,
|
|
7718
|
+
"folder-user-outlined": 59314,
|
|
7719
|
+
"form-outlined": 59315,
|
|
7720
|
+
"funnel-filter-outline": 59316,
|
|
7721
|
+
"goal-outlined": 59317,
|
|
7722
|
+
"graph-outlined": 59318,
|
|
7723
|
+
"hand-holding-user-outlined": 59319,
|
|
7724
|
+
"handshake-outlined": 59320,
|
|
7725
|
+
"happy-sun-outlined": 59321,
|
|
7726
|
+
"health-bag-outlined": 59322,
|
|
7727
|
+
"heart-outlined": 59323,
|
|
7728
|
+
"home-active-outlined": 59324,
|
|
7729
|
+
"home-outlined": 59325,
|
|
7730
|
+
"id-card-outlined": 59326,
|
|
7731
|
+
"image-outlined": 59327,
|
|
7732
|
+
"import-outlined": 59328,
|
|
7733
|
+
"instapay-outlined": 59329,
|
|
7727
7734
|
italic: italic,
|
|
7728
|
-
"job-search-outlined":
|
|
7729
|
-
"leave-approval-outlined":
|
|
7730
|
-
"link-1":
|
|
7731
|
-
"link-2":
|
|
7732
|
-
"list-outlined":
|
|
7733
|
-
"live-help-outlined":
|
|
7735
|
+
"job-search-outlined": 59331,
|
|
7736
|
+
"leave-approval-outlined": 59332,
|
|
7737
|
+
"link-1": 59333,
|
|
7738
|
+
"link-2": 59334,
|
|
7739
|
+
"list-outlined": 59335,
|
|
7740
|
+
"live-help-outlined": 59336,
|
|
7734
7741
|
local_mall_outlined: local_mall_outlined,
|
|
7735
|
-
"location-on-outlined":
|
|
7736
|
-
"location-outlined":
|
|
7737
|
-
"lock-outlined":
|
|
7738
|
-
"locked-file-outlined":
|
|
7739
|
-
"log-out":
|
|
7740
|
-
"mail-outlined":
|
|
7741
|
-
"map-outlined":
|
|
7742
|
-
"media-content-outlined":
|
|
7743
|
-
"menu-close":
|
|
7744
|
-
"menu-expand":
|
|
7745
|
-
"menu-fold-outlined":
|
|
7746
|
-
"menu-unfold-outlined":
|
|
7747
|
-
"moneybag-outlined":
|
|
7748
|
-
"moon-outlined":
|
|
7749
|
-
"more-horizontal":
|
|
7750
|
-
"more-vertical":
|
|
7751
|
-
"morning-outlined":
|
|
7752
|
-
"multiple-folders-outlined":
|
|
7753
|
-
"multiple-users-outlined":
|
|
7754
|
-
"near-me-outlined":
|
|
7755
|
-
"node-outlined":
|
|
7756
|
-
"number-points":
|
|
7742
|
+
"location-on-outlined": 59338,
|
|
7743
|
+
"location-outlined": 59339,
|
|
7744
|
+
"lock-outlined": 59340,
|
|
7745
|
+
"locked-file-outlined": 59341,
|
|
7746
|
+
"log-out": 59342,
|
|
7747
|
+
"mail-outlined": 59343,
|
|
7748
|
+
"map-outlined": 59344,
|
|
7749
|
+
"media-content-outlined": 59345,
|
|
7750
|
+
"menu-close": 59346,
|
|
7751
|
+
"menu-expand": 59347,
|
|
7752
|
+
"menu-fold-outlined": 59348,
|
|
7753
|
+
"menu-unfold-outlined": 59349,
|
|
7754
|
+
"moneybag-outlined": 59350,
|
|
7755
|
+
"moon-outlined": 59351,
|
|
7756
|
+
"more-horizontal": 59352,
|
|
7757
|
+
"more-vertical": 59353,
|
|
7758
|
+
"morning-outlined": 59354,
|
|
7759
|
+
"multiple-folders-outlined": 59355,
|
|
7760
|
+
"multiple-users-outlined": 59356,
|
|
7761
|
+
"near-me-outlined": 59357,
|
|
7762
|
+
"node-outlined": 59358,
|
|
7763
|
+
"number-points": 59359,
|
|
7757
7764
|
number: number,
|
|
7758
|
-
"overview-outlined":
|
|
7759
|
-
"payment-summary-outlined":
|
|
7760
|
-
"payslip-outlined":
|
|
7761
|
-
"pencil-outlined":
|
|
7765
|
+
"overview-outlined": 59361,
|
|
7766
|
+
"payment-summary-outlined": 59362,
|
|
7767
|
+
"payslip-outlined": 59363,
|
|
7768
|
+
"pencil-outlined": 59364,
|
|
7762
7769
|
percentage: percentage,
|
|
7763
|
-
"phone-outlined":
|
|
7764
|
-
"piggy-bank-outlined":
|
|
7765
|
-
"plane-outlined":
|
|
7766
|
-
"play-circle-outlined":
|
|
7767
|
-
"print-outlined":
|
|
7768
|
-
"propane-tank-outlined":
|
|
7769
|
-
"qr-code-outlined":
|
|
7770
|
-
"qualification-outlined":
|
|
7771
|
-
"re-assign":
|
|
7770
|
+
"phone-outlined": 59366,
|
|
7771
|
+
"piggy-bank-outlined": 59367,
|
|
7772
|
+
"plane-outlined": 59368,
|
|
7773
|
+
"play-circle-outlined": 59369,
|
|
7774
|
+
"print-outlined": 59370,
|
|
7775
|
+
"propane-tank-outlined": 59371,
|
|
7776
|
+
"qr-code-outlined": 59372,
|
|
7777
|
+
"qualification-outlined": 59373,
|
|
7778
|
+
"re-assign": 59374,
|
|
7772
7779
|
redeem: redeem,
|
|
7773
7780
|
refresh: refresh,
|
|
7774
7781
|
remove: remove,
|
|
7775
|
-
"reply-outlined":
|
|
7782
|
+
"reply-outlined": 59378,
|
|
7776
7783
|
restart: restart,
|
|
7777
|
-
"resume-outlined":
|
|
7778
|
-
"return-arrow":
|
|
7779
|
-
"rostering-outlined":
|
|
7780
|
-
"safety-outlined":
|
|
7781
|
-
"save-outlined":
|
|
7782
|
-
"schedule-outlined":
|
|
7783
|
-
"search-outlined":
|
|
7784
|
-
"search-secured-outlined":
|
|
7785
|
-
"send-outlined":
|
|
7786
|
-
"share-1":
|
|
7787
|
-
"share-2":
|
|
7788
|
-
"share-outlined-2":
|
|
7789
|
-
"share-outlined":
|
|
7784
|
+
"resume-outlined": 59380,
|
|
7785
|
+
"return-arrow": 59381,
|
|
7786
|
+
"rostering-outlined": 59382,
|
|
7787
|
+
"safety-outlined": 59383,
|
|
7788
|
+
"save-outlined": 59384,
|
|
7789
|
+
"schedule-outlined": 59385,
|
|
7790
|
+
"search-outlined": 59386,
|
|
7791
|
+
"search-secured-outlined": 59387,
|
|
7792
|
+
"send-outlined": 59388,
|
|
7793
|
+
"share-1": 59389,
|
|
7794
|
+
"share-2": 59390,
|
|
7795
|
+
"share-outlined-2": 59391,
|
|
7796
|
+
"share-outlined": 59392,
|
|
7790
7797
|
shopping_basket_outlined: shopping_basket_outlined,
|
|
7791
|
-
"show-chart-outlined":
|
|
7792
|
-
"single-down-arrow":
|
|
7793
|
-
"single-left-arrow":
|
|
7794
|
-
"single-right-arrow":
|
|
7795
|
-
"single-up-arrow":
|
|
7796
|
-
"smart-match-outlined":
|
|
7797
|
-
"sparkle-outlined":
|
|
7798
|
-
"speaker-active-outlined":
|
|
7799
|
-
"speaker-outlined":
|
|
7800
|
-
"star-circle-outlined":
|
|
7801
|
-
"star-outlined":
|
|
7802
|
-
"start-break-outlined":
|
|
7803
|
-
"stash-outlined":
|
|
7804
|
-
"stopwatch-outlined":
|
|
7798
|
+
"show-chart-outlined": 59394,
|
|
7799
|
+
"single-down-arrow": 59395,
|
|
7800
|
+
"single-left-arrow": 59396,
|
|
7801
|
+
"single-right-arrow": 59397,
|
|
7802
|
+
"single-up-arrow": 59398,
|
|
7803
|
+
"smart-match-outlined": 59399,
|
|
7804
|
+
"sparkle-outlined": 59400,
|
|
7805
|
+
"speaker-active-outlined": 59401,
|
|
7806
|
+
"speaker-outlined": 59402,
|
|
7807
|
+
"star-circle-outlined": 59403,
|
|
7808
|
+
"star-outlined": 59404,
|
|
7809
|
+
"start-break-outlined": 59405,
|
|
7810
|
+
"stash-outlined": 59406,
|
|
7811
|
+
"stopwatch-outlined": 59407,
|
|
7805
7812
|
strikethrough: strikethrough,
|
|
7806
|
-
"styler-outlined":
|
|
7807
|
-
"suitcase-clock-outlined":
|
|
7808
|
-
"suitcase-outlined":
|
|
7809
|
-
"survey-outlined":
|
|
7810
|
-
"switch-outlined":
|
|
7813
|
+
"styler-outlined": 59409,
|
|
7814
|
+
"suitcase-clock-outlined": 59410,
|
|
7815
|
+
"suitcase-outlined": 59411,
|
|
7816
|
+
"survey-outlined": 59412,
|
|
7817
|
+
"switch-outlined": 59413,
|
|
7811
7818
|
sync: sync,
|
|
7812
|
-
"tag-outlined":
|
|
7813
|
-
"target-outlined":
|
|
7814
|
-
"tennis-outlined":
|
|
7815
|
-
"
|
|
7816
|
-
"
|
|
7817
|
-
"
|
|
7818
|
-
"
|
|
7819
|
+
"tag-outlined": 59415,
|
|
7820
|
+
"target-outlined": 59416,
|
|
7821
|
+
"tennis-outlined": 59417,
|
|
7822
|
+
"thumb-down-outlined": 59418,
|
|
7823
|
+
"ticket-outlined": 59419,
|
|
7824
|
+
"timesheet-outlined": 59420,
|
|
7825
|
+
"timesheets-outlined": 59421,
|
|
7826
|
+
"today-outlined": 59422,
|
|
7819
7827
|
transfer: transfer,
|
|
7820
|
-
"trash-bin-outlined":
|
|
7821
|
-
"umbrela-outlined":
|
|
7822
|
-
"unavailability-outlined":
|
|
7828
|
+
"trash-bin-outlined": 59424,
|
|
7829
|
+
"umbrela-outlined": 59425,
|
|
7830
|
+
"unavailability-outlined": 59426,
|
|
7823
7831
|
unavailable: unavailable,
|
|
7824
7832
|
underline: underline,
|
|
7825
|
-
"union-outlined":
|
|
7826
|
-
"unlock-outlined":
|
|
7827
|
-
"upload-outlined":
|
|
7828
|
-
"user-circle-outlined":
|
|
7829
|
-
"user-gear-outlined":
|
|
7830
|
-
"user-outlined":
|
|
7831
|
-
"user-rectangle-outlined":
|
|
7832
|
-
"video-1-outlined":
|
|
7833
|
-
"video-2-outlined":
|
|
7834
|
-
"volunteer-outlined":
|
|
7835
|
-
"wallet-outlined":
|
|
7836
|
-
"wellness-outlined":
|
|
7833
|
+
"union-outlined": 59429,
|
|
7834
|
+
"unlock-outlined": 59430,
|
|
7835
|
+
"upload-outlined": 59431,
|
|
7836
|
+
"user-circle-outlined": 59432,
|
|
7837
|
+
"user-gear-outlined": 59433,
|
|
7838
|
+
"user-outlined": 59434,
|
|
7839
|
+
"user-rectangle-outlined": 59435,
|
|
7840
|
+
"video-1-outlined": 59436,
|
|
7841
|
+
"video-2-outlined": 59437,
|
|
7842
|
+
"volunteer-outlined": 59438,
|
|
7843
|
+
"wallet-outlined": 59439,
|
|
7844
|
+
"wellness-outlined": 59440
|
|
7837
7845
|
};
|
|
7838
7846
|
|
|
7839
7847
|
var HeroIcon = createIconSet(glyphMap, 'hero-icons-mobile', 'hero-icons-mobile.ttf');
|
|
@@ -14952,7 +14960,7 @@ var ErrorComponent = function ErrorComponent(_ref2) {
|
|
|
14952
14960
|
}, nativeProps));
|
|
14953
14961
|
};
|
|
14954
14962
|
|
|
14955
|
-
var StyledActionItem = index$a(
|
|
14963
|
+
var StyledActionItem = index$a(TouchableOpacity)(function (_ref) {
|
|
14956
14964
|
var theme = _ref.theme;
|
|
14957
14965
|
return {
|
|
14958
14966
|
padding: theme.__hd__.fab.space.actionItemPadding,
|
|
@@ -14979,7 +14987,7 @@ var StyledIcon$1 = index$a(Icon)(function (_ref3) {
|
|
|
14979
14987
|
};
|
|
14980
14988
|
});
|
|
14981
14989
|
|
|
14982
|
-
var AnimatedTouchableHighlight = Animated.createAnimatedComponent(
|
|
14990
|
+
var AnimatedTouchableHighlight = Animated.createAnimatedComponent(TouchableOpacity);
|
|
14983
14991
|
var StyledFAB$2 = index$a(AnimatedTouchableHighlight)(function (_ref) {
|
|
14984
14992
|
var theme = _ref.theme,
|
|
14985
14993
|
themeActive = _ref.themeActive;
|
|
@@ -15036,7 +15044,6 @@ var ActionItem = function ActionItem(_ref) {
|
|
|
15036
15044
|
index = _ref.index,
|
|
15037
15045
|
_ref$active = _ref.active,
|
|
15038
15046
|
active = _ref$active === void 0 ? false : _ref$active;
|
|
15039
|
-
var theme = useTheme();
|
|
15040
15047
|
var animatedValue = React__default.useRef(new Animated.Value(0));
|
|
15041
15048
|
var translateY = animatedValue.current.interpolate({
|
|
15042
15049
|
inputRange: [0, 1],
|
|
@@ -15058,7 +15065,7 @@ var ActionItem = function ActionItem(_ref) {
|
|
|
15058
15065
|
}]
|
|
15059
15066
|
}
|
|
15060
15067
|
}, /*#__PURE__*/React__default.createElement(StyledActionItem, {
|
|
15061
|
-
|
|
15068
|
+
activeOpacity: 0.8,
|
|
15062
15069
|
style: style,
|
|
15063
15070
|
onPress: onPress,
|
|
15064
15071
|
testID: testID
|
|
@@ -15222,7 +15229,7 @@ var FAB$1 = /*#__PURE__*/forwardRef(function (_ref3, ref) {
|
|
|
15222
15229
|
onLayout: function onLayout(event) {
|
|
15223
15230
|
return !hasSetButtonWidth && !active && setButtonWidth(event.nativeEvent.layout.width);
|
|
15224
15231
|
},
|
|
15225
|
-
|
|
15232
|
+
activeOpacity: 0.8,
|
|
15226
15233
|
onPress: onPress,
|
|
15227
15234
|
style: [style, {
|
|
15228
15235
|
bottom: displayState.hideButton ? -(marginBottom + theme.__hd__.fab.sizes.height * 2) : (_StyleSheet$flatten2 = StyleSheet$1.flatten(style)) === null || _StyleSheet$flatten2 === void 0 ? void 0 : _StyleSheet$flatten2.bottom,
|
|
@@ -15294,7 +15301,7 @@ var StyledBackdrop = index$a(AnimatedPressable)(function (_ref2) {
|
|
|
15294
15301
|
right: 0,
|
|
15295
15302
|
top: 0,
|
|
15296
15303
|
bottom: 0,
|
|
15297
|
-
opacity: 0.
|
|
15304
|
+
opacity: 0.8,
|
|
15298
15305
|
backgroundColor: theme.__hd__.fab.colors.backdropBackground
|
|
15299
15306
|
};
|
|
15300
15307
|
});
|