@hero-design/rn 8.80.0-alpha.1 → 8.80.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 +7 -0
- package/CHANGELOG.md +8 -0
- package/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/es/index.js +146 -143
- package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/lib/index.js +146 -143
- package/package.json +2 -3
- package/src/components/AnimatedScroller/__tests__/__snapshots__/ScrollablesWithFAB.spec.tsx.snap +72 -6
- 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 +148 -75
- package/src/components/FAB/FAB.tsx +1 -1
- package/src/components/FAB/Pair/__tests__/__snapshots__/index.spec.tsx.snap +24 -2
- package/src/components/FAB/StyledFAB.tsx +2 -3
- package/src/components/FAB/__tests__/__snapshots__/StyledFAB.spec.tsx.snap +24 -2
- package/src/components/FAB/__tests__/__snapshots__/index.spec.tsx.snap +33 -0
- package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
- package/src/components/Icon/IconList.ts +1 -0
- package/src/components/PinInput/__tests__/index.spec.tsx +4 -0
- package/src/components/PinInput/index.tsx +7 -3
- package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +6 -6
- package/src/theme/components/fab.ts +6 -6
- package/stats/8.80.0/rn-stats.html +2 -0
- package/stats/8.80.1/rn-stats.html +4842 -0
- package/types/components/FAB/ActionGroup/StyledActionItem.d.ts +3 -3
- package/types/components/FAB/StyledFAB.d.ts +2 -3
- 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/Search/utils.d.ts +2 -2
- package/types/components/TextInput/index.d.ts +3 -3
- package/types/components/CompoundSearch/CompoundSearchHandler.d.ts +0 -31
- package/types/components/CompoundSearch/CompoundSearchTextInput.d.ts +0 -60
- package/types/components/CompoundSearch/StyledCompoundSearch.d.ts +0 -40
- package/types/components/CompoundSearch/index.d.ts +0 -8
- package/types/components/CompoundSearch/utils.d.ts +0 -8
- package/types/components/FloatingIsland/SingleLine/StyledSingleLine.d.ts +0 -15
- package/types/components/FloatingIsland/SingleLine/index.d.ts +0 -24
- package/types/theme/components/compoundSearch.d.ts +0 -36
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
(node:2906) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time
|
|
2
|
+
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
3
|
+
[36m
|
|
4
|
+
[1msrc/index.ts[22m → [1mlib/index.js, es/index.js[22m...[39m
|
|
5
|
+
[1m[33m(!) [plugin replace] @rollup/plugin-replace: 'preventAssignment' currently defaults to false. It is recommended to set this option to `true`, as the next major version will default this option to `true`.[39m[22m
|
|
6
|
+
[1m[33m(!) [plugin node-resolve] preferring built-in module 'events' over local alternative at '/home/runner/work/hero-design/hero-design/node_modules/events/events.js', pass 'preferBuiltins: false' to disable this behavior or 'preferBuiltins: true' to disable this warning.or passing a function to 'preferBuiltins' to provide more fine-grained control over which built-in modules to prefer.[39m[22m
|
|
7
|
+
[32mcreated [1mlib/index.js, es/index.js[22m in [1m49.8s[22m[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @hero-design/rn
|
|
2
2
|
|
|
3
|
+
## 8.80.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#3511](https://github.com/Thinkei/hero-design/pull/3511) [`d1de1179742dbf07e5a73b473f1b2247ab497b1e`](https://github.com/Thinkei/hero-design/commit/d1de1179742dbf07e5a73b473f1b2247ab497b1e) Thanks [@ttkien](https://github.com/ttkien)! - [FAB] Update colors
|
|
8
|
+
|
|
9
|
+
- [#3510](https://github.com/Thinkei/hero-design/pull/3510) [`37f1de1b8c969d4acb9587ec9fb685932d2e57ec`](https://github.com/Thinkei/hero-design/commit/37f1de1b8c969d4acb9587ec9fb685932d2e57ec) Thanks [@peterkhuu](https://github.com/peterkhuu)! - Add folder-upload-outlined icon
|
|
10
|
+
|
|
3
11
|
## 8.80.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
|
Binary file
|
package/es/index.js
CHANGED
|
@@ -2827,13 +2827,13 @@ var getErrorTheme = function getErrorTheme(theme) {
|
|
|
2827
2827
|
|
|
2828
2828
|
var getFABTheme = function getFABTheme(theme) {
|
|
2829
2829
|
var colors = {
|
|
2830
|
-
buttonBackground: theme.colors.
|
|
2831
|
-
buttonPressedBackground: theme.colors.
|
|
2832
|
-
buttonActiveBackground: theme.colors.
|
|
2830
|
+
buttonBackground: theme.colors.overlayGlobalSurface,
|
|
2831
|
+
buttonPressedBackground: theme.colors.overlayGlobalSurface,
|
|
2832
|
+
buttonActiveBackground: theme.colors.overlayGlobalSurface,
|
|
2833
2833
|
icon: theme.colors.onPrimary,
|
|
2834
|
-
actionItemBackground: theme.colors.
|
|
2835
|
-
actionItemPressedBackground: theme.colors.
|
|
2836
|
-
backdropBackground: theme.colors.
|
|
2834
|
+
actionItemBackground: theme.colors.overlayGlobalSurface,
|
|
2835
|
+
actionItemPressedBackground: theme.colors.overlayGlobalSurface,
|
|
2836
|
+
backdropBackground: theme.colors.defaultSurface,
|
|
2837
2837
|
titleText: theme.colors.onPrimary,
|
|
2838
2838
|
actionItemText: theme.colors.onPrimary
|
|
2839
2839
|
};
|
|
@@ -7306,7 +7306,7 @@ var Typography = {
|
|
|
7306
7306
|
};
|
|
7307
7307
|
|
|
7308
7308
|
// 🔴 DO NOT EDIT — This file is generated automatically.
|
|
7309
|
-
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', '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
|
+
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', '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-upload-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'];
|
|
7310
7310
|
|
|
7311
7311
|
var activate = 59000;
|
|
7312
7312
|
var adjustment = 59003;
|
|
@@ -7385,20 +7385,20 @@ var add = 59193;
|
|
|
7385
7385
|
var bold = 59219;
|
|
7386
7386
|
var cancel = 59234;
|
|
7387
7387
|
var checkmark = 59240;
|
|
7388
|
-
var italic =
|
|
7389
|
-
var local_mall_outlined =
|
|
7390
|
-
var number =
|
|
7391
|
-
var percentage =
|
|
7392
|
-
var redeem =
|
|
7393
|
-
var refresh =
|
|
7394
|
-
var remove =
|
|
7395
|
-
var restart =
|
|
7396
|
-
var shopping_basket_outlined =
|
|
7397
|
-
var strikethrough =
|
|
7398
|
-
var sync =
|
|
7399
|
-
var transfer =
|
|
7400
|
-
var unavailable =
|
|
7401
|
-
var underline =
|
|
7388
|
+
var italic = 59331;
|
|
7389
|
+
var local_mall_outlined = 59338;
|
|
7390
|
+
var number = 59361;
|
|
7391
|
+
var percentage = 59366;
|
|
7392
|
+
var redeem = 59376;
|
|
7393
|
+
var refresh = 59377;
|
|
7394
|
+
var remove = 59378;
|
|
7395
|
+
var restart = 59380;
|
|
7396
|
+
var shopping_basket_outlined = 59394;
|
|
7397
|
+
var strikethrough = 59409;
|
|
7398
|
+
var sync = 59415;
|
|
7399
|
+
var transfer = 59424;
|
|
7400
|
+
var unavailable = 59428;
|
|
7401
|
+
var underline = 59429;
|
|
7402
7402
|
var glyphMap = {
|
|
7403
7403
|
activate: activate,
|
|
7404
7404
|
"add-emoji": 59001,
|
|
@@ -7714,133 +7714,134 @@ var glyphMap = {
|
|
|
7714
7714
|
"file-verified-outlined": 59311,
|
|
7715
7715
|
"filter-outlined": 59312,
|
|
7716
7716
|
"folder-outlined": 59313,
|
|
7717
|
-
"folder-
|
|
7718
|
-
"
|
|
7719
|
-
"
|
|
7720
|
-
"
|
|
7721
|
-
"
|
|
7722
|
-
"
|
|
7723
|
-
"
|
|
7724
|
-
"
|
|
7725
|
-
"
|
|
7726
|
-
"
|
|
7727
|
-
"
|
|
7728
|
-
"home-outlined": 59325,
|
|
7729
|
-
"
|
|
7730
|
-
"
|
|
7731
|
-
"
|
|
7732
|
-
"
|
|
7717
|
+
"folder-upload-outlined": 59314,
|
|
7718
|
+
"folder-user-outlined": 59315,
|
|
7719
|
+
"form-outlined": 59316,
|
|
7720
|
+
"funnel-filter-outline": 59317,
|
|
7721
|
+
"goal-outlined": 59318,
|
|
7722
|
+
"graph-outlined": 59319,
|
|
7723
|
+
"hand-holding-user-outlined": 59320,
|
|
7724
|
+
"handshake-outlined": 59321,
|
|
7725
|
+
"happy-sun-outlined": 59322,
|
|
7726
|
+
"health-bag-outlined": 59323,
|
|
7727
|
+
"heart-outlined": 59324,
|
|
7728
|
+
"home-active-outlined": 59325,
|
|
7729
|
+
"home-outlined": 59326,
|
|
7730
|
+
"id-card-outlined": 59327,
|
|
7731
|
+
"image-outlined": 59328,
|
|
7732
|
+
"import-outlined": 59329,
|
|
7733
|
+
"instapay-outlined": 59330,
|
|
7733
7734
|
italic: italic,
|
|
7734
|
-
"job-search-outlined":
|
|
7735
|
-
"leave-approval-outlined":
|
|
7736
|
-
"link-1":
|
|
7737
|
-
"link-2":
|
|
7738
|
-
"list-outlined":
|
|
7739
|
-
"live-help-outlined":
|
|
7735
|
+
"job-search-outlined": 59332,
|
|
7736
|
+
"leave-approval-outlined": 59333,
|
|
7737
|
+
"link-1": 59334,
|
|
7738
|
+
"link-2": 59335,
|
|
7739
|
+
"list-outlined": 59336,
|
|
7740
|
+
"live-help-outlined": 59337,
|
|
7740
7741
|
local_mall_outlined: local_mall_outlined,
|
|
7741
|
-
"location-on-outlined":
|
|
7742
|
-
"location-outlined":
|
|
7743
|
-
"lock-outlined":
|
|
7744
|
-
"locked-file-outlined":
|
|
7745
|
-
"log-out":
|
|
7746
|
-
"mail-outlined":
|
|
7747
|
-
"map-outlined":
|
|
7748
|
-
"media-content-outlined":
|
|
7749
|
-
"menu-close":
|
|
7750
|
-
"menu-expand":
|
|
7751
|
-
"menu-fold-outlined":
|
|
7752
|
-
"menu-unfold-outlined":
|
|
7753
|
-
"moneybag-outlined":
|
|
7754
|
-
"moon-outlined":
|
|
7755
|
-
"more-horizontal":
|
|
7756
|
-
"more-vertical":
|
|
7757
|
-
"morning-outlined":
|
|
7758
|
-
"multiple-folders-outlined":
|
|
7759
|
-
"multiple-users-outlined":
|
|
7760
|
-
"near-me-outlined":
|
|
7761
|
-
"node-outlined":
|
|
7762
|
-
"number-points":
|
|
7742
|
+
"location-on-outlined": 59339,
|
|
7743
|
+
"location-outlined": 59340,
|
|
7744
|
+
"lock-outlined": 59341,
|
|
7745
|
+
"locked-file-outlined": 59342,
|
|
7746
|
+
"log-out": 59343,
|
|
7747
|
+
"mail-outlined": 59344,
|
|
7748
|
+
"map-outlined": 59345,
|
|
7749
|
+
"media-content-outlined": 59346,
|
|
7750
|
+
"menu-close": 59347,
|
|
7751
|
+
"menu-expand": 59348,
|
|
7752
|
+
"menu-fold-outlined": 59349,
|
|
7753
|
+
"menu-unfold-outlined": 59350,
|
|
7754
|
+
"moneybag-outlined": 59351,
|
|
7755
|
+
"moon-outlined": 59352,
|
|
7756
|
+
"more-horizontal": 59353,
|
|
7757
|
+
"more-vertical": 59354,
|
|
7758
|
+
"morning-outlined": 59355,
|
|
7759
|
+
"multiple-folders-outlined": 59356,
|
|
7760
|
+
"multiple-users-outlined": 59357,
|
|
7761
|
+
"near-me-outlined": 59358,
|
|
7762
|
+
"node-outlined": 59359,
|
|
7763
|
+
"number-points": 59360,
|
|
7763
7764
|
number: number,
|
|
7764
|
-
"overview-outlined":
|
|
7765
|
-
"payment-summary-outlined":
|
|
7766
|
-
"payslip-outlined":
|
|
7767
|
-
"pencil-outlined":
|
|
7765
|
+
"overview-outlined": 59362,
|
|
7766
|
+
"payment-summary-outlined": 59363,
|
|
7767
|
+
"payslip-outlined": 59364,
|
|
7768
|
+
"pencil-outlined": 59365,
|
|
7768
7769
|
percentage: percentage,
|
|
7769
|
-
"phone-outlined":
|
|
7770
|
-
"piggy-bank-outlined":
|
|
7771
|
-
"plane-outlined":
|
|
7772
|
-
"play-circle-outlined":
|
|
7773
|
-
"print-outlined":
|
|
7774
|
-
"propane-tank-outlined":
|
|
7775
|
-
"qr-code-outlined":
|
|
7776
|
-
"qualification-outlined":
|
|
7777
|
-
"re-assign":
|
|
7770
|
+
"phone-outlined": 59367,
|
|
7771
|
+
"piggy-bank-outlined": 59368,
|
|
7772
|
+
"plane-outlined": 59369,
|
|
7773
|
+
"play-circle-outlined": 59370,
|
|
7774
|
+
"print-outlined": 59371,
|
|
7775
|
+
"propane-tank-outlined": 59372,
|
|
7776
|
+
"qr-code-outlined": 59373,
|
|
7777
|
+
"qualification-outlined": 59374,
|
|
7778
|
+
"re-assign": 59375,
|
|
7778
7779
|
redeem: redeem,
|
|
7779
7780
|
refresh: refresh,
|
|
7780
7781
|
remove: remove,
|
|
7781
|
-
"reply-outlined":
|
|
7782
|
+
"reply-outlined": 59379,
|
|
7782
7783
|
restart: restart,
|
|
7783
|
-
"resume-outlined":
|
|
7784
|
-
"return-arrow":
|
|
7785
|
-
"rostering-outlined":
|
|
7786
|
-
"safety-outlined":
|
|
7787
|
-
"save-outlined":
|
|
7788
|
-
"schedule-outlined":
|
|
7789
|
-
"search-outlined":
|
|
7790
|
-
"search-secured-outlined":
|
|
7791
|
-
"send-outlined":
|
|
7792
|
-
"share-1":
|
|
7793
|
-
"share-2":
|
|
7794
|
-
"share-outlined-2":
|
|
7795
|
-
"share-outlined":
|
|
7784
|
+
"resume-outlined": 59381,
|
|
7785
|
+
"return-arrow": 59382,
|
|
7786
|
+
"rostering-outlined": 59383,
|
|
7787
|
+
"safety-outlined": 59384,
|
|
7788
|
+
"save-outlined": 59385,
|
|
7789
|
+
"schedule-outlined": 59386,
|
|
7790
|
+
"search-outlined": 59387,
|
|
7791
|
+
"search-secured-outlined": 59388,
|
|
7792
|
+
"send-outlined": 59389,
|
|
7793
|
+
"share-1": 59390,
|
|
7794
|
+
"share-2": 59391,
|
|
7795
|
+
"share-outlined-2": 59392,
|
|
7796
|
+
"share-outlined": 59393,
|
|
7796
7797
|
shopping_basket_outlined: shopping_basket_outlined,
|
|
7797
|
-
"show-chart-outlined":
|
|
7798
|
-
"single-down-arrow":
|
|
7799
|
-
"single-left-arrow":
|
|
7800
|
-
"single-right-arrow":
|
|
7801
|
-
"single-up-arrow":
|
|
7802
|
-
"smart-match-outlined":
|
|
7803
|
-
"sparkle-outlined":
|
|
7804
|
-
"speaker-active-outlined":
|
|
7805
|
-
"speaker-outlined":
|
|
7806
|
-
"star-circle-outlined":
|
|
7807
|
-
"star-outlined":
|
|
7808
|
-
"start-break-outlined":
|
|
7809
|
-
"stash-outlined":
|
|
7810
|
-
"stopwatch-outlined":
|
|
7798
|
+
"show-chart-outlined": 59395,
|
|
7799
|
+
"single-down-arrow": 59396,
|
|
7800
|
+
"single-left-arrow": 59397,
|
|
7801
|
+
"single-right-arrow": 59398,
|
|
7802
|
+
"single-up-arrow": 59399,
|
|
7803
|
+
"smart-match-outlined": 59400,
|
|
7804
|
+
"sparkle-outlined": 59401,
|
|
7805
|
+
"speaker-active-outlined": 59402,
|
|
7806
|
+
"speaker-outlined": 59403,
|
|
7807
|
+
"star-circle-outlined": 59404,
|
|
7808
|
+
"star-outlined": 59405,
|
|
7809
|
+
"start-break-outlined": 59406,
|
|
7810
|
+
"stash-outlined": 59407,
|
|
7811
|
+
"stopwatch-outlined": 59408,
|
|
7811
7812
|
strikethrough: strikethrough,
|
|
7812
|
-
"styler-outlined":
|
|
7813
|
-
"suitcase-clock-outlined":
|
|
7814
|
-
"suitcase-outlined":
|
|
7815
|
-
"survey-outlined":
|
|
7816
|
-
"switch-outlined":
|
|
7813
|
+
"styler-outlined": 59410,
|
|
7814
|
+
"suitcase-clock-outlined": 59411,
|
|
7815
|
+
"suitcase-outlined": 59412,
|
|
7816
|
+
"survey-outlined": 59413,
|
|
7817
|
+
"switch-outlined": 59414,
|
|
7817
7818
|
sync: sync,
|
|
7818
|
-
"tag-outlined":
|
|
7819
|
-
"target-outlined":
|
|
7820
|
-
"tennis-outlined":
|
|
7821
|
-
"thumb-down-outlined":
|
|
7822
|
-
"ticket-outlined":
|
|
7823
|
-
"timesheet-outlined":
|
|
7824
|
-
"timesheets-outlined":
|
|
7825
|
-
"today-outlined":
|
|
7819
|
+
"tag-outlined": 59416,
|
|
7820
|
+
"target-outlined": 59417,
|
|
7821
|
+
"tennis-outlined": 59418,
|
|
7822
|
+
"thumb-down-outlined": 59419,
|
|
7823
|
+
"ticket-outlined": 59420,
|
|
7824
|
+
"timesheet-outlined": 59421,
|
|
7825
|
+
"timesheets-outlined": 59422,
|
|
7826
|
+
"today-outlined": 59423,
|
|
7826
7827
|
transfer: transfer,
|
|
7827
|
-
"trash-bin-outlined":
|
|
7828
|
-
"umbrela-outlined":
|
|
7829
|
-
"unavailability-outlined":
|
|
7828
|
+
"trash-bin-outlined": 59425,
|
|
7829
|
+
"umbrela-outlined": 59426,
|
|
7830
|
+
"unavailability-outlined": 59427,
|
|
7830
7831
|
unavailable: unavailable,
|
|
7831
7832
|
underline: underline,
|
|
7832
|
-
"union-outlined":
|
|
7833
|
-
"unlock-outlined":
|
|
7834
|
-
"upload-outlined":
|
|
7835
|
-
"user-circle-outlined":
|
|
7836
|
-
"user-gear-outlined":
|
|
7837
|
-
"user-outlined":
|
|
7838
|
-
"user-rectangle-outlined":
|
|
7839
|
-
"video-1-outlined":
|
|
7840
|
-
"video-2-outlined":
|
|
7841
|
-
"volunteer-outlined":
|
|
7842
|
-
"wallet-outlined":
|
|
7843
|
-
"wellness-outlined":
|
|
7833
|
+
"union-outlined": 59430,
|
|
7834
|
+
"unlock-outlined": 59431,
|
|
7835
|
+
"upload-outlined": 59432,
|
|
7836
|
+
"user-circle-outlined": 59433,
|
|
7837
|
+
"user-gear-outlined": 59434,
|
|
7838
|
+
"user-outlined": 59435,
|
|
7839
|
+
"user-rectangle-outlined": 59436,
|
|
7840
|
+
"video-1-outlined": 59437,
|
|
7841
|
+
"video-2-outlined": 59438,
|
|
7842
|
+
"volunteer-outlined": 59439,
|
|
7843
|
+
"wallet-outlined": 59440,
|
|
7844
|
+
"wellness-outlined": 59441
|
|
7844
7845
|
};
|
|
7845
7846
|
|
|
7846
7847
|
var HeroIcon = createIconSet(glyphMap, 'hero-icons-mobile', 'hero-icons-mobile.ttf');
|
|
@@ -14956,7 +14957,7 @@ var ErrorComponent = function ErrorComponent(_ref2) {
|
|
|
14956
14957
|
}, nativeProps));
|
|
14957
14958
|
};
|
|
14958
14959
|
|
|
14959
|
-
var StyledActionItem = index$a(
|
|
14960
|
+
var StyledActionItem = index$a(TouchableOpacity)(function (_ref) {
|
|
14960
14961
|
var theme = _ref.theme;
|
|
14961
14962
|
return {
|
|
14962
14963
|
padding: theme.__hd__.fab.space.actionItemPadding,
|
|
@@ -14983,7 +14984,7 @@ var StyledIcon$1 = index$a(Icon)(function (_ref3) {
|
|
|
14983
14984
|
};
|
|
14984
14985
|
});
|
|
14985
14986
|
|
|
14986
|
-
var AnimatedTouchableHighlight = Animated.createAnimatedComponent(
|
|
14987
|
+
var AnimatedTouchableHighlight = Animated.createAnimatedComponent(TouchableOpacity);
|
|
14987
14988
|
var StyledFAB$2 = index$a(AnimatedTouchableHighlight)(function (_ref) {
|
|
14988
14989
|
var theme = _ref.theme,
|
|
14989
14990
|
themeActive = _ref.themeActive;
|
|
@@ -15040,7 +15041,6 @@ var ActionItem = function ActionItem(_ref) {
|
|
|
15040
15041
|
index = _ref.index,
|
|
15041
15042
|
_ref$active = _ref.active,
|
|
15042
15043
|
active = _ref$active === void 0 ? false : _ref$active;
|
|
15043
|
-
var theme = useTheme();
|
|
15044
15044
|
var animatedValue = React__default.useRef(new Animated.Value(0));
|
|
15045
15045
|
var translateY = animatedValue.current.interpolate({
|
|
15046
15046
|
inputRange: [0, 1],
|
|
@@ -15062,7 +15062,7 @@ var ActionItem = function ActionItem(_ref) {
|
|
|
15062
15062
|
}]
|
|
15063
15063
|
}
|
|
15064
15064
|
}, /*#__PURE__*/React__default.createElement(StyledActionItem, {
|
|
15065
|
-
|
|
15065
|
+
activeOpacity: 0.8,
|
|
15066
15066
|
style: style,
|
|
15067
15067
|
onPress: onPress,
|
|
15068
15068
|
testID: testID
|
|
@@ -15226,7 +15226,7 @@ var FAB$1 = /*#__PURE__*/forwardRef(function (_ref3, ref) {
|
|
|
15226
15226
|
onLayout: function onLayout(event) {
|
|
15227
15227
|
return !hasSetButtonWidth && !active && setButtonWidth(event.nativeEvent.layout.width);
|
|
15228
15228
|
},
|
|
15229
|
-
|
|
15229
|
+
activeOpacity: 0.8,
|
|
15230
15230
|
onPress: onPress,
|
|
15231
15231
|
style: [style, {
|
|
15232
15232
|
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,
|
|
@@ -15298,7 +15298,7 @@ var StyledBackdrop = index$a(AnimatedPressable)(function (_ref2) {
|
|
|
15298
15298
|
right: 0,
|
|
15299
15299
|
top: 0,
|
|
15300
15300
|
bottom: 0,
|
|
15301
|
-
opacity: 0.
|
|
15301
|
+
opacity: 0.8,
|
|
15302
15302
|
backgroundColor: theme.__hd__.fab.colors.backdropBackground
|
|
15303
15303
|
};
|
|
15304
15304
|
});
|
|
@@ -16282,12 +16282,15 @@ var PinInput = /*#__PURE__*/forwardRef(function (_ref2, ref) {
|
|
|
16282
16282
|
// Slice the text, starting from the length position
|
|
16283
16283
|
var slicedText = text.slice(length);
|
|
16284
16284
|
onChangeText === null || onChangeText === void 0 || onChangeText(normalizeValue(slicedText, length));
|
|
16285
|
+
if (slicedText.length === length) {
|
|
16286
|
+
onFulfill === null || onFulfill === void 0 || onFulfill(slicedText);
|
|
16287
|
+
}
|
|
16285
16288
|
} else {
|
|
16286
16289
|
// Prevent user from entering more than the length
|
|
16287
16290
|
onChangeText === null || onChangeText === void 0 || onChangeText(trimmedPin);
|
|
16288
|
-
|
|
16289
|
-
|
|
16290
|
-
|
|
16291
|
+
if (trimmedPin.length === length) {
|
|
16292
|
+
onFulfill === null || onFulfill === void 0 || onFulfill(trimmedPin);
|
|
16293
|
+
}
|
|
16291
16294
|
}
|
|
16292
16295
|
}, [length, onChangeText, onFulfill, trimmedValue.length]);
|
|
16293
16296
|
useEffect(function () {
|
|
Binary file
|