@hero-design/rn-work-uikit 1.13.8 → 1.13.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +30 -0
- package/CLAUDE.md +1 -1
- package/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/es/index.js +224 -209
- package/lib/index.js +224 -209
- package/package.json +5 -5
package/lib/index.js
CHANGED
|
@@ -5313,7 +5313,7 @@ var swagLightGlobalPalette = _objectSpread2(_objectSpread2({}, globalPalette$1),
|
|
|
5313
5313
|
});
|
|
5314
5314
|
|
|
5315
5315
|
var ehWorkBrandSystemPalette = {
|
|
5316
|
-
primary: '#
|
|
5316
|
+
primary: '#7622d7',
|
|
5317
5317
|
onPrimary: '#fdfbff',
|
|
5318
5318
|
secondary: '#b382fd',
|
|
5319
5319
|
onSecondary: palette$4.white,
|
|
@@ -5342,6 +5342,7 @@ var swagSystemPalette = _objectSpread2(_objectSpread2({}, ehWorkSystemPalette),
|
|
|
5342
5342
|
|
|
5343
5343
|
var ehJobsSystemPalette = _objectSpread2(_objectSpread2({}, swagSystemPalette), {}, {
|
|
5344
5344
|
name: 'ehJobs',
|
|
5345
|
+
primary: '#7622d7',
|
|
5345
5346
|
secondary: '#40d1ff',
|
|
5346
5347
|
onSecondary: '#460078',
|
|
5347
5348
|
secondaryHighlightedSurface: '#ecfaff',
|
|
@@ -6714,19 +6715,19 @@ var getErrorTheme = function getErrorTheme(theme) {
|
|
|
6714
6715
|
|
|
6715
6716
|
var getFABTheme = function getFABTheme(theme) {
|
|
6716
6717
|
var colors = {
|
|
6717
|
-
buttonBackground: theme.colors.
|
|
6718
|
-
buttonPressedBackground: theme.colors.
|
|
6719
|
-
buttonActiveBackground: theme.colors.
|
|
6718
|
+
buttonBackground: theme.colors.primary,
|
|
6719
|
+
buttonPressedBackground: theme.colors.primary,
|
|
6720
|
+
buttonActiveBackground: theme.colors.primary,
|
|
6720
6721
|
icon: theme.colors.onDarkGlobalSurface,
|
|
6721
|
-
actionItemBackground: theme.colors.
|
|
6722
|
-
actionItemPressedBackground: theme.colors.
|
|
6722
|
+
actionItemBackground: theme.colors.defaultGlobalSurface,
|
|
6723
|
+
actionItemPressedBackground: theme.colors.defaultGlobalSurface,
|
|
6723
6724
|
backdropBackground: theme.colors.black,
|
|
6724
6725
|
titleText: theme.colors.onDarkGlobalSurface,
|
|
6725
|
-
actionItemText: theme.colors.
|
|
6726
|
+
actionItemText: theme.colors.onDefaultGlobalSurface
|
|
6726
6727
|
};
|
|
6727
6728
|
var sizes = {
|
|
6728
|
-
width: theme.sizes.
|
|
6729
|
-
height: theme.sizes.
|
|
6729
|
+
width: theme.sizes.xxxlarge,
|
|
6730
|
+
height: theme.sizes.xxxlarge,
|
|
6730
6731
|
iconContainerWidth: theme.sizes.large,
|
|
6731
6732
|
iconContainerHeight: theme.sizes.large,
|
|
6732
6733
|
fabPairHeight: theme.sizes.xxxlarge,
|
|
@@ -6734,11 +6735,11 @@ var getFABTheme = function getFABTheme(theme) {
|
|
|
6734
6735
|
};
|
|
6735
6736
|
var fonts = {
|
|
6736
6737
|
actionItemText: theme.fonts.neutral.regular,
|
|
6737
|
-
title: theme.fonts.neutral.
|
|
6738
|
+
title: theme.fonts.neutral.regular
|
|
6738
6739
|
};
|
|
6739
6740
|
var fontSizes = {
|
|
6740
6741
|
actionItemText: theme.fontSizes.large,
|
|
6741
|
-
title: theme.fontSizes.
|
|
6742
|
+
title: theme.fontSizes.medium
|
|
6742
6743
|
};
|
|
6743
6744
|
var lineHeights = {
|
|
6744
6745
|
actionItemText: theme.lineHeights.medium,
|
|
@@ -6755,7 +6756,7 @@ var getFABTheme = function getFABTheme(theme) {
|
|
|
6755
6756
|
actionItemTextPaddingLeft: theme.space.xsmall,
|
|
6756
6757
|
buttonMarginTop: theme.space.large,
|
|
6757
6758
|
buttonMarginRight: theme.space.large,
|
|
6758
|
-
containerPadding: theme.space.
|
|
6759
|
+
containerPadding: theme.space.smallMedium,
|
|
6759
6760
|
titleMarginHorizontal: theme.space.small,
|
|
6760
6761
|
fabPairMarginRight: theme.space.small
|
|
6761
6762
|
};
|
|
@@ -7963,21 +7964,19 @@ var getAppCueTheme = function getAppCueTheme(theme) {
|
|
|
7963
7964
|
var getFilterTriggerTheme = function getFilterTriggerTheme(theme) {
|
|
7964
7965
|
var borderWidths = {
|
|
7965
7966
|
wrapper: {
|
|
7966
|
-
filled: theme.borderWidths.
|
|
7967
|
-
outlined: theme.borderWidths.
|
|
7967
|
+
filled: theme.borderWidths.base,
|
|
7968
|
+
outlined: theme.borderWidths.base,
|
|
7968
7969
|
ghost: 0
|
|
7969
7970
|
}
|
|
7970
7971
|
};
|
|
7971
7972
|
var colors = {
|
|
7972
7973
|
wrapper: {
|
|
7973
|
-
activeBackground: theme.colors.highlightedSurface,
|
|
7974
|
-
inactiveBackground: theme.colors.neutralGlobalSurface,
|
|
7975
7974
|
background: {
|
|
7976
7975
|
active: {
|
|
7977
7976
|
filled: theme.colors.highlightedSurface,
|
|
7978
|
-
outlined:
|
|
7979
|
-
ghost:
|
|
7980
|
-
filledLabeless: theme.colors.
|
|
7977
|
+
outlined: theme.colors.highlightedSurface,
|
|
7978
|
+
ghost: theme.colors.highlightedSurface,
|
|
7979
|
+
filledLabeless: theme.colors.highlightedSurface
|
|
7981
7980
|
},
|
|
7982
7981
|
inactive: {
|
|
7983
7982
|
filled: theme.colors.neutralGlobalSurface,
|
|
@@ -7988,13 +7987,13 @@ var getFilterTriggerTheme = function getFilterTriggerTheme(theme) {
|
|
|
7988
7987
|
border: {
|
|
7989
7988
|
active: {
|
|
7990
7989
|
filled: theme.colors.highlightedSurface,
|
|
7991
|
-
outlined: theme.colors.
|
|
7990
|
+
outlined: theme.colors.primary,
|
|
7992
7991
|
ghost: 'transparent',
|
|
7993
|
-
filledLabeless: theme.colors.
|
|
7992
|
+
filledLabeless: theme.colors.highlightedSurface
|
|
7994
7993
|
},
|
|
7995
7994
|
inactive: {
|
|
7996
7995
|
filled: theme.colors.neutralGlobalSurface,
|
|
7997
|
-
outlined: theme.colors.
|
|
7996
|
+
outlined: theme.colors.primary,
|
|
7998
7997
|
ghost: 'transparent'
|
|
7999
7998
|
}
|
|
8000
7999
|
}
|
|
@@ -8300,7 +8299,7 @@ var LoadingIndicator = function LoadingIndicator(_ref2) {
|
|
|
8300
8299
|
};
|
|
8301
8300
|
|
|
8302
8301
|
// 🔴 DO NOT EDIT — This file is generated automatically.
|
|
8303
|
-
var IconList = ['activate', 'add-emoji', 'add-person', 'adjustment', 'alignment', 'antenna', 'archive', 'assignment-warning', 'bank', 'bell', 'billing', 'bolt', 'bookmark-added', 'bookmark-checked', 'bookmark', 'box-check', 'box', 'bpay', 'buildings', 'cake', 'calendar-clock', 'calendar', 'candy-box-menu', 'caret-down-small', 'caret-down', 'caret-left-small', 'caret-left', 'caret-right-small', 'caret-right', 'caret-up-small', 'caret-up', 'check-radio', 'circle-add', 'circle-cancel', 'circle-check', 'circle-down', 'circle-info', 'circle-left', 'circle-ok', 'circle-pencil', 'circle-question', 'circle-remove', 'circle-right', 'circle-up', 'circle-warning', 'clock-3', 'clock', 'cloud-download', 'cloud-upload', 'cog', 'coin', 'contacts', 'credit-card', 'diamond', 'direction-arrows', 'directory', 'document', 'dollar-coin-shine', 'dot', 'double-buildings', 'edit-template', 'envelope', 'exclude', 'expand-content', 'expense', 'explore_nearby', 'eye-circle', 'eye-invisible', 'eye', 'face-meh', 'face-sad', 'face-smiley', 'feed', 'feedbacks', 'file-certified', 'file-clone', 'file-copy', 'file-csv', 'file-dispose', 'file-doc', 'file-excel', 'file-export', 'file-lock', 'file-pdf', 'file-powerpoint', 'file-search', 'file-secured', 'file-sheets', 'file-slide', 'file-verified', 'file-word', 'file', 'filter', 'folder-user', 'folder', 'format-bold', 'format-heading1', 'format-heading2', 'format-italic', 'format-list-bulleted', 'format-list-numbered', 'format-underlined', 'funnel-filter', 'global-dollar', 'global-pound', 'globe', 'graduation-cap', 'graph', 'happy-sun', 'health-bag', 'heart', 'hero-points', 'home', 'image', 'import', 'incident-siren', 'instapay-daily', 'instapay-now', 'instapay', 'list', 'loading-2', 'loading', 'location-on', 'location', 'lock', 'looks-one', 'looks-two', 'media-content', 'menu', 'money-notes', 'moneybag', 'moon', 'multiple-stars', 'multiple-users', 'near-me', 'node', 'open-folder', 'paperclip-vertical', 'paperclip', 'payment-summary', 'pencil', 'phone', 'piggy-bank', 'plane-up', 'plane', 'play-arrow', 'play-circle', 'pound-coin-shine', 'pound-sign', 'print', 'raising-hands', 'reply-arrow', 'reply', 'reschedule', 'rocket-launch', 'rostering', 'salary-sacrifice', 'save', 'schedule-send', 'schedule', 'search-person', 'search', 'send', 'speaker-active', 'speaker', 'star-award', 'star-badge', 'star-circle', 'star-medal', 'star', 'steps-circle', 'stopwatch', 'suitcase', 'surfing', 'survey', 'swag-pillar-benefit', 'swag-pillar-career', 'swag-pillar-money', 'swag-pillar-work', 'swag', 'swipe-right', 'switch', 'tag', 'target', 'teams', 'thumb-down', 'thumb-up', 'timesheet', 'touch-id', 'trash-bin', 'unlock', 'user', 'video-1', 'video-2', 'wallet', 'warning', 'academic-hat-outlined', 'accommodation-outlined', 'activate-outlined', 'add-credit-card-outlined', 'add-person-outlined', 'add-section-outlined', 'add-time-outlined', 'add', 'adjustment-outlined', 'afternoon-outlined', 'ai-outlined', 'alignment-2-outlined', 'alignment-outlined', 'all-caps', 'application-outlined', 'arrow-down', 'arrow-downwards', 'arrow-left', 'arrow-leftwards', 'arrow-right', 'arrow-rightwards', 'arrow-up', 'arrow-upwards', 'article-outlined', 'at-sign', 'auto-graph-outlined', 'automotive-outlined', 'bakery-outlined', 'bar-outlined', 'beauty-outlined', 'beer-outlined', 'bell-active-outlined', 'bell-outlined', 'bell-slash-outlined', 'bill-management-outlined', 'billing-outlined', 'body-outlined', 'bold', 'bolt-outlined', 'book-outlined', 'bookmark-added-outlined', 'bookmark-checked-outlined', 'bookmark-outlined', 'box-1-outlined', 'box-check-outlined', 'box-outlined', 'bullet-points', 'cake-outlined', 'calculator-outlined', 'calendar-dates-outlined', 'calendar-edit-outlined', 'calendar-star-outlined', 'call-outlined', 'call-split-outlined', 'camera-outlined', 'cancel', 'car-forward-outlined', 'cashback-outlined', 'charging-station-outlined', 'chat-bubble-outlined', 'chat-unread-outlined', 'checkmark', 'circle-add-outlined', 'circle-cancel-outlined', 'circle-down-outlined', 'circle-info-outlined', 'circle-left-outlined', 'circle-ok-outlined', 'circle-question-outlined', 'circle-remove-outlined', 'circle-right-outlined', 'circle-up-outlined', 'circle-warning-outlined', 'clock-2-outlined', 'clock-in-outlined', 'clock-out-outlined', 'clock-outlined', 'cog-outlined', 'coin-outlined', 'coin-super-outlined', 'comment-outlined', 'contacts-outlined', 'contacts-user-outlined', 'credit-card-outlined', 'cultural-site-outlined', 'cup-outlined', 'dentistry-outlined', 'diamond-outlined', 'direction-arrows-outlined', 'directory-outlined', 'document-outlined', 'dollar-box-outlined', 'dollar-card-outlined', 'dollar-coin-shine-outlined', 'dollar-credit-card-outlined', 'dollar-sign', 'double-buildings-outlined', 'double-left-arrows', 'double-right-arrows', 'download-box-outlined', 'download-outlined', 'edit-template-outlined', 'edit-user-outlined', 'electronics-outlined', 'email-outlined', 'end-break-outlined', 'enter-arrow', 'entertainment-outlined', 'envelope-outlined', 'evening-outlined', 'expense-approval-outlined', 'expense-outlined', 'explore-outlined', 'extension-outlined', 'external-link', 'eye-invisible-outlined', 'eye-outlined', 'face-id', 'face-meh-outlined', 'face-open-smiley-outlined', 'face-sad-outlined', 'face-smiley-outlined', 'fastfood-outlined', 'feed-outlined', 'feedbacks-outlined', 'file-certified-outlined', 'file-clone-outlined', 'file-copy-outlined', 'file-dispose-outlined', 'file-dollar-certified-outlined', 'file-dollar-outlined', 'file-download-outlined', 'file-export-outlined', 'file-lock-outlined', 'file-outlined', 'file-pound-outlined', 'file-search-outlined', 'file-secured-outlined', 'file-statutory-outlined', 'file-verified-outlined', 'filter-outlined', 'fitness-outlined', 'folder-outlined', 'folder-upload-outlined', 'folder-user-outlined', 'form-outlined', 'funnel-filter-outline', 'goal-outlined', 'graph-outlined', 'grocery-outlined', 'hand-holding-user-outlined', 'handshake-outlined', 'happy-sun-outlined', 'health-bag-outlined', 'heart-outlined', 'home-active-outlined', 'home-outlined', 'id-card-outlined', 'image-outlined', 'import-outlined', 'instapay-outlined', 'italic', 'job-search-outlined', 'leave-approval-outlined', 'lighting-outlined', 'link-1', 'link-2', 'list-outlined', 'live-help-outlined', 'local_mall_outlined', 'location-on-outlined', 'location-outlined', 'lock-outlined', 'locked-file-outlined', 'log-out', 'mail-outlined', 'map-outlined', 'media-content-outlined', 'menu-close', 'menu-expand', 'menu-fold-outlined', 'menu-unfold-outlined', 'moneybag-outlined', 'moon-outlined', 'more-horizontal', 'more-vertical', 'morning-outlined', 'multiple-folders-outlined', 'multiple-users-outlined', 'near-me-outlined', 'node-outlined', 'number-points', 'number', 'overview-outlined', 'park-outlined', 'payment-summary-outlined', 'payslip-outlined', 'pencil-outlined', 'percentage', 'phone-outlined', 'piggy-bank-outlined', 'plane-outlined', 'play-circle-outlined', 'pound-box-outlined', 'pound-card-outlined', 'pound-coin-shine-outlined', 'pound-credit-card-outlined', 'print-outlined', 'profile-2user-outlined', 'propane-tank-outlined', 'qr-code-outlined', 'qualification-outlined', 'question-mark', 're-assign', 'redeem', 'refresh', 'remove', 'reply-outlined', 'restart', 'restaurant-outlined', 'resume-outlined', 'return-arrow', 'rocket-launch-outlined', 'rostering-outlined', 'safety-outlined', 'save-outlined', 'schedule-outlined', 'search-outlined', 'search-secured-outlined', 'send-outlined', 'share-1', 'share-2', 'share-outlined-2', 'share-outlined', 'shield-check-outlined', 'shop-outlined', 'shopping_basket_outlined', 'show-chart-outlined', 'single-down-arrow', 'single-left-arrow', 'single-right-arrow', 'single-up-arrow', 'smart-match-outlined', 'sparkle-2-outlined', 'sparkle-outlined', 'speaker-active-outlined', 'speaker-outlined', 'star-circle-outlined', 'star-outlined', 'start-break-outlined', 'stash-outlined', 'stopwatch-outlined', 'strikethrough', 'styler-outlined', 'suitcase-clock-outlined', 'suitcase-outlined', 'survey-outlined', 'switch-outlined', 'sync', 'tag-outlined', 'target-outlined', 'tennis-outlined', 'thumb-down-outlined', 'thumb-up-outlined', 'ticket-outlined', 'timesheet-outlined', 'timesheets-outlined', 'today-outlined', 'transfer', 'transportation-outlined', 'trash-bin-outlined', 'umbrela-outlined', 'unavailability-outlined', 'unavailable', 'underline', 'union-outlined', 'unlock-outlined', 'upload-outlined', 'user-add-outlined', 'user-circle-outlined', 'user-gear-outlined', 'user-out-outlined', 'user-outlined', 'user-rectangle-outlined', 'video-1-outlined', 'video-2-outlined', 'volunteer-outlined', 'wallet-outlined', 'wellness-outlined'];
|
|
8302
|
+
var IconList = ['activate', 'add-emoji', 'add-person', 'adjustment', 'alignment', 'antenna', 'archive', 'assignment-warning', 'bank', 'bell', 'billing', 'bolt', 'bookmark-added', 'bookmark-checked', 'bookmark', 'box-check', 'box', 'bpay', 'buildings', 'cake', 'calendar-clock', 'calendar', 'candy-box-menu', 'caret-down-small', 'caret-down', 'caret-left-small', 'caret-left', 'caret-right-small', 'caret-right', 'caret-up-small', 'caret-up', 'check-radio', 'circle-add', 'circle-cancel', 'circle-check', 'circle-down', 'circle-info', 'circle-left', 'circle-ok', 'circle-pencil', 'circle-question', 'circle-remove', 'circle-right', 'circle-up', 'circle-warning', 'clock-3', 'clock', 'cloud-download', 'cloud-upload', 'cog', 'coin', 'contacts', 'credit-card', 'diamond', 'direction-arrows', 'directory', 'document', 'dollar-coin-shine', 'dot', 'double-buildings', 'edit-template', 'envelope', 'exclude', 'expand-content', 'expense', 'explore_nearby', 'eye-circle', 'eye-invisible', 'eye', 'face-meh', 'face-sad', 'face-smiley', 'feed', 'feedbacks', 'file-certified', 'file-clone', 'file-copy', 'file-csv', 'file-dispose', 'file-doc', 'file-excel', 'file-export', 'file-lock', 'file-pdf', 'file-powerpoint', 'file-search', 'file-secured', 'file-sheets', 'file-slide', 'file-verified', 'file-word', 'file', 'filter', 'folder-user', 'folder', 'format-bold', 'format-heading1', 'format-heading2', 'format-italic', 'format-list-bulleted', 'format-list-numbered', 'format-underlined', 'funnel-filter', 'global-dollar', 'global-pound', 'globe', 'graduation-cap', 'graph', 'happy-sun', 'health-bag', 'heart', 'hero-points', 'home', 'image', 'import', 'incident-siren', 'instapay-daily', 'instapay-now', 'instapay', 'list', 'loading-2', 'loading', 'location-on', 'location', 'lock', 'looks-one', 'looks-two', 'media-content', 'menu', 'money-notes', 'moneybag', 'moon', 'multiple-stars', 'multiple-users', 'near-me', 'node', 'open-folder', 'paperclip-vertical', 'paperclip', 'payment-summary', 'pencil', 'phone', 'piggy-bank', 'plane-up', 'plane', 'play-arrow', 'play-circle', 'pound-coin-shine', 'pound-sign', 'print', 'raising-hands', 'reply-arrow', 'reply', 'reschedule', 'rocket-launch', 'rostering', 'salary-sacrifice', 'save', 'schedule-send', 'schedule', 'search-person', 'search', 'send', 'speaker-active', 'speaker', 'star-award', 'star-badge', 'star-circle', 'star-medal', 'star', 'steps-circle', 'stopwatch', 'suitcase', 'surfing', 'survey', 'swag-pillar-benefit', 'swag-pillar-career', 'swag-pillar-money', 'swag-pillar-work', 'swag', 'swipe-right', 'switch', 'tag', 'target', 'teams', 'thumb-down', 'thumb-up', 'timesheet', 'touch-id', 'trash-bin', 'unlock', 'user', 'video-1', 'video-2', 'wallet', 'warning', 'academic-hat-outlined', 'accommodation-outlined', 'activate-outlined', 'add-credit-card-outlined', 'add-person-outlined', 'add-section-outlined', 'add-time-outlined', 'add', 'adjustment-outlined', 'afternoon-outlined', 'ai-outlined', 'alignment-2-outlined', 'alignment-outlined', 'all-caps', 'application-outlined', 'arrow-down', 'arrow-downwards', 'arrow-left', 'arrow-leftwards', 'arrow-right', 'arrow-rightwards', 'arrow-up', 'arrow-upwards', 'article-outlined', 'at-sign', 'auto-graph-outlined', 'automotive-outlined', 'bakery-outlined', 'bar-outlined', 'beauty-outlined', 'beer-outlined', 'bell-active-outlined', 'bell-outlined', 'bell-slash-outlined', 'bill-management-outlined', 'billing-outlined', 'body-outlined', 'bold', 'bolt-outlined', 'book-outlined', 'bookmark-added-outlined', 'bookmark-checked-outlined', 'bookmark-outlined', 'box-1-outlined', 'box-check-outlined', 'box-outlined', 'bullet-points', 'cake-outlined', 'calculator-outlined', 'calendar-dates-outlined', 'calendar-edit-outlined', 'calendar-star-outlined', 'call-outlined', 'call-split-outlined', 'camera-outlined', 'cancel', 'car-forward-outlined', 'cashback-outlined', 'charging-station-outlined', 'chat-bubble-outlined', 'chat-unread-outlined', 'checkmark', 'circle-add-outlined', 'circle-cancel-outlined', 'circle-down-outlined', 'circle-info-outlined', 'circle-left-outlined', 'circle-ok-outlined', 'circle-question-outlined', 'circle-remove-outlined', 'circle-right-outlined', 'circle-up-outlined', 'circle-warning-outlined', 'clock-2-outlined', 'clock-in-outlined', 'clock-out-outlined', 'clock-outlined', 'cog-outlined', 'coin-outlined', 'coin-super-outlined', 'comment-outlined', 'contacts-outlined', 'contacts-user-outlined', 'credit-card-outlined', 'cultural-site-outlined', 'cup-outlined', 'dentistry-outlined', 'diamond-outlined', 'direction-arrows-outlined', 'directory-outlined', 'document-outlined', 'dollar-box-outlined', 'dollar-card-outlined', 'dollar-coin-shine-outlined', 'dollar-credit-card-outlined', 'dollar-sign', 'double-buildings-outlined', 'double-left-arrows', 'double-right-arrows', 'download-box-outlined', 'download-outlined', 'edit-template-outlined', 'edit-user-outlined', 'electronics-outlined', 'email-outlined', 'end-break-outlined', 'enter-arrow', 'entertainment-outlined', 'envelope-outlined', 'evening-outlined', 'expense-approval-outlined', 'expense-outlined', 'explore-outlined', 'extension-outlined', 'external-link', 'eye-invisible-outlined', 'eye-outlined', 'face-id', 'face-meh-outlined', 'face-open-smiley-outlined', 'face-sad-outlined', 'face-smiley-outlined', 'fastfood-outlined', 'feed-outlined', 'feedbacks-outlined', 'file-certified-outlined', 'file-clone-outlined', 'file-copy-outlined', 'file-dispose-outlined', 'file-dollar-certified-outlined', 'file-dollar-outlined', 'file-download-outlined', 'file-export-outlined', 'file-lock-outlined', 'file-outlined', 'file-pound-outlined', 'file-search-outlined', 'file-secured-outlined', 'file-statutory-outlined', 'file-verified-outlined', 'filter-outlined', 'fitness-outlined', 'folder-outlined', 'folder-upload-outlined', 'folder-user-outlined', 'form-outlined', 'funnel-filter-outline', 'goal-outlined', 'graph-outlined', 'grocery-outlined', 'hand-holding-user-outlined', 'handshake-outlined', 'happy-sun-outlined', 'health-bag-outlined', 'heart-outlined', 'history-outlined', 'home-active-outlined', 'home-outlined', 'id-card-outlined', 'image-outlined', 'import-outlined', 'instapay-outlined', 'italic', 'job-search-outlined', 'leave-approval-outlined', 'lighting-outlined', 'link-1', 'link-2', 'list-outlined', 'live-help-outlined', 'local_mall_outlined', 'location-on-outlined', 'location-outlined', 'lock-outlined', 'locked-file-outlined', 'log-out', 'mail-outlined', 'map-outlined', 'media-content-outlined', 'menu-close', 'menu-expand', 'menu-fold-outlined', 'menu-unfold-outlined', 'moneybag-outlined', 'moon-outlined', 'more-horizontal', 'more-vertical', 'morning-outlined', 'multiple-folders-outlined', 'multiple-users-outlined', 'near-me-outlined', 'node-outlined', 'number-points', 'number', 'overview-outlined', 'park-outlined', 'payment-summary-outlined', 'payslip-outlined', 'pencil-outlined', 'percentage', 'phone-outlined', 'piggy-bank-outlined', 'plane-outlined', 'play-circle-outlined', 'pound-box-outlined', 'pound-card-outlined', 'pound-coin-shine-outlined', 'pound-credit-card-outlined', 'print-outlined', 'profile-2user-outlined', 'propane-tank-outlined', 'qr-code-outlined', 'qualification-outlined', 'question-mark', 're-assign', 'redeem', 'refresh', 'remove', 'reply-outlined', 'restart', 'restaurant-outlined', 'resume-outlined', 'return-arrow', 'rocket-launch-outlined', 'rostering-outlined', 'safety-outlined', 'save-outlined', 'schedule-outlined', 'search-outlined', 'search-secured-outlined', 'send-outlined', 'share-1', 'share-2', 'share-outlined-2', 'share-outlined', 'shield-check-outlined', 'shop-outlined', 'shopping_basket_outlined', 'show-chart-outlined', 'single-down-arrow', 'single-left-arrow', 'single-right-arrow', 'single-up-arrow', 'smart-match-outlined', 'sparkle-2-outlined', 'sparkle-outlined', 'speaker-active-outlined', 'speaker-outlined', 'star-circle-outlined', 'star-outlined', 'start-break-outlined', 'stash-outlined', 'stopwatch-outlined', 'strikethrough', 'styler-outlined', 'suitcase-clock-outlined', 'suitcase-outlined', 'survey-outlined', 'switch-outlined', 'sync', 'tag-outlined', 'target-outlined', 'tennis-outlined', 'thumb-down-outlined', 'thumb-up-outlined', 'ticket-outlined', 'timesheet-outlined', 'timesheets-outlined', 'today-outlined', 'transfer', 'transportation-outlined', 'trash-bin-outlined', 'umbrela-outlined', 'unavailability-outlined', 'unavailable', 'underline', 'union-outlined', 'unlock-outlined', 'upload-outlined', 'user-add-outlined', 'user-circle-outlined', 'user-gear-outlined', 'user-out-outlined', 'user-outlined', 'user-rectangle-outlined', 'video-1-outlined', 'video-2-outlined', 'volunteer-outlined', 'wallet-outlined', 'wellness-outlined'];
|
|
8304
8303
|
|
|
8305
8304
|
var activate = 59000;
|
|
8306
8305
|
var adjustment = 59003;
|
|
@@ -8380,20 +8379,20 @@ var add = 59203;
|
|
|
8380
8379
|
var bold = 59233;
|
|
8381
8380
|
var cancel = 59251;
|
|
8382
8381
|
var checkmark = 59257;
|
|
8383
|
-
var italic =
|
|
8384
|
-
var local_mall_outlined =
|
|
8385
|
-
var number$2 =
|
|
8386
|
-
var percentage =
|
|
8387
|
-
var redeem =
|
|
8388
|
-
var refresh =
|
|
8389
|
-
var remove$1 =
|
|
8390
|
-
var restart =
|
|
8391
|
-
var shopping_basket_outlined =
|
|
8392
|
-
var strikethrough =
|
|
8393
|
-
var sync =
|
|
8394
|
-
var transfer =
|
|
8395
|
-
var unavailable =
|
|
8396
|
-
var underline =
|
|
8382
|
+
var italic = 59358;
|
|
8383
|
+
var local_mall_outlined = 59366;
|
|
8384
|
+
var number$2 = 59389;
|
|
8385
|
+
var percentage = 59395;
|
|
8386
|
+
var redeem = 59411;
|
|
8387
|
+
var refresh = 59412;
|
|
8388
|
+
var remove$1 = 59413;
|
|
8389
|
+
var restart = 59415;
|
|
8390
|
+
var shopping_basket_outlined = 59433;
|
|
8391
|
+
var strikethrough = 59449;
|
|
8392
|
+
var sync = 59455;
|
|
8393
|
+
var transfer = 59465;
|
|
8394
|
+
var unavailable = 59470;
|
|
8395
|
+
var underline = 59471;
|
|
8397
8396
|
var glyphMap = {
|
|
8398
8397
|
activate: activate,
|
|
8399
8398
|
"add-emoji": 59001,
|
|
@@ -8746,140 +8745,141 @@ var glyphMap = {
|
|
|
8746
8745
|
"happy-sun-outlined": 59348,
|
|
8747
8746
|
"health-bag-outlined": 59349,
|
|
8748
8747
|
"heart-outlined": 59350,
|
|
8749
|
-
"
|
|
8750
|
-
"home-outlined": 59352,
|
|
8751
|
-
"
|
|
8752
|
-
"
|
|
8753
|
-
"
|
|
8754
|
-
"
|
|
8748
|
+
"history-outlined": 59351,
|
|
8749
|
+
"home-active-outlined": 59352,
|
|
8750
|
+
"home-outlined": 59353,
|
|
8751
|
+
"id-card-outlined": 59354,
|
|
8752
|
+
"image-outlined": 59355,
|
|
8753
|
+
"import-outlined": 59356,
|
|
8754
|
+
"instapay-outlined": 59357,
|
|
8755
8755
|
italic: italic,
|
|
8756
|
-
"job-search-outlined":
|
|
8757
|
-
"leave-approval-outlined":
|
|
8758
|
-
"lighting-outlined":
|
|
8759
|
-
"link-1":
|
|
8760
|
-
"link-2":
|
|
8761
|
-
"list-outlined":
|
|
8762
|
-
"live-help-outlined":
|
|
8756
|
+
"job-search-outlined": 59359,
|
|
8757
|
+
"leave-approval-outlined": 59360,
|
|
8758
|
+
"lighting-outlined": 59361,
|
|
8759
|
+
"link-1": 59362,
|
|
8760
|
+
"link-2": 59363,
|
|
8761
|
+
"list-outlined": 59364,
|
|
8762
|
+
"live-help-outlined": 59365,
|
|
8763
8763
|
local_mall_outlined: local_mall_outlined,
|
|
8764
|
-
"location-on-outlined":
|
|
8765
|
-
"location-outlined":
|
|
8766
|
-
"lock-outlined":
|
|
8767
|
-
"locked-file-outlined":
|
|
8768
|
-
"log-out":
|
|
8769
|
-
"mail-outlined":
|
|
8770
|
-
"map-outlined":
|
|
8771
|
-
"media-content-outlined":
|
|
8772
|
-
"menu-close":
|
|
8773
|
-
"menu-expand":
|
|
8774
|
-
"menu-fold-outlined":
|
|
8775
|
-
"menu-unfold-outlined":
|
|
8776
|
-
"moneybag-outlined":
|
|
8777
|
-
"moon-outlined":
|
|
8778
|
-
"more-horizontal":
|
|
8779
|
-
"more-vertical":
|
|
8780
|
-
"morning-outlined":
|
|
8781
|
-
"multiple-folders-outlined":
|
|
8782
|
-
"multiple-users-outlined":
|
|
8783
|
-
"near-me-outlined":
|
|
8784
|
-
"node-outlined":
|
|
8785
|
-
"number-points":
|
|
8764
|
+
"location-on-outlined": 59367,
|
|
8765
|
+
"location-outlined": 59368,
|
|
8766
|
+
"lock-outlined": 59369,
|
|
8767
|
+
"locked-file-outlined": 59370,
|
|
8768
|
+
"log-out": 59371,
|
|
8769
|
+
"mail-outlined": 59372,
|
|
8770
|
+
"map-outlined": 59373,
|
|
8771
|
+
"media-content-outlined": 59374,
|
|
8772
|
+
"menu-close": 59375,
|
|
8773
|
+
"menu-expand": 59376,
|
|
8774
|
+
"menu-fold-outlined": 59377,
|
|
8775
|
+
"menu-unfold-outlined": 59378,
|
|
8776
|
+
"moneybag-outlined": 59379,
|
|
8777
|
+
"moon-outlined": 59380,
|
|
8778
|
+
"more-horizontal": 59381,
|
|
8779
|
+
"more-vertical": 59382,
|
|
8780
|
+
"morning-outlined": 59383,
|
|
8781
|
+
"multiple-folders-outlined": 59384,
|
|
8782
|
+
"multiple-users-outlined": 59385,
|
|
8783
|
+
"near-me-outlined": 59386,
|
|
8784
|
+
"node-outlined": 59387,
|
|
8785
|
+
"number-points": 59388,
|
|
8786
8786
|
number: number$2,
|
|
8787
|
-
"overview-outlined":
|
|
8788
|
-
"park-outlined":
|
|
8789
|
-
"payment-summary-outlined":
|
|
8790
|
-
"payslip-outlined":
|
|
8791
|
-
"pencil-outlined":
|
|
8787
|
+
"overview-outlined": 59390,
|
|
8788
|
+
"park-outlined": 59391,
|
|
8789
|
+
"payment-summary-outlined": 59392,
|
|
8790
|
+
"payslip-outlined": 59393,
|
|
8791
|
+
"pencil-outlined": 59394,
|
|
8792
8792
|
percentage: percentage,
|
|
8793
|
-
"phone-outlined":
|
|
8794
|
-
"piggy-bank-outlined":
|
|
8795
|
-
"plane-outlined":
|
|
8796
|
-
"play-circle-outlined":
|
|
8797
|
-
"pound-box-outlined":
|
|
8798
|
-
"pound-card-outlined":
|
|
8799
|
-
"pound-coin-shine-outlined":
|
|
8800
|
-
"pound-credit-card-outlined":
|
|
8801
|
-
"print-outlined":
|
|
8802
|
-
"profile-2user-outlined":
|
|
8803
|
-
"propane-tank-outlined":
|
|
8804
|
-
"qr-code-outlined":
|
|
8805
|
-
"qualification-outlined":
|
|
8806
|
-
"question-mark":
|
|
8807
|
-
"re-assign":
|
|
8793
|
+
"phone-outlined": 59396,
|
|
8794
|
+
"piggy-bank-outlined": 59397,
|
|
8795
|
+
"plane-outlined": 59398,
|
|
8796
|
+
"play-circle-outlined": 59399,
|
|
8797
|
+
"pound-box-outlined": 59400,
|
|
8798
|
+
"pound-card-outlined": 59401,
|
|
8799
|
+
"pound-coin-shine-outlined": 59402,
|
|
8800
|
+
"pound-credit-card-outlined": 59403,
|
|
8801
|
+
"print-outlined": 59404,
|
|
8802
|
+
"profile-2user-outlined": 59405,
|
|
8803
|
+
"propane-tank-outlined": 59406,
|
|
8804
|
+
"qr-code-outlined": 59407,
|
|
8805
|
+
"qualification-outlined": 59408,
|
|
8806
|
+
"question-mark": 59409,
|
|
8807
|
+
"re-assign": 59410,
|
|
8808
8808
|
redeem: redeem,
|
|
8809
8809
|
refresh: refresh,
|
|
8810
8810
|
remove: remove$1,
|
|
8811
|
-
"reply-outlined":
|
|
8811
|
+
"reply-outlined": 59414,
|
|
8812
8812
|
restart: restart,
|
|
8813
|
-
"restaurant-outlined":
|
|
8814
|
-
"resume-outlined":
|
|
8815
|
-
"return-arrow":
|
|
8816
|
-
"rocket-launch-outlined":
|
|
8817
|
-
"rostering-outlined":
|
|
8818
|
-
"safety-outlined":
|
|
8819
|
-
"save-outlined":
|
|
8820
|
-
"schedule-outlined":
|
|
8821
|
-
"search-outlined":
|
|
8822
|
-
"search-secured-outlined":
|
|
8823
|
-
"send-outlined":
|
|
8824
|
-
"share-1":
|
|
8825
|
-
"share-2":
|
|
8826
|
-
"share-outlined-2":
|
|
8827
|
-
"share-outlined":
|
|
8828
|
-
"shield-check-outlined":
|
|
8829
|
-
"shop-outlined":
|
|
8813
|
+
"restaurant-outlined": 59416,
|
|
8814
|
+
"resume-outlined": 59417,
|
|
8815
|
+
"return-arrow": 59418,
|
|
8816
|
+
"rocket-launch-outlined": 59419,
|
|
8817
|
+
"rostering-outlined": 59420,
|
|
8818
|
+
"safety-outlined": 59421,
|
|
8819
|
+
"save-outlined": 59422,
|
|
8820
|
+
"schedule-outlined": 59423,
|
|
8821
|
+
"search-outlined": 59424,
|
|
8822
|
+
"search-secured-outlined": 59425,
|
|
8823
|
+
"send-outlined": 59426,
|
|
8824
|
+
"share-1": 59427,
|
|
8825
|
+
"share-2": 59428,
|
|
8826
|
+
"share-outlined-2": 59429,
|
|
8827
|
+
"share-outlined": 59430,
|
|
8828
|
+
"shield-check-outlined": 59431,
|
|
8829
|
+
"shop-outlined": 59432,
|
|
8830
8830
|
shopping_basket_outlined: shopping_basket_outlined,
|
|
8831
|
-
"show-chart-outlined":
|
|
8832
|
-
"single-down-arrow":
|
|
8833
|
-
"single-left-arrow":
|
|
8834
|
-
"single-right-arrow":
|
|
8835
|
-
"single-up-arrow":
|
|
8836
|
-
"smart-match-outlined":
|
|
8837
|
-
"sparkle-2-outlined":
|
|
8838
|
-
"sparkle-outlined":
|
|
8839
|
-
"speaker-active-outlined":
|
|
8840
|
-
"speaker-outlined":
|
|
8841
|
-
"star-circle-outlined":
|
|
8842
|
-
"star-outlined":
|
|
8843
|
-
"start-break-outlined":
|
|
8844
|
-
"stash-outlined":
|
|
8845
|
-
"stopwatch-outlined":
|
|
8831
|
+
"show-chart-outlined": 59434,
|
|
8832
|
+
"single-down-arrow": 59435,
|
|
8833
|
+
"single-left-arrow": 59436,
|
|
8834
|
+
"single-right-arrow": 59437,
|
|
8835
|
+
"single-up-arrow": 59438,
|
|
8836
|
+
"smart-match-outlined": 59439,
|
|
8837
|
+
"sparkle-2-outlined": 59440,
|
|
8838
|
+
"sparkle-outlined": 59441,
|
|
8839
|
+
"speaker-active-outlined": 59442,
|
|
8840
|
+
"speaker-outlined": 59443,
|
|
8841
|
+
"star-circle-outlined": 59444,
|
|
8842
|
+
"star-outlined": 59445,
|
|
8843
|
+
"start-break-outlined": 59446,
|
|
8844
|
+
"stash-outlined": 59447,
|
|
8845
|
+
"stopwatch-outlined": 59448,
|
|
8846
8846
|
strikethrough: strikethrough,
|
|
8847
|
-
"styler-outlined":
|
|
8848
|
-
"suitcase-clock-outlined":
|
|
8849
|
-
"suitcase-outlined":
|
|
8850
|
-
"survey-outlined":
|
|
8851
|
-
"switch-outlined":
|
|
8847
|
+
"styler-outlined": 59450,
|
|
8848
|
+
"suitcase-clock-outlined": 59451,
|
|
8849
|
+
"suitcase-outlined": 59452,
|
|
8850
|
+
"survey-outlined": 59453,
|
|
8851
|
+
"switch-outlined": 59454,
|
|
8852
8852
|
sync: sync,
|
|
8853
|
-
"tag-outlined":
|
|
8854
|
-
"target-outlined":
|
|
8855
|
-
"tennis-outlined":
|
|
8856
|
-
"thumb-down-outlined":
|
|
8857
|
-
"thumb-up-outlined":
|
|
8858
|
-
"ticket-outlined":
|
|
8859
|
-
"timesheet-outlined":
|
|
8860
|
-
"timesheets-outlined":
|
|
8861
|
-
"today-outlined":
|
|
8853
|
+
"tag-outlined": 59456,
|
|
8854
|
+
"target-outlined": 59457,
|
|
8855
|
+
"tennis-outlined": 59458,
|
|
8856
|
+
"thumb-down-outlined": 59459,
|
|
8857
|
+
"thumb-up-outlined": 59460,
|
|
8858
|
+
"ticket-outlined": 59461,
|
|
8859
|
+
"timesheet-outlined": 59462,
|
|
8860
|
+
"timesheets-outlined": 59463,
|
|
8861
|
+
"today-outlined": 59464,
|
|
8862
8862
|
transfer: transfer,
|
|
8863
|
-
"transportation-outlined":
|
|
8864
|
-
"trash-bin-outlined":
|
|
8865
|
-
"umbrela-outlined":
|
|
8866
|
-
"unavailability-outlined":
|
|
8863
|
+
"transportation-outlined": 59466,
|
|
8864
|
+
"trash-bin-outlined": 59467,
|
|
8865
|
+
"umbrela-outlined": 59468,
|
|
8866
|
+
"unavailability-outlined": 59469,
|
|
8867
8867
|
unavailable: unavailable,
|
|
8868
8868
|
underline: underline,
|
|
8869
|
-
"union-outlined":
|
|
8870
|
-
"unlock-outlined":
|
|
8871
|
-
"upload-outlined":
|
|
8872
|
-
"user-add-outlined":
|
|
8873
|
-
"user-circle-outlined":
|
|
8874
|
-
"user-gear-outlined":
|
|
8875
|
-
"user-out-outlined":
|
|
8876
|
-
"user-outlined":
|
|
8877
|
-
"user-rectangle-outlined":
|
|
8878
|
-
"video-1-outlined":
|
|
8879
|
-
"video-2-outlined":
|
|
8880
|
-
"volunteer-outlined":
|
|
8881
|
-
"wallet-outlined":
|
|
8882
|
-
"wellness-outlined":
|
|
8869
|
+
"union-outlined": 59472,
|
|
8870
|
+
"unlock-outlined": 59473,
|
|
8871
|
+
"upload-outlined": 59474,
|
|
8872
|
+
"user-add-outlined": 59475,
|
|
8873
|
+
"user-circle-outlined": 59476,
|
|
8874
|
+
"user-gear-outlined": 59477,
|
|
8875
|
+
"user-out-outlined": 59478,
|
|
8876
|
+
"user-outlined": 59479,
|
|
8877
|
+
"user-rectangle-outlined": 59480,
|
|
8878
|
+
"video-1-outlined": 59481,
|
|
8879
|
+
"video-2-outlined": 59482,
|
|
8880
|
+
"volunteer-outlined": 59483,
|
|
8881
|
+
"wallet-outlined": 59484,
|
|
8882
|
+
"wellness-outlined": 59485
|
|
8883
8883
|
};
|
|
8884
8884
|
|
|
8885
8885
|
var HeroIcon = reactNativeVectorIcons.createIconSet(glyphMap, 'hero-icons-mobile', 'hero-icons-mobile.ttf');
|
|
@@ -9400,7 +9400,7 @@ var Typography = {
|
|
|
9400
9400
|
var getButtonSize = function getButtonSize(themeIsCompact, themeIsMedium) {
|
|
9401
9401
|
if (themeIsCompact) return scale(36);
|
|
9402
9402
|
if (themeIsMedium) return scale(48);
|
|
9403
|
-
return scale(
|
|
9403
|
+
return scale(48);
|
|
9404
9404
|
};
|
|
9405
9405
|
var getTextButtonPaddingVertical = function getTextButtonPaddingVertical(theme, themeInlineText, themeIsCompact) {
|
|
9406
9406
|
if (themeInlineText) {
|
|
@@ -9459,7 +9459,7 @@ var genFilledContainerStyles = function genFilledContainerStyles(theme, intent,
|
|
|
9459
9459
|
}
|
|
9460
9460
|
return {
|
|
9461
9461
|
alignSelf: 'stretch',
|
|
9462
|
-
|
|
9462
|
+
paddingHorizontal: theme.__hd__.button.space["default"].buttonPadding,
|
|
9463
9463
|
borderRadius: theme.__hd__.button.radii["default"]
|
|
9464
9464
|
};
|
|
9465
9465
|
};
|
|
@@ -9504,7 +9504,7 @@ var genOutlineContainerStyles = function genOutlineContainerStyles(theme, intent
|
|
|
9504
9504
|
}
|
|
9505
9505
|
return {
|
|
9506
9506
|
alignSelf: 'stretch',
|
|
9507
|
-
|
|
9507
|
+
paddingHorizontal: theme.__hd__.button.space["default"].buttonPadding - theme.__hd__.button.borderWidth["default"],
|
|
9508
9508
|
borderRadius: theme.__hd__.button.radii["default"]
|
|
9509
9509
|
};
|
|
9510
9510
|
};
|
|
@@ -9542,7 +9542,7 @@ var getTextContainerStyles = function getTextContainerStyles(theme, intent, load
|
|
|
9542
9542
|
};
|
|
9543
9543
|
}
|
|
9544
9544
|
return {
|
|
9545
|
-
|
|
9545
|
+
paddingHorizontal: inlineText ? 0 : theme.__hd__.button.space["default"].textButtonPadding
|
|
9546
9546
|
};
|
|
9547
9547
|
};
|
|
9548
9548
|
return _objectSpread2({
|
|
@@ -24887,21 +24887,14 @@ var StyledErrorButtonContainer = index$c(reactNative.View)(function (_ref3) {
|
|
|
24887
24887
|
paddingVertical: theme.__hd__.error.space.button.wrapperVerticalPadding
|
|
24888
24888
|
};
|
|
24889
24889
|
});
|
|
24890
|
-
var
|
|
24890
|
+
var StyledErrorButtonSecondary = index$c(CompoundButton)(function (_ref4) {
|
|
24891
24891
|
var theme = _ref4.theme;
|
|
24892
24892
|
return {
|
|
24893
|
-
|
|
24893
|
+
marginTop: theme.__hd__.error.space.button.margin
|
|
24894
24894
|
};
|
|
24895
24895
|
});
|
|
24896
|
-
var
|
|
24896
|
+
var StyledErrorImageContainer = index$c(reactNative.View)(function (_ref5) {
|
|
24897
24897
|
var theme = _ref5.theme;
|
|
24898
|
-
return {
|
|
24899
|
-
marginTop: theme.__hd__.error.space.button.margin,
|
|
24900
|
-
padding: theme.__hd__.error.space.button.padding
|
|
24901
|
-
};
|
|
24902
|
-
});
|
|
24903
|
-
var StyledErrorImageContainer = index$c(reactNative.View)(function (_ref6) {
|
|
24904
|
-
var theme = _ref6.theme;
|
|
24905
24898
|
return {
|
|
24906
24899
|
marginBottom: theme.__hd__.error.space.imageMarginBottom,
|
|
24907
24900
|
width: theme.__hd__.error.sizes.image,
|
|
@@ -24909,8 +24902,8 @@ var StyledErrorImageContainer = index$c(reactNative.View)(function (_ref6) {
|
|
|
24909
24902
|
alignItems: 'center'
|
|
24910
24903
|
};
|
|
24911
24904
|
});
|
|
24912
|
-
var StyledErrorIconContainer = index$c(reactNative.View)(function (
|
|
24913
|
-
var theme =
|
|
24905
|
+
var StyledErrorIconContainer = index$c(reactNative.View)(function (_ref6) {
|
|
24906
|
+
var theme = _ref6.theme;
|
|
24914
24907
|
return {
|
|
24915
24908
|
marginBottom: theme.__hd__.error.space.imageMarginBottom,
|
|
24916
24909
|
width: theme.__hd__.error.sizes.icon,
|
|
@@ -24918,8 +24911,8 @@ var StyledErrorIconContainer = index$c(reactNative.View)(function (_ref7) {
|
|
|
24918
24911
|
alignItems: 'center'
|
|
24919
24912
|
};
|
|
24920
24913
|
});
|
|
24921
|
-
var StyledErrorImage = index$c(Image)(function (
|
|
24922
|
-
var theme =
|
|
24914
|
+
var StyledErrorImage = index$c(Image)(function (_ref7) {
|
|
24915
|
+
var theme = _ref7.theme;
|
|
24923
24916
|
return {
|
|
24924
24917
|
marginBottom: theme.__hd__.error.space.imageMarginBottom,
|
|
24925
24918
|
width: theme.__hd__.error.sizes.image,
|
|
@@ -24927,16 +24920,16 @@ var StyledErrorImage = index$c(Image)(function (_ref8) {
|
|
|
24927
24920
|
resizeMode: 'contain'
|
|
24928
24921
|
};
|
|
24929
24922
|
});
|
|
24930
|
-
var StyledErrorTitle = index$c(Typography.Title)(function (
|
|
24931
|
-
var theme =
|
|
24923
|
+
var StyledErrorTitle = index$c(Typography.Title)(function (_ref8) {
|
|
24924
|
+
var theme = _ref8.theme;
|
|
24932
24925
|
return {
|
|
24933
24926
|
textAlign: 'center',
|
|
24934
24927
|
marginBottom: theme.__hd__.error.space.titleMarginBottom,
|
|
24935
24928
|
color: theme.__hd__.error.colors.title
|
|
24936
24929
|
};
|
|
24937
24930
|
});
|
|
24938
|
-
var StyledErrorDescription = index$c(Typography.Body)(function (
|
|
24939
|
-
var theme =
|
|
24931
|
+
var StyledErrorDescription = index$c(Typography.Body)(function (_ref9) {
|
|
24932
|
+
var theme = _ref9.theme;
|
|
24940
24933
|
return {
|
|
24941
24934
|
textAlign: 'center',
|
|
24942
24935
|
color: theme.__hd__.error.colors.description
|
|
@@ -24999,7 +24992,7 @@ var ErrorPage = function ErrorPage(_ref2) {
|
|
|
24999
24992
|
typeface: "playful"
|
|
25000
24993
|
}, title), description && /*#__PURE__*/React__namespace.default.createElement(StyledErrorDescription, {
|
|
25001
24994
|
typeface: "playful"
|
|
25002
|
-
}, description)), showButtonContainer && /*#__PURE__*/React__namespace.default.createElement(StyledErrorButtonContainer, null, showCta && /*#__PURE__*/React__namespace.default.createElement(
|
|
24995
|
+
}, description)), showButtonContainer && /*#__PURE__*/React__namespace.default.createElement(StyledErrorButtonContainer, null, showCta && /*#__PURE__*/React__namespace.default.createElement(CompoundButton, {
|
|
25003
24996
|
variant: "filled",
|
|
25004
24997
|
text: ctaText,
|
|
25005
24998
|
onPress: onCtaPress
|
|
@@ -25131,8 +25124,9 @@ var StyledIcon$3 = index$c(Icon)(function (_ref3) {
|
|
|
25131
25124
|
var AnimatedTouchableHighlight = reactNative.Animated.createAnimatedComponent(reactNative.TouchableOpacity);
|
|
25132
25125
|
var StyledFAB$2 = index$c(AnimatedTouchableHighlight)(function (_ref) {
|
|
25133
25126
|
var theme = _ref.theme,
|
|
25134
|
-
themeActive = _ref.themeActive
|
|
25135
|
-
|
|
25127
|
+
themeActive = _ref.themeActive,
|
|
25128
|
+
themeIconOnly = _ref.themeIconOnly;
|
|
25129
|
+
return _objectSpread2(_objectSpread2({
|
|
25136
25130
|
backgroundColor: themeActive ? theme.__hd__.fab.colors.buttonActiveBackground : theme.__hd__.fab.colors.buttonBackground,
|
|
25137
25131
|
borderRadius: theme.radii.rounded,
|
|
25138
25132
|
alignItems: 'center',
|
|
@@ -25141,7 +25135,9 @@ var StyledFAB$2 = index$c(AnimatedTouchableHighlight)(function (_ref) {
|
|
|
25141
25135
|
padding: theme.__hd__.fab.space.containerPadding,
|
|
25142
25136
|
flexDirection: 'row',
|
|
25143
25137
|
height: theme.__hd__.fab.sizes.height
|
|
25144
|
-
},
|
|
25138
|
+
}, themeIconOnly && {
|
|
25139
|
+
width: theme.__hd__.fab.sizes.width
|
|
25140
|
+
}), theme.__hd__.fab.shadows["default"]);
|
|
25145
25141
|
});
|
|
25146
25142
|
var StyledFABIcon = index$c(Icon)(function (_ref2) {
|
|
25147
25143
|
var theme = _ref2.theme;
|
|
@@ -25249,6 +25245,9 @@ if (reactNative.Platform.OS === 'android') {
|
|
|
25249
25245
|
reactNative.UIManager.setLayoutAnimationEnabledExperimental(true);
|
|
25250
25246
|
}
|
|
25251
25247
|
}
|
|
25248
|
+
|
|
25249
|
+
// Extends FABProps with internal-only props. Not part of the public API.
|
|
25250
|
+
|
|
25252
25251
|
var IconOnlyContent = function IconOnlyContent(_ref) {
|
|
25253
25252
|
var icon = _ref.icon,
|
|
25254
25253
|
animated = _ref.animated,
|
|
@@ -25269,12 +25268,15 @@ var IconOnlyContent = function IconOnlyContent(_ref) {
|
|
|
25269
25268
|
};
|
|
25270
25269
|
var IconWithTextContent = function IconWithTextContent(_ref2) {
|
|
25271
25270
|
var icon = _ref2.icon,
|
|
25272
|
-
title = _ref2.title
|
|
25271
|
+
title = _ref2.title,
|
|
25272
|
+
titleStyle = _ref2.titleStyle;
|
|
25273
25273
|
return /*#__PURE__*/React__namespace.default.createElement(React__namespace.default.Fragment, null, /*#__PURE__*/React__namespace.default.createElement(StyledIconContainer$1, null, /*#__PURE__*/React__namespace.default.createElement(StyledFABIcon, {
|
|
25274
25274
|
size: "xsmall",
|
|
25275
25275
|
icon: icon,
|
|
25276
25276
|
testID: "styled-fab-icon"
|
|
25277
|
-
})), /*#__PURE__*/React__namespace.default.createElement(StyledFABText,
|
|
25277
|
+
})), /*#__PURE__*/React__namespace.default.createElement(StyledFABText, {
|
|
25278
|
+
style: titleStyle
|
|
25279
|
+
}, title));
|
|
25278
25280
|
};
|
|
25279
25281
|
var animateWidth = function animateWidth() {
|
|
25280
25282
|
reactNative.LayoutAnimation.configureNext({
|
|
@@ -25285,7 +25287,10 @@ var animateWidth = function animateWidth() {
|
|
|
25285
25287
|
}
|
|
25286
25288
|
});
|
|
25287
25289
|
};
|
|
25288
|
-
|
|
25290
|
+
|
|
25291
|
+
// Full implementation — accepts InternalFABProps including titleStyle.
|
|
25292
|
+
// Exported as FABInternal for use by sibling HD components (e.g. FAB.Pair).
|
|
25293
|
+
var FABWithTitleStyle = /*#__PURE__*/React.forwardRef(function (_ref3, ref) {
|
|
25289
25294
|
var _StyleSheet$flatten, _StyleSheet$flatten2;
|
|
25290
25295
|
var onPress = _ref3.onPress,
|
|
25291
25296
|
title = _ref3.title,
|
|
@@ -25293,7 +25298,8 @@ var FAB$1 = /*#__PURE__*/React.forwardRef(function (_ref3, ref) {
|
|
|
25293
25298
|
iconAnimated = _ref3.animated,
|
|
25294
25299
|
testID = _ref3.testID,
|
|
25295
25300
|
active = _ref3.active,
|
|
25296
|
-
style = _ref3.style
|
|
25301
|
+
style = _ref3.style,
|
|
25302
|
+
titleStyle = _ref3.titleStyle;
|
|
25297
25303
|
var theme = useTheme();
|
|
25298
25304
|
var _React$useState = React__namespace.default.useState({
|
|
25299
25305
|
hideTitle: false,
|
|
@@ -25398,6 +25404,7 @@ var FAB$1 = /*#__PURE__*/React.forwardRef(function (_ref3, ref) {
|
|
|
25398
25404
|
},
|
|
25399
25405
|
activeOpacity: 0.8,
|
|
25400
25406
|
onPress: onPress,
|
|
25407
|
+
themeIconOnly: isIconOnly,
|
|
25401
25408
|
style: [style, {
|
|
25402
25409
|
bottom: displayState.hideButton ? -(marginBottom + theme.__hd__.fab.sizes.height * 2) : (_StyleSheet$flatten2 = reactNative.StyleSheet.flatten(style)) === null || _StyleSheet$flatten2 === void 0 ? void 0 : _StyleSheet$flatten2.bottom,
|
|
25403
25410
|
transform: [{
|
|
@@ -25423,9 +25430,19 @@ var FAB$1 = /*#__PURE__*/React.forwardRef(function (_ref3, ref) {
|
|
|
25423
25430
|
icon: active ? 'add' : icon
|
|
25424
25431
|
}) : /*#__PURE__*/React__namespace.default.createElement(IconWithTextContent, {
|
|
25425
25432
|
icon: icon,
|
|
25426
|
-
title: title
|
|
25433
|
+
title: title,
|
|
25434
|
+
titleStyle: titleStyle
|
|
25427
25435
|
})));
|
|
25428
25436
|
});
|
|
25437
|
+
FABWithTitleStyle.displayName = 'FAB';
|
|
25438
|
+
|
|
25439
|
+
// Public export — clean FABProps, no internal props exposed.
|
|
25440
|
+
// Docgen reads this component and sees only FABProps.
|
|
25441
|
+
var FAB$1 = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
25442
|
+
return /*#__PURE__*/React__namespace.default.createElement(FABWithTitleStyle, _extends$1({}, props, {
|
|
25443
|
+
ref: ref
|
|
25444
|
+
}));
|
|
25445
|
+
});
|
|
25429
25446
|
FAB$1.displayName = 'FAB';
|
|
25430
25447
|
|
|
25431
25448
|
var StyledContainer$6 = index$c(reactNative.View)({
|
|
@@ -25594,7 +25611,7 @@ var StyledFABPairWrapper = index$c(Box)({
|
|
|
25594
25611
|
justifyContent: 'center',
|
|
25595
25612
|
alignItems: 'center'
|
|
25596
25613
|
});
|
|
25597
|
-
var StyledFAB = index$c(
|
|
25614
|
+
var StyledFAB = index$c(FABWithTitleStyle)(function (_ref) {
|
|
25598
25615
|
var theme = _ref.theme,
|
|
25599
25616
|
_ref$iconOnly = _ref.iconOnly,
|
|
25600
25617
|
iconOnly = _ref$iconOnly === void 0 ? false : _ref$iconOnly,
|
|
@@ -25616,6 +25633,7 @@ var Pair = function Pair(_ref) {
|
|
|
25616
25633
|
title = fabConfig.title,
|
|
25617
25634
|
onPress = fabConfig.onPress,
|
|
25618
25635
|
testID = fabConfig.testID;
|
|
25636
|
+
var theme = useTheme();
|
|
25619
25637
|
return /*#__PURE__*/React__namespace.default.createElement(StyledFABPairWrapper, props, /*#__PURE__*/React__namespace.default.createElement(StyledFAB, {
|
|
25620
25638
|
icon: "cancel",
|
|
25621
25639
|
onPress: onCancel,
|
|
@@ -25627,7 +25645,11 @@ var Pair = function Pair(_ref) {
|
|
|
25627
25645
|
onPress: onPress,
|
|
25628
25646
|
testID: testID,
|
|
25629
25647
|
iconOnly: !title,
|
|
25630
|
-
isLast: true
|
|
25648
|
+
isLast: true,
|
|
25649
|
+
titleStyle: {
|
|
25650
|
+
fontSize: theme.fontSizes.medium,
|
|
25651
|
+
fontFamily: theme.fonts.neutral.regular
|
|
25652
|
+
}
|
|
25631
25653
|
}));
|
|
25632
25654
|
};
|
|
25633
25655
|
|
|
@@ -27893,16 +27915,9 @@ var StyledSuccessButtonContainer = index$c(reactNative.View)(function (_ref8) {
|
|
|
27893
27915
|
paddingVertical: theme.__hd__.success.space.button.wrapperVerticalPadding
|
|
27894
27916
|
};
|
|
27895
27917
|
});
|
|
27896
|
-
var
|
|
27918
|
+
var StyledSuccessButtonSecondary = index$c(CompoundButton)(function (_ref9) {
|
|
27897
27919
|
var theme = _ref9.theme;
|
|
27898
27920
|
return {
|
|
27899
|
-
padding: theme.__hd__.success.space.button.padding
|
|
27900
|
-
};
|
|
27901
|
-
});
|
|
27902
|
-
var StyledSuccessButtonSecondary = index$c(CompoundButton)(function (_ref10) {
|
|
27903
|
-
var theme = _ref10.theme;
|
|
27904
|
-
return {
|
|
27905
|
-
padding: theme.__hd__.success.space.button.padding,
|
|
27906
27921
|
marginTop: theme.__hd__.success.space.button.secondaryCTAMarginTop
|
|
27907
27922
|
};
|
|
27908
27923
|
});
|
|
@@ -27963,7 +27978,7 @@ var SuccessPage = function SuccessPage(_ref2) {
|
|
|
27963
27978
|
}), /*#__PURE__*/React__namespace.default.createElement(StyledSuccessTitle, {
|
|
27964
27979
|
level: "h4",
|
|
27965
27980
|
typeface: "playful"
|
|
27966
|
-
}, title), typeof description === 'string' ? /*#__PURE__*/React__namespace.default.createElement(StyledSuccessDescription, null, description) : description), !!ctaText && /*#__PURE__*/React__namespace.default.createElement(StyledSuccessButtonContainer, null, /*#__PURE__*/React__namespace.default.createElement(
|
|
27981
|
+
}, title), typeof description === 'string' ? /*#__PURE__*/React__namespace.default.createElement(StyledSuccessDescription, null, description) : description), !!ctaText && /*#__PURE__*/React__namespace.default.createElement(StyledSuccessButtonContainer, null, /*#__PURE__*/React__namespace.default.createElement(CompoundButton, {
|
|
27967
27982
|
text: ctaText,
|
|
27968
27983
|
onPress: onCtaPress
|
|
27969
27984
|
}), !!showSecondaryButton && /*#__PURE__*/React__namespace.default.createElement(StyledSuccessButtonSecondary, {
|
|
@@ -42516,8 +42531,6 @@ var FilterTrigger = function FilterTrigger(_ref) {
|
|
|
42516
42531
|
testID = _ref.testID,
|
|
42517
42532
|
style = _ref.style;
|
|
42518
42533
|
var shouldShowBadge = filterCount > 0 && active;
|
|
42519
|
-
var iconIntent = active ? 'text' : 'inactive';
|
|
42520
|
-
var typographyVariant = active ? 'small-bold' : 'small';
|
|
42521
42534
|
return /*#__PURE__*/React__namespace.default.createElement(StyledFilterWrapper, {
|
|
42522
42535
|
testID: testID,
|
|
42523
42536
|
style: style,
|
|
@@ -42525,24 +42538,26 @@ var FilterTrigger = function FilterTrigger(_ref) {
|
|
|
42525
42538
|
themeVariant: variant,
|
|
42526
42539
|
onPress: onPress,
|
|
42527
42540
|
themeHasLabel: !!label
|
|
42528
|
-
}, label ? /*#__PURE__*/React__namespace.default.createElement(React__namespace.default.Fragment, null, /*#__PURE__*/React__namespace.default.createElement(
|
|
42529
|
-
variant: typographyVariant
|
|
42530
|
-
}, label), shouldShowBadge && /*#__PURE__*/React__namespace.default.createElement(Badge$1, {
|
|
42531
|
-
content: filterCount,
|
|
42532
|
-
size: "small"
|
|
42533
|
-
}), suffix && /*#__PURE__*/React__namespace.default.createElement(Icon, {
|
|
42541
|
+
}, label ? /*#__PURE__*/React__namespace.default.createElement(React__namespace.default.Fragment, null, suffix && /*#__PURE__*/React__namespace.default.createElement(Icon, {
|
|
42534
42542
|
icon: suffix,
|
|
42535
42543
|
size: "xxxsmall",
|
|
42536
|
-
intent:
|
|
42544
|
+
intent: "text",
|
|
42537
42545
|
testID: "".concat(testID, "-suffix")
|
|
42546
|
+
}), /*#__PURE__*/React__namespace.default.createElement(StyledText, {
|
|
42547
|
+
variant: "small"
|
|
42548
|
+
}, label), shouldShowBadge && /*#__PURE__*/React__namespace.default.createElement(Badge$1, {
|
|
42549
|
+
content: filterCount,
|
|
42550
|
+
size: "small",
|
|
42551
|
+
intent: "primary"
|
|
42538
42552
|
})) : /*#__PURE__*/React__namespace.default.createElement(React__namespace.default.Fragment, null, suffix && /*#__PURE__*/React__namespace.default.createElement(Icon, {
|
|
42539
42553
|
icon: suffix,
|
|
42540
42554
|
size: "xsmall",
|
|
42541
|
-
intent:
|
|
42555
|
+
intent: "text",
|
|
42542
42556
|
testID: "".concat(testID, "-suffix")
|
|
42543
42557
|
}), shouldShowBadge && /*#__PURE__*/React__namespace.default.createElement(StyledBadge, {
|
|
42544
42558
|
content: filterCount,
|
|
42545
42559
|
size: "small",
|
|
42560
|
+
intent: "primary",
|
|
42546
42561
|
themeHasLabel: !!label
|
|
42547
42562
|
})));
|
|
42548
42563
|
};
|