@hero-design/rn 8.38.0 → 8.39.1
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.log +1 -1
- package/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/es/index.js +201 -196
- package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/lib/index.js +201 -196
- package/package.json +13 -12
- package/src/components/Accordion/__tests__/__snapshots__/AccordionItem.spec.tsx.snap +64 -64
- package/src/components/Accordion/__tests__/__snapshots__/StyledAccordion.spec.tsx.snap +4 -4
- package/src/components/Accordion/__tests__/__snapshots__/index.spec.tsx.snap +104 -104
- package/src/components/Alert/__tests__/__snapshots__/index.spec.tsx.snap +107 -107
- package/src/components/Attachment/__tests__/__snapshots__/index.spec.tsx.snap +17 -17
- package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/StyledAvatarStack.spec.tsx.snap +10 -10
- package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/index.spec.tsx.snap +76 -76
- package/src/components/Avatar/__tests__/__snapshots__/StyledAvatar.spec.tsx.snap +8 -8
- package/src/components/Avatar/__tests__/__snapshots__/index.spec.tsx.snap +24 -24
- package/src/components/Badge/__tests__/__snapshots__/Badge.spec.tsx.snap +42 -42
- package/src/components/Badge/__tests__/__snapshots__/Status.spec.tsx.snap +10 -10
- package/src/components/BottomNavigation/__tests__/__snapshots__/index.spec.tsx.snap +46 -46
- package/src/components/BottomNavigation/index.tsx +4 -0
- package/src/components/BottomSheet/__tests__/__snapshots__/index.spec.tsx.snap +30 -30
- package/src/components/Box/__tests__/__snapshots__/index.spec.tsx.snap +42 -42
- package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/StyledLoadingIndicator.spec.tsx.snap +20 -20
- package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/index.spec.tsx.snap +210 -210
- package/src/components/Button/UtilityButton/__tests__/__snapshots__/index.spec.tsx.snap +18 -18
- package/src/components/Button/__tests__/__snapshots__/Button.spec.tsx.snap +214 -214
- package/src/components/Button/__tests__/__snapshots__/IconButton.spec.tsx.snap +4 -4
- package/src/components/Button/__tests__/__snapshots__/StyledButton.spec.tsx.snap +105 -105
- package/src/components/Calendar/__tests__/__snapshots__/CalendarRowItem.spec.tsx.snap +35 -35
- package/src/components/Card/DataCard/__tests__/__snapshots__/StyledDataCard.spec.tsx.snap +14 -14
- package/src/components/Card/DataCard/__tests__/__snapshots__/index.spec.tsx.snap +20 -20
- package/src/components/Card/__tests__/__snapshots__/StyledCard.spec.tsx.snap +2 -2
- package/src/components/Card/__tests__/__snapshots__/index.spec.tsx.snap +24 -24
- package/src/components/Carousel/CardCarousel.tsx +1 -1
- package/src/components/Carousel/__tests__/__snapshots__/CardCarousel.spec.tsx.snap +88 -88
- package/src/components/Carousel/__tests__/__snapshots__/StyledCardCarousel.spec.tsx.snap +15 -15
- package/src/components/Carousel/__tests__/__snapshots__/StyledCarousel.spec.tsx.snap +2 -2
- package/src/components/Carousel/__tests__/__snapshots__/index.spec.tsx.snap +342 -342
- package/src/components/Checkbox/__tests__/__snapshots__/StyledCheckbox.spec.tsx.snap +12 -12
- package/src/components/Checkbox/__tests__/__snapshots__/index.spec.tsx.snap +56 -56
- package/src/components/Collapse/__tests__/__snapshots__/StyledCollapse.spec.tsx.snap +3 -3
- package/src/components/Collapse/__tests__/__snapshots__/index.spec.tsx.snap +10 -10
- package/src/components/ContentNavigator/__tests__/__snapshots__/StyledContentNavigator.spec.tsx.snap +2 -2
- package/src/components/ContentNavigator/__tests__/__snapshots__/index.spec.tsx.snap +39 -39
- package/src/components/DatePicker/__tests__/__snapshots__/DatePicker.spec.tsx.snap +90 -90
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +30 -30
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerCalendar.spec.tsx.snap +30 -30
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +71 -71
- package/src/components/Divider/__tests__/__snapshots__/StyledDivider.spec.tsx.snap +24 -24
- package/src/components/Drawer/DragableDrawer/__tests__/__snapshots__/index.spec.tsx.snap +11 -11
- package/src/components/Drawer/__tests__/__snapshots__/index.spec.tsx.snap +21 -21
- package/src/components/Empty/__tests__/__snapshots__/index.spec.tsx.snap +23 -23
- package/src/components/Error/__tests__/__snapshots__/index.spec.tsx.snap +69 -69
- package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +157 -157
- package/src/components/FAB/__tests__/__snapshots__/AnimatedFABIcon.spec.tsx.snap +16 -16
- package/src/components/FAB/__tests__/__snapshots__/StyledFAB.spec.tsx.snap +14 -14
- package/src/components/FAB/__tests__/__snapshots__/index.spec.tsx.snap +46 -46
- package/src/components/HeroDesignProvider/__tests__/__snapshots__/index.spec.tsx.snap +5 -5
- package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
- package/src/components/Icon/IconList.ts +2 -0
- package/src/components/Icon/__tests__/__snapshots__/index.spec.tsx.snap +11 -11
- package/src/components/Image/__tests__/__snapshots__/index.spec.tsx.snap +12 -12
- package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +34 -34
- package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +98 -98
- package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +16 -16
- package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +28 -28
- package/src/components/PageControl/__tests__/__snapshots__/index.spec.tsx.snap +5 -5
- package/src/components/PinInput/__tests__/__snapshots__/PinCell.spec.tsx.snap +30 -30
- package/src/components/PinInput/__tests__/__snapshots__/StyledPinInput.spec.tsx.snap +6 -6
- package/src/components/PinInput/__tests__/__snapshots__/index.spec.tsx.snap +138 -138
- package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +136 -136
- package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +24 -24
- package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +39 -39
- package/src/components/Rate/__tests__/__snapshots__/index.spec.tsx.snap +78 -78
- package/src/components/RefreshControl/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
- package/src/components/RichTextEditor/__tests__/__snapshots__/EditorToolbar.spec.tsx.snap +27 -27
- package/src/components/RichTextEditor/__tests__/__snapshots__/MentionList.spec.tsx.snap +4 -4
- package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +72 -72
- package/src/components/SectionHeading/__tests__/__snapshots__/StyledHeading.spec.tsx.snap +6 -6
- package/src/components/SectionHeading/__tests__/__snapshots__/index.spec.tsx.snap +38 -38
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +12 -12
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +460 -460
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +838 -838
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +7 -7
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +443 -443
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +628 -628
- package/src/components/Skeleton/__tests__/__snapshots__/index.spec.tsx.snap +98 -98
- package/src/components/Spinner/__tests__/__snapshots__/AnimatedSpinner.spec.tsx.snap +21 -21
- package/src/components/Spinner/__tests__/__snapshots__/StyledSpinner.spec.tsx.snap +132 -132
- package/src/components/Spinner/__tests__/__snapshots__/index.spec.tsx.snap +25 -25
- package/src/components/Success/__tests__/__snapshots__/index.spec.tsx.snap +69 -69
- package/src/components/Swipeable/__tests__/__snapshots__/SwipeableAction.spec.tsx.snap +9 -9
- package/src/components/Swipeable/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
- package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/Option.spec.tsx.snap +26 -26
- package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/index.spec.tsx.snap +19 -19
- package/src/components/Switch/__tests__/__snapshots__/StyledSwitch.spec.tsx.snap +9 -9
- package/src/components/Switch/__tests__/__snapshots__/index.spec.tsx.snap +8 -8
- package/src/components/Tabs/SceneView.tsx +5 -2
- package/src/components/Tabs/ScrollableTabs.tsx +1 -1
- package/src/components/Tabs/__tests__/__snapshots__/SceneView.spec.tsx.snap +23 -23
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +336 -336
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabsHeader.spec.tsx.snap +80 -80
- package/src/components/Tabs/__tests__/__snapshots__/TabWithBadge.spec.tsx.snap +13 -13
- package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +225 -225
- package/src/components/Tag/__tests__/__snapshots__/Tag.spec.tsx.snap +58 -58
- package/src/components/TextInput/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +106 -106
- package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +561 -561
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +60 -60
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +101 -101
- package/src/components/Toast/__tests__/__snapshots__/Toast.spec.tsx.snap +108 -108
- package/src/components/Toast/__tests__/__snapshots__/ToastContainer.spec.tsx.snap +8 -8
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +66 -66
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +52 -52
- package/src/components/Typography/Body/__tests__/__snapshots__/StyledBody.tsx.snap +32 -32
- package/src/components/Typography/Body/__tests__/__snapshots__/index.spec.tsx.snap +38 -38
- package/src/components/Typography/Caption/__tests__/__snapshots__/StyledCaption.spec.tsx.snap +20 -20
- package/src/components/Typography/Caption/__tests__/__snapshots__/index.spec.tsx.snap +26 -26
- package/src/components/Typography/Label/__tests__/__snapshots__/StyledLabel.tsx.snap +16 -16
- package/src/components/Typography/Label/__tests__/__snapshots__/index.spec.tsx.snap +22 -22
- package/src/components/Typography/Text/__tests__/__snapshots__/StyledText.spec.tsx.snap +40 -40
- package/src/components/Typography/Title/__tests__/__snapshots__/StyledTitle.tsx.snap +40 -40
- package/src/components/Typography/Title/__tests__/__snapshots__/index.spec.tsx.snap +46 -46
- package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +302 -302
- package/src/theme/global/colors/__tests__/__snapshots__/eBens.spec.ts.snap +1 -1
- package/src/theme/global/colors/__tests__/__snapshots__/global.spec.ts.snap +1 -1
- package/src/theme/global/colors/__tests__/__snapshots__/globalDark.spec.ts.snap +1 -1
- package/src/theme/global/colors/__tests__/__snapshots__/jobs.spec.ts.snap +1 -1
- package/src/theme/global/colors/__tests__/__snapshots__/swag.spec.ts.snap +1 -1
- package/src/theme/global/colors/__tests__/__snapshots__/swagDark.spec.ts.snap +1 -1
- package/src/theme/global/colors/__tests__/__snapshots__/wallet.spec.ts.snap +1 -1
- package/src/theme/global/colors/__tests__/__snapshots__/work.spec.ts.snap +1 -1
- 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/RichTextEditor/EditorEvent.d.ts +1 -0
- package/src/components/Modal/__tests__/ModalContentWrapper.spec.tsx +0 -25
- package/src/components/Modal/__tests__/ModalPresenter.spec.tsx +0 -57
- package/src/components/Modal/__tests__/__snapshots__/ModalContentWrapper.spec.tsx.snap +0 -35
- package/src/components/Modal/__tests__/__snapshots__/ModalPresenter.spec.tsx.snap +0 -55
- package/src/components/Modal/__tests__/index.spec.tsx +0 -50
package/lib/index.js
CHANGED
|
@@ -6557,7 +6557,7 @@ var Typography = {
|
|
|
6557
6557
|
};
|
|
6558
6558
|
|
|
6559
6559
|
// 🔴 DO NOT EDIT — This file is generated automatically.
|
|
6560
|
-
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', 'double-buildings', 'edit-template', 'envelope', 'exclude', 'expense', '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', 'home', 'image', 'import', 'incident-siren', 'instapay', 'list', 'loading-2', 'loading', 'location', 'lock', 'looks-one', 'looks-two', 'media-content', 'menu', 'money-notes', 'moneybag', 'moon', 'multiple-stars', 'multiple-users', 'node', 'open-folder', 'paperclip', 'payment-summary', 'pencil', 'phone', 'piggy-bank', 'plane-up', 'plane', 'play-circle', 'print', 'raising-hands', 'reply-arrow', 'reply', 'reschedule', 'rostering', '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', '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', 'ai-outlined', 'alignment-2-outlined', 'alignment-outlined', 'all-caps', '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', 'billing-outlined', 'body-outlined', 'bold', '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', '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-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', 'enter-arrow', 'envelope-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', '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', 'link-1', 'link-2', 'list-outlined', 'live-help-outlined', 'location-on-outlined', 'location-outlined', 'lock-outlined', 'locked-file-outlined', 'log-out', 'mail-outlined', 'media-content-outlined', 'menu-close', 'menu-expand', 'menu-fold-outlined', 'menu-unfold-outlined', 'moneybag-outlined', 'moon-outlined', 'more-horizontal', 'more-vertical', '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', 'qr-code-outlined', 'qualification-outlined', 're-assign', 'redeem', 'refresh', 'remove', 'reply-outlined', 'restart', 'return-arrow', 'rostering-outlined', 'save-outlined', 'schedule-outlined', 'search-outlined', 'search-secured-outlined', 'send-outlined', 'share-1', 'share-2', 'share-outlined', 'show-chart-outlined', 'single-down-arrow', 'single-left-arrow', 'single-right-arrow', 'single-up-arrow', 'speaker-active-outlined', 'speaker-outlined', 'star-circle-outlined', 'star-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', 'today-outlined', 'transfer', 'trash-bin-outlined', 'umbrela-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'];
|
|
6560
|
+
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', 'double-buildings', 'edit-template', 'envelope', 'exclude', 'expense', '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', 'home', 'image', 'import', 'incident-siren', 'instapay', 'list', 'loading-2', 'loading', 'location', 'lock', 'looks-one', 'looks-two', 'media-content', 'menu', 'money-notes', 'moneybag', 'moon', 'multiple-stars', 'multiple-users', 'node', 'open-folder', 'paperclip', 'payment-summary', 'pencil', 'phone', 'piggy-bank', 'plane-up', 'plane', 'play-circle', 'print', 'raising-hands', 'reply-arrow', 'reply', 'reschedule', 'rostering', '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', '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', 'ai-outlined', 'alignment-2-outlined', 'alignment-outlined', 'all-caps', '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', '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', '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-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', 'enter-arrow', 'envelope-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', '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', 'link-1', 'link-2', 'list-outlined', 'live-help-outlined', 'location-on-outlined', 'location-outlined', 'lock-outlined', 'locked-file-outlined', 'log-out', 'mail-outlined', 'media-content-outlined', 'menu-close', 'menu-expand', 'menu-fold-outlined', 'menu-unfold-outlined', 'moneybag-outlined', 'moon-outlined', 'more-horizontal', 'more-vertical', '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', 'return-arrow', 'rostering-outlined', 'save-outlined', 'schedule-outlined', 'search-outlined', 'search-secured-outlined', 'send-outlined', 'share-1', 'share-2', 'share-outlined', 'show-chart-outlined', 'single-down-arrow', 'single-left-arrow', 'single-right-arrow', 'single-up-arrow', 'speaker-active-outlined', 'speaker-outlined', 'star-circle-outlined', 'star-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', 'today-outlined', 'transfer', 'trash-bin-outlined', 'umbrela-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'];
|
|
6561
6561
|
|
|
6562
6562
|
var activate = 59000;
|
|
6563
6563
|
var adjustment = 59003;
|
|
@@ -6632,20 +6632,20 @@ var wallet = 59174;
|
|
|
6632
6632
|
var warning = 59175;
|
|
6633
6633
|
var add = 59181;
|
|
6634
6634
|
var bold = 59204;
|
|
6635
|
-
var cancel =
|
|
6636
|
-
var checkmark =
|
|
6637
|
-
var italic =
|
|
6638
|
-
var number =
|
|
6639
|
-
var percentage =
|
|
6640
|
-
var redeem =
|
|
6641
|
-
var refresh =
|
|
6642
|
-
var remove =
|
|
6643
|
-
var restart =
|
|
6644
|
-
var strikethrough =
|
|
6645
|
-
var sync =
|
|
6646
|
-
var transfer =
|
|
6647
|
-
var unavailable =
|
|
6648
|
-
var underline =
|
|
6635
|
+
var cancel = 59218;
|
|
6636
|
+
var checkmark = 59223;
|
|
6637
|
+
var italic = 59306;
|
|
6638
|
+
var number = 59331;
|
|
6639
|
+
var percentage = 59336;
|
|
6640
|
+
var redeem = 59346;
|
|
6641
|
+
var refresh = 59347;
|
|
6642
|
+
var remove = 59348;
|
|
6643
|
+
var restart = 59350;
|
|
6644
|
+
var strikethrough = 59371;
|
|
6645
|
+
var sync = 59377;
|
|
6646
|
+
var transfer = 59384;
|
|
6647
|
+
var unavailable = 59387;
|
|
6648
|
+
var underline = 59388;
|
|
6649
6649
|
var glyphMap = {
|
|
6650
6650
|
activate: activate,
|
|
6651
6651
|
"add-emoji": 59001,
|
|
@@ -6852,199 +6852,201 @@ var glyphMap = {
|
|
|
6852
6852
|
"billing-outlined": 59202,
|
|
6853
6853
|
"body-outlined": 59203,
|
|
6854
6854
|
bold: bold,
|
|
6855
|
-
"
|
|
6856
|
-
"
|
|
6857
|
-
"bookmark-outlined": 59207,
|
|
6858
|
-
"
|
|
6859
|
-
"box-outlined": 59209,
|
|
6860
|
-
"
|
|
6861
|
-
"
|
|
6862
|
-
"
|
|
6863
|
-
"calendar-
|
|
6864
|
-
"
|
|
6865
|
-
"call-
|
|
6866
|
-
"
|
|
6855
|
+
"bolt-outlined": 59205,
|
|
6856
|
+
"book-outlined": 59206,
|
|
6857
|
+
"bookmark-added-outlined": 59207,
|
|
6858
|
+
"bookmark-outlined": 59208,
|
|
6859
|
+
"box-check-outlined": 59209,
|
|
6860
|
+
"box-outlined": 59210,
|
|
6861
|
+
"bullet-points": 59211,
|
|
6862
|
+
"cake-outlined": 59212,
|
|
6863
|
+
"calendar-dates-outlined": 59213,
|
|
6864
|
+
"calendar-star-outlined": 59214,
|
|
6865
|
+
"call-outlined": 59215,
|
|
6866
|
+
"call-split-outlined": 59216,
|
|
6867
|
+
"camera-outlined": 59217,
|
|
6867
6868
|
cancel: cancel,
|
|
6868
|
-
"car-forward-outlined":
|
|
6869
|
-
"charging-station-outlined":
|
|
6870
|
-
"chat-bubble-outlined":
|
|
6871
|
-
"chat-unread-outlined":
|
|
6869
|
+
"car-forward-outlined": 59219,
|
|
6870
|
+
"charging-station-outlined": 59220,
|
|
6871
|
+
"chat-bubble-outlined": 59221,
|
|
6872
|
+
"chat-unread-outlined": 59222,
|
|
6872
6873
|
checkmark: checkmark,
|
|
6873
|
-
"circle-add-outlined":
|
|
6874
|
-
"circle-cancel-outlined":
|
|
6875
|
-
"circle-down-outlined":
|
|
6876
|
-
"circle-info-outlined":
|
|
6877
|
-
"circle-left-outlined":
|
|
6878
|
-
"circle-ok-outlined":
|
|
6879
|
-
"circle-question-outlined":
|
|
6880
|
-
"circle-remove-outlined":
|
|
6881
|
-
"circle-right-outlined":
|
|
6882
|
-
"circle-up-outlined":
|
|
6883
|
-
"circle-warning-outlined":
|
|
6884
|
-
"clock-2-outlined":
|
|
6885
|
-
"clock-outlined":
|
|
6886
|
-
"cog-outlined":
|
|
6887
|
-
"coin-outlined":
|
|
6888
|
-
"coin-super-outlined":
|
|
6889
|
-
"comment-outlined":
|
|
6890
|
-
"contacts-outlined":
|
|
6891
|
-
"contacts-user-outlined":
|
|
6892
|
-
"credit-card-outlined":
|
|
6893
|
-
"cup-outlined":
|
|
6894
|
-
"dentistry-outlined":
|
|
6895
|
-
"direction-arrows-outlined":
|
|
6896
|
-
"directory-outlined":
|
|
6897
|
-
"document-outlined":
|
|
6898
|
-
"dollar-box-outlined":
|
|
6899
|
-
"dollar-card-outlined":
|
|
6900
|
-
"dollar-coin-shine-outlined":
|
|
6901
|
-
"dollar-credit-card-outlined":
|
|
6902
|
-
"dollar-sign":
|
|
6903
|
-
"double-buildings-outlined":
|
|
6904
|
-
"double-left-arrows":
|
|
6905
|
-
"double-right-arrows":
|
|
6906
|
-
"download-box-outlined":
|
|
6907
|
-
"download-outlined":
|
|
6908
|
-
"edit-template-outlined":
|
|
6909
|
-
"email-outlined":
|
|
6910
|
-
"enter-arrow":
|
|
6911
|
-
"envelope-outlined":
|
|
6912
|
-
"expense-outlined":
|
|
6913
|
-
"explore-outlined":
|
|
6914
|
-
"extension-outlined":
|
|
6915
|
-
"external-link":
|
|
6916
|
-
"eye-invisible-outlined":
|
|
6917
|
-
"eye-outlined":
|
|
6918
|
-
"face-id":
|
|
6919
|
-
"face-meh-outlined":
|
|
6920
|
-
"face-open-smiley-outlined":
|
|
6921
|
-
"face-sad-outlined":
|
|
6922
|
-
"face-smiley-outlined":
|
|
6923
|
-
"fastfood-outlined":
|
|
6924
|
-
"feed-outlined":
|
|
6925
|
-
"file-certified-outlined":
|
|
6926
|
-
"file-clone-outlined":
|
|
6927
|
-
"file-copy-outlined":
|
|
6928
|
-
"file-dispose-outlined":
|
|
6929
|
-
"file-dollar-certified-outlined":
|
|
6930
|
-
"file-dollar-outlined":
|
|
6931
|
-
"file-download-outlined":
|
|
6932
|
-
"file-export-outlined":
|
|
6933
|
-
"file-lock-outlined":
|
|
6934
|
-
"file-outlined":
|
|
6935
|
-
"file-search-outlined":
|
|
6936
|
-
"file-secured-outlined":
|
|
6937
|
-
"file-statutory-outlined":
|
|
6938
|
-
"file-verified-outlined":
|
|
6939
|
-
"filter-outlined":
|
|
6940
|
-
"folder-outlined":
|
|
6941
|
-
"folder-user-outlined":
|
|
6942
|
-
"form-outlined":
|
|
6943
|
-
"funnel-filter-outline":
|
|
6944
|
-
"graph-outlined":
|
|
6945
|
-
"hand-holding-user-outlined":
|
|
6946
|
-
"happy-sun-outlined":
|
|
6947
|
-
"health-bag-outlined":
|
|
6948
|
-
"heart-outlined":
|
|
6949
|
-
"home-active-outlined":
|
|
6950
|
-
"home-outlined":
|
|
6951
|
-
"id-card-outlined":
|
|
6952
|
-
"image-outlined":
|
|
6953
|
-
"import-outlined":
|
|
6954
|
-
"instapay-outlined":
|
|
6874
|
+
"circle-add-outlined": 59224,
|
|
6875
|
+
"circle-cancel-outlined": 59225,
|
|
6876
|
+
"circle-down-outlined": 59226,
|
|
6877
|
+
"circle-info-outlined": 59227,
|
|
6878
|
+
"circle-left-outlined": 59228,
|
|
6879
|
+
"circle-ok-outlined": 59229,
|
|
6880
|
+
"circle-question-outlined": 59230,
|
|
6881
|
+
"circle-remove-outlined": 59231,
|
|
6882
|
+
"circle-right-outlined": 59232,
|
|
6883
|
+
"circle-up-outlined": 59233,
|
|
6884
|
+
"circle-warning-outlined": 59234,
|
|
6885
|
+
"clock-2-outlined": 59235,
|
|
6886
|
+
"clock-outlined": 59236,
|
|
6887
|
+
"cog-outlined": 59237,
|
|
6888
|
+
"coin-outlined": 59238,
|
|
6889
|
+
"coin-super-outlined": 59239,
|
|
6890
|
+
"comment-outlined": 59240,
|
|
6891
|
+
"contacts-outlined": 59241,
|
|
6892
|
+
"contacts-user-outlined": 59242,
|
|
6893
|
+
"credit-card-outlined": 59243,
|
|
6894
|
+
"cup-outlined": 59244,
|
|
6895
|
+
"dentistry-outlined": 59245,
|
|
6896
|
+
"direction-arrows-outlined": 59246,
|
|
6897
|
+
"directory-outlined": 59247,
|
|
6898
|
+
"document-outlined": 59248,
|
|
6899
|
+
"dollar-box-outlined": 59249,
|
|
6900
|
+
"dollar-card-outlined": 59250,
|
|
6901
|
+
"dollar-coin-shine-outlined": 59251,
|
|
6902
|
+
"dollar-credit-card-outlined": 59252,
|
|
6903
|
+
"dollar-sign": 59253,
|
|
6904
|
+
"double-buildings-outlined": 59254,
|
|
6905
|
+
"double-left-arrows": 59255,
|
|
6906
|
+
"double-right-arrows": 59256,
|
|
6907
|
+
"download-box-outlined": 59257,
|
|
6908
|
+
"download-outlined": 59258,
|
|
6909
|
+
"edit-template-outlined": 59259,
|
|
6910
|
+
"email-outlined": 59260,
|
|
6911
|
+
"enter-arrow": 59261,
|
|
6912
|
+
"envelope-outlined": 59262,
|
|
6913
|
+
"expense-outlined": 59263,
|
|
6914
|
+
"explore-outlined": 59264,
|
|
6915
|
+
"extension-outlined": 59265,
|
|
6916
|
+
"external-link": 59266,
|
|
6917
|
+
"eye-invisible-outlined": 59267,
|
|
6918
|
+
"eye-outlined": 59268,
|
|
6919
|
+
"face-id": 59269,
|
|
6920
|
+
"face-meh-outlined": 59270,
|
|
6921
|
+
"face-open-smiley-outlined": 59271,
|
|
6922
|
+
"face-sad-outlined": 59272,
|
|
6923
|
+
"face-smiley-outlined": 59273,
|
|
6924
|
+
"fastfood-outlined": 59274,
|
|
6925
|
+
"feed-outlined": 59275,
|
|
6926
|
+
"file-certified-outlined": 59276,
|
|
6927
|
+
"file-clone-outlined": 59277,
|
|
6928
|
+
"file-copy-outlined": 59278,
|
|
6929
|
+
"file-dispose-outlined": 59279,
|
|
6930
|
+
"file-dollar-certified-outlined": 59280,
|
|
6931
|
+
"file-dollar-outlined": 59281,
|
|
6932
|
+
"file-download-outlined": 59282,
|
|
6933
|
+
"file-export-outlined": 59283,
|
|
6934
|
+
"file-lock-outlined": 59284,
|
|
6935
|
+
"file-outlined": 59285,
|
|
6936
|
+
"file-search-outlined": 59286,
|
|
6937
|
+
"file-secured-outlined": 59287,
|
|
6938
|
+
"file-statutory-outlined": 59288,
|
|
6939
|
+
"file-verified-outlined": 59289,
|
|
6940
|
+
"filter-outlined": 59290,
|
|
6941
|
+
"folder-outlined": 59291,
|
|
6942
|
+
"folder-user-outlined": 59292,
|
|
6943
|
+
"form-outlined": 59293,
|
|
6944
|
+
"funnel-filter-outline": 59294,
|
|
6945
|
+
"graph-outlined": 59295,
|
|
6946
|
+
"hand-holding-user-outlined": 59296,
|
|
6947
|
+
"happy-sun-outlined": 59297,
|
|
6948
|
+
"health-bag-outlined": 59298,
|
|
6949
|
+
"heart-outlined": 59299,
|
|
6950
|
+
"home-active-outlined": 59300,
|
|
6951
|
+
"home-outlined": 59301,
|
|
6952
|
+
"id-card-outlined": 59302,
|
|
6953
|
+
"image-outlined": 59303,
|
|
6954
|
+
"import-outlined": 59304,
|
|
6955
|
+
"instapay-outlined": 59305,
|
|
6955
6956
|
italic: italic,
|
|
6956
|
-
"link-1":
|
|
6957
|
-
"link-2":
|
|
6958
|
-
"list-outlined":
|
|
6959
|
-
"live-help-outlined":
|
|
6960
|
-
"location-on-outlined":
|
|
6961
|
-
"location-outlined":
|
|
6962
|
-
"lock-outlined":
|
|
6963
|
-
"locked-file-outlined":
|
|
6964
|
-
"log-out":
|
|
6965
|
-
"mail-outlined":
|
|
6966
|
-
"media-content-outlined":
|
|
6967
|
-
"menu-close":
|
|
6968
|
-
"menu-expand":
|
|
6969
|
-
"menu-fold-outlined":
|
|
6970
|
-
"menu-unfold-outlined":
|
|
6971
|
-
"moneybag-outlined":
|
|
6972
|
-
"moon-outlined":
|
|
6973
|
-
"more-horizontal":
|
|
6974
|
-
"more-vertical":
|
|
6975
|
-
"multiple-folders-outlined":
|
|
6976
|
-
"multiple-users-outlined":
|
|
6977
|
-
"near-me-outlined":
|
|
6978
|
-
"node-outlined":
|
|
6979
|
-
"number-points":
|
|
6957
|
+
"link-1": 59307,
|
|
6958
|
+
"link-2": 59308,
|
|
6959
|
+
"list-outlined": 59309,
|
|
6960
|
+
"live-help-outlined": 59310,
|
|
6961
|
+
"location-on-outlined": 59311,
|
|
6962
|
+
"location-outlined": 59312,
|
|
6963
|
+
"lock-outlined": 59313,
|
|
6964
|
+
"locked-file-outlined": 59314,
|
|
6965
|
+
"log-out": 59315,
|
|
6966
|
+
"mail-outlined": 59316,
|
|
6967
|
+
"media-content-outlined": 59317,
|
|
6968
|
+
"menu-close": 59318,
|
|
6969
|
+
"menu-expand": 59319,
|
|
6970
|
+
"menu-fold-outlined": 59320,
|
|
6971
|
+
"menu-unfold-outlined": 59321,
|
|
6972
|
+
"moneybag-outlined": 59322,
|
|
6973
|
+
"moon-outlined": 59323,
|
|
6974
|
+
"more-horizontal": 59324,
|
|
6975
|
+
"more-vertical": 59325,
|
|
6976
|
+
"multiple-folders-outlined": 59326,
|
|
6977
|
+
"multiple-users-outlined": 59327,
|
|
6978
|
+
"near-me-outlined": 59328,
|
|
6979
|
+
"node-outlined": 59329,
|
|
6980
|
+
"number-points": 59330,
|
|
6980
6981
|
number: number,
|
|
6981
|
-
"overview-outlined":
|
|
6982
|
-
"payment-summary-outlined":
|
|
6983
|
-
"payslip-outlined":
|
|
6984
|
-
"pencil-outlined":
|
|
6982
|
+
"overview-outlined": 59332,
|
|
6983
|
+
"payment-summary-outlined": 59333,
|
|
6984
|
+
"payslip-outlined": 59334,
|
|
6985
|
+
"pencil-outlined": 59335,
|
|
6985
6986
|
percentage: percentage,
|
|
6986
|
-
"phone-outlined":
|
|
6987
|
-
"piggy-bank-outlined":
|
|
6988
|
-
"plane-outlined":
|
|
6989
|
-
"play-circle-outlined":
|
|
6990
|
-
"print-outlined":
|
|
6991
|
-
"
|
|
6992
|
-
"
|
|
6993
|
-
"
|
|
6987
|
+
"phone-outlined": 59337,
|
|
6988
|
+
"piggy-bank-outlined": 59338,
|
|
6989
|
+
"plane-outlined": 59339,
|
|
6990
|
+
"play-circle-outlined": 59340,
|
|
6991
|
+
"print-outlined": 59341,
|
|
6992
|
+
"propane-tank-outlined": 59342,
|
|
6993
|
+
"qr-code-outlined": 59343,
|
|
6994
|
+
"qualification-outlined": 59344,
|
|
6995
|
+
"re-assign": 59345,
|
|
6994
6996
|
redeem: redeem,
|
|
6995
6997
|
refresh: refresh,
|
|
6996
6998
|
remove: remove,
|
|
6997
|
-
"reply-outlined":
|
|
6999
|
+
"reply-outlined": 59349,
|
|
6998
7000
|
restart: restart,
|
|
6999
|
-
"return-arrow":
|
|
7000
|
-
"rostering-outlined":
|
|
7001
|
-
"save-outlined":
|
|
7002
|
-
"schedule-outlined":
|
|
7003
|
-
"search-outlined":
|
|
7004
|
-
"search-secured-outlined":
|
|
7005
|
-
"send-outlined":
|
|
7006
|
-
"share-1":
|
|
7007
|
-
"share-2":
|
|
7008
|
-
"share-outlined":
|
|
7009
|
-
"show-chart-outlined":
|
|
7010
|
-
"single-down-arrow":
|
|
7011
|
-
"single-left-arrow":
|
|
7012
|
-
"single-right-arrow":
|
|
7013
|
-
"single-up-arrow":
|
|
7014
|
-
"speaker-active-outlined":
|
|
7015
|
-
"speaker-outlined":
|
|
7016
|
-
"star-circle-outlined":
|
|
7017
|
-
"star-outlined":
|
|
7018
|
-
"stopwatch-outlined":
|
|
7001
|
+
"return-arrow": 59351,
|
|
7002
|
+
"rostering-outlined": 59352,
|
|
7003
|
+
"save-outlined": 59353,
|
|
7004
|
+
"schedule-outlined": 59354,
|
|
7005
|
+
"search-outlined": 59355,
|
|
7006
|
+
"search-secured-outlined": 59356,
|
|
7007
|
+
"send-outlined": 59357,
|
|
7008
|
+
"share-1": 59358,
|
|
7009
|
+
"share-2": 59359,
|
|
7010
|
+
"share-outlined": 59360,
|
|
7011
|
+
"show-chart-outlined": 59361,
|
|
7012
|
+
"single-down-arrow": 59362,
|
|
7013
|
+
"single-left-arrow": 59363,
|
|
7014
|
+
"single-right-arrow": 59364,
|
|
7015
|
+
"single-up-arrow": 59365,
|
|
7016
|
+
"speaker-active-outlined": 59366,
|
|
7017
|
+
"speaker-outlined": 59367,
|
|
7018
|
+
"star-circle-outlined": 59368,
|
|
7019
|
+
"star-outlined": 59369,
|
|
7020
|
+
"stopwatch-outlined": 59370,
|
|
7019
7021
|
strikethrough: strikethrough,
|
|
7020
|
-
"styler-outlined":
|
|
7021
|
-
"suitcase-clock-outlined":
|
|
7022
|
-
"suitcase-outlined":
|
|
7023
|
-
"survey-outlined":
|
|
7024
|
-
"switch-outlined":
|
|
7022
|
+
"styler-outlined": 59372,
|
|
7023
|
+
"suitcase-clock-outlined": 59373,
|
|
7024
|
+
"suitcase-outlined": 59374,
|
|
7025
|
+
"survey-outlined": 59375,
|
|
7026
|
+
"switch-outlined": 59376,
|
|
7025
7027
|
sync: sync,
|
|
7026
|
-
"tag-outlined":
|
|
7027
|
-
"target-outlined":
|
|
7028
|
-
"tennis-outlined":
|
|
7029
|
-
"ticket-outlined":
|
|
7030
|
-
"timesheet-outlined":
|
|
7031
|
-
"today-outlined":
|
|
7028
|
+
"tag-outlined": 59378,
|
|
7029
|
+
"target-outlined": 59379,
|
|
7030
|
+
"tennis-outlined": 59380,
|
|
7031
|
+
"ticket-outlined": 59381,
|
|
7032
|
+
"timesheet-outlined": 59382,
|
|
7033
|
+
"today-outlined": 59383,
|
|
7032
7034
|
transfer: transfer,
|
|
7033
|
-
"trash-bin-outlined":
|
|
7034
|
-
"umbrela-outlined":
|
|
7035
|
+
"trash-bin-outlined": 59385,
|
|
7036
|
+
"umbrela-outlined": 59386,
|
|
7035
7037
|
unavailable: unavailable,
|
|
7036
7038
|
underline: underline,
|
|
7037
|
-
"union-outlined":
|
|
7038
|
-
"unlock-outlined":
|
|
7039
|
-
"upload-outlined":
|
|
7040
|
-
"user-circle-outlined":
|
|
7041
|
-
"user-gear-outlined":
|
|
7042
|
-
"user-outlined":
|
|
7043
|
-
"user-rectangle-outlined":
|
|
7044
|
-
"video-1-outlined":
|
|
7045
|
-
"video-2-outlined":
|
|
7046
|
-
"volunteer-outlined":
|
|
7047
|
-
"wallet-outlined":
|
|
7039
|
+
"union-outlined": 59389,
|
|
7040
|
+
"unlock-outlined": 59390,
|
|
7041
|
+
"upload-outlined": 59391,
|
|
7042
|
+
"user-circle-outlined": 59392,
|
|
7043
|
+
"user-gear-outlined": 59393,
|
|
7044
|
+
"user-outlined": 59394,
|
|
7045
|
+
"user-rectangle-outlined": 59395,
|
|
7046
|
+
"video-1-outlined": 59396,
|
|
7047
|
+
"video-2-outlined": 59397,
|
|
7048
|
+
"volunteer-outlined": 59398,
|
|
7049
|
+
"wallet-outlined": 59399
|
|
7048
7050
|
};
|
|
7049
7051
|
|
|
7050
7052
|
var HeroIcon = reactNativeVectorIcons.createIconSet(glyphMap, 'hero-icons-mobile', 'hero-icons-mobile.ttf');
|
|
@@ -7769,6 +7771,7 @@ var BottomNavigation = function BottomNavigation(_ref) {
|
|
|
7769
7771
|
selectedTabKey = _ref.selectedTabKey,
|
|
7770
7772
|
tabs = _ref.tabs,
|
|
7771
7773
|
nativeProps = _objectWithoutProperties(_ref, _excluded$q);
|
|
7774
|
+
useDeprecation('BottomNavigation is deprecated and will be removed in the next major release. Please remove it.');
|
|
7772
7775
|
var insets = reactNativeSafeAreaContext.useSafeAreaInsets();
|
|
7773
7776
|
/**
|
|
7774
7777
|
* List of loaded tabs, tabs will be loaded when navigated to.
|
|
@@ -16753,7 +16756,9 @@ var SceneView = function SceneView(_ref) {
|
|
|
16753
16756
|
}, 0);
|
|
16754
16757
|
}
|
|
16755
16758
|
return function () {
|
|
16756
|
-
|
|
16759
|
+
if (timer) {
|
|
16760
|
+
clearTimeout(timer);
|
|
16761
|
+
}
|
|
16757
16762
|
};
|
|
16758
16763
|
}, [index, isLoading, lazy, focused]);
|
|
16759
16764
|
return /*#__PURE__*/React__default["default"].createElement(TabScreen, {
|
|
@@ -16968,7 +16973,7 @@ var ScrollableTab = function ScrollableTab(_ref) {
|
|
|
16968
16973
|
return item.key === selectedTabKey;
|
|
16969
16974
|
});
|
|
16970
16975
|
React__default["default"].useEffect(function () {
|
|
16971
|
-
var timeoutHandle
|
|
16976
|
+
var timeoutHandle;
|
|
16972
16977
|
if (selectedTabIndex !== -1) {
|
|
16973
16978
|
// If the selected tab is changed too quickly, the setPage is crashed and not work anymore
|
|
16974
16979
|
// We apply throttle to prevent this issue https://github.com/Thinkei/hero-design/issues/1715
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hero-design/rn",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.39.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -21,14 +21,14 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@emotion/native": "^11.9.3",
|
|
23
23
|
"@emotion/react": "^11.9.3",
|
|
24
|
-
"@hero-design/colors": "8.
|
|
24
|
+
"@hero-design/colors": "8.39.1",
|
|
25
25
|
"date-fns": "^2.16.1",
|
|
26
26
|
"events": "^3.2.0",
|
|
27
27
|
"hero-editor": "^1.9.21",
|
|
28
28
|
"nanoid": "^4.0.2"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
|
-
"@hero-design/react-native-month-year-picker": "^8.
|
|
31
|
+
"@hero-design/react-native-month-year-picker": "^8.39.1",
|
|
32
32
|
"@react-native-community/datetimepicker": "^3.5.2",
|
|
33
33
|
"@react-native-community/slider": "4.1.12",
|
|
34
34
|
"react": "18.0.0",
|
|
@@ -47,9 +47,9 @@
|
|
|
47
47
|
"@babel/preset-react": "^7.16.7",
|
|
48
48
|
"@babel/preset-typescript": "^7.17.12",
|
|
49
49
|
"@babel/runtime": "^7.18.9",
|
|
50
|
-
"@emotion/jest": "^11.
|
|
51
|
-
"@hero-design/eslint-plugin": "8.
|
|
52
|
-
"@hero-design/react-native-month-year-picker": "^8.
|
|
50
|
+
"@emotion/jest": "^11.11.0",
|
|
51
|
+
"@hero-design/eslint-plugin": "8.39.1",
|
|
52
|
+
"@hero-design/react-native-month-year-picker": "^8.39.1",
|
|
53
53
|
"@react-native-community/datetimepicker": "^3.5.2",
|
|
54
54
|
"@react-native-community/slider": "4.1.12",
|
|
55
55
|
"@rollup/plugin-babel": "^5.3.1",
|
|
@@ -58,17 +58,18 @@
|
|
|
58
58
|
"@rollup/plugin-node-resolve": "^13.1.3",
|
|
59
59
|
"@rollup/plugin-replace": "^4.0.0",
|
|
60
60
|
"@rollup/plugin-typescript": "^8.3.0",
|
|
61
|
-
"@testing-library/jest-native": "^4.
|
|
61
|
+
"@testing-library/jest-native": "^5.4.2",
|
|
62
62
|
"@testing-library/react-native": "^9.1.0",
|
|
63
|
-
"@types/jest": "^
|
|
63
|
+
"@types/jest": "^29.5.3",
|
|
64
64
|
"@types/react": "^17.0.39",
|
|
65
65
|
"@types/react-native": "^0.67.7",
|
|
66
66
|
"@types/react-native-vector-icons": "^6.4.10",
|
|
67
67
|
"babel-plugin-inline-import": "^3.0.0",
|
|
68
|
-
"eslint-config-hd": "8.
|
|
68
|
+
"eslint-config-hd": "8.39.1",
|
|
69
69
|
"eslint-plugin-import": "^2.27.5",
|
|
70
|
-
"jest": "^
|
|
71
|
-
"
|
|
70
|
+
"jest": "^29.6.2",
|
|
71
|
+
"jest-environment-jsdom": "^29.6.2",
|
|
72
|
+
"prettier-config-hd": "8.39.1",
|
|
72
73
|
"react": "18.0.0",
|
|
73
74
|
"react-native": "0.69.7",
|
|
74
75
|
"react-native-gesture-handler": "~2.5.0",
|
|
@@ -81,7 +82,7 @@
|
|
|
81
82
|
"rollup": "^2.68.0",
|
|
82
83
|
"rollup-plugin-copy": "^3.4.0",
|
|
83
84
|
"rollup-plugin-flow": "^1.1.1",
|
|
84
|
-
"ts-jest": "^
|
|
85
|
+
"ts-jest": "^29.1.1"
|
|
85
86
|
},
|
|
86
87
|
"prettier": "prettier-config-hd"
|
|
87
88
|
}
|